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,116 @@
|
|
|
1
|
+
export { applyDiff } from './applyDiff';
|
|
2
|
+
export { filterOutByProperty } from './array/filterOutByProperty';
|
|
3
|
+
export { findById } from './array/findById';
|
|
4
|
+
export { findByProperty } from './array/findByProperty';
|
|
5
|
+
export { findOrThrow } from './array/findOrThrow';
|
|
6
|
+
export { getContiguousIncrementalValues } from './array/getContiguousIncrementalValues';
|
|
7
|
+
export { isNonEmptyArray } from './array/isNonEmptyArray';
|
|
8
|
+
export { mapById } from './array/mapById';
|
|
9
|
+
export { mapByProperty } from './array/mapByProperty';
|
|
10
|
+
export { sumByProperty } from './array/sumByProperty';
|
|
11
|
+
export { upsertIntoArrayOfObjectsComparingId } from './array/upsertIntoArrayOfObjectComparingId';
|
|
12
|
+
export { assertUnreachable } from './assertUnreachable';
|
|
13
|
+
export { computeDiffBetweenObjects } from './compute-diff-between-objects';
|
|
14
|
+
export { deepMerge } from './deepMerge';
|
|
15
|
+
export { CustomError } from './errors/CustomError';
|
|
16
|
+
export { extractAndSanitizeObjectStringFields } from './extractAndSanitizeObjectStringFields';
|
|
17
|
+
export { computeMorphRelationFieldName } from './fieldMetadata/compute-morph-relation-field-name';
|
|
18
|
+
export { isFieldMetadataDateKind } from './fieldMetadata/isFieldMetadataDateKind';
|
|
19
|
+
export { checkIfShouldComputeEmptinessFilter } from './filter/checkIfShouldComputeEmptinessFilter';
|
|
20
|
+
export { checkIfShouldSkipFiltering } from './filter/checkIfShouldSkipFiltering';
|
|
21
|
+
export { computeGqlOperationFilterForEmails } from './filter/compute-record-gql-operation-filter/for-composite-field/computeGqlOperationFilterForEmails';
|
|
22
|
+
export { computeGqlOperationFilterForLinks } from './filter/compute-record-gql-operation-filter/for-composite-field/computeGqlOperationFilterForLinks';
|
|
23
|
+
export { computeEmptyGqlOperationFilterForEmails } from './filter/computeEmptyGqlOperationFilterForEmails';
|
|
24
|
+
export { computeEmptyGqlOperationFilterForLinks } from './filter/computeEmptyGqlOperationFilterForLinks';
|
|
25
|
+
export { computeRecordGqlOperationFilter } from './filter/computeRecordGqlOperationFilter';
|
|
26
|
+
export { addUnitToDateTime } from './filter/dates/utils/addUnitToDateTime';
|
|
27
|
+
export type { FirstDayOfTheWeek } from './filter/dates/utils/firstDayOfWeekSchema';
|
|
28
|
+
export { firstDayOfWeekSchema } from './filter/dates/utils/firstDayOfWeekSchema';
|
|
29
|
+
export { getDateFromPlainDate } from './filter/dates/utils/getDateFromPlainDate';
|
|
30
|
+
export { getEndUnitOfDateTime } from './filter/dates/utils/getEndUnitOfDateTime';
|
|
31
|
+
export { getFirstDayOfTheWeekAsANumberForDateFNS } from './filter/dates/utils/getFirstDayOfTheWeekAsANumberForDateFNS';
|
|
32
|
+
export { getPlainDateFromDate } from './filter/dates/utils/getPlainDateFromDate';
|
|
33
|
+
export { getStartUnitOfDateTime } from './filter/dates/utils/getStartUnitOfDateTime';
|
|
34
|
+
export { relativeDateFilterAmountSchema } from './filter/dates/utils/relativeDateFilterAmountSchema';
|
|
35
|
+
export type { RelativeDateFilterDirection } from './filter/dates/utils/relativeDateFilterDirectionSchema';
|
|
36
|
+
export { relativeDateFilterDirectionSchema } from './filter/dates/utils/relativeDateFilterDirectionSchema';
|
|
37
|
+
export type { RelativeDateFilter } from './filter/dates/utils/relativeDateFilterSchema';
|
|
38
|
+
export { relativeDateFilterSchema } from './filter/dates/utils/relativeDateFilterSchema';
|
|
39
|
+
export { relativeDateFilterStringifiedSchema } from './filter/dates/utils/relativeDateFilterStringifiedSchema';
|
|
40
|
+
export type { RelativeDateFilterUnit } from './filter/dates/utils/relativeDateFilterUnitSchema';
|
|
41
|
+
export { relativeDateFilterUnitSchema } from './filter/dates/utils/relativeDateFilterUnitSchema';
|
|
42
|
+
export type { ResolvedDateFilterValue } from './filter/dates/utils/resolveDateFilter';
|
|
43
|
+
export { resolveDateFilter } from './filter/dates/utils/resolveDateFilter';
|
|
44
|
+
export type { ResolvedDateTimeFilterValue } from './filter/dates/utils/resolveDateTimeFilter';
|
|
45
|
+
export { resolveDateTimeFilter } from './filter/dates/utils/resolveDateTimeFilter';
|
|
46
|
+
export { resolveRelativeDateFilter } from './filter/dates/utils/resolveRelativeDateFilter';
|
|
47
|
+
export { resolveRelativeDateFilterStringified } from './filter/dates/utils/resolveRelativeDateFilterStringified';
|
|
48
|
+
export { resolveRelativeDateTimeFilter } from './filter/dates/utils/resolveRelativeDateTimeFilter';
|
|
49
|
+
export { resolveRelativeDateTimeFilterStringified } from './filter/dates/utils/resolveRelativeDateTimeFilterStringified';
|
|
50
|
+
export { shiftPointInTimeFromTimezoneDifferenceInMinutesWithSystemTimezone } from './filter/dates/utils/shiftPointInTimeFromTimezoneDifferenceInMinutesWithSystemTimezone';
|
|
51
|
+
export { subUnitFromDateTime } from './filter/dates/utils/subUnitFromDateTime';
|
|
52
|
+
export { isEmptinessOperand } from './filter/isEmptinessOperand';
|
|
53
|
+
export { turnAnyFieldFilterIntoRecordGqlFilter } from './filter/turnAnyFieldFilterIntoRecordGqlFilter';
|
|
54
|
+
export type { RecordFilter, RecordFilterGroup, } from './filter/turnRecordFilterGroupIntoGqlOperationFilter';
|
|
55
|
+
export { turnRecordFilterGroupsIntoGqlOperationFilter } from './filter/turnRecordFilterGroupIntoGqlOperationFilter';
|
|
56
|
+
export { turnRecordFilterIntoRecordGqlOperationFilter } from './filter/turnRecordFilterIntoGqlOperationFilter';
|
|
57
|
+
export { combineFilters } from './filter/utils/combineFilters';
|
|
58
|
+
export { computeTimezoneDifferenceInMinutes } from './filter/utils/computeTimezoneDifferenceInMinutes';
|
|
59
|
+
export { convertViewFilterOperandToCoreOperand } from './filter/utils/convert-view-filter-operand-to-core-operand.util';
|
|
60
|
+
export { convertViewFilterValueToString } from './filter/utils/convertViewFilterValueToString';
|
|
61
|
+
export { createAnyFieldRecordFilterBaseProperties } from './filter/utils/createAnyFieldRecordFilterBaseProperties';
|
|
62
|
+
export { convertGreaterThanOrEqualRatingToArrayOfRatingValues, convertLessThanOrEqualRatingToArrayOfRatingValues, convertRatingToRatingValue, } from './filter/utils/fieldRatingConvertors';
|
|
63
|
+
export { filterSelectOptionsOfFieldMetadataItem } from './filter/utils/filterSelectOptionsOfFieldMetadataItem';
|
|
64
|
+
export { generateILikeFiltersForCompositeFields } from './filter/utils/generateILikeFiltersForCompositeFields';
|
|
65
|
+
export { getEmptyRecordGqlOperationFilter } from './filter/utils/getEmptyRecordGqlOperationFilter';
|
|
66
|
+
export { getFilterTypeFromFieldType } from './filter/utils/getFilterTypeFromFieldType';
|
|
67
|
+
export { isExpectedSubFieldName } from './filter/utils/isExpectedSubFieldName';
|
|
68
|
+
export { arrayOfStringsOrVariablesSchema } from './filter/utils/validation-schemas/arrayOfStringsOrVariablesSchema';
|
|
69
|
+
export { arrayOfUuidOrVariableSchema } from './filter/utils/validation-schemas/arrayOfUuidsOrVariablesSchema';
|
|
70
|
+
export { relationFilterValueSchemaObject, jsonRelationFilterValueSchema, } from './filter/utils/validation-schemas/jsonRelationFilterValueSchema';
|
|
71
|
+
export { fromArrayToUniqueKeyRecord } from './from-array-to-unique-key-record.util';
|
|
72
|
+
export { fromArrayToValuesByKeyRecord } from './fromArrayToValuesByKeyRecord.util';
|
|
73
|
+
export { getURLSafely } from './getURLSafely';
|
|
74
|
+
export { getImageAbsoluteURI } from './image/getImageAbsoluteURI';
|
|
75
|
+
export { sanitizeURL, getLogoUrlFromDomainName, } from './image/getLogoUrlFromDomainName';
|
|
76
|
+
export { getUniqueConstraintsFields } from './indexMetadata/getUniqueConstraintsFields';
|
|
77
|
+
export { fastDeepEqual } from './json/fast-deep-equal';
|
|
78
|
+
export { getAppPath } from './navigation/getAppPath';
|
|
79
|
+
export { getSettingsPath } from './navigation/getSettingsPath';
|
|
80
|
+
export { parseJson } from './parseJson';
|
|
81
|
+
export { removePropertiesFromRecord } from './removePropertiesFromRecord';
|
|
82
|
+
export { removeUndefinedFields } from './removeUndefinedFields';
|
|
83
|
+
export { safeParseRelativeDateFilterJSONStringified } from './safeParseRelativeDateFilterJSONStringified';
|
|
84
|
+
export { getGenericOperationName } from './sentry/getGenericOperationName';
|
|
85
|
+
export { getHumanReadableNameFromCode } from './sentry/getHumanReadableNameFromCode';
|
|
86
|
+
export { appendCopySuffix } from './strings/appendCopySuffix';
|
|
87
|
+
export { capitalize } from './strings/capitalize';
|
|
88
|
+
export { uncapitalize } from './strings/uncapitalize';
|
|
89
|
+
export type { TipTapMarkType, TipTapNodeType, LinkMarkAttributes, TipTapMark, } from './tiptap/tiptap-marks';
|
|
90
|
+
export { TIPTAP_MARK_TYPES, TIPTAP_NODE_TYPES, TIPTAP_MARKS_RENDER_ORDER, } from './tiptap/tiptap-marks';
|
|
91
|
+
export type { StringPropertyKeys } from './trim-and-remove-duplicated-whitespaces-from-object-string-properties';
|
|
92
|
+
export { trimAndRemoveDuplicatedWhitespacesFromObjectStringProperties } from './trim-and-remove-duplicated-whitespaces-from-object-string-properties';
|
|
93
|
+
export { trimAndRemoveDuplicatedWhitespacesFromString } from './trim-and-remove-duplicated-whitespaces-from-string';
|
|
94
|
+
export { throwIfNotDefined } from './typeguard/throwIfNotDefined';
|
|
95
|
+
export { absoluteUrlSchema } from './url/absoluteUrlSchema';
|
|
96
|
+
export { buildSignedPath } from './url/buildSignedPath';
|
|
97
|
+
export { getAbsoluteUrl } from './url/getAbsoluteUrl';
|
|
98
|
+
export { getAbsoluteUrlOrThrow } from './url/getAbsoluteUrlOrThrow';
|
|
99
|
+
export { getUrlHostnameOrThrow } from './url/getUrlHostnameOrThrow';
|
|
100
|
+
export { isValidHostname } from './url/isValidHostname';
|
|
101
|
+
export { isValidUrl } from './url/isValidUrl';
|
|
102
|
+
export { lowercaseUrlOriginAndRemoveTrailingSlash } from './url/lowercaseUrlOriginAndRemoveTrailingSlash';
|
|
103
|
+
export { safeDecodeURIComponent } from './url/safeDecodeURIComponent';
|
|
104
|
+
export { uuidToBase36 } from './uuidToBase36';
|
|
105
|
+
export { assertIsDefinedOrThrow } from './validation/assertIsDefinedOrThrow';
|
|
106
|
+
export { isDefined } from './validation/isDefined';
|
|
107
|
+
export { isEmptyObject } from './validation/isEmptyObject';
|
|
108
|
+
export { isLabelIdentifierFieldMetadataTypes } from './validation/isLabelIdentifierFieldMetadataTypes';
|
|
109
|
+
export { isValidLocale } from './validation/isValidLocale';
|
|
110
|
+
export { isValidUuid } from './validation/isValidUuid';
|
|
111
|
+
export { isValidVariable } from './validation/isValidVariable';
|
|
112
|
+
export { normalizeLocale } from './validation/normalizeLocale';
|
|
113
|
+
export { getCountryCodesForCallingCode } from './validation/phones-value/getCountryCodesForCallingCode';
|
|
114
|
+
export { isValidCountryCode } from './validation/phones-value/isValidCountryCode';
|
|
115
|
+
export { resolveInput } from './variable-resolver';
|
|
116
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/utils/index.ts"],"names":[],"mappings":"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"}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
export declare const getUniqueConstraintsFields: <K extends {
|
|
2
|
+
id: string;
|
|
3
|
+
name: string;
|
|
4
|
+
}, T extends {
|
|
5
|
+
id: string;
|
|
6
|
+
indexMetadatas: {
|
|
7
|
+
id: string;
|
|
8
|
+
isUnique: boolean;
|
|
9
|
+
indexFieldMetadatas: {
|
|
10
|
+
fieldMetadataId: string;
|
|
11
|
+
}[];
|
|
12
|
+
}[];
|
|
13
|
+
fields: K[];
|
|
14
|
+
}>(objectMetadata: T) => K[][];
|
|
15
|
+
//# sourceMappingURL=getUniqueConstraintsFields.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"getUniqueConstraintsFields.d.ts","sourceRoot":"","sources":["../../../src/utils/indexMetadata/getUniqueConstraintsFields.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,0BAA0B,GACrC,CAAC,SAAS;IACR,EAAE,EAAE,MAAM,CAAC;IACX,IAAI,EAAE,MAAM,CAAC;CACd,EACD,CAAC,SAAS;IACR,EAAE,EAAE,MAAM,CAAC;IACX,cAAc,EAAE;QACd,EAAE,EAAE,MAAM,CAAC;QACX,QAAQ,EAAE,OAAO,CAAC;QAClB,mBAAmB,EAAE;YAAE,eAAe,EAAE,MAAM,CAAA;SAAE,EAAE,CAAC;KACpD,EAAE,CAAC;IACJ,MAAM,EAAE,CAAC,EAAE,CAAC;CACb,EAED,gBAAgB,CAAC,KAChB,CAAC,EAAE,EAkCL,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/utils/indexMetadata/index.ts"],"names":[],"mappings":"AAAA,cAAc,8BAA8B,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"fast-deep-equal.d.ts","sourceRoot":"","sources":["../../../src/utils/json/fast-deep-equal.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,aAAa,GACxB,YAAY,OAAO,EACnB,aAAa,OAAO,KACnB,OA0GF,CAAC"}
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import { AppPath } from '../../types';
|
|
2
|
+
import { PathParam } from 'react-router-dom';
|
|
3
|
+
|
|
4
|
+
export declare const getAppPath: <T extends AppPath>(to: T, params?: { [key in PathParam<T>]: string | null; }, queryParams?: Record<string, any>) => string;
|
|
5
|
+
//# sourceMappingURL=getAppPath.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"getAppPath.d.ts","sourceRoot":"","sources":["../../../src/utils/navigation/getAppPath.ts"],"names":[],"mappings":"AACA,OAAO,EAAgB,KAAK,SAAS,EAAE,MAAM,kBAAkB,CAAC;AAChE,OAAO,EAAE,KAAK,OAAO,EAAE,MAAM,aAAa,CAAC;AAG3C,eAAO,MAAM,UAAU,GAAI,CAAC,SAAS,OAAO,EAC1C,IAAI,CAAC,EACL,SAAS,GAAG,GAAG,IAAI,SAAS,CAAC,CAAC,CAAC,GAAG,MAAM,GAAG,IAAI,GAAE,EACjD,cAAc,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,WAqBlC,CAAC"}
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import { AppPath, SettingsPath } from '../../types';
|
|
2
|
+
import { PathParam } from 'react-router-dom';
|
|
3
|
+
|
|
4
|
+
export declare const getSettingsPath: <T extends SettingsPath>(to: T, params?: { [key in PathParam<`/${AppPath.Settings}/${T}`>]: string | null; }, queryParams?: Record<string, any>, hash?: string) => string;
|
|
5
|
+
//# sourceMappingURL=getSettingsPath.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"getSettingsPath.d.ts","sourceRoot":"","sources":["../../../src/utils/navigation/getSettingsPath.ts"],"names":[],"mappings":"AACA,OAAO,EAAgB,KAAK,SAAS,EAAE,MAAM,kBAAkB,CAAC;AAChE,OAAO,EAAE,OAAO,EAAE,KAAK,YAAY,EAAE,MAAM,aAAa,CAAC;AAGzD,eAAO,MAAM,eAAe,GAAI,CAAC,SAAS,YAAY,EACpD,IAAI,CAAC,EACL,SAAS,GACN,GAAG,IAAI,SAAS,CAAC,IAAI,OAAO,CAAC,QAAQ,IAAI,CAAC,EAAE,CAAC,GAAG,MAAM,GAAG,IAAI,GAC/D,EACD,cAAc,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,EACjC,OAAO,MAAM,WA4Bd,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"parseJson.d.ts","sourceRoot":"","sources":["../../src/utils/parseJson.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,SAAS,GAAI,CAAC,EACzB,SAAS,MAAM,GAAG,OAAO,GAAG,IAAI,GAAG,MAAM,GAAG,SAAS,KACpD,CAAC,GAAG,IAeN,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"removePropertiesFromRecord.d.ts","sourceRoot":"","sources":["../../src/utils/removePropertiesFromRecord.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,0BAA0B,GAAI,CAAC,EAAE,CAAC,SAAS,MAAM,CAAC,EAC7D,QAAQ,CAAC,EACT,cAAc,CAAC,EAAE,KAChB,IAAI,CAAC,CAAC,EAAE,CAAC,CAQX,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"removeUndefinedFields.d.ts","sourceRoot":"","sources":["../../src/utils/removeUndefinedFields.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,qBAAqB,GAAI,CAAC,EAAE,OAAO,CAAC,KAAG,CAAC,GAAG,OAAO,CAAC,CAAC,CAwChE,CAAC"}
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import { RelativeDateFilter } from './filter/dates/utils/relativeDateFilterSchema';
|
|
2
|
+
|
|
3
|
+
export declare const safeParseRelativeDateFilterJSONStringified: (value: string) => RelativeDateFilter | undefined;
|
|
4
|
+
//# sourceMappingURL=safeParseRelativeDateFilterJSONStringified.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"safeParseRelativeDateFilterJSONStringified.d.ts","sourceRoot":"","sources":["../../src/utils/safeParseRelativeDateFilterJSONStringified.ts"],"names":[],"mappings":"AAAA,OAAO,EAEL,KAAK,kBAAkB,EACxB,MAAM,qDAAqD,CAAC;AAE7D,eAAO,MAAM,0CAA0C,GACrD,OAAO,MAAM,KACZ,kBAAkB,GAAG,SAcvB,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"getGenericOperationName.d.ts","sourceRoot":"","sources":["../../../src/utils/sentry/getGenericOperationName.ts"],"names":[],"mappings":"AACA,eAAO,MAAM,uBAAuB,GAAI,OAAO,MAAM,uBAEpD,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"getHumanReadableNameFromCode.d.ts","sourceRoot":"","sources":["../../../src/utils/sentry/getHumanReadableNameFromCode.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,4BAA4B,GAAI,MAAM,MAAM,WAKxD,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"appendCopySuffix.d.ts","sourceRoot":"","sources":["../../../src/utils/strings/appendCopySuffix.ts"],"names":[],"mappings":"AAKA,eAAO,MAAM,gBAAgB,GAAI,OAAO,MAAM,KAAG,MAUhD,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"capitalize.d.ts","sourceRoot":"","sources":["../../../src/utils/strings/capitalize.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,UAAU,GAAI,oBAAoB,MAAM,WAIpD,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/utils/strings/index.ts"],"names":[],"mappings":"AAAA,cAAc,oBAAoB,CAAC;AACnC,cAAc,cAAc,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"uncapitalize.d.ts","sourceRoot":"","sources":["../../../src/utils/strings/uncapitalize.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,YAAY,GAAI,MAAM,MAAM,WAExC,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/utils/tiptap/index.ts"],"names":[],"mappings":"AAAA,cAAc,gBAAgB,CAAC"}
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
export declare const TIPTAP_MARK_TYPES: {
|
|
2
|
+
readonly BOLD: "bold";
|
|
3
|
+
readonly ITALIC: "italic";
|
|
4
|
+
readonly UNDERLINE: "underline";
|
|
5
|
+
readonly STRIKE: "strike";
|
|
6
|
+
readonly LINK: "link";
|
|
7
|
+
};
|
|
8
|
+
export declare const TIPTAP_NODE_TYPES: {
|
|
9
|
+
readonly PARAGRAPH: "paragraph";
|
|
10
|
+
readonly TEXT: "text";
|
|
11
|
+
readonly HEADING: "heading";
|
|
12
|
+
readonly VARIABLE_TAG: "variableTag";
|
|
13
|
+
readonly IMAGE: "image";
|
|
14
|
+
readonly BULLET_LIST: "bulletList";
|
|
15
|
+
readonly ORDERED_LIST: "orderedList";
|
|
16
|
+
readonly LIST_ITEM: "listItem";
|
|
17
|
+
readonly HARD_BREAK: "hardBreak";
|
|
18
|
+
};
|
|
19
|
+
export type TipTapMarkType = (typeof TIPTAP_MARK_TYPES)[keyof typeof TIPTAP_MARK_TYPES];
|
|
20
|
+
export type TipTapNodeType = (typeof TIPTAP_NODE_TYPES)[keyof typeof TIPTAP_NODE_TYPES];
|
|
21
|
+
export declare const TIPTAP_MARKS_RENDER_ORDER: readonly TipTapMarkType[];
|
|
22
|
+
export interface LinkMarkAttributes {
|
|
23
|
+
href?: string;
|
|
24
|
+
target?: string;
|
|
25
|
+
rel?: string;
|
|
26
|
+
}
|
|
27
|
+
export interface TipTapMark {
|
|
28
|
+
type: TipTapMarkType;
|
|
29
|
+
attrs?: LinkMarkAttributes | Record<string, unknown>;
|
|
30
|
+
}
|
|
31
|
+
//# sourceMappingURL=tiptap-marks.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"tiptap-marks.d.ts","sourceRoot":"","sources":["../../../src/utils/tiptap/tiptap-marks.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,iBAAiB;;;;;;CAMpB,CAAC;AAEX,eAAO,MAAM,iBAAiB;;;;;;;;;;CAUpB,CAAC;AAEX,MAAM,MAAM,cAAc,GACxB,CAAC,OAAO,iBAAiB,CAAC,CAAC,MAAM,OAAO,iBAAiB,CAAC,CAAC;AAC7D,MAAM,MAAM,cAAc,GACxB,CAAC,OAAO,iBAAiB,CAAC,CAAC,MAAM,OAAO,iBAAiB,CAAC,CAAC;AAG7D,eAAO,MAAM,yBAAyB,EAAE,SAAS,cAAc,EAMrD,CAAC;AAGX,MAAM,WAAW,kBAAkB;IACjC,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,GAAG,CAAC,EAAE,MAAM,CAAC;CACd;AAGD,MAAM,WAAW,UAAU;IACzB,IAAI,EAAE,cAAc,CAAC;IACrB,KAAK,CAAC,EAAE,kBAAkB,GAAG,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,CAAC;CACtD"}
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
type OnlyStringPropertiesKey<T> = Extract<keyof T, string>;
|
|
2
|
+
export type StringPropertyKeys<T> = {
|
|
3
|
+
[K in OnlyStringPropertiesKey<T>]: T[K] extends string | undefined ? K : never;
|
|
4
|
+
}[OnlyStringPropertiesKey<T>];
|
|
5
|
+
export declare const trimAndRemoveDuplicatedWhitespacesFromObjectStringProperties: <T, TKeys extends StringPropertyKeys<T>[], TExtract extends boolean = false>(obj: T, keys: TKeys, extractKeys?: TExtract) => TExtract extends true ? { [P in TKeys[number]]: T[P]; } : T;
|
|
6
|
+
export {};
|
|
7
|
+
//# sourceMappingURL=trim-and-remove-duplicated-whitespaces-from-object-string-properties.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"trim-and-remove-duplicated-whitespaces-from-object-string-properties.d.ts","sourceRoot":"","sources":["../../src/utils/trim-and-remove-duplicated-whitespaces-from-object-string-properties.ts"],"names":[],"mappings":"AAEA,KAAK,uBAAuB,CAAC,CAAC,IAAI,OAAO,CAAC,MAAM,CAAC,EAAE,MAAM,CAAC,CAAC;AAE3D,MAAM,MAAM,kBAAkB,CAAC,CAAC,IAAI;KACjC,CAAC,IAAI,uBAAuB,CAAC,CAAC,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC,SAAS,MAAM,GAAG,SAAS,GAC9D,CAAC,GACD,KAAK;CACV,CAAC,uBAAuB,CAAC,CAAC,CAAC,CAAC,CAAC;AAE9B,eAAO,MAAM,4DAA4D,GACvE,CAAC,EACD,KAAK,SAAS,kBAAkB,CAAC,CAAC,CAAC,EAAE,EACrC,QAAQ,SAAS,OAAO,GAAG,KAAK,EAEhC,KAAK,CAAC,EACN,MAAM,KAAK,EACX,cAAc,QAAQ,KACrB,QAAQ,SAAS,IAAI,GACpB,GACG,CAAC,IAAI,KAAK,CAAC,MAAM,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC,GAC3B,GACD,CAoBH,CAAC"}
|
package/dist/vendor/twenty-shared/utils/trim-and-remove-duplicated-whitespaces-from-string.d.ts.map
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"trim-and-remove-duplicated-whitespaces-from-string.d.ts","sourceRoot":"","sources":["../../src/utils/trim-and-remove-duplicated-whitespaces-from-string.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,4CAA4C,GAAI,KAAK,MAAM,WACpB,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"throwIfNotDefined.d.ts","sourceRoot":"","sources":["../../../src/utils/typeguard/throwIfNotDefined.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,iBAAiB,GAAI,CAAC,EACjC,OAAO,CAAC,EACR,cAAc,MAAM,KACnB,QAAQ,KAAK,IAAI,WAAW,CAAC,CAAC,CAMhC,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"absoluteUrlSchema.d.ts","sourceRoot":"","sources":["../../../src/utils/url/absoluteUrlSchema.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAExB,eAAO,MAAM,iBAAiB,wDAuC5B,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"buildSignedPath.d.ts","sourceRoot":"","sources":["../../../src/utils/url/buildSignedPath.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,eAAe,GAAI,kBAG7B;IACD,IAAI,EAAE,MAAM,CAAC;IACb,KAAK,EAAE,MAAM,CAAC;CACf,WAgBA,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"getAbsoluteUrl.d.ts","sourceRoot":"","sources":["../../../src/utils/url/getAbsoluteUrl.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,cAAc,GAAI,OAAO,MAAM,KAAG,MAW9C,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"getAbsoluteUrlOrThrow.d.ts","sourceRoot":"","sources":["../../../src/utils/url/getAbsoluteUrlOrThrow.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,qBAAqB,GAAI,KAAK,MAAM,KAAG,MAMnD,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"getUrlHostnameOrThrow.d.ts","sourceRoot":"","sources":["../../../src/utils/url/getUrlHostnameOrThrow.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,qBAAqB,GAAI,KAAK,MAAM,KAAG,MAanD,CAAC"}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
export * from './absoluteUrlSchema';
|
|
2
|
+
export * from './getAbsoluteUrlOrThrow';
|
|
3
|
+
export * from './getUrlHostnameOrThrow';
|
|
4
|
+
export * from './isValidHostname';
|
|
5
|
+
export * from './isValidUrl';
|
|
6
|
+
export * from './buildSignedPath';
|
|
7
|
+
export * from './safeDecodeURIComponent';
|
|
8
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/utils/url/index.ts"],"names":[],"mappings":"AAAA,cAAc,qBAAqB,CAAC;AACpC,cAAc,yBAAyB,CAAC;AACxC,cAAc,yBAAyB,CAAC;AACxC,cAAc,mBAAmB,CAAC;AAClC,cAAc,cAAc,CAAC;AAC7B,cAAc,mBAAmB,CAAC;AAClC,cAAc,0BAA0B,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"isValidHostname.d.ts","sourceRoot":"","sources":["../../../src/utils/url/isValidHostname.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,eAAe,GAC1B,KAAK,MAAM,EACX,UAAU;IACR,cAAc,CAAC,EAAE,OAAO,CAAC;IACzB,OAAO,CAAC,EAAE,OAAO,CAAC;CACnB,KACA,OAmBF,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"isValidUrl.d.ts","sourceRoot":"","sources":["../../../src/utils/url/isValidUrl.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,UAAU,GAAI,KAAK,MAAM,KAAG,OAIxC,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"lowercaseUrlOriginAndRemoveTrailingSlash.d.ts","sourceRoot":"","sources":["../../../src/utils/url/lowercaseUrlOriginAndRemoveTrailingSlash.ts"],"names":[],"mappings":"AAIA,eAAO,MAAM,wCAAwC,GAAI,QAAQ,MAAM,WAYtE,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"safeDecodeURIComponent.d.ts","sourceRoot":"","sources":["../../../src/utils/url/safeDecodeURIComponent.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,sBAAsB,GAAI,MAAM,MAAM,KAAG,MAMrD,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"uuidToBase36.d.ts","sourceRoot":"","sources":["../../src/utils/uuidToBase36.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,YAAY,GAAI,MAAM,MAAM,KAAG,MAM3C,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"assertIsDefinedOrThrow.d.ts","sourceRoot":"","sources":["../../../src/utils/validation/assertIsDefinedOrThrow.ts"],"names":[],"mappings":"AAIA,wBAAgB,sBAAsB,CAAC,CAAC,EACtC,KAAK,EAAE,CAAC,GAAG,SAAS,GAAG,IAAI,EAC3B,gBAAgB,GAAE,KAAsC,GACvD,OAAO,CAAC,KAAK,IAAI,CAAC,CAEpB"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/utils/validation/index.ts"],"names":[],"mappings":"AAAA,cAAc,aAAa,CAAC;AAC5B,cAAc,0BAA0B,CAAC;AACzC,cAAc,iBAAiB,CAAC;AAChC,cAAc,eAAe,CAAC;AAC9B,cAAc,mBAAmB,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"isDefined.d.ts","sourceRoot":"","sources":["../../../src/utils/validation/isDefined.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,SAAS,GAAI,CAAC,EACzB,OAAO,CAAC,GAAG,IAAI,GAAG,SAAS,KAC1B,KAAK,IAAI,WAAW,CAAC,CAAC,CAA0C,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"isEmptyObject.d.ts","sourceRoot":"","sources":["../../../src/utils/validation/isEmptyObject.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,aAAa,GAAI,KAAK,GAAG,KAAG,GAAG,IAAI,MAE/C,CAAC"}
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import { FieldMetadataType } from '../../types';
|
|
2
|
+
import { LABEL_IDENTIFIER_FIELD_METADATA_TYPES } from '../../constants/LabelIdentifierFieldMetadataTypes';
|
|
3
|
+
|
|
4
|
+
export declare const isLabelIdentifierFieldMetadataTypes: (value: FieldMetadataType) => value is (typeof LABEL_IDENTIFIER_FIELD_METADATA_TYPES)[number];
|
|
5
|
+
//# sourceMappingURL=isLabelIdentifierFieldMetadataTypes.d.ts.map
|
package/dist/vendor/twenty-shared/utils/validation/isLabelIdentifierFieldMetadataTypes.d.ts.map
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"isLabelIdentifierFieldMetadataTypes.d.ts","sourceRoot":"","sources":["../../../src/utils/validation/isLabelIdentifierFieldMetadataTypes.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,qCAAqC,EAAE,MAAM,+CAA+C,CAAC;AACtG,OAAO,EAAE,KAAK,iBAAiB,EAAE,MAAM,SAAS,CAAC;AAEjD,eAAO,MAAM,mCAAmC,GAC9C,OAAO,iBAAiB,KACvB,KAAK,IAAI,CAAC,OAAO,qCAAqC,EAAE,MAAM,CACV,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"isValidLocale.d.ts","sourceRoot":"","sources":["../../../src/utils/validation/isValidLocale.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,WAAW,EAAE,MAAM,gBAAgB,CAAC;AAE7C,eAAO,MAAM,aAAa,GACxB,OAAO,MAAM,GAAG,IAAI,KACnB,KAAK,IAAI,MAAM,OAAO,WAAqD,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"isValidUuid.d.ts","sourceRoot":"","sources":["../../../src/utils/validation/isValidUuid.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,WAAW,GAAI,OAAO,MAAM,KAAG,OAI3C,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"isValidVariable.d.ts","sourceRoot":"","sources":["../../../src/utils/validation/isValidVariable.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,eAAe,GAAI,UAAU,MAAM,KAAG,OAElD,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"normalizeLocale.d.ts","sourceRoot":"","sources":["../../../src/utils/validation/normalizeLocale.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,WAAW,EAAiB,MAAM,gBAAgB,CAAC;AAsB5D;;GAEG;AACH,eAAO,MAAM,eAAe,GAC1B,OAAO,MAAM,GAAG,IAAI,KACnB,MAAM,OAAO,WAyBf,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"getCountryCodesForCallingCode.d.ts","sourceRoot":"","sources":["../../../../src/utils/validation/phones-value/getCountryCodesForCallingCode.ts"],"names":[],"mappings":"AAIA,eAAO,MAAM,6BAA6B,GAAI,aAAa,MAAM,8CAUhE,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/utils/validation/phones-value/index.ts"],"names":[],"mappings":"AAAA,cAAc,sBAAsB,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"isValidCountryCode.d.ts","sourceRoot":"","sources":["../../../../src/utils/validation/phones-value/isValidCountryCode.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,WAAW,EAAgB,MAAM,mBAAmB,CAAC;AAInE,eAAO,MAAM,kBAAkB,GAAI,OAAO,MAAM,KAAG,KAAK,IAAI,WAE3D,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"variable-resolver.d.ts","sourceRoot":"","sources":["../../src/utils/variable-resolver.ts"],"names":[],"mappings":"AAYA,eAAO,MAAM,YAAY,GACvB,iBAAiB,OAAO,EACxB,SAAS,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,KAC/B,OAkBF,CAAC"}
|