@coast/core-api-types 1.0.0

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 (1237) hide show
  1. package/dist/models/activity-feed/ActivityFeedEventType.d.ts +9 -0
  2. package/dist/models/activity-feed/ActivityFeedEventType.js +13 -0
  3. package/dist/models/activity-feed/ActivityFeedItem.d.ts +12 -0
  4. package/dist/models/activity-feed/ActivityFeedItem.js +2 -0
  5. package/dist/models/activity-feed/ActivityFeedUpdated.d.ts +4 -0
  6. package/dist/models/activity-feed/ActivityFeedUpdated.js +2 -0
  7. package/dist/models/activity-feed/CreateActivityFeedItem.d.ts +11 -0
  8. package/dist/models/activity-feed/CreateActivityFeedItem.js +2 -0
  9. package/dist/models/activity-feed/CreateCardRelation.d.ts +3 -0
  10. package/dist/models/activity-feed/CreateCardRelation.js +2 -0
  11. package/dist/models/activity-feed/CreateUserRelation.d.ts +3 -0
  12. package/dist/models/activity-feed/CreateUserRelation.js +2 -0
  13. package/dist/models/activity-feed/ListActivityFeedItems.d.ts +6 -0
  14. package/dist/models/activity-feed/ListActivityFeedItems.js +2 -0
  15. package/dist/models/activity-feed/ListActivityFeedItemsResult.d.ts +5 -0
  16. package/dist/models/activity-feed/ListActivityFeedItemsResult.js +2 -0
  17. package/dist/models/application/Audit.d.ts +4 -0
  18. package/dist/models/application/Audit.js +2 -0
  19. package/dist/models/application/DataEntity.d.ts +8 -0
  20. package/dist/models/application/DataEntity.js +2 -0
  21. package/dist/models/application/OptionallyPersisted.d.ts +6 -0
  22. package/dist/models/application/OptionallyPersisted.js +2 -0
  23. package/dist/models/application/query/OrderDirection.d.ts +4 -0
  24. package/dist/models/application/query/OrderDirection.js +8 -0
  25. package/dist/models/auth/AccessLevel.d.ts +6 -0
  26. package/dist/models/auth/AccessLevel.js +2 -0
  27. package/dist/models/auth/AccessLevelDomain.d.ts +3 -0
  28. package/dist/models/auth/AccessLevelDomain.js +7 -0
  29. package/dist/models/auth/AccessLevelType.d.ts +6 -0
  30. package/dist/models/auth/AccessLevelType.js +10 -0
  31. package/dist/models/auth/Business.d.ts +14 -0
  32. package/dist/models/auth/Business.js +2 -0
  33. package/dist/models/auth/ChannelMembership.d.ts +22 -0
  34. package/dist/models/auth/ChannelMembership.js +2 -0
  35. package/dist/models/auth/ChannelMembershipEntity.d.ts +4 -0
  36. package/dist/models/auth/ChannelMembershipEntity.js +8 -0
  37. package/dist/models/auth/CreateBusinessV2.d.ts +3 -0
  38. package/dist/models/auth/CreateBusinessV2.js +2 -0
  39. package/dist/models/auth/CreateChannelMembership.d.ts +7 -0
  40. package/dist/models/auth/CreateChannelMembership.js +2 -0
  41. package/dist/models/auth/CreateUser.d.ts +18 -0
  42. package/dist/models/auth/CreateUser.js +2 -0
  43. package/dist/models/auth/CreateUserV2.d.ts +17 -0
  44. package/dist/models/auth/CreateUserV2.js +2 -0
  45. package/dist/models/auth/FindBusinesses.d.ts +3 -0
  46. package/dist/models/auth/FindBusinesses.js +2 -0
  47. package/dist/models/auth/GetSamlUser.d.ts +4 -0
  48. package/dist/models/auth/GetSamlUser.js +2 -0
  49. package/dist/models/auth/ListAccessLevels.d.ts +4 -0
  50. package/dist/models/auth/ListAccessLevels.js +2 -0
  51. package/dist/models/auth/ListChannelMemberships.d.ts +4 -0
  52. package/dist/models/auth/ListChannelMemberships.js +2 -0
  53. package/dist/models/auth/ListUsers.d.ts +6 -0
  54. package/dist/models/auth/ListUsers.js +2 -0
  55. package/dist/models/auth/ListUsersResult.d.ts +5 -0
  56. package/dist/models/auth/ListUsersResult.js +2 -0
  57. package/dist/models/auth/NotificationsPreference.d.ts +5 -0
  58. package/dist/models/auth/NotificationsPreference.js +9 -0
  59. package/dist/models/auth/SamlUser.d.ts +5 -0
  60. package/dist/models/auth/SamlUser.js +2 -0
  61. package/dist/models/auth/UpdateBusinessV2.d.ts +4 -0
  62. package/dist/models/auth/UpdateBusinessV2.js +2 -0
  63. package/dist/models/auth/UpdateChannelMembership.d.ts +6 -0
  64. package/dist/models/auth/UpdateChannelMembership.js +2 -0
  65. package/dist/models/auth/UpdateUser.d.ts +11 -0
  66. package/dist/models/auth/UpdateUser.js +2 -0
  67. package/dist/models/auth/User.d.ts +37 -0
  68. package/dist/models/auth/User.js +2 -0
  69. package/dist/models/auth/UserCreationMethod.d.ts +5 -0
  70. package/dist/models/auth/UserCreationMethod.js +9 -0
  71. package/dist/models/auth/UserRole.d.ts +11 -0
  72. package/dist/models/auth/UserRole.js +15 -0
  73. package/dist/models/automations/Automation.d.ts +15 -0
  74. package/dist/models/automations/Automation.js +2 -0
  75. package/dist/models/automations/AutomationContext.d.ts +15 -0
  76. package/dist/models/automations/AutomationContext.js +2 -0
  77. package/dist/models/automations/AutomationDateToken.d.ts +3 -0
  78. package/dist/models/automations/AutomationDateToken.js +7 -0
  79. package/dist/models/automations/AutomationEventBusKey.d.ts +3 -0
  80. package/dist/models/automations/AutomationEventBusKey.js +7 -0
  81. package/dist/models/automations/AutomationEventContext.d.ts +6 -0
  82. package/dist/models/automations/AutomationEventContext.js +2 -0
  83. package/dist/models/automations/AutomationEventType.d.ts +6 -0
  84. package/dist/models/automations/AutomationEventType.js +10 -0
  85. package/dist/models/automations/AutomationTriggerType.d.ts +5 -0
  86. package/dist/models/automations/AutomationTriggerType.js +9 -0
  87. package/dist/models/automations/CreateAutomation.d.ts +8 -0
  88. package/dist/models/automations/CreateAutomation.js +2 -0
  89. package/dist/models/automations/UpdateAutomation.d.ts +9 -0
  90. package/dist/models/automations/UpdateAutomation.js +2 -0
  91. package/dist/models/automations/WorkflowAutomationsEvent.d.ts +0 -0
  92. package/dist/models/automations/WorkflowAutomationsEvent.js +0 -0
  93. package/dist/models/automations/action/AutomationAction.d.ts +15 -0
  94. package/dist/models/automations/action/AutomationAction.js +2 -0
  95. package/dist/models/automations/action/AutomationActionOutput.d.ts +2 -0
  96. package/dist/models/automations/action/AutomationActionOutput.js +2 -0
  97. package/dist/models/automations/action/AutomationActionRegistry.d.ts +13 -0
  98. package/dist/models/automations/action/AutomationActionRegistry.js +2 -0
  99. package/dist/models/automations/action/AutomationActionResult.d.ts +5 -0
  100. package/dist/models/automations/action/AutomationActionResult.js +2 -0
  101. package/dist/models/automations/action/AutomationActionType.d.ts +12 -0
  102. package/dist/models/automations/action/AutomationActionType.js +16 -0
  103. package/dist/models/automations/action/CalculateValueAction.d.ts +5 -0
  104. package/dist/models/automations/action/CalculateValueAction.js +2 -0
  105. package/dist/models/automations/action/CreateAutomationAction.d.ts +7 -0
  106. package/dist/models/automations/action/CreateAutomationAction.js +2 -0
  107. package/dist/models/automations/action/CurrentWorkflowEntityUpdateAction.d.ts +5 -0
  108. package/dist/models/automations/action/CurrentWorkflowEntityUpdateAction.js +2 -0
  109. package/dist/models/automations/action/ReferencedInQuantitySumAction.d.ts +5 -0
  110. package/dist/models/automations/action/ReferencedInQuantitySumAction.js +2 -0
  111. package/dist/models/automations/action/SendEmailAction.d.ts +5 -0
  112. package/dist/models/automations/action/SendEmailAction.js +2 -0
  113. package/dist/models/automations/action/SendNotificationAction.d.ts +5 -0
  114. package/dist/models/automations/action/SendNotificationAction.js +2 -0
  115. package/dist/models/automations/action/SendPushNotificationAction.d.ts +5 -0
  116. package/dist/models/automations/action/SendPushNotificationAction.js +2 -0
  117. package/dist/models/automations/action/TriggerRelatedCardAutomationAction.d.ts +5 -0
  118. package/dist/models/automations/action/TriggerRelatedCardAutomationAction.js +2 -0
  119. package/dist/models/automations/action/UpdateAutomationAction.d.ts +8 -0
  120. package/dist/models/automations/action/UpdateAutomationAction.js +2 -0
  121. package/dist/models/automations/action/UpdateRelatedCardQuantityAction.d.ts +5 -0
  122. package/dist/models/automations/action/UpdateRelatedCardQuantityAction.js +2 -0
  123. package/dist/models/automations/action/WorkflowEntityCreateAction.d.ts +5 -0
  124. package/dist/models/automations/action/WorkflowEntityCreateAction.js +2 -0
  125. package/dist/models/automations/action/WorkflowEntityUpdateAction.d.ts +5 -0
  126. package/dist/models/automations/action/WorkflowEntityUpdateAction.js +2 -0
  127. package/dist/models/automations/action/component-data/ActionResultNumber.d.ts +4 -0
  128. package/dist/models/automations/action/component-data/ActionResultNumber.js +2 -0
  129. package/dist/models/automations/action/component-data/CurrentWorkflowEntity.d.ts +3 -0
  130. package/dist/models/automations/action/component-data/CurrentWorkflowEntity.js +2 -0
  131. package/dist/models/automations/action/component-data/CurrentWorkflowEntityComponent.d.ts +4 -0
  132. package/dist/models/automations/action/component-data/CurrentWorkflowEntityComponent.js +2 -0
  133. package/dist/models/automations/action/component-data/DynamicComponentData.d.ts +4 -0
  134. package/dist/models/automations/action/component-data/DynamicComponentData.js +2 -0
  135. package/dist/models/automations/action/component-data/DynamicComponentDataOneOf.d.ts +12 -0
  136. package/dist/models/automations/action/component-data/DynamicComponentDataOneOf.js +2 -0
  137. package/dist/models/automations/action/component-data/DynamicComponentDataRegistry.d.ts +8 -0
  138. package/dist/models/automations/action/component-data/DynamicComponentDataRegistry.js +2 -0
  139. package/dist/models/automations/action/component-data/DynamicComponentDataType.d.ts +7 -0
  140. package/dist/models/automations/action/component-data/DynamicComponentDataType.js +11 -0
  141. package/dist/models/automations/action/component-data/DynamicNumberComponentDataOneOf.d.ts +8 -0
  142. package/dist/models/automations/action/component-data/DynamicNumberComponentDataOneOf.js +2 -0
  143. package/dist/models/automations/action/component-data/RelatedWorkflowEntityComponent.d.ts +6 -0
  144. package/dist/models/automations/action/component-data/RelatedWorkflowEntityComponent.js +2 -0
  145. package/dist/models/automations/action/component-data/TimeTrackerDataAction.d.ts +5 -0
  146. package/dist/models/automations/action/component-data/TimeTrackerDataAction.js +2 -0
  147. package/dist/models/automations/action/settings/ArithmeticOperator.d.ts +4 -0
  148. package/dist/models/automations/action/settings/ArithmeticOperator.js +8 -0
  149. package/dist/models/automations/action/settings/ArrayValueOperation.d.ts +5 -0
  150. package/dist/models/automations/action/settings/ArrayValueOperation.js +9 -0
  151. package/dist/models/automations/action/settings/AutomationActionSettings.d.ts +4 -0
  152. package/dist/models/automations/action/settings/AutomationActionSettings.js +2 -0
  153. package/dist/models/automations/action/settings/AutomationActionSettingsOneOf.d.ts +22 -0
  154. package/dist/models/automations/action/settings/AutomationActionSettingsOneOf.js +2 -0
  155. package/dist/models/automations/action/settings/AutomationActionSettingsRegistry.d.ts +13 -0
  156. package/dist/models/automations/action/settings/AutomationActionSettingsRegistry.js +2 -0
  157. package/dist/models/automations/action/settings/AutomationComponentData.d.ts +6 -0
  158. package/dist/models/automations/action/settings/AutomationComponentData.js +2 -0
  159. package/dist/models/automations/action/settings/CalculateValueActionSettings.d.ts +8 -0
  160. package/dist/models/automations/action/settings/CalculateValueActionSettings.js +2 -0
  161. package/dist/models/automations/action/settings/CreateCalculateValueActionSettings.d.ts +6 -0
  162. package/dist/models/automations/action/settings/CreateCalculateValueActionSettings.js +2 -0
  163. package/dist/models/automations/action/settings/CreateCurrentWorkflowEntityUpdateActionSettings.d.ts +5 -0
  164. package/dist/models/automations/action/settings/CreateCurrentWorkflowEntityUpdateActionSettings.js +2 -0
  165. package/dist/models/automations/action/settings/CreateSettingsWorkflowEntityField.d.ts +8 -0
  166. package/dist/models/automations/action/settings/CreateSettingsWorkflowEntityField.js +2 -0
  167. package/dist/models/automations/action/settings/CreateUpdateRelatedCardQuantityActionSettings.d.ts +7 -0
  168. package/dist/models/automations/action/settings/CreateUpdateRelatedCardQuantityActionSettings.js +2 -0
  169. package/dist/models/automations/action/settings/CreateWorkflowEntityCreateActionSettings.d.ts +5 -0
  170. package/dist/models/automations/action/settings/CreateWorkflowEntityCreateActionSettings.js +2 -0
  171. package/dist/models/automations/action/settings/CreateWorkflowEntityUpdateActionSettings.d.ts +5 -0
  172. package/dist/models/automations/action/settings/CreateWorkflowEntityUpdateActionSettings.js +2 -0
  173. package/dist/models/automations/action/settings/CurrentWorkflowEntityUpdateActionSettings.d.ts +3 -0
  174. package/dist/models/automations/action/settings/CurrentWorkflowEntityUpdateActionSettings.js +2 -0
  175. package/dist/models/automations/action/settings/ReferencedInAggregate.d.ts +7 -0
  176. package/dist/models/automations/action/settings/ReferencedInAggregate.js +2 -0
  177. package/dist/models/automations/action/settings/ReferencedInQuantitySumActionSettings.d.ts +5 -0
  178. package/dist/models/automations/action/settings/ReferencedInQuantitySumActionSettings.js +2 -0
  179. package/dist/models/automations/action/settings/SendEmailActionSettings.d.ts +9 -0
  180. package/dist/models/automations/action/settings/SendEmailActionSettings.js +2 -0
  181. package/dist/models/automations/action/settings/SendNotificationActionSettings.d.ts +9 -0
  182. package/dist/models/automations/action/settings/SendNotificationActionSettings.js +2 -0
  183. package/dist/models/automations/action/settings/SendPushNotificationActionSettings.d.ts +8 -0
  184. package/dist/models/automations/action/settings/SendPushNotificationActionSettings.js +2 -0
  185. package/dist/models/automations/action/settings/SettingsWorkflowEntityField.d.ts +9 -0
  186. package/dist/models/automations/action/settings/SettingsWorkflowEntityField.js +2 -0
  187. package/dist/models/automations/action/settings/TriggerRelatedCardAutomationActionSettings.d.ts +6 -0
  188. package/dist/models/automations/action/settings/TriggerRelatedCardAutomationActionSettings.js +2 -0
  189. package/dist/models/automations/action/settings/UpdateRelatedCardQuantityActionSettings.d.ts +9 -0
  190. package/dist/models/automations/action/settings/UpdateRelatedCardQuantityActionSettings.js +2 -0
  191. package/dist/models/automations/action/settings/WorkflowEntityActionSettings.d.ts +6 -0
  192. package/dist/models/automations/action/settings/WorkflowEntityActionSettings.js +2 -0
  193. package/dist/models/automations/action/settings/WorkflowEntityCreateActionSettings.d.ts +3 -0
  194. package/dist/models/automations/action/settings/WorkflowEntityCreateActionSettings.js +2 -0
  195. package/dist/models/automations/action/settings/WorkflowEntityUpdateActionSettings.d.ts +5 -0
  196. package/dist/models/automations/action/settings/WorkflowEntityUpdateActionSettings.js +2 -0
  197. package/dist/models/automations/condition/ActionResultNumberOperand.d.ts +4 -0
  198. package/dist/models/automations/condition/ActionResultNumberOperand.js +2 -0
  199. package/dist/models/automations/condition/ComponentOperand.d.ts +4 -0
  200. package/dist/models/automations/condition/ComponentOperand.js +2 -0
  201. package/dist/models/automations/condition/Condition.d.ts +10 -0
  202. package/dist/models/automations/condition/Condition.js +2 -0
  203. package/dist/models/automations/condition/CreateCondition.d.ts +6 -0
  204. package/dist/models/automations/condition/CreateCondition.js +2 -0
  205. package/dist/models/automations/condition/DateOperand.d.ts +4 -0
  206. package/dist/models/automations/condition/DateOperand.js +2 -0
  207. package/dist/models/automations/condition/DateTokenOperand.d.ts +5 -0
  208. package/dist/models/automations/condition/DateTokenOperand.js +2 -0
  209. package/dist/models/automations/condition/LogicalOperator.d.ts +4 -0
  210. package/dist/models/automations/condition/LogicalOperator.js +8 -0
  211. package/dist/models/automations/condition/NumberOperand.d.ts +4 -0
  212. package/dist/models/automations/condition/NumberOperand.js +2 -0
  213. package/dist/models/automations/condition/NumberOperandOneOf.d.ts +3 -0
  214. package/dist/models/automations/condition/NumberOperandOneOf.js +2 -0
  215. package/dist/models/automations/condition/Operand.d.ts +4 -0
  216. package/dist/models/automations/condition/Operand.js +2 -0
  217. package/dist/models/automations/condition/OperandOneOf.d.ts +20 -0
  218. package/dist/models/automations/condition/OperandOneOf.js +2 -0
  219. package/dist/models/automations/condition/OperandRegistry.d.ts +10 -0
  220. package/dist/models/automations/condition/OperandRegistry.js +2 -0
  221. package/dist/models/automations/condition/OperandType.d.ts +11 -0
  222. package/dist/models/automations/condition/OperandType.js +15 -0
  223. package/dist/models/automations/condition/PreviousComponentOperand.d.ts +4 -0
  224. package/dist/models/automations/condition/PreviousComponentOperand.js +2 -0
  225. package/dist/models/automations/condition/StringArrayOperand.d.ts +4 -0
  226. package/dist/models/automations/condition/StringArrayOperand.js +2 -0
  227. package/dist/models/automations/condition/StringOperand.d.ts +4 -0
  228. package/dist/models/automations/condition/StringOperand.js +2 -0
  229. package/dist/models/automations/condition/UpdateCondition.d.ts +7 -0
  230. package/dist/models/automations/condition/UpdateCondition.js +2 -0
  231. package/dist/models/automations/condition/WorkflowEntityRefComponentOperand.d.ts +6 -0
  232. package/dist/models/automations/condition/WorkflowEntityRefComponentOperand.js +2 -0
  233. package/dist/models/billing/Billing.d.ts +7 -0
  234. package/dist/models/billing/Billing.js +2 -0
  235. package/dist/models/billing/BillingSubscription.d.ts +16 -0
  236. package/dist/models/billing/BillingSubscription.js +2 -0
  237. package/dist/models/billing/BillingSubscriptionStatus.d.ts +9 -0
  238. package/dist/models/billing/BillingSubscriptionStatus.js +13 -0
  239. package/dist/models/billing/CheckoutSession.d.ts +3 -0
  240. package/dist/models/billing/CheckoutSession.js +2 -0
  241. package/dist/models/billing/CheckoutSessionLineItem.d.ts +4 -0
  242. package/dist/models/billing/CheckoutSessionLineItem.js +2 -0
  243. package/dist/models/billing/CreateCheckoutSession.d.ts +6 -0
  244. package/dist/models/billing/CreateCheckoutSession.js +2 -0
  245. package/dist/models/billing/CreateCustomer.d.ts +6 -0
  246. package/dist/models/billing/CreateCustomer.js +2 -0
  247. package/dist/models/billing/CreatePortalSession.d.ts +3 -0
  248. package/dist/models/billing/CreatePortalSession.js +2 -0
  249. package/dist/models/billing/Customer.d.ts +15 -0
  250. package/dist/models/billing/Customer.js +2 -0
  251. package/dist/models/billing/PlanTier.d.ts +5 -0
  252. package/dist/models/billing/PlanTier.js +9 -0
  253. package/dist/models/billing/PortalSession.d.ts +3 -0
  254. package/dist/models/billing/PortalSession.js +2 -0
  255. package/dist/models/billing/SubscriptionItem.d.ts +6 -0
  256. package/dist/models/billing/SubscriptionItem.js +2 -0
  257. package/dist/models/billing/SubscriptionPlan.d.ts +9 -0
  258. package/dist/models/billing/SubscriptionPlan.js +2 -0
  259. package/dist/models/billing/SubscriptionPlanPrice.d.ts +6 -0
  260. package/dist/models/billing/SubscriptionPlanPrice.js +2 -0
  261. package/dist/models/billing/SubscriptionPlanPriceInterval.d.ts +4 -0
  262. package/dist/models/billing/SubscriptionPlanPriceInterval.js +8 -0
  263. package/dist/models/billing/SubscriptionPlanProduct.d.ts +13 -0
  264. package/dist/models/billing/SubscriptionPlanProduct.js +2 -0
  265. package/dist/models/billing/SubscriptionPlanType.d.ts +4 -0
  266. package/dist/models/billing/SubscriptionPlanType.js +8 -0
  267. package/dist/models/billing/SubscriptionPlanWorkflowTier.d.ts +5 -0
  268. package/dist/models/billing/SubscriptionPlanWorkflowTier.js +2 -0
  269. package/dist/models/billing/SubscriptionStatus.d.ts +5 -0
  270. package/dist/models/billing/SubscriptionStatus.js +9 -0
  271. package/dist/models/business/BusinessEventJob.d.ts +6 -0
  272. package/dist/models/business/BusinessEventJob.js +2 -0
  273. package/dist/models/business/BusinessEventType.d.ts +3 -0
  274. package/dist/models/business/BusinessEventType.js +7 -0
  275. package/dist/models/business/BusinessId.d.ts +2 -0
  276. package/dist/models/business/BusinessId.js +2 -0
  277. package/dist/models/business/BusinessMembership.d.ts +11 -0
  278. package/dist/models/business/BusinessMembership.js +2 -0
  279. package/dist/models/business/BusinessMembershipRole.d.ts +5 -0
  280. package/dist/models/business/BusinessMembershipRole.js +9 -0
  281. package/dist/models/card/Card.d.ts +39 -0
  282. package/dist/models/card/Card.js +2 -0
  283. package/dist/models/card/CardEvent.d.ts +7 -0
  284. package/dist/models/card/CardEvent.js +2 -0
  285. package/dist/models/card/CardEventEmitted.d.ts +4 -0
  286. package/dist/models/card/CardEventEmitted.js +2 -0
  287. package/dist/models/card/CardFields.d.ts +1 -0
  288. package/dist/models/card/CardFields.js +2 -0
  289. package/dist/models/card/CardStatus.d.ts +4 -0
  290. package/dist/models/card/CardStatus.js +8 -0
  291. package/dist/models/card/CardStatusChangeJobData.d.ts +5 -0
  292. package/dist/models/card/CardStatusChangeJobData.js +2 -0
  293. package/dist/models/card/ChannelCardSequence.d.ts +4 -0
  294. package/dist/models/card/ChannelCardSequence.js +2 -0
  295. package/dist/models/card/CreateCard.d.ts +6 -0
  296. package/dist/models/card/CreateCard.js +2 -0
  297. package/dist/models/card/CreateCards.d.ts +4 -0
  298. package/dist/models/card/CreateCards.js +2 -0
  299. package/dist/models/card/CreateEntityRecurrence.d.ts +4 -0
  300. package/dist/models/card/CreateEntityRecurrence.js +2 -0
  301. package/dist/models/card/CreateNonRecurringCard.d.ts +20 -0
  302. package/dist/models/card/CreateNonRecurringCard.js +2 -0
  303. package/dist/models/card/DeleteCard.d.ts +6 -0
  304. package/dist/models/card/DeleteCard.js +2 -0
  305. package/dist/models/card/DeleteCards.d.ts +3 -0
  306. package/dist/models/card/DeleteCards.js +2 -0
  307. package/dist/models/card/EntityEventType.d.ts +17 -0
  308. package/dist/models/card/EntityEventType.js +21 -0
  309. package/dist/models/card/EntityRecurrence.d.ts +6 -0
  310. package/dist/models/card/EntityRecurrence.js +2 -0
  311. package/dist/models/card/EntityRecurrenceScope.d.ts +4 -0
  312. package/dist/models/card/EntityRecurrenceScope.js +8 -0
  313. package/dist/models/card/ExternalCardBatchEvent.d.ts +6 -0
  314. package/dist/models/card/ExternalCardBatchEvent.js +2 -0
  315. package/dist/models/card/ExternalCardEvent.d.ts +6 -0
  316. package/dist/models/card/ExternalCardEvent.js +2 -0
  317. package/dist/models/card/ExternalCardEventPayload.d.ts +15 -0
  318. package/dist/models/card/ExternalCardEventPayload.js +2 -0
  319. package/dist/models/card/ExternalCardEventRemotePayload.d.ts +3 -0
  320. package/dist/models/card/ExternalCardEventRemotePayload.js +2 -0
  321. package/dist/models/card/ExternalCardEventType.d.ts +9 -0
  322. package/dist/models/card/ExternalCardEventType.js +13 -0
  323. package/dist/models/card/GetCards.d.ts +3 -0
  324. package/dist/models/card/GetCards.js +2 -0
  325. package/dist/models/card/NotificationEvent.d.ts +21 -0
  326. package/dist/models/card/NotificationEvent.js +2 -0
  327. package/dist/models/card/UpdateCard.d.ts +19 -0
  328. package/dist/models/card/UpdateCard.js +2 -0
  329. package/dist/models/card/UpdateCardMerged.d.ts +10 -0
  330. package/dist/models/card/UpdateCardMerged.js +2 -0
  331. package/dist/models/card/UpdateEntityRecurrence.d.ts +5 -0
  332. package/dist/models/card/UpdateEntityRecurrence.js +2 -0
  333. package/dist/models/card/WorkspaceFocus.d.ts +4 -0
  334. package/dist/models/card/WorkspaceFocus.js +8 -0
  335. package/dist/models/card/card-definition/CardDefinition.d.ts +22 -0
  336. package/dist/models/card/card-definition/CardDefinition.js +2 -0
  337. package/dist/models/card/card-definition/CardDefinitionSubscription.d.ts +3 -0
  338. package/dist/models/card/card-definition/CardDefinitionSubscription.js +2 -0
  339. package/dist/models/card/card-definition/CardFragmentTemplate.d.ts +11 -0
  340. package/dist/models/card/card-definition/CardFragmentTemplate.js +2 -0
  341. package/dist/models/card/card-definition/CardUITemplate.d.ts +14 -0
  342. package/dist/models/card/card-definition/CardUITemplate.js +2 -0
  343. package/dist/models/card/card-definition/CardUITemplateType.d.ts +5 -0
  344. package/dist/models/card/card-definition/CardUITemplateType.js +9 -0
  345. package/dist/models/card/card-definition/CoastJSONFieldType.d.ts +4 -0
  346. package/dist/models/card/card-definition/CoastJSONFieldType.js +8 -0
  347. package/dist/models/card/card-definition/CoastJSONSchema4.d.ts +9 -0
  348. package/dist/models/card/card-definition/CoastJSONSchema4.js +2 -0
  349. package/dist/models/card/card-definition/CreateCardDefinition.d.ts +21 -0
  350. package/dist/models/card/card-definition/CreateCardDefinition.js +2 -0
  351. package/dist/models/card/card-definition/CreateCardFragmentTemplate.d.ts +8 -0
  352. package/dist/models/card/card-definition/CreateCardFragmentTemplate.js +2 -0
  353. package/dist/models/card/card-definition/CreateCardUITemplate.d.ts +10 -0
  354. package/dist/models/card/card-definition/CreateCardUITemplate.js +2 -0
  355. package/dist/models/card/card-definition/DefinitionTypeIdentifier.d.ts +4 -0
  356. package/dist/models/card/card-definition/DefinitionTypeIdentifier.js +8 -0
  357. package/dist/models/card/card-definition/ListCardDefinitions.d.ts +4 -0
  358. package/dist/models/card/card-definition/ListCardDefinitions.js +2 -0
  359. package/dist/models/card/card-definition/ListCardFragmentTemplates.d.ts +3 -0
  360. package/dist/models/card/card-definition/ListCardFragmentTemplates.js +2 -0
  361. package/dist/models/card/card-definition/UpdateCardDefinition.d.ts +21 -0
  362. package/dist/models/card/card-definition/UpdateCardDefinition.js +2 -0
  363. package/dist/models/card/card-definition/UpdateCardFragmentTemplate.d.ts +8 -0
  364. package/dist/models/card/card-definition/UpdateCardFragmentTemplate.js +2 -0
  365. package/dist/models/card/card-definition/UpdateCardUITemplate.d.ts +4 -0
  366. package/dist/models/card/card-definition/UpdateCardUITemplate.js +2 -0
  367. package/dist/models/card/card-field-string-tag/ArchiveCardFieldStringTag.d.ts +5 -0
  368. package/dist/models/card/card-field-string-tag/ArchiveCardFieldStringTag.js +2 -0
  369. package/dist/models/card/card-field-string-tag/CardFieldStringTag.d.ts +12 -0
  370. package/dist/models/card/card-field-string-tag/CardFieldStringTag.js +2 -0
  371. package/dist/models/card/card-field-string-tag/CreateCardFieldStringTag.d.ts +10 -0
  372. package/dist/models/card/card-field-string-tag/CreateCardFieldStringTag.js +2 -0
  373. package/dist/models/card/card-field-string-tag/ListCardFieldStringTags.d.ts +5 -0
  374. package/dist/models/card/card-field-string-tag/ListCardFieldStringTags.js +2 -0
  375. package/dist/models/card/card-field-string-tag/UpdateCardFieldStringTag.d.ts +9 -0
  376. package/dist/models/card/card-field-string-tag/UpdateCardFieldStringTag.js +2 -0
  377. package/dist/models/card/card-reminder/CardReminder.d.ts +12 -0
  378. package/dist/models/card/card-reminder/CardReminder.js +2 -0
  379. package/dist/models/card/card-reminder/CardReminderEventType.d.ts +4 -0
  380. package/dist/models/card/card-reminder/CardReminderEventType.js +8 -0
  381. package/dist/models/card/card-reminder/CardReminderJobData.d.ts +4 -0
  382. package/dist/models/card/card-reminder/CardReminderJobData.js +2 -0
  383. package/dist/models/card/card-reminder/CreateCardReminder.d.ts +9 -0
  384. package/dist/models/card/card-reminder/CreateCardReminder.js +2 -0
  385. package/dist/models/card/card-reminder/ReminderRelativeTo.d.ts +4 -0
  386. package/dist/models/card/card-reminder/ReminderRelativeTo.js +8 -0
  387. package/dist/models/card/card-reminder/UpdateCardReminder.d.ts +4 -0
  388. package/dist/models/card/card-reminder/UpdateCardReminder.js +2 -0
  389. package/dist/models/card/client-event/ClientEvent.d.ts +10 -0
  390. package/dist/models/card/client-event/ClientEvent.js +2 -0
  391. package/dist/models/card/client-event/ClientEventType.d.ts +5 -0
  392. package/dist/models/card/client-event/ClientEventType.js +9 -0
  393. package/dist/models/card/client-event/CreateClientEvent.d.ts +10 -0
  394. package/dist/models/card/client-event/CreateClientEvent.js +2 -0
  395. package/dist/models/card/export/CreateCardExport.d.ts +6 -0
  396. package/dist/models/card/export/CreateCardExport.js +2 -0
  397. package/dist/models/card/list-cards/CardRelationFilter.d.ts +7 -0
  398. package/dist/models/card/list-cards/CardRelationFilter.js +2 -0
  399. package/dist/models/card/list-cards/CardRelationFilterType.d.ts +4 -0
  400. package/dist/models/card/list-cards/CardRelationFilterType.js +8 -0
  401. package/dist/models/card/list-cards/CardTagFilter.d.ts +5 -0
  402. package/dist/models/card/list-cards/CardTagFilter.js +2 -0
  403. package/dist/models/card/list-cards/LegacyCardRelationFilter.d.ts +7 -0
  404. package/dist/models/card/list-cards/LegacyCardRelationFilter.js +2 -0
  405. package/dist/models/card/list-cards/LegacyCardRelationFilterType.d.ts +3 -0
  406. package/dist/models/card/list-cards/LegacyCardRelationFilterType.js +7 -0
  407. package/dist/models/card/list-cards/ListCards.d.ts +21 -0
  408. package/dist/models/card/list-cards/ListCards.js +2 -0
  409. package/dist/models/card/list-cards/ListCardsOrder.d.ts +6 -0
  410. package/dist/models/card/list-cards/ListCardsOrder.js +2 -0
  411. package/dist/models/card/list-cards/ListCardsOrderBy.d.ts +6 -0
  412. package/dist/models/card/list-cards/ListCardsOrderBy.js +10 -0
  413. package/dist/models/card/list-cards/ListCardsResult.d.ts +8 -0
  414. package/dist/models/card/list-cards/ListCardsResult.js +2 -0
  415. package/dist/models/card/related-card/ListRelatedCardRollups.d.ts +7 -0
  416. package/dist/models/card/related-card/ListRelatedCardRollups.js +2 -0
  417. package/dist/models/card/related-card/ListRelatedCards.d.ts +8 -0
  418. package/dist/models/card/related-card/ListRelatedCards.js +2 -0
  419. package/dist/models/card/related-card/RelatedCardRollup.d.ts +6 -0
  420. package/dist/models/card/related-card/RelatedCardRollup.js +2 -0
  421. package/dist/models/card/related-card/RelatedCardSummary.d.ts +4 -0
  422. package/dist/models/card/related-card/RelatedCardSummary.js +2 -0
  423. package/dist/models/card/related-card/RelatedCardType.d.ts +4 -0
  424. package/dist/models/card/related-card/RelatedCardType.js +8 -0
  425. package/dist/models/card/summary-card/AbstractListSummaryCard.d.ts +6 -0
  426. package/dist/models/card/summary-card/AbstractListSummaryCard.js +2 -0
  427. package/dist/models/card/summary-card/GetSummaryCards.d.ts +3 -0
  428. package/dist/models/card/summary-card/GetSummaryCards.js +2 -0
  429. package/dist/models/card/summary-card/ListSummaryCards.d.ts +3 -0
  430. package/dist/models/card/summary-card/ListSummaryCards.js +2 -0
  431. package/dist/models/card/summary-card/ListSummaryCardsResult.d.ts +5 -0
  432. package/dist/models/card/summary-card/ListSummaryCardsResult.js +2 -0
  433. package/dist/models/card/summary-card/SummaryCard.d.ts +4 -0
  434. package/dist/models/card/summary-card/SummaryCard.js +2 -0
  435. package/dist/models/channel/AnyChannelUpdated.d.ts +8 -0
  436. package/dist/models/channel/AnyChannelUpdated.js +2 -0
  437. package/dist/models/channel/Channel.d.ts +35 -0
  438. package/dist/models/channel/Channel.js +2 -0
  439. package/dist/models/channel/ChannelAccountingUpdated.d.ts +13 -0
  440. package/dist/models/channel/ChannelAccountingUpdated.js +2 -0
  441. package/dist/models/channel/ChannelEventJob.d.ts +6 -0
  442. package/dist/models/channel/ChannelEventJob.js +2 -0
  443. package/dist/models/channel/ChannelEventType.d.ts +3 -0
  444. package/dist/models/channel/ChannelEventType.js +7 -0
  445. package/dist/models/channel/ChannelId.d.ts +2 -0
  446. package/dist/models/channel/ChannelId.js +2 -0
  447. package/dist/models/channel/ChannelType.d.ts +8 -0
  448. package/dist/models/channel/ChannelType.js +12 -0
  449. package/dist/models/channel/CreateChannel.d.ts +19 -0
  450. package/dist/models/channel/CreateChannel.js +2 -0
  451. package/dist/models/channel/CreateChannelChannelMembership.d.ts +3 -0
  452. package/dist/models/channel/CreateChannelChannelMembership.js +2 -0
  453. package/dist/models/channel/ListChannels.d.ts +8 -0
  454. package/dist/models/channel/ListChannels.js +2 -0
  455. package/dist/models/channel/RelatedChannelAssociation.d.ts +7 -0
  456. package/dist/models/channel/RelatedChannelAssociation.js +2 -0
  457. package/dist/models/channel/UpdateChannelV2.d.ts +12 -0
  458. package/dist/models/channel/UpdateChannelV2.js +2 -0
  459. package/dist/models/channel/UpdateRelatedChannelAssociation.d.ts +5 -0
  460. package/dist/models/channel/UpdateRelatedChannelAssociation.js +2 -0
  461. package/dist/models/common/EventKey.d.ts +40 -0
  462. package/dist/models/common/EventKey.js +44 -0
  463. package/dist/models/common/OneOfUtils.d.ts +2 -0
  464. package/dist/models/common/OneOfUtils.js +2 -0
  465. package/dist/models/common/RRuleUtils.d.ts +2 -0
  466. package/dist/models/common/RRuleUtils.js +2 -0
  467. package/dist/models/common/SortDirection.d.ts +4 -0
  468. package/dist/models/common/SortDirection.js +8 -0
  469. package/dist/models/common/WithBusinessId.d.ts +3 -0
  470. package/dist/models/common/WithBusinessId.js +2 -0
  471. package/dist/models/dashboard/CreateDashboard.d.ts +5 -0
  472. package/dist/models/dashboard/CreateDashboard.js +2 -0
  473. package/dist/models/dashboard/CreateEntityWidget.d.ts +3 -0
  474. package/dist/models/dashboard/CreateEntityWidget.js +2 -0
  475. package/dist/models/dashboard/CreateUserEntityWidgetAssociation.d.ts +3 -0
  476. package/dist/models/dashboard/CreateUserEntityWidgetAssociation.js +2 -0
  477. package/dist/models/dashboard/Dashboard.d.ts +7 -0
  478. package/dist/models/dashboard/Dashboard.js +2 -0
  479. package/dist/models/dashboard/DeleteUserEntityWidgetAssociation.d.ts +3 -0
  480. package/dist/models/dashboard/DeleteUserEntityWidgetAssociation.js +2 -0
  481. package/dist/models/dashboard/EntityWidget.d.ts +10 -0
  482. package/dist/models/dashboard/EntityWidget.js +2 -0
  483. package/dist/models/dashboard/UpdateDashboard.d.ts +5 -0
  484. package/dist/models/dashboard/UpdateDashboard.js +2 -0
  485. package/dist/models/dashboard/UpdateEntityWidget.d.ts +4 -0
  486. package/dist/models/dashboard/UpdateEntityWidget.js +2 -0
  487. package/dist/models/dashboard/UserEntityWidgetAssociation.d.ts +4 -0
  488. package/dist/models/dashboard/UserEntityWidgetAssociation.js +2 -0
  489. package/dist/models/export/BulkExportRequest.d.ts +5 -0
  490. package/dist/models/export/BulkExportRequest.js +2 -0
  491. package/dist/models/export/ComponentDataExport.d.ts +6 -0
  492. package/dist/models/export/ComponentDataExport.js +2 -0
  493. package/dist/models/export/CreateQrCode.d.ts +3 -0
  494. package/dist/models/export/CreateQrCode.js +2 -0
  495. package/dist/models/export/CreateWorkflowEntitiesExport.d.ts +7 -0
  496. package/dist/models/export/CreateWorkflowEntitiesExport.js +2 -0
  497. package/dist/models/export/DataExport.d.ts +4 -0
  498. package/dist/models/export/DataExport.js +2 -0
  499. package/dist/models/export/DataExportRegistry.d.ts +5 -0
  500. package/dist/models/export/DataExportRegistry.js +2 -0
  501. package/dist/models/export/DataExportType.d.ts +4 -0
  502. package/dist/models/export/DataExportType.js +8 -0
  503. package/dist/models/export/Export.d.ts +5 -0
  504. package/dist/models/export/Export.js +2 -0
  505. package/dist/models/export/ExportFormat.d.ts +6 -0
  506. package/dist/models/export/ExportFormat.js +10 -0
  507. package/dist/models/export/FormDataExport.d.ts +10 -0
  508. package/dist/models/export/FormDataExport.js +2 -0
  509. package/dist/models/export/ListEntitiesFormData.d.ts +8 -0
  510. package/dist/models/export/ListEntitiesFormData.js +2 -0
  511. package/dist/models/export/ListEntitiesFormDataResult.d.ts +6 -0
  512. package/dist/models/export/ListEntitiesFormDataResult.js +2 -0
  513. package/dist/models/export/SubformDataExport.d.ts +10 -0
  514. package/dist/models/export/SubformDataExport.js +2 -0
  515. package/dist/models/integration/App.d.ts +10 -0
  516. package/dist/models/integration/App.js +2 -0
  517. package/dist/models/integration/AppStatus.d.ts +5 -0
  518. package/dist/models/integration/AppStatus.js +9 -0
  519. package/dist/models/integration/CreateAppIntegration.d.ts +12 -0
  520. package/dist/models/integration/CreateAppIntegration.js +2 -0
  521. package/dist/models/integration/CreateIntegration.d.ts +6 -0
  522. package/dist/models/integration/CreateIntegration.js +2 -0
  523. package/dist/models/integration/GetIntegration.d.ts +3 -0
  524. package/dist/models/integration/GetIntegration.js +2 -0
  525. package/dist/models/integration/IntegationTempCode.d.ts +4 -0
  526. package/dist/models/integration/IntegationTempCode.js +2 -0
  527. package/dist/models/integration/Integration.d.ts +20 -0
  528. package/dist/models/integration/Integration.js +2 -0
  529. package/dist/models/integration/IntegrationEntityEvent.d.ts +8 -0
  530. package/dist/models/integration/IntegrationEntityEvent.js +2 -0
  531. package/dist/models/integration/IntegrationStatus.d.ts +6 -0
  532. package/dist/models/integration/IntegrationStatus.js +10 -0
  533. package/dist/models/integration/IntegrationVerification.d.ts +4 -0
  534. package/dist/models/integration/IntegrationVerification.js +2 -0
  535. package/dist/models/integration/ListIntegrations.d.ts +6 -0
  536. package/dist/models/integration/ListIntegrations.js +2 -0
  537. package/dist/models/integration/UpdateIntegration.d.ts +12 -0
  538. package/dist/models/integration/UpdateIntegration.js +2 -0
  539. package/dist/models/json-relations/workflow-template/CreateWorkflowTemplateFieldLink.d.ts +2 -0
  540. package/dist/models/json-relations/workflow-template/CreateWorkflowTemplateFieldLink.js +2 -0
  541. package/dist/models/json-relations/workflow-template/LinkComponentType.d.ts +2 -0
  542. package/dist/models/json-relations/workflow-template/LinkComponentType.js +2 -0
  543. package/dist/models/json-relations/workflow-template/WorkflowTemplateFieldLink.d.ts +8 -0
  544. package/dist/models/json-relations/workflow-template/WorkflowTemplateFieldLink.js +2 -0
  545. package/dist/models/media/CreateMedia.d.ts +5 -0
  546. package/dist/models/media/CreateMedia.js +2 -0
  547. package/dist/models/media/Media.d.ts +6 -0
  548. package/dist/models/media/Media.js +2 -0
  549. package/dist/models/media/MediaPresignedPost.d.ts +4 -0
  550. package/dist/models/media/MediaPresignedPost.js +2 -0
  551. package/dist/models/media/MediaType.d.ts +3 -0
  552. package/dist/models/media/MediaType.js +2 -0
  553. package/dist/models/messaging/CreateLegacyMessage.d.ts +16 -0
  554. package/dist/models/messaging/CreateLegacyMessage.js +2 -0
  555. package/dist/models/messaging/CreateThread.d.ts +4 -0
  556. package/dist/models/messaging/CreateThread.js +2 -0
  557. package/dist/models/messaging/CreateThreadMessage.d.ts +16 -0
  558. package/dist/models/messaging/CreateThreadMessage.js +2 -0
  559. package/dist/models/messaging/LegacyMessageSubtype.d.ts +3 -0
  560. package/dist/models/messaging/LegacyMessageSubtype.js +7 -0
  561. package/dist/models/messaging/Thread.d.ts +9 -0
  562. package/dist/models/messaging/Thread.js +2 -0
  563. package/dist/models/messaging/ThreadMembership.d.ts +11 -0
  564. package/dist/models/messaging/ThreadMembership.js +2 -0
  565. package/dist/models/messaging/ThreadMessage.d.ts +24 -0
  566. package/dist/models/messaging/ThreadMessage.js +2 -0
  567. package/dist/models/messaging/ThreadMessageAttachment.d.ts +7 -0
  568. package/dist/models/messaging/ThreadMessageAttachment.js +2 -0
  569. package/dist/models/messaging/ThreadMessageMeta.d.ts +11 -0
  570. package/dist/models/messaging/ThreadMessageMeta.js +2 -0
  571. package/dist/models/messaging/ThreadMessageMetaInput.d.ts +12 -0
  572. package/dist/models/messaging/ThreadMessageMetaInput.js +2 -0
  573. package/dist/models/messaging/ThreadMessageReaction.d.ts +5 -0
  574. package/dist/models/messaging/ThreadMessageReaction.js +2 -0
  575. package/dist/models/messaging/ThreadMessageReactionType.d.ts +9 -0
  576. package/dist/models/messaging/ThreadMessageReactionType.js +13 -0
  577. package/dist/models/messaging/ThreadMessageSubscription.d.ts +3 -0
  578. package/dist/models/messaging/ThreadMessageSubscription.js +2 -0
  579. package/dist/models/messaging/ThreadMessageType.d.ts +4 -0
  580. package/dist/models/messaging/ThreadMessageType.js +8 -0
  581. package/dist/models/messaging/ThreadSubscription.d.ts +3 -0
  582. package/dist/models/messaging/ThreadSubscription.js +2 -0
  583. package/dist/models/messaging/Token.d.ts +11 -0
  584. package/dist/models/messaging/Token.js +2 -0
  585. package/dist/models/messaging/TokenMentionType.d.ts +5 -0
  586. package/dist/models/messaging/TokenMentionType.js +9 -0
  587. package/dist/models/messaging/TokenType.d.ts +7 -0
  588. package/dist/models/messaging/TokenType.js +11 -0
  589. package/dist/models/messaging/UpdateThread.d.ts +5 -0
  590. package/dist/models/messaging/UpdateThread.js +2 -0
  591. package/dist/models/messaging/UpdateThreadMessage.d.ts +8 -0
  592. package/dist/models/messaging/UpdateThreadMessage.js +2 -0
  593. package/dist/models/metrics/CreateUsageMetric.d.ts +11 -0
  594. package/dist/models/metrics/CreateUsageMetric.js +2 -0
  595. package/dist/models/metrics/MessageEventJob.d.ts +8 -0
  596. package/dist/models/metrics/MessageEventJob.js +2 -0
  597. package/dist/models/metrics/MessageEventType.d.ts +3 -0
  598. package/dist/models/metrics/MessageEventType.js +7 -0
  599. package/dist/models/metrics/MetricType.d.ts +5 -0
  600. package/dist/models/metrics/MetricType.js +9 -0
  601. package/dist/models/metrics/MetricUnit.d.ts +4 -0
  602. package/dist/models/metrics/MetricUnit.js +8 -0
  603. package/dist/models/metrics/StorageEventJob.d.ts +8 -0
  604. package/dist/models/metrics/StorageEventJob.js +2 -0
  605. package/dist/models/metrics/StorageEventType.d.ts +3 -0
  606. package/dist/models/metrics/StorageEventType.js +7 -0
  607. package/dist/models/metrics/UsageMetric.d.ts +12 -0
  608. package/dist/models/metrics/UsageMetric.js +2 -0
  609. package/dist/models/metrics/UsageMetricSummary.d.ts +7 -0
  610. package/dist/models/metrics/UsageMetricSummary.js +2 -0
  611. package/dist/models/pagination/OffsetPaginatedRequest.d.ts +4 -0
  612. package/dist/models/pagination/OffsetPaginatedRequest.js +2 -0
  613. package/dist/models/pagination/OffsetPaginatedResult.d.ts +3 -0
  614. package/dist/models/pagination/OffsetPaginatedResult.js +2 -0
  615. package/dist/models/plan-limits/PlanLimit.d.ts +4 -0
  616. package/dist/models/plan-limits/PlanLimit.js +2 -0
  617. package/dist/models/plan-limits/PlanLimitEntity.d.ts +3 -0
  618. package/dist/models/plan-limits/PlanLimitEntity.js +2 -0
  619. package/dist/models/plan-limits/PlanLimitOverage.d.ts +9 -0
  620. package/dist/models/plan-limits/PlanLimitOverage.js +2 -0
  621. package/dist/models/reporting/CreateReport.d.ts +7 -0
  622. package/dist/models/reporting/CreateReport.js +2 -0
  623. package/dist/models/reporting/CreateReportUrl.d.ts +4 -0
  624. package/dist/models/reporting/CreateReportUrl.js +2 -0
  625. package/dist/models/reporting/ListReports.d.ts +4 -0
  626. package/dist/models/reporting/ListReports.js +2 -0
  627. package/dist/models/reporting/Report.d.ts +9 -0
  628. package/dist/models/reporting/Report.js +2 -0
  629. package/dist/models/reporting/UpdateReport.d.ts +8 -0
  630. package/dist/models/reporting/UpdateReport.js +2 -0
  631. package/dist/models/search/Indexable.d.ts +19 -0
  632. package/dist/models/search/Indexable.js +2 -0
  633. package/dist/models/search/Search.d.ts +6 -0
  634. package/dist/models/search/Search.js +2 -0
  635. package/dist/models/search/SearchIndex.d.ts +5 -0
  636. package/dist/models/search/SearchIndex.js +9 -0
  637. package/dist/models/search/SearchResult.d.ts +24 -0
  638. package/dist/models/search/SearchResult.js +2 -0
  639. package/dist/models/search/SearchResultHighlight.d.ts +5 -0
  640. package/dist/models/search/SearchResultHighlight.js +2 -0
  641. package/dist/models/search/SearchResultHighlightPosition.d.ts +4 -0
  642. package/dist/models/search/SearchResultHighlightPosition.js +2 -0
  643. package/dist/models/search/SearchResultHighlights.d.ts +7 -0
  644. package/dist/models/search/SearchResultHighlights.js +2 -0
  645. package/dist/models/search/SearchResultType.d.ts +4 -0
  646. package/dist/models/search/SearchResultType.js +8 -0
  647. package/dist/models/shared-link/CreateSharedCardLink.d.ts +8 -0
  648. package/dist/models/shared-link/CreateSharedCardLink.js +2 -0
  649. package/dist/models/shared-link/ListSharedCardLinks.d.ts +4 -0
  650. package/dist/models/shared-link/ListSharedCardLinks.js +2 -0
  651. package/dist/models/shared-link/SharedCardLink.d.ts +13 -0
  652. package/dist/models/shared-link/SharedCardLink.js +2 -0
  653. package/dist/models/shared-link/SharedCardLinkType.d.ts +4 -0
  654. package/dist/models/shared-link/SharedCardLinkType.js +8 -0
  655. package/dist/models/user/UserEventJob.d.ts +7 -0
  656. package/dist/models/user/UserEventJob.js +2 -0
  657. package/dist/models/user/UserEventType.d.ts +4 -0
  658. package/dist/models/user/UserEventType.js +8 -0
  659. package/dist/models/utils/ClassType.d.ts +1 -0
  660. package/dist/models/utils/ClassType.js +2 -0
  661. package/dist/models/utils/DeepPartial.d.ts +3 -0
  662. package/dist/models/utils/DeepPartial.js +2 -0
  663. package/dist/models/utils/PartialRecord.d.ts +3 -0
  664. package/dist/models/utils/PartialRecord.js +2 -0
  665. package/dist/models/workflow-app/CreateWorkflowApp.d.ts +4 -0
  666. package/dist/models/workflow-app/CreateWorkflowApp.js +2 -0
  667. package/dist/models/workflow-app/WorkflowApp.d.ts +7 -0
  668. package/dist/models/workflow-app/WorkflowApp.js +2 -0
  669. package/dist/models/workflow-automation/CreateWorkflowAutomationEvent.d.ts +7 -0
  670. package/dist/models/workflow-automation/CreateWorkflowAutomationEvent.js +2 -0
  671. package/dist/models/workflow-automation/CreateWorkflowTemplateAutomationAssociation.d.ts +6 -0
  672. package/dist/models/workflow-automation/CreateWorkflowTemplateAutomationAssociation.js +2 -0
  673. package/dist/models/workflow-automation/ListWorkflowTemplateAutomations.d.ts +7 -0
  674. package/dist/models/workflow-automation/ListWorkflowTemplateAutomations.js +2 -0
  675. package/dist/models/workflow-automation/ListWorkflowTemplateAutomationsResult.d.ts +5 -0
  676. package/dist/models/workflow-automation/ListWorkflowTemplateAutomationsResult.js +2 -0
  677. package/dist/models/workflow-automation/WorkflowAutomationsEvent.d.ts +9 -0
  678. package/dist/models/workflow-automation/WorkflowAutomationsEvent.js +2 -0
  679. package/dist/models/workflow-automation/WorkflowTemplateAutomationAssociation.d.ts +4 -0
  680. package/dist/models/workflow-automation/WorkflowTemplateAutomationAssociation.js +2 -0
  681. package/dist/models/workflow-library/CreateWorkflowListItem.d.ts +11 -0
  682. package/dist/models/workflow-library/CreateWorkflowListItem.js +2 -0
  683. package/dist/models/workflow-library/CreateWorkflowListItemAssociation.d.ts +5 -0
  684. package/dist/models/workflow-library/CreateWorkflowListItemAssociation.js +2 -0
  685. package/dist/models/workflow-library/ListWorkflowListItems.d.ts +4 -0
  686. package/dist/models/workflow-library/ListWorkflowListItems.js +2 -0
  687. package/dist/models/workflow-library/UpdateWorkflowListItem.d.ts +11 -0
  688. package/dist/models/workflow-library/UpdateWorkflowListItem.js +2 -0
  689. package/dist/models/workflow-library/WorkflowListItem.d.ts +10 -0
  690. package/dist/models/workflow-library/WorkflowListItem.js +2 -0
  691. package/dist/models/workflow-library/WorkflowListItemAssociation.d.ts +10 -0
  692. package/dist/models/workflow-library/WorkflowListItemAssociation.js +2 -0
  693. package/dist/models/workflow-template/ContextualizedUITemplate.d.ts +2 -0
  694. package/dist/models/workflow-template/ContextualizedUITemplate.js +2 -0
  695. package/dist/models/workflow-template/CreateWorkflowTemplate.d.ts +10 -0
  696. package/dist/models/workflow-template/CreateWorkflowTemplate.js +2 -0
  697. package/dist/models/workflow-template/CreateWorkflowTemplates.d.ts +4 -0
  698. package/dist/models/workflow-template/CreateWorkflowTemplates.js +2 -0
  699. package/dist/models/workflow-template/GeneratedCardBlock.d.ts +2 -0
  700. package/dist/models/workflow-template/GeneratedCardBlock.js +2 -0
  701. package/dist/models/workflow-template/ListWorkflowTemplateSort.d.ts +6 -0
  702. package/dist/models/workflow-template/ListWorkflowTemplateSort.js +2 -0
  703. package/dist/models/workflow-template/ListWorkflowTemplateSortField.d.ts +4 -0
  704. package/dist/models/workflow-template/ListWorkflowTemplateSortField.js +8 -0
  705. package/dist/models/workflow-template/ListWorkflowTemplates.d.ts +11 -0
  706. package/dist/models/workflow-template/ListWorkflowTemplates.js +2 -0
  707. package/dist/models/workflow-template/ListWorkflowTemplatesResult.d.ts +5 -0
  708. package/dist/models/workflow-template/ListWorkflowTemplatesResult.js +2 -0
  709. package/dist/models/workflow-template/UpdateWorkflowTemplate.d.ts +6 -0
  710. package/dist/models/workflow-template/UpdateWorkflowTemplate.js +2 -0
  711. package/dist/models/workflow-template/WorkflowTemplate.d.ts +28 -0
  712. package/dist/models/workflow-template/WorkflowTemplate.js +2 -0
  713. package/dist/models/workflow-template/WorkflowTemplateId.d.ts +2 -0
  714. package/dist/models/workflow-template/WorkflowTemplateId.js +2 -0
  715. package/dist/models/workflow-template/WorkflowTemplateInstallState.d.ts +4 -0
  716. package/dist/models/workflow-template/WorkflowTemplateInstallState.js +8 -0
  717. package/dist/models/workflow-template/behaviors/Action.d.ts +4 -0
  718. package/dist/models/workflow-template/behaviors/Action.js +2 -0
  719. package/dist/models/workflow-template/behaviors/ActionType.d.ts +3 -0
  720. package/dist/models/workflow-template/behaviors/ActionType.js +7 -0
  721. package/dist/models/workflow-template/behaviors/NavigateAction.d.ts +7 -0
  722. package/dist/models/workflow-template/behaviors/NavigateAction.js +2 -0
  723. package/dist/models/workflow-template/behaviors/ViewTemplateSelector.d.ts +5 -0
  724. package/dist/models/workflow-template/behaviors/ViewTemplateSelector.js +2 -0
  725. package/dist/models/workflow-template/behaviors/WorkflowTemplateBehavior.d.ts +5 -0
  726. package/dist/models/workflow-template/behaviors/WorkflowTemplateBehavior.js +2 -0
  727. package/dist/models/workflow-template/channel-default-configuration/ChannelDefaultConfiguration.d.ts +4 -0
  728. package/dist/models/workflow-template/channel-default-configuration/ChannelDefaultConfiguration.js +2 -0
  729. package/dist/models/workflow-template/channel-default-configuration/CreateChannelDefaultConfiguration.d.ts +3 -0
  730. package/dist/models/workflow-template/channel-default-configuration/CreateChannelDefaultConfiguration.js +2 -0
  731. package/dist/models/workflow-template/channel-default-configuration/UpdateChannelDefaultConfiguration.d.ts +3 -0
  732. package/dist/models/workflow-template/channel-default-configuration/UpdateChannelDefaultConfiguration.js +2 -0
  733. package/dist/models/workflow-template/component-subscription/ComponentSubscription.d.ts +21 -0
  734. package/dist/models/workflow-template/component-subscription/ComponentSubscription.js +2 -0
  735. package/dist/models/workflow-template/component-subscription/ComponentSubscriptionEvent.d.ts +6 -0
  736. package/dist/models/workflow-template/component-subscription/ComponentSubscriptionEvent.js +2 -0
  737. package/dist/models/workflow-template/component-subscription/ComponentSubscriptionEvents.d.ts +8 -0
  738. package/dist/models/workflow-template/component-subscription/ComponentSubscriptionEvents.js +2 -0
  739. package/dist/models/workflow-template/component-subscription/CreateComponentSubscription.d.ts +3 -0
  740. package/dist/models/workflow-template/component-subscription/CreateComponentSubscription.js +2 -0
  741. package/dist/models/workflow-template/component-subscription/ObserverAction.d.ts +6 -0
  742. package/dist/models/workflow-template/component-subscription/ObserverAction.js +10 -0
  743. package/dist/models/workflow-template/component-subscription/SubscriptionType.d.ts +7 -0
  744. package/dist/models/workflow-template/component-subscription/SubscriptionType.js +11 -0
  745. package/dist/models/workflow-template/components/AnyComponentDataValue.d.ts +19 -0
  746. package/dist/models/workflow-template/components/AnyComponentDataValue.js +2 -0
  747. package/dist/models/workflow-template/components/Component.d.ts +9 -0
  748. package/dist/models/workflow-template/components/Component.js +2 -0
  749. package/dist/models/workflow-template/components/ComponentData.d.ts +4 -0
  750. package/dist/models/workflow-template/components/ComponentData.js +2 -0
  751. package/dist/models/workflow-template/components/ComponentDataFormatterUtils.d.ts +2 -0
  752. package/dist/models/workflow-template/components/ComponentDataFormatterUtils.js +2 -0
  753. package/dist/models/workflow-template/components/ComponentDataOneOf.d.ts +30 -0
  754. package/dist/models/workflow-template/components/ComponentDataOneOf.js +2 -0
  755. package/dist/models/workflow-template/components/ComponentDataRegistry.d.ts +4 -0
  756. package/dist/models/workflow-template/components/ComponentDataRegistry.js +2 -0
  757. package/dist/models/workflow-template/components/ComponentDataUtils.d.ts +2 -0
  758. package/dist/models/workflow-template/components/ComponentDataUtils.js +2 -0
  759. package/dist/models/workflow-template/components/ComponentId.d.ts +2 -0
  760. package/dist/models/workflow-template/components/ComponentId.js +2 -0
  761. package/dist/models/workflow-template/components/ComponentOneOf.d.ts +50 -0
  762. package/dist/models/workflow-template/components/ComponentOneOf.js +2 -0
  763. package/dist/models/workflow-template/components/ComponentOneOfOverride.d.ts +50 -0
  764. package/dist/models/workflow-template/components/ComponentOneOfOverride.js +2 -0
  765. package/dist/models/workflow-template/components/ComponentOverrideType.d.ts +8 -0
  766. package/dist/models/workflow-template/components/ComponentOverrideType.js +2 -0
  767. package/dist/models/workflow-template/components/ComponentRegistry.d.ts +34 -0
  768. package/dist/models/workflow-template/components/ComponentRegistry.js +2 -0
  769. package/dist/models/workflow-template/components/ComponentType.d.ts +26 -0
  770. package/dist/models/workflow-template/components/ComponentType.js +30 -0
  771. package/dist/models/workflow-template/components/ComponentTypeDataMap.d.ts +0 -0
  772. package/dist/models/workflow-template/components/ComponentTypeDataMap.js +0 -0
  773. package/dist/models/workflow-template/components/ComponentUtils.d.ts +2 -0
  774. package/dist/models/workflow-template/components/ComponentUtils.js +2 -0
  775. package/dist/models/workflow-template/components/ComponentViewOptions.d.ts +6 -0
  776. package/dist/models/workflow-template/components/ComponentViewOptions.js +2 -0
  777. package/dist/models/workflow-template/components/CreateComponentViewOptions.d.ts +5 -0
  778. package/dist/models/workflow-template/components/CreateComponentViewOptions.js +2 -0
  779. package/dist/models/workflow-template/components/Defaultable.d.ts +3 -0
  780. package/dist/models/workflow-template/components/Defaultable.js +2 -0
  781. package/dist/models/workflow-template/components/InputComponent.d.ts +12 -0
  782. package/dist/models/workflow-template/components/InputComponent.js +2 -0
  783. package/dist/models/workflow-template/components/address/AddressComponent.d.ts +3 -0
  784. package/dist/models/workflow-template/components/address/AddressComponent.js +2 -0
  785. package/dist/models/workflow-template/components/address/AddressComponentData.d.ts +5 -0
  786. package/dist/models/workflow-template/components/address/AddressComponentData.js +2 -0
  787. package/dist/models/workflow-template/components/address/AddressComponentDataValue.d.ts +7 -0
  788. package/dist/models/workflow-template/components/address/AddressComponentDataValue.js +2 -0
  789. package/dist/models/workflow-template/components/address/AddressComponentOverride.d.ts +4 -0
  790. package/dist/models/workflow-template/components/address/AddressComponentOverride.js +2 -0
  791. package/dist/models/workflow-template/components/address/CreateAddressComponentOverride.d.ts +4 -0
  792. package/dist/models/workflow-template/components/address/CreateAddressComponentOverride.js +2 -0
  793. package/dist/models/workflow-template/components/audit-checkbox/AuditCheckboxComponent.d.ts +3 -0
  794. package/dist/models/workflow-template/components/audit-checkbox/AuditCheckboxComponent.js +2 -0
  795. package/dist/models/workflow-template/components/audit-checkbox/AuditCheckboxComponentData.d.ts +5 -0
  796. package/dist/models/workflow-template/components/audit-checkbox/AuditCheckboxComponentData.js +2 -0
  797. package/dist/models/workflow-template/components/audit-checkbox/AuditCheckboxComponentDataValue.d.ts +4 -0
  798. package/dist/models/workflow-template/components/audit-checkbox/AuditCheckboxComponentDataValue.js +2 -0
  799. package/dist/models/workflow-template/components/audit-checkbox/AuditCheckboxComponentOverride.d.ts +4 -0
  800. package/dist/models/workflow-template/components/audit-checkbox/AuditCheckboxComponentOverride.js +2 -0
  801. package/dist/models/workflow-template/components/audit-checkbox/CreateAuditCheckboxComponentOverride.d.ts +4 -0
  802. package/dist/models/workflow-template/components/audit-checkbox/CreateAuditCheckboxComponentOverride.js +2 -0
  803. package/dist/models/workflow-template/components/audit-tag/AuditTagComponent.d.ts +3 -0
  804. package/dist/models/workflow-template/components/audit-tag/AuditTagComponent.js +2 -0
  805. package/dist/models/workflow-template/components/audit-tag/AuditTagComponentData.d.ts +5 -0
  806. package/dist/models/workflow-template/components/audit-tag/AuditTagComponentData.js +2 -0
  807. package/dist/models/workflow-template/components/audit-tag/AuditTagComponentDataValue.d.ts +4 -0
  808. package/dist/models/workflow-template/components/audit-tag/AuditTagComponentDataValue.js +2 -0
  809. package/dist/models/workflow-template/components/audit-tag/AuditTagComponentOverride.d.ts +4 -0
  810. package/dist/models/workflow-template/components/audit-tag/AuditTagComponentOverride.js +2 -0
  811. package/dist/models/workflow-template/components/audit-tag/CreateAuditTagComponentOverride.d.ts +4 -0
  812. package/dist/models/workflow-template/components/audit-tag/CreateAuditTagComponentOverride.js +2 -0
  813. package/dist/models/workflow-template/components/audit-text/AuditTextComponent.d.ts +3 -0
  814. package/dist/models/workflow-template/components/audit-text/AuditTextComponent.js +2 -0
  815. package/dist/models/workflow-template/components/audit-text/AuditTextComponentData.d.ts +5 -0
  816. package/dist/models/workflow-template/components/audit-text/AuditTextComponentData.js +2 -0
  817. package/dist/models/workflow-template/components/audit-text/AuditTextComponentDataValue.d.ts +4 -0
  818. package/dist/models/workflow-template/components/audit-text/AuditTextComponentDataValue.js +2 -0
  819. package/dist/models/workflow-template/components/audit-text/AuditTextComponentOverride.d.ts +4 -0
  820. package/dist/models/workflow-template/components/audit-text/AuditTextComponentOverride.js +2 -0
  821. package/dist/models/workflow-template/components/audit-text/CreateAuditTextComponentOverride.d.ts +4 -0
  822. package/dist/models/workflow-template/components/audit-text/CreateAuditTextComponentOverride.js +2 -0
  823. package/dist/models/workflow-template/components/button/ButtonComponent.d.ts +4 -0
  824. package/dist/models/workflow-template/components/button/ButtonComponent.js +2 -0
  825. package/dist/models/workflow-template/components/button/CreateInputButtonComponentOverride.d.ts +4 -0
  826. package/dist/models/workflow-template/components/button/CreateInputButtonComponentOverride.js +2 -0
  827. package/dist/models/workflow-template/components/button/InputButtonComponent.d.ts +4 -0
  828. package/dist/models/workflow-template/components/button/InputButtonComponent.js +2 -0
  829. package/dist/models/workflow-template/components/button/InputButtonComponentOverride.d.ts +4 -0
  830. package/dist/models/workflow-template/components/button/InputButtonComponentOverride.js +2 -0
  831. package/dist/models/workflow-template/components/common/AuditComponentDataValue.d.ts +5 -0
  832. package/dist/models/workflow-template/components/common/AuditComponentDataValue.js +2 -0
  833. package/dist/models/workflow-template/components/common/Coordinates.d.ts +4 -0
  834. package/dist/models/workflow-template/components/common/Coordinates.js +2 -0
  835. package/dist/models/workflow-template/components/common/FileDataValue.d.ts +7 -0
  836. package/dist/models/workflow-template/components/common/FileDataValue.js +2 -0
  837. package/dist/models/workflow-template/components/date/CreateDateComponentOverride.d.ts +4 -0
  838. package/dist/models/workflow-template/components/date/CreateDateComponentOverride.js +2 -0
  839. package/dist/models/workflow-template/components/date/DateComponent.d.ts +7 -0
  840. package/dist/models/workflow-template/components/date/DateComponent.js +2 -0
  841. package/dist/models/workflow-template/components/date/DateComponentData.d.ts +4 -0
  842. package/dist/models/workflow-template/components/date/DateComponentData.js +2 -0
  843. package/dist/models/workflow-template/components/date/DateComponentOverride.d.ts +4 -0
  844. package/dist/models/workflow-template/components/date/DateComponentOverride.js +2 -0
  845. package/dist/models/workflow-template/components/date/DateDefault.d.ts +3 -0
  846. package/dist/models/workflow-template/components/date/DateDefault.js +2 -0
  847. package/dist/models/workflow-template/components/email/CreateEmailComponentOverride.d.ts +4 -0
  848. package/dist/models/workflow-template/components/email/CreateEmailComponentOverride.js +2 -0
  849. package/dist/models/workflow-template/components/email/EmailComponent.d.ts +6 -0
  850. package/dist/models/workflow-template/components/email/EmailComponent.js +2 -0
  851. package/dist/models/workflow-template/components/email/EmailComponentData.d.ts +4 -0
  852. package/dist/models/workflow-template/components/email/EmailComponentData.js +2 -0
  853. package/dist/models/workflow-template/components/email/EmailComponentOverride.d.ts +4 -0
  854. package/dist/models/workflow-template/components/email/EmailComponentOverride.js +2 -0
  855. package/dist/models/workflow-template/components/email/EmailDefault.d.ts +3 -0
  856. package/dist/models/workflow-template/components/email/EmailDefault.js +2 -0
  857. package/dist/models/workflow-template/components/enitty-batch/CreateEntityBatchComponentOverride.d.ts +4 -0
  858. package/dist/models/workflow-template/components/enitty-batch/CreateEntityBatchComponentOverride.js +2 -0
  859. package/dist/models/workflow-template/components/enitty-batch/EntityBatchComponent.d.ts +3 -0
  860. package/dist/models/workflow-template/components/enitty-batch/EntityBatchComponent.js +2 -0
  861. package/dist/models/workflow-template/components/enitty-batch/EntityBatchComponentData.d.ts +5 -0
  862. package/dist/models/workflow-template/components/enitty-batch/EntityBatchComponentData.js +2 -0
  863. package/dist/models/workflow-template/components/enitty-batch/EntityBatchComponentOverride.d.ts +4 -0
  864. package/dist/models/workflow-template/components/enitty-batch/EntityBatchComponentOverride.js +2 -0
  865. package/dist/models/workflow-template/components/file/CreateFileComponentOverride.d.ts +4 -0
  866. package/dist/models/workflow-template/components/file/CreateFileComponentOverride.js +2 -0
  867. package/dist/models/workflow-template/components/file/FileComponent.d.ts +4 -0
  868. package/dist/models/workflow-template/components/file/FileComponent.js +2 -0
  869. package/dist/models/workflow-template/components/file/FileComponentData.d.ts +5 -0
  870. package/dist/models/workflow-template/components/file/FileComponentData.js +2 -0
  871. package/dist/models/workflow-template/components/file/FileComponentOverride.d.ts +4 -0
  872. package/dist/models/workflow-template/components/file/FileComponentOverride.js +2 -0
  873. package/dist/models/workflow-template/components/geo-location/CreateGeolocationComponentOverride.d.ts +4 -0
  874. package/dist/models/workflow-template/components/geo-location/CreateGeolocationComponentOverride.js +2 -0
  875. package/dist/models/workflow-template/components/geo-location/GeolocationComponent.d.ts +3 -0
  876. package/dist/models/workflow-template/components/geo-location/GeolocationComponent.js +2 -0
  877. package/dist/models/workflow-template/components/geo-location/GeolocationComponentData.d.ts +5 -0
  878. package/dist/models/workflow-template/components/geo-location/GeolocationComponentData.js +2 -0
  879. package/dist/models/workflow-template/components/geo-location/GeolocationComponentDataValue.d.ts +7 -0
  880. package/dist/models/workflow-template/components/geo-location/GeolocationComponentDataValue.js +2 -0
  881. package/dist/models/workflow-template/components/geo-location/GeolocationComponentOverride.d.ts +4 -0
  882. package/dist/models/workflow-template/components/geo-location/GeolocationComponentOverride.js +2 -0
  883. package/dist/models/workflow-template/components/number/CreateNumberComponentOverride.d.ts +4 -0
  884. package/dist/models/workflow-template/components/number/CreateNumberComponentOverride.js +2 -0
  885. package/dist/models/workflow-template/components/number/NumberComponent.d.ts +5 -0
  886. package/dist/models/workflow-template/components/number/NumberComponent.js +2 -0
  887. package/dist/models/workflow-template/components/number/NumberComponentData.d.ts +4 -0
  888. package/dist/models/workflow-template/components/number/NumberComponentData.js +2 -0
  889. package/dist/models/workflow-template/components/number/NumberComponentOverride.d.ts +4 -0
  890. package/dist/models/workflow-template/components/number/NumberComponentOverride.js +2 -0
  891. package/dist/models/workflow-template/components/number/NumberFormat.d.ts +5 -0
  892. package/dist/models/workflow-template/components/number/NumberFormat.js +9 -0
  893. package/dist/models/workflow-template/components/person/CreatePersonComponentOverride.d.ts +4 -0
  894. package/dist/models/workflow-template/components/person/CreatePersonComponentOverride.js +2 -0
  895. package/dist/models/workflow-template/components/person/PersonComponent.d.ts +6 -0
  896. package/dist/models/workflow-template/components/person/PersonComponent.js +2 -0
  897. package/dist/models/workflow-template/components/person/PersonComponentData.d.ts +4 -0
  898. package/dist/models/workflow-template/components/person/PersonComponentData.js +2 -0
  899. package/dist/models/workflow-template/components/person/PersonComponentDefault.d.ts +5 -0
  900. package/dist/models/workflow-template/components/person/PersonComponentDefault.js +2 -0
  901. package/dist/models/workflow-template/components/person/PersonComponentOverride.d.ts +4 -0
  902. package/dist/models/workflow-template/components/person/PersonComponentOverride.js +2 -0
  903. package/dist/models/workflow-template/components/referenced-in/CreateReferencedInComponentOverride.d.ts +4 -0
  904. package/dist/models/workflow-template/components/referenced-in/CreateReferencedInComponentOverride.js +2 -0
  905. package/dist/models/workflow-template/components/referenced-in/ReferencedInComponent.d.ts +7 -0
  906. package/dist/models/workflow-template/components/referenced-in/ReferencedInComponent.js +2 -0
  907. package/dist/models/workflow-template/components/referenced-in/ReferencedInComponentOverride.d.ts +4 -0
  908. package/dist/models/workflow-template/components/referenced-in/ReferencedInComponentOverride.js +2 -0
  909. package/dist/models/workflow-template/components/related-card/CreateRelatedCardComponentOverride.d.ts +4 -0
  910. package/dist/models/workflow-template/components/related-card/CreateRelatedCardComponentOverride.js +2 -0
  911. package/dist/models/workflow-template/components/related-card/ListWorkflowEntitiesDefault.d.ts +5 -0
  912. package/dist/models/workflow-template/components/related-card/ListWorkflowEntitiesDefault.js +2 -0
  913. package/dist/models/workflow-template/components/related-card/RelatedCardComponent.d.ts +11 -0
  914. package/dist/models/workflow-template/components/related-card/RelatedCardComponent.js +2 -0
  915. package/dist/models/workflow-template/components/related-card/RelatedCardComponentData.d.ts +5 -0
  916. package/dist/models/workflow-template/components/related-card/RelatedCardComponentData.js +2 -0
  917. package/dist/models/workflow-template/components/related-card/RelatedCardComponentDataValue.d.ts +4 -0
  918. package/dist/models/workflow-template/components/related-card/RelatedCardComponentDataValue.js +2 -0
  919. package/dist/models/workflow-template/components/related-card/RelatedCardComponentOverride.d.ts +4 -0
  920. package/dist/models/workflow-template/components/related-card/RelatedCardComponentOverride.js +2 -0
  921. package/dist/models/workflow-template/components/related-card/RelatedCardDefault.d.ts +3 -0
  922. package/dist/models/workflow-template/components/related-card/RelatedCardDefault.js +2 -0
  923. package/dist/models/workflow-template/components/related-card/RelatedCardFilter.d.ts +3 -0
  924. package/dist/models/workflow-template/components/related-card/RelatedCardFilter.js +2 -0
  925. package/dist/models/workflow-template/components/related-card-lookup/CreateRelatedCardLookupComponentOverride.d.ts +4 -0
  926. package/dist/models/workflow-template/components/related-card-lookup/CreateRelatedCardLookupComponentOverride.js +2 -0
  927. package/dist/models/workflow-template/components/related-card-lookup/RelatedCardLookupComponent.d.ts +7 -0
  928. package/dist/models/workflow-template/components/related-card-lookup/RelatedCardLookupComponent.js +2 -0
  929. package/dist/models/workflow-template/components/related-card-lookup/RelatedCardLookupComponentOverride.d.ts +4 -0
  930. package/dist/models/workflow-template/components/related-card-lookup/RelatedCardLookupComponentOverride.js +2 -0
  931. package/dist/models/workflow-template/components/scheduled-automation/CreateScheduledAutomationComponentOverride.d.ts +4 -0
  932. package/dist/models/workflow-template/components/scheduled-automation/CreateScheduledAutomationComponentOverride.js +2 -0
  933. package/dist/models/workflow-template/components/scheduled-automation/ScheduledAutomationComponent.d.ts +8 -0
  934. package/dist/models/workflow-template/components/scheduled-automation/ScheduledAutomationComponent.js +2 -0
  935. package/dist/models/workflow-template/components/scheduled-automation/ScheduledAutomationComponentData.d.ts +5 -0
  936. package/dist/models/workflow-template/components/scheduled-automation/ScheduledAutomationComponentData.js +2 -0
  937. package/dist/models/workflow-template/components/scheduled-automation/ScheduledAutomationComponentDataValue.d.ts +3 -0
  938. package/dist/models/workflow-template/components/scheduled-automation/ScheduledAutomationComponentDataValue.js +2 -0
  939. package/dist/models/workflow-template/components/scheduled-automation/ScheduledAutomationComponentOverride.d.ts +4 -0
  940. package/dist/models/workflow-template/components/scheduled-automation/ScheduledAutomationComponentOverride.js +2 -0
  941. package/dist/models/workflow-template/components/scheduled-automation/ScheduledAutomationDefault.d.ts +3 -0
  942. package/dist/models/workflow-template/components/scheduled-automation/ScheduledAutomationDefault.js +2 -0
  943. package/dist/models/workflow-template/components/server/ServerComponentId.d.ts +7 -0
  944. package/dist/models/workflow-template/components/server/ServerComponentId.js +11 -0
  945. package/dist/models/workflow-template/components/signature/CreateSignatureComponentOverride.d.ts +4 -0
  946. package/dist/models/workflow-template/components/signature/CreateSignatureComponentOverride.js +2 -0
  947. package/dist/models/workflow-template/components/signature/SignatureComponent.d.ts +3 -0
  948. package/dist/models/workflow-template/components/signature/SignatureComponent.js +2 -0
  949. package/dist/models/workflow-template/components/signature/SignatureComponentData.d.ts +5 -0
  950. package/dist/models/workflow-template/components/signature/SignatureComponentData.js +2 -0
  951. package/dist/models/workflow-template/components/signature/SignatureComponentOverride.d.ts +4 -0
  952. package/dist/models/workflow-template/components/signature/SignatureComponentOverride.js +2 -0
  953. package/dist/models/workflow-template/components/static-text/CreateStaticTextComponentOverride.d.ts +4 -0
  954. package/dist/models/workflow-template/components/static-text/CreateStaticTextComponentOverride.js +2 -0
  955. package/dist/models/workflow-template/components/static-text/StaticTextComponent.d.ts +4 -0
  956. package/dist/models/workflow-template/components/static-text/StaticTextComponent.js +2 -0
  957. package/dist/models/workflow-template/components/static-text/StaticTextComponentOverride.d.ts +4 -0
  958. package/dist/models/workflow-template/components/static-text/StaticTextComponentOverride.js +2 -0
  959. package/dist/models/workflow-template/components/subform/CreateSubformComponentOverride.d.ts +4 -0
  960. package/dist/models/workflow-template/components/subform/CreateSubformComponentOverride.js +2 -0
  961. package/dist/models/workflow-template/components/subform/SubformComponent.d.ts +7 -0
  962. package/dist/models/workflow-template/components/subform/SubformComponent.js +2 -0
  963. package/dist/models/workflow-template/components/subform/SubformComponentData.d.ts +5 -0
  964. package/dist/models/workflow-template/components/subform/SubformComponentData.js +2 -0
  965. package/dist/models/workflow-template/components/subform/SubformComponentDataValue.d.ts +4 -0
  966. package/dist/models/workflow-template/components/subform/SubformComponentDataValue.js +2 -0
  967. package/dist/models/workflow-template/components/subform/SubformComponentOverride.d.ts +4 -0
  968. package/dist/models/workflow-template/components/subform/SubformComponentOverride.js +2 -0
  969. package/dist/models/workflow-template/components/subform/SubformDefault.d.ts +3 -0
  970. package/dist/models/workflow-template/components/subform/SubformDefault.js +2 -0
  971. package/dist/models/workflow-template/components/tag/CombinedTagsComponent.d.ts +7 -0
  972. package/dist/models/workflow-template/components/tag/CombinedTagsComponent.js +2 -0
  973. package/dist/models/workflow-template/components/tag/CombinedTagsComponentOverride.d.ts +4 -0
  974. package/dist/models/workflow-template/components/tag/CombinedTagsComponentOverride.js +2 -0
  975. package/dist/models/workflow-template/components/tag/CreateCombinedTagsComponentOverride.d.ts +4 -0
  976. package/dist/models/workflow-template/components/tag/CreateCombinedTagsComponentOverride.js +2 -0
  977. package/dist/models/workflow-template/components/tag/CreateTagComponentOverride.d.ts +4 -0
  978. package/dist/models/workflow-template/components/tag/CreateTagComponentOverride.js +2 -0
  979. package/dist/models/workflow-template/components/tag/TagComponent.d.ts +12 -0
  980. package/dist/models/workflow-template/components/tag/TagComponent.js +2 -0
  981. package/dist/models/workflow-template/components/tag/TagComponentData.d.ts +4 -0
  982. package/dist/models/workflow-template/components/tag/TagComponentData.js +2 -0
  983. package/dist/models/workflow-template/components/tag/TagComponentOption.d.ts +7 -0
  984. package/dist/models/workflow-template/components/tag/TagComponentOption.js +2 -0
  985. package/dist/models/workflow-template/components/tag/TagComponentOverride.d.ts +4 -0
  986. package/dist/models/workflow-template/components/tag/TagComponentOverride.js +2 -0
  987. package/dist/models/workflow-template/components/tag/TagDefault.d.ts +3 -0
  988. package/dist/models/workflow-template/components/tag/TagDefault.js +2 -0
  989. package/dist/models/workflow-template/components/tag/TagSummaryComponent.d.ts +3 -0
  990. package/dist/models/workflow-template/components/tag/TagSummaryComponent.js +2 -0
  991. package/dist/models/workflow-template/components/text/CreateTextComponentOverride.d.ts +4 -0
  992. package/dist/models/workflow-template/components/text/CreateTextComponentOverride.js +2 -0
  993. package/dist/models/workflow-template/components/text/TextComponent.d.ts +8 -0
  994. package/dist/models/workflow-template/components/text/TextComponent.js +2 -0
  995. package/dist/models/workflow-template/components/text/TextComponentData.d.ts +4 -0
  996. package/dist/models/workflow-template/components/text/TextComponentData.js +2 -0
  997. package/dist/models/workflow-template/components/text/TextComponentOverride.d.ts +4 -0
  998. package/dist/models/workflow-template/components/text/TextComponentOverride.js +2 -0
  999. package/dist/models/workflow-template/components/text/TextDefault.d.ts +3 -0
  1000. package/dist/models/workflow-template/components/text/TextDefault.js +2 -0
  1001. package/dist/models/workflow-template/components/time-tracker/CreateTimeTrackerComponent.d.ts +3 -0
  1002. package/dist/models/workflow-template/components/time-tracker/CreateTimeTrackerComponent.js +2 -0
  1003. package/dist/models/workflow-template/components/time-tracker/CreateTimeTrackerComponentOverride.d.ts +4 -0
  1004. package/dist/models/workflow-template/components/time-tracker/CreateTimeTrackerComponentOverride.js +2 -0
  1005. package/dist/models/workflow-template/components/time-tracker/TimeTrackerComponent.d.ts +9 -0
  1006. package/dist/models/workflow-template/components/time-tracker/TimeTrackerComponent.js +2 -0
  1007. package/dist/models/workflow-template/components/time-tracker/TimeTrackerComponentData.d.ts +5 -0
  1008. package/dist/models/workflow-template/components/time-tracker/TimeTrackerComponentData.js +2 -0
  1009. package/dist/models/workflow-template/components/time-tracker/TimeTrackerComponentDataAction.d.ts +4 -0
  1010. package/dist/models/workflow-template/components/time-tracker/TimeTrackerComponentDataAction.js +8 -0
  1011. package/dist/models/workflow-template/components/time-tracker/TimeTrackerComponentDataValue.d.ts +5 -0
  1012. package/dist/models/workflow-template/components/time-tracker/TimeTrackerComponentDataValue.js +2 -0
  1013. package/dist/models/workflow-template/components/time-tracker/TimeTrackerComponentOverride.d.ts +4 -0
  1014. package/dist/models/workflow-template/components/time-tracker/TimeTrackerComponentOverride.js +2 -0
  1015. package/dist/models/workflow-template/components/time-tracker/TimeTrackerEntry.d.ts +5 -0
  1016. package/dist/models/workflow-template/components/time-tracker/TimeTrackerEntry.js +2 -0
  1017. package/dist/models/workflow-template/components/time-tracker/TimeTrackerGeolocation.d.ts +6 -0
  1018. package/dist/models/workflow-template/components/time-tracker/TimeTrackerGeolocation.js +2 -0
  1019. package/dist/models/workflow-template/components/todo/CreateTodoComponentOverride.d.ts +4 -0
  1020. package/dist/models/workflow-template/components/todo/CreateTodoComponentOverride.js +2 -0
  1021. package/dist/models/workflow-template/components/todo/InputComponentOverride.d.ts +4 -0
  1022. package/dist/models/workflow-template/components/todo/InputComponentOverride.js +2 -0
  1023. package/dist/models/workflow-template/components/todo/TodoComponent.d.ts +3 -0
  1024. package/dist/models/workflow-template/components/todo/TodoComponent.js +2 -0
  1025. package/dist/models/workflow-template/components/todo/TodoComponentData.d.ts +5 -0
  1026. package/dist/models/workflow-template/components/todo/TodoComponentData.js +2 -0
  1027. package/dist/models/workflow-template/components/todo/TodoComponentDataValue.d.ts +5 -0
  1028. package/dist/models/workflow-template/components/todo/TodoComponentDataValue.js +2 -0
  1029. package/dist/models/workflow-template/components/todo/TodoComponentOverride.d.ts +4 -0
  1030. package/dist/models/workflow-template/components/todo/TodoComponentOverride.js +2 -0
  1031. package/dist/models/workflow-template/entities/AbstractListWorkflowEntities.d.ts +8 -0
  1032. package/dist/models/workflow-template/entities/AbstractListWorkflowEntities.js +2 -0
  1033. package/dist/models/workflow-template/entities/AggregateNumberStats.d.ts +7 -0
  1034. package/dist/models/workflow-template/entities/AggregateNumberStats.js +2 -0
  1035. package/dist/models/workflow-template/entities/AggregateRelatedCardQuantity.d.ts +7 -0
  1036. package/dist/models/workflow-template/entities/AggregateRelatedCardQuantity.js +2 -0
  1037. package/dist/models/workflow-template/entities/CreateWorkflowEntities.d.ts +5 -0
  1038. package/dist/models/workflow-template/entities/CreateWorkflowEntities.js +2 -0
  1039. package/dist/models/workflow-template/entities/CreateWorkflowEntity.d.ts +9 -0
  1040. package/dist/models/workflow-template/entities/CreateWorkflowEntity.js +2 -0
  1041. package/dist/models/workflow-template/entities/CreateWorkflowEntityField.d.ts +5 -0
  1042. package/dist/models/workflow-template/entities/CreateWorkflowEntityField.js +2 -0
  1043. package/dist/models/workflow-template/entities/DeleteWorkflowEntities.d.ts +4 -0
  1044. package/dist/models/workflow-template/entities/DeleteWorkflowEntities.js +2 -0
  1045. package/dist/models/workflow-template/entities/EntityFields.d.ts +3 -0
  1046. package/dist/models/workflow-template/entities/EntityFields.js +2 -0
  1047. package/dist/models/workflow-template/entities/EntityMapping.d.ts +6 -0
  1048. package/dist/models/workflow-template/entities/EntityMapping.js +2 -0
  1049. package/dist/models/workflow-template/entities/GetWorkflowEntities.d.ts +4 -0
  1050. package/dist/models/workflow-template/entities/GetWorkflowEntities.js +2 -0
  1051. package/dist/models/workflow-template/entities/GetWorkflowEntitiesResult.d.ts +6 -0
  1052. package/dist/models/workflow-template/entities/GetWorkflowEntitiesResult.js +2 -0
  1053. package/dist/models/workflow-template/entities/GetWorkflowEntity.d.ts +3 -0
  1054. package/dist/models/workflow-template/entities/GetWorkflowEntity.js +2 -0
  1055. package/dist/models/workflow-template/entities/GetWorkflowEntityResult.d.ts +6 -0
  1056. package/dist/models/workflow-template/entities/GetWorkflowEntityResult.js +2 -0
  1057. package/dist/models/workflow-template/entities/ListWorkflowEntities.d.ts +4 -0
  1058. package/dist/models/workflow-template/entities/ListWorkflowEntities.js +2 -0
  1059. package/dist/models/workflow-template/entities/ListWorkflowEntitiesContext.d.ts +4 -0
  1060. package/dist/models/workflow-template/entities/ListWorkflowEntitiesContext.js +2 -0
  1061. package/dist/models/workflow-template/entities/ListWorkflowEntitiesResult.d.ts +10 -0
  1062. package/dist/models/workflow-template/entities/ListWorkflowEntitiesResult.js +2 -0
  1063. package/dist/models/workflow-template/entities/UpdateWorkflowEntities.d.ts +5 -0
  1064. package/dist/models/workflow-template/entities/UpdateWorkflowEntities.js +2 -0
  1065. package/dist/models/workflow-template/entities/UpdateWorkflowEntity.d.ts +4 -0
  1066. package/dist/models/workflow-template/entities/UpdateWorkflowEntity.js +2 -0
  1067. package/dist/models/workflow-template/entities/WorkflowEntity.d.ts +9 -0
  1068. package/dist/models/workflow-template/entities/WorkflowEntity.js +2 -0
  1069. package/dist/models/workflow-template/entities/WorkflowEntityField.d.ts +5 -0
  1070. package/dist/models/workflow-template/entities/WorkflowEntityField.js +2 -0
  1071. package/dist/models/workflow-template/entities/audit-trail/CreateEntityAuditTrailEntry.d.ts +3 -0
  1072. package/dist/models/workflow-template/entities/audit-trail/CreateEntityAuditTrailEntry.js +2 -0
  1073. package/dist/models/workflow-template/entities/audit-trail/CreateEntityAuditTrailEvent.d.ts +5 -0
  1074. package/dist/models/workflow-template/entities/audit-trail/CreateEntityAuditTrailEvent.js +2 -0
  1075. package/dist/models/workflow-template/entities/audit-trail/EntityAuditTrail.d.ts +6 -0
  1076. package/dist/models/workflow-template/entities/audit-trail/EntityAuditTrail.js +2 -0
  1077. package/dist/models/workflow-template/entities/audit-trail/EntityAuditTrailEntry.d.ts +11 -0
  1078. package/dist/models/workflow-template/entities/audit-trail/EntityAuditTrailEntry.js +2 -0
  1079. package/dist/models/workflow-template/entities/audit-trail/EntityAuditTrailEvent.d.ts +9 -0
  1080. package/dist/models/workflow-template/entities/audit-trail/EntityAuditTrailEvent.js +2 -0
  1081. package/dist/models/workflow-template/entities/audit-trail/GetEntityAuditTrail.d.ts +3 -0
  1082. package/dist/models/workflow-template/entities/audit-trail/GetEntityAuditTrail.js +2 -0
  1083. package/dist/models/workflow-template/entities/audit-trail/TrailData.d.ts +3 -0
  1084. package/dist/models/workflow-template/entities/audit-trail/TrailData.js +2 -0
  1085. package/dist/models/workflow-template/entities/events/WorkflowEntityEvent.d.ts +8 -0
  1086. package/dist/models/workflow-template/entities/events/WorkflowEntityEvent.js +2 -0
  1087. package/dist/models/workflow-template/entities/events/WorkflowEntityEventEmitted.d.ts +4 -0
  1088. package/dist/models/workflow-template/entities/events/WorkflowEntityEventEmitted.js +2 -0
  1089. package/dist/models/workflow-template/entities/filters/AbsoluteDate.d.ts +3 -0
  1090. package/dist/models/workflow-template/entities/filters/AbsoluteDate.js +2 -0
  1091. package/dist/models/workflow-template/entities/filters/AnyComponentFilter.d.ts +12 -0
  1092. package/dist/models/workflow-template/entities/filters/AnyComponentFilter.js +2 -0
  1093. package/dist/models/workflow-template/entities/filters/AnyMultiComponentFilter.d.ts +3 -0
  1094. package/dist/models/workflow-template/entities/filters/AnyMultiComponentFilter.js +2 -0
  1095. package/dist/models/workflow-template/entities/filters/AnySingleComponentFilter.d.ts +12 -0
  1096. package/dist/models/workflow-template/entities/filters/AnySingleComponentFilter.js +2 -0
  1097. package/dist/models/workflow-template/entities/filters/ComparisonOperator.d.ts +10 -0
  1098. package/dist/models/workflow-template/entities/filters/ComparisonOperator.js +14 -0
  1099. package/dist/models/workflow-template/entities/filters/ContainsCurrentUser.d.ts +3 -0
  1100. package/dist/models/workflow-template/entities/filters/ContainsCurrentUser.js +2 -0
  1101. package/dist/models/workflow-template/entities/filters/ContainsCurrentWorkflowTemplateComponentValue.d.ts +3 -0
  1102. package/dist/models/workflow-template/entities/filters/ContainsCurrentWorkflowTemplateComponentValue.js +2 -0
  1103. package/dist/models/workflow-template/entities/filters/ContainsNestedString.d.ts +4 -0
  1104. package/dist/models/workflow-template/entities/filters/ContainsNestedString.js +2 -0
  1105. package/dist/models/workflow-template/entities/filters/ContainsNumber.d.ts +3 -0
  1106. package/dist/models/workflow-template/entities/filters/ContainsNumber.js +2 -0
  1107. package/dist/models/workflow-template/entities/filters/ContainsString.d.ts +3 -0
  1108. package/dist/models/workflow-template/entities/filters/ContainsString.js +2 -0
  1109. package/dist/models/workflow-template/entities/filters/DateIs.d.ts +8 -0
  1110. package/dist/models/workflow-template/entities/filters/DateIs.js +2 -0
  1111. package/dist/models/workflow-template/entities/filters/DateRange.d.ts +4 -0
  1112. package/dist/models/workflow-template/entities/filters/DateRange.js +2 -0
  1113. package/dist/models/workflow-template/entities/filters/DateToken.d.ts +3 -0
  1114. package/dist/models/workflow-template/entities/filters/DateToken.js +7 -0
  1115. package/dist/models/workflow-template/entities/filters/DateTokenIs.d.ts +4 -0
  1116. package/dist/models/workflow-template/entities/filters/DateTokenIs.js +2 -0
  1117. package/dist/models/workflow-template/entities/filters/DynamicFilterByComponent.d.ts +5 -0
  1118. package/dist/models/workflow-template/entities/filters/DynamicFilterByComponent.js +2 -0
  1119. package/dist/models/workflow-template/entities/filters/DynamicFilterOneOf.d.ts +5 -0
  1120. package/dist/models/workflow-template/entities/filters/DynamicFilterOneOf.js +2 -0
  1121. package/dist/models/workflow-template/entities/filters/FilterByComponent.d.ts +5 -0
  1122. package/dist/models/workflow-template/entities/filters/FilterByComponent.js +2 -0
  1123. package/dist/models/workflow-template/entities/filters/FilterOneOf.d.ts +20 -0
  1124. package/dist/models/workflow-template/entities/filters/FilterOneOf.js +2 -0
  1125. package/dist/models/workflow-template/entities/filters/IsEmpty.d.ts +3 -0
  1126. package/dist/models/workflow-template/entities/filters/IsEmpty.js +2 -0
  1127. package/dist/models/workflow-template/entities/filters/IsNestedEmpty.d.ts +3 -0
  1128. package/dist/models/workflow-template/entities/filters/IsNestedEmpty.js +2 -0
  1129. package/dist/models/workflow-template/entities/filters/MultiMatchNumber.d.ts +3 -0
  1130. package/dist/models/workflow-template/entities/filters/MultiMatchNumber.js +2 -0
  1131. package/dist/models/workflow-template/entities/filters/MultiMatchString.d.ts +3 -0
  1132. package/dist/models/workflow-template/entities/filters/MultiMatchString.js +2 -0
  1133. package/dist/models/workflow-template/entities/filters/NumberIs.d.ts +5 -0
  1134. package/dist/models/workflow-template/entities/filters/NumberIs.js +2 -0
  1135. package/dist/models/workflow-template/entities/filters/RelativeDate.d.ts +5 -0
  1136. package/dist/models/workflow-template/entities/filters/RelativeDate.js +2 -0
  1137. package/dist/models/workflow-template/entities/filters/StringWildcard.d.ts +3 -0
  1138. package/dist/models/workflow-template/entities/filters/StringWildcard.js +2 -0
  1139. package/dist/models/workflow-template/entities/filters/TimeUnit.d.ts +3 -0
  1140. package/dist/models/workflow-template/entities/filters/TimeUnit.js +7 -0
  1141. package/dist/models/workflow-template/entities/recurring/CreateRecurringEntities.d.ts +9 -0
  1142. package/dist/models/workflow-template/entities/recurring/CreateRecurringEntities.js +2 -0
  1143. package/dist/models/workflow-template/entities/recurring/CreateRecurringEntitiesResult.d.ts +6 -0
  1144. package/dist/models/workflow-template/entities/recurring/CreateRecurringEntitiesResult.js +2 -0
  1145. package/dist/models/workflow-template/entities/recurring/CreateRecurringEntitiesSchedule.d.ts +3 -0
  1146. package/dist/models/workflow-template/entities/recurring/CreateRecurringEntitiesSchedule.js +2 -0
  1147. package/dist/models/workflow-template/entities/recurring/DeleteRecurringEntities.d.ts +3 -0
  1148. package/dist/models/workflow-template/entities/recurring/DeleteRecurringEntities.js +2 -0
  1149. package/dist/models/workflow-template/entities/recurring/GetRecurringEntitiesSchedule.d.ts +5 -0
  1150. package/dist/models/workflow-template/entities/recurring/GetRecurringEntitiesSchedule.js +2 -0
  1151. package/dist/models/workflow-template/entities/recurring/RecurringEntitiesSchedule.d.ts +9 -0
  1152. package/dist/models/workflow-template/entities/recurring/RecurringEntitiesSchedule.js +2 -0
  1153. package/dist/models/workflow-template/entities/recurring/RecurringEntitiesScheduleId.d.ts +2 -0
  1154. package/dist/models/workflow-template/entities/recurring/RecurringEntitiesScheduleId.js +2 -0
  1155. package/dist/models/workflow-template/entities/recurring/RecurringEntityFieldOverrides.d.ts +4 -0
  1156. package/dist/models/workflow-template/entities/recurring/RecurringEntityFieldOverrides.js +2 -0
  1157. package/dist/models/workflow-template/entities/recurring/UpdateRecurringEntities.d.ts +8 -0
  1158. package/dist/models/workflow-template/entities/recurring/UpdateRecurringEntities.js +2 -0
  1159. package/dist/models/workflow-template/entities/refs/EntityRefs.d.ts +10 -0
  1160. package/dist/models/workflow-template/entities/refs/EntityRefs.js +2 -0
  1161. package/dist/models/workflow-template/entities/scheduled-automation/CreateEntityScheduledAutomationTrigger.d.ts +2 -0
  1162. package/dist/models/workflow-template/entities/scheduled-automation/CreateEntityScheduledAutomationTrigger.js +2 -0
  1163. package/dist/models/workflow-template/entities/scheduled-automation/EntityScheduledAutomationTrigger.d.ts +11 -0
  1164. package/dist/models/workflow-template/entities/scheduled-automation/EntityScheduledAutomationTrigger.js +2 -0
  1165. package/dist/models/workflow-template/entities/search/MultiKeySearchFilter.d.ts +3 -0
  1166. package/dist/models/workflow-template/entities/search/MultiKeySearchFilter.js +2 -0
  1167. package/dist/models/workflow-template/entities/search/NestedStatsQuery.d.ts +6 -0
  1168. package/dist/models/workflow-template/entities/search/NestedStatsQuery.js +2 -0
  1169. package/dist/models/workflow-template/entities/search/SearchFilter.d.ts +4 -0
  1170. package/dist/models/workflow-template/entities/search/SearchFilter.js +2 -0
  1171. package/dist/models/workflow-template/entities/search/SearchSort.d.ts +5 -0
  1172. package/dist/models/workflow-template/entities/search/SearchSort.js +2 -0
  1173. package/dist/models/workflow-template/entities/search/SearchWorkflowEntitiesResult.d.ts +4 -0
  1174. package/dist/models/workflow-template/entities/search/SearchWorkflowEntitiesResult.js +2 -0
  1175. package/dist/models/workflow-template/entities/search/SingleKeySearchFilter.d.ts +3 -0
  1176. package/dist/models/workflow-template/entities/search/SingleKeySearchFilter.js +2 -0
  1177. package/dist/models/workflow-template/entities/sort/SortByComponent.d.ts +5 -0
  1178. package/dist/models/workflow-template/entities/sort/SortByComponent.js +2 -0
  1179. package/dist/models/workflow-template/schema-builder/FileData.d.ts +7 -0
  1180. package/dist/models/workflow-template/schema-builder/FileData.js +2 -0
  1181. package/dist/models/workflow-template/view-template/CollectionCriteria.d.ts +8 -0
  1182. package/dist/models/workflow-template/view-template/CollectionCriteria.js +2 -0
  1183. package/dist/models/workflow-template/view-template/CollectionGroup.d.ts +4 -0
  1184. package/dist/models/workflow-template/view-template/CollectionGroup.js +2 -0
  1185. package/dist/models/workflow-template/view-template/CreateViewTemplate.d.ts +5 -0
  1186. package/dist/models/workflow-template/view-template/CreateViewTemplate.js +2 -0
  1187. package/dist/models/workflow-template/view-template/CreateViewTemplates.d.ts +4 -0
  1188. package/dist/models/workflow-template/view-template/CreateViewTemplates.js +2 -0
  1189. package/dist/models/workflow-template/view-template/DeleteViewTemplate.d.ts +3 -0
  1190. package/dist/models/workflow-template/view-template/DeleteViewTemplate.js +2 -0
  1191. package/dist/models/workflow-template/view-template/GetViewTemplate.d.ts +3 -0
  1192. package/dist/models/workflow-template/view-template/GetViewTemplate.js +2 -0
  1193. package/dist/models/workflow-template/view-template/ListViewTemplateSort.d.ts +6 -0
  1194. package/dist/models/workflow-template/view-template/ListViewTemplateSort.js +2 -0
  1195. package/dist/models/workflow-template/view-template/ListViewTemplateSortField.d.ts +6 -0
  1196. package/dist/models/workflow-template/view-template/ListViewTemplateSortField.js +10 -0
  1197. package/dist/models/workflow-template/view-template/ListViewTemplates.d.ts +11 -0
  1198. package/dist/models/workflow-template/view-template/ListViewTemplates.js +2 -0
  1199. package/dist/models/workflow-template/view-template/ListViewTemplatesResult.d.ts +5 -0
  1200. package/dist/models/workflow-template/view-template/ListViewTemplatesResult.js +2 -0
  1201. package/dist/models/workflow-template/view-template/UpdateViewTemplate.d.ts +7 -0
  1202. package/dist/models/workflow-template/view-template/UpdateViewTemplate.js +2 -0
  1203. package/dist/models/workflow-template/view-template/ViewSubtype.d.ts +7 -0
  1204. package/dist/models/workflow-template/view-template/ViewSubtype.js +11 -0
  1205. package/dist/models/workflow-template/view-template/ViewTemplate.d.ts +28 -0
  1206. package/dist/models/workflow-template/view-template/ViewTemplate.js +2 -0
  1207. package/dist/models/workflow-template/view-template/ViewTemplateCopyMapping.d.ts +4 -0
  1208. package/dist/models/workflow-template/view-template/ViewTemplateCopyMapping.js +2 -0
  1209. package/dist/models/workflow-template/view-template/ViewType.d.ts +4 -0
  1210. package/dist/models/workflow-template/view-template/ViewType.js +8 -0
  1211. package/dist/models/workflow-tier/CreateWorkflowTierAssociation.d.ts +4 -0
  1212. package/dist/models/workflow-tier/CreateWorkflowTierAssociation.js +2 -0
  1213. package/dist/models/workflow-tier/UpdateWorkflowTier.d.ts +5 -0
  1214. package/dist/models/workflow-tier/UpdateWorkflowTier.js +2 -0
  1215. package/dist/models/workflow-tier/WorkflowTier.d.ts +8 -0
  1216. package/dist/models/workflow-tier/WorkflowTier.js +2 -0
  1217. package/dist/models/workflow-tier/WorkflowTierAssociation.d.ts +9 -0
  1218. package/dist/models/workflow-tier/WorkflowTierAssociation.js +2 -0
  1219. package/dist/models/workflow-tier/WorkflowTierType.d.ts +5 -0
  1220. package/dist/models/workflow-tier/WorkflowTierType.js +9 -0
  1221. package/dist/models/workspace-section/CreateWorkspaceSection.d.ts +7 -0
  1222. package/dist/models/workspace-section/CreateWorkspaceSection.js +2 -0
  1223. package/dist/models/workspace-section/CreateWorkspaceSectionAssociation.d.ts +3 -0
  1224. package/dist/models/workspace-section/CreateWorkspaceSectionAssociation.js +2 -0
  1225. package/dist/models/workspace-section/UpdateWorkspaceSection.d.ts +6 -0
  1226. package/dist/models/workspace-section/UpdateWorkspaceSection.js +2 -0
  1227. package/dist/models/workspace-section/UpdateWorkspaceSectionAssociation.d.ts +3 -0
  1228. package/dist/models/workspace-section/UpdateWorkspaceSectionAssociation.js +2 -0
  1229. package/dist/models/workspace-section/WorkspaceSection.d.ts +7 -0
  1230. package/dist/models/workspace-section/WorkspaceSection.js +2 -0
  1231. package/dist/models/workspace-section/WorkspaceSectionAssociation.d.ts +6 -0
  1232. package/dist/models/workspace-section/WorkspaceSectionAssociation.js +2 -0
  1233. package/dist/scripts/generateTypes.d.ts +1 -0
  1234. package/dist/scripts/generateTypes.js +177 -0
  1235. package/dist/utils/Intersection.d.ts +1 -0
  1236. package/dist/utils/Intersection.js +2 -0
  1237. package/package.json +32 -0
@@ -0,0 +1,9 @@
1
+ export declare enum ActivityFeedEventType {
2
+ CARD_CREATED = "CARD_CREATED",
3
+ CARD_BATCH_CREATED = "CARD_BATCH_CREATED",
4
+ CARD_BATCH_UPDATED = "CARD_BATCH_UPDATED",
5
+ CARD_UPDATED = "CARD_UPDATED",
6
+ CARD_DELETED = "CARD_DELETED",
7
+ CARD_BATCH_DELETED = "CARD_BATCH_DELETED",
8
+ THREAD_MESSAGE_CREATED = "THREAD_MESSAGE_CREATED"
9
+ }
@@ -0,0 +1,13 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.ActivityFeedEventType = void 0;
4
+ var ActivityFeedEventType;
5
+ (function (ActivityFeedEventType) {
6
+ ActivityFeedEventType["CARD_CREATED"] = "CARD_CREATED";
7
+ ActivityFeedEventType["CARD_BATCH_CREATED"] = "CARD_BATCH_CREATED";
8
+ ActivityFeedEventType["CARD_BATCH_UPDATED"] = "CARD_BATCH_UPDATED";
9
+ ActivityFeedEventType["CARD_UPDATED"] = "CARD_UPDATED";
10
+ ActivityFeedEventType["CARD_DELETED"] = "CARD_DELETED";
11
+ ActivityFeedEventType["CARD_BATCH_DELETED"] = "CARD_BATCH_DELETED";
12
+ ActivityFeedEventType["THREAD_MESSAGE_CREATED"] = "THREAD_MESSAGE_CREATED";
13
+ })(ActivityFeedEventType || (exports.ActivityFeedEventType = ActivityFeedEventType = {}));
@@ -0,0 +1,12 @@
1
+ import { User } from '../auth/User';
2
+ import { Card } from '../card/Card';
3
+ import { ActivityFeedEventType } from './ActivityFeedEventType';
4
+ export interface ActivityFeedItem {
5
+ id: string;
6
+ channelId: number;
7
+ user: Partial<User>;
8
+ eventType: ActivityFeedEventType;
9
+ createdAt: Date;
10
+ card?: Partial<Card>;
11
+ count?: number;
12
+ }
@@ -0,0 +1,2 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -0,0 +1,4 @@
1
+ import { ActivityFeedItem } from './ActivityFeedItem';
2
+ export interface ActivityFeedUpdated {
3
+ activityFeedUpdated: ActivityFeedItem;
4
+ }
@@ -0,0 +1,2 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -0,0 +1,11 @@
1
+ import { ActivityFeedEventType } from './ActivityFeedEventType';
2
+ import { ActivityFeedItem } from './ActivityFeedItem';
3
+ import { CreateCardRelation } from './CreateCardRelation';
4
+ import { CreateUserRelation } from './CreateUserRelation';
5
+ export interface CreateActivityFeedItem extends Partial<ActivityFeedItem> {
6
+ channelId: number;
7
+ user: CreateUserRelation;
8
+ eventType: ActivityFeedEventType;
9
+ card?: CreateCardRelation;
10
+ count?: number;
11
+ }
@@ -0,0 +1,2 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -0,0 +1,3 @@
1
+ export interface CreateCardRelation {
2
+ id: string;
3
+ }
@@ -0,0 +1,2 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -0,0 +1,3 @@
1
+ export interface CreateUserRelation {
2
+ id: number;
3
+ }
@@ -0,0 +1,2 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -0,0 +1,6 @@
1
+ export interface ListActivityFeedItems {
2
+ channelIds?: number[];
3
+ excludeUserId?: number;
4
+ limit?: number;
5
+ cursor?: Date;
6
+ }
@@ -0,0 +1,2 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -0,0 +1,5 @@
1
+ import { ActivityFeedItem } from './ActivityFeedItem';
2
+ export interface ListActivityFeedItemsResult {
3
+ items?: ActivityFeedItem[];
4
+ nextCursor?: Date;
5
+ }
@@ -0,0 +1,2 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -0,0 +1,4 @@
1
+ export interface Audit {
2
+ createdAt: Date;
3
+ updatedAt: Date;
4
+ }
@@ -0,0 +1,2 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -0,0 +1,8 @@
1
+ export interface DataEntity {
2
+ id: number | string;
3
+ channelId?: number;
4
+ channel?: {
5
+ id: number;
6
+ };
7
+ threadId?: string;
8
+ }
@@ -0,0 +1,2 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -0,0 +1,6 @@
1
+ import { Audit } from './Audit';
2
+ type Persisted = {
3
+ id: string;
4
+ } & Audit;
5
+ export type OptionallyPersisted<T extends Persisted> = Omit<T, 'id' | keyof Audit> & Partial<Persisted>;
6
+ export {};
@@ -0,0 +1,2 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -0,0 +1,4 @@
1
+ export declare enum OrderDirection {
2
+ ASC = "ASC",
3
+ DESC = "DESC"
4
+ }
@@ -0,0 +1,8 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.OrderDirection = void 0;
4
+ var OrderDirection;
5
+ (function (OrderDirection) {
6
+ OrderDirection["ASC"] = "ASC";
7
+ OrderDirection["DESC"] = "DESC";
8
+ })(OrderDirection || (exports.OrderDirection = OrderDirection = {}));
@@ -0,0 +1,6 @@
1
+ import { AccessLevelType } from './AccessLevelType';
2
+ export interface AccessLevel {
3
+ type: AccessLevelType;
4
+ title: string;
5
+ description: string;
6
+ }
@@ -0,0 +1,2 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -0,0 +1,3 @@
1
+ export declare enum AccessLevelDomain {
2
+ CHANNEL = "CHANNEL"
3
+ }
@@ -0,0 +1,7 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.AccessLevelDomain = void 0;
4
+ var AccessLevelDomain;
5
+ (function (AccessLevelDomain) {
6
+ AccessLevelDomain["CHANNEL"] = "CHANNEL";
7
+ })(AccessLevelDomain || (exports.AccessLevelDomain = AccessLevelDomain = {}));
@@ -0,0 +1,6 @@
1
+ export declare enum AccessLevelType {
2
+ FULL = "FULL",
3
+ EDIT = "EDIT",
4
+ PERSONAL = "PERSONAL",
5
+ VIEW = "VIEW"
6
+ }
@@ -0,0 +1,10 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.AccessLevelType = void 0;
4
+ var AccessLevelType;
5
+ (function (AccessLevelType) {
6
+ AccessLevelType["FULL"] = "FULL";
7
+ AccessLevelType["EDIT"] = "EDIT";
8
+ AccessLevelType["PERSONAL"] = "PERSONAL";
9
+ AccessLevelType["VIEW"] = "VIEW";
10
+ })(AccessLevelType || (exports.AccessLevelType = AccessLevelType = {}));
@@ -0,0 +1,14 @@
1
+ import { Audit } from '../application/Audit';
2
+ export interface Business extends Audit {
3
+ id: number;
4
+ name: string;
5
+ slug: string;
6
+ email?: string;
7
+ url?: string;
8
+ img?: string;
9
+ excludeFromAnalytics?: boolean;
10
+ creatorId?: number;
11
+ onboardingId?: number;
12
+ password?: string;
13
+ samlOrganizationId?: string;
14
+ }
@@ -0,0 +1,2 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -0,0 +1,22 @@
1
+ import { Audit } from '../application/Audit';
2
+ import { DataEntity } from '../application/DataEntity';
3
+ import { Channel } from '../channel/Channel';
4
+ import { AccessLevel } from './AccessLevel';
5
+ import { AccessLevelType } from './AccessLevelType';
6
+ import { ChannelMembershipEntity } from './ChannelMembershipEntity';
7
+ import { NotificationsPreference } from './NotificationsPreference';
8
+ import { User } from './User';
9
+ export interface ChannelMembership extends DataEntity, Audit {
10
+ id: number;
11
+ entityType: ChannelMembershipEntity;
12
+ user: User;
13
+ phoneNumberId?: number;
14
+ readCardCount: number;
15
+ notificationsPreference?: NotificationsPreference;
16
+ snoozeUntil?: Date;
17
+ deletedAt?: Date;
18
+ cardsViewedAt?: Date;
19
+ accessLevelType: AccessLevelType;
20
+ accessLevel: AccessLevel;
21
+ channel: Channel;
22
+ }
@@ -0,0 +1,2 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -0,0 +1,4 @@
1
+ export declare enum ChannelMembershipEntity {
2
+ BUSINESS = "BUSINESS",
3
+ USER = "USER"
4
+ }
@@ -0,0 +1,8 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.ChannelMembershipEntity = void 0;
4
+ var ChannelMembershipEntity;
5
+ (function (ChannelMembershipEntity) {
6
+ ChannelMembershipEntity["BUSINESS"] = "BUSINESS";
7
+ ChannelMembershipEntity["USER"] = "USER";
8
+ })(ChannelMembershipEntity || (exports.ChannelMembershipEntity = ChannelMembershipEntity = {}));
@@ -0,0 +1,3 @@
1
+ import { Business } from './Business';
2
+ export interface CreateBusinessV2 extends Omit<Business, 'id' | 'createdAt' | 'creatorId' | 'excludeFromAnalytics' | 'update' | 'updatedAt'> {
3
+ }
@@ -0,0 +1,2 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -0,0 +1,7 @@
1
+ import { AccessLevelType } from './AccessLevelType';
2
+ import { ChannelMembership } from './ChannelMembership';
3
+ export interface CreateChannelMembership extends Partial<ChannelMembership> {
4
+ accessLevelType: AccessLevelType;
5
+ channelId: number;
6
+ userId: number;
7
+ }
@@ -0,0 +1,2 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -0,0 +1,18 @@
1
+ import { BusinessMembership } from '../business/BusinessMembership';
2
+ import { User } from './User';
3
+ import { UserRole } from './UserRole';
4
+ export interface CreateUser extends Omit<Partial<User>, 'businessMemberships'> {
5
+ username: string;
6
+ firstName: string;
7
+ lastName: string;
8
+ role?: UserRole;
9
+ lastSeen: Date;
10
+ img?: string;
11
+ digestLastSent: Date;
12
+ isSubscribedToDigest: boolean;
13
+ businessMemberships?: Partial<BusinessMembership>[];
14
+ excludeFromAnalytics?: boolean;
15
+ firstMessageSent?: boolean;
16
+ firstTaskCompleted?: boolean;
17
+ setupQuestCompleted?: boolean;
18
+ }
@@ -0,0 +1,2 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -0,0 +1,17 @@
1
+ import { UserRole } from './UserRole';
2
+ export interface CreateUserV2 {
3
+ username: string;
4
+ firstName: string;
5
+ lastName: string;
6
+ email: string;
7
+ role?: UserRole;
8
+ lastSeen: Date;
9
+ img?: string;
10
+ digestLastSent: Date;
11
+ isSubscribedToDigest: boolean;
12
+ businessId: number;
13
+ excludeFromAnalytics?: boolean;
14
+ firstMessageSent?: boolean;
15
+ firstTaskCompleted?: boolean;
16
+ setupQuestCompleted?: boolean;
17
+ }
@@ -0,0 +1,2 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -0,0 +1,3 @@
1
+ export interface FindBusinesses {
2
+ name?: string;
3
+ }
@@ -0,0 +1,2 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -0,0 +1,4 @@
1
+ export interface GetSamlUser {
2
+ email: string;
3
+ samlOrganizationId: string;
4
+ }
@@ -0,0 +1,2 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -0,0 +1,4 @@
1
+ import { AccessLevelDomain } from './AccessLevelDomain';
2
+ export interface ListAccessLevels {
3
+ domain: AccessLevelDomain;
4
+ }
@@ -0,0 +1,2 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -0,0 +1,4 @@
1
+ export interface ListChannelMemberships {
2
+ channelId: number;
3
+ onlyAssignableUsers?: boolean;
4
+ }
@@ -0,0 +1,2 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -0,0 +1,6 @@
1
+ import { OffsetPaginatedRequest } from '../pagination/OffsetPaginatedRequest';
2
+ export interface ListUsers extends OffsetPaginatedRequest {
3
+ ids?: number[];
4
+ name?: string;
5
+ businessId?: number;
6
+ }
@@ -0,0 +1,2 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -0,0 +1,5 @@
1
+ import { OffsetPaginatedResult } from '../pagination/OffsetPaginatedResult';
2
+ import { User } from './User';
3
+ export interface ListUsersResult extends OffsetPaginatedResult {
4
+ users: User[];
5
+ }
@@ -0,0 +1,2 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -0,0 +1,5 @@
1
+ export declare enum NotificationsPreference {
2
+ ALL = "ALL",
3
+ MENTIONS = "MENTIONS",
4
+ NONE = "NONE"
5
+ }
@@ -0,0 +1,9 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.NotificationsPreference = void 0;
4
+ var NotificationsPreference;
5
+ (function (NotificationsPreference) {
6
+ NotificationsPreference["ALL"] = "ALL";
7
+ NotificationsPreference["MENTIONS"] = "MENTIONS";
8
+ NotificationsPreference["NONE"] = "NONE";
9
+ })(NotificationsPreference || (exports.NotificationsPreference = NotificationsPreference = {}));
@@ -0,0 +1,5 @@
1
+ export interface SamlUser {
2
+ id: number;
3
+ email: string;
4
+ businessId: number;
5
+ }
@@ -0,0 +1,2 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -0,0 +1,4 @@
1
+ export interface UpdateBusinessV2 {
2
+ id: number;
3
+ password?: string;
4
+ }
@@ -0,0 +1,2 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -0,0 +1,6 @@
1
+ import { AccessLevelType } from './AccessLevelType';
2
+ import { ChannelMembership } from './ChannelMembership';
3
+ export interface UpdateChannelMembership extends Partial<ChannelMembership> {
4
+ id: number;
5
+ accessLevelType: AccessLevelType;
6
+ }
@@ -0,0 +1,2 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -0,0 +1,11 @@
1
+ export interface UpdateUser {
2
+ id: number;
3
+ firstName?: string;
4
+ lastName?: string;
5
+ phoneNumber?: string;
6
+ email?: string;
7
+ username?: string;
8
+ img?: string;
9
+ isSubscribedToDigest?: boolean;
10
+ lastVisitedAt?: Date;
11
+ }
@@ -0,0 +1,2 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -0,0 +1,37 @@
1
+ import { Audit } from '../application/Audit';
2
+ import { BusinessMembership } from '../business/BusinessMembership';
3
+ import { ThreadMembership } from '../messaging/ThreadMembership';
4
+ import { ChannelMembership } from './ChannelMembership';
5
+ import { NotificationsPreference } from './NotificationsPreference';
6
+ import { UserCreationMethod } from './UserCreationMethod';
7
+ import { UserRole } from './UserRole';
8
+ export interface User extends Audit {
9
+ id: number;
10
+ username: string;
11
+ firstName: string;
12
+ lastName: string;
13
+ passcode: string;
14
+ onboarded: boolean;
15
+ lastSeen: Date;
16
+ digestLastSent: Date;
17
+ isSubscribedToDigest: boolean;
18
+ phoneNumber?: string;
19
+ img?: string;
20
+ role?: UserRole;
21
+ lastVisitedAt?: Date;
22
+ defaultChannelId?: number;
23
+ email?: string;
24
+ excludeFromAnalytics?: boolean;
25
+ lastRemindedAt?: Date;
26
+ firstMessageSent?: boolean;
27
+ firstTaskCompleted?: boolean;
28
+ setupQuestCompleted?: boolean;
29
+ snoozeUntil?: Date;
30
+ creationMethod?: UserCreationMethod;
31
+ creatorId?: number;
32
+ notificationsPreference?: NotificationsPreference;
33
+ deletedAt: Date;
34
+ businessMemberships?: Promise<BusinessMembership[]>;
35
+ threadMemberships?: Promise<ThreadMembership[]>;
36
+ channelMemberships?: Promise<ChannelMembership[]>;
37
+ }
@@ -0,0 +1,2 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -0,0 +1,5 @@
1
+ export declare enum UserCreationMethod {
2
+ SELF_ONBOARD = "SELF_ONBOARD",
3
+ DIRECT_ADD = "DIRECT_ADD",
4
+ INVITE_LINK = "INVITE_LINK"
5
+ }
@@ -0,0 +1,9 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.UserCreationMethod = void 0;
4
+ var UserCreationMethod;
5
+ (function (UserCreationMethod) {
6
+ UserCreationMethod["SELF_ONBOARD"] = "SELF_ONBOARD";
7
+ UserCreationMethod["DIRECT_ADD"] = "DIRECT_ADD";
8
+ UserCreationMethod["INVITE_LINK"] = "INVITE_LINK";
9
+ })(UserCreationMethod || (exports.UserCreationMethod = UserCreationMethod = {}));
@@ -0,0 +1,11 @@
1
+ export declare enum UserRole {
2
+ SITE_ADMIN = "SITE_ADMIN",
3
+ BUSINESS_ADMIN = "BUSINESS_ADMIN",
4
+ MEMBER = "MEMBER",
5
+ SUPPORT = "SUPPORT",
6
+ INTEGRATION = "INTEGRATION",
7
+ INTERNAL_TOOL = "INTERNAL_TOOL",
8
+ EXTERNAL_FORM = "EXTERNAL_FORM",
9
+ VIEW_CARD = "VIEW_CARD",
10
+ ANONYMOUS = "ANONYMOUS"
11
+ }
@@ -0,0 +1,15 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.UserRole = void 0;
4
+ var UserRole;
5
+ (function (UserRole) {
6
+ UserRole["SITE_ADMIN"] = "SITE_ADMIN";
7
+ UserRole["BUSINESS_ADMIN"] = "BUSINESS_ADMIN";
8
+ UserRole["MEMBER"] = "MEMBER";
9
+ UserRole["SUPPORT"] = "SUPPORT";
10
+ UserRole["INTEGRATION"] = "INTEGRATION";
11
+ UserRole["INTERNAL_TOOL"] = "INTERNAL_TOOL";
12
+ UserRole["EXTERNAL_FORM"] = "EXTERNAL_FORM";
13
+ UserRole["VIEW_CARD"] = "VIEW_CARD";
14
+ UserRole["ANONYMOUS"] = "ANONYMOUS";
15
+ })(UserRole || (exports.UserRole = UserRole = {}));
@@ -0,0 +1,15 @@
1
+ import { Audit } from '../application/Audit';
2
+ import { AutomationActionRegistry } from './action/AutomationActionRegistry';
3
+ import { AutomationTriggerType } from './AutomationTriggerType';
4
+ import { Condition } from './condition/Condition';
5
+ export interface Automation extends Audit {
6
+ id: string;
7
+ parentId?: string;
8
+ businessId: number;
9
+ trigger: AutomationTriggerType;
10
+ name: string;
11
+ actions: AutomationActionRegistry.Any[];
12
+ conditions?: Condition[];
13
+ enabled: boolean;
14
+ deletedAt?: Date;
15
+ }
@@ -0,0 +1,2 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -0,0 +1,15 @@
1
+ import { EntityFields } from '../workflow-template/entities/EntityFields';
2
+ import { EntityRefs } from '../workflow-template/entities/refs/EntityRefs';
3
+ import { WorkflowEntity } from '../workflow-template/entities/WorkflowEntity';
4
+ import { AutomationActionResult } from './action/AutomationActionResult';
5
+ import { AutomationEventContext } from './AutomationEventContext';
6
+ export interface AutomationContext {
7
+ businessId: number;
8
+ workflowEntity: WorkflowEntity;
9
+ previousWorkflowEntityFields?: EntityFields;
10
+ refs: EntityRefs;
11
+ workflowEntityLink: string;
12
+ actionResults?: AutomationActionResult[];
13
+ eventContext: AutomationEventContext;
14
+ automationId: string;
15
+ }
@@ -0,0 +1,2 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -0,0 +1,3 @@
1
+ export declare enum AutomationDateToken {
2
+ NOW = "NOW"
3
+ }
@@ -0,0 +1,7 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.AutomationDateToken = void 0;
4
+ var AutomationDateToken;
5
+ (function (AutomationDateToken) {
6
+ AutomationDateToken["NOW"] = "NOW";
7
+ })(AutomationDateToken || (exports.AutomationDateToken = AutomationDateToken = {}));