Skip to content

Commit 5efbbc9

Browse files
committed
chore: regen sdks
1 parent 34e698b commit 5efbbc9

File tree

23 files changed

+171
-94
lines changed

23 files changed

+171
-94
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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -221,7 +221,7 @@ import { Client } from 'magicbell-js/user-client';
221221
});
222222

223223
const { data } = await client.channels.listInboxTokens({
224-
limit: 3,
224+
limit: 4,
225225
startingAfter: 'starting_after',
226226
endingBefore: 'ending_before',
227227
});

packages/magicbell-js/docs/project-client/services/BroadcastsService.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -143,8 +143,8 @@ import { Broadcast, Client, User } from 'magicbell-js/project-client';
143143
const statusStatus = StatusStatus.ENQUEUED;
144144

145145
const summary: Summary = {
146-
failures: 5,
147-
total: 10,
146+
failures: 10,
147+
total: 5,
148148
};
149149

150150
const broadcastStatus: BroadcastStatus = {

packages/magicbell-js/docs/project-client/services/ChannelsService.md

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

6060
const categoryDeliveryConfigChannels: CategoryDeliveryConfigChannels = {
6161
channel: channel,
62-
delay: 8,
62+
delay: 7,
6363
if: 'if',
6464
};
6565

@@ -139,7 +139,7 @@ import { Client } from 'magicbell-js/project-client';
139139
});
140140

141141
const { data } = await client.channels.listUserInboxTokens('user_id', {
142-
limit: 5,
142+
limit: 9,
143143
startingAfter: 'starting_after',
144144
endingBefore: 'ending_before',
145145
});
@@ -355,7 +355,7 @@ import { Client } from 'magicbell-js/project-client';
355355
});
356356

357357
const { data } = await client.channels.listUserExpoTokens('user_id', {
358-
limit: 10,
358+
limit: 123,
359359
startingAfter: 'starting_after',
360360
endingBefore: 'ending_before',
361361
});
@@ -463,7 +463,7 @@ import { Client } from 'magicbell-js/project-client';
463463
});
464464

465465
const { data } = await client.channels.listUserFcmTokens('user_id', {
466-
limit: 8,
466+
limit: 123,
467467
startingAfter: 'starting_after',
468468
endingBefore: 'ending_before',
469469
});
@@ -571,7 +571,7 @@ import { Client } from 'magicbell-js/project-client';
571571
});
572572

573573
const { data } = await client.channels.listUserSlackTokens('user_id', {
574-
limit: 1,
574+
limit: 3,
575575
startingAfter: 'starting_after',
576576
endingBefore: 'ending_before',
577577
});
@@ -679,7 +679,7 @@ import { Client } from 'magicbell-js/project-client';
679679
});
680680

681681
const { data } = await client.channels.listUserTeamsTokens('user_id', {
682-
limit: 2,
682+
limit: 1,
683683
startingAfter: 'starting_after',
684684
endingBefore: 'ending_before',
685685
});
@@ -787,7 +787,7 @@ import { Client } from 'magicbell-js/project-client';
787787
});
788788

789789
const { data } = await client.channels.listUserWebPushTokens('user_id', {
790-
limit: 8,
790+
limit: 1,
791791
startingAfter: 'starting_after',
792792
endingBefore: 'ending_before',
793793
});

packages/magicbell-js/docs/project-client/services/IntegrationsService.md

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ import { Client } from 'magicbell-js/project-client';
7575
});
7676

7777
const { data } = await client.integrations.listIntegrations({
78-
limit: 1,
78+
limit: 4,
7979
startingAfter: 'starting_after',
8080
endingBefore: 'ending_before',
8181
});
@@ -145,12 +145,12 @@ import { ApnsConfigPayload, Client } from 'magicbell-js/project-client';
145145
const apnsConfigPayload: ApnsConfigPayload = {
146146
appId: "app_id",
147147
badge: badge,
148-
certificate: "BEGIN PRIVATE KEY--------
149-
hAfVaNwLMD==
150-
-----END PRIVATE KEY-----------",
151-
keyId: "ex dolore ",
148+
certificate: " BEGIN PRIVATE KEY-----
149+
SA==
150+
------ END PRIVATE KEYYYYY-----------",
151+
keyId: "irure do t",
152152
payloadVersion: payloadVersion,
153-
teamId: "nostrudqui"
153+
teamId: "uteu cillu"
154154
};
155155

156156
const { data } = await client.integrations.saveApnsIntegration(apnsConfigPayload);
@@ -347,9 +347,9 @@ import { Client, FcmConfigPayload } from 'magicbell-js/project-client';
347347
clientEmail: "client_email",
348348
clientId: "client_id",
349349
clientX509CertUrl: "client_x509_cert_url",
350-
privateKey: "BEGINOYAOGTL---------
351-
Z3XYlIQ
352-
-------- ENDGDWPSV--------",
350+
privateKey: " BEGINH U------
351+
k90woXYUrd==
352+
--- ENDYC MNEXMN--------",
353353
privateKeyId: "private_key_id",
354354
projectId: "project_id",
355355
tokenUri: "token_uri",
@@ -549,7 +549,7 @@ import { Client, InboxConfigPayload } from 'magicbell-js/project-client';
549549

550550
const banner: Banner = {
551551
backgroundColor: 'backgroundColor',
552-
backgroundOpacity: 2.69,
552+
backgroundOpacity: 1.38,
553553
fontSize: 'fontSize',
554554
textColor: 'textColor',
555555
};
@@ -1157,10 +1157,10 @@ import { Client, SlackConfigPayload } from 'magicbell-js/project-client';
11571157
});
11581158

11591159
const slackConfigPayload: SlackConfigPayload = {
1160-
appId: 'OAZKV',
1161-
clientId: '10505693160.5484621',
1162-
clientSecret: 'consectetur voluptate exercitati',
1163-
signingSecret: 'consequat excupidatat velit dolo',
1160+
appId: '4I',
1161+
clientId: '2675252414.011421',
1162+
clientSecret: 'laboris ut cupidatat consequat n',
1163+
signingSecret: 'Ut ullamcomollit laborereprehend',
11641164
};
11651165

11661166
const { data } = await client.integrations.saveSlackIntegration(slackConfigPayload);
@@ -1353,7 +1353,7 @@ import { Client, TwilioConfigPayload } from 'magicbell-js/project-client';
13531353
accountSid: 'account_sid',
13541354
apiKey: 'api_key',
13551355
apiSecret: 'api_secret',
1356-
from: '+9863',
1356+
from: '+02365857994',
13571357
};
13581358

13591359
const { data } = await client.integrations.saveTwilioIntegration(twilioConfigPayload);

packages/magicbell-js/docs/project-client/services/UsersService.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ import { Client } from 'magicbell-js/project-client';
3939
});
4040

4141
const { data } = await client.users.listUsers({
42-
limit: 6,
42+
limit: 4,
4343
startingAfter: 'starting_after',
4444
endingBefore: 'ending_before',
4545
query: 'query',

0 commit comments

Comments
 (0)