@parra/parra-js-sdk 0.2.148 → 0.2.149
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/ParraAPI.d.ts +7 -4
- package/package.json +1 -1
package/dist/ParraAPI.d.ts
CHANGED
|
@@ -1008,10 +1008,13 @@ export interface ApnsChannel {
|
|
|
1008
1008
|
created_at: string;
|
|
1009
1009
|
updated_at: string;
|
|
1010
1010
|
deleted_at?: string | null;
|
|
1011
|
-
|
|
1012
|
-
|
|
1013
|
-
|
|
1014
|
-
|
|
1011
|
+
application_id: string;
|
|
1012
|
+
environment: ApnsEnvironment;
|
|
1013
|
+
push_type: ApnsPushType;
|
|
1014
|
+
expiration?: string | null;
|
|
1015
|
+
collapse_id?: string | null;
|
|
1016
|
+
priority?: number | null;
|
|
1017
|
+
payload: Map<string, any>;
|
|
1015
1018
|
}
|
|
1016
1019
|
export interface UpdateApnsConfigurationRequestBody {
|
|
1017
1020
|
name: string;
|