@onesignal/node-onesignal 1.0.0-beta4 → 1.0.0-beta5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.github/ISSUE_TEMPLATE/ask-question.yml +25 -0
- package/.github/ISSUE_TEMPLATE/bug-report.yml +51 -0
- package/.github/ISSUE_TEMPLATE/general-feedback.yml +25 -0
- package/.github/pull_request_template.md +44 -0
- package/.github/workflows/npm_deploy.yml +21 -0
- package/CHANGELOG.md +26 -0
- package/DefaultApi.md +1232 -0
- package/LICENSE +24 -0
- package/README.md +205 -102
- package/RELEASE_INSTRUCTIONS.md +2 -0
- package/apis/DefaultApi.ts +519 -532
- package/apis/baseapi.ts +4 -4
- package/apis/exception.ts +4 -3
- package/auth/auth.ts +4 -1
- package/configuration.ts +21 -2
- package/http/http.ts +26 -26
- package/index.ts +1 -0
- package/middleware.ts +1 -1
- package/models/App.ts +8 -8
- package/models/BasicNotification.ts +1019 -0
- package/models/BasicNotificationAllOf.ts +897 -0
- package/models/{NotificationAllOfAndroidBackgroundLayout.ts → BasicNotificationAllOfAndroidBackgroundLayout.ts} +4 -4
- package/models/Button.ts +2 -2
- package/models/CancelNotificationSuccessResponse.ts +31 -0
- package/models/{InlineResponse400.ts → CreateNotificationBadRequestResponse.ts} +4 -4
- package/models/{InlineResponse200.ts → CreateNotificationSuccessResponse.ts} +7 -6
- package/models/{InlineResponse2004.ts → CreatePlayerSuccessResponse.ts} +4 -4
- package/models/CreateSegmentBadRequestResponse.ts +38 -0
- package/models/{InlineResponse409.ts → CreateSegmentConflictResponse.ts} +4 -4
- package/models/{InlineResponse201.ts → CreateSegmentSuccessResponse.ts} +4 -4
- package/models/DeletePlayerBadRequestResponse.ts +31 -0
- package/models/DeletePlayerNotFoundResponse.ts +31 -0
- package/models/{InlineResponse2003.ts → DeletePlayerSuccessResponse.ts} +4 -4
- package/models/{InlineResponse4002.ts → DeleteSegmentBadRequestResponse.ts} +4 -4
- package/models/DeleteSegmentNotFoundResponse.ts +31 -0
- package/models/DeleteSegmentSuccessResponse.ts +31 -0
- package/models/DeliveryData.ts +17 -2
- package/models/ExportPlayersRequestBody.ts +5 -5
- package/models/{InlineResponse2005.ts → ExportPlayersSuccessResponse.ts} +4 -4
- package/models/Filter.ts +4 -4
- package/models/FilterExpressions.ts +4 -4
- package/models/FilterNotificationTarget.ts +2 -2
- package/models/GetNotificationRequestBody.ts +2 -2
- package/models/InvalidIdentifierError.ts +44 -0
- package/models/Notification.ts +72 -174
- package/models/Notification200Errors.ts +45 -0
- package/models/NotificationAllOf.ts +3 -858
- package/models/{InlineResponse4001.ts → NotificationHistoryBadRequestResponse.ts} +4 -4
- package/models/{InlineResponse2002.ts → NotificationHistorySuccessResponse.ts} +6 -6
- package/models/NotificationSlice.ts +5 -5
- package/models/NotificationTarget.ts +3 -124
- package/models/NotificationWithMeta.ts +1127 -0
- package/models/NotificationWithMetaAllOf.ts +132 -0
- package/models/ObjectSerializer.ts +97 -46
- package/models/Operator.ts +2 -2
- package/models/OutcomeData.ts +2 -2
- package/models/OutcomesData.ts +32 -0
- package/models/PlatformDeliveryData.ts +18 -2
- package/models/PlatformDeliveryDataEmailAllOf.ts +94 -0
- package/models/PlatformDeliveryDataSmsAllOf.ts +54 -0
- package/models/Player.ts +14 -14
- package/models/PlayerNotificationTarget.ts +3 -3
- package/models/PlayerSlice.ts +2 -2
- package/models/Purchase.ts +2 -2
- package/models/Segment.ts +3 -3
- package/models/SegmentNotificationTarget.ts +2 -2
- package/models/StringMap.ts +3 -3
- package/models/{InlineResponse2001.ts → UpdatePlayerSuccessResponse.ts} +6 -6
- package/models/UpdatePlayerTagsRequestBody.ts +4 -4
- package/models/UpdatePlayerTagsSuccessResponse.ts +31 -0
- package/models/all.ts +28 -13
- package/package.json +14 -9
- package/tsconfig.json +1 -2
- package/types/ObjectParamAPI.ts +101 -86
- package/types/ObservableAPI.ts +116 -101
- package/types/PromiseAPI.ts +97 -82
- package/util.ts +10 -1
- package/dist/apis/DefaultApi.d.ts +0 -62
- package/dist/apis/DefaultApi.js +0 -1317
- package/dist/apis/DefaultApi.js.map +0 -1
- package/dist/apis/baseapi.d.ts +0 -16
- package/dist/apis/baseapi.js +0 -42
- package/dist/apis/baseapi.js.map +0 -1
- package/dist/apis/exception.d.ts +0 -5
- package/dist/apis/exception.js +0 -28
- package/dist/apis/exception.js.map +0 -1
- package/dist/auth/auth.d.ts +0 -40
- package/dist/auth/auth.js +0 -108
- package/dist/auth/auth.js.map +0 -1
- package/dist/configuration.d.ts +0 -18
- package/dist/configuration.js +0 -21
- package/dist/configuration.js.map +0 -1
- package/dist/http/http.d.ts +0 -72
- package/dist/http/http.js +0 -205
- package/dist/http/http.js.map +0 -1
- package/dist/http/isomorphic-fetch.d.ts +0 -5
- package/dist/http/isomorphic-fetch.js +0 -33
- package/dist/http/isomorphic-fetch.js.map +0 -1
- package/dist/index.d.ts +0 -9
- package/dist/index.js +0 -22
- package/dist/index.js.map +0 -1
- package/dist/middleware.d.ts +0 -16
- package/dist/middleware.js +0 -18
- package/dist/middleware.js.map +0 -1
- package/dist/models/App.d.ts +0 -47
- package/dist/models/App.js +0 -196
- package/dist/models/App.js.map +0 -1
- package/dist/models/Button.d.ts +0 -19
- package/dist/models/Button.js +0 -34
- package/dist/models/Button.js.map +0 -1
- package/dist/models/DeliveryData.d.ts +0 -21
- package/dist/models/DeliveryData.js +0 -46
- package/dist/models/DeliveryData.js.map +0 -1
- package/dist/models/ExportPlayersRequestBody.d.ts +0 -19
- package/dist/models/ExportPlayersRequestBody.js +0 -34
- package/dist/models/ExportPlayersRequestBody.js.map +0 -1
- package/dist/models/Filter.d.ts +0 -21
- package/dist/models/Filter.js +0 -40
- package/dist/models/Filter.js.map +0 -1
- package/dist/models/FilterExpressions.d.ts +0 -23
- package/dist/models/FilterExpressions.js +0 -46
- package/dist/models/FilterExpressions.js.map +0 -1
- package/dist/models/FilterNotificationTarget.d.ts +0 -28
- package/dist/models/FilterNotificationTarget.js +0 -88
- package/dist/models/FilterNotificationTarget.js.map +0 -1
- package/dist/models/GetNotificationRequestBody.d.ts +0 -20
- package/dist/models/GetNotificationRequestBody.js +0 -34
- package/dist/models/GetNotificationRequestBody.js.map +0 -1
- package/dist/models/InlineResponse200.d.ts +0 -20
- package/dist/models/InlineResponse200.js +0 -40
- package/dist/models/InlineResponse200.js.map +0 -1
- package/dist/models/InlineResponse2001.d.ts +0 -17
- package/dist/models/InlineResponse2001.js +0 -22
- package/dist/models/InlineResponse2001.js.map +0 -1
- package/dist/models/InlineResponse2002.d.ts +0 -18
- package/dist/models/InlineResponse2002.js +0 -28
- package/dist/models/InlineResponse2002.js.map +0 -1
- package/dist/models/InlineResponse2003.d.ts +0 -17
- package/dist/models/InlineResponse2003.js +0 -22
- package/dist/models/InlineResponse2003.js.map +0 -1
- package/dist/models/InlineResponse2004.d.ts +0 -18
- package/dist/models/InlineResponse2004.js +0 -28
- package/dist/models/InlineResponse2004.js.map +0 -1
- package/dist/models/InlineResponse2005.d.ts +0 -17
- package/dist/models/InlineResponse2005.js +0 -22
- package/dist/models/InlineResponse2005.js.map +0 -1
- package/dist/models/InlineResponse201.d.ts +0 -18
- package/dist/models/InlineResponse201.js +0 -28
- package/dist/models/InlineResponse201.js.map +0 -1
- package/dist/models/InlineResponse400.d.ts +0 -17
- package/dist/models/InlineResponse400.js +0 -22
- package/dist/models/InlineResponse400.js.map +0 -1
- package/dist/models/InlineResponse4001.d.ts +0 -18
- package/dist/models/InlineResponse4001.js +0 -28
- package/dist/models/InlineResponse4001.js.map +0 -1
- package/dist/models/InlineResponse4002.d.ts +0 -17
- package/dist/models/InlineResponse4002.js +0 -22
- package/dist/models/InlineResponse4002.js.map +0 -1
- package/dist/models/InlineResponse409.d.ts +0 -18
- package/dist/models/InlineResponse409.js +0 -28
- package/dist/models/InlineResponse409.js.map +0 -1
- package/dist/models/Notification.d.ts +0 -132
- package/dist/models/Notification.js +0 -688
- package/dist/models/Notification.js.map +0 -1
- package/dist/models/NotificationAllOf.d.ts +0 -108
- package/dist/models/NotificationAllOf.js +0 -544
- package/dist/models/NotificationAllOf.js.map +0 -1
- package/dist/models/NotificationAllOfAndroidBackgroundLayout.d.ts +0 -19
- package/dist/models/NotificationAllOfAndroidBackgroundLayout.js +0 -34
- package/dist/models/NotificationAllOfAndroidBackgroundLayout.js.map +0 -1
- package/dist/models/NotificationSlice.d.ts +0 -21
- package/dist/models/NotificationSlice.js +0 -40
- package/dist/models/NotificationSlice.js.map +0 -1
- package/dist/models/NotificationTarget.d.ts +0 -40
- package/dist/models/NotificationTarget.js +0 -160
- package/dist/models/NotificationTarget.js.map +0 -1
- package/dist/models/ObjectSerializer.d.ts +0 -44
- package/dist/models/ObjectSerializer.js +0 -312
- package/dist/models/ObjectSerializer.js.map +0 -1
- package/dist/models/Operator.d.ts +0 -18
- package/dist/models/Operator.js +0 -22
- package/dist/models/Operator.js.map +0 -1
- package/dist/models/OutcomeData.d.ts +0 -20
- package/dist/models/OutcomeData.js +0 -34
- package/dist/models/OutcomeData.js.map +0 -1
- package/dist/models/PlatformDeliveryData.d.ts +0 -23
- package/dist/models/PlatformDeliveryData.js +0 -52
- package/dist/models/PlatformDeliveryData.js.map +0 -1
- package/dist/models/Player.d.ts +0 -43
- package/dist/models/Player.js +0 -178
- package/dist/models/Player.js.map +0 -1
- package/dist/models/PlayerNotificationTarget.d.ts +0 -26
- package/dist/models/PlayerNotificationTarget.js +0 -76
- package/dist/models/PlayerNotificationTarget.js.map +0 -1
- package/dist/models/PlayerSlice.d.ts +0 -21
- package/dist/models/PlayerSlice.js +0 -40
- package/dist/models/PlayerSlice.js.map +0 -1
- package/dist/models/Purchase.d.ts +0 -19
- package/dist/models/Purchase.js +0 -34
- package/dist/models/Purchase.js.map +0 -1
- package/dist/models/Segment.d.ts +0 -20
- package/dist/models/Segment.js +0 -34
- package/dist/models/Segment.js.map +0 -1
- package/dist/models/SegmentNotificationTarget.d.ts +0 -18
- package/dist/models/SegmentNotificationTarget.js +0 -28
- package/dist/models/SegmentNotificationTarget.js.map +0 -1
- package/dist/models/StringMap.d.ts +0 -59
- package/dist/models/StringMap.js +0 -274
- package/dist/models/StringMap.js.map +0 -1
- package/dist/models/UpdatePlayerTagsRequestBody.d.ts +0 -17
- package/dist/models/UpdatePlayerTagsRequestBody.js +0 -22
- package/dist/models/UpdatePlayerTagsRequestBody.js.map +0 -1
- package/dist/models/all.d.ts +0 -35
- package/dist/models/all.js +0 -48
- package/dist/models/all.js.map +0 -1
- package/dist/rxjsStub.d.ts +0 -10
- package/dist/rxjsStub.js +0 -33
- package/dist/rxjsStub.js.map +0 -1
- package/dist/servers.d.ts +0 -17
- package/dist/servers.js +0 -32
- package/dist/servers.js.map +0 -1
- package/dist/types/ObjectParamAPI.d.ts +0 -121
- package/dist/types/ObjectParamAPI.js +0 -69
- package/dist/types/ObjectParamAPI.js.map +0 -1
- package/dist/types/ObservableAPI.d.ts +0 -45
- package/dist/types/ObservableAPI.js +0 -472
- package/dist/types/ObservableAPI.js.map +0 -1
- package/dist/types/PromiseAPI.d.ts +0 -42
- package/dist/types/PromiseAPI.js +0 -88
- package/dist/types/PromiseAPI.js.map +0 -1
- package/dist/util.d.ts +0 -1
- package/dist/util.js +0 -25
- package/dist/util.js.map +0 -1
- package/git_push.sh +0 -52
|
@@ -2,13 +2,13 @@
|
|
|
2
2
|
* OneSignal
|
|
3
3
|
* A powerful way to send personalized messages at scale and build effective customer engagement strategies. Learn more at onesignal.com
|
|
4
4
|
*
|
|
5
|
-
* API Version: 1.0.
|
|
5
|
+
* API Version: 1.0.1
|
|
6
6
|
* Contact: devrel@onesignal.com
|
|
7
7
|
*/
|
|
8
8
|
|
|
9
9
|
import { HttpFile } from '../http/http';
|
|
10
10
|
|
|
11
|
-
export class
|
|
11
|
+
export class NotificationHistoryBadRequestResponse {
|
|
12
12
|
'success'?: string;
|
|
13
13
|
'errors'?: Array<string>;
|
|
14
14
|
|
|
@@ -29,9 +29,9 @@ export class InlineResponse4001 {
|
|
|
29
29
|
} ];
|
|
30
30
|
|
|
31
31
|
static getAttributeTypeMap() {
|
|
32
|
-
return
|
|
32
|
+
return NotificationHistoryBadRequestResponse.attributeTypeMap;
|
|
33
33
|
}
|
|
34
|
-
|
|
34
|
+
|
|
35
35
|
public constructor() {
|
|
36
36
|
}
|
|
37
37
|
}
|
|
@@ -2,14 +2,14 @@
|
|
|
2
2
|
* OneSignal
|
|
3
3
|
* A powerful way to send personalized messages at scale and build effective customer engagement strategies. Learn more at onesignal.com
|
|
4
4
|
*
|
|
5
|
-
* API Version: 1.0.
|
|
5
|
+
* API Version: 1.0.1
|
|
6
6
|
* Contact: devrel@onesignal.com
|
|
7
7
|
*/
|
|
8
8
|
|
|
9
9
|
import { HttpFile } from '../http/http';
|
|
10
10
|
|
|
11
|
-
export class
|
|
12
|
-
'success'?:
|
|
11
|
+
export class NotificationHistorySuccessResponse {
|
|
12
|
+
'success'?: boolean;
|
|
13
13
|
'destination_url'?: string;
|
|
14
14
|
|
|
15
15
|
static readonly discriminator: string | undefined = undefined;
|
|
@@ -18,7 +18,7 @@ export class InlineResponse2002 {
|
|
|
18
18
|
{
|
|
19
19
|
"name": "success",
|
|
20
20
|
"baseName": "success",
|
|
21
|
-
"type": "
|
|
21
|
+
"type": "boolean",
|
|
22
22
|
"format": ""
|
|
23
23
|
},
|
|
24
24
|
{
|
|
@@ -29,9 +29,9 @@ export class InlineResponse2002 {
|
|
|
29
29
|
} ];
|
|
30
30
|
|
|
31
31
|
static getAttributeTypeMap() {
|
|
32
|
-
return
|
|
32
|
+
return NotificationHistorySuccessResponse.attributeTypeMap;
|
|
33
33
|
}
|
|
34
|
-
|
|
34
|
+
|
|
35
35
|
public constructor() {
|
|
36
36
|
}
|
|
37
37
|
}
|
|
@@ -2,18 +2,18 @@
|
|
|
2
2
|
* OneSignal
|
|
3
3
|
* A powerful way to send personalized messages at scale and build effective customer engagement strategies. Learn more at onesignal.com
|
|
4
4
|
*
|
|
5
|
-
* API Version: 1.0.
|
|
5
|
+
* API Version: 1.0.1
|
|
6
6
|
* Contact: devrel@onesignal.com
|
|
7
7
|
*/
|
|
8
8
|
|
|
9
|
-
import {
|
|
9
|
+
import { NotificationWithMeta } from './NotificationWithMeta';
|
|
10
10
|
import { HttpFile } from '../http/http';
|
|
11
11
|
|
|
12
12
|
export class NotificationSlice {
|
|
13
13
|
'total_count'?: number;
|
|
14
14
|
'offset'?: number;
|
|
15
15
|
'limit'?: number;
|
|
16
|
-
'notifications'?: Array<
|
|
16
|
+
'notifications'?: Array<NotificationWithMeta>;
|
|
17
17
|
|
|
18
18
|
static readonly discriminator: string | undefined = undefined;
|
|
19
19
|
|
|
@@ -39,14 +39,14 @@ export class NotificationSlice {
|
|
|
39
39
|
{
|
|
40
40
|
"name": "notifications",
|
|
41
41
|
"baseName": "notifications",
|
|
42
|
-
"type": "Array<
|
|
42
|
+
"type": "Array<NotificationWithMeta>",
|
|
43
43
|
"format": ""
|
|
44
44
|
} ];
|
|
45
45
|
|
|
46
46
|
static getAttributeTypeMap() {
|
|
47
47
|
return NotificationSlice.attributeTypeMap;
|
|
48
48
|
}
|
|
49
|
-
|
|
49
|
+
|
|
50
50
|
public constructor() {
|
|
51
51
|
}
|
|
52
52
|
}
|
|
@@ -2,11 +2,10 @@
|
|
|
2
2
|
* OneSignal
|
|
3
3
|
* A powerful way to send personalized messages at scale and build effective customer engagement strategies. Learn more at onesignal.com
|
|
4
4
|
*
|
|
5
|
-
* API Version: 1.0.
|
|
5
|
+
* API Version: 1.0.1
|
|
6
6
|
* Contact: devrel@onesignal.com
|
|
7
7
|
*/
|
|
8
8
|
|
|
9
|
-
import { FilterNotificationTarget } from './FilterNotificationTarget';
|
|
10
9
|
import { PlayerNotificationTarget } from './PlayerNotificationTarget';
|
|
11
10
|
import { SegmentNotificationTarget } from './SegmentNotificationTarget';
|
|
12
11
|
import { HttpFile } from '../http/http';
|
|
@@ -21,59 +20,11 @@ export class NotificationTarget {
|
|
|
21
20
|
*/
|
|
22
21
|
'excluded_segments'?: Array<string>;
|
|
23
22
|
/**
|
|
24
|
-
* relation = \">\" or \"<\" hours_ago = number of hours before or after the users last session. Example: \"1.1\"
|
|
25
|
-
*/
|
|
26
|
-
'last_session'?: string;
|
|
27
|
-
/**
|
|
28
|
-
* relation = \">\" or \"<\" hours_ago = number of hours before or after the users first session. Example: \"1.1\"
|
|
29
|
-
*/
|
|
30
|
-
'first_session'?: string;
|
|
31
|
-
/**
|
|
32
|
-
* relation = \">\", \"<\", \"=\" or \"!=\" value = number sessions. Example: \"1\"
|
|
33
|
-
*/
|
|
34
|
-
'session_count'?: string;
|
|
35
|
-
/**
|
|
36
|
-
* relation = \">\", \"<\", \"=\" or \"!=\" value = Time in seconds the user has been in your app. Example: \"3600\"
|
|
37
|
-
*/
|
|
38
|
-
'session_time'?: string;
|
|
39
|
-
/**
|
|
40
|
-
* relation = \">\", \"<\", or \"=\" value = Amount in USD a user has spent on IAP (In App Purchases). Example: \"0.99\"
|
|
41
|
-
*/
|
|
42
|
-
'amount_spent'?: string;
|
|
43
|
-
/**
|
|
44
|
-
* 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\"
|
|
45
|
-
*/
|
|
46
|
-
'bought_sku'?: string;
|
|
47
|
-
/**
|
|
48
|
-
* 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
|
|
49
|
-
*/
|
|
50
|
-
'tag'?: string;
|
|
51
|
-
/**
|
|
52
|
-
* relation = \"=\" or \"!=\" value = 2 character language code. Example: \"en\". For a list of all language codes see Language & Localization.
|
|
53
|
-
*/
|
|
54
|
-
'language'?: string;
|
|
55
|
-
/**
|
|
56
|
-
* relation = \">\", \"<\", \"=\" or \"!=\" value = app version. Example: \"1.0.0\"
|
|
57
|
-
*/
|
|
58
|
-
'app_version'?: string;
|
|
59
|
-
/**
|
|
60
|
-
* radius = in meters lat = latitude long = longitude
|
|
61
|
-
*/
|
|
62
|
-
'location'?: string;
|
|
63
|
-
/**
|
|
64
|
-
* 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
|
|
65
|
-
*/
|
|
66
|
-
'email'?: string;
|
|
67
|
-
/**
|
|
68
|
-
* relation = \"=\" value = 2-digit Country code Example: \"field\": \"country\", \"relation\": \"=\", \"value\", \"US\"
|
|
69
|
-
*/
|
|
70
|
-
'country'?: string;
|
|
71
|
-
/**
|
|
72
23
|
* Specific playerids to send your notification to. _Does not require API Auth Key. Do not combine with other targeting parameters. Not compatible with any other targeting parameters. Example: [\"1dd608f2-c6a1-11e3-851d-000c2940e62c\"] Limit of 2,000 entries per REST API call
|
|
73
24
|
*/
|
|
74
25
|
'include_player_ids'?: Array<string>;
|
|
75
26
|
/**
|
|
76
|
-
* Target specific devices by custom user IDs assigned via API. Not compatible with any other targeting parameters Example: [
|
|
27
|
+
* Target specific devices by custom user IDs assigned via API. Not compatible with any other targeting parameters Example: [\"custom-id-assigned-by-api\"] REQUIRED: REST API Key Authentication Limit of 2,000 entries per REST API call. Note: If targeting push, email, or sms subscribers with same ids, use with channel_for_external_user_ids to indicate you are sending a push or email or sms.
|
|
77
28
|
*/
|
|
78
29
|
'include_external_user_ids'?: Array<string>;
|
|
79
30
|
/**
|
|
@@ -124,78 +75,6 @@ export class NotificationTarget {
|
|
|
124
75
|
"type": "Array<string>",
|
|
125
76
|
"format": ""
|
|
126
77
|
},
|
|
127
|
-
{
|
|
128
|
-
"name": "last_session",
|
|
129
|
-
"baseName": "last_session",
|
|
130
|
-
"type": "string",
|
|
131
|
-
"format": ""
|
|
132
|
-
},
|
|
133
|
-
{
|
|
134
|
-
"name": "first_session",
|
|
135
|
-
"baseName": "first_session",
|
|
136
|
-
"type": "string",
|
|
137
|
-
"format": ""
|
|
138
|
-
},
|
|
139
|
-
{
|
|
140
|
-
"name": "session_count",
|
|
141
|
-
"baseName": "session_count",
|
|
142
|
-
"type": "string",
|
|
143
|
-
"format": ""
|
|
144
|
-
},
|
|
145
|
-
{
|
|
146
|
-
"name": "session_time",
|
|
147
|
-
"baseName": "session_time",
|
|
148
|
-
"type": "string",
|
|
149
|
-
"format": ""
|
|
150
|
-
},
|
|
151
|
-
{
|
|
152
|
-
"name": "amount_spent",
|
|
153
|
-
"baseName": "amount_spent",
|
|
154
|
-
"type": "string",
|
|
155
|
-
"format": ""
|
|
156
|
-
},
|
|
157
|
-
{
|
|
158
|
-
"name": "bought_sku",
|
|
159
|
-
"baseName": "bought_sku",
|
|
160
|
-
"type": "string",
|
|
161
|
-
"format": ""
|
|
162
|
-
},
|
|
163
|
-
{
|
|
164
|
-
"name": "tag",
|
|
165
|
-
"baseName": "tag",
|
|
166
|
-
"type": "string",
|
|
167
|
-
"format": ""
|
|
168
|
-
},
|
|
169
|
-
{
|
|
170
|
-
"name": "language",
|
|
171
|
-
"baseName": "language",
|
|
172
|
-
"type": "string",
|
|
173
|
-
"format": ""
|
|
174
|
-
},
|
|
175
|
-
{
|
|
176
|
-
"name": "app_version",
|
|
177
|
-
"baseName": "app_version",
|
|
178
|
-
"type": "string",
|
|
179
|
-
"format": ""
|
|
180
|
-
},
|
|
181
|
-
{
|
|
182
|
-
"name": "location",
|
|
183
|
-
"baseName": "location",
|
|
184
|
-
"type": "string",
|
|
185
|
-
"format": ""
|
|
186
|
-
},
|
|
187
|
-
{
|
|
188
|
-
"name": "email",
|
|
189
|
-
"baseName": "email",
|
|
190
|
-
"type": "string",
|
|
191
|
-
"format": ""
|
|
192
|
-
},
|
|
193
|
-
{
|
|
194
|
-
"name": "country",
|
|
195
|
-
"baseName": "country",
|
|
196
|
-
"type": "string",
|
|
197
|
-
"format": ""
|
|
198
|
-
},
|
|
199
78
|
{
|
|
200
79
|
"name": "include_player_ids",
|
|
201
80
|
"baseName": "include_player_ids",
|
|
@@ -260,7 +139,7 @@ export class NotificationTarget {
|
|
|
260
139
|
static getAttributeTypeMap() {
|
|
261
140
|
return NotificationTarget.attributeTypeMap;
|
|
262
141
|
}
|
|
263
|
-
|
|
142
|
+
|
|
264
143
|
public constructor() {
|
|
265
144
|
}
|
|
266
145
|
}
|