@onesignal/node-onesignal 5.1.0-beta1 → 5.2.1-beta1

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.
Files changed (178) hide show
  1. package/.github/workflows/asana-add-comment.yml +47 -0
  2. package/.github/workflows/asana-create-task.yml +119 -0
  3. package/.github/workflows/asana-update-issue.yml +172 -0
  4. package/apis/DefaultApi.ts +30 -30
  5. package/dist/apis/DefaultApi.js +30 -30
  6. package/dist/models/BasicNotification.d.ts +1 -0
  7. package/dist/models/BasicNotification.js +6 -0
  8. package/dist/models/BasicNotification.js.map +1 -1
  9. package/dist/models/BasicNotificationAllOf.d.ts +1 -0
  10. package/dist/models/BasicNotificationAllOf.js +6 -0
  11. package/dist/models/BasicNotificationAllOf.js.map +1 -1
  12. package/dist/models/Notification.d.ts +1 -0
  13. package/dist/models/Notification.js +6 -0
  14. package/dist/models/Notification.js.map +1 -1
  15. package/dist/models/NotificationWithMeta.d.ts +1 -0
  16. package/dist/models/NotificationWithMeta.js +6 -0
  17. package/dist/models/NotificationWithMeta.js.map +1 -1
  18. package/dist/models/ObjectSerializer.js.map +1 -1
  19. package/models/App.ts +1 -1
  20. package/models/BasicNotification.ts +11 -1
  21. package/models/BasicNotificationAllOf.ts +11 -1
  22. package/models/BasicNotificationAllOfAndroidBackgroundLayout.ts +1 -1
  23. package/models/Button.ts +1 -1
  24. package/models/CreateNotificationSuccessResponse.ts +1 -1
  25. package/models/CreateSegmentConflictResponse.ts +1 -1
  26. package/models/CreateSegmentSuccessResponse.ts +1 -1
  27. package/models/CreateUserConflictResponse.ts +1 -1
  28. package/models/CreateUserConflictResponseErrorsInner.ts +1 -1
  29. package/models/CreateUserConflictResponseErrorsItemsMeta.ts +1 -1
  30. package/models/DeliveryData.ts +1 -1
  31. package/models/ExportEventsSuccessResponse.ts +1 -1
  32. package/models/ExportSubscriptionsRequestBody.ts +1 -1
  33. package/models/ExportSubscriptionsSuccessResponse.ts +1 -1
  34. package/models/Filter.ts +1 -1
  35. package/models/FilterExpression.ts +1 -1
  36. package/models/GenericError.ts +1 -1
  37. package/models/GenericSuccessBoolResponse.ts +1 -1
  38. package/models/GetNotificationHistoryRequestBody.ts +1 -1
  39. package/models/GetSegmentsSuccessResponse.ts +1 -1
  40. package/models/LanguageStringMap.ts +1 -1
  41. package/models/Notification.ts +11 -1
  42. package/models/NotificationAllOf.ts +1 -1
  43. package/models/NotificationHistorySuccessResponse.ts +1 -1
  44. package/models/NotificationSlice.ts +1 -1
  45. package/models/NotificationTarget.ts +1 -1
  46. package/models/NotificationWithMeta.ts +11 -1
  47. package/models/NotificationWithMetaAllOf.ts +1 -1
  48. package/models/ObjectSerializer.ts +4 -4
  49. package/models/Operator.ts +1 -1
  50. package/models/OutcomeData.ts +1 -1
  51. package/models/OutcomesData.ts +1 -1
  52. package/models/PlatformDeliveryData.ts +1 -1
  53. package/models/PlatformDeliveryDataEmailAllOf.ts +1 -1
  54. package/models/PlatformDeliveryDataSmsAllOf.ts +1 -1
  55. package/models/PropertiesBody.ts +1 -1
  56. package/models/PropertiesDeltas.ts +1 -1
  57. package/models/PropertiesObject.ts +1 -1
  58. package/models/Purchase.ts +1 -1
  59. package/models/RateLimitError.ts +1 -1
  60. package/models/Segment.ts +1 -1
  61. package/models/SegmentData.ts +1 -1
  62. package/models/SegmentNotificationTarget.ts +1 -1
  63. package/models/Subscription.ts +1 -1
  64. package/models/SubscriptionBody.ts +1 -1
  65. package/models/SubscriptionNotificationTarget.ts +1 -1
  66. package/models/TransferSubscriptionRequestBody.ts +1 -1
  67. package/models/UpdateLiveActivityRequest.ts +1 -1
  68. package/models/UpdateLiveActivitySuccessResponse.ts +1 -1
  69. package/models/UpdateUserRequest.ts +1 -1
  70. package/models/User.ts +1 -1
  71. package/models/UserIdentityBody.ts +1 -1
  72. package/models/WebButton.ts +1 -1
  73. package/package.json +6 -5
  74. package/.github/workflows/Zapier.yml +0 -34
  75. package/dist/models/BeginLiveActivityRequest.d.ts +0 -18
  76. package/dist/models/BeginLiveActivityRequest.js +0 -28
  77. package/dist/models/BeginLiveActivityRequest.js.map +0 -1
  78. package/dist/models/CancelNotificationSuccessResponse.d.ts +0 -17
  79. package/dist/models/CancelNotificationSuccessResponse.js +0 -22
  80. package/dist/models/CancelNotificationSuccessResponse.js.map +0 -1
  81. package/dist/models/CreatePlayerSuccessResponse.d.ts +0 -18
  82. package/dist/models/CreatePlayerSuccessResponse.js +0 -28
  83. package/dist/models/CreatePlayerSuccessResponse.js.map +0 -1
  84. package/dist/models/CreateSubscriptionRequestBody.d.ts +0 -19
  85. package/dist/models/CreateSubscriptionRequestBody.js +0 -28
  86. package/dist/models/CreateSubscriptionRequestBody.js.map +0 -1
  87. package/dist/models/DeletePlayerNotFoundResponse.d.ts +0 -17
  88. package/dist/models/DeletePlayerNotFoundResponse.js +0 -22
  89. package/dist/models/DeletePlayerNotFoundResponse.js.map +0 -1
  90. package/dist/models/DeletePlayerSuccessResponse.d.ts +0 -17
  91. package/dist/models/DeletePlayerSuccessResponse.js +0 -22
  92. package/dist/models/DeletePlayerSuccessResponse.js.map +0 -1
  93. package/dist/models/DeleteSegmentNotFoundResponse.d.ts +0 -17
  94. package/dist/models/DeleteSegmentNotFoundResponse.js +0 -22
  95. package/dist/models/DeleteSegmentNotFoundResponse.js.map +0 -1
  96. package/dist/models/DeleteSegmentSuccessResponse.d.ts +0 -17
  97. package/dist/models/DeleteSegmentSuccessResponse.js +0 -22
  98. package/dist/models/DeleteSegmentSuccessResponse.js.map +0 -1
  99. package/dist/models/ExportPlayersRequestBody.d.ts +0 -19
  100. package/dist/models/ExportPlayersRequestBody.js +0 -34
  101. package/dist/models/ExportPlayersRequestBody.js.map +0 -1
  102. package/dist/models/ExportPlayersSuccessResponse.d.ts +0 -17
  103. package/dist/models/ExportPlayersSuccessResponse.js +0 -22
  104. package/dist/models/ExportPlayersSuccessResponse.js.map +0 -1
  105. package/dist/models/FilterExpressions.d.ts +0 -23
  106. package/dist/models/FilterExpressions.js +0 -46
  107. package/dist/models/FilterExpressions.js.map +0 -1
  108. package/dist/models/GenericErrorErrorsInner.d.ts +0 -18
  109. package/dist/models/GenericErrorErrorsInner.js +0 -28
  110. package/dist/models/GenericErrorErrorsInner.js.map +0 -1
  111. package/dist/models/GetNotificationRequestBody.d.ts +0 -20
  112. package/dist/models/GetNotificationRequestBody.js +0 -34
  113. package/dist/models/GetNotificationRequestBody.js.map +0 -1
  114. package/dist/models/InlineResponse200.d.ts +0 -19
  115. package/dist/models/InlineResponse200.js +0 -22
  116. package/dist/models/InlineResponse200.js.map +0 -1
  117. package/dist/models/InlineResponse2003.d.ts +0 -17
  118. package/dist/models/InlineResponse2003.js +0 -22
  119. package/dist/models/InlineResponse2003.js.map +0 -1
  120. package/dist/models/InlineResponse201.d.ts +0 -18
  121. package/dist/models/InlineResponse201.js +0 -22
  122. package/dist/models/InlineResponse201.js.map +0 -1
  123. package/dist/models/InlineResponse202.d.ts +0 -18
  124. package/dist/models/InlineResponse202.js +0 -22
  125. package/dist/models/InlineResponse202.js.map +0 -1
  126. package/dist/models/InvalidIdentifierError.d.ts +0 -18
  127. package/dist/models/InvalidIdentifierError.js +0 -28
  128. package/dist/models/InvalidIdentifierError.js.map +0 -1
  129. package/dist/models/Notification200Errors.d.ts +0 -18
  130. package/dist/models/Notification200Errors.js +0 -28
  131. package/dist/models/Notification200Errors.js.map +0 -1
  132. package/dist/models/Player.d.ts +0 -43
  133. package/dist/models/Player.js +0 -178
  134. package/dist/models/Player.js.map +0 -1
  135. package/dist/models/PlayerNotificationTarget.d.ts +0 -30
  136. package/dist/models/PlayerNotificationTarget.js +0 -88
  137. package/dist/models/PlayerNotificationTarget.js.map +0 -1
  138. package/dist/models/PlayerNotificationTargetIncludeAliases.d.ts +0 -17
  139. package/dist/models/PlayerNotificationTargetIncludeAliases.js +0 -22
  140. package/dist/models/PlayerNotificationTargetIncludeAliases.js.map +0 -1
  141. package/dist/models/PlayerSlice.d.ts +0 -21
  142. package/dist/models/PlayerSlice.js +0 -40
  143. package/dist/models/PlayerSlice.js.map +0 -1
  144. package/dist/models/RateLimiterError.d.ts +0 -18
  145. package/dist/models/RateLimiterError.js +0 -22
  146. package/dist/models/RateLimiterError.js.map +0 -1
  147. package/dist/models/StringMap.d.ts +0 -59
  148. package/dist/models/StringMap.js +0 -274
  149. package/dist/models/StringMap.js.map +0 -1
  150. package/dist/models/SubscriptionObject.d.ts +0 -34
  151. package/dist/models/SubscriptionObject.js +0 -118
  152. package/dist/models/SubscriptionObject.js.map +0 -1
  153. package/dist/models/UpdatePlayerSuccessResponse.d.ts +0 -17
  154. package/dist/models/UpdatePlayerSuccessResponse.js +0 -22
  155. package/dist/models/UpdatePlayerSuccessResponse.js.map +0 -1
  156. package/dist/models/UpdatePlayerTagsRequestBody.d.ts +0 -17
  157. package/dist/models/UpdatePlayerTagsRequestBody.js +0 -22
  158. package/dist/models/UpdatePlayerTagsRequestBody.js.map +0 -1
  159. package/dist/models/UpdatePlayerTagsSuccessResponse.d.ts +0 -17
  160. package/dist/models/UpdatePlayerTagsSuccessResponse.js +0 -22
  161. package/dist/models/UpdatePlayerTagsSuccessResponse.js.map +0 -1
  162. package/dist/models/UpdateSubscriptionRequestBody.d.ts +0 -18
  163. package/dist/models/UpdateSubscriptionRequestBody.js +0 -22
  164. package/dist/models/UpdateSubscriptionRequestBody.js.map +0 -1
  165. package/dist/models/UserIdentityRequestBody.d.ts +0 -19
  166. package/dist/models/UserIdentityRequestBody.js +0 -22
  167. package/dist/models/UserIdentityRequestBody.js.map +0 -1
  168. package/dist/models/UserIdentityResponse.d.ts +0 -19
  169. package/dist/models/UserIdentityResponse.js +0 -22
  170. package/dist/models/UserIdentityResponse.js.map +0 -1
  171. package/dist/models/UserSubscriptionOptions.d.ts +0 -17
  172. package/dist/models/UserSubscriptionOptions.js +0 -22
  173. package/dist/models/UserSubscriptionOptions.js.map +0 -1
  174. package/dist/test.d.ts +0 -1
  175. package/dist/test.js +0 -60
  176. package/dist/test.js.map +0 -1
  177. package/models/GenericErrorErrorsInner.ts +0 -38
  178. package/onesignal-node-onesignal-5.1.0-beta1.tgz +0 -0
@@ -1,23 +0,0 @@
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 type FilterExpressionsRelationEnum = ">" | "<" | "=" | "!=" | "exists" | "not_exists" | "time_elapsed_gt" | "time_elapsed_lt";
23
- export type FilterExpressionsOperatorEnum = "OR" | "AND";
@@ -1,46 +0,0 @@
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
@@ -1 +0,0 @@
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"}
@@ -1,18 +0,0 @@
1
- export declare class GenericErrorErrorsInner {
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
- }
@@ -1,28 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.GenericErrorErrorsInner = void 0;
4
- var GenericErrorErrorsInner = (function () {
5
- function GenericErrorErrorsInner() {
6
- }
7
- GenericErrorErrorsInner.getAttributeTypeMap = function () {
8
- return GenericErrorErrorsInner.attributeTypeMap;
9
- };
10
- GenericErrorErrorsInner.discriminator = undefined;
11
- GenericErrorErrorsInner.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 GenericErrorErrorsInner;
26
- }());
27
- exports.GenericErrorErrorsInner = GenericErrorErrorsInner;
28
- //# sourceMappingURL=GenericErrorErrorsInner.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"GenericErrorErrorsInner.js","sourceRoot":"","sources":["../../models/GenericErrorErrorsInner.ts"],"names":[],"mappings":";;;AAUA;IAwBI;IACA,CAAC;IALM,2CAAmB,GAA1B;QACI,OAAO,uBAAuB,CAAC,gBAAgB,CAAC;IACpD,CAAC;IAlBe,qCAAa,GAAuB,SAAS,CAAC;IAE9C,wCAAgB,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,8BAAC;CAAA,AA1BD,IA0BC;AA1BY,0DAAuB"}
@@ -1,20 +0,0 @@
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 type GetNotificationRequestBodyEventsEnum = "sent" | "clicked";
@@ -1,34 +0,0 @@
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
@@ -1 +0,0 @@
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"}
@@ -1,19 +0,0 @@
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
- }
@@ -1,22 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.InlineResponse200 = void 0;
4
- var InlineResponse200 = (function () {
5
- function InlineResponse200() {
6
- }
7
- InlineResponse200.getAttributeTypeMap = function () {
8
- return InlineResponse200.attributeTypeMap;
9
- };
10
- InlineResponse200.discriminator = undefined;
11
- InlineResponse200.attributeTypeMap = [
12
- {
13
- "name": "identity",
14
- "baseName": "identity",
15
- "type": "{ [key: string]: any; }",
16
- "format": ""
17
- }
18
- ];
19
- return InlineResponse200;
20
- }());
21
- exports.InlineResponse200 = InlineResponse200;
22
- //# sourceMappingURL=InlineResponse200.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"InlineResponse200.js","sourceRoot":"","sources":["../../models/InlineResponse200.ts"],"names":[],"mappings":";;;AAUA;IAiBI;IACA,CAAC;IALM,qCAAmB,GAA1B;QACI,OAAO,iBAAiB,CAAC,gBAAgB,CAAC;IAC9C,CAAC;IAZe,+BAAa,GAAuB,SAAS,CAAC;IAE9C,kCAAgB,GAA0E;QACtG;YACI,MAAM,EAAE,UAAU;YAClB,UAAU,EAAE,UAAU;YACtB,MAAM,EAAE,yBAAyB;YACjC,QAAQ,EAAE,EAAE;SACf;KAAK,CAAC;IAQf,wBAAC;CAAA,AAnBD,IAmBC;AAnBY,8CAAiB"}
@@ -1,17 +0,0 @@
1
- export declare class InlineResponse2003 {
2
- 'in_app_messages'?: Array<object>;
3
- static readonly discriminator: string | undefined;
4
- static readonly attributeTypeMap: Array<{
5
- name: string;
6
- baseName: string;
7
- type: string;
8
- format: string;
9
- }>;
10
- static getAttributeTypeMap(): {
11
- name: string;
12
- baseName: string;
13
- type: string;
14
- format: string;
15
- }[];
16
- constructor();
17
- }
@@ -1,22 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.InlineResponse2003 = void 0;
4
- var InlineResponse2003 = (function () {
5
- function InlineResponse2003() {
6
- }
7
- InlineResponse2003.getAttributeTypeMap = function () {
8
- return InlineResponse2003.attributeTypeMap;
9
- };
10
- InlineResponse2003.discriminator = undefined;
11
- InlineResponse2003.attributeTypeMap = [
12
- {
13
- "name": "in_app_messages",
14
- "baseName": "in_app_messages",
15
- "type": "Array<object>",
16
- "format": ""
17
- }
18
- ];
19
- return InlineResponse2003;
20
- }());
21
- exports.InlineResponse2003 = InlineResponse2003;
22
- //# sourceMappingURL=InlineResponse2003.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"InlineResponse2003.js","sourceRoot":"","sources":["../../models/InlineResponse2003.ts"],"names":[],"mappings":";;;AAUA;IAiBI;IACA,CAAC;IALM,sCAAmB,GAA1B;QACI,OAAO,kBAAkB,CAAC,gBAAgB,CAAC;IAC/C,CAAC;IAZe,gCAAa,GAAuB,SAAS,CAAC;IAE9C,mCAAgB,GAA0E;QACtG;YACI,MAAM,EAAE,iBAAiB;YACzB,UAAU,EAAE,iBAAiB;YAC7B,MAAM,EAAE,eAAe;YACvB,QAAQ,EAAE,EAAE;SACf;KAAK,CAAC;IAQf,yBAAC;CAAA,AAnBD,IAmBC;AAnBY,gDAAkB"}
@@ -1,18 +0,0 @@
1
- import { SubscriptionObject } from './SubscriptionObject';
2
- export declare class InlineResponse201 {
3
- 'subscription'?: SubscriptionObject;
4
- static readonly discriminator: string | undefined;
5
- static readonly attributeTypeMap: Array<{
6
- name: string;
7
- baseName: string;
8
- type: string;
9
- format: string;
10
- }>;
11
- static getAttributeTypeMap(): {
12
- name: string;
13
- baseName: string;
14
- type: string;
15
- format: string;
16
- }[];
17
- constructor();
18
- }
@@ -1,22 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.InlineResponse201 = void 0;
4
- var InlineResponse201 = (function () {
5
- function InlineResponse201() {
6
- }
7
- InlineResponse201.getAttributeTypeMap = function () {
8
- return InlineResponse201.attributeTypeMap;
9
- };
10
- InlineResponse201.discriminator = undefined;
11
- InlineResponse201.attributeTypeMap = [
12
- {
13
- "name": "subscription",
14
- "baseName": "subscription",
15
- "type": "SubscriptionObject",
16
- "format": ""
17
- }
18
- ];
19
- return InlineResponse201;
20
- }());
21
- exports.InlineResponse201 = InlineResponse201;
22
- //# sourceMappingURL=InlineResponse201.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"InlineResponse201.js","sourceRoot":"","sources":["../../models/InlineResponse201.ts"],"names":[],"mappings":";;;AAWA;IAiBI;IACA,CAAC;IALM,qCAAmB,GAA1B;QACI,OAAO,iBAAiB,CAAC,gBAAgB,CAAC;IAC9C,CAAC;IAZe,+BAAa,GAAuB,SAAS,CAAC;IAE9C,kCAAgB,GAA0E;QACtG;YACI,MAAM,EAAE,cAAc;YACtB,UAAU,EAAE,cAAc;YAC1B,MAAM,EAAE,oBAAoB;YAC5B,QAAQ,EAAE,EAAE;SACf;KAAK,CAAC;IAQf,wBAAC;CAAA,AAnBD,IAmBC;AAnBY,8CAAiB"}
@@ -1,18 +0,0 @@
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
- }
@@ -1,22 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.InlineResponse202 = void 0;
4
- var InlineResponse202 = (function () {
5
- function InlineResponse202() {
6
- }
7
- InlineResponse202.getAttributeTypeMap = function () {
8
- return InlineResponse202.attributeTypeMap;
9
- };
10
- InlineResponse202.discriminator = undefined;
11
- InlineResponse202.attributeTypeMap = [
12
- {
13
- "name": "properties",
14
- "baseName": "properties",
15
- "type": "PropertiesObject",
16
- "format": ""
17
- }
18
- ];
19
- return InlineResponse202;
20
- }());
21
- exports.InlineResponse202 = InlineResponse202;
22
- //# sourceMappingURL=InlineResponse202.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"InlineResponse202.js","sourceRoot":"","sources":["../../models/InlineResponse202.ts"],"names":[],"mappings":";;;AAWA;IAiBI;IACA,CAAC;IALM,qCAAmB,GAA1B;QACI,OAAO,iBAAiB,CAAC,gBAAgB,CAAC;IAC9C,CAAC;IAZe,+BAAa,GAAuB,SAAS,CAAC;IAE9C,kCAAgB,GAA0E;QACtG;YACI,MAAM,EAAE,YAAY;YACpB,UAAU,EAAE,YAAY;YACxB,MAAM,EAAE,kBAAkB;YAC1B,QAAQ,EAAE,EAAE;SACf;KAAK,CAAC;IAQf,wBAAC;CAAA,AAnBD,IAmBC;AAnBY,8CAAiB"}
@@ -1,18 +0,0 @@
1
- export declare class InvalidIdentifierError {
2
- 'invalid_external_user_ids'?: Array<string>;
3
- 'invalid_player_ids'?: Array<string>;
4
- static readonly discriminator: string | undefined;
5
- static readonly attributeTypeMap: Array<{
6
- name: string;
7
- baseName: string;
8
- type: string;
9
- format: string;
10
- }>;
11
- static getAttributeTypeMap(): {
12
- name: string;
13
- baseName: string;
14
- type: string;
15
- format: string;
16
- }[];
17
- constructor();
18
- }
@@ -1,28 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.InvalidIdentifierError = void 0;
4
- var InvalidIdentifierError = (function () {
5
- function InvalidIdentifierError() {
6
- }
7
- InvalidIdentifierError.getAttributeTypeMap = function () {
8
- return InvalidIdentifierError.attributeTypeMap;
9
- };
10
- InvalidIdentifierError.discriminator = undefined;
11
- InvalidIdentifierError.attributeTypeMap = [
12
- {
13
- "name": "invalid_external_user_ids",
14
- "baseName": "invalid_external_user_ids",
15
- "type": "Array<string>",
16
- "format": ""
17
- },
18
- {
19
- "name": "invalid_player_ids",
20
- "baseName": "invalid_player_ids",
21
- "type": "Array<string>",
22
- "format": ""
23
- }
24
- ];
25
- return InvalidIdentifierError;
26
- }());
27
- exports.InvalidIdentifierError = InvalidIdentifierError;
28
- //# sourceMappingURL=InvalidIdentifierError.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"InvalidIdentifierError.js","sourceRoot":"","sources":["../../models/InvalidIdentifierError.ts"],"names":[],"mappings":";;;AAUA;IA8BI;IACA,CAAC;IALM,0CAAmB,GAA1B;QACI,OAAO,sBAAsB,CAAC,gBAAgB,CAAC;IACnD,CAAC;IAlBe,oCAAa,GAAuB,SAAS,CAAC;IAE9C,uCAAgB,GAA0E;QACtG;YACI,MAAM,EAAE,2BAA2B;YACnC,UAAU,EAAE,2BAA2B;YACvC,MAAM,EAAE,eAAe;YACvB,QAAQ,EAAE,EAAE;SACf;QACD;YACI,MAAM,EAAE,oBAAoB;YAC5B,UAAU,EAAE,oBAAoB;YAChC,MAAM,EAAE,eAAe;YACvB,QAAQ,EAAE,EAAE;SACf;KAAK,CAAC;IAQf,6BAAC;CAAA,AAhCD,IAgCC;AAhCY,wDAAsB"}
@@ -1,18 +0,0 @@
1
- export declare class Notification200Errors {
2
- 'invalid_external_user_ids'?: Array<string>;
3
- 'invalid_player_ids'?: Array<string>;
4
- static readonly discriminator: string | undefined;
5
- static readonly attributeTypeMap: Array<{
6
- name: string;
7
- baseName: string;
8
- type: string;
9
- format: string;
10
- }>;
11
- static getAttributeTypeMap(): {
12
- name: string;
13
- baseName: string;
14
- type: string;
15
- format: string;
16
- }[];
17
- constructor();
18
- }
@@ -1,28 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.Notification200Errors = void 0;
4
- var Notification200Errors = (function () {
5
- function Notification200Errors() {
6
- }
7
- Notification200Errors.getAttributeTypeMap = function () {
8
- return Notification200Errors.attributeTypeMap;
9
- };
10
- Notification200Errors.discriminator = undefined;
11
- Notification200Errors.attributeTypeMap = [
12
- {
13
- "name": "invalid_external_user_ids",
14
- "baseName": "invalid_external_user_ids",
15
- "type": "Array<string>",
16
- "format": ""
17
- },
18
- {
19
- "name": "invalid_player_ids",
20
- "baseName": "invalid_player_ids",
21
- "type": "Array<string>",
22
- "format": ""
23
- }
24
- ];
25
- return Notification200Errors;
26
- }());
27
- exports.Notification200Errors = Notification200Errors;
28
- //# sourceMappingURL=Notification200Errors.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"Notification200Errors.js","sourceRoot":"","sources":["../../models/Notification200Errors.ts"],"names":[],"mappings":";;;AAWA;IA8BI;IACA,CAAC;IALM,yCAAmB,GAA1B;QACI,OAAO,qBAAqB,CAAC,gBAAgB,CAAC;IAClD,CAAC;IAlBe,mCAAa,GAAuB,SAAS,CAAC;IAE9C,sCAAgB,GAA0E;QACtG;YACI,MAAM,EAAE,2BAA2B;YACnC,UAAU,EAAE,2BAA2B;YACvC,MAAM,EAAE,eAAe;YACvB,QAAQ,EAAE,EAAE;SACf;QACD;YACI,MAAM,EAAE,oBAAoB;YAC5B,UAAU,EAAE,oBAAoB;YAChC,MAAM,EAAE,eAAe;YACvB,QAAQ,EAAE,EAAE;SACf;KAAK,CAAC;IAQf,4BAAC;CAAA,AAhCD,IAgCC;AAhCY,sDAAqB"}
@@ -1,43 +0,0 @@
1
- export declare class Player {
2
- 'id'?: string;
3
- 'invalid_identifier'?: boolean;
4
- 'app_id'?: string;
5
- 'device_type': number;
6
- 'external_user_id'?: string;
7
- 'external_user_id_auth_hash'?: string;
8
- 'email_auth_hash'?: string;
9
- 'identifier'?: string;
10
- 'language'?: string;
11
- 'timezone'?: number;
12
- 'game_version'?: string;
13
- 'device_model'?: string;
14
- 'device_os'?: string;
15
- 'ad_id'?: string;
16
- 'sdk'?: string;
17
- 'session_count'?: number;
18
- 'tags'?: object;
19
- 'amount_spent'?: number;
20
- 'created_at'?: number;
21
- 'playtime'?: number;
22
- 'badge_count'?: number;
23
- 'last_active'?: number;
24
- 'notification_types'?: number;
25
- 'test_type'?: number;
26
- 'long'?: number;
27
- 'lat'?: number;
28
- 'country'?: string;
29
- static readonly discriminator: string | undefined;
30
- static readonly attributeTypeMap: Array<{
31
- name: string;
32
- baseName: string;
33
- type: string;
34
- format: string;
35
- }>;
36
- static getAttributeTypeMap(): {
37
- name: string;
38
- baseName: string;
39
- type: string;
40
- format: string;
41
- }[];
42
- constructor();
43
- }