@onesignal/node-onesignal 1.0.0-beta7 → 1.0.0-beta9
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/.github/workflows/Zapier.yml +29 -0
- package/.github/workflows/npm_deploy.yml +6 -7
- package/CHANGELOG.md +19 -0
- package/DefaultApi.md +1365 -164
- package/README.md +189 -0
- package/apis/DefaultApi.ts +2041 -423
- package/dist/apis/DefaultApi.d.ts +48 -0
- package/dist/apis/DefaultApi.js +1861 -414
- package/dist/apis/DefaultApi.js.map +1 -1
- package/dist/auth/auth.d.ts +6 -6
- package/dist/auth/auth.js +1 -1
- package/dist/http/http.d.ts +2 -2
- package/dist/http/http.js +1 -1
- package/dist/models/App.d.ts +5 -1
- package/dist/models/App.js +24 -0
- package/dist/models/App.js.map +1 -1
- package/dist/models/BadRequestError.d.ts +17 -0
- package/dist/models/BadRequestError.js +22 -0
- package/dist/models/BadRequestError.js.map +1 -0
- package/dist/models/BasicNotification.d.ts +5 -1
- package/dist/models/BasicNotification.js +12 -0
- package/dist/models/BasicNotification.js.map +1 -1
- package/dist/models/BasicNotificationAllOf.d.ts +1 -1
- package/dist/models/BeginLiveActivityRequest.d.ts +18 -0
- package/dist/models/BeginLiveActivityRequest.js +28 -0
- package/dist/models/BeginLiveActivityRequest.js.map +1 -0
- package/dist/models/CreateSubscriptionRequestBody.d.ts +19 -0
- package/dist/models/CreateSubscriptionRequestBody.js +28 -0
- package/dist/models/CreateSubscriptionRequestBody.js.map +1 -0
- package/dist/models/CreateUserConflictResponse.d.ts +18 -0
- package/dist/models/CreateUserConflictResponse.js +22 -0
- package/dist/models/CreateUserConflictResponse.js.map +1 -0
- package/dist/models/CreateUserConflictResponseErrorsInner.d.ts +20 -0
- package/dist/models/CreateUserConflictResponseErrorsInner.js +34 -0
- package/dist/models/CreateUserConflictResponseErrorsInner.js.map +1 -0
- package/dist/models/CreateUserConflictResponseErrorsItemsMeta.d.ts +17 -0
- package/dist/models/CreateUserConflictResponseErrorsItemsMeta.js +22 -0
- package/dist/models/CreateUserConflictResponseErrorsItemsMeta.js.map +1 -0
- package/dist/models/Filter.d.ts +1 -1
- package/dist/models/FilterExpressions.d.ts +2 -2
- package/dist/models/GetNotificationRequestBody.d.ts +1 -1
- package/dist/models/IdentifyUserConflictResponse.d.ts +18 -0
- package/dist/models/IdentifyUserConflictResponse.js +22 -0
- package/dist/models/IdentifyUserConflictResponse.js.map +1 -0
- package/dist/models/IdentifyUserConflictResponseErrorsInner.d.ts +18 -0
- package/dist/models/IdentifyUserConflictResponseErrorsInner.js +28 -0
- package/dist/models/IdentifyUserConflictResponseErrorsInner.js.map +1 -0
- package/dist/models/InlineResponse200.d.ts +19 -0
- package/dist/models/InlineResponse200.js +22 -0
- package/dist/models/InlineResponse200.js.map +1 -0
- package/dist/models/InlineResponse2003.d.ts +17 -0
- package/dist/models/InlineResponse2003.js +22 -0
- package/dist/models/InlineResponse2003.js.map +1 -0
- package/dist/models/InlineResponse201.d.ts +18 -0
- package/dist/models/InlineResponse201.js +22 -0
- package/dist/models/InlineResponse201.js.map +1 -0
- package/dist/models/InlineResponse202.d.ts +18 -0
- package/dist/models/InlineResponse202.js +22 -0
- package/dist/models/InlineResponse202.js.map +1 -0
- package/dist/models/Notification.d.ts +5 -1
- package/dist/models/Notification.js +12 -0
- package/dist/models/Notification.js.map +1 -1
- package/dist/models/NotificationTarget.d.ts +4 -0
- package/dist/models/NotificationTarget.js +12 -0
- package/dist/models/NotificationTarget.js.map +1 -1
- package/dist/models/NotificationWithMeta.d.ts +5 -1
- package/dist/models/NotificationWithMeta.js +12 -0
- package/dist/models/NotificationWithMeta.js.map +1 -1
- package/dist/models/ObjectSerializer.d.ts +25 -5
- package/dist/models/ObjectSerializer.js +83 -15
- package/dist/models/ObjectSerializer.js.map +1 -1
- package/dist/models/Operator.d.ts +1 -1
- package/dist/models/OutcomeData.d.ts +1 -1
- package/dist/models/Player.d.ts +1 -1
- package/dist/models/Player.js +1 -1
- package/dist/models/Player.js.map +1 -1
- package/dist/models/PlayerNotificationTarget.d.ts +4 -0
- package/dist/models/PlayerNotificationTarget.js +12 -0
- package/dist/models/PlayerNotificationTarget.js.map +1 -1
- package/dist/models/PlayerNotificationTargetIncludeAliases.d.ts +17 -0
- package/dist/models/PlayerNotificationTargetIncludeAliases.js +22 -0
- package/dist/models/PlayerNotificationTargetIncludeAliases.js.map +1 -0
- package/dist/models/PropertiesDeltas.d.ts +21 -0
- package/dist/models/PropertiesDeltas.js +40 -0
- package/dist/models/PropertiesDeltas.js.map +1 -0
- package/dist/models/PropertiesObject.d.ts +30 -0
- package/dist/models/PropertiesObject.js +82 -0
- package/dist/models/PropertiesObject.js.map +1 -0
- package/dist/models/Purchase.d.ts +1 -1
- package/dist/models/Purchase.js +1 -1
- package/dist/models/SubscriptionObject.d.ts +34 -0
- package/dist/models/SubscriptionObject.js +118 -0
- package/dist/models/SubscriptionObject.js.map +1 -0
- package/dist/models/TransferSubscriptionRequestBody.d.ts +19 -0
- package/dist/models/TransferSubscriptionRequestBody.js +22 -0
- package/dist/models/TransferSubscriptionRequestBody.js.map +1 -0
- package/dist/models/UpdateLiveActivityRequest.d.ts +22 -0
- package/dist/models/UpdateLiveActivityRequest.js +40 -0
- package/dist/models/UpdateLiveActivityRequest.js.map +1 -0
- package/dist/models/UpdateLiveActivitySuccessResponse.d.ts +19 -0
- package/dist/models/UpdateLiveActivitySuccessResponse.js +28 -0
- package/dist/models/UpdateLiveActivitySuccessResponse.js.map +1 -0
- package/dist/models/UpdateSubscriptionRequestBody.d.ts +18 -0
- package/dist/models/UpdateSubscriptionRequestBody.js +22 -0
- package/dist/models/UpdateSubscriptionRequestBody.js.map +1 -0
- package/dist/models/UpdateUserRequest.d.ts +21 -0
- package/dist/models/UpdateUserRequest.js +34 -0
- package/dist/models/UpdateUserRequest.js.map +1 -0
- package/dist/models/User.d.ts +25 -0
- package/dist/models/User.js +40 -0
- package/dist/models/User.js.map +1 -0
- package/dist/models/UserIdentityRequestBody.d.ts +19 -0
- package/dist/models/UserIdentityRequestBody.js +22 -0
- package/dist/models/UserIdentityRequestBody.js.map +1 -0
- package/dist/models/UserIdentityResponse.d.ts +19 -0
- package/dist/models/UserIdentityResponse.js +22 -0
- package/dist/models/UserIdentityResponse.js.map +1 -0
- package/dist/models/UserSubscriptionOptions.d.ts +17 -0
- package/dist/models/UserSubscriptionOptions.js +22 -0
- package/dist/models/UserSubscriptionOptions.js.map +1 -0
- package/dist/models/all.d.ts +25 -5
- package/dist/models/all.js +25 -5
- package/dist/models/all.js.map +1 -1
- package/dist/types/ObjectParamAPI.d.ts +117 -0
- package/dist/types/ObjectParamAPI.js +51 -0
- package/dist/types/ObjectParamAPI.js.map +1 -1
- package/dist/types/ObservableAPI.d.ts +31 -0
- package/dist/types/ObservableAPI.js +464 -56
- package/dist/types/ObservableAPI.js.map +1 -1
- package/dist/types/PromiseAPI.d.ts +31 -0
- package/dist/types/PromiseAPI.js +68 -0
- package/dist/types/PromiseAPI.js.map +1 -1
- package/models/App.ts +41 -1
- package/models/BadRequestError.ts +31 -0
- package/models/BasicNotification.ts +17 -1
- package/models/BasicNotificationAllOf.ts +1 -1
- package/models/BasicNotificationAllOfAndroidBackgroundLayout.ts +1 -1
- package/models/BeginLiveActivityRequest.ts +38 -0
- package/models/Button.ts +1 -1
- package/models/CancelNotificationSuccessResponse.ts +1 -1
- package/models/CreateNotificationSuccessResponse.ts +1 -1
- package/models/CreatePlayerSuccessResponse.ts +1 -1
- package/models/CreateSegmentConflictResponse.ts +1 -1
- package/models/CreateSegmentSuccessResponse.ts +1 -1
- package/models/CreateSubscriptionRequestBody.ts +39 -0
- package/models/CreateUserConflictResponse.ts +32 -0
- package/models/CreateUserConflictResponseErrorsInner.ts +46 -0
- package/models/CreateUserConflictResponseErrorsItemsMeta.ts +31 -0
- package/models/DeletePlayerNotFoundResponse.ts +1 -1
- package/models/DeletePlayerSuccessResponse.ts +1 -1
- package/models/DeleteSegmentNotFoundResponse.ts +1 -1
- package/models/DeleteSegmentSuccessResponse.ts +1 -1
- package/models/DeliveryData.ts +1 -1
- package/models/ExportPlayersRequestBody.ts +1 -1
- package/models/ExportPlayersSuccessResponse.ts +1 -1
- package/models/Filter.ts +1 -1
- package/models/FilterExpressions.ts +1 -1
- package/models/GetNotificationRequestBody.ts +1 -1
- package/models/IdentifyUserConflictResponse.ts +32 -0
- package/models/IdentifyUserConflictResponseErrorsInner.ts +38 -0
- package/models/InlineResponse200.ts +31 -0
- package/models/InlineResponse2003.ts +31 -0
- package/models/InlineResponse201.ts +32 -0
- package/models/InlineResponse202.ts +32 -0
- package/models/InvalidIdentifierError.ts +1 -1
- package/models/Notification.ts +17 -1
- package/models/Notification200Errors.ts +1 -1
- package/models/NotificationAllOf.ts +1 -1
- package/models/NotificationHistorySuccessResponse.ts +1 -1
- package/models/NotificationSlice.ts +1 -1
- package/models/NotificationTarget.ts +19 -1
- package/models/NotificationWithMeta.ts +17 -1
- package/models/NotificationWithMetaAllOf.ts +1 -1
- package/models/ObjectSerializer.ts +89 -21
- 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/Player.ts +3 -3
- package/models/PlayerNotificationTarget.ts +19 -1
- package/models/PlayerNotificationTargetIncludeAliases.ts +31 -0
- package/models/PlayerSlice.ts +1 -1
- package/models/PropertiesDeltas.ts +53 -0
- package/models/PropertiesObject.ts +102 -0
- package/models/Purchase.ts +3 -3
- package/models/Segment.ts +1 -1
- package/models/SegmentNotificationTarget.ts +1 -1
- package/models/StringMap.ts +1 -1
- package/models/SubscriptionObject.ts +146 -0
- package/models/TransferSubscriptionRequestBody.ts +31 -0
- package/models/UpdateLiveActivityRequest.ts +62 -0
- package/models/UpdateLiveActivitySuccessResponse.ts +39 -0
- package/models/UpdatePlayerSuccessResponse.ts +1 -1
- package/models/UpdatePlayerTagsRequestBody.ts +1 -1
- package/models/UpdatePlayerTagsSuccessResponse.ts +1 -1
- package/models/UpdateSubscriptionRequestBody.ts +32 -0
- package/models/UpdateUserRequest.ts +47 -0
- package/models/User.ts +55 -0
- package/models/UserIdentityRequestBody.ts +31 -0
- package/models/UserIdentityResponse.ts +31 -0
- package/models/UserSubscriptionOptions.ts +31 -0
- package/models/all.ts +25 -5
- package/package.json +3 -3
- package/types/ObjectParamAPI.ts +527 -5
- package/types/ObservableAPI.ts +454 -5
- package/types/PromiseAPI.ts +216 -5
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
export declare class BeginLiveActivityRequest {
|
|
2
|
+
'push_token': string;
|
|
3
|
+
'subscription_id': 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
|
+
}
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.BeginLiveActivityRequest = void 0;
|
|
4
|
+
var BeginLiveActivityRequest = (function () {
|
|
5
|
+
function BeginLiveActivityRequest() {
|
|
6
|
+
}
|
|
7
|
+
BeginLiveActivityRequest.getAttributeTypeMap = function () {
|
|
8
|
+
return BeginLiveActivityRequest.attributeTypeMap;
|
|
9
|
+
};
|
|
10
|
+
BeginLiveActivityRequest.discriminator = undefined;
|
|
11
|
+
BeginLiveActivityRequest.attributeTypeMap = [
|
|
12
|
+
{
|
|
13
|
+
"name": "push_token",
|
|
14
|
+
"baseName": "push_token",
|
|
15
|
+
"type": "string",
|
|
16
|
+
"format": ""
|
|
17
|
+
},
|
|
18
|
+
{
|
|
19
|
+
"name": "subscription_id",
|
|
20
|
+
"baseName": "subscription_id",
|
|
21
|
+
"type": "string",
|
|
22
|
+
"format": ""
|
|
23
|
+
}
|
|
24
|
+
];
|
|
25
|
+
return BeginLiveActivityRequest;
|
|
26
|
+
}());
|
|
27
|
+
exports.BeginLiveActivityRequest = BeginLiveActivityRequest;
|
|
28
|
+
//# sourceMappingURL=BeginLiveActivityRequest.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"BeginLiveActivityRequest.js","sourceRoot":"","sources":["../../models/BeginLiveActivityRequest.ts"],"names":[],"mappings":";;;AAUA;IAwBI;IACA,CAAC;IALM,4CAAmB,GAA1B;QACI,OAAO,wBAAwB,CAAC,gBAAgB,CAAC;IACrD,CAAC;IAlBe,sCAAa,GAAuB,SAAS,CAAC;IAE9C,yCAAgB,GAA0E;QACtG;YACI,MAAM,EAAE,YAAY;YACpB,UAAU,EAAE,YAAY;YACxB,MAAM,EAAE,QAAQ;YAChB,QAAQ,EAAE,EAAE;SACf;QACD;YACI,MAAM,EAAE,iBAAiB;YACzB,UAAU,EAAE,iBAAiB;YAC7B,MAAM,EAAE,QAAQ;YAChB,QAAQ,EAAE,EAAE;SACf;KAAK,CAAC;IAQf,+BAAC;CAAA,AA1BD,IA0BC;AA1BY,4DAAwB"}
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
import { SubscriptionObject } from './SubscriptionObject';
|
|
2
|
+
export declare class CreateSubscriptionRequestBody {
|
|
3
|
+
'subscription'?: SubscriptionObject;
|
|
4
|
+
'retain_previous_owner'?: boolean;
|
|
5
|
+
static readonly discriminator: string | undefined;
|
|
6
|
+
static readonly attributeTypeMap: Array<{
|
|
7
|
+
name: string;
|
|
8
|
+
baseName: string;
|
|
9
|
+
type: string;
|
|
10
|
+
format: string;
|
|
11
|
+
}>;
|
|
12
|
+
static getAttributeTypeMap(): {
|
|
13
|
+
name: string;
|
|
14
|
+
baseName: string;
|
|
15
|
+
type: string;
|
|
16
|
+
format: string;
|
|
17
|
+
}[];
|
|
18
|
+
constructor();
|
|
19
|
+
}
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.CreateSubscriptionRequestBody = void 0;
|
|
4
|
+
var CreateSubscriptionRequestBody = (function () {
|
|
5
|
+
function CreateSubscriptionRequestBody() {
|
|
6
|
+
}
|
|
7
|
+
CreateSubscriptionRequestBody.getAttributeTypeMap = function () {
|
|
8
|
+
return CreateSubscriptionRequestBody.attributeTypeMap;
|
|
9
|
+
};
|
|
10
|
+
CreateSubscriptionRequestBody.discriminator = undefined;
|
|
11
|
+
CreateSubscriptionRequestBody.attributeTypeMap = [
|
|
12
|
+
{
|
|
13
|
+
"name": "subscription",
|
|
14
|
+
"baseName": "subscription",
|
|
15
|
+
"type": "SubscriptionObject",
|
|
16
|
+
"format": ""
|
|
17
|
+
},
|
|
18
|
+
{
|
|
19
|
+
"name": "retain_previous_owner",
|
|
20
|
+
"baseName": "retain_previous_owner",
|
|
21
|
+
"type": "boolean",
|
|
22
|
+
"format": ""
|
|
23
|
+
}
|
|
24
|
+
];
|
|
25
|
+
return CreateSubscriptionRequestBody;
|
|
26
|
+
}());
|
|
27
|
+
exports.CreateSubscriptionRequestBody = CreateSubscriptionRequestBody;
|
|
28
|
+
//# sourceMappingURL=CreateSubscriptionRequestBody.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"CreateSubscriptionRequestBody.js","sourceRoot":"","sources":["../../models/CreateSubscriptionRequestBody.ts"],"names":[],"mappings":";;;AAWA;IAwBI;IACA,CAAC;IALM,iDAAmB,GAA1B;QACI,OAAO,6BAA6B,CAAC,gBAAgB,CAAC;IAC1D,CAAC;IAlBe,2CAAa,GAAuB,SAAS,CAAC;IAE9C,8CAAgB,GAA0E;QACtG;YACI,MAAM,EAAE,cAAc;YACtB,UAAU,EAAE,cAAc;YAC1B,MAAM,EAAE,oBAAoB;YAC5B,QAAQ,EAAE,EAAE;SACf;QACD;YACI,MAAM,EAAE,uBAAuB;YAC/B,UAAU,EAAE,uBAAuB;YACnC,MAAM,EAAE,SAAS;YACjB,QAAQ,EAAE,EAAE;SACf;KAAK,CAAC;IAQf,oCAAC;CAAA,AA1BD,IA0BC;AA1BY,sEAA6B"}
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import { CreateUserConflictResponseErrorsInner } from './CreateUserConflictResponseErrorsInner';
|
|
2
|
+
export declare class CreateUserConflictResponse {
|
|
3
|
+
'errors'?: Array<CreateUserConflictResponseErrorsInner>;
|
|
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
|
+
}
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.CreateUserConflictResponse = void 0;
|
|
4
|
+
var CreateUserConflictResponse = (function () {
|
|
5
|
+
function CreateUserConflictResponse() {
|
|
6
|
+
}
|
|
7
|
+
CreateUserConflictResponse.getAttributeTypeMap = function () {
|
|
8
|
+
return CreateUserConflictResponse.attributeTypeMap;
|
|
9
|
+
};
|
|
10
|
+
CreateUserConflictResponse.discriminator = undefined;
|
|
11
|
+
CreateUserConflictResponse.attributeTypeMap = [
|
|
12
|
+
{
|
|
13
|
+
"name": "errors",
|
|
14
|
+
"baseName": "errors",
|
|
15
|
+
"type": "Array<CreateUserConflictResponseErrorsInner>",
|
|
16
|
+
"format": ""
|
|
17
|
+
}
|
|
18
|
+
];
|
|
19
|
+
return CreateUserConflictResponse;
|
|
20
|
+
}());
|
|
21
|
+
exports.CreateUserConflictResponse = CreateUserConflictResponse;
|
|
22
|
+
//# sourceMappingURL=CreateUserConflictResponse.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"CreateUserConflictResponse.js","sourceRoot":"","sources":["../../models/CreateUserConflictResponse.ts"],"names":[],"mappings":";;;AAWA;IAiBI;IACA,CAAC;IALM,8CAAmB,GAA1B;QACI,OAAO,0BAA0B,CAAC,gBAAgB,CAAC;IACvD,CAAC;IAZe,wCAAa,GAAuB,SAAS,CAAC;IAE9C,2CAAgB,GAA0E;QACtG;YACI,MAAM,EAAE,QAAQ;YAChB,UAAU,EAAE,QAAQ;YACpB,MAAM,EAAE,8CAA8C;YACtD,QAAQ,EAAE,EAAE;SACf;KAAK,CAAC;IAQf,iCAAC;CAAA,AAnBD,IAmBC;AAnBY,gEAA0B"}
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
import { CreateUserConflictResponseErrorsItemsMeta } from './CreateUserConflictResponseErrorsItemsMeta';
|
|
2
|
+
export declare class CreateUserConflictResponseErrorsInner {
|
|
3
|
+
'code'?: string;
|
|
4
|
+
'title'?: string;
|
|
5
|
+
'meta'?: CreateUserConflictResponseErrorsItemsMeta;
|
|
6
|
+
static readonly discriminator: string | undefined;
|
|
7
|
+
static readonly attributeTypeMap: Array<{
|
|
8
|
+
name: string;
|
|
9
|
+
baseName: string;
|
|
10
|
+
type: string;
|
|
11
|
+
format: string;
|
|
12
|
+
}>;
|
|
13
|
+
static getAttributeTypeMap(): {
|
|
14
|
+
name: string;
|
|
15
|
+
baseName: string;
|
|
16
|
+
type: string;
|
|
17
|
+
format: string;
|
|
18
|
+
}[];
|
|
19
|
+
constructor();
|
|
20
|
+
}
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.CreateUserConflictResponseErrorsInner = void 0;
|
|
4
|
+
var CreateUserConflictResponseErrorsInner = (function () {
|
|
5
|
+
function CreateUserConflictResponseErrorsInner() {
|
|
6
|
+
}
|
|
7
|
+
CreateUserConflictResponseErrorsInner.getAttributeTypeMap = function () {
|
|
8
|
+
return CreateUserConflictResponseErrorsInner.attributeTypeMap;
|
|
9
|
+
};
|
|
10
|
+
CreateUserConflictResponseErrorsInner.discriminator = undefined;
|
|
11
|
+
CreateUserConflictResponseErrorsInner.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
|
+
"name": "meta",
|
|
26
|
+
"baseName": "meta",
|
|
27
|
+
"type": "CreateUserConflictResponseErrorsItemsMeta",
|
|
28
|
+
"format": ""
|
|
29
|
+
}
|
|
30
|
+
];
|
|
31
|
+
return CreateUserConflictResponseErrorsInner;
|
|
32
|
+
}());
|
|
33
|
+
exports.CreateUserConflictResponseErrorsInner = CreateUserConflictResponseErrorsInner;
|
|
34
|
+
//# sourceMappingURL=CreateUserConflictResponseErrorsInner.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"CreateUserConflictResponseErrorsInner.js","sourceRoot":"","sources":["../../models/CreateUserConflictResponseErrorsInner.ts"],"names":[],"mappings":";;;AAWA;IA+BI;IACA,CAAC;IALM,yDAAmB,GAA1B;QACI,OAAO,qCAAqC,CAAC,gBAAgB,CAAC;IAClE,CAAC;IAxBe,mDAAa,GAAuB,SAAS,CAAC;IAE9C,sDAAgB,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;QACD;YACI,MAAM,EAAE,MAAM;YACd,UAAU,EAAE,MAAM;YAClB,MAAM,EAAE,2CAA2C;YACnD,QAAQ,EAAE,EAAE;SACf;KAAK,CAAC;IAQf,4CAAC;CAAA,AAjCD,IAiCC;AAjCY,sFAAqC"}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
export declare class CreateUserConflictResponseErrorsItemsMeta {
|
|
2
|
+
'conflicting_aliases'?: 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
|
+
}
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.CreateUserConflictResponseErrorsItemsMeta = void 0;
|
|
4
|
+
var CreateUserConflictResponseErrorsItemsMeta = (function () {
|
|
5
|
+
function CreateUserConflictResponseErrorsItemsMeta() {
|
|
6
|
+
}
|
|
7
|
+
CreateUserConflictResponseErrorsItemsMeta.getAttributeTypeMap = function () {
|
|
8
|
+
return CreateUserConflictResponseErrorsItemsMeta.attributeTypeMap;
|
|
9
|
+
};
|
|
10
|
+
CreateUserConflictResponseErrorsItemsMeta.discriminator = undefined;
|
|
11
|
+
CreateUserConflictResponseErrorsItemsMeta.attributeTypeMap = [
|
|
12
|
+
{
|
|
13
|
+
"name": "conflicting_aliases",
|
|
14
|
+
"baseName": "conflicting_aliases",
|
|
15
|
+
"type": "object",
|
|
16
|
+
"format": ""
|
|
17
|
+
}
|
|
18
|
+
];
|
|
19
|
+
return CreateUserConflictResponseErrorsItemsMeta;
|
|
20
|
+
}());
|
|
21
|
+
exports.CreateUserConflictResponseErrorsItemsMeta = CreateUserConflictResponseErrorsItemsMeta;
|
|
22
|
+
//# sourceMappingURL=CreateUserConflictResponseErrorsItemsMeta.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"CreateUserConflictResponseErrorsItemsMeta.js","sourceRoot":"","sources":["../../models/CreateUserConflictResponseErrorsItemsMeta.ts"],"names":[],"mappings":";;;AAUA;IAiBI;IACA,CAAC;IALM,6DAAmB,GAA1B;QACI,OAAO,yCAAyC,CAAC,gBAAgB,CAAC;IACtE,CAAC;IAZe,uDAAa,GAAuB,SAAS,CAAC;IAE9C,0DAAgB,GAA0E;QACtG;YACI,MAAM,EAAE,qBAAqB;YAC7B,UAAU,EAAE,qBAAqB;YACjC,MAAM,EAAE,QAAQ;YAChB,QAAQ,EAAE,EAAE;SACf;KAAK,CAAC;IAQf,gDAAC;CAAA,AAnBD,IAmBC;AAnBY,8FAAyC"}
|
package/dist/models/Filter.d.ts
CHANGED
|
@@ -18,4 +18,4 @@ export declare class Filter {
|
|
|
18
18
|
}[];
|
|
19
19
|
constructor();
|
|
20
20
|
}
|
|
21
|
-
export
|
|
21
|
+
export type FilterRelationEnum = ">" | "<" | "=" | "!=" | "exists" | "not_exists" | "time_elapsed_gt" | "time_elapsed_lt";
|
|
@@ -19,5 +19,5 @@ export declare class FilterExpressions {
|
|
|
19
19
|
}[];
|
|
20
20
|
constructor();
|
|
21
21
|
}
|
|
22
|
-
export
|
|
23
|
-
export
|
|
22
|
+
export type FilterExpressionsRelationEnum = ">" | "<" | "=" | "!=" | "exists" | "not_exists" | "time_elapsed_gt" | "time_elapsed_lt";
|
|
23
|
+
export type FilterExpressionsOperatorEnum = "OR" | "AND";
|
|
@@ -0,0 +1,18 @@
|
|
|
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
|
+
}
|
|
@@ -0,0 +1,22 @@
|
|
|
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
|
|
@@ -0,0 +1 @@
|
|
|
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"}
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
export declare class IdentifyUserConflictResponseErrorsInner {
|
|
2
|
+
'code'?: string;
|
|
3
|
+
'title'?: 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
|
+
}
|
|
@@ -0,0 +1,28 @@
|
|
|
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
|
|
@@ -0,0 +1 @@
|
|
|
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"}
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
export declare class InlineResponse200 {
|
|
2
|
+
'identity'?: {
|
|
3
|
+
[key: string]: any;
|
|
4
|
+
};
|
|
5
|
+
static readonly discriminator: string | undefined;
|
|
6
|
+
static readonly attributeTypeMap: Array<{
|
|
7
|
+
name: string;
|
|
8
|
+
baseName: string;
|
|
9
|
+
type: string;
|
|
10
|
+
format: string;
|
|
11
|
+
}>;
|
|
12
|
+
static getAttributeTypeMap(): {
|
|
13
|
+
name: string;
|
|
14
|
+
baseName: string;
|
|
15
|
+
type: string;
|
|
16
|
+
format: string;
|
|
17
|
+
}[];
|
|
18
|
+
constructor();
|
|
19
|
+
}
|
|
@@ -0,0 +1,22 @@
|
|
|
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
|
|
@@ -0,0 +1 @@
|
|
|
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"}
|
|
@@ -0,0 +1,17 @@
|
|
|
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
|
+
}
|
|
@@ -0,0 +1,22 @@
|
|
|
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
|
|
@@ -0,0 +1 @@
|
|
|
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"}
|
|
@@ -0,0 +1,18 @@
|
|
|
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
|
+
}
|
|
@@ -0,0 +1,22 @@
|
|
|
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
|
|
@@ -0,0 +1 @@
|
|
|
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"}
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import { PropertiesObject } from './PropertiesObject';
|
|
2
|
+
export declare class InlineResponse202 {
|
|
3
|
+
'properties'?: PropertiesObject;
|
|
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
|
+
}
|
|
@@ -0,0 +1,22 @@
|
|
|
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
|
|
@@ -0,0 +1 @@
|
|
|
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,6 +1,7 @@
|
|
|
1
1
|
import { BasicNotificationAllOfAndroidBackgroundLayout } from './BasicNotificationAllOfAndroidBackgroundLayout';
|
|
2
2
|
import { Button } from './Button';
|
|
3
3
|
import { Filter } from './Filter';
|
|
4
|
+
import { PlayerNotificationTargetIncludeAliases } from './PlayerNotificationTargetIncludeAliases';
|
|
4
5
|
import { StringMap } from './StringMap';
|
|
5
6
|
export declare class Notification {
|
|
6
7
|
'included_segments'?: Array<string>;
|
|
@@ -15,6 +16,8 @@ export declare class Notification {
|
|
|
15
16
|
'include_chrome_reg_ids'?: Array<string>;
|
|
16
17
|
'include_chrome_web_reg_ids'?: Array<string>;
|
|
17
18
|
'include_android_reg_ids'?: Array<string>;
|
|
19
|
+
'include_aliases'?: PlayerNotificationTargetIncludeAliases;
|
|
20
|
+
'target_channel'?: NotificationTargetChannelEnum;
|
|
18
21
|
'id'?: string;
|
|
19
22
|
'value'?: number;
|
|
20
23
|
'name'?: string;
|
|
@@ -120,4 +123,5 @@ export declare class Notification {
|
|
|
120
123
|
}[];
|
|
121
124
|
constructor();
|
|
122
125
|
}
|
|
123
|
-
export
|
|
126
|
+
export type NotificationTargetChannelEnum = "push" | "email" | "sms";
|
|
127
|
+
export type NotificationAggregationEnum = "sum" | "count";
|
|
@@ -81,6 +81,18 @@ var Notification = (function () {
|
|
|
81
81
|
"type": "Array<string>",
|
|
82
82
|
"format": ""
|
|
83
83
|
},
|
|
84
|
+
{
|
|
85
|
+
"name": "include_aliases",
|
|
86
|
+
"baseName": "include_aliases",
|
|
87
|
+
"type": "PlayerNotificationTargetIncludeAliases",
|
|
88
|
+
"format": ""
|
|
89
|
+
},
|
|
90
|
+
{
|
|
91
|
+
"name": "target_channel",
|
|
92
|
+
"baseName": "target_channel",
|
|
93
|
+
"type": "NotificationTargetChannelEnum",
|
|
94
|
+
"format": ""
|
|
95
|
+
},
|
|
84
96
|
{
|
|
85
97
|
"name": "id",
|
|
86
98
|
"baseName": "id",
|