Skip to content

Commit d31504e

Browse files
committed
chore: regen sdk
1 parent 5272db9 commit d31504e

File tree

241 files changed

+4245
-2309
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

241 files changed

+4245
-2309
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"magicbell-go-project-client": minor
3+
---
4+
5+
Automatic minor version bump for changes in `magicbell-go-project-client`.

README.md

+18-21
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,7 @@ The SDK provides various services to interact with the API.
8383
| [EventsService](documentation/services/events_service.md) |
8484
| [IntegrationsService](documentation/services/integrations_service.md) |
8585
| [JwtService](documentation/services/jwt_service.md) |
86+
| [UsersService](documentation/services/users_service.md) |
8687

8788
</details>
8889

@@ -136,22 +137,22 @@ The SDK includes several models that represent the data structures used in API r
136137
| :------------------------------------------------------------------------------------------------ | :---------- |
137138
| [ArrayOfBroadcasts](documentation/models/array_of_broadcasts.md) | |
138139
| [Broadcast](documentation/models/broadcast.md) | |
139-
| [ProjectDeliveryConfig](documentation/models/project_delivery_config.md) | |
140140
| [CategoryDeliveryConfig](documentation/models/category_delivery_config.md) | |
141-
| [ArrayOfMetadataApnsTokens](documentation/models/array_of_metadata_apns_tokens.md) | |
142-
| [MetadataApnsToken](documentation/models/metadata_apns_token.md) | |
141+
| [ArrayOfApnsTokenResponses](documentation/models/array_of_apns_token_responses.md) | |
142+
| [ApnsTokenResponse](documentation/models/apns_token_response.md) | |
143143
| [DiscardResult](documentation/models/discard_result.md) | |
144-
| [ArrayOfMetadataExpoTokens](documentation/models/array_of_metadata_expo_tokens.md) | |
145-
| [MetadataExpoToken](documentation/models/metadata_expo_token.md) | |
146-
| [ArrayOfMetadataFcmTokens](documentation/models/array_of_metadata_fcm_tokens.md) | |
147-
| [MetadataFcmToken](documentation/models/metadata_fcm_token.md) | |
148-
| [ArrayOfMetadataSlackTokens](documentation/models/array_of_metadata_slack_tokens.md) | |
149-
| [MetadataSlackToken](documentation/models/metadata_slack_token.md) | |
150-
| [ArrayOfMetadataTeamsTokens](documentation/models/array_of_metadata_teams_tokens.md) | |
151-
| [MetadataTeamsToken](documentation/models/metadata_teams_token.md) | |
152-
| [ArrayOfMetadataWebPushTokens](documentation/models/array_of_metadata_web_push_tokens.md) | |
153-
| [MetadataWebPushToken](documentation/models/metadata_web_push_token.md) | |
144+
| [ArrayOfExpoTokenResponses](documentation/models/array_of_expo_token_responses.md) | |
145+
| [ExpoTokenResponse](documentation/models/expo_token_response.md) | |
146+
| [ArrayOfFcmTokenResponses](documentation/models/array_of_fcm_token_responses.md) | |
147+
| [FcmTokenResponse](documentation/models/fcm_token_response.md) | |
148+
| [ArrayOfSlackTokenResponses](documentation/models/array_of_slack_token_responses.md) | |
149+
| [SlackTokenResponse](documentation/models/slack_token_response.md) | |
150+
| [ArrayOfTeamsTokenResponses](documentation/models/array_of_teams_token_responses.md) | |
151+
| [TeamsTokenResponse](documentation/models/teams_token_response.md) | |
152+
| [ArrayOfWebPushTokenResponses](documentation/models/array_of_web_push_token_responses.md) | |
153+
| [WebPushTokenResponse](documentation/models/web_push_token_response.md) | |
154154
| [ArrayOfEvents](documentation/models/array_of_events.md) | |
155+
| [Event](documentation/models/event.md) | |
155156
| [ArrayOfIntegrationObjects](documentation/models/array_of_integration_objects.md) | |
156157
| [ArrayOfApnsConfigObjects](documentation/models/array_of_apns_config_objects.md) | |
157158
| [ApnsConfig](documentation/models/apns_config.md) | |
@@ -187,15 +188,8 @@ The SDK includes several models that represent the data structures used in API r
187188
| [AccessToken](documentation/models/access_token.md) | |
188189
| [DiscardTokenResponse](documentation/models/discard_token_response.md) | |
189190
| [CreateUserTokenRequest](documentation/models/create_user_token_request.md) | |
191+
| [ArrayOfUsers](documentation/models/array_of_users.md) | |
190192
| [Links](documentation/models/links.md) | |
191-
| [ApnsToken](documentation/models/apns_token.md) | |
192-
| [TokenMetadata](documentation/models/token_metadata.md) | |
193-
| [ExpoToken](documentation/models/expo_token.md) | |
194-
| [FcmToken](documentation/models/fcm_token.md) | |
195-
| [SlackToken](documentation/models/slack_token.md) | |
196-
| [TeamsToken](documentation/models/teams_token.md) | |
197-
| [WebPushToken](documentation/models/web_push_token.md) | |
198-
| [Event](documentation/models/event.md) | |
199193
| [IntegrationObject](documentation/models/integration_object.md) | |
200194
| [ApnsConfigObject](documentation/models/apns_config_object.md) | |
201195
| [AwssnsConfigObject](documentation/models/awssns_config_object.md) | |
@@ -213,6 +207,7 @@ The SDK includes several models that represent the data structures used in API r
213207
| [TwilioConfigObject](documentation/models/twilio_config_object.md) | |
214208
| [WebpushConfigObject](documentation/models/webpush_config_object.md) | |
215209
| [FetchTokensResponseToken](documentation/models/fetch_tokens_response_token.md) | |
210+
| [User](documentation/models/user.md) | |
216211

217212
</details>
218213

@@ -221,3 +216,5 @@ The SDK includes several models that represent the data structures used in API r
221216
This SDK is licensed under the MIT License.
222217

223218
See the [LICENSE](LICENSE) file for more details.
219+
220+
<!-- This file was generated by liblab | https://liblab.com/ -->

cmd/examples/example.go

+2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
// This file was generated by liblab | https://liblab.com/
2+
13
package main
24

35
import (

documentation/models/access_token.md

+2
Original file line numberDiff line numberDiff line change
@@ -8,3 +8,5 @@
88
| Token | string || |
99
| TokenId | string || |
1010
| ExpiresAt | string || |
11+
12+
<!-- This file was generated by liblab | https://liblab.com/ -->

documentation/models/apns_config.md

+2
Original file line numberDiff line numberDiff line change
@@ -28,3 +28,5 @@
2828
| :--- | :----- | :------- | :---------- |
2929
| \_1 | string || "1" |
3030
| \_2 | string || "2" |
31+
32+
<!-- This file was generated by liblab | https://liblab.com/ -->

documentation/models/apns_config_object.md

+2
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,5 @@
77
| Config | integrations.ApnsConfig || |
88
| Id | string || |
99
| Name | string || |
10+
11+
<!-- This file was generated by liblab | https://liblab.com/ -->

documentation/models/apns_token.md

-20
This file was deleted.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
# ApnsTokenResponse
2+
3+
**Properties**
4+
5+
| Name | Type | Required | Description |
6+
| :------------- | :--------------------------------------- | :------- | :-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
7+
| CreatedAt | string || |
8+
| DeviceToken | string || |
9+
| Id | string || |
10+
| AppId | string || (Optional) The bundle identifier of the application that is registering this token. Use this field to override the default identifier specified in the projects APNs integration. |
11+
| DiscardedAt | string || |
12+
| InstallationId | channels.ApnsTokenResponseInstallationId || (Optional) The APNs environment the token is registered for. If none is provided we assume the token is used in `production`. |
13+
| UpdatedAt | string || |
14+
15+
# ApnsTokenResponseInstallationId
16+
17+
(Optional) The APNs environment the token is registered for. If none is provided we assume the token is used in `production`.
18+
19+
**Properties**
20+
21+
| Name | Type | Required | Description |
22+
| :---------- | :----- | :------- | :------------ |
23+
| development | string || "development" |
24+
| production | string || "production" |
25+
26+
<!-- This file was generated by liblab | https://liblab.com/ -->

documentation/models/array_of_apns_config_objects.md

+2
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,5 @@
66
| :---- | :------------------------------ | :------- | :---------- |
77
| Data | []integrations.ApnsConfigObject || |
88
| Links | shared.Links || |
9+
10+
<!-- This file was generated by liblab | https://liblab.com/ -->
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
1-
# ArrayOfMetadataApnsTokens
1+
# ArrayOfApnsTokenResponses
22

33
**Properties**
44

55
| Name | Type | Required | Description |
66
| :---- | :--------------------------- | :------- | :---------- |
7-
| Data | []channels.MetadataApnsToken || |
7+
| Data | []channels.ApnsTokenResponse || |
88
| Links | shared.Links || |
9+
10+
<!-- This file was generated by liblab | https://liblab.com/ -->

documentation/models/array_of_awssns_config_objects.md

+2
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,5 @@
66
| :---- | :-------------------------------- | :------- | :---------- |
77
| Data | []integrations.AwssnsConfigObject || |
88
| Links | shared.Links || |
9+
10+
<!-- This file was generated by liblab | https://liblab.com/ -->

documentation/models/array_of_broadcasts.md

+2
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,5 @@
66
| :---- | :--------------------- | :------- | :---------- |
77
| Data | []broadcasts.Broadcast || |
88
| Links | shared.Links || |
9+
10+
<!-- This file was generated by liblab | https://liblab.com/ -->

documentation/models/array_of_events.md

+2
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,5 @@
66
| :---- | :------------- | :------- | :---------- |
77
| Data | []events.Event || |
88
| Links | shared.Links || |
9+
10+
<!-- This file was generated by liblab | https://liblab.com/ -->

documentation/models/array_of_expo_config_objects.md

+2
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,5 @@
66
| :---- | :------------------------------ | :------- | :---------- |
77
| Data | []integrations.ExpoConfigObject || |
88
| Links | shared.Links || |
9+
10+
<!-- This file was generated by liblab | https://liblab.com/ -->
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
1-
# ArrayOfMetadataExpoTokens
1+
# ArrayOfExpoTokenResponses
22

33
**Properties**
44

55
| Name | Type | Required | Description |
66
| :---- | :--------------------------- | :------- | :---------- |
7-
| Data | []channels.MetadataExpoToken || |
7+
| Data | []channels.ExpoTokenResponse || |
88
| Links | shared.Links || |
9+
10+
<!-- This file was generated by liblab | https://liblab.com/ -->

documentation/models/array_of_fcm_config_objects.md

+2
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,5 @@
66
| :---- | :----------------------------- | :------- | :---------- |
77
| Data | []integrations.FcmConfigObject || |
88
| Links | shared.Links || |
9+
10+
<!-- This file was generated by liblab | https://liblab.com/ -->
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
1-
# ArrayOfMetadataFcmTokens
1+
# ArrayOfFcmTokenResponses
22

33
**Properties**
44

55
| Name | Type | Required | Description |
66
| :---- | :-------------------------- | :------- | :---------- |
7-
| Data | []channels.MetadataFcmToken || |
7+
| Data | []channels.FcmTokenResponse || |
88
| Links | shared.Links || |
9+
10+
<!-- This file was generated by liblab | https://liblab.com/ -->

documentation/models/array_of_fetch_tokens_response_tokens.md

+2
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,5 @@
66
| :---- | :----------------------------- | :------- | :---------- |
77
| Data | []jwt.FetchTokensResponseToken || |
88
| Links | shared.Links || |
9+
10+
<!-- This file was generated by liblab | https://liblab.com/ -->

documentation/models/array_of_github_config_objects.md

+2
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,5 @@
66
| :---- | :-------------------------------- | :------- | :---------- |
77
| Data | []integrations.GithubConfigObject || |
88
| Links | shared.Links || |
9+
10+
<!-- This file was generated by liblab | https://liblab.com/ -->

documentation/models/array_of_inbox_config_objects.md

+2
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,5 @@
66
| :---- | :------------------------------- | :------- | :---------- |
77
| Data | []integrations.InboxConfigObject || |
88
| Links | shared.Links || |
9+
10+
<!-- This file was generated by liblab | https://liblab.com/ -->

documentation/models/array_of_integration_objects.md

+2
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,5 @@
66
| :---- | :------------------------------- | :------- | :---------- |
77
| Data | []integrations.IntegrationObject || |
88
| Links | shared.Links || |
9+
10+
<!-- This file was generated by liblab | https://liblab.com/ -->

documentation/models/array_of_mailgun_config_objects.md

+2
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,5 @@
66
| :---- | :--------------------------------- | :------- | :---------- |
77
| Data | []integrations.MailgunConfigObject || |
88
| Links | shared.Links || |
9+
10+
<!-- This file was generated by liblab | https://liblab.com/ -->

documentation/models/array_of_ping_config_objects.md

+2
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,5 @@
66
| :---- | :------------------------------ | :------- | :---------- |
77
| Data | []integrations.PingConfigObject || |
88
| Links | shared.Links || |
9+
10+
<!-- This file was generated by liblab | https://liblab.com/ -->

documentation/models/array_of_sendgrid_config_objects.md

+2
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,5 @@
66
| :---- | :---------------------------------- | :------- | :---------- |
77
| Data | []integrations.SendgridConfigObject || |
88
| Links | shared.Links || |
9+
10+
<!-- This file was generated by liblab | https://liblab.com/ -->

documentation/models/array_of_ses_config_objects.md

+2
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,5 @@
66
| :---- | :----------------------------- | :------- | :---------- |
77
| Data | []integrations.SesConfigObject || |
88
| Links | shared.Links || |
9+
10+
<!-- This file was generated by liblab | https://liblab.com/ -->

documentation/models/array_of_slack_config_objects.md

+2
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,5 @@
66
| :---- | :------------------------------- | :------- | :---------- |
77
| Data | []integrations.SlackConfigObject || |
88
| Links | shared.Links || |
9+
10+
<!-- This file was generated by liblab | https://liblab.com/ -->
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
1-
# ArrayOfMetadataSlackTokens
1+
# ArrayOfSlackTokenResponses
22

33
**Properties**
44

55
| Name | Type | Required | Description |
66
| :---- | :---------------------------- | :------- | :---------- |
7-
| Data | []channels.MetadataSlackToken || |
7+
| Data | []channels.SlackTokenResponse || |
88
| Links | shared.Links || |
9+
10+
<!-- This file was generated by liblab | https://liblab.com/ -->

documentation/models/array_of_stripe_config_objects.md

+2
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,5 @@
66
| :---- | :-------------------------------- | :------- | :---------- |
77
| Data | []integrations.StripeConfigObject || |
88
| Links | shared.Links || |
9+
10+
<!-- This file was generated by liblab | https://liblab.com/ -->
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
1-
# ArrayOfMetadataTeamsTokens
1+
# ArrayOfTeamsTokenResponses
22

33
**Properties**
44

55
| Name | Type | Required | Description |
66
| :---- | :---------------------------- | :------- | :---------- |
7-
| Data | []channels.MetadataTeamsToken || |
7+
| Data | []channels.TeamsTokenResponse || |
88
| Links | shared.Links || |
9+
10+
<!-- This file was generated by liblab | https://liblab.com/ -->

documentation/models/array_of_templates_config_objects.md

+2
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,5 @@
66
| :---- | :----------------------------------- | :------- | :---------- |
77
| Data | []integrations.TemplatesConfigObject || |
88
| Links | shared.Links || |
9+
10+
<!-- This file was generated by liblab | https://liblab.com/ -->

0 commit comments

Comments
 (0)