Skip to content

Commit 1b31ba0

Browse files
authored
chore: regen sdks (#573)
1 parent e8d1d16 commit 1b31ba0

38 files changed

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

packages/magicbell-js/README.md

Lines changed: 12 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ import { Client } from 'magicbell-js/project-client';
7777

7878
The SDK provides various services to interact with the API.
7979

80-
<details>
80+
<details>
8181
<summary>Below is a list of all available services with links to their detailed documentation:</summary>
8282

8383
| Name |
@@ -94,7 +94,7 @@ The SDK provides various services to interact with the API.
9494

9595
The SDK includes several models that represent the data structures used in API requests and responses. These models help in organizing and managing the data efficiently.
9696

97-
<details>
97+
<details>
9898
<summary>Below is a list of all available models with links to their detailed documentation:</summary>
9999

100100
| Name | Description |
@@ -135,6 +135,9 @@ The SDK includes several models that represent the data structures used in API r
135135
| [FcmConfigCollection](docs/project-client/models/FcmConfigCollection.md) | |
136136
| [FcmConfig](docs/project-client/models/FcmConfig.md) | |
137137
| [FcmConfigPayload](docs/project-client/models/FcmConfigPayload.md) | |
138+
| [GithubConfigCollection](docs/project-client/models/GithubConfigCollection.md) | |
139+
| [GithubConfig](docs/project-client/models/GithubConfig.md) | |
140+
| [GithubConfigPayload](docs/project-client/models/GithubConfigPayload.md) | |
138141
| [InboxConfigCollection](docs/project-client/models/InboxConfigCollection.md) | |
139142
| [InboxConfig](docs/project-client/models/InboxConfig.md) | |
140143
| [InboxConfigPayload](docs/project-client/models/InboxConfigPayload.md) | |
@@ -153,6 +156,9 @@ The SDK includes several models that represent the data structures used in API r
153156
| [SlackConfigCollection](docs/project-client/models/SlackConfigCollection.md) | |
154157
| [SlackConfig](docs/project-client/models/SlackConfig.md) | |
155158
| [SlackConfigPayload](docs/project-client/models/SlackConfigPayload.md) | |
159+
| [StripeConfigCollection](docs/project-client/models/StripeConfigCollection.md) | |
160+
| [StripeConfig](docs/project-client/models/StripeConfig.md) | |
161+
| [StripeConfigPayload](docs/project-client/models/StripeConfigPayload.md) | |
156162
| [TwilioConfigCollection](docs/project-client/models/TwilioConfigCollection.md) | |
157163
| [TwilioConfig](docs/project-client/models/TwilioConfig.md) | |
158164
| [TwilioConfigPayload](docs/project-client/models/TwilioConfigPayload.md) | |
@@ -215,7 +221,7 @@ import { Client } from 'magicbell-js/user-client';
215221
});
216222

217223
const { data } = await client.channels.listInboxTokens({
218-
limit: 5,
224+
limit: 3,
219225
startingAfter: 'starting_after',
220226
endingBefore: 'ending_before',
221227
});
@@ -228,7 +234,7 @@ import { Client } from 'magicbell-js/user-client';
228234

229235
The SDK provides various services to interact with the API.
230236

231-
<details>
237+
<details>
232238
<summary>Below is a list of all available services with links to their detailed documentation:</summary>
233239

234240
| Name |
@@ -243,7 +249,7 @@ The SDK provides various services to interact with the API.
243249

244250
The SDK includes several models that represent the data structures used in API requests and responses. These models help in organizing and managing the data efficiently.
245251

246-
<details>
252+
<details>
247253
<summary>Below is a list of all available models with links to their detailed documentation:</summary>
248254

249255
| Name | Description |
@@ -268,6 +274,7 @@ The SDK includes several models that represent the data structures used in API r
268274
| [TeamsTokenCollection](docs/user-client/models/TeamsTokenCollection.md) | |
269275
| [TeamsToken](docs/user-client/models/TeamsToken.md) | |
270276
| [TeamsTokenPayload](docs/user-client/models/TeamsTokenPayload.md) | |
277+
| [UserPreferences](docs/user-client/models/UserPreferences.md) | |
271278
| [WebPushTokenCollection](docs/user-client/models/WebPushTokenCollection.md) | |
272279
| [WebPushToken](docs/user-client/models/WebPushToken.md) | |
273280
| [WebPushTokenPayload](docs/user-client/models/WebPushTokenPayload.md) | |

packages/magicbell-js/docs/project-client/README.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ import { Client } from 'magicbell-js/project-client';
7373

7474
The SDK provides various services to interact with the API.
7575

76-
<details>
76+
<details>
7777
<summary>Below is a list of all available services with links to their detailed documentation:</summary>
7878

7979
| Name |
@@ -90,7 +90,7 @@ The SDK provides various services to interact with the API.
9090

9191
The SDK includes several models that represent the data structures used in API requests and responses. These models help in organizing and managing the data efficiently.
9292

93-
<details>
93+
<details>
9494
<summary>Below is a list of all available models with links to their detailed documentation:</summary>
9595

9696
| Name | Description |
@@ -131,6 +131,9 @@ The SDK includes several models that represent the data structures used in API r
131131
| [FcmConfigCollection](models/FcmConfigCollection.md) | |
132132
| [FcmConfig](models/FcmConfig.md) | |
133133
| [FcmConfigPayload](models/FcmConfigPayload.md) | |
134+
| [GithubConfigCollection](models/GithubConfigCollection.md) | |
135+
| [GithubConfig](models/GithubConfig.md) | |
136+
| [GithubConfigPayload](models/GithubConfigPayload.md) | |
134137
| [InboxConfigCollection](models/InboxConfigCollection.md) | |
135138
| [InboxConfig](models/InboxConfig.md) | |
136139
| [InboxConfigPayload](models/InboxConfigPayload.md) | |
@@ -149,6 +152,9 @@ The SDK includes several models that represent the data structures used in API r
149152
| [SlackConfigCollection](models/SlackConfigCollection.md) | |
150153
| [SlackConfig](models/SlackConfig.md) | |
151154
| [SlackConfigPayload](models/SlackConfigPayload.md) | |
155+
| [StripeConfigCollection](models/StripeConfigCollection.md) | |
156+
| [StripeConfig](models/StripeConfig.md) | |
157+
| [StripeConfigPayload](models/StripeConfigPayload.md) | |
152158
| [TwilioConfigCollection](models/TwilioConfigCollection.md) | |
153159
| [TwilioConfig](models/TwilioConfig.md) | |
154160
| [TwilioConfigPayload](models/TwilioConfigPayload.md) | |

packages/magicbell-js/docs/project-client/models/Broadcast.md

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -103,14 +103,6 @@
103103
| status | StatusStatus || |
104104
| summary | Summary || |
105105

106-
# Errors
107-
108-
**Properties**
109-
110-
| Name | Type | Required | Description |
111-
| :------ | :----- | :------- | :---------- |
112-
| message | string || |
113-
114106
# StatusStatus
115107

116108
**Properties**

packages/magicbell-js/docs/project-client/models/CategoryDeliveryConfig.md

Lines changed: 0 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -7,27 +7,3 @@
77
| channels | CategoryDeliveryConfigChannels[] || |
88
| key | string || |
99
| disabled | boolean || |
10-
11-
# CategoryDeliveryConfigChannels
12-
13-
**Properties**
14-
15-
| Name | Type | Required | Description |
16-
| :------ | :------ | :------- | :---------- |
17-
| channel | Channel || |
18-
| delay | number || |
19-
| if | string || |
20-
21-
# Channel
22-
23-
**Properties**
24-
25-
| Name | Type | Required | Description |
26-
| :---------- | :----- | :------- | :------------ |
27-
| IN_APP | string || "in_app" |
28-
| SLACK | string || "slack" |
29-
| WEB_PUSH | string || "web_push" |
30-
| MOBILE_PUSH | string || "mobile_push" |
31-
| TEAMS | string || "teams" |
32-
| EMAIL | string || "email" |
33-
| SMS | string || "sms" |
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 | 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 | GithubConfig[] || |
8+
| links | 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 | 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 | StripeConfig[] || |
8+
| links | Links || |

0 commit comments

Comments
 (0)