@@ -83,6 +83,7 @@ The SDK provides various services to interact with the API.
83
83
| [ EventsService] ( documentation/services/events_service.md ) |
84
84
| [ IntegrationsService] ( documentation/services/integrations_service.md ) |
85
85
| [ JwtService] ( documentation/services/jwt_service.md ) |
86
+ | [ UsersService] ( documentation/services/users_service.md ) |
86
87
87
88
</details >
88
89
@@ -136,22 +137,22 @@ The SDK includes several models that represent the data structures used in API r
136
137
| :------------------------------------------------------------------------------------------------ | :---------- |
137
138
| [ ArrayOfBroadcasts] ( documentation/models/array_of_broadcasts.md ) | |
138
139
| [ Broadcast] ( documentation/models/broadcast.md ) | |
139
- | [ ProjectDeliveryConfig] ( documentation/models/project_delivery_config.md ) | |
140
140
| [ CategoryDeliveryConfig] ( documentation/models/category_delivery_config.md ) | |
141
- | [ ArrayOfMetadataApnsTokens ] ( documentation/models/array_of_metadata_apns_tokens .md ) | |
142
- | [ MetadataApnsToken ] ( documentation/models/metadata_apns_token .md ) | |
141
+ | [ ArrayOfApnsTokenResponses ] ( documentation/models/array_of_apns_token_responses .md ) | |
142
+ | [ ApnsTokenResponse ] ( documentation/models/apns_token_response .md ) | |
143
143
| [ DiscardResult] ( documentation/models/discard_result.md ) | |
144
- | [ ArrayOfMetadataExpoTokens ] ( documentation/models/array_of_metadata_expo_tokens .md ) | |
145
- | [ MetadataExpoToken ] ( documentation/models/metadata_expo_token .md ) | |
146
- | [ ArrayOfMetadataFcmTokens ] ( documentation/models/array_of_metadata_fcm_tokens .md ) | |
147
- | [ MetadataFcmToken ] ( documentation/models/metadata_fcm_token .md ) | |
148
- | [ ArrayOfMetadataSlackTokens ] ( documentation/models/array_of_metadata_slack_tokens .md ) | |
149
- | [ MetadataSlackToken ] ( documentation/models/metadata_slack_token .md ) | |
150
- | [ ArrayOfMetadataTeamsTokens ] ( documentation/models/array_of_metadata_teams_tokens .md ) | |
151
- | [ MetadataTeamsToken ] ( documentation/models/metadata_teams_token .md ) | |
152
- | [ ArrayOfMetadataWebPushTokens ] ( documentation/models/array_of_metadata_web_push_tokens .md ) | |
153
- | [ MetadataWebPushToken ] ( documentation/models/metadata_web_push_token .md ) | |
144
+ | [ ArrayOfExpoTokenResponses ] ( documentation/models/array_of_expo_token_responses .md ) | |
145
+ | [ ExpoTokenResponse ] ( documentation/models/expo_token_response .md ) | |
146
+ | [ ArrayOfFcmTokenResponses ] ( documentation/models/array_of_fcm_token_responses .md ) | |
147
+ | [ FcmTokenResponse ] ( documentation/models/fcm_token_response .md ) | |
148
+ | [ ArrayOfSlackTokenResponses ] ( documentation/models/array_of_slack_token_responses .md ) | |
149
+ | [ SlackTokenResponse ] ( documentation/models/slack_token_response .md ) | |
150
+ | [ ArrayOfTeamsTokenResponses ] ( documentation/models/array_of_teams_token_responses .md ) | |
151
+ | [ TeamsTokenResponse ] ( documentation/models/teams_token_response .md ) | |
152
+ | [ ArrayOfWebPushTokenResponses ] ( documentation/models/array_of_web_push_token_responses .md ) | |
153
+ | [ WebPushTokenResponse ] ( documentation/models/web_push_token_response .md ) | |
154
154
| [ ArrayOfEvents] ( documentation/models/array_of_events.md ) | |
155
+ | [ Event] ( documentation/models/event.md ) | |
155
156
| [ ArrayOfIntegrationObjects] ( documentation/models/array_of_integration_objects.md ) | |
156
157
| [ ArrayOfApnsConfigObjects] ( documentation/models/array_of_apns_config_objects.md ) | |
157
158
| [ ApnsConfig] ( documentation/models/apns_config.md ) | |
@@ -187,15 +188,8 @@ The SDK includes several models that represent the data structures used in API r
187
188
| [ AccessToken] ( documentation/models/access_token.md ) | |
188
189
| [ DiscardTokenResponse] ( documentation/models/discard_token_response.md ) | |
189
190
| [ CreateUserTokenRequest] ( documentation/models/create_user_token_request.md ) | |
191
+ | [ ArrayOfUsers] ( documentation/models/array_of_users.md ) | |
190
192
| [ Links] ( documentation/models/links.md ) | |
191
- | [ ApnsToken] ( documentation/models/apns_token.md ) | |
192
- | [ TokenMetadata] ( documentation/models/token_metadata.md ) | |
193
- | [ ExpoToken] ( documentation/models/expo_token.md ) | |
194
- | [ FcmToken] ( documentation/models/fcm_token.md ) | |
195
- | [ SlackToken] ( documentation/models/slack_token.md ) | |
196
- | [ TeamsToken] ( documentation/models/teams_token.md ) | |
197
- | [ WebPushToken] ( documentation/models/web_push_token.md ) | |
198
- | [ Event] ( documentation/models/event.md ) | |
199
193
| [ IntegrationObject] ( documentation/models/integration_object.md ) | |
200
194
| [ ApnsConfigObject] ( documentation/models/apns_config_object.md ) | |
201
195
| [ AwssnsConfigObject] ( documentation/models/awssns_config_object.md ) | |
@@ -213,6 +207,7 @@ The SDK includes several models that represent the data structures used in API r
213
207
| [ TwilioConfigObject] ( documentation/models/twilio_config_object.md ) | |
214
208
| [ WebpushConfigObject] ( documentation/models/webpush_config_object.md ) | |
215
209
| [ FetchTokensResponseToken] ( documentation/models/fetch_tokens_response_token.md ) | |
210
+ | [ User] ( documentation/models/user.md ) | |
216
211
217
212
</details >
218
213
@@ -221,3 +216,5 @@ The SDK includes several models that represent the data structures used in API r
221
216
This SDK is licensed under the MIT License.
222
217
223
218
See the [ LICENSE] ( LICENSE ) file for more details.
219
+
220
+ <!-- This file was generated by liblab | https://liblab.com/ -->
0 commit comments