@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,18 +0,0 @@
|
|
|
1
|
-
import { IdentifyUserConflictResponseErrorsInner } from './IdentifyUserConflictResponseErrorsInner';
|
|
2
|
-
export declare class IdentifyUserConflictResponse {
|
|
3
|
-
'errors'?: Array<IdentifyUserConflictResponseErrorsInner>;
|
|
4
|
-
static readonly discriminator: string | undefined;
|
|
5
|
-
static readonly attributeTypeMap: Array<{
|
|
6
|
-
name: string;
|
|
7
|
-
baseName: string;
|
|
8
|
-
type: string;
|
|
9
|
-
format: string;
|
|
10
|
-
}>;
|
|
11
|
-
static getAttributeTypeMap(): {
|
|
12
|
-
name: string;
|
|
13
|
-
baseName: string;
|
|
14
|
-
type: string;
|
|
15
|
-
format: string;
|
|
16
|
-
}[];
|
|
17
|
-
constructor();
|
|
18
|
-
}
|
|
@@ -1,22 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.IdentifyUserConflictResponse = void 0;
|
|
4
|
-
var IdentifyUserConflictResponse = (function () {
|
|
5
|
-
function IdentifyUserConflictResponse() {
|
|
6
|
-
}
|
|
7
|
-
IdentifyUserConflictResponse.getAttributeTypeMap = function () {
|
|
8
|
-
return IdentifyUserConflictResponse.attributeTypeMap;
|
|
9
|
-
};
|
|
10
|
-
IdentifyUserConflictResponse.discriminator = undefined;
|
|
11
|
-
IdentifyUserConflictResponse.attributeTypeMap = [
|
|
12
|
-
{
|
|
13
|
-
"name": "errors",
|
|
14
|
-
"baseName": "errors",
|
|
15
|
-
"type": "Array<IdentifyUserConflictResponseErrorsInner>",
|
|
16
|
-
"format": ""
|
|
17
|
-
}
|
|
18
|
-
];
|
|
19
|
-
return IdentifyUserConflictResponse;
|
|
20
|
-
}());
|
|
21
|
-
exports.IdentifyUserConflictResponse = IdentifyUserConflictResponse;
|
|
22
|
-
//# sourceMappingURL=IdentifyUserConflictResponse.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"IdentifyUserConflictResponse.js","sourceRoot":"","sources":["../../models/IdentifyUserConflictResponse.ts"],"names":[],"mappings":";;;AAWA;IAiBI;IACA,CAAC;IALM,gDAAmB,GAA1B;QACI,OAAO,4BAA4B,CAAC,gBAAgB,CAAC;IACzD,CAAC;IAZe,0CAAa,GAAuB,SAAS,CAAC;IAE9C,6CAAgB,GAA0E;QACtG;YACI,MAAM,EAAE,QAAQ;YAChB,UAAU,EAAE,QAAQ;YACpB,MAAM,EAAE,gDAAgD;YACxD,QAAQ,EAAE,EAAE;SACf;KAAK,CAAC;IAQf,mCAAC;CAAA,AAnBD,IAmBC;AAnBY,oEAA4B"}
|
|
@@ -1,28 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.IdentifyUserConflictResponseErrorsInner = void 0;
|
|
4
|
-
var IdentifyUserConflictResponseErrorsInner = (function () {
|
|
5
|
-
function IdentifyUserConflictResponseErrorsInner() {
|
|
6
|
-
}
|
|
7
|
-
IdentifyUserConflictResponseErrorsInner.getAttributeTypeMap = function () {
|
|
8
|
-
return IdentifyUserConflictResponseErrorsInner.attributeTypeMap;
|
|
9
|
-
};
|
|
10
|
-
IdentifyUserConflictResponseErrorsInner.discriminator = undefined;
|
|
11
|
-
IdentifyUserConflictResponseErrorsInner.attributeTypeMap = [
|
|
12
|
-
{
|
|
13
|
-
"name": "code",
|
|
14
|
-
"baseName": "code",
|
|
15
|
-
"type": "string",
|
|
16
|
-
"format": ""
|
|
17
|
-
},
|
|
18
|
-
{
|
|
19
|
-
"name": "title",
|
|
20
|
-
"baseName": "title",
|
|
21
|
-
"type": "string",
|
|
22
|
-
"format": ""
|
|
23
|
-
}
|
|
24
|
-
];
|
|
25
|
-
return IdentifyUserConflictResponseErrorsInner;
|
|
26
|
-
}());
|
|
27
|
-
exports.IdentifyUserConflictResponseErrorsInner = IdentifyUserConflictResponseErrorsInner;
|
|
28
|
-
//# sourceMappingURL=IdentifyUserConflictResponseErrorsInner.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"IdentifyUserConflictResponseErrorsInner.js","sourceRoot":"","sources":["../../models/IdentifyUserConflictResponseErrorsInner.ts"],"names":[],"mappings":";;;AAUA;IAwBI;IACA,CAAC;IALM,2DAAmB,GAA1B;QACI,OAAO,uCAAuC,CAAC,gBAAgB,CAAC;IACpE,CAAC;IAlBe,qDAAa,GAAuB,SAAS,CAAC;IAE9C,wDAAgB,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,QAAQ;YAChB,QAAQ,EAAE,EAAE;SACf;KAAK,CAAC;IAQf,8CAAC;CAAA,AA1BD,IA0BC;AA1BY,0FAAuC"}
|
|
@@ -1,22 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.InlineResponse200 = void 0;
|
|
4
|
-
var InlineResponse200 = (function () {
|
|
5
|
-
function InlineResponse200() {
|
|
6
|
-
}
|
|
7
|
-
InlineResponse200.getAttributeTypeMap = function () {
|
|
8
|
-
return InlineResponse200.attributeTypeMap;
|
|
9
|
-
};
|
|
10
|
-
InlineResponse200.discriminator = undefined;
|
|
11
|
-
InlineResponse200.attributeTypeMap = [
|
|
12
|
-
{
|
|
13
|
-
"name": "identity",
|
|
14
|
-
"baseName": "identity",
|
|
15
|
-
"type": "{ [key: string]: any; }",
|
|
16
|
-
"format": ""
|
|
17
|
-
}
|
|
18
|
-
];
|
|
19
|
-
return InlineResponse200;
|
|
20
|
-
}());
|
|
21
|
-
exports.InlineResponse200 = InlineResponse200;
|
|
22
|
-
//# sourceMappingURL=InlineResponse200.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"InlineResponse200.js","sourceRoot":"","sources":["../../models/InlineResponse200.ts"],"names":[],"mappings":";;;AAUA;IAiBI;IACA,CAAC;IALM,qCAAmB,GAA1B;QACI,OAAO,iBAAiB,CAAC,gBAAgB,CAAC;IAC9C,CAAC;IAZe,+BAAa,GAAuB,SAAS,CAAC;IAE9C,kCAAgB,GAA0E;QACtG;YACI,MAAM,EAAE,UAAU;YAClB,UAAU,EAAE,UAAU;YACtB,MAAM,EAAE,yBAAyB;YACjC,QAAQ,EAAE,EAAE;SACf;KAAK,CAAC;IAQf,wBAAC;CAAA,AAnBD,IAmBC;AAnBY,8CAAiB"}
|
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
export declare class InlineResponse2003 {
|
|
2
|
-
'in_app_messages'?: Array<object>;
|
|
3
|
-
static readonly discriminator: string | undefined;
|
|
4
|
-
static readonly attributeTypeMap: Array<{
|
|
5
|
-
name: string;
|
|
6
|
-
baseName: string;
|
|
7
|
-
type: string;
|
|
8
|
-
format: string;
|
|
9
|
-
}>;
|
|
10
|
-
static getAttributeTypeMap(): {
|
|
11
|
-
name: string;
|
|
12
|
-
baseName: string;
|
|
13
|
-
type: string;
|
|
14
|
-
format: string;
|
|
15
|
-
}[];
|
|
16
|
-
constructor();
|
|
17
|
-
}
|
|
@@ -1,22 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.InlineResponse2003 = void 0;
|
|
4
|
-
var InlineResponse2003 = (function () {
|
|
5
|
-
function InlineResponse2003() {
|
|
6
|
-
}
|
|
7
|
-
InlineResponse2003.getAttributeTypeMap = function () {
|
|
8
|
-
return InlineResponse2003.attributeTypeMap;
|
|
9
|
-
};
|
|
10
|
-
InlineResponse2003.discriminator = undefined;
|
|
11
|
-
InlineResponse2003.attributeTypeMap = [
|
|
12
|
-
{
|
|
13
|
-
"name": "in_app_messages",
|
|
14
|
-
"baseName": "in_app_messages",
|
|
15
|
-
"type": "Array<object>",
|
|
16
|
-
"format": ""
|
|
17
|
-
}
|
|
18
|
-
];
|
|
19
|
-
return InlineResponse2003;
|
|
20
|
-
}());
|
|
21
|
-
exports.InlineResponse2003 = InlineResponse2003;
|
|
22
|
-
//# sourceMappingURL=InlineResponse2003.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"InlineResponse2003.js","sourceRoot":"","sources":["../../models/InlineResponse2003.ts"],"names":[],"mappings":";;;AAUA;IAiBI;IACA,CAAC;IALM,sCAAmB,GAA1B;QACI,OAAO,kBAAkB,CAAC,gBAAgB,CAAC;IAC/C,CAAC;IAZe,gCAAa,GAAuB,SAAS,CAAC;IAE9C,mCAAgB,GAA0E;QACtG;YACI,MAAM,EAAE,iBAAiB;YACzB,UAAU,EAAE,iBAAiB;YAC7B,MAAM,EAAE,eAAe;YACvB,QAAQ,EAAE,EAAE;SACf;KAAK,CAAC;IAQf,yBAAC;CAAA,AAnBD,IAmBC;AAnBY,gDAAkB"}
|
|
@@ -1,18 +0,0 @@
|
|
|
1
|
-
import { SubscriptionObject } from './SubscriptionObject';
|
|
2
|
-
export declare class InlineResponse201 {
|
|
3
|
-
'subscription'?: SubscriptionObject;
|
|
4
|
-
static readonly discriminator: string | undefined;
|
|
5
|
-
static readonly attributeTypeMap: Array<{
|
|
6
|
-
name: string;
|
|
7
|
-
baseName: string;
|
|
8
|
-
type: string;
|
|
9
|
-
format: string;
|
|
10
|
-
}>;
|
|
11
|
-
static getAttributeTypeMap(): {
|
|
12
|
-
name: string;
|
|
13
|
-
baseName: string;
|
|
14
|
-
type: string;
|
|
15
|
-
format: string;
|
|
16
|
-
}[];
|
|
17
|
-
constructor();
|
|
18
|
-
}
|
|
@@ -1,22 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.InlineResponse201 = void 0;
|
|
4
|
-
var InlineResponse201 = (function () {
|
|
5
|
-
function InlineResponse201() {
|
|
6
|
-
}
|
|
7
|
-
InlineResponse201.getAttributeTypeMap = function () {
|
|
8
|
-
return InlineResponse201.attributeTypeMap;
|
|
9
|
-
};
|
|
10
|
-
InlineResponse201.discriminator = undefined;
|
|
11
|
-
InlineResponse201.attributeTypeMap = [
|
|
12
|
-
{
|
|
13
|
-
"name": "subscription",
|
|
14
|
-
"baseName": "subscription",
|
|
15
|
-
"type": "SubscriptionObject",
|
|
16
|
-
"format": ""
|
|
17
|
-
}
|
|
18
|
-
];
|
|
19
|
-
return InlineResponse201;
|
|
20
|
-
}());
|
|
21
|
-
exports.InlineResponse201 = InlineResponse201;
|
|
22
|
-
//# sourceMappingURL=InlineResponse201.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"InlineResponse201.js","sourceRoot":"","sources":["../../models/InlineResponse201.ts"],"names":[],"mappings":";;;AAWA;IAiBI;IACA,CAAC;IALM,qCAAmB,GAA1B;QACI,OAAO,iBAAiB,CAAC,gBAAgB,CAAC;IAC9C,CAAC;IAZe,+BAAa,GAAuB,SAAS,CAAC;IAE9C,kCAAgB,GAA0E;QACtG;YACI,MAAM,EAAE,cAAc;YACtB,UAAU,EAAE,cAAc;YAC1B,MAAM,EAAE,oBAAoB;YAC5B,QAAQ,EAAE,EAAE;SACf;KAAK,CAAC;IAQf,wBAAC;CAAA,AAnBD,IAmBC;AAnBY,8CAAiB"}
|
|
@@ -1,22 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.InlineResponse202 = void 0;
|
|
4
|
-
var InlineResponse202 = (function () {
|
|
5
|
-
function InlineResponse202() {
|
|
6
|
-
}
|
|
7
|
-
InlineResponse202.getAttributeTypeMap = function () {
|
|
8
|
-
return InlineResponse202.attributeTypeMap;
|
|
9
|
-
};
|
|
10
|
-
InlineResponse202.discriminator = undefined;
|
|
11
|
-
InlineResponse202.attributeTypeMap = [
|
|
12
|
-
{
|
|
13
|
-
"name": "properties",
|
|
14
|
-
"baseName": "properties",
|
|
15
|
-
"type": "PropertiesObject",
|
|
16
|
-
"format": ""
|
|
17
|
-
}
|
|
18
|
-
];
|
|
19
|
-
return InlineResponse202;
|
|
20
|
-
}());
|
|
21
|
-
exports.InlineResponse202 = InlineResponse202;
|
|
22
|
-
//# sourceMappingURL=InlineResponse202.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"InlineResponse202.js","sourceRoot":"","sources":["../../models/InlineResponse202.ts"],"names":[],"mappings":";;;AAWA;IAiBI;IACA,CAAC;IALM,qCAAmB,GAA1B;QACI,OAAO,iBAAiB,CAAC,gBAAgB,CAAC;IAC9C,CAAC;IAZe,+BAAa,GAAuB,SAAS,CAAC;IAE9C,kCAAgB,GAA0E;QACtG;YACI,MAAM,EAAE,YAAY;YACpB,UAAU,EAAE,YAAY;YACxB,MAAM,EAAE,kBAAkB;YAC1B,QAAQ,EAAE,EAAE;SACf;KAAK,CAAC;IAQf,wBAAC;CAAA,AAnBD,IAmBC;AAnBY,8CAAiB"}
|
|
@@ -1,18 +0,0 @@
|
|
|
1
|
-
export declare class Notification200Errors {
|
|
2
|
-
'invalid_external_user_ids'?: Array<string>;
|
|
3
|
-
'invalid_player_ids'?: Array<string>;
|
|
4
|
-
static readonly discriminator: string | undefined;
|
|
5
|
-
static readonly attributeTypeMap: Array<{
|
|
6
|
-
name: string;
|
|
7
|
-
baseName: string;
|
|
8
|
-
type: string;
|
|
9
|
-
format: string;
|
|
10
|
-
}>;
|
|
11
|
-
static getAttributeTypeMap(): {
|
|
12
|
-
name: string;
|
|
13
|
-
baseName: string;
|
|
14
|
-
type: string;
|
|
15
|
-
format: string;
|
|
16
|
-
}[];
|
|
17
|
-
constructor();
|
|
18
|
-
}
|
|
@@ -1,28 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.Notification200Errors = void 0;
|
|
4
|
-
var Notification200Errors = (function () {
|
|
5
|
-
function Notification200Errors() {
|
|
6
|
-
}
|
|
7
|
-
Notification200Errors.getAttributeTypeMap = function () {
|
|
8
|
-
return Notification200Errors.attributeTypeMap;
|
|
9
|
-
};
|
|
10
|
-
Notification200Errors.discriminator = undefined;
|
|
11
|
-
Notification200Errors.attributeTypeMap = [
|
|
12
|
-
{
|
|
13
|
-
"name": "invalid_external_user_ids",
|
|
14
|
-
"baseName": "invalid_external_user_ids",
|
|
15
|
-
"type": "Array<string>",
|
|
16
|
-
"format": ""
|
|
17
|
-
},
|
|
18
|
-
{
|
|
19
|
-
"name": "invalid_player_ids",
|
|
20
|
-
"baseName": "invalid_player_ids",
|
|
21
|
-
"type": "Array<string>",
|
|
22
|
-
"format": ""
|
|
23
|
-
}
|
|
24
|
-
];
|
|
25
|
-
return Notification200Errors;
|
|
26
|
-
}());
|
|
27
|
-
exports.Notification200Errors = Notification200Errors;
|
|
28
|
-
//# sourceMappingURL=Notification200Errors.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"Notification200Errors.js","sourceRoot":"","sources":["../../models/Notification200Errors.ts"],"names":[],"mappings":";;;AAWA;IA8BI;IACA,CAAC;IALM,yCAAmB,GAA1B;QACI,OAAO,qBAAqB,CAAC,gBAAgB,CAAC;IAClD,CAAC;IAlBe,mCAAa,GAAuB,SAAS,CAAC;IAE9C,sCAAgB,GAA0E;QACtG;YACI,MAAM,EAAE,2BAA2B;YACnC,UAAU,EAAE,2BAA2B;YACvC,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;KAAK,CAAC;IAQf,4BAAC;CAAA,AAhCD,IAgCC;AAhCY,sDAAqB"}
|
|
@@ -1,18 +0,0 @@
|
|
|
1
|
-
export declare class NotificationHistoryBadRequestResponse {
|
|
2
|
-
'success'?: string;
|
|
3
|
-
'errors'?: Array<string>;
|
|
4
|
-
static readonly discriminator: string | undefined;
|
|
5
|
-
static readonly attributeTypeMap: Array<{
|
|
6
|
-
name: string;
|
|
7
|
-
baseName: string;
|
|
8
|
-
type: string;
|
|
9
|
-
format: string;
|
|
10
|
-
}>;
|
|
11
|
-
static getAttributeTypeMap(): {
|
|
12
|
-
name: string;
|
|
13
|
-
baseName: string;
|
|
14
|
-
type: string;
|
|
15
|
-
format: string;
|
|
16
|
-
}[];
|
|
17
|
-
constructor();
|
|
18
|
-
}
|
|
@@ -1,28 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.NotificationHistoryBadRequestResponse = void 0;
|
|
4
|
-
var NotificationHistoryBadRequestResponse = (function () {
|
|
5
|
-
function NotificationHistoryBadRequestResponse() {
|
|
6
|
-
}
|
|
7
|
-
NotificationHistoryBadRequestResponse.getAttributeTypeMap = function () {
|
|
8
|
-
return NotificationHistoryBadRequestResponse.attributeTypeMap;
|
|
9
|
-
};
|
|
10
|
-
NotificationHistoryBadRequestResponse.discriminator = undefined;
|
|
11
|
-
NotificationHistoryBadRequestResponse.attributeTypeMap = [
|
|
12
|
-
{
|
|
13
|
-
"name": "success",
|
|
14
|
-
"baseName": "success",
|
|
15
|
-
"type": "string",
|
|
16
|
-
"format": ""
|
|
17
|
-
},
|
|
18
|
-
{
|
|
19
|
-
"name": "errors",
|
|
20
|
-
"baseName": "errors",
|
|
21
|
-
"type": "Array<string>",
|
|
22
|
-
"format": ""
|
|
23
|
-
}
|
|
24
|
-
];
|
|
25
|
-
return NotificationHistoryBadRequestResponse;
|
|
26
|
-
}());
|
|
27
|
-
exports.NotificationHistoryBadRequestResponse = NotificationHistoryBadRequestResponse;
|
|
28
|
-
//# sourceMappingURL=NotificationHistoryBadRequestResponse.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"NotificationHistoryBadRequestResponse.js","sourceRoot":"","sources":["../../models/NotificationHistoryBadRequestResponse.ts"],"names":[],"mappings":";;;AAUA;IAwBI;IACA,CAAC;IALM,yDAAmB,GAA1B;QACI,OAAO,qCAAqC,CAAC,gBAAgB,CAAC;IAClE,CAAC;IAlBe,mDAAa,GAAuB,SAAS,CAAC;IAE9C,sDAAgB,GAA0E;QACtG;YACI,MAAM,EAAE,SAAS;YACjB,UAAU,EAAE,SAAS;YACrB,MAAM,EAAE,QAAQ;YAChB,QAAQ,EAAE,EAAE;SACf;QACD;YACI,MAAM,EAAE,QAAQ;YAChB,UAAU,EAAE,QAAQ;YACpB,MAAM,EAAE,eAAe;YACvB,QAAQ,EAAE,EAAE;SACf;KAAK,CAAC;IAQf,4CAAC;CAAA,AA1BD,IA0BC;AA1BY,sFAAqC"}
|
package/dist/models/Player.d.ts
DELETED
|
@@ -1,43 +0,0 @@
|
|
|
1
|
-
export declare class Player {
|
|
2
|
-
'id'?: string;
|
|
3
|
-
'invalid_identifier'?: boolean;
|
|
4
|
-
'app_id'?: string;
|
|
5
|
-
'device_type': number;
|
|
6
|
-
'external_user_id'?: string;
|
|
7
|
-
'external_user_id_auth_hash'?: string;
|
|
8
|
-
'email_auth_hash'?: string;
|
|
9
|
-
'identifier'?: string;
|
|
10
|
-
'language'?: string;
|
|
11
|
-
'timezone'?: number;
|
|
12
|
-
'game_version'?: string;
|
|
13
|
-
'device_model'?: string;
|
|
14
|
-
'device_os'?: string;
|
|
15
|
-
'ad_id'?: string;
|
|
16
|
-
'sdk'?: string;
|
|
17
|
-
'session_count'?: number;
|
|
18
|
-
'tags'?: object;
|
|
19
|
-
'amount_spent'?: number;
|
|
20
|
-
'created_at'?: number;
|
|
21
|
-
'playtime'?: number;
|
|
22
|
-
'badge_count'?: number;
|
|
23
|
-
'last_active'?: number;
|
|
24
|
-
'notification_types'?: number;
|
|
25
|
-
'test_type'?: number;
|
|
26
|
-
'long'?: number;
|
|
27
|
-
'lat'?: number;
|
|
28
|
-
'country'?: string;
|
|
29
|
-
static readonly discriminator: string | undefined;
|
|
30
|
-
static readonly attributeTypeMap: Array<{
|
|
31
|
-
name: string;
|
|
32
|
-
baseName: string;
|
|
33
|
-
type: string;
|
|
34
|
-
format: string;
|
|
35
|
-
}>;
|
|
36
|
-
static getAttributeTypeMap(): {
|
|
37
|
-
name: string;
|
|
38
|
-
baseName: string;
|
|
39
|
-
type: string;
|
|
40
|
-
format: string;
|
|
41
|
-
}[];
|
|
42
|
-
constructor();
|
|
43
|
-
}
|
package/dist/models/Player.js
DELETED
|
@@ -1,178 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.Player = void 0;
|
|
4
|
-
var Player = (function () {
|
|
5
|
-
function Player() {
|
|
6
|
-
}
|
|
7
|
-
Player.getAttributeTypeMap = function () {
|
|
8
|
-
return Player.attributeTypeMap;
|
|
9
|
-
};
|
|
10
|
-
Player.discriminator = undefined;
|
|
11
|
-
Player.attributeTypeMap = [
|
|
12
|
-
{
|
|
13
|
-
"name": "id",
|
|
14
|
-
"baseName": "id",
|
|
15
|
-
"type": "string",
|
|
16
|
-
"format": ""
|
|
17
|
-
},
|
|
18
|
-
{
|
|
19
|
-
"name": "invalid_identifier",
|
|
20
|
-
"baseName": "invalid_identifier",
|
|
21
|
-
"type": "boolean",
|
|
22
|
-
"format": ""
|
|
23
|
-
},
|
|
24
|
-
{
|
|
25
|
-
"name": "app_id",
|
|
26
|
-
"baseName": "app_id",
|
|
27
|
-
"type": "string",
|
|
28
|
-
"format": ""
|
|
29
|
-
},
|
|
30
|
-
{
|
|
31
|
-
"name": "device_type",
|
|
32
|
-
"baseName": "device_type",
|
|
33
|
-
"type": "number",
|
|
34
|
-
"format": ""
|
|
35
|
-
},
|
|
36
|
-
{
|
|
37
|
-
"name": "external_user_id",
|
|
38
|
-
"baseName": "external_user_id",
|
|
39
|
-
"type": "string",
|
|
40
|
-
"format": ""
|
|
41
|
-
},
|
|
42
|
-
{
|
|
43
|
-
"name": "external_user_id_auth_hash",
|
|
44
|
-
"baseName": "external_user_id_auth_hash",
|
|
45
|
-
"type": "string",
|
|
46
|
-
"format": ""
|
|
47
|
-
},
|
|
48
|
-
{
|
|
49
|
-
"name": "email_auth_hash",
|
|
50
|
-
"baseName": "email_auth_hash",
|
|
51
|
-
"type": "string",
|
|
52
|
-
"format": ""
|
|
53
|
-
},
|
|
54
|
-
{
|
|
55
|
-
"name": "identifier",
|
|
56
|
-
"baseName": "identifier",
|
|
57
|
-
"type": "string",
|
|
58
|
-
"format": ""
|
|
59
|
-
},
|
|
60
|
-
{
|
|
61
|
-
"name": "language",
|
|
62
|
-
"baseName": "language",
|
|
63
|
-
"type": "string",
|
|
64
|
-
"format": ""
|
|
65
|
-
},
|
|
66
|
-
{
|
|
67
|
-
"name": "timezone",
|
|
68
|
-
"baseName": "timezone",
|
|
69
|
-
"type": "number",
|
|
70
|
-
"format": ""
|
|
71
|
-
},
|
|
72
|
-
{
|
|
73
|
-
"name": "game_version",
|
|
74
|
-
"baseName": "game_version",
|
|
75
|
-
"type": "string",
|
|
76
|
-
"format": ""
|
|
77
|
-
},
|
|
78
|
-
{
|
|
79
|
-
"name": "device_model",
|
|
80
|
-
"baseName": "device_model",
|
|
81
|
-
"type": "string",
|
|
82
|
-
"format": ""
|
|
83
|
-
},
|
|
84
|
-
{
|
|
85
|
-
"name": "device_os",
|
|
86
|
-
"baseName": "device_os",
|
|
87
|
-
"type": "string",
|
|
88
|
-
"format": ""
|
|
89
|
-
},
|
|
90
|
-
{
|
|
91
|
-
"name": "ad_id",
|
|
92
|
-
"baseName": "ad_id",
|
|
93
|
-
"type": "string",
|
|
94
|
-
"format": ""
|
|
95
|
-
},
|
|
96
|
-
{
|
|
97
|
-
"name": "sdk",
|
|
98
|
-
"baseName": "sdk",
|
|
99
|
-
"type": "string",
|
|
100
|
-
"format": ""
|
|
101
|
-
},
|
|
102
|
-
{
|
|
103
|
-
"name": "session_count",
|
|
104
|
-
"baseName": "session_count",
|
|
105
|
-
"type": "number",
|
|
106
|
-
"format": ""
|
|
107
|
-
},
|
|
108
|
-
{
|
|
109
|
-
"name": "tags",
|
|
110
|
-
"baseName": "tags",
|
|
111
|
-
"type": "object",
|
|
112
|
-
"format": ""
|
|
113
|
-
},
|
|
114
|
-
{
|
|
115
|
-
"name": "amount_spent",
|
|
116
|
-
"baseName": "amount_spent",
|
|
117
|
-
"type": "number",
|
|
118
|
-
"format": ""
|
|
119
|
-
},
|
|
120
|
-
{
|
|
121
|
-
"name": "created_at",
|
|
122
|
-
"baseName": "created_at",
|
|
123
|
-
"type": "number",
|
|
124
|
-
"format": "int64"
|
|
125
|
-
},
|
|
126
|
-
{
|
|
127
|
-
"name": "playtime",
|
|
128
|
-
"baseName": "playtime",
|
|
129
|
-
"type": "number",
|
|
130
|
-
"format": "int64"
|
|
131
|
-
},
|
|
132
|
-
{
|
|
133
|
-
"name": "badge_count",
|
|
134
|
-
"baseName": "badge_count",
|
|
135
|
-
"type": "number",
|
|
136
|
-
"format": ""
|
|
137
|
-
},
|
|
138
|
-
{
|
|
139
|
-
"name": "last_active",
|
|
140
|
-
"baseName": "last_active",
|
|
141
|
-
"type": "number",
|
|
142
|
-
"format": ""
|
|
143
|
-
},
|
|
144
|
-
{
|
|
145
|
-
"name": "notification_types",
|
|
146
|
-
"baseName": "notification_types",
|
|
147
|
-
"type": "number",
|
|
148
|
-
"format": ""
|
|
149
|
-
},
|
|
150
|
-
{
|
|
151
|
-
"name": "test_type",
|
|
152
|
-
"baseName": "test_type",
|
|
153
|
-
"type": "number",
|
|
154
|
-
"format": ""
|
|
155
|
-
},
|
|
156
|
-
{
|
|
157
|
-
"name": "long",
|
|
158
|
-
"baseName": "long",
|
|
159
|
-
"type": "number",
|
|
160
|
-
"format": ""
|
|
161
|
-
},
|
|
162
|
-
{
|
|
163
|
-
"name": "lat",
|
|
164
|
-
"baseName": "lat",
|
|
165
|
-
"type": "number",
|
|
166
|
-
"format": ""
|
|
167
|
-
},
|
|
168
|
-
{
|
|
169
|
-
"name": "country",
|
|
170
|
-
"baseName": "country",
|
|
171
|
-
"type": "string",
|
|
172
|
-
"format": ""
|
|
173
|
-
}
|
|
174
|
-
];
|
|
175
|
-
return Player;
|
|
176
|
-
}());
|
|
177
|
-
exports.Player = Player;
|
|
178
|
-
//# sourceMappingURL=Player.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"Player.js","sourceRoot":"","sources":["../../models/Player.ts"],"names":[],"mappings":"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"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"PlayerNotificationTarget.js","sourceRoot":"","sources":["../../models/PlayerNotificationTarget.ts"],"names":[],"mappings":";;;AAWA;IA4HI;IACA,CAAC;IALM,4CAAmB,GAA1B;QACI,OAAO,wBAAwB,CAAC,gBAAgB,CAAC;IACrD,CAAC;IA9Ee,sCAAa,GAAuB,SAAS,CAAC;IAE9C,yCAAgB,GAA0E;QACtG;YACI,MAAM,EAAE,oBAAoB;YAC5B,UAAU,EAAE,oBAAoB;YAChC,MAAM,EAAE,eAAe;YACvB,QAAQ,EAAE,EAAE;SACf;QACD;YACI,MAAM,EAAE,2BAA2B;YACnC,UAAU,EAAE,2BAA2B;YACvC,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,wCAAwC;YAChD,QAAQ,EAAE,EAAE;SACf;QACD;YACI,MAAM,EAAE,gBAAgB;YACxB,UAAU,EAAE,gBAAgB;YAC5B,MAAM,EAAE,2CAA2C;YACnD,QAAQ,EAAE,EAAE;SACf;KAAK,CAAC;IAQf,+BAAC;CAAA,AA9HD,IA8HC;AA9HY,4DAAwB"}
|
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
export declare class PlayerNotificationTargetIncludeAliases {
|
|
2
|
-
'alias_label'?: Array<string>;
|
|
3
|
-
static readonly discriminator: string | undefined;
|
|
4
|
-
static readonly attributeTypeMap: Array<{
|
|
5
|
-
name: string;
|
|
6
|
-
baseName: string;
|
|
7
|
-
type: string;
|
|
8
|
-
format: string;
|
|
9
|
-
}>;
|
|
10
|
-
static getAttributeTypeMap(): {
|
|
11
|
-
name: string;
|
|
12
|
-
baseName: string;
|
|
13
|
-
type: string;
|
|
14
|
-
format: string;
|
|
15
|
-
}[];
|
|
16
|
-
constructor();
|
|
17
|
-
}
|
|
@@ -1,22 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.PlayerNotificationTargetIncludeAliases = void 0;
|
|
4
|
-
var PlayerNotificationTargetIncludeAliases = (function () {
|
|
5
|
-
function PlayerNotificationTargetIncludeAliases() {
|
|
6
|
-
}
|
|
7
|
-
PlayerNotificationTargetIncludeAliases.getAttributeTypeMap = function () {
|
|
8
|
-
return PlayerNotificationTargetIncludeAliases.attributeTypeMap;
|
|
9
|
-
};
|
|
10
|
-
PlayerNotificationTargetIncludeAliases.discriminator = undefined;
|
|
11
|
-
PlayerNotificationTargetIncludeAliases.attributeTypeMap = [
|
|
12
|
-
{
|
|
13
|
-
"name": "alias_label",
|
|
14
|
-
"baseName": "alias_label",
|
|
15
|
-
"type": "Array<string>",
|
|
16
|
-
"format": ""
|
|
17
|
-
}
|
|
18
|
-
];
|
|
19
|
-
return PlayerNotificationTargetIncludeAliases;
|
|
20
|
-
}());
|
|
21
|
-
exports.PlayerNotificationTargetIncludeAliases = PlayerNotificationTargetIncludeAliases;
|
|
22
|
-
//# sourceMappingURL=PlayerNotificationTargetIncludeAliases.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"PlayerNotificationTargetIncludeAliases.js","sourceRoot":"","sources":["../../models/PlayerNotificationTargetIncludeAliases.ts"],"names":[],"mappings":";;;AAUA;IAiBI;IACA,CAAC;IALM,0DAAmB,GAA1B;QACI,OAAO,sCAAsC,CAAC,gBAAgB,CAAC;IACnE,CAAC;IAZe,oDAAa,GAAuB,SAAS,CAAC;IAE9C,uDAAgB,GAA0E;QACtG;YACI,MAAM,EAAE,aAAa;YACrB,UAAU,EAAE,aAAa;YACzB,MAAM,EAAE,eAAe;YACvB,QAAQ,EAAE,EAAE;SACf;KAAK,CAAC;IAQf,6CAAC;CAAA,AAnBD,IAmBC;AAnBY,wFAAsC"}
|
|
@@ -1,40 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.PlayerSlice = void 0;
|
|
4
|
-
var PlayerSlice = (function () {
|
|
5
|
-
function PlayerSlice() {
|
|
6
|
-
}
|
|
7
|
-
PlayerSlice.getAttributeTypeMap = function () {
|
|
8
|
-
return PlayerSlice.attributeTypeMap;
|
|
9
|
-
};
|
|
10
|
-
PlayerSlice.discriminator = undefined;
|
|
11
|
-
PlayerSlice.attributeTypeMap = [
|
|
12
|
-
{
|
|
13
|
-
"name": "total_count",
|
|
14
|
-
"baseName": "total_count",
|
|
15
|
-
"type": "number",
|
|
16
|
-
"format": ""
|
|
17
|
-
},
|
|
18
|
-
{
|
|
19
|
-
"name": "offset",
|
|
20
|
-
"baseName": "offset",
|
|
21
|
-
"type": "number",
|
|
22
|
-
"format": ""
|
|
23
|
-
},
|
|
24
|
-
{
|
|
25
|
-
"name": "limit",
|
|
26
|
-
"baseName": "limit",
|
|
27
|
-
"type": "number",
|
|
28
|
-
"format": ""
|
|
29
|
-
},
|
|
30
|
-
{
|
|
31
|
-
"name": "players",
|
|
32
|
-
"baseName": "players",
|
|
33
|
-
"type": "Array<Player>",
|
|
34
|
-
"format": ""
|
|
35
|
-
}
|
|
36
|
-
];
|
|
37
|
-
return PlayerSlice;
|
|
38
|
-
}());
|
|
39
|
-
exports.PlayerSlice = PlayerSlice;
|
|
40
|
-
//# sourceMappingURL=PlayerSlice.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"PlayerSlice.js","sourceRoot":"","sources":["../../models/PlayerSlice.ts"],"names":[],"mappings":";;;AAWA;IAsCI;IACA,CAAC;IALM,+BAAmB,GAA1B;QACI,OAAO,WAAW,CAAC,gBAAgB,CAAC;IACxC,CAAC;IA9Be,yBAAa,GAAuB,SAAS,CAAC;IAE9C,4BAAgB,GAA0E;QACtG;YACI,MAAM,EAAE,aAAa;YACrB,UAAU,EAAE,aAAa;YACzB,MAAM,EAAE,QAAQ;YAChB,QAAQ,EAAE,EAAE;SACf;QACD;YACI,MAAM,EAAE,QAAQ;YAChB,UAAU,EAAE,QAAQ;YACpB,MAAM,EAAE,QAAQ;YAChB,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,SAAS;YACjB,UAAU,EAAE,SAAS;YACrB,MAAM,EAAE,eAAe;YACvB,QAAQ,EAAE,EAAE;SACf;KAAK,CAAC;IAQf,kBAAC;CAAA,AAxCD,IAwCC;AAxCY,kCAAW"}
|