Skip to content

Commit

Permalink
Update openapi spec and regenerate libs (#1136)
Browse files Browse the repository at this point in the history
Update openapi spec and regenerate libs
  • Loading branch information
svix-lucho authored Nov 30, 2023
1 parent 5bbe0f2 commit 22f5542
Show file tree
Hide file tree
Showing 4 changed files with 105 additions and 7 deletions.
36 changes: 36 additions & 0 deletions go/internal/openapi/model_message_attempt_endpoint_out.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

36 changes: 36 additions & 0 deletions go/internal/openapi/model_message_attempt_out.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

20 changes: 16 additions & 4 deletions go/internal/openapi/model_transformation_template_kind.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

20 changes: 17 additions & 3 deletions openapi.json
Original file line number Diff line number Diff line change
Expand Up @@ -2335,6 +2335,10 @@
"example": "atmpt_1srOrx2ZWZBpBUvZwXKQmoEYga2",
"type": "string"
},
"msg": {
"$ref": "#/components/schemas/MessageOut",
"nullable": true
},
"msgId": {
"description": "The msg's ID",
"example": "msg_1srOrx2ZWZBpBUvZwXKQmoEYga2",
Expand Down Expand Up @@ -2585,6 +2589,10 @@
"example": "atmpt_1srOrx2ZWZBpBUvZwXKQmoEYga2",
"type": "string"
},
"msg": {
"$ref": "#/components/schemas/MessageOut",
"nullable": true
},
"msgId": {
"description": "The msg's ID",
"example": "msg_1srOrx2ZWZBpBUvZwXKQmoEYga2",
Expand Down Expand Up @@ -3688,11 +3696,17 @@
"TransformationTemplateKind": {
"enum": [
"Custom",
"Slack",
"CustomerIO",
"Discord",
"Teams",
"Hubspot",
"Inngest",
"Segment"
"Salesforce",
"Segment",
"Slack",
"Teams",
"TriggerDev",
"Windmill",
"Zapier"
],
"type": "string"
},
Expand Down

0 comments on commit 22f5542

Please sign in to comment.