@wix/crm 1.0.8 → 1.0.10
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/index.d.ts +1 -1
- package/build/cjs/index.js +2 -2
- package/build/cjs/index.js.map +1 -1
- package/build/cjs/src/ping-notifications-v3-notification.public.d.ts +1 -1
- package/build/cjs/src/ping-notifications-v3-notification.types.d.ts +6 -0
- package/build/cjs/src/ping-notifications-v3-notification.types.js.map +1 -1
- package/build/cjs/src/ping-notifications-v3-notification.universal.d.ts +7 -0
- package/build/cjs/src/ping-notifications-v3-notification.universal.js +1 -0
- package/build/cjs/src/ping-notifications-v3-notification.universal.js.map +1 -1
- package/build/es/index.d.ts +1 -1
- package/build/es/index.js +1 -1
- package/build/es/index.js.map +1 -1
- package/build/es/src/ping-notifications-v3-notification.public.d.ts +1 -1
- package/build/es/src/ping-notifications-v3-notification.types.d.ts +6 -0
- package/build/es/src/ping-notifications-v3-notification.types.js.map +1 -1
- package/build/es/src/ping-notifications-v3-notification.universal.d.ts +7 -0
- package/build/es/src/ping-notifications-v3-notification.universal.js +1 -0
- package/build/es/src/ping-notifications-v3-notification.universal.js.map +1 -1
- package/package.json +2 -2
package/build/cjs/index.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
export * as notifications from './src/ping-notifications-v3-notification.public';
|
|
2
1
|
export * as contacts from './src/contacts-v4-contact.public';
|
|
3
2
|
export * as extendedFields from './src/contacts-v4-extended-field.public';
|
|
4
3
|
export * as labels from './src/contacts-v4-label.public';
|
|
5
4
|
export * as submittedContact from './src/contacts-v4-submit-contact.public';
|
|
5
|
+
export * as notifications from './src/ping-notifications-v3-notification.public';
|
package/build/cjs/index.js
CHANGED
|
@@ -19,10 +19,10 @@ var __importStar = (this && this.__importStar) || function (mod) {
|
|
|
19
19
|
return result;
|
|
20
20
|
};
|
|
21
21
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
22
|
-
exports.
|
|
23
|
-
exports.notifications = __importStar(require("./src/ping-notifications-v3-notification.public"));
|
|
22
|
+
exports.notifications = exports.submittedContact = exports.labels = exports.extendedFields = exports.contacts = void 0;
|
|
24
23
|
exports.contacts = __importStar(require("./src/contacts-v4-contact.public"));
|
|
25
24
|
exports.extendedFields = __importStar(require("./src/contacts-v4-extended-field.public"));
|
|
26
25
|
exports.labels = __importStar(require("./src/contacts-v4-label.public"));
|
|
27
26
|
exports.submittedContact = __importStar(require("./src/contacts-v4-submit-contact.public"));
|
|
27
|
+
exports.notifications = __importStar(require("./src/ping-notifications-v3-notification.public"));
|
|
28
28
|
//# sourceMappingURL=index.js.map
|
package/build/cjs/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;AAAA,
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;AAAA,6EAA6D;AAC7D,0FAA0E;AAC1E,yEAAyD;AACzD,4FAA4E;AAC5E,iGAAiF"}
|
|
@@ -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, MobileContent, NotifyByAppResponse, NotifyOptions, } from './ping-notifications-v3-notification.universal';
|
|
8
|
+
export { Notification, NotifyRequest, DynamicValue, DynamicValueOfTypeOneOf, Money, MapDynamicValue, ArrayDynamicValue, AttachmentDynamicValue, NotifyResponse, NotifyByAppRequest, Overrides, ExcludedAudiences, ChannelsContent, MobileContent, NotifyByAppResponse, NotifyOptions, } from './ping-notifications-v3-notification.universal';
|
|
@@ -43,6 +43,12 @@ export interface ArrayDynamicValue {
|
|
|
43
43
|
/** items */
|
|
44
44
|
items?: DynamicValue[];
|
|
45
45
|
}
|
|
46
|
+
export interface AttachmentDynamicValue {
|
|
47
|
+
/** file name */
|
|
48
|
+
fileName?: string;
|
|
49
|
+
/** download url */
|
|
50
|
+
downloadUrl?: string;
|
|
51
|
+
}
|
|
46
52
|
export interface NotifyResponse {
|
|
47
53
|
/** ID of the batch of notifications triggered by one request. */
|
|
48
54
|
notificationBatchId?: string;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ping-notifications-v3-notification.types.js","sourceRoot":"","sources":["../../../src/ping-notifications-v3-notification.types.ts"],"names":[],"mappings":";;;
|
|
1
|
+
{"version":3,"file":"ping-notifications-v3-notification.types.js","sourceRoot":"","sources":["../../../src/ping-notifications-v3-notification.types.ts"],"names":[],"mappings":";;;AAsFA,IAAY,eASX;AATD,WAAY,eAAe;IACzB,wCAAqB,CAAA;IACrB,8CAA2B,CAAA;IAC3B,8CAA2B,CAAA;IAC3B,sCAAmB,CAAA;IACnB,8BAAW,CAAA;IACX,kCAAe,CAAA;IACf,kCAAe,CAAA;IACf,kCAAe,CAAA;AACjB,CAAC,EATW,eAAe,GAAf,uBAAe,KAAf,uBAAe,QAS1B"}
|
|
@@ -49,6 +49,12 @@ export interface ArrayDynamicValue {
|
|
|
49
49
|
/** items */
|
|
50
50
|
items?: DynamicValue[];
|
|
51
51
|
}
|
|
52
|
+
export interface AttachmentDynamicValue {
|
|
53
|
+
/** file name */
|
|
54
|
+
fileName?: string;
|
|
55
|
+
/** download url */
|
|
56
|
+
downloadUrl?: string;
|
|
57
|
+
}
|
|
52
58
|
export interface NotifyResponse {
|
|
53
59
|
/** ID of the batch of notifications triggered by one request. */
|
|
54
60
|
notificationBatchId?: string;
|
|
@@ -117,6 +123,7 @@ export interface NotifyByAppResponse {
|
|
|
117
123
|
* @public
|
|
118
124
|
* @documentationMaturity preview
|
|
119
125
|
* @requiredField notificationTemplateId
|
|
126
|
+
* @permissionScope Manage Notifications
|
|
120
127
|
*/
|
|
121
128
|
export declare function notify(notificationTemplateId: string, options?: NotifyOptions): Promise<NotifyResponse>;
|
|
122
129
|
export interface NotifyOptions {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ping-notifications-v3-notification.universal.js","sourceRoot":"","sources":["../../../src/ping-notifications-v3-notification.universal.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,kDAAqE;AAErE,wHAA0G;AAE1G,IAAI,SAAS,GAAG,KAAK,CAAC;AAEtB,SAAS,KAAK,CAAC,GAAG,IAAW;IAC3B,SAAS,IAAI,OAAO,CAAC,GAAG,CAAC,GAAG,IAAI,CAAC,CAAC;AACpC,CAAC;AAED,SAAS,SAAS,CAAC,GAAQ;IACzB,OAAO,GAAG,CAAC;AACb,CAAC;AAEY,QAAA,OAAO,GAAG;IACrB,cAAc,EAAE;QACd,EAAE,EAAE,GAAG,EAAE,CAAC,CAAC,SAAS,GAAG,IAAI,CAAC;QAC5B,GAAG,EAAE,GAAG,EAAE,CAAC,CAAC,SAAS,GAAG,KAAK,CAAC;KAC/B;CACF,CAAC;AACF,MAAM,aAAa,GAAG,GAAG,CAAC;AAC1B,MAAM,eAAe,GAAG,GAAG,CAAC;
|
|
1
|
+
{"version":3,"file":"ping-notifications-v3-notification.universal.js","sourceRoot":"","sources":["../../../src/ping-notifications-v3-notification.universal.ts"],"names":[],"mappings":"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"}
|
package/build/es/index.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
export * as notifications from './src/ping-notifications-v3-notification.public';
|
|
2
1
|
export * as contacts from './src/contacts-v4-contact.public';
|
|
3
2
|
export * as extendedFields from './src/contacts-v4-extended-field.public';
|
|
4
3
|
export * as labels from './src/contacts-v4-label.public';
|
|
5
4
|
export * as submittedContact from './src/contacts-v4-submit-contact.public';
|
|
5
|
+
export * as notifications from './src/ping-notifications-v3-notification.public';
|
package/build/es/index.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
export * as notifications from './src/ping-notifications-v3-notification.public';
|
|
2
1
|
export * as contacts from './src/contacts-v4-contact.public';
|
|
3
2
|
export * as extendedFields from './src/contacts-v4-extended-field.public';
|
|
4
3
|
export * as labels from './src/contacts-v4-label.public';
|
|
5
4
|
export * as submittedContact from './src/contacts-v4-submit-contact.public';
|
|
5
|
+
export * as notifications from './src/ping-notifications-v3-notification.public';
|
|
6
6
|
//# sourceMappingURL=index.js.map
|
package/build/es/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../index.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../index.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,QAAQ,MAAM,kCAAkC,CAAC;AAC7D,OAAO,KAAK,cAAc,MAAM,yCAAyC,CAAC;AAC1E,OAAO,KAAK,MAAM,MAAM,gCAAgC,CAAC;AACzD,OAAO,KAAK,gBAAgB,MAAM,yCAAyC,CAAC;AAC5E,OAAO,KAAK,aAAa,MAAM,iDAAiD,CAAC"}
|
|
@@ -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, MobileContent, NotifyByAppResponse, NotifyOptions, } from './ping-notifications-v3-notification.universal';
|
|
8
|
+
export { Notification, NotifyRequest, DynamicValue, DynamicValueOfTypeOneOf, Money, MapDynamicValue, ArrayDynamicValue, AttachmentDynamicValue, NotifyResponse, NotifyByAppRequest, Overrides, ExcludedAudiences, ChannelsContent, MobileContent, NotifyByAppResponse, NotifyOptions, } from './ping-notifications-v3-notification.universal';
|
|
@@ -43,6 +43,12 @@ export interface ArrayDynamicValue {
|
|
|
43
43
|
/** items */
|
|
44
44
|
items?: DynamicValue[];
|
|
45
45
|
}
|
|
46
|
+
export interface AttachmentDynamicValue {
|
|
47
|
+
/** file name */
|
|
48
|
+
fileName?: string;
|
|
49
|
+
/** download url */
|
|
50
|
+
downloadUrl?: string;
|
|
51
|
+
}
|
|
46
52
|
export interface NotifyResponse {
|
|
47
53
|
/** ID of the batch of notifications triggered by one request. */
|
|
48
54
|
notificationBatchId?: string;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ping-notifications-v3-notification.types.js","sourceRoot":"","sources":["../../../src/ping-notifications-v3-notification.types.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"ping-notifications-v3-notification.types.js","sourceRoot":"","sources":["../../../src/ping-notifications-v3-notification.types.ts"],"names":[],"mappings":"AAsFA,MAAM,CAAN,IAAY,eASX;AATD,WAAY,eAAe;IACzB,wCAAqB,CAAA;IACrB,8CAA2B,CAAA;IAC3B,8CAA2B,CAAA;IAC3B,sCAAmB,CAAA;IACnB,8BAAW,CAAA;IACX,kCAAe,CAAA;IACf,kCAAe,CAAA;IACf,kCAAe,CAAA;AACjB,CAAC,EATW,eAAe,KAAf,eAAe,QAS1B"}
|
|
@@ -49,6 +49,12 @@ export interface ArrayDynamicValue {
|
|
|
49
49
|
/** items */
|
|
50
50
|
items?: DynamicValue[];
|
|
51
51
|
}
|
|
52
|
+
export interface AttachmentDynamicValue {
|
|
53
|
+
/** file name */
|
|
54
|
+
fileName?: string;
|
|
55
|
+
/** download url */
|
|
56
|
+
downloadUrl?: string;
|
|
57
|
+
}
|
|
52
58
|
export interface NotifyResponse {
|
|
53
59
|
/** ID of the batch of notifications triggered by one request. */
|
|
54
60
|
notificationBatchId?: string;
|
|
@@ -117,6 +123,7 @@ export interface NotifyByAppResponse {
|
|
|
117
123
|
* @public
|
|
118
124
|
* @documentationMaturity preview
|
|
119
125
|
* @requiredField notificationTemplateId
|
|
126
|
+
* @permissionScope Manage Notifications
|
|
120
127
|
*/
|
|
121
128
|
export declare function notify(notificationTemplateId: string, options?: NotifyOptions): Promise<NotifyResponse>;
|
|
122
129
|
export interface NotifyOptions {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ping-notifications-v3-notification.universal.js","sourceRoot":"","sources":["../../../src/ping-notifications-v3-notification.universal.ts"],"names":[],"mappings":";;;;;;;;;AAAA,OAAO,EAAE,UAAU,EAAE,cAAc,EAAE,MAAM,yBAAyB,CAAC;AAErE,OAAO,KAAK,4CAA4C,MAAM,2CAA2C,CAAC;AAE1G,IAAI,SAAS,GAAG,KAAK,CAAC;AAEtB,SAAS,KAAK,CAAC,GAAG,IAAW;IAC3B,SAAS,IAAI,OAAO,CAAC,GAAG,CAAC,GAAG,IAAI,CAAC,CAAC;AACpC,CAAC;AAED,SAAS,SAAS,CAAC,GAAQ;IACzB,OAAO,GAAG,CAAC;AACb,CAAC;AAED,MAAM,CAAC,MAAM,OAAO,GAAG;IACrB,cAAc,EAAE;QACd,EAAE,EAAE,GAAG,EAAE,CAAC,CAAC,SAAS,GAAG,IAAI,CAAC;QAC5B,GAAG,EAAE,GAAG,EAAE,CAAC,CAAC,SAAS,GAAG,KAAK,CAAC;KAC/B;CACF,CAAC;AACF,MAAM,aAAa,GAAG,GAAG,CAAC;AAC1B,MAAM,eAAe,GAAG,GAAG,CAAC;
|
|
1
|
+
{"version":3,"file":"ping-notifications-v3-notification.universal.js","sourceRoot":"","sources":["../../../src/ping-notifications-v3-notification.universal.ts"],"names":[],"mappings":"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"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@wix/crm",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.10",
|
|
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": "9620c083f4824f9ff299de876fea6fcf3ea6330391e90151969647d6"
|
|
37
37
|
}
|