@onesignal/node-onesignal 1.0.0-beta3 → 1.0.0-beta4
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/dist/apis/DefaultApi.d.ts +62 -0
- package/dist/apis/DefaultApi.js +1317 -0
- package/dist/apis/DefaultApi.js.map +1 -0
- package/dist/apis/baseapi.d.ts +16 -0
- package/dist/apis/baseapi.js +42 -0
- package/dist/apis/baseapi.js.map +1 -0
- package/dist/apis/exception.d.ts +5 -0
- package/dist/apis/exception.js +28 -0
- package/dist/apis/exception.js.map +1 -0
- package/dist/auth/auth.d.ts +40 -0
- package/dist/auth/auth.js +108 -0
- package/dist/auth/auth.js.map +1 -0
- package/dist/configuration.d.ts +18 -0
- package/dist/configuration.js +21 -0
- package/dist/configuration.js.map +1 -0
- package/dist/http/http.d.ts +72 -0
- package/dist/http/http.js +205 -0
- package/dist/http/http.js.map +1 -0
- package/dist/http/isomorphic-fetch.d.ts +5 -0
- package/dist/http/isomorphic-fetch.js +33 -0
- package/dist/http/isomorphic-fetch.js.map +1 -0
- package/dist/index.d.ts +9 -0
- package/dist/index.js +22 -0
- package/dist/index.js.map +1 -0
- package/dist/middleware.d.ts +16 -0
- package/dist/middleware.js +18 -0
- package/dist/middleware.js.map +1 -0
- package/dist/models/App.d.ts +47 -0
- package/dist/models/App.js +196 -0
- package/dist/models/App.js.map +1 -0
- package/dist/models/Button.d.ts +19 -0
- package/dist/models/Button.js +34 -0
- package/dist/models/Button.js.map +1 -0
- package/dist/models/DeliveryData.d.ts +21 -0
- package/dist/models/DeliveryData.js +46 -0
- package/dist/models/DeliveryData.js.map +1 -0
- package/dist/models/ExportPlayersRequestBody.d.ts +19 -0
- package/dist/models/ExportPlayersRequestBody.js +34 -0
- package/dist/models/ExportPlayersRequestBody.js.map +1 -0
- package/dist/models/Filter.d.ts +21 -0
- package/dist/models/Filter.js +40 -0
- package/dist/models/Filter.js.map +1 -0
- package/dist/models/FilterExpressions.d.ts +23 -0
- package/dist/models/FilterExpressions.js +46 -0
- package/dist/models/FilterExpressions.js.map +1 -0
- package/dist/models/FilterNotificationTarget.d.ts +28 -0
- package/dist/models/FilterNotificationTarget.js +88 -0
- package/dist/models/FilterNotificationTarget.js.map +1 -0
- package/dist/models/GetNotificationRequestBody.d.ts +20 -0
- package/dist/models/GetNotificationRequestBody.js +34 -0
- package/dist/models/GetNotificationRequestBody.js.map +1 -0
- package/dist/models/InlineResponse200.d.ts +20 -0
- package/dist/models/InlineResponse200.js +40 -0
- package/dist/models/InlineResponse200.js.map +1 -0
- package/dist/models/InlineResponse2001.d.ts +17 -0
- package/dist/models/InlineResponse2001.js +22 -0
- package/dist/models/InlineResponse2001.js.map +1 -0
- package/dist/models/InlineResponse2002.d.ts +18 -0
- package/dist/models/InlineResponse2002.js +28 -0
- package/dist/models/InlineResponse2002.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/InlineResponse2004.d.ts +18 -0
- package/dist/models/InlineResponse2004.js +28 -0
- package/dist/models/InlineResponse2004.js.map +1 -0
- package/dist/models/InlineResponse2005.d.ts +17 -0
- package/dist/models/InlineResponse2005.js +22 -0
- package/dist/models/InlineResponse2005.js.map +1 -0
- package/dist/models/InlineResponse201.d.ts +18 -0
- package/dist/models/InlineResponse201.js +28 -0
- package/dist/models/InlineResponse201.js.map +1 -0
- package/dist/models/InlineResponse400.d.ts +17 -0
- package/dist/models/InlineResponse400.js +22 -0
- package/dist/models/InlineResponse400.js.map +1 -0
- package/dist/models/InlineResponse4001.d.ts +18 -0
- package/dist/models/InlineResponse4001.js +28 -0
- package/dist/models/InlineResponse4001.js.map +1 -0
- package/dist/models/InlineResponse4002.d.ts +17 -0
- package/dist/models/InlineResponse4002.js +22 -0
- package/dist/models/InlineResponse4002.js.map +1 -0
- package/dist/models/InlineResponse409.d.ts +18 -0
- package/dist/models/InlineResponse409.js +28 -0
- package/dist/models/InlineResponse409.js.map +1 -0
- package/dist/models/Notification.d.ts +132 -0
- package/dist/models/Notification.js +688 -0
- package/dist/models/Notification.js.map +1 -0
- package/dist/models/NotificationAllOf.d.ts +108 -0
- package/dist/models/NotificationAllOf.js +544 -0
- package/dist/models/NotificationAllOf.js.map +1 -0
- package/dist/models/NotificationAllOfAndroidBackgroundLayout.d.ts +19 -0
- package/dist/models/NotificationAllOfAndroidBackgroundLayout.js +34 -0
- package/dist/models/NotificationAllOfAndroidBackgroundLayout.js.map +1 -0
- package/dist/models/NotificationSlice.d.ts +21 -0
- package/dist/models/NotificationSlice.js +40 -0
- package/dist/models/NotificationSlice.js.map +1 -0
- package/dist/models/NotificationTarget.d.ts +40 -0
- package/dist/models/NotificationTarget.js +160 -0
- package/dist/models/NotificationTarget.js.map +1 -0
- package/dist/models/ObjectSerializer.d.ts +44 -0
- package/dist/models/ObjectSerializer.js +312 -0
- package/dist/models/ObjectSerializer.js.map +1 -0
- package/dist/models/Operator.d.ts +18 -0
- package/dist/models/Operator.js +22 -0
- package/dist/models/Operator.js.map +1 -0
- package/dist/models/OutcomeData.d.ts +20 -0
- package/dist/models/OutcomeData.js +34 -0
- package/dist/models/OutcomeData.js.map +1 -0
- package/dist/models/PlatformDeliveryData.d.ts +23 -0
- package/dist/models/PlatformDeliveryData.js +52 -0
- package/dist/models/PlatformDeliveryData.js.map +1 -0
- package/dist/models/Player.d.ts +43 -0
- package/dist/models/Player.js +178 -0
- package/dist/models/Player.js.map +1 -0
- package/dist/models/PlayerNotificationTarget.d.ts +26 -0
- package/dist/models/PlayerNotificationTarget.js +76 -0
- package/dist/models/PlayerNotificationTarget.js.map +1 -0
- package/dist/models/PlayerSlice.d.ts +21 -0
- package/dist/models/PlayerSlice.js +40 -0
- package/dist/models/PlayerSlice.js.map +1 -0
- package/dist/models/Purchase.d.ts +19 -0
- package/dist/models/Purchase.js +34 -0
- package/dist/models/Purchase.js.map +1 -0
- package/dist/models/Segment.d.ts +20 -0
- package/dist/models/Segment.js +34 -0
- package/dist/models/Segment.js.map +1 -0
- package/dist/models/SegmentNotificationTarget.d.ts +18 -0
- package/dist/models/SegmentNotificationTarget.js +28 -0
- package/dist/models/SegmentNotificationTarget.js.map +1 -0
- package/dist/models/StringMap.d.ts +59 -0
- package/dist/models/StringMap.js +274 -0
- package/dist/models/StringMap.js.map +1 -0
- package/dist/models/UpdatePlayerTagsRequestBody.d.ts +17 -0
- package/dist/models/UpdatePlayerTagsRequestBody.js +22 -0
- package/dist/models/UpdatePlayerTagsRequestBody.js.map +1 -0
- package/dist/models/all.d.ts +35 -0
- package/dist/models/all.js +48 -0
- package/dist/models/all.js.map +1 -0
- package/dist/rxjsStub.d.ts +10 -0
- package/dist/rxjsStub.js +33 -0
- package/dist/rxjsStub.js.map +1 -0
- package/dist/servers.d.ts +17 -0
- package/dist/servers.js +32 -0
- package/dist/servers.js.map +1 -0
- package/dist/types/ObjectParamAPI.d.ts +121 -0
- package/dist/types/ObjectParamAPI.js +69 -0
- package/dist/types/ObjectParamAPI.js.map +1 -0
- package/dist/types/ObservableAPI.d.ts +45 -0
- package/dist/types/ObservableAPI.js +472 -0
- package/dist/types/ObservableAPI.js.map +1 -0
- package/dist/types/PromiseAPI.d.ts +42 -0
- package/dist/types/PromiseAPI.js +88 -0
- package/dist/types/PromiseAPI.js.map +1 -0
- package/dist/util.d.ts +1 -0
- package/dist/util.js +25 -0
- package/dist/util.js.map +1 -0
- package/package.json +1 -1
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
export declare class DeliveryData {
|
|
2
|
+
'successful'?: number;
|
|
3
|
+
'failed'?: number;
|
|
4
|
+
'errored'?: number;
|
|
5
|
+
'converted'?: number;
|
|
6
|
+
'received'?: number;
|
|
7
|
+
static readonly discriminator: string | undefined;
|
|
8
|
+
static readonly attributeTypeMap: Array<{
|
|
9
|
+
name: string;
|
|
10
|
+
baseName: string;
|
|
11
|
+
type: string;
|
|
12
|
+
format: string;
|
|
13
|
+
}>;
|
|
14
|
+
static getAttributeTypeMap(): {
|
|
15
|
+
name: string;
|
|
16
|
+
baseName: string;
|
|
17
|
+
type: string;
|
|
18
|
+
format: string;
|
|
19
|
+
}[];
|
|
20
|
+
constructor();
|
|
21
|
+
}
|
|
@@ -0,0 +1,46 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.DeliveryData = void 0;
|
|
4
|
+
var DeliveryData = (function () {
|
|
5
|
+
function DeliveryData() {
|
|
6
|
+
}
|
|
7
|
+
DeliveryData.getAttributeTypeMap = function () {
|
|
8
|
+
return DeliveryData.attributeTypeMap;
|
|
9
|
+
};
|
|
10
|
+
DeliveryData.discriminator = undefined;
|
|
11
|
+
DeliveryData.attributeTypeMap = [
|
|
12
|
+
{
|
|
13
|
+
"name": "successful",
|
|
14
|
+
"baseName": "successful",
|
|
15
|
+
"type": "number",
|
|
16
|
+
"format": ""
|
|
17
|
+
},
|
|
18
|
+
{
|
|
19
|
+
"name": "failed",
|
|
20
|
+
"baseName": "failed",
|
|
21
|
+
"type": "number",
|
|
22
|
+
"format": ""
|
|
23
|
+
},
|
|
24
|
+
{
|
|
25
|
+
"name": "errored",
|
|
26
|
+
"baseName": "errored",
|
|
27
|
+
"type": "number",
|
|
28
|
+
"format": ""
|
|
29
|
+
},
|
|
30
|
+
{
|
|
31
|
+
"name": "converted",
|
|
32
|
+
"baseName": "converted",
|
|
33
|
+
"type": "number",
|
|
34
|
+
"format": ""
|
|
35
|
+
},
|
|
36
|
+
{
|
|
37
|
+
"name": "received",
|
|
38
|
+
"baseName": "received",
|
|
39
|
+
"type": "number",
|
|
40
|
+
"format": ""
|
|
41
|
+
}
|
|
42
|
+
];
|
|
43
|
+
return DeliveryData;
|
|
44
|
+
}());
|
|
45
|
+
exports.DeliveryData = DeliveryData;
|
|
46
|
+
//# sourceMappingURL=DeliveryData.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"DeliveryData.js","sourceRoot":"","sources":["../../models/DeliveryData.ts"],"names":[],"mappings":";;;AAUA;IA6CI;IACA,CAAC;IALM,gCAAmB,GAA1B;QACI,OAAO,YAAY,CAAC,gBAAgB,CAAC;IACzC,CAAC;IApCe,0BAAa,GAAuB,SAAS,CAAC;IAE9C,6BAAgB,GAA0E;QACtG;YACI,MAAM,EAAE,YAAY;YACpB,UAAU,EAAE,YAAY;YACxB,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,SAAS;YACjB,UAAU,EAAE,SAAS;YACrB,MAAM,EAAE,QAAQ;YAChB,QAAQ,EAAE,EAAE;SACf;QACD;YACI,MAAM,EAAE,WAAW;YACnB,UAAU,EAAE,WAAW;YACvB,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,mBAAC;CAAA,AA/CD,IA+CC;AA/CY,oCAAY"}
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
export declare class ExportPlayersRequestBody {
|
|
2
|
+
'extra_fields'?: Array<string>;
|
|
3
|
+
'last_active_since'?: number;
|
|
4
|
+
'segment_name'?: string;
|
|
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,34 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.ExportPlayersRequestBody = void 0;
|
|
4
|
+
var ExportPlayersRequestBody = (function () {
|
|
5
|
+
function ExportPlayersRequestBody() {
|
|
6
|
+
}
|
|
7
|
+
ExportPlayersRequestBody.getAttributeTypeMap = function () {
|
|
8
|
+
return ExportPlayersRequestBody.attributeTypeMap;
|
|
9
|
+
};
|
|
10
|
+
ExportPlayersRequestBody.discriminator = undefined;
|
|
11
|
+
ExportPlayersRequestBody.attributeTypeMap = [
|
|
12
|
+
{
|
|
13
|
+
"name": "extra_fields",
|
|
14
|
+
"baseName": "extra_fields",
|
|
15
|
+
"type": "Array<string>",
|
|
16
|
+
"format": ""
|
|
17
|
+
},
|
|
18
|
+
{
|
|
19
|
+
"name": "last_active_since",
|
|
20
|
+
"baseName": "last_active_since",
|
|
21
|
+
"type": "number",
|
|
22
|
+
"format": ""
|
|
23
|
+
},
|
|
24
|
+
{
|
|
25
|
+
"name": "segment_name",
|
|
26
|
+
"baseName": "segment_name",
|
|
27
|
+
"type": "string",
|
|
28
|
+
"format": ""
|
|
29
|
+
}
|
|
30
|
+
];
|
|
31
|
+
return ExportPlayersRequestBody;
|
|
32
|
+
}());
|
|
33
|
+
exports.ExportPlayersRequestBody = ExportPlayersRequestBody;
|
|
34
|
+
//# sourceMappingURL=ExportPlayersRequestBody.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ExportPlayersRequestBody.js","sourceRoot":"","sources":["../../models/ExportPlayersRequestBody.ts"],"names":[],"mappings":";;;AAUA;IAwCI;IACA,CAAC;IALM,4CAAmB,GAA1B;QACI,OAAO,wBAAwB,CAAC,gBAAgB,CAAC;IACrD,CAAC;IAxBe,sCAAa,GAAuB,SAAS,CAAC;IAE9C,yCAAgB,GAA0E;QACtG;YACI,MAAM,EAAE,cAAc;YACtB,UAAU,EAAE,cAAc;YAC1B,MAAM,EAAE,eAAe;YACvB,QAAQ,EAAE,EAAE;SACf;QACD;YACI,MAAM,EAAE,mBAAmB;YAC3B,UAAU,EAAE,mBAAmB;YAC/B,MAAM,EAAE,QAAQ;YAChB,QAAQ,EAAE,EAAE;SACf;QACD;YACI,MAAM,EAAE,cAAc;YACtB,UAAU,EAAE,cAAc;YAC1B,MAAM,EAAE,QAAQ;YAChB,QAAQ,EAAE,EAAE;SACf;KAAK,CAAC;IAQf,+BAAC;CAAA,AA1CD,IA0CC;AA1CY,4DAAwB"}
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
export declare class Filter {
|
|
2
|
+
'field': string;
|
|
3
|
+
'key'?: string;
|
|
4
|
+
'value'?: string;
|
|
5
|
+
'relation': FilterRelationEnum;
|
|
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
|
+
}
|
|
21
|
+
export declare type FilterRelationEnum = ">" | "<" | "=" | "!=" | "exists" | "not_exists" | "time_elapsed_gt" | "time_elapsed_lt";
|
|
@@ -0,0 +1,40 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.Filter = void 0;
|
|
4
|
+
var Filter = (function () {
|
|
5
|
+
function Filter() {
|
|
6
|
+
}
|
|
7
|
+
Filter.getAttributeTypeMap = function () {
|
|
8
|
+
return Filter.attributeTypeMap;
|
|
9
|
+
};
|
|
10
|
+
Filter.discriminator = undefined;
|
|
11
|
+
Filter.attributeTypeMap = [
|
|
12
|
+
{
|
|
13
|
+
"name": "field",
|
|
14
|
+
"baseName": "field",
|
|
15
|
+
"type": "string",
|
|
16
|
+
"format": ""
|
|
17
|
+
},
|
|
18
|
+
{
|
|
19
|
+
"name": "key",
|
|
20
|
+
"baseName": "key",
|
|
21
|
+
"type": "string",
|
|
22
|
+
"format": ""
|
|
23
|
+
},
|
|
24
|
+
{
|
|
25
|
+
"name": "value",
|
|
26
|
+
"baseName": "value",
|
|
27
|
+
"type": "string",
|
|
28
|
+
"format": ""
|
|
29
|
+
},
|
|
30
|
+
{
|
|
31
|
+
"name": "relation",
|
|
32
|
+
"baseName": "relation",
|
|
33
|
+
"type": "FilterRelationEnum",
|
|
34
|
+
"format": ""
|
|
35
|
+
}
|
|
36
|
+
];
|
|
37
|
+
return Filter;
|
|
38
|
+
}());
|
|
39
|
+
exports.Filter = Filter;
|
|
40
|
+
//# sourceMappingURL=Filter.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Filter.js","sourceRoot":"","sources":["../../models/Filter.ts"],"names":[],"mappings":";;;AAUA;IAkDI;IACA,CAAC;IALM,0BAAmB,GAA1B;QACI,OAAO,MAAM,CAAC,gBAAgB,CAAC;IACnC,CAAC;IA9Be,oBAAa,GAAuB,SAAS,CAAC;IAE9C,uBAAgB,GAA0E;QACtG;YACI,MAAM,EAAE,OAAO;YACf,UAAU,EAAE,OAAO;YACnB,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;QACD;YACI,MAAM,EAAE,OAAO;YACf,UAAU,EAAE,OAAO;YACnB,MAAM,EAAE,QAAQ;YAChB,QAAQ,EAAE,EAAE;SACf;QACD;YACI,MAAM,EAAE,UAAU;YAClB,UAAU,EAAE,UAAU;YACtB,MAAM,EAAE,oBAAoB;YAC5B,QAAQ,EAAE,EAAE;SACf;KAAK,CAAC;IAQf,aAAC;CAAA,AApDD,IAoDC;AApDY,wBAAM"}
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
export declare class FilterExpressions {
|
|
2
|
+
'field': string;
|
|
3
|
+
'key'?: string;
|
|
4
|
+
'value'?: string;
|
|
5
|
+
'relation': FilterExpressionsRelationEnum;
|
|
6
|
+
'operator'?: FilterExpressionsOperatorEnum;
|
|
7
|
+
static readonly discriminator: string | undefined;
|
|
8
|
+
static readonly attributeTypeMap: Array<{
|
|
9
|
+
name: string;
|
|
10
|
+
baseName: string;
|
|
11
|
+
type: string;
|
|
12
|
+
format: string;
|
|
13
|
+
}>;
|
|
14
|
+
static getAttributeTypeMap(): {
|
|
15
|
+
name: string;
|
|
16
|
+
baseName: string;
|
|
17
|
+
type: string;
|
|
18
|
+
format: string;
|
|
19
|
+
}[];
|
|
20
|
+
constructor();
|
|
21
|
+
}
|
|
22
|
+
export declare type FilterExpressionsRelationEnum = ">" | "<" | "=" | "!=" | "exists" | "not_exists" | "time_elapsed_gt" | "time_elapsed_lt";
|
|
23
|
+
export declare type FilterExpressionsOperatorEnum = "OR" | "AND";
|
|
@@ -0,0 +1,46 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.FilterExpressions = void 0;
|
|
4
|
+
var FilterExpressions = (function () {
|
|
5
|
+
function FilterExpressions() {
|
|
6
|
+
}
|
|
7
|
+
FilterExpressions.getAttributeTypeMap = function () {
|
|
8
|
+
return FilterExpressions.attributeTypeMap;
|
|
9
|
+
};
|
|
10
|
+
FilterExpressions.discriminator = undefined;
|
|
11
|
+
FilterExpressions.attributeTypeMap = [
|
|
12
|
+
{
|
|
13
|
+
"name": "field",
|
|
14
|
+
"baseName": "field",
|
|
15
|
+
"type": "string",
|
|
16
|
+
"format": ""
|
|
17
|
+
},
|
|
18
|
+
{
|
|
19
|
+
"name": "key",
|
|
20
|
+
"baseName": "key",
|
|
21
|
+
"type": "string",
|
|
22
|
+
"format": ""
|
|
23
|
+
},
|
|
24
|
+
{
|
|
25
|
+
"name": "value",
|
|
26
|
+
"baseName": "value",
|
|
27
|
+
"type": "string",
|
|
28
|
+
"format": ""
|
|
29
|
+
},
|
|
30
|
+
{
|
|
31
|
+
"name": "relation",
|
|
32
|
+
"baseName": "relation",
|
|
33
|
+
"type": "FilterExpressionsRelationEnum",
|
|
34
|
+
"format": ""
|
|
35
|
+
},
|
|
36
|
+
{
|
|
37
|
+
"name": "operator",
|
|
38
|
+
"baseName": "operator",
|
|
39
|
+
"type": "FilterExpressionsOperatorEnum",
|
|
40
|
+
"format": ""
|
|
41
|
+
}
|
|
42
|
+
];
|
|
43
|
+
return FilterExpressions;
|
|
44
|
+
}());
|
|
45
|
+
exports.FilterExpressions = FilterExpressions;
|
|
46
|
+
//# sourceMappingURL=FilterExpressions.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"FilterExpressions.js","sourceRoot":"","sources":["../../models/FilterExpressions.ts"],"names":[],"mappings":";;;AAYA;IA4DI;IACA,CAAC;IALM,qCAAmB,GAA1B;QACI,OAAO,iBAAiB,CAAC,gBAAgB,CAAC;IAC9C,CAAC;IApCe,+BAAa,GAAuB,SAAS,CAAC;IAE9C,kCAAgB,GAA0E;QACtG;YACI,MAAM,EAAE,OAAO;YACf,UAAU,EAAE,OAAO;YACnB,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;QACD;YACI,MAAM,EAAE,OAAO;YACf,UAAU,EAAE,OAAO;YACnB,MAAM,EAAE,QAAQ;YAChB,QAAQ,EAAE,EAAE;SACf;QACD;YACI,MAAM,EAAE,UAAU;YAClB,UAAU,EAAE,UAAU;YACtB,MAAM,EAAE,+BAA+B;YACvC,QAAQ,EAAE,EAAE;SACf;QACD;YACI,MAAM,EAAE,UAAU;YAClB,UAAU,EAAE,UAAU;YACtB,MAAM,EAAE,+BAA+B;YACvC,QAAQ,EAAE,EAAE;SACf;KAAK,CAAC;IAQf,wBAAC;CAAA,AA9DD,IA8DC;AA9DY,8CAAiB"}
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
export declare class FilterNotificationTarget {
|
|
2
|
+
'last_session'?: string;
|
|
3
|
+
'first_session'?: string;
|
|
4
|
+
'session_count'?: string;
|
|
5
|
+
'session_time'?: string;
|
|
6
|
+
'amount_spent'?: string;
|
|
7
|
+
'bought_sku'?: string;
|
|
8
|
+
'tag'?: string;
|
|
9
|
+
'language'?: string;
|
|
10
|
+
'app_version'?: string;
|
|
11
|
+
'location'?: string;
|
|
12
|
+
'email'?: string;
|
|
13
|
+
'country'?: string;
|
|
14
|
+
static readonly discriminator: string | undefined;
|
|
15
|
+
static readonly attributeTypeMap: Array<{
|
|
16
|
+
name: string;
|
|
17
|
+
baseName: string;
|
|
18
|
+
type: string;
|
|
19
|
+
format: string;
|
|
20
|
+
}>;
|
|
21
|
+
static getAttributeTypeMap(): {
|
|
22
|
+
name: string;
|
|
23
|
+
baseName: string;
|
|
24
|
+
type: string;
|
|
25
|
+
format: string;
|
|
26
|
+
}[];
|
|
27
|
+
constructor();
|
|
28
|
+
}
|
|
@@ -0,0 +1,88 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.FilterNotificationTarget = void 0;
|
|
4
|
+
var FilterNotificationTarget = (function () {
|
|
5
|
+
function FilterNotificationTarget() {
|
|
6
|
+
}
|
|
7
|
+
FilterNotificationTarget.getAttributeTypeMap = function () {
|
|
8
|
+
return FilterNotificationTarget.attributeTypeMap;
|
|
9
|
+
};
|
|
10
|
+
FilterNotificationTarget.discriminator = undefined;
|
|
11
|
+
FilterNotificationTarget.attributeTypeMap = [
|
|
12
|
+
{
|
|
13
|
+
"name": "last_session",
|
|
14
|
+
"baseName": "last_session",
|
|
15
|
+
"type": "string",
|
|
16
|
+
"format": ""
|
|
17
|
+
},
|
|
18
|
+
{
|
|
19
|
+
"name": "first_session",
|
|
20
|
+
"baseName": "first_session",
|
|
21
|
+
"type": "string",
|
|
22
|
+
"format": ""
|
|
23
|
+
},
|
|
24
|
+
{
|
|
25
|
+
"name": "session_count",
|
|
26
|
+
"baseName": "session_count",
|
|
27
|
+
"type": "string",
|
|
28
|
+
"format": ""
|
|
29
|
+
},
|
|
30
|
+
{
|
|
31
|
+
"name": "session_time",
|
|
32
|
+
"baseName": "session_time",
|
|
33
|
+
"type": "string",
|
|
34
|
+
"format": ""
|
|
35
|
+
},
|
|
36
|
+
{
|
|
37
|
+
"name": "amount_spent",
|
|
38
|
+
"baseName": "amount_spent",
|
|
39
|
+
"type": "string",
|
|
40
|
+
"format": ""
|
|
41
|
+
},
|
|
42
|
+
{
|
|
43
|
+
"name": "bought_sku",
|
|
44
|
+
"baseName": "bought_sku",
|
|
45
|
+
"type": "string",
|
|
46
|
+
"format": ""
|
|
47
|
+
},
|
|
48
|
+
{
|
|
49
|
+
"name": "tag",
|
|
50
|
+
"baseName": "tag",
|
|
51
|
+
"type": "string",
|
|
52
|
+
"format": ""
|
|
53
|
+
},
|
|
54
|
+
{
|
|
55
|
+
"name": "language",
|
|
56
|
+
"baseName": "language",
|
|
57
|
+
"type": "string",
|
|
58
|
+
"format": ""
|
|
59
|
+
},
|
|
60
|
+
{
|
|
61
|
+
"name": "app_version",
|
|
62
|
+
"baseName": "app_version",
|
|
63
|
+
"type": "string",
|
|
64
|
+
"format": ""
|
|
65
|
+
},
|
|
66
|
+
{
|
|
67
|
+
"name": "location",
|
|
68
|
+
"baseName": "location",
|
|
69
|
+
"type": "string",
|
|
70
|
+
"format": ""
|
|
71
|
+
},
|
|
72
|
+
{
|
|
73
|
+
"name": "email",
|
|
74
|
+
"baseName": "email",
|
|
75
|
+
"type": "string",
|
|
76
|
+
"format": ""
|
|
77
|
+
},
|
|
78
|
+
{
|
|
79
|
+
"name": "country",
|
|
80
|
+
"baseName": "country",
|
|
81
|
+
"type": "string",
|
|
82
|
+
"format": ""
|
|
83
|
+
}
|
|
84
|
+
];
|
|
85
|
+
return FilterNotificationTarget;
|
|
86
|
+
}());
|
|
87
|
+
exports.FilterNotificationTarget = FilterNotificationTarget;
|
|
88
|
+
//# sourceMappingURL=FilterNotificationTarget.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"FilterNotificationTarget.js","sourceRoot":"","sources":["../../models/FilterNotificationTarget.ts"],"names":[],"mappings":";;;AAUA;IAkII;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,cAAc;YACtB,UAAU,EAAE,cAAc;YAC1B,MAAM,EAAE,QAAQ;YAChB,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,eAAe;YACvB,UAAU,EAAE,eAAe;YAC3B,MAAM,EAAE,QAAQ;YAChB,QAAQ,EAAE,EAAE;SACf;QACD;YACI,MAAM,EAAE,cAAc;YACtB,UAAU,EAAE,cAAc;YAC1B,MAAM,EAAE,QAAQ;YAChB,QAAQ,EAAE,EAAE;SACf;QACD;YACI,MAAM,EAAE,cAAc;YACtB,UAAU,EAAE,cAAc;YAC1B,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,KAAK;YACb,UAAU,EAAE,KAAK;YACjB,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;QACD;YACI,MAAM,EAAE,aAAa;YACrB,UAAU,EAAE,aAAa;YACzB,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;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,QAAQ;YAChB,QAAQ,EAAE,EAAE;SACf;KAAK,CAAC;IAQf,+BAAC;CAAA,AApID,IAoIC;AApIY,4DAAwB"}
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
export declare class GetNotificationRequestBody {
|
|
2
|
+
'events'?: GetNotificationRequestBodyEventsEnum;
|
|
3
|
+
'email'?: string;
|
|
4
|
+
'app_id'?: string;
|
|
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
|
+
}
|
|
20
|
+
export declare type GetNotificationRequestBodyEventsEnum = "sent" | "clicked";
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.GetNotificationRequestBody = void 0;
|
|
4
|
+
var GetNotificationRequestBody = (function () {
|
|
5
|
+
function GetNotificationRequestBody() {
|
|
6
|
+
}
|
|
7
|
+
GetNotificationRequestBody.getAttributeTypeMap = function () {
|
|
8
|
+
return GetNotificationRequestBody.attributeTypeMap;
|
|
9
|
+
};
|
|
10
|
+
GetNotificationRequestBody.discriminator = undefined;
|
|
11
|
+
GetNotificationRequestBody.attributeTypeMap = [
|
|
12
|
+
{
|
|
13
|
+
"name": "events",
|
|
14
|
+
"baseName": "events",
|
|
15
|
+
"type": "GetNotificationRequestBodyEventsEnum",
|
|
16
|
+
"format": ""
|
|
17
|
+
},
|
|
18
|
+
{
|
|
19
|
+
"name": "email",
|
|
20
|
+
"baseName": "email",
|
|
21
|
+
"type": "string",
|
|
22
|
+
"format": ""
|
|
23
|
+
},
|
|
24
|
+
{
|
|
25
|
+
"name": "app_id",
|
|
26
|
+
"baseName": "app_id",
|
|
27
|
+
"type": "string",
|
|
28
|
+
"format": ""
|
|
29
|
+
}
|
|
30
|
+
];
|
|
31
|
+
return GetNotificationRequestBody;
|
|
32
|
+
}());
|
|
33
|
+
exports.GetNotificationRequestBody = GetNotificationRequestBody;
|
|
34
|
+
//# sourceMappingURL=GetNotificationRequestBody.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"GetNotificationRequestBody.js","sourceRoot":"","sources":["../../models/GetNotificationRequestBody.ts"],"names":[],"mappings":";;;AAUA;IAqCI;IACA,CAAC;IALM,8CAAmB,GAA1B;QACI,OAAO,0BAA0B,CAAC,gBAAgB,CAAC;IACvD,CAAC;IAxBe,wCAAa,GAAuB,SAAS,CAAC;IAE9C,2CAAgB,GAA0E;QACtG;YACI,MAAM,EAAE,QAAQ;YAChB,UAAU,EAAE,QAAQ;YACpB,MAAM,EAAE,sCAAsC;YAC9C,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,QAAQ;YAChB,UAAU,EAAE,QAAQ;YACpB,MAAM,EAAE,QAAQ;YAChB,QAAQ,EAAE,EAAE;SACf;KAAK,CAAC;IAQf,iCAAC;CAAA,AAvCD,IAuCC;AAvCY,gEAA0B"}
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
export declare class InlineResponse200 {
|
|
2
|
+
'id': string;
|
|
3
|
+
'recipients': number;
|
|
4
|
+
'external_id'?: string;
|
|
5
|
+
'errors'?: any | Array<string>;
|
|
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,40 @@
|
|
|
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": "id",
|
|
14
|
+
"baseName": "id",
|
|
15
|
+
"type": "string",
|
|
16
|
+
"format": ""
|
|
17
|
+
},
|
|
18
|
+
{
|
|
19
|
+
"name": "recipients",
|
|
20
|
+
"baseName": "recipients",
|
|
21
|
+
"type": "number",
|
|
22
|
+
"format": ""
|
|
23
|
+
},
|
|
24
|
+
{
|
|
25
|
+
"name": "external_id",
|
|
26
|
+
"baseName": "external_id",
|
|
27
|
+
"type": "string",
|
|
28
|
+
"format": ""
|
|
29
|
+
},
|
|
30
|
+
{
|
|
31
|
+
"name": "errors",
|
|
32
|
+
"baseName": "errors",
|
|
33
|
+
"type": "any | Array<string>",
|
|
34
|
+
"format": ""
|
|
35
|
+
}
|
|
36
|
+
];
|
|
37
|
+
return InlineResponse200;
|
|
38
|
+
}());
|
|
39
|
+
exports.InlineResponse200 = InlineResponse200;
|
|
40
|
+
//# sourceMappingURL=InlineResponse200.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"InlineResponse200.js","sourceRoot":"","sources":["../../models/InlineResponse200.ts"],"names":[],"mappings":";;;AAUA;IAyCI;IACA,CAAC;IALM,qCAAmB,GAA1B;QACI,OAAO,iBAAiB,CAAC,gBAAgB,CAAC;IAC9C,CAAC;IA9Be,+BAAa,GAAuB,SAAS,CAAC;IAE9C,kCAAgB,GAA0E;QACtG;YACI,MAAM,EAAE,IAAI;YACZ,UAAU,EAAE,IAAI;YAChB,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,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,qBAAqB;YAC7B,QAAQ,EAAE,EAAE;SACf;KAAK,CAAC;IAQf,wBAAC;CAAA,AA3CD,IA2CC;AA3CY,8CAAiB"}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
export declare class InlineResponse2001 {
|
|
2
|
+
'success'?: 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
|
+
}
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.InlineResponse2001 = void 0;
|
|
4
|
+
var InlineResponse2001 = (function () {
|
|
5
|
+
function InlineResponse2001() {
|
|
6
|
+
}
|
|
7
|
+
InlineResponse2001.getAttributeTypeMap = function () {
|
|
8
|
+
return InlineResponse2001.attributeTypeMap;
|
|
9
|
+
};
|
|
10
|
+
InlineResponse2001.discriminator = undefined;
|
|
11
|
+
InlineResponse2001.attributeTypeMap = [
|
|
12
|
+
{
|
|
13
|
+
"name": "success",
|
|
14
|
+
"baseName": "success",
|
|
15
|
+
"type": "string",
|
|
16
|
+
"format": ""
|
|
17
|
+
}
|
|
18
|
+
];
|
|
19
|
+
return InlineResponse2001;
|
|
20
|
+
}());
|
|
21
|
+
exports.InlineResponse2001 = InlineResponse2001;
|
|
22
|
+
//# sourceMappingURL=InlineResponse2001.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"InlineResponse2001.js","sourceRoot":"","sources":["../../models/InlineResponse2001.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,SAAS;YACjB,UAAU,EAAE,SAAS;YACrB,MAAM,EAAE,QAAQ;YAChB,QAAQ,EAAE,EAAE;SACf;KAAK,CAAC;IAQf,yBAAC;CAAA,AAnBD,IAmBC;AAnBY,gDAAkB"}
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
export declare class InlineResponse2002 {
|
|
2
|
+
'success'?: string;
|
|
3
|
+
'destination_url'?: 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.InlineResponse2002 = void 0;
|
|
4
|
+
var InlineResponse2002 = (function () {
|
|
5
|
+
function InlineResponse2002() {
|
|
6
|
+
}
|
|
7
|
+
InlineResponse2002.getAttributeTypeMap = function () {
|
|
8
|
+
return InlineResponse2002.attributeTypeMap;
|
|
9
|
+
};
|
|
10
|
+
InlineResponse2002.discriminator = undefined;
|
|
11
|
+
InlineResponse2002.attributeTypeMap = [
|
|
12
|
+
{
|
|
13
|
+
"name": "success",
|
|
14
|
+
"baseName": "success",
|
|
15
|
+
"type": "string",
|
|
16
|
+
"format": ""
|
|
17
|
+
},
|
|
18
|
+
{
|
|
19
|
+
"name": "destination_url",
|
|
20
|
+
"baseName": "destination_url",
|
|
21
|
+
"type": "string",
|
|
22
|
+
"format": ""
|
|
23
|
+
}
|
|
24
|
+
];
|
|
25
|
+
return InlineResponse2002;
|
|
26
|
+
}());
|
|
27
|
+
exports.InlineResponse2002 = InlineResponse2002;
|
|
28
|
+
//# sourceMappingURL=InlineResponse2002.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"InlineResponse2002.js","sourceRoot":"","sources":["../../models/InlineResponse2002.ts"],"names":[],"mappings":";;;AAUA;IAwBI;IACA,CAAC;IALM,sCAAmB,GAA1B;QACI,OAAO,kBAAkB,CAAC,gBAAgB,CAAC;IAC/C,CAAC;IAlBe,gCAAa,GAAuB,SAAS,CAAC;IAE9C,mCAAgB,GAA0E;QACtG;YACI,MAAM,EAAE,SAAS;YACjB,UAAU,EAAE,SAAS;YACrB,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,yBAAC;CAAA,AA1BD,IA0BC;AA1BY,gDAAkB"}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
export declare class InlineResponse2003 {
|
|
2
|
+
'success'?: boolean;
|
|
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": "success",
|
|
14
|
+
"baseName": "success",
|
|
15
|
+
"type": "boolean",
|
|
16
|
+
"format": ""
|
|
17
|
+
}
|
|
18
|
+
];
|
|
19
|
+
return InlineResponse2003;
|
|
20
|
+
}());
|
|
21
|
+
exports.InlineResponse2003 = InlineResponse2003;
|
|
22
|
+
//# sourceMappingURL=InlineResponse2003.js.map
|