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 @@
|
|
|
1
|
+
"use strict";const E=require("zod"),a=require("class-validator");let c;const J=new Uint8Array(16);function K(){if(!c&&(c=typeof crypto<"u"&&crypto.getRandomValues&&crypto.getRandomValues.bind(crypto),!c))throw new Error("crypto.getRandomValues() not supported. See https://github.com/uuidjs/uuid#getrandomvalues-not-supported");return c(J)}const i=[];for(let e=0;e<256;++e)i.push((e+256).toString(16).slice(1));function Y(e,t=0){return i[e[t+0]]+i[e[t+1]]+i[e[t+2]]+i[e[t+3]]+"-"+i[e[t+4]]+i[e[t+5]]+"-"+i[e[t+6]]+i[e[t+7]]+"-"+i[e[t+8]]+i[e[t+9]]+"-"+i[e[t+10]]+i[e[t+11]]+i[e[t+12]]+i[e[t+13]]+i[e[t+14]]+i[e[t+15]]}const z=typeof crypto<"u"&&crypto.randomUUID&&crypto.randomUUID.bind(crypto),_={randomUUID:z};function b(e,t,u){if(_.randomUUID&&!e)return _.randomUUID();e=e||{};const o=e.random||(e.rng||K)();return o[6]=o[6]&15|64,o[8]=o[8]&63|128,Y(o)}var l=(e=>(e.UUID="UUID",e.TEXT="TEXT",e.PHONES="PHONES",e.EMAILS="EMAILS",e.DATE_TIME="DATE_TIME",e.DATE="DATE",e.BOOLEAN="BOOLEAN",e.NUMBER="NUMBER",e.NUMERIC="NUMERIC",e.LINKS="LINKS",e.CURRENCY="CURRENCY",e.FULL_NAME="FULL_NAME",e.RATING="RATING",e.SELECT="SELECT",e.MULTI_SELECT="MULTI_SELECT",e.RELATION="RELATION",e.MORPH_RELATION="MORPH_RELATION",e.POSITION="POSITION",e.ADDRESS="ADDRESS",e.RAW_JSON="RAW_JSON",e.RICH_TEXT="RICH_TEXT",e.RICH_TEXT_V2="RICH_TEXT_V2",e.ACTOR="ACTOR",e.ARRAY="ARRAY",e.TS_VECTOR="TS_VECTOR",e))(l||{}),f=(e=>(e.EMAIL="EMAIL",e.CALENDAR="CALENDAR",e.WORKFLOW="WORKFLOW",e.AGENT="AGENT",e.API="API",e.IMPORT="IMPORT",e.MANUAL="MANUAL",e.SYSTEM="SYSTEM",e.WEBHOOK="WEBHOOK",e.APPLICATION="APPLICATION",e))(f||{});const A={type:l.ACTOR,properties:[{name:"source",type:l.SELECT,hidden:!1,isRequired:!0,options:Object.keys(f).map((e,t)=>({id:b(),label:`${f[e].toLowerCase()}`,value:e,position:t}))},{name:"workspaceMemberId",type:l.UUID,hidden:"input",isRequired:!1},{name:"name",type:l.TEXT,hidden:"input",isRequired:!0},{name:"context",type:l.RAW_JSON,hidden:!1,isRequired:!1}]},S={type:l.ADDRESS,properties:[{name:"addressStreet1",type:l.TEXT,hidden:!1,isRequired:!1},{name:"addressStreet2",type:l.TEXT,hidden:!1,isRequired:!1},{name:"addressCity",type:l.TEXT,hidden:!1,isRequired:!1},{name:"addressPostcode",type:l.TEXT,hidden:!1,isRequired:!1},{name:"addressState",type:l.TEXT,hidden:!1,isRequired:!1},{name:"addressCountry",type:l.TEXT,hidden:!1,isRequired:!1},{name:"addressLat",type:l.NUMERIC,hidden:!1,isRequired:!1},{name:"addressLng",type:l.NUMERIC,hidden:!1,isRequired:!1}]},h={type:l.CURRENCY,properties:[{name:"amountMicros",type:l.NUMERIC,hidden:!1,isRequired:!1},{name:"currencyCode",type:l.TEXT,hidden:!1,isRequired:!1}]},L={type:l.EMAILS,properties:[{name:"primaryEmail",type:l.TEXT,hidden:!1,isRequired:!1,isIncludedInUniqueConstraint:!0},{name:"additionalEmails",type:l.RAW_JSON,hidden:!1,isRequired:!1}]},M={type:l.FULL_NAME,properties:[{name:"firstName",type:l.TEXT,hidden:!1,isRequired:!1,isIncludedInUniqueConstraint:!1},{name:"lastName",type:l.TEXT,hidden:!1,isRequired:!1,isIncludedInUniqueConstraint:!1}]},U={type:l.LINKS,properties:[{name:"primaryLinkLabel",type:l.TEXT,hidden:!1,isRequired:!1},{name:"primaryLinkUrl",type:l.TEXT,hidden:!1,isRequired:!1,isIncludedInUniqueConstraint:!0},{name:"secondaryLinks",type:l.RAW_JSON,hidden:!1,isRequired:!1}]},O={type:l.PHONES,properties:[{name:"primaryPhoneNumber",type:l.TEXT,hidden:!1,isRequired:!1,isIncludedInUniqueConstraint:!0},{name:"primaryPhoneCountryCode",type:l.TEXT,hidden:!1,isRequired:!1},{name:"primaryPhoneCallingCode",type:l.TEXT,hidden:!1,isRequired:!1},{name:"additionalPhones",type:l.RAW_JSON,hidden:!1,isRequired:!1}]},j={type:l.RICH_TEXT_V2,properties:[{name:"blocknote",type:l.TEXT,hidden:!1,isRequired:!1},{name:"markdown",type:l.TEXT,hidden:!1,isRequired:!1}]},G=E.z.object({blocknote:E.z.string().nullable().optional(),markdown:E.z.string().nullable()}),$=new Map([[l.LINKS,U],[l.CURRENCY,h],[l.FULL_NAME,M],[l.ADDRESS,S],[l.ACTOR,A],[l.EMAILS,L],[l.PHONES,O],[l.RICH_TEXT_V2,j]]);var Q=Object.defineProperty,s=(e,t,u,o)=>{for(var d=void 0,m=e.length-1,N;m>=0;m--)(N=e[m])&&(d=N(t,u,d)||d);return d&&Q(t,u,d),d};const n=e=>(t,u)=>{a.registerDecorator({name:"isQuotedString",target:t.constructor,propertyName:u,options:e,validator:{validate:o=>typeof o=="string"&&/^'{1}.*'{1}$/.test(o),defaultMessage:o=>`${o.property} must be a quoted string`}})},T={UUID:"uuid",NOW:"now"};class g{}s([a.ValidateIf((e,t)=>t!==null),n()],g.prototype,"value");class q{}s([a.ValidateIf((e,t)=>t!==null),a.IsObject()],q.prototype,"value");class R{}s([a.ValidateIf((e,t)=>t!==null),n()],R.prototype,"blocknote");s([a.ValidateIf((e,t)=>t!==null),n()],R.prototype,"markdown");class P{}s([a.ValidateIf((e,t)=>t!==null),a.IsString()],P.prototype,"value");class X{}s([a.ValidateIf((e,t)=>t!==null),a.IsNumber()],X.prototype,"value");class v{}s([a.ValidateIf((e,t)=>t!==null),a.IsBoolean()],v.prototype,"value");class F{}s([a.ValidateIf((e,t)=>t!==null),a.IsArray(),n({each:!0})],F.prototype,"value");class k{}s([a.ValidateIf((e,t)=>t!==null),a.IsDate()],k.prototype,"value");class w{}s([a.ValidateIf((e,t)=>t!==null),a.IsDate()],w.prototype,"value");class V{}s([a.ValidateIf((e,t)=>t!==null),a.IsNumberString()],V.prototype,"amountMicros");s([a.ValidateIf((e,t)=>t!==null),n()],V.prototype,"currencyCode");class D{}s([a.ValidateIf((e,t)=>t!==null),n()],D.prototype,"firstName");s([a.ValidateIf((e,t)=>t!==null),n()],D.prototype,"lastName");class x{}s([a.Matches(T.UUID),a.IsNotEmpty()],x.prototype,"value");class H{}s([a.Matches(T.NOW),a.IsNotEmpty()],H.prototype,"value");class r{}s([a.ValidateIf((e,t)=>t!==null),a.IsString()],r.prototype,"addressStreet1");s([a.ValidateIf((e,t)=>t!==null),a.IsString()],r.prototype,"addressStreet2");s([a.ValidateIf((e,t)=>t!==null),a.IsString()],r.prototype,"addressCity");s([a.ValidateIf((e,t)=>t!==null),a.IsString()],r.prototype,"addressPostcode");s([a.ValidateIf((e,t)=>t!==null),a.IsString()],r.prototype,"addressState");s([a.ValidateIf((e,t)=>t!==null),a.IsString()],r.prototype,"addressCountry");s([a.ValidateIf((e,t)=>t!==null),a.IsNumber()],r.prototype,"addressLat");s([a.ValidateIf((e,t)=>t!==null),a.IsNumber()],r.prototype,"addressLng");class W{}s([a.IsString()],W.prototype,"label");s([a.IsString()],W.prototype,"url");class I{}s([a.ValidateIf((e,t)=>t!==null),n()],I.prototype,"primaryLinkLabel");s([a.ValidateIf((e,t)=>t!==null),n()],I.prototype,"primaryLinkUrl");s([a.ValidateIf((e,t)=>t!==null),a.IsArray()],I.prototype,"secondaryLinks");class y{}s([a.ValidateIf((e,t)=>t!==null),a.IsString()],y.prototype,"source");s([a.ValidateIf((e,t)=>t!==null),a.IsOptional(),a.IsUUID()],y.prototype,"workspaceMemberId");s([a.ValidateIf((e,t)=>t!==null),a.IsString()],y.prototype,"name");class C{}s([a.ValidateIf((e,t)=>t!==null),n()],C.prototype,"primaryEmail");s([a.ValidateIf((e,t)=>t!==null),a.IsObject()],C.prototype,"additionalEmails");class p{}s([a.ValidateIf((e,t)=>t!==null),n()],p.prototype,"primaryPhoneNumber");s([a.ValidateIf((e,t)=>t!==null),n()],p.prototype,"primaryPhoneCountryCode");s([a.ValidateIf((e,t)=>t!==null),n()],p.prototype,"primaryPhoneCallingCode");s([a.ValidateIf((e,t)=>t!==null),a.IsObject()],p.prototype,"additionalPhones");class B{}s([a.ValidateIf((e,t)=>t!==null),a.IsArray()],B.prototype,"value");exports.FieldActorSource=f;exports.FieldMetadataDefaultActor=y;exports.FieldMetadataDefaultArray=B;exports.FieldMetadataDefaultValueAddress=r;exports.FieldMetadataDefaultValueBoolean=v;exports.FieldMetadataDefaultValueCurrency=V;exports.FieldMetadataDefaultValueDate=w;exports.FieldMetadataDefaultValueDateTime=k;exports.FieldMetadataDefaultValueEmails=C;exports.FieldMetadataDefaultValueFullName=D;exports.FieldMetadataDefaultValueLinks=I;exports.FieldMetadataDefaultValueNowFunction=H;exports.FieldMetadataDefaultValueNumber=X;exports.FieldMetadataDefaultValuePhones=p;exports.FieldMetadataDefaultValueRawJson=q;exports.FieldMetadataDefaultValueRichText=P;exports.FieldMetadataDefaultValueRichTextV2=R;exports.FieldMetadataDefaultValueString=g;exports.FieldMetadataDefaultValueStringArray=F;exports.FieldMetadataDefaultValueUuidFunction=x;exports.FieldMetadataType=l;exports.actorCompositeType=A;exports.addressCompositeType=S;exports.compositeTypeDefinitions=$;exports.currencyCompositeType=h;exports.emailsCompositeType=L;exports.fieldMetadataDefaultValueFunctionName=T;exports.fullNameCompositeType=M;exports.linksCompositeType=U;exports.phonesCompositeType=O;exports.richTextV2CompositeType=j;exports.richTextV2ValueSchema=G;exports.v4=b;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";const e=require("./FieldMetadataDefaultValue-CmL_eyqR.js");require("class-validator");const a={[e.FieldMetadataType.CURRENCY]:{amountMicros:"amountMicros",currencyCode:"currencyCode"},[e.FieldMetadataType.EMAILS]:{primaryEmail:"primaryEmail",additionalEmails:"additionalEmails"},[e.FieldMetadataType.LINKS]:{primaryLinkUrl:"primaryLinkUrl",primaryLinkLabel:"primaryLinkLabel",secondaryLinks:"secondaryLinks"},[e.FieldMetadataType.PHONES]:{primaryPhoneCallingCode:"primaryPhoneCallingCode",primaryPhoneCountryCode:"primaryPhoneCountryCode",primaryPhoneNumber:"primaryPhoneNumber",additionalPhones:"additionalPhones"},[e.FieldMetadataType.FULL_NAME]:{firstName:"firstName",lastName:"lastName"},[e.FieldMetadataType.ADDRESS]:{addressStreet1:"addressStreet1",addressStreet2:"addressStreet2",addressCity:"addressCity",addressState:"addressState",addressCountry:"addressCountry",addressPostcode:"addressPostcode",addressLat:"addressLat",addressLng:"addressLng"},[e.FieldMetadataType.ACTOR]:{source:"source",name:"name",workspaceMemberId:"workspaceMemberId",context:"context"},[e.FieldMetadataType.RICH_TEXT_V2]:{blocknote:"blocknote",markdown:"markdown"}},d=[e.FieldMetadataType.TEXT,e.FieldMetadataType.FULL_NAME,e.FieldMetadataType.UUID];exports.COMPOSITE_FIELD_TYPE_SUB_FIELDS_NAMES=a;exports.LABEL_IDENTIFIER_FIELD_METADATA_TYPES=d;
|
|
@@ -0,0 +1,55 @@
|
|
|
1
|
+
import { F as r } from "./FieldMetadataDefaultValue-CJU0Y2Fi.mjs";
|
|
2
|
+
import "class-validator";
|
|
3
|
+
const s = {
|
|
4
|
+
[r.CURRENCY]: {
|
|
5
|
+
amountMicros: "amountMicros",
|
|
6
|
+
currencyCode: "currencyCode"
|
|
7
|
+
},
|
|
8
|
+
[r.EMAILS]: {
|
|
9
|
+
primaryEmail: "primaryEmail",
|
|
10
|
+
additionalEmails: "additionalEmails"
|
|
11
|
+
},
|
|
12
|
+
[r.LINKS]: {
|
|
13
|
+
primaryLinkUrl: "primaryLinkUrl",
|
|
14
|
+
primaryLinkLabel: "primaryLinkLabel",
|
|
15
|
+
secondaryLinks: "secondaryLinks"
|
|
16
|
+
},
|
|
17
|
+
[r.PHONES]: {
|
|
18
|
+
primaryPhoneCallingCode: "primaryPhoneCallingCode",
|
|
19
|
+
primaryPhoneCountryCode: "primaryPhoneCountryCode",
|
|
20
|
+
primaryPhoneNumber: "primaryPhoneNumber",
|
|
21
|
+
additionalPhones: "additionalPhones"
|
|
22
|
+
},
|
|
23
|
+
[r.FULL_NAME]: {
|
|
24
|
+
firstName: "firstName",
|
|
25
|
+
lastName: "lastName"
|
|
26
|
+
},
|
|
27
|
+
[r.ADDRESS]: {
|
|
28
|
+
addressStreet1: "addressStreet1",
|
|
29
|
+
addressStreet2: "addressStreet2",
|
|
30
|
+
addressCity: "addressCity",
|
|
31
|
+
addressState: "addressState",
|
|
32
|
+
addressCountry: "addressCountry",
|
|
33
|
+
addressPostcode: "addressPostcode",
|
|
34
|
+
addressLat: "addressLat",
|
|
35
|
+
addressLng: "addressLng"
|
|
36
|
+
},
|
|
37
|
+
[r.ACTOR]: {
|
|
38
|
+
source: "source",
|
|
39
|
+
name: "name",
|
|
40
|
+
workspaceMemberId: "workspaceMemberId",
|
|
41
|
+
context: "context"
|
|
42
|
+
},
|
|
43
|
+
[r.RICH_TEXT_V2]: {
|
|
44
|
+
blocknote: "blocknote",
|
|
45
|
+
markdown: "markdown"
|
|
46
|
+
}
|
|
47
|
+
}, d = [
|
|
48
|
+
r.TEXT,
|
|
49
|
+
r.FULL_NAME,
|
|
50
|
+
r.UUID
|
|
51
|
+
];
|
|
52
|
+
export {
|
|
53
|
+
s as C,
|
|
54
|
+
d as L
|
|
55
|
+
};
|
|
@@ -0,0 +1,166 @@
|
|
|
1
|
+
const a = {
|
|
2
|
+
AED: { label: "UAE dirham" },
|
|
3
|
+
AFN: { label: "Afghan afghani" },
|
|
4
|
+
ALL: { label: "Albanian lek" },
|
|
5
|
+
AMD: { label: "Armenian dram" },
|
|
6
|
+
ANG: { label: "Netherlands Antillean guilder" },
|
|
7
|
+
AOA: { label: "Angolan kwanza" },
|
|
8
|
+
ARS: { label: "Argentine peso" },
|
|
9
|
+
AUD: { label: "Australian dollar" },
|
|
10
|
+
AWG: { label: "Aruban florin" },
|
|
11
|
+
AZN: { label: "Azerbaijani manat" },
|
|
12
|
+
BAM: { label: "Bosnia and Herzegovina mark" },
|
|
13
|
+
BBD: { label: "Barbados dollar" },
|
|
14
|
+
BDT: { label: "Bangladeshi taka" },
|
|
15
|
+
BGN: { label: "Bulgarian lev" },
|
|
16
|
+
BHD: { label: "Bahraini dinar" },
|
|
17
|
+
BIF: { label: "Burundian franc" },
|
|
18
|
+
BMD: { label: "Bermudian dollar" },
|
|
19
|
+
BND: { label: "Brunei dollar" },
|
|
20
|
+
BOB: { label: "Boliviano" },
|
|
21
|
+
BRL: { label: "Brazilian real" },
|
|
22
|
+
BSD: { label: "Bahamian dollar" },
|
|
23
|
+
BTN: { label: "Bhutanese ngultrum" },
|
|
24
|
+
BWP: { label: "Botswana pula" },
|
|
25
|
+
BYN: { label: "Belarusian ruble" },
|
|
26
|
+
BZD: { label: "Belize dollar" },
|
|
27
|
+
CAD: { label: "Canadian dollar" },
|
|
28
|
+
CDF: { label: "Congolese franc" },
|
|
29
|
+
CHF: { label: "Swiss franc" },
|
|
30
|
+
CLP: { label: "Chilean peso" },
|
|
31
|
+
CNY: { label: "Chinese yuan" },
|
|
32
|
+
COP: { label: "Colombian peso" },
|
|
33
|
+
CRC: { label: "Costa Rican colon" },
|
|
34
|
+
CUP: { label: "Cuban peso" },
|
|
35
|
+
CVE: { label: "Cape Verdean escudo" },
|
|
36
|
+
CZK: { label: "Czech koruna" },
|
|
37
|
+
DJF: { label: "Djiboutian franc" },
|
|
38
|
+
DKK: { label: "Danish krone" },
|
|
39
|
+
DOP: { label: "Dominican peso" },
|
|
40
|
+
DZD: { label: "Algerian Dinar" },
|
|
41
|
+
EGP: { label: "Egyptian pound" },
|
|
42
|
+
ERN: { label: "Eritrean nakfa" },
|
|
43
|
+
ETB: { label: "Ethiopian birr" },
|
|
44
|
+
EUR: { label: "Euro" },
|
|
45
|
+
FJD: { label: "Fiji dollar" },
|
|
46
|
+
FKP: { label: "Falkland Islands pound" },
|
|
47
|
+
GBP: { label: "British pound" },
|
|
48
|
+
GEL: { label: "Georgian lari" },
|
|
49
|
+
GHS: { label: "Ghanaian cedi" },
|
|
50
|
+
GIP: { label: "Gibraltar pound" },
|
|
51
|
+
GMD: { label: "Gambian dalasi" },
|
|
52
|
+
GNF: { label: "Guinean franc" },
|
|
53
|
+
GTQ: { label: "Guatemalan quetzal" },
|
|
54
|
+
GYD: { label: "Guyanese dollar" },
|
|
55
|
+
HKD: { label: "Hong Kong dollar" },
|
|
56
|
+
HNL: { label: "Honduran lempira" },
|
|
57
|
+
HTG: { label: "Haitian gourde" },
|
|
58
|
+
HUF: { label: "Hungarian forint" },
|
|
59
|
+
IDR: { label: "Indonesian rupiah" },
|
|
60
|
+
ILS: { label: "Israeli shekel" },
|
|
61
|
+
INR: { label: "Indian rupee" },
|
|
62
|
+
IQD: { label: "Iraqi dinar" },
|
|
63
|
+
IRR: { label: "Iranian rial" },
|
|
64
|
+
ISK: { label: "Icelandic króna" },
|
|
65
|
+
JMD: { label: "Jamaican dollar" },
|
|
66
|
+
JOD: { label: "Jordanian dinar" },
|
|
67
|
+
JPY: { label: "Japanese yen" },
|
|
68
|
+
KES: { label: "Kenyan shilling" },
|
|
69
|
+
KGS: { label: "Kyrgyzstani som" },
|
|
70
|
+
KHR: { label: "Cambodian riel" },
|
|
71
|
+
KMF: { label: "Comoro franc" },
|
|
72
|
+
KPW: { label: "North Korean won" },
|
|
73
|
+
KRW: { label: "South Korean won" },
|
|
74
|
+
KWD: { label: "Kuwaiti dinar" },
|
|
75
|
+
KYD: { label: "Cayman Islands dollar" },
|
|
76
|
+
KZT: { label: "Kazakhstani tenge" },
|
|
77
|
+
LAK: { label: "Lao kip" },
|
|
78
|
+
LBP: { label: "Lebanese pound" },
|
|
79
|
+
LKR: { label: "Sri Lankan rupee" },
|
|
80
|
+
LRD: { label: "Liberian dollar" },
|
|
81
|
+
LSL: { label: "Lesotho loti" },
|
|
82
|
+
LYD: { label: "Libyan dinar" },
|
|
83
|
+
MAD: { label: "Moroccan dirham" },
|
|
84
|
+
MDL: { label: "Moldovan leu" },
|
|
85
|
+
MGA: { label: "Malagasy ariary" },
|
|
86
|
+
MKD: { label: "Macedonian denar" },
|
|
87
|
+
MMK: { label: "Myanmar kyat" },
|
|
88
|
+
MNT: { label: "Mongolian tögrög" },
|
|
89
|
+
MOP: { label: "Macanese pataca" },
|
|
90
|
+
MRU: { label: "Mauritanian ouguiya" },
|
|
91
|
+
MUR: { label: "Mauritian rupee" },
|
|
92
|
+
MVR: { label: "Maldivian rufiyaa" },
|
|
93
|
+
MWK: { label: "Malawian kwacha" },
|
|
94
|
+
MXN: { label: "Mexican peso" },
|
|
95
|
+
MYR: { label: "Malaysian ringgit" },
|
|
96
|
+
MZN: { label: "Mozambican metical" },
|
|
97
|
+
NAD: { label: "Namibian dollar" },
|
|
98
|
+
NGN: { label: "Nigerian naira" },
|
|
99
|
+
NIO: { label: "Nicaraguan córdoba" },
|
|
100
|
+
NOK: { label: "Norwegian krone" },
|
|
101
|
+
NPR: { label: "Nepalese rupee" },
|
|
102
|
+
NZD: { label: "New Zealand dollar" },
|
|
103
|
+
OMR: { label: "Omani rial" },
|
|
104
|
+
PAB: { label: "Panamanian balboa" },
|
|
105
|
+
PEN: { label: "Peruvian sol" },
|
|
106
|
+
PGK: { label: "Papua New Guinean kina" },
|
|
107
|
+
PHP: { label: "Philippine peso" },
|
|
108
|
+
PKR: { label: "Pakistani rupee" },
|
|
109
|
+
PLN: { label: "Polish złoty" },
|
|
110
|
+
PYG: { label: "Paraguayan guaraní" },
|
|
111
|
+
QAR: { label: "Qatari riyal" },
|
|
112
|
+
RON: { label: "Romanian leu" },
|
|
113
|
+
RSD: { label: "Serbian dinar" },
|
|
114
|
+
RUB: { label: "Russian ruble" },
|
|
115
|
+
RWF: { label: "Rwandan franc" },
|
|
116
|
+
SAR: { label: "Saudi riyal" },
|
|
117
|
+
SBD: { label: "Solomon Islands dollar" },
|
|
118
|
+
SCR: { label: "Seychelles rupee" },
|
|
119
|
+
SDG: { label: "Sudanese pound" },
|
|
120
|
+
SEK: { label: "Swedish krona" },
|
|
121
|
+
SGD: { label: "Singapore dollar" },
|
|
122
|
+
SHP: { label: "Saint Helena pound" },
|
|
123
|
+
SLE: { label: "Sierra Leonean leone" },
|
|
124
|
+
SOS: { label: "Somalian shilling" },
|
|
125
|
+
SRD: { label: "Surinamese dollar" },
|
|
126
|
+
SSP: { label: "South Sudanese pound" },
|
|
127
|
+
STN: { label: "São Tomé and Príncipe dobra" },
|
|
128
|
+
SVC: { label: "Salvadoran colón" },
|
|
129
|
+
SYP: { label: "Syrian pound" },
|
|
130
|
+
SZL: { label: "Swazi lilangeni" },
|
|
131
|
+
THB: { label: "Thai Baht" },
|
|
132
|
+
TJS: { label: "Tajikistani somoni" },
|
|
133
|
+
TMT: { label: "Turkmenistan manat" },
|
|
134
|
+
TND: { label: "Tunisian dinar" },
|
|
135
|
+
TOP: { label: "Tongan paʻanga" },
|
|
136
|
+
TRY: { label: "Turkish lira" },
|
|
137
|
+
TTD: { label: "Trinidad and Tobago dollar" },
|
|
138
|
+
TWD: { label: "Taiwanese dollar" },
|
|
139
|
+
TZS: { label: "Tanzanian shilling" },
|
|
140
|
+
UAH: { label: "Ukrainian hryvnia" },
|
|
141
|
+
UGX: { label: "Ugandan shilling" },
|
|
142
|
+
USD: { label: "United States dollar" },
|
|
143
|
+
UYU: { label: "Uruguayan peso" },
|
|
144
|
+
UZS: { label: "Uzbekistani sum" },
|
|
145
|
+
VES: { label: "Venezuelan bolívar" },
|
|
146
|
+
VND: { label: "Vietnamese đồng" },
|
|
147
|
+
VUV: { label: "Vanuatu vatu" },
|
|
148
|
+
WST: { label: "Samoan tala" },
|
|
149
|
+
XOF: { label: "West African CFA franc" },
|
|
150
|
+
XCD: { label: "East Caribbean dollar" },
|
|
151
|
+
YER: { label: "Yemeni rial" },
|
|
152
|
+
ZAR: { label: "South African rand" },
|
|
153
|
+
ZMW: { label: "Zambian kwacha" },
|
|
154
|
+
ZWG: { label: "Zimbabwe Gold" }
|
|
155
|
+
}, l = "yyyy-MM-dd", e = [
|
|
156
|
+
"RATING_1",
|
|
157
|
+
"RATING_2",
|
|
158
|
+
"RATING_3",
|
|
159
|
+
"RATING_4",
|
|
160
|
+
"RATING_5"
|
|
161
|
+
];
|
|
162
|
+
export {
|
|
163
|
+
a as C,
|
|
164
|
+
l as D,
|
|
165
|
+
e as R
|
|
166
|
+
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";const a={AED:{label:"UAE dirham"},AFN:{label:"Afghan afghani"},ALL:{label:"Albanian lek"},AMD:{label:"Armenian dram"},ANG:{label:"Netherlands Antillean guilder"},AOA:{label:"Angolan kwanza"},ARS:{label:"Argentine peso"},AUD:{label:"Australian dollar"},AWG:{label:"Aruban florin"},AZN:{label:"Azerbaijani manat"},BAM:{label:"Bosnia and Herzegovina mark"},BBD:{label:"Barbados dollar"},BDT:{label:"Bangladeshi taka"},BGN:{label:"Bulgarian lev"},BHD:{label:"Bahraini dinar"},BIF:{label:"Burundian franc"},BMD:{label:"Bermudian dollar"},BND:{label:"Brunei dollar"},BOB:{label:"Boliviano"},BRL:{label:"Brazilian real"},BSD:{label:"Bahamian dollar"},BTN:{label:"Bhutanese ngultrum"},BWP:{label:"Botswana pula"},BYN:{label:"Belarusian ruble"},BZD:{label:"Belize dollar"},CAD:{label:"Canadian dollar"},CDF:{label:"Congolese franc"},CHF:{label:"Swiss franc"},CLP:{label:"Chilean peso"},CNY:{label:"Chinese yuan"},COP:{label:"Colombian peso"},CRC:{label:"Costa Rican colon"},CUP:{label:"Cuban peso"},CVE:{label:"Cape Verdean escudo"},CZK:{label:"Czech koruna"},DJF:{label:"Djiboutian franc"},DKK:{label:"Danish krone"},DOP:{label:"Dominican peso"},DZD:{label:"Algerian Dinar"},EGP:{label:"Egyptian pound"},ERN:{label:"Eritrean nakfa"},ETB:{label:"Ethiopian birr"},EUR:{label:"Euro"},FJD:{label:"Fiji dollar"},FKP:{label:"Falkland Islands pound"},GBP:{label:"British pound"},GEL:{label:"Georgian lari"},GHS:{label:"Ghanaian cedi"},GIP:{label:"Gibraltar pound"},GMD:{label:"Gambian dalasi"},GNF:{label:"Guinean franc"},GTQ:{label:"Guatemalan quetzal"},GYD:{label:"Guyanese dollar"},HKD:{label:"Hong Kong dollar"},HNL:{label:"Honduran lempira"},HTG:{label:"Haitian gourde"},HUF:{label:"Hungarian forint"},IDR:{label:"Indonesian rupiah"},ILS:{label:"Israeli shekel"},INR:{label:"Indian rupee"},IQD:{label:"Iraqi dinar"},IRR:{label:"Iranian rial"},ISK:{label:"Icelandic króna"},JMD:{label:"Jamaican dollar"},JOD:{label:"Jordanian dinar"},JPY:{label:"Japanese yen"},KES:{label:"Kenyan shilling"},KGS:{label:"Kyrgyzstani som"},KHR:{label:"Cambodian riel"},KMF:{label:"Comoro franc"},KPW:{label:"North Korean won"},KRW:{label:"South Korean won"},KWD:{label:"Kuwaiti dinar"},KYD:{label:"Cayman Islands dollar"},KZT:{label:"Kazakhstani tenge"},LAK:{label:"Lao kip"},LBP:{label:"Lebanese pound"},LKR:{label:"Sri Lankan rupee"},LRD:{label:"Liberian dollar"},LSL:{label:"Lesotho loti"},LYD:{label:"Libyan dinar"},MAD:{label:"Moroccan dirham"},MDL:{label:"Moldovan leu"},MGA:{label:"Malagasy ariary"},MKD:{label:"Macedonian denar"},MMK:{label:"Myanmar kyat"},MNT:{label:"Mongolian tögrög"},MOP:{label:"Macanese pataca"},MRU:{label:"Mauritanian ouguiya"},MUR:{label:"Mauritian rupee"},MVR:{label:"Maldivian rufiyaa"},MWK:{label:"Malawian kwacha"},MXN:{label:"Mexican peso"},MYR:{label:"Malaysian ringgit"},MZN:{label:"Mozambican metical"},NAD:{label:"Namibian dollar"},NGN:{label:"Nigerian naira"},NIO:{label:"Nicaraguan córdoba"},NOK:{label:"Norwegian krone"},NPR:{label:"Nepalese rupee"},NZD:{label:"New Zealand dollar"},OMR:{label:"Omani rial"},PAB:{label:"Panamanian balboa"},PEN:{label:"Peruvian sol"},PGK:{label:"Papua New Guinean kina"},PHP:{label:"Philippine peso"},PKR:{label:"Pakistani rupee"},PLN:{label:"Polish złoty"},PYG:{label:"Paraguayan guaraní"},QAR:{label:"Qatari riyal"},RON:{label:"Romanian leu"},RSD:{label:"Serbian dinar"},RUB:{label:"Russian ruble"},RWF:{label:"Rwandan franc"},SAR:{label:"Saudi riyal"},SBD:{label:"Solomon Islands dollar"},SCR:{label:"Seychelles rupee"},SDG:{label:"Sudanese pound"},SEK:{label:"Swedish krona"},SGD:{label:"Singapore dollar"},SHP:{label:"Saint Helena pound"},SLE:{label:"Sierra Leonean leone"},SOS:{label:"Somalian shilling"},SRD:{label:"Surinamese dollar"},SSP:{label:"South Sudanese pound"},STN:{label:"São Tomé and Príncipe dobra"},SVC:{label:"Salvadoran colón"},SYP:{label:"Syrian pound"},SZL:{label:"Swazi lilangeni"},THB:{label:"Thai Baht"},TJS:{label:"Tajikistani somoni"},TMT:{label:"Turkmenistan manat"},TND:{label:"Tunisian dinar"},TOP:{label:"Tongan paʻanga"},TRY:{label:"Turkish lira"},TTD:{label:"Trinidad and Tobago dollar"},TWD:{label:"Taiwanese dollar"},TZS:{label:"Tanzanian shilling"},UAH:{label:"Ukrainian hryvnia"},UGX:{label:"Ugandan shilling"},USD:{label:"United States dollar"},UYU:{label:"Uruguayan peso"},UZS:{label:"Uzbekistani sum"},VES:{label:"Venezuelan bolívar"},VND:{label:"Vietnamese đồng"},VUV:{label:"Vanuatu vatu"},WST:{label:"Samoan tala"},XOF:{label:"West African CFA franc"},XCD:{label:"East Caribbean dollar"},YER:{label:"Yemeni rial"},ZAR:{label:"South African rand"},ZMW:{label:"Zambian kwacha"},ZWG:{label:"Zimbabwe Gold"}},l="yyyy-MM-dd",e=["RATING_1","RATING_2","RATING_3","RATING_4","RATING_5"];exports.CURRENCY_CODE_LABELS=a;exports.DATE_TYPE_FORMAT=l;exports.RATING_VALUES=e;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";var o=(e=>(e.Verify="/verify",e.VerifyEmail="/verify-email",e.SignInUp="/welcome",e.Invite="/invite/:workspaceInviteHash",e.ResetPassword="/reset-password/:passwordResetToken",e.CreateWorkspace="/create/workspace",e.CreateProfile="/create/profile",e.SyncEmails="/sync/emails",e.InviteTeam="/invite-team",e.PlanRequired="/plan-required",e.PlanRequiredSuccess="/plan-required/payment-success",e.BookCallDecision="/book-call-decision",e.BookCall="/book-call",e.Index="/",e.TasksPage="/objects/tasks",e.OpportunitiesPage="/objects/opportunities",e.RecordIndexPage="/objects/:objectNamePlural",e.RecordShowPage="/object/:objectNameSingular/:objectRecordId",e.Settings="settings",e.SettingsCatchAll="/settings/*",e.Developers="developers",e.DevelopersCatchAll="/developers/*",e.Authorize="/authorize",e.NotFoundWildcard="*",e.NotFound="/not-found",e))(o||{}),r=(e=>(e.AND="AND",e.OR="OR",e))(r||{});exports.AppPath=o;exports.RecordFilterGroupLogicalOperator=r;
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
var s = /* @__PURE__ */ ((e) => (e.Verify = "/verify", e.VerifyEmail = "/verify-email", e.SignInUp = "/welcome", e.Invite = "/invite/:workspaceInviteHash", e.ResetPassword = "/reset-password/:passwordResetToken", e.CreateWorkspace = "/create/workspace", e.CreateProfile = "/create/profile", e.SyncEmails = "/sync/emails", e.InviteTeam = "/invite-team", e.PlanRequired = "/plan-required", e.PlanRequiredSuccess = "/plan-required/payment-success", e.BookCallDecision = "/book-call-decision", e.BookCall = "/book-call", e.Index = "/", e.TasksPage = "/objects/tasks", e.OpportunitiesPage = "/objects/opportunities", e.RecordIndexPage = "/objects/:objectNamePlural", e.RecordShowPage = "/object/:objectNameSingular/:objectRecordId", e.Settings = "settings", e.SettingsCatchAll = "/settings/*", e.Developers = "developers", e.DevelopersCatchAll = "/developers/*", e.Authorize = "/authorize", e.NotFoundWildcard = "*", e.NotFound = "/not-found", e))(s || {}), o = /* @__PURE__ */ ((e) => (e.AND = "AND", e.OR = "OR", e))(o || {});
|
|
2
|
+
export {
|
|
3
|
+
s as A,
|
|
4
|
+
o as R
|
|
5
|
+
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";var t=(r=>(r.AND="AND",r.OR="OR",r))(t||{});exports.StepLogicalOperator=t;
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
var _ = /* @__PURE__ */ ((I) => (I.MONDAY = "MONDAY", I.SUNDAY = "SUNDAY", I.SATURDAY = "SATURDAY", I))(_ || {}), N = /* @__PURE__ */ ((I) => (I.IS = "IS", I.IS_NOT_NULL = "IS_NOT_NULL", I.IS_NOT = "IS_NOT", I.LESS_THAN_OR_EQUAL = "LESS_THAN_OR_EQUAL", I.GREATER_THAN_OR_EQUAL = "GREATER_THAN_OR_EQUAL", I.IS_BEFORE = "IS_BEFORE", I.IS_AFTER = "IS_AFTER", I.CONTAINS = "CONTAINS", I.DOES_NOT_CONTAIN = "DOES_NOT_CONTAIN", I.IS_EMPTY = "IS_EMPTY", I.IS_NOT_EMPTY = "IS_NOT_EMPTY", I.IS_RELATIVE = "IS_RELATIVE", I.IS_IN_PAST = "IS_IN_PAST", I.IS_IN_FUTURE = "IS_IN_FUTURE", I.IS_TODAY = "IS_TODAY", I.VECTOR_SEARCH = "VECTOR_SEARCH", I))(N || {}), T = /* @__PURE__ */ ((I) => (I.Is = "is", I.IsNotNull = "isNotNull", I.IsNot = "isNot", I.LessThanOrEqual = "lessThan", I.GreaterThanOrEqual = "greaterThan", I.IsBefore = "isBefore", I.IsAfter = "isAfter", I.Contains = "contains", I.DoesNotContain = "doesNotContain", I.IsEmpty = "isEmpty", I.IsNotEmpty = "isNotEmpty", I.IsRelative = "isRelative", I.IsInPast = "isInPast", I.IsInFuture = "isInFuture", I.IsToday = "isToday", I.VectorSearch = "search", I))(T || {});
|
|
2
|
+
export {
|
|
3
|
+
_ as F,
|
|
4
|
+
N as V,
|
|
5
|
+
T as a
|
|
6
|
+
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";var _=(I=>(I.MONDAY="MONDAY",I.SUNDAY="SUNDAY",I.SATURDAY="SATURDAY",I))(_||{}),T=(I=>(I.IS="IS",I.IS_NOT_NULL="IS_NOT_NULL",I.IS_NOT="IS_NOT",I.LESS_THAN_OR_EQUAL="LESS_THAN_OR_EQUAL",I.GREATER_THAN_OR_EQUAL="GREATER_THAN_OR_EQUAL",I.IS_BEFORE="IS_BEFORE",I.IS_AFTER="IS_AFTER",I.CONTAINS="CONTAINS",I.DOES_NOT_CONTAIN="DOES_NOT_CONTAIN",I.IS_EMPTY="IS_EMPTY",I.IS_NOT_EMPTY="IS_NOT_EMPTY",I.IS_RELATIVE="IS_RELATIVE",I.IS_IN_PAST="IS_IN_PAST",I.IS_IN_FUTURE="IS_IN_FUTURE",I.IS_TODAY="IS_TODAY",I.VECTOR_SEARCH="VECTOR_SEARCH",I))(T||{}),N=(I=>(I.Is="is",I.IsNotNull="isNotNull",I.IsNot="isNot",I.LessThanOrEqual="lessThan",I.GreaterThanOrEqual="greaterThan",I.IsBefore="isBefore",I.IsAfter="isAfter",I.Contains="contains",I.DoesNotContain="doesNotContain",I.IsEmpty="isEmpty",I.IsNotEmpty="isNotEmpty",I.IsRelative="isRelative",I.IsInPast="isInPast",I.IsInFuture="isInFuture",I.IsToday="isToday",I.VectorSearch="search",I))(N||{});exports.FirstDayOfTheWeek=_;exports.ViewFilterOperand=T;exports.ViewFilterOperandDeprecated=N;
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
export type { AgentResponseFieldType, AgentResponseSchema, } from './types/agent-response-schema.type';
|
|
2
|
+
export type { CodeExecutionFile, CodeExecutionState, CodeExecutionData, DataMessagePart, } from './types/DataMessagePart';
|
|
3
|
+
export type { AIChatUsageMetadata, AIChatModelMetadata, ExtendedUIMessage, } from './types/ExtendedUIMessage';
|
|
4
|
+
export type { ExtendedUIMessagePart } from './types/ExtendedUIMessagePart';
|
|
5
|
+
export type { ModelConfiguration } from './types/model-configuration.type';
|
|
6
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/ai/index.ts"],"names":[],"mappings":"AASA,YAAY,EACV,sBAAsB,EACtB,mBAAmB,GACpB,MAAM,oCAAoC,CAAC;AAC5C,YAAY,EACV,iBAAiB,EACjB,kBAAkB,EAClB,iBAAiB,EACjB,eAAe,GAChB,MAAM,yBAAyB,CAAC;AACjC,YAAY,EACV,mBAAmB,EACnB,mBAAmB,EACnB,iBAAiB,GAClB,MAAM,2BAA2B,CAAC;AACnC,YAAY,EAAE,qBAAqB,EAAE,MAAM,+BAA+B,CAAC;AAC3E,YAAY,EAAE,kBAAkB,EAAE,MAAM,kCAAkC,CAAC"}
|
|
@@ -0,0 +1,65 @@
|
|
|
1
|
+
export type CodeExecutionFile = {
|
|
2
|
+
filename: string;
|
|
3
|
+
url: string;
|
|
4
|
+
mimeType: string;
|
|
5
|
+
};
|
|
6
|
+
export type CodeExecutionState = 'pending' | 'running' | 'completed' | 'error';
|
|
7
|
+
export type CodeExecutionData = {
|
|
8
|
+
executionId: string;
|
|
9
|
+
state: CodeExecutionState;
|
|
10
|
+
code: string;
|
|
11
|
+
language: 'python';
|
|
12
|
+
stdout: string;
|
|
13
|
+
stderr: string;
|
|
14
|
+
exitCode?: number;
|
|
15
|
+
executionTimeMs?: number;
|
|
16
|
+
files: CodeExecutionFile[];
|
|
17
|
+
error?: string;
|
|
18
|
+
};
|
|
19
|
+
export type DataMessagePart = {
|
|
20
|
+
'routing-status': {
|
|
21
|
+
text: string;
|
|
22
|
+
state: string;
|
|
23
|
+
debug?: {
|
|
24
|
+
routingTimeMs?: number;
|
|
25
|
+
contextBuildTimeMs?: number;
|
|
26
|
+
agentExecutionStartTimeMs?: number;
|
|
27
|
+
agentExecutionTimeMs?: number;
|
|
28
|
+
toolGenerationTimeMs?: number;
|
|
29
|
+
agentContextBuildTimeMs?: number;
|
|
30
|
+
aiRequestPrepTimeMs?: number;
|
|
31
|
+
selectedAgentId?: string;
|
|
32
|
+
selectedAgentLabel?: string;
|
|
33
|
+
availableAgents?: Array<{
|
|
34
|
+
id: string;
|
|
35
|
+
label: string;
|
|
36
|
+
}>;
|
|
37
|
+
fastModel?: string;
|
|
38
|
+
smartModel?: string;
|
|
39
|
+
agentModel?: string;
|
|
40
|
+
context?: string;
|
|
41
|
+
contextRecordCount?: number;
|
|
42
|
+
contextSizeBytes?: number;
|
|
43
|
+
toolCallCount?: number;
|
|
44
|
+
toolCount?: number;
|
|
45
|
+
routingPromptTokens?: number;
|
|
46
|
+
routingCompletionTokens?: number;
|
|
47
|
+
routingTotalTokens?: number;
|
|
48
|
+
agentPromptTokens?: number;
|
|
49
|
+
agentCompletionTokens?: number;
|
|
50
|
+
agentTotalTokens?: number;
|
|
51
|
+
routingCostInCredits?: number;
|
|
52
|
+
agentCostInCredits?: number;
|
|
53
|
+
totalCostInCredits?: number;
|
|
54
|
+
planReasoning?: string;
|
|
55
|
+
totalSteps?: number;
|
|
56
|
+
steps?: Array<{
|
|
57
|
+
stepNumber: number;
|
|
58
|
+
agent: string;
|
|
59
|
+
task: string;
|
|
60
|
+
}>;
|
|
61
|
+
};
|
|
62
|
+
};
|
|
63
|
+
'code-execution': CodeExecutionData;
|
|
64
|
+
};
|
|
65
|
+
//# sourceMappingURL=DataMessagePart.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"DataMessagePart.d.ts","sourceRoot":"","sources":["../../../src/ai/types/DataMessagePart.ts"],"names":[],"mappings":"AAAA,MAAM,MAAM,iBAAiB,GAAG;IAC9B,QAAQ,EAAE,MAAM,CAAC;IACjB,GAAG,EAAE,MAAM,CAAC;IACZ,QAAQ,EAAE,MAAM,CAAC;CAClB,CAAC;AAEF,MAAM,MAAM,kBAAkB,GAAG,SAAS,GAAG,SAAS,GAAG,WAAW,GAAG,OAAO,CAAC;AAE/E,MAAM,MAAM,iBAAiB,GAAG;IAC9B,WAAW,EAAE,MAAM,CAAC;IACpB,KAAK,EAAE,kBAAkB,CAAC;IAC1B,IAAI,EAAE,MAAM,CAAC;IACb,QAAQ,EAAE,QAAQ,CAAC;IACnB,MAAM,EAAE,MAAM,CAAC;IACf,MAAM,EAAE,MAAM,CAAC;IACf,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,eAAe,CAAC,EAAE,MAAM,CAAC;IACzB,KAAK,EAAE,iBAAiB,EAAE,CAAC;IAC3B,KAAK,CAAC,EAAE,MAAM,CAAC;CAChB,CAAC;AAEF,MAAM,MAAM,eAAe,GAAG;IAC5B,gBAAgB,EAAE;QAChB,IAAI,EAAE,MAAM,CAAC;QACb,KAAK,EAAE,MAAM,CAAC;QACd,KAAK,CAAC,EAAE;YACN,aAAa,CAAC,EAAE,MAAM,CAAC;YACvB,kBAAkB,CAAC,EAAE,MAAM,CAAC;YAC5B,yBAAyB,CAAC,EAAE,MAAM,CAAC;YACnC,oBAAoB,CAAC,EAAE,MAAM,CAAC;YAC9B,oBAAoB,CAAC,EAAE,MAAM,CAAC;YAC9B,uBAAuB,CAAC,EAAE,MAAM,CAAC;YACjC,mBAAmB,CAAC,EAAE,MAAM,CAAC;YAC7B,eAAe,CAAC,EAAE,MAAM,CAAC;YACzB,kBAAkB,CAAC,EAAE,MAAM,CAAC;YAC5B,eAAe,CAAC,EAAE,KAAK,CAAC;gBAAE,EAAE,EAAE,MAAM,CAAC;gBAAC,KAAK,EAAE,MAAM,CAAA;aAAE,CAAC,CAAC;YACvD,SAAS,CAAC,EAAE,MAAM,CAAC;YACnB,UAAU,CAAC,EAAE,MAAM,CAAC;YACpB,UAAU,CAAC,EAAE,MAAM,CAAC;YACpB,OAAO,CAAC,EAAE,MAAM,CAAC;YACjB,kBAAkB,CAAC,EAAE,MAAM,CAAC;YAC5B,gBAAgB,CAAC,EAAE,MAAM,CAAC;YAC1B,aAAa,CAAC,EAAE,MAAM,CAAC;YACvB,SAAS,CAAC,EAAE,MAAM,CAAC;YAEnB,mBAAmB,CAAC,EAAE,MAAM,CAAC;YAC7B,uBAAuB,CAAC,EAAE,MAAM,CAAC;YACjC,kBAAkB,CAAC,EAAE,MAAM,CAAC;YAE5B,iBAAiB,CAAC,EAAE,MAAM,CAAC;YAC3B,qBAAqB,CAAC,EAAE,MAAM,CAAC;YAC/B,gBAAgB,CAAC,EAAE,MAAM,CAAC;YAE1B,oBAAoB,CAAC,EAAE,MAAM,CAAC;YAC9B,kBAAkB,CAAC,EAAE,MAAM,CAAC;YAC5B,kBAAkB,CAAC,EAAE,MAAM,CAAC;YAE5B,aAAa,CAAC,EAAE,MAAM,CAAC;YACvB,UAAU,CAAC,EAAE,MAAM,CAAC;YACpB,KAAK,CAAC,EAAE,KAAK,CAAC;gBACZ,UAAU,EAAE,MAAM,CAAC;gBACnB,KAAK,EAAE,MAAM,CAAC;gBACd,IAAI,EAAE,MAAM,CAAC;aACd,CAAC,CAAC;SACJ,CAAC;KACH,CAAC;IACF,gBAAgB,EAAE,iBAAiB,CAAC;CACrC,CAAC"}
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
import { UIMessage } from 'ai';
|
|
2
|
+
import { DataMessagePart } from './DataMessagePart';
|
|
3
|
+
|
|
4
|
+
export type AIChatUsageMetadata = {
|
|
5
|
+
inputTokens: number;
|
|
6
|
+
outputTokens: number;
|
|
7
|
+
inputCredits: number;
|
|
8
|
+
outputCredits: number;
|
|
9
|
+
};
|
|
10
|
+
export type AIChatModelMetadata = {
|
|
11
|
+
contextWindowTokens: number;
|
|
12
|
+
};
|
|
13
|
+
type Metadata = {
|
|
14
|
+
createdAt: string;
|
|
15
|
+
usage?: AIChatUsageMetadata;
|
|
16
|
+
model?: AIChatModelMetadata;
|
|
17
|
+
};
|
|
18
|
+
export type ExtendedUIMessage = UIMessage<Metadata, DataMessagePart>;
|
|
19
|
+
export {};
|
|
20
|
+
//# sourceMappingURL=ExtendedUIMessage.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ExtendedUIMessage.d.ts","sourceRoot":"","sources":["../../../src/ai/types/ExtendedUIMessage.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,eAAe,EAAE,MAAM,4BAA4B,CAAC;AAClE,OAAO,EAAE,KAAK,SAAS,EAAE,MAAM,IAAI,CAAC;AAEpC,MAAM,MAAM,mBAAmB,GAAG;IAChC,WAAW,EAAE,MAAM,CAAC;IACpB,YAAY,EAAE,MAAM,CAAC;IACrB,YAAY,EAAE,MAAM,CAAC;IACrB,aAAa,EAAE,MAAM,CAAC;CACvB,CAAC;AAEF,MAAM,MAAM,mBAAmB,GAAG;IAChC,mBAAmB,EAAE,MAAM,CAAC;CAC7B,CAAC;AAEF,KAAK,QAAQ,GAAG;IACd,SAAS,EAAE,MAAM,CAAC;IAClB,KAAK,CAAC,EAAE,mBAAmB,CAAC;IAC5B,KAAK,CAAC,EAAE,mBAAmB,CAAC;CAC7B,CAAC;AAEF,MAAM,MAAM,iBAAiB,GAAG,SAAS,CAAC,QAAQ,EAAE,eAAe,CAAC,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ExtendedUIMessagePart.d.ts","sourceRoot":"","sources":["../../../src/ai/types/ExtendedUIMessagePart.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,eAAe,EAAE,MAAM,4BAA4B,CAAC;AAClE,OAAO,EAAE,KAAK,aAAa,EAAE,KAAK,OAAO,EAAE,MAAM,IAAI,CAAC;AAEtD,MAAM,MAAM,qBAAqB,GAAG,aAAa,CAAC,eAAe,EAAE,OAAO,CAAC,CAAC"}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
export type AgentResponseFieldType = 'string' | 'number' | 'boolean';
|
|
2
|
+
export type AgentResponseSchema = {
|
|
3
|
+
type: 'object';
|
|
4
|
+
properties: Record<string, {
|
|
5
|
+
type: AgentResponseFieldType;
|
|
6
|
+
description?: string;
|
|
7
|
+
}>;
|
|
8
|
+
required?: string[];
|
|
9
|
+
additionalProperties?: false;
|
|
10
|
+
};
|
|
11
|
+
//# sourceMappingURL=agent-response-schema.type.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"agent-response-schema.type.d.ts","sourceRoot":"","sources":["../../../src/ai/types/agent-response-schema.type.ts"],"names":[],"mappings":"AAGA,MAAM,MAAM,sBAAsB,GAAG,QAAQ,GAAG,QAAQ,GAAG,SAAS,CAAC;AAGrE,MAAM,MAAM,mBAAmB,GAAG;IAChC,IAAI,EAAE,QAAQ,CAAC;IACf,UAAU,EAAE,MAAM,CAChB,MAAM,EACN;QACE,IAAI,EAAE,sBAAsB,CAAC;QAC7B,WAAW,CAAC,EAAE,MAAM,CAAC;KACtB,CACF,CAAC;IACF,QAAQ,CAAC,EAAE,MAAM,EAAE,CAAC;IACpB,oBAAoB,CAAC,EAAE,KAAK,CAAC;CAC9B,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/ai/types/index.ts"],"names":[],"mappings":"AAAA,YAAY,EACV,sBAAsB,EACtB,mBAAmB,GACpB,MAAM,8BAA8B,CAAC;AACtC,YAAY,EAAE,kBAAkB,EAAE,MAAM,4BAA4B,CAAC"}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
export type ModelConfiguration = {
|
|
2
|
+
webSearch?: {
|
|
3
|
+
enabled: boolean;
|
|
4
|
+
configuration?: Record<string, unknown>;
|
|
5
|
+
};
|
|
6
|
+
twitterSearch?: {
|
|
7
|
+
enabled: boolean;
|
|
8
|
+
configuration?: Record<string, unknown>;
|
|
9
|
+
};
|
|
10
|
+
};
|
|
11
|
+
//# sourceMappingURL=model-configuration.type.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"model-configuration.type.d.ts","sourceRoot":"","sources":["../../../src/ai/types/model-configuration.type.ts"],"names":[],"mappings":"AAAA,MAAM,MAAM,kBAAkB,GAAG;IAC/B,SAAS,CAAC,EAAE;QACV,OAAO,EAAE,OAAO,CAAC;QACjB,aAAa,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,CAAC;KACzC,CAAC;IACF,aAAa,CAAC,EAAE;QACd,OAAO,EAAE,OAAO,CAAC;QACjB,aAAa,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,CAAC;KACzC,CAAC;CACH,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import { RoleManifest } from './roleManifestType';
|
|
2
|
+
import { Sources } from '../types';
|
|
3
|
+
import { ObjectManifest, ServerlessFunctionManifest, Application } from '.';
|
|
4
|
+
|
|
5
|
+
export type ApplicationManifest = {
|
|
6
|
+
application: Application;
|
|
7
|
+
objects: ObjectManifest[];
|
|
8
|
+
serverlessFunctions: ServerlessFunctionManifest[];
|
|
9
|
+
roles?: RoleManifest[];
|
|
10
|
+
sources: Sources;
|
|
11
|
+
};
|
|
12
|
+
//# sourceMappingURL=applicationManifestType.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"applicationManifestType.d.ts","sourceRoot":"","sources":["../../src/application/applicationManifestType.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,KAAK,cAAc,EACnB,KAAK,0BAA0B,EAC/B,KAAK,WAAW,EACjB,MAAM,eAAe,CAAC;AACvB,OAAO,EAAE,KAAK,OAAO,EAAE,MAAM,SAAS,CAAC;AACvC,OAAO,EAAE,KAAK,YAAY,EAAE,MAAM,gCAAgC,CAAC;AAEnE,MAAM,MAAM,mBAAmB,GAAG;IAChC,WAAW,EAAE,WAAW,CAAC;IACzB,OAAO,EAAE,cAAc,EAAE,CAAC;IAC1B,mBAAmB,EAAE,0BAA0B,EAAE,CAAC;IAClD,KAAK,CAAC,EAAE,YAAY,EAAE,CAAC;IACvB,OAAO,EAAE,OAAO,CAAC;CAClB,CAAC"}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { SyncableEntityOptions } from './syncableEntityOptionsType';
|
|
2
|
+
import { ApplicationVariables } from '.';
|
|
3
|
+
|
|
4
|
+
export type Application = SyncableEntityOptions & {
|
|
5
|
+
displayName?: string;
|
|
6
|
+
description?: string;
|
|
7
|
+
icon?: string;
|
|
8
|
+
applicationVariables?: ApplicationVariables;
|
|
9
|
+
functionRoleUniversalIdentifier?: string;
|
|
10
|
+
};
|
|
11
|
+
//# sourceMappingURL=applicationType.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"applicationType.d.ts","sourceRoot":"","sources":["../../src/application/applicationType.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,oBAAoB,EAAE,MAAM,eAAe,CAAC;AAC1D,OAAO,EAAE,KAAK,qBAAqB,EAAE,MAAM,yCAAyC,CAAC;AAErF,MAAM,MAAM,WAAW,GAAG,qBAAqB,GAAG;IAChD,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,oBAAoB,CAAC,EAAE,oBAAoB,CAAC;IAC5C,+BAA+B,CAAC,EAAE,MAAM,CAAC;CAC1C,CAAC"}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import { SyncableEntityOptions } from './syncableEntityOptionsType';
|
|
2
|
+
|
|
3
|
+
type ApplicationVariable = SyncableEntityOptions & {
|
|
4
|
+
value?: string;
|
|
5
|
+
description?: string;
|
|
6
|
+
isSecret?: boolean;
|
|
7
|
+
};
|
|
8
|
+
export type ApplicationVariables = Record<string, ApplicationVariable>;
|
|
9
|
+
export {};
|
|
10
|
+
//# sourceMappingURL=applicationVariablesType.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"applicationVariablesType.d.ts","sourceRoot":"","sources":["../../src/application/applicationVariablesType.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,qBAAqB,EAAE,MAAM,yCAAyC,CAAC;AAErF,KAAK,mBAAmB,GAAG,qBAAqB,GAAG;IACjD,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,QAAQ,CAAC,EAAE,OAAO,CAAC;CACpB,CAAC;AAEF,MAAM,MAAM,oBAAoB,GAAG,MAAM,CAAC,MAAM,EAAE,mBAAmB,CAAC,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"DefaultApiKeyName.d.ts","sourceRoot":"","sources":["../../../src/application/constants/DefaultApiKeyName.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,oBAAoB,mBAAmB,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"DefaultApiUrlName.d.ts","sourceRoot":"","sources":["../../../src/application/constants/DefaultApiUrlName.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,oBAAoB,mBAAmB,CAAC"}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import { SyncableEntityOptions } from './syncableEntityOptionsType';
|
|
2
|
+
import { FieldMetadataType, FieldMetadataSettings, FieldMetadataOptions, FieldMetadataDefaultValue } from '../types';
|
|
3
|
+
|
|
4
|
+
export type FieldManifest<T extends FieldMetadataType = Exclude<FieldMetadataType, FieldMetadataType.RELATION>> = SyncableEntityOptions & {
|
|
5
|
+
type: T;
|
|
6
|
+
label: string;
|
|
7
|
+
description?: string;
|
|
8
|
+
icon?: string;
|
|
9
|
+
defaultValue?: FieldMetadataDefaultValue<T>;
|
|
10
|
+
options?: FieldMetadataOptions<T>;
|
|
11
|
+
settings?: FieldMetadataSettings<T>;
|
|
12
|
+
isNullable?: boolean;
|
|
13
|
+
};
|
|
14
|
+
//# sourceMappingURL=fieldManifestType.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"fieldManifestType.d.ts","sourceRoot":"","sources":["../../src/application/fieldManifestType.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,KAAK,iBAAiB,EACtB,KAAK,qBAAqB,EAC1B,KAAK,oBAAoB,EACzB,KAAK,yBAAyB,EAC/B,MAAM,SAAS,CAAC;AACjB,OAAO,EAAE,KAAK,qBAAqB,EAAE,MAAM,yCAAyC,CAAC;AAErF,MAAM,MAAM,aAAa,CACvB,CAAC,SAAS,iBAAiB,GAAG,OAAO,CACnC,iBAAiB,EACjB,iBAAiB,CAAC,QAAQ,CAC3B,IACC,qBAAqB,GAAG;IAC1B,IAAI,EAAE,CAAC,CAAC;IACR,KAAK,EAAE,MAAM,CAAC;IACd,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,YAAY,CAAC,EAAE,yBAAyB,CAAC,CAAC,CAAC,CAAC;IAC5C,OAAO,CAAC,EAAE,oBAAoB,CAAC,CAAC,CAAC,CAAC;IAClC,QAAQ,CAAC,EAAE,qBAAqB,CAAC,CAAC,CAAC,CAAC;IACpC,UAAU,CAAC,EAAE,OAAO,CAAC;CACtB,CAAC"}
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
export type { ApplicationManifest } from './applicationManifestType';
|
|
2
|
+
export type { Application } from './applicationType';
|
|
3
|
+
export type { ApplicationVariables } from './applicationVariablesType';
|
|
4
|
+
export { DEFAULT_API_KEY_NAME } from './constants/DefaultApiKeyName';
|
|
5
|
+
export { DEFAULT_API_URL_NAME } from './constants/DefaultApiUrlName';
|
|
6
|
+
export type { FieldManifest } from './fieldManifestType';
|
|
7
|
+
export type { ObjectManifest } from './objectManifestType';
|
|
8
|
+
export type { PackageJson } from './packageJsonType';
|
|
9
|
+
export type { RoleManifest } from './roleManifestType';
|
|
10
|
+
export type { ServerlessFunctionManifest, DatabaseEventTrigger, CronTrigger, RouteTrigger, ServerlessFunctionTriggerManifest, } from './serverlessFunctionManifestType';
|
|
11
|
+
export type { SyncableEntityOptions } from './syncableEntityOptionsType';
|
|
12
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/application/index.ts"],"names":[],"mappings":"AASA,YAAY,EAAE,mBAAmB,EAAE,MAAM,2BAA2B,CAAC;AACrE,YAAY,EAAE,WAAW,EAAE,MAAM,mBAAmB,CAAC;AACrD,YAAY,EAAE,oBAAoB,EAAE,MAAM,4BAA4B,CAAC;AACvE,OAAO,EAAE,oBAAoB,EAAE,MAAM,+BAA+B,CAAC;AACrE,OAAO,EAAE,oBAAoB,EAAE,MAAM,+BAA+B,CAAC;AACrE,YAAY,EAAE,aAAa,EAAE,MAAM,qBAAqB,CAAC;AACzD,YAAY,EAAE,cAAc,EAAE,MAAM,sBAAsB,CAAC;AAC3D,YAAY,EAAE,WAAW,EAAE,MAAM,mBAAmB,CAAC;AACrD,YAAY,EAAE,YAAY,EAAE,MAAM,oBAAoB,CAAC;AACvD,YAAY,EACV,0BAA0B,EAC1B,oBAAoB,EACpB,WAAW,EACX,YAAY,EACZ,iCAAiC,GAClC,MAAM,kCAAkC,CAAC;AAC1C,YAAY,EAAE,qBAAqB,EAAE,MAAM,6BAA6B,CAAC"}
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import { SyncableEntityOptions } from './syncableEntityOptionsType';
|
|
2
|
+
import { FieldManifest } from '.';
|
|
3
|
+
|
|
4
|
+
export type ObjectManifest = SyncableEntityOptions & {
|
|
5
|
+
nameSingular: string;
|
|
6
|
+
namePlural: string;
|
|
7
|
+
labelSingular: string;
|
|
8
|
+
labelPlural: string;
|
|
9
|
+
description?: string;
|
|
10
|
+
icon?: string;
|
|
11
|
+
fields?: FieldManifest[];
|
|
12
|
+
};
|
|
13
|
+
//# sourceMappingURL=objectManifestType.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"objectManifestType.d.ts","sourceRoot":"","sources":["../../src/application/objectManifestType.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,aAAa,EAAE,MAAM,eAAe,CAAC;AACnD,OAAO,EAAE,KAAK,qBAAqB,EAAE,MAAM,yCAAyC,CAAC;AAErF,MAAM,MAAM,cAAc,GAAG,qBAAqB,GAAG;IACnD,YAAY,EAAE,MAAM,CAAC;IACrB,UAAU,EAAE,MAAM,CAAC;IACnB,aAAa,EAAE,MAAM,CAAC;IACtB,WAAW,EAAE,MAAM,CAAC;IACpB,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,MAAM,CAAC,EAAE,aAAa,EAAE,CAAC;CAC1B,CAAC"}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
export type PackageJson = {
|
|
2
|
+
name: string;
|
|
3
|
+
license: string;
|
|
4
|
+
engines: {
|
|
5
|
+
node: string;
|
|
6
|
+
npm: string;
|
|
7
|
+
yarn: string;
|
|
8
|
+
};
|
|
9
|
+
packageManager: string;
|
|
10
|
+
version: string;
|
|
11
|
+
dependencies?: object;
|
|
12
|
+
devDependencies?: object;
|
|
13
|
+
};
|
|
14
|
+
//# sourceMappingURL=packageJsonType.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"packageJsonType.d.ts","sourceRoot":"","sources":["../../src/application/packageJsonType.ts"],"names":[],"mappings":"AAAA,MAAM,MAAM,WAAW,GAAG;IACxB,IAAI,EAAE,MAAM,CAAC;IACb,OAAO,EAAE,MAAM,CAAC;IAChB,OAAO,EAAE;QACP,IAAI,EAAE,MAAM,CAAC;QACb,GAAG,EAAE,MAAM,CAAC;QACZ,IAAI,EAAE,MAAM,CAAC;KACd,CAAC;IACF,cAAc,EAAE,MAAM,CAAC;IACvB,OAAO,EAAE,MAAM,CAAC;IAChB,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB,eAAe,CAAC,EAAE,MAAM,CAAC;CAC1B,CAAC"}
|