Skip to content

Commit 11ce8f8

Browse files
Merge remote-tracking branch 'origin/main' into feature/CCM-11207_doc
2 parents 2c2962a + e430983 commit 11ce8f8

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

52 files changed

+376
-83
lines changed

.devcontainer/devcontainer.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,7 @@
6363
"omzPlugins": "https://github.com/zsh-users/zsh-autosuggestions.git https://github.com/zsh-users/zsh-syntax-highlighting.git",
6464
"plugins": "zsh-autosuggestions zsh-syntax-highlighting"
6565
},
66+
"ghcr.io/devcontainers/features/aws-cli:1": {},
6667
"ghcr.io/devcontainers/features/common-utils": {
6768
"configureZshAsDefaultShell": true,
6869
"installOhMyZsh": true,
@@ -75,11 +76,11 @@
7576
"installDockerComposeSwitch": true,
7677
"moby": true,
7778
"version": "latest"
78-
},
79-
"ghcr.io/devcontainers/features/ruby:1": {}
79+
}
8080
},
8181
"mounts": [
82-
"source=${localEnv:HOME}/.ssh,target=/home/vscode/.ssh,type=bind,consistency=cached"
82+
"source=${localEnv:HOME}/.ssh,target=/home/vscode/.ssh,type=bind,consistency=cached",
83+
"source=${localEnv:HOME}/.aws,target=/home/vscode/.aws,type=bind,consistency=cached"
8384
],
8485
"name": "Devcontainer",
8586
"postCreateCommand": "scripts/devcontainer/postcreatecommand.sh"

.github/actions/build-sdk/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ runs:
5353
- name: Upload API OAS specification artifact
5454
uses: actions/upload-artifact@v4
5555
with:
56-
path: "specification/api"
56+
path: "build"
5757
name: api-oas-specification-${{ inputs.version }}
5858

5959
- name: Upload html artifact

.tool-versions

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ gitleaks 8.24.0
33
jq 1.6
44
nodejs 22.15.0
55
pre-commit 3.6.0
6-
python 3.13.2
6+
python 3.12.11
77
terraform 1.10.1
88
terraform-docs 0.19.0
99
trivy 0.61.0

.vscode/settings.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,7 @@
88
"**/.svn": true,
99
"**/CVS": true,
1010
"**/Thumbs.db": true,
11-
//".devcontainer": true,
1211
".github": false,
1312
".vscode": false
14-
},
13+
}
1514
}

sandbox/data/examples/getLetter/responses/getLetter-2WL5eYSWGzCHlGmzNxuqVusPxDg.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"data": {
33
"attributes": {
44
"groupId": "c5d93f917f5546d08beccf770a915d96",
5-
"reasonCode": 100,
5+
"reasonCode": "R01",
66
"reasonText": "failed validation",
77
"specificationId": "2WL5eYSWGzCHlGmzNxuqVusPxDg",
88
"status": "REJECTED"

sandbox/data/examples/getLetter/responses/getLetter-2XL5eYSWGzCHlGmzNxuqVusPxDg.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"data": {
33
"attributes": {
44
"groupId": "c5d93f917f5546d08beccf770a915d96",
5-
"reasonCode": 100,
5+
"reasonCode": "R01",
66
"specificationId": "2WL5eYSWGzCHlGmzNxuqVusPxDg",
77
"status": "CANCELLED"
88
},

sandbox/data/examples/getLetter/responses/getLetter-2YL5eYSWGzCHlGmzNxuqVusPxDg.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"data": {
33
"attributes": {
44
"groupId": "c5d93f917f5546d08beccf770a915d96",
5-
"reasonCode": 100,
5+
"reasonCode": "R01",
66
"reasonText": "failed validation",
77
"specificationId": "2WL5eYSWGzCHlGmzNxuqVusPxDg",
88
"status": "FAILED"

sandbox/data/examples/getLetter/responses/getLetter-2ZL5eYSWGzCHlGmzNxuqVusPxDg.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"data": {
33
"attributes": {
44
"groupId": "c5d93f917f5546d08beccf770a915d96",
5-
"reasonCode": 100,
5+
"reasonCode": "R01",
66
"reasonText": "failed validation",
77
"specificationId": "2WL5eYSWGzCHlGmzNxuqVusPxDg",
88
"status": "RETURNED"

sandbox/data/examples/patchLetter/requests/patchLetter_CANCELLED.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"data": {
33
"attributes": {
4-
"reasonCode": 100,
4+
"reasonCode": "R01",
55
"reasonText": "failed validation",
66
"status": "CANCELLED"
77
},

sandbox/data/examples/patchLetter/requests/patchLetter_FAILED.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"data": {
33
"attributes": {
4-
"reasonCode": 100,
4+
"reasonCode": "R01",
55
"reasonText": "failed validation",
66
"status": "FAILED"
77
},

0 commit comments

Comments
 (0)