Skip to content

Commit 6030af7

Browse files
committed
chore: regen sdk
1 parent bd93231 commit 6030af7

19 files changed

+727
-0
lines changed
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"magicbell-go": minor
3+
---
4+
5+
Automatic minor version bump for changes in `magicbell-go`.

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -136,6 +136,8 @@ The SDK includes several models that represent the data structures used in API r
136136
| [ExpoConfigPayload](docs/project-client/models/expo_config_payload.md) | |
137137
| [FcmConfigCollection](docs/project-client/models/fcm_config_collection.md) | |
138138
| [FcmConfigPayload](docs/project-client/models/fcm_config_payload.md) | |
139+
| [GithubConfigCollection](docs/project-client/models/github_config_collection.md) | |
140+
| [GithubConfigPayload](docs/project-client/models/github_config_payload.md) | |
139141
| [InboxConfigCollection](docs/project-client/models/inbox_config_collection.md) | |
140142
| [InboxConfigPayload](docs/project-client/models/inbox_config_payload.md) | |
141143
| [MailgunConfigCollection](docs/project-client/models/mailgun_config_collection.md) | |
@@ -148,6 +150,8 @@ The SDK includes several models that represent the data structures used in API r
148150
| [SesConfigPayload](docs/project-client/models/ses_config_payload.md) | |
149151
| [SlackConfigCollection](docs/project-client/models/slack_config_collection.md) | |
150152
| [SlackConfigPayload](docs/project-client/models/slack_config_payload.md) | |
153+
| [StripeConfigCollection](docs/project-client/models/stripe_config_collection.md) | |
154+
| [StripeConfigPayload](docs/project-client/models/stripe_config_payload.md) | |
151155
| [TwilioConfigCollection](docs/project-client/models/twilio_config_collection.md) | |
152156
| [TwilioConfigPayload](docs/project-client/models/twilio_config_payload.md) | |
153157
| [WebpushConfigCollection](docs/project-client/models/webpush_config_collection.md) | |
@@ -159,12 +163,14 @@ The SDK includes several models that represent the data structures used in API r
159163
| [ApnsConfig](docs/project-client/models/apns_config.md) | |
160164
| [ExpoConfig](docs/project-client/models/expo_config.md) | |
161165
| [FcmConfig](docs/project-client/models/fcm_config.md) | |
166+
| [GithubConfig](docs/project-client/models/github_config.md) | |
162167
| [InboxConfig](docs/project-client/models/inbox_config.md) | |
163168
| [MailgunConfig](docs/project-client/models/mailgun_config.md) | |
164169
| [PingConfig](docs/project-client/models/ping_config.md) | |
165170
| [SendgridConfig](docs/project-client/models/sendgrid_config.md) | |
166171
| [SesConfig](docs/project-client/models/ses_config.md) | |
167172
| [SlackConfig](docs/project-client/models/slack_config.md) | |
173+
| [StripeConfig](docs/project-client/models/stripe_config.md) | |
168174
| [TwilioConfig](docs/project-client/models/twilio_config.md) | |
169175
| [WebpushConfig](docs/project-client/models/webpush_config.md) | |
170176

docs/project-client/README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -138,6 +138,8 @@ The SDK includes several models that represent the data structures used in API r
138138
| [ExpoConfigPayload](models/expo_config_payload.md) | |
139139
| [FcmConfigCollection](models/fcm_config_collection.md) | |
140140
| [FcmConfigPayload](models/fcm_config_payload.md) | |
141+
| [GithubConfigCollection](models/github_config_collection.md) | |
142+
| [GithubConfigPayload](models/github_config_payload.md) | |
141143
| [InboxConfigCollection](models/inbox_config_collection.md) | |
142144
| [InboxConfigPayload](models/inbox_config_payload.md) | |
143145
| [MailgunConfigCollection](models/mailgun_config_collection.md) | |
@@ -150,6 +152,8 @@ The SDK includes several models that represent the data structures used in API r
150152
| [SesConfigPayload](models/ses_config_payload.md) | |
151153
| [SlackConfigCollection](models/slack_config_collection.md) | |
152154
| [SlackConfigPayload](models/slack_config_payload.md) | |
155+
| [StripeConfigCollection](models/stripe_config_collection.md) | |
156+
| [StripeConfigPayload](models/stripe_config_payload.md) | |
153157
| [TwilioConfigCollection](models/twilio_config_collection.md) | |
154158
| [TwilioConfigPayload](models/twilio_config_payload.md) | |
155159
| [WebpushConfigCollection](models/webpush_config_collection.md) | |
@@ -161,12 +165,14 @@ The SDK includes several models that represent the data structures used in API r
161165
| [ApnsConfig](models/apns_config.md) | |
162166
| [ExpoConfig](models/expo_config.md) | |
163167
| [FcmConfig](models/fcm_config.md) | |
168+
| [GithubConfig](models/github_config.md) | |
164169
| [InboxConfig](models/inbox_config.md) | |
165170
| [MailgunConfig](models/mailgun_config.md) | |
166171
| [PingConfig](models/ping_config.md) | |
167172
| [SendgridConfig](models/sendgrid_config.md) | |
168173
| [SesConfig](models/ses_config.md) | |
169174
| [SlackConfig](models/slack_config.md) | |
175+
| [StripeConfig](models/stripe_config.md) | |
170176
| [TwilioConfig](models/twilio_config.md) | |
171177
| [WebpushConfig](models/webpush_config.md) | |
172178

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
# GithubConfig
2+
3+
**Properties**
4+
5+
| Name | Type | Required | Description |
6+
| :----- | :------------------------------- | :------- | :---------- |
7+
| Config | integrations.GithubConfigPayload || |
8+
| Id | string || |
9+
| Name | string || |
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# GithubConfigCollection
2+
3+
**Properties**
4+
5+
| Name | Type | Required | Description |
6+
| :---- | :-------------------------- | :------- | :---------- |
7+
| Data | []integrations.GithubConfig || |
8+
| Links | shared.Links || |
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# GithubConfigPayload
2+
3+
**Properties**
4+
5+
| Name | Type | Required | Description |
6+
| :------------------- | :----- | :------- | :--------------------------------------------------------- |
7+
| WebhookSigningSecret | string || The signing secret to verify incoming requests from Github |
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
# StripeConfig
2+
3+
**Properties**
4+
5+
| Name | Type | Required | Description |
6+
| :----- | :------------------------------- | :------- | :---------- |
7+
| Config | integrations.StripeConfigPayload || |
8+
| Id | string || |
9+
| Name | string || |
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# StripeConfigCollection
2+
3+
**Properties**
4+
5+
| Name | Type | Required | Description |
6+
| :---- | :-------------------------- | :------- | :---------- |
7+
| Data | []integrations.StripeConfig || |
8+
| Links | shared.Links || |
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# StripeConfigPayload
2+
3+
**Properties**
4+
5+
| Name | Type | Required | Description |
6+
| :------------------- | :----- | :------- | :--------------------------------------------------------- |
7+
| WebhookSigningSecret | string || The signing secret to verify incoming requests from Stripe |

0 commit comments

Comments
 (0)