Skip to content

Commit e94c768

Browse files
authored
chore: regen sdk (#26)
1 parent de418c5 commit e94c768

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
@@ -140,6 +140,8 @@ The SDK includes several models that represent the data structures used in API r
140140
| [ExpoConfigPayload](docs/project-client/models/expo_config_payload.md) | |
141141
| [FcmConfigCollection](docs/project-client/models/fcm_config_collection.md) | |
142142
| [FcmConfigPayload](docs/project-client/models/fcm_config_payload.md) | |
143+
| [GithubConfigCollection](docs/project-client/models/github_config_collection.md) | |
144+
| [GithubConfigPayload](docs/project-client/models/github_config_payload.md) | |
143145
| [InboxConfigCollection](docs/project-client/models/inbox_config_collection.md) | |
144146
| [InboxConfigPayload](docs/project-client/models/inbox_config_payload.md) | |
145147
| [MailgunConfigCollection](docs/project-client/models/mailgun_config_collection.md) | |
@@ -152,6 +154,8 @@ The SDK includes several models that represent the data structures used in API r
152154
| [SesConfigPayload](docs/project-client/models/ses_config_payload.md) | |
153155
| [SlackConfigCollection](docs/project-client/models/slack_config_collection.md) | |
154156
| [SlackConfigPayload](docs/project-client/models/slack_config_payload.md) | |
157+
| [StripeConfigCollection](docs/project-client/models/stripe_config_collection.md) | |
158+
| [StripeConfigPayload](docs/project-client/models/stripe_config_payload.md) | |
155159
| [TwilioConfigCollection](docs/project-client/models/twilio_config_collection.md) | |
156160
| [TwilioConfigPayload](docs/project-client/models/twilio_config_payload.md) | |
157161
| [WebpushConfigCollection](docs/project-client/models/webpush_config_collection.md) | |
@@ -163,12 +167,14 @@ The SDK includes several models that represent the data structures used in API r
163167
| [ApnsConfig](docs/project-client/models/apns_config.md) | |
164168
| [ExpoConfig](docs/project-client/models/expo_config.md) | |
165169
| [FcmConfig](docs/project-client/models/fcm_config.md) | |
170+
| [GithubConfig](docs/project-client/models/github_config.md) | |
166171
| [InboxConfig](docs/project-client/models/inbox_config.md) | |
167172
| [MailgunConfig](docs/project-client/models/mailgun_config.md) | |
168173
| [PingConfig](docs/project-client/models/ping_config.md) | |
169174
| [SendgridConfig](docs/project-client/models/sendgrid_config.md) | |
170175
| [SesConfig](docs/project-client/models/ses_config.md) | |
171176
| [SlackConfig](docs/project-client/models/slack_config.md) | |
177+
| [StripeConfig](docs/project-client/models/stripe_config.md) | |
172178
| [TwilioConfig](docs/project-client/models/twilio_config.md) | |
173179
| [WebpushConfig](docs/project-client/models/webpush_config.md) | |
174180

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)