@trii/types 2.10.386 → 2.10.388

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 (215) hide show
  1. package/dist/Accounts/accounts.d.ts +88 -88
  2. package/dist/Accounts/accounts.js +21 -21
  3. package/dist/Accounts/device.d.ts +31 -31
  4. package/dist/Accounts/device.js +16 -16
  5. package/dist/Accounts/index.d.ts +2 -2
  6. package/dist/Accounts/index.js +2 -2
  7. package/dist/ApiResponses/index.d.ts +8 -8
  8. package/dist/ApiResponses/index.js +1 -1
  9. package/dist/AuditLogs/auditLog.d.ts +7 -7
  10. package/dist/AuditLogs/auditLog.js +1 -1
  11. package/dist/AuditLogs/auditLogType.d.ts +5 -5
  12. package/dist/AuditLogs/auditLogType.js +6 -6
  13. package/dist/AuditLogs/index.d.ts +2 -2
  14. package/dist/AuditLogs/index.js +2 -2
  15. package/dist/Calendar/Event.d.ts +63 -63
  16. package/dist/Calendar/Event.js +13 -13
  17. package/dist/Calendar/index.d.ts +1 -1
  18. package/dist/Calendar/index.js +1 -1
  19. package/dist/Calls/Call.d.ts +55 -55
  20. package/dist/Calls/Call.js +22 -22
  21. package/dist/Calls/index.d.ts +1 -1
  22. package/dist/Calls/index.js +1 -1
  23. package/dist/Common/API/AuthApiKey.d.ts +5 -5
  24. package/dist/Common/API/AuthApiKey.js +1 -1
  25. package/dist/Common/API/AuthBasic.d.ts +4 -4
  26. package/dist/Common/API/AuthBasic.js +1 -1
  27. package/dist/Common/API/AuthBearer.d.ts +5 -5
  28. package/dist/Common/API/AuthBearer.js +1 -1
  29. package/dist/Common/API/AuthType.d.ts +6 -6
  30. package/dist/Common/API/AuthType.js +7 -7
  31. package/dist/Common/API/Method.d.ts +4 -4
  32. package/dist/Common/API/Method.js +5 -5
  33. package/dist/Common/API/index.d.ts +5 -5
  34. package/dist/Common/API/index.js +5 -5
  35. package/dist/Common/Channels/Channel.d.ts +47 -47
  36. package/dist/Common/Channels/Channel.js +1 -1
  37. package/dist/Common/Channels/ChannelType.d.ts +24 -24
  38. package/dist/Common/Channels/ChannelType.js +25 -25
  39. package/dist/Common/Channels/Email.d.ts +59 -59
  40. package/dist/Common/Channels/Email.js +30 -30
  41. package/dist/Common/Channels/Facebook.d.ts +23 -23
  42. package/dist/Common/Channels/Facebook.js +2 -2
  43. package/dist/Common/Channels/Form.d.ts +52 -52
  44. package/dist/Common/Channels/Form.js +25 -25
  45. package/dist/Common/Channels/GoogleBusiness.d.ts +20 -20
  46. package/dist/Common/Channels/GoogleBusiness.js +4 -4
  47. package/dist/Common/Channels/Instagram.d.ts +22 -22
  48. package/dist/Common/Channels/Instagram.js +2 -2
  49. package/dist/Common/Channels/MercadoLibre.d.ts +27 -27
  50. package/dist/Common/Channels/MercadoLibre.js +4 -4
  51. package/dist/Common/Channels/Pbx.d.ts +2 -2
  52. package/dist/Common/Channels/Pbx.js +2 -2
  53. package/dist/Common/Channels/Permission.d.ts +6 -6
  54. package/dist/Common/Channels/Permission.js +2 -2
  55. package/dist/Common/Channels/RCS.d.ts +33 -33
  56. package/dist/Common/Channels/RCS.js +4 -4
  57. package/dist/Common/Channels/Sip.d.ts +2 -2
  58. package/dist/Common/Channels/Sip.js +2 -2
  59. package/dist/Common/Channels/Sms.d.ts +42 -42
  60. package/dist/Common/Channels/Sms.js +12 -12
  61. package/dist/Common/Channels/WebChat.d.ts +60 -60
  62. package/dist/Common/Channels/WebChat.js +14 -14
  63. package/dist/Common/Channels/WhatsApp.d.ts +41 -41
  64. package/dist/Common/Channels/WhatsApp.js +10 -10
  65. package/dist/Common/Channels/index.d.ts +15 -15
  66. package/dist/Common/Channels/index.js +15 -15
  67. package/dist/Common/EventsQueue/EmailTemplate.d.ts +10 -10
  68. package/dist/Common/EventsQueue/EmailTemplate.js +1 -1
  69. package/dist/Common/EventsQueue/EventQueue.d.ts +12 -12
  70. package/dist/Common/EventsQueue/EventQueue.js +1 -1
  71. package/dist/Common/EventsQueue/UserUpdate.d.ts +8 -8
  72. package/dist/Common/EventsQueue/UserUpdate.js +1 -1
  73. package/dist/Common/EventsQueue/index.d.ts +3 -3
  74. package/dist/Common/EventsQueue/index.js +3 -3
  75. package/dist/Common/Logs/Log.d.ts +18 -18
  76. package/dist/Common/Logs/Log.js +10 -10
  77. package/dist/Common/Logs/index.d.ts +1 -1
  78. package/dist/Common/Logs/index.js +1 -1
  79. package/dist/Common/Messages/MediaFile.d.ts +5 -5
  80. package/dist/Common/Messages/MediaFile.js +1 -1
  81. package/dist/Common/Messages/Message.d.ts +359 -359
  82. package/dist/Common/Messages/Message.js +53 -53
  83. package/dist/Common/Messages/Template.d.ts +62 -62
  84. package/dist/Common/Messages/Template.js +20 -20
  85. package/dist/Common/Messages/index.d.ts +3 -3
  86. package/dist/Common/Messages/index.js +3 -3
  87. package/dist/Common/Notifications/Notification.d.ts +19 -19
  88. package/dist/Common/Notifications/Notification.js +7 -7
  89. package/dist/Common/Notifications/UserNotificationsConfig.d.ts +30 -30
  90. package/dist/Common/Notifications/UserNotificationsConfig.js +8 -8
  91. package/dist/Common/Notifications/index.d.ts +2 -2
  92. package/dist/Common/Notifications/index.js +2 -2
  93. package/dist/Common/Schedules/Schedules.d.ts +32 -32
  94. package/dist/Common/Schedules/Schedules.js +1 -1
  95. package/dist/Common/Schedules/index.d.ts +1 -1
  96. package/dist/Common/Schedules/index.js +1 -1
  97. package/dist/Common/index.d.ts +6 -6
  98. package/dist/Common/index.js +12 -12
  99. package/dist/Contacts/File.d.ts +17 -17
  100. package/dist/Contacts/File.js +1 -1
  101. package/dist/Contacts/Label.d.ts +9 -9
  102. package/dist/Contacts/Label.js +1 -1
  103. package/dist/Contacts/Note.d.ts +15 -15
  104. package/dist/Contacts/Note.js +1 -1
  105. package/dist/Contacts/contacts.d.ts +240 -240
  106. package/dist/Contacts/contacts.js +39 -39
  107. package/dist/Contacts/index.d.ts +5 -5
  108. package/dist/Contacts/index.js +5 -5
  109. package/dist/Contacts/segments.d.ts +51 -51
  110. package/dist/Contacts/segments.js +49 -49
  111. package/dist/Conversations/Conversation.d.ts +92 -92
  112. package/dist/Conversations/Conversation.js +44 -44
  113. package/dist/Conversations/DashBoard/dashboard.d.ts +84 -84
  114. package/dist/Conversations/DashBoard/dashboard.js +45 -45
  115. package/dist/Conversations/DashBoard/dashboardChannels.d.ts +5 -5
  116. package/dist/Conversations/DashBoard/dashboardChannels.js +2 -2
  117. package/dist/Conversations/DashBoard/dashboardForms.d.ts +44 -44
  118. package/dist/Conversations/DashBoard/dashboardForms.js +14 -14
  119. package/dist/Conversations/DashBoard/dashboardMessages.d.ts +13 -13
  120. package/dist/Conversations/DashBoard/dashboardMessages.js +4 -4
  121. package/dist/Conversations/Ending.d.ts +11 -11
  122. package/dist/Conversations/Ending.js +1 -1
  123. package/dist/Conversations/Flows/Flow.d.ts +104 -104
  124. package/dist/Conversations/Flows/Flow.js +36 -36
  125. package/dist/Conversations/Flows/Nodes/NodeApi.d.ts +20 -20
  126. package/dist/Conversations/Flows/Nodes/NodeApi.js +2 -2
  127. package/dist/Conversations/Flows/Nodes/NodeConditional.d.ts +21 -21
  128. package/dist/Conversations/Flows/Nodes/NodeConditional.js +16 -16
  129. package/dist/Conversations/Flows/Nodes/NodeContactSearch.d.ts +8 -8
  130. package/dist/Conversations/Flows/Nodes/NodeContactSearch.js +2 -2
  131. package/dist/Conversations/Flows/Nodes/NodeContactUpdate.d.ts +12 -12
  132. package/dist/Conversations/Flows/Nodes/NodeContactUpdate.js +7 -7
  133. package/dist/Conversations/Flows/Nodes/NodeConversationAssignTo.d.ts +6 -6
  134. package/dist/Conversations/Flows/Nodes/NodeConversationAssignTo.js +2 -2
  135. package/dist/Conversations/Flows/Nodes/NodeConversationFinalize.d.ts +4 -4
  136. package/dist/Conversations/Flows/Nodes/NodeConversationFinalize.js +2 -2
  137. package/dist/Conversations/Flows/Nodes/NodeConversationUpdate.d.ts +15 -15
  138. package/dist/Conversations/Flows/Nodes/NodeConversationUpdate.js +11 -11
  139. package/dist/Conversations/Flows/Nodes/NodeFillForm.d.ts +12 -12
  140. package/dist/Conversations/Flows/Nodes/NodeFillForm.js +4 -4
  141. package/dist/Conversations/Flows/Nodes/NodeFillTicket.d.ts +22 -22
  142. package/dist/Conversations/Flows/Nodes/NodeFillTicket.js +9 -9
  143. package/dist/Conversations/Flows/Nodes/NodeMsgText.d.ts +47 -47
  144. package/dist/Conversations/Flows/Nodes/NodeMsgText.js +27 -27
  145. package/dist/Conversations/Flows/Nodes/NodeMsgWaitResponse.d.ts +45 -45
  146. package/dist/Conversations/Flows/Nodes/NodeMsgWaitResponse.js +31 -31
  147. package/dist/Conversations/Flows/Nodes/NodeRedirect.d.ts +7 -7
  148. package/dist/Conversations/Flows/Nodes/NodeRedirect.js +2 -2
  149. package/dist/Conversations/Flows/Nodes/NodeSendEmail.d.ts +9 -9
  150. package/dist/Conversations/Flows/Nodes/NodeSendEmail.js +2 -2
  151. package/dist/Conversations/Flows/Nodes/NodeSqlQuery.d.ts +14 -14
  152. package/dist/Conversations/Flows/Nodes/NodeSqlQuery.js +8 -8
  153. package/dist/Conversations/Flows/Nodes/NodeStart.d.ts +32 -32
  154. package/dist/Conversations/Flows/Nodes/NodeStart.js +184 -184
  155. package/dist/Conversations/Flows/Nodes/NodeTimeScheduleControl.d.ts +6 -6
  156. package/dist/Conversations/Flows/Nodes/NodeTimeScheduleControl.js +2 -2
  157. package/dist/Conversations/Flows/Nodes/NodeTimeTimer.d.ts +9 -9
  158. package/dist/Conversations/Flows/Nodes/NodeTimeTimer.js +2 -2
  159. package/dist/Conversations/Flows/Nodes/NodeTimeWaitUntil.d.ts +6 -6
  160. package/dist/Conversations/Flows/Nodes/NodeTimeWaitUntil.js +2 -2
  161. package/dist/Conversations/Flows/Nodes/index.d.ts +18 -18
  162. package/dist/Conversations/Flows/Nodes/index.js +18 -18
  163. package/dist/Conversations/Flows/index.d.ts +2 -2
  164. package/dist/Conversations/Flows/index.js +3 -3
  165. package/dist/Conversations/Groups/Group.d.ts +23 -23
  166. package/dist/Conversations/Groups/Group.js +6 -6
  167. package/dist/Conversations/Label.d.ts +10 -10
  168. package/dist/Conversations/Label.js +1 -1
  169. package/dist/Conversations/QuickResponse.d.ts +34 -34
  170. package/dist/Conversations/QuickResponse.js +1 -1
  171. package/dist/Conversations/SocialWalls.d.ts +55 -55
  172. package/dist/Conversations/SocialWalls.js +1 -1
  173. package/dist/Conversations/WebHook.d.ts +22 -22
  174. package/dist/Conversations/WebHook.js +1 -1
  175. package/dist/Conversations/index.d.ts +12 -12
  176. package/dist/Conversations/index.js +14 -14
  177. package/dist/Marketing/Campaign.d.ts +50 -50
  178. package/dist/Marketing/Campaign.js +25 -25
  179. package/dist/Marketing/Dashboard.d.ts +48 -48
  180. package/dist/Marketing/Dashboard.js +1 -1
  181. package/dist/Marketing/index.d.ts +2 -2
  182. package/dist/Marketing/index.js +2 -2
  183. package/dist/PublicAPI/apiKey.d.ts +12 -12
  184. package/dist/PublicAPI/apiKey.js +1 -1
  185. package/dist/Security/Security.d.ts +5 -5
  186. package/dist/Security/Security.js +1 -1
  187. package/dist/Security/index.d.ts +1 -1
  188. package/dist/Security/index.js +1 -1
  189. package/dist/Spaces/Dashboard.d.ts +4 -4
  190. package/dist/Spaces/Dashboard.js +1 -1
  191. package/dist/Spaces/index.d.ts +2 -2
  192. package/dist/Spaces/index.js +2 -2
  193. package/dist/Spaces/spaces.d.ts +92 -92
  194. package/dist/Spaces/spaces.js +77 -77
  195. package/dist/Tickets/AccessLevel.d.ts +5 -5
  196. package/dist/Tickets/AccessLevel.js +6 -6
  197. package/dist/Tickets/index.d.ts +1 -1
  198. package/dist/Tickets/index.js +1 -1
  199. package/dist/Users/UserActivitySummary.d.ts +5 -5
  200. package/dist/Users/UserActivitySummary.js +1 -1
  201. package/dist/Users/UserProfile.d.ts +105 -105
  202. package/dist/Users/UserProfile.js +78 -78
  203. package/dist/Users/UserTrii.d.ts +94 -94
  204. package/dist/Users/UserTrii.js +15 -15
  205. package/dist/Users/UserType.d.ts +10 -10
  206. package/dist/Users/UserType.js +11 -11
  207. package/dist/Users/index.d.ts +4 -4
  208. package/dist/Users/index.js +4 -4
  209. package/dist/index.d.ts +14 -14
  210. package/dist/index.js +28 -28
  211. package/package.json +5 -2
  212. package/dist/Campaigns/Campaign.d.ts +0 -40
  213. package/dist/Campaigns/Campaign.js +0 -18
  214. package/dist/Campaigns/index.d.ts +0 -1
  215. package/dist/Campaigns/index.js +0 -1
@@ -1,45 +1,45 @@
1
- export var TimeRange;
2
- (function (TimeRange) {
3
- TimeRange[TimeRange["DAY"] = 1] = "DAY";
4
- TimeRange[TimeRange["WEEK"] = 7] = "WEEK";
5
- TimeRange[TimeRange["MONTH"] = 30] = "MONTH";
6
- TimeRange[TimeRange["YEAR"] = 365] = "YEAR";
7
- TimeRange[TimeRange["LAST_7_DAYS"] = 77] = "LAST_7_DAYS";
8
- TimeRange[TimeRange["LAST_30_DAYS"] = 3030] = "LAST_30_DAYS";
9
- TimeRange[TimeRange["LAST_60_DAYS"] = 60] = "LAST_60_DAYS";
10
- TimeRange[TimeRange["CUSTOM"] = 0] = "CUSTOM";
11
- })(TimeRange || (TimeRange = {}));
12
- export class BodyDashboard {
13
- }
14
- export var GeneralDashboardType;
15
- (function (GeneralDashboardType) {
16
- GeneralDashboardType[GeneralDashboardType["USER"] = 1] = "USER";
17
- GeneralDashboardType[GeneralDashboardType["GROUP"] = 2] = "GROUP";
18
- })(GeneralDashboardType || (GeneralDashboardType = {}));
19
- export class GeneralDashboard {
20
- }
21
- export var RecordsDashboardType;
22
- (function (RecordsDashboardType) {
23
- RecordsDashboardType[RecordsDashboardType["ALL"] = 0] = "ALL";
24
- RecordsDashboardType[RecordsDashboardType["NEW"] = 1] = "NEW";
25
- RecordsDashboardType[RecordsDashboardType["IN_PROGRESS"] = 2] = "IN_PROGRESS";
26
- RecordsDashboardType[RecordsDashboardType["EXPIRED"] = 3] = "EXPIRED";
27
- })(RecordsDashboardType || (RecordsDashboardType = {}));
28
- export class RecordsDashboard {
29
- }
30
- export class EndingsDashboard {
31
- }
32
- export class MembersDashboard {
33
- }
34
- export class MembersDashboardOption {
35
- }
36
- export class MembersDashboardValue {
37
- }
38
- export class ChannelsDashboard {
39
- }
40
- export class LabelsDashboard {
41
- }
42
- export class TimesDashboard {
43
- }
44
- export class QuantityDashboard {
45
- }
1
+ export var TimeRange;
2
+ (function (TimeRange) {
3
+ TimeRange[TimeRange["DAY"] = 1] = "DAY";
4
+ TimeRange[TimeRange["WEEK"] = 7] = "WEEK";
5
+ TimeRange[TimeRange["MONTH"] = 30] = "MONTH";
6
+ TimeRange[TimeRange["YEAR"] = 365] = "YEAR";
7
+ TimeRange[TimeRange["LAST_7_DAYS"] = 77] = "LAST_7_DAYS";
8
+ TimeRange[TimeRange["LAST_30_DAYS"] = 3030] = "LAST_30_DAYS";
9
+ TimeRange[TimeRange["LAST_60_DAYS"] = 60] = "LAST_60_DAYS";
10
+ TimeRange[TimeRange["CUSTOM"] = 0] = "CUSTOM";
11
+ })(TimeRange || (TimeRange = {}));
12
+ export class BodyDashboard {
13
+ }
14
+ export var GeneralDashboardType;
15
+ (function (GeneralDashboardType) {
16
+ GeneralDashboardType[GeneralDashboardType["USER"] = 1] = "USER";
17
+ GeneralDashboardType[GeneralDashboardType["GROUP"] = 2] = "GROUP";
18
+ })(GeneralDashboardType || (GeneralDashboardType = {}));
19
+ export class GeneralDashboard {
20
+ }
21
+ export var RecordsDashboardType;
22
+ (function (RecordsDashboardType) {
23
+ RecordsDashboardType[RecordsDashboardType["ALL"] = 0] = "ALL";
24
+ RecordsDashboardType[RecordsDashboardType["NEW"] = 1] = "NEW";
25
+ RecordsDashboardType[RecordsDashboardType["IN_PROGRESS"] = 2] = "IN_PROGRESS";
26
+ RecordsDashboardType[RecordsDashboardType["EXPIRED"] = 3] = "EXPIRED";
27
+ })(RecordsDashboardType || (RecordsDashboardType = {}));
28
+ export class RecordsDashboard {
29
+ }
30
+ export class EndingsDashboard {
31
+ }
32
+ export class MembersDashboard {
33
+ }
34
+ export class MembersDashboardOption {
35
+ }
36
+ export class MembersDashboardValue {
37
+ }
38
+ export class ChannelsDashboard {
39
+ }
40
+ export class LabelsDashboard {
41
+ }
42
+ export class TimesDashboard {
43
+ }
44
+ export class QuantityDashboard {
45
+ }
@@ -1,5 +1,5 @@
1
- import { IChannelInfo } from "../../Common/Channels/Channel";
2
- export declare class DashBoardChannelsSummaryInfo {
3
- error: IChannelInfo[];
4
- normal: IChannelInfo[];
5
- }
1
+ import { IChannelInfo } from "../../Common/Channels/Channel";
2
+ export declare class DashBoardChannelsSummaryInfo {
3
+ error: IChannelInfo[];
4
+ normal: IChannelInfo[];
5
+ }
@@ -1,2 +1,2 @@
1
- export class DashBoardChannelsSummaryInfo {
2
- }
1
+ export class DashBoardChannelsSummaryInfo {
2
+ }
@@ -1,44 +1,44 @@
1
- import { FormItemType } from "../../Common/Channels/Form";
2
- export declare class DashBoardFormsSummaryInfo {
3
- formId: string;
4
- timeStart: Date;
5
- timeEnd: Date;
6
- completedForms: number;
7
- records: DashBoardFormsQuestionSummary[];
8
- }
9
- export declare class DashBoardFormsQuestionSummary {
10
- questionId: string;
11
- question: string;
12
- type: FormItemType;
13
- count: number;
14
- responses: DashBoardFormsResponseSummary[];
15
- }
16
- export declare class DashBoardFormsResponseSummary {
17
- count: number;
18
- responseTitle: string;
19
- }
20
- export declare class DashBoardFormsSubmittedFormsInfo {
21
- formId: string;
22
- timeStart: Date;
23
- timeEnd: Date;
24
- completedForms: number;
25
- records: DashBoardFormsSubmittedFormRecord[];
26
- }
27
- export declare class DashBoardFormsSubmittedFormRecord {
28
- id: string;
29
- tags: FormTag[];
30
- responses: DashBoardFormsSubmittedFormResponse[];
31
- expireAt: Date;
32
- createdAt: Date;
33
- completedAt: Date;
34
- }
35
- export declare class DashBoardFormsSubmittedFormResponse {
36
- questionId: string;
37
- question: string;
38
- type: FormItemType;
39
- response: any;
40
- }
41
- export declare class FormTag {
42
- name: string;
43
- value: string;
44
- }
1
+ import { FormItemType } from "../../Common/Channels/Form";
2
+ export declare class DashBoardFormsSummaryInfo {
3
+ formId: string;
4
+ timeStart: Date;
5
+ timeEnd: Date;
6
+ completedForms: number;
7
+ records: DashBoardFormsQuestionSummary[];
8
+ }
9
+ export declare class DashBoardFormsQuestionSummary {
10
+ questionId: string;
11
+ question: string;
12
+ type: FormItemType;
13
+ count: number;
14
+ responses: DashBoardFormsResponseSummary[];
15
+ }
16
+ export declare class DashBoardFormsResponseSummary {
17
+ count: number;
18
+ responseTitle: string;
19
+ }
20
+ export declare class DashBoardFormsSubmittedFormsInfo {
21
+ formId: string;
22
+ timeStart: Date;
23
+ timeEnd: Date;
24
+ completedForms: number;
25
+ records: DashBoardFormsSubmittedFormRecord[];
26
+ }
27
+ export declare class DashBoardFormsSubmittedFormRecord {
28
+ id: string;
29
+ tags: FormTag[];
30
+ responses: DashBoardFormsSubmittedFormResponse[];
31
+ expireAt: Date;
32
+ createdAt: Date;
33
+ completedAt: Date;
34
+ }
35
+ export declare class DashBoardFormsSubmittedFormResponse {
36
+ questionId: string;
37
+ question: string;
38
+ type: FormItemType;
39
+ response: any;
40
+ }
41
+ export declare class FormTag {
42
+ name: string;
43
+ value: string;
44
+ }
@@ -1,14 +1,14 @@
1
- export class DashBoardFormsSummaryInfo {
2
- }
3
- export class DashBoardFormsQuestionSummary {
4
- }
5
- export class DashBoardFormsResponseSummary {
6
- }
7
- export class DashBoardFormsSubmittedFormsInfo {
8
- }
9
- export class DashBoardFormsSubmittedFormRecord {
10
- }
11
- export class DashBoardFormsSubmittedFormResponse {
12
- }
13
- export class FormTag {
14
- }
1
+ export class DashBoardFormsSummaryInfo {
2
+ }
3
+ export class DashBoardFormsQuestionSummary {
4
+ }
5
+ export class DashBoardFormsResponseSummary {
6
+ }
7
+ export class DashBoardFormsSubmittedFormsInfo {
8
+ }
9
+ export class DashBoardFormsSubmittedFormRecord {
10
+ }
11
+ export class DashBoardFormsSubmittedFormResponse {
12
+ }
13
+ export class FormTag {
14
+ }
@@ -1,13 +1,13 @@
1
- import { ChannelType } from "../../Common/Channels/ChannelType";
2
- export declare class DashBoardMessagesSummaryInfo {
3
- records: DashBoardMessagesRecord[];
4
- }
5
- export declare class DashBoardMessagesRecord {
6
- channelName: string;
7
- channelId: string;
8
- channelType: ChannelType;
9
- credits: number;
10
- sent: number;
11
- delivered: number;
12
- failed: number;
13
- }
1
+ import { ChannelType } from "../../Common/Channels/ChannelType";
2
+ export declare class DashBoardMessagesSummaryInfo {
3
+ records: DashBoardMessagesRecord[];
4
+ }
5
+ export declare class DashBoardMessagesRecord {
6
+ channelName: string;
7
+ channelId: string;
8
+ channelType: ChannelType;
9
+ credits: number;
10
+ sent: number;
11
+ delivered: number;
12
+ failed: number;
13
+ }
@@ -1,4 +1,4 @@
1
- export class DashBoardMessagesSummaryInfo {
2
- }
3
- export class DashBoardMessagesRecord {
4
- }
1
+ export class DashBoardMessagesSummaryInfo {
2
+ }
3
+ export class DashBoardMessagesRecord {
4
+ }
@@ -1,11 +1,11 @@
1
- import { GroupInfo } from "./Groups/Group";
2
- interface IEnding {
3
- id?: string | null;
4
- spaceId?: string | null;
5
- name?: string | null;
6
- groups: GroupInfo[];
7
- createdAt?: string | null;
8
- updatedAt?: string | null;
9
- deletedAt?: string | null;
10
- }
11
- export { IEnding };
1
+ import { GroupInfo } from "./Groups/Group";
2
+ interface IEnding {
3
+ id?: string | null;
4
+ spaceId?: string | null;
5
+ name?: string | null;
6
+ groups: GroupInfo[];
7
+ createdAt?: string | null;
8
+ updatedAt?: string | null;
9
+ deletedAt?: string | null;
10
+ }
11
+ export { IEnding };
@@ -1 +1 @@
1
- export {};
1
+ export {};
@@ -1,104 +1,104 @@
1
- import { NodeApi } from "./Nodes/NodeApi";
2
- import { NodeConditional } from "./Nodes/NodeConditional";
3
- import { NodeContactSearch } from "./Nodes/NodeContactSearch";
4
- import { NodeContactUpdate } from "./Nodes/NodeContactUpdate";
5
- import { NodeConversationAssignTo } from "./Nodes/NodeConversationAssignTo";
6
- import { NodeConversationFinalize } from "./Nodes/NodeConversationFinalize";
7
- import { NodeConversationUpdate } from "./Nodes/NodeConversationUpdate";
8
- import { NodeFillForm } from "./Nodes/NodeFillForm";
9
- import { NodeFillTicket } from "./Nodes/NodeFillTicket";
10
- import { NodeMsgText } from "./Nodes/NodeMsgText";
11
- import { NodeMsgWaitResponse } from "./Nodes/NodeMsgWaitResponse";
12
- import { NodeRedirect } from "./Nodes/NodeRedirect";
13
- import { NodeSendEmail } from "./Nodes/NodeSendEmail";
14
- import { NodeSqlQuery } from "./Nodes/NodeSqlQuery";
15
- import { NodeStart } from "./Nodes/NodeStart";
16
- import { NodeTimeScheduleControl } from "./Nodes/NodeTimeScheduleControl";
17
- import { NodeTimeTimer } from "./Nodes/NodeTimeTimer";
18
- import { NodeTimeWaitUntil } from "./Nodes/NodeTimeWaitUntil";
19
- interface IFlow {
20
- id?: string | null;
21
- tenantId?: string | null;
22
- name?: string | null;
23
- description?: string | null;
24
- nodes?: Node[] | null;
25
- edges?: Edge[] | null;
26
- createdAt?: string | null;
27
- updatedAt?: string | null;
28
- deletedAt?: string | null;
29
- }
30
- declare enum NodeType {
31
- START = 11,
32
- MSG_TEXT = 21,
33
- MSG_WAIT_RESPONSE = 22,
34
- SQL_QUERY = 31,
35
- API = 32,
36
- SEND_EMAIL = 33,
37
- FILL_FORM = 41,
38
- FILL_TICKET = 42,
39
- CONTACT_SEARCH = 51,
40
- CONTACT_UPDATE = 52,
41
- CONVERSATION_ASSIGN_TO = 61,
42
- CONVERSATION_UPDATE = 62,
43
- CONVERSATION_FINALIZE = 63,
44
- TIME_SCHEDULE_CONTROL = 81,
45
- TIME_TIMER = 82,
46
- TIME_WAIT_UNTIL = 83,
47
- CONDITIONAL = 71,
48
- REDIRECT = 72
49
- }
50
- declare class NodePosition {
51
- x: number;
52
- y: number;
53
- }
54
- declare class NodeData {
55
- start?: NodeStart | null;
56
- msgText?: NodeMsgText | null;
57
- msgWaitResponse?: NodeMsgWaitResponse | null;
58
- sqlQuery?: NodeSqlQuery | null;
59
- api?: NodeApi | null;
60
- sendEmail?: NodeSendEmail | null;
61
- fillForm?: NodeFillForm | null;
62
- fillTicket?: NodeFillTicket | null;
63
- contactSearch?: NodeContactSearch | null;
64
- contactUpdate?: NodeContactUpdate | null;
65
- conversationAssignTo?: NodeConversationAssignTo | null;
66
- conversationUpdate?: NodeConversationUpdate | null;
67
- conversationFinalize?: NodeConversationFinalize | null;
68
- timeScheduleControl?: NodeTimeScheduleControl | null;
69
- timeTimer?: NodeTimeTimer | null;
70
- timeWaitUntil?: NodeTimeWaitUntil | null;
71
- conditional?: NodeConditional | null;
72
- redirect?: NodeRedirect | null;
73
- }
74
- declare class Node {
75
- id: string;
76
- type: NodeType;
77
- position: NodePosition;
78
- data: NodeData;
79
- width?: number | null;
80
- height?: number | null;
81
- selected?: boolean | null;
82
- positionAbsolute?: NodePosition | null;
83
- dragging?: boolean | null;
84
- }
85
- declare class Edge {
86
- id: string | null;
87
- source: string | null;
88
- sourceHandle?: string | null;
89
- target: string | null;
90
- targetHandle?: string | null;
91
- }
92
- declare class EdgeMarkerEnd {
93
- type?: string | '';
94
- }
95
- declare class FlowInfo {
96
- id: string;
97
- name: string;
98
- nodes: NodeInfo[];
99
- }
100
- declare class NodeInfo {
101
- id: string;
102
- name: string;
103
- }
104
- export { IFlow, NodeType, NodePosition, NodeData, Node, Edge, EdgeMarkerEnd, FlowInfo, NodeInfo };
1
+ import { NodeApi } from "./Nodes/NodeApi";
2
+ import { NodeConditional } from "./Nodes/NodeConditional";
3
+ import { NodeContactSearch } from "./Nodes/NodeContactSearch";
4
+ import { NodeContactUpdate } from "./Nodes/NodeContactUpdate";
5
+ import { NodeConversationAssignTo } from "./Nodes/NodeConversationAssignTo";
6
+ import { NodeConversationFinalize } from "./Nodes/NodeConversationFinalize";
7
+ import { NodeConversationUpdate } from "./Nodes/NodeConversationUpdate";
8
+ import { NodeFillForm } from "./Nodes/NodeFillForm";
9
+ import { NodeFillTicket } from "./Nodes/NodeFillTicket";
10
+ import { NodeMsgText } from "./Nodes/NodeMsgText";
11
+ import { NodeMsgWaitResponse } from "./Nodes/NodeMsgWaitResponse";
12
+ import { NodeRedirect } from "./Nodes/NodeRedirect";
13
+ import { NodeSendEmail } from "./Nodes/NodeSendEmail";
14
+ import { NodeSqlQuery } from "./Nodes/NodeSqlQuery";
15
+ import { NodeStart } from "./Nodes/NodeStart";
16
+ import { NodeTimeScheduleControl } from "./Nodes/NodeTimeScheduleControl";
17
+ import { NodeTimeTimer } from "./Nodes/NodeTimeTimer";
18
+ import { NodeTimeWaitUntil } from "./Nodes/NodeTimeWaitUntil";
19
+ interface IFlow {
20
+ id?: string | null;
21
+ tenantId?: string | null;
22
+ name?: string | null;
23
+ description?: string | null;
24
+ nodes?: Node[] | null;
25
+ edges?: Edge[] | null;
26
+ createdAt?: string | null;
27
+ updatedAt?: string | null;
28
+ deletedAt?: string | null;
29
+ }
30
+ declare enum NodeType {
31
+ START = 11,
32
+ MSG_TEXT = 21,
33
+ MSG_WAIT_RESPONSE = 22,
34
+ SQL_QUERY = 31,
35
+ API = 32,
36
+ SEND_EMAIL = 33,
37
+ FILL_FORM = 41,
38
+ FILL_TICKET = 42,
39
+ CONTACT_SEARCH = 51,
40
+ CONTACT_UPDATE = 52,
41
+ CONVERSATION_ASSIGN_TO = 61,
42
+ CONVERSATION_UPDATE = 62,
43
+ CONVERSATION_FINALIZE = 63,
44
+ TIME_SCHEDULE_CONTROL = 81,
45
+ TIME_TIMER = 82,
46
+ TIME_WAIT_UNTIL = 83,
47
+ CONDITIONAL = 71,
48
+ REDIRECT = 72
49
+ }
50
+ declare class NodePosition {
51
+ x: number;
52
+ y: number;
53
+ }
54
+ declare class NodeData {
55
+ start?: NodeStart | null;
56
+ msgText?: NodeMsgText | null;
57
+ msgWaitResponse?: NodeMsgWaitResponse | null;
58
+ sqlQuery?: NodeSqlQuery | null;
59
+ api?: NodeApi | null;
60
+ sendEmail?: NodeSendEmail | null;
61
+ fillForm?: NodeFillForm | null;
62
+ fillTicket?: NodeFillTicket | null;
63
+ contactSearch?: NodeContactSearch | null;
64
+ contactUpdate?: NodeContactUpdate | null;
65
+ conversationAssignTo?: NodeConversationAssignTo | null;
66
+ conversationUpdate?: NodeConversationUpdate | null;
67
+ conversationFinalize?: NodeConversationFinalize | null;
68
+ timeScheduleControl?: NodeTimeScheduleControl | null;
69
+ timeTimer?: NodeTimeTimer | null;
70
+ timeWaitUntil?: NodeTimeWaitUntil | null;
71
+ conditional?: NodeConditional | null;
72
+ redirect?: NodeRedirect | null;
73
+ }
74
+ declare class Node {
75
+ id: string;
76
+ type: NodeType;
77
+ position: NodePosition;
78
+ data: NodeData;
79
+ width?: number | null;
80
+ height?: number | null;
81
+ selected?: boolean | null;
82
+ positionAbsolute?: NodePosition | null;
83
+ dragging?: boolean | null;
84
+ }
85
+ declare class Edge {
86
+ id: string | null;
87
+ source: string | null;
88
+ sourceHandle?: string | null;
89
+ target: string | null;
90
+ targetHandle?: string | null;
91
+ }
92
+ declare class EdgeMarkerEnd {
93
+ type?: string | '';
94
+ }
95
+ declare class FlowInfo {
96
+ id: string;
97
+ name: string;
98
+ nodes: NodeInfo[];
99
+ }
100
+ declare class NodeInfo {
101
+ id: string;
102
+ name: string;
103
+ }
104
+ export { IFlow, NodeType, NodePosition, NodeData, Node, Edge, EdgeMarkerEnd, FlowInfo, NodeInfo };
@@ -1,36 +1,36 @@
1
- var NodeType;
2
- (function (NodeType) {
3
- NodeType[NodeType["START"] = 11] = "START";
4
- NodeType[NodeType["MSG_TEXT"] = 21] = "MSG_TEXT";
5
- NodeType[NodeType["MSG_WAIT_RESPONSE"] = 22] = "MSG_WAIT_RESPONSE";
6
- NodeType[NodeType["SQL_QUERY"] = 31] = "SQL_QUERY";
7
- NodeType[NodeType["API"] = 32] = "API";
8
- NodeType[NodeType["SEND_EMAIL"] = 33] = "SEND_EMAIL";
9
- NodeType[NodeType["FILL_FORM"] = 41] = "FILL_FORM";
10
- NodeType[NodeType["FILL_TICKET"] = 42] = "FILL_TICKET";
11
- NodeType[NodeType["CONTACT_SEARCH"] = 51] = "CONTACT_SEARCH";
12
- NodeType[NodeType["CONTACT_UPDATE"] = 52] = "CONTACT_UPDATE";
13
- NodeType[NodeType["CONVERSATION_ASSIGN_TO"] = 61] = "CONVERSATION_ASSIGN_TO";
14
- NodeType[NodeType["CONVERSATION_UPDATE"] = 62] = "CONVERSATION_UPDATE";
15
- NodeType[NodeType["CONVERSATION_FINALIZE"] = 63] = "CONVERSATION_FINALIZE";
16
- NodeType[NodeType["TIME_SCHEDULE_CONTROL"] = 81] = "TIME_SCHEDULE_CONTROL";
17
- NodeType[NodeType["TIME_TIMER"] = 82] = "TIME_TIMER";
18
- NodeType[NodeType["TIME_WAIT_UNTIL"] = 83] = "TIME_WAIT_UNTIL";
19
- NodeType[NodeType["CONDITIONAL"] = 71] = "CONDITIONAL";
20
- NodeType[NodeType["REDIRECT"] = 72] = "REDIRECT";
21
- })(NodeType || (NodeType = {}));
22
- class NodePosition {
23
- }
24
- class NodeData {
25
- }
26
- class Node {
27
- }
28
- class Edge {
29
- }
30
- class EdgeMarkerEnd {
31
- }
32
- class FlowInfo {
33
- }
34
- class NodeInfo {
35
- }
36
- export { NodeType, NodePosition, NodeData, Node, Edge, EdgeMarkerEnd, FlowInfo, NodeInfo };
1
+ var NodeType;
2
+ (function (NodeType) {
3
+ NodeType[NodeType["START"] = 11] = "START";
4
+ NodeType[NodeType["MSG_TEXT"] = 21] = "MSG_TEXT";
5
+ NodeType[NodeType["MSG_WAIT_RESPONSE"] = 22] = "MSG_WAIT_RESPONSE";
6
+ NodeType[NodeType["SQL_QUERY"] = 31] = "SQL_QUERY";
7
+ NodeType[NodeType["API"] = 32] = "API";
8
+ NodeType[NodeType["SEND_EMAIL"] = 33] = "SEND_EMAIL";
9
+ NodeType[NodeType["FILL_FORM"] = 41] = "FILL_FORM";
10
+ NodeType[NodeType["FILL_TICKET"] = 42] = "FILL_TICKET";
11
+ NodeType[NodeType["CONTACT_SEARCH"] = 51] = "CONTACT_SEARCH";
12
+ NodeType[NodeType["CONTACT_UPDATE"] = 52] = "CONTACT_UPDATE";
13
+ NodeType[NodeType["CONVERSATION_ASSIGN_TO"] = 61] = "CONVERSATION_ASSIGN_TO";
14
+ NodeType[NodeType["CONVERSATION_UPDATE"] = 62] = "CONVERSATION_UPDATE";
15
+ NodeType[NodeType["CONVERSATION_FINALIZE"] = 63] = "CONVERSATION_FINALIZE";
16
+ NodeType[NodeType["TIME_SCHEDULE_CONTROL"] = 81] = "TIME_SCHEDULE_CONTROL";
17
+ NodeType[NodeType["TIME_TIMER"] = 82] = "TIME_TIMER";
18
+ NodeType[NodeType["TIME_WAIT_UNTIL"] = 83] = "TIME_WAIT_UNTIL";
19
+ NodeType[NodeType["CONDITIONAL"] = 71] = "CONDITIONAL";
20
+ NodeType[NodeType["REDIRECT"] = 72] = "REDIRECT";
21
+ })(NodeType || (NodeType = {}));
22
+ class NodePosition {
23
+ }
24
+ class NodeData {
25
+ }
26
+ class Node {
27
+ }
28
+ class Edge {
29
+ }
30
+ class EdgeMarkerEnd {
31
+ }
32
+ class FlowInfo {
33
+ }
34
+ class NodeInfo {
35
+ }
36
+ export { NodeType, NodePosition, NodeData, Node, Edge, EdgeMarkerEnd, FlowInfo, NodeInfo };
@@ -1,20 +1,20 @@
1
- import { AuthApiKey } from '../../../Common/API/AuthApiKey';
2
- import { AuthBasic } from '../../../Common/API/AuthBasic';
3
- import { AuthBearer } from '../../../Common/API/AuthBearer';
4
- import { AuthType } from '../../../Common/API/AuthType';
5
- import { Method } from '../../../Common/API/Method';
6
- export declare class NodeApi {
7
- id: string;
8
- name: string;
9
- enableStatics: boolean | false;
10
- apiUrl?: string | null;
11
- apiMethod?: Method | null;
12
- apiAuthType?: AuthType | null;
13
- apiAuthBasic?: AuthBasic | null;
14
- apiAuthApiKey?: AuthApiKey | null;
15
- apiAuthBearer?: AuthBearer | null;
16
- apiBody?: string | null;
17
- apiContentType?: string | null;
18
- variables?: string | null;
19
- saveAs?: string | null;
20
- }
1
+ import { AuthApiKey } from '../../../Common/API/AuthApiKey';
2
+ import { AuthBasic } from '../../../Common/API/AuthBasic';
3
+ import { AuthBearer } from '../../../Common/API/AuthBearer';
4
+ import { AuthType } from '../../../Common/API/AuthType';
5
+ import { Method } from '../../../Common/API/Method';
6
+ export declare class NodeApi {
7
+ id: string;
8
+ name: string;
9
+ enableStatics: boolean | false;
10
+ apiUrl?: string | null;
11
+ apiMethod?: Method | null;
12
+ apiAuthType?: AuthType | null;
13
+ apiAuthBasic?: AuthBasic | null;
14
+ apiAuthApiKey?: AuthApiKey | null;
15
+ apiAuthBearer?: AuthBearer | null;
16
+ apiBody?: string | null;
17
+ apiContentType?: string | null;
18
+ variables?: string | null;
19
+ saveAs?: string | null;
20
+ }
@@ -1,2 +1,2 @@
1
- export class NodeApi {
2
- }
1
+ export class NodeApi {
2
+ }