diff --git a/.changeset/auto-bump-magicbell-java-user-client-1781506349.md b/.changeset/auto-bump-magicbell-java-user-client-1781506349.md new file mode 100644 index 0000000..3a99760 --- /dev/null +++ b/.changeset/auto-bump-magicbell-java-user-client-1781506349.md @@ -0,0 +1,5 @@ +--- +"magicbell-java-user-client": minor +--- + +Automatic minor version bump for changes in `magicbell-java-user-client`. diff --git a/README.md b/README.md index 7755d8b..5370a91 100644 --- a/README.md +++ b/README.md @@ -224,3 +224,5 @@ The SDK includes several models that represent the data structures used in API r This SDK is licensed under the MIT License. See the [LICENSE](LICENSE) file for more details. + + diff --git a/documentation/models/ApnsToken.md b/documentation/models/ApnsToken.md index b0c5056..cccf04e 100644 --- a/documentation/models/ApnsToken.md +++ b/documentation/models/ApnsToken.md @@ -11,3 +11,5 @@ | discardedAt | String | ❌ | The timestamp when the token was discarded, if applicable. | | installationId | ApnsTokenInstallationId | ❌ | The APNs environment this token belongs to. If omitted we assume it targets `production`. | | updatedAt | String | ❌ | The timestamp when the token metadata last changed. | + + diff --git a/documentation/models/ApnsTokenCollection.md b/documentation/models/ApnsTokenCollection.md index bc56ac1..e32f8a9 100644 --- a/documentation/models/ApnsTokenCollection.md +++ b/documentation/models/ApnsTokenCollection.md @@ -6,3 +6,5 @@ | :---- | :------------------------------ | :------- | :---------- | | data | List<[ApnsToken](ApnsToken.md)> | ❌ | | | links | [Links](Links.md) | ❌ | | + + diff --git a/documentation/models/ApnsTokenInstallationId.md b/documentation/models/ApnsTokenInstallationId.md index 3bdcf87..aa3ac12 100644 --- a/documentation/models/ApnsTokenInstallationId.md +++ b/documentation/models/ApnsTokenInstallationId.md @@ -8,3 +8,5 @@ The APNs environment this token belongs to. If omitted we assume it targets `pro | :---------- | :----- | :------- | :------------ | | DEVELOPMENT | String | ✅ | "development" | | PRODUCTION | String | ✅ | "production" | + + diff --git a/documentation/models/ApnsTokenPayload.md b/documentation/models/ApnsTokenPayload.md index 21bdee2..5ed0dcc 100644 --- a/documentation/models/ApnsTokenPayload.md +++ b/documentation/models/ApnsTokenPayload.md @@ -7,3 +7,5 @@ | deviceToken | String | ✅ | The APNs device token to register with MagicBell. | | appId | String | ❌ | The bundle identifier of the application registering this token. Use this to override the default identifier configured on the APNs integration. | | installationId | ApnsTokenPayloadInstallationId | ❌ | The APNs environment this token belongs to. If omitted we assume it targets `production`. | + + diff --git a/documentation/models/ApnsTokenPayloadInstallationId.md b/documentation/models/ApnsTokenPayloadInstallationId.md index 0e6b99b..df5923b 100644 --- a/documentation/models/ApnsTokenPayloadInstallationId.md +++ b/documentation/models/ApnsTokenPayloadInstallationId.md @@ -8,3 +8,5 @@ The APNs environment this token belongs to. If omitted we assume it targets `pro | :---------- | :----- | :------- | :------------ | | DEVELOPMENT | String | ✅ | "development" | | PRODUCTION | String | ✅ | "production" | + + diff --git a/documentation/models/ArchiveAllNotificationsParameters.md b/documentation/models/ArchiveAllNotificationsParameters.md index 44d4a62..a8ba945 100644 --- a/documentation/models/ArchiveAllNotificationsParameters.md +++ b/documentation/models/ArchiveAllNotificationsParameters.md @@ -6,3 +6,5 @@ | :------- | :----- | :------- | :------------------------------------- | | category | String | ❌ | filter notifications by their category | | topic | String | ❌ | filter notifications by their topic | + + diff --git a/documentation/models/AuthedUser.md b/documentation/models/AuthedUser.md index 87b68e3..e8e4d9f 100644 --- a/documentation/models/AuthedUser.md +++ b/documentation/models/AuthedUser.md @@ -10,3 +10,5 @@ | refreshToken | String | ❌ | Refresh token for the authed user. | | scope | String | ❌ | Space-delimited OAuth scopes granted to the user token. | | tokenType | String | ❌ | Token type value provided by Slack. | + + diff --git a/documentation/models/Banner.md b/documentation/models/Banner.md index e03792d..5008ce7 100644 --- a/documentation/models/Banner.md +++ b/documentation/models/Banner.md @@ -10,3 +10,5 @@ Top banner styling options. | fontSize | String | ✅ | Font size for banner text. | | textColor | String | ✅ | Banner text color. | | backgroundOpacity | Double | ❌ | Opacity applied to the banner background. | + + diff --git a/documentation/models/Categories.md b/documentation/models/Categories.md index 9c2ae0b..6ca5e4f 100644 --- a/documentation/models/Categories.md +++ b/documentation/models/Categories.md @@ -7,3 +7,5 @@ | channels | List<[Channels](Channels.md)> | ❌ | | | key | String | ❌ | | | label | String | ❌ | | + + diff --git a/documentation/models/Channels.md b/documentation/models/Channels.md index 895e0fb..df8b2f9 100644 --- a/documentation/models/Channels.md +++ b/documentation/models/Channels.md @@ -6,3 +6,5 @@ | :------ | :------ | :------- | :---------- | | enabled | Boolean | ❌ | | | name | String | ❌ | | + + diff --git a/documentation/models/CountResponse.md b/documentation/models/CountResponse.md index e3874f6..ecb4d03 100644 --- a/documentation/models/CountResponse.md +++ b/documentation/models/CountResponse.md @@ -5,3 +5,5 @@ | Name | Type | Required | Description | | :---- | :--- | :------- | :--------------------------------------------- | | count | Long | ✅ | The count of notifications matching the query. | + + diff --git a/documentation/models/DefaultHover.md b/documentation/models/DefaultHover.md index f9eb6d1..fa5346b 100644 --- a/documentation/models/DefaultHover.md +++ b/documentation/models/DefaultHover.md @@ -7,3 +7,5 @@ Styles applied when a notification is hovered. | Name | Type | Required | Description | | :-------------- | :----- | :------- | :------------------------- | | backgroundColor | String | ✅ | Background color on hover. | + + diff --git a/documentation/models/DefaultState.md b/documentation/models/DefaultState.md index 3151be7..1dfd4eb 100644 --- a/documentation/models/DefaultState.md +++ b/documentation/models/DefaultState.md @@ -7,3 +7,5 @@ Accent colors for notification state indicators. | Name | Type | Required | Description | | :---- | :----- | :------- | :---------------------------------- | | color | String | ✅ | Color used for the state indicator. | + + diff --git a/documentation/models/Default_.md b/documentation/models/Default_.md index 6b85851..61cf46b 100644 --- a/documentation/models/Default_.md +++ b/documentation/models/Default_.md @@ -14,3 +14,5 @@ Base styles applied to every notification item. | textColor | String | ✅ | Default text color for notifications. | | hover | DefaultHover | ❌ | Styles applied when a notification is hovered. | | state | DefaultState | ❌ | Accent colors for notification state indicators. | + + diff --git a/documentation/models/Dialog.md b/documentation/models/Dialog.md index c5f4783..98c37ae 100644 --- a/documentation/models/Dialog.md +++ b/documentation/models/Dialog.md @@ -9,3 +9,5 @@ Styling for confirmation and action dialogs. | accentColor | String | ✅ | Accent color for dialog buttons and highlights. | | backgroundColor | String | ✅ | Dialog background color. | | textColor | String | ✅ | Dialog text color. | + + diff --git a/documentation/models/DiscardResult.md b/documentation/models/DiscardResult.md index a6fced6..ca2e786 100644 --- a/documentation/models/DiscardResult.md +++ b/documentation/models/DiscardResult.md @@ -6,3 +6,5 @@ | :---------- | :----- | :------- | :--------------------------------------------- | | discardedAt | String | ❌ | The timestamp when the token was discarded. | | id | String | ❌ | The unique identifier for the discarded token. | + + diff --git a/documentation/models/Enterprise.md b/documentation/models/Enterprise.md index 9674f93..3aa9ea5 100644 --- a/documentation/models/Enterprise.md +++ b/documentation/models/Enterprise.md @@ -6,3 +6,5 @@ | :--- | :----- | :------- | :-------------------------- | | id | String | ✅ | Enterprise grid identifier. | | name | String | ✅ | Enterprise grid name. | + + diff --git a/documentation/models/ExpoToken.md b/documentation/models/ExpoToken.md index 5fad035..cb44631 100644 --- a/documentation/models/ExpoToken.md +++ b/documentation/models/ExpoToken.md @@ -9,3 +9,5 @@ | id | String | ✅ | The unique identifier for the token. | | discardedAt | String | ❌ | The timestamp when the token was discarded, if applicable. | | updatedAt | String | ❌ | The timestamp when the token metadata last changed. | + + diff --git a/documentation/models/ExpoTokenCollection.md b/documentation/models/ExpoTokenCollection.md index 98f1f53..b797e43 100644 --- a/documentation/models/ExpoTokenCollection.md +++ b/documentation/models/ExpoTokenCollection.md @@ -6,3 +6,5 @@ | :---- | :------------------------------ | :------- | :---------- | | data | List<[ExpoToken](ExpoToken.md)> | ❌ | | | links | [Links](Links.md) | ❌ | | + + diff --git a/documentation/models/ExpoTokenPayload.md b/documentation/models/ExpoTokenPayload.md index 1e2815f..d05fa47 100644 --- a/documentation/models/ExpoTokenPayload.md +++ b/documentation/models/ExpoTokenPayload.md @@ -5,3 +5,5 @@ | Name | Type | Required | Description | | :---------- | :----- | :------- | :----------------------------------------------- | | deviceToken | String | ✅ | The Expo push token returned by the Expo client. | + + diff --git a/documentation/models/FcmToken.md b/documentation/models/FcmToken.md index 99bb53f..1d71f1d 100644 --- a/documentation/models/FcmToken.md +++ b/documentation/models/FcmToken.md @@ -9,3 +9,5 @@ | id | String | ✅ | The unique identifier for the token. | | discardedAt | String | ❌ | The timestamp when the token was discarded, if applicable. | | updatedAt | String | ❌ | The timestamp when the token metadata last changed. | + + diff --git a/documentation/models/FcmTokenCollection.md b/documentation/models/FcmTokenCollection.md index 46099c7..82e8e0d 100644 --- a/documentation/models/FcmTokenCollection.md +++ b/documentation/models/FcmTokenCollection.md @@ -6,3 +6,5 @@ | :---- | :---------------------------- | :------- | :---------- | | data | List<[FcmToken](FcmToken.md)> | ❌ | | | links | [Links](Links.md) | ❌ | | + + diff --git a/documentation/models/FcmTokenPayload.md b/documentation/models/FcmTokenPayload.md index e34a394..b425bbf 100644 --- a/documentation/models/FcmTokenPayload.md +++ b/documentation/models/FcmTokenPayload.md @@ -5,3 +5,5 @@ | Name | Type | Required | Description | | :---------- | :----- | :------- | :--------------------------------------------------------------------------------- | | deviceToken | String | ✅ | The Firebase Cloud Messaging device registration token to associate with the user. | + + diff --git a/documentation/models/FetchUnreadNotificationsCountParameters.md b/documentation/models/FetchUnreadNotificationsCountParameters.md index a848ce6..bd1494c 100644 --- a/documentation/models/FetchUnreadNotificationsCountParameters.md +++ b/documentation/models/FetchUnreadNotificationsCountParameters.md @@ -6,3 +6,5 @@ | :------- | :----- | :------- | :------------------------------------- | | category | String | ❌ | filter notifications by their category | | topic | String | ❌ | filter notifications by their topic | + + diff --git a/documentation/models/Footer.md b/documentation/models/Footer.md index 3b53ecc..bc7951b 100644 --- a/documentation/models/Footer.md +++ b/documentation/models/Footer.md @@ -10,3 +10,5 @@ Footer styling for the inbox modal. | borderRadius | String | ✅ | Border radius applied to the footer container. | | fontSize | String | ✅ | Font size used in the footer. | | textColor | String | ✅ | Footer text color. | + + diff --git a/documentation/models/Header.md b/documentation/models/Header.md index 041319d..e8a4474 100644 --- a/documentation/models/Header.md +++ b/documentation/models/Header.md @@ -11,3 +11,5 @@ Header styling for the inbox modal. | fontFamily | String | ✅ | CSS font family for the header title. | | fontSize | String | ✅ | Font size used in the header. | | textColor | String | ✅ | Header text color. | + + diff --git a/documentation/models/Icon.md b/documentation/models/Icon.md index df4429a..5bec007 100644 --- a/documentation/models/Icon.md +++ b/documentation/models/Icon.md @@ -8,3 +8,5 @@ Launcher icon styling overrides. | :---------- | :----- | :------- | :------------------------------------------- | | borderColor | String | ✅ | CSS color used for the icon border. | | width | String | ✅ | Width of the launcher icon (any CSS length). | + + diff --git a/documentation/models/Images.md b/documentation/models/Images.md index 2aadf82..8e927e4 100644 --- a/documentation/models/Images.md +++ b/documentation/models/Images.md @@ -7,3 +7,5 @@ Image overrides for assets used in the inbox UI. | Name | Type | Required | Description | | :------------ | :----- | :------- | :------------------------------------------------------ | | emptyInboxUrl | String | ✅ | URL for the illustration shown when the inbox is empty. | + + diff --git a/documentation/models/InboxConfigPayload.md b/documentation/models/InboxConfigPayload.md index 391db27..f6673da 100644 --- a/documentation/models/InboxConfigPayload.md +++ b/documentation/models/InboxConfigPayload.md @@ -7,3 +7,5 @@ | images | Images | ✅ | Image overrides for assets used in the inbox UI. | | locale | String | ✅ | Locale code (ISO language tag) used to localize built-in strings. | | theme | Theme | ✅ | Visual customization options for the hosted inbox widget. | + + diff --git a/documentation/models/InboxToken.md b/documentation/models/InboxToken.md index cc71bb1..403f23a 100644 --- a/documentation/models/InboxToken.md +++ b/documentation/models/InboxToken.md @@ -6,3 +6,5 @@ | :----------- | :----- | :------- | :------------------------------------------------------------------------- | | token | String | ✅ | The in-app inbox token generated for this user. | | connectionId | String | ❌ | Realtime connection ID to restrict delivery to a specific Ably connection. | + + diff --git a/documentation/models/InboxTokenResponse.md b/documentation/models/InboxTokenResponse.md index 48d8f7f..a87ab8b 100644 --- a/documentation/models/InboxTokenResponse.md +++ b/documentation/models/InboxTokenResponse.md @@ -10,3 +10,5 @@ | connectionId | String | ❌ | Realtime connection ID to restrict delivery to a specific Ably connection. | | discardedAt | String | ❌ | The timestamp when the token was discarded, if applicable. | | updatedAt | String | ❌ | The timestamp when the token metadata last changed. | + + diff --git a/documentation/models/InboxTokenResponseCollection.md b/documentation/models/InboxTokenResponseCollection.md index dc3493d..6598e02 100644 --- a/documentation/models/InboxTokenResponseCollection.md +++ b/documentation/models/InboxTokenResponseCollection.md @@ -6,3 +6,5 @@ | :---- | :------------------------------------------------ | :------- | :---------- | | data | List<[InboxTokenResponse](InboxTokenResponse.md)> | ❌ | | | links | [Links](Links.md) | ❌ | | + + diff --git a/documentation/models/IncomingWebhook.md b/documentation/models/IncomingWebhook.md index beca079..dcce271 100644 --- a/documentation/models/IncomingWebhook.md +++ b/documentation/models/IncomingWebhook.md @@ -7,3 +7,5 @@ | channel | String | ✅ | Human readable name for the webhook channel. | | configurationUrl | String | ✅ | URL users can visit to manage the webhook. | | url | String | ✅ | Webhook URL that Slack posts events to. | + + diff --git a/documentation/models/Links.md b/documentation/models/Links.md index 3c4b722..e07ea56 100644 --- a/documentation/models/Links.md +++ b/documentation/models/Links.md @@ -7,3 +7,5 @@ | first | String | ❌ | | | next | String | ❌ | | | prev | String | ❌ | | + + diff --git a/documentation/models/ListApnsTokensParameters.md b/documentation/models/ListApnsTokensParameters.md index 2e11748..1120078 100644 --- a/documentation/models/ListApnsTokensParameters.md +++ b/documentation/models/ListApnsTokensParameters.md @@ -7,3 +7,5 @@ | limit | Long | ❌ | defines the maximum number of items to return per page (default: 50) | | startingAfter | String | ❌ | a cursor for use in pagination, points to the last ID in previous page | | endingBefore | String | ❌ | a cursor for use in pagination, points to the first ID in next page | + + diff --git a/documentation/models/ListExpoTokensParameters.md b/documentation/models/ListExpoTokensParameters.md index afef680..7277ba8 100644 --- a/documentation/models/ListExpoTokensParameters.md +++ b/documentation/models/ListExpoTokensParameters.md @@ -7,3 +7,5 @@ | limit | Long | ❌ | defines the maximum number of items to return per page (default: 50) | | startingAfter | String | ❌ | a cursor for use in pagination, points to the last ID in previous page | | endingBefore | String | ❌ | a cursor for use in pagination, points to the first ID in next page | + + diff --git a/documentation/models/ListFcmTokensParameters.md b/documentation/models/ListFcmTokensParameters.md index 48aa4fc..ce32c35 100644 --- a/documentation/models/ListFcmTokensParameters.md +++ b/documentation/models/ListFcmTokensParameters.md @@ -7,3 +7,5 @@ | limit | Long | ❌ | defines the maximum number of items to return per page (default: 50) | | startingAfter | String | ❌ | a cursor for use in pagination, points to the last ID in previous page | | endingBefore | String | ❌ | a cursor for use in pagination, points to the first ID in next page | + + diff --git a/documentation/models/ListInboxTokensParameters.md b/documentation/models/ListInboxTokensParameters.md index 82a13c3..19d8c0a 100644 --- a/documentation/models/ListInboxTokensParameters.md +++ b/documentation/models/ListInboxTokensParameters.md @@ -7,3 +7,5 @@ | limit | Long | ❌ | defines the maximum number of items to return per page (default: 50) | | startingAfter | String | ❌ | a cursor for use in pagination, points to the last ID in previous page | | endingBefore | String | ❌ | a cursor for use in pagination, points to the first ID in next page | + + diff --git a/documentation/models/ListMagicbellSlackbotTokensParameters.md b/documentation/models/ListMagicbellSlackbotTokensParameters.md index 6fa4516..6563a75 100644 --- a/documentation/models/ListMagicbellSlackbotTokensParameters.md +++ b/documentation/models/ListMagicbellSlackbotTokensParameters.md @@ -7,3 +7,5 @@ | limit | Long | ❌ | defines the maximum number of items to return per page (default: 50) | | startingAfter | String | ❌ | a cursor for use in pagination, points to the last ID in previous page | | endingBefore | String | ❌ | a cursor for use in pagination, points to the first ID in next page | + + diff --git a/documentation/models/ListNotificationsParameters.md b/documentation/models/ListNotificationsParameters.md index 2e8a32b..4e19f34 100644 --- a/documentation/models/ListNotificationsParameters.md +++ b/documentation/models/ListNotificationsParameters.md @@ -10,3 +10,5 @@ | status | String | ❌ | filter notifications by their read state, one of 'unread' \| 'read' \| 'archived' | | category | String | ❌ | filter notifications by their category | | topic | String | ❌ | filter notifications by their topic | + + diff --git a/documentation/models/ListSlackTokensParameters.md b/documentation/models/ListSlackTokensParameters.md index f6f6594..76d85cc 100644 --- a/documentation/models/ListSlackTokensParameters.md +++ b/documentation/models/ListSlackTokensParameters.md @@ -7,3 +7,5 @@ | limit | Long | ❌ | defines the maximum number of items to return per page (default: 50) | | startingAfter | String | ❌ | a cursor for use in pagination, points to the last ID in previous page | | endingBefore | String | ❌ | a cursor for use in pagination, points to the first ID in next page | + + diff --git a/documentation/models/ListTeamsTokensParameters.md b/documentation/models/ListTeamsTokensParameters.md index 2cec3eb..1428385 100644 --- a/documentation/models/ListTeamsTokensParameters.md +++ b/documentation/models/ListTeamsTokensParameters.md @@ -7,3 +7,5 @@ | limit | Long | ❌ | defines the maximum number of items to return per page (default: 50) | | startingAfter | String | ❌ | a cursor for use in pagination, points to the last ID in previous page | | endingBefore | String | ❌ | a cursor for use in pagination, points to the first ID in next page | + + diff --git a/documentation/models/ListWebPushTokensParameters.md b/documentation/models/ListWebPushTokensParameters.md index 1e46654..a59b015 100644 --- a/documentation/models/ListWebPushTokensParameters.md +++ b/documentation/models/ListWebPushTokensParameters.md @@ -7,3 +7,5 @@ | limit | Long | ❌ | defines the maximum number of items to return per page (default: 50) | | startingAfter | String | ❌ | a cursor for use in pagination, points to the last ID in previous page | | endingBefore | String | ❌ | a cursor for use in pagination, points to the first ID in next page | + + diff --git a/documentation/models/MarkAllNotificationsReadParameters.md b/documentation/models/MarkAllNotificationsReadParameters.md index c4cebd8..a3a6458 100644 --- a/documentation/models/MarkAllNotificationsReadParameters.md +++ b/documentation/models/MarkAllNotificationsReadParameters.md @@ -6,3 +6,5 @@ | :------- | :----- | :------- | :------------------------------------- | | category | String | ❌ | filter notifications by their category | | topic | String | ❌ | filter notifications by their topic | + + diff --git a/documentation/models/Notification.md b/documentation/models/Notification.md index a4caac3..1b98b3b 100644 --- a/documentation/models/Notification.md +++ b/documentation/models/Notification.md @@ -19,3 +19,5 @@ | seenAt | String | ❌ | The timestamp when the notification was seen. | | sentAt | String | ❌ | The timestamp when the notification was sent. | | topic | String | ❌ | The topic for additional classification. | + + diff --git a/documentation/models/NotificationCollection.md b/documentation/models/NotificationCollection.md index 9d02b56..a9552b5 100644 --- a/documentation/models/NotificationCollection.md +++ b/documentation/models/NotificationCollection.md @@ -6,3 +6,5 @@ | :---- | :------------------------------------ | :------- | :---------- | | data | List<[Notification](Notification.md)> | ❌ | | | links | [Links](Links.md) | ❌ | | + + diff --git a/documentation/models/SlackFinishInstallResponse.md b/documentation/models/SlackFinishInstallResponse.md index 4d79f45..a38abd3 100644 --- a/documentation/models/SlackFinishInstallResponse.md +++ b/documentation/models/SlackFinishInstallResponse.md @@ -7,3 +7,5 @@ | appId | String | ✅ | The app ID of the Slack app that was originally configured at the project-level. | | code | String | ✅ | The code that was returned from the OAuth flow, and found in the query string of the redirect URL. | | redirectUrl | String | ❌ | | + + diff --git a/documentation/models/SlackInstallation.md b/documentation/models/SlackInstallation.md index ff63bf2..1b327fa 100644 --- a/documentation/models/SlackInstallation.md +++ b/documentation/models/SlackInstallation.md @@ -17,3 +17,5 @@ | refreshToken | String | ❌ | Refresh token for regenerating the bot access token. | | scope | String | ❌ | Space-delimited OAuth scopes granted to the bot token. | | tokenType | String | ❌ | Type of bot token returned by Slack. | + + diff --git a/documentation/models/SlackStartInstall.md b/documentation/models/SlackStartInstall.md index 32b1432..1320859 100644 --- a/documentation/models/SlackStartInstall.md +++ b/documentation/models/SlackStartInstall.md @@ -8,3 +8,5 @@ | authUrl | String | ❌ | Optional override for the authorization URL returned to the client. | | extraScopes | List | ❌ | Additional OAuth scopes to request during installation. | | redirectUrl | String | ❌ | Custom redirect URL to use after OAuth completes. | + + diff --git a/documentation/models/SlackStartInstallResponseContent.md b/documentation/models/SlackStartInstallResponseContent.md index 2bb8c37..589f0f8 100644 --- a/documentation/models/SlackStartInstallResponseContent.md +++ b/documentation/models/SlackStartInstallResponseContent.md @@ -7,3 +7,5 @@ | appId | String | ❌ | | | authUrl | String | ❌ | | | scopes | List | ❌ | | + + diff --git a/documentation/models/SlackToken.md b/documentation/models/SlackToken.md index df3a205..eb78683 100644 --- a/documentation/models/SlackToken.md +++ b/documentation/models/SlackToken.md @@ -10,3 +10,5 @@ | oauth | SlackTokenOauth | ❌ | | | updatedAt | String | ❌ | The timestamp when the token metadata last changed. | | webhook | SlackTokenWebhook | ❌ | Obtained directly from the incoming_webhook object in the installation response from the Slack API. | + + diff --git a/documentation/models/SlackTokenCollection.md b/documentation/models/SlackTokenCollection.md index 1f1a44e..a52ac78 100644 --- a/documentation/models/SlackTokenCollection.md +++ b/documentation/models/SlackTokenCollection.md @@ -6,3 +6,5 @@ | :---- | :-------------------------------- | :------- | :---------- | | data | List<[SlackToken](SlackToken.md)> | ❌ | | | links | [Links](Links.md) | ❌ | | + + diff --git a/documentation/models/SlackTokenOauth.md b/documentation/models/SlackTokenOauth.md index 55c8a0f..0c0a917 100644 --- a/documentation/models/SlackTokenOauth.md +++ b/documentation/models/SlackTokenOauth.md @@ -7,3 +7,5 @@ | channelId | String | ✅ | The ID of the Slack channel this installation is associated with | | installationId | String | ✅ | A unique identifier for this Slack workspace installation | | scope | String | ❌ | The OAuth scope granted during installation | + + diff --git a/documentation/models/SlackTokenPayload.md b/documentation/models/SlackTokenPayload.md index 21c64ae..76e9148 100644 --- a/documentation/models/SlackTokenPayload.md +++ b/documentation/models/SlackTokenPayload.md @@ -6,3 +6,5 @@ | :------ | :----------------------- | :------- | :-------------------------------------------------------------------------------------------------- | | oauth | SlackTokenPayloadOauth | ❌ | | | webhook | SlackTokenPayloadWebhook | ❌ | Obtained directly from the incoming_webhook object in the installation response from the Slack API. | + + diff --git a/documentation/models/SlackTokenPayloadOauth.md b/documentation/models/SlackTokenPayloadOauth.md index 862b1bc..4f32dbe 100644 --- a/documentation/models/SlackTokenPayloadOauth.md +++ b/documentation/models/SlackTokenPayloadOauth.md @@ -7,3 +7,5 @@ | channelId | String | ✅ | The ID of the Slack channel this installation is associated with | | installationId | String | ✅ | A unique identifier for this Slack workspace installation | | scope | String | ❌ | The OAuth scope granted during installation | + + diff --git a/documentation/models/SlackTokenPayloadWebhook.md b/documentation/models/SlackTokenPayloadWebhook.md index d0168d2..54a84cf 100644 --- a/documentation/models/SlackTokenPayloadWebhook.md +++ b/documentation/models/SlackTokenPayloadWebhook.md @@ -7,3 +7,5 @@ Obtained directly from the incoming_webhook object in the installation response | Name | Type | Required | Description | | :--- | :----- | :------- | :------------------------------------------ | | url | String | ✅ | The URL for the incoming webhook from Slack | + + diff --git a/documentation/models/SlackTokenWebhook.md b/documentation/models/SlackTokenWebhook.md index fa26c88..591131d 100644 --- a/documentation/models/SlackTokenWebhook.md +++ b/documentation/models/SlackTokenWebhook.md @@ -7,3 +7,5 @@ Obtained directly from the incoming_webhook object in the installation response | Name | Type | Required | Description | | :--- | :----- | :------- | :------------------------------------------ | | url | String | ✅ | The URL for the incoming webhook from Slack | + + diff --git a/documentation/models/Team.md b/documentation/models/Team.md index 086d3e5..997a05e 100644 --- a/documentation/models/Team.md +++ b/documentation/models/Team.md @@ -6,3 +6,5 @@ | :--- | :----- | :------- | :------------------------------------------ | | id | String | ✅ | Workspace ID where the app was installed. | | name | String | ❌ | Workspace name where the app was installed. | + + diff --git a/documentation/models/TeamsToken.md b/documentation/models/TeamsToken.md index 021f21c..d4cff96 100644 --- a/documentation/models/TeamsToken.md +++ b/documentation/models/TeamsToken.md @@ -9,3 +9,5 @@ | discardedAt | String | ❌ | The timestamp when the token was discarded, if applicable. | | updatedAt | String | ❌ | The timestamp when the token metadata last changed. | | webhook | TeamsTokenWebhook | ❌ | | + + diff --git a/documentation/models/TeamsTokenCollection.md b/documentation/models/TeamsTokenCollection.md index 79a44de..ff75bcc 100644 --- a/documentation/models/TeamsTokenCollection.md +++ b/documentation/models/TeamsTokenCollection.md @@ -6,3 +6,5 @@ | :---- | :-------------------------------- | :------- | :---------- | | data | List<[TeamsToken](TeamsToken.md)> | ❌ | | | links | [Links](Links.md) | ❌ | | + + diff --git a/documentation/models/TeamsTokenPayload.md b/documentation/models/TeamsTokenPayload.md index 4b93c89..1df8fa6 100644 --- a/documentation/models/TeamsTokenPayload.md +++ b/documentation/models/TeamsTokenPayload.md @@ -5,3 +5,5 @@ | Name | Type | Required | Description | | :------ | :----------------------- | :------- | :---------- | | webhook | TeamsTokenPayloadWebhook | ❌ | | + + diff --git a/documentation/models/TeamsTokenPayloadWebhook.md b/documentation/models/TeamsTokenPayloadWebhook.md index ca4fd21..b67afdf 100644 --- a/documentation/models/TeamsTokenPayloadWebhook.md +++ b/documentation/models/TeamsTokenPayloadWebhook.md @@ -5,3 +5,5 @@ | Name | Type | Required | Description | | :--- | :----- | :------- | :---------- | | url | String | ❌ | | + + diff --git a/documentation/models/TeamsTokenWebhook.md b/documentation/models/TeamsTokenWebhook.md index 571c234..0ae69da 100644 --- a/documentation/models/TeamsTokenWebhook.md +++ b/documentation/models/TeamsTokenWebhook.md @@ -5,3 +5,5 @@ | Name | Type | Required | Description | | :--- | :----- | :------- | :---------- | | url | String | ❌ | | + + diff --git a/documentation/models/Theme.md b/documentation/models/Theme.md index d815154..9668155 100644 --- a/documentation/models/Theme.md +++ b/documentation/models/Theme.md @@ -13,3 +13,5 @@ Visual customization options for the hosted inbox widget. | icon | Icon | ❌ | Launcher icon styling overrides. | | notification | ThemeNotification | ❌ | Styling overrides for notification list items. | | unseenBadge | UnseenBadge | ❌ | Badge styling for unseen notification counts. | + + diff --git a/documentation/models/ThemeNotification.md b/documentation/models/ThemeNotification.md index 9d76ba7..c007567 100644 --- a/documentation/models/ThemeNotification.md +++ b/documentation/models/ThemeNotification.md @@ -9,3 +9,5 @@ Styling overrides for notification list items. | default\_ | Default\_ | ✅ | Base styles applied to every notification item. | | unread | Unread | ✅ | Overrides for unread notifications. | | unseen | Unseen | ✅ | Overrides for unseen notifications. | + + diff --git a/documentation/models/Unread.md b/documentation/models/Unread.md index 6388366..95847df 100644 --- a/documentation/models/Unread.md +++ b/documentation/models/Unread.md @@ -10,3 +10,5 @@ Overrides for unread notifications. | textColor | String | ✅ | Text color used when a notification is unread. | | hover | UnreadHover | ❌ | Hover styles for unread notifications. | | state | UnreadState | ❌ | State indicator styling for unread notifications. | + + diff --git a/documentation/models/UnreadHover.md b/documentation/models/UnreadHover.md index bb63dd9..49e2cb8 100644 --- a/documentation/models/UnreadHover.md +++ b/documentation/models/UnreadHover.md @@ -7,3 +7,5 @@ Hover styles for unread notifications. | Name | Type | Required | Description | | :-------------- | :----- | :------- | :-------------------------------------------------- | | backgroundColor | String | ✅ | Background color on hover for unread notifications. | + + diff --git a/documentation/models/UnreadState.md b/documentation/models/UnreadState.md index 0538733..9cfb62d 100644 --- a/documentation/models/UnreadState.md +++ b/documentation/models/UnreadState.md @@ -7,3 +7,5 @@ State indicator styling for unread notifications. | Name | Type | Required | Description | | :---- | :----- | :------- | :------------------------------------ | | color | String | ✅ | Color for the unread state indicator. | + + diff --git a/documentation/models/Unseen.md b/documentation/models/Unseen.md index 1b792fa..9261f14 100644 --- a/documentation/models/Unseen.md +++ b/documentation/models/Unseen.md @@ -10,3 +10,5 @@ Overrides for unseen notifications. | textColor | String | ✅ | Text color used when a notification is unseen. | | hover | UnseenHover | ❌ | Hover styles for unseen notifications. | | state | UnseenState | ❌ | State indicator styling for unseen notifications. | + + diff --git a/documentation/models/UnseenBadge.md b/documentation/models/UnseenBadge.md index 5a1f6f4..5bdcf7c 100644 --- a/documentation/models/UnseenBadge.md +++ b/documentation/models/UnseenBadge.md @@ -7,3 +7,5 @@ Badge styling for unseen notification counts. | Name | Type | Required | Description | | :-------------- | :----- | :------- | :---------------------- | | backgroundColor | String | ✅ | Badge background color. | + + diff --git a/documentation/models/UnseenHover.md b/documentation/models/UnseenHover.md index bc08a19..f5724cd 100644 --- a/documentation/models/UnseenHover.md +++ b/documentation/models/UnseenHover.md @@ -7,3 +7,5 @@ Hover styles for unseen notifications. | Name | Type | Required | Description | | :-------------- | :----- | :------- | :-------------------------------------------------- | | backgroundColor | String | ✅ | Background color on hover for unseen notifications. | + + diff --git a/documentation/models/UnseenState.md b/documentation/models/UnseenState.md index 95da0e1..b336ee3 100644 --- a/documentation/models/UnseenState.md +++ b/documentation/models/UnseenState.md @@ -7,3 +7,5 @@ State indicator styling for unseen notifications. | Name | Type | Required | Description | | :---- | :----- | :------- | :------------------------------------ | | color | String | ✅ | Color for the unseen state indicator. | + + diff --git a/documentation/models/UserPreferences.md b/documentation/models/UserPreferences.md index 28a2411..6081d47 100644 --- a/documentation/models/UserPreferences.md +++ b/documentation/models/UserPreferences.md @@ -5,3 +5,5 @@ | Name | Type | Required | Description | | :--------- | :-------------------------------- | :------- | :---------- | | categories | List<[Categories](Categories.md)> | ❌ | | + + diff --git a/documentation/models/WebPushStartInstallationResponse.md b/documentation/models/WebPushStartInstallationResponse.md index d0bd72b..2797835 100644 --- a/documentation/models/WebPushStartInstallationResponse.md +++ b/documentation/models/WebPushStartInstallationResponse.md @@ -6,3 +6,5 @@ | :-------- | :----- | :------- | :--------------------------------------------------------- | | authToken | String | ✅ | Auth secret returned from PushSubscription.getKey('auth'). | | publicKey | String | ✅ | VAPID public key generated for this web push installation. | + + diff --git a/documentation/models/WebPushToken.md b/documentation/models/WebPushToken.md index 39f3eff..11358a4 100644 --- a/documentation/models/WebPushToken.md +++ b/documentation/models/WebPushToken.md @@ -10,3 +10,5 @@ | keys | WebPushTokenKeys | ✅ | The encryption keys from the PushSubscription.getKey() method, needed to encrypt push messages for this subscription. | | discardedAt | String | ❌ | The timestamp when the token was discarded, if applicable. | | updatedAt | String | ❌ | The timestamp when the token metadata last changed. | + + diff --git a/documentation/models/WebPushTokenCollection.md b/documentation/models/WebPushTokenCollection.md index e2b0526..0b40d0b 100644 --- a/documentation/models/WebPushTokenCollection.md +++ b/documentation/models/WebPushTokenCollection.md @@ -6,3 +6,5 @@ | :---- | :------------------------------------ | :------- | :---------- | | data | List<[WebPushToken](WebPushToken.md)> | ❌ | | | links | [Links](Links.md) | ❌ | | + + diff --git a/documentation/models/WebPushTokenKeys.md b/documentation/models/WebPushTokenKeys.md index 97ed76a..6b2b9a1 100644 --- a/documentation/models/WebPushTokenKeys.md +++ b/documentation/models/WebPushTokenKeys.md @@ -8,3 +8,5 @@ The encryption keys from the PushSubscription.getKey() method, needed to encrypt | :----- | :----- | :------- | :------------------------------------------------------------------------------------------------------------------------------ | | auth | String | ✅ | The authentication secret obtained from PushSubscription.getKey('auth'). Used to encrypt push messages for this subscription. | | p256dh | String | ✅ | The P-256 ECDH public key obtained from PushSubscription.getKey('p256dh'). Used to encrypt push messages for this subscription. | + + diff --git a/documentation/models/WebPushTokenPayload.md b/documentation/models/WebPushTokenPayload.md index 6cf0162..e581a48 100644 --- a/documentation/models/WebPushTokenPayload.md +++ b/documentation/models/WebPushTokenPayload.md @@ -6,3 +6,5 @@ | :------- | :---------------------- | :------- | :----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | | endpoint | String | ✅ | The push subscription URL obtained from PushSubscription.endpoint after calling registration.pushManager.subscribe(). This is the unique URL for this device that push messages will be sent to. | | keys | WebPushTokenPayloadKeys | ✅ | The encryption keys from the PushSubscription.getKey() method, needed to encrypt push messages for this subscription. | + + diff --git a/documentation/models/WebPushTokenPayloadKeys.md b/documentation/models/WebPushTokenPayloadKeys.md index a4f35cf..69cab5f 100644 --- a/documentation/models/WebPushTokenPayloadKeys.md +++ b/documentation/models/WebPushTokenPayloadKeys.md @@ -8,3 +8,5 @@ The encryption keys from the PushSubscription.getKey() method, needed to encrypt | :----- | :----- | :------- | :------------------------------------------------------------------------------------------------------------------------------ | | auth | String | ✅ | The authentication secret obtained from PushSubscription.getKey('auth'). Used to encrypt push messages for this subscription. | | p256dh | String | ✅ | The P-256 ECDH public key obtained from PushSubscription.getKey('p256dh'). Used to encrypt push messages for this subscription. | + + diff --git a/documentation/services/ChannelsService.kt.md b/documentation/services/ChannelsService.kt.md index 8e3c3b4..bfe81f0 100644 --- a/documentation/services/ChannelsService.kt.md +++ b/documentation/services/ChannelsService.kt.md @@ -1437,3 +1437,5 @@ fun main() { println(response); } ``` + + diff --git a/documentation/services/ChannelsService.md b/documentation/services/ChannelsService.md index c198326..627f20e 100644 --- a/documentation/services/ChannelsService.md +++ b/documentation/services/ChannelsService.md @@ -1481,3 +1481,5 @@ public class Main { } ``` + + diff --git a/documentation/services/IntegrationsService.kt.md b/documentation/services/IntegrationsService.kt.md index 9cb6c7e..03197a3 100644 --- a/documentation/services/IntegrationsService.kt.md +++ b/documentation/services/IntegrationsService.kt.md @@ -641,3 +641,5 @@ fun main() { println(response); } ``` + + diff --git a/documentation/services/IntegrationsService.md b/documentation/services/IntegrationsService.md index 5946e3f..9e248e3 100644 --- a/documentation/services/IntegrationsService.md +++ b/documentation/services/IntegrationsService.md @@ -636,3 +636,5 @@ public class Main { } ``` + + diff --git a/documentation/services/NotificationsService.kt.md b/documentation/services/NotificationsService.kt.md index ce16604..56f5107 100644 --- a/documentation/services/NotificationsService.kt.md +++ b/documentation/services/NotificationsService.kt.md @@ -332,3 +332,5 @@ fun main() { magicbellUserClient.notifications.markNotificationUnread("notification_id"); } ``` + + diff --git a/documentation/services/NotificationsService.md b/documentation/services/NotificationsService.md index 9b6bc1e..7c7282f 100644 --- a/documentation/services/NotificationsService.md +++ b/documentation/services/NotificationsService.md @@ -350,3 +350,5 @@ public class Main { } ``` + + diff --git a/examples/README.md b/examples/README.md index 93e413e..3736378 100644 --- a/examples/README.md +++ b/examples/README.md @@ -12,3 +12,5 @@ bash ./run.sh ``` This will clean the project, build it, install the artifact in your local maven repository and run the example. + + diff --git a/examples/src/main/java/com/example/Main.java b/examples/src/main/java/com/example/Main.java index 89e40c2..456b7f8 100644 --- a/examples/src/main/java/com/example/Main.java +++ b/examples/src/main/java/com/example/Main.java @@ -1,3 +1,5 @@ +// This file was generated by liblab | https://liblab.com/ + package com.example; import com.magicbell.magicbelluserclient.MagicbellUserClient; diff --git a/src/main/java/com/magicbell/magicbelluserclient/MagicbellUserClient.java b/src/main/java/com/magicbell/magicbelluserclient/MagicbellUserClient.java index 1f5b5c9..e5d6685 100644 --- a/src/main/java/com/magicbell/magicbelluserclient/MagicbellUserClient.java +++ b/src/main/java/com/magicbell/magicbelluserclient/MagicbellUserClient.java @@ -1,3 +1,5 @@ +// This file was generated by liblab | https://liblab.com/ + package com.magicbell.magicbelluserclient; import com.magicbell.magicbelluserclient.config.MagicbellUserClientConfig; diff --git a/src/main/java/com/magicbell/magicbelluserclient/config/MagicbellUserClientConfig.java b/src/main/java/com/magicbell/magicbelluserclient/config/MagicbellUserClientConfig.java index d20ad02..1e3db84 100644 --- a/src/main/java/com/magicbell/magicbelluserclient/config/MagicbellUserClientConfig.java +++ b/src/main/java/com/magicbell/magicbelluserclient/config/MagicbellUserClientConfig.java @@ -1,3 +1,5 @@ +// This file was generated by liblab | https://liblab.com/ + package com.magicbell.magicbelluserclient.config; import com.magicbell.magicbelluserclient.http.Environment; diff --git a/src/main/java/com/magicbell/magicbelluserclient/config/RetryConfig.java b/src/main/java/com/magicbell/magicbelluserclient/config/RetryConfig.java index a98bb54..c5f2b9a 100644 --- a/src/main/java/com/magicbell/magicbelluserclient/config/RetryConfig.java +++ b/src/main/java/com/magicbell/magicbelluserclient/config/RetryConfig.java @@ -1,3 +1,5 @@ +// This file was generated by liblab | https://liblab.com/ + package com.magicbell.magicbelluserclient.config; import com.magicbell.magicbelluserclient.http.HttpMethod; diff --git a/src/main/java/com/magicbell/magicbelluserclient/exceptions/ApiError.java b/src/main/java/com/magicbell/magicbelluserclient/exceptions/ApiError.java index 5a75f60..6e02f5f 100644 --- a/src/main/java/com/magicbell/magicbelluserclient/exceptions/ApiError.java +++ b/src/main/java/com/magicbell/magicbelluserclient/exceptions/ApiError.java @@ -1,3 +1,5 @@ +// This file was generated by liblab | https://liblab.com/ + package com.magicbell.magicbelluserclient.exceptions; import com.fasterxml.jackson.annotation.JsonIgnore; diff --git a/src/main/java/com/magicbell/magicbelluserclient/hook/Hook.java b/src/main/java/com/magicbell/magicbelluserclient/hook/Hook.java index 8ea5e27..bb3f6f3 100644 --- a/src/main/java/com/magicbell/magicbelluserclient/hook/Hook.java +++ b/src/main/java/com/magicbell/magicbelluserclient/hook/Hook.java @@ -1,3 +1,5 @@ +// This file was generated by liblab | https://liblab.com/ + package com.magicbell.magicbelluserclient.hook; import java.util.Map; diff --git a/src/main/java/com/magicbell/magicbelluserclient/http/Environment.java b/src/main/java/com/magicbell/magicbelluserclient/http/Environment.java index a18eddf..640945a 100644 --- a/src/main/java/com/magicbell/magicbelluserclient/http/Environment.java +++ b/src/main/java/com/magicbell/magicbelluserclient/http/Environment.java @@ -1,3 +1,5 @@ +// This file was generated by liblab | https://liblab.com/ + package com.magicbell.magicbelluserclient.http; import lombok.Getter; diff --git a/src/main/java/com/magicbell/magicbelluserclient/http/HttpMethod.java b/src/main/java/com/magicbell/magicbelluserclient/http/HttpMethod.java index a24d619..ee4cc9c 100644 --- a/src/main/java/com/magicbell/magicbelluserclient/http/HttpMethod.java +++ b/src/main/java/com/magicbell/magicbelluserclient/http/HttpMethod.java @@ -1,3 +1,5 @@ +// This file was generated by liblab | https://liblab.com/ + package com.magicbell.magicbelluserclient.http; import lombok.Getter; diff --git a/src/main/java/com/magicbell/magicbelluserclient/http/ModelConverter.java b/src/main/java/com/magicbell/magicbelluserclient/http/ModelConverter.java index ece677f..dddfcfc 100644 --- a/src/main/java/com/magicbell/magicbelluserclient/http/ModelConverter.java +++ b/src/main/java/com/magicbell/magicbelluserclient/http/ModelConverter.java @@ -1,3 +1,5 @@ +// This file was generated by liblab | https://liblab.com/ + package com.magicbell.magicbelluserclient.http; import com.fasterxml.jackson.annotation.JsonInclude; diff --git a/src/main/java/com/magicbell/magicbelluserclient/http/interceptors/DefaultHeadersInterceptor.java b/src/main/java/com/magicbell/magicbelluserclient/http/interceptors/DefaultHeadersInterceptor.java index a058780..740b9ad 100644 --- a/src/main/java/com/magicbell/magicbelluserclient/http/interceptors/DefaultHeadersInterceptor.java +++ b/src/main/java/com/magicbell/magicbelluserclient/http/interceptors/DefaultHeadersInterceptor.java @@ -1,3 +1,5 @@ +// This file was generated by liblab | https://liblab.com/ + package com.magicbell.magicbelluserclient.http.interceptors; import com.magicbell.magicbelluserclient.config.MagicbellUserClientConfig; diff --git a/src/main/java/com/magicbell/magicbelluserclient/http/interceptors/RetryInterceptor.java b/src/main/java/com/magicbell/magicbelluserclient/http/interceptors/RetryInterceptor.java index d9c5298..91a72c3 100644 --- a/src/main/java/com/magicbell/magicbelluserclient/http/interceptors/RetryInterceptor.java +++ b/src/main/java/com/magicbell/magicbelluserclient/http/interceptors/RetryInterceptor.java @@ -1,3 +1,5 @@ +// This file was generated by liblab | https://liblab.com/ + package com.magicbell.magicbelluserclient.http.interceptors; import com.magicbell.magicbelluserclient.config.RetryConfig; diff --git a/src/main/java/com/magicbell/magicbelluserclient/http/serialization/PathSerializationStyle.java b/src/main/java/com/magicbell/magicbelluserclient/http/serialization/PathSerializationStyle.java index 509a132..aa2a96a 100644 --- a/src/main/java/com/magicbell/magicbelluserclient/http/serialization/PathSerializationStyle.java +++ b/src/main/java/com/magicbell/magicbelluserclient/http/serialization/PathSerializationStyle.java @@ -1,3 +1,5 @@ +// This file was generated by liblab | https://liblab.com/ + package com.magicbell.magicbelluserclient.http.serialization; /** diff --git a/src/main/java/com/magicbell/magicbelluserclient/http/serialization/QuerySerializationStyle.java b/src/main/java/com/magicbell/magicbelluserclient/http/serialization/QuerySerializationStyle.java index bee5fb0..980eb0a 100644 --- a/src/main/java/com/magicbell/magicbelluserclient/http/serialization/QuerySerializationStyle.java +++ b/src/main/java/com/magicbell/magicbelluserclient/http/serialization/QuerySerializationStyle.java @@ -1,3 +1,5 @@ +// This file was generated by liblab | https://liblab.com/ + package com.magicbell.magicbelluserclient.http.serialization; /** diff --git a/src/main/java/com/magicbell/magicbelluserclient/http/serialization/SerializationStyle.java b/src/main/java/com/magicbell/magicbelluserclient/http/serialization/SerializationStyle.java index eefd997..ba4770f 100644 --- a/src/main/java/com/magicbell/magicbelluserclient/http/serialization/SerializationStyle.java +++ b/src/main/java/com/magicbell/magicbelluserclient/http/serialization/SerializationStyle.java @@ -1,3 +1,5 @@ +// This file was generated by liblab | https://liblab.com/ + package com.magicbell.magicbelluserclient.http.serialization; /** diff --git a/src/main/java/com/magicbell/magicbelluserclient/http/serialization/Serializer.java b/src/main/java/com/magicbell/magicbelluserclient/http/serialization/Serializer.java index ac9e996..9f5f5bf 100644 --- a/src/main/java/com/magicbell/magicbelluserclient/http/serialization/Serializer.java +++ b/src/main/java/com/magicbell/magicbelluserclient/http/serialization/Serializer.java @@ -1,3 +1,5 @@ +// This file was generated by liblab | https://liblab.com/ + package com.magicbell.magicbelluserclient.http.serialization; import java.util.List; diff --git a/src/main/java/com/magicbell/magicbelluserclient/http/serialization/Util.java b/src/main/java/com/magicbell/magicbelluserclient/http/serialization/Util.java index 49daf90..3d1a687 100644 --- a/src/main/java/com/magicbell/magicbelluserclient/http/serialization/Util.java +++ b/src/main/java/com/magicbell/magicbelluserclient/http/serialization/Util.java @@ -1,3 +1,5 @@ +// This file was generated by liblab | https://liblab.com/ + package com.magicbell.magicbelluserclient.http.serialization; import com.fasterxml.jackson.annotation.JsonInclude; diff --git a/src/main/java/com/magicbell/magicbelluserclient/http/util/ContentTypes.java b/src/main/java/com/magicbell/magicbelluserclient/http/util/ContentTypes.java index b5f8969..c4fdbba 100644 --- a/src/main/java/com/magicbell/magicbelluserclient/http/util/ContentTypes.java +++ b/src/main/java/com/magicbell/magicbelluserclient/http/util/ContentTypes.java @@ -1,3 +1,5 @@ +// This file was generated by liblab | https://liblab.com/ + package com.magicbell.magicbelluserclient.http.util; import okhttp3.MediaType; diff --git a/src/main/java/com/magicbell/magicbelluserclient/http/util/HttpArgumentConverter.java b/src/main/java/com/magicbell/magicbelluserclient/http/util/HttpArgumentConverter.java index ac32cc5..a11a7c5 100644 --- a/src/main/java/com/magicbell/magicbelluserclient/http/util/HttpArgumentConverter.java +++ b/src/main/java/com/magicbell/magicbelluserclient/http/util/HttpArgumentConverter.java @@ -1,3 +1,5 @@ +// This file was generated by liblab | https://liblab.com/ + package com.magicbell.magicbelluserclient.http.util; import static com.magicbell.magicbelluserclient.http.ModelConverter.modelToJson; diff --git a/src/main/java/com/magicbell/magicbelluserclient/http/util/RequestBuilder.java b/src/main/java/com/magicbell/magicbelluserclient/http/util/RequestBuilder.java index a40268e..2535dbb 100644 --- a/src/main/java/com/magicbell/magicbelluserclient/http/util/RequestBuilder.java +++ b/src/main/java/com/magicbell/magicbelluserclient/http/util/RequestBuilder.java @@ -1,3 +1,5 @@ +// This file was generated by liblab | https://liblab.com/ + package com.magicbell.magicbelluserclient.http.util; import com.magicbell.magicbelluserclient.http.HttpMethod; diff --git a/src/main/java/com/magicbell/magicbelluserclient/json/TypeUtils.java b/src/main/java/com/magicbell/magicbelluserclient/json/TypeUtils.java index 247c074..120db4d 100644 --- a/src/main/java/com/magicbell/magicbelluserclient/json/TypeUtils.java +++ b/src/main/java/com/magicbell/magicbelluserclient/json/TypeUtils.java @@ -1,3 +1,5 @@ +// This file was generated by liblab | https://liblab.com/ + package com.magicbell.magicbelluserclient.json; import com.fasterxml.jackson.annotation.JsonProperty; diff --git a/src/main/java/com/magicbell/magicbelluserclient/models/ApnsToken.java b/src/main/java/com/magicbell/magicbelluserclient/models/ApnsToken.java index ae4c40b..a610849 100644 --- a/src/main/java/com/magicbell/magicbelluserclient/models/ApnsToken.java +++ b/src/main/java/com/magicbell/magicbelluserclient/models/ApnsToken.java @@ -1,3 +1,5 @@ +// This file was generated by liblab | https://liblab.com/ + package com.magicbell.magicbelluserclient.models; import com.fasterxml.jackson.annotation.JsonIgnore; diff --git a/src/main/java/com/magicbell/magicbelluserclient/models/ApnsTokenCollection.java b/src/main/java/com/magicbell/magicbelluserclient/models/ApnsTokenCollection.java index 6db45ed..1d27450 100644 --- a/src/main/java/com/magicbell/magicbelluserclient/models/ApnsTokenCollection.java +++ b/src/main/java/com/magicbell/magicbelluserclient/models/ApnsTokenCollection.java @@ -1,3 +1,5 @@ +// This file was generated by liblab | https://liblab.com/ + package com.magicbell.magicbelluserclient.models; import com.fasterxml.jackson.annotation.JsonIgnore; diff --git a/src/main/java/com/magicbell/magicbelluserclient/models/ApnsTokenInstallationId.java b/src/main/java/com/magicbell/magicbelluserclient/models/ApnsTokenInstallationId.java index 64fc249..f240965 100644 --- a/src/main/java/com/magicbell/magicbelluserclient/models/ApnsTokenInstallationId.java +++ b/src/main/java/com/magicbell/magicbelluserclient/models/ApnsTokenInstallationId.java @@ -1,3 +1,5 @@ +// This file was generated by liblab | https://liblab.com/ + package com.magicbell.magicbelluserclient.models; import com.fasterxml.jackson.annotation.JsonCreator; diff --git a/src/main/java/com/magicbell/magicbelluserclient/models/ApnsTokenPayload.java b/src/main/java/com/magicbell/magicbelluserclient/models/ApnsTokenPayload.java index c289ad7..fb50bae 100644 --- a/src/main/java/com/magicbell/magicbelluserclient/models/ApnsTokenPayload.java +++ b/src/main/java/com/magicbell/magicbelluserclient/models/ApnsTokenPayload.java @@ -1,3 +1,5 @@ +// This file was generated by liblab | https://liblab.com/ + package com.magicbell.magicbelluserclient.models; import com.fasterxml.jackson.annotation.JsonIgnore; diff --git a/src/main/java/com/magicbell/magicbelluserclient/models/ApnsTokenPayloadInstallationId.java b/src/main/java/com/magicbell/magicbelluserclient/models/ApnsTokenPayloadInstallationId.java index db65c26..e828999 100644 --- a/src/main/java/com/magicbell/magicbelluserclient/models/ApnsTokenPayloadInstallationId.java +++ b/src/main/java/com/magicbell/magicbelluserclient/models/ApnsTokenPayloadInstallationId.java @@ -1,3 +1,5 @@ +// This file was generated by liblab | https://liblab.com/ + package com.magicbell.magicbelluserclient.models; import com.fasterxml.jackson.annotation.JsonCreator; diff --git a/src/main/java/com/magicbell/magicbelluserclient/models/ArchiveAllNotificationsParameters.java b/src/main/java/com/magicbell/magicbelluserclient/models/ArchiveAllNotificationsParameters.java index 9b33e6f..035ad40 100644 --- a/src/main/java/com/magicbell/magicbelluserclient/models/ArchiveAllNotificationsParameters.java +++ b/src/main/java/com/magicbell/magicbelluserclient/models/ArchiveAllNotificationsParameters.java @@ -1,3 +1,5 @@ +// This file was generated by liblab | https://liblab.com/ + package com.magicbell.magicbelluserclient.models; import com.fasterxml.jackson.annotation.JsonIgnore; diff --git a/src/main/java/com/magicbell/magicbelluserclient/models/AuthedUser.java b/src/main/java/com/magicbell/magicbelluserclient/models/AuthedUser.java index 973c329..7cd0501 100644 --- a/src/main/java/com/magicbell/magicbelluserclient/models/AuthedUser.java +++ b/src/main/java/com/magicbell/magicbelluserclient/models/AuthedUser.java @@ -1,3 +1,5 @@ +// This file was generated by liblab | https://liblab.com/ + package com.magicbell.magicbelluserclient.models; import com.fasterxml.jackson.annotation.JsonIgnore; diff --git a/src/main/java/com/magicbell/magicbelluserclient/models/Banner.java b/src/main/java/com/magicbell/magicbelluserclient/models/Banner.java index 0fd18be..1f4775e 100644 --- a/src/main/java/com/magicbell/magicbelluserclient/models/Banner.java +++ b/src/main/java/com/magicbell/magicbelluserclient/models/Banner.java @@ -1,3 +1,5 @@ +// This file was generated by liblab | https://liblab.com/ + package com.magicbell.magicbelluserclient.models; import com.fasterxml.jackson.annotation.JsonIgnore; diff --git a/src/main/java/com/magicbell/magicbelluserclient/models/Categories.java b/src/main/java/com/magicbell/magicbelluserclient/models/Categories.java index 33865e2..075f067 100644 --- a/src/main/java/com/magicbell/magicbelluserclient/models/Categories.java +++ b/src/main/java/com/magicbell/magicbelluserclient/models/Categories.java @@ -1,3 +1,5 @@ +// This file was generated by liblab | https://liblab.com/ + package com.magicbell.magicbelluserclient.models; import com.fasterxml.jackson.annotation.JsonIgnore; diff --git a/src/main/java/com/magicbell/magicbelluserclient/models/Channels.java b/src/main/java/com/magicbell/magicbelluserclient/models/Channels.java index 839fa57..1e3bcfb 100644 --- a/src/main/java/com/magicbell/magicbelluserclient/models/Channels.java +++ b/src/main/java/com/magicbell/magicbelluserclient/models/Channels.java @@ -1,3 +1,5 @@ +// This file was generated by liblab | https://liblab.com/ + package com.magicbell.magicbelluserclient.models; import com.fasterxml.jackson.annotation.JsonIgnore; diff --git a/src/main/java/com/magicbell/magicbelluserclient/models/CountResponse.java b/src/main/java/com/magicbell/magicbelluserclient/models/CountResponse.java index d3748fd..d66c7b4 100644 --- a/src/main/java/com/magicbell/magicbelluserclient/models/CountResponse.java +++ b/src/main/java/com/magicbell/magicbelluserclient/models/CountResponse.java @@ -1,3 +1,5 @@ +// This file was generated by liblab | https://liblab.com/ + package com.magicbell.magicbelluserclient.models; import lombok.Builder; diff --git a/src/main/java/com/magicbell/magicbelluserclient/models/DefaultHover.java b/src/main/java/com/magicbell/magicbelluserclient/models/DefaultHover.java index 59bde93..1607a99 100644 --- a/src/main/java/com/magicbell/magicbelluserclient/models/DefaultHover.java +++ b/src/main/java/com/magicbell/magicbelluserclient/models/DefaultHover.java @@ -1,3 +1,5 @@ +// This file was generated by liblab | https://liblab.com/ + package com.magicbell.magicbelluserclient.models; import lombok.Builder; diff --git a/src/main/java/com/magicbell/magicbelluserclient/models/DefaultState.java b/src/main/java/com/magicbell/magicbelluserclient/models/DefaultState.java index 04b75f7..fa48b09 100644 --- a/src/main/java/com/magicbell/magicbelluserclient/models/DefaultState.java +++ b/src/main/java/com/magicbell/magicbelluserclient/models/DefaultState.java @@ -1,3 +1,5 @@ +// This file was generated by liblab | https://liblab.com/ + package com.magicbell.magicbelluserclient.models; import lombok.Builder; diff --git a/src/main/java/com/magicbell/magicbelluserclient/models/Default_.java b/src/main/java/com/magicbell/magicbelluserclient/models/Default_.java index e7a2f49..50a0e17 100644 --- a/src/main/java/com/magicbell/magicbelluserclient/models/Default_.java +++ b/src/main/java/com/magicbell/magicbelluserclient/models/Default_.java @@ -1,3 +1,5 @@ +// This file was generated by liblab | https://liblab.com/ + package com.magicbell.magicbelluserclient.models; import com.fasterxml.jackson.annotation.JsonIgnore; diff --git a/src/main/java/com/magicbell/magicbelluserclient/models/Dialog.java b/src/main/java/com/magicbell/magicbelluserclient/models/Dialog.java index d2bb890..aa1b938 100644 --- a/src/main/java/com/magicbell/magicbelluserclient/models/Dialog.java +++ b/src/main/java/com/magicbell/magicbelluserclient/models/Dialog.java @@ -1,3 +1,5 @@ +// This file was generated by liblab | https://liblab.com/ + package com.magicbell.magicbelluserclient.models; import lombok.Builder; diff --git a/src/main/java/com/magicbell/magicbelluserclient/models/DiscardResult.java b/src/main/java/com/magicbell/magicbelluserclient/models/DiscardResult.java index 77b4462..702d15e 100644 --- a/src/main/java/com/magicbell/magicbelluserclient/models/DiscardResult.java +++ b/src/main/java/com/magicbell/magicbelluserclient/models/DiscardResult.java @@ -1,3 +1,5 @@ +// This file was generated by liblab | https://liblab.com/ + package com.magicbell.magicbelluserclient.models; import com.fasterxml.jackson.annotation.JsonIgnore; diff --git a/src/main/java/com/magicbell/magicbelluserclient/models/Enterprise.java b/src/main/java/com/magicbell/magicbelluserclient/models/Enterprise.java index 5ba9b17..f968385 100644 --- a/src/main/java/com/magicbell/magicbelluserclient/models/Enterprise.java +++ b/src/main/java/com/magicbell/magicbelluserclient/models/Enterprise.java @@ -1,3 +1,5 @@ +// This file was generated by liblab | https://liblab.com/ + package com.magicbell.magicbelluserclient.models; import lombok.Builder; diff --git a/src/main/java/com/magicbell/magicbelluserclient/models/ExpoToken.java b/src/main/java/com/magicbell/magicbelluserclient/models/ExpoToken.java index 88d3350..45ea837 100644 --- a/src/main/java/com/magicbell/magicbelluserclient/models/ExpoToken.java +++ b/src/main/java/com/magicbell/magicbelluserclient/models/ExpoToken.java @@ -1,3 +1,5 @@ +// This file was generated by liblab | https://liblab.com/ + package com.magicbell.magicbelluserclient.models; import com.fasterxml.jackson.annotation.JsonIgnore; diff --git a/src/main/java/com/magicbell/magicbelluserclient/models/ExpoTokenCollection.java b/src/main/java/com/magicbell/magicbelluserclient/models/ExpoTokenCollection.java index ec78db2..9494992 100644 --- a/src/main/java/com/magicbell/magicbelluserclient/models/ExpoTokenCollection.java +++ b/src/main/java/com/magicbell/magicbelluserclient/models/ExpoTokenCollection.java @@ -1,3 +1,5 @@ +// This file was generated by liblab | https://liblab.com/ + package com.magicbell.magicbelluserclient.models; import com.fasterxml.jackson.annotation.JsonIgnore; diff --git a/src/main/java/com/magicbell/magicbelluserclient/models/ExpoTokenPayload.java b/src/main/java/com/magicbell/magicbelluserclient/models/ExpoTokenPayload.java index ca472d6..59827b0 100644 --- a/src/main/java/com/magicbell/magicbelluserclient/models/ExpoTokenPayload.java +++ b/src/main/java/com/magicbell/magicbelluserclient/models/ExpoTokenPayload.java @@ -1,3 +1,5 @@ +// This file was generated by liblab | https://liblab.com/ + package com.magicbell.magicbelluserclient.models; import com.fasterxml.jackson.annotation.JsonProperty; diff --git a/src/main/java/com/magicbell/magicbelluserclient/models/FcmToken.java b/src/main/java/com/magicbell/magicbelluserclient/models/FcmToken.java index 83b1e5e..93b2abc 100644 --- a/src/main/java/com/magicbell/magicbelluserclient/models/FcmToken.java +++ b/src/main/java/com/magicbell/magicbelluserclient/models/FcmToken.java @@ -1,3 +1,5 @@ +// This file was generated by liblab | https://liblab.com/ + package com.magicbell.magicbelluserclient.models; import com.fasterxml.jackson.annotation.JsonIgnore; diff --git a/src/main/java/com/magicbell/magicbelluserclient/models/FcmTokenCollection.java b/src/main/java/com/magicbell/magicbelluserclient/models/FcmTokenCollection.java index 30c85c1..06a32ab 100644 --- a/src/main/java/com/magicbell/magicbelluserclient/models/FcmTokenCollection.java +++ b/src/main/java/com/magicbell/magicbelluserclient/models/FcmTokenCollection.java @@ -1,3 +1,5 @@ +// This file was generated by liblab | https://liblab.com/ + package com.magicbell.magicbelluserclient.models; import com.fasterxml.jackson.annotation.JsonIgnore; diff --git a/src/main/java/com/magicbell/magicbelluserclient/models/FcmTokenPayload.java b/src/main/java/com/magicbell/magicbelluserclient/models/FcmTokenPayload.java index e7f59ec..6ebd1eb 100644 --- a/src/main/java/com/magicbell/magicbelluserclient/models/FcmTokenPayload.java +++ b/src/main/java/com/magicbell/magicbelluserclient/models/FcmTokenPayload.java @@ -1,3 +1,5 @@ +// This file was generated by liblab | https://liblab.com/ + package com.magicbell.magicbelluserclient.models; import com.fasterxml.jackson.annotation.JsonProperty; diff --git a/src/main/java/com/magicbell/magicbelluserclient/models/FetchUnreadNotificationsCountParameters.java b/src/main/java/com/magicbell/magicbelluserclient/models/FetchUnreadNotificationsCountParameters.java index 95041e9..42f031a 100644 --- a/src/main/java/com/magicbell/magicbelluserclient/models/FetchUnreadNotificationsCountParameters.java +++ b/src/main/java/com/magicbell/magicbelluserclient/models/FetchUnreadNotificationsCountParameters.java @@ -1,3 +1,5 @@ +// This file was generated by liblab | https://liblab.com/ + package com.magicbell.magicbelluserclient.models; import com.fasterxml.jackson.annotation.JsonIgnore; diff --git a/src/main/java/com/magicbell/magicbelluserclient/models/Footer.java b/src/main/java/com/magicbell/magicbelluserclient/models/Footer.java index b104f2f..14dd82d 100644 --- a/src/main/java/com/magicbell/magicbelluserclient/models/Footer.java +++ b/src/main/java/com/magicbell/magicbelluserclient/models/Footer.java @@ -1,3 +1,5 @@ +// This file was generated by liblab | https://liblab.com/ + package com.magicbell.magicbelluserclient.models; import lombok.Builder; diff --git a/src/main/java/com/magicbell/magicbelluserclient/models/Header.java b/src/main/java/com/magicbell/magicbelluserclient/models/Header.java index 8a88dc4..d0bc641 100644 --- a/src/main/java/com/magicbell/magicbelluserclient/models/Header.java +++ b/src/main/java/com/magicbell/magicbelluserclient/models/Header.java @@ -1,3 +1,5 @@ +// This file was generated by liblab | https://liblab.com/ + package com.magicbell.magicbelluserclient.models; import lombok.Builder; diff --git a/src/main/java/com/magicbell/magicbelluserclient/models/Icon.java b/src/main/java/com/magicbell/magicbelluserclient/models/Icon.java index 8f5e961..35b9b72 100644 --- a/src/main/java/com/magicbell/magicbelluserclient/models/Icon.java +++ b/src/main/java/com/magicbell/magicbelluserclient/models/Icon.java @@ -1,3 +1,5 @@ +// This file was generated by liblab | https://liblab.com/ + package com.magicbell.magicbelluserclient.models; import lombok.Builder; diff --git a/src/main/java/com/magicbell/magicbelluserclient/models/Images.java b/src/main/java/com/magicbell/magicbelluserclient/models/Images.java index 6e3db69..32e915b 100644 --- a/src/main/java/com/magicbell/magicbelluserclient/models/Images.java +++ b/src/main/java/com/magicbell/magicbelluserclient/models/Images.java @@ -1,3 +1,5 @@ +// This file was generated by liblab | https://liblab.com/ + package com.magicbell.magicbelluserclient.models; import lombok.Builder; diff --git a/src/main/java/com/magicbell/magicbelluserclient/models/InboxConfigPayload.java b/src/main/java/com/magicbell/magicbelluserclient/models/InboxConfigPayload.java index a51a555..b8c7bb8 100644 --- a/src/main/java/com/magicbell/magicbelluserclient/models/InboxConfigPayload.java +++ b/src/main/java/com/magicbell/magicbelluserclient/models/InboxConfigPayload.java @@ -1,3 +1,5 @@ +// This file was generated by liblab | https://liblab.com/ + package com.magicbell.magicbelluserclient.models; import com.fasterxml.jackson.annotation.JsonInclude; diff --git a/src/main/java/com/magicbell/magicbelluserclient/models/InboxToken.java b/src/main/java/com/magicbell/magicbelluserclient/models/InboxToken.java index 2e88d6a..4a88229 100644 --- a/src/main/java/com/magicbell/magicbelluserclient/models/InboxToken.java +++ b/src/main/java/com/magicbell/magicbelluserclient/models/InboxToken.java @@ -1,3 +1,5 @@ +// This file was generated by liblab | https://liblab.com/ + package com.magicbell.magicbelluserclient.models; import com.fasterxml.jackson.annotation.JsonIgnore; diff --git a/src/main/java/com/magicbell/magicbelluserclient/models/InboxTokenResponse.java b/src/main/java/com/magicbell/magicbelluserclient/models/InboxTokenResponse.java index 9b53b90..8fff269 100644 --- a/src/main/java/com/magicbell/magicbelluserclient/models/InboxTokenResponse.java +++ b/src/main/java/com/magicbell/magicbelluserclient/models/InboxTokenResponse.java @@ -1,3 +1,5 @@ +// This file was generated by liblab | https://liblab.com/ + package com.magicbell.magicbelluserclient.models; import com.fasterxml.jackson.annotation.JsonIgnore; diff --git a/src/main/java/com/magicbell/magicbelluserclient/models/InboxTokenResponseCollection.java b/src/main/java/com/magicbell/magicbelluserclient/models/InboxTokenResponseCollection.java index 1e8794d..18d96b3 100644 --- a/src/main/java/com/magicbell/magicbelluserclient/models/InboxTokenResponseCollection.java +++ b/src/main/java/com/magicbell/magicbelluserclient/models/InboxTokenResponseCollection.java @@ -1,3 +1,5 @@ +// This file was generated by liblab | https://liblab.com/ + package com.magicbell.magicbelluserclient.models; import com.fasterxml.jackson.annotation.JsonIgnore; diff --git a/src/main/java/com/magicbell/magicbelluserclient/models/IncomingWebhook.java b/src/main/java/com/magicbell/magicbelluserclient/models/IncomingWebhook.java index 3107d43..4462a75 100644 --- a/src/main/java/com/magicbell/magicbelluserclient/models/IncomingWebhook.java +++ b/src/main/java/com/magicbell/magicbelluserclient/models/IncomingWebhook.java @@ -1,3 +1,5 @@ +// This file was generated by liblab | https://liblab.com/ + package com.magicbell.magicbelluserclient.models; import com.fasterxml.jackson.annotation.JsonProperty; diff --git a/src/main/java/com/magicbell/magicbelluserclient/models/Links.java b/src/main/java/com/magicbell/magicbelluserclient/models/Links.java index 73320e4..b740921 100644 --- a/src/main/java/com/magicbell/magicbelluserclient/models/Links.java +++ b/src/main/java/com/magicbell/magicbelluserclient/models/Links.java @@ -1,3 +1,5 @@ +// This file was generated by liblab | https://liblab.com/ + package com.magicbell.magicbelluserclient.models; import com.fasterxml.jackson.annotation.JsonIgnore; diff --git a/src/main/java/com/magicbell/magicbelluserclient/models/ListApnsTokensParameters.java b/src/main/java/com/magicbell/magicbelluserclient/models/ListApnsTokensParameters.java index e47564d..4b8bdfd 100644 --- a/src/main/java/com/magicbell/magicbelluserclient/models/ListApnsTokensParameters.java +++ b/src/main/java/com/magicbell/magicbelluserclient/models/ListApnsTokensParameters.java @@ -1,3 +1,5 @@ +// This file was generated by liblab | https://liblab.com/ + package com.magicbell.magicbelluserclient.models; import com.fasterxml.jackson.annotation.JsonIgnore; diff --git a/src/main/java/com/magicbell/magicbelluserclient/models/ListExpoTokensParameters.java b/src/main/java/com/magicbell/magicbelluserclient/models/ListExpoTokensParameters.java index 77d3d4c..8b9f105 100644 --- a/src/main/java/com/magicbell/magicbelluserclient/models/ListExpoTokensParameters.java +++ b/src/main/java/com/magicbell/magicbelluserclient/models/ListExpoTokensParameters.java @@ -1,3 +1,5 @@ +// This file was generated by liblab | https://liblab.com/ + package com.magicbell.magicbelluserclient.models; import com.fasterxml.jackson.annotation.JsonIgnore; diff --git a/src/main/java/com/magicbell/magicbelluserclient/models/ListFcmTokensParameters.java b/src/main/java/com/magicbell/magicbelluserclient/models/ListFcmTokensParameters.java index 996a7c0..56adda4 100644 --- a/src/main/java/com/magicbell/magicbelluserclient/models/ListFcmTokensParameters.java +++ b/src/main/java/com/magicbell/magicbelluserclient/models/ListFcmTokensParameters.java @@ -1,3 +1,5 @@ +// This file was generated by liblab | https://liblab.com/ + package com.magicbell.magicbelluserclient.models; import com.fasterxml.jackson.annotation.JsonIgnore; diff --git a/src/main/java/com/magicbell/magicbelluserclient/models/ListInboxTokensParameters.java b/src/main/java/com/magicbell/magicbelluserclient/models/ListInboxTokensParameters.java index 3c9d618..bb48386 100644 --- a/src/main/java/com/magicbell/magicbelluserclient/models/ListInboxTokensParameters.java +++ b/src/main/java/com/magicbell/magicbelluserclient/models/ListInboxTokensParameters.java @@ -1,3 +1,5 @@ +// This file was generated by liblab | https://liblab.com/ + package com.magicbell.magicbelluserclient.models; import com.fasterxml.jackson.annotation.JsonIgnore; diff --git a/src/main/java/com/magicbell/magicbelluserclient/models/ListMagicbellSlackbotTokensParameters.java b/src/main/java/com/magicbell/magicbelluserclient/models/ListMagicbellSlackbotTokensParameters.java index 7318cb5..354bbbb 100644 --- a/src/main/java/com/magicbell/magicbelluserclient/models/ListMagicbellSlackbotTokensParameters.java +++ b/src/main/java/com/magicbell/magicbelluserclient/models/ListMagicbellSlackbotTokensParameters.java @@ -1,3 +1,5 @@ +// This file was generated by liblab | https://liblab.com/ + package com.magicbell.magicbelluserclient.models; import com.fasterxml.jackson.annotation.JsonIgnore; diff --git a/src/main/java/com/magicbell/magicbelluserclient/models/ListNotificationsParameters.java b/src/main/java/com/magicbell/magicbelluserclient/models/ListNotificationsParameters.java index 5092b11..604a027 100644 --- a/src/main/java/com/magicbell/magicbelluserclient/models/ListNotificationsParameters.java +++ b/src/main/java/com/magicbell/magicbelluserclient/models/ListNotificationsParameters.java @@ -1,3 +1,5 @@ +// This file was generated by liblab | https://liblab.com/ + package com.magicbell.magicbelluserclient.models; import com.fasterxml.jackson.annotation.JsonIgnore; diff --git a/src/main/java/com/magicbell/magicbelluserclient/models/ListSlackTokensParameters.java b/src/main/java/com/magicbell/magicbelluserclient/models/ListSlackTokensParameters.java index bb81f54..2d9603a 100644 --- a/src/main/java/com/magicbell/magicbelluserclient/models/ListSlackTokensParameters.java +++ b/src/main/java/com/magicbell/magicbelluserclient/models/ListSlackTokensParameters.java @@ -1,3 +1,5 @@ +// This file was generated by liblab | https://liblab.com/ + package com.magicbell.magicbelluserclient.models; import com.fasterxml.jackson.annotation.JsonIgnore; diff --git a/src/main/java/com/magicbell/magicbelluserclient/models/ListTeamsTokensParameters.java b/src/main/java/com/magicbell/magicbelluserclient/models/ListTeamsTokensParameters.java index 565ae7d..e61aef3 100644 --- a/src/main/java/com/magicbell/magicbelluserclient/models/ListTeamsTokensParameters.java +++ b/src/main/java/com/magicbell/magicbelluserclient/models/ListTeamsTokensParameters.java @@ -1,3 +1,5 @@ +// This file was generated by liblab | https://liblab.com/ + package com.magicbell.magicbelluserclient.models; import com.fasterxml.jackson.annotation.JsonIgnore; diff --git a/src/main/java/com/magicbell/magicbelluserclient/models/ListWebPushTokensParameters.java b/src/main/java/com/magicbell/magicbelluserclient/models/ListWebPushTokensParameters.java index acf192b..2272462 100644 --- a/src/main/java/com/magicbell/magicbelluserclient/models/ListWebPushTokensParameters.java +++ b/src/main/java/com/magicbell/magicbelluserclient/models/ListWebPushTokensParameters.java @@ -1,3 +1,5 @@ +// This file was generated by liblab | https://liblab.com/ + package com.magicbell.magicbelluserclient.models; import com.fasterxml.jackson.annotation.JsonIgnore; diff --git a/src/main/java/com/magicbell/magicbelluserclient/models/MarkAllNotificationsReadParameters.java b/src/main/java/com/magicbell/magicbelluserclient/models/MarkAllNotificationsReadParameters.java index 702b0c6..e5b5f85 100644 --- a/src/main/java/com/magicbell/magicbelluserclient/models/MarkAllNotificationsReadParameters.java +++ b/src/main/java/com/magicbell/magicbelluserclient/models/MarkAllNotificationsReadParameters.java @@ -1,3 +1,5 @@ +// This file was generated by liblab | https://liblab.com/ + package com.magicbell.magicbelluserclient.models; import com.fasterxml.jackson.annotation.JsonIgnore; diff --git a/src/main/java/com/magicbell/magicbelluserclient/models/Notification.java b/src/main/java/com/magicbell/magicbelluserclient/models/Notification.java index c11ab26..84af689 100644 --- a/src/main/java/com/magicbell/magicbelluserclient/models/Notification.java +++ b/src/main/java/com/magicbell/magicbelluserclient/models/Notification.java @@ -1,3 +1,5 @@ +// This file was generated by liblab | https://liblab.com/ + package com.magicbell.magicbelluserclient.models; import com.fasterxml.jackson.annotation.JsonIgnore; diff --git a/src/main/java/com/magicbell/magicbelluserclient/models/NotificationCollection.java b/src/main/java/com/magicbell/magicbelluserclient/models/NotificationCollection.java index 60c300a..ef4698c 100644 --- a/src/main/java/com/magicbell/magicbelluserclient/models/NotificationCollection.java +++ b/src/main/java/com/magicbell/magicbelluserclient/models/NotificationCollection.java @@ -1,3 +1,5 @@ +// This file was generated by liblab | https://liblab.com/ + package com.magicbell.magicbelluserclient.models; import com.fasterxml.jackson.annotation.JsonIgnore; diff --git a/src/main/java/com/magicbell/magicbelluserclient/models/SlackFinishInstallResponse.java b/src/main/java/com/magicbell/magicbelluserclient/models/SlackFinishInstallResponse.java index 328d93a..662b679 100644 --- a/src/main/java/com/magicbell/magicbelluserclient/models/SlackFinishInstallResponse.java +++ b/src/main/java/com/magicbell/magicbelluserclient/models/SlackFinishInstallResponse.java @@ -1,3 +1,5 @@ +// This file was generated by liblab | https://liblab.com/ + package com.magicbell.magicbelluserclient.models; import com.fasterxml.jackson.annotation.JsonIgnore; diff --git a/src/main/java/com/magicbell/magicbelluserclient/models/SlackInstallation.java b/src/main/java/com/magicbell/magicbelluserclient/models/SlackInstallation.java index 2e979a5..da5e756 100644 --- a/src/main/java/com/magicbell/magicbelluserclient/models/SlackInstallation.java +++ b/src/main/java/com/magicbell/magicbelluserclient/models/SlackInstallation.java @@ -1,3 +1,5 @@ +// This file was generated by liblab | https://liblab.com/ + package com.magicbell.magicbelluserclient.models; import com.fasterxml.jackson.annotation.JsonIgnore; diff --git a/src/main/java/com/magicbell/magicbelluserclient/models/SlackStartInstall.java b/src/main/java/com/magicbell/magicbelluserclient/models/SlackStartInstall.java index 2ea900c..4c3c601 100644 --- a/src/main/java/com/magicbell/magicbelluserclient/models/SlackStartInstall.java +++ b/src/main/java/com/magicbell/magicbelluserclient/models/SlackStartInstall.java @@ -1,3 +1,5 @@ +// This file was generated by liblab | https://liblab.com/ + package com.magicbell.magicbelluserclient.models; import com.fasterxml.jackson.annotation.JsonIgnore; diff --git a/src/main/java/com/magicbell/magicbelluserclient/models/SlackStartInstallResponseContent.java b/src/main/java/com/magicbell/magicbelluserclient/models/SlackStartInstallResponseContent.java index c9dd29a..2b55cb6 100644 --- a/src/main/java/com/magicbell/magicbelluserclient/models/SlackStartInstallResponseContent.java +++ b/src/main/java/com/magicbell/magicbelluserclient/models/SlackStartInstallResponseContent.java @@ -1,3 +1,5 @@ +// This file was generated by liblab | https://liblab.com/ + package com.magicbell.magicbelluserclient.models; import com.fasterxml.jackson.annotation.JsonIgnore; diff --git a/src/main/java/com/magicbell/magicbelluserclient/models/SlackToken.java b/src/main/java/com/magicbell/magicbelluserclient/models/SlackToken.java index 847be1e..407b3f0 100644 --- a/src/main/java/com/magicbell/magicbelluserclient/models/SlackToken.java +++ b/src/main/java/com/magicbell/magicbelluserclient/models/SlackToken.java @@ -1,3 +1,5 @@ +// This file was generated by liblab | https://liblab.com/ + package com.magicbell.magicbelluserclient.models; import com.fasterxml.jackson.annotation.JsonIgnore; diff --git a/src/main/java/com/magicbell/magicbelluserclient/models/SlackTokenCollection.java b/src/main/java/com/magicbell/magicbelluserclient/models/SlackTokenCollection.java index f114ffc..6e77c05 100644 --- a/src/main/java/com/magicbell/magicbelluserclient/models/SlackTokenCollection.java +++ b/src/main/java/com/magicbell/magicbelluserclient/models/SlackTokenCollection.java @@ -1,3 +1,5 @@ +// This file was generated by liblab | https://liblab.com/ + package com.magicbell.magicbelluserclient.models; import com.fasterxml.jackson.annotation.JsonIgnore; diff --git a/src/main/java/com/magicbell/magicbelluserclient/models/SlackTokenOauth.java b/src/main/java/com/magicbell/magicbelluserclient/models/SlackTokenOauth.java index 110e069..08847f6 100644 --- a/src/main/java/com/magicbell/magicbelluserclient/models/SlackTokenOauth.java +++ b/src/main/java/com/magicbell/magicbelluserclient/models/SlackTokenOauth.java @@ -1,3 +1,5 @@ +// This file was generated by liblab | https://liblab.com/ + package com.magicbell.magicbelluserclient.models; import com.fasterxml.jackson.annotation.JsonIgnore; diff --git a/src/main/java/com/magicbell/magicbelluserclient/models/SlackTokenPayload.java b/src/main/java/com/magicbell/magicbelluserclient/models/SlackTokenPayload.java index 279b92a..369c99d 100644 --- a/src/main/java/com/magicbell/magicbelluserclient/models/SlackTokenPayload.java +++ b/src/main/java/com/magicbell/magicbelluserclient/models/SlackTokenPayload.java @@ -1,3 +1,5 @@ +// This file was generated by liblab | https://liblab.com/ + package com.magicbell.magicbelluserclient.models; import com.fasterxml.jackson.annotation.JsonIgnore; diff --git a/src/main/java/com/magicbell/magicbelluserclient/models/SlackTokenPayloadOauth.java b/src/main/java/com/magicbell/magicbelluserclient/models/SlackTokenPayloadOauth.java index 21a4638..b37e98e 100644 --- a/src/main/java/com/magicbell/magicbelluserclient/models/SlackTokenPayloadOauth.java +++ b/src/main/java/com/magicbell/magicbelluserclient/models/SlackTokenPayloadOauth.java @@ -1,3 +1,5 @@ +// This file was generated by liblab | https://liblab.com/ + package com.magicbell.magicbelluserclient.models; import com.fasterxml.jackson.annotation.JsonIgnore; diff --git a/src/main/java/com/magicbell/magicbelluserclient/models/SlackTokenPayloadWebhook.java b/src/main/java/com/magicbell/magicbelluserclient/models/SlackTokenPayloadWebhook.java index eae2447..6116b88 100644 --- a/src/main/java/com/magicbell/magicbelluserclient/models/SlackTokenPayloadWebhook.java +++ b/src/main/java/com/magicbell/magicbelluserclient/models/SlackTokenPayloadWebhook.java @@ -1,3 +1,5 @@ +// This file was generated by liblab | https://liblab.com/ + package com.magicbell.magicbelluserclient.models; import lombok.Builder; diff --git a/src/main/java/com/magicbell/magicbelluserclient/models/SlackTokenWebhook.java b/src/main/java/com/magicbell/magicbelluserclient/models/SlackTokenWebhook.java index 3910ae3..8891192 100644 --- a/src/main/java/com/magicbell/magicbelluserclient/models/SlackTokenWebhook.java +++ b/src/main/java/com/magicbell/magicbelluserclient/models/SlackTokenWebhook.java @@ -1,3 +1,5 @@ +// This file was generated by liblab | https://liblab.com/ + package com.magicbell.magicbelluserclient.models; import lombok.Builder; diff --git a/src/main/java/com/magicbell/magicbelluserclient/models/Team.java b/src/main/java/com/magicbell/magicbelluserclient/models/Team.java index 7278ba7..663cbdb 100644 --- a/src/main/java/com/magicbell/magicbelluserclient/models/Team.java +++ b/src/main/java/com/magicbell/magicbelluserclient/models/Team.java @@ -1,3 +1,5 @@ +// This file was generated by liblab | https://liblab.com/ + package com.magicbell.magicbelluserclient.models; import com.fasterxml.jackson.annotation.JsonIgnore; diff --git a/src/main/java/com/magicbell/magicbelluserclient/models/TeamsToken.java b/src/main/java/com/magicbell/magicbelluserclient/models/TeamsToken.java index 04de9f8..7fac557 100644 --- a/src/main/java/com/magicbell/magicbelluserclient/models/TeamsToken.java +++ b/src/main/java/com/magicbell/magicbelluserclient/models/TeamsToken.java @@ -1,3 +1,5 @@ +// This file was generated by liblab | https://liblab.com/ + package com.magicbell.magicbelluserclient.models; import com.fasterxml.jackson.annotation.JsonIgnore; diff --git a/src/main/java/com/magicbell/magicbelluserclient/models/TeamsTokenCollection.java b/src/main/java/com/magicbell/magicbelluserclient/models/TeamsTokenCollection.java index 96432e5..50b4ba3 100644 --- a/src/main/java/com/magicbell/magicbelluserclient/models/TeamsTokenCollection.java +++ b/src/main/java/com/magicbell/magicbelluserclient/models/TeamsTokenCollection.java @@ -1,3 +1,5 @@ +// This file was generated by liblab | https://liblab.com/ + package com.magicbell.magicbelluserclient.models; import com.fasterxml.jackson.annotation.JsonIgnore; diff --git a/src/main/java/com/magicbell/magicbelluserclient/models/TeamsTokenPayload.java b/src/main/java/com/magicbell/magicbelluserclient/models/TeamsTokenPayload.java index ee7a22e..c08ca80 100644 --- a/src/main/java/com/magicbell/magicbelluserclient/models/TeamsTokenPayload.java +++ b/src/main/java/com/magicbell/magicbelluserclient/models/TeamsTokenPayload.java @@ -1,3 +1,5 @@ +// This file was generated by liblab | https://liblab.com/ + package com.magicbell.magicbelluserclient.models; import com.fasterxml.jackson.annotation.JsonIgnore; diff --git a/src/main/java/com/magicbell/magicbelluserclient/models/TeamsTokenPayloadWebhook.java b/src/main/java/com/magicbell/magicbelluserclient/models/TeamsTokenPayloadWebhook.java index c7d3d5b..0dfc483 100644 --- a/src/main/java/com/magicbell/magicbelluserclient/models/TeamsTokenPayloadWebhook.java +++ b/src/main/java/com/magicbell/magicbelluserclient/models/TeamsTokenPayloadWebhook.java @@ -1,3 +1,5 @@ +// This file was generated by liblab | https://liblab.com/ + package com.magicbell.magicbelluserclient.models; import com.fasterxml.jackson.annotation.JsonIgnore; diff --git a/src/main/java/com/magicbell/magicbelluserclient/models/TeamsTokenWebhook.java b/src/main/java/com/magicbell/magicbelluserclient/models/TeamsTokenWebhook.java index a5db214..6b35b8f 100644 --- a/src/main/java/com/magicbell/magicbelluserclient/models/TeamsTokenWebhook.java +++ b/src/main/java/com/magicbell/magicbelluserclient/models/TeamsTokenWebhook.java @@ -1,3 +1,5 @@ +// This file was generated by liblab | https://liblab.com/ + package com.magicbell.magicbelluserclient.models; import com.fasterxml.jackson.annotation.JsonIgnore; diff --git a/src/main/java/com/magicbell/magicbelluserclient/models/Theme.java b/src/main/java/com/magicbell/magicbelluserclient/models/Theme.java index 5970a39..3bb17a6 100644 --- a/src/main/java/com/magicbell/magicbelluserclient/models/Theme.java +++ b/src/main/java/com/magicbell/magicbelluserclient/models/Theme.java @@ -1,3 +1,5 @@ +// This file was generated by liblab | https://liblab.com/ + package com.magicbell.magicbelluserclient.models; import com.fasterxml.jackson.annotation.JsonIgnore; diff --git a/src/main/java/com/magicbell/magicbelluserclient/models/ThemeNotification.java b/src/main/java/com/magicbell/magicbelluserclient/models/ThemeNotification.java index 77bf0e5..5da4c02 100644 --- a/src/main/java/com/magicbell/magicbelluserclient/models/ThemeNotification.java +++ b/src/main/java/com/magicbell/magicbelluserclient/models/ThemeNotification.java @@ -1,3 +1,5 @@ +// This file was generated by liblab | https://liblab.com/ + package com.magicbell.magicbelluserclient.models; import com.fasterxml.jackson.annotation.JsonProperty; diff --git a/src/main/java/com/magicbell/magicbelluserclient/models/Unread.java b/src/main/java/com/magicbell/magicbelluserclient/models/Unread.java index 798dabb..00f2be0 100644 --- a/src/main/java/com/magicbell/magicbelluserclient/models/Unread.java +++ b/src/main/java/com/magicbell/magicbelluserclient/models/Unread.java @@ -1,3 +1,5 @@ +// This file was generated by liblab | https://liblab.com/ + package com.magicbell.magicbelluserclient.models; import com.fasterxml.jackson.annotation.JsonIgnore; diff --git a/src/main/java/com/magicbell/magicbelluserclient/models/UnreadHover.java b/src/main/java/com/magicbell/magicbelluserclient/models/UnreadHover.java index 3b37c27..2e8142c 100644 --- a/src/main/java/com/magicbell/magicbelluserclient/models/UnreadHover.java +++ b/src/main/java/com/magicbell/magicbelluserclient/models/UnreadHover.java @@ -1,3 +1,5 @@ +// This file was generated by liblab | https://liblab.com/ + package com.magicbell.magicbelluserclient.models; import lombok.Builder; diff --git a/src/main/java/com/magicbell/magicbelluserclient/models/UnreadState.java b/src/main/java/com/magicbell/magicbelluserclient/models/UnreadState.java index 284939b..cdc37ef 100644 --- a/src/main/java/com/magicbell/magicbelluserclient/models/UnreadState.java +++ b/src/main/java/com/magicbell/magicbelluserclient/models/UnreadState.java @@ -1,3 +1,5 @@ +// This file was generated by liblab | https://liblab.com/ + package com.magicbell.magicbelluserclient.models; import lombok.Builder; diff --git a/src/main/java/com/magicbell/magicbelluserclient/models/Unseen.java b/src/main/java/com/magicbell/magicbelluserclient/models/Unseen.java index e255eef..51cdc56 100644 --- a/src/main/java/com/magicbell/magicbelluserclient/models/Unseen.java +++ b/src/main/java/com/magicbell/magicbelluserclient/models/Unseen.java @@ -1,3 +1,5 @@ +// This file was generated by liblab | https://liblab.com/ + package com.magicbell.magicbelluserclient.models; import com.fasterxml.jackson.annotation.JsonIgnore; diff --git a/src/main/java/com/magicbell/magicbelluserclient/models/UnseenBadge.java b/src/main/java/com/magicbell/magicbelluserclient/models/UnseenBadge.java index 0039b80..08e1a07 100644 --- a/src/main/java/com/magicbell/magicbelluserclient/models/UnseenBadge.java +++ b/src/main/java/com/magicbell/magicbelluserclient/models/UnseenBadge.java @@ -1,3 +1,5 @@ +// This file was generated by liblab | https://liblab.com/ + package com.magicbell.magicbelluserclient.models; import lombok.Builder; diff --git a/src/main/java/com/magicbell/magicbelluserclient/models/UnseenHover.java b/src/main/java/com/magicbell/magicbelluserclient/models/UnseenHover.java index 926a12a..35b98ed 100644 --- a/src/main/java/com/magicbell/magicbelluserclient/models/UnseenHover.java +++ b/src/main/java/com/magicbell/magicbelluserclient/models/UnseenHover.java @@ -1,3 +1,5 @@ +// This file was generated by liblab | https://liblab.com/ + package com.magicbell.magicbelluserclient.models; import lombok.Builder; diff --git a/src/main/java/com/magicbell/magicbelluserclient/models/UnseenState.java b/src/main/java/com/magicbell/magicbelluserclient/models/UnseenState.java index 4a8df9a..4717c7d 100644 --- a/src/main/java/com/magicbell/magicbelluserclient/models/UnseenState.java +++ b/src/main/java/com/magicbell/magicbelluserclient/models/UnseenState.java @@ -1,3 +1,5 @@ +// This file was generated by liblab | https://liblab.com/ + package com.magicbell.magicbelluserclient.models; import lombok.Builder; diff --git a/src/main/java/com/magicbell/magicbelluserclient/models/UserPreferences.java b/src/main/java/com/magicbell/magicbelluserclient/models/UserPreferences.java index 6ab409e..3c54012 100644 --- a/src/main/java/com/magicbell/magicbelluserclient/models/UserPreferences.java +++ b/src/main/java/com/magicbell/magicbelluserclient/models/UserPreferences.java @@ -1,3 +1,5 @@ +// This file was generated by liblab | https://liblab.com/ + package com.magicbell.magicbelluserclient.models; import com.fasterxml.jackson.annotation.JsonIgnore; diff --git a/src/main/java/com/magicbell/magicbelluserclient/models/WebPushStartInstallationResponse.java b/src/main/java/com/magicbell/magicbelluserclient/models/WebPushStartInstallationResponse.java index a0025f7..782a5f8 100644 --- a/src/main/java/com/magicbell/magicbelluserclient/models/WebPushStartInstallationResponse.java +++ b/src/main/java/com/magicbell/magicbelluserclient/models/WebPushStartInstallationResponse.java @@ -1,3 +1,5 @@ +// This file was generated by liblab | https://liblab.com/ + package com.magicbell.magicbelluserclient.models; import com.fasterxml.jackson.annotation.JsonProperty; diff --git a/src/main/java/com/magicbell/magicbelluserclient/models/WebPushToken.java b/src/main/java/com/magicbell/magicbelluserclient/models/WebPushToken.java index f88efbf..551e9a4 100644 --- a/src/main/java/com/magicbell/magicbelluserclient/models/WebPushToken.java +++ b/src/main/java/com/magicbell/magicbelluserclient/models/WebPushToken.java @@ -1,3 +1,5 @@ +// This file was generated by liblab | https://liblab.com/ + package com.magicbell.magicbelluserclient.models; import com.fasterxml.jackson.annotation.JsonIgnore; diff --git a/src/main/java/com/magicbell/magicbelluserclient/models/WebPushTokenCollection.java b/src/main/java/com/magicbell/magicbelluserclient/models/WebPushTokenCollection.java index c09a962..ded9df1 100644 --- a/src/main/java/com/magicbell/magicbelluserclient/models/WebPushTokenCollection.java +++ b/src/main/java/com/magicbell/magicbelluserclient/models/WebPushTokenCollection.java @@ -1,3 +1,5 @@ +// This file was generated by liblab | https://liblab.com/ + package com.magicbell.magicbelluserclient.models; import com.fasterxml.jackson.annotation.JsonIgnore; diff --git a/src/main/java/com/magicbell/magicbelluserclient/models/WebPushTokenKeys.java b/src/main/java/com/magicbell/magicbelluserclient/models/WebPushTokenKeys.java index 98f6102..98fb7a6 100644 --- a/src/main/java/com/magicbell/magicbelluserclient/models/WebPushTokenKeys.java +++ b/src/main/java/com/magicbell/magicbelluserclient/models/WebPushTokenKeys.java @@ -1,3 +1,5 @@ +// This file was generated by liblab | https://liblab.com/ + package com.magicbell.magicbelluserclient.models; import lombok.Builder; diff --git a/src/main/java/com/magicbell/magicbelluserclient/models/WebPushTokenPayload.java b/src/main/java/com/magicbell/magicbelluserclient/models/WebPushTokenPayload.java index f9b0e80..b4246bf 100644 --- a/src/main/java/com/magicbell/magicbelluserclient/models/WebPushTokenPayload.java +++ b/src/main/java/com/magicbell/magicbelluserclient/models/WebPushTokenPayload.java @@ -1,3 +1,5 @@ +// This file was generated by liblab | https://liblab.com/ + package com.magicbell.magicbelluserclient.models; import lombok.Builder; diff --git a/src/main/java/com/magicbell/magicbelluserclient/models/WebPushTokenPayloadKeys.java b/src/main/java/com/magicbell/magicbelluserclient/models/WebPushTokenPayloadKeys.java index f85417d..d0b0a32 100644 --- a/src/main/java/com/magicbell/magicbelluserclient/models/WebPushTokenPayloadKeys.java +++ b/src/main/java/com/magicbell/magicbelluserclient/models/WebPushTokenPayloadKeys.java @@ -1,3 +1,5 @@ +// This file was generated by liblab | https://liblab.com/ + package com.magicbell.magicbelluserclient.models; import lombok.Builder; diff --git a/src/main/java/com/magicbell/magicbelluserclient/services/BaseService.java b/src/main/java/com/magicbell/magicbelluserclient/services/BaseService.java index 503d5c6..c0200d2 100644 --- a/src/main/java/com/magicbell/magicbelluserclient/services/BaseService.java +++ b/src/main/java/com/magicbell/magicbelluserclient/services/BaseService.java @@ -1,3 +1,5 @@ +// This file was generated by liblab | https://liblab.com/ + package com.magicbell.magicbelluserclient.services; import com.fasterxml.jackson.databind.JsonNode; diff --git a/src/main/java/com/magicbell/magicbelluserclient/services/ChannelsService.java b/src/main/java/com/magicbell/magicbelluserclient/services/ChannelsService.java index 117db94..78ab0fd 100644 --- a/src/main/java/com/magicbell/magicbelluserclient/services/ChannelsService.java +++ b/src/main/java/com/magicbell/magicbelluserclient/services/ChannelsService.java @@ -1,3 +1,5 @@ +// This file was generated by liblab | https://liblab.com/ + package com.magicbell.magicbelluserclient.services; import com.fasterxml.jackson.core.type.TypeReference; diff --git a/src/main/java/com/magicbell/magicbelluserclient/services/IntegrationsService.java b/src/main/java/com/magicbell/magicbelluserclient/services/IntegrationsService.java index 87f3bea..20f3972 100644 --- a/src/main/java/com/magicbell/magicbelluserclient/services/IntegrationsService.java +++ b/src/main/java/com/magicbell/magicbelluserclient/services/IntegrationsService.java @@ -1,3 +1,5 @@ +// This file was generated by liblab | https://liblab.com/ + package com.magicbell.magicbelluserclient.services; import com.fasterxml.jackson.core.type.TypeReference; diff --git a/src/main/java/com/magicbell/magicbelluserclient/services/NotificationsService.java b/src/main/java/com/magicbell/magicbelluserclient/services/NotificationsService.java index 041ac7d..8a3df19 100644 --- a/src/main/java/com/magicbell/magicbelluserclient/services/NotificationsService.java +++ b/src/main/java/com/magicbell/magicbelluserclient/services/NotificationsService.java @@ -1,3 +1,5 @@ +// This file was generated by liblab | https://liblab.com/ + package com.magicbell.magicbelluserclient.services; import com.fasterxml.jackson.core.type.TypeReference; diff --git a/src/main/java/com/magicbell/magicbelluserclient/validation/Violation.java b/src/main/java/com/magicbell/magicbelluserclient/validation/Violation.java index 4bc3de4..aa34521 100644 --- a/src/main/java/com/magicbell/magicbelluserclient/validation/Violation.java +++ b/src/main/java/com/magicbell/magicbelluserclient/validation/Violation.java @@ -1,3 +1,5 @@ +// This file was generated by liblab | https://liblab.com/ + package com.magicbell.magicbelluserclient.validation; /** diff --git a/src/main/java/com/magicbell/magicbelluserclient/validation/ViolationAggregator.java b/src/main/java/com/magicbell/magicbelluserclient/validation/ViolationAggregator.java index 806fdfa..20b1d9e 100644 --- a/src/main/java/com/magicbell/magicbelluserclient/validation/ViolationAggregator.java +++ b/src/main/java/com/magicbell/magicbelluserclient/validation/ViolationAggregator.java @@ -1,3 +1,5 @@ +// This file was generated by liblab | https://liblab.com/ + package com.magicbell.magicbelluserclient.validation; import com.magicbell.magicbelluserclient.validation.exceptions.ValidationException; diff --git a/src/main/java/com/magicbell/magicbelluserclient/validation/exceptions/ValidationException.java b/src/main/java/com/magicbell/magicbelluserclient/validation/exceptions/ValidationException.java index d1a0783..8772a1b 100644 --- a/src/main/java/com/magicbell/magicbelluserclient/validation/exceptions/ValidationException.java +++ b/src/main/java/com/magicbell/magicbelluserclient/validation/exceptions/ValidationException.java @@ -1,3 +1,5 @@ +// This file was generated by liblab | https://liblab.com/ + package com.magicbell.magicbelluserclient.validation.exceptions; import com.magicbell.magicbelluserclient.validation.Violation; diff --git a/src/main/java/com/magicbell/magicbelluserclient/validation/validators/AbstractValidator.java b/src/main/java/com/magicbell/magicbelluserclient/validation/validators/AbstractValidator.java index 7112642..7023844 100644 --- a/src/main/java/com/magicbell/magicbelluserclient/validation/validators/AbstractValidator.java +++ b/src/main/java/com/magicbell/magicbelluserclient/validation/validators/AbstractValidator.java @@ -1,3 +1,5 @@ +// This file was generated by liblab | https://liblab.com/ + package com.magicbell.magicbelluserclient.validation.validators; import com.magicbell.magicbelluserclient.validation.Violation; diff --git a/src/main/java/com/magicbell/magicbelluserclient/validation/validators/ListValidator.java b/src/main/java/com/magicbell/magicbelluserclient/validation/validators/ListValidator.java index 60ab305..65d14e3 100644 --- a/src/main/java/com/magicbell/magicbelluserclient/validation/validators/ListValidator.java +++ b/src/main/java/com/magicbell/magicbelluserclient/validation/validators/ListValidator.java @@ -1,3 +1,5 @@ +// This file was generated by liblab | https://liblab.com/ + package com.magicbell.magicbelluserclient.validation.validators; import com.magicbell.magicbelluserclient.validation.Violation; diff --git a/src/main/java/com/magicbell/magicbelluserclient/validation/validators/NumericValidator.java b/src/main/java/com/magicbell/magicbelluserclient/validation/validators/NumericValidator.java index b536cbf..312cc8b 100644 --- a/src/main/java/com/magicbell/magicbelluserclient/validation/validators/NumericValidator.java +++ b/src/main/java/com/magicbell/magicbelluserclient/validation/validators/NumericValidator.java @@ -1,3 +1,5 @@ +// This file was generated by liblab | https://liblab.com/ + package com.magicbell.magicbelluserclient.validation.validators; import com.magicbell.magicbelluserclient.validation.Violation; diff --git a/src/main/java/com/magicbell/magicbelluserclient/validation/validators/StringValidator.java b/src/main/java/com/magicbell/magicbelluserclient/validation/validators/StringValidator.java index c6e174d..0abbdf4 100644 --- a/src/main/java/com/magicbell/magicbelluserclient/validation/validators/StringValidator.java +++ b/src/main/java/com/magicbell/magicbelluserclient/validation/validators/StringValidator.java @@ -1,3 +1,5 @@ +// This file was generated by liblab | https://liblab.com/ + package com.magicbell.magicbelluserclient.validation.validators; import com.magicbell.magicbelluserclient.validation.Violation; diff --git a/src/main/java/com/magicbell/magicbelluserclient/validation/validators/Validator.java b/src/main/java/com/magicbell/magicbelluserclient/validation/validators/Validator.java index 51db97c..2c335db 100644 --- a/src/main/java/com/magicbell/magicbelluserclient/validation/validators/Validator.java +++ b/src/main/java/com/magicbell/magicbelluserclient/validation/validators/Validator.java @@ -1,3 +1,5 @@ +// This file was generated by liblab | https://liblab.com/ + package com.magicbell.magicbelluserclient.validation.validators; import com.magicbell.magicbelluserclient.validation.Violation; diff --git a/src/main/java/com/magicbell/magicbelluserclient/validation/validators/modelValidators/AbstractModelValidator.java b/src/main/java/com/magicbell/magicbelluserclient/validation/validators/modelValidators/AbstractModelValidator.java index f0737eb..42e60bf 100644 --- a/src/main/java/com/magicbell/magicbelluserclient/validation/validators/modelValidators/AbstractModelValidator.java +++ b/src/main/java/com/magicbell/magicbelluserclient/validation/validators/modelValidators/AbstractModelValidator.java @@ -1,3 +1,5 @@ +// This file was generated by liblab | https://liblab.com/ + package com.magicbell.magicbelluserclient.validation.validators.modelValidators; import com.magicbell.magicbelluserclient.validation.Violation; diff --git a/src/main/java/com/magicbell/magicbelluserclient/validation/validators/modelValidators/ApnsTokenPayloadValidator.java b/src/main/java/com/magicbell/magicbelluserclient/validation/validators/modelValidators/ApnsTokenPayloadValidator.java index 8553f34..af0eb07 100644 --- a/src/main/java/com/magicbell/magicbelluserclient/validation/validators/modelValidators/ApnsTokenPayloadValidator.java +++ b/src/main/java/com/magicbell/magicbelluserclient/validation/validators/modelValidators/ApnsTokenPayloadValidator.java @@ -1,3 +1,5 @@ +// This file was generated by liblab | https://liblab.com/ + package com.magicbell.magicbelluserclient.validation.validators.modelValidators; import com.magicbell.magicbelluserclient.models.ApnsTokenPayload; diff --git a/src/main/java/com/magicbell/magicbelluserclient/validation/validators/modelValidators/ApnsTokenValidator.java b/src/main/java/com/magicbell/magicbelluserclient/validation/validators/modelValidators/ApnsTokenValidator.java index 32603a3..a87e07b 100644 --- a/src/main/java/com/magicbell/magicbelluserclient/validation/validators/modelValidators/ApnsTokenValidator.java +++ b/src/main/java/com/magicbell/magicbelluserclient/validation/validators/modelValidators/ApnsTokenValidator.java @@ -1,3 +1,5 @@ +// This file was generated by liblab | https://liblab.com/ + package com.magicbell.magicbelluserclient.validation.validators.modelValidators; import com.magicbell.magicbelluserclient.models.ApnsToken; diff --git a/src/main/java/com/magicbell/magicbelluserclient/validation/validators/modelValidators/CategoriesValidator.java b/src/main/java/com/magicbell/magicbelluserclient/validation/validators/modelValidators/CategoriesValidator.java index 5d2537f..f990189 100644 --- a/src/main/java/com/magicbell/magicbelluserclient/validation/validators/modelValidators/CategoriesValidator.java +++ b/src/main/java/com/magicbell/magicbelluserclient/validation/validators/modelValidators/CategoriesValidator.java @@ -1,3 +1,5 @@ +// This file was generated by liblab | https://liblab.com/ + package com.magicbell.magicbelluserclient.validation.validators.modelValidators; import com.magicbell.magicbelluserclient.models.Categories; diff --git a/src/main/java/com/magicbell/magicbelluserclient/validation/validators/modelValidators/ExpoTokenPayloadValidator.java b/src/main/java/com/magicbell/magicbelluserclient/validation/validators/modelValidators/ExpoTokenPayloadValidator.java index a61c101..97f1228 100644 --- a/src/main/java/com/magicbell/magicbelluserclient/validation/validators/modelValidators/ExpoTokenPayloadValidator.java +++ b/src/main/java/com/magicbell/magicbelluserclient/validation/validators/modelValidators/ExpoTokenPayloadValidator.java @@ -1,3 +1,5 @@ +// This file was generated by liblab | https://liblab.com/ + package com.magicbell.magicbelluserclient.validation.validators.modelValidators; import com.magicbell.magicbelluserclient.models.ExpoTokenPayload; diff --git a/src/main/java/com/magicbell/magicbelluserclient/validation/validators/modelValidators/ExpoTokenValidator.java b/src/main/java/com/magicbell/magicbelluserclient/validation/validators/modelValidators/ExpoTokenValidator.java index 7849f02..ea46011 100644 --- a/src/main/java/com/magicbell/magicbelluserclient/validation/validators/modelValidators/ExpoTokenValidator.java +++ b/src/main/java/com/magicbell/magicbelluserclient/validation/validators/modelValidators/ExpoTokenValidator.java @@ -1,3 +1,5 @@ +// This file was generated by liblab | https://liblab.com/ + package com.magicbell.magicbelluserclient.validation.validators.modelValidators; import com.magicbell.magicbelluserclient.models.ExpoToken; diff --git a/src/main/java/com/magicbell/magicbelluserclient/validation/validators/modelValidators/FcmTokenPayloadValidator.java b/src/main/java/com/magicbell/magicbelluserclient/validation/validators/modelValidators/FcmTokenPayloadValidator.java index fbe0e24..2b48ca6 100644 --- a/src/main/java/com/magicbell/magicbelluserclient/validation/validators/modelValidators/FcmTokenPayloadValidator.java +++ b/src/main/java/com/magicbell/magicbelluserclient/validation/validators/modelValidators/FcmTokenPayloadValidator.java @@ -1,3 +1,5 @@ +// This file was generated by liblab | https://liblab.com/ + package com.magicbell.magicbelluserclient.validation.validators.modelValidators; import com.magicbell.magicbelluserclient.models.FcmTokenPayload; diff --git a/src/main/java/com/magicbell/magicbelluserclient/validation/validators/modelValidators/FcmTokenValidator.java b/src/main/java/com/magicbell/magicbelluserclient/validation/validators/modelValidators/FcmTokenValidator.java index 9bbecd3..5530d27 100644 --- a/src/main/java/com/magicbell/magicbelluserclient/validation/validators/modelValidators/FcmTokenValidator.java +++ b/src/main/java/com/magicbell/magicbelluserclient/validation/validators/modelValidators/FcmTokenValidator.java @@ -1,3 +1,5 @@ +// This file was generated by liblab | https://liblab.com/ + package com.magicbell.magicbelluserclient.validation.validators.modelValidators; import com.magicbell.magicbelluserclient.models.FcmToken; diff --git a/src/main/java/com/magicbell/magicbelluserclient/validation/validators/modelValidators/InboxConfigPayloadValidator.java b/src/main/java/com/magicbell/magicbelluserclient/validation/validators/modelValidators/InboxConfigPayloadValidator.java index 60661df..546a51e 100644 --- a/src/main/java/com/magicbell/magicbelluserclient/validation/validators/modelValidators/InboxConfigPayloadValidator.java +++ b/src/main/java/com/magicbell/magicbelluserclient/validation/validators/modelValidators/InboxConfigPayloadValidator.java @@ -1,3 +1,5 @@ +// This file was generated by liblab | https://liblab.com/ + package com.magicbell.magicbelluserclient.validation.validators.modelValidators; import com.magicbell.magicbelluserclient.models.InboxConfigPayload; diff --git a/src/main/java/com/magicbell/magicbelluserclient/validation/validators/modelValidators/InboxTokenResponseValidator.java b/src/main/java/com/magicbell/magicbelluserclient/validation/validators/modelValidators/InboxTokenResponseValidator.java index c797e2b..6083479 100644 --- a/src/main/java/com/magicbell/magicbelluserclient/validation/validators/modelValidators/InboxTokenResponseValidator.java +++ b/src/main/java/com/magicbell/magicbelluserclient/validation/validators/modelValidators/InboxTokenResponseValidator.java @@ -1,3 +1,5 @@ +// This file was generated by liblab | https://liblab.com/ + package com.magicbell.magicbelluserclient.validation.validators.modelValidators; import com.magicbell.magicbelluserclient.models.InboxTokenResponse; diff --git a/src/main/java/com/magicbell/magicbelluserclient/validation/validators/modelValidators/InboxTokenValidator.java b/src/main/java/com/magicbell/magicbelluserclient/validation/validators/modelValidators/InboxTokenValidator.java index 336579f..8bf011f 100644 --- a/src/main/java/com/magicbell/magicbelluserclient/validation/validators/modelValidators/InboxTokenValidator.java +++ b/src/main/java/com/magicbell/magicbelluserclient/validation/validators/modelValidators/InboxTokenValidator.java @@ -1,3 +1,5 @@ +// This file was generated by liblab | https://liblab.com/ + package com.magicbell.magicbelluserclient.validation.validators.modelValidators; import com.magicbell.magicbelluserclient.models.InboxToken; diff --git a/src/main/java/com/magicbell/magicbelluserclient/validation/validators/modelValidators/NotificationValidator.java b/src/main/java/com/magicbell/magicbelluserclient/validation/validators/modelValidators/NotificationValidator.java index 457d72d..e67c8d9 100644 --- a/src/main/java/com/magicbell/magicbelluserclient/validation/validators/modelValidators/NotificationValidator.java +++ b/src/main/java/com/magicbell/magicbelluserclient/validation/validators/modelValidators/NotificationValidator.java @@ -1,3 +1,5 @@ +// This file was generated by liblab | https://liblab.com/ + package com.magicbell.magicbelluserclient.validation.validators.modelValidators; import com.magicbell.magicbelluserclient.models.Notification; @@ -34,7 +36,7 @@ public NotificationValidator() {} @Override protected Violation[] validateModel(Notification notification) { return new ViolationAggregator() - .add(new StringValidator("title").minLength(1).maxLength(255).required().validate(notification.getTitle())) + .add(new StringValidator("title").maxLength(255).required().validate(notification.getTitle())) .add(new StringValidator("actionUrl").maxLength(2048).optional().validate(notification.getActionUrl())) .add(new StringValidator("category").maxLength(100).optional().validate(notification.getCategory())) .add(new StringValidator("content").maxLength(10485760).optional().validate(notification.getContent())) diff --git a/src/main/java/com/magicbell/magicbelluserclient/validation/validators/modelValidators/SlackInstallationValidator.java b/src/main/java/com/magicbell/magicbelluserclient/validation/validators/modelValidators/SlackInstallationValidator.java index d3b471d..e6fb473 100644 --- a/src/main/java/com/magicbell/magicbelluserclient/validation/validators/modelValidators/SlackInstallationValidator.java +++ b/src/main/java/com/magicbell/magicbelluserclient/validation/validators/modelValidators/SlackInstallationValidator.java @@ -1,3 +1,5 @@ +// This file was generated by liblab | https://liblab.com/ + package com.magicbell.magicbelluserclient.validation.validators.modelValidators; import com.magicbell.magicbelluserclient.models.SlackInstallation; diff --git a/src/main/java/com/magicbell/magicbelluserclient/validation/validators/modelValidators/SlackTokenPayloadValidator.java b/src/main/java/com/magicbell/magicbelluserclient/validation/validators/modelValidators/SlackTokenPayloadValidator.java index f883c00..76c909f 100644 --- a/src/main/java/com/magicbell/magicbelluserclient/validation/validators/modelValidators/SlackTokenPayloadValidator.java +++ b/src/main/java/com/magicbell/magicbelluserclient/validation/validators/modelValidators/SlackTokenPayloadValidator.java @@ -1,3 +1,5 @@ +// This file was generated by liblab | https://liblab.com/ + package com.magicbell.magicbelluserclient.validation.validators.modelValidators; import com.magicbell.magicbelluserclient.models.SlackTokenPayload; diff --git a/src/main/java/com/magicbell/magicbelluserclient/validation/validators/modelValidators/SlackTokenPayloadWebhookValidator.java b/src/main/java/com/magicbell/magicbelluserclient/validation/validators/modelValidators/SlackTokenPayloadWebhookValidator.java index 9e3deac..651d067 100644 --- a/src/main/java/com/magicbell/magicbelluserclient/validation/validators/modelValidators/SlackTokenPayloadWebhookValidator.java +++ b/src/main/java/com/magicbell/magicbelluserclient/validation/validators/modelValidators/SlackTokenPayloadWebhookValidator.java @@ -1,3 +1,5 @@ +// This file was generated by liblab | https://liblab.com/ + package com.magicbell.magicbelluserclient.validation.validators.modelValidators; import com.magicbell.magicbelluserclient.models.SlackTokenPayloadWebhook; diff --git a/src/main/java/com/magicbell/magicbelluserclient/validation/validators/modelValidators/SlackTokenValidator.java b/src/main/java/com/magicbell/magicbelluserclient/validation/validators/modelValidators/SlackTokenValidator.java index 8f3464b..a31e516 100644 --- a/src/main/java/com/magicbell/magicbelluserclient/validation/validators/modelValidators/SlackTokenValidator.java +++ b/src/main/java/com/magicbell/magicbelluserclient/validation/validators/modelValidators/SlackTokenValidator.java @@ -1,3 +1,5 @@ +// This file was generated by liblab | https://liblab.com/ + package com.magicbell.magicbelluserclient.validation.validators.modelValidators; import com.magicbell.magicbelluserclient.models.SlackToken; diff --git a/src/main/java/com/magicbell/magicbelluserclient/validation/validators/modelValidators/SlackTokenWebhookValidator.java b/src/main/java/com/magicbell/magicbelluserclient/validation/validators/modelValidators/SlackTokenWebhookValidator.java index ce415f4..93fcd14 100644 --- a/src/main/java/com/magicbell/magicbelluserclient/validation/validators/modelValidators/SlackTokenWebhookValidator.java +++ b/src/main/java/com/magicbell/magicbelluserclient/validation/validators/modelValidators/SlackTokenWebhookValidator.java @@ -1,3 +1,5 @@ +// This file was generated by liblab | https://liblab.com/ + package com.magicbell.magicbelluserclient.validation.validators.modelValidators; import com.magicbell.magicbelluserclient.models.SlackTokenWebhook; diff --git a/src/main/java/com/magicbell/magicbelluserclient/validation/validators/modelValidators/WebPushStartInstallationResponseValidator.java b/src/main/java/com/magicbell/magicbelluserclient/validation/validators/modelValidators/WebPushStartInstallationResponseValidator.java index de71ad8..551a87a 100644 --- a/src/main/java/com/magicbell/magicbelluserclient/validation/validators/modelValidators/WebPushStartInstallationResponseValidator.java +++ b/src/main/java/com/magicbell/magicbelluserclient/validation/validators/modelValidators/WebPushStartInstallationResponseValidator.java @@ -1,3 +1,5 @@ +// This file was generated by liblab | https://liblab.com/ + package com.magicbell.magicbelluserclient.validation.validators.modelValidators; import com.magicbell.magicbelluserclient.models.WebPushStartInstallationResponse;