@parra/parra-js-sdk 0.2.147 → 0.2.148

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.
@@ -970,7 +970,6 @@ export interface Application {
970
970
  type: ApplicationType;
971
971
  tenant_id: string;
972
972
  apns?: ApnsConfiguration | null;
973
- channels?: Array<Channel> | null;
974
973
  }
975
974
  export interface ApplicationCollectionResponse {
976
975
  page: number;
@@ -1133,6 +1132,7 @@ export interface NotificationTemplate {
1133
1132
  name: string;
1134
1133
  description?: string | null;
1135
1134
  tenant_id: string;
1135
+ channels?: Array<Channel> | null;
1136
1136
  }
1137
1137
  export interface NotificationTemplateCollectionResponse {
1138
1138
  page: number;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@parra/parra-js-sdk",
3
- "version": "0.2.147",
3
+ "version": "0.2.148",
4
4
  "description": "",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",