@wix/auto_sdk_crm_tasks 1.0.2 → 1.0.4

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.
Files changed (37) hide show
  1. package/build/cjs/src/crm-tasks-v2-task-tasks.context.d.ts +2 -2
  2. package/build/cjs/src/crm-tasks-v2-task-tasks.context.js +2 -2
  3. package/build/cjs/src/crm-tasks-v2-task-tasks.context.js.map +1 -1
  4. package/build/cjs/src/crm-tasks-v2-task-tasks.types.d.ts +120 -42
  5. package/build/cjs/src/crm-tasks-v2-task-tasks.types.js +7 -7
  6. package/build/cjs/src/crm-tasks-v2-task-tasks.types.js.map +1 -1
  7. package/build/cjs/src/crm-tasks-v2-task-tasks.universal.d.ts +140 -46
  8. package/build/cjs/src/crm-tasks-v2-task-tasks.universal.js +7 -7
  9. package/build/cjs/src/crm-tasks-v2-task-tasks.universal.js.map +1 -1
  10. package/build/es/src/crm-tasks-v2-task-tasks.context.d.ts +2 -2
  11. package/build/es/src/crm-tasks-v2-task-tasks.context.js +1 -1
  12. package/build/es/src/crm-tasks-v2-task-tasks.context.js.map +1 -1
  13. package/build/es/src/crm-tasks-v2-task-tasks.types.d.ts +120 -42
  14. package/build/es/src/crm-tasks-v2-task-tasks.types.js +6 -6
  15. package/build/es/src/crm-tasks-v2-task-tasks.types.js.map +1 -1
  16. package/build/es/src/crm-tasks-v2-task-tasks.universal.d.ts +140 -46
  17. package/build/es/src/crm-tasks-v2-task-tasks.universal.js +6 -6
  18. package/build/es/src/crm-tasks-v2-task-tasks.universal.js.map +1 -1
  19. package/build/internal/cjs/src/crm-tasks-v2-task-tasks.context.d.ts +2 -2
  20. package/build/internal/cjs/src/crm-tasks-v2-task-tasks.context.js +2 -2
  21. package/build/internal/cjs/src/crm-tasks-v2-task-tasks.context.js.map +1 -1
  22. package/build/internal/cjs/src/crm-tasks-v2-task-tasks.types.d.ts +120 -42
  23. package/build/internal/cjs/src/crm-tasks-v2-task-tasks.types.js +7 -7
  24. package/build/internal/cjs/src/crm-tasks-v2-task-tasks.types.js.map +1 -1
  25. package/build/internal/cjs/src/crm-tasks-v2-task-tasks.universal.d.ts +140 -46
  26. package/build/internal/cjs/src/crm-tasks-v2-task-tasks.universal.js +7 -7
  27. package/build/internal/cjs/src/crm-tasks-v2-task-tasks.universal.js.map +1 -1
  28. package/build/internal/es/src/crm-tasks-v2-task-tasks.context.d.ts +2 -2
  29. package/build/internal/es/src/crm-tasks-v2-task-tasks.context.js +1 -1
  30. package/build/internal/es/src/crm-tasks-v2-task-tasks.context.js.map +1 -1
  31. package/build/internal/es/src/crm-tasks-v2-task-tasks.types.d.ts +120 -42
  32. package/build/internal/es/src/crm-tasks-v2-task-tasks.types.js +6 -6
  33. package/build/internal/es/src/crm-tasks-v2-task-tasks.types.js.map +1 -1
  34. package/build/internal/es/src/crm-tasks-v2-task-tasks.universal.d.ts +140 -46
  35. package/build/internal/es/src/crm-tasks-v2-task-tasks.universal.js +6 -6
  36. package/build/internal/es/src/crm-tasks-v2-task-tasks.universal.js.map +1 -1
  37. package/package.json +2 -2
@@ -28,5 +28,5 @@ export declare const onTaskOverdue: ReturnType<typeof createEventModule<typeof p
28
28
  * Triggered when a task is updated.
29
29
  */
30
30
  export declare const onTaskUpdated: ReturnType<typeof createEventModule<typeof publicOnTaskUpdated>>;
31
- export { TaskStatus, SourceType, ReminderType, SortOrder, WebhookIdentityType, } from './crm-tasks-v2-task-tasks.universal.js';
32
- export { Task, TaskSource, ContactInfo, DeleteCompletedTasksRequest, DeleteCompletedTasksResponse, SendTasksReminderRequest, SendTasksReminderResponse, RepositionTask, TaskOverdue, TaskAssigned, CreateTaskRequest, CreateTaskResponse, ContactNotFoundError, GetTaskRequest, GetTaskResponse, UpdateTaskRequest, UpdateTaskResponse, DeleteTaskRequest, DeleteTaskResponse, QueryTasksRequest, CursorQuery, CursorQueryPagingMethodOneOf, Sorting, CursorPaging, QueryTasksResponse, CursorPagingMetadata, Cursors, CountTasksRequest, CountTasksResponse, QueryTasksInternalRequest, QueryV2, QueryV2PagingMethodOneOf, Paging, QueryTasksInternalResponse, PagingMetadataV2, MoveTaskAfterRequest, MoveTaskAfterResponse, TaskNotFoundError, Empty, DomainEvent, DomainEventBodyOneOf, EntityCreatedEvent, RestoreInfo, EntityUpdatedEvent, EntityDeletedEvent, ActionEvent, MessageEnvelope, IdentificationData, IdentificationDataIdOneOf, TaskNonNullableFields, CreateTaskResponseNonNullableFields, GetTaskResponseNonNullableFields, UpdateTaskResponseNonNullableFields, QueryTasksResponseNonNullableFields, CountTasksResponseNonNullableFields, BaseEventMetadata, EventMetadata, TaskCreatedEnvelope, TaskDeletedEnvelope, TaskOverdueEnvelope, TaskUpdatedEnvelope, UpdateTask, TasksQueryResult, TasksQueryBuilder, CountTasksOptions, MoveTaskAfterOptions, } from './crm-tasks-v2-task-tasks.universal.js';
31
+ export { TaskStatus, SourceType, SortOrder, WebhookIdentityType, ReminderType, } from './crm-tasks-v2-task-tasks.universal.js';
32
+ export { Task, TaskSource, ContactInfo, RepositionTask, TaskOverdue, TaskAssigned, CreateTaskRequest, CreateTaskResponse, ContactNotFoundError, GetTaskRequest, GetTaskResponse, UpdateTaskRequest, UpdateTaskResponse, DeleteTaskRequest, DeleteTaskResponse, QueryTasksRequest, CursorQuery, CursorQueryPagingMethodOneOf, Sorting, CursorPaging, QueryTasksResponse, CursorPagingMetadata, Cursors, CountTasksRequest, CountTasksResponse, QueryTasksInternalRequest, QueryV2, QueryV2PagingMethodOneOf, Paging, QueryTasksInternalResponse, PagingMetadataV2, MoveTaskAfterRequest, MoveTaskAfterResponse, TaskNotFoundError, Empty, DomainEvent, DomainEventBodyOneOf, EntityCreatedEvent, RestoreInfo, EntityUpdatedEvent, EntityDeletedEvent, ActionEvent, MessageEnvelope, IdentificationData, IdentificationDataIdOneOf, DeleteCompletedTasksRequest, DeleteCompletedTasksResponse, SendTasksReminderRequest, SendTasksReminderResponse, TaskNonNullableFields, CreateTaskResponseNonNullableFields, GetTaskResponseNonNullableFields, UpdateTaskResponseNonNullableFields, QueryTasksResponseNonNullableFields, CountTasksResponseNonNullableFields, BaseEventMetadata, EventMetadata, TaskCreatedEnvelope, TaskDeletedEnvelope, TaskOverdueEnvelope, TaskUpdatedEnvelope, UpdateTask, TasksQueryResult, TasksQueryBuilder, CountTasksOptions, MoveTaskAfterOptions, } from './crm-tasks-v2-task-tasks.universal.js';
@@ -1,6 +1,6 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.WebhookIdentityType = exports.SortOrder = exports.ReminderType = exports.SourceType = exports.TaskStatus = exports.onTaskUpdated = exports.onTaskOverdue = exports.onTaskDeleted = exports.onTaskCreated = exports.moveTaskAfter = exports.countTasks = exports.queryTasks = exports.deleteTask = exports.updateTask = exports.getTask = exports.createTask = void 0;
3
+ exports.ReminderType = exports.WebhookIdentityType = exports.SortOrder = exports.SourceType = exports.TaskStatus = exports.onTaskUpdated = exports.onTaskOverdue = exports.onTaskDeleted = exports.onTaskCreated = exports.moveTaskAfter = exports.countTasks = exports.queryTasks = exports.deleteTask = exports.updateTask = exports.getTask = exports.createTask = void 0;
4
4
  const crm_tasks_v2_task_tasks_public_js_1 = require("./crm-tasks-v2-task-tasks.public.js");
5
5
  const rest_modules_1 = require("@wix/sdk-runtime/rest-modules");
6
6
  const event_definition_modules_1 = require("@wix/sdk-runtime/event-definition-modules");
@@ -34,7 +34,7 @@ exports.onTaskUpdated = (0, event_definition_modules_1.createEventModule)(crm_ta
34
34
  var crm_tasks_v2_task_tasks_universal_js_1 = require("./crm-tasks-v2-task-tasks.universal.js");
35
35
  Object.defineProperty(exports, "TaskStatus", { enumerable: true, get: function () { return crm_tasks_v2_task_tasks_universal_js_1.TaskStatus; } });
36
36
  Object.defineProperty(exports, "SourceType", { enumerable: true, get: function () { return crm_tasks_v2_task_tasks_universal_js_1.SourceType; } });
37
- Object.defineProperty(exports, "ReminderType", { enumerable: true, get: function () { return crm_tasks_v2_task_tasks_universal_js_1.ReminderType; } });
38
37
  Object.defineProperty(exports, "SortOrder", { enumerable: true, get: function () { return crm_tasks_v2_task_tasks_universal_js_1.SortOrder; } });
39
38
  Object.defineProperty(exports, "WebhookIdentityType", { enumerable: true, get: function () { return crm_tasks_v2_task_tasks_universal_js_1.WebhookIdentityType; } });
39
+ Object.defineProperty(exports, "ReminderType", { enumerable: true, get: function () { return crm_tasks_v2_task_tasks_universal_js_1.ReminderType; } });
40
40
  //# sourceMappingURL=crm-tasks-v2-task-tasks.context.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"crm-tasks-v2-task-tasks.context.js","sourceRoot":"","sources":["../../../src/crm-tasks-v2-task-tasks.context.ts"],"names":[],"mappings":";;;AAAA,2FAQ6C;AAC7C,gEAAiE;AACjE,wFAA8E;AAE9E,2FAA2F;AAC3F,2FAA2F;AAC3F,2FAA2F;AAC3F,2FAA2F;AAE9E,QAAA,UAAU,GAEL,IAAA,+BAAgB,EAAC,8CAAgB,CAAC,CAAC;AACxC,QAAA,OAAO,GAEF,IAAA,+BAAgB,EAAC,2CAAa,CAAC,CAAC;AACrC,QAAA,UAAU,GAEL,IAAA,+BAAgB,EAAC,8CAAgB,CAAC,CAAC;AACxC,QAAA,UAAU,GAEL,IAAA,+BAAgB,EAAC,8CAAgB,CAAC,CAAC;AACxC,QAAA,UAAU,GAEL,IAAA,+BAAgB,EAAC,8CAAgB,CAAC,CAAC;AACxC,QAAA,UAAU,GAEL,IAAA,+BAAgB,EAAC,8CAAgB,CAAC,CAAC;AACxC,QAAA,aAAa,GAER,IAAA,+BAAgB,EAAC,iDAAmB,CAAC,CAAC;AACxD;;GAEG;AACU,QAAA,aAAa,GAEtB,IAAA,4CAAiB,EAAC,iDAAmB,CAAC,CAAC;AAC3C;;GAEG;AACU,QAAA,aAAa,GAEtB,IAAA,4CAAiB,EAAC,iDAAmB,CAAC,CAAC;AAC3C;;GAEG;AACU,QAAA,aAAa,GAEtB,IAAA,4CAAiB,EAAC,iDAAmB,CAAC,CAAC;AAC3C;;GAEG;AACU,QAAA,aAAa,GAEtB,IAAA,4CAAiB,EAAC,iDAAmB,CAAC,CAAC;AAE3C,+FAMgD;AAL9C,kIAAA,UAAU,OAAA;AACV,kIAAA,UAAU,OAAA;AACV,oIAAA,YAAY,OAAA;AACZ,iIAAA,SAAS,OAAA;AACT,2IAAA,mBAAmB,OAAA"}
1
+ {"version":3,"file":"crm-tasks-v2-task-tasks.context.js","sourceRoot":"","sources":["../../../src/crm-tasks-v2-task-tasks.context.ts"],"names":[],"mappings":";;;AAAA,2FAQ6C;AAC7C,gEAAiE;AACjE,wFAA8E;AAE9E,2FAA2F;AAC3F,2FAA2F;AAC3F,2FAA2F;AAC3F,2FAA2F;AAE9E,QAAA,UAAU,GAEL,IAAA,+BAAgB,EAAC,8CAAgB,CAAC,CAAC;AACxC,QAAA,OAAO,GAEF,IAAA,+BAAgB,EAAC,2CAAa,CAAC,CAAC;AACrC,QAAA,UAAU,GAEL,IAAA,+BAAgB,EAAC,8CAAgB,CAAC,CAAC;AACxC,QAAA,UAAU,GAEL,IAAA,+BAAgB,EAAC,8CAAgB,CAAC,CAAC;AACxC,QAAA,UAAU,GAEL,IAAA,+BAAgB,EAAC,8CAAgB,CAAC,CAAC;AACxC,QAAA,UAAU,GAEL,IAAA,+BAAgB,EAAC,8CAAgB,CAAC,CAAC;AACxC,QAAA,aAAa,GAER,IAAA,+BAAgB,EAAC,iDAAmB,CAAC,CAAC;AACxD;;GAEG;AACU,QAAA,aAAa,GAEtB,IAAA,4CAAiB,EAAC,iDAAmB,CAAC,CAAC;AAC3C;;GAEG;AACU,QAAA,aAAa,GAEtB,IAAA,4CAAiB,EAAC,iDAAmB,CAAC,CAAC;AAC3C;;GAEG;AACU,QAAA,aAAa,GAEtB,IAAA,4CAAiB,EAAC,iDAAmB,CAAC,CAAC;AAC3C;;GAEG;AACU,QAAA,aAAa,GAEtB,IAAA,4CAAiB,EAAC,iDAAmB,CAAC,CAAC;AAE3C,+FAMgD;AAL9C,kIAAA,UAAU,OAAA;AACV,kIAAA,UAAU,OAAA;AACV,iIAAA,SAAS,OAAA;AACT,2IAAA,mBAAmB,OAAA;AACnB,oIAAA,YAAY,OAAA"}
@@ -1,6 +1,7 @@
1
1
  export interface Task {
2
2
  /**
3
3
  * Task ID.
4
+ * @format GUID
4
5
  * @readonly
5
6
  */
6
7
  id?: string | null;
@@ -9,9 +10,17 @@ export interface Task {
9
10
  * @readonly
10
11
  */
11
12
  revision?: string | null;
12
- /** Title of the task. */
13
+ /**
14
+ * Title of the task.
15
+ * @minLength 1
16
+ * @maxLength 250
17
+ */
13
18
  title?: string | null;
14
- /** Description of the task. */
19
+ /**
20
+ * Description of the task.
21
+ * @minLength 1
22
+ * @maxLength 500
23
+ */
15
24
  description?: string | null;
16
25
  /**
17
26
  * Date and time the task was created.
@@ -51,11 +60,13 @@ export interface TaskSource {
51
60
  sourceType?: SourceType;
52
61
  /**
53
62
  * App ID, if the task was created by an app.
63
+ * @format GUID
54
64
  * @readonly
55
65
  */
56
66
  appId?: string | null;
57
67
  /**
58
68
  * User ID, if the task was created by a Wix user.
69
+ * @format GUID
59
70
  * @readonly
60
71
  */
61
72
  userId?: string | null;
@@ -68,7 +79,10 @@ export declare enum SourceType {
68
79
  USER = "USER"
69
80
  }
70
81
  export interface ContactInfo {
71
- /** ID of the contact associated with the task. */
82
+ /**
83
+ * ID of the contact associated with the task.
84
+ * @format GUID
85
+ */
72
86
  id?: string | null;
73
87
  /**
74
88
  * Contact's first name.
@@ -96,29 +110,11 @@ export interface ContactInfo {
96
110
  */
97
111
  phone?: string | null;
98
112
  }
99
- export interface DeleteCompletedTasksRequest {
100
- /** Optional list of tasks ids of the tasks to delete. If the list is not provided the filter is used. */
101
- taskIds?: string[];
102
- /** An optional filter of tasks to count. See 'queryTasks' for supported filter options. */
103
- filter?: Record<string, any> | null;
104
- }
105
- export interface DeleteCompletedTasksResponse {
106
- }
107
- export interface SendTasksReminderRequest {
108
- /** Ids of the tasks to remind */
109
- taskIds?: string[];
110
- /** The reminder type */
111
- reminderType?: ReminderType;
112
- }
113
- export declare enum ReminderType {
114
- UNKNOWN_REMINDER_TYPE = "UNKNOWN_REMINDER_TYPE",
115
- FIRST_REMINDER = "FIRST_REMINDER",
116
- LAST_REMINDER = "LAST_REMINDER"
117
- }
118
- export interface SendTasksReminderResponse {
119
- }
120
113
  export interface RepositionTask {
121
- /** The id of the last task that was re-positioned */
114
+ /**
115
+ * The id of the last task that was re-positioned
116
+ * @format GUID
117
+ */
122
118
  taskId?: string | null;
123
119
  /** The position of the last task that was re-positioned */
124
120
  position?: string | null;
@@ -128,7 +124,10 @@ export interface TaskOverdue {
128
124
  task?: Task;
129
125
  }
130
126
  export interface TaskAssigned {
131
- /** The id of the assignee */
127
+ /**
128
+ * The id of the assignee
129
+ * @format GUID
130
+ */
132
131
  assigneeId?: string;
133
132
  /** The task that was assigned */
134
133
  task?: Task;
@@ -142,10 +141,14 @@ export interface CreateTaskResponse {
142
141
  task?: Task;
143
142
  }
144
143
  export interface ContactNotFoundError {
144
+ /** @format GUID */
145
145
  contactId?: string;
146
146
  }
147
147
  export interface GetTaskRequest {
148
- /** ID of the task to retrieve. */
148
+ /**
149
+ * ID of the task to retrieve.
150
+ * @format GUID
151
+ */
149
152
  taskId: string;
150
153
  }
151
154
  export interface GetTaskResponse {
@@ -161,7 +164,10 @@ export interface UpdateTaskResponse {
161
164
  task?: Task;
162
165
  }
163
166
  export interface DeleteTaskRequest {
164
- /** ID of the task to delete. */
167
+ /**
168
+ * ID of the task to delete.
169
+ * @format GUID
170
+ */
165
171
  taskId: string;
166
172
  }
167
173
  export interface DeleteTaskResponse {
@@ -206,7 +212,10 @@ export declare enum SortOrder {
206
212
  DESC = "DESC"
207
213
  }
208
214
  export interface CursorPaging {
209
- /** Number of items to load. */
215
+ /**
216
+ * Number of items to load.
217
+ * @max 1000
218
+ */
210
219
  limit?: number | null;
211
220
  /**
212
221
  * Pointer to the next or previous page in the list of results.
@@ -296,7 +305,10 @@ export interface QueryV2PagingMethodOneOf {
296
305
  cursorPaging?: CursorPaging;
297
306
  }
298
307
  export interface Paging {
299
- /** Number of items to load. */
308
+ /**
309
+ * Number of items to load.
310
+ * @max 1000
311
+ */
300
312
  limit?: number | null;
301
313
  /** Number of items to skip in the current sort order. */
302
314
  offset?: number | null;
@@ -320,18 +332,25 @@ export interface PagingMetadataV2 {
320
332
  cursors?: Cursors;
321
333
  }
322
334
  export interface MoveTaskAfterRequest {
323
- /** ID of the task to move. */
335
+ /**
336
+ * ID of the task to move.
337
+ * @format GUID
338
+ */
324
339
  taskId: string;
325
340
  /**
326
341
  * The ID of the task after which the moved task is positioned in the task display.
327
342
  * If `beforeTaskId` is not specified, the moved task is positioned first in the task display.
343
+ * @format GUID
328
344
  */
329
345
  beforeTaskId?: string | null;
330
346
  }
331
347
  export interface MoveTaskAfterResponse {
332
348
  }
333
349
  export interface TaskNotFoundError {
334
- /** The task id that was not found */
350
+ /**
351
+ * The task id that was not found
352
+ * @format GUID
353
+ */
335
354
  taskId?: string;
336
355
  }
337
356
  export interface Empty {
@@ -409,9 +428,15 @@ export interface ActionEvent {
409
428
  bodyAsJson?: string;
410
429
  }
411
430
  export interface MessageEnvelope {
412
- /** App instance ID. */
431
+ /**
432
+ * App instance ID.
433
+ * @format GUID
434
+ */
413
435
  instanceId?: string | null;
414
- /** Event type. */
436
+ /**
437
+ * Event type.
438
+ * @maxLength 150
439
+ */
415
440
  eventType?: string;
416
441
  /** The identification type and identity data. */
417
442
  identity?: IdentificationData;
@@ -419,26 +444,50 @@ export interface MessageEnvelope {
419
444
  data?: string;
420
445
  }
421
446
  export interface IdentificationData extends IdentificationDataIdOneOf {
422
- /** ID of a site visitor that has not logged in to the site. */
447
+ /**
448
+ * ID of a site visitor that has not logged in to the site.
449
+ * @format GUID
450
+ */
423
451
  anonymousVisitorId?: string;
424
- /** ID of a site visitor that has logged in to the site. */
452
+ /**
453
+ * ID of a site visitor that has logged in to the site.
454
+ * @format GUID
455
+ */
425
456
  memberId?: string;
426
- /** ID of a Wix user (site owner, contributor, etc.). */
457
+ /**
458
+ * ID of a Wix user (site owner, contributor, etc.).
459
+ * @format GUID
460
+ */
427
461
  wixUserId?: string;
428
- /** ID of an app. */
462
+ /**
463
+ * ID of an app.
464
+ * @format GUID
465
+ */
429
466
  appId?: string;
430
467
  /** @readonly */
431
468
  identityType?: WebhookIdentityType;
432
469
  }
433
470
  /** @oneof */
434
471
  export interface IdentificationDataIdOneOf {
435
- /** ID of a site visitor that has not logged in to the site. */
472
+ /**
473
+ * ID of a site visitor that has not logged in to the site.
474
+ * @format GUID
475
+ */
436
476
  anonymousVisitorId?: string;
437
- /** ID of a site visitor that has logged in to the site. */
477
+ /**
478
+ * ID of a site visitor that has logged in to the site.
479
+ * @format GUID
480
+ */
438
481
  memberId?: string;
439
- /** ID of a Wix user (site owner, contributor, etc.). */
482
+ /**
483
+ * ID of a Wix user (site owner, contributor, etc.).
484
+ * @format GUID
485
+ */
440
486
  wixUserId?: string;
441
- /** ID of an app. */
487
+ /**
488
+ * ID of an app.
489
+ * @format GUID
490
+ */
442
491
  appId?: string;
443
492
  }
444
493
  export declare enum WebhookIdentityType {
@@ -448,6 +497,35 @@ export declare enum WebhookIdentityType {
448
497
  WIX_USER = "WIX_USER",
449
498
  APP = "APP"
450
499
  }
500
+ export interface DeleteCompletedTasksRequest {
501
+ /**
502
+ * Optional list of tasks ids of the tasks to delete. If the list is not provided the filter is used.
503
+ * @format GUID
504
+ * @maxSize 1000
505
+ */
506
+ taskIds?: string[];
507
+ /** An optional filter of tasks to count. See 'queryTasks' for supported filter options. */
508
+ filter?: Record<string, any> | null;
509
+ }
510
+ export interface DeleteCompletedTasksResponse {
511
+ }
512
+ export interface SendTasksReminderRequest {
513
+ /**
514
+ * Ids of the tasks to remind
515
+ * @format GUID
516
+ * @maxSize 50
517
+ */
518
+ taskIds?: string[];
519
+ /** The reminder type */
520
+ reminderType?: ReminderType;
521
+ }
522
+ export declare enum ReminderType {
523
+ UNKNOWN_REMINDER_TYPE = "UNKNOWN_REMINDER_TYPE",
524
+ FIRST_REMINDER = "FIRST_REMINDER",
525
+ LAST_REMINDER = "LAST_REMINDER"
526
+ }
527
+ export interface SendTasksReminderResponse {
528
+ }
451
529
  interface TaskSourceNonNullableFields {
452
530
  sourceType: SourceType;
453
531
  }
@@ -1,6 +1,6 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.WebhookIdentityType = exports.SortOrder = exports.ReminderType = exports.SourceType = exports.TaskStatus = void 0;
3
+ exports.ReminderType = exports.WebhookIdentityType = exports.SortOrder = exports.SourceType = exports.TaskStatus = void 0;
4
4
  /** Possible statuses in which the task may be. */
5
5
  var TaskStatus;
6
6
  (function (TaskStatus) {
@@ -17,12 +17,6 @@ var SourceType;
17
17
  /** Task was created by a Wix user. */
18
18
  SourceType["USER"] = "USER";
19
19
  })(SourceType || (exports.SourceType = SourceType = {}));
20
- var ReminderType;
21
- (function (ReminderType) {
22
- ReminderType["UNKNOWN_REMINDER_TYPE"] = "UNKNOWN_REMINDER_TYPE";
23
- ReminderType["FIRST_REMINDER"] = "FIRST_REMINDER";
24
- ReminderType["LAST_REMINDER"] = "LAST_REMINDER";
25
- })(ReminderType || (exports.ReminderType = ReminderType = {}));
26
20
  var SortOrder;
27
21
  (function (SortOrder) {
28
22
  /** Sort by ascending order. */
@@ -38,4 +32,10 @@ var WebhookIdentityType;
38
32
  WebhookIdentityType["WIX_USER"] = "WIX_USER";
39
33
  WebhookIdentityType["APP"] = "APP";
40
34
  })(WebhookIdentityType || (exports.WebhookIdentityType = WebhookIdentityType = {}));
35
+ var ReminderType;
36
+ (function (ReminderType) {
37
+ ReminderType["UNKNOWN_REMINDER_TYPE"] = "UNKNOWN_REMINDER_TYPE";
38
+ ReminderType["FIRST_REMINDER"] = "FIRST_REMINDER";
39
+ ReminderType["LAST_REMINDER"] = "LAST_REMINDER";
40
+ })(ReminderType || (exports.ReminderType = ReminderType = {}));
41
41
  //# sourceMappingURL=crm-tasks-v2-task-tasks.types.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"crm-tasks-v2-task-tasks.types.js","sourceRoot":"","sources":["../../../src/crm-tasks-v2-task-tasks.types.ts"],"names":[],"mappings":";;;AAuCA,kDAAkD;AAClD,IAAY,UAKX;AALD,WAAY,UAAU;IACpB,qBAAqB;IACrB,6CAA+B,CAAA;IAC/B,sBAAsB;IACtB,qCAAuB,CAAA;AACzB,CAAC,EALW,UAAU,0BAAV,UAAU,QAKrB;AAoBD,8CAA8C;AAC9C,IAAY,UAKX;AALD,WAAY,UAAU;IACpB,kCAAkC;IAClC,yBAAW,CAAA;IACX,sCAAsC;IACtC,2BAAa,CAAA;AACf,CAAC,EALW,UAAU,0BAAV,UAAU,QAKrB;AAgDD,IAAY,YAIX;AAJD,WAAY,YAAY;IACtB,+DAA+C,CAAA;IAC/C,iDAAiC,CAAA;IACjC,+CAA+B,CAAA;AACjC,CAAC,EAJW,YAAY,4BAAZ,YAAY,QAIvB;AAqGD,IAAY,SAKX;AALD,WAAY,SAAS;IACnB,+BAA+B;IAC/B,wBAAW,CAAA;IACX,gCAAgC;IAChC,0BAAa,CAAA;AACf,CAAC,EALW,SAAS,yBAAT,SAAS,QAKpB;AAsQD,IAAY,mBAMX;AAND,WAAY,mBAAmB;IAC7B,0CAAmB,CAAA;IACnB,8DAAuC,CAAA;IACvC,wCAAiB,CAAA;IACjB,4CAAqB,CAAA;IACrB,kCAAW,CAAA;AACb,CAAC,EANW,mBAAmB,mCAAnB,mBAAmB,QAM9B"}
1
+ {"version":3,"file":"crm-tasks-v2-task-tasks.types.js","sourceRoot":"","sources":["../../../src/crm-tasks-v2-task-tasks.types.ts"],"names":[],"mappings":";;;AAgDA,kDAAkD;AAClD,IAAY,UAKX;AALD,WAAY,UAAU;IACpB,qBAAqB;IACrB,6CAA+B,CAAA;IAC/B,sBAAsB;IACtB,qCAAuB,CAAA;AACzB,CAAC,EALW,UAAU,0BAAV,UAAU,QAKrB;AAsBD,8CAA8C;AAC9C,IAAY,UAKX;AALD,WAAY,UAAU;IACpB,kCAAkC;IAClC,yBAAW,CAAA;IACX,sCAAsC;IACtC,2BAAa,CAAA;AACf,CAAC,EALW,UAAU,0BAAV,UAAU,QAKrB;AAiJD,IAAY,SAKX;AALD,WAAY,SAAS;IACnB,+BAA+B;IAC/B,wBAAW,CAAA;IACX,gCAAgC;IAChC,0BAAa,CAAA;AACf,CAAC,EALW,SAAS,yBAAT,SAAS,QAKpB;AAiTD,IAAY,mBAMX;AAND,WAAY,mBAAmB;IAC7B,0CAAmB,CAAA;IACnB,8DAAuC,CAAA;IACvC,wCAAiB,CAAA;IACjB,4CAAqB,CAAA;IACrB,kCAAW,CAAA;AACb,CAAC,EANW,mBAAmB,mCAAnB,mBAAmB,QAM9B;AA0BD,IAAY,YAIX;AAJD,WAAY,YAAY;IACtB,+DAA+C,CAAA;IAC/C,iDAAiC,CAAA;IACjC,+CAA+B,CAAA;AACjC,CAAC,EAJW,YAAY,4BAAZ,YAAY,QAIvB"}