@trii/types 2.10.656 → 2.10.658
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/dist/Collections/Api.d.ts +41 -0
- package/dist/Collections/Api.js +2 -0
- package/dist/Collections/Commission.d.ts +52 -0
- package/dist/Collections/Commission.js +10 -0
- package/dist/Collections/Common.d.ts +78 -0
- package/dist/Collections/Common.js +39 -0
- package/dist/Collections/Dashboard.d.ts +27 -0
- package/dist/Collections/Dashboard.js +2 -0
- package/dist/Collections/Debt.d.ts +97 -0
- package/dist/Collections/Debt.js +12 -0
- package/dist/Collections/Interest.d.ts +38 -0
- package/dist/Collections/Interest.js +25 -0
- package/dist/Collections/Payment.d.ts +87 -0
- package/dist/Collections/Payment.js +21 -0
- package/dist/Collections/PaymentPlan.d.ts +87 -0
- package/dist/Collections/PaymentPlan.js +21 -0
- package/dist/Collections/PaymentPlanConfiguration.d.ts +100 -0
- package/dist/Collections/PaymentPlanConfiguration.js +34 -0
- package/dist/Collections/Portfolio.d.ts +52 -0
- package/dist/Collections/Portfolio.js +12 -0
- package/dist/Collections/Promise.d.ts +49 -0
- package/dist/Collections/Promise.js +25 -0
- package/dist/Collections/index.d.ts +11 -0
- package/dist/Collections/index.js +27 -0
- package/dist/Common/Channels/Channel.d.ts +6 -1
- package/dist/Common/Channels/Channel.js +6 -1
- package/dist/Common/Channels/WhatsApp.d.ts +22 -0
- package/dist/Common/Channels/WhatsApp.js +7 -1
- package/dist/Common/Messages/Message.d.ts +9 -0
- package/dist/Common/Messages/Message.js +6 -1
- package/dist/Conversations/Conversation.d.ts +15 -0
- package/dist/Conversations/Conversation.js +8 -1
- package/dist/Reports/ScheduledReport.d.ts +146 -0
- package/dist/Reports/ScheduledReport.js +37 -1
- package/dist/Sales/Api.d.ts +40 -0
- package/dist/Sales/Api.js +2 -0
- package/dist/Sales/Common.d.ts +72 -0
- package/dist/Sales/Common.js +31 -0
- package/dist/Sales/Dashboard.d.ts +25 -0
- package/dist/Sales/Dashboard.js +2 -0
- package/dist/Sales/Lead.d.ts +99 -0
- package/dist/Sales/Lead.js +8 -0
- package/dist/Sales/index.d.ts +4 -0
- package/dist/Sales/index.js +20 -0
- package/dist/Spaces/spaces.d.ts +1 -0
- package/dist/Tickets/AI.d.ts +400 -0
- package/dist/Tickets/AI.js +113 -0
- package/dist/Tickets/AdvancedApi.d.ts +486 -0
- package/dist/Tickets/AdvancedApi.js +108 -0
- package/dist/Tickets/Api.d.ts +62 -0
- package/dist/Tickets/Api.js +8 -0
- package/dist/Tickets/Approval.d.ts +139 -0
- package/dist/Tickets/Approval.js +30 -0
- package/dist/Tickets/Automation.d.ts +237 -0
- package/dist/Tickets/Automation.js +74 -0
- package/dist/Tickets/Category.d.ts +25 -0
- package/dist/Tickets/Category.js +2 -0
- package/dist/Tickets/Common.d.ts +90 -0
- package/dist/Tickets/Common.js +38 -0
- package/dist/Tickets/Conversation.d.ts +68 -0
- package/dist/Tickets/Conversation.js +30 -0
- package/dist/Tickets/Dashboard.d.ts +408 -0
- package/dist/Tickets/Dashboard.js +206 -0
- package/dist/Tickets/Fields.d.ts +133 -0
- package/dist/Tickets/Fields.js +44 -0
- package/dist/Tickets/Layouts.d.ts +63 -0
- package/dist/Tickets/Layouts.js +22 -0
- package/dist/Tickets/Routing.d.ts +290 -0
- package/dist/Tickets/Routing.js +87 -0
- package/dist/Tickets/Satisfaction.d.ts +31 -0
- package/dist/Tickets/Satisfaction.js +9 -0
- package/dist/Tickets/Security.d.ts +302 -0
- package/dist/Tickets/Security.js +107 -0
- package/dist/Tickets/SelfService.d.ts +255 -0
- package/dist/Tickets/SelfService.js +56 -0
- package/dist/Tickets/Sla.d.ts +253 -0
- package/dist/Tickets/Sla.js +73 -0
- package/dist/Tickets/Task.d.ts +122 -0
- package/dist/Tickets/Task.js +17 -0
- package/dist/Tickets/Ticket.d.ts +133 -0
- package/dist/Tickets/Ticket.js +2 -0
- package/dist/Tickets/Views.d.ts +77 -0
- package/dist/Tickets/Views.js +23 -0
- package/dist/Tickets/Workflow.d.ts +109 -0
- package/dist/Tickets/Workflow.js +44 -0
- package/dist/Tickets/index.d.ts +20 -1
- package/dist/Tickets/index.js +20 -1
- package/dist/index.d.ts +2 -0
- package/dist/index.js +3 -1
- package/package.json +1 -1
|
@@ -0,0 +1,77 @@
|
|
|
1
|
+
import { ITicketAuditedEntity } from './Common';
|
|
2
|
+
import { ITicketFilter, ITicketSort } from './Api';
|
|
3
|
+
export declare enum TicketViewType {
|
|
4
|
+
TABLE = "TABLE",
|
|
5
|
+
KANBAN = "KANBAN",
|
|
6
|
+
CARDS = "CARDS",
|
|
7
|
+
QUEUE = "QUEUE"
|
|
8
|
+
}
|
|
9
|
+
export declare enum TicketViewVisibility {
|
|
10
|
+
PRIVATE = "PRIVATE",
|
|
11
|
+
SHARED = "SHARED",
|
|
12
|
+
ROLE = "ROLE",
|
|
13
|
+
GROUP = "GROUP"
|
|
14
|
+
}
|
|
15
|
+
export declare enum TicketViewDensity {
|
|
16
|
+
COMPACT = "COMPACT",
|
|
17
|
+
STANDARD = "STANDARD",
|
|
18
|
+
COMFORTABLE = "COMFORTABLE"
|
|
19
|
+
}
|
|
20
|
+
export interface ITicketViewColumn {
|
|
21
|
+
fieldNameKey: string;
|
|
22
|
+
order: number;
|
|
23
|
+
width?: number;
|
|
24
|
+
visible: boolean;
|
|
25
|
+
pinned?: 'LEFT' | 'RIGHT';
|
|
26
|
+
}
|
|
27
|
+
/** Saved operational view used by agents for lists, boards, cards and queue workspaces. */
|
|
28
|
+
export interface ITicketView extends ITicketAuditedEntity {
|
|
29
|
+
name: string;
|
|
30
|
+
description?: string;
|
|
31
|
+
type: TicketViewType;
|
|
32
|
+
visibility: TicketViewVisibility;
|
|
33
|
+
ownerId: string;
|
|
34
|
+
sharedRoleIds?: string[];
|
|
35
|
+
sharedGroupIds?: string[];
|
|
36
|
+
filter?: ITicketFilter;
|
|
37
|
+
sort?: ITicketSort[];
|
|
38
|
+
columns?: ITicketViewColumn[];
|
|
39
|
+
groupByFieldNameKey?: string;
|
|
40
|
+
cardLayoutId?: string;
|
|
41
|
+
density?: TicketViewDensity;
|
|
42
|
+
isDefault?: boolean;
|
|
43
|
+
isFavorite?: boolean;
|
|
44
|
+
refreshIntervalSeconds?: number;
|
|
45
|
+
enabled: boolean;
|
|
46
|
+
}
|
|
47
|
+
export interface ICreateTicketViewDto {
|
|
48
|
+
name: string;
|
|
49
|
+
description?: string;
|
|
50
|
+
type: TicketViewType;
|
|
51
|
+
visibility: TicketViewVisibility;
|
|
52
|
+
sharedRoleIds?: string[];
|
|
53
|
+
sharedGroupIds?: string[];
|
|
54
|
+
filter?: ITicketFilter;
|
|
55
|
+
sort?: ITicketSort[];
|
|
56
|
+
columns?: ITicketViewColumn[];
|
|
57
|
+
groupByFieldNameKey?: string;
|
|
58
|
+
cardLayoutId?: string;
|
|
59
|
+
density?: TicketViewDensity;
|
|
60
|
+
isDefault?: boolean;
|
|
61
|
+
refreshIntervalSeconds?: number;
|
|
62
|
+
}
|
|
63
|
+
export interface IUpdateTicketViewDto extends Partial<ICreateTicketViewDto> {
|
|
64
|
+
enabled?: boolean;
|
|
65
|
+
}
|
|
66
|
+
/** Stores user-specific preference without mutating a shared view definition. */
|
|
67
|
+
export interface ITicketViewUserPreference {
|
|
68
|
+
id: string;
|
|
69
|
+
spaceId: string;
|
|
70
|
+
viewId: string;
|
|
71
|
+
userId: string;
|
|
72
|
+
isFavorite: boolean;
|
|
73
|
+
isDefault?: boolean;
|
|
74
|
+
columnOverrides?: ITicketViewColumn[];
|
|
75
|
+
density?: TicketViewDensity;
|
|
76
|
+
updatedAt: Date;
|
|
77
|
+
}
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.TicketViewDensity = exports.TicketViewVisibility = exports.TicketViewType = void 0;
|
|
4
|
+
var TicketViewType;
|
|
5
|
+
(function (TicketViewType) {
|
|
6
|
+
TicketViewType["TABLE"] = "TABLE";
|
|
7
|
+
TicketViewType["KANBAN"] = "KANBAN";
|
|
8
|
+
TicketViewType["CARDS"] = "CARDS";
|
|
9
|
+
TicketViewType["QUEUE"] = "QUEUE";
|
|
10
|
+
})(TicketViewType || (exports.TicketViewType = TicketViewType = {}));
|
|
11
|
+
var TicketViewVisibility;
|
|
12
|
+
(function (TicketViewVisibility) {
|
|
13
|
+
TicketViewVisibility["PRIVATE"] = "PRIVATE";
|
|
14
|
+
TicketViewVisibility["SHARED"] = "SHARED";
|
|
15
|
+
TicketViewVisibility["ROLE"] = "ROLE";
|
|
16
|
+
TicketViewVisibility["GROUP"] = "GROUP";
|
|
17
|
+
})(TicketViewVisibility || (exports.TicketViewVisibility = TicketViewVisibility = {}));
|
|
18
|
+
var TicketViewDensity;
|
|
19
|
+
(function (TicketViewDensity) {
|
|
20
|
+
TicketViewDensity["COMPACT"] = "COMPACT";
|
|
21
|
+
TicketViewDensity["STANDARD"] = "STANDARD";
|
|
22
|
+
TicketViewDensity["COMFORTABLE"] = "COMFORTABLE";
|
|
23
|
+
})(TicketViewDensity || (exports.TicketViewDensity = TicketViewDensity = {}));
|
|
@@ -0,0 +1,109 @@
|
|
|
1
|
+
import { TicketApprovalStatus } from './Approval';
|
|
2
|
+
import { TicketTaskStatus } from './Task';
|
|
3
|
+
import { ITicketAuditedEntity, TicketPropertyValue, TicketStage } from "./Common";
|
|
4
|
+
export interface ITicketStatus extends ITicketAuditedEntity {
|
|
5
|
+
name: string;
|
|
6
|
+
description?: string;
|
|
7
|
+
color?: string;
|
|
8
|
+
icon?: string;
|
|
9
|
+
stage: TicketStage;
|
|
10
|
+
order: number;
|
|
11
|
+
isInitial: boolean;
|
|
12
|
+
isFinal: boolean;
|
|
13
|
+
enabled: boolean;
|
|
14
|
+
}
|
|
15
|
+
export declare enum TicketConditionOperator {
|
|
16
|
+
EQUALS = "EQUALS",
|
|
17
|
+
NOT_EQUALS = "NOT_EQUALS",
|
|
18
|
+
EXISTS = "EXISTS",
|
|
19
|
+
NOT_EXISTS = "NOT_EXISTS",
|
|
20
|
+
GREATER_THAN = "GREATER_THAN",
|
|
21
|
+
GREATER_THAN_OR_EQUAL = "GREATER_THAN_OR_EQUAL",
|
|
22
|
+
LESS_THAN = "LESS_THAN",
|
|
23
|
+
LESS_THAN_OR_EQUAL = "LESS_THAN_OR_EQUAL",
|
|
24
|
+
CONTAINS = "CONTAINS",
|
|
25
|
+
NOT_CONTAINS = "NOT_CONTAINS",
|
|
26
|
+
IN = "IN",
|
|
27
|
+
NOT_IN = "NOT_IN"
|
|
28
|
+
}
|
|
29
|
+
export declare enum TicketTransitionConditionType {
|
|
30
|
+
FIELD = "FIELD",
|
|
31
|
+
ACTIVITY_OCCURRED = "ACTIVITY_OCCURRED",
|
|
32
|
+
FORM_SUBMITTED = "FORM_SUBMITTED",
|
|
33
|
+
APPROVAL_COMPLETED = "APPROVAL_COMPLETED",
|
|
34
|
+
TASK_COMPLETED = "TASK_COMPLETED",
|
|
35
|
+
ALL_REQUIRED_TASKS_COMPLETED = "ALL_REQUIRED_TASKS_COMPLETED",
|
|
36
|
+
CHECKLIST_COMPLETED = "CHECKLIST_COMPLETED"
|
|
37
|
+
}
|
|
38
|
+
export interface ITicketTransitionCondition {
|
|
39
|
+
id: string;
|
|
40
|
+
type: TicketTransitionConditionType;
|
|
41
|
+
operator: TicketConditionOperator;
|
|
42
|
+
fieldNameKey?: string;
|
|
43
|
+
activityType?: string;
|
|
44
|
+
formId?: string;
|
|
45
|
+
approvalProcessDefinitionId?: string;
|
|
46
|
+
approvalStatus?: TicketApprovalStatus;
|
|
47
|
+
taskId?: string;
|
|
48
|
+
taskDefinitionId?: string;
|
|
49
|
+
requiredTaskStatus?: TicketTaskStatus;
|
|
50
|
+
checklistItemId?: string;
|
|
51
|
+
expectedValue?: TicketPropertyValue;
|
|
52
|
+
}
|
|
53
|
+
export interface ITicketTransition extends ITicketAuditedEntity {
|
|
54
|
+
name?: string;
|
|
55
|
+
fromStatusId: string;
|
|
56
|
+
toStatusId: string;
|
|
57
|
+
enabled: boolean;
|
|
58
|
+
allowedRoleIds?: string[];
|
|
59
|
+
conditions: ITicketTransitionCondition[];
|
|
60
|
+
}
|
|
61
|
+
export declare enum TicketActivityType {
|
|
62
|
+
CREATED = "CREATED",
|
|
63
|
+
UPDATED = "UPDATED",
|
|
64
|
+
STATUS_CHANGED = "STATUS_CHANGED",
|
|
65
|
+
ASSIGNMENT_CHANGED = "ASSIGNMENT_CHANGED",
|
|
66
|
+
COMMENTED = "COMMENTED",
|
|
67
|
+
ATTACHMENT_ADDED = "ATTACHMENT_ADDED",
|
|
68
|
+
ATTACHMENT_DELETED = "ATTACHMENT_DELETED",
|
|
69
|
+
FORM_SUBMITTED = "FORM_SUBMITTED",
|
|
70
|
+
APPROVAL_COMPLETED = "APPROVAL_COMPLETED",
|
|
71
|
+
TASK_COMPLETED = "TASK_COMPLETED",
|
|
72
|
+
ALL_REQUIRED_TASKS_COMPLETED = "ALL_REQUIRED_TASKS_COMPLETED",
|
|
73
|
+
CHECKLIST_COMPLETED = "CHECKLIST_COMPLETED",
|
|
74
|
+
TICKET_EVENT = "TICKET_EVENT"
|
|
75
|
+
}
|
|
76
|
+
export interface ITicketFieldChange {
|
|
77
|
+
fieldNameKey: string;
|
|
78
|
+
previousValue?: TicketPropertyValue;
|
|
79
|
+
newValue?: TicketPropertyValue;
|
|
80
|
+
}
|
|
81
|
+
export interface ITicketActivity {
|
|
82
|
+
id: string;
|
|
83
|
+
spaceId: string;
|
|
84
|
+
ticketId: string;
|
|
85
|
+
type: TicketActivityType;
|
|
86
|
+
ticketEventType?: string;
|
|
87
|
+
actorId?: string;
|
|
88
|
+
occurredAt: Date;
|
|
89
|
+
comment?: string;
|
|
90
|
+
attachmentIds?: string[];
|
|
91
|
+
changes?: ITicketFieldChange[];
|
|
92
|
+
metadata?: {
|
|
93
|
+
[key: string]: TicketPropertyValue;
|
|
94
|
+
};
|
|
95
|
+
}
|
|
96
|
+
export interface ITicketFormRequirement {
|
|
97
|
+
id: string;
|
|
98
|
+
formId: string;
|
|
99
|
+
formVersion?: number;
|
|
100
|
+
requiredOnCreate?: boolean;
|
|
101
|
+
requiredForStatusIds?: string[];
|
|
102
|
+
}
|
|
103
|
+
export interface ITicketFormSubmissionReference {
|
|
104
|
+
formId: string;
|
|
105
|
+
submissionId: string;
|
|
106
|
+
formVersion?: number;
|
|
107
|
+
submittedAt: Date;
|
|
108
|
+
submittedBy: string;
|
|
109
|
+
}
|
|
@@ -0,0 +1,44 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.TicketActivityType = exports.TicketTransitionConditionType = exports.TicketConditionOperator = void 0;
|
|
4
|
+
var TicketConditionOperator;
|
|
5
|
+
(function (TicketConditionOperator) {
|
|
6
|
+
TicketConditionOperator["EQUALS"] = "EQUALS";
|
|
7
|
+
TicketConditionOperator["NOT_EQUALS"] = "NOT_EQUALS";
|
|
8
|
+
TicketConditionOperator["EXISTS"] = "EXISTS";
|
|
9
|
+
TicketConditionOperator["NOT_EXISTS"] = "NOT_EXISTS";
|
|
10
|
+
TicketConditionOperator["GREATER_THAN"] = "GREATER_THAN";
|
|
11
|
+
TicketConditionOperator["GREATER_THAN_OR_EQUAL"] = "GREATER_THAN_OR_EQUAL";
|
|
12
|
+
TicketConditionOperator["LESS_THAN"] = "LESS_THAN";
|
|
13
|
+
TicketConditionOperator["LESS_THAN_OR_EQUAL"] = "LESS_THAN_OR_EQUAL";
|
|
14
|
+
TicketConditionOperator["CONTAINS"] = "CONTAINS";
|
|
15
|
+
TicketConditionOperator["NOT_CONTAINS"] = "NOT_CONTAINS";
|
|
16
|
+
TicketConditionOperator["IN"] = "IN";
|
|
17
|
+
TicketConditionOperator["NOT_IN"] = "NOT_IN";
|
|
18
|
+
})(TicketConditionOperator || (exports.TicketConditionOperator = TicketConditionOperator = {}));
|
|
19
|
+
var TicketTransitionConditionType;
|
|
20
|
+
(function (TicketTransitionConditionType) {
|
|
21
|
+
TicketTransitionConditionType["FIELD"] = "FIELD";
|
|
22
|
+
TicketTransitionConditionType["ACTIVITY_OCCURRED"] = "ACTIVITY_OCCURRED";
|
|
23
|
+
TicketTransitionConditionType["FORM_SUBMITTED"] = "FORM_SUBMITTED";
|
|
24
|
+
TicketTransitionConditionType["APPROVAL_COMPLETED"] = "APPROVAL_COMPLETED";
|
|
25
|
+
TicketTransitionConditionType["TASK_COMPLETED"] = "TASK_COMPLETED";
|
|
26
|
+
TicketTransitionConditionType["ALL_REQUIRED_TASKS_COMPLETED"] = "ALL_REQUIRED_TASKS_COMPLETED";
|
|
27
|
+
TicketTransitionConditionType["CHECKLIST_COMPLETED"] = "CHECKLIST_COMPLETED";
|
|
28
|
+
})(TicketTransitionConditionType || (exports.TicketTransitionConditionType = TicketTransitionConditionType = {}));
|
|
29
|
+
var TicketActivityType;
|
|
30
|
+
(function (TicketActivityType) {
|
|
31
|
+
TicketActivityType["CREATED"] = "CREATED";
|
|
32
|
+
TicketActivityType["UPDATED"] = "UPDATED";
|
|
33
|
+
TicketActivityType["STATUS_CHANGED"] = "STATUS_CHANGED";
|
|
34
|
+
TicketActivityType["ASSIGNMENT_CHANGED"] = "ASSIGNMENT_CHANGED";
|
|
35
|
+
TicketActivityType["COMMENTED"] = "COMMENTED";
|
|
36
|
+
TicketActivityType["ATTACHMENT_ADDED"] = "ATTACHMENT_ADDED";
|
|
37
|
+
TicketActivityType["ATTACHMENT_DELETED"] = "ATTACHMENT_DELETED";
|
|
38
|
+
TicketActivityType["FORM_SUBMITTED"] = "FORM_SUBMITTED";
|
|
39
|
+
TicketActivityType["APPROVAL_COMPLETED"] = "APPROVAL_COMPLETED";
|
|
40
|
+
TicketActivityType["TASK_COMPLETED"] = "TASK_COMPLETED";
|
|
41
|
+
TicketActivityType["ALL_REQUIRED_TASKS_COMPLETED"] = "ALL_REQUIRED_TASKS_COMPLETED";
|
|
42
|
+
TicketActivityType["CHECKLIST_COMPLETED"] = "CHECKLIST_COMPLETED";
|
|
43
|
+
TicketActivityType["TICKET_EVENT"] = "TICKET_EVENT";
|
|
44
|
+
})(TicketActivityType || (exports.TicketActivityType = TicketActivityType = {}));
|
package/dist/Tickets/index.d.ts
CHANGED
|
@@ -1 +1,20 @@
|
|
|
1
|
-
export * from './
|
|
1
|
+
export * from './Common';
|
|
2
|
+
export * from './Ticket';
|
|
3
|
+
export * from './Workflow';
|
|
4
|
+
export * from './Api';
|
|
5
|
+
export * from './Category';
|
|
6
|
+
export * from './Sla';
|
|
7
|
+
export * from './Satisfaction';
|
|
8
|
+
export * from './Dashboard';
|
|
9
|
+
export * from './Conversation';
|
|
10
|
+
export * from './Routing';
|
|
11
|
+
export * from './Approval';
|
|
12
|
+
export * from './Task';
|
|
13
|
+
export * from './SelfService';
|
|
14
|
+
export * from './Security';
|
|
15
|
+
export * from './AdvancedApi';
|
|
16
|
+
export * from './Automation';
|
|
17
|
+
export * from './Fields';
|
|
18
|
+
export * from './Layouts';
|
|
19
|
+
export * from './Views';
|
|
20
|
+
export * from './AI';
|
package/dist/Tickets/index.js
CHANGED
|
@@ -14,4 +14,23 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
|
14
14
|
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
15
15
|
};
|
|
16
16
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
17
|
-
__exportStar(require("./
|
|
17
|
+
__exportStar(require("./Common"), exports);
|
|
18
|
+
__exportStar(require("./Ticket"), exports);
|
|
19
|
+
__exportStar(require("./Workflow"), exports);
|
|
20
|
+
__exportStar(require("./Api"), exports);
|
|
21
|
+
__exportStar(require("./Category"), exports);
|
|
22
|
+
__exportStar(require("./Sla"), exports);
|
|
23
|
+
__exportStar(require("./Satisfaction"), exports);
|
|
24
|
+
__exportStar(require("./Dashboard"), exports);
|
|
25
|
+
__exportStar(require("./Conversation"), exports);
|
|
26
|
+
__exportStar(require("./Routing"), exports);
|
|
27
|
+
__exportStar(require("./Approval"), exports);
|
|
28
|
+
__exportStar(require("./Task"), exports);
|
|
29
|
+
__exportStar(require("./SelfService"), exports);
|
|
30
|
+
__exportStar(require("./Security"), exports);
|
|
31
|
+
__exportStar(require("./AdvancedApi"), exports);
|
|
32
|
+
__exportStar(require("./Automation"), exports);
|
|
33
|
+
__exportStar(require("./Fields"), exports);
|
|
34
|
+
__exportStar(require("./Layouts"), exports);
|
|
35
|
+
__exportStar(require("./Views"), exports);
|
|
36
|
+
__exportStar(require("./AI"), exports);
|
package/dist/index.d.ts
CHANGED
|
@@ -9,6 +9,8 @@ export * as Security from './Security/index';
|
|
|
9
9
|
export * as Reports from './Reports/index';
|
|
10
10
|
export * as Spaces from './Spaces/index';
|
|
11
11
|
export * as Tickets from './Tickets/index';
|
|
12
|
+
export * as Sales from './Sales/index';
|
|
13
|
+
export * as Collections from './Collections/index';
|
|
12
14
|
export * as Users from './Users/index';
|
|
13
15
|
export * as ApiResponses from './ApiResponses/index';
|
|
14
16
|
export * as EventsQueue from './Common/EventsQueue/index';
|
package/dist/index.js
CHANGED
|
@@ -33,7 +33,7 @@ var __importStar = (this && this.__importStar) || (function () {
|
|
|
33
33
|
};
|
|
34
34
|
})();
|
|
35
35
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
36
|
-
exports.APIResponses = exports.Shop = exports.AI = exports.APIKeys = exports.EventsQueue = exports.ApiResponses = exports.Users = exports.Tickets = exports.Spaces = exports.Reports = exports.Security = exports.Calls = exports.Conversations = exports.Calendar = exports.Contacts = exports.Common = exports.AuditLogs = exports.Accounts = void 0;
|
|
36
|
+
exports.APIResponses = exports.Shop = exports.AI = exports.APIKeys = exports.EventsQueue = exports.ApiResponses = exports.Users = exports.Collections = exports.Sales = exports.Tickets = exports.Spaces = exports.Reports = exports.Security = exports.Calls = exports.Conversations = exports.Calendar = exports.Contacts = exports.Common = exports.AuditLogs = exports.Accounts = void 0;
|
|
37
37
|
exports.Accounts = __importStar(require("./Accounts/index"));
|
|
38
38
|
exports.AuditLogs = __importStar(require("./AuditLogs/index"));
|
|
39
39
|
exports.Common = __importStar(require("./Common/index"));
|
|
@@ -45,6 +45,8 @@ exports.Security = __importStar(require("./Security/index"));
|
|
|
45
45
|
exports.Reports = __importStar(require("./Reports/index"));
|
|
46
46
|
exports.Spaces = __importStar(require("./Spaces/index"));
|
|
47
47
|
exports.Tickets = __importStar(require("./Tickets/index"));
|
|
48
|
+
exports.Sales = __importStar(require("./Sales/index"));
|
|
49
|
+
exports.Collections = __importStar(require("./Collections/index"));
|
|
48
50
|
exports.Users = __importStar(require("./Users/index"));
|
|
49
51
|
exports.ApiResponses = __importStar(require("./ApiResponses/index"));
|
|
50
52
|
exports.EventsQueue = __importStar(require("./Common/EventsQueue/index"));
|