twenty-sdk 0.2.0 → 0.2.1
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/application/application-config.d.ts +1 -1
- package/dist/application/fields/composite-fields.d.ts +1 -1
- package/dist/application/fields/field-type.d.ts +1 -1
- package/dist/application/fields/field.decorator.d.ts +2 -2
- package/dist/application/fields/on-delete-action.d.ts +1 -1
- package/dist/application/fields/relation-type.d.ts +1 -1
- package/dist/application/fields/relation.decorator.d.ts +1 -1
- package/dist/application/function-config.d.ts +1 -1
- package/dist/application/objects/object.decorator.d.ts +1 -1
- package/dist/application/objects/standard-object-ids.d.ts +1 -1
- package/dist/application/permission-flag-type.d.ts +1 -1
- package/dist/application/role-config.d.ts +1 -1
- package/dist/cli/services/api.service.d.ts +1 -1
- package/dist/cli/utils/load-manifest.d.ts +1 -1
- package/dist/cli.cjs +2 -1
- package/dist/cli.mjs +2 -1
- package/dist/vendor/twenty-shared/CalendarStartDay-C44FicI4.js +1 -0
- package/dist/vendor/twenty-shared/CalendarStartDay-izukv6nx.mjs +4 -0
- package/dist/vendor/twenty-shared/FieldMetadataDefaultValue-CJU0Y2Fi.mjs +498 -0
- package/dist/vendor/twenty-shared/FieldMetadataDefaultValue-CmL_eyqR.js +1 -0
- package/dist/vendor/twenty-shared/LabelIdentifierFieldMetadataTypes-BaWEb4k0.js +1 -0
- package/dist/vendor/twenty-shared/LabelIdentifierFieldMetadataTypes-BzzhC1dx.mjs +55 -0
- package/dist/vendor/twenty-shared/RatingValues-4GPp8aN_.mjs +166 -0
- package/dist/vendor/twenty-shared/RatingValues-CBa057Mi.js +1 -0
- package/dist/vendor/twenty-shared/RecordFilterGroupLogicalOperator-CKox6HGm.js +1 -0
- package/dist/vendor/twenty-shared/RecordFilterGroupLogicalOperator-DZy8SCuT.mjs +5 -0
- package/dist/vendor/twenty-shared/StepFilters-Cml3Z3gd.mjs +4 -0
- package/dist/vendor/twenty-shared/StepFilters-DGMx4w0Z.js +1 -0
- package/dist/vendor/twenty-shared/ViewFilterOperandDeprecated-5v-49Eq0.mjs +6 -0
- package/dist/vendor/twenty-shared/ViewFilterOperandDeprecated-CHskkJ78.js +1 -0
- package/dist/vendor/twenty-shared/ai/index.d.ts +6 -0
- package/dist/vendor/twenty-shared/ai/index.d.ts.map +1 -0
- package/dist/vendor/twenty-shared/ai/types/DataMessagePart.d.ts +65 -0
- package/dist/vendor/twenty-shared/ai/types/DataMessagePart.d.ts.map +1 -0
- package/dist/vendor/twenty-shared/ai/types/ExtendedUIMessage.d.ts +20 -0
- package/dist/vendor/twenty-shared/ai/types/ExtendedUIMessage.d.ts.map +1 -0
- package/dist/vendor/twenty-shared/ai/types/ExtendedUIMessagePart.d.ts +5 -0
- package/dist/vendor/twenty-shared/ai/types/ExtendedUIMessagePart.d.ts.map +1 -0
- package/dist/vendor/twenty-shared/ai/types/agent-response-schema.type.d.ts +11 -0
- package/dist/vendor/twenty-shared/ai/types/agent-response-schema.type.d.ts.map +1 -0
- package/dist/vendor/twenty-shared/ai/types/index.d.ts +3 -0
- package/dist/vendor/twenty-shared/ai/types/index.d.ts.map +1 -0
- package/dist/vendor/twenty-shared/ai/types/model-configuration.type.d.ts +11 -0
- package/dist/vendor/twenty-shared/ai/types/model-configuration.type.d.ts.map +1 -0
- package/dist/vendor/twenty-shared/ai.cjs +1 -0
- package/dist/vendor/twenty-shared/ai.mjs +1 -0
- package/dist/vendor/twenty-shared/application/applicationManifestType.d.ts +12 -0
- package/dist/vendor/twenty-shared/application/applicationManifestType.d.ts.map +1 -0
- package/dist/vendor/twenty-shared/application/applicationType.d.ts +11 -0
- package/dist/vendor/twenty-shared/application/applicationType.d.ts.map +1 -0
- package/dist/vendor/twenty-shared/application/applicationVariablesType.d.ts +10 -0
- package/dist/vendor/twenty-shared/application/applicationVariablesType.d.ts.map +1 -0
- package/dist/vendor/twenty-shared/application/constants/DefaultApiKeyName.d.ts +2 -0
- package/dist/vendor/twenty-shared/application/constants/DefaultApiKeyName.d.ts.map +1 -0
- package/dist/vendor/twenty-shared/application/constants/DefaultApiUrlName.d.ts +2 -0
- package/dist/vendor/twenty-shared/application/constants/DefaultApiUrlName.d.ts.map +1 -0
- package/dist/vendor/twenty-shared/application/fieldManifestType.d.ts +14 -0
- package/dist/vendor/twenty-shared/application/fieldManifestType.d.ts.map +1 -0
- package/dist/vendor/twenty-shared/application/index.d.ts +12 -0
- package/dist/vendor/twenty-shared/application/index.d.ts.map +1 -0
- package/dist/vendor/twenty-shared/application/objectManifestType.d.ts +13 -0
- package/dist/vendor/twenty-shared/application/objectManifestType.d.ts.map +1 -0
- package/dist/vendor/twenty-shared/application/packageJsonType.d.ts +14 -0
- package/dist/vendor/twenty-shared/application/packageJsonType.d.ts.map +1 -0
- package/dist/vendor/twenty-shared/application/roleManifestType.d.ts +51 -0
- package/dist/vendor/twenty-shared/application/roleManifestType.d.ts.map +1 -0
- package/dist/vendor/twenty-shared/application/serverlessFunctionManifestType.d.ts +27 -0
- package/dist/vendor/twenty-shared/application/serverlessFunctionManifestType.d.ts.map +1 -0
- package/dist/vendor/twenty-shared/application/syncableEntityOptionsType.d.ts +4 -0
- package/dist/vendor/twenty-shared/application/syncableEntityOptionsType.d.ts.map +1 -0
- package/dist/vendor/twenty-shared/application.cjs +1 -0
- package/dist/vendor/twenty-shared/application.mjs +5 -0
- package/dist/vendor/twenty-shared/constants/CalendarStartDay.d.ts +7 -0
- package/dist/vendor/twenty-shared/constants/CalendarStartDay.d.ts.map +1 -0
- package/dist/vendor/twenty-shared/constants/CompositeFieldTypeSubFieldsNames.d.ts +46 -0
- package/dist/vendor/twenty-shared/constants/CompositeFieldTypeSubFieldsNames.d.ts.map +1 -0
- package/dist/vendor/twenty-shared/constants/CurrencyCode.d.ts +156 -0
- package/dist/vendor/twenty-shared/constants/CurrencyCode.d.ts.map +1 -0
- package/dist/vendor/twenty-shared/constants/CurrencyCodeLabels.d.ts +6 -0
- package/dist/vendor/twenty-shared/constants/CurrencyCodeLabels.d.ts.map +1 -0
- package/dist/vendor/twenty-shared/constants/DateTypeFormat.d.ts +2 -0
- package/dist/vendor/twenty-shared/constants/DateTypeFormat.d.ts.map +1 -0
- package/dist/vendor/twenty-shared/constants/DefaultNumberOfGroupsLimit.d.ts +2 -0
- package/dist/vendor/twenty-shared/constants/DefaultNumberOfGroupsLimit.d.ts.map +1 -0
- package/dist/vendor/twenty-shared/constants/DefaultRelativeDateFilterValue.d.ts +4 -0
- package/dist/vendor/twenty-shared/constants/DefaultRelativeDateFilterValue.d.ts.map +1 -0
- package/dist/vendor/twenty-shared/constants/FieldForTotalCountAggregateOperation.d.ts +2 -0
- package/dist/vendor/twenty-shared/constants/FieldForTotalCountAggregateOperation.d.ts.map +1 -0
- package/dist/vendor/twenty-shared/constants/FieldMetadataMaxOptionsToDisplay.d.ts +2 -0
- package/dist/vendor/twenty-shared/constants/FieldMetadataMaxOptionsToDisplay.d.ts.map +1 -0
- package/dist/vendor/twenty-shared/constants/FieldRestrictedAdditionalPermissionsRequired.d.ts +2 -0
- package/dist/vendor/twenty-shared/constants/FieldRestrictedAdditionalPermissionsRequired.d.ts.map +1 -0
- package/dist/vendor/twenty-shared/constants/LabelIdentifierFieldMetadataTypes.d.ts +4 -0
- package/dist/vendor/twenty-shared/constants/LabelIdentifierFieldMetadataTypes.d.ts.map +1 -0
- package/dist/vendor/twenty-shared/constants/MultiItemFieldDefaultMaxValues.d.ts +2 -0
- package/dist/vendor/twenty-shared/constants/MultiItemFieldDefaultMaxValues.d.ts.map +1 -0
- package/dist/vendor/twenty-shared/constants/MultiItemFieldMinMaxValues.d.ts +2 -0
- package/dist/vendor/twenty-shared/constants/MultiItemFieldMinMaxValues.d.ts.map +1 -0
- package/dist/vendor/twenty-shared/constants/MutationMaxMergeRecords.d.ts +2 -0
- package/dist/vendor/twenty-shared/constants/MutationMaxMergeRecords.d.ts.map +1 -0
- package/dist/vendor/twenty-shared/constants/PermissionFlagType.d.ts +27 -0
- package/dist/vendor/twenty-shared/constants/PermissionFlagType.d.ts.map +1 -0
- package/dist/vendor/twenty-shared/constants/PermissionsOnAllObjectRecords.d.ts +7 -0
- package/dist/vendor/twenty-shared/constants/PermissionsOnAllObjectRecords.d.ts.map +1 -0
- package/dist/vendor/twenty-shared/constants/QueryDefaultLimitRecords.d.ts +2 -0
- package/dist/vendor/twenty-shared/constants/QueryDefaultLimitRecords.d.ts.map +1 -0
- package/dist/vendor/twenty-shared/constants/QueryMaxRecords.d.ts +2 -0
- package/dist/vendor/twenty-shared/constants/QueryMaxRecords.d.ts.map +1 -0
- package/dist/vendor/twenty-shared/constants/QueryMaxRecordsFromRelation.d.ts +2 -0
- package/dist/vendor/twenty-shared/constants/QueryMaxRecordsFromRelation.d.ts.map +1 -0
- package/dist/vendor/twenty-shared/constants/QuotedStringRegex.d.ts +2 -0
- package/dist/vendor/twenty-shared/constants/QuotedStringRegex.d.ts.map +1 -0
- package/dist/vendor/twenty-shared/constants/RatingValues.d.ts +2 -0
- package/dist/vendor/twenty-shared/constants/RatingValues.d.ts.map +1 -0
- package/dist/vendor/twenty-shared/constants/RelationNestedQueriesKeyword.d.ts +6 -0
- package/dist/vendor/twenty-shared/constants/RelationNestedQueriesKeyword.d.ts.map +1 -0
- package/dist/vendor/twenty-shared/constants/StandardObjectRecordsUnderObjectRecordsPermissions.d.ts +2 -0
- package/dist/vendor/twenty-shared/constants/StandardObjectRecordsUnderObjectRecordsPermissions.d.ts.map +1 -0
- package/dist/vendor/twenty-shared/constants/TwentyCompaniesBaseUrl.d.ts +2 -0
- package/dist/vendor/twenty-shared/constants/TwentyCompaniesBaseUrl.d.ts.map +1 -0
- package/dist/vendor/twenty-shared/constants/TwentyIconsBaseUrl.d.ts +2 -0
- package/dist/vendor/twenty-shared/constants/TwentyIconsBaseUrl.d.ts.map +1 -0
- package/dist/vendor/twenty-shared/constants/index.d.ts +26 -0
- package/dist/vendor/twenty-shared/constants/index.d.ts.map +1 -0
- package/dist/vendor/twenty-shared/constants.cjs +1 -0
- package/dist/vendor/twenty-shared/constants.mjs +48 -0
- package/dist/vendor/twenty-shared/index.cjs +1 -0
- package/dist/vendor/twenty-shared/index.d.ts +4 -0
- package/dist/vendor/twenty-shared/index.d.ts.map +1 -0
- package/dist/vendor/twenty-shared/index.mjs +7 -0
- package/dist/vendor/twenty-shared/isValidCountryCode-CJneDJKx.mjs +6783 -0
- package/dist/vendor/twenty-shared/isValidCountryCode-DxXIdhne.js +4 -0
- package/dist/vendor/twenty-shared/metadata/MetadataValidationError.d.ts +28 -0
- package/dist/vendor/twenty-shared/metadata/MetadataValidationError.d.ts.map +1 -0
- package/dist/vendor/twenty-shared/metadata/add-custom-suffix-if-reserved.util.d.ts +2 -0
- package/dist/vendor/twenty-shared/metadata/add-custom-suffix-if-reserved.util.d.ts.map +1 -0
- package/dist/vendor/twenty-shared/metadata/all-metadata-name.constant.d.ts +20 -0
- package/dist/vendor/twenty-shared/metadata/all-metadata-name.constant.d.ts.map +1 -0
- package/dist/vendor/twenty-shared/metadata/all-metadata-name.type.d.ts +4 -0
- package/dist/vendor/twenty-shared/metadata/all-metadata-name.type.d.ts.map +1 -0
- package/dist/vendor/twenty-shared/metadata/compute-metadata-name-from-label.util.d.ts +5 -0
- package/dist/vendor/twenty-shared/metadata/compute-metadata-name-from-label.util.d.ts.map +1 -0
- package/dist/vendor/twenty-shared/metadata/index.d.ts +9 -0
- package/dist/vendor/twenty-shared/metadata/index.d.ts.map +1 -0
- package/dist/vendor/twenty-shared/metadata/reserved-metadata-name-keywords.constant.d.ts +3 -0
- package/dist/vendor/twenty-shared/metadata/reserved-metadata-name-keywords.constant.d.ts.map +1 -0
- package/dist/vendor/twenty-shared/metadata/standard-object-ids.d.ts +51 -0
- package/dist/vendor/twenty-shared/metadata/standard-object-ids.d.ts.map +1 -0
- package/dist/vendor/twenty-shared/metadata.cjs +1 -0
- package/dist/vendor/twenty-shared/metadata.mjs +158 -0
- package/dist/vendor/twenty-shared/testing/EachTestingContextFilter.d.ts +4 -0
- package/dist/vendor/twenty-shared/testing/EachTestingContextFilter.d.ts.map +1 -0
- package/dist/vendor/twenty-shared/testing/index.d.ts +5 -0
- package/dist/vendor/twenty-shared/testing/index.d.ts.map +1 -0
- package/dist/vendor/twenty-shared/testing/types/EachTestingContext.type.d.ts +6 -0
- package/dist/vendor/twenty-shared/testing/types/EachTestingContext.type.d.ts.map +1 -0
- package/dist/vendor/twenty-shared/testing/types/SuccessfulAndFailingTestCases.d.ts +7 -0
- package/dist/vendor/twenty-shared/testing/types/SuccessfulAndFailingTestCases.d.ts.map +1 -0
- package/dist/vendor/twenty-shared/testing/types/TestingGenerics.type.d.ts +28 -0
- package/dist/vendor/twenty-shared/testing/types/TestingGenerics.type.d.ts.map +1 -0
- package/dist/vendor/twenty-shared/testing.cjs +2 -0
- package/dist/vendor/twenty-shared/testing.mjs +10 -0
- package/dist/vendor/twenty-shared/translations/constants/AppLocales.d.ts +34 -0
- package/dist/vendor/twenty-shared/translations/constants/AppLocales.d.ts.map +1 -0
- package/dist/vendor/twenty-shared/translations/constants/SourceLocale.d.ts +2 -0
- package/dist/vendor/twenty-shared/translations/constants/SourceLocale.d.ts.map +1 -0
- package/dist/vendor/twenty-shared/translations/index.d.ts +3 -0
- package/dist/vendor/twenty-shared/translations/index.d.ts.map +1 -0
- package/dist/vendor/twenty-shared/translations.cjs +1 -0
- package/dist/vendor/twenty-shared/translations.mjs +37 -0
- package/dist/vendor/twenty-shared/types/AddressFieldsType.d.ts +3 -0
- package/dist/vendor/twenty-shared/types/AddressFieldsType.d.ts.map +1 -0
- package/dist/vendor/twenty-shared/types/AppBasePath.d.ts +6 -0
- package/dist/vendor/twenty-shared/types/AppBasePath.d.ts.map +1 -0
- package/dist/vendor/twenty-shared/types/AppPath.d.ts +28 -0
- package/dist/vendor/twenty-shared/types/AppPath.d.ts.map +1 -0
- package/dist/vendor/twenty-shared/types/Arrayable.d.ts +4 -0
- package/dist/vendor/twenty-shared/types/Arrayable.d.ts.map +1 -0
- package/dist/vendor/twenty-shared/types/CompositeFieldSubFieldNameType.d.ts +4 -0
- package/dist/vendor/twenty-shared/types/CompositeFieldSubFieldNameType.d.ts.map +1 -0
- package/dist/vendor/twenty-shared/types/ConfigVariableValue.d.ts +2 -0
- package/dist/vendor/twenty-shared/types/ConfigVariableValue.d.ts.map +1 -0
- package/dist/vendor/twenty-shared/types/ConnectedAccountProvider.d.ts +6 -0
- package/dist/vendor/twenty-shared/types/ConnectedAccountProvider.d.ts.map +1 -0
- package/dist/vendor/twenty-shared/types/EnumFieldMetadataType.d.ts +4 -0
- package/dist/vendor/twenty-shared/types/EnumFieldMetadataType.d.ts.map +1 -0
- package/dist/vendor/twenty-shared/types/ExcludeFunctions.d.ts +2 -0
- package/dist/vendor/twenty-shared/types/ExcludeFunctions.d.ts.map +1 -0
- package/dist/vendor/twenty-shared/types/ExtractPropertiesThatEndsWithId.d.ts +4 -0
- package/dist/vendor/twenty-shared/types/ExtractPropertiesThatEndsWithId.d.ts.map +1 -0
- package/dist/vendor/twenty-shared/types/FieldMetadataDefaultValue.d.ts +125 -0
- package/dist/vendor/twenty-shared/types/FieldMetadataDefaultValue.d.ts.map +1 -0
- package/dist/vendor/twenty-shared/types/FieldMetadataMultiItemSettings.d.ts +9 -0
- package/dist/vendor/twenty-shared/types/FieldMetadataMultiItemSettings.d.ts.map +1 -0
- package/dist/vendor/twenty-shared/types/FieldMetadataOptions.d.ts +21 -0
- package/dist/vendor/twenty-shared/types/FieldMetadataOptions.d.ts.map +1 -0
- package/dist/vendor/twenty-shared/types/FieldMetadataSettings.d.ts +62 -0
- package/dist/vendor/twenty-shared/types/FieldMetadataSettings.d.ts.map +1 -0
- package/dist/vendor/twenty-shared/types/FieldMetadataType.d.ts +28 -0
- package/dist/vendor/twenty-shared/types/FieldMetadataType.d.ts.map +1 -0
- package/dist/vendor/twenty-shared/types/FieldRatingValue.d.ts +4 -0
- package/dist/vendor/twenty-shared/types/FieldRatingValue.d.ts.map +1 -0
- package/dist/vendor/twenty-shared/types/FilterableFieldType.d.ts +9 -0
- package/dist/vendor/twenty-shared/types/FilterableFieldType.d.ts.map +1 -0
- package/dist/vendor/twenty-shared/types/FirstDayOfTheWeek.d.ts +6 -0
- package/dist/vendor/twenty-shared/types/FirstDayOfTheWeek.d.ts.map +1 -0
- package/dist/vendor/twenty-shared/types/FromToType.d.ts +4 -0
- package/dist/vendor/twenty-shared/types/FromToType.d.ts.map +1 -0
- package/dist/vendor/twenty-shared/types/HttpMethod.d.ts +8 -0
- package/dist/vendor/twenty-shared/types/HttpMethod.d.ts.map +1 -0
- package/dist/vendor/twenty-shared/types/IsEmptyRecord.type.d.ts +2 -0
- package/dist/vendor/twenty-shared/types/IsEmptyRecord.type.d.ts.map +1 -0
- package/dist/vendor/twenty-shared/types/IsExactly.d.ts +2 -0
- package/dist/vendor/twenty-shared/types/IsExactly.d.ts.map +1 -0
- package/dist/vendor/twenty-shared/types/MessageParticipantRole.d.ts +7 -0
- package/dist/vendor/twenty-shared/types/MessageParticipantRole.d.ts.map +1 -0
- package/dist/vendor/twenty-shared/types/ModifiedProperties.d.ts +2 -0
- package/dist/vendor/twenty-shared/types/ModifiedProperties.d.ts.map +1 -0
- package/dist/vendor/twenty-shared/types/NonNullableRequired.d.ts +4 -0
- package/dist/vendor/twenty-shared/types/NonNullableRequired.d.ts.map +1 -0
- package/dist/vendor/twenty-shared/types/Nullable.d.ts +2 -0
- package/dist/vendor/twenty-shared/types/Nullable.d.ts.map +1 -0
- package/dist/vendor/twenty-shared/types/NullablePartial.d.ts +4 -0
- package/dist/vendor/twenty-shared/types/NullablePartial.d.ts.map +1 -0
- package/dist/vendor/twenty-shared/types/ObjectPermissions.d.ts +10 -0
- package/dist/vendor/twenty-shared/types/ObjectPermissions.d.ts.map +1 -0
- package/dist/vendor/twenty-shared/types/ObjectRecord.d.ts +8 -0
- package/dist/vendor/twenty-shared/types/ObjectRecord.d.ts.map +1 -0
- package/dist/vendor/twenty-shared/types/ObjectRecordGroupBy.d.ts +31 -0
- package/dist/vendor/twenty-shared/types/ObjectRecordGroupBy.d.ts.map +1 -0
- package/dist/vendor/twenty-shared/types/ObjectRecordGroupByDateGranularity.d.ts +12 -0
- package/dist/vendor/twenty-shared/types/ObjectRecordGroupByDateGranularity.d.ts.map +1 -0
- package/dist/vendor/twenty-shared/types/ObjectsPermissions.d.ts +6 -0
- package/dist/vendor/twenty-shared/types/ObjectsPermissions.d.ts.map +1 -0
- package/dist/vendor/twenty-shared/types/ObjectsPermissionsByRoleId.d.ts +6 -0
- package/dist/vendor/twenty-shared/types/ObjectsPermissionsByRoleId.d.ts.map +1 -0
- package/dist/vendor/twenty-shared/types/PartialFieldMetadataItem.d.ts +11 -0
- package/dist/vendor/twenty-shared/types/PartialFieldMetadataItem.d.ts.map +1 -0
- package/dist/vendor/twenty-shared/types/PartialFieldMetadataOption.d.ts +7 -0
- package/dist/vendor/twenty-shared/types/PartialFieldMetadataOption.d.ts.map +1 -0
- package/dist/vendor/twenty-shared/types/RecordFilterGroupLogicalOperator.d.ts +5 -0
- package/dist/vendor/twenty-shared/types/RecordFilterGroupLogicalOperator.d.ts.map +1 -0
- package/dist/vendor/twenty-shared/types/RecordFilterValueDependencies.d.ts +4 -0
- package/dist/vendor/twenty-shared/types/RecordFilterValueDependencies.d.ts.map +1 -0
- package/dist/vendor/twenty-shared/types/RecordGqlOperationFilter.d.ts +145 -0
- package/dist/vendor/twenty-shared/types/RecordGqlOperationFilter.d.ts.map +1 -0
- package/dist/vendor/twenty-shared/types/RelationAndMorphRelationFieldMetadataType.d.ts +4 -0
- package/dist/vendor/twenty-shared/types/RelationAndMorphRelationFieldMetadataType.d.ts.map +1 -0
- package/dist/vendor/twenty-shared/types/RelationCreationPayload.d.ts +9 -0
- package/dist/vendor/twenty-shared/types/RelationCreationPayload.d.ts.map +1 -0
- package/dist/vendor/twenty-shared/types/RelationOnDeleteAction.type.d.ts +7 -0
- package/dist/vendor/twenty-shared/types/RelationOnDeleteAction.type.d.ts.map +1 -0
- package/dist/vendor/twenty-shared/types/RelationType.d.ts +5 -0
- package/dist/vendor/twenty-shared/types/RelationType.d.ts.map +1 -0
- package/dist/vendor/twenty-shared/types/RelationUpdatePayload.d.ts +4 -0
- package/dist/vendor/twenty-shared/types/RelationUpdatePayload.d.ts.map +1 -0
- package/dist/vendor/twenty-shared/types/RestrictedFieldPermissions.d.ts +5 -0
- package/dist/vendor/twenty-shared/types/RestrictedFieldPermissions.d.ts.map +1 -0
- package/dist/vendor/twenty-shared/types/RestrictedFieldsPermissions.d.ts +4 -0
- package/dist/vendor/twenty-shared/types/RestrictedFieldsPermissions.d.ts.map +1 -0
- package/dist/vendor/twenty-shared/types/SettingsPath.d.ts +61 -0
- package/dist/vendor/twenty-shared/types/SettingsPath.d.ts.map +1 -0
- package/dist/vendor/twenty-shared/types/SourcesType.d.ts +4 -0
- package/dist/vendor/twenty-shared/types/SourcesType.d.ts.map +1 -0
- package/dist/vendor/twenty-shared/types/StepFilters.d.ts +38 -0
- package/dist/vendor/twenty-shared/types/StepFilters.d.ts.map +1 -0
- package/dist/vendor/twenty-shared/types/TwoFactorAuthenticationStrategy.d.ts +4 -0
- package/dist/vendor/twenty-shared/types/TwoFactorAuthenticationStrategy.d.ts.map +1 -0
- package/dist/vendor/twenty-shared/types/ViewFilterOperand.d.ts +19 -0
- package/dist/vendor/twenty-shared/types/ViewFilterOperand.d.ts.map +1 -0
- package/dist/vendor/twenty-shared/types/ViewFilterOperandDeprecated.d.ts +19 -0
- package/dist/vendor/twenty-shared/types/ViewFilterOperandDeprecated.d.ts.map +1 -0
- package/dist/vendor/twenty-shared/types/composite-types/actor.composite-type.d.ts +25 -0
- package/dist/vendor/twenty-shared/types/composite-types/actor.composite-type.d.ts.map +1 -0
- package/dist/vendor/twenty-shared/types/composite-types/address.composite-type.d.ts +14 -0
- package/dist/vendor/twenty-shared/types/composite-types/address.composite-type.d.ts.map +1 -0
- package/dist/vendor/twenty-shared/types/composite-types/composite-type-definitions.d.ts +5 -0
- package/dist/vendor/twenty-shared/types/composite-types/composite-type-definitions.d.ts.map +1 -0
- package/dist/vendor/twenty-shared/types/composite-types/composite-type.interface.d.ts +18 -0
- package/dist/vendor/twenty-shared/types/composite-types/composite-type.interface.d.ts.map +1 -0
- package/dist/vendor/twenty-shared/types/composite-types/currency.composite-type.d.ts +8 -0
- package/dist/vendor/twenty-shared/types/composite-types/currency.composite-type.d.ts.map +1 -0
- package/dist/vendor/twenty-shared/types/composite-types/emails.composite-type.d.ts +8 -0
- package/dist/vendor/twenty-shared/types/composite-types/emails.composite-type.d.ts.map +1 -0
- package/dist/vendor/twenty-shared/types/composite-types/full-name.composite-type.d.ts +8 -0
- package/dist/vendor/twenty-shared/types/composite-types/full-name.composite-type.d.ts.map +1 -0
- package/dist/vendor/twenty-shared/types/composite-types/links.composite-type.d.ts +17 -0
- package/dist/vendor/twenty-shared/types/composite-types/links.composite-type.d.ts.map +1 -0
- package/dist/vendor/twenty-shared/types/composite-types/phones.composite-type.d.ts +17 -0
- package/dist/vendor/twenty-shared/types/composite-types/phones.composite-type.d.ts.map +1 -0
- package/dist/vendor/twenty-shared/types/composite-types/rich-text-v2.composite-type.d.ts +10 -0
- package/dist/vendor/twenty-shared/types/composite-types/rich-text-v2.composite-type.d.ts.map +1 -0
- package/dist/vendor/twenty-shared/types/index.d.ts +79 -0
- package/dist/vendor/twenty-shared/types/index.d.ts.map +1 -0
- package/dist/vendor/twenty-shared/types/validators/is-valid-graphql-enum-name.validator.d.ts +4 -0
- package/dist/vendor/twenty-shared/types/validators/is-valid-graphql-enum-name.validator.d.ts.map +1 -0
- package/dist/vendor/twenty-shared/types.cjs +1 -0
- package/dist/vendor/twenty-shared/types.mjs +113 -0
- package/dist/vendor/twenty-shared/utils/applyDiff.d.ts +4 -0
- package/dist/vendor/twenty-shared/utils/applyDiff.d.ts.map +1 -0
- package/dist/vendor/twenty-shared/utils/array/filterOutByProperty.d.ts +2 -0
- package/dist/vendor/twenty-shared/utils/array/filterOutByProperty.d.ts.map +1 -0
- package/dist/vendor/twenty-shared/utils/array/findById.d.ts +4 -0
- package/dist/vendor/twenty-shared/utils/array/findById.d.ts.map +1 -0
- package/dist/vendor/twenty-shared/utils/array/findByProperty.d.ts +2 -0
- package/dist/vendor/twenty-shared/utils/array/findByProperty.d.ts.map +1 -0
- package/dist/vendor/twenty-shared/utils/array/findOrThrow.d.ts +2 -0
- package/dist/vendor/twenty-shared/utils/array/findOrThrow.d.ts.map +1 -0
- package/dist/vendor/twenty-shared/utils/array/getContiguousIncrementalValues.d.ts +2 -0
- package/dist/vendor/twenty-shared/utils/array/getContiguousIncrementalValues.d.ts.map +1 -0
- package/dist/vendor/twenty-shared/utils/array/isNonEmptyArray.d.ts +2 -0
- package/dist/vendor/twenty-shared/utils/array/isNonEmptyArray.d.ts.map +1 -0
- package/dist/vendor/twenty-shared/utils/array/mapById.d.ts +4 -0
- package/dist/vendor/twenty-shared/utils/array/mapById.d.ts.map +1 -0
- package/dist/vendor/twenty-shared/utils/array/mapByProperty.d.ts +4 -0
- package/dist/vendor/twenty-shared/utils/array/mapByProperty.d.ts.map +1 -0
- package/dist/vendor/twenty-shared/utils/array/sumByProperty.d.ts +2 -0
- package/dist/vendor/twenty-shared/utils/array/sumByProperty.d.ts.map +1 -0
- package/dist/vendor/twenty-shared/utils/array/upsertIntoArrayOfObjectComparingId.d.ts +4 -0
- package/dist/vendor/twenty-shared/utils/array/upsertIntoArrayOfObjectComparingId.d.ts.map +1 -0
- package/dist/vendor/twenty-shared/utils/assertUnreachable.d.ts +2 -0
- package/dist/vendor/twenty-shared/utils/assertUnreachable.d.ts.map +1 -0
- package/dist/vendor/twenty-shared/utils/compute-diff-between-objects.d.ts +25 -0
- package/dist/vendor/twenty-shared/utils/compute-diff-between-objects.d.ts.map +1 -0
- package/dist/vendor/twenty-shared/utils/deepMerge.d.ts +15 -0
- package/dist/vendor/twenty-shared/utils/deepMerge.d.ts.map +1 -0
- package/dist/vendor/twenty-shared/utils/errors/CustomError.d.ts +5 -0
- package/dist/vendor/twenty-shared/utils/errors/CustomError.d.ts.map +1 -0
- package/dist/vendor/twenty-shared/utils/errors/index.d.ts +2 -0
- package/dist/vendor/twenty-shared/utils/errors/index.d.ts.map +1 -0
- package/dist/vendor/twenty-shared/utils/extractAndSanitizeObjectStringFields.d.ts +2 -0
- package/dist/vendor/twenty-shared/utils/extractAndSanitizeObjectStringFields.d.ts.map +1 -0
- package/dist/vendor/twenty-shared/utils/fieldMetadata/compute-morph-relation-field-name.d.ts +13 -0
- package/dist/vendor/twenty-shared/utils/fieldMetadata/compute-morph-relation-field-name.d.ts.map +1 -0
- package/dist/vendor/twenty-shared/utils/fieldMetadata/index.d.ts +2 -0
- package/dist/vendor/twenty-shared/utils/fieldMetadata/index.d.ts.map +1 -0
- package/dist/vendor/twenty-shared/utils/fieldMetadata/isFieldMetadataDateKind.d.ts +4 -0
- package/dist/vendor/twenty-shared/utils/fieldMetadata/isFieldMetadataDateKind.d.ts.map +1 -0
- package/dist/vendor/twenty-shared/utils/filter/checkIfShouldComputeEmptinessFilter.d.ts +9 -0
- package/dist/vendor/twenty-shared/utils/filter/checkIfShouldComputeEmptinessFilter.d.ts.map +1 -0
- package/dist/vendor/twenty-shared/utils/filter/checkIfShouldSkipFiltering.d.ts +8 -0
- package/dist/vendor/twenty-shared/utils/filter/checkIfShouldSkipFiltering.d.ts.map +1 -0
- package/dist/vendor/twenty-shared/utils/filter/compute-record-gql-operation-filter/for-composite-field/computeGqlOperationFilterForEmails.d.ts +9 -0
- package/dist/vendor/twenty-shared/utils/filter/compute-record-gql-operation-filter/for-composite-field/computeGqlOperationFilterForEmails.d.ts.map +1 -0
- package/dist/vendor/twenty-shared/utils/filter/compute-record-gql-operation-filter/for-composite-field/computeGqlOperationFilterForLinks.d.ts +118 -0
- package/dist/vendor/twenty-shared/utils/filter/compute-record-gql-operation-filter/for-composite-field/computeGqlOperationFilterForLinks.d.ts.map +1 -0
- package/dist/vendor/twenty-shared/utils/filter/computeEmptyGqlOperationFilterForEmails.d.ts +8 -0
- package/dist/vendor/twenty-shared/utils/filter/computeEmptyGqlOperationFilterForEmails.d.ts.map +1 -0
- package/dist/vendor/twenty-shared/utils/filter/computeEmptyGqlOperationFilterForLinks.d.ts +8 -0
- package/dist/vendor/twenty-shared/utils/filter/computeEmptyGqlOperationFilterForLinks.d.ts.map +1 -0
- package/dist/vendor/twenty-shared/utils/filter/computeRecordGqlOperationFilter.d.ts +10 -0
- package/dist/vendor/twenty-shared/utils/filter/computeRecordGqlOperationFilter.d.ts.map +1 -0
- package/dist/vendor/twenty-shared/utils/filter/dates/utils/addUnitToDateTime.d.ts +4 -0
- package/dist/vendor/twenty-shared/utils/filter/dates/utils/addUnitToDateTime.d.ts.map +1 -0
- package/dist/vendor/twenty-shared/utils/filter/dates/utils/firstDayOfWeekSchema.d.ts +10 -0
- package/dist/vendor/twenty-shared/utils/filter/dates/utils/firstDayOfWeekSchema.d.ts.map +1 -0
- package/dist/vendor/twenty-shared/utils/filter/dates/utils/getDateFromPlainDate.d.ts +2 -0
- package/dist/vendor/twenty-shared/utils/filter/dates/utils/getDateFromPlainDate.d.ts.map +1 -0
- package/dist/vendor/twenty-shared/utils/filter/dates/utils/getEndUnitOfDateTime.d.ts +6 -0
- package/dist/vendor/twenty-shared/utils/filter/dates/utils/getEndUnitOfDateTime.d.ts.map +1 -0
- package/dist/vendor/twenty-shared/utils/filter/dates/utils/getFirstDayOfTheWeekAsANumberForDateFNS.d.ts +4 -0
- package/dist/vendor/twenty-shared/utils/filter/dates/utils/getFirstDayOfTheWeekAsANumberForDateFNS.d.ts.map +1 -0
- package/dist/vendor/twenty-shared/utils/filter/dates/utils/getPlainDateFromDate.d.ts +2 -0
- package/dist/vendor/twenty-shared/utils/filter/dates/utils/getPlainDateFromDate.d.ts.map +1 -0
- package/dist/vendor/twenty-shared/utils/filter/dates/utils/getStartUnitOfDateTime.d.ts +6 -0
- package/dist/vendor/twenty-shared/utils/filter/dates/utils/getStartUnitOfDateTime.d.ts.map +1 -0
- package/dist/vendor/twenty-shared/utils/filter/dates/utils/relativeDateFilterAmountSchema.d.ts +4 -0
- package/dist/vendor/twenty-shared/utils/filter/dates/utils/relativeDateFilterAmountSchema.d.ts.map +1 -0
- package/dist/vendor/twenty-shared/utils/filter/dates/utils/relativeDateFilterDirectionSchema.d.ts +9 -0
- package/dist/vendor/twenty-shared/utils/filter/dates/utils/relativeDateFilterDirectionSchema.d.ts.map +1 -0
- package/dist/vendor/twenty-shared/utils/filter/dates/utils/relativeDateFilterSchema.d.ts +24 -0
- package/dist/vendor/twenty-shared/utils/filter/dates/utils/relativeDateFilterSchema.d.ts.map +1 -0
- package/dist/vendor/twenty-shared/utils/filter/dates/utils/relativeDateFilterStringifiedSchema.d.ts +10 -0
- package/dist/vendor/twenty-shared/utils/filter/dates/utils/relativeDateFilterStringifiedSchema.d.ts.map +1 -0
- package/dist/vendor/twenty-shared/utils/filter/dates/utils/relativeDateFilterUnitSchema.d.ts +10 -0
- package/dist/vendor/twenty-shared/utils/filter/dates/utils/relativeDateFilterUnitSchema.d.ts.map +1 -0
- package/dist/vendor/twenty-shared/utils/filter/dates/utils/resolveDateFilter.d.ts +11 -0
- package/dist/vendor/twenty-shared/utils/filter/dates/utils/resolveDateFilter.d.ts.map +1 -0
- package/dist/vendor/twenty-shared/utils/filter/dates/utils/resolveDateTimeFilter.d.ts +11 -0
- package/dist/vendor/twenty-shared/utils/filter/dates/utils/resolveDateTimeFilter.d.ts.map +1 -0
- package/dist/vendor/twenty-shared/utils/filter/dates/utils/resolveRelativeDateFilter.d.ts +12 -0
- package/dist/vendor/twenty-shared/utils/filter/dates/utils/resolveRelativeDateFilter.d.ts.map +1 -0
- package/dist/vendor/twenty-shared/utils/filter/dates/utils/resolveRelativeDateFilterStringified.d.ts +10 -0
- package/dist/vendor/twenty-shared/utils/filter/dates/utils/resolveRelativeDateFilterStringified.d.ts.map +1 -0
- package/dist/vendor/twenty-shared/utils/filter/dates/utils/resolveRelativeDateTimeFilter.d.ts +12 -0
- package/dist/vendor/twenty-shared/utils/filter/dates/utils/resolveRelativeDateTimeFilter.d.ts.map +1 -0
- package/dist/vendor/twenty-shared/utils/filter/dates/utils/resolveRelativeDateTimeFilterStringified.d.ts +10 -0
- package/dist/vendor/twenty-shared/utils/filter/dates/utils/resolveRelativeDateTimeFilterStringified.d.ts.map +1 -0
- package/dist/vendor/twenty-shared/utils/filter/dates/utils/shiftPointInTimeFromTimezoneDifferenceInMinutesWithSystemTimezone.d.ts +2 -0
- package/dist/vendor/twenty-shared/utils/filter/dates/utils/shiftPointInTimeFromTimezoneDifferenceInMinutesWithSystemTimezone.d.ts.map +1 -0
- package/dist/vendor/twenty-shared/utils/filter/dates/utils/subUnitFromDateTime.d.ts +4 -0
- package/dist/vendor/twenty-shared/utils/filter/dates/utils/subUnitFromDateTime.d.ts.map +1 -0
- package/dist/vendor/twenty-shared/utils/filter/index.d.ts +21 -0
- package/dist/vendor/twenty-shared/utils/filter/index.d.ts.map +1 -0
- package/dist/vendor/twenty-shared/utils/filter/isEmptinessOperand.d.ts +4 -0
- package/dist/vendor/twenty-shared/utils/filter/isEmptinessOperand.d.ts.map +1 -0
- package/dist/vendor/twenty-shared/utils/filter/turnAnyFieldFilterIntoRecordGqlFilter.d.ts +9 -0
- package/dist/vendor/twenty-shared/utils/filter/turnAnyFieldFilterIntoRecordGqlFilter.d.ts.map +1 -0
- package/dist/vendor/twenty-shared/utils/filter/turnRecordFilterGroupIntoGqlOperationFilter.d.ts +24 -0
- package/dist/vendor/twenty-shared/utils/filter/turnRecordFilterGroupIntoGqlOperationFilter.d.ts.map +1 -0
- package/dist/vendor/twenty-shared/utils/filter/turnRecordFilterIntoGqlOperationFilter.d.ts +17 -0
- package/dist/vendor/twenty-shared/utils/filter/turnRecordFilterIntoGqlOperationFilter.d.ts.map +1 -0
- package/dist/vendor/twenty-shared/utils/filter/utils/combineFilters.d.ts +4 -0
- package/dist/vendor/twenty-shared/utils/filter/utils/combineFilters.d.ts.map +1 -0
- package/dist/vendor/twenty-shared/utils/filter/utils/computeTimezoneDifferenceInMinutes.d.ts +2 -0
- package/dist/vendor/twenty-shared/utils/filter/utils/computeTimezoneDifferenceInMinutes.d.ts.map +1 -0
- package/dist/vendor/twenty-shared/utils/filter/utils/convert-view-filter-operand-to-core-operand.util.d.ts +4 -0
- package/dist/vendor/twenty-shared/utils/filter/utils/convert-view-filter-operand-to-core-operand.util.d.ts.map +1 -0
- package/dist/vendor/twenty-shared/utils/filter/utils/convertViewFilterValueToString.d.ts +2 -0
- package/dist/vendor/twenty-shared/utils/filter/utils/convertViewFilterValueToString.d.ts.map +1 -0
- package/dist/vendor/twenty-shared/utils/filter/utils/createAnyFieldRecordFilterBaseProperties.d.ts +8 -0
- package/dist/vendor/twenty-shared/utils/filter/utils/createAnyFieldRecordFilterBaseProperties.d.ts.map +1 -0
- package/dist/vendor/twenty-shared/utils/filter/utils/fieldRatingConvertors.d.ts +6 -0
- package/dist/vendor/twenty-shared/utils/filter/utils/fieldRatingConvertors.d.ts.map +1 -0
- package/dist/vendor/twenty-shared/utils/filter/utils/filterSelectOptionsOfFieldMetadataItem.d.ts +9 -0
- package/dist/vendor/twenty-shared/utils/filter/utils/filterSelectOptionsOfFieldMetadataItem.d.ts.map +1 -0
- package/dist/vendor/twenty-shared/utils/filter/utils/generateILikeFiltersForCompositeFields.d.ts +24 -0
- package/dist/vendor/twenty-shared/utils/filter/utils/generateILikeFiltersForCompositeFields.d.ts.map +1 -0
- package/dist/vendor/twenty-shared/utils/filter/utils/getEmptyRecordGqlOperationFilter.d.ts +11 -0
- package/dist/vendor/twenty-shared/utils/filter/utils/getEmptyRecordGqlOperationFilter.d.ts.map +1 -0
- package/dist/vendor/twenty-shared/utils/filter/utils/getFilterTypeFromFieldType.d.ts +4 -0
- package/dist/vendor/twenty-shared/utils/filter/utils/getFilterTypeFromFieldType.d.ts.map +1 -0
- package/dist/vendor/twenty-shared/utils/filter/utils/isExpectedSubFieldName.d.ts +7 -0
- package/dist/vendor/twenty-shared/utils/filter/utils/isExpectedSubFieldName.d.ts.map +1 -0
- package/dist/vendor/twenty-shared/utils/filter/utils/validation-schemas/arrayOfStringsOrVariablesSchema.d.ts +4 -0
- package/dist/vendor/twenty-shared/utils/filter/utils/validation-schemas/arrayOfStringsOrVariablesSchema.d.ts.map +1 -0
- package/dist/vendor/twenty-shared/utils/filter/utils/validation-schemas/arrayOfUuidsOrVariablesSchema.d.ts +4 -0
- package/dist/vendor/twenty-shared/utils/filter/utils/validation-schemas/arrayOfUuidsOrVariablesSchema.d.ts.map +1 -0
- package/dist/vendor/twenty-shared/utils/filter/utils/validation-schemas/jsonRelationFilterValueSchema.d.ts +11 -0
- package/dist/vendor/twenty-shared/utils/filter/utils/validation-schemas/jsonRelationFilterValueSchema.d.ts.map +1 -0
- package/dist/vendor/twenty-shared/utils/from-array-to-unique-key-record.util.d.ts +7 -0
- package/dist/vendor/twenty-shared/utils/from-array-to-unique-key-record.util.d.ts.map +1 -0
- package/dist/vendor/twenty-shared/utils/fromArrayToValuesByKeyRecord.util.d.ts +7 -0
- package/dist/vendor/twenty-shared/utils/fromArrayToValuesByKeyRecord.util.d.ts.map +1 -0
- package/dist/vendor/twenty-shared/utils/getURLSafely.d.ts +2 -0
- package/dist/vendor/twenty-shared/utils/getURLSafely.d.ts.map +1 -0
- package/dist/vendor/twenty-shared/utils/image/getImageAbsoluteURI.d.ts +7 -0
- package/dist/vendor/twenty-shared/utils/image/getImageAbsoluteURI.d.ts.map +1 -0
- package/dist/vendor/twenty-shared/utils/image/getLogoUrlFromDomainName.d.ts +3 -0
- package/dist/vendor/twenty-shared/utils/image/getLogoUrlFromDomainName.d.ts.map +1 -0
- package/dist/vendor/twenty-shared/utils/image/index.d.ts +3 -0
- package/dist/vendor/twenty-shared/utils/image/index.d.ts.map +1 -0
- package/dist/vendor/twenty-shared/utils/index.d.ts +116 -0
- package/dist/vendor/twenty-shared/utils/index.d.ts.map +1 -0
- package/dist/vendor/twenty-shared/utils/indexMetadata/getUniqueConstraintsFields.d.ts +15 -0
- package/dist/vendor/twenty-shared/utils/indexMetadata/getUniqueConstraintsFields.d.ts.map +1 -0
- package/dist/vendor/twenty-shared/utils/indexMetadata/index.d.ts +2 -0
- package/dist/vendor/twenty-shared/utils/indexMetadata/index.d.ts.map +1 -0
- package/dist/vendor/twenty-shared/utils/json/fast-deep-equal.d.ts +2 -0
- package/dist/vendor/twenty-shared/utils/json/fast-deep-equal.d.ts.map +1 -0
- package/dist/vendor/twenty-shared/utils/navigation/getAppPath.d.ts +5 -0
- package/dist/vendor/twenty-shared/utils/navigation/getAppPath.d.ts.map +1 -0
- package/dist/vendor/twenty-shared/utils/navigation/getSettingsPath.d.ts +5 -0
- package/dist/vendor/twenty-shared/utils/navigation/getSettingsPath.d.ts.map +1 -0
- package/dist/vendor/twenty-shared/utils/parseJson.d.ts +2 -0
- package/dist/vendor/twenty-shared/utils/parseJson.d.ts.map +1 -0
- package/dist/vendor/twenty-shared/utils/removePropertiesFromRecord.d.ts +2 -0
- package/dist/vendor/twenty-shared/utils/removePropertiesFromRecord.d.ts.map +1 -0
- package/dist/vendor/twenty-shared/utils/removeUndefinedFields.d.ts +2 -0
- package/dist/vendor/twenty-shared/utils/removeUndefinedFields.d.ts.map +1 -0
- package/dist/vendor/twenty-shared/utils/safeParseRelativeDateFilterJSONStringified.d.ts +4 -0
- package/dist/vendor/twenty-shared/utils/safeParseRelativeDateFilterJSONStringified.d.ts.map +1 -0
- package/dist/vendor/twenty-shared/utils/sentry/getGenericOperationName.d.ts +2 -0
- package/dist/vendor/twenty-shared/utils/sentry/getGenericOperationName.d.ts.map +1 -0
- package/dist/vendor/twenty-shared/utils/sentry/getHumanReadableNameFromCode.d.ts +2 -0
- package/dist/vendor/twenty-shared/utils/sentry/getHumanReadableNameFromCode.d.ts.map +1 -0
- package/dist/vendor/twenty-shared/utils/strings/appendCopySuffix.d.ts +2 -0
- package/dist/vendor/twenty-shared/utils/strings/appendCopySuffix.d.ts.map +1 -0
- package/dist/vendor/twenty-shared/utils/strings/capitalize.d.ts +2 -0
- package/dist/vendor/twenty-shared/utils/strings/capitalize.d.ts.map +1 -0
- package/dist/vendor/twenty-shared/utils/strings/index.d.ts +3 -0
- package/dist/vendor/twenty-shared/utils/strings/index.d.ts.map +1 -0
- package/dist/vendor/twenty-shared/utils/strings/uncapitalize.d.ts +2 -0
- package/dist/vendor/twenty-shared/utils/strings/uncapitalize.d.ts.map +1 -0
- package/dist/vendor/twenty-shared/utils/tiptap/index.d.ts +2 -0
- package/dist/vendor/twenty-shared/utils/tiptap/index.d.ts.map +1 -0
- package/dist/vendor/twenty-shared/utils/tiptap/tiptap-marks.d.ts +31 -0
- package/dist/vendor/twenty-shared/utils/tiptap/tiptap-marks.d.ts.map +1 -0
- package/dist/vendor/twenty-shared/utils/trim-and-remove-duplicated-whitespaces-from-object-string-properties.d.ts +7 -0
- package/dist/vendor/twenty-shared/utils/trim-and-remove-duplicated-whitespaces-from-object-string-properties.d.ts.map +1 -0
- package/dist/vendor/twenty-shared/utils/trim-and-remove-duplicated-whitespaces-from-string.d.ts +2 -0
- package/dist/vendor/twenty-shared/utils/trim-and-remove-duplicated-whitespaces-from-string.d.ts.map +1 -0
- package/dist/vendor/twenty-shared/utils/typeguard/throwIfNotDefined.d.ts +2 -0
- package/dist/vendor/twenty-shared/utils/typeguard/throwIfNotDefined.d.ts.map +1 -0
- package/dist/vendor/twenty-shared/utils/url/absoluteUrlSchema.d.ts +4 -0
- package/dist/vendor/twenty-shared/utils/url/absoluteUrlSchema.d.ts.map +1 -0
- package/dist/vendor/twenty-shared/utils/url/buildSignedPath.d.ts +5 -0
- package/dist/vendor/twenty-shared/utils/url/buildSignedPath.d.ts.map +1 -0
- package/dist/vendor/twenty-shared/utils/url/getAbsoluteUrl.d.ts +2 -0
- package/dist/vendor/twenty-shared/utils/url/getAbsoluteUrl.d.ts.map +1 -0
- package/dist/vendor/twenty-shared/utils/url/getAbsoluteUrlOrThrow.d.ts +2 -0
- package/dist/vendor/twenty-shared/utils/url/getAbsoluteUrlOrThrow.d.ts.map +1 -0
- package/dist/vendor/twenty-shared/utils/url/getUrlHostnameOrThrow.d.ts +2 -0
- package/dist/vendor/twenty-shared/utils/url/getUrlHostnameOrThrow.d.ts.map +1 -0
- package/dist/vendor/twenty-shared/utils/url/index.d.ts +8 -0
- package/dist/vendor/twenty-shared/utils/url/index.d.ts.map +1 -0
- package/dist/vendor/twenty-shared/utils/url/isValidHostname.d.ts +5 -0
- package/dist/vendor/twenty-shared/utils/url/isValidHostname.d.ts.map +1 -0
- package/dist/vendor/twenty-shared/utils/url/isValidUrl.d.ts +2 -0
- package/dist/vendor/twenty-shared/utils/url/isValidUrl.d.ts.map +1 -0
- package/dist/vendor/twenty-shared/utils/url/lowercaseUrlOriginAndRemoveTrailingSlash.d.ts +2 -0
- package/dist/vendor/twenty-shared/utils/url/lowercaseUrlOriginAndRemoveTrailingSlash.d.ts.map +1 -0
- package/dist/vendor/twenty-shared/utils/url/safeDecodeURIComponent.d.ts +2 -0
- package/dist/vendor/twenty-shared/utils/url/safeDecodeURIComponent.d.ts.map +1 -0
- package/dist/vendor/twenty-shared/utils/uuidToBase36.d.ts +2 -0
- package/dist/vendor/twenty-shared/utils/uuidToBase36.d.ts.map +1 -0
- package/dist/vendor/twenty-shared/utils/validation/assertIsDefinedOrThrow.d.ts +2 -0
- package/dist/vendor/twenty-shared/utils/validation/assertIsDefinedOrThrow.d.ts.map +1 -0
- package/dist/vendor/twenty-shared/utils/validation/index.d.ts +6 -0
- package/dist/vendor/twenty-shared/utils/validation/index.d.ts.map +1 -0
- package/dist/vendor/twenty-shared/utils/validation/isDefined.d.ts +2 -0
- package/dist/vendor/twenty-shared/utils/validation/isDefined.d.ts.map +1 -0
- package/dist/vendor/twenty-shared/utils/validation/isEmptyObject.d.ts +2 -0
- package/dist/vendor/twenty-shared/utils/validation/isEmptyObject.d.ts.map +1 -0
- package/dist/vendor/twenty-shared/utils/validation/isLabelIdentifierFieldMetadataTypes.d.ts +5 -0
- package/dist/vendor/twenty-shared/utils/validation/isLabelIdentifierFieldMetadataTypes.d.ts.map +1 -0
- package/dist/vendor/twenty-shared/utils/validation/isValidLocale.d.ts +4 -0
- package/dist/vendor/twenty-shared/utils/validation/isValidLocale.d.ts.map +1 -0
- package/dist/vendor/twenty-shared/utils/validation/isValidUuid.d.ts +2 -0
- package/dist/vendor/twenty-shared/utils/validation/isValidUuid.d.ts.map +1 -0
- package/dist/vendor/twenty-shared/utils/validation/isValidVariable.d.ts +2 -0
- package/dist/vendor/twenty-shared/utils/validation/isValidVariable.d.ts.map +1 -0
- package/dist/vendor/twenty-shared/utils/validation/normalizeLocale.d.ts +7 -0
- package/dist/vendor/twenty-shared/utils/validation/normalizeLocale.d.ts.map +1 -0
- package/dist/vendor/twenty-shared/utils/validation/phones-value/getCountryCodesForCallingCode.d.ts +2 -0
- package/dist/vendor/twenty-shared/utils/validation/phones-value/getCountryCodesForCallingCode.d.ts.map +1 -0
- package/dist/vendor/twenty-shared/utils/validation/phones-value/index.d.ts +2 -0
- package/dist/vendor/twenty-shared/utils/validation/phones-value/index.d.ts.map +1 -0
- package/dist/vendor/twenty-shared/utils/validation/phones-value/isValidCountryCode.d.ts +4 -0
- package/dist/vendor/twenty-shared/utils/validation/phones-value/isValidCountryCode.d.ts.map +1 -0
- package/dist/vendor/twenty-shared/utils/variable-resolver.d.ts +2 -0
- package/dist/vendor/twenty-shared/utils/variable-resolver.d.ts.map +1 -0
- package/dist/vendor/twenty-shared/utils.cjs +2 -0
- package/dist/vendor/twenty-shared/utils.mjs +2640 -0
- package/dist/vendor/twenty-shared/workflow/constants/CaptureAllVariableTagInnerRegex.d.ts +2 -0
- package/dist/vendor/twenty-shared/workflow/constants/CaptureAllVariableTagInnerRegex.d.ts.map +1 -0
- package/dist/vendor/twenty-shared/workflow/constants/ContentTypeValuesHttpRequest.d.ts +4 -0
- package/dist/vendor/twenty-shared/workflow/constants/ContentTypeValuesHttpRequest.d.ts.map +1 -0
- package/dist/vendor/twenty-shared/workflow/constants/TriggerStepId.d.ts +2 -0
- package/dist/vendor/twenty-shared/workflow/constants/TriggerStepId.d.ts.map +1 -0
- package/dist/vendor/twenty-shared/workflow/index.d.ts +61 -0
- package/dist/vendor/twenty-shared/workflow/index.d.ts.map +1 -0
- package/dist/vendor/twenty-shared/workflow/schemas/ai-agent-action-schema.d.ts +29 -0
- package/dist/vendor/twenty-shared/workflow/schemas/ai-agent-action-schema.d.ts.map +1 -0
- package/dist/vendor/twenty-shared/workflow/schemas/ai-agent-action-settings-schema.d.ts +18 -0
- package/dist/vendor/twenty-shared/workflow/schemas/ai-agent-action-settings-schema.d.ts.map +1 -0
- package/dist/vendor/twenty-shared/workflow/schemas/base-trigger-schema.d.ts +17 -0
- package/dist/vendor/twenty-shared/workflow/schemas/base-trigger-schema.d.ts.map +1 -0
- package/dist/vendor/twenty-shared/workflow/schemas/base-workflow-action-schema.d.ts +13 -0
- package/dist/vendor/twenty-shared/workflow/schemas/base-workflow-action-schema.d.ts.map +1 -0
- package/dist/vendor/twenty-shared/workflow/schemas/base-workflow-action-settings-schema.d.ts +15 -0
- package/dist/vendor/twenty-shared/workflow/schemas/base-workflow-action-settings-schema.d.ts.map +1 -0
- package/dist/vendor/twenty-shared/workflow/schemas/code-action-schema.d.ts +30 -0
- package/dist/vendor/twenty-shared/workflow/schemas/code-action-schema.d.ts.map +1 -0
- package/dist/vendor/twenty-shared/workflow/schemas/code-action-settings-schema.d.ts +19 -0
- package/dist/vendor/twenty-shared/workflow/schemas/code-action-settings-schema.d.ts.map +1 -0
- package/dist/vendor/twenty-shared/workflow/schemas/create-record-action-schema.d.ts +29 -0
- package/dist/vendor/twenty-shared/workflow/schemas/create-record-action-schema.d.ts.map +1 -0
- package/dist/vendor/twenty-shared/workflow/schemas/create-record-action-settings-schema.d.ts +18 -0
- package/dist/vendor/twenty-shared/workflow/schemas/create-record-action-settings-schema.d.ts.map +1 -0
- package/dist/vendor/twenty-shared/workflow/schemas/cron-trigger-schema.d.ts +38 -0
- package/dist/vendor/twenty-shared/workflow/schemas/cron-trigger-schema.d.ts.map +1 -0
- package/dist/vendor/twenty-shared/workflow/schemas/database-event-trigger-schema.d.ts +19 -0
- package/dist/vendor/twenty-shared/workflow/schemas/database-event-trigger-schema.d.ts.map +1 -0
- package/dist/vendor/twenty-shared/workflow/schemas/delete-record-action-schema.d.ts +29 -0
- package/dist/vendor/twenty-shared/workflow/schemas/delete-record-action-schema.d.ts.map +1 -0
- package/dist/vendor/twenty-shared/workflow/schemas/delete-record-action-settings-schema.d.ts +18 -0
- package/dist/vendor/twenty-shared/workflow/schemas/delete-record-action-settings-schema.d.ts.map +1 -0
- package/dist/vendor/twenty-shared/workflow/schemas/empty-action-schema.d.ts +26 -0
- package/dist/vendor/twenty-shared/workflow/schemas/empty-action-schema.d.ts.map +1 -0
- package/dist/vendor/twenty-shared/workflow/schemas/empty-action-settings-schema.d.ts +15 -0
- package/dist/vendor/twenty-shared/workflow/schemas/empty-action-settings-schema.d.ts.map +1 -0
- package/dist/vendor/twenty-shared/workflow/schemas/filter-action-schema.d.ts +44 -0
- package/dist/vendor/twenty-shared/workflow/schemas/filter-action-schema.d.ts.map +1 -0
- package/dist/vendor/twenty-shared/workflow/schemas/filter-action-settings-schema.d.ts +36 -0
- package/dist/vendor/twenty-shared/workflow/schemas/filter-action-settings-schema.d.ts.map +1 -0
- package/dist/vendor/twenty-shared/workflow/schemas/find-records-action-schema.d.ts +38 -0
- package/dist/vendor/twenty-shared/workflow/schemas/find-records-action-schema.d.ts.map +1 -0
- package/dist/vendor/twenty-shared/workflow/schemas/find-records-action-settings-schema.d.ts +27 -0
- package/dist/vendor/twenty-shared/workflow/schemas/find-records-action-settings-schema.d.ts.map +1 -0
- package/dist/vendor/twenty-shared/workflow/schemas/form-action-schema.d.ts +34 -0
- package/dist/vendor/twenty-shared/workflow/schemas/form-action-schema.d.ts.map +1 -0
- package/dist/vendor/twenty-shared/workflow/schemas/form-action-settings-schema.d.ts +24 -0
- package/dist/vendor/twenty-shared/workflow/schemas/form-action-settings-schema.d.ts.map +1 -0
- package/dist/vendor/twenty-shared/workflow/schemas/http-request-action-schema.d.ts +37 -0
- package/dist/vendor/twenty-shared/workflow/schemas/http-request-action-schema.d.ts.map +1 -0
- package/dist/vendor/twenty-shared/workflow/schemas/http-request-action-settings-schema.d.ts +26 -0
- package/dist/vendor/twenty-shared/workflow/schemas/http-request-action-settings-schema.d.ts.map +1 -0
- package/dist/vendor/twenty-shared/workflow/schemas/iterator-action-schema.d.ts +29 -0
- package/dist/vendor/twenty-shared/workflow/schemas/iterator-action-schema.d.ts.map +1 -0
- package/dist/vendor/twenty-shared/workflow/schemas/iterator-action-settings-schema.d.ts +18 -0
- package/dist/vendor/twenty-shared/workflow/schemas/iterator-action-settings-schema.d.ts.map +1 -0
- package/dist/vendor/twenty-shared/workflow/schemas/manual-trigger-schema.d.ts +28 -0
- package/dist/vendor/twenty-shared/workflow/schemas/manual-trigger-schema.d.ts.map +1 -0
- package/dist/vendor/twenty-shared/workflow/schemas/object-record-schema.d.ts +4 -0
- package/dist/vendor/twenty-shared/workflow/schemas/object-record-schema.d.ts.map +1 -0
- package/dist/vendor/twenty-shared/workflow/schemas/send-email-action-schema.d.ts +38 -0
- package/dist/vendor/twenty-shared/workflow/schemas/send-email-action-schema.d.ts.map +1 -0
- package/dist/vendor/twenty-shared/workflow/schemas/send-email-action-settings-schema.d.ts +27 -0
- package/dist/vendor/twenty-shared/workflow/schemas/send-email-action-settings-schema.d.ts.map +1 -0
- package/dist/vendor/twenty-shared/workflow/schemas/update-record-action-schema.d.ts +31 -0
- package/dist/vendor/twenty-shared/workflow/schemas/update-record-action-schema.d.ts.map +1 -0
- package/dist/vendor/twenty-shared/workflow/schemas/update-record-action-settings-schema.d.ts +20 -0
- package/dist/vendor/twenty-shared/workflow/schemas/update-record-action-settings-schema.d.ts.map +1 -0
- package/dist/vendor/twenty-shared/workflow/schemas/upsert-record-action-schema.d.ts +29 -0
- package/dist/vendor/twenty-shared/workflow/schemas/upsert-record-action-schema.d.ts.map +1 -0
- package/dist/vendor/twenty-shared/workflow/schemas/upsert-record-action-settings-schema.d.ts +18 -0
- package/dist/vendor/twenty-shared/workflow/schemas/upsert-record-action-settings-schema.d.ts.map +1 -0
- package/dist/vendor/twenty-shared/workflow/schemas/webhook-trigger-schema.d.ts +22 -0
- package/dist/vendor/twenty-shared/workflow/schemas/webhook-trigger-schema.d.ts.map +1 -0
- package/dist/vendor/twenty-shared/workflow/schemas/workflow-action-schema.d.ts +409 -0
- package/dist/vendor/twenty-shared/workflow/schemas/workflow-action-schema.d.ts.map +1 -0
- package/dist/vendor/twenty-shared/workflow/schemas/workflow-delay-action-schema.d.ts +38 -0
- package/dist/vendor/twenty-shared/workflow/schemas/workflow-delay-action-schema.d.ts.map +1 -0
- package/dist/vendor/twenty-shared/workflow/schemas/workflow-delay-action-settings-schema.d.ts +27 -0
- package/dist/vendor/twenty-shared/workflow/schemas/workflow-delay-action-settings-schema.d.ts.map +1 -0
- package/dist/vendor/twenty-shared/workflow/schemas/workflow-file-action-schema.d.ts +10 -0
- package/dist/vendor/twenty-shared/workflow/schemas/workflow-file-action-schema.d.ts.map +1 -0
- package/dist/vendor/twenty-shared/workflow/schemas/workflow-run-schema.d.ts +535 -0
- package/dist/vendor/twenty-shared/workflow/schemas/workflow-run-schema.d.ts.map +1 -0
- package/dist/vendor/twenty-shared/workflow/schemas/workflow-run-state-schema.d.ts +516 -0
- package/dist/vendor/twenty-shared/workflow/schemas/workflow-run-state-schema.d.ts.map +1 -0
- package/dist/vendor/twenty-shared/workflow/schemas/workflow-run-state-step-info-schema.d.ts +13 -0
- package/dist/vendor/twenty-shared/workflow/schemas/workflow-run-state-step-info-schema.d.ts.map +1 -0
- package/dist/vendor/twenty-shared/workflow/schemas/workflow-run-state-step-infos-schema.d.ts +13 -0
- package/dist/vendor/twenty-shared/workflow/schemas/workflow-run-state-step-infos-schema.d.ts.map +1 -0
- package/dist/vendor/twenty-shared/workflow/schemas/workflow-run-status-schema.d.ts +12 -0
- package/dist/vendor/twenty-shared/workflow/schemas/workflow-run-status-schema.d.ts.map +1 -0
- package/dist/vendor/twenty-shared/workflow/schemas/workflow-run-step-status-schema.d.ts +5 -0
- package/dist/vendor/twenty-shared/workflow/schemas/workflow-run-step-status-schema.d.ts.map +1 -0
- package/dist/vendor/twenty-shared/workflow/schemas/workflow-trigger-schema.d.ts +95 -0
- package/dist/vendor/twenty-shared/workflow/schemas/workflow-trigger-schema.d.ts.map +1 -0
- package/dist/vendor/twenty-shared/workflow/types/WorkflowRunStateStepInfos.d.ts +16 -0
- package/dist/vendor/twenty-shared/workflow/types/WorkflowRunStateStepInfos.d.ts.map +1 -0
- package/dist/vendor/twenty-shared/workflow/types/workflowHttpRequestStep.d.ts +2 -0
- package/dist/vendor/twenty-shared/workflow/types/workflowHttpRequestStep.d.ts.map +1 -0
- package/dist/vendor/twenty-shared/workflow/utils/canObjectBeManagedByWorkflow.d.ts +5 -0
- package/dist/vendor/twenty-shared/workflow/utils/canObjectBeManagedByWorkflow.d.ts.map +1 -0
- package/dist/vendor/twenty-shared/workflow/utils/extractRawVariableNameParts.d.ts +5 -0
- package/dist/vendor/twenty-shared/workflow/utils/extractRawVariableNameParts.d.ts.map +1 -0
- package/dist/vendor/twenty-shared/workflow/utils/getWorkflowRunContext.d.ts +4 -0
- package/dist/vendor/twenty-shared/workflow/utils/getWorkflowRunContext.d.ts.map +1 -0
- package/dist/vendor/twenty-shared/workflow/utils/parseBooleanFromStringValue.d.ts +2 -0
- package/dist/vendor/twenty-shared/workflow/utils/parseBooleanFromStringValue.d.ts.map +1 -0
- package/dist/vendor/twenty-shared/workflow/utils/parseDataFromContentType.d.ts +4 -0
- package/dist/vendor/twenty-shared/workflow/utils/parseDataFromContentType.d.ts.map +1 -0
- package/dist/vendor/twenty-shared/workflow/workflow-schema/index.d.ts +4 -0
- package/dist/vendor/twenty-shared/workflow/workflow-schema/index.d.ts.map +1 -0
- package/dist/vendor/twenty-shared/workflow/workflow-schema/types/base-output-schema.type.d.ts +18 -0
- package/dist/vendor/twenty-shared/workflow/workflow-schema/types/base-output-schema.type.d.ts.map +1 -0
- package/dist/vendor/twenty-shared/workflow/workflow-schema/utils/buildOutputSchemaFromValue.d.ts +4 -0
- package/dist/vendor/twenty-shared/workflow/workflow-schema/utils/buildOutputSchemaFromValue.d.ts.map +1 -0
- package/dist/vendor/twenty-shared/workflow/workflow-schema/utils/navigateOutputSchemaProperty.d.ts +7 -0
- package/dist/vendor/twenty-shared/workflow/workflow-schema/utils/navigateOutputSchemaProperty.d.ts.map +1 -0
- package/dist/vendor/twenty-shared/workflow/workflow-trigger/types/workflow-trigger.type.d.ts +13 -0
- package/dist/vendor/twenty-shared/workflow/workflow-trigger/types/workflow-trigger.type.d.ts.map +1 -0
- package/dist/vendor/twenty-shared/workflow.cjs +5 -0
- package/dist/vendor/twenty-shared/workflow.mjs +566 -0
- package/dist/vendor/twenty-shared/workspace/index.d.ts +3 -0
- package/dist/vendor/twenty-shared/workspace/index.d.ts.map +1 -0
- package/dist/vendor/twenty-shared/workspace/types/WorkspaceActivationStatus.d.ts +8 -0
- package/dist/vendor/twenty-shared/workspace/types/WorkspaceActivationStatus.d.ts.map +1 -0
- package/dist/vendor/twenty-shared/workspace/types/index.d.ts +2 -0
- package/dist/vendor/twenty-shared/workspace/types/index.d.ts.map +1 -0
- package/dist/vendor/twenty-shared/workspace/utils/index.d.ts +2 -0
- package/dist/vendor/twenty-shared/workspace/utils/index.d.ts.map +1 -0
- package/dist/vendor/twenty-shared/workspace/utils/isWorkspaceActiveOrSuspended.d.ts +6 -0
- package/dist/vendor/twenty-shared/workspace/utils/isWorkspaceActiveOrSuspended.d.ts.map +1 -0
- package/dist/vendor/twenty-shared/workspace.cjs +1 -0
- package/dist/vendor/twenty-shared/workspace.mjs +6 -0
- package/package.json +1 -1
|
@@ -0,0 +1,566 @@
|
|
|
1
|
+
import { z as e } from "zod";
|
|
2
|
+
import { F as c } from "./FieldMetadataDefaultValue-CJU0Y2Fi.mjs";
|
|
3
|
+
import { S as h } from "./StepFilters-Cml3Z3gd.mjs";
|
|
4
|
+
import "class-validator";
|
|
5
|
+
import { V as w, a as S } from "./ViewFilterOperandDeprecated-5v-49Eq0.mjs";
|
|
6
|
+
import { i as y, a as l } from "./isValidCountryCode-CJneDJKx.mjs";
|
|
7
|
+
import { isObject as E } from "@sniptt/guards";
|
|
8
|
+
import "./LabelIdentifierFieldMetadataTypes-BzzhC1dx.mjs";
|
|
9
|
+
import "qs";
|
|
10
|
+
import "react-router-dom";
|
|
11
|
+
import "handlebars";
|
|
12
|
+
const j = /{{([^{}]+)}}/g, Te = {
|
|
13
|
+
rawJson: "application/json",
|
|
14
|
+
formData: "multipart/form-data",
|
|
15
|
+
keyValue: "application/x-www-form-urlencoded",
|
|
16
|
+
text: "text/plain",
|
|
17
|
+
none: ""
|
|
18
|
+
}, Oe = "trigger", i = e.object({
|
|
19
|
+
input: e.looseObject({}).describe(
|
|
20
|
+
"Input data for the workflow action. Structure depends on the action type."
|
|
21
|
+
),
|
|
22
|
+
outputSchema: e.looseObject({}).describe(
|
|
23
|
+
"Schema defining the output data structure. This data can be referenced in subsequent steps using {{stepId.fieldName}}."
|
|
24
|
+
),
|
|
25
|
+
errorHandlingOptions: e.object({
|
|
26
|
+
retryOnFailure: e.object({
|
|
27
|
+
value: e.boolean().describe("Whether to retry the action if it fails.")
|
|
28
|
+
}),
|
|
29
|
+
continueOnFailure: e.object({
|
|
30
|
+
value: e.boolean().describe("Whether to continue to the next step if this action fails.")
|
|
31
|
+
})
|
|
32
|
+
})
|
|
33
|
+
}), A = i.extend({
|
|
34
|
+
input: e.object({
|
|
35
|
+
agentId: e.string().optional(),
|
|
36
|
+
prompt: e.string().optional()
|
|
37
|
+
})
|
|
38
|
+
}), a = e.object({
|
|
39
|
+
id: e.string().describe(
|
|
40
|
+
"Unique identifier for the workflow step. Must be unique within the workflow."
|
|
41
|
+
),
|
|
42
|
+
name: e.string().describe(
|
|
43
|
+
"Human-readable name for the workflow step. Should clearly describe what the step does."
|
|
44
|
+
),
|
|
45
|
+
valid: e.boolean().describe(
|
|
46
|
+
"Whether the step configuration is valid. Set to true when all required fields are properly configured."
|
|
47
|
+
),
|
|
48
|
+
nextStepIds: e.array(e.string()).optional().nullable().describe(
|
|
49
|
+
"Array of step IDs that this step connects to. Leave empty or null for the final step."
|
|
50
|
+
),
|
|
51
|
+
position: e.object({ x: e.number(), y: e.number() }).optional().nullable().describe("Position coordinates for the step in the workflow diagram.")
|
|
52
|
+
}), T = a.extend({
|
|
53
|
+
type: e.literal("AI_AGENT"),
|
|
54
|
+
settings: A
|
|
55
|
+
}), d = e.object({
|
|
56
|
+
name: e.string().optional().describe(
|
|
57
|
+
"Human-readable name for the trigger. Optional but recommended for clarity."
|
|
58
|
+
),
|
|
59
|
+
type: e.enum(["DATABASE_EVENT", "MANUAL", "CRON", "WEBHOOK"]).describe(
|
|
60
|
+
"Type of trigger. DATABASE_EVENT for record changes, MANUAL for user-initiated, CRON for scheduled, WEBHOOK for external calls."
|
|
61
|
+
),
|
|
62
|
+
position: e.object({ x: e.number(), y: e.number() }).optional().nullable().describe(
|
|
63
|
+
"Position coordinates for the trigger in the workflow diagram. Use (0, 0) for the trigger step."
|
|
64
|
+
),
|
|
65
|
+
nextStepIds: e.array(e.string()).optional().nullable().describe(
|
|
66
|
+
"Array of step IDs that the trigger connects to. These are the first steps in the workflow."
|
|
67
|
+
)
|
|
68
|
+
}), O = i.extend({
|
|
69
|
+
input: e.object({
|
|
70
|
+
serverlessFunctionId: e.string(),
|
|
71
|
+
serverlessFunctionVersion: e.string(),
|
|
72
|
+
serverlessFunctionInput: e.record(e.string(), e.any())
|
|
73
|
+
})
|
|
74
|
+
}), R = a.extend({
|
|
75
|
+
type: e.literal("CODE"),
|
|
76
|
+
settings: O
|
|
77
|
+
}), u = e.record(e.string(), e.any()).describe(
|
|
78
|
+
`Record data object. Use nested objects for relationships (e.g., "company": {"id": "{{reference}}"}). Common patterns:
|
|
79
|
+
- Person: {"name": {"firstName": "John", "lastName": "Doe"}, "emails": {"primaryEmail": "john@example.com"}, "company": {"id": "{{trigger.object.id}}"}}
|
|
80
|
+
- Company: {"name": "Acme Corp", "domainName": {"primaryLinkUrl": "https://acme.com"}}
|
|
81
|
+
- Task: {"title": "Follow up", "status": "TODO", "assignee": {"id": "{{user.id}}"}}`
|
|
82
|
+
), k = i.extend({
|
|
83
|
+
input: e.object({
|
|
84
|
+
objectName: e.string().describe(
|
|
85
|
+
'The name of the object to create a record in. Must be lowercase (e.g., "person", "company", "task").'
|
|
86
|
+
),
|
|
87
|
+
objectRecord: u.describe("The record data to create.")
|
|
88
|
+
})
|
|
89
|
+
}), N = a.extend(
|
|
90
|
+
{
|
|
91
|
+
type: e.literal("CREATE_RECORD"),
|
|
92
|
+
settings: k
|
|
93
|
+
}
|
|
94
|
+
), x = d.extend({
|
|
95
|
+
type: e.literal("CRON"),
|
|
96
|
+
settings: e.discriminatedUnion("type", [
|
|
97
|
+
e.object({
|
|
98
|
+
type: e.literal("DAYS"),
|
|
99
|
+
schedule: e.object({
|
|
100
|
+
day: e.number().min(1),
|
|
101
|
+
hour: e.number().min(0).max(23),
|
|
102
|
+
minute: e.number().min(0).max(59)
|
|
103
|
+
}),
|
|
104
|
+
outputSchema: e.looseObject({})
|
|
105
|
+
}),
|
|
106
|
+
e.object({
|
|
107
|
+
type: e.literal("HOURS"),
|
|
108
|
+
schedule: e.object({
|
|
109
|
+
hour: e.number().min(1),
|
|
110
|
+
minute: e.number().min(0).max(59)
|
|
111
|
+
}),
|
|
112
|
+
outputSchema: e.looseObject({})
|
|
113
|
+
}),
|
|
114
|
+
e.object({
|
|
115
|
+
type: e.literal("MINUTES"),
|
|
116
|
+
schedule: e.object({ minute: e.number().min(1).max(60) }),
|
|
117
|
+
outputSchema: e.looseObject({})
|
|
118
|
+
}),
|
|
119
|
+
e.object({
|
|
120
|
+
type: e.literal("CUSTOM"),
|
|
121
|
+
pattern: e.string(),
|
|
122
|
+
outputSchema: e.looseObject({})
|
|
123
|
+
})
|
|
124
|
+
])
|
|
125
|
+
}), D = d.extend({
|
|
126
|
+
type: e.literal("DATABASE_EVENT"),
|
|
127
|
+
settings: e.object({
|
|
128
|
+
eventName: e.string().regex(
|
|
129
|
+
/^[a-z][a-zA-Z0-9_]*\.(created|updated|deleted|upserted)$/,
|
|
130
|
+
'Event name must follow the pattern: objectName.action (e.g., "company.created", "person.updated", "company.upserted")'
|
|
131
|
+
).describe(
|
|
132
|
+
'Event name in format: objectName.action (e.g., "company.created", "person.updated", "task.deleted", "company.upserted"). Use lowercase object names.'
|
|
133
|
+
),
|
|
134
|
+
input: e.looseObject({}).optional(),
|
|
135
|
+
outputSchema: e.looseObject({}).describe(
|
|
136
|
+
"Schema defining the output data structure. For database events, this includes the record that triggered the workflow accessible via {{trigger.object.fieldName}}."
|
|
137
|
+
),
|
|
138
|
+
objectType: e.string().optional(),
|
|
139
|
+
fields: e.array(e.string()).optional().nullable()
|
|
140
|
+
})
|
|
141
|
+
}).describe(
|
|
142
|
+
"Database event trigger that fires when a record is created, updated, deleted, or upserted. The triggered record is accessible in workflow steps via {{trigger.object.fieldName}}."
|
|
143
|
+
), I = i.extend({
|
|
144
|
+
input: e.object({
|
|
145
|
+
objectName: e.string(),
|
|
146
|
+
objectRecordId: e.string()
|
|
147
|
+
})
|
|
148
|
+
}), F = a.extend(
|
|
149
|
+
{
|
|
150
|
+
type: e.literal("DELETE_RECORD"),
|
|
151
|
+
settings: I
|
|
152
|
+
}
|
|
153
|
+
), U = i.extend({
|
|
154
|
+
input: e.object({})
|
|
155
|
+
}), C = a.extend({
|
|
156
|
+
type: e.literal("EMPTY"),
|
|
157
|
+
settings: U
|
|
158
|
+
}), P = i.extend({
|
|
159
|
+
input: e.object({
|
|
160
|
+
stepFilterGroups: e.array(
|
|
161
|
+
e.object({
|
|
162
|
+
id: e.string(),
|
|
163
|
+
logicalOperator: e.enum(h),
|
|
164
|
+
parentStepFilterGroupId: e.string().optional(),
|
|
165
|
+
positionInStepFilterGroup: e.number().optional()
|
|
166
|
+
})
|
|
167
|
+
),
|
|
168
|
+
stepFilters: e.array(
|
|
169
|
+
e.object({
|
|
170
|
+
id: e.string(),
|
|
171
|
+
type: e.string(),
|
|
172
|
+
stepOutputKey: e.string(),
|
|
173
|
+
operand: e.enum(w).or(e.enum(S)),
|
|
174
|
+
value: e.string(),
|
|
175
|
+
stepFilterGroupId: e.string(),
|
|
176
|
+
positionInStepFilterGroup: e.number().optional(),
|
|
177
|
+
fieldMetadataId: e.string().optional(),
|
|
178
|
+
compositeFieldSubFieldName: e.string().optional()
|
|
179
|
+
})
|
|
180
|
+
)
|
|
181
|
+
})
|
|
182
|
+
}), _ = a.extend({
|
|
183
|
+
type: e.literal("FILTER"),
|
|
184
|
+
settings: P
|
|
185
|
+
}), L = i.extend({
|
|
186
|
+
input: e.object({
|
|
187
|
+
objectName: e.string(),
|
|
188
|
+
limit: e.number().optional(),
|
|
189
|
+
filter: e.object({
|
|
190
|
+
recordFilterGroups: e.array(e.any()).optional(),
|
|
191
|
+
recordFilters: e.array(e.any()).optional(),
|
|
192
|
+
gqlOperationFilter: e.any().optional().nullable()
|
|
193
|
+
}).optional(),
|
|
194
|
+
orderBy: e.object({
|
|
195
|
+
recordSorts: e.array(e.any()).optional(),
|
|
196
|
+
gqlOperationOrderBy: e.array(e.record(e.string(), e.any())).optional()
|
|
197
|
+
}).optional()
|
|
198
|
+
})
|
|
199
|
+
}), v = a.extend({
|
|
200
|
+
type: e.literal("FIND_RECORDS"),
|
|
201
|
+
settings: L
|
|
202
|
+
}), M = i.extend({
|
|
203
|
+
input: e.array(
|
|
204
|
+
e.object({
|
|
205
|
+
id: e.string(),
|
|
206
|
+
name: e.string(),
|
|
207
|
+
label: e.string(),
|
|
208
|
+
type: e.union([
|
|
209
|
+
e.literal(c.TEXT),
|
|
210
|
+
e.literal(c.NUMBER),
|
|
211
|
+
e.literal(c.DATE),
|
|
212
|
+
e.literal(c.SELECT),
|
|
213
|
+
e.literal("RECORD")
|
|
214
|
+
]),
|
|
215
|
+
placeholder: e.string().optional(),
|
|
216
|
+
settings: e.record(e.string(), e.any()).optional(),
|
|
217
|
+
value: e.any().optional()
|
|
218
|
+
})
|
|
219
|
+
)
|
|
220
|
+
}), G = a.extend({
|
|
221
|
+
type: e.literal("FORM"),
|
|
222
|
+
settings: M
|
|
223
|
+
}), B = i.extend({
|
|
224
|
+
input: e.object({
|
|
225
|
+
url: e.string(),
|
|
226
|
+
method: e.enum(["GET", "POST", "PUT", "PATCH", "DELETE"]),
|
|
227
|
+
headers: e.record(e.string(), e.string()).optional(),
|
|
228
|
+
body: e.record(
|
|
229
|
+
e.string(),
|
|
230
|
+
e.union([
|
|
231
|
+
e.string(),
|
|
232
|
+
e.number(),
|
|
233
|
+
e.boolean(),
|
|
234
|
+
e.null(),
|
|
235
|
+
e.array(e.union([e.string(), e.number(), e.boolean(), e.null()]))
|
|
236
|
+
])
|
|
237
|
+
).or(e.string()).optional()
|
|
238
|
+
})
|
|
239
|
+
}), V = a.extend({
|
|
240
|
+
type: e.literal("HTTP_REQUEST"),
|
|
241
|
+
settings: B
|
|
242
|
+
}), W = i.extend({
|
|
243
|
+
input: e.object({
|
|
244
|
+
items: e.union([
|
|
245
|
+
e.array(
|
|
246
|
+
e.union([
|
|
247
|
+
e.string(),
|
|
248
|
+
e.number(),
|
|
249
|
+
e.boolean(),
|
|
250
|
+
e.null(),
|
|
251
|
+
e.record(e.string(), e.any()),
|
|
252
|
+
e.any()
|
|
253
|
+
])
|
|
254
|
+
),
|
|
255
|
+
e.string()
|
|
256
|
+
]).optional(),
|
|
257
|
+
initialLoopStepIds: e.array(e.string()).optional()
|
|
258
|
+
})
|
|
259
|
+
}), H = a.extend({
|
|
260
|
+
type: e.literal("ITERATOR"),
|
|
261
|
+
settings: W
|
|
262
|
+
}), K = d.extend({
|
|
263
|
+
type: e.literal("MANUAL"),
|
|
264
|
+
settings: e.object({
|
|
265
|
+
objectType: e.string().optional(),
|
|
266
|
+
outputSchema: e.looseObject({}).describe(
|
|
267
|
+
"Schema defining the output data structure. When a record is selected, it is accessible via {{trigger.record.fieldName}}. When no record is selected, no data is available."
|
|
268
|
+
),
|
|
269
|
+
icon: e.string().optional(),
|
|
270
|
+
isPinned: e.boolean().optional(),
|
|
271
|
+
availability: e.discriminatedUnion("type", [
|
|
272
|
+
e.object({
|
|
273
|
+
type: e.literal("GLOBAL"),
|
|
274
|
+
locations: e.array(e.string()).optional()
|
|
275
|
+
}),
|
|
276
|
+
e.object({
|
|
277
|
+
type: e.literal("SINGLE_RECORD"),
|
|
278
|
+
objectNameSingular: e.string()
|
|
279
|
+
}),
|
|
280
|
+
e.object({
|
|
281
|
+
type: e.literal("BULK_RECORDS"),
|
|
282
|
+
objectNameSingular: e.string()
|
|
283
|
+
})
|
|
284
|
+
]).optional().nullable()
|
|
285
|
+
})
|
|
286
|
+
}).describe(
|
|
287
|
+
"Manual trigger that can be launched by the user. If a record is selected when launched, it is accessible via {{trigger.record.fieldName}}. If no record is selected, no data context is available."
|
|
288
|
+
), q = e.object({
|
|
289
|
+
id: e.string().refine((t) => y(t)),
|
|
290
|
+
name: e.string(),
|
|
291
|
+
size: e.number(),
|
|
292
|
+
type: e.string(),
|
|
293
|
+
createdAt: e.string()
|
|
294
|
+
}), J = i.extend({
|
|
295
|
+
input: e.object({
|
|
296
|
+
connectedAccountId: e.string(),
|
|
297
|
+
email: e.string(),
|
|
298
|
+
subject: e.string().optional(),
|
|
299
|
+
body: e.string().optional(),
|
|
300
|
+
files: e.array(q).optional().default([])
|
|
301
|
+
})
|
|
302
|
+
}), Y = a.extend({
|
|
303
|
+
type: e.literal("SEND_EMAIL"),
|
|
304
|
+
settings: J
|
|
305
|
+
}), z = i.extend({
|
|
306
|
+
input: e.object({
|
|
307
|
+
objectName: e.string(),
|
|
308
|
+
objectRecord: u,
|
|
309
|
+
objectRecordId: e.string(),
|
|
310
|
+
fieldsToUpdate: e.array(e.string())
|
|
311
|
+
})
|
|
312
|
+
}), Q = a.extend(
|
|
313
|
+
{
|
|
314
|
+
type: e.literal("UPDATE_RECORD"),
|
|
315
|
+
settings: z
|
|
316
|
+
}
|
|
317
|
+
), $ = i.extend({
|
|
318
|
+
input: e.object({
|
|
319
|
+
objectName: e.string(),
|
|
320
|
+
objectRecord: u
|
|
321
|
+
})
|
|
322
|
+
}), X = a.extend(
|
|
323
|
+
{
|
|
324
|
+
type: e.literal("UPSERT_RECORD"),
|
|
325
|
+
settings: $
|
|
326
|
+
}
|
|
327
|
+
), Z = d.extend({
|
|
328
|
+
type: e.literal("WEBHOOK"),
|
|
329
|
+
settings: e.discriminatedUnion("httpMethod", [
|
|
330
|
+
e.object({
|
|
331
|
+
outputSchema: e.looseObject({}),
|
|
332
|
+
httpMethod: e.literal("GET"),
|
|
333
|
+
authentication: e.literal("API_KEY").nullable()
|
|
334
|
+
}),
|
|
335
|
+
e.object({
|
|
336
|
+
outputSchema: e.looseObject({}),
|
|
337
|
+
httpMethod: e.literal("POST"),
|
|
338
|
+
expectedBody: e.looseObject({}),
|
|
339
|
+
authentication: e.literal("API_KEY").nullable()
|
|
340
|
+
})
|
|
341
|
+
])
|
|
342
|
+
}), ee = i.extend({
|
|
343
|
+
input: e.object({
|
|
344
|
+
delayType: e.enum(["SCHEDULED_DATE", "DURATION"]),
|
|
345
|
+
scheduledDateTime: e.string().nullable().optional(),
|
|
346
|
+
duration: e.object({
|
|
347
|
+
days: e.union([e.number().min(0), e.string()]).optional(),
|
|
348
|
+
hours: e.union([e.number().min(0), e.string()]).optional(),
|
|
349
|
+
minutes: e.union([e.number().min(0), e.string()]).optional(),
|
|
350
|
+
seconds: e.union([e.number().min(0), e.string()]).optional()
|
|
351
|
+
}).optional()
|
|
352
|
+
})
|
|
353
|
+
}), te = a.extend({
|
|
354
|
+
type: e.literal("DELAY"),
|
|
355
|
+
settings: ee
|
|
356
|
+
}), oe = e.discriminatedUnion("type", [
|
|
357
|
+
R,
|
|
358
|
+
Y,
|
|
359
|
+
N,
|
|
360
|
+
Q,
|
|
361
|
+
F,
|
|
362
|
+
X,
|
|
363
|
+
v,
|
|
364
|
+
G,
|
|
365
|
+
V,
|
|
366
|
+
T,
|
|
367
|
+
_,
|
|
368
|
+
H,
|
|
369
|
+
te,
|
|
370
|
+
C
|
|
371
|
+
]);
|
|
372
|
+
var m = /* @__PURE__ */ ((t) => (t.NOT_STARTED = "NOT_STARTED", t.RUNNING = "RUNNING", t.SUCCESS = "SUCCESS", t.STOPPED = "STOPPED", t.FAILED = "FAILED", t.PENDING = "PENDING", t.SKIPPED = "SKIPPED", t))(m || {});
|
|
373
|
+
const re = e.enum(m), g = e.object({
|
|
374
|
+
result: e.any().optional(),
|
|
375
|
+
error: e.any().optional(),
|
|
376
|
+
status: re,
|
|
377
|
+
get history() {
|
|
378
|
+
return e.array(
|
|
379
|
+
g.pick({
|
|
380
|
+
result: !0,
|
|
381
|
+
status: !0,
|
|
382
|
+
error: !0
|
|
383
|
+
})
|
|
384
|
+
).optional();
|
|
385
|
+
}
|
|
386
|
+
}), ne = e.record(
|
|
387
|
+
e.string(),
|
|
388
|
+
g
|
|
389
|
+
), ie = e.discriminatedUnion("type", [
|
|
390
|
+
D,
|
|
391
|
+
K,
|
|
392
|
+
x,
|
|
393
|
+
Z
|
|
394
|
+
]), ae = e.object({
|
|
395
|
+
flow: e.object({
|
|
396
|
+
trigger: ie,
|
|
397
|
+
steps: e.array(oe)
|
|
398
|
+
}),
|
|
399
|
+
stepInfos: ne,
|
|
400
|
+
workflowRunError: e.any().optional()
|
|
401
|
+
}), se = e.enum([
|
|
402
|
+
"NOT_STARTED",
|
|
403
|
+
"RUNNING",
|
|
404
|
+
"COMPLETED",
|
|
405
|
+
"FAILED",
|
|
406
|
+
"ENQUEUED",
|
|
407
|
+
"STOPPING",
|
|
408
|
+
"STOPPED"
|
|
409
|
+
]), Re = e.looseObject({
|
|
410
|
+
__typename: e.literal("WorkflowRun"),
|
|
411
|
+
id: e.string(),
|
|
412
|
+
workflowVersionId: e.string(),
|
|
413
|
+
workflowId: e.string(),
|
|
414
|
+
state: ae.nullable(),
|
|
415
|
+
status: se,
|
|
416
|
+
createdAt: e.string(),
|
|
417
|
+
deletedAt: e.string().nullable(),
|
|
418
|
+
endedAt: e.string().nullable(),
|
|
419
|
+
name: e.string()
|
|
420
|
+
}), ke = ({
|
|
421
|
+
nameSingular: t,
|
|
422
|
+
isSystem: o
|
|
423
|
+
}) => ![
|
|
424
|
+
"workflow",
|
|
425
|
+
"workflowVersion",
|
|
426
|
+
"workflowRun",
|
|
427
|
+
"dashboard"
|
|
428
|
+
].includes(t) && !o, Ne = ({
|
|
429
|
+
rawVariableName: t,
|
|
430
|
+
part: o
|
|
431
|
+
}) => {
|
|
432
|
+
const r = t.replace(
|
|
433
|
+
j,
|
|
434
|
+
(b, f) => f
|
|
435
|
+
).split("."), s = o === "stepId" ? r[0] : o === "selectedField" ? r[r.length - 1] : null;
|
|
436
|
+
if (!l(s))
|
|
437
|
+
throw new Error("Expected to find at least one splitted chunk.");
|
|
438
|
+
return s;
|
|
439
|
+
}, xe = (t) => Object.fromEntries(
|
|
440
|
+
Object.entries(t).filter(([, o]) => l(o?.result)).map(([o, n]) => [o, n?.result])
|
|
441
|
+
), De = (t) => t === "true" ? !0 : t === "false" ? !1 : t, ce = (t) => {
|
|
442
|
+
let o = t;
|
|
443
|
+
if (typeof t == "string")
|
|
444
|
+
try {
|
|
445
|
+
o = JSON.parse(t);
|
|
446
|
+
} catch {
|
|
447
|
+
o = t;
|
|
448
|
+
}
|
|
449
|
+
return new URLSearchParams(o).toString();
|
|
450
|
+
}, le = (t) => {
|
|
451
|
+
const o = new FormData();
|
|
452
|
+
if (typeof t == "string")
|
|
453
|
+
try {
|
|
454
|
+
const n = JSON.parse(t);
|
|
455
|
+
Object.entries(n).forEach(
|
|
456
|
+
([r, s]) => o.append(r, String(s))
|
|
457
|
+
);
|
|
458
|
+
} catch {
|
|
459
|
+
throw new Error("String data for FormData must be valid JSON");
|
|
460
|
+
}
|
|
461
|
+
else
|
|
462
|
+
Object.entries(t).forEach(([n, r]) => o.append(n, r));
|
|
463
|
+
return o;
|
|
464
|
+
}, p = (t) => typeof t == "string" ? t : JSON.stringify(t), de = (t) => typeof t == "string" ? t : Object.entries(t).map(([o, n]) => `${o}=${n}`).join(`
|
|
465
|
+
`), Ie = (t, o) => {
|
|
466
|
+
if (o === void 0)
|
|
467
|
+
return p(t);
|
|
468
|
+
switch (o) {
|
|
469
|
+
case "application/x-www-form-urlencoded":
|
|
470
|
+
return ce(t);
|
|
471
|
+
case "multipart/form-data":
|
|
472
|
+
return le(t);
|
|
473
|
+
case "application/json":
|
|
474
|
+
return p(t);
|
|
475
|
+
case "text/plain":
|
|
476
|
+
return de(t);
|
|
477
|
+
default:
|
|
478
|
+
return p(t);
|
|
479
|
+
}
|
|
480
|
+
}, pe = (t) => !l(t) || t === null ? "unknown" : typeof t == "string" ? "string" : typeof t == "number" ? "number" : typeof t == "boolean" ? "boolean" : Array.isArray(t) ? "array" : "unknown", ue = (t) => t ? Object.entries(t).reduce(
|
|
481
|
+
(o, [n, r]) => (E(r) && !Array.isArray(r) ? o[n] = {
|
|
482
|
+
isLeaf: !1,
|
|
483
|
+
type: "object",
|
|
484
|
+
label: n,
|
|
485
|
+
value: ue(r)
|
|
486
|
+
} : o[n] = {
|
|
487
|
+
isLeaf: !0,
|
|
488
|
+
value: r,
|
|
489
|
+
type: pe(r),
|
|
490
|
+
label: n
|
|
491
|
+
}, o),
|
|
492
|
+
{}
|
|
493
|
+
) : {}, Fe = ({
|
|
494
|
+
schema: t,
|
|
495
|
+
propertyPath: o
|
|
496
|
+
}) => {
|
|
497
|
+
if (o.length === 0)
|
|
498
|
+
return;
|
|
499
|
+
let n = t, r;
|
|
500
|
+
for (const s of o) {
|
|
501
|
+
if (r = n[s], !l(r))
|
|
502
|
+
return;
|
|
503
|
+
if (r.isLeaf)
|
|
504
|
+
return s === o[o.length - 1] ? r : void 0;
|
|
505
|
+
n = r.value;
|
|
506
|
+
}
|
|
507
|
+
return r;
|
|
508
|
+
};
|
|
509
|
+
export {
|
|
510
|
+
j as CAPTURE_ALL_VARIABLE_TAG_INNER_REGEX,
|
|
511
|
+
Te as CONTENT_TYPE_VALUES_HTTP_REQUEST,
|
|
512
|
+
m as StepStatus,
|
|
513
|
+
Oe as TRIGGER_STEP_ID,
|
|
514
|
+
d as baseTriggerSchema,
|
|
515
|
+
a as baseWorkflowActionSchema,
|
|
516
|
+
i as baseWorkflowActionSettingsSchema,
|
|
517
|
+
ue as buildOutputSchemaFromValue,
|
|
518
|
+
ke as canObjectBeManagedByWorkflow,
|
|
519
|
+
Ne as extractRawVariableNamePart,
|
|
520
|
+
xe as getWorkflowRunContext,
|
|
521
|
+
Fe as navigateOutputSchemaProperty,
|
|
522
|
+
u as objectRecordSchema,
|
|
523
|
+
De as parseBooleanFromStringValue,
|
|
524
|
+
Ie as parseDataFromContentType,
|
|
525
|
+
oe as workflowActionSchema,
|
|
526
|
+
T as workflowAiAgentActionSchema,
|
|
527
|
+
A as workflowAiAgentActionSettingsSchema,
|
|
528
|
+
R as workflowCodeActionSchema,
|
|
529
|
+
O as workflowCodeActionSettingsSchema,
|
|
530
|
+
N as workflowCreateRecordActionSchema,
|
|
531
|
+
k as workflowCreateRecordActionSettingsSchema,
|
|
532
|
+
x as workflowCronTriggerSchema,
|
|
533
|
+
D as workflowDatabaseEventTriggerSchema,
|
|
534
|
+
te as workflowDelayActionSchema,
|
|
535
|
+
ee as workflowDelayActionSettingsSchema,
|
|
536
|
+
F as workflowDeleteRecordActionSchema,
|
|
537
|
+
I as workflowDeleteRecordActionSettingsSchema,
|
|
538
|
+
C as workflowEmptyActionSchema,
|
|
539
|
+
U as workflowEmptyActionSettingsSchema,
|
|
540
|
+
q as workflowFileSchema,
|
|
541
|
+
_ as workflowFilterActionSchema,
|
|
542
|
+
P as workflowFilterActionSettingsSchema,
|
|
543
|
+
v as workflowFindRecordsActionSchema,
|
|
544
|
+
L as workflowFindRecordsActionSettingsSchema,
|
|
545
|
+
G as workflowFormActionSchema,
|
|
546
|
+
M as workflowFormActionSettingsSchema,
|
|
547
|
+
V as workflowHttpRequestActionSchema,
|
|
548
|
+
B as workflowHttpRequestActionSettingsSchema,
|
|
549
|
+
H as workflowIteratorActionSchema,
|
|
550
|
+
W as workflowIteratorActionSettingsSchema,
|
|
551
|
+
K as workflowManualTriggerSchema,
|
|
552
|
+
Re as workflowRunSchema,
|
|
553
|
+
ae as workflowRunStateSchema,
|
|
554
|
+
g as workflowRunStateStepInfoSchema,
|
|
555
|
+
ne as workflowRunStateStepInfosSchema,
|
|
556
|
+
se as workflowRunStatusSchema,
|
|
557
|
+
re as workflowRunStepStatusSchema,
|
|
558
|
+
Y as workflowSendEmailActionSchema,
|
|
559
|
+
J as workflowSendEmailActionSettingsSchema,
|
|
560
|
+
ie as workflowTriggerSchema,
|
|
561
|
+
Q as workflowUpdateRecordActionSchema,
|
|
562
|
+
z as workflowUpdateRecordActionSettingsSchema,
|
|
563
|
+
X as workflowUpsertRecordActionSchema,
|
|
564
|
+
$ as workflowUpsertRecordActionSettingsSchema,
|
|
565
|
+
Z as workflowWebhookTriggerSchema
|
|
566
|
+
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/workspace/index.ts"],"names":[],"mappings":"AASA,OAAO,EAAE,yBAAyB,EAAE,MAAM,mCAAmC,CAAC;AAC9E,OAAO,EAAE,4BAA4B,EAAE,MAAM,sCAAsC,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"WorkspaceActivationStatus.d.ts","sourceRoot":"","sources":["../../../src/workspace/types/WorkspaceActivationStatus.ts"],"names":[],"mappings":"AAAA,oBAAY,yBAAyB;IACnC,gBAAgB,qBAAqB;IACrC,gBAAgB,qBAAqB;IACrC,MAAM,WAAW;IACjB,QAAQ,aAAa;IACrB,SAAS,cAAc;CACxB"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/workspace/types/index.ts"],"names":[],"mappings":"AAAA,cAAc,6BAA6B,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/workspace/utils/index.ts"],"names":[],"mappings":"AAAA,cAAc,gCAAgC,CAAC"}
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import { WorkspaceActivationStatus } from '../types/WorkspaceActivationStatus';
|
|
2
|
+
|
|
3
|
+
export declare const isWorkspaceActiveOrSuspended: (workspace?: {
|
|
4
|
+
activationStatus: WorkspaceActivationStatus;
|
|
5
|
+
} | null) => boolean;
|
|
6
|
+
//# sourceMappingURL=isWorkspaceActiveOrSuspended.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"isWorkspaceActiveOrSuspended.d.ts","sourceRoot":"","sources":["../../../src/workspace/utils/isWorkspaceActiveOrSuspended.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,yBAAyB,EAAE,MAAM,6CAA6C,CAAC;AAExF,eAAO,MAAM,4BAA4B,GACvC,YAAY;IACV,gBAAgB,EAAE,yBAAyB,CAAC;CAC7C,GAAG,IAAI,KACP,OAKF,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});var E=(e=>(e.ONGOING_CREATION="ONGOING_CREATION",e.PENDING_CREATION="PENDING_CREATION",e.ACTIVE="ACTIVE",e.INACTIVE="INACTIVE",e.SUSPENDED="SUSPENDED",e))(E||{});const N=e=>e?.activationStatus===E.ACTIVE||e?.activationStatus===E.SUSPENDED;exports.WorkspaceActivationStatus=E;exports.isWorkspaceActiveOrSuspended=N;
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
var N = /* @__PURE__ */ ((E) => (E.ONGOING_CREATION = "ONGOING_CREATION", E.PENDING_CREATION = "PENDING_CREATION", E.ACTIVE = "ACTIVE", E.INACTIVE = "INACTIVE", E.SUSPENDED = "SUSPENDED", E))(N || {});
|
|
2
|
+
const I = (E) => E?.activationStatus === N.ACTIVE || E?.activationStatus === N.SUSPENDED;
|
|
3
|
+
export {
|
|
4
|
+
N as WorkspaceActivationStatus,
|
|
5
|
+
I as isWorkspaceActiveOrSuspended
|
|
6
|
+
};
|