@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.
@@ -1008,10 +1008,13 @@ export interface ApnsChannel {
1008
1008
  created_at: string;
1009
1009
  updated_at: string;
1010
1010
  deleted_at?: string | null;
1011
- name: string;
1012
- description?: string | null;
1013
- apns?: CreateApnsChannelRequestBody;
1014
- type: ChannelType;
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;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@parra/parra-js-sdk",
3
- "version": "0.2.148",
3
+ "version": "0.2.149",
4
4
  "description": "",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",