@suprsend/node-sdk 1.9.0 → 1.9.1
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.
|
@@ -210,6 +210,10 @@
|
|
|
210
210
|
"type": ["string", "null"],
|
|
211
211
|
"description": "distinct_id: Id which uniquely identifies a user in your app"
|
|
212
212
|
},
|
|
213
|
+
"$preferred_language": {
|
|
214
|
+
"type": ["string", "null"],
|
|
215
|
+
"description": "preferred_language: 2-letter language code in ISO 639-1 Alpha-2 code format. e.g en (for English)"
|
|
216
|
+
},
|
|
213
217
|
"$channels": {
|
|
214
218
|
"type": "array",
|
|
215
219
|
"items": {
|
|
@@ -367,8 +371,7 @@
|
|
|
367
371
|
]
|
|
368
372
|
}
|
|
369
373
|
},
|
|
370
|
-
"required": []
|
|
371
|
-
"additionalProperties": false
|
|
374
|
+
"required": []
|
|
372
375
|
},
|
|
373
376
|
"delivery_setting": {
|
|
374
377
|
"type": "object",
|
package/package.json
CHANGED
|
@@ -210,6 +210,10 @@
|
|
|
210
210
|
"type": ["string", "null"],
|
|
211
211
|
"description": "distinct_id: Id which uniquely identifies a user in your app"
|
|
212
212
|
},
|
|
213
|
+
"$preferred_language": {
|
|
214
|
+
"type": ["string", "null"],
|
|
215
|
+
"description": "preferred_language: 2-letter language code in ISO 639-1 Alpha-2 code format. e.g en (for English)"
|
|
216
|
+
},
|
|
213
217
|
"$channels": {
|
|
214
218
|
"type": "array",
|
|
215
219
|
"items": {
|
|
@@ -367,8 +371,7 @@
|
|
|
367
371
|
]
|
|
368
372
|
}
|
|
369
373
|
},
|
|
370
|
-
"required": []
|
|
371
|
-
"additionalProperties": false
|
|
374
|
+
"required": []
|
|
372
375
|
},
|
|
373
376
|
"delivery_setting": {
|
|
374
377
|
"type": "object",
|