@wix/notifications 1.0.10 → 1.0.11
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/build/cjs/src/ping-notifications-v3-notification.public.d.ts +1 -1
- package/build/cjs/src/ping-notifications-v3-notification.types.d.ts +2 -2
- package/build/cjs/src/ping-notifications-v3-notification.universal.d.ts +2 -2
- package/build/es/src/ping-notifications-v3-notification.public.d.ts +1 -1
- package/build/es/src/ping-notifications-v3-notification.types.d.ts +2 -2
- package/build/es/src/ping-notifications-v3-notification.universal.d.ts +2 -2
- package/package.json +2 -2
|
@@ -5,4 +5,4 @@ export declare const __metadata: {
|
|
|
5
5
|
};
|
|
6
6
|
export declare function notify(httpClient: HttpClient): (notificationTemplateId: string, options?: NotifyOptions | undefined) => Promise<import("./ping-notifications-v3-notification.universal").NotifyResponse>;
|
|
7
7
|
export { TemplateChannel } from './ping-notifications-v3-notification.universal';
|
|
8
|
-
export { Notification, NotifyRequest, DynamicValue, DynamicValueOfTypeOneOf, Money, MapDynamicValue, ArrayDynamicValue, NotifyResponse, NotifyByAppRequest, Overrides, ExcludedAudiences, ChannelsContent,
|
|
8
|
+
export { Notification, NotifyRequest, DynamicValue, DynamicValueOfTypeOneOf, Money, MapDynamicValue, ArrayDynamicValue, NotifyResponse, NotifyByAppRequest, Overrides, ExcludedAudiences, ChannelsContent, MobileContent, NotifyByAppResponse, NotifyOptions, } from './ping-notifications-v3-notification.universal';
|
|
@@ -83,9 +83,9 @@ export interface ExcludedAudiences {
|
|
|
83
83
|
}
|
|
84
84
|
export interface ChannelsContent {
|
|
85
85
|
/** mobile push override */
|
|
86
|
-
|
|
86
|
+
mobileContent?: MobileContent;
|
|
87
87
|
}
|
|
88
|
-
export interface
|
|
88
|
+
export interface MobileContent {
|
|
89
89
|
/** title override of mobile push content */
|
|
90
90
|
title?: string;
|
|
91
91
|
/** body override of mobile push content */
|
|
@@ -89,9 +89,9 @@ export interface ExcludedAudiences {
|
|
|
89
89
|
}
|
|
90
90
|
export interface ChannelsContent {
|
|
91
91
|
/** mobile push override */
|
|
92
|
-
|
|
92
|
+
mobileContent?: MobileContent;
|
|
93
93
|
}
|
|
94
|
-
export interface
|
|
94
|
+
export interface MobileContent {
|
|
95
95
|
/** title override of mobile push content */
|
|
96
96
|
title?: string;
|
|
97
97
|
/** body override of mobile push content */
|
|
@@ -5,4 +5,4 @@ export declare const __metadata: {
|
|
|
5
5
|
};
|
|
6
6
|
export declare function notify(httpClient: HttpClient): (notificationTemplateId: string, options?: NotifyOptions | undefined) => Promise<import("./ping-notifications-v3-notification.universal").NotifyResponse>;
|
|
7
7
|
export { TemplateChannel } from './ping-notifications-v3-notification.universal';
|
|
8
|
-
export { Notification, NotifyRequest, DynamicValue, DynamicValueOfTypeOneOf, Money, MapDynamicValue, ArrayDynamicValue, NotifyResponse, NotifyByAppRequest, Overrides, ExcludedAudiences, ChannelsContent,
|
|
8
|
+
export { Notification, NotifyRequest, DynamicValue, DynamicValueOfTypeOneOf, Money, MapDynamicValue, ArrayDynamicValue, NotifyResponse, NotifyByAppRequest, Overrides, ExcludedAudiences, ChannelsContent, MobileContent, NotifyByAppResponse, NotifyOptions, } from './ping-notifications-v3-notification.universal';
|
|
@@ -83,9 +83,9 @@ export interface ExcludedAudiences {
|
|
|
83
83
|
}
|
|
84
84
|
export interface ChannelsContent {
|
|
85
85
|
/** mobile push override */
|
|
86
|
-
|
|
86
|
+
mobileContent?: MobileContent;
|
|
87
87
|
}
|
|
88
|
-
export interface
|
|
88
|
+
export interface MobileContent {
|
|
89
89
|
/** title override of mobile push content */
|
|
90
90
|
title?: string;
|
|
91
91
|
/** body override of mobile push content */
|
|
@@ -89,9 +89,9 @@ export interface ExcludedAudiences {
|
|
|
89
89
|
}
|
|
90
90
|
export interface ChannelsContent {
|
|
91
91
|
/** mobile push override */
|
|
92
|
-
|
|
92
|
+
mobileContent?: MobileContent;
|
|
93
93
|
}
|
|
94
|
-
export interface
|
|
94
|
+
export interface MobileContent {
|
|
95
95
|
/** title override of mobile push content */
|
|
96
96
|
title?: string;
|
|
97
97
|
/** body override of mobile push content */
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@wix/notifications",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.11",
|
|
4
4
|
"publishConfig": {
|
|
5
5
|
"registry": "https://registry.npmjs.org/",
|
|
6
6
|
"access": "public"
|
|
@@ -33,5 +33,5 @@
|
|
|
33
33
|
"groupId": "com.wixpress.public-sdk-autogen"
|
|
34
34
|
}
|
|
35
35
|
},
|
|
36
|
-
"falconPackageHash": "
|
|
36
|
+
"falconPackageHash": "e4143929e2702ae1baf65a69af97f4b826022d8e4dc9b8bb2d3a053a"
|
|
37
37
|
}
|