@onesignal/node-onesignal 2.0.1-beta1 → 2.0.1-beta2
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 +126 -4
- package/apis/DefaultApi.ts +623 -95
- package/dist/apis/DefaultApi.d.ts +3 -0
- package/dist/apis/DefaultApi.js +1063 -415
- package/dist/apis/DefaultApi.js.map +1 -1
- package/dist/models/{BadRequestError.d.ts → ExportEventsSuccessResponse.d.ts} +2 -2
- package/dist/models/ExportEventsSuccessResponse.js +22 -0
- package/dist/models/ExportEventsSuccessResponse.js.map +1 -0
- package/dist/models/{CreateSegmentBadRequestResponse.d.ts → GenericError.d.ts} +3 -3
- package/dist/models/GenericError.js +22 -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/ObjectSerializer.d.ts +4 -3
- package/dist/models/ObjectSerializer.js +12 -9
- package/dist/models/ObjectSerializer.js.map +1 -1
- package/dist/models/{DeletePlayerBadRequestResponse.d.ts → RateLimiterError.d.ts} +3 -2
- package/dist/models/RateLimiterError.js +22 -0
- package/dist/models/RateLimiterError.js.map +1 -0
- package/dist/models/all.d.ts +4 -3
- package/dist/models/all.js +4 -3
- package/dist/models/all.js.map +1 -1
- package/dist/types/ObjectParamAPI.d.ts +6 -0
- package/dist/types/ObjectParamAPI.js +3 -0
- package/dist/types/ObjectParamAPI.js.map +1 -1
- package/dist/types/ObservableAPI.d.ts +2 -0
- package/dist/types/ObservableAPI.js +89 -65
- package/dist/types/ObservableAPI.js.map +1 -1
- package/dist/types/PromiseAPI.d.ts +2 -0
- package/dist/types/PromiseAPI.js +4 -0
- package/dist/types/PromiseAPI.js.map +1 -1
- package/models/App.ts +1 -1
- package/models/BasicNotification.ts +1 -1
- package/models/BasicNotificationAllOf.ts +1 -1
- package/models/BasicNotificationAllOfAndroidBackgroundLayout.ts +1 -1
- package/models/BeginLiveActivityRequest.ts +1 -1
- 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 +1 -1
- package/models/CreateUserConflictResponse.ts +1 -1
- package/models/CreateUserConflictResponseErrorsInner.ts +1 -1
- package/models/CreateUserConflictResponseErrorsItemsMeta.ts +1 -1
- 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/{DeletePlayerBadRequestResponse.ts → ExportEventsSuccessResponse.ts} +7 -7
- 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/{CreateNotificationBadRequestResponse.ts → GenericError.ts} +6 -5
- package/models/{IdentifyUserConflictResponseErrorsInner.ts → GenericErrorErrorsInner.ts} +3 -3
- package/models/GetNotificationRequestBody.ts +1 -1
- package/models/InlineResponse200.ts +1 -1
- package/models/InlineResponse2003.ts +1 -1
- package/models/InlineResponse201.ts +1 -1
- package/models/InlineResponse202.ts +1 -1
- package/models/InvalidIdentifierError.ts +1 -1
- package/models/Notification.ts +1 -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 +1 -1
- package/models/NotificationWithMeta.ts +1 -1
- package/models/NotificationWithMetaAllOf.ts +1 -1
- package/models/ObjectSerializer.ts +12 -9
- 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 +1 -1
- package/models/PlayerNotificationTarget.ts +1 -1
- package/models/PlayerNotificationTargetIncludeAliases.ts +1 -1
- package/models/PlayerSlice.ts +1 -1
- package/models/PropertiesDeltas.ts +1 -1
- package/models/PropertiesObject.ts +1 -1
- package/models/Purchase.ts +1 -1
- package/models/{BadRequestError.ts → RateLimiterError.ts} +6 -5
- package/models/Segment.ts +1 -1
- package/models/SegmentNotificationTarget.ts +1 -1
- package/models/StringMap.ts +1 -1
- package/models/SubscriptionObject.ts +1 -1
- package/models/TransferSubscriptionRequestBody.ts +1 -1
- package/models/UpdateLiveActivityRequest.ts +1 -1
- package/models/UpdateLiveActivitySuccessResponse.ts +1 -1
- package/models/UpdatePlayerSuccessResponse.ts +1 -1
- package/models/UpdatePlayerTagsRequestBody.ts +1 -1
- package/models/UpdatePlayerTagsSuccessResponse.ts +1 -1
- package/models/UpdateSubscriptionRequestBody.ts +1 -1
- package/models/UpdateUserRequest.ts +1 -1
- package/models/User.ts +1 -1
- package/models/UserIdentityRequestBody.ts +1 -1
- package/models/UserIdentityResponse.ts +1 -1
- package/models/UserSubscriptionOptions.ts +1 -1
- package/models/all.ts +4 -3
- package/package.json +2 -2
- package/types/ObjectParamAPI.ts +29 -4
- package/types/ObservableAPI.ts +30 -4
- package/types/PromiseAPI.ts +16 -4
- package/dist/models/BadRequestError.js +0 -22
- package/dist/models/BadRequestError.js.map +0 -1
- package/dist/models/CreateNotificationBadRequestResponse.d.ts +0 -17
- package/dist/models/CreateNotificationBadRequestResponse.js +0 -22
- package/dist/models/CreateNotificationBadRequestResponse.js.map +0 -1
- package/dist/models/CreateSegmentBadRequestResponse.js +0 -28
- package/dist/models/CreateSegmentBadRequestResponse.js.map +0 -1
- package/dist/models/DeletePlayerBadRequestResponse.js +0 -22
- package/dist/models/DeletePlayerBadRequestResponse.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/FilterNotificationTarget.d.ts +0 -28
- package/dist/models/FilterNotificationTarget.js +0 -88
- package/dist/models/FilterNotificationTarget.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/NotificationHistoryBadRequestResponse.d.ts +0 -18
- package/dist/models/NotificationHistoryBadRequestResponse.js +0 -28
- package/dist/models/NotificationHistoryBadRequestResponse.js.map +0 -1
- package/models/CreateSegmentBadRequestResponse.ts +0 -38
- package/models/DeleteSegmentBadRequestResponse.ts +0 -31
- package/models/FilterNotificationTarget.ts +0 -144
- package/models/IdentifyUserConflictResponse.ts +0 -32
- package/models/NotificationHistoryBadRequestResponse.ts +0 -38
|
@@ -1,28 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.CreateSegmentBadRequestResponse = void 0;
|
|
4
|
-
var CreateSegmentBadRequestResponse = (function () {
|
|
5
|
-
function CreateSegmentBadRequestResponse() {
|
|
6
|
-
}
|
|
7
|
-
CreateSegmentBadRequestResponse.getAttributeTypeMap = function () {
|
|
8
|
-
return CreateSegmentBadRequestResponse.attributeTypeMap;
|
|
9
|
-
};
|
|
10
|
-
CreateSegmentBadRequestResponse.discriminator = undefined;
|
|
11
|
-
CreateSegmentBadRequestResponse.attributeTypeMap = [
|
|
12
|
-
{
|
|
13
|
-
"name": "success",
|
|
14
|
-
"baseName": "success",
|
|
15
|
-
"type": "boolean",
|
|
16
|
-
"format": ""
|
|
17
|
-
},
|
|
18
|
-
{
|
|
19
|
-
"name": "errors",
|
|
20
|
-
"baseName": "errors",
|
|
21
|
-
"type": "Array<string>",
|
|
22
|
-
"format": ""
|
|
23
|
-
}
|
|
24
|
-
];
|
|
25
|
-
return CreateSegmentBadRequestResponse;
|
|
26
|
-
}());
|
|
27
|
-
exports.CreateSegmentBadRequestResponse = CreateSegmentBadRequestResponse;
|
|
28
|
-
//# sourceMappingURL=CreateSegmentBadRequestResponse.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"CreateSegmentBadRequestResponse.js","sourceRoot":"","sources":["../../models/CreateSegmentBadRequestResponse.ts"],"names":[],"mappings":";;;AAUA;IAwBI;IACA,CAAC;IALM,mDAAmB,GAA1B;QACI,OAAO,+BAA+B,CAAC,gBAAgB,CAAC;IAC5D,CAAC;IAlBe,6CAAa,GAAuB,SAAS,CAAC;IAE9C,gDAAgB,GAA0E;QACtG;YACI,MAAM,EAAE,SAAS;YACjB,UAAU,EAAE,SAAS;YACrB,MAAM,EAAE,SAAS;YACjB,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,sCAAC;CAAA,AA1BD,IA0BC;AA1BY,0EAA+B"}
|
|
@@ -1,22 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.DeletePlayerBadRequestResponse = void 0;
|
|
4
|
-
var DeletePlayerBadRequestResponse = (function () {
|
|
5
|
-
function DeletePlayerBadRequestResponse() {
|
|
6
|
-
}
|
|
7
|
-
DeletePlayerBadRequestResponse.getAttributeTypeMap = function () {
|
|
8
|
-
return DeletePlayerBadRequestResponse.attributeTypeMap;
|
|
9
|
-
};
|
|
10
|
-
DeletePlayerBadRequestResponse.discriminator = undefined;
|
|
11
|
-
DeletePlayerBadRequestResponse.attributeTypeMap = [
|
|
12
|
-
{
|
|
13
|
-
"name": "erorrs",
|
|
14
|
-
"baseName": "erorrs",
|
|
15
|
-
"type": "Array<boolean>",
|
|
16
|
-
"format": ""
|
|
17
|
-
}
|
|
18
|
-
];
|
|
19
|
-
return DeletePlayerBadRequestResponse;
|
|
20
|
-
}());
|
|
21
|
-
exports.DeletePlayerBadRequestResponse = DeletePlayerBadRequestResponse;
|
|
22
|
-
//# sourceMappingURL=DeletePlayerBadRequestResponse.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"DeletePlayerBadRequestResponse.js","sourceRoot":"","sources":["../../models/DeletePlayerBadRequestResponse.ts"],"names":[],"mappings":";;;AAUA;IAiBI;IACA,CAAC;IALM,kDAAmB,GAA1B;QACI,OAAO,8BAA8B,CAAC,gBAAgB,CAAC;IAC3D,CAAC;IAZe,4CAAa,GAAuB,SAAS,CAAC;IAE9C,+CAAgB,GAA0E;QACtG;YACI,MAAM,EAAE,QAAQ;YAChB,UAAU,EAAE,QAAQ;YACpB,MAAM,EAAE,gBAAgB;YACxB,QAAQ,EAAE,EAAE;SACf;KAAK,CAAC;IAQf,qCAAC;CAAA,AAnBD,IAmBC;AAnBY,wEAA8B"}
|
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
export declare class DeleteSegmentBadRequestResponse {
|
|
2
|
-
'erorrs'?: 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.DeleteSegmentBadRequestResponse = void 0;
|
|
4
|
-
var DeleteSegmentBadRequestResponse = (function () {
|
|
5
|
-
function DeleteSegmentBadRequestResponse() {
|
|
6
|
-
}
|
|
7
|
-
DeleteSegmentBadRequestResponse.getAttributeTypeMap = function () {
|
|
8
|
-
return DeleteSegmentBadRequestResponse.attributeTypeMap;
|
|
9
|
-
};
|
|
10
|
-
DeleteSegmentBadRequestResponse.discriminator = undefined;
|
|
11
|
-
DeleteSegmentBadRequestResponse.attributeTypeMap = [
|
|
12
|
-
{
|
|
13
|
-
"name": "erorrs",
|
|
14
|
-
"baseName": "erorrs",
|
|
15
|
-
"type": "Array<string>",
|
|
16
|
-
"format": ""
|
|
17
|
-
}
|
|
18
|
-
];
|
|
19
|
-
return DeleteSegmentBadRequestResponse;
|
|
20
|
-
}());
|
|
21
|
-
exports.DeleteSegmentBadRequestResponse = DeleteSegmentBadRequestResponse;
|
|
22
|
-
//# sourceMappingURL=DeleteSegmentBadRequestResponse.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"DeleteSegmentBadRequestResponse.js","sourceRoot":"","sources":["../../models/DeleteSegmentBadRequestResponse.ts"],"names":[],"mappings":";;;AAUA;IAiBI;IACA,CAAC;IALM,mDAAmB,GAA1B;QACI,OAAO,+BAA+B,CAAC,gBAAgB,CAAC;IAC5D,CAAC;IAZe,6CAAa,GAAuB,SAAS,CAAC;IAE9C,gDAAgB,GAA0E;QACtG;YACI,MAAM,EAAE,QAAQ;YAChB,UAAU,EAAE,QAAQ;YACpB,MAAM,EAAE,eAAe;YACvB,QAAQ,EAAE,EAAE;SACf;KAAK,CAAC;IAQf,sCAAC;CAAA,AAnBD,IAmBC;AAnBY,0EAA+B"}
|
|
@@ -1,28 +0,0 @@
|
|
|
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
|
-
}
|
|
@@ -1,88 +0,0 @@
|
|
|
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
|
|
@@ -1 +0,0 @@
|
|
|
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"}
|
|
@@ -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,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"}
|
|
@@ -1,38 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* OneSignal
|
|
3
|
-
* A powerful way to send personalized messages at scale and build effective customer engagement strategies. Learn more at onesignal.com
|
|
4
|
-
*
|
|
5
|
-
* API Version: 1.0.1
|
|
6
|
-
* Contact: devrel@onesignal.com
|
|
7
|
-
*/
|
|
8
|
-
|
|
9
|
-
import { HttpFile } from '../http/http';
|
|
10
|
-
|
|
11
|
-
export class CreateSegmentBadRequestResponse {
|
|
12
|
-
'success'?: boolean;
|
|
13
|
-
'errors'?: Array<string>;
|
|
14
|
-
|
|
15
|
-
static readonly discriminator: string | undefined = undefined;
|
|
16
|
-
|
|
17
|
-
static readonly attributeTypeMap: Array<{name: string, baseName: string, type: string, format: string}> = [
|
|
18
|
-
{
|
|
19
|
-
"name": "success",
|
|
20
|
-
"baseName": "success",
|
|
21
|
-
"type": "boolean",
|
|
22
|
-
"format": ""
|
|
23
|
-
},
|
|
24
|
-
{
|
|
25
|
-
"name": "errors",
|
|
26
|
-
"baseName": "errors",
|
|
27
|
-
"type": "Array<string>",
|
|
28
|
-
"format": ""
|
|
29
|
-
} ];
|
|
30
|
-
|
|
31
|
-
static getAttributeTypeMap() {
|
|
32
|
-
return CreateSegmentBadRequestResponse.attributeTypeMap;
|
|
33
|
-
}
|
|
34
|
-
|
|
35
|
-
public constructor() {
|
|
36
|
-
}
|
|
37
|
-
}
|
|
38
|
-
|
|
@@ -1,31 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* OneSignal
|
|
3
|
-
* A powerful way to send personalized messages at scale and build effective customer engagement strategies. Learn more at onesignal.com
|
|
4
|
-
*
|
|
5
|
-
* API Version: 1.0.1
|
|
6
|
-
* Contact: devrel@onesignal.com
|
|
7
|
-
*/
|
|
8
|
-
|
|
9
|
-
import { HttpFile } from '../http/http';
|
|
10
|
-
|
|
11
|
-
export class DeleteSegmentBadRequestResponse {
|
|
12
|
-
'erorrs'?: Array<string>;
|
|
13
|
-
|
|
14
|
-
static readonly discriminator: string | undefined = undefined;
|
|
15
|
-
|
|
16
|
-
static readonly attributeTypeMap: Array<{name: string, baseName: string, type: string, format: string}> = [
|
|
17
|
-
{
|
|
18
|
-
"name": "erorrs",
|
|
19
|
-
"baseName": "erorrs",
|
|
20
|
-
"type": "Array<string>",
|
|
21
|
-
"format": ""
|
|
22
|
-
} ];
|
|
23
|
-
|
|
24
|
-
static getAttributeTypeMap() {
|
|
25
|
-
return DeleteSegmentBadRequestResponse.attributeTypeMap;
|
|
26
|
-
}
|
|
27
|
-
|
|
28
|
-
public constructor() {
|
|
29
|
-
}
|
|
30
|
-
}
|
|
31
|
-
|
|
@@ -1,144 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* OneSignal
|
|
3
|
-
* A powerful way to send personalized messages at scale and build effective customer engagement strategies. Learn more at onesignal.com
|
|
4
|
-
*
|
|
5
|
-
* API Version: 1.0.1
|
|
6
|
-
* Contact: devrel@onesignal.com
|
|
7
|
-
*/
|
|
8
|
-
|
|
9
|
-
import { HttpFile } from '../http/http';
|
|
10
|
-
|
|
11
|
-
export class FilterNotificationTarget {
|
|
12
|
-
/**
|
|
13
|
-
* relation = \">\" or \"<\" hours_ago = number of hours before or after the users last session. Example: \"1.1\"
|
|
14
|
-
*/
|
|
15
|
-
'last_session'?: string;
|
|
16
|
-
/**
|
|
17
|
-
* relation = \">\" or \"<\" hours_ago = number of hours before or after the users first session. Example: \"1.1\"
|
|
18
|
-
*/
|
|
19
|
-
'first_session'?: string;
|
|
20
|
-
/**
|
|
21
|
-
* relation = \">\", \"<\", \"=\" or \"!=\" value = number sessions. Example: \"1\"
|
|
22
|
-
*/
|
|
23
|
-
'session_count'?: string;
|
|
24
|
-
/**
|
|
25
|
-
* relation = \">\", \"<\", \"=\" or \"!=\" value = Time in seconds the user has been in your app. Example: \"3600\"
|
|
26
|
-
*/
|
|
27
|
-
'session_time'?: string;
|
|
28
|
-
/**
|
|
29
|
-
* relation = \">\", \"<\", or \"=\" value = Amount in USD a user has spent on IAP (In App Purchases). Example: \"0.99\"
|
|
30
|
-
*/
|
|
31
|
-
'amount_spent'?: string;
|
|
32
|
-
/**
|
|
33
|
-
* relation = \">\", \"<\" or \"=\" key = SKU purchased in your app as an IAP (In App Purchases). Example: \"com.domain.100coinpack\" value = value of SKU to compare to. Example: \"0.99\"
|
|
34
|
-
*/
|
|
35
|
-
'bought_sku'?: string;
|
|
36
|
-
/**
|
|
37
|
-
* relation = \">\", \"<\", \"=\", \"!=\", \"exists\", \"not_exists\", \"time_elapsed_gt\" (paid plan only) or \"time_elapsed_lt\" (paid plan only) See Time Operators key = Tag key to compare. value = Tag value to compare. Not required for \"exists\" or \"not_exists\". Example: See Formatting Filters
|
|
38
|
-
*/
|
|
39
|
-
'tag'?: string;
|
|
40
|
-
/**
|
|
41
|
-
* relation = \"=\" or \"!=\" value = 2 character language code. Example: \"en\". For a list of all language codes see Language & Localization.
|
|
42
|
-
*/
|
|
43
|
-
'language'?: string;
|
|
44
|
-
/**
|
|
45
|
-
* relation = \">\", \"<\", \"=\" or \"!=\" value = app version. Example: \"1.0.0\"
|
|
46
|
-
*/
|
|
47
|
-
'app_version'?: string;
|
|
48
|
-
/**
|
|
49
|
-
* radius = in meters lat = latitude long = longitude
|
|
50
|
-
*/
|
|
51
|
-
'location'?: string;
|
|
52
|
-
/**
|
|
53
|
-
* value = email address Only for sending Push Notifications Use this for targeting push subscribers associated with an email set with all SDK setEmail methods To send emails to specific email addresses use include_email_tokens parameter
|
|
54
|
-
*/
|
|
55
|
-
'email'?: string;
|
|
56
|
-
/**
|
|
57
|
-
* relation = \"=\" value = 2-digit Country code Example: \"field\": \"country\", \"relation\": \"=\", \"value\", \"US\"
|
|
58
|
-
*/
|
|
59
|
-
'country'?: string;
|
|
60
|
-
|
|
61
|
-
static readonly discriminator: string | undefined = undefined;
|
|
62
|
-
|
|
63
|
-
static readonly attributeTypeMap: Array<{name: string, baseName: string, type: string, format: string}> = [
|
|
64
|
-
{
|
|
65
|
-
"name": "last_session",
|
|
66
|
-
"baseName": "last_session",
|
|
67
|
-
"type": "string",
|
|
68
|
-
"format": ""
|
|
69
|
-
},
|
|
70
|
-
{
|
|
71
|
-
"name": "first_session",
|
|
72
|
-
"baseName": "first_session",
|
|
73
|
-
"type": "string",
|
|
74
|
-
"format": ""
|
|
75
|
-
},
|
|
76
|
-
{
|
|
77
|
-
"name": "session_count",
|
|
78
|
-
"baseName": "session_count",
|
|
79
|
-
"type": "string",
|
|
80
|
-
"format": ""
|
|
81
|
-
},
|
|
82
|
-
{
|
|
83
|
-
"name": "session_time",
|
|
84
|
-
"baseName": "session_time",
|
|
85
|
-
"type": "string",
|
|
86
|
-
"format": ""
|
|
87
|
-
},
|
|
88
|
-
{
|
|
89
|
-
"name": "amount_spent",
|
|
90
|
-
"baseName": "amount_spent",
|
|
91
|
-
"type": "string",
|
|
92
|
-
"format": ""
|
|
93
|
-
},
|
|
94
|
-
{
|
|
95
|
-
"name": "bought_sku",
|
|
96
|
-
"baseName": "bought_sku",
|
|
97
|
-
"type": "string",
|
|
98
|
-
"format": ""
|
|
99
|
-
},
|
|
100
|
-
{
|
|
101
|
-
"name": "tag",
|
|
102
|
-
"baseName": "tag",
|
|
103
|
-
"type": "string",
|
|
104
|
-
"format": ""
|
|
105
|
-
},
|
|
106
|
-
{
|
|
107
|
-
"name": "language",
|
|
108
|
-
"baseName": "language",
|
|
109
|
-
"type": "string",
|
|
110
|
-
"format": ""
|
|
111
|
-
},
|
|
112
|
-
{
|
|
113
|
-
"name": "app_version",
|
|
114
|
-
"baseName": "app_version",
|
|
115
|
-
"type": "string",
|
|
116
|
-
"format": ""
|
|
117
|
-
},
|
|
118
|
-
{
|
|
119
|
-
"name": "location",
|
|
120
|
-
"baseName": "location",
|
|
121
|
-
"type": "string",
|
|
122
|
-
"format": ""
|
|
123
|
-
},
|
|
124
|
-
{
|
|
125
|
-
"name": "email",
|
|
126
|
-
"baseName": "email",
|
|
127
|
-
"type": "string",
|
|
128
|
-
"format": ""
|
|
129
|
-
},
|
|
130
|
-
{
|
|
131
|
-
"name": "country",
|
|
132
|
-
"baseName": "country",
|
|
133
|
-
"type": "string",
|
|
134
|
-
"format": ""
|
|
135
|
-
} ];
|
|
136
|
-
|
|
137
|
-
static getAttributeTypeMap() {
|
|
138
|
-
return FilterNotificationTarget.attributeTypeMap;
|
|
139
|
-
}
|
|
140
|
-
|
|
141
|
-
public constructor() {
|
|
142
|
-
}
|
|
143
|
-
}
|
|
144
|
-
|
|
@@ -1,32 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* OneSignal
|
|
3
|
-
* A powerful way to send personalized messages at scale and build effective customer engagement strategies. Learn more at onesignal.com
|
|
4
|
-
*
|
|
5
|
-
* API Version: 1.2.1
|
|
6
|
-
* Contact: devrel@onesignal.com
|
|
7
|
-
*/
|
|
8
|
-
|
|
9
|
-
import { IdentifyUserConflictResponseErrorsInner } from './IdentifyUserConflictResponseErrorsInner';
|
|
10
|
-
import { HttpFile } from '../http/http';
|
|
11
|
-
|
|
12
|
-
export class IdentifyUserConflictResponse {
|
|
13
|
-
'errors'?: Array<IdentifyUserConflictResponseErrorsInner>;
|
|
14
|
-
|
|
15
|
-
static readonly discriminator: string | undefined = undefined;
|
|
16
|
-
|
|
17
|
-
static readonly attributeTypeMap: Array<{name: string, baseName: string, type: string, format: string}> = [
|
|
18
|
-
{
|
|
19
|
-
"name": "errors",
|
|
20
|
-
"baseName": "errors",
|
|
21
|
-
"type": "Array<IdentifyUserConflictResponseErrorsInner>",
|
|
22
|
-
"format": ""
|
|
23
|
-
} ];
|
|
24
|
-
|
|
25
|
-
static getAttributeTypeMap() {
|
|
26
|
-
return IdentifyUserConflictResponse.attributeTypeMap;
|
|
27
|
-
}
|
|
28
|
-
|
|
29
|
-
public constructor() {
|
|
30
|
-
}
|
|
31
|
-
}
|
|
32
|
-
|
|
@@ -1,38 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* OneSignal
|
|
3
|
-
* A powerful way to send personalized messages at scale and build effective customer engagement strategies. Learn more at onesignal.com
|
|
4
|
-
*
|
|
5
|
-
* API Version: 1.0.1
|
|
6
|
-
* Contact: devrel@onesignal.com
|
|
7
|
-
*/
|
|
8
|
-
|
|
9
|
-
import { HttpFile } from '../http/http';
|
|
10
|
-
|
|
11
|
-
export class NotificationHistoryBadRequestResponse {
|
|
12
|
-
'success'?: string;
|
|
13
|
-
'errors'?: Array<string>;
|
|
14
|
-
|
|
15
|
-
static readonly discriminator: string | undefined = undefined;
|
|
16
|
-
|
|
17
|
-
static readonly attributeTypeMap: Array<{name: string, baseName: string, type: string, format: string}> = [
|
|
18
|
-
{
|
|
19
|
-
"name": "success",
|
|
20
|
-
"baseName": "success",
|
|
21
|
-
"type": "string",
|
|
22
|
-
"format": ""
|
|
23
|
-
},
|
|
24
|
-
{
|
|
25
|
-
"name": "errors",
|
|
26
|
-
"baseName": "errors",
|
|
27
|
-
"type": "Array<string>",
|
|
28
|
-
"format": ""
|
|
29
|
-
} ];
|
|
30
|
-
|
|
31
|
-
static getAttributeTypeMap() {
|
|
32
|
-
return NotificationHistoryBadRequestResponse.attributeTypeMap;
|
|
33
|
-
}
|
|
34
|
-
|
|
35
|
-
public constructor() {
|
|
36
|
-
}
|
|
37
|
-
}
|
|
38
|
-
|