@onesignal/node-onesignal 2.0.1-beta1 → 5.0.0-alpha-01
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/DefaultApi.md +452 -707
- package/apis/DefaultApi.ts +998 -1004
- package/auth/auth.ts +14 -14
- package/configuration.ts +6 -6
- package/dist/apis/DefaultApi.d.ts +39 -63
- package/dist/apis/DefaultApi.js +1149 -1022
- package/dist/apis/DefaultApi.js.map +1 -1
- package/dist/auth/auth.d.ts +6 -6
- package/dist/auth/auth.js +19 -19
- package/dist/auth/auth.js.map +1 -1
- package/dist/configuration.d.ts +2 -2
- package/dist/configuration.js +4 -4
- package/dist/configuration.js.map +1 -1
- package/dist/models/BasicNotification.d.ts +14 -12
- package/dist/models/BasicNotification.js +20 -20
- package/dist/models/BasicNotification.js.map +1 -1
- package/dist/models/BasicNotificationAllOf.d.ts +10 -8
- package/dist/models/BasicNotificationAllOf.js +17 -11
- package/dist/models/BasicNotificationAllOf.js.map +1 -1
- package/dist/models/CreateNotificationSuccessResponse.d.ts +1 -3
- package/dist/models/CreateNotificationSuccessResponse.js +1 -7
- package/dist/models/CreateNotificationSuccessResponse.js.map +1 -1
- package/dist/models/{ExportPlayersSuccessResponse.d.ts → ExportEventsSuccessResponse.d.ts} +1 -1
- package/dist/models/ExportEventsSuccessResponse.js +22 -0
- package/dist/models/ExportEventsSuccessResponse.js.map +1 -0
- package/dist/models/{ExportPlayersRequestBody.d.ts → ExportSubscriptionsRequestBody.d.ts} +1 -1
- package/dist/models/ExportSubscriptionsRequestBody.js +34 -0
- package/dist/models/ExportSubscriptionsRequestBody.js.map +1 -0
- package/dist/models/{DeletePlayerNotFoundResponse.d.ts → ExportSubscriptionsSuccessResponse.d.ts} +2 -2
- package/dist/models/ExportSubscriptionsSuccessResponse.js +22 -0
- package/dist/models/ExportSubscriptionsSuccessResponse.js.map +1 -0
- package/dist/models/Filter.d.ts +6 -2
- package/dist/models/Filter.js +24 -0
- package/dist/models/Filter.js.map +1 -1
- package/dist/models/FilterExpression.d.ts +27 -0
- package/dist/models/FilterExpression.js +70 -0
- package/dist/models/FilterExpression.js.map +1 -0
- package/dist/models/{CancelNotificationSuccessResponse.d.ts → GenericError.d.ts} +3 -1
- package/dist/models/GenericError.js +34 -0
- package/dist/models/GenericError.js.map +1 -0
- package/dist/models/{IdentifyUserConflictResponseErrorsInner.d.ts → GenericErrorErrorsInner.d.ts} +1 -1
- package/dist/models/GenericErrorErrorsInner.js +28 -0
- package/dist/models/GenericErrorErrorsInner.js.map +1 -0
- package/dist/models/{DeletePlayerSuccessResponse.d.ts → GenericSuccessBoolResponse.d.ts} +1 -1
- package/dist/models/GenericSuccessBoolResponse.js +22 -0
- package/dist/models/GenericSuccessBoolResponse.js.map +1 -0
- package/dist/models/{GetNotificationRequestBody.d.ts → GetNotificationHistoryRequestBody.d.ts} +3 -3
- package/dist/models/GetNotificationHistoryRequestBody.js +34 -0
- package/dist/models/GetNotificationHistoryRequestBody.js.map +1 -0
- package/dist/models/{PlayerSlice.d.ts → GetSegmentsSuccessResponse.d.ts} +3 -3
- package/dist/models/GetSegmentsSuccessResponse.js +40 -0
- package/dist/models/GetSegmentsSuccessResponse.js.map +1 -0
- package/dist/models/InvalidIdentifierError.d.ts +1 -1
- package/dist/models/InvalidIdentifierError.js +2 -2
- package/dist/models/InvalidIdentifierError.js.map +1 -1
- package/dist/models/{StringMap.d.ts → LanguageStringMap.d.ts} +1 -1
- package/dist/models/{StringMap.js → LanguageStringMap.js} +10 -10
- package/dist/models/LanguageStringMap.js.map +1 -0
- package/dist/models/Notification.d.ts +14 -12
- package/dist/models/Notification.js +20 -20
- package/dist/models/Notification.js.map +1 -1
- package/dist/models/NotificationTarget.d.ts +4 -4
- package/dist/models/NotificationTarget.js +3 -9
- package/dist/models/NotificationTarget.js.map +1 -1
- package/dist/models/NotificationWithMeta.d.ts +14 -12
- package/dist/models/NotificationWithMeta.js +20 -20
- package/dist/models/NotificationWithMeta.js.map +1 -1
- package/dist/models/ObjectSerializer.d.ts +17 -33
- package/dist/models/ObjectSerializer.js +56 -105
- package/dist/models/ObjectSerializer.js.map +1 -1
- package/dist/models/{InlineResponse202.d.ts → PropertiesBody.d.ts} +1 -1
- package/dist/models/PropertiesBody.js +22 -0
- package/dist/models/PropertiesBody.js.map +1 -0
- package/dist/models/{BadRequestError.d.ts → RateLimitError.d.ts} +2 -1
- package/dist/models/RateLimitError.js +28 -0
- package/dist/models/RateLimitError.js.map +1 -0
- package/dist/models/RateLimiterError.d.ts +18 -0
- package/dist/models/RateLimiterError.js +22 -0
- package/dist/models/RateLimiterError.js.map +1 -0
- package/dist/models/Segment.d.ts +2 -2
- package/dist/models/Segment.js +1 -1
- package/dist/models/Segment.js.map +1 -1
- package/dist/models/{CreatePlayerSuccessResponse.d.ts → SegmentData.d.ts} +7 -2
- package/dist/models/SegmentData.js +58 -0
- package/dist/models/SegmentData.js.map +1 -0
- package/dist/models/{SubscriptionObject.d.ts → Subscription.d.ts} +3 -3
- package/dist/models/{SubscriptionObject.js → Subscription.js} +11 -11
- package/dist/models/Subscription.js.map +1 -0
- package/dist/models/{BeginLiveActivityRequest.d.ts → SubscriptionBody.d.ts} +3 -3
- package/dist/models/SubscriptionBody.js +22 -0
- package/dist/models/SubscriptionBody.js.map +1 -0
- package/dist/models/{PlayerNotificationTarget.d.ts → SubscriptionNotificationTarget.d.ts} +7 -7
- package/dist/models/{PlayerNotificationTarget.js → SubscriptionNotificationTarget.js} +14 -20
- package/dist/models/SubscriptionNotificationTarget.js.map +1 -0
- package/dist/models/TransferSubscriptionRequestBody.d.ts +1 -1
- package/dist/models/TransferSubscriptionRequestBody.js +1 -1
- package/dist/models/TransferSubscriptionRequestBody.js.map +1 -1
- package/dist/models/UpdateLiveActivityRequest.d.ts +8 -3
- package/dist/models/UpdateLiveActivityRequest.js +33 -3
- package/dist/models/UpdateLiveActivityRequest.js.map +1 -1
- package/dist/models/UpdateLiveActivitySuccessResponse.d.ts +1 -3
- package/dist/models/UpdateLiveActivitySuccessResponse.js +2 -8
- package/dist/models/UpdateLiveActivitySuccessResponse.js.map +1 -1
- package/dist/models/User.d.ts +3 -5
- package/dist/models/User.js +2 -8
- package/dist/models/User.js.map +1 -1
- package/dist/models/{InlineResponse200.d.ts → UserIdentityBody.d.ts} +2 -2
- package/dist/models/UserIdentityBody.js +22 -0
- package/dist/models/UserIdentityBody.js.map +1 -0
- package/dist/models/{CreateNotificationBadRequestResponse.d.ts → WebButton.d.ts} +5 -2
- package/dist/models/WebButton.js +40 -0
- package/dist/models/WebButton.js.map +1 -0
- package/dist/models/all.d.ts +17 -33
- package/dist/models/all.js +17 -33
- package/dist/models/all.js.map +1 -1
- package/dist/servers.js +1 -1
- package/dist/servers.js.map +1 -1
- package/dist/types/ObjectParamAPI.d.ts +56 -100
- package/dist/types/ObjectParamAPI.js +28 -46
- package/dist/types/ObjectParamAPI.js.map +1 -1
- package/dist/types/ObservableAPI.d.ts +27 -45
- package/dist/types/ObservableAPI.js +82 -226
- package/dist/types/ObservableAPI.js.map +1 -1
- package/dist/types/PromiseAPI.d.ts +27 -45
- package/dist/types/PromiseAPI.js +34 -58
- package/dist/types/PromiseAPI.js.map +1 -1
- package/models/App.ts +1 -1
- package/models/BasicNotification.ts +49 -46
- package/models/BasicNotificationAllOf.ts +34 -23
- package/models/BasicNotificationAllOfAndroidBackgroundLayout.ts +1 -1
- package/models/Button.ts +1 -1
- package/models/CreateNotificationSuccessResponse.ts +5 -13
- package/models/CreateSegmentConflictResponse.ts +1 -1
- package/models/CreateSegmentSuccessResponse.ts +1 -1
- package/models/CreateUserConflictResponse.ts +1 -1
- package/models/CreateUserConflictResponseErrorsInner.ts +1 -1
- package/models/CreateUserConflictResponseErrorsItemsMeta.ts +1 -1
- package/models/DeliveryData.ts +1 -1
- package/models/{ExportPlayersSuccessResponse.ts → ExportEventsSuccessResponse.ts} +3 -3
- package/models/{ExportPlayersRequestBody.ts → ExportSubscriptionsRequestBody.ts} +3 -3
- package/models/{CancelNotificationSuccessResponse.ts → ExportSubscriptionsSuccessResponse.ts} +7 -7
- package/models/Filter.ts +45 -5
- package/models/FilterExpression.ts +120 -0
- package/models/{CreateSegmentBadRequestResponse.ts → GenericError.ts} +14 -7
- package/models/{IdentifyUserConflictResponseErrorsInner.ts → GenericErrorErrorsInner.ts} +3 -3
- package/models/{DeletePlayerNotFoundResponse.ts → GenericSuccessBoolResponse.ts} +3 -3
- package/models/{GetNotificationRequestBody.ts → GetNotificationHistoryRequestBody.ts} +6 -6
- package/models/{PlayerSlice.ts → GetSegmentsSuccessResponse.ts} +20 -8
- package/models/InvalidIdentifierError.ts +6 -6
- package/models/{StringMap.ts → LanguageStringMap.ts} +3 -3
- package/models/Notification.ts +49 -46
- package/models/NotificationAllOf.ts +1 -1
- package/models/NotificationHistorySuccessResponse.ts +1 -1
- package/models/NotificationSlice.ts +1 -1
- package/models/NotificationTarget.ts +17 -25
- package/models/NotificationWithMeta.ts +49 -46
- package/models/NotificationWithMetaAllOf.ts +1 -1
- package/models/ObjectSerializer.ts +63 -112
- package/models/Operator.ts +1 -1
- package/models/OutcomeData.ts +1 -1
- package/models/OutcomesData.ts +1 -1
- package/models/PlatformDeliveryData.ts +1 -1
- package/models/PlatformDeliveryDataEmailAllOf.ts +1 -1
- package/models/PlatformDeliveryDataSmsAllOf.ts +1 -1
- package/models/{InlineResponse202.ts → PropertiesBody.ts} +3 -3
- package/models/PropertiesDeltas.ts +1 -1
- package/models/PropertiesObject.ts +1 -1
- package/models/Purchase.ts +1 -1
- package/models/{NotificationHistoryBadRequestResponse.ts → RateLimitError.ts} +10 -10
- package/models/{BadRequestError.ts → RateLimiterError.ts} +6 -5
- package/models/Segment.ts +4 -4
- package/models/SegmentData.ts +94 -0
- package/models/SegmentNotificationTarget.ts +1 -1
- package/models/{SubscriptionObject.ts → Subscription.ts} +6 -6
- package/models/{InlineResponse201.ts → SubscriptionBody.ts} +6 -6
- package/models/{PlayerNotificationTarget.ts → SubscriptionNotificationTarget.ts} +21 -29
- package/models/TransferSubscriptionRequestBody.ts +3 -3
- package/models/UpdateLiveActivityRequest.ts +56 -9
- package/models/UpdateLiveActivitySuccessResponse.ts +4 -12
- package/models/UpdateUserRequest.ts +1 -1
- package/models/User.ts +6 -14
- package/models/{InlineResponse200.ts → UserIdentityBody.ts} +5 -5
- package/models/{CreatePlayerSuccessResponse.ts → WebButton.ts} +24 -10
- package/models/all.ts +17 -33
- package/package.json +2 -2
- package/servers.ts +1 -1
- package/types/ObjectParamAPI.ts +174 -345
- package/types/ObservableAPI.ts +117 -284
- package/types/PromiseAPI.ts +97 -180
- package/dist/models/BadRequestError.js +0 -22
- package/dist/models/BadRequestError.js.map +0 -1
- package/dist/models/BeginLiveActivityRequest.js +0 -28
- package/dist/models/BeginLiveActivityRequest.js.map +0 -1
- package/dist/models/CancelNotificationSuccessResponse.js +0 -22
- package/dist/models/CancelNotificationSuccessResponse.js.map +0 -1
- package/dist/models/CreateNotificationBadRequestResponse.js +0 -22
- package/dist/models/CreateNotificationBadRequestResponse.js.map +0 -1
- package/dist/models/CreatePlayerSuccessResponse.js +0 -28
- package/dist/models/CreatePlayerSuccessResponse.js.map +0 -1
- package/dist/models/CreateSegmentBadRequestResponse.d.ts +0 -18
- package/dist/models/CreateSegmentBadRequestResponse.js +0 -28
- package/dist/models/CreateSegmentBadRequestResponse.js.map +0 -1
- package/dist/models/CreateSubscriptionRequestBody.d.ts +0 -19
- package/dist/models/CreateSubscriptionRequestBody.js +0 -28
- package/dist/models/CreateSubscriptionRequestBody.js.map +0 -1
- package/dist/models/DeletePlayerBadRequestResponse.d.ts +0 -17
- package/dist/models/DeletePlayerBadRequestResponse.js +0 -22
- package/dist/models/DeletePlayerBadRequestResponse.js.map +0 -1
- package/dist/models/DeletePlayerNotFoundResponse.js +0 -22
- package/dist/models/DeletePlayerNotFoundResponse.js.map +0 -1
- package/dist/models/DeletePlayerSuccessResponse.js +0 -22
- package/dist/models/DeletePlayerSuccessResponse.js.map +0 -1
- package/dist/models/DeleteSegmentBadRequestResponse.d.ts +0 -17
- package/dist/models/DeleteSegmentBadRequestResponse.js +0 -22
- package/dist/models/DeleteSegmentBadRequestResponse.js.map +0 -1
- package/dist/models/DeleteSegmentNotFoundResponse.d.ts +0 -17
- package/dist/models/DeleteSegmentNotFoundResponse.js +0 -22
- package/dist/models/DeleteSegmentNotFoundResponse.js.map +0 -1
- package/dist/models/DeleteSegmentSuccessResponse.d.ts +0 -17
- package/dist/models/DeleteSegmentSuccessResponse.js +0 -22
- package/dist/models/DeleteSegmentSuccessResponse.js.map +0 -1
- package/dist/models/ExportPlayersRequestBody.js +0 -34
- package/dist/models/ExportPlayersRequestBody.js.map +0 -1
- package/dist/models/ExportPlayersSuccessResponse.js +0 -22
- package/dist/models/ExportPlayersSuccessResponse.js.map +0 -1
- package/dist/models/FilterExpressions.d.ts +0 -23
- package/dist/models/FilterExpressions.js +0 -46
- package/dist/models/FilterExpressions.js.map +0 -1
- package/dist/models/FilterNotificationTarget.d.ts +0 -28
- package/dist/models/FilterNotificationTarget.js +0 -88
- package/dist/models/FilterNotificationTarget.js.map +0 -1
- package/dist/models/GetNotificationRequestBody.js +0 -34
- package/dist/models/GetNotificationRequestBody.js.map +0 -1
- package/dist/models/IdentifyUserConflictResponse.d.ts +0 -18
- package/dist/models/IdentifyUserConflictResponse.js +0 -22
- package/dist/models/IdentifyUserConflictResponse.js.map +0 -1
- package/dist/models/IdentifyUserConflictResponseErrorsInner.js +0 -28
- package/dist/models/IdentifyUserConflictResponseErrorsInner.js.map +0 -1
- package/dist/models/InlineResponse200.js +0 -22
- package/dist/models/InlineResponse200.js.map +0 -1
- package/dist/models/InlineResponse2003.d.ts +0 -17
- package/dist/models/InlineResponse2003.js +0 -22
- package/dist/models/InlineResponse2003.js.map +0 -1
- package/dist/models/InlineResponse201.d.ts +0 -18
- package/dist/models/InlineResponse201.js +0 -22
- package/dist/models/InlineResponse201.js.map +0 -1
- package/dist/models/InlineResponse202.js +0 -22
- package/dist/models/InlineResponse202.js.map +0 -1
- package/dist/models/Notification200Errors.d.ts +0 -18
- package/dist/models/Notification200Errors.js +0 -28
- package/dist/models/Notification200Errors.js.map +0 -1
- package/dist/models/NotificationHistoryBadRequestResponse.d.ts +0 -18
- package/dist/models/NotificationHistoryBadRequestResponse.js +0 -28
- package/dist/models/NotificationHistoryBadRequestResponse.js.map +0 -1
- package/dist/models/Player.d.ts +0 -43
- package/dist/models/Player.js +0 -178
- package/dist/models/Player.js.map +0 -1
- package/dist/models/PlayerNotificationTarget.js.map +0 -1
- package/dist/models/PlayerNotificationTargetIncludeAliases.d.ts +0 -17
- package/dist/models/PlayerNotificationTargetIncludeAliases.js +0 -22
- package/dist/models/PlayerNotificationTargetIncludeAliases.js.map +0 -1
- package/dist/models/PlayerSlice.js +0 -40
- package/dist/models/PlayerSlice.js.map +0 -1
- package/dist/models/StringMap.js.map +0 -1
- package/dist/models/SubscriptionObject.js.map +0 -1
- package/dist/models/UpdatePlayerSuccessResponse.d.ts +0 -17
- package/dist/models/UpdatePlayerSuccessResponse.js +0 -22
- package/dist/models/UpdatePlayerSuccessResponse.js.map +0 -1
- package/dist/models/UpdatePlayerTagsRequestBody.d.ts +0 -17
- package/dist/models/UpdatePlayerTagsRequestBody.js +0 -22
- package/dist/models/UpdatePlayerTagsRequestBody.js.map +0 -1
- package/dist/models/UpdatePlayerTagsSuccessResponse.d.ts +0 -17
- package/dist/models/UpdatePlayerTagsSuccessResponse.js +0 -22
- package/dist/models/UpdatePlayerTagsSuccessResponse.js.map +0 -1
- package/dist/models/UpdateSubscriptionRequestBody.d.ts +0 -18
- package/dist/models/UpdateSubscriptionRequestBody.js +0 -22
- package/dist/models/UpdateSubscriptionRequestBody.js.map +0 -1
- package/dist/models/UserIdentityRequestBody.d.ts +0 -19
- package/dist/models/UserIdentityRequestBody.js +0 -22
- package/dist/models/UserIdentityRequestBody.js.map +0 -1
- package/dist/models/UserIdentityResponse.d.ts +0 -19
- package/dist/models/UserIdentityResponse.js +0 -22
- package/dist/models/UserIdentityResponse.js.map +0 -1
- package/dist/models/UserSubscriptionOptions.d.ts +0 -17
- package/dist/models/UserSubscriptionOptions.js +0 -22
- package/dist/models/UserSubscriptionOptions.js.map +0 -1
- package/models/BeginLiveActivityRequest.ts +0 -38
- package/models/CreateNotificationBadRequestResponse.ts +0 -31
- package/models/CreateSubscriptionRequestBody.ts +0 -39
- package/models/DeletePlayerBadRequestResponse.ts +0 -31
- package/models/DeletePlayerSuccessResponse.ts +0 -31
- package/models/DeleteSegmentBadRequestResponse.ts +0 -31
- package/models/DeleteSegmentNotFoundResponse.ts +0 -31
- package/models/DeleteSegmentSuccessResponse.ts +0 -31
- package/models/FilterExpressions.ts +0 -80
- package/models/FilterNotificationTarget.ts +0 -144
- package/models/IdentifyUserConflictResponse.ts +0 -32
- package/models/InlineResponse2003.ts +0 -31
- package/models/Notification200Errors.ts +0 -45
- package/models/Player.ts +0 -291
- package/models/PlayerNotificationTargetIncludeAliases.ts +0 -31
- package/models/UpdatePlayerSuccessResponse.ts +0 -31
- package/models/UpdatePlayerTagsRequestBody.ts +0 -34
- package/models/UpdatePlayerTagsSuccessResponse.ts +0 -31
- package/models/UpdateSubscriptionRequestBody.ts +0 -32
- package/models/UserIdentityRequestBody.ts +0 -31
- package/models/UserIdentityResponse.ts +0 -31
- package/models/UserSubscriptionOptions.ts +0 -31
|
@@ -1,59 +1,50 @@
|
|
|
1
1
|
import { Configuration } from '../configuration';
|
|
2
2
|
import { App } from '../models/App';
|
|
3
|
-
import { BeginLiveActivityRequest } from '../models/BeginLiveActivityRequest';
|
|
4
|
-
import { CancelNotificationSuccessResponse } from '../models/CancelNotificationSuccessResponse';
|
|
5
3
|
import { CreateNotificationSuccessResponse } from '../models/CreateNotificationSuccessResponse';
|
|
6
|
-
import { CreatePlayerSuccessResponse } from '../models/CreatePlayerSuccessResponse';
|
|
7
4
|
import { CreateSegmentSuccessResponse } from '../models/CreateSegmentSuccessResponse';
|
|
8
|
-
import {
|
|
9
|
-
import {
|
|
10
|
-
import {
|
|
11
|
-
import {
|
|
12
|
-
import {
|
|
13
|
-
import {
|
|
14
|
-
import { InlineResponse200 } from '../models/InlineResponse200';
|
|
15
|
-
import { InlineResponse2003 } from '../models/InlineResponse2003';
|
|
16
|
-
import { InlineResponse201 } from '../models/InlineResponse201';
|
|
17
|
-
import { InlineResponse202 } from '../models/InlineResponse202';
|
|
5
|
+
import { ExportEventsSuccessResponse } from '../models/ExportEventsSuccessResponse';
|
|
6
|
+
import { ExportSubscriptionsRequestBody } from '../models/ExportSubscriptionsRequestBody';
|
|
7
|
+
import { ExportSubscriptionsSuccessResponse } from '../models/ExportSubscriptionsSuccessResponse';
|
|
8
|
+
import { GenericSuccessBoolResponse } from '../models/GenericSuccessBoolResponse';
|
|
9
|
+
import { GetNotificationHistoryRequestBody } from '../models/GetNotificationHistoryRequestBody';
|
|
10
|
+
import { GetSegmentsSuccessResponse } from '../models/GetSegmentsSuccessResponse';
|
|
18
11
|
import { Notification } from '../models/Notification';
|
|
19
12
|
import { NotificationHistorySuccessResponse } from '../models/NotificationHistorySuccessResponse';
|
|
20
13
|
import { NotificationSlice } from '../models/NotificationSlice';
|
|
21
14
|
import { NotificationWithMeta } from '../models/NotificationWithMeta';
|
|
22
15
|
import { OutcomesData } from '../models/OutcomesData';
|
|
23
|
-
import {
|
|
24
|
-
import { PlayerSlice } from '../models/PlayerSlice';
|
|
16
|
+
import { PropertiesBody } from '../models/PropertiesBody';
|
|
25
17
|
import { Segment } from '../models/Segment';
|
|
18
|
+
import { SubscriptionBody } from '../models/SubscriptionBody';
|
|
26
19
|
import { TransferSubscriptionRequestBody } from '../models/TransferSubscriptionRequestBody';
|
|
27
20
|
import { UpdateLiveActivityRequest } from '../models/UpdateLiveActivityRequest';
|
|
28
21
|
import { UpdateLiveActivitySuccessResponse } from '../models/UpdateLiveActivitySuccessResponse';
|
|
29
|
-
import { UpdatePlayerSuccessResponse } from '../models/UpdatePlayerSuccessResponse';
|
|
30
|
-
import { UpdatePlayerTagsRequestBody } from '../models/UpdatePlayerTagsRequestBody';
|
|
31
|
-
import { UpdatePlayerTagsSuccessResponse } from '../models/UpdatePlayerTagsSuccessResponse';
|
|
32
|
-
import { UpdateSubscriptionRequestBody } from '../models/UpdateSubscriptionRequestBody';
|
|
33
22
|
import { UpdateUserRequest } from '../models/UpdateUserRequest';
|
|
34
23
|
import { User } from '../models/User';
|
|
35
|
-
import {
|
|
36
|
-
import { UserIdentityResponse } from '../models/UserIdentityResponse';
|
|
24
|
+
import { UserIdentityBody } from '../models/UserIdentityBody';
|
|
37
25
|
import { DefaultApiRequestFactory, DefaultApiResponseProcessor } from "../apis/DefaultApi";
|
|
38
|
-
export interface DefaultApiBeginLiveActivityRequest {
|
|
39
|
-
appId: string;
|
|
40
|
-
activityId: string;
|
|
41
|
-
beginLiveActivityRequest: BeginLiveActivityRequest;
|
|
42
|
-
}
|
|
43
26
|
export interface DefaultApiCancelNotificationRequest {
|
|
44
27
|
appId: string;
|
|
45
28
|
notificationId: string;
|
|
46
29
|
}
|
|
30
|
+
export interface DefaultApiCreateAliasRequest {
|
|
31
|
+
appId: string;
|
|
32
|
+
aliasLabel: string;
|
|
33
|
+
aliasId: string;
|
|
34
|
+
userIdentityBody: UserIdentityBody;
|
|
35
|
+
}
|
|
36
|
+
export interface DefaultApiCreateAliasBySubscriptionRequest {
|
|
37
|
+
appId: string;
|
|
38
|
+
subscriptionId: string;
|
|
39
|
+
userIdentityBody: UserIdentityBody;
|
|
40
|
+
}
|
|
47
41
|
export interface DefaultApiCreateAppRequest {
|
|
48
42
|
app: App;
|
|
49
43
|
}
|
|
50
44
|
export interface DefaultApiCreateNotificationRequest {
|
|
51
45
|
notification: Notification;
|
|
52
46
|
}
|
|
53
|
-
export interface
|
|
54
|
-
player: Player;
|
|
55
|
-
}
|
|
56
|
-
export interface DefaultApiCreateSegmentsRequest {
|
|
47
|
+
export interface DefaultApiCreateSegmentRequest {
|
|
57
48
|
appId: string;
|
|
58
49
|
segment?: Segment;
|
|
59
50
|
}
|
|
@@ -61,7 +52,7 @@ export interface DefaultApiCreateSubscriptionRequest {
|
|
|
61
52
|
appId: string;
|
|
62
53
|
aliasLabel: string;
|
|
63
54
|
aliasId: string;
|
|
64
|
-
|
|
55
|
+
subscriptionBody: SubscriptionBody;
|
|
65
56
|
}
|
|
66
57
|
export interface DefaultApiCreateUserRequest {
|
|
67
58
|
appId: string;
|
|
@@ -73,11 +64,7 @@ export interface DefaultApiDeleteAliasRequest {
|
|
|
73
64
|
aliasId: string;
|
|
74
65
|
aliasLabelToDelete: string;
|
|
75
66
|
}
|
|
76
|
-
export interface
|
|
77
|
-
appId: string;
|
|
78
|
-
playerId: string;
|
|
79
|
-
}
|
|
80
|
-
export interface DefaultApiDeleteSegmentsRequest {
|
|
67
|
+
export interface DefaultApiDeleteSegmentRequest {
|
|
81
68
|
appId: string;
|
|
82
69
|
segmentId: string;
|
|
83
70
|
}
|
|
@@ -90,45 +77,35 @@ export interface DefaultApiDeleteUserRequest {
|
|
|
90
77
|
aliasLabel: string;
|
|
91
78
|
aliasId: string;
|
|
92
79
|
}
|
|
93
|
-
export interface
|
|
94
|
-
|
|
95
|
-
activityId: string;
|
|
96
|
-
subscriptionId: string;
|
|
97
|
-
}
|
|
98
|
-
export interface DefaultApiExportPlayersRequest {
|
|
80
|
+
export interface DefaultApiExportEventsRequest {
|
|
81
|
+
notificationId: string;
|
|
99
82
|
appId: string;
|
|
100
|
-
exportPlayersRequestBody?: ExportPlayersRequestBody;
|
|
101
83
|
}
|
|
102
|
-
export interface
|
|
84
|
+
export interface DefaultApiExportSubscriptionsRequest {
|
|
103
85
|
appId: string;
|
|
104
|
-
|
|
86
|
+
exportSubscriptionsRequestBody?: ExportSubscriptionsRequestBody;
|
|
105
87
|
}
|
|
106
|
-
export interface
|
|
88
|
+
export interface DefaultApiGetAliasesRequest {
|
|
107
89
|
appId: string;
|
|
108
90
|
aliasLabel: string;
|
|
109
91
|
aliasId: string;
|
|
110
92
|
}
|
|
111
|
-
export interface
|
|
93
|
+
export interface DefaultApiGetAliasesBySubscriptionRequest {
|
|
112
94
|
appId: string;
|
|
113
|
-
|
|
114
|
-
aliasId: string;
|
|
95
|
+
subscriptionId: string;
|
|
115
96
|
}
|
|
116
97
|
export interface DefaultApiGetAppRequest {
|
|
117
98
|
appId: string;
|
|
118
99
|
}
|
|
119
100
|
export interface DefaultApiGetAppsRequest {
|
|
120
101
|
}
|
|
121
|
-
export interface DefaultApiGetEligibleIamsRequest {
|
|
122
|
-
appId: string;
|
|
123
|
-
subscriptionId: string;
|
|
124
|
-
}
|
|
125
102
|
export interface DefaultApiGetNotificationRequest {
|
|
126
103
|
appId: string;
|
|
127
104
|
notificationId: string;
|
|
128
105
|
}
|
|
129
106
|
export interface DefaultApiGetNotificationHistoryRequest {
|
|
130
107
|
notificationId: string;
|
|
131
|
-
|
|
108
|
+
getNotificationHistoryRequestBody: GetNotificationHistoryRequestBody;
|
|
132
109
|
}
|
|
133
110
|
export interface DefaultApiGetNotificationsRequest {
|
|
134
111
|
appId: string;
|
|
@@ -144,32 +121,26 @@ export interface DefaultApiGetOutcomesRequest {
|
|
|
144
121
|
outcomePlatforms?: string;
|
|
145
122
|
outcomeAttribution?: string;
|
|
146
123
|
}
|
|
147
|
-
export interface
|
|
148
|
-
appId: string;
|
|
149
|
-
playerId: string;
|
|
150
|
-
emailAuthHash?: string;
|
|
151
|
-
}
|
|
152
|
-
export interface DefaultApiGetPlayersRequest {
|
|
124
|
+
export interface DefaultApiGetSegmentsRequest {
|
|
153
125
|
appId: string;
|
|
154
|
-
limit?: number;
|
|
155
126
|
offset?: number;
|
|
127
|
+
limit?: number;
|
|
156
128
|
}
|
|
157
|
-
export interface
|
|
129
|
+
export interface DefaultApiGetUserRequest {
|
|
158
130
|
appId: string;
|
|
159
131
|
aliasLabel: string;
|
|
160
132
|
aliasId: string;
|
|
161
|
-
userIdentityRequestBody: UserIdentityRequestBody;
|
|
162
|
-
}
|
|
163
|
-
export interface DefaultApiIdentifyUserBySubscriptionIdRequest {
|
|
164
|
-
appId: string;
|
|
165
|
-
subscriptionId: string;
|
|
166
|
-
userIdentityRequestBody: UserIdentityRequestBody;
|
|
167
133
|
}
|
|
168
134
|
export interface DefaultApiTransferSubscriptionRequest {
|
|
169
135
|
appId: string;
|
|
170
136
|
subscriptionId: string;
|
|
171
137
|
transferSubscriptionRequestBody: TransferSubscriptionRequestBody;
|
|
172
138
|
}
|
|
139
|
+
export interface DefaultApiUnsubscribeEmailWithTokenRequest {
|
|
140
|
+
appId: string;
|
|
141
|
+
notificationId: string;
|
|
142
|
+
token: string;
|
|
143
|
+
}
|
|
173
144
|
export interface DefaultApiUpdateAppRequest {
|
|
174
145
|
appId: string;
|
|
175
146
|
app: App;
|
|
@@ -179,19 +150,10 @@ export interface DefaultApiUpdateLiveActivityRequest {
|
|
|
179
150
|
activityId: string;
|
|
180
151
|
updateLiveActivityRequest: UpdateLiveActivityRequest;
|
|
181
152
|
}
|
|
182
|
-
export interface DefaultApiUpdatePlayerRequest {
|
|
183
|
-
playerId: string;
|
|
184
|
-
player: Player;
|
|
185
|
-
}
|
|
186
|
-
export interface DefaultApiUpdatePlayerTagsRequest {
|
|
187
|
-
appId: string;
|
|
188
|
-
externalUserId: string;
|
|
189
|
-
updatePlayerTagsRequestBody?: UpdatePlayerTagsRequestBody;
|
|
190
|
-
}
|
|
191
153
|
export interface DefaultApiUpdateSubscriptionRequest {
|
|
192
154
|
appId: string;
|
|
193
155
|
subscriptionId: string;
|
|
194
|
-
|
|
156
|
+
subscriptionBody: SubscriptionBody;
|
|
195
157
|
}
|
|
196
158
|
export interface DefaultApiUpdateUserRequest {
|
|
197
159
|
appId: string;
|
|
@@ -202,40 +164,34 @@ export interface DefaultApiUpdateUserRequest {
|
|
|
202
164
|
export declare class ObjectDefaultApi {
|
|
203
165
|
private api;
|
|
204
166
|
constructor(configuration: Configuration, requestFactory?: DefaultApiRequestFactory, responseProcessor?: DefaultApiResponseProcessor);
|
|
205
|
-
|
|
206
|
-
|
|
167
|
+
cancelNotification(param: DefaultApiCancelNotificationRequest, options?: Configuration): Promise<GenericSuccessBoolResponse>;
|
|
168
|
+
createAlias(param: DefaultApiCreateAliasRequest, options?: Configuration): Promise<UserIdentityBody>;
|
|
169
|
+
createAliasBySubscription(param: DefaultApiCreateAliasBySubscriptionRequest, options?: Configuration): Promise<UserIdentityBody>;
|
|
207
170
|
createApp(param: DefaultApiCreateAppRequest, options?: Configuration): Promise<App>;
|
|
208
171
|
createNotification(param: DefaultApiCreateNotificationRequest, options?: Configuration): Promise<CreateNotificationSuccessResponse>;
|
|
209
|
-
|
|
210
|
-
|
|
211
|
-
createSubscription(param: DefaultApiCreateSubscriptionRequest, options?: Configuration): Promise<InlineResponse201>;
|
|
172
|
+
createSegment(param: DefaultApiCreateSegmentRequest, options?: Configuration): Promise<CreateSegmentSuccessResponse>;
|
|
173
|
+
createSubscription(param: DefaultApiCreateSubscriptionRequest, options?: Configuration): Promise<SubscriptionBody>;
|
|
212
174
|
createUser(param: DefaultApiCreateUserRequest, options?: Configuration): Promise<User>;
|
|
213
|
-
deleteAlias(param: DefaultApiDeleteAliasRequest, options?: Configuration): Promise<
|
|
214
|
-
|
|
215
|
-
deleteSegments(param: DefaultApiDeleteSegmentsRequest, options?: Configuration): Promise<DeleteSegmentSuccessResponse>;
|
|
175
|
+
deleteAlias(param: DefaultApiDeleteAliasRequest, options?: Configuration): Promise<UserIdentityBody>;
|
|
176
|
+
deleteSegment(param: DefaultApiDeleteSegmentRequest, options?: Configuration): Promise<GenericSuccessBoolResponse>;
|
|
216
177
|
deleteSubscription(param: DefaultApiDeleteSubscriptionRequest, options?: Configuration): Promise<void>;
|
|
217
178
|
deleteUser(param: DefaultApiDeleteUserRequest, options?: Configuration): Promise<void>;
|
|
218
|
-
|
|
219
|
-
|
|
220
|
-
|
|
221
|
-
|
|
222
|
-
fetchUserIdentity(param: DefaultApiFetchUserIdentityRequest, options?: Configuration): Promise<InlineResponse200>;
|
|
179
|
+
exportEvents(param: DefaultApiExportEventsRequest, options?: Configuration): Promise<ExportEventsSuccessResponse>;
|
|
180
|
+
exportSubscriptions(param: DefaultApiExportSubscriptionsRequest, options?: Configuration): Promise<ExportSubscriptionsSuccessResponse>;
|
|
181
|
+
getAliases(param: DefaultApiGetAliasesRequest, options?: Configuration): Promise<UserIdentityBody>;
|
|
182
|
+
getAliasesBySubscription(param: DefaultApiGetAliasesBySubscriptionRequest, options?: Configuration): Promise<UserIdentityBody>;
|
|
223
183
|
getApp(param: DefaultApiGetAppRequest, options?: Configuration): Promise<App>;
|
|
224
184
|
getApps(param?: DefaultApiGetAppsRequest, options?: Configuration): Promise<Array<App>>;
|
|
225
|
-
getEligibleIams(param: DefaultApiGetEligibleIamsRequest, options?: Configuration): Promise<InlineResponse2003>;
|
|
226
185
|
getNotification(param: DefaultApiGetNotificationRequest, options?: Configuration): Promise<NotificationWithMeta>;
|
|
227
186
|
getNotificationHistory(param: DefaultApiGetNotificationHistoryRequest, options?: Configuration): Promise<NotificationHistorySuccessResponse>;
|
|
228
187
|
getNotifications(param: DefaultApiGetNotificationsRequest, options?: Configuration): Promise<NotificationSlice>;
|
|
229
188
|
getOutcomes(param: DefaultApiGetOutcomesRequest, options?: Configuration): Promise<OutcomesData>;
|
|
230
|
-
|
|
231
|
-
|
|
232
|
-
|
|
233
|
-
|
|
234
|
-
transferSubscription(param: DefaultApiTransferSubscriptionRequest, options?: Configuration): Promise<UserIdentityResponse>;
|
|
189
|
+
getSegments(param: DefaultApiGetSegmentsRequest, options?: Configuration): Promise<GetSegmentsSuccessResponse>;
|
|
190
|
+
getUser(param: DefaultApiGetUserRequest, options?: Configuration): Promise<User>;
|
|
191
|
+
transferSubscription(param: DefaultApiTransferSubscriptionRequest, options?: Configuration): Promise<UserIdentityBody>;
|
|
192
|
+
unsubscribeEmailWithToken(param: DefaultApiUnsubscribeEmailWithTokenRequest, options?: Configuration): Promise<GenericSuccessBoolResponse>;
|
|
235
193
|
updateApp(param: DefaultApiUpdateAppRequest, options?: Configuration): Promise<App>;
|
|
236
194
|
updateLiveActivity(param: DefaultApiUpdateLiveActivityRequest, options?: Configuration): Promise<UpdateLiveActivitySuccessResponse>;
|
|
237
|
-
updatePlayer(param: DefaultApiUpdatePlayerRequest, options?: Configuration): Promise<UpdatePlayerSuccessResponse>;
|
|
238
|
-
updatePlayerTags(param: DefaultApiUpdatePlayerTagsRequest, options?: Configuration): Promise<UpdatePlayerTagsSuccessResponse>;
|
|
239
195
|
updateSubscription(param: DefaultApiUpdateSubscriptionRequest, options?: Configuration): Promise<void>;
|
|
240
|
-
updateUser(param: DefaultApiUpdateUserRequest, options?: Configuration): Promise<
|
|
196
|
+
updateUser(param: DefaultApiUpdateUserRequest, options?: Configuration): Promise<PropertiesBody>;
|
|
241
197
|
}
|
|
@@ -6,26 +6,26 @@ var ObjectDefaultApi = (function () {
|
|
|
6
6
|
function ObjectDefaultApi(configuration, requestFactory, responseProcessor) {
|
|
7
7
|
this.api = new ObservableAPI_1.ObservableDefaultApi(configuration, requestFactory, responseProcessor);
|
|
8
8
|
}
|
|
9
|
-
ObjectDefaultApi.prototype.beginLiveActivity = function (param, options) {
|
|
10
|
-
return this.api.beginLiveActivity(param.appId, param.activityId, param.beginLiveActivityRequest, options).toPromise();
|
|
11
|
-
};
|
|
12
9
|
ObjectDefaultApi.prototype.cancelNotification = function (param, options) {
|
|
13
10
|
return this.api.cancelNotification(param.appId, param.notificationId, options).toPromise();
|
|
14
11
|
};
|
|
12
|
+
ObjectDefaultApi.prototype.createAlias = function (param, options) {
|
|
13
|
+
return this.api.createAlias(param.appId, param.aliasLabel, param.aliasId, param.userIdentityBody, options).toPromise();
|
|
14
|
+
};
|
|
15
|
+
ObjectDefaultApi.prototype.createAliasBySubscription = function (param, options) {
|
|
16
|
+
return this.api.createAliasBySubscription(param.appId, param.subscriptionId, param.userIdentityBody, options).toPromise();
|
|
17
|
+
};
|
|
15
18
|
ObjectDefaultApi.prototype.createApp = function (param, options) {
|
|
16
19
|
return this.api.createApp(param.app, options).toPromise();
|
|
17
20
|
};
|
|
18
21
|
ObjectDefaultApi.prototype.createNotification = function (param, options) {
|
|
19
22
|
return this.api.createNotification(param.notification, options).toPromise();
|
|
20
23
|
};
|
|
21
|
-
ObjectDefaultApi.prototype.
|
|
22
|
-
return this.api.
|
|
23
|
-
};
|
|
24
|
-
ObjectDefaultApi.prototype.createSegments = function (param, options) {
|
|
25
|
-
return this.api.createSegments(param.appId, param.segment, options).toPromise();
|
|
24
|
+
ObjectDefaultApi.prototype.createSegment = function (param, options) {
|
|
25
|
+
return this.api.createSegment(param.appId, param.segment, options).toPromise();
|
|
26
26
|
};
|
|
27
27
|
ObjectDefaultApi.prototype.createSubscription = function (param, options) {
|
|
28
|
-
return this.api.createSubscription(param.appId, param.aliasLabel, param.aliasId, param.
|
|
28
|
+
return this.api.createSubscription(param.appId, param.aliasLabel, param.aliasId, param.subscriptionBody, options).toPromise();
|
|
29
29
|
};
|
|
30
30
|
ObjectDefaultApi.prototype.createUser = function (param, options) {
|
|
31
31
|
return this.api.createUser(param.appId, param.user, options).toPromise();
|
|
@@ -33,11 +33,8 @@ var ObjectDefaultApi = (function () {
|
|
|
33
33
|
ObjectDefaultApi.prototype.deleteAlias = function (param, options) {
|
|
34
34
|
return this.api.deleteAlias(param.appId, param.aliasLabel, param.aliasId, param.aliasLabelToDelete, options).toPromise();
|
|
35
35
|
};
|
|
36
|
-
ObjectDefaultApi.prototype.
|
|
37
|
-
return this.api.
|
|
38
|
-
};
|
|
39
|
-
ObjectDefaultApi.prototype.deleteSegments = function (param, options) {
|
|
40
|
-
return this.api.deleteSegments(param.appId, param.segmentId, options).toPromise();
|
|
36
|
+
ObjectDefaultApi.prototype.deleteSegment = function (param, options) {
|
|
37
|
+
return this.api.deleteSegment(param.appId, param.segmentId, options).toPromise();
|
|
41
38
|
};
|
|
42
39
|
ObjectDefaultApi.prototype.deleteSubscription = function (param, options) {
|
|
43
40
|
return this.api.deleteSubscription(param.appId, param.subscriptionId, options).toPromise();
|
|
@@ -45,20 +42,17 @@ var ObjectDefaultApi = (function () {
|
|
|
45
42
|
ObjectDefaultApi.prototype.deleteUser = function (param, options) {
|
|
46
43
|
return this.api.deleteUser(param.appId, param.aliasLabel, param.aliasId, options).toPromise();
|
|
47
44
|
};
|
|
48
|
-
ObjectDefaultApi.prototype.
|
|
49
|
-
return this.api.
|
|
50
|
-
};
|
|
51
|
-
ObjectDefaultApi.prototype.exportPlayers = function (param, options) {
|
|
52
|
-
return this.api.exportPlayers(param.appId, param.exportPlayersRequestBody, options).toPromise();
|
|
45
|
+
ObjectDefaultApi.prototype.exportEvents = function (param, options) {
|
|
46
|
+
return this.api.exportEvents(param.notificationId, param.appId, options).toPromise();
|
|
53
47
|
};
|
|
54
|
-
ObjectDefaultApi.prototype.
|
|
55
|
-
return this.api.
|
|
48
|
+
ObjectDefaultApi.prototype.exportSubscriptions = function (param, options) {
|
|
49
|
+
return this.api.exportSubscriptions(param.appId, param.exportSubscriptionsRequestBody, options).toPromise();
|
|
56
50
|
};
|
|
57
|
-
ObjectDefaultApi.prototype.
|
|
58
|
-
return this.api.
|
|
51
|
+
ObjectDefaultApi.prototype.getAliases = function (param, options) {
|
|
52
|
+
return this.api.getAliases(param.appId, param.aliasLabel, param.aliasId, options).toPromise();
|
|
59
53
|
};
|
|
60
|
-
ObjectDefaultApi.prototype.
|
|
61
|
-
return this.api.
|
|
54
|
+
ObjectDefaultApi.prototype.getAliasesBySubscription = function (param, options) {
|
|
55
|
+
return this.api.getAliasesBySubscription(param.appId, param.subscriptionId, options).toPromise();
|
|
62
56
|
};
|
|
63
57
|
ObjectDefaultApi.prototype.getApp = function (param, options) {
|
|
64
58
|
return this.api.getApp(param.appId, options).toPromise();
|
|
@@ -67,14 +61,11 @@ var ObjectDefaultApi = (function () {
|
|
|
67
61
|
if (param === void 0) { param = {}; }
|
|
68
62
|
return this.api.getApps(options).toPromise();
|
|
69
63
|
};
|
|
70
|
-
ObjectDefaultApi.prototype.getEligibleIams = function (param, options) {
|
|
71
|
-
return this.api.getEligibleIams(param.appId, param.subscriptionId, options).toPromise();
|
|
72
|
-
};
|
|
73
64
|
ObjectDefaultApi.prototype.getNotification = function (param, options) {
|
|
74
65
|
return this.api.getNotification(param.appId, param.notificationId, options).toPromise();
|
|
75
66
|
};
|
|
76
67
|
ObjectDefaultApi.prototype.getNotificationHistory = function (param, options) {
|
|
77
|
-
return this.api.getNotificationHistory(param.notificationId, param.
|
|
68
|
+
return this.api.getNotificationHistory(param.notificationId, param.getNotificationHistoryRequestBody, options).toPromise();
|
|
78
69
|
};
|
|
79
70
|
ObjectDefaultApi.prototype.getNotifications = function (param, options) {
|
|
80
71
|
return this.api.getNotifications(param.appId, param.limit, param.offset, param.kind, options).toPromise();
|
|
@@ -82,35 +73,26 @@ var ObjectDefaultApi = (function () {
|
|
|
82
73
|
ObjectDefaultApi.prototype.getOutcomes = function (param, options) {
|
|
83
74
|
return this.api.getOutcomes(param.appId, param.outcomeNames, param.outcomeNames2, param.outcomeTimeRange, param.outcomePlatforms, param.outcomeAttribution, options).toPromise();
|
|
84
75
|
};
|
|
85
|
-
ObjectDefaultApi.prototype.
|
|
86
|
-
return this.api.
|
|
87
|
-
};
|
|
88
|
-
ObjectDefaultApi.prototype.getPlayers = function (param, options) {
|
|
89
|
-
return this.api.getPlayers(param.appId, param.limit, param.offset, options).toPromise();
|
|
90
|
-
};
|
|
91
|
-
ObjectDefaultApi.prototype.identifyUserByAlias = function (param, options) {
|
|
92
|
-
return this.api.identifyUserByAlias(param.appId, param.aliasLabel, param.aliasId, param.userIdentityRequestBody, options).toPromise();
|
|
76
|
+
ObjectDefaultApi.prototype.getSegments = function (param, options) {
|
|
77
|
+
return this.api.getSegments(param.appId, param.offset, param.limit, options).toPromise();
|
|
93
78
|
};
|
|
94
|
-
ObjectDefaultApi.prototype.
|
|
95
|
-
return this.api.
|
|
79
|
+
ObjectDefaultApi.prototype.getUser = function (param, options) {
|
|
80
|
+
return this.api.getUser(param.appId, param.aliasLabel, param.aliasId, options).toPromise();
|
|
96
81
|
};
|
|
97
82
|
ObjectDefaultApi.prototype.transferSubscription = function (param, options) {
|
|
98
83
|
return this.api.transferSubscription(param.appId, param.subscriptionId, param.transferSubscriptionRequestBody, options).toPromise();
|
|
99
84
|
};
|
|
85
|
+
ObjectDefaultApi.prototype.unsubscribeEmailWithToken = function (param, options) {
|
|
86
|
+
return this.api.unsubscribeEmailWithToken(param.appId, param.notificationId, param.token, options).toPromise();
|
|
87
|
+
};
|
|
100
88
|
ObjectDefaultApi.prototype.updateApp = function (param, options) {
|
|
101
89
|
return this.api.updateApp(param.appId, param.app, options).toPromise();
|
|
102
90
|
};
|
|
103
91
|
ObjectDefaultApi.prototype.updateLiveActivity = function (param, options) {
|
|
104
92
|
return this.api.updateLiveActivity(param.appId, param.activityId, param.updateLiveActivityRequest, options).toPromise();
|
|
105
93
|
};
|
|
106
|
-
ObjectDefaultApi.prototype.updatePlayer = function (param, options) {
|
|
107
|
-
return this.api.updatePlayer(param.playerId, param.player, options).toPromise();
|
|
108
|
-
};
|
|
109
|
-
ObjectDefaultApi.prototype.updatePlayerTags = function (param, options) {
|
|
110
|
-
return this.api.updatePlayerTags(param.appId, param.externalUserId, param.updatePlayerTagsRequestBody, options).toPromise();
|
|
111
|
-
};
|
|
112
94
|
ObjectDefaultApi.prototype.updateSubscription = function (param, options) {
|
|
113
|
-
return this.api.updateSubscription(param.appId, param.subscriptionId, param.
|
|
95
|
+
return this.api.updateSubscription(param.appId, param.subscriptionId, param.subscriptionBody, options).toPromise();
|
|
114
96
|
};
|
|
115
97
|
ObjectDefaultApi.prototype.updateUser = function (param, options) {
|
|
116
98
|
return this.api.updateUser(param.appId, param.aliasLabel, param.aliasId, param.updateUserRequest, options).toPromise();
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ObjectParamAPI.js","sourceRoot":"","sources":["../../types/ObjectParamAPI.ts"],"names":[],"mappings":";;;
|
|
1
|
+
{"version":3,"file":"ObjectParamAPI.js","sourceRoot":"","sources":["../../types/ObjectParamAPI.ts"],"names":[],"mappings":";;;AA2DA,iDAAuD;AAijBvD;IAGI,0BAAmB,aAA4B,EAAE,cAAyC,EAAE,iBAA+C;QACvI,IAAI,CAAC,GAAG,GAAG,IAAI,oCAAoB,CAAC,aAAa,EAAE,cAAc,EAAE,iBAAiB,CAAC,CAAC;IAC1F,CAAC;IAOM,6CAAkB,GAAzB,UAA0B,KAA0C,EAAE,OAAuB;QACzF,OAAO,IAAI,CAAC,GAAG,CAAC,kBAAkB,CAAC,KAAK,CAAC,KAAK,EAAE,KAAK,CAAC,cAAc,EAAG,OAAO,CAAC,CAAC,SAAS,EAAE,CAAC;IAChG,CAAC;IAMM,sCAAW,GAAlB,UAAmB,KAAmC,EAAE,OAAuB;QAC3E,OAAO,IAAI,CAAC,GAAG,CAAC,WAAW,CAAC,KAAK,CAAC,KAAK,EAAE,KAAK,CAAC,UAAU,EAAE,KAAK,CAAC,OAAO,EAAE,KAAK,CAAC,gBAAgB,EAAG,OAAO,CAAC,CAAC,SAAS,EAAE,CAAC;IAC5H,CAAC;IAMM,oDAAyB,GAAhC,UAAiC,KAAiD,EAAE,OAAuB;QACvG,OAAO,IAAI,CAAC,GAAG,CAAC,yBAAyB,CAAC,KAAK,CAAC,KAAK,EAAE,KAAK,CAAC,cAAc,EAAE,KAAK,CAAC,gBAAgB,EAAG,OAAO,CAAC,CAAC,SAAS,EAAE,CAAC;IAC/H,CAAC;IAOM,oCAAS,GAAhB,UAAiB,KAAiC,EAAE,OAAuB;QACvE,OAAO,IAAI,CAAC,GAAG,CAAC,SAAS,CAAC,KAAK,CAAC,GAAG,EAAG,OAAO,CAAC,CAAC,SAAS,EAAE,CAAC;IAC/D,CAAC;IAOM,6CAAkB,GAAzB,UAA0B,KAA0C,EAAE,OAAuB;QACzF,OAAO,IAAI,CAAC,GAAG,CAAC,kBAAkB,CAAC,KAAK,CAAC,YAAY,EAAG,OAAO,CAAC,CAAC,SAAS,EAAE,CAAC;IACjF,CAAC;IAOM,wCAAa,GAApB,UAAqB,KAAqC,EAAE,OAAuB;QAC/E,OAAO,IAAI,CAAC,GAAG,CAAC,aAAa,CAAC,KAAK,CAAC,KAAK,EAAE,KAAK,CAAC,OAAO,EAAG,OAAO,CAAC,CAAC,SAAS,EAAE,CAAC;IACpF,CAAC;IAMM,6CAAkB,GAAzB,UAA0B,KAA0C,EAAE,OAAuB;QACzF,OAAO,IAAI,CAAC,GAAG,CAAC,kBAAkB,CAAC,KAAK,CAAC,KAAK,EAAE,KAAK,CAAC,UAAU,EAAE,KAAK,CAAC,OAAO,EAAE,KAAK,CAAC,gBAAgB,EAAG,OAAO,CAAC,CAAC,SAAS,EAAE,CAAC;IACnI,CAAC;IAMM,qCAAU,GAAjB,UAAkB,KAAkC,EAAE,OAAuB;QACzE,OAAO,IAAI,CAAC,GAAG,CAAC,UAAU,CAAC,KAAK,CAAC,KAAK,EAAE,KAAK,CAAC,IAAI,EAAG,OAAO,CAAC,CAAC,SAAS,EAAE,CAAC;IAC9E,CAAC;IAMM,sCAAW,GAAlB,UAAmB,KAAmC,EAAE,OAAuB;QAC3E,OAAO,IAAI,CAAC,GAAG,CAAC,WAAW,CAAC,KAAK,CAAC,KAAK,EAAE,KAAK,CAAC,UAAU,EAAE,KAAK,CAAC,OAAO,EAAE,KAAK,CAAC,kBAAkB,EAAG,OAAO,CAAC,CAAC,SAAS,EAAE,CAAC;IAC9H,CAAC;IAOM,wCAAa,GAApB,UAAqB,KAAqC,EAAE,OAAuB;QAC/E,OAAO,IAAI,CAAC,GAAG,CAAC,aAAa,CAAC,KAAK,CAAC,KAAK,EAAE,KAAK,CAAC,SAAS,EAAG,OAAO,CAAC,CAAC,SAAS,EAAE,CAAC;IACtF,CAAC;IAMM,6CAAkB,GAAzB,UAA0B,KAA0C,EAAE,OAAuB;QACzF,OAAO,IAAI,CAAC,GAAG,CAAC,kBAAkB,CAAC,KAAK,CAAC,KAAK,EAAE,KAAK,CAAC,cAAc,EAAG,OAAO,CAAC,CAAC,SAAS,EAAE,CAAC;IAChG,CAAC;IAMM,qCAAU,GAAjB,UAAkB,KAAkC,EAAE,OAAuB;QACzE,OAAO,IAAI,CAAC,GAAG,CAAC,UAAU,CAAC,KAAK,CAAC,KAAK,EAAE,KAAK,CAAC,UAAU,EAAE,KAAK,CAAC,OAAO,EAAG,OAAO,CAAC,CAAC,SAAS,EAAE,CAAC;IACnG,CAAC;IAOM,uCAAY,GAAnB,UAAoB,KAAoC,EAAE,OAAuB;QAC7E,OAAO,IAAI,CAAC,GAAG,CAAC,YAAY,CAAC,KAAK,CAAC,cAAc,EAAE,KAAK,CAAC,KAAK,EAAG,OAAO,CAAC,CAAC,SAAS,EAAE,CAAC;IAC1F,CAAC;IAOM,8CAAmB,GAA1B,UAA2B,KAA2C,EAAE,OAAuB;QAC3F,OAAO,IAAI,CAAC,GAAG,CAAC,mBAAmB,CAAC,KAAK,CAAC,KAAK,EAAE,KAAK,CAAC,8BAA8B,EAAG,OAAO,CAAC,CAAC,SAAS,EAAE,CAAC;IACjH,CAAC;IAMM,qCAAU,GAAjB,UAAkB,KAAkC,EAAE,OAAuB;QACzE,OAAO,IAAI,CAAC,GAAG,CAAC,UAAU,CAAC,KAAK,CAAC,KAAK,EAAE,KAAK,CAAC,UAAU,EAAE,KAAK,CAAC,OAAO,EAAG,OAAO,CAAC,CAAC,SAAS,EAAE,CAAC;IACnG,CAAC;IAMM,mDAAwB,GAA/B,UAAgC,KAAgD,EAAE,OAAuB;QACrG,OAAO,IAAI,CAAC,GAAG,CAAC,wBAAwB,CAAC,KAAK,CAAC,KAAK,EAAE,KAAK,CAAC,cAAc,EAAG,OAAO,CAAC,CAAC,SAAS,EAAE,CAAC;IACtG,CAAC;IAOM,iCAAM,GAAb,UAAc,KAA8B,EAAE,OAAuB;QACjE,OAAO,IAAI,CAAC,GAAG,CAAC,MAAM,CAAC,KAAK,CAAC,KAAK,EAAG,OAAO,CAAC,CAAC,SAAS,EAAE,CAAC;IAC9D,CAAC;IAOM,kCAAO,GAAd,UAAe,KAAoC,EAAE,OAAuB;QAA7D,sBAAA,EAAA,UAAoC;QAC/C,OAAO,IAAI,CAAC,GAAG,CAAC,OAAO,CAAE,OAAO,CAAC,CAAC,SAAS,EAAE,CAAC;IAClD,CAAC;IAOM,0CAAe,GAAtB,UAAuB,KAAuC,EAAE,OAAuB;QACnF,OAAO,IAAI,CAAC,GAAG,CAAC,eAAe,CAAC,KAAK,CAAC,KAAK,EAAE,KAAK,CAAC,cAAc,EAAG,OAAO,CAAC,CAAC,SAAS,EAAE,CAAC;IAC7F,CAAC;IAOM,iDAAsB,GAA7B,UAA8B,KAA8C,EAAE,OAAuB;QACjG,OAAO,IAAI,CAAC,GAAG,CAAC,sBAAsB,CAAC,KAAK,CAAC,cAAc,EAAE,KAAK,CAAC,iCAAiC,EAAG,OAAO,CAAC,CAAC,SAAS,EAAE,CAAC;IAChI,CAAC;IAOM,2CAAgB,GAAvB,UAAwB,KAAwC,EAAE,OAAuB;QACrF,OAAO,IAAI,CAAC,GAAG,CAAC,gBAAgB,CAAC,KAAK,CAAC,KAAK,EAAE,KAAK,CAAC,KAAK,EAAE,KAAK,CAAC,MAAM,EAAE,KAAK,CAAC,IAAI,EAAG,OAAO,CAAC,CAAC,SAAS,EAAE,CAAC;IAC/G,CAAC;IAOM,sCAAW,GAAlB,UAAmB,KAAmC,EAAE,OAAuB;QAC3E,OAAO,IAAI,CAAC,GAAG,CAAC,WAAW,CAAC,KAAK,CAAC,KAAK,EAAE,KAAK,CAAC,YAAY,EAAE,KAAK,CAAC,aAAa,EAAE,KAAK,CAAC,gBAAgB,EAAE,KAAK,CAAC,gBAAgB,EAAE,KAAK,CAAC,kBAAkB,EAAG,OAAO,CAAC,CAAC,SAAS,EAAE,CAAC;IACtL,CAAC;IAOM,sCAAW,GAAlB,UAAmB,KAAmC,EAAE,OAAuB;QAC3E,OAAO,IAAI,CAAC,GAAG,CAAC,WAAW,CAAC,KAAK,CAAC,KAAK,EAAE,KAAK,CAAC,MAAM,EAAE,KAAK,CAAC,KAAK,EAAG,OAAO,CAAC,CAAC,SAAS,EAAE,CAAC;IAC9F,CAAC;IAMM,kCAAO,GAAd,UAAe,KAA+B,EAAE,OAAuB;QACnE,OAAO,IAAI,CAAC,GAAG,CAAC,OAAO,CAAC,KAAK,CAAC,KAAK,EAAE,KAAK,CAAC,UAAU,EAAE,KAAK,CAAC,OAAO,EAAG,OAAO,CAAC,CAAC,SAAS,EAAE,CAAC;IAChG,CAAC;IAMM,+CAAoB,GAA3B,UAA4B,KAA4C,EAAE,OAAuB;QAC7F,OAAO,IAAI,CAAC,GAAG,CAAC,oBAAoB,CAAC,KAAK,CAAC,KAAK,EAAE,KAAK,CAAC,cAAc,EAAE,KAAK,CAAC,+BAA+B,EAAG,OAAO,CAAC,CAAC,SAAS,EAAE,CAAC;IACzI,CAAC;IAOM,oDAAyB,GAAhC,UAAiC,KAAiD,EAAE,OAAuB;QACvG,OAAO,IAAI,CAAC,GAAG,CAAC,yBAAyB,CAAC,KAAK,CAAC,KAAK,EAAE,KAAK,CAAC,cAAc,EAAE,KAAK,CAAC,KAAK,EAAG,OAAO,CAAC,CAAC,SAAS,EAAE,CAAC;IACpH,CAAC;IAOM,oCAAS,GAAhB,UAAiB,KAAiC,EAAE,OAAuB;QACvE,OAAO,IAAI,CAAC,GAAG,CAAC,SAAS,CAAC,KAAK,CAAC,KAAK,EAAE,KAAK,CAAC,GAAG,EAAG,OAAO,CAAC,CAAC,SAAS,EAAE,CAAC;IAC5E,CAAC;IAOM,6CAAkB,GAAzB,UAA0B,KAA0C,EAAE,OAAuB;QACzF,OAAO,IAAI,CAAC,GAAG,CAAC,kBAAkB,CAAC,KAAK,CAAC,KAAK,EAAE,KAAK,CAAC,UAAU,EAAE,KAAK,CAAC,yBAAyB,EAAG,OAAO,CAAC,CAAC,SAAS,EAAE,CAAC;IAC7H,CAAC;IAMM,6CAAkB,GAAzB,UAA0B,KAA0C,EAAE,OAAuB;QACzF,OAAO,IAAI,CAAC,GAAG,CAAC,kBAAkB,CAAC,KAAK,CAAC,KAAK,EAAE,KAAK,CAAC,cAAc,EAAE,KAAK,CAAC,gBAAgB,EAAG,OAAO,CAAC,CAAC,SAAS,EAAE,CAAC;IACxH,CAAC;IAMM,qCAAU,GAAjB,UAAkB,KAAkC,EAAE,OAAuB;QACzE,OAAO,IAAI,CAAC,GAAG,CAAC,UAAU,CAAC,KAAK,CAAC,KAAK,EAAE,KAAK,CAAC,UAAU,EAAE,KAAK,CAAC,OAAO,EAAE,KAAK,CAAC,iBAAiB,EAAG,OAAO,CAAC,CAAC,SAAS,EAAE,CAAC;IAC5H,CAAC;IAEL,uBAAC;AAAD,CAAC,AAxQD,IAwQC;AAxQY,4CAAgB"}
|
|
@@ -1,80 +1,62 @@
|
|
|
1
1
|
import { Configuration } from '../configuration';
|
|
2
2
|
import { Observable } from '../rxjsStub';
|
|
3
3
|
import { App } from '../models/App';
|
|
4
|
-
import { BeginLiveActivityRequest } from '../models/BeginLiveActivityRequest';
|
|
5
|
-
import { CancelNotificationSuccessResponse } from '../models/CancelNotificationSuccessResponse';
|
|
6
4
|
import { CreateNotificationSuccessResponse } from '../models/CreateNotificationSuccessResponse';
|
|
7
|
-
import { CreatePlayerSuccessResponse } from '../models/CreatePlayerSuccessResponse';
|
|
8
5
|
import { CreateSegmentSuccessResponse } from '../models/CreateSegmentSuccessResponse';
|
|
9
|
-
import {
|
|
10
|
-
import {
|
|
11
|
-
import {
|
|
12
|
-
import {
|
|
13
|
-
import {
|
|
14
|
-
import {
|
|
15
|
-
import { InlineResponse200 } from '../models/InlineResponse200';
|
|
16
|
-
import { InlineResponse2003 } from '../models/InlineResponse2003';
|
|
17
|
-
import { InlineResponse201 } from '../models/InlineResponse201';
|
|
18
|
-
import { InlineResponse202 } from '../models/InlineResponse202';
|
|
6
|
+
import { ExportEventsSuccessResponse } from '../models/ExportEventsSuccessResponse';
|
|
7
|
+
import { ExportSubscriptionsRequestBody } from '../models/ExportSubscriptionsRequestBody';
|
|
8
|
+
import { ExportSubscriptionsSuccessResponse } from '../models/ExportSubscriptionsSuccessResponse';
|
|
9
|
+
import { GenericSuccessBoolResponse } from '../models/GenericSuccessBoolResponse';
|
|
10
|
+
import { GetNotificationHistoryRequestBody } from '../models/GetNotificationHistoryRequestBody';
|
|
11
|
+
import { GetSegmentsSuccessResponse } from '../models/GetSegmentsSuccessResponse';
|
|
19
12
|
import { Notification } from '../models/Notification';
|
|
20
13
|
import { NotificationHistorySuccessResponse } from '../models/NotificationHistorySuccessResponse';
|
|
21
14
|
import { NotificationSlice } from '../models/NotificationSlice';
|
|
22
15
|
import { NotificationWithMeta } from '../models/NotificationWithMeta';
|
|
23
16
|
import { OutcomesData } from '../models/OutcomesData';
|
|
24
|
-
import {
|
|
25
|
-
import { PlayerSlice } from '../models/PlayerSlice';
|
|
17
|
+
import { PropertiesBody } from '../models/PropertiesBody';
|
|
26
18
|
import { Segment } from '../models/Segment';
|
|
19
|
+
import { SubscriptionBody } from '../models/SubscriptionBody';
|
|
27
20
|
import { TransferSubscriptionRequestBody } from '../models/TransferSubscriptionRequestBody';
|
|
28
21
|
import { UpdateLiveActivityRequest } from '../models/UpdateLiveActivityRequest';
|
|
29
22
|
import { UpdateLiveActivitySuccessResponse } from '../models/UpdateLiveActivitySuccessResponse';
|
|
30
|
-
import { UpdatePlayerSuccessResponse } from '../models/UpdatePlayerSuccessResponse';
|
|
31
|
-
import { UpdatePlayerTagsRequestBody } from '../models/UpdatePlayerTagsRequestBody';
|
|
32
|
-
import { UpdatePlayerTagsSuccessResponse } from '../models/UpdatePlayerTagsSuccessResponse';
|
|
33
|
-
import { UpdateSubscriptionRequestBody } from '../models/UpdateSubscriptionRequestBody';
|
|
34
23
|
import { UpdateUserRequest } from '../models/UpdateUserRequest';
|
|
35
24
|
import { User } from '../models/User';
|
|
36
|
-
import {
|
|
37
|
-
import { UserIdentityResponse } from '../models/UserIdentityResponse';
|
|
25
|
+
import { UserIdentityBody } from '../models/UserIdentityBody';
|
|
38
26
|
import { DefaultApiRequestFactory, DefaultApiResponseProcessor } from "../apis/DefaultApi";
|
|
39
27
|
export declare class ObservableDefaultApi {
|
|
40
28
|
private requestFactory;
|
|
41
29
|
private responseProcessor;
|
|
42
30
|
private configuration;
|
|
43
31
|
constructor(configuration: Configuration, requestFactory?: DefaultApiRequestFactory, responseProcessor?: DefaultApiResponseProcessor);
|
|
44
|
-
|
|
45
|
-
|
|
32
|
+
cancelNotification(appId: string, notificationId: string, _options?: Configuration): Observable<GenericSuccessBoolResponse>;
|
|
33
|
+
createAlias(appId: string, aliasLabel: string, aliasId: string, userIdentityBody: UserIdentityBody, _options?: Configuration): Observable<UserIdentityBody>;
|
|
34
|
+
createAliasBySubscription(appId: string, subscriptionId: string, userIdentityBody: UserIdentityBody, _options?: Configuration): Observable<UserIdentityBody>;
|
|
46
35
|
createApp(app: App, _options?: Configuration): Observable<App>;
|
|
47
36
|
createNotification(notification: Notification, _options?: Configuration): Observable<CreateNotificationSuccessResponse>;
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
createSubscription(appId: string, aliasLabel: string, aliasId: string, createSubscriptionRequestBody: CreateSubscriptionRequestBody, _options?: Configuration): Observable<InlineResponse201>;
|
|
37
|
+
createSegment(appId: string, segment?: Segment, _options?: Configuration): Observable<CreateSegmentSuccessResponse>;
|
|
38
|
+
createSubscription(appId: string, aliasLabel: string, aliasId: string, subscriptionBody: SubscriptionBody, _options?: Configuration): Observable<SubscriptionBody>;
|
|
51
39
|
createUser(appId: string, user: User, _options?: Configuration): Observable<User>;
|
|
52
|
-
deleteAlias(appId: string, aliasLabel: string, aliasId: string, aliasLabelToDelete: string, _options?: Configuration): Observable<
|
|
53
|
-
|
|
54
|
-
deleteSegments(appId: string, segmentId: string, _options?: Configuration): Observable<DeleteSegmentSuccessResponse>;
|
|
40
|
+
deleteAlias(appId: string, aliasLabel: string, aliasId: string, aliasLabelToDelete: string, _options?: Configuration): Observable<UserIdentityBody>;
|
|
41
|
+
deleteSegment(appId: string, segmentId: string, _options?: Configuration): Observable<GenericSuccessBoolResponse>;
|
|
55
42
|
deleteSubscription(appId: string, subscriptionId: string, _options?: Configuration): Observable<void>;
|
|
56
43
|
deleteUser(appId: string, aliasLabel: string, aliasId: string, _options?: Configuration): Observable<void>;
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
fetchUserIdentity(appId: string, aliasLabel: string, aliasId: string, _options?: Configuration): Observable<InlineResponse200>;
|
|
44
|
+
exportEvents(notificationId: string, appId: string, _options?: Configuration): Observable<ExportEventsSuccessResponse>;
|
|
45
|
+
exportSubscriptions(appId: string, exportSubscriptionsRequestBody?: ExportSubscriptionsRequestBody, _options?: Configuration): Observable<ExportSubscriptionsSuccessResponse>;
|
|
46
|
+
getAliases(appId: string, aliasLabel: string, aliasId: string, _options?: Configuration): Observable<UserIdentityBody>;
|
|
47
|
+
getAliasesBySubscription(appId: string, subscriptionId: string, _options?: Configuration): Observable<UserIdentityBody>;
|
|
62
48
|
getApp(appId: string, _options?: Configuration): Observable<App>;
|
|
63
49
|
getApps(_options?: Configuration): Observable<Array<App>>;
|
|
64
|
-
getEligibleIams(appId: string, subscriptionId: string, _options?: Configuration): Observable<InlineResponse2003>;
|
|
65
50
|
getNotification(appId: string, notificationId: string, _options?: Configuration): Observable<NotificationWithMeta>;
|
|
66
|
-
getNotificationHistory(notificationId: string,
|
|
51
|
+
getNotificationHistory(notificationId: string, getNotificationHistoryRequestBody: GetNotificationHistoryRequestBody, _options?: Configuration): Observable<NotificationHistorySuccessResponse>;
|
|
67
52
|
getNotifications(appId: string, limit?: number, offset?: number, kind?: 0 | 1 | 3, _options?: Configuration): Observable<NotificationSlice>;
|
|
68
53
|
getOutcomes(appId: string, outcomeNames: string, outcomeNames2?: string, outcomeTimeRange?: string, outcomePlatforms?: string, outcomeAttribution?: string, _options?: Configuration): Observable<OutcomesData>;
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
transferSubscription(appId: string, subscriptionId: string, transferSubscriptionRequestBody: TransferSubscriptionRequestBody, _options?: Configuration): Observable<UserIdentityResponse>;
|
|
54
|
+
getSegments(appId: string, offset?: number, limit?: number, _options?: Configuration): Observable<GetSegmentsSuccessResponse>;
|
|
55
|
+
getUser(appId: string, aliasLabel: string, aliasId: string, _options?: Configuration): Observable<User>;
|
|
56
|
+
transferSubscription(appId: string, subscriptionId: string, transferSubscriptionRequestBody: TransferSubscriptionRequestBody, _options?: Configuration): Observable<UserIdentityBody>;
|
|
57
|
+
unsubscribeEmailWithToken(appId: string, notificationId: string, token: string, _options?: Configuration): Observable<GenericSuccessBoolResponse>;
|
|
74
58
|
updateApp(appId: string, app: App, _options?: Configuration): Observable<App>;
|
|
75
59
|
updateLiveActivity(appId: string, activityId: string, updateLiveActivityRequest: UpdateLiveActivityRequest, _options?: Configuration): Observable<UpdateLiveActivitySuccessResponse>;
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
updateSubscription(appId: string, subscriptionId: string, updateSubscriptionRequestBody: UpdateSubscriptionRequestBody, _options?: Configuration): Observable<void>;
|
|
79
|
-
updateUser(appId: string, aliasLabel: string, aliasId: string, updateUserRequest: UpdateUserRequest, _options?: Configuration): Observable<InlineResponse202>;
|
|
60
|
+
updateSubscription(appId: string, subscriptionId: string, subscriptionBody: SubscriptionBody, _options?: Configuration): Observable<void>;
|
|
61
|
+
updateUser(appId: string, aliasLabel: string, aliasId: string, updateUserRequest: UpdateUserRequest, _options?: Configuration): Observable<PropertiesBody>;
|
|
80
62
|
}
|