Skip to content

Commit

Permalink
Generate SDK with OpenAPI Generator Version 7.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
DX-Bandwidth committed Sep 24, 2024
1 parent 82c2ab5 commit 74db4d7
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 5 deletions.
2 changes: 0 additions & 2 deletions bandwidth.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1862,7 +1862,6 @@ components:
- from
- text
- media
- priority
messageDeliveredCallback:
description: Message Delivered Callback
type: object
Expand Down Expand Up @@ -2035,7 +2034,6 @@ components:
- from
- text
- tag
- priority
callbackMethodEnum:
type: string
nullable: true
Expand Down
2 changes: 1 addition & 1 deletion models/message-failed-callback-message.ts
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ export interface MessageFailedCallbackMessage {
* @type {PriorityEnum}
* @memberof MessageFailedCallbackMessage
*/
'priority': PriorityEnum;
'priority'?: PriorityEnum;
}


Expand Down
2 changes: 1 addition & 1 deletion models/message-sending-callback-message.ts
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ export interface MessageSendingCallbackMessage {
* @type {PriorityEnum}
* @memberof MessageSendingCallbackMessage
*/
'priority': PriorityEnum;
'priority'?: PriorityEnum;
}


Expand Down
3 changes: 2 additions & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,6 @@
"dist",
"tests",
"node_modules"
]
],
"include": ["global.d.ts"]
}

0 comments on commit 74db4d7

Please sign in to comment.