@wix/crm 1.0.28 → 1.0.29
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/crm-tasks-v1-task.http.d.ts +2 -2
- package/build/cjs/src/crm-tasks-v1-task.http.js +2 -2
- package/build/cjs/src/crm-tasks-v1-task.universal.d.ts +2 -2
- package/build/cjs/src/crm-tasks-v1-task.universal.js +2 -2
- package/build/es/src/crm-tasks-v1-task.http.d.ts +2 -2
- package/build/es/src/crm-tasks-v1-task.http.js +2 -2
- package/build/es/src/crm-tasks-v1-task.universal.d.ts +2 -2
- package/build/es/src/crm-tasks-v1-task.universal.js +2 -2
- package/package.json +2 -2
|
@@ -11,7 +11,7 @@ export declare function getTask(payload: GetTaskRequest): RequestOptionsFactory<
|
|
|
11
11
|
* Creates a new task.
|
|
12
12
|
*
|
|
13
13
|
*
|
|
14
|
-
* The `createTask()` function returns a Promise that resolves to the ID of the
|
|
14
|
+
* The `createTask()` function returns a Promise that resolves to the ID of the newly created task after it has been successfully created.
|
|
15
15
|
*
|
|
16
16
|
* When creating a new task, the specified `task` object must contain a `title` value.
|
|
17
17
|
*/
|
|
@@ -38,6 +38,6 @@ export declare function setCompletedStatus(payload: CompleteTaskRequest): Reques
|
|
|
38
38
|
* Removes an existing task.
|
|
39
39
|
*
|
|
40
40
|
*
|
|
41
|
-
* The `removeTask()` function returns a Promise that resolves to the ID of the
|
|
41
|
+
* The `removeTask()` function returns a Promise that resolves to the ID of the removed task after it has been successfully removed.
|
|
42
42
|
*/
|
|
43
43
|
export declare function deleteTask(payload: DeleteTaskRequest): RequestOptionsFactory<DeleteTaskResponse>;
|
|
@@ -75,7 +75,7 @@ exports.getTask = getTask;
|
|
|
75
75
|
* Creates a new task.
|
|
76
76
|
*
|
|
77
77
|
*
|
|
78
|
-
* The `createTask()` function returns a Promise that resolves to the ID of the
|
|
78
|
+
* The `createTask()` function returns a Promise that resolves to the ID of the newly created task after it has been successfully created.
|
|
79
79
|
*
|
|
80
80
|
* When creating a new task, the specified `task` object must contain a `title` value.
|
|
81
81
|
*/
|
|
@@ -172,7 +172,7 @@ exports.setCompletedStatus = setCompletedStatus;
|
|
|
172
172
|
* Removes an existing task.
|
|
173
173
|
*
|
|
174
174
|
*
|
|
175
|
-
* The `removeTask()` function returns a Promise that resolves to the ID of the
|
|
175
|
+
* The `removeTask()` function returns a Promise that resolves to the ID of the removed task after it has been successfully removed.
|
|
176
176
|
*/
|
|
177
177
|
function deleteTask(payload) {
|
|
178
178
|
const { toJSON: toReq, fromJSON: fromReq } = (0, ambassador_1.serializer)(_deleteTaskRequest, {});
|
|
@@ -254,7 +254,7 @@ export declare function getTask(_id: string): Promise<GetTaskResponse>;
|
|
|
254
254
|
* Creates a new task.
|
|
255
255
|
*
|
|
256
256
|
*
|
|
257
|
-
* The `createTask()` function returns a Promise that resolves to the ID of the
|
|
257
|
+
* The `createTask()` function returns a Promise that resolves to the ID of the newly created task after it has been successfully created.
|
|
258
258
|
*
|
|
259
259
|
* When creating a new task, the specified `task` object must contain a `title` value.
|
|
260
260
|
*
|
|
@@ -303,7 +303,7 @@ export declare function updateTaskStatus(_id: string, isCompleted: boolean | nul
|
|
|
303
303
|
* Removes an existing task.
|
|
304
304
|
*
|
|
305
305
|
*
|
|
306
|
-
* The `removeTask()` function returns a Promise that resolves to the ID of the
|
|
306
|
+
* The `removeTask()` function returns a Promise that resolves to the ID of the removed task after it has been successfully removed.
|
|
307
307
|
*
|
|
308
308
|
* This function is not a universal function and runs only on the backend.
|
|
309
309
|
* @public
|
|
@@ -132,7 +132,7 @@ exports.getTask = getTask;
|
|
|
132
132
|
* Creates a new task.
|
|
133
133
|
*
|
|
134
134
|
*
|
|
135
|
-
* The `createTask()` function returns a Promise that resolves to the ID of the
|
|
135
|
+
* The `createTask()` function returns a Promise that resolves to the ID of the newly created task after it has been successfully created.
|
|
136
136
|
*
|
|
137
137
|
* When creating a new task, the specified `task` object must contain a `title` value.
|
|
138
138
|
*
|
|
@@ -313,7 +313,7 @@ exports.updateTaskStatus = updateTaskStatus;
|
|
|
313
313
|
* Removes an existing task.
|
|
314
314
|
*
|
|
315
315
|
*
|
|
316
|
-
* The `removeTask()` function returns a Promise that resolves to the ID of the
|
|
316
|
+
* The `removeTask()` function returns a Promise that resolves to the ID of the removed task after it has been successfully removed.
|
|
317
317
|
*
|
|
318
318
|
* This function is not a universal function and runs only on the backend.
|
|
319
319
|
* @public
|
|
@@ -11,7 +11,7 @@ export declare function getTask(payload: GetTaskRequest): RequestOptionsFactory<
|
|
|
11
11
|
* Creates a new task.
|
|
12
12
|
*
|
|
13
13
|
*
|
|
14
|
-
* The `createTask()` function returns a Promise that resolves to the ID of the
|
|
14
|
+
* The `createTask()` function returns a Promise that resolves to the ID of the newly created task after it has been successfully created.
|
|
15
15
|
*
|
|
16
16
|
* When creating a new task, the specified `task` object must contain a `title` value.
|
|
17
17
|
*/
|
|
@@ -38,6 +38,6 @@ export declare function setCompletedStatus(payload: CompleteTaskRequest): Reques
|
|
|
38
38
|
* Removes an existing task.
|
|
39
39
|
*
|
|
40
40
|
*
|
|
41
|
-
* The `removeTask()` function returns a Promise that resolves to the ID of the
|
|
41
|
+
* The `removeTask()` function returns a Promise that resolves to the ID of the removed task after it has been successfully removed.
|
|
42
42
|
*/
|
|
43
43
|
export declare function deleteTask(payload: DeleteTaskRequest): RequestOptionsFactory<DeleteTaskResponse>;
|
|
@@ -71,7 +71,7 @@ export function getTask(payload) {
|
|
|
71
71
|
* Creates a new task.
|
|
72
72
|
*
|
|
73
73
|
*
|
|
74
|
-
* The `createTask()` function returns a Promise that resolves to the ID of the
|
|
74
|
+
* The `createTask()` function returns a Promise that resolves to the ID of the newly created task after it has been successfully created.
|
|
75
75
|
*
|
|
76
76
|
* When creating a new task, the specified `task` object must contain a `title` value.
|
|
77
77
|
*/
|
|
@@ -165,7 +165,7 @@ export function setCompletedStatus(payload) {
|
|
|
165
165
|
* Removes an existing task.
|
|
166
166
|
*
|
|
167
167
|
*
|
|
168
|
-
* The `removeTask()` function returns a Promise that resolves to the ID of the
|
|
168
|
+
* The `removeTask()` function returns a Promise that resolves to the ID of the removed task after it has been successfully removed.
|
|
169
169
|
*/
|
|
170
170
|
export function deleteTask(payload) {
|
|
171
171
|
const { toJSON: toReq, fromJSON: fromReq } = serializer(_deleteTaskRequest, {});
|
|
@@ -254,7 +254,7 @@ export declare function getTask(_id: string): Promise<GetTaskResponse>;
|
|
|
254
254
|
* Creates a new task.
|
|
255
255
|
*
|
|
256
256
|
*
|
|
257
|
-
* The `createTask()` function returns a Promise that resolves to the ID of the
|
|
257
|
+
* The `createTask()` function returns a Promise that resolves to the ID of the newly created task after it has been successfully created.
|
|
258
258
|
*
|
|
259
259
|
* When creating a new task, the specified `task` object must contain a `title` value.
|
|
260
260
|
*
|
|
@@ -303,7 +303,7 @@ export declare function updateTaskStatus(_id: string, isCompleted: boolean | nul
|
|
|
303
303
|
* Removes an existing task.
|
|
304
304
|
*
|
|
305
305
|
*
|
|
306
|
-
* The `removeTask()` function returns a Promise that resolves to the ID of the
|
|
306
|
+
* The `removeTask()` function returns a Promise that resolves to the ID of the removed task after it has been successfully removed.
|
|
307
307
|
*
|
|
308
308
|
* This function is not a universal function and runs only on the backend.
|
|
309
309
|
* @public
|
|
@@ -109,7 +109,7 @@ export function getTask(_id) {
|
|
|
109
109
|
* Creates a new task.
|
|
110
110
|
*
|
|
111
111
|
*
|
|
112
|
-
* The `createTask()` function returns a Promise that resolves to the ID of the
|
|
112
|
+
* The `createTask()` function returns a Promise that resolves to the ID of the newly created task after it has been successfully created.
|
|
113
113
|
*
|
|
114
114
|
* When creating a new task, the specified `task` object must contain a `title` value.
|
|
115
115
|
*
|
|
@@ -287,7 +287,7 @@ export function updateTaskStatus(_id, isCompleted) {
|
|
|
287
287
|
* Removes an existing task.
|
|
288
288
|
*
|
|
289
289
|
*
|
|
290
|
-
* The `removeTask()` function returns a Promise that resolves to the ID of the
|
|
290
|
+
* The `removeTask()` function returns a Promise that resolves to the ID of the removed task after it has been successfully removed.
|
|
291
291
|
*
|
|
292
292
|
* This function is not a universal function and runs only on the backend.
|
|
293
293
|
* @public
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@wix/crm",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.29",
|
|
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": "e09296323d94281ab559e0e67ca45bf5a662d7e431faeb735ece41f0"
|
|
37
37
|
}
|