@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.
- package/dist/ParraAPI.d.ts +1 -1
- package/package.json +1 -1
package/dist/ParraAPI.d.ts
CHANGED
|
@@ -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;
|