@onesignal/node-onesignal 2.0.1-beta2 → 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 +401 -778
- package/apis/DefaultApi.ts +682 -1216
- package/auth/auth.ts +14 -14
- package/configuration.ts +6 -6
- package/dist/apis/DefaultApi.d.ts +36 -63
- package/dist/apis/DefaultApi.js +653 -1174
- 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/{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/{ExportPlayersSuccessResponse.d.ts → ExportSubscriptionsSuccessResponse.d.ts} +1 -1
- 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/GenericError.d.ts +3 -2
- package/dist/models/GenericError.js +13 -1
- package/dist/models/GenericError.js.map +1 -1
- 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 +15 -32
- package/dist/models/ObjectSerializer.js +50 -102
- 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/{DeleteSegmentNotFoundResponse.d.ts → RateLimitError.d.ts} +3 -2
- package/dist/models/RateLimitError.js +28 -0
- package/dist/models/RateLimitError.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/{CreateSubscriptionRequestBody.d.ts → SegmentData.d.ts} +8 -4
- 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/{CreatePlayerSuccessResponse.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/{BeginLiveActivityRequest.d.ts → WebButton.d.ts} +5 -3
- package/dist/models/WebButton.js +40 -0
- package/dist/models/WebButton.js.map +1 -0
- package/dist/models/all.d.ts +15 -32
- package/dist/models/all.js +15 -32
- 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 +52 -102
- package/dist/types/ObjectParamAPI.js +26 -47
- package/dist/types/ObjectParamAPI.js.map +1 -1
- package/dist/types/ObservableAPI.d.ts +25 -45
- package/dist/types/ObservableAPI.js +82 -250
- package/dist/types/ObservableAPI.js.map +1 -1
- package/dist/types/PromiseAPI.d.ts +25 -45
- package/dist/types/PromiseAPI.js +32 -60
- 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/ExportEventsSuccessResponse.ts +1 -1
- package/models/{ExportPlayersRequestBody.ts → ExportSubscriptionsRequestBody.ts} +3 -3
- package/models/{ExportPlayersSuccessResponse.ts → ExportSubscriptionsSuccessResponse.ts} +3 -3
- package/models/Filter.ts +45 -5
- package/models/FilterExpression.ts +120 -0
- package/models/GenericError.ts +17 -4
- package/models/{DeletePlayerSuccessResponse.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 +57 -109
- 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/{CreatePlayerSuccessResponse.ts → RateLimitError.ts} +10 -10
- 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/{BeginLiveActivityRequest.ts → WebButton.ts} +23 -9
- package/models/all.ts +15 -32
- package/package.json +2 -2
- package/servers.ts +1 -1
- package/types/ObjectParamAPI.ts +161 -357
- package/types/ObservableAPI.ts +108 -301
- package/types/PromiseAPI.ts +89 -184
- package/dist/models/BeginLiveActivityRequest.js +0 -28
- package/dist/models/BeginLiveActivityRequest.js.map +0 -1
- package/dist/models/CancelNotificationSuccessResponse.d.ts +0 -17
- package/dist/models/CancelNotificationSuccessResponse.js +0 -22
- package/dist/models/CancelNotificationSuccessResponse.js.map +0 -1
- package/dist/models/CreatePlayerSuccessResponse.js +0 -28
- package/dist/models/CreatePlayerSuccessResponse.js.map +0 -1
- package/dist/models/CreateSubscriptionRequestBody.js +0 -28
- package/dist/models/CreateSubscriptionRequestBody.js.map +0 -1
- package/dist/models/DeletePlayerNotFoundResponse.d.ts +0 -17
- 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/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/GetNotificationRequestBody.js +0 -34
- package/dist/models/GetNotificationRequestBody.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/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/CancelNotificationSuccessResponse.ts +0 -31
- package/models/CreateSubscriptionRequestBody.ts +0 -39
- package/models/DeletePlayerNotFoundResponse.ts +0 -31
- package/models/DeleteSegmentNotFoundResponse.ts +0 -31
- package/models/DeleteSegmentSuccessResponse.ts +0 -31
- package/models/FilterExpressions.ts +0 -80
- 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,7 +1,5 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
'include_player_ids'?: Array<string>;
|
|
4
|
-
'include_external_user_ids'?: Array<string>;
|
|
1
|
+
export declare class SubscriptionNotificationTarget {
|
|
2
|
+
'include_subscription_ids'?: Array<string>;
|
|
5
3
|
'include_email_tokens'?: Array<string>;
|
|
6
4
|
'include_phone_numbers'?: Array<string>;
|
|
7
5
|
'include_ios_tokens'?: Array<string>;
|
|
@@ -10,8 +8,10 @@ export declare class PlayerNotificationTarget {
|
|
|
10
8
|
'include_chrome_reg_ids'?: Array<string>;
|
|
11
9
|
'include_chrome_web_reg_ids'?: Array<string>;
|
|
12
10
|
'include_android_reg_ids'?: Array<string>;
|
|
13
|
-
'include_aliases'?:
|
|
14
|
-
|
|
11
|
+
'include_aliases'?: {
|
|
12
|
+
[key: string]: Array<string>;
|
|
13
|
+
};
|
|
14
|
+
'target_channel'?: SubscriptionNotificationTargetTargetChannelEnum;
|
|
15
15
|
static readonly discriminator: string | undefined;
|
|
16
16
|
static readonly attributeTypeMap: Array<{
|
|
17
17
|
name: string;
|
|
@@ -27,4 +27,4 @@ export declare class PlayerNotificationTarget {
|
|
|
27
27
|
}[];
|
|
28
28
|
constructor();
|
|
29
29
|
}
|
|
30
|
-
export type
|
|
30
|
+
export type SubscriptionNotificationTargetTargetChannelEnum = "push" | "email" | "sms";
|
|
@@ -1,23 +1,17 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.
|
|
4
|
-
var
|
|
5
|
-
function
|
|
3
|
+
exports.SubscriptionNotificationTarget = void 0;
|
|
4
|
+
var SubscriptionNotificationTarget = (function () {
|
|
5
|
+
function SubscriptionNotificationTarget() {
|
|
6
6
|
}
|
|
7
|
-
|
|
8
|
-
return
|
|
7
|
+
SubscriptionNotificationTarget.getAttributeTypeMap = function () {
|
|
8
|
+
return SubscriptionNotificationTarget.attributeTypeMap;
|
|
9
9
|
};
|
|
10
|
-
|
|
11
|
-
|
|
10
|
+
SubscriptionNotificationTarget.discriminator = undefined;
|
|
11
|
+
SubscriptionNotificationTarget.attributeTypeMap = [
|
|
12
12
|
{
|
|
13
|
-
"name": "
|
|
14
|
-
"baseName": "
|
|
15
|
-
"type": "Array<string>",
|
|
16
|
-
"format": ""
|
|
17
|
-
},
|
|
18
|
-
{
|
|
19
|
-
"name": "include_external_user_ids",
|
|
20
|
-
"baseName": "include_external_user_ids",
|
|
13
|
+
"name": "include_subscription_ids",
|
|
14
|
+
"baseName": "include_subscription_ids",
|
|
21
15
|
"type": "Array<string>",
|
|
22
16
|
"format": ""
|
|
23
17
|
},
|
|
@@ -72,17 +66,17 @@ var PlayerNotificationTarget = (function () {
|
|
|
72
66
|
{
|
|
73
67
|
"name": "include_aliases",
|
|
74
68
|
"baseName": "include_aliases",
|
|
75
|
-
"type": "
|
|
69
|
+
"type": "{ [key: string]: Array<string>; }",
|
|
76
70
|
"format": ""
|
|
77
71
|
},
|
|
78
72
|
{
|
|
79
73
|
"name": "target_channel",
|
|
80
74
|
"baseName": "target_channel",
|
|
81
|
-
"type": "
|
|
75
|
+
"type": "SubscriptionNotificationTargetTargetChannelEnum",
|
|
82
76
|
"format": ""
|
|
83
77
|
}
|
|
84
78
|
];
|
|
85
|
-
return
|
|
79
|
+
return SubscriptionNotificationTarget;
|
|
86
80
|
}());
|
|
87
|
-
exports.
|
|
88
|
-
//# sourceMappingURL=
|
|
81
|
+
exports.SubscriptionNotificationTarget = SubscriptionNotificationTarget;
|
|
82
|
+
//# sourceMappingURL=SubscriptionNotificationTarget.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"SubscriptionNotificationTarget.js","sourceRoot":"","sources":["../../models/SubscriptionNotificationTarget.ts"],"names":[],"mappings":";;;AAUA;IAqHI;IACA,CAAC;IALM,kDAAmB,GAA1B;QACI,OAAO,8BAA8B,CAAC,gBAAgB,CAAC;IAC3D,CAAC;IAxEe,4CAAa,GAAuB,SAAS,CAAC;IAE9C,+CAAgB,GAA0E;QACtG;YACI,MAAM,EAAE,0BAA0B;YAClC,UAAU,EAAE,0BAA0B;YACtC,MAAM,EAAE,eAAe;YACvB,QAAQ,EAAE,EAAE;SACf;QACD;YACI,MAAM,EAAE,sBAAsB;YAC9B,UAAU,EAAE,sBAAsB;YAClC,MAAM,EAAE,eAAe;YACvB,QAAQ,EAAE,EAAE;SACf;QACD;YACI,MAAM,EAAE,uBAAuB;YAC/B,UAAU,EAAE,uBAAuB;YACnC,MAAM,EAAE,eAAe;YACvB,QAAQ,EAAE,EAAE;SACf;QACD;YACI,MAAM,EAAE,oBAAoB;YAC5B,UAAU,EAAE,oBAAoB;YAChC,MAAM,EAAE,eAAe;YACvB,QAAQ,EAAE,EAAE;SACf;QACD;YACI,MAAM,EAAE,qBAAqB;YAC7B,UAAU,EAAE,qBAAqB;YACjC,MAAM,EAAE,eAAe;YACvB,QAAQ,EAAE,EAAE;SACf;QACD;YACI,MAAM,EAAE,wBAAwB;YAChC,UAAU,EAAE,wBAAwB;YACpC,MAAM,EAAE,eAAe;YACvB,QAAQ,EAAE,EAAE;SACf;QACD;YACI,MAAM,EAAE,wBAAwB;YAChC,UAAU,EAAE,wBAAwB;YACpC,MAAM,EAAE,eAAe;YACvB,QAAQ,EAAE,EAAE;SACf;QACD;YACI,MAAM,EAAE,4BAA4B;YACpC,UAAU,EAAE,4BAA4B;YACxC,MAAM,EAAE,eAAe;YACvB,QAAQ,EAAE,EAAE;SACf;QACD;YACI,MAAM,EAAE,yBAAyB;YACjC,UAAU,EAAE,yBAAyB;YACrC,MAAM,EAAE,eAAe;YACvB,QAAQ,EAAE,EAAE;SACf;QACD;YACI,MAAM,EAAE,iBAAiB;YACzB,UAAU,EAAE,iBAAiB;YAC7B,MAAM,EAAE,mCAAmC;YAC3C,QAAQ,EAAE,EAAE;SACf;QACD;YACI,MAAM,EAAE,gBAAgB;YACxB,UAAU,EAAE,gBAAgB;YAC5B,MAAM,EAAE,iDAAiD;YACzD,QAAQ,EAAE,EAAE;SACf;KAAK,CAAC;IAQf,qCAAC;CAAA,AAvHD,IAuHC;AAvHY,wEAA8B"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"TransferSubscriptionRequestBody.js","sourceRoot":"","sources":["../../models/TransferSubscriptionRequestBody.ts"],"names":[],"mappings":";;;AAUA;IAiBI;IACA,CAAC;IALM,mDAAmB,GAA1B;QACI,OAAO,+BAA+B,CAAC,gBAAgB,CAAC;IAC5D,CAAC;IAZe,6CAAa,GAAuB,SAAS,CAAC;IAE9C,gDAAgB,GAA0E;QACtG;YACI,MAAM,EAAE,UAAU;YAClB,UAAU,EAAE,UAAU;YACtB,MAAM,EAAE,
|
|
1
|
+
{"version":3,"file":"TransferSubscriptionRequestBody.js","sourceRoot":"","sources":["../../models/TransferSubscriptionRequestBody.ts"],"names":[],"mappings":";;;AAUA;IAiBI;IACA,CAAC;IALM,mDAAmB,GAA1B;QACI,OAAO,+BAA+B,CAAC,gBAAgB,CAAC;IAC5D,CAAC;IAZe,6CAAa,GAAuB,SAAS,CAAC;IAE9C,gDAAgB,GAA0E;QACtG;YACI,MAAM,EAAE,UAAU;YAClB,UAAU,EAAE,UAAU;YACtB,MAAM,EAAE,4BAA4B;YACpC,QAAQ,EAAE,EAAE;SACf;KAAK,CAAC;IAQf,sCAAC;CAAA,AAnBD,IAmBC;AAnBY,0EAA+B"}
|
|
@@ -1,8 +1,14 @@
|
|
|
1
|
+
import { LanguageStringMap } from './LanguageStringMap';
|
|
1
2
|
export declare class UpdateLiveActivityRequest {
|
|
2
|
-
'name':
|
|
3
|
+
'name': string;
|
|
3
4
|
'event': UpdateLiveActivityRequestEventEnum;
|
|
4
5
|
'event_updates': object;
|
|
5
|
-
'
|
|
6
|
+
'contents'?: LanguageStringMap;
|
|
7
|
+
'headings'?: LanguageStringMap;
|
|
8
|
+
'sound'?: string;
|
|
9
|
+
'stale_date'?: number;
|
|
10
|
+
'dismissal_date'?: number;
|
|
11
|
+
'priority'?: number;
|
|
6
12
|
static readonly discriminator: string | undefined;
|
|
7
13
|
static readonly attributeTypeMap: Array<{
|
|
8
14
|
name: string;
|
|
@@ -18,5 +24,4 @@ export declare class UpdateLiveActivityRequest {
|
|
|
18
24
|
}[];
|
|
19
25
|
constructor();
|
|
20
26
|
}
|
|
21
|
-
export type UpdateLiveActivityRequestNameEnum = "headings" | "contents" | "ios_sound" | "priority_level";
|
|
22
27
|
export type UpdateLiveActivityRequestEventEnum = "update" | "end";
|
|
@@ -12,7 +12,7 @@ var UpdateLiveActivityRequest = (function () {
|
|
|
12
12
|
{
|
|
13
13
|
"name": "name",
|
|
14
14
|
"baseName": "name",
|
|
15
|
-
"type": "
|
|
15
|
+
"type": "string",
|
|
16
16
|
"format": ""
|
|
17
17
|
},
|
|
18
18
|
{
|
|
@@ -28,8 +28,38 @@ var UpdateLiveActivityRequest = (function () {
|
|
|
28
28
|
"format": ""
|
|
29
29
|
},
|
|
30
30
|
{
|
|
31
|
-
"name": "
|
|
32
|
-
"baseName": "
|
|
31
|
+
"name": "contents",
|
|
32
|
+
"baseName": "contents",
|
|
33
|
+
"type": "LanguageStringMap",
|
|
34
|
+
"format": ""
|
|
35
|
+
},
|
|
36
|
+
{
|
|
37
|
+
"name": "headings",
|
|
38
|
+
"baseName": "headings",
|
|
39
|
+
"type": "LanguageStringMap",
|
|
40
|
+
"format": ""
|
|
41
|
+
},
|
|
42
|
+
{
|
|
43
|
+
"name": "sound",
|
|
44
|
+
"baseName": "sound",
|
|
45
|
+
"type": "string",
|
|
46
|
+
"format": ""
|
|
47
|
+
},
|
|
48
|
+
{
|
|
49
|
+
"name": "stale_date",
|
|
50
|
+
"baseName": "stale_date",
|
|
51
|
+
"type": "number",
|
|
52
|
+
"format": ""
|
|
53
|
+
},
|
|
54
|
+
{
|
|
55
|
+
"name": "dismissal_date",
|
|
56
|
+
"baseName": "dismissal_date",
|
|
57
|
+
"type": "number",
|
|
58
|
+
"format": ""
|
|
59
|
+
},
|
|
60
|
+
{
|
|
61
|
+
"name": "priority",
|
|
62
|
+
"baseName": "priority",
|
|
33
63
|
"type": "number",
|
|
34
64
|
"format": ""
|
|
35
65
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"UpdateLiveActivityRequest.js","sourceRoot":"","sources":["../../models/UpdateLiveActivityRequest.ts"],"names":[],"mappings":";;;
|
|
1
|
+
{"version":3,"file":"UpdateLiveActivityRequest.js","sourceRoot":"","sources":["../../models/UpdateLiveActivityRequest.ts"],"names":[],"mappings":";;;AAWA;IA2FI;IACA,CAAC;IALM,6CAAmB,GAA1B;QACI,OAAO,yBAAyB,CAAC,gBAAgB,CAAC;IACtD,CAAC;IA5De,uCAAa,GAAuB,SAAS,CAAC;IAE9C,0CAAgB,GAA0E;QACtG;YACI,MAAM,EAAE,MAAM;YACd,UAAU,EAAE,MAAM;YAClB,MAAM,EAAE,QAAQ;YAChB,QAAQ,EAAE,EAAE;SACf;QACD;YACI,MAAM,EAAE,OAAO;YACf,UAAU,EAAE,OAAO;YACnB,MAAM,EAAE,oCAAoC;YAC5C,QAAQ,EAAE,EAAE;SACf;QACD;YACI,MAAM,EAAE,eAAe;YACvB,UAAU,EAAE,eAAe;YAC3B,MAAM,EAAE,QAAQ;YAChB,QAAQ,EAAE,EAAE;SACf;QACD;YACI,MAAM,EAAE,UAAU;YAClB,UAAU,EAAE,UAAU;YACtB,MAAM,EAAE,mBAAmB;YAC3B,QAAQ,EAAE,EAAE;SACf;QACD;YACI,MAAM,EAAE,UAAU;YAClB,UAAU,EAAE,UAAU;YACtB,MAAM,EAAE,mBAAmB;YAC3B,QAAQ,EAAE,EAAE;SACf;QACD;YACI,MAAM,EAAE,OAAO;YACf,UAAU,EAAE,OAAO;YACnB,MAAM,EAAE,QAAQ;YAChB,QAAQ,EAAE,EAAE;SACf;QACD;YACI,MAAM,EAAE,YAAY;YACpB,UAAU,EAAE,YAAY;YACxB,MAAM,EAAE,QAAQ;YAChB,QAAQ,EAAE,EAAE;SACf;QACD;YACI,MAAM,EAAE,gBAAgB;YACxB,UAAU,EAAE,gBAAgB;YAC5B,MAAM,EAAE,QAAQ;YAChB,QAAQ,EAAE,EAAE;SACf;QACD;YACI,MAAM,EAAE,UAAU;YAClB,UAAU,EAAE,UAAU;YACtB,MAAM,EAAE,QAAQ;YAChB,QAAQ,EAAE,EAAE;SACf;KAAK,CAAC;IAQf,gCAAC;CAAA,AA7FD,IA6FC;AA7FY,8DAAyB"}
|
|
@@ -1,7 +1,5 @@
|
|
|
1
|
-
import { Notification200Errors } from './Notification200Errors';
|
|
2
1
|
export declare class UpdateLiveActivitySuccessResponse {
|
|
3
|
-
'
|
|
4
|
-
'errors'?: Notification200Errors;
|
|
2
|
+
'id'?: string;
|
|
5
3
|
static readonly discriminator: string | undefined;
|
|
6
4
|
static readonly attributeTypeMap: Array<{
|
|
7
5
|
name: string;
|
|
@@ -10,16 +10,10 @@ var UpdateLiveActivitySuccessResponse = (function () {
|
|
|
10
10
|
UpdateLiveActivitySuccessResponse.discriminator = undefined;
|
|
11
11
|
UpdateLiveActivitySuccessResponse.attributeTypeMap = [
|
|
12
12
|
{
|
|
13
|
-
"name": "
|
|
14
|
-
"baseName": "
|
|
13
|
+
"name": "id",
|
|
14
|
+
"baseName": "id",
|
|
15
15
|
"type": "string",
|
|
16
16
|
"format": ""
|
|
17
|
-
},
|
|
18
|
-
{
|
|
19
|
-
"name": "errors",
|
|
20
|
-
"baseName": "errors",
|
|
21
|
-
"type": "Notification200Errors",
|
|
22
|
-
"format": ""
|
|
23
17
|
}
|
|
24
18
|
];
|
|
25
19
|
return UpdateLiveActivitySuccessResponse;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"UpdateLiveActivitySuccessResponse.js","sourceRoot":"","sources":["../../models/UpdateLiveActivitySuccessResponse.ts"],"names":[],"mappings":";;;
|
|
1
|
+
{"version":3,"file":"UpdateLiveActivitySuccessResponse.js","sourceRoot":"","sources":["../../models/UpdateLiveActivitySuccessResponse.ts"],"names":[],"mappings":";;;AAUA;IAiBI;IACA,CAAC;IALM,qDAAmB,GAA1B;QACI,OAAO,iCAAiC,CAAC,gBAAgB,CAAC;IAC9D,CAAC;IAZe,+CAAa,GAAuB,SAAS,CAAC;IAE9C,kDAAgB,GAA0E;QACtG;YACI,MAAM,EAAE,IAAI;YACZ,UAAU,EAAE,IAAI;YAChB,MAAM,EAAE,QAAQ;YAChB,QAAQ,EAAE,EAAE;SACf;KAAK,CAAC;IAQf,wCAAC;CAAA,AAnBD,IAmBC;AAnBY,8EAAiC"}
|
package/dist/models/User.d.ts
CHANGED
|
@@ -1,13 +1,11 @@
|
|
|
1
1
|
import { PropertiesObject } from './PropertiesObject';
|
|
2
|
-
import {
|
|
3
|
-
import { UserSubscriptionOptions } from './UserSubscriptionOptions';
|
|
2
|
+
import { Subscription } from './Subscription';
|
|
4
3
|
export declare class User {
|
|
5
4
|
'properties'?: PropertiesObject;
|
|
6
5
|
'identity'?: {
|
|
7
|
-
[key: string]:
|
|
6
|
+
[key: string]: string;
|
|
8
7
|
};
|
|
9
|
-
'subscriptions'?: Array<
|
|
10
|
-
'subscription_options'?: UserSubscriptionOptions;
|
|
8
|
+
'subscriptions'?: Array<Subscription>;
|
|
11
9
|
static readonly discriminator: string | undefined;
|
|
12
10
|
static readonly attributeTypeMap: Array<{
|
|
13
11
|
name: string;
|
package/dist/models/User.js
CHANGED
|
@@ -18,19 +18,13 @@ var User = (function () {
|
|
|
18
18
|
{
|
|
19
19
|
"name": "identity",
|
|
20
20
|
"baseName": "identity",
|
|
21
|
-
"type": "{ [key: string]:
|
|
21
|
+
"type": "{ [key: string]: string; }",
|
|
22
22
|
"format": ""
|
|
23
23
|
},
|
|
24
24
|
{
|
|
25
25
|
"name": "subscriptions",
|
|
26
26
|
"baseName": "subscriptions",
|
|
27
|
-
"type": "Array<
|
|
28
|
-
"format": ""
|
|
29
|
-
},
|
|
30
|
-
{
|
|
31
|
-
"name": "subscription_options",
|
|
32
|
-
"baseName": "subscription_options",
|
|
33
|
-
"type": "UserSubscriptionOptions",
|
|
27
|
+
"type": "Array<Subscription>",
|
|
34
28
|
"format": ""
|
|
35
29
|
}
|
|
36
30
|
];
|
package/dist/models/User.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"User.js","sourceRoot":"","sources":["../../models/User.ts"],"names":[],"mappings":";;;
|
|
1
|
+
{"version":3,"file":"User.js","sourceRoot":"","sources":["../../models/User.ts"],"names":[],"mappings":";;;AAYA;IA+BI;IACA,CAAC;IALM,wBAAmB,GAA1B;QACI,OAAO,IAAI,CAAC,gBAAgB,CAAC;IACjC,CAAC;IAxBe,kBAAa,GAAuB,SAAS,CAAC;IAE9C,qBAAgB,GAA0E;QACtG;YACI,MAAM,EAAE,YAAY;YACpB,UAAU,EAAE,YAAY;YACxB,MAAM,EAAE,kBAAkB;YAC1B,QAAQ,EAAE,EAAE;SACf;QACD;YACI,MAAM,EAAE,UAAU;YAClB,UAAU,EAAE,UAAU;YACtB,MAAM,EAAE,4BAA4B;YACpC,QAAQ,EAAE,EAAE;SACf;QACD;YACI,MAAM,EAAE,eAAe;YACvB,UAAU,EAAE,eAAe;YAC3B,MAAM,EAAE,qBAAqB;YAC7B,QAAQ,EAAE,EAAE;SACf;KAAK,CAAC;IAQf,WAAC;CAAA,AAjCD,IAiCC;AAjCY,oBAAI"}
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.UserIdentityBody = void 0;
|
|
4
|
+
var UserIdentityBody = (function () {
|
|
5
|
+
function UserIdentityBody() {
|
|
6
|
+
}
|
|
7
|
+
UserIdentityBody.getAttributeTypeMap = function () {
|
|
8
|
+
return UserIdentityBody.attributeTypeMap;
|
|
9
|
+
};
|
|
10
|
+
UserIdentityBody.discriminator = undefined;
|
|
11
|
+
UserIdentityBody.attributeTypeMap = [
|
|
12
|
+
{
|
|
13
|
+
"name": "identity",
|
|
14
|
+
"baseName": "identity",
|
|
15
|
+
"type": "{ [key: string]: string; }",
|
|
16
|
+
"format": ""
|
|
17
|
+
}
|
|
18
|
+
];
|
|
19
|
+
return UserIdentityBody;
|
|
20
|
+
}());
|
|
21
|
+
exports.UserIdentityBody = UserIdentityBody;
|
|
22
|
+
//# sourceMappingURL=UserIdentityBody.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"UserIdentityBody.js","sourceRoot":"","sources":["../../models/UserIdentityBody.ts"],"names":[],"mappings":";;;AAUA;IAiBI;IACA,CAAC;IALM,oCAAmB,GAA1B;QACI,OAAO,gBAAgB,CAAC,gBAAgB,CAAC;IAC7C,CAAC;IAZe,8BAAa,GAAuB,SAAS,CAAC;IAE9C,iCAAgB,GAA0E;QACtG;YACI,MAAM,EAAE,UAAU;YAClB,UAAU,EAAE,UAAU;YACtB,MAAM,EAAE,4BAA4B;YACpC,QAAQ,EAAE,EAAE;SACf;KAAK,CAAC;IAQf,uBAAC;CAAA,AAnBD,IAmBC;AAnBY,4CAAgB"}
|
|
@@ -1,6 +1,8 @@
|
|
|
1
|
-
export declare class
|
|
2
|
-
'
|
|
3
|
-
'
|
|
1
|
+
export declare class WebButton {
|
|
2
|
+
'id': string;
|
|
3
|
+
'text'?: string;
|
|
4
|
+
'icon'?: string;
|
|
5
|
+
'url'?: string;
|
|
4
6
|
static readonly discriminator: string | undefined;
|
|
5
7
|
static readonly attributeTypeMap: Array<{
|
|
6
8
|
name: string;
|
|
@@ -0,0 +1,40 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.WebButton = void 0;
|
|
4
|
+
var WebButton = (function () {
|
|
5
|
+
function WebButton() {
|
|
6
|
+
}
|
|
7
|
+
WebButton.getAttributeTypeMap = function () {
|
|
8
|
+
return WebButton.attributeTypeMap;
|
|
9
|
+
};
|
|
10
|
+
WebButton.discriminator = undefined;
|
|
11
|
+
WebButton.attributeTypeMap = [
|
|
12
|
+
{
|
|
13
|
+
"name": "id",
|
|
14
|
+
"baseName": "id",
|
|
15
|
+
"type": "string",
|
|
16
|
+
"format": ""
|
|
17
|
+
},
|
|
18
|
+
{
|
|
19
|
+
"name": "text",
|
|
20
|
+
"baseName": "text",
|
|
21
|
+
"type": "string",
|
|
22
|
+
"format": ""
|
|
23
|
+
},
|
|
24
|
+
{
|
|
25
|
+
"name": "icon",
|
|
26
|
+
"baseName": "icon",
|
|
27
|
+
"type": "string",
|
|
28
|
+
"format": ""
|
|
29
|
+
},
|
|
30
|
+
{
|
|
31
|
+
"name": "url",
|
|
32
|
+
"baseName": "url",
|
|
33
|
+
"type": "string",
|
|
34
|
+
"format": ""
|
|
35
|
+
}
|
|
36
|
+
];
|
|
37
|
+
return WebButton;
|
|
38
|
+
}());
|
|
39
|
+
exports.WebButton = WebButton;
|
|
40
|
+
//# sourceMappingURL=WebButton.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"WebButton.js","sourceRoot":"","sources":["../../models/WebButton.ts"],"names":[],"mappings":";;;AAUA;IAsCI;IACA,CAAC;IALM,6BAAmB,GAA1B;QACI,OAAO,SAAS,CAAC,gBAAgB,CAAC;IACtC,CAAC;IA9Be,uBAAa,GAAuB,SAAS,CAAC;IAE9C,0BAAgB,GAA0E;QACtG;YACI,MAAM,EAAE,IAAI;YACZ,UAAU,EAAE,IAAI;YAChB,MAAM,EAAE,QAAQ;YAChB,QAAQ,EAAE,EAAE;SACf;QACD;YACI,MAAM,EAAE,MAAM;YACd,UAAU,EAAE,MAAM;YAClB,MAAM,EAAE,QAAQ;YAChB,QAAQ,EAAE,EAAE;SACf;QACD;YACI,MAAM,EAAE,MAAM;YACd,UAAU,EAAE,MAAM;YAClB,MAAM,EAAE,QAAQ;YAChB,QAAQ,EAAE,EAAE;SACf;QACD;YACI,MAAM,EAAE,KAAK;YACb,UAAU,EAAE,KAAK;YACjB,MAAM,EAAE,QAAQ;YAChB,QAAQ,EAAE,EAAE;SACf;KAAK,CAAC;IAQf,gBAAC;CAAA,AAxCD,IAwCC;AAxCY,8BAAS"}
|
package/dist/models/all.d.ts
CHANGED
|
@@ -2,37 +2,26 @@ export * from './App';
|
|
|
2
2
|
export * from './BasicNotification';
|
|
3
3
|
export * from './BasicNotificationAllOf';
|
|
4
4
|
export * from './BasicNotificationAllOfAndroidBackgroundLayout';
|
|
5
|
-
export * from './BeginLiveActivityRequest';
|
|
6
5
|
export * from './Button';
|
|
7
|
-
export * from './CancelNotificationSuccessResponse';
|
|
8
6
|
export * from './CreateNotificationSuccessResponse';
|
|
9
|
-
export * from './CreatePlayerSuccessResponse';
|
|
10
7
|
export * from './CreateSegmentConflictResponse';
|
|
11
8
|
export * from './CreateSegmentSuccessResponse';
|
|
12
|
-
export * from './CreateSubscriptionRequestBody';
|
|
13
9
|
export * from './CreateUserConflictResponse';
|
|
14
10
|
export * from './CreateUserConflictResponseErrorsInner';
|
|
15
11
|
export * from './CreateUserConflictResponseErrorsItemsMeta';
|
|
16
|
-
export * from './DeletePlayerNotFoundResponse';
|
|
17
|
-
export * from './DeletePlayerSuccessResponse';
|
|
18
|
-
export * from './DeleteSegmentNotFoundResponse';
|
|
19
|
-
export * from './DeleteSegmentSuccessResponse';
|
|
20
12
|
export * from './DeliveryData';
|
|
21
13
|
export * from './ExportEventsSuccessResponse';
|
|
22
|
-
export * from './
|
|
23
|
-
export * from './
|
|
14
|
+
export * from './ExportSubscriptionsRequestBody';
|
|
15
|
+
export * from './ExportSubscriptionsSuccessResponse';
|
|
24
16
|
export * from './Filter';
|
|
25
|
-
export * from './
|
|
17
|
+
export * from './FilterExpression';
|
|
26
18
|
export * from './GenericError';
|
|
27
|
-
export * from './
|
|
28
|
-
export * from './
|
|
29
|
-
export * from './
|
|
30
|
-
export * from './InlineResponse2003';
|
|
31
|
-
export * from './InlineResponse201';
|
|
32
|
-
export * from './InlineResponse202';
|
|
19
|
+
export * from './GenericSuccessBoolResponse';
|
|
20
|
+
export * from './GetNotificationHistoryRequestBody';
|
|
21
|
+
export * from './GetSegmentsSuccessResponse';
|
|
33
22
|
export * from './InvalidIdentifierError';
|
|
23
|
+
export * from './LanguageStringMap';
|
|
34
24
|
export * from './Notification';
|
|
35
|
-
export * from './Notification200Errors';
|
|
36
25
|
export * from './NotificationAllOf';
|
|
37
26
|
export * from './NotificationHistorySuccessResponse';
|
|
38
27
|
export * from './NotificationSlice';
|
|
@@ -45,27 +34,21 @@ export * from './OutcomesData';
|
|
|
45
34
|
export * from './PlatformDeliveryData';
|
|
46
35
|
export * from './PlatformDeliveryDataEmailAllOf';
|
|
47
36
|
export * from './PlatformDeliveryDataSmsAllOf';
|
|
48
|
-
export * from './
|
|
49
|
-
export * from './PlayerNotificationTarget';
|
|
50
|
-
export * from './PlayerNotificationTargetIncludeAliases';
|
|
51
|
-
export * from './PlayerSlice';
|
|
37
|
+
export * from './PropertiesBody';
|
|
52
38
|
export * from './PropertiesDeltas';
|
|
53
39
|
export * from './PropertiesObject';
|
|
54
40
|
export * from './Purchase';
|
|
55
|
-
export * from './
|
|
41
|
+
export * from './RateLimitError';
|
|
56
42
|
export * from './Segment';
|
|
43
|
+
export * from './SegmentData';
|
|
57
44
|
export * from './SegmentNotificationTarget';
|
|
58
|
-
export * from './
|
|
59
|
-
export * from './
|
|
45
|
+
export * from './Subscription';
|
|
46
|
+
export * from './SubscriptionBody';
|
|
47
|
+
export * from './SubscriptionNotificationTarget';
|
|
60
48
|
export * from './TransferSubscriptionRequestBody';
|
|
61
49
|
export * from './UpdateLiveActivityRequest';
|
|
62
50
|
export * from './UpdateLiveActivitySuccessResponse';
|
|
63
|
-
export * from './UpdatePlayerSuccessResponse';
|
|
64
|
-
export * from './UpdatePlayerTagsRequestBody';
|
|
65
|
-
export * from './UpdatePlayerTagsSuccessResponse';
|
|
66
|
-
export * from './UpdateSubscriptionRequestBody';
|
|
67
51
|
export * from './UpdateUserRequest';
|
|
68
52
|
export * from './User';
|
|
69
|
-
export * from './
|
|
70
|
-
export * from './
|
|
71
|
-
export * from './UserSubscriptionOptions';
|
|
53
|
+
export * from './UserIdentityBody';
|
|
54
|
+
export * from './WebButton';
|
package/dist/models/all.js
CHANGED
|
@@ -18,37 +18,26 @@ __exportStar(require("./App"), exports);
|
|
|
18
18
|
__exportStar(require("./BasicNotification"), exports);
|
|
19
19
|
__exportStar(require("./BasicNotificationAllOf"), exports);
|
|
20
20
|
__exportStar(require("./BasicNotificationAllOfAndroidBackgroundLayout"), exports);
|
|
21
|
-
__exportStar(require("./BeginLiveActivityRequest"), exports);
|
|
22
21
|
__exportStar(require("./Button"), exports);
|
|
23
|
-
__exportStar(require("./CancelNotificationSuccessResponse"), exports);
|
|
24
22
|
__exportStar(require("./CreateNotificationSuccessResponse"), exports);
|
|
25
|
-
__exportStar(require("./CreatePlayerSuccessResponse"), exports);
|
|
26
23
|
__exportStar(require("./CreateSegmentConflictResponse"), exports);
|
|
27
24
|
__exportStar(require("./CreateSegmentSuccessResponse"), exports);
|
|
28
|
-
__exportStar(require("./CreateSubscriptionRequestBody"), exports);
|
|
29
25
|
__exportStar(require("./CreateUserConflictResponse"), exports);
|
|
30
26
|
__exportStar(require("./CreateUserConflictResponseErrorsInner"), exports);
|
|
31
27
|
__exportStar(require("./CreateUserConflictResponseErrorsItemsMeta"), exports);
|
|
32
|
-
__exportStar(require("./DeletePlayerNotFoundResponse"), exports);
|
|
33
|
-
__exportStar(require("./DeletePlayerSuccessResponse"), exports);
|
|
34
|
-
__exportStar(require("./DeleteSegmentNotFoundResponse"), exports);
|
|
35
|
-
__exportStar(require("./DeleteSegmentSuccessResponse"), exports);
|
|
36
28
|
__exportStar(require("./DeliveryData"), exports);
|
|
37
29
|
__exportStar(require("./ExportEventsSuccessResponse"), exports);
|
|
38
|
-
__exportStar(require("./
|
|
39
|
-
__exportStar(require("./
|
|
30
|
+
__exportStar(require("./ExportSubscriptionsRequestBody"), exports);
|
|
31
|
+
__exportStar(require("./ExportSubscriptionsSuccessResponse"), exports);
|
|
40
32
|
__exportStar(require("./Filter"), exports);
|
|
41
|
-
__exportStar(require("./
|
|
33
|
+
__exportStar(require("./FilterExpression"), exports);
|
|
42
34
|
__exportStar(require("./GenericError"), exports);
|
|
43
|
-
__exportStar(require("./
|
|
44
|
-
__exportStar(require("./
|
|
45
|
-
__exportStar(require("./
|
|
46
|
-
__exportStar(require("./InlineResponse2003"), exports);
|
|
47
|
-
__exportStar(require("./InlineResponse201"), exports);
|
|
48
|
-
__exportStar(require("./InlineResponse202"), exports);
|
|
35
|
+
__exportStar(require("./GenericSuccessBoolResponse"), exports);
|
|
36
|
+
__exportStar(require("./GetNotificationHistoryRequestBody"), exports);
|
|
37
|
+
__exportStar(require("./GetSegmentsSuccessResponse"), exports);
|
|
49
38
|
__exportStar(require("./InvalidIdentifierError"), exports);
|
|
39
|
+
__exportStar(require("./LanguageStringMap"), exports);
|
|
50
40
|
__exportStar(require("./Notification"), exports);
|
|
51
|
-
__exportStar(require("./Notification200Errors"), exports);
|
|
52
41
|
__exportStar(require("./NotificationAllOf"), exports);
|
|
53
42
|
__exportStar(require("./NotificationHistorySuccessResponse"), exports);
|
|
54
43
|
__exportStar(require("./NotificationSlice"), exports);
|
|
@@ -61,28 +50,22 @@ __exportStar(require("./OutcomesData"), exports);
|
|
|
61
50
|
__exportStar(require("./PlatformDeliveryData"), exports);
|
|
62
51
|
__exportStar(require("./PlatformDeliveryDataEmailAllOf"), exports);
|
|
63
52
|
__exportStar(require("./PlatformDeliveryDataSmsAllOf"), exports);
|
|
64
|
-
__exportStar(require("./
|
|
65
|
-
__exportStar(require("./PlayerNotificationTarget"), exports);
|
|
66
|
-
__exportStar(require("./PlayerNotificationTargetIncludeAliases"), exports);
|
|
67
|
-
__exportStar(require("./PlayerSlice"), exports);
|
|
53
|
+
__exportStar(require("./PropertiesBody"), exports);
|
|
68
54
|
__exportStar(require("./PropertiesDeltas"), exports);
|
|
69
55
|
__exportStar(require("./PropertiesObject"), exports);
|
|
70
56
|
__exportStar(require("./Purchase"), exports);
|
|
71
|
-
__exportStar(require("./
|
|
57
|
+
__exportStar(require("./RateLimitError"), exports);
|
|
72
58
|
__exportStar(require("./Segment"), exports);
|
|
59
|
+
__exportStar(require("./SegmentData"), exports);
|
|
73
60
|
__exportStar(require("./SegmentNotificationTarget"), exports);
|
|
74
|
-
__exportStar(require("./
|
|
75
|
-
__exportStar(require("./
|
|
61
|
+
__exportStar(require("./Subscription"), exports);
|
|
62
|
+
__exportStar(require("./SubscriptionBody"), exports);
|
|
63
|
+
__exportStar(require("./SubscriptionNotificationTarget"), exports);
|
|
76
64
|
__exportStar(require("./TransferSubscriptionRequestBody"), exports);
|
|
77
65
|
__exportStar(require("./UpdateLiveActivityRequest"), exports);
|
|
78
66
|
__exportStar(require("./UpdateLiveActivitySuccessResponse"), exports);
|
|
79
|
-
__exportStar(require("./UpdatePlayerSuccessResponse"), exports);
|
|
80
|
-
__exportStar(require("./UpdatePlayerTagsRequestBody"), exports);
|
|
81
|
-
__exportStar(require("./UpdatePlayerTagsSuccessResponse"), exports);
|
|
82
|
-
__exportStar(require("./UpdateSubscriptionRequestBody"), exports);
|
|
83
67
|
__exportStar(require("./UpdateUserRequest"), exports);
|
|
84
68
|
__exportStar(require("./User"), exports);
|
|
85
|
-
__exportStar(require("./
|
|
86
|
-
__exportStar(require("./
|
|
87
|
-
__exportStar(require("./UserSubscriptionOptions"), exports);
|
|
69
|
+
__exportStar(require("./UserIdentityBody"), exports);
|
|
70
|
+
__exportStar(require("./WebButton"), exports);
|
|
88
71
|
//# sourceMappingURL=all.js.map
|
package/dist/models/all.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"all.js","sourceRoot":"","sources":["../../models/all.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,wCAAqB;AACrB,sDAAmC;AACnC,2DAAwC;AACxC,kFAA+D;AAC/D,
|
|
1
|
+
{"version":3,"file":"all.js","sourceRoot":"","sources":["../../models/all.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,wCAAqB;AACrB,sDAAmC;AACnC,2DAAwC;AACxC,kFAA+D;AAC/D,2CAAwB;AACxB,sEAAmD;AACnD,kEAA+C;AAC/C,iEAA8C;AAC9C,+DAA4C;AAC5C,0EAAuD;AACvD,8EAA2D;AAC3D,iDAA8B;AAC9B,gEAA6C;AAC7C,mEAAgD;AAChD,uEAAoD;AACpD,2CAAwB;AACxB,qDAAkC;AAClC,iDAA8B;AAC9B,+DAA4C;AAC5C,sEAAmD;AACnD,+DAA4C;AAC5C,2DAAwC;AACxC,sDAAmC;AACnC,iDAA8B;AAC9B,sDAAmC;AACnC,uEAAoD;AACpD,sDAAmC;AACnC,uDAAoC;AACpC,yDAAsC;AACtC,8DAA2C;AAC3C,6CAA0B;AAC1B,gDAA6B;AAC7B,iDAA8B;AAC9B,yDAAsC;AACtC,mEAAgD;AAChD,iEAA8C;AAC9C,mDAAgC;AAChC,qDAAkC;AAClC,qDAAkC;AAClC,6CAA0B;AAC1B,mDAAgC;AAChC,4CAAyB;AACzB,gDAA6B;AAC7B,8DAA2C;AAC3C,iDAA8B;AAC9B,qDAAkC;AAClC,mEAAgD;AAChD,oEAAiD;AACjD,8DAA2C;AAC3C,sEAAmD;AACnD,sDAAmC;AACnC,yCAAsB;AACtB,qDAAkC;AAClC,8CAA2B"}
|
package/dist/servers.js
CHANGED
|
@@ -27,6 +27,6 @@ var ServerConfiguration = (function () {
|
|
|
27
27
|
return ServerConfiguration;
|
|
28
28
|
}());
|
|
29
29
|
exports.ServerConfiguration = ServerConfiguration;
|
|
30
|
-
exports.server1 = new ServerConfiguration("https://onesignal.com
|
|
30
|
+
exports.server1 = new ServerConfiguration("https://api.onesignal.com", {});
|
|
31
31
|
exports.servers = [exports.server1];
|
|
32
32
|
//# sourceMappingURL=servers.js.map
|
package/dist/servers.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"servers.js","sourceRoot":"","sources":["../servers.ts"],"names":[],"mappings":";;;AAAA,oCAAyD;AAYzD;IACI,6BAA2B,GAAW,EAAU,qBAAwB;QAA7C,QAAG,GAAH,GAAG,CAAQ;QAAU,0BAAqB,GAArB,qBAAqB,CAAG;IAAG,CAAC;IAOrE,0CAAY,GAAnB,UAAoB,qBAAiC;QACjD,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,qBAAqB,EAAE,qBAAqB,CAAC,CAAC;IACrE,CAAC;IAEM,8CAAgB,GAAvB;QACI,OAAO,IAAI,CAAC,qBAAqB,CAAA;IACrC,CAAC;IAEO,oCAAM,GAAd;QACI,IAAI,WAAW,GAAG,IAAI,CAAC,GAAG,CAAC;QAC3B,KAAK,IAAM,GAAG,IAAI,IAAI,CAAC,qBAAqB,EAAE;YAC1C,IAAI,EAAE,GAAG,IAAI,MAAM,CAAC,GAAG,GAAG,GAAG,GAAG,GAAG,EAAC,GAAG,CAAC,CAAC;YACzC,WAAW,GAAG,WAAW,CAAC,OAAO,CAAC,EAAE,EAAE,IAAI,CAAC,qBAAqB,CAAC,GAAG,CAAC,CAAC,CAAC;SAC1E;QACD,OAAO,WAAW,CAAA;IACtB,CAAC;IAUM,gDAAkB,GAAzB,UAA0B,QAAgB,EAAE,UAAsB;QAC9D,OAAO,IAAI,qBAAc,CAAC,IAAI,CAAC,MAAM,EAAE,GAAG,QAAQ,EAAE,UAAU,CAAC,CAAC;IACpE,CAAC;IACL,0BAAC;AAAD,CAAC,AApCD,IAoCC;AApCY,kDAAmB;AAsCnB,QAAA,OAAO,GAAG,IAAI,mBAAmB,CAAO,
|
|
1
|
+
{"version":3,"file":"servers.js","sourceRoot":"","sources":["../servers.ts"],"names":[],"mappings":";;;AAAA,oCAAyD;AAYzD;IACI,6BAA2B,GAAW,EAAU,qBAAwB;QAA7C,QAAG,GAAH,GAAG,CAAQ;QAAU,0BAAqB,GAArB,qBAAqB,CAAG;IAAG,CAAC;IAOrE,0CAAY,GAAnB,UAAoB,qBAAiC;QACjD,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,qBAAqB,EAAE,qBAAqB,CAAC,CAAC;IACrE,CAAC;IAEM,8CAAgB,GAAvB;QACI,OAAO,IAAI,CAAC,qBAAqB,CAAA;IACrC,CAAC;IAEO,oCAAM,GAAd;QACI,IAAI,WAAW,GAAG,IAAI,CAAC,GAAG,CAAC;QAC3B,KAAK,IAAM,GAAG,IAAI,IAAI,CAAC,qBAAqB,EAAE;YAC1C,IAAI,EAAE,GAAG,IAAI,MAAM,CAAC,GAAG,GAAG,GAAG,GAAG,GAAG,EAAC,GAAG,CAAC,CAAC;YACzC,WAAW,GAAG,WAAW,CAAC,OAAO,CAAC,EAAE,EAAE,IAAI,CAAC,qBAAqB,CAAC,GAAG,CAAC,CAAC,CAAC;SAC1E;QACD,OAAO,WAAW,CAAA;IACtB,CAAC;IAUM,gDAAkB,GAAzB,UAA0B,QAAgB,EAAE,UAAsB;QAC9D,OAAO,IAAI,qBAAc,CAAC,IAAI,CAAC,MAAM,EAAE,GAAG,QAAQ,EAAE,UAAU,CAAC,CAAC;IACpE,CAAC;IACL,0BAAC;AAAD,CAAC,AApCD,IAoCC;AApCY,kDAAmB;AAsCnB,QAAA,OAAO,GAAG,IAAI,mBAAmB,CAAO,2BAA2B,EAAE,EAAI,CAAC,CAAA;AAE1E,QAAA,OAAO,GAAG,CAAC,eAAO,CAAC,CAAC"}
|