@wix/crm 1.0.42 → 1.0.43
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/contacts-v4-label.universal.d.ts +7 -2
- package/build/cjs/src/contacts-v4-label.universal.js +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/contacts-v4-label.universal.d.ts +7 -2
- package/build/es/src/contacts-v4-label.universal.js +1 -1
- package/package.json +2 -2
package/build/cjs/index.d.ts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
export * as submittedContact from './src/contacts-v4-submit-contact.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';
|
|
4
|
+
export * as submittedContact from './src/contacts-v4-submit-contact.public';
|
|
5
5
|
export * as tasks from './src/crm-tasks-v1-task.public';
|
|
6
6
|
export * as notifications from './src/ping-notifications-v3-notification.public';
|
package/build/cjs/index.js
CHANGED
|
@@ -19,11 +19,11 @@ var __importStar = (this && this.__importStar) || function (mod) {
|
|
|
19
19
|
return result;
|
|
20
20
|
};
|
|
21
21
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
22
|
-
exports.notifications = exports.tasks = exports.
|
|
23
|
-
exports.submittedContact = __importStar(require("./src/contacts-v4-submit-contact.public"));
|
|
22
|
+
exports.notifications = exports.tasks = 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"));
|
|
26
|
+
exports.submittedContact = __importStar(require("./src/contacts-v4-submit-contact.public"));
|
|
27
27
|
exports.tasks = __importStar(require("./src/crm-tasks-v1-task.public"));
|
|
28
28
|
exports.notifications = __importStar(require("./src/ping-notifications-v3-notification.public"));
|
|
29
29
|
//# 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,wEAAwD;AACxD,iGAAiF"}
|
|
@@ -434,13 +434,18 @@ export declare function deleteLabel(key: string): Promise<void>;
|
|
|
434
434
|
* This function is not a universal function and runs only on the backend.
|
|
435
435
|
* @public
|
|
436
436
|
* @documentationMaturity preview
|
|
437
|
-
* @param options -
|
|
437
|
+
* @param options - Language options.
|
|
438
438
|
* @permissionScope Manage Contact Labels
|
|
439
439
|
* @applicableIdentity APP
|
|
440
440
|
*/
|
|
441
441
|
export declare function queryLabels(options?: QueryLabelsOptions): LabelsQueryBuilder;
|
|
442
442
|
export interface QueryLabelsOptions {
|
|
443
|
-
/**
|
|
443
|
+
/**
|
|
444
|
+
* Language for localization.
|
|
445
|
+
*
|
|
446
|
+
* 2-letter language code in
|
|
447
|
+
* [ISO 639-1 alpha-2](https://en.wikipedia.org/wiki/List_of_ISO_639-1_codes) format.
|
|
448
|
+
*/
|
|
444
449
|
language?: string | null | undefined;
|
|
445
450
|
}
|
|
446
451
|
interface QueryOffsetResult {
|
|
@@ -366,7 +366,7 @@ exports.deleteLabel = deleteLabel;
|
|
|
366
366
|
* This function is not a universal function and runs only on the backend.
|
|
367
367
|
* @public
|
|
368
368
|
* @documentationMaturity preview
|
|
369
|
-
* @param options -
|
|
369
|
+
* @param options - Language options.
|
|
370
370
|
* @permissionScope Manage Contact Labels
|
|
371
371
|
* @applicableIdentity APP
|
|
372
372
|
*/
|
package/build/es/index.d.ts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
export * as submittedContact from './src/contacts-v4-submit-contact.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';
|
|
4
|
+
export * as submittedContact from './src/contacts-v4-submit-contact.public';
|
|
5
5
|
export * as tasks from './src/crm-tasks-v1-task.public';
|
|
6
6
|
export * as notifications from './src/ping-notifications-v3-notification.public';
|
package/build/es/index.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
export * as submittedContact from './src/contacts-v4-submit-contact.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';
|
|
4
|
+
export * as submittedContact from './src/contacts-v4-submit-contact.public';
|
|
5
5
|
export * as tasks from './src/crm-tasks-v1-task.public';
|
|
6
6
|
export * as notifications from './src/ping-notifications-v3-notification.public';
|
|
7
7
|
//# 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,KAAK,MAAM,gCAAgC,CAAC;AACxD,OAAO,KAAK,aAAa,MAAM,iDAAiD,CAAC"}
|
|
@@ -434,13 +434,18 @@ export declare function deleteLabel(key: string): Promise<void>;
|
|
|
434
434
|
* This function is not a universal function and runs only on the backend.
|
|
435
435
|
* @public
|
|
436
436
|
* @documentationMaturity preview
|
|
437
|
-
* @param options -
|
|
437
|
+
* @param options - Language options.
|
|
438
438
|
* @permissionScope Manage Contact Labels
|
|
439
439
|
* @applicableIdentity APP
|
|
440
440
|
*/
|
|
441
441
|
export declare function queryLabels(options?: QueryLabelsOptions): LabelsQueryBuilder;
|
|
442
442
|
export interface QueryLabelsOptions {
|
|
443
|
-
/**
|
|
443
|
+
/**
|
|
444
|
+
* Language for localization.
|
|
445
|
+
*
|
|
446
|
+
* 2-letter language code in
|
|
447
|
+
* [ISO 639-1 alpha-2](https://en.wikipedia.org/wiki/List_of_ISO_639-1_codes) format.
|
|
448
|
+
*/
|
|
444
449
|
language?: string | null | undefined;
|
|
445
450
|
}
|
|
446
451
|
interface QueryOffsetResult {
|
|
@@ -340,7 +340,7 @@ export function deleteLabel(key) {
|
|
|
340
340
|
* This function is not a universal function and runs only on the backend.
|
|
341
341
|
* @public
|
|
342
342
|
* @documentationMaturity preview
|
|
343
|
-
* @param options -
|
|
343
|
+
* @param options - Language options.
|
|
344
344
|
* @permissionScope Manage Contact Labels
|
|
345
345
|
* @applicableIdentity APP
|
|
346
346
|
*/
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@wix/crm",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.43",
|
|
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": "7b25d00852c0c340b74cea74e07500215af5bf75fd614aeb93bfe6fb"
|
|
37
37
|
}
|