Skip to content

Commit f8881cb

Browse files
Merge remote-tracking branch 'origin/main' into feature/CCM-11603
2 parents b7e6fc6 + e430983 commit f8881cb

Some content is hidden

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

53 files changed

+374
-83
lines changed

.devcontainer/devcontainer.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,8 +76,7 @@
7676
"installDockerComposeSwitch": true,
7777
"moby": true,
7878
"version": "latest"
79-
},
80-
"ghcr.io/devcontainers/features/ruby:1": {}
79+
}
8180
},
8281
"mounts": [
8382
"source=${localEnv:HOME}/.ssh,target=/home/vscode/.ssh,type=bind,consistency=cached",

.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)