@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.
- package/dist/models/activity-feed/ActivityFeedEventType.d.ts +9 -0
- package/dist/models/activity-feed/ActivityFeedEventType.js +13 -0
- package/dist/models/activity-feed/ActivityFeedItem.d.ts +12 -0
- package/dist/models/activity-feed/ActivityFeedItem.js +2 -0
- package/dist/models/activity-feed/ActivityFeedUpdated.d.ts +4 -0
- package/dist/models/activity-feed/ActivityFeedUpdated.js +2 -0
- package/dist/models/activity-feed/CreateActivityFeedItem.d.ts +11 -0
- package/dist/models/activity-feed/CreateActivityFeedItem.js +2 -0
- package/dist/models/activity-feed/CreateCardRelation.d.ts +3 -0
- package/dist/models/activity-feed/CreateCardRelation.js +2 -0
- package/dist/models/activity-feed/CreateUserRelation.d.ts +3 -0
- package/dist/models/activity-feed/CreateUserRelation.js +2 -0
- package/dist/models/activity-feed/ListActivityFeedItems.d.ts +6 -0
- package/dist/models/activity-feed/ListActivityFeedItems.js +2 -0
- package/dist/models/activity-feed/ListActivityFeedItemsResult.d.ts +5 -0
- package/dist/models/activity-feed/ListActivityFeedItemsResult.js +2 -0
- package/dist/models/application/Audit.d.ts +4 -0
- package/dist/models/application/Audit.js +2 -0
- package/dist/models/application/DataEntity.d.ts +8 -0
- package/dist/models/application/DataEntity.js +2 -0
- package/dist/models/application/OptionallyPersisted.d.ts +6 -0
- package/dist/models/application/OptionallyPersisted.js +2 -0
- package/dist/models/application/query/OrderDirection.d.ts +4 -0
- package/dist/models/application/query/OrderDirection.js +8 -0
- package/dist/models/auth/AccessLevel.d.ts +6 -0
- package/dist/models/auth/AccessLevel.js +2 -0
- package/dist/models/auth/AccessLevelDomain.d.ts +3 -0
- package/dist/models/auth/AccessLevelDomain.js +7 -0
- package/dist/models/auth/AccessLevelType.d.ts +6 -0
- package/dist/models/auth/AccessLevelType.js +10 -0
- package/dist/models/auth/Business.d.ts +14 -0
- package/dist/models/auth/Business.js +2 -0
- package/dist/models/auth/ChannelMembership.d.ts +22 -0
- package/dist/models/auth/ChannelMembership.js +2 -0
- package/dist/models/auth/ChannelMembershipEntity.d.ts +4 -0
- package/dist/models/auth/ChannelMembershipEntity.js +8 -0
- package/dist/models/auth/CreateBusinessV2.d.ts +3 -0
- package/dist/models/auth/CreateBusinessV2.js +2 -0
- package/dist/models/auth/CreateChannelMembership.d.ts +7 -0
- package/dist/models/auth/CreateChannelMembership.js +2 -0
- package/dist/models/auth/CreateUser.d.ts +18 -0
- package/dist/models/auth/CreateUser.js +2 -0
- package/dist/models/auth/CreateUserV2.d.ts +17 -0
- package/dist/models/auth/CreateUserV2.js +2 -0
- package/dist/models/auth/FindBusinesses.d.ts +3 -0
- package/dist/models/auth/FindBusinesses.js +2 -0
- package/dist/models/auth/GetSamlUser.d.ts +4 -0
- package/dist/models/auth/GetSamlUser.js +2 -0
- package/dist/models/auth/ListAccessLevels.d.ts +4 -0
- package/dist/models/auth/ListAccessLevels.js +2 -0
- package/dist/models/auth/ListChannelMemberships.d.ts +4 -0
- package/dist/models/auth/ListChannelMemberships.js +2 -0
- package/dist/models/auth/ListUsers.d.ts +6 -0
- package/dist/models/auth/ListUsers.js +2 -0
- package/dist/models/auth/ListUsersResult.d.ts +5 -0
- package/dist/models/auth/ListUsersResult.js +2 -0
- package/dist/models/auth/NotificationsPreference.d.ts +5 -0
- package/dist/models/auth/NotificationsPreference.js +9 -0
- package/dist/models/auth/SamlUser.d.ts +5 -0
- package/dist/models/auth/SamlUser.js +2 -0
- package/dist/models/auth/UpdateBusinessV2.d.ts +4 -0
- package/dist/models/auth/UpdateBusinessV2.js +2 -0
- package/dist/models/auth/UpdateChannelMembership.d.ts +6 -0
- package/dist/models/auth/UpdateChannelMembership.js +2 -0
- package/dist/models/auth/UpdateUser.d.ts +11 -0
- package/dist/models/auth/UpdateUser.js +2 -0
- package/dist/models/auth/User.d.ts +37 -0
- package/dist/models/auth/User.js +2 -0
- package/dist/models/auth/UserCreationMethod.d.ts +5 -0
- package/dist/models/auth/UserCreationMethod.js +9 -0
- package/dist/models/auth/UserRole.d.ts +11 -0
- package/dist/models/auth/UserRole.js +15 -0
- package/dist/models/automations/Automation.d.ts +15 -0
- package/dist/models/automations/Automation.js +2 -0
- package/dist/models/automations/AutomationContext.d.ts +15 -0
- package/dist/models/automations/AutomationContext.js +2 -0
- package/dist/models/automations/AutomationDateToken.d.ts +3 -0
- package/dist/models/automations/AutomationDateToken.js +7 -0
- package/dist/models/automations/AutomationEventBusKey.d.ts +3 -0
- package/dist/models/automations/AutomationEventBusKey.js +7 -0
- package/dist/models/automations/AutomationEventContext.d.ts +6 -0
- package/dist/models/automations/AutomationEventContext.js +2 -0
- package/dist/models/automations/AutomationEventType.d.ts +6 -0
- package/dist/models/automations/AutomationEventType.js +10 -0
- package/dist/models/automations/AutomationTriggerType.d.ts +5 -0
- package/dist/models/automations/AutomationTriggerType.js +9 -0
- package/dist/models/automations/CreateAutomation.d.ts +8 -0
- package/dist/models/automations/CreateAutomation.js +2 -0
- package/dist/models/automations/UpdateAutomation.d.ts +9 -0
- package/dist/models/automations/UpdateAutomation.js +2 -0
- package/dist/models/automations/WorkflowAutomationsEvent.d.ts +0 -0
- package/dist/models/automations/WorkflowAutomationsEvent.js +0 -0
- package/dist/models/automations/action/AutomationAction.d.ts +15 -0
- package/dist/models/automations/action/AutomationAction.js +2 -0
- package/dist/models/automations/action/AutomationActionOutput.d.ts +2 -0
- package/dist/models/automations/action/AutomationActionOutput.js +2 -0
- package/dist/models/automations/action/AutomationActionRegistry.d.ts +13 -0
- package/dist/models/automations/action/AutomationActionRegistry.js +2 -0
- package/dist/models/automations/action/AutomationActionResult.d.ts +5 -0
- package/dist/models/automations/action/AutomationActionResult.js +2 -0
- package/dist/models/automations/action/AutomationActionType.d.ts +12 -0
- package/dist/models/automations/action/AutomationActionType.js +16 -0
- package/dist/models/automations/action/CalculateValueAction.d.ts +5 -0
- package/dist/models/automations/action/CalculateValueAction.js +2 -0
- package/dist/models/automations/action/CreateAutomationAction.d.ts +7 -0
- package/dist/models/automations/action/CreateAutomationAction.js +2 -0
- package/dist/models/automations/action/CurrentWorkflowEntityUpdateAction.d.ts +5 -0
- package/dist/models/automations/action/CurrentWorkflowEntityUpdateAction.js +2 -0
- package/dist/models/automations/action/ReferencedInQuantitySumAction.d.ts +5 -0
- package/dist/models/automations/action/ReferencedInQuantitySumAction.js +2 -0
- package/dist/models/automations/action/SendEmailAction.d.ts +5 -0
- package/dist/models/automations/action/SendEmailAction.js +2 -0
- package/dist/models/automations/action/SendNotificationAction.d.ts +5 -0
- package/dist/models/automations/action/SendNotificationAction.js +2 -0
- package/dist/models/automations/action/SendPushNotificationAction.d.ts +5 -0
- package/dist/models/automations/action/SendPushNotificationAction.js +2 -0
- package/dist/models/automations/action/TriggerRelatedCardAutomationAction.d.ts +5 -0
- package/dist/models/automations/action/TriggerRelatedCardAutomationAction.js +2 -0
- package/dist/models/automations/action/UpdateAutomationAction.d.ts +8 -0
- package/dist/models/automations/action/UpdateAutomationAction.js +2 -0
- package/dist/models/automations/action/UpdateRelatedCardQuantityAction.d.ts +5 -0
- package/dist/models/automations/action/UpdateRelatedCardQuantityAction.js +2 -0
- package/dist/models/automations/action/WorkflowEntityCreateAction.d.ts +5 -0
- package/dist/models/automations/action/WorkflowEntityCreateAction.js +2 -0
- package/dist/models/automations/action/WorkflowEntityUpdateAction.d.ts +5 -0
- package/dist/models/automations/action/WorkflowEntityUpdateAction.js +2 -0
- package/dist/models/automations/action/component-data/ActionResultNumber.d.ts +4 -0
- package/dist/models/automations/action/component-data/ActionResultNumber.js +2 -0
- package/dist/models/automations/action/component-data/CurrentWorkflowEntity.d.ts +3 -0
- package/dist/models/automations/action/component-data/CurrentWorkflowEntity.js +2 -0
- package/dist/models/automations/action/component-data/CurrentWorkflowEntityComponent.d.ts +4 -0
- package/dist/models/automations/action/component-data/CurrentWorkflowEntityComponent.js +2 -0
- package/dist/models/automations/action/component-data/DynamicComponentData.d.ts +4 -0
- package/dist/models/automations/action/component-data/DynamicComponentData.js +2 -0
- package/dist/models/automations/action/component-data/DynamicComponentDataOneOf.d.ts +12 -0
- package/dist/models/automations/action/component-data/DynamicComponentDataOneOf.js +2 -0
- package/dist/models/automations/action/component-data/DynamicComponentDataRegistry.d.ts +8 -0
- package/dist/models/automations/action/component-data/DynamicComponentDataRegistry.js +2 -0
- package/dist/models/automations/action/component-data/DynamicComponentDataType.d.ts +7 -0
- package/dist/models/automations/action/component-data/DynamicComponentDataType.js +11 -0
- package/dist/models/automations/action/component-data/DynamicNumberComponentDataOneOf.d.ts +8 -0
- package/dist/models/automations/action/component-data/DynamicNumberComponentDataOneOf.js +2 -0
- package/dist/models/automations/action/component-data/RelatedWorkflowEntityComponent.d.ts +6 -0
- package/dist/models/automations/action/component-data/RelatedWorkflowEntityComponent.js +2 -0
- package/dist/models/automations/action/component-data/TimeTrackerDataAction.d.ts +5 -0
- package/dist/models/automations/action/component-data/TimeTrackerDataAction.js +2 -0
- package/dist/models/automations/action/settings/ArithmeticOperator.d.ts +4 -0
- package/dist/models/automations/action/settings/ArithmeticOperator.js +8 -0
- package/dist/models/automations/action/settings/ArrayValueOperation.d.ts +5 -0
- package/dist/models/automations/action/settings/ArrayValueOperation.js +9 -0
- package/dist/models/automations/action/settings/AutomationActionSettings.d.ts +4 -0
- package/dist/models/automations/action/settings/AutomationActionSettings.js +2 -0
- package/dist/models/automations/action/settings/AutomationActionSettingsOneOf.d.ts +22 -0
- package/dist/models/automations/action/settings/AutomationActionSettingsOneOf.js +2 -0
- package/dist/models/automations/action/settings/AutomationActionSettingsRegistry.d.ts +13 -0
- package/dist/models/automations/action/settings/AutomationActionSettingsRegistry.js +2 -0
- package/dist/models/automations/action/settings/AutomationComponentData.d.ts +6 -0
- package/dist/models/automations/action/settings/AutomationComponentData.js +2 -0
- package/dist/models/automations/action/settings/CalculateValueActionSettings.d.ts +8 -0
- package/dist/models/automations/action/settings/CalculateValueActionSettings.js +2 -0
- package/dist/models/automations/action/settings/CreateCalculateValueActionSettings.d.ts +6 -0
- package/dist/models/automations/action/settings/CreateCalculateValueActionSettings.js +2 -0
- package/dist/models/automations/action/settings/CreateCurrentWorkflowEntityUpdateActionSettings.d.ts +5 -0
- package/dist/models/automations/action/settings/CreateCurrentWorkflowEntityUpdateActionSettings.js +2 -0
- package/dist/models/automations/action/settings/CreateSettingsWorkflowEntityField.d.ts +8 -0
- package/dist/models/automations/action/settings/CreateSettingsWorkflowEntityField.js +2 -0
- package/dist/models/automations/action/settings/CreateUpdateRelatedCardQuantityActionSettings.d.ts +7 -0
- package/dist/models/automations/action/settings/CreateUpdateRelatedCardQuantityActionSettings.js +2 -0
- package/dist/models/automations/action/settings/CreateWorkflowEntityCreateActionSettings.d.ts +5 -0
- package/dist/models/automations/action/settings/CreateWorkflowEntityCreateActionSettings.js +2 -0
- package/dist/models/automations/action/settings/CreateWorkflowEntityUpdateActionSettings.d.ts +5 -0
- package/dist/models/automations/action/settings/CreateWorkflowEntityUpdateActionSettings.js +2 -0
- package/dist/models/automations/action/settings/CurrentWorkflowEntityUpdateActionSettings.d.ts +3 -0
- package/dist/models/automations/action/settings/CurrentWorkflowEntityUpdateActionSettings.js +2 -0
- package/dist/models/automations/action/settings/ReferencedInAggregate.d.ts +7 -0
- package/dist/models/automations/action/settings/ReferencedInAggregate.js +2 -0
- package/dist/models/automations/action/settings/ReferencedInQuantitySumActionSettings.d.ts +5 -0
- package/dist/models/automations/action/settings/ReferencedInQuantitySumActionSettings.js +2 -0
- package/dist/models/automations/action/settings/SendEmailActionSettings.d.ts +9 -0
- package/dist/models/automations/action/settings/SendEmailActionSettings.js +2 -0
- package/dist/models/automations/action/settings/SendNotificationActionSettings.d.ts +9 -0
- package/dist/models/automations/action/settings/SendNotificationActionSettings.js +2 -0
- package/dist/models/automations/action/settings/SendPushNotificationActionSettings.d.ts +8 -0
- package/dist/models/automations/action/settings/SendPushNotificationActionSettings.js +2 -0
- package/dist/models/automations/action/settings/SettingsWorkflowEntityField.d.ts +9 -0
- package/dist/models/automations/action/settings/SettingsWorkflowEntityField.js +2 -0
- package/dist/models/automations/action/settings/TriggerRelatedCardAutomationActionSettings.d.ts +6 -0
- package/dist/models/automations/action/settings/TriggerRelatedCardAutomationActionSettings.js +2 -0
- package/dist/models/automations/action/settings/UpdateRelatedCardQuantityActionSettings.d.ts +9 -0
- package/dist/models/automations/action/settings/UpdateRelatedCardQuantityActionSettings.js +2 -0
- package/dist/models/automations/action/settings/WorkflowEntityActionSettings.d.ts +6 -0
- package/dist/models/automations/action/settings/WorkflowEntityActionSettings.js +2 -0
- package/dist/models/automations/action/settings/WorkflowEntityCreateActionSettings.d.ts +3 -0
- package/dist/models/automations/action/settings/WorkflowEntityCreateActionSettings.js +2 -0
- package/dist/models/automations/action/settings/WorkflowEntityUpdateActionSettings.d.ts +5 -0
- package/dist/models/automations/action/settings/WorkflowEntityUpdateActionSettings.js +2 -0
- package/dist/models/automations/condition/ActionResultNumberOperand.d.ts +4 -0
- package/dist/models/automations/condition/ActionResultNumberOperand.js +2 -0
- package/dist/models/automations/condition/ComponentOperand.d.ts +4 -0
- package/dist/models/automations/condition/ComponentOperand.js +2 -0
- package/dist/models/automations/condition/Condition.d.ts +10 -0
- package/dist/models/automations/condition/Condition.js +2 -0
- package/dist/models/automations/condition/CreateCondition.d.ts +6 -0
- package/dist/models/automations/condition/CreateCondition.js +2 -0
- package/dist/models/automations/condition/DateOperand.d.ts +4 -0
- package/dist/models/automations/condition/DateOperand.js +2 -0
- package/dist/models/automations/condition/DateTokenOperand.d.ts +5 -0
- package/dist/models/automations/condition/DateTokenOperand.js +2 -0
- package/dist/models/automations/condition/LogicalOperator.d.ts +4 -0
- package/dist/models/automations/condition/LogicalOperator.js +8 -0
- package/dist/models/automations/condition/NumberOperand.d.ts +4 -0
- package/dist/models/automations/condition/NumberOperand.js +2 -0
- package/dist/models/automations/condition/NumberOperandOneOf.d.ts +3 -0
- package/dist/models/automations/condition/NumberOperandOneOf.js +2 -0
- package/dist/models/automations/condition/Operand.d.ts +4 -0
- package/dist/models/automations/condition/Operand.js +2 -0
- package/dist/models/automations/condition/OperandOneOf.d.ts +20 -0
- package/dist/models/automations/condition/OperandOneOf.js +2 -0
- package/dist/models/automations/condition/OperandRegistry.d.ts +10 -0
- package/dist/models/automations/condition/OperandRegistry.js +2 -0
- package/dist/models/automations/condition/OperandType.d.ts +11 -0
- package/dist/models/automations/condition/OperandType.js +15 -0
- package/dist/models/automations/condition/PreviousComponentOperand.d.ts +4 -0
- package/dist/models/automations/condition/PreviousComponentOperand.js +2 -0
- package/dist/models/automations/condition/StringArrayOperand.d.ts +4 -0
- package/dist/models/automations/condition/StringArrayOperand.js +2 -0
- package/dist/models/automations/condition/StringOperand.d.ts +4 -0
- package/dist/models/automations/condition/StringOperand.js +2 -0
- package/dist/models/automations/condition/UpdateCondition.d.ts +7 -0
- package/dist/models/automations/condition/UpdateCondition.js +2 -0
- package/dist/models/automations/condition/WorkflowEntityRefComponentOperand.d.ts +6 -0
- package/dist/models/automations/condition/WorkflowEntityRefComponentOperand.js +2 -0
- package/dist/models/billing/Billing.d.ts +7 -0
- package/dist/models/billing/Billing.js +2 -0
- package/dist/models/billing/BillingSubscription.d.ts +16 -0
- package/dist/models/billing/BillingSubscription.js +2 -0
- package/dist/models/billing/BillingSubscriptionStatus.d.ts +9 -0
- package/dist/models/billing/BillingSubscriptionStatus.js +13 -0
- package/dist/models/billing/CheckoutSession.d.ts +3 -0
- package/dist/models/billing/CheckoutSession.js +2 -0
- package/dist/models/billing/CheckoutSessionLineItem.d.ts +4 -0
- package/dist/models/billing/CheckoutSessionLineItem.js +2 -0
- package/dist/models/billing/CreateCheckoutSession.d.ts +6 -0
- package/dist/models/billing/CreateCheckoutSession.js +2 -0
- package/dist/models/billing/CreateCustomer.d.ts +6 -0
- package/dist/models/billing/CreateCustomer.js +2 -0
- package/dist/models/billing/CreatePortalSession.d.ts +3 -0
- package/dist/models/billing/CreatePortalSession.js +2 -0
- package/dist/models/billing/Customer.d.ts +15 -0
- package/dist/models/billing/Customer.js +2 -0
- package/dist/models/billing/PlanTier.d.ts +5 -0
- package/dist/models/billing/PlanTier.js +9 -0
- package/dist/models/billing/PortalSession.d.ts +3 -0
- package/dist/models/billing/PortalSession.js +2 -0
- package/dist/models/billing/SubscriptionItem.d.ts +6 -0
- package/dist/models/billing/SubscriptionItem.js +2 -0
- package/dist/models/billing/SubscriptionPlan.d.ts +9 -0
- package/dist/models/billing/SubscriptionPlan.js +2 -0
- package/dist/models/billing/SubscriptionPlanPrice.d.ts +6 -0
- package/dist/models/billing/SubscriptionPlanPrice.js +2 -0
- package/dist/models/billing/SubscriptionPlanPriceInterval.d.ts +4 -0
- package/dist/models/billing/SubscriptionPlanPriceInterval.js +8 -0
- package/dist/models/billing/SubscriptionPlanProduct.d.ts +13 -0
- package/dist/models/billing/SubscriptionPlanProduct.js +2 -0
- package/dist/models/billing/SubscriptionPlanType.d.ts +4 -0
- package/dist/models/billing/SubscriptionPlanType.js +8 -0
- package/dist/models/billing/SubscriptionPlanWorkflowTier.d.ts +5 -0
- package/dist/models/billing/SubscriptionPlanWorkflowTier.js +2 -0
- package/dist/models/billing/SubscriptionStatus.d.ts +5 -0
- package/dist/models/billing/SubscriptionStatus.js +9 -0
- package/dist/models/business/BusinessEventJob.d.ts +6 -0
- package/dist/models/business/BusinessEventJob.js +2 -0
- package/dist/models/business/BusinessEventType.d.ts +3 -0
- package/dist/models/business/BusinessEventType.js +7 -0
- package/dist/models/business/BusinessId.d.ts +2 -0
- package/dist/models/business/BusinessId.js +2 -0
- package/dist/models/business/BusinessMembership.d.ts +11 -0
- package/dist/models/business/BusinessMembership.js +2 -0
- package/dist/models/business/BusinessMembershipRole.d.ts +5 -0
- package/dist/models/business/BusinessMembershipRole.js +9 -0
- package/dist/models/card/Card.d.ts +39 -0
- package/dist/models/card/Card.js +2 -0
- package/dist/models/card/CardEvent.d.ts +7 -0
- package/dist/models/card/CardEvent.js +2 -0
- package/dist/models/card/CardEventEmitted.d.ts +4 -0
- package/dist/models/card/CardEventEmitted.js +2 -0
- package/dist/models/card/CardFields.d.ts +1 -0
- package/dist/models/card/CardFields.js +2 -0
- package/dist/models/card/CardStatus.d.ts +4 -0
- package/dist/models/card/CardStatus.js +8 -0
- package/dist/models/card/CardStatusChangeJobData.d.ts +5 -0
- package/dist/models/card/CardStatusChangeJobData.js +2 -0
- package/dist/models/card/ChannelCardSequence.d.ts +4 -0
- package/dist/models/card/ChannelCardSequence.js +2 -0
- package/dist/models/card/CreateCard.d.ts +6 -0
- package/dist/models/card/CreateCard.js +2 -0
- package/dist/models/card/CreateCards.d.ts +4 -0
- package/dist/models/card/CreateCards.js +2 -0
- package/dist/models/card/CreateEntityRecurrence.d.ts +4 -0
- package/dist/models/card/CreateEntityRecurrence.js +2 -0
- package/dist/models/card/CreateNonRecurringCard.d.ts +20 -0
- package/dist/models/card/CreateNonRecurringCard.js +2 -0
- package/dist/models/card/DeleteCard.d.ts +6 -0
- package/dist/models/card/DeleteCard.js +2 -0
- package/dist/models/card/DeleteCards.d.ts +3 -0
- package/dist/models/card/DeleteCards.js +2 -0
- package/dist/models/card/EntityEventType.d.ts +17 -0
- package/dist/models/card/EntityEventType.js +21 -0
- package/dist/models/card/EntityRecurrence.d.ts +6 -0
- package/dist/models/card/EntityRecurrence.js +2 -0
- package/dist/models/card/EntityRecurrenceScope.d.ts +4 -0
- package/dist/models/card/EntityRecurrenceScope.js +8 -0
- package/dist/models/card/ExternalCardBatchEvent.d.ts +6 -0
- package/dist/models/card/ExternalCardBatchEvent.js +2 -0
- package/dist/models/card/ExternalCardEvent.d.ts +6 -0
- package/dist/models/card/ExternalCardEvent.js +2 -0
- package/dist/models/card/ExternalCardEventPayload.d.ts +15 -0
- package/dist/models/card/ExternalCardEventPayload.js +2 -0
- package/dist/models/card/ExternalCardEventRemotePayload.d.ts +3 -0
- package/dist/models/card/ExternalCardEventRemotePayload.js +2 -0
- package/dist/models/card/ExternalCardEventType.d.ts +9 -0
- package/dist/models/card/ExternalCardEventType.js +13 -0
- package/dist/models/card/GetCards.d.ts +3 -0
- package/dist/models/card/GetCards.js +2 -0
- package/dist/models/card/NotificationEvent.d.ts +21 -0
- package/dist/models/card/NotificationEvent.js +2 -0
- package/dist/models/card/UpdateCard.d.ts +19 -0
- package/dist/models/card/UpdateCard.js +2 -0
- package/dist/models/card/UpdateCardMerged.d.ts +10 -0
- package/dist/models/card/UpdateCardMerged.js +2 -0
- package/dist/models/card/UpdateEntityRecurrence.d.ts +5 -0
- package/dist/models/card/UpdateEntityRecurrence.js +2 -0
- package/dist/models/card/WorkspaceFocus.d.ts +4 -0
- package/dist/models/card/WorkspaceFocus.js +8 -0
- package/dist/models/card/card-definition/CardDefinition.d.ts +22 -0
- package/dist/models/card/card-definition/CardDefinition.js +2 -0
- package/dist/models/card/card-definition/CardDefinitionSubscription.d.ts +3 -0
- package/dist/models/card/card-definition/CardDefinitionSubscription.js +2 -0
- package/dist/models/card/card-definition/CardFragmentTemplate.d.ts +11 -0
- package/dist/models/card/card-definition/CardFragmentTemplate.js +2 -0
- package/dist/models/card/card-definition/CardUITemplate.d.ts +14 -0
- package/dist/models/card/card-definition/CardUITemplate.js +2 -0
- package/dist/models/card/card-definition/CardUITemplateType.d.ts +5 -0
- package/dist/models/card/card-definition/CardUITemplateType.js +9 -0
- package/dist/models/card/card-definition/CoastJSONFieldType.d.ts +4 -0
- package/dist/models/card/card-definition/CoastJSONFieldType.js +8 -0
- package/dist/models/card/card-definition/CoastJSONSchema4.d.ts +9 -0
- package/dist/models/card/card-definition/CoastJSONSchema4.js +2 -0
- package/dist/models/card/card-definition/CreateCardDefinition.d.ts +21 -0
- package/dist/models/card/card-definition/CreateCardDefinition.js +2 -0
- package/dist/models/card/card-definition/CreateCardFragmentTemplate.d.ts +8 -0
- package/dist/models/card/card-definition/CreateCardFragmentTemplate.js +2 -0
- package/dist/models/card/card-definition/CreateCardUITemplate.d.ts +10 -0
- package/dist/models/card/card-definition/CreateCardUITemplate.js +2 -0
- package/dist/models/card/card-definition/DefinitionTypeIdentifier.d.ts +4 -0
- package/dist/models/card/card-definition/DefinitionTypeIdentifier.js +8 -0
- package/dist/models/card/card-definition/ListCardDefinitions.d.ts +4 -0
- package/dist/models/card/card-definition/ListCardDefinitions.js +2 -0
- package/dist/models/card/card-definition/ListCardFragmentTemplates.d.ts +3 -0
- package/dist/models/card/card-definition/ListCardFragmentTemplates.js +2 -0
- package/dist/models/card/card-definition/UpdateCardDefinition.d.ts +21 -0
- package/dist/models/card/card-definition/UpdateCardDefinition.js +2 -0
- package/dist/models/card/card-definition/UpdateCardFragmentTemplate.d.ts +8 -0
- package/dist/models/card/card-definition/UpdateCardFragmentTemplate.js +2 -0
- package/dist/models/card/card-definition/UpdateCardUITemplate.d.ts +4 -0
- package/dist/models/card/card-definition/UpdateCardUITemplate.js +2 -0
- package/dist/models/card/card-field-string-tag/ArchiveCardFieldStringTag.d.ts +5 -0
- package/dist/models/card/card-field-string-tag/ArchiveCardFieldStringTag.js +2 -0
- package/dist/models/card/card-field-string-tag/CardFieldStringTag.d.ts +12 -0
- package/dist/models/card/card-field-string-tag/CardFieldStringTag.js +2 -0
- package/dist/models/card/card-field-string-tag/CreateCardFieldStringTag.d.ts +10 -0
- package/dist/models/card/card-field-string-tag/CreateCardFieldStringTag.js +2 -0
- package/dist/models/card/card-field-string-tag/ListCardFieldStringTags.d.ts +5 -0
- package/dist/models/card/card-field-string-tag/ListCardFieldStringTags.js +2 -0
- package/dist/models/card/card-field-string-tag/UpdateCardFieldStringTag.d.ts +9 -0
- package/dist/models/card/card-field-string-tag/UpdateCardFieldStringTag.js +2 -0
- package/dist/models/card/card-reminder/CardReminder.d.ts +12 -0
- package/dist/models/card/card-reminder/CardReminder.js +2 -0
- package/dist/models/card/card-reminder/CardReminderEventType.d.ts +4 -0
- package/dist/models/card/card-reminder/CardReminderEventType.js +8 -0
- package/dist/models/card/card-reminder/CardReminderJobData.d.ts +4 -0
- package/dist/models/card/card-reminder/CardReminderJobData.js +2 -0
- package/dist/models/card/card-reminder/CreateCardReminder.d.ts +9 -0
- package/dist/models/card/card-reminder/CreateCardReminder.js +2 -0
- package/dist/models/card/card-reminder/ReminderRelativeTo.d.ts +4 -0
- package/dist/models/card/card-reminder/ReminderRelativeTo.js +8 -0
- package/dist/models/card/card-reminder/UpdateCardReminder.d.ts +4 -0
- package/dist/models/card/card-reminder/UpdateCardReminder.js +2 -0
- package/dist/models/card/client-event/ClientEvent.d.ts +10 -0
- package/dist/models/card/client-event/ClientEvent.js +2 -0
- package/dist/models/card/client-event/ClientEventType.d.ts +5 -0
- package/dist/models/card/client-event/ClientEventType.js +9 -0
- package/dist/models/card/client-event/CreateClientEvent.d.ts +10 -0
- package/dist/models/card/client-event/CreateClientEvent.js +2 -0
- package/dist/models/card/export/CreateCardExport.d.ts +6 -0
- package/dist/models/card/export/CreateCardExport.js +2 -0
- package/dist/models/card/list-cards/CardRelationFilter.d.ts +7 -0
- package/dist/models/card/list-cards/CardRelationFilter.js +2 -0
- package/dist/models/card/list-cards/CardRelationFilterType.d.ts +4 -0
- package/dist/models/card/list-cards/CardRelationFilterType.js +8 -0
- package/dist/models/card/list-cards/CardTagFilter.d.ts +5 -0
- package/dist/models/card/list-cards/CardTagFilter.js +2 -0
- package/dist/models/card/list-cards/LegacyCardRelationFilter.d.ts +7 -0
- package/dist/models/card/list-cards/LegacyCardRelationFilter.js +2 -0
- package/dist/models/card/list-cards/LegacyCardRelationFilterType.d.ts +3 -0
- package/dist/models/card/list-cards/LegacyCardRelationFilterType.js +7 -0
- package/dist/models/card/list-cards/ListCards.d.ts +21 -0
- package/dist/models/card/list-cards/ListCards.js +2 -0
- package/dist/models/card/list-cards/ListCardsOrder.d.ts +6 -0
- package/dist/models/card/list-cards/ListCardsOrder.js +2 -0
- package/dist/models/card/list-cards/ListCardsOrderBy.d.ts +6 -0
- package/dist/models/card/list-cards/ListCardsOrderBy.js +10 -0
- package/dist/models/card/list-cards/ListCardsResult.d.ts +8 -0
- package/dist/models/card/list-cards/ListCardsResult.js +2 -0
- package/dist/models/card/related-card/ListRelatedCardRollups.d.ts +7 -0
- package/dist/models/card/related-card/ListRelatedCardRollups.js +2 -0
- package/dist/models/card/related-card/ListRelatedCards.d.ts +8 -0
- package/dist/models/card/related-card/ListRelatedCards.js +2 -0
- package/dist/models/card/related-card/RelatedCardRollup.d.ts +6 -0
- package/dist/models/card/related-card/RelatedCardRollup.js +2 -0
- package/dist/models/card/related-card/RelatedCardSummary.d.ts +4 -0
- package/dist/models/card/related-card/RelatedCardSummary.js +2 -0
- package/dist/models/card/related-card/RelatedCardType.d.ts +4 -0
- package/dist/models/card/related-card/RelatedCardType.js +8 -0
- package/dist/models/card/summary-card/AbstractListSummaryCard.d.ts +6 -0
- package/dist/models/card/summary-card/AbstractListSummaryCard.js +2 -0
- package/dist/models/card/summary-card/GetSummaryCards.d.ts +3 -0
- package/dist/models/card/summary-card/GetSummaryCards.js +2 -0
- package/dist/models/card/summary-card/ListSummaryCards.d.ts +3 -0
- package/dist/models/card/summary-card/ListSummaryCards.js +2 -0
- package/dist/models/card/summary-card/ListSummaryCardsResult.d.ts +5 -0
- package/dist/models/card/summary-card/ListSummaryCardsResult.js +2 -0
- package/dist/models/card/summary-card/SummaryCard.d.ts +4 -0
- package/dist/models/card/summary-card/SummaryCard.js +2 -0
- package/dist/models/channel/AnyChannelUpdated.d.ts +8 -0
- package/dist/models/channel/AnyChannelUpdated.js +2 -0
- package/dist/models/channel/Channel.d.ts +35 -0
- package/dist/models/channel/Channel.js +2 -0
- package/dist/models/channel/ChannelAccountingUpdated.d.ts +13 -0
- package/dist/models/channel/ChannelAccountingUpdated.js +2 -0
- package/dist/models/channel/ChannelEventJob.d.ts +6 -0
- package/dist/models/channel/ChannelEventJob.js +2 -0
- package/dist/models/channel/ChannelEventType.d.ts +3 -0
- package/dist/models/channel/ChannelEventType.js +7 -0
- package/dist/models/channel/ChannelId.d.ts +2 -0
- package/dist/models/channel/ChannelId.js +2 -0
- package/dist/models/channel/ChannelType.d.ts +8 -0
- package/dist/models/channel/ChannelType.js +12 -0
- package/dist/models/channel/CreateChannel.d.ts +19 -0
- package/dist/models/channel/CreateChannel.js +2 -0
- package/dist/models/channel/CreateChannelChannelMembership.d.ts +3 -0
- package/dist/models/channel/CreateChannelChannelMembership.js +2 -0
- package/dist/models/channel/ListChannels.d.ts +8 -0
- package/dist/models/channel/ListChannels.js +2 -0
- package/dist/models/channel/RelatedChannelAssociation.d.ts +7 -0
- package/dist/models/channel/RelatedChannelAssociation.js +2 -0
- package/dist/models/channel/UpdateChannelV2.d.ts +12 -0
- package/dist/models/channel/UpdateChannelV2.js +2 -0
- package/dist/models/channel/UpdateRelatedChannelAssociation.d.ts +5 -0
- package/dist/models/channel/UpdateRelatedChannelAssociation.js +2 -0
- package/dist/models/common/EventKey.d.ts +40 -0
- package/dist/models/common/EventKey.js +44 -0
- package/dist/models/common/OneOfUtils.d.ts +2 -0
- package/dist/models/common/OneOfUtils.js +2 -0
- package/dist/models/common/RRuleUtils.d.ts +2 -0
- package/dist/models/common/RRuleUtils.js +2 -0
- package/dist/models/common/SortDirection.d.ts +4 -0
- package/dist/models/common/SortDirection.js +8 -0
- package/dist/models/common/WithBusinessId.d.ts +3 -0
- package/dist/models/common/WithBusinessId.js +2 -0
- package/dist/models/dashboard/CreateDashboard.d.ts +5 -0
- package/dist/models/dashboard/CreateDashboard.js +2 -0
- package/dist/models/dashboard/CreateEntityWidget.d.ts +3 -0
- package/dist/models/dashboard/CreateEntityWidget.js +2 -0
- package/dist/models/dashboard/CreateUserEntityWidgetAssociation.d.ts +3 -0
- package/dist/models/dashboard/CreateUserEntityWidgetAssociation.js +2 -0
- package/dist/models/dashboard/Dashboard.d.ts +7 -0
- package/dist/models/dashboard/Dashboard.js +2 -0
- package/dist/models/dashboard/DeleteUserEntityWidgetAssociation.d.ts +3 -0
- package/dist/models/dashboard/DeleteUserEntityWidgetAssociation.js +2 -0
- package/dist/models/dashboard/EntityWidget.d.ts +10 -0
- package/dist/models/dashboard/EntityWidget.js +2 -0
- package/dist/models/dashboard/UpdateDashboard.d.ts +5 -0
- package/dist/models/dashboard/UpdateDashboard.js +2 -0
- package/dist/models/dashboard/UpdateEntityWidget.d.ts +4 -0
- package/dist/models/dashboard/UpdateEntityWidget.js +2 -0
- package/dist/models/dashboard/UserEntityWidgetAssociation.d.ts +4 -0
- package/dist/models/dashboard/UserEntityWidgetAssociation.js +2 -0
- package/dist/models/export/BulkExportRequest.d.ts +5 -0
- package/dist/models/export/BulkExportRequest.js +2 -0
- package/dist/models/export/ComponentDataExport.d.ts +6 -0
- package/dist/models/export/ComponentDataExport.js +2 -0
- package/dist/models/export/CreateQrCode.d.ts +3 -0
- package/dist/models/export/CreateQrCode.js +2 -0
- package/dist/models/export/CreateWorkflowEntitiesExport.d.ts +7 -0
- package/dist/models/export/CreateWorkflowEntitiesExport.js +2 -0
- package/dist/models/export/DataExport.d.ts +4 -0
- package/dist/models/export/DataExport.js +2 -0
- package/dist/models/export/DataExportRegistry.d.ts +5 -0
- package/dist/models/export/DataExportRegistry.js +2 -0
- package/dist/models/export/DataExportType.d.ts +4 -0
- package/dist/models/export/DataExportType.js +8 -0
- package/dist/models/export/Export.d.ts +5 -0
- package/dist/models/export/Export.js +2 -0
- package/dist/models/export/ExportFormat.d.ts +6 -0
- package/dist/models/export/ExportFormat.js +10 -0
- package/dist/models/export/FormDataExport.d.ts +10 -0
- package/dist/models/export/FormDataExport.js +2 -0
- package/dist/models/export/ListEntitiesFormData.d.ts +8 -0
- package/dist/models/export/ListEntitiesFormData.js +2 -0
- package/dist/models/export/ListEntitiesFormDataResult.d.ts +6 -0
- package/dist/models/export/ListEntitiesFormDataResult.js +2 -0
- package/dist/models/export/SubformDataExport.d.ts +10 -0
- package/dist/models/export/SubformDataExport.js +2 -0
- package/dist/models/integration/App.d.ts +10 -0
- package/dist/models/integration/App.js +2 -0
- package/dist/models/integration/AppStatus.d.ts +5 -0
- package/dist/models/integration/AppStatus.js +9 -0
- package/dist/models/integration/CreateAppIntegration.d.ts +12 -0
- package/dist/models/integration/CreateAppIntegration.js +2 -0
- package/dist/models/integration/CreateIntegration.d.ts +6 -0
- package/dist/models/integration/CreateIntegration.js +2 -0
- package/dist/models/integration/GetIntegration.d.ts +3 -0
- package/dist/models/integration/GetIntegration.js +2 -0
- package/dist/models/integration/IntegationTempCode.d.ts +4 -0
- package/dist/models/integration/IntegationTempCode.js +2 -0
- package/dist/models/integration/Integration.d.ts +20 -0
- package/dist/models/integration/Integration.js +2 -0
- package/dist/models/integration/IntegrationEntityEvent.d.ts +8 -0
- package/dist/models/integration/IntegrationEntityEvent.js +2 -0
- package/dist/models/integration/IntegrationStatus.d.ts +6 -0
- package/dist/models/integration/IntegrationStatus.js +10 -0
- package/dist/models/integration/IntegrationVerification.d.ts +4 -0
- package/dist/models/integration/IntegrationVerification.js +2 -0
- package/dist/models/integration/ListIntegrations.d.ts +6 -0
- package/dist/models/integration/ListIntegrations.js +2 -0
- package/dist/models/integration/UpdateIntegration.d.ts +12 -0
- package/dist/models/integration/UpdateIntegration.js +2 -0
- package/dist/models/json-relations/workflow-template/CreateWorkflowTemplateFieldLink.d.ts +2 -0
- package/dist/models/json-relations/workflow-template/CreateWorkflowTemplateFieldLink.js +2 -0
- package/dist/models/json-relations/workflow-template/LinkComponentType.d.ts +2 -0
- package/dist/models/json-relations/workflow-template/LinkComponentType.js +2 -0
- package/dist/models/json-relations/workflow-template/WorkflowTemplateFieldLink.d.ts +8 -0
- package/dist/models/json-relations/workflow-template/WorkflowTemplateFieldLink.js +2 -0
- package/dist/models/media/CreateMedia.d.ts +5 -0
- package/dist/models/media/CreateMedia.js +2 -0
- package/dist/models/media/Media.d.ts +6 -0
- package/dist/models/media/Media.js +2 -0
- package/dist/models/media/MediaPresignedPost.d.ts +4 -0
- package/dist/models/media/MediaPresignedPost.js +2 -0
- package/dist/models/media/MediaType.d.ts +3 -0
- package/dist/models/media/MediaType.js +2 -0
- package/dist/models/messaging/CreateLegacyMessage.d.ts +16 -0
- package/dist/models/messaging/CreateLegacyMessage.js +2 -0
- package/dist/models/messaging/CreateThread.d.ts +4 -0
- package/dist/models/messaging/CreateThread.js +2 -0
- package/dist/models/messaging/CreateThreadMessage.d.ts +16 -0
- package/dist/models/messaging/CreateThreadMessage.js +2 -0
- package/dist/models/messaging/LegacyMessageSubtype.d.ts +3 -0
- package/dist/models/messaging/LegacyMessageSubtype.js +7 -0
- package/dist/models/messaging/Thread.d.ts +9 -0
- package/dist/models/messaging/Thread.js +2 -0
- package/dist/models/messaging/ThreadMembership.d.ts +11 -0
- package/dist/models/messaging/ThreadMembership.js +2 -0
- package/dist/models/messaging/ThreadMessage.d.ts +24 -0
- package/dist/models/messaging/ThreadMessage.js +2 -0
- package/dist/models/messaging/ThreadMessageAttachment.d.ts +7 -0
- package/dist/models/messaging/ThreadMessageAttachment.js +2 -0
- package/dist/models/messaging/ThreadMessageMeta.d.ts +11 -0
- package/dist/models/messaging/ThreadMessageMeta.js +2 -0
- package/dist/models/messaging/ThreadMessageMetaInput.d.ts +12 -0
- package/dist/models/messaging/ThreadMessageMetaInput.js +2 -0
- package/dist/models/messaging/ThreadMessageReaction.d.ts +5 -0
- package/dist/models/messaging/ThreadMessageReaction.js +2 -0
- package/dist/models/messaging/ThreadMessageReactionType.d.ts +9 -0
- package/dist/models/messaging/ThreadMessageReactionType.js +13 -0
- package/dist/models/messaging/ThreadMessageSubscription.d.ts +3 -0
- package/dist/models/messaging/ThreadMessageSubscription.js +2 -0
- package/dist/models/messaging/ThreadMessageType.d.ts +4 -0
- package/dist/models/messaging/ThreadMessageType.js +8 -0
- package/dist/models/messaging/ThreadSubscription.d.ts +3 -0
- package/dist/models/messaging/ThreadSubscription.js +2 -0
- package/dist/models/messaging/Token.d.ts +11 -0
- package/dist/models/messaging/Token.js +2 -0
- package/dist/models/messaging/TokenMentionType.d.ts +5 -0
- package/dist/models/messaging/TokenMentionType.js +9 -0
- package/dist/models/messaging/TokenType.d.ts +7 -0
- package/dist/models/messaging/TokenType.js +11 -0
- package/dist/models/messaging/UpdateThread.d.ts +5 -0
- package/dist/models/messaging/UpdateThread.js +2 -0
- package/dist/models/messaging/UpdateThreadMessage.d.ts +8 -0
- package/dist/models/messaging/UpdateThreadMessage.js +2 -0
- package/dist/models/metrics/CreateUsageMetric.d.ts +11 -0
- package/dist/models/metrics/CreateUsageMetric.js +2 -0
- package/dist/models/metrics/MessageEventJob.d.ts +8 -0
- package/dist/models/metrics/MessageEventJob.js +2 -0
- package/dist/models/metrics/MessageEventType.d.ts +3 -0
- package/dist/models/metrics/MessageEventType.js +7 -0
- package/dist/models/metrics/MetricType.d.ts +5 -0
- package/dist/models/metrics/MetricType.js +9 -0
- package/dist/models/metrics/MetricUnit.d.ts +4 -0
- package/dist/models/metrics/MetricUnit.js +8 -0
- package/dist/models/metrics/StorageEventJob.d.ts +8 -0
- package/dist/models/metrics/StorageEventJob.js +2 -0
- package/dist/models/metrics/StorageEventType.d.ts +3 -0
- package/dist/models/metrics/StorageEventType.js +7 -0
- package/dist/models/metrics/UsageMetric.d.ts +12 -0
- package/dist/models/metrics/UsageMetric.js +2 -0
- package/dist/models/metrics/UsageMetricSummary.d.ts +7 -0
- package/dist/models/metrics/UsageMetricSummary.js +2 -0
- package/dist/models/pagination/OffsetPaginatedRequest.d.ts +4 -0
- package/dist/models/pagination/OffsetPaginatedRequest.js +2 -0
- package/dist/models/pagination/OffsetPaginatedResult.d.ts +3 -0
- package/dist/models/pagination/OffsetPaginatedResult.js +2 -0
- package/dist/models/plan-limits/PlanLimit.d.ts +4 -0
- package/dist/models/plan-limits/PlanLimit.js +2 -0
- package/dist/models/plan-limits/PlanLimitEntity.d.ts +3 -0
- package/dist/models/plan-limits/PlanLimitEntity.js +2 -0
- package/dist/models/plan-limits/PlanLimitOverage.d.ts +9 -0
- package/dist/models/plan-limits/PlanLimitOverage.js +2 -0
- package/dist/models/reporting/CreateReport.d.ts +7 -0
- package/dist/models/reporting/CreateReport.js +2 -0
- package/dist/models/reporting/CreateReportUrl.d.ts +4 -0
- package/dist/models/reporting/CreateReportUrl.js +2 -0
- package/dist/models/reporting/ListReports.d.ts +4 -0
- package/dist/models/reporting/ListReports.js +2 -0
- package/dist/models/reporting/Report.d.ts +9 -0
- package/dist/models/reporting/Report.js +2 -0
- package/dist/models/reporting/UpdateReport.d.ts +8 -0
- package/dist/models/reporting/UpdateReport.js +2 -0
- package/dist/models/search/Indexable.d.ts +19 -0
- package/dist/models/search/Indexable.js +2 -0
- package/dist/models/search/Search.d.ts +6 -0
- package/dist/models/search/Search.js +2 -0
- package/dist/models/search/SearchIndex.d.ts +5 -0
- package/dist/models/search/SearchIndex.js +9 -0
- package/dist/models/search/SearchResult.d.ts +24 -0
- package/dist/models/search/SearchResult.js +2 -0
- package/dist/models/search/SearchResultHighlight.d.ts +5 -0
- package/dist/models/search/SearchResultHighlight.js +2 -0
- package/dist/models/search/SearchResultHighlightPosition.d.ts +4 -0
- package/dist/models/search/SearchResultHighlightPosition.js +2 -0
- package/dist/models/search/SearchResultHighlights.d.ts +7 -0
- package/dist/models/search/SearchResultHighlights.js +2 -0
- package/dist/models/search/SearchResultType.d.ts +4 -0
- package/dist/models/search/SearchResultType.js +8 -0
- package/dist/models/shared-link/CreateSharedCardLink.d.ts +8 -0
- package/dist/models/shared-link/CreateSharedCardLink.js +2 -0
- package/dist/models/shared-link/ListSharedCardLinks.d.ts +4 -0
- package/dist/models/shared-link/ListSharedCardLinks.js +2 -0
- package/dist/models/shared-link/SharedCardLink.d.ts +13 -0
- package/dist/models/shared-link/SharedCardLink.js +2 -0
- package/dist/models/shared-link/SharedCardLinkType.d.ts +4 -0
- package/dist/models/shared-link/SharedCardLinkType.js +8 -0
- package/dist/models/user/UserEventJob.d.ts +7 -0
- package/dist/models/user/UserEventJob.js +2 -0
- package/dist/models/user/UserEventType.d.ts +4 -0
- package/dist/models/user/UserEventType.js +8 -0
- package/dist/models/utils/ClassType.d.ts +1 -0
- package/dist/models/utils/ClassType.js +2 -0
- package/dist/models/utils/DeepPartial.d.ts +3 -0
- package/dist/models/utils/DeepPartial.js +2 -0
- package/dist/models/utils/PartialRecord.d.ts +3 -0
- package/dist/models/utils/PartialRecord.js +2 -0
- package/dist/models/workflow-app/CreateWorkflowApp.d.ts +4 -0
- package/dist/models/workflow-app/CreateWorkflowApp.js +2 -0
- package/dist/models/workflow-app/WorkflowApp.d.ts +7 -0
- package/dist/models/workflow-app/WorkflowApp.js +2 -0
- package/dist/models/workflow-automation/CreateWorkflowAutomationEvent.d.ts +7 -0
- package/dist/models/workflow-automation/CreateWorkflowAutomationEvent.js +2 -0
- package/dist/models/workflow-automation/CreateWorkflowTemplateAutomationAssociation.d.ts +6 -0
- package/dist/models/workflow-automation/CreateWorkflowTemplateAutomationAssociation.js +2 -0
- package/dist/models/workflow-automation/ListWorkflowTemplateAutomations.d.ts +7 -0
- package/dist/models/workflow-automation/ListWorkflowTemplateAutomations.js +2 -0
- package/dist/models/workflow-automation/ListWorkflowTemplateAutomationsResult.d.ts +5 -0
- package/dist/models/workflow-automation/ListWorkflowTemplateAutomationsResult.js +2 -0
- package/dist/models/workflow-automation/WorkflowAutomationsEvent.d.ts +9 -0
- package/dist/models/workflow-automation/WorkflowAutomationsEvent.js +2 -0
- package/dist/models/workflow-automation/WorkflowTemplateAutomationAssociation.d.ts +4 -0
- package/dist/models/workflow-automation/WorkflowTemplateAutomationAssociation.js +2 -0
- package/dist/models/workflow-library/CreateWorkflowListItem.d.ts +11 -0
- package/dist/models/workflow-library/CreateWorkflowListItem.js +2 -0
- package/dist/models/workflow-library/CreateWorkflowListItemAssociation.d.ts +5 -0
- package/dist/models/workflow-library/CreateWorkflowListItemAssociation.js +2 -0
- package/dist/models/workflow-library/ListWorkflowListItems.d.ts +4 -0
- package/dist/models/workflow-library/ListWorkflowListItems.js +2 -0
- package/dist/models/workflow-library/UpdateWorkflowListItem.d.ts +11 -0
- package/dist/models/workflow-library/UpdateWorkflowListItem.js +2 -0
- package/dist/models/workflow-library/WorkflowListItem.d.ts +10 -0
- package/dist/models/workflow-library/WorkflowListItem.js +2 -0
- package/dist/models/workflow-library/WorkflowListItemAssociation.d.ts +10 -0
- package/dist/models/workflow-library/WorkflowListItemAssociation.js +2 -0
- package/dist/models/workflow-template/ContextualizedUITemplate.d.ts +2 -0
- package/dist/models/workflow-template/ContextualizedUITemplate.js +2 -0
- package/dist/models/workflow-template/CreateWorkflowTemplate.d.ts +10 -0
- package/dist/models/workflow-template/CreateWorkflowTemplate.js +2 -0
- package/dist/models/workflow-template/CreateWorkflowTemplates.d.ts +4 -0
- package/dist/models/workflow-template/CreateWorkflowTemplates.js +2 -0
- package/dist/models/workflow-template/GeneratedCardBlock.d.ts +2 -0
- package/dist/models/workflow-template/GeneratedCardBlock.js +2 -0
- package/dist/models/workflow-template/ListWorkflowTemplateSort.d.ts +6 -0
- package/dist/models/workflow-template/ListWorkflowTemplateSort.js +2 -0
- package/dist/models/workflow-template/ListWorkflowTemplateSortField.d.ts +4 -0
- package/dist/models/workflow-template/ListWorkflowTemplateSortField.js +8 -0
- package/dist/models/workflow-template/ListWorkflowTemplates.d.ts +11 -0
- package/dist/models/workflow-template/ListWorkflowTemplates.js +2 -0
- package/dist/models/workflow-template/ListWorkflowTemplatesResult.d.ts +5 -0
- package/dist/models/workflow-template/ListWorkflowTemplatesResult.js +2 -0
- package/dist/models/workflow-template/UpdateWorkflowTemplate.d.ts +6 -0
- package/dist/models/workflow-template/UpdateWorkflowTemplate.js +2 -0
- package/dist/models/workflow-template/WorkflowTemplate.d.ts +28 -0
- package/dist/models/workflow-template/WorkflowTemplate.js +2 -0
- package/dist/models/workflow-template/WorkflowTemplateId.d.ts +2 -0
- package/dist/models/workflow-template/WorkflowTemplateId.js +2 -0
- package/dist/models/workflow-template/WorkflowTemplateInstallState.d.ts +4 -0
- package/dist/models/workflow-template/WorkflowTemplateInstallState.js +8 -0
- package/dist/models/workflow-template/behaviors/Action.d.ts +4 -0
- package/dist/models/workflow-template/behaviors/Action.js +2 -0
- package/dist/models/workflow-template/behaviors/ActionType.d.ts +3 -0
- package/dist/models/workflow-template/behaviors/ActionType.js +7 -0
- package/dist/models/workflow-template/behaviors/NavigateAction.d.ts +7 -0
- package/dist/models/workflow-template/behaviors/NavigateAction.js +2 -0
- package/dist/models/workflow-template/behaviors/ViewTemplateSelector.d.ts +5 -0
- package/dist/models/workflow-template/behaviors/ViewTemplateSelector.js +2 -0
- package/dist/models/workflow-template/behaviors/WorkflowTemplateBehavior.d.ts +5 -0
- package/dist/models/workflow-template/behaviors/WorkflowTemplateBehavior.js +2 -0
- package/dist/models/workflow-template/channel-default-configuration/ChannelDefaultConfiguration.d.ts +4 -0
- package/dist/models/workflow-template/channel-default-configuration/ChannelDefaultConfiguration.js +2 -0
- package/dist/models/workflow-template/channel-default-configuration/CreateChannelDefaultConfiguration.d.ts +3 -0
- package/dist/models/workflow-template/channel-default-configuration/CreateChannelDefaultConfiguration.js +2 -0
- package/dist/models/workflow-template/channel-default-configuration/UpdateChannelDefaultConfiguration.d.ts +3 -0
- package/dist/models/workflow-template/channel-default-configuration/UpdateChannelDefaultConfiguration.js +2 -0
- package/dist/models/workflow-template/component-subscription/ComponentSubscription.d.ts +21 -0
- package/dist/models/workflow-template/component-subscription/ComponentSubscription.js +2 -0
- package/dist/models/workflow-template/component-subscription/ComponentSubscriptionEvent.d.ts +6 -0
- package/dist/models/workflow-template/component-subscription/ComponentSubscriptionEvent.js +2 -0
- package/dist/models/workflow-template/component-subscription/ComponentSubscriptionEvents.d.ts +8 -0
- package/dist/models/workflow-template/component-subscription/ComponentSubscriptionEvents.js +2 -0
- package/dist/models/workflow-template/component-subscription/CreateComponentSubscription.d.ts +3 -0
- package/dist/models/workflow-template/component-subscription/CreateComponentSubscription.js +2 -0
- package/dist/models/workflow-template/component-subscription/ObserverAction.d.ts +6 -0
- package/dist/models/workflow-template/component-subscription/ObserverAction.js +10 -0
- package/dist/models/workflow-template/component-subscription/SubscriptionType.d.ts +7 -0
- package/dist/models/workflow-template/component-subscription/SubscriptionType.js +11 -0
- package/dist/models/workflow-template/components/AnyComponentDataValue.d.ts +19 -0
- package/dist/models/workflow-template/components/AnyComponentDataValue.js +2 -0
- package/dist/models/workflow-template/components/Component.d.ts +9 -0
- package/dist/models/workflow-template/components/Component.js +2 -0
- package/dist/models/workflow-template/components/ComponentData.d.ts +4 -0
- package/dist/models/workflow-template/components/ComponentData.js +2 -0
- package/dist/models/workflow-template/components/ComponentDataFormatterUtils.d.ts +2 -0
- package/dist/models/workflow-template/components/ComponentDataFormatterUtils.js +2 -0
- package/dist/models/workflow-template/components/ComponentDataOneOf.d.ts +30 -0
- package/dist/models/workflow-template/components/ComponentDataOneOf.js +2 -0
- package/dist/models/workflow-template/components/ComponentDataRegistry.d.ts +4 -0
- package/dist/models/workflow-template/components/ComponentDataRegistry.js +2 -0
- package/dist/models/workflow-template/components/ComponentDataUtils.d.ts +2 -0
- package/dist/models/workflow-template/components/ComponentDataUtils.js +2 -0
- package/dist/models/workflow-template/components/ComponentId.d.ts +2 -0
- package/dist/models/workflow-template/components/ComponentId.js +2 -0
- package/dist/models/workflow-template/components/ComponentOneOf.d.ts +50 -0
- package/dist/models/workflow-template/components/ComponentOneOf.js +2 -0
- package/dist/models/workflow-template/components/ComponentOneOfOverride.d.ts +50 -0
- package/dist/models/workflow-template/components/ComponentOneOfOverride.js +2 -0
- package/dist/models/workflow-template/components/ComponentOverrideType.d.ts +8 -0
- package/dist/models/workflow-template/components/ComponentOverrideType.js +2 -0
- package/dist/models/workflow-template/components/ComponentRegistry.d.ts +34 -0
- package/dist/models/workflow-template/components/ComponentRegistry.js +2 -0
- package/dist/models/workflow-template/components/ComponentType.d.ts +26 -0
- package/dist/models/workflow-template/components/ComponentType.js +30 -0
- package/dist/models/workflow-template/components/ComponentTypeDataMap.d.ts +0 -0
- package/dist/models/workflow-template/components/ComponentTypeDataMap.js +0 -0
- package/dist/models/workflow-template/components/ComponentUtils.d.ts +2 -0
- package/dist/models/workflow-template/components/ComponentUtils.js +2 -0
- package/dist/models/workflow-template/components/ComponentViewOptions.d.ts +6 -0
- package/dist/models/workflow-template/components/ComponentViewOptions.js +2 -0
- package/dist/models/workflow-template/components/CreateComponentViewOptions.d.ts +5 -0
- package/dist/models/workflow-template/components/CreateComponentViewOptions.js +2 -0
- package/dist/models/workflow-template/components/Defaultable.d.ts +3 -0
- package/dist/models/workflow-template/components/Defaultable.js +2 -0
- package/dist/models/workflow-template/components/InputComponent.d.ts +12 -0
- package/dist/models/workflow-template/components/InputComponent.js +2 -0
- package/dist/models/workflow-template/components/address/AddressComponent.d.ts +3 -0
- package/dist/models/workflow-template/components/address/AddressComponent.js +2 -0
- package/dist/models/workflow-template/components/address/AddressComponentData.d.ts +5 -0
- package/dist/models/workflow-template/components/address/AddressComponentData.js +2 -0
- package/dist/models/workflow-template/components/address/AddressComponentDataValue.d.ts +7 -0
- package/dist/models/workflow-template/components/address/AddressComponentDataValue.js +2 -0
- package/dist/models/workflow-template/components/address/AddressComponentOverride.d.ts +4 -0
- package/dist/models/workflow-template/components/address/AddressComponentOverride.js +2 -0
- package/dist/models/workflow-template/components/address/CreateAddressComponentOverride.d.ts +4 -0
- package/dist/models/workflow-template/components/address/CreateAddressComponentOverride.js +2 -0
- package/dist/models/workflow-template/components/audit-checkbox/AuditCheckboxComponent.d.ts +3 -0
- package/dist/models/workflow-template/components/audit-checkbox/AuditCheckboxComponent.js +2 -0
- package/dist/models/workflow-template/components/audit-checkbox/AuditCheckboxComponentData.d.ts +5 -0
- package/dist/models/workflow-template/components/audit-checkbox/AuditCheckboxComponentData.js +2 -0
- package/dist/models/workflow-template/components/audit-checkbox/AuditCheckboxComponentDataValue.d.ts +4 -0
- package/dist/models/workflow-template/components/audit-checkbox/AuditCheckboxComponentDataValue.js +2 -0
- package/dist/models/workflow-template/components/audit-checkbox/AuditCheckboxComponentOverride.d.ts +4 -0
- package/dist/models/workflow-template/components/audit-checkbox/AuditCheckboxComponentOverride.js +2 -0
- package/dist/models/workflow-template/components/audit-checkbox/CreateAuditCheckboxComponentOverride.d.ts +4 -0
- package/dist/models/workflow-template/components/audit-checkbox/CreateAuditCheckboxComponentOverride.js +2 -0
- package/dist/models/workflow-template/components/audit-tag/AuditTagComponent.d.ts +3 -0
- package/dist/models/workflow-template/components/audit-tag/AuditTagComponent.js +2 -0
- package/dist/models/workflow-template/components/audit-tag/AuditTagComponentData.d.ts +5 -0
- package/dist/models/workflow-template/components/audit-tag/AuditTagComponentData.js +2 -0
- package/dist/models/workflow-template/components/audit-tag/AuditTagComponentDataValue.d.ts +4 -0
- package/dist/models/workflow-template/components/audit-tag/AuditTagComponentDataValue.js +2 -0
- package/dist/models/workflow-template/components/audit-tag/AuditTagComponentOverride.d.ts +4 -0
- package/dist/models/workflow-template/components/audit-tag/AuditTagComponentOverride.js +2 -0
- package/dist/models/workflow-template/components/audit-tag/CreateAuditTagComponentOverride.d.ts +4 -0
- package/dist/models/workflow-template/components/audit-tag/CreateAuditTagComponentOverride.js +2 -0
- package/dist/models/workflow-template/components/audit-text/AuditTextComponent.d.ts +3 -0
- package/dist/models/workflow-template/components/audit-text/AuditTextComponent.js +2 -0
- package/dist/models/workflow-template/components/audit-text/AuditTextComponentData.d.ts +5 -0
- package/dist/models/workflow-template/components/audit-text/AuditTextComponentData.js +2 -0
- package/dist/models/workflow-template/components/audit-text/AuditTextComponentDataValue.d.ts +4 -0
- package/dist/models/workflow-template/components/audit-text/AuditTextComponentDataValue.js +2 -0
- package/dist/models/workflow-template/components/audit-text/AuditTextComponentOverride.d.ts +4 -0
- package/dist/models/workflow-template/components/audit-text/AuditTextComponentOverride.js +2 -0
- package/dist/models/workflow-template/components/audit-text/CreateAuditTextComponentOverride.d.ts +4 -0
- package/dist/models/workflow-template/components/audit-text/CreateAuditTextComponentOverride.js +2 -0
- package/dist/models/workflow-template/components/button/ButtonComponent.d.ts +4 -0
- package/dist/models/workflow-template/components/button/ButtonComponent.js +2 -0
- package/dist/models/workflow-template/components/button/CreateInputButtonComponentOverride.d.ts +4 -0
- package/dist/models/workflow-template/components/button/CreateInputButtonComponentOverride.js +2 -0
- package/dist/models/workflow-template/components/button/InputButtonComponent.d.ts +4 -0
- package/dist/models/workflow-template/components/button/InputButtonComponent.js +2 -0
- package/dist/models/workflow-template/components/button/InputButtonComponentOverride.d.ts +4 -0
- package/dist/models/workflow-template/components/button/InputButtonComponentOverride.js +2 -0
- package/dist/models/workflow-template/components/common/AuditComponentDataValue.d.ts +5 -0
- package/dist/models/workflow-template/components/common/AuditComponentDataValue.js +2 -0
- package/dist/models/workflow-template/components/common/Coordinates.d.ts +4 -0
- package/dist/models/workflow-template/components/common/Coordinates.js +2 -0
- package/dist/models/workflow-template/components/common/FileDataValue.d.ts +7 -0
- package/dist/models/workflow-template/components/common/FileDataValue.js +2 -0
- package/dist/models/workflow-template/components/date/CreateDateComponentOverride.d.ts +4 -0
- package/dist/models/workflow-template/components/date/CreateDateComponentOverride.js +2 -0
- package/dist/models/workflow-template/components/date/DateComponent.d.ts +7 -0
- package/dist/models/workflow-template/components/date/DateComponent.js +2 -0
- package/dist/models/workflow-template/components/date/DateComponentData.d.ts +4 -0
- package/dist/models/workflow-template/components/date/DateComponentData.js +2 -0
- package/dist/models/workflow-template/components/date/DateComponentOverride.d.ts +4 -0
- package/dist/models/workflow-template/components/date/DateComponentOverride.js +2 -0
- package/dist/models/workflow-template/components/date/DateDefault.d.ts +3 -0
- package/dist/models/workflow-template/components/date/DateDefault.js +2 -0
- package/dist/models/workflow-template/components/email/CreateEmailComponentOverride.d.ts +4 -0
- package/dist/models/workflow-template/components/email/CreateEmailComponentOverride.js +2 -0
- package/dist/models/workflow-template/components/email/EmailComponent.d.ts +6 -0
- package/dist/models/workflow-template/components/email/EmailComponent.js +2 -0
- package/dist/models/workflow-template/components/email/EmailComponentData.d.ts +4 -0
- package/dist/models/workflow-template/components/email/EmailComponentData.js +2 -0
- package/dist/models/workflow-template/components/email/EmailComponentOverride.d.ts +4 -0
- package/dist/models/workflow-template/components/email/EmailComponentOverride.js +2 -0
- package/dist/models/workflow-template/components/email/EmailDefault.d.ts +3 -0
- package/dist/models/workflow-template/components/email/EmailDefault.js +2 -0
- package/dist/models/workflow-template/components/enitty-batch/CreateEntityBatchComponentOverride.d.ts +4 -0
- package/dist/models/workflow-template/components/enitty-batch/CreateEntityBatchComponentOverride.js +2 -0
- package/dist/models/workflow-template/components/enitty-batch/EntityBatchComponent.d.ts +3 -0
- package/dist/models/workflow-template/components/enitty-batch/EntityBatchComponent.js +2 -0
- package/dist/models/workflow-template/components/enitty-batch/EntityBatchComponentData.d.ts +5 -0
- package/dist/models/workflow-template/components/enitty-batch/EntityBatchComponentData.js +2 -0
- package/dist/models/workflow-template/components/enitty-batch/EntityBatchComponentOverride.d.ts +4 -0
- package/dist/models/workflow-template/components/enitty-batch/EntityBatchComponentOverride.js +2 -0
- package/dist/models/workflow-template/components/file/CreateFileComponentOverride.d.ts +4 -0
- package/dist/models/workflow-template/components/file/CreateFileComponentOverride.js +2 -0
- package/dist/models/workflow-template/components/file/FileComponent.d.ts +4 -0
- package/dist/models/workflow-template/components/file/FileComponent.js +2 -0
- package/dist/models/workflow-template/components/file/FileComponentData.d.ts +5 -0
- package/dist/models/workflow-template/components/file/FileComponentData.js +2 -0
- package/dist/models/workflow-template/components/file/FileComponentOverride.d.ts +4 -0
- package/dist/models/workflow-template/components/file/FileComponentOverride.js +2 -0
- package/dist/models/workflow-template/components/geo-location/CreateGeolocationComponentOverride.d.ts +4 -0
- package/dist/models/workflow-template/components/geo-location/CreateGeolocationComponentOverride.js +2 -0
- package/dist/models/workflow-template/components/geo-location/GeolocationComponent.d.ts +3 -0
- package/dist/models/workflow-template/components/geo-location/GeolocationComponent.js +2 -0
- package/dist/models/workflow-template/components/geo-location/GeolocationComponentData.d.ts +5 -0
- package/dist/models/workflow-template/components/geo-location/GeolocationComponentData.js +2 -0
- package/dist/models/workflow-template/components/geo-location/GeolocationComponentDataValue.d.ts +7 -0
- package/dist/models/workflow-template/components/geo-location/GeolocationComponentDataValue.js +2 -0
- package/dist/models/workflow-template/components/geo-location/GeolocationComponentOverride.d.ts +4 -0
- package/dist/models/workflow-template/components/geo-location/GeolocationComponentOverride.js +2 -0
- package/dist/models/workflow-template/components/number/CreateNumberComponentOverride.d.ts +4 -0
- package/dist/models/workflow-template/components/number/CreateNumberComponentOverride.js +2 -0
- package/dist/models/workflow-template/components/number/NumberComponent.d.ts +5 -0
- package/dist/models/workflow-template/components/number/NumberComponent.js +2 -0
- package/dist/models/workflow-template/components/number/NumberComponentData.d.ts +4 -0
- package/dist/models/workflow-template/components/number/NumberComponentData.js +2 -0
- package/dist/models/workflow-template/components/number/NumberComponentOverride.d.ts +4 -0
- package/dist/models/workflow-template/components/number/NumberComponentOverride.js +2 -0
- package/dist/models/workflow-template/components/number/NumberFormat.d.ts +5 -0
- package/dist/models/workflow-template/components/number/NumberFormat.js +9 -0
- package/dist/models/workflow-template/components/person/CreatePersonComponentOverride.d.ts +4 -0
- package/dist/models/workflow-template/components/person/CreatePersonComponentOverride.js +2 -0
- package/dist/models/workflow-template/components/person/PersonComponent.d.ts +6 -0
- package/dist/models/workflow-template/components/person/PersonComponent.js +2 -0
- package/dist/models/workflow-template/components/person/PersonComponentData.d.ts +4 -0
- package/dist/models/workflow-template/components/person/PersonComponentData.js +2 -0
- package/dist/models/workflow-template/components/person/PersonComponentDefault.d.ts +5 -0
- package/dist/models/workflow-template/components/person/PersonComponentDefault.js +2 -0
- package/dist/models/workflow-template/components/person/PersonComponentOverride.d.ts +4 -0
- package/dist/models/workflow-template/components/person/PersonComponentOverride.js +2 -0
- package/dist/models/workflow-template/components/referenced-in/CreateReferencedInComponentOverride.d.ts +4 -0
- package/dist/models/workflow-template/components/referenced-in/CreateReferencedInComponentOverride.js +2 -0
- package/dist/models/workflow-template/components/referenced-in/ReferencedInComponent.d.ts +7 -0
- package/dist/models/workflow-template/components/referenced-in/ReferencedInComponent.js +2 -0
- package/dist/models/workflow-template/components/referenced-in/ReferencedInComponentOverride.d.ts +4 -0
- package/dist/models/workflow-template/components/referenced-in/ReferencedInComponentOverride.js +2 -0
- package/dist/models/workflow-template/components/related-card/CreateRelatedCardComponentOverride.d.ts +4 -0
- package/dist/models/workflow-template/components/related-card/CreateRelatedCardComponentOverride.js +2 -0
- package/dist/models/workflow-template/components/related-card/ListWorkflowEntitiesDefault.d.ts +5 -0
- package/dist/models/workflow-template/components/related-card/ListWorkflowEntitiesDefault.js +2 -0
- package/dist/models/workflow-template/components/related-card/RelatedCardComponent.d.ts +11 -0
- package/dist/models/workflow-template/components/related-card/RelatedCardComponent.js +2 -0
- package/dist/models/workflow-template/components/related-card/RelatedCardComponentData.d.ts +5 -0
- package/dist/models/workflow-template/components/related-card/RelatedCardComponentData.js +2 -0
- package/dist/models/workflow-template/components/related-card/RelatedCardComponentDataValue.d.ts +4 -0
- package/dist/models/workflow-template/components/related-card/RelatedCardComponentDataValue.js +2 -0
- package/dist/models/workflow-template/components/related-card/RelatedCardComponentOverride.d.ts +4 -0
- package/dist/models/workflow-template/components/related-card/RelatedCardComponentOverride.js +2 -0
- package/dist/models/workflow-template/components/related-card/RelatedCardDefault.d.ts +3 -0
- package/dist/models/workflow-template/components/related-card/RelatedCardDefault.js +2 -0
- package/dist/models/workflow-template/components/related-card/RelatedCardFilter.d.ts +3 -0
- package/dist/models/workflow-template/components/related-card/RelatedCardFilter.js +2 -0
- package/dist/models/workflow-template/components/related-card-lookup/CreateRelatedCardLookupComponentOverride.d.ts +4 -0
- package/dist/models/workflow-template/components/related-card-lookup/CreateRelatedCardLookupComponentOverride.js +2 -0
- package/dist/models/workflow-template/components/related-card-lookup/RelatedCardLookupComponent.d.ts +7 -0
- package/dist/models/workflow-template/components/related-card-lookup/RelatedCardLookupComponent.js +2 -0
- package/dist/models/workflow-template/components/related-card-lookup/RelatedCardLookupComponentOverride.d.ts +4 -0
- package/dist/models/workflow-template/components/related-card-lookup/RelatedCardLookupComponentOverride.js +2 -0
- package/dist/models/workflow-template/components/scheduled-automation/CreateScheduledAutomationComponentOverride.d.ts +4 -0
- package/dist/models/workflow-template/components/scheduled-automation/CreateScheduledAutomationComponentOverride.js +2 -0
- package/dist/models/workflow-template/components/scheduled-automation/ScheduledAutomationComponent.d.ts +8 -0
- package/dist/models/workflow-template/components/scheduled-automation/ScheduledAutomationComponent.js +2 -0
- package/dist/models/workflow-template/components/scheduled-automation/ScheduledAutomationComponentData.d.ts +5 -0
- package/dist/models/workflow-template/components/scheduled-automation/ScheduledAutomationComponentData.js +2 -0
- package/dist/models/workflow-template/components/scheduled-automation/ScheduledAutomationComponentDataValue.d.ts +3 -0
- package/dist/models/workflow-template/components/scheduled-automation/ScheduledAutomationComponentDataValue.js +2 -0
- package/dist/models/workflow-template/components/scheduled-automation/ScheduledAutomationComponentOverride.d.ts +4 -0
- package/dist/models/workflow-template/components/scheduled-automation/ScheduledAutomationComponentOverride.js +2 -0
- package/dist/models/workflow-template/components/scheduled-automation/ScheduledAutomationDefault.d.ts +3 -0
- package/dist/models/workflow-template/components/scheduled-automation/ScheduledAutomationDefault.js +2 -0
- package/dist/models/workflow-template/components/server/ServerComponentId.d.ts +7 -0
- package/dist/models/workflow-template/components/server/ServerComponentId.js +11 -0
- package/dist/models/workflow-template/components/signature/CreateSignatureComponentOverride.d.ts +4 -0
- package/dist/models/workflow-template/components/signature/CreateSignatureComponentOverride.js +2 -0
- package/dist/models/workflow-template/components/signature/SignatureComponent.d.ts +3 -0
- package/dist/models/workflow-template/components/signature/SignatureComponent.js +2 -0
- package/dist/models/workflow-template/components/signature/SignatureComponentData.d.ts +5 -0
- package/dist/models/workflow-template/components/signature/SignatureComponentData.js +2 -0
- package/dist/models/workflow-template/components/signature/SignatureComponentOverride.d.ts +4 -0
- package/dist/models/workflow-template/components/signature/SignatureComponentOverride.js +2 -0
- package/dist/models/workflow-template/components/static-text/CreateStaticTextComponentOverride.d.ts +4 -0
- package/dist/models/workflow-template/components/static-text/CreateStaticTextComponentOverride.js +2 -0
- package/dist/models/workflow-template/components/static-text/StaticTextComponent.d.ts +4 -0
- package/dist/models/workflow-template/components/static-text/StaticTextComponent.js +2 -0
- package/dist/models/workflow-template/components/static-text/StaticTextComponentOverride.d.ts +4 -0
- package/dist/models/workflow-template/components/static-text/StaticTextComponentOverride.js +2 -0
- package/dist/models/workflow-template/components/subform/CreateSubformComponentOverride.d.ts +4 -0
- package/dist/models/workflow-template/components/subform/CreateSubformComponentOverride.js +2 -0
- package/dist/models/workflow-template/components/subform/SubformComponent.d.ts +7 -0
- package/dist/models/workflow-template/components/subform/SubformComponent.js +2 -0
- package/dist/models/workflow-template/components/subform/SubformComponentData.d.ts +5 -0
- package/dist/models/workflow-template/components/subform/SubformComponentData.js +2 -0
- package/dist/models/workflow-template/components/subform/SubformComponentDataValue.d.ts +4 -0
- package/dist/models/workflow-template/components/subform/SubformComponentDataValue.js +2 -0
- package/dist/models/workflow-template/components/subform/SubformComponentOverride.d.ts +4 -0
- package/dist/models/workflow-template/components/subform/SubformComponentOverride.js +2 -0
- package/dist/models/workflow-template/components/subform/SubformDefault.d.ts +3 -0
- package/dist/models/workflow-template/components/subform/SubformDefault.js +2 -0
- package/dist/models/workflow-template/components/tag/CombinedTagsComponent.d.ts +7 -0
- package/dist/models/workflow-template/components/tag/CombinedTagsComponent.js +2 -0
- package/dist/models/workflow-template/components/tag/CombinedTagsComponentOverride.d.ts +4 -0
- package/dist/models/workflow-template/components/tag/CombinedTagsComponentOverride.js +2 -0
- package/dist/models/workflow-template/components/tag/CreateCombinedTagsComponentOverride.d.ts +4 -0
- package/dist/models/workflow-template/components/tag/CreateCombinedTagsComponentOverride.js +2 -0
- package/dist/models/workflow-template/components/tag/CreateTagComponentOverride.d.ts +4 -0
- package/dist/models/workflow-template/components/tag/CreateTagComponentOverride.js +2 -0
- package/dist/models/workflow-template/components/tag/TagComponent.d.ts +12 -0
- package/dist/models/workflow-template/components/tag/TagComponent.js +2 -0
- package/dist/models/workflow-template/components/tag/TagComponentData.d.ts +4 -0
- package/dist/models/workflow-template/components/tag/TagComponentData.js +2 -0
- package/dist/models/workflow-template/components/tag/TagComponentOption.d.ts +7 -0
- package/dist/models/workflow-template/components/tag/TagComponentOption.js +2 -0
- package/dist/models/workflow-template/components/tag/TagComponentOverride.d.ts +4 -0
- package/dist/models/workflow-template/components/tag/TagComponentOverride.js +2 -0
- package/dist/models/workflow-template/components/tag/TagDefault.d.ts +3 -0
- package/dist/models/workflow-template/components/tag/TagDefault.js +2 -0
- package/dist/models/workflow-template/components/tag/TagSummaryComponent.d.ts +3 -0
- package/dist/models/workflow-template/components/tag/TagSummaryComponent.js +2 -0
- package/dist/models/workflow-template/components/text/CreateTextComponentOverride.d.ts +4 -0
- package/dist/models/workflow-template/components/text/CreateTextComponentOverride.js +2 -0
- package/dist/models/workflow-template/components/text/TextComponent.d.ts +8 -0
- package/dist/models/workflow-template/components/text/TextComponent.js +2 -0
- package/dist/models/workflow-template/components/text/TextComponentData.d.ts +4 -0
- package/dist/models/workflow-template/components/text/TextComponentData.js +2 -0
- package/dist/models/workflow-template/components/text/TextComponentOverride.d.ts +4 -0
- package/dist/models/workflow-template/components/text/TextComponentOverride.js +2 -0
- package/dist/models/workflow-template/components/text/TextDefault.d.ts +3 -0
- package/dist/models/workflow-template/components/text/TextDefault.js +2 -0
- package/dist/models/workflow-template/components/time-tracker/CreateTimeTrackerComponent.d.ts +3 -0
- package/dist/models/workflow-template/components/time-tracker/CreateTimeTrackerComponent.js +2 -0
- package/dist/models/workflow-template/components/time-tracker/CreateTimeTrackerComponentOverride.d.ts +4 -0
- package/dist/models/workflow-template/components/time-tracker/CreateTimeTrackerComponentOverride.js +2 -0
- package/dist/models/workflow-template/components/time-tracker/TimeTrackerComponent.d.ts +9 -0
- package/dist/models/workflow-template/components/time-tracker/TimeTrackerComponent.js +2 -0
- package/dist/models/workflow-template/components/time-tracker/TimeTrackerComponentData.d.ts +5 -0
- package/dist/models/workflow-template/components/time-tracker/TimeTrackerComponentData.js +2 -0
- package/dist/models/workflow-template/components/time-tracker/TimeTrackerComponentDataAction.d.ts +4 -0
- package/dist/models/workflow-template/components/time-tracker/TimeTrackerComponentDataAction.js +8 -0
- package/dist/models/workflow-template/components/time-tracker/TimeTrackerComponentDataValue.d.ts +5 -0
- package/dist/models/workflow-template/components/time-tracker/TimeTrackerComponentDataValue.js +2 -0
- package/dist/models/workflow-template/components/time-tracker/TimeTrackerComponentOverride.d.ts +4 -0
- package/dist/models/workflow-template/components/time-tracker/TimeTrackerComponentOverride.js +2 -0
- package/dist/models/workflow-template/components/time-tracker/TimeTrackerEntry.d.ts +5 -0
- package/dist/models/workflow-template/components/time-tracker/TimeTrackerEntry.js +2 -0
- package/dist/models/workflow-template/components/time-tracker/TimeTrackerGeolocation.d.ts +6 -0
- package/dist/models/workflow-template/components/time-tracker/TimeTrackerGeolocation.js +2 -0
- package/dist/models/workflow-template/components/todo/CreateTodoComponentOverride.d.ts +4 -0
- package/dist/models/workflow-template/components/todo/CreateTodoComponentOverride.js +2 -0
- package/dist/models/workflow-template/components/todo/InputComponentOverride.d.ts +4 -0
- package/dist/models/workflow-template/components/todo/InputComponentOverride.js +2 -0
- package/dist/models/workflow-template/components/todo/TodoComponent.d.ts +3 -0
- package/dist/models/workflow-template/components/todo/TodoComponent.js +2 -0
- package/dist/models/workflow-template/components/todo/TodoComponentData.d.ts +5 -0
- package/dist/models/workflow-template/components/todo/TodoComponentData.js +2 -0
- package/dist/models/workflow-template/components/todo/TodoComponentDataValue.d.ts +5 -0
- package/dist/models/workflow-template/components/todo/TodoComponentDataValue.js +2 -0
- package/dist/models/workflow-template/components/todo/TodoComponentOverride.d.ts +4 -0
- package/dist/models/workflow-template/components/todo/TodoComponentOverride.js +2 -0
- package/dist/models/workflow-template/entities/AbstractListWorkflowEntities.d.ts +8 -0
- package/dist/models/workflow-template/entities/AbstractListWorkflowEntities.js +2 -0
- package/dist/models/workflow-template/entities/AggregateNumberStats.d.ts +7 -0
- package/dist/models/workflow-template/entities/AggregateNumberStats.js +2 -0
- package/dist/models/workflow-template/entities/AggregateRelatedCardQuantity.d.ts +7 -0
- package/dist/models/workflow-template/entities/AggregateRelatedCardQuantity.js +2 -0
- package/dist/models/workflow-template/entities/CreateWorkflowEntities.d.ts +5 -0
- package/dist/models/workflow-template/entities/CreateWorkflowEntities.js +2 -0
- package/dist/models/workflow-template/entities/CreateWorkflowEntity.d.ts +9 -0
- package/dist/models/workflow-template/entities/CreateWorkflowEntity.js +2 -0
- package/dist/models/workflow-template/entities/CreateWorkflowEntityField.d.ts +5 -0
- package/dist/models/workflow-template/entities/CreateWorkflowEntityField.js +2 -0
- package/dist/models/workflow-template/entities/DeleteWorkflowEntities.d.ts +4 -0
- package/dist/models/workflow-template/entities/DeleteWorkflowEntities.js +2 -0
- package/dist/models/workflow-template/entities/EntityFields.d.ts +3 -0
- package/dist/models/workflow-template/entities/EntityFields.js +2 -0
- package/dist/models/workflow-template/entities/EntityMapping.d.ts +6 -0
- package/dist/models/workflow-template/entities/EntityMapping.js +2 -0
- package/dist/models/workflow-template/entities/GetWorkflowEntities.d.ts +4 -0
- package/dist/models/workflow-template/entities/GetWorkflowEntities.js +2 -0
- package/dist/models/workflow-template/entities/GetWorkflowEntitiesResult.d.ts +6 -0
- package/dist/models/workflow-template/entities/GetWorkflowEntitiesResult.js +2 -0
- package/dist/models/workflow-template/entities/GetWorkflowEntity.d.ts +3 -0
- package/dist/models/workflow-template/entities/GetWorkflowEntity.js +2 -0
- package/dist/models/workflow-template/entities/GetWorkflowEntityResult.d.ts +6 -0
- package/dist/models/workflow-template/entities/GetWorkflowEntityResult.js +2 -0
- package/dist/models/workflow-template/entities/ListWorkflowEntities.d.ts +4 -0
- package/dist/models/workflow-template/entities/ListWorkflowEntities.js +2 -0
- package/dist/models/workflow-template/entities/ListWorkflowEntitiesContext.d.ts +4 -0
- package/dist/models/workflow-template/entities/ListWorkflowEntitiesContext.js +2 -0
- package/dist/models/workflow-template/entities/ListWorkflowEntitiesResult.d.ts +10 -0
- package/dist/models/workflow-template/entities/ListWorkflowEntitiesResult.js +2 -0
- package/dist/models/workflow-template/entities/UpdateWorkflowEntities.d.ts +5 -0
- package/dist/models/workflow-template/entities/UpdateWorkflowEntities.js +2 -0
- package/dist/models/workflow-template/entities/UpdateWorkflowEntity.d.ts +4 -0
- package/dist/models/workflow-template/entities/UpdateWorkflowEntity.js +2 -0
- package/dist/models/workflow-template/entities/WorkflowEntity.d.ts +9 -0
- package/dist/models/workflow-template/entities/WorkflowEntity.js +2 -0
- package/dist/models/workflow-template/entities/WorkflowEntityField.d.ts +5 -0
- package/dist/models/workflow-template/entities/WorkflowEntityField.js +2 -0
- package/dist/models/workflow-template/entities/audit-trail/CreateEntityAuditTrailEntry.d.ts +3 -0
- package/dist/models/workflow-template/entities/audit-trail/CreateEntityAuditTrailEntry.js +2 -0
- package/dist/models/workflow-template/entities/audit-trail/CreateEntityAuditTrailEvent.d.ts +5 -0
- package/dist/models/workflow-template/entities/audit-trail/CreateEntityAuditTrailEvent.js +2 -0
- package/dist/models/workflow-template/entities/audit-trail/EntityAuditTrail.d.ts +6 -0
- package/dist/models/workflow-template/entities/audit-trail/EntityAuditTrail.js +2 -0
- package/dist/models/workflow-template/entities/audit-trail/EntityAuditTrailEntry.d.ts +11 -0
- package/dist/models/workflow-template/entities/audit-trail/EntityAuditTrailEntry.js +2 -0
- package/dist/models/workflow-template/entities/audit-trail/EntityAuditTrailEvent.d.ts +9 -0
- package/dist/models/workflow-template/entities/audit-trail/EntityAuditTrailEvent.js +2 -0
- package/dist/models/workflow-template/entities/audit-trail/GetEntityAuditTrail.d.ts +3 -0
- package/dist/models/workflow-template/entities/audit-trail/GetEntityAuditTrail.js +2 -0
- package/dist/models/workflow-template/entities/audit-trail/TrailData.d.ts +3 -0
- package/dist/models/workflow-template/entities/audit-trail/TrailData.js +2 -0
- package/dist/models/workflow-template/entities/events/WorkflowEntityEvent.d.ts +8 -0
- package/dist/models/workflow-template/entities/events/WorkflowEntityEvent.js +2 -0
- package/dist/models/workflow-template/entities/events/WorkflowEntityEventEmitted.d.ts +4 -0
- package/dist/models/workflow-template/entities/events/WorkflowEntityEventEmitted.js +2 -0
- package/dist/models/workflow-template/entities/filters/AbsoluteDate.d.ts +3 -0
- package/dist/models/workflow-template/entities/filters/AbsoluteDate.js +2 -0
- package/dist/models/workflow-template/entities/filters/AnyComponentFilter.d.ts +12 -0
- package/dist/models/workflow-template/entities/filters/AnyComponentFilter.js +2 -0
- package/dist/models/workflow-template/entities/filters/AnyMultiComponentFilter.d.ts +3 -0
- package/dist/models/workflow-template/entities/filters/AnyMultiComponentFilter.js +2 -0
- package/dist/models/workflow-template/entities/filters/AnySingleComponentFilter.d.ts +12 -0
- package/dist/models/workflow-template/entities/filters/AnySingleComponentFilter.js +2 -0
- package/dist/models/workflow-template/entities/filters/ComparisonOperator.d.ts +10 -0
- package/dist/models/workflow-template/entities/filters/ComparisonOperator.js +14 -0
- package/dist/models/workflow-template/entities/filters/ContainsCurrentUser.d.ts +3 -0
- package/dist/models/workflow-template/entities/filters/ContainsCurrentUser.js +2 -0
- package/dist/models/workflow-template/entities/filters/ContainsCurrentWorkflowTemplateComponentValue.d.ts +3 -0
- package/dist/models/workflow-template/entities/filters/ContainsCurrentWorkflowTemplateComponentValue.js +2 -0
- package/dist/models/workflow-template/entities/filters/ContainsNestedString.d.ts +4 -0
- package/dist/models/workflow-template/entities/filters/ContainsNestedString.js +2 -0
- package/dist/models/workflow-template/entities/filters/ContainsNumber.d.ts +3 -0
- package/dist/models/workflow-template/entities/filters/ContainsNumber.js +2 -0
- package/dist/models/workflow-template/entities/filters/ContainsString.d.ts +3 -0
- package/dist/models/workflow-template/entities/filters/ContainsString.js +2 -0
- package/dist/models/workflow-template/entities/filters/DateIs.d.ts +8 -0
- package/dist/models/workflow-template/entities/filters/DateIs.js +2 -0
- package/dist/models/workflow-template/entities/filters/DateRange.d.ts +4 -0
- package/dist/models/workflow-template/entities/filters/DateRange.js +2 -0
- package/dist/models/workflow-template/entities/filters/DateToken.d.ts +3 -0
- package/dist/models/workflow-template/entities/filters/DateToken.js +7 -0
- package/dist/models/workflow-template/entities/filters/DateTokenIs.d.ts +4 -0
- package/dist/models/workflow-template/entities/filters/DateTokenIs.js +2 -0
- package/dist/models/workflow-template/entities/filters/DynamicFilterByComponent.d.ts +5 -0
- package/dist/models/workflow-template/entities/filters/DynamicFilterByComponent.js +2 -0
- package/dist/models/workflow-template/entities/filters/DynamicFilterOneOf.d.ts +5 -0
- package/dist/models/workflow-template/entities/filters/DynamicFilterOneOf.js +2 -0
- package/dist/models/workflow-template/entities/filters/FilterByComponent.d.ts +5 -0
- package/dist/models/workflow-template/entities/filters/FilterByComponent.js +2 -0
- package/dist/models/workflow-template/entities/filters/FilterOneOf.d.ts +20 -0
- package/dist/models/workflow-template/entities/filters/FilterOneOf.js +2 -0
- package/dist/models/workflow-template/entities/filters/IsEmpty.d.ts +3 -0
- package/dist/models/workflow-template/entities/filters/IsEmpty.js +2 -0
- package/dist/models/workflow-template/entities/filters/IsNestedEmpty.d.ts +3 -0
- package/dist/models/workflow-template/entities/filters/IsNestedEmpty.js +2 -0
- package/dist/models/workflow-template/entities/filters/MultiMatchNumber.d.ts +3 -0
- package/dist/models/workflow-template/entities/filters/MultiMatchNumber.js +2 -0
- package/dist/models/workflow-template/entities/filters/MultiMatchString.d.ts +3 -0
- package/dist/models/workflow-template/entities/filters/MultiMatchString.js +2 -0
- package/dist/models/workflow-template/entities/filters/NumberIs.d.ts +5 -0
- package/dist/models/workflow-template/entities/filters/NumberIs.js +2 -0
- package/dist/models/workflow-template/entities/filters/RelativeDate.d.ts +5 -0
- package/dist/models/workflow-template/entities/filters/RelativeDate.js +2 -0
- package/dist/models/workflow-template/entities/filters/StringWildcard.d.ts +3 -0
- package/dist/models/workflow-template/entities/filters/StringWildcard.js +2 -0
- package/dist/models/workflow-template/entities/filters/TimeUnit.d.ts +3 -0
- package/dist/models/workflow-template/entities/filters/TimeUnit.js +7 -0
- package/dist/models/workflow-template/entities/recurring/CreateRecurringEntities.d.ts +9 -0
- package/dist/models/workflow-template/entities/recurring/CreateRecurringEntities.js +2 -0
- package/dist/models/workflow-template/entities/recurring/CreateRecurringEntitiesResult.d.ts +6 -0
- package/dist/models/workflow-template/entities/recurring/CreateRecurringEntitiesResult.js +2 -0
- package/dist/models/workflow-template/entities/recurring/CreateRecurringEntitiesSchedule.d.ts +3 -0
- package/dist/models/workflow-template/entities/recurring/CreateRecurringEntitiesSchedule.js +2 -0
- package/dist/models/workflow-template/entities/recurring/DeleteRecurringEntities.d.ts +3 -0
- package/dist/models/workflow-template/entities/recurring/DeleteRecurringEntities.js +2 -0
- package/dist/models/workflow-template/entities/recurring/GetRecurringEntitiesSchedule.d.ts +5 -0
- package/dist/models/workflow-template/entities/recurring/GetRecurringEntitiesSchedule.js +2 -0
- package/dist/models/workflow-template/entities/recurring/RecurringEntitiesSchedule.d.ts +9 -0
- package/dist/models/workflow-template/entities/recurring/RecurringEntitiesSchedule.js +2 -0
- package/dist/models/workflow-template/entities/recurring/RecurringEntitiesScheduleId.d.ts +2 -0
- package/dist/models/workflow-template/entities/recurring/RecurringEntitiesScheduleId.js +2 -0
- package/dist/models/workflow-template/entities/recurring/RecurringEntityFieldOverrides.d.ts +4 -0
- package/dist/models/workflow-template/entities/recurring/RecurringEntityFieldOverrides.js +2 -0
- package/dist/models/workflow-template/entities/recurring/UpdateRecurringEntities.d.ts +8 -0
- package/dist/models/workflow-template/entities/recurring/UpdateRecurringEntities.js +2 -0
- package/dist/models/workflow-template/entities/refs/EntityRefs.d.ts +10 -0
- package/dist/models/workflow-template/entities/refs/EntityRefs.js +2 -0
- package/dist/models/workflow-template/entities/scheduled-automation/CreateEntityScheduledAutomationTrigger.d.ts +2 -0
- package/dist/models/workflow-template/entities/scheduled-automation/CreateEntityScheduledAutomationTrigger.js +2 -0
- package/dist/models/workflow-template/entities/scheduled-automation/EntityScheduledAutomationTrigger.d.ts +11 -0
- package/dist/models/workflow-template/entities/scheduled-automation/EntityScheduledAutomationTrigger.js +2 -0
- package/dist/models/workflow-template/entities/search/MultiKeySearchFilter.d.ts +3 -0
- package/dist/models/workflow-template/entities/search/MultiKeySearchFilter.js +2 -0
- package/dist/models/workflow-template/entities/search/NestedStatsQuery.d.ts +6 -0
- package/dist/models/workflow-template/entities/search/NestedStatsQuery.js +2 -0
- package/dist/models/workflow-template/entities/search/SearchFilter.d.ts +4 -0
- package/dist/models/workflow-template/entities/search/SearchFilter.js +2 -0
- package/dist/models/workflow-template/entities/search/SearchSort.d.ts +5 -0
- package/dist/models/workflow-template/entities/search/SearchSort.js +2 -0
- package/dist/models/workflow-template/entities/search/SearchWorkflowEntitiesResult.d.ts +4 -0
- package/dist/models/workflow-template/entities/search/SearchWorkflowEntitiesResult.js +2 -0
- package/dist/models/workflow-template/entities/search/SingleKeySearchFilter.d.ts +3 -0
- package/dist/models/workflow-template/entities/search/SingleKeySearchFilter.js +2 -0
- package/dist/models/workflow-template/entities/sort/SortByComponent.d.ts +5 -0
- package/dist/models/workflow-template/entities/sort/SortByComponent.js +2 -0
- package/dist/models/workflow-template/schema-builder/FileData.d.ts +7 -0
- package/dist/models/workflow-template/schema-builder/FileData.js +2 -0
- package/dist/models/workflow-template/view-template/CollectionCriteria.d.ts +8 -0
- package/dist/models/workflow-template/view-template/CollectionCriteria.js +2 -0
- package/dist/models/workflow-template/view-template/CollectionGroup.d.ts +4 -0
- package/dist/models/workflow-template/view-template/CollectionGroup.js +2 -0
- package/dist/models/workflow-template/view-template/CreateViewTemplate.d.ts +5 -0
- package/dist/models/workflow-template/view-template/CreateViewTemplate.js +2 -0
- package/dist/models/workflow-template/view-template/CreateViewTemplates.d.ts +4 -0
- package/dist/models/workflow-template/view-template/CreateViewTemplates.js +2 -0
- package/dist/models/workflow-template/view-template/DeleteViewTemplate.d.ts +3 -0
- package/dist/models/workflow-template/view-template/DeleteViewTemplate.js +2 -0
- package/dist/models/workflow-template/view-template/GetViewTemplate.d.ts +3 -0
- package/dist/models/workflow-template/view-template/GetViewTemplate.js +2 -0
- package/dist/models/workflow-template/view-template/ListViewTemplateSort.d.ts +6 -0
- package/dist/models/workflow-template/view-template/ListViewTemplateSort.js +2 -0
- package/dist/models/workflow-template/view-template/ListViewTemplateSortField.d.ts +6 -0
- package/dist/models/workflow-template/view-template/ListViewTemplateSortField.js +10 -0
- package/dist/models/workflow-template/view-template/ListViewTemplates.d.ts +11 -0
- package/dist/models/workflow-template/view-template/ListViewTemplates.js +2 -0
- package/dist/models/workflow-template/view-template/ListViewTemplatesResult.d.ts +5 -0
- package/dist/models/workflow-template/view-template/ListViewTemplatesResult.js +2 -0
- package/dist/models/workflow-template/view-template/UpdateViewTemplate.d.ts +7 -0
- package/dist/models/workflow-template/view-template/UpdateViewTemplate.js +2 -0
- package/dist/models/workflow-template/view-template/ViewSubtype.d.ts +7 -0
- package/dist/models/workflow-template/view-template/ViewSubtype.js +11 -0
- package/dist/models/workflow-template/view-template/ViewTemplate.d.ts +28 -0
- package/dist/models/workflow-template/view-template/ViewTemplate.js +2 -0
- package/dist/models/workflow-template/view-template/ViewTemplateCopyMapping.d.ts +4 -0
- package/dist/models/workflow-template/view-template/ViewTemplateCopyMapping.js +2 -0
- package/dist/models/workflow-template/view-template/ViewType.d.ts +4 -0
- package/dist/models/workflow-template/view-template/ViewType.js +8 -0
- package/dist/models/workflow-tier/CreateWorkflowTierAssociation.d.ts +4 -0
- package/dist/models/workflow-tier/CreateWorkflowTierAssociation.js +2 -0
- package/dist/models/workflow-tier/UpdateWorkflowTier.d.ts +5 -0
- package/dist/models/workflow-tier/UpdateWorkflowTier.js +2 -0
- package/dist/models/workflow-tier/WorkflowTier.d.ts +8 -0
- package/dist/models/workflow-tier/WorkflowTier.js +2 -0
- package/dist/models/workflow-tier/WorkflowTierAssociation.d.ts +9 -0
- package/dist/models/workflow-tier/WorkflowTierAssociation.js +2 -0
- package/dist/models/workflow-tier/WorkflowTierType.d.ts +5 -0
- package/dist/models/workflow-tier/WorkflowTierType.js +9 -0
- package/dist/models/workspace-section/CreateWorkspaceSection.d.ts +7 -0
- package/dist/models/workspace-section/CreateWorkspaceSection.js +2 -0
- package/dist/models/workspace-section/CreateWorkspaceSectionAssociation.d.ts +3 -0
- package/dist/models/workspace-section/CreateWorkspaceSectionAssociation.js +2 -0
- package/dist/models/workspace-section/UpdateWorkspaceSection.d.ts +6 -0
- package/dist/models/workspace-section/UpdateWorkspaceSection.js +2 -0
- package/dist/models/workspace-section/UpdateWorkspaceSectionAssociation.d.ts +3 -0
- package/dist/models/workspace-section/UpdateWorkspaceSectionAssociation.js +2 -0
- package/dist/models/workspace-section/WorkspaceSection.d.ts +7 -0
- package/dist/models/workspace-section/WorkspaceSection.js +2 -0
- package/dist/models/workspace-section/WorkspaceSectionAssociation.d.ts +6 -0
- package/dist/models/workspace-section/WorkspaceSectionAssociation.js +2 -0
- package/dist/scripts/generateTypes.d.ts +1 -0
- package/dist/scripts/generateTypes.js +177 -0
- package/dist/utils/Intersection.d.ts +1 -0
- package/dist/utils/Intersection.js +2 -0
- 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,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,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,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,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,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,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,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,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,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,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,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,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,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,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 = {}));
|