Skip to content

Commit

Permalink
[create-pull-request] automated change
Browse files Browse the repository at this point in the history
  • Loading branch information
shopwareBot committed Jan 23, 2025
1 parent 5bbf36d commit e6e6a78
Show file tree
Hide file tree
Showing 2 changed files with 42 additions and 5 deletions.
46 changes: 41 additions & 5 deletions SwagDigitalSalesRooms-storeapi.json
Original file line number Diff line number Diff line change
Expand Up @@ -2815,10 +2815,10 @@
"required": [
"id",
"documentTypeId",
"fileType",
"orderId",
"config",
"deepLinkCode"
"deepLinkCode",
"fileType"
],
"properties": {
"id": {
Expand All @@ -2829,9 +2829,6 @@
"type": "string",
"pattern": "^[0-9a-f]{32}$"
},
"fileType": {
"type": "string"
},
"referencedDocumentId": {
"type": "string",
"pattern": "^[0-9a-f]{32}$"
Expand All @@ -2844,6 +2841,10 @@
"type": "string",
"pattern": "^[0-9a-f]{32}$"
},
"documentA11yMediaFileId": {
"type": "string",
"pattern": "^[0-9a-f]{32}$"
},
"orderVersionId": {
"type": "string",
"pattern": "^[0-9a-f]{32}$"
Expand Down Expand Up @@ -2878,6 +2879,9 @@
"customFields": {
"type": "object"
},
"fileType": {
"type": "string"
},
"createdAt": {
"type": "string",
"format": "date-time",
Expand Down Expand Up @@ -2905,6 +2909,9 @@
},
"documentMediaFile": {
"$ref": "#/components/schemas/Media"
},
"documentA11yMediaFile": {
"$ref": "#/components/schemas/Media"
}
},
"type": "object"
Expand Down Expand Up @@ -16832,6 +16839,35 @@
]
}
},
"/dsr/account/update-default-info": {
"post": {
"tags": [
"Customer account"
],
"summary": "Update customer default info",
"description": "Mark the customer who was created by admin from DSR has already updated the default info when the customer first login",
"operationId": "dsrAccountUpdateDefaultInfo",
"parameters": [],
"responses": {
"200": {
"description": "",
"content": {
"application/json": {
"schema": {
"$ref": "#/components/schemas/SuccessResponse"
}
}
}
}
},
"security": [
{
"ApiKey": [],
"ContextToken": []
}
]
}
},
"/dsr/appointment/{presentationPath}/join-as-client": {
"post": {
"tags": [
Expand Down
1 change: 1 addition & 0 deletions SwagDigitalSalesRooms-storeapi.summary.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"paths": [
"/dsr/account/update-default-info",
"/dsr/appointment/attendee",
"/dsr/appointment/collection/last-seen",
"/dsr/appointment/collection/{alias}",
Expand Down

0 comments on commit e6e6a78

Please sign in to comment.