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.
Files changed (671) hide show
  1. package/dist/application/application-config.d.ts +1 -1
  2. package/dist/application/fields/composite-fields.d.ts +1 -1
  3. package/dist/application/fields/field-type.d.ts +1 -1
  4. package/dist/application/fields/field.decorator.d.ts +2 -2
  5. package/dist/application/fields/on-delete-action.d.ts +1 -1
  6. package/dist/application/fields/relation-type.d.ts +1 -1
  7. package/dist/application/fields/relation.decorator.d.ts +1 -1
  8. package/dist/application/function-config.d.ts +1 -1
  9. package/dist/application/objects/object.decorator.d.ts +1 -1
  10. package/dist/application/objects/standard-object-ids.d.ts +1 -1
  11. package/dist/application/permission-flag-type.d.ts +1 -1
  12. package/dist/application/role-config.d.ts +1 -1
  13. package/dist/cli/services/api.service.d.ts +1 -1
  14. package/dist/cli/utils/load-manifest.d.ts +1 -1
  15. package/dist/cli.cjs +2 -1
  16. package/dist/cli.mjs +2 -1
  17. package/dist/vendor/twenty-shared/CalendarStartDay-C44FicI4.js +1 -0
  18. package/dist/vendor/twenty-shared/CalendarStartDay-izukv6nx.mjs +4 -0
  19. package/dist/vendor/twenty-shared/FieldMetadataDefaultValue-CJU0Y2Fi.mjs +498 -0
  20. package/dist/vendor/twenty-shared/FieldMetadataDefaultValue-CmL_eyqR.js +1 -0
  21. package/dist/vendor/twenty-shared/LabelIdentifierFieldMetadataTypes-BaWEb4k0.js +1 -0
  22. package/dist/vendor/twenty-shared/LabelIdentifierFieldMetadataTypes-BzzhC1dx.mjs +55 -0
  23. package/dist/vendor/twenty-shared/RatingValues-4GPp8aN_.mjs +166 -0
  24. package/dist/vendor/twenty-shared/RatingValues-CBa057Mi.js +1 -0
  25. package/dist/vendor/twenty-shared/RecordFilterGroupLogicalOperator-CKox6HGm.js +1 -0
  26. package/dist/vendor/twenty-shared/RecordFilterGroupLogicalOperator-DZy8SCuT.mjs +5 -0
  27. package/dist/vendor/twenty-shared/StepFilters-Cml3Z3gd.mjs +4 -0
  28. package/dist/vendor/twenty-shared/StepFilters-DGMx4w0Z.js +1 -0
  29. package/dist/vendor/twenty-shared/ViewFilterOperandDeprecated-5v-49Eq0.mjs +6 -0
  30. package/dist/vendor/twenty-shared/ViewFilterOperandDeprecated-CHskkJ78.js +1 -0
  31. package/dist/vendor/twenty-shared/ai/index.d.ts +6 -0
  32. package/dist/vendor/twenty-shared/ai/index.d.ts.map +1 -0
  33. package/dist/vendor/twenty-shared/ai/types/DataMessagePart.d.ts +65 -0
  34. package/dist/vendor/twenty-shared/ai/types/DataMessagePart.d.ts.map +1 -0
  35. package/dist/vendor/twenty-shared/ai/types/ExtendedUIMessage.d.ts +20 -0
  36. package/dist/vendor/twenty-shared/ai/types/ExtendedUIMessage.d.ts.map +1 -0
  37. package/dist/vendor/twenty-shared/ai/types/ExtendedUIMessagePart.d.ts +5 -0
  38. package/dist/vendor/twenty-shared/ai/types/ExtendedUIMessagePart.d.ts.map +1 -0
  39. package/dist/vendor/twenty-shared/ai/types/agent-response-schema.type.d.ts +11 -0
  40. package/dist/vendor/twenty-shared/ai/types/agent-response-schema.type.d.ts.map +1 -0
  41. package/dist/vendor/twenty-shared/ai/types/index.d.ts +3 -0
  42. package/dist/vendor/twenty-shared/ai/types/index.d.ts.map +1 -0
  43. package/dist/vendor/twenty-shared/ai/types/model-configuration.type.d.ts +11 -0
  44. package/dist/vendor/twenty-shared/ai/types/model-configuration.type.d.ts.map +1 -0
  45. package/dist/vendor/twenty-shared/ai.cjs +1 -0
  46. package/dist/vendor/twenty-shared/ai.mjs +1 -0
  47. package/dist/vendor/twenty-shared/application/applicationManifestType.d.ts +12 -0
  48. package/dist/vendor/twenty-shared/application/applicationManifestType.d.ts.map +1 -0
  49. package/dist/vendor/twenty-shared/application/applicationType.d.ts +11 -0
  50. package/dist/vendor/twenty-shared/application/applicationType.d.ts.map +1 -0
  51. package/dist/vendor/twenty-shared/application/applicationVariablesType.d.ts +10 -0
  52. package/dist/vendor/twenty-shared/application/applicationVariablesType.d.ts.map +1 -0
  53. package/dist/vendor/twenty-shared/application/constants/DefaultApiKeyName.d.ts +2 -0
  54. package/dist/vendor/twenty-shared/application/constants/DefaultApiKeyName.d.ts.map +1 -0
  55. package/dist/vendor/twenty-shared/application/constants/DefaultApiUrlName.d.ts +2 -0
  56. package/dist/vendor/twenty-shared/application/constants/DefaultApiUrlName.d.ts.map +1 -0
  57. package/dist/vendor/twenty-shared/application/fieldManifestType.d.ts +14 -0
  58. package/dist/vendor/twenty-shared/application/fieldManifestType.d.ts.map +1 -0
  59. package/dist/vendor/twenty-shared/application/index.d.ts +12 -0
  60. package/dist/vendor/twenty-shared/application/index.d.ts.map +1 -0
  61. package/dist/vendor/twenty-shared/application/objectManifestType.d.ts +13 -0
  62. package/dist/vendor/twenty-shared/application/objectManifestType.d.ts.map +1 -0
  63. package/dist/vendor/twenty-shared/application/packageJsonType.d.ts +14 -0
  64. package/dist/vendor/twenty-shared/application/packageJsonType.d.ts.map +1 -0
  65. package/dist/vendor/twenty-shared/application/roleManifestType.d.ts +51 -0
  66. package/dist/vendor/twenty-shared/application/roleManifestType.d.ts.map +1 -0
  67. package/dist/vendor/twenty-shared/application/serverlessFunctionManifestType.d.ts +27 -0
  68. package/dist/vendor/twenty-shared/application/serverlessFunctionManifestType.d.ts.map +1 -0
  69. package/dist/vendor/twenty-shared/application/syncableEntityOptionsType.d.ts +4 -0
  70. package/dist/vendor/twenty-shared/application/syncableEntityOptionsType.d.ts.map +1 -0
  71. package/dist/vendor/twenty-shared/application.cjs +1 -0
  72. package/dist/vendor/twenty-shared/application.mjs +5 -0
  73. package/dist/vendor/twenty-shared/constants/CalendarStartDay.d.ts +7 -0
  74. package/dist/vendor/twenty-shared/constants/CalendarStartDay.d.ts.map +1 -0
  75. package/dist/vendor/twenty-shared/constants/CompositeFieldTypeSubFieldsNames.d.ts +46 -0
  76. package/dist/vendor/twenty-shared/constants/CompositeFieldTypeSubFieldsNames.d.ts.map +1 -0
  77. package/dist/vendor/twenty-shared/constants/CurrencyCode.d.ts +156 -0
  78. package/dist/vendor/twenty-shared/constants/CurrencyCode.d.ts.map +1 -0
  79. package/dist/vendor/twenty-shared/constants/CurrencyCodeLabels.d.ts +6 -0
  80. package/dist/vendor/twenty-shared/constants/CurrencyCodeLabels.d.ts.map +1 -0
  81. package/dist/vendor/twenty-shared/constants/DateTypeFormat.d.ts +2 -0
  82. package/dist/vendor/twenty-shared/constants/DateTypeFormat.d.ts.map +1 -0
  83. package/dist/vendor/twenty-shared/constants/DefaultNumberOfGroupsLimit.d.ts +2 -0
  84. package/dist/vendor/twenty-shared/constants/DefaultNumberOfGroupsLimit.d.ts.map +1 -0
  85. package/dist/vendor/twenty-shared/constants/DefaultRelativeDateFilterValue.d.ts +4 -0
  86. package/dist/vendor/twenty-shared/constants/DefaultRelativeDateFilterValue.d.ts.map +1 -0
  87. package/dist/vendor/twenty-shared/constants/FieldForTotalCountAggregateOperation.d.ts +2 -0
  88. package/dist/vendor/twenty-shared/constants/FieldForTotalCountAggregateOperation.d.ts.map +1 -0
  89. package/dist/vendor/twenty-shared/constants/FieldMetadataMaxOptionsToDisplay.d.ts +2 -0
  90. package/dist/vendor/twenty-shared/constants/FieldMetadataMaxOptionsToDisplay.d.ts.map +1 -0
  91. package/dist/vendor/twenty-shared/constants/FieldRestrictedAdditionalPermissionsRequired.d.ts +2 -0
  92. package/dist/vendor/twenty-shared/constants/FieldRestrictedAdditionalPermissionsRequired.d.ts.map +1 -0
  93. package/dist/vendor/twenty-shared/constants/LabelIdentifierFieldMetadataTypes.d.ts +4 -0
  94. package/dist/vendor/twenty-shared/constants/LabelIdentifierFieldMetadataTypes.d.ts.map +1 -0
  95. package/dist/vendor/twenty-shared/constants/MultiItemFieldDefaultMaxValues.d.ts +2 -0
  96. package/dist/vendor/twenty-shared/constants/MultiItemFieldDefaultMaxValues.d.ts.map +1 -0
  97. package/dist/vendor/twenty-shared/constants/MultiItemFieldMinMaxValues.d.ts +2 -0
  98. package/dist/vendor/twenty-shared/constants/MultiItemFieldMinMaxValues.d.ts.map +1 -0
  99. package/dist/vendor/twenty-shared/constants/MutationMaxMergeRecords.d.ts +2 -0
  100. package/dist/vendor/twenty-shared/constants/MutationMaxMergeRecords.d.ts.map +1 -0
  101. package/dist/vendor/twenty-shared/constants/PermissionFlagType.d.ts +27 -0
  102. package/dist/vendor/twenty-shared/constants/PermissionFlagType.d.ts.map +1 -0
  103. package/dist/vendor/twenty-shared/constants/PermissionsOnAllObjectRecords.d.ts +7 -0
  104. package/dist/vendor/twenty-shared/constants/PermissionsOnAllObjectRecords.d.ts.map +1 -0
  105. package/dist/vendor/twenty-shared/constants/QueryDefaultLimitRecords.d.ts +2 -0
  106. package/dist/vendor/twenty-shared/constants/QueryDefaultLimitRecords.d.ts.map +1 -0
  107. package/dist/vendor/twenty-shared/constants/QueryMaxRecords.d.ts +2 -0
  108. package/dist/vendor/twenty-shared/constants/QueryMaxRecords.d.ts.map +1 -0
  109. package/dist/vendor/twenty-shared/constants/QueryMaxRecordsFromRelation.d.ts +2 -0
  110. package/dist/vendor/twenty-shared/constants/QueryMaxRecordsFromRelation.d.ts.map +1 -0
  111. package/dist/vendor/twenty-shared/constants/QuotedStringRegex.d.ts +2 -0
  112. package/dist/vendor/twenty-shared/constants/QuotedStringRegex.d.ts.map +1 -0
  113. package/dist/vendor/twenty-shared/constants/RatingValues.d.ts +2 -0
  114. package/dist/vendor/twenty-shared/constants/RatingValues.d.ts.map +1 -0
  115. package/dist/vendor/twenty-shared/constants/RelationNestedQueriesKeyword.d.ts +6 -0
  116. package/dist/vendor/twenty-shared/constants/RelationNestedQueriesKeyword.d.ts.map +1 -0
  117. package/dist/vendor/twenty-shared/constants/StandardObjectRecordsUnderObjectRecordsPermissions.d.ts +2 -0
  118. package/dist/vendor/twenty-shared/constants/StandardObjectRecordsUnderObjectRecordsPermissions.d.ts.map +1 -0
  119. package/dist/vendor/twenty-shared/constants/TwentyCompaniesBaseUrl.d.ts +2 -0
  120. package/dist/vendor/twenty-shared/constants/TwentyCompaniesBaseUrl.d.ts.map +1 -0
  121. package/dist/vendor/twenty-shared/constants/TwentyIconsBaseUrl.d.ts +2 -0
  122. package/dist/vendor/twenty-shared/constants/TwentyIconsBaseUrl.d.ts.map +1 -0
  123. package/dist/vendor/twenty-shared/constants/index.d.ts +26 -0
  124. package/dist/vendor/twenty-shared/constants/index.d.ts.map +1 -0
  125. package/dist/vendor/twenty-shared/constants.cjs +1 -0
  126. package/dist/vendor/twenty-shared/constants.mjs +48 -0
  127. package/dist/vendor/twenty-shared/index.cjs +1 -0
  128. package/dist/vendor/twenty-shared/index.d.ts +4 -0
  129. package/dist/vendor/twenty-shared/index.d.ts.map +1 -0
  130. package/dist/vendor/twenty-shared/index.mjs +7 -0
  131. package/dist/vendor/twenty-shared/isValidCountryCode-CJneDJKx.mjs +6783 -0
  132. package/dist/vendor/twenty-shared/isValidCountryCode-DxXIdhne.js +4 -0
  133. package/dist/vendor/twenty-shared/metadata/MetadataValidationError.d.ts +28 -0
  134. package/dist/vendor/twenty-shared/metadata/MetadataValidationError.d.ts.map +1 -0
  135. package/dist/vendor/twenty-shared/metadata/add-custom-suffix-if-reserved.util.d.ts +2 -0
  136. package/dist/vendor/twenty-shared/metadata/add-custom-suffix-if-reserved.util.d.ts.map +1 -0
  137. package/dist/vendor/twenty-shared/metadata/all-metadata-name.constant.d.ts +20 -0
  138. package/dist/vendor/twenty-shared/metadata/all-metadata-name.constant.d.ts.map +1 -0
  139. package/dist/vendor/twenty-shared/metadata/all-metadata-name.type.d.ts +4 -0
  140. package/dist/vendor/twenty-shared/metadata/all-metadata-name.type.d.ts.map +1 -0
  141. package/dist/vendor/twenty-shared/metadata/compute-metadata-name-from-label.util.d.ts +5 -0
  142. package/dist/vendor/twenty-shared/metadata/compute-metadata-name-from-label.util.d.ts.map +1 -0
  143. package/dist/vendor/twenty-shared/metadata/index.d.ts +9 -0
  144. package/dist/vendor/twenty-shared/metadata/index.d.ts.map +1 -0
  145. package/dist/vendor/twenty-shared/metadata/reserved-metadata-name-keywords.constant.d.ts +3 -0
  146. package/dist/vendor/twenty-shared/metadata/reserved-metadata-name-keywords.constant.d.ts.map +1 -0
  147. package/dist/vendor/twenty-shared/metadata/standard-object-ids.d.ts +51 -0
  148. package/dist/vendor/twenty-shared/metadata/standard-object-ids.d.ts.map +1 -0
  149. package/dist/vendor/twenty-shared/metadata.cjs +1 -0
  150. package/dist/vendor/twenty-shared/metadata.mjs +158 -0
  151. package/dist/vendor/twenty-shared/testing/EachTestingContextFilter.d.ts +4 -0
  152. package/dist/vendor/twenty-shared/testing/EachTestingContextFilter.d.ts.map +1 -0
  153. package/dist/vendor/twenty-shared/testing/index.d.ts +5 -0
  154. package/dist/vendor/twenty-shared/testing/index.d.ts.map +1 -0
  155. package/dist/vendor/twenty-shared/testing/types/EachTestingContext.type.d.ts +6 -0
  156. package/dist/vendor/twenty-shared/testing/types/EachTestingContext.type.d.ts.map +1 -0
  157. package/dist/vendor/twenty-shared/testing/types/SuccessfulAndFailingTestCases.d.ts +7 -0
  158. package/dist/vendor/twenty-shared/testing/types/SuccessfulAndFailingTestCases.d.ts.map +1 -0
  159. package/dist/vendor/twenty-shared/testing/types/TestingGenerics.type.d.ts +28 -0
  160. package/dist/vendor/twenty-shared/testing/types/TestingGenerics.type.d.ts.map +1 -0
  161. package/dist/vendor/twenty-shared/testing.cjs +2 -0
  162. package/dist/vendor/twenty-shared/testing.mjs +10 -0
  163. package/dist/vendor/twenty-shared/translations/constants/AppLocales.d.ts +34 -0
  164. package/dist/vendor/twenty-shared/translations/constants/AppLocales.d.ts.map +1 -0
  165. package/dist/vendor/twenty-shared/translations/constants/SourceLocale.d.ts +2 -0
  166. package/dist/vendor/twenty-shared/translations/constants/SourceLocale.d.ts.map +1 -0
  167. package/dist/vendor/twenty-shared/translations/index.d.ts +3 -0
  168. package/dist/vendor/twenty-shared/translations/index.d.ts.map +1 -0
  169. package/dist/vendor/twenty-shared/translations.cjs +1 -0
  170. package/dist/vendor/twenty-shared/translations.mjs +37 -0
  171. package/dist/vendor/twenty-shared/types/AddressFieldsType.d.ts +3 -0
  172. package/dist/vendor/twenty-shared/types/AddressFieldsType.d.ts.map +1 -0
  173. package/dist/vendor/twenty-shared/types/AppBasePath.d.ts +6 -0
  174. package/dist/vendor/twenty-shared/types/AppBasePath.d.ts.map +1 -0
  175. package/dist/vendor/twenty-shared/types/AppPath.d.ts +28 -0
  176. package/dist/vendor/twenty-shared/types/AppPath.d.ts.map +1 -0
  177. package/dist/vendor/twenty-shared/types/Arrayable.d.ts +4 -0
  178. package/dist/vendor/twenty-shared/types/Arrayable.d.ts.map +1 -0
  179. package/dist/vendor/twenty-shared/types/CompositeFieldSubFieldNameType.d.ts +4 -0
  180. package/dist/vendor/twenty-shared/types/CompositeFieldSubFieldNameType.d.ts.map +1 -0
  181. package/dist/vendor/twenty-shared/types/ConfigVariableValue.d.ts +2 -0
  182. package/dist/vendor/twenty-shared/types/ConfigVariableValue.d.ts.map +1 -0
  183. package/dist/vendor/twenty-shared/types/ConnectedAccountProvider.d.ts +6 -0
  184. package/dist/vendor/twenty-shared/types/ConnectedAccountProvider.d.ts.map +1 -0
  185. package/dist/vendor/twenty-shared/types/EnumFieldMetadataType.d.ts +4 -0
  186. package/dist/vendor/twenty-shared/types/EnumFieldMetadataType.d.ts.map +1 -0
  187. package/dist/vendor/twenty-shared/types/ExcludeFunctions.d.ts +2 -0
  188. package/dist/vendor/twenty-shared/types/ExcludeFunctions.d.ts.map +1 -0
  189. package/dist/vendor/twenty-shared/types/ExtractPropertiesThatEndsWithId.d.ts +4 -0
  190. package/dist/vendor/twenty-shared/types/ExtractPropertiesThatEndsWithId.d.ts.map +1 -0
  191. package/dist/vendor/twenty-shared/types/FieldMetadataDefaultValue.d.ts +125 -0
  192. package/dist/vendor/twenty-shared/types/FieldMetadataDefaultValue.d.ts.map +1 -0
  193. package/dist/vendor/twenty-shared/types/FieldMetadataMultiItemSettings.d.ts +9 -0
  194. package/dist/vendor/twenty-shared/types/FieldMetadataMultiItemSettings.d.ts.map +1 -0
  195. package/dist/vendor/twenty-shared/types/FieldMetadataOptions.d.ts +21 -0
  196. package/dist/vendor/twenty-shared/types/FieldMetadataOptions.d.ts.map +1 -0
  197. package/dist/vendor/twenty-shared/types/FieldMetadataSettings.d.ts +62 -0
  198. package/dist/vendor/twenty-shared/types/FieldMetadataSettings.d.ts.map +1 -0
  199. package/dist/vendor/twenty-shared/types/FieldMetadataType.d.ts +28 -0
  200. package/dist/vendor/twenty-shared/types/FieldMetadataType.d.ts.map +1 -0
  201. package/dist/vendor/twenty-shared/types/FieldRatingValue.d.ts +4 -0
  202. package/dist/vendor/twenty-shared/types/FieldRatingValue.d.ts.map +1 -0
  203. package/dist/vendor/twenty-shared/types/FilterableFieldType.d.ts +9 -0
  204. package/dist/vendor/twenty-shared/types/FilterableFieldType.d.ts.map +1 -0
  205. package/dist/vendor/twenty-shared/types/FirstDayOfTheWeek.d.ts +6 -0
  206. package/dist/vendor/twenty-shared/types/FirstDayOfTheWeek.d.ts.map +1 -0
  207. package/dist/vendor/twenty-shared/types/FromToType.d.ts +4 -0
  208. package/dist/vendor/twenty-shared/types/FromToType.d.ts.map +1 -0
  209. package/dist/vendor/twenty-shared/types/HttpMethod.d.ts +8 -0
  210. package/dist/vendor/twenty-shared/types/HttpMethod.d.ts.map +1 -0
  211. package/dist/vendor/twenty-shared/types/IsEmptyRecord.type.d.ts +2 -0
  212. package/dist/vendor/twenty-shared/types/IsEmptyRecord.type.d.ts.map +1 -0
  213. package/dist/vendor/twenty-shared/types/IsExactly.d.ts +2 -0
  214. package/dist/vendor/twenty-shared/types/IsExactly.d.ts.map +1 -0
  215. package/dist/vendor/twenty-shared/types/MessageParticipantRole.d.ts +7 -0
  216. package/dist/vendor/twenty-shared/types/MessageParticipantRole.d.ts.map +1 -0
  217. package/dist/vendor/twenty-shared/types/ModifiedProperties.d.ts +2 -0
  218. package/dist/vendor/twenty-shared/types/ModifiedProperties.d.ts.map +1 -0
  219. package/dist/vendor/twenty-shared/types/NonNullableRequired.d.ts +4 -0
  220. package/dist/vendor/twenty-shared/types/NonNullableRequired.d.ts.map +1 -0
  221. package/dist/vendor/twenty-shared/types/Nullable.d.ts +2 -0
  222. package/dist/vendor/twenty-shared/types/Nullable.d.ts.map +1 -0
  223. package/dist/vendor/twenty-shared/types/NullablePartial.d.ts +4 -0
  224. package/dist/vendor/twenty-shared/types/NullablePartial.d.ts.map +1 -0
  225. package/dist/vendor/twenty-shared/types/ObjectPermissions.d.ts +10 -0
  226. package/dist/vendor/twenty-shared/types/ObjectPermissions.d.ts.map +1 -0
  227. package/dist/vendor/twenty-shared/types/ObjectRecord.d.ts +8 -0
  228. package/dist/vendor/twenty-shared/types/ObjectRecord.d.ts.map +1 -0
  229. package/dist/vendor/twenty-shared/types/ObjectRecordGroupBy.d.ts +31 -0
  230. package/dist/vendor/twenty-shared/types/ObjectRecordGroupBy.d.ts.map +1 -0
  231. package/dist/vendor/twenty-shared/types/ObjectRecordGroupByDateGranularity.d.ts +12 -0
  232. package/dist/vendor/twenty-shared/types/ObjectRecordGroupByDateGranularity.d.ts.map +1 -0
  233. package/dist/vendor/twenty-shared/types/ObjectsPermissions.d.ts +6 -0
  234. package/dist/vendor/twenty-shared/types/ObjectsPermissions.d.ts.map +1 -0
  235. package/dist/vendor/twenty-shared/types/ObjectsPermissionsByRoleId.d.ts +6 -0
  236. package/dist/vendor/twenty-shared/types/ObjectsPermissionsByRoleId.d.ts.map +1 -0
  237. package/dist/vendor/twenty-shared/types/PartialFieldMetadataItem.d.ts +11 -0
  238. package/dist/vendor/twenty-shared/types/PartialFieldMetadataItem.d.ts.map +1 -0
  239. package/dist/vendor/twenty-shared/types/PartialFieldMetadataOption.d.ts +7 -0
  240. package/dist/vendor/twenty-shared/types/PartialFieldMetadataOption.d.ts.map +1 -0
  241. package/dist/vendor/twenty-shared/types/RecordFilterGroupLogicalOperator.d.ts +5 -0
  242. package/dist/vendor/twenty-shared/types/RecordFilterGroupLogicalOperator.d.ts.map +1 -0
  243. package/dist/vendor/twenty-shared/types/RecordFilterValueDependencies.d.ts +4 -0
  244. package/dist/vendor/twenty-shared/types/RecordFilterValueDependencies.d.ts.map +1 -0
  245. package/dist/vendor/twenty-shared/types/RecordGqlOperationFilter.d.ts +145 -0
  246. package/dist/vendor/twenty-shared/types/RecordGqlOperationFilter.d.ts.map +1 -0
  247. package/dist/vendor/twenty-shared/types/RelationAndMorphRelationFieldMetadataType.d.ts +4 -0
  248. package/dist/vendor/twenty-shared/types/RelationAndMorphRelationFieldMetadataType.d.ts.map +1 -0
  249. package/dist/vendor/twenty-shared/types/RelationCreationPayload.d.ts +9 -0
  250. package/dist/vendor/twenty-shared/types/RelationCreationPayload.d.ts.map +1 -0
  251. package/dist/vendor/twenty-shared/types/RelationOnDeleteAction.type.d.ts +7 -0
  252. package/dist/vendor/twenty-shared/types/RelationOnDeleteAction.type.d.ts.map +1 -0
  253. package/dist/vendor/twenty-shared/types/RelationType.d.ts +5 -0
  254. package/dist/vendor/twenty-shared/types/RelationType.d.ts.map +1 -0
  255. package/dist/vendor/twenty-shared/types/RelationUpdatePayload.d.ts +4 -0
  256. package/dist/vendor/twenty-shared/types/RelationUpdatePayload.d.ts.map +1 -0
  257. package/dist/vendor/twenty-shared/types/RestrictedFieldPermissions.d.ts +5 -0
  258. package/dist/vendor/twenty-shared/types/RestrictedFieldPermissions.d.ts.map +1 -0
  259. package/dist/vendor/twenty-shared/types/RestrictedFieldsPermissions.d.ts +4 -0
  260. package/dist/vendor/twenty-shared/types/RestrictedFieldsPermissions.d.ts.map +1 -0
  261. package/dist/vendor/twenty-shared/types/SettingsPath.d.ts +61 -0
  262. package/dist/vendor/twenty-shared/types/SettingsPath.d.ts.map +1 -0
  263. package/dist/vendor/twenty-shared/types/SourcesType.d.ts +4 -0
  264. package/dist/vendor/twenty-shared/types/SourcesType.d.ts.map +1 -0
  265. package/dist/vendor/twenty-shared/types/StepFilters.d.ts +38 -0
  266. package/dist/vendor/twenty-shared/types/StepFilters.d.ts.map +1 -0
  267. package/dist/vendor/twenty-shared/types/TwoFactorAuthenticationStrategy.d.ts +4 -0
  268. package/dist/vendor/twenty-shared/types/TwoFactorAuthenticationStrategy.d.ts.map +1 -0
  269. package/dist/vendor/twenty-shared/types/ViewFilterOperand.d.ts +19 -0
  270. package/dist/vendor/twenty-shared/types/ViewFilterOperand.d.ts.map +1 -0
  271. package/dist/vendor/twenty-shared/types/ViewFilterOperandDeprecated.d.ts +19 -0
  272. package/dist/vendor/twenty-shared/types/ViewFilterOperandDeprecated.d.ts.map +1 -0
  273. package/dist/vendor/twenty-shared/types/composite-types/actor.composite-type.d.ts +25 -0
  274. package/dist/vendor/twenty-shared/types/composite-types/actor.composite-type.d.ts.map +1 -0
  275. package/dist/vendor/twenty-shared/types/composite-types/address.composite-type.d.ts +14 -0
  276. package/dist/vendor/twenty-shared/types/composite-types/address.composite-type.d.ts.map +1 -0
  277. package/dist/vendor/twenty-shared/types/composite-types/composite-type-definitions.d.ts +5 -0
  278. package/dist/vendor/twenty-shared/types/composite-types/composite-type-definitions.d.ts.map +1 -0
  279. package/dist/vendor/twenty-shared/types/composite-types/composite-type.interface.d.ts +18 -0
  280. package/dist/vendor/twenty-shared/types/composite-types/composite-type.interface.d.ts.map +1 -0
  281. package/dist/vendor/twenty-shared/types/composite-types/currency.composite-type.d.ts +8 -0
  282. package/dist/vendor/twenty-shared/types/composite-types/currency.composite-type.d.ts.map +1 -0
  283. package/dist/vendor/twenty-shared/types/composite-types/emails.composite-type.d.ts +8 -0
  284. package/dist/vendor/twenty-shared/types/composite-types/emails.composite-type.d.ts.map +1 -0
  285. package/dist/vendor/twenty-shared/types/composite-types/full-name.composite-type.d.ts +8 -0
  286. package/dist/vendor/twenty-shared/types/composite-types/full-name.composite-type.d.ts.map +1 -0
  287. package/dist/vendor/twenty-shared/types/composite-types/links.composite-type.d.ts +17 -0
  288. package/dist/vendor/twenty-shared/types/composite-types/links.composite-type.d.ts.map +1 -0
  289. package/dist/vendor/twenty-shared/types/composite-types/phones.composite-type.d.ts +17 -0
  290. package/dist/vendor/twenty-shared/types/composite-types/phones.composite-type.d.ts.map +1 -0
  291. package/dist/vendor/twenty-shared/types/composite-types/rich-text-v2.composite-type.d.ts +10 -0
  292. package/dist/vendor/twenty-shared/types/composite-types/rich-text-v2.composite-type.d.ts.map +1 -0
  293. package/dist/vendor/twenty-shared/types/index.d.ts +79 -0
  294. package/dist/vendor/twenty-shared/types/index.d.ts.map +1 -0
  295. package/dist/vendor/twenty-shared/types/validators/is-valid-graphql-enum-name.validator.d.ts +4 -0
  296. package/dist/vendor/twenty-shared/types/validators/is-valid-graphql-enum-name.validator.d.ts.map +1 -0
  297. package/dist/vendor/twenty-shared/types.cjs +1 -0
  298. package/dist/vendor/twenty-shared/types.mjs +113 -0
  299. package/dist/vendor/twenty-shared/utils/applyDiff.d.ts +4 -0
  300. package/dist/vendor/twenty-shared/utils/applyDiff.d.ts.map +1 -0
  301. package/dist/vendor/twenty-shared/utils/array/filterOutByProperty.d.ts +2 -0
  302. package/dist/vendor/twenty-shared/utils/array/filterOutByProperty.d.ts.map +1 -0
  303. package/dist/vendor/twenty-shared/utils/array/findById.d.ts +4 -0
  304. package/dist/vendor/twenty-shared/utils/array/findById.d.ts.map +1 -0
  305. package/dist/vendor/twenty-shared/utils/array/findByProperty.d.ts +2 -0
  306. package/dist/vendor/twenty-shared/utils/array/findByProperty.d.ts.map +1 -0
  307. package/dist/vendor/twenty-shared/utils/array/findOrThrow.d.ts +2 -0
  308. package/dist/vendor/twenty-shared/utils/array/findOrThrow.d.ts.map +1 -0
  309. package/dist/vendor/twenty-shared/utils/array/getContiguousIncrementalValues.d.ts +2 -0
  310. package/dist/vendor/twenty-shared/utils/array/getContiguousIncrementalValues.d.ts.map +1 -0
  311. package/dist/vendor/twenty-shared/utils/array/isNonEmptyArray.d.ts +2 -0
  312. package/dist/vendor/twenty-shared/utils/array/isNonEmptyArray.d.ts.map +1 -0
  313. package/dist/vendor/twenty-shared/utils/array/mapById.d.ts +4 -0
  314. package/dist/vendor/twenty-shared/utils/array/mapById.d.ts.map +1 -0
  315. package/dist/vendor/twenty-shared/utils/array/mapByProperty.d.ts +4 -0
  316. package/dist/vendor/twenty-shared/utils/array/mapByProperty.d.ts.map +1 -0
  317. package/dist/vendor/twenty-shared/utils/array/sumByProperty.d.ts +2 -0
  318. package/dist/vendor/twenty-shared/utils/array/sumByProperty.d.ts.map +1 -0
  319. package/dist/vendor/twenty-shared/utils/array/upsertIntoArrayOfObjectComparingId.d.ts +4 -0
  320. package/dist/vendor/twenty-shared/utils/array/upsertIntoArrayOfObjectComparingId.d.ts.map +1 -0
  321. package/dist/vendor/twenty-shared/utils/assertUnreachable.d.ts +2 -0
  322. package/dist/vendor/twenty-shared/utils/assertUnreachable.d.ts.map +1 -0
  323. package/dist/vendor/twenty-shared/utils/compute-diff-between-objects.d.ts +25 -0
  324. package/dist/vendor/twenty-shared/utils/compute-diff-between-objects.d.ts.map +1 -0
  325. package/dist/vendor/twenty-shared/utils/deepMerge.d.ts +15 -0
  326. package/dist/vendor/twenty-shared/utils/deepMerge.d.ts.map +1 -0
  327. package/dist/vendor/twenty-shared/utils/errors/CustomError.d.ts +5 -0
  328. package/dist/vendor/twenty-shared/utils/errors/CustomError.d.ts.map +1 -0
  329. package/dist/vendor/twenty-shared/utils/errors/index.d.ts +2 -0
  330. package/dist/vendor/twenty-shared/utils/errors/index.d.ts.map +1 -0
  331. package/dist/vendor/twenty-shared/utils/extractAndSanitizeObjectStringFields.d.ts +2 -0
  332. package/dist/vendor/twenty-shared/utils/extractAndSanitizeObjectStringFields.d.ts.map +1 -0
  333. package/dist/vendor/twenty-shared/utils/fieldMetadata/compute-morph-relation-field-name.d.ts +13 -0
  334. package/dist/vendor/twenty-shared/utils/fieldMetadata/compute-morph-relation-field-name.d.ts.map +1 -0
  335. package/dist/vendor/twenty-shared/utils/fieldMetadata/index.d.ts +2 -0
  336. package/dist/vendor/twenty-shared/utils/fieldMetadata/index.d.ts.map +1 -0
  337. package/dist/vendor/twenty-shared/utils/fieldMetadata/isFieldMetadataDateKind.d.ts +4 -0
  338. package/dist/vendor/twenty-shared/utils/fieldMetadata/isFieldMetadataDateKind.d.ts.map +1 -0
  339. package/dist/vendor/twenty-shared/utils/filter/checkIfShouldComputeEmptinessFilter.d.ts +9 -0
  340. package/dist/vendor/twenty-shared/utils/filter/checkIfShouldComputeEmptinessFilter.d.ts.map +1 -0
  341. package/dist/vendor/twenty-shared/utils/filter/checkIfShouldSkipFiltering.d.ts +8 -0
  342. package/dist/vendor/twenty-shared/utils/filter/checkIfShouldSkipFiltering.d.ts.map +1 -0
  343. package/dist/vendor/twenty-shared/utils/filter/compute-record-gql-operation-filter/for-composite-field/computeGqlOperationFilterForEmails.d.ts +9 -0
  344. package/dist/vendor/twenty-shared/utils/filter/compute-record-gql-operation-filter/for-composite-field/computeGqlOperationFilterForEmails.d.ts.map +1 -0
  345. package/dist/vendor/twenty-shared/utils/filter/compute-record-gql-operation-filter/for-composite-field/computeGqlOperationFilterForLinks.d.ts +118 -0
  346. package/dist/vendor/twenty-shared/utils/filter/compute-record-gql-operation-filter/for-composite-field/computeGqlOperationFilterForLinks.d.ts.map +1 -0
  347. package/dist/vendor/twenty-shared/utils/filter/computeEmptyGqlOperationFilterForEmails.d.ts +8 -0
  348. package/dist/vendor/twenty-shared/utils/filter/computeEmptyGqlOperationFilterForEmails.d.ts.map +1 -0
  349. package/dist/vendor/twenty-shared/utils/filter/computeEmptyGqlOperationFilterForLinks.d.ts +8 -0
  350. package/dist/vendor/twenty-shared/utils/filter/computeEmptyGqlOperationFilterForLinks.d.ts.map +1 -0
  351. package/dist/vendor/twenty-shared/utils/filter/computeRecordGqlOperationFilter.d.ts +10 -0
  352. package/dist/vendor/twenty-shared/utils/filter/computeRecordGqlOperationFilter.d.ts.map +1 -0
  353. package/dist/vendor/twenty-shared/utils/filter/dates/utils/addUnitToDateTime.d.ts +4 -0
  354. package/dist/vendor/twenty-shared/utils/filter/dates/utils/addUnitToDateTime.d.ts.map +1 -0
  355. package/dist/vendor/twenty-shared/utils/filter/dates/utils/firstDayOfWeekSchema.d.ts +10 -0
  356. package/dist/vendor/twenty-shared/utils/filter/dates/utils/firstDayOfWeekSchema.d.ts.map +1 -0
  357. package/dist/vendor/twenty-shared/utils/filter/dates/utils/getDateFromPlainDate.d.ts +2 -0
  358. package/dist/vendor/twenty-shared/utils/filter/dates/utils/getDateFromPlainDate.d.ts.map +1 -0
  359. package/dist/vendor/twenty-shared/utils/filter/dates/utils/getEndUnitOfDateTime.d.ts +6 -0
  360. package/dist/vendor/twenty-shared/utils/filter/dates/utils/getEndUnitOfDateTime.d.ts.map +1 -0
  361. package/dist/vendor/twenty-shared/utils/filter/dates/utils/getFirstDayOfTheWeekAsANumberForDateFNS.d.ts +4 -0
  362. package/dist/vendor/twenty-shared/utils/filter/dates/utils/getFirstDayOfTheWeekAsANumberForDateFNS.d.ts.map +1 -0
  363. package/dist/vendor/twenty-shared/utils/filter/dates/utils/getPlainDateFromDate.d.ts +2 -0
  364. package/dist/vendor/twenty-shared/utils/filter/dates/utils/getPlainDateFromDate.d.ts.map +1 -0
  365. package/dist/vendor/twenty-shared/utils/filter/dates/utils/getStartUnitOfDateTime.d.ts +6 -0
  366. package/dist/vendor/twenty-shared/utils/filter/dates/utils/getStartUnitOfDateTime.d.ts.map +1 -0
  367. package/dist/vendor/twenty-shared/utils/filter/dates/utils/relativeDateFilterAmountSchema.d.ts +4 -0
  368. package/dist/vendor/twenty-shared/utils/filter/dates/utils/relativeDateFilterAmountSchema.d.ts.map +1 -0
  369. package/dist/vendor/twenty-shared/utils/filter/dates/utils/relativeDateFilterDirectionSchema.d.ts +9 -0
  370. package/dist/vendor/twenty-shared/utils/filter/dates/utils/relativeDateFilterDirectionSchema.d.ts.map +1 -0
  371. package/dist/vendor/twenty-shared/utils/filter/dates/utils/relativeDateFilterSchema.d.ts +24 -0
  372. package/dist/vendor/twenty-shared/utils/filter/dates/utils/relativeDateFilterSchema.d.ts.map +1 -0
  373. package/dist/vendor/twenty-shared/utils/filter/dates/utils/relativeDateFilterStringifiedSchema.d.ts +10 -0
  374. package/dist/vendor/twenty-shared/utils/filter/dates/utils/relativeDateFilterStringifiedSchema.d.ts.map +1 -0
  375. package/dist/vendor/twenty-shared/utils/filter/dates/utils/relativeDateFilterUnitSchema.d.ts +10 -0
  376. package/dist/vendor/twenty-shared/utils/filter/dates/utils/relativeDateFilterUnitSchema.d.ts.map +1 -0
  377. package/dist/vendor/twenty-shared/utils/filter/dates/utils/resolveDateFilter.d.ts +11 -0
  378. package/dist/vendor/twenty-shared/utils/filter/dates/utils/resolveDateFilter.d.ts.map +1 -0
  379. package/dist/vendor/twenty-shared/utils/filter/dates/utils/resolveDateTimeFilter.d.ts +11 -0
  380. package/dist/vendor/twenty-shared/utils/filter/dates/utils/resolveDateTimeFilter.d.ts.map +1 -0
  381. package/dist/vendor/twenty-shared/utils/filter/dates/utils/resolveRelativeDateFilter.d.ts +12 -0
  382. package/dist/vendor/twenty-shared/utils/filter/dates/utils/resolveRelativeDateFilter.d.ts.map +1 -0
  383. package/dist/vendor/twenty-shared/utils/filter/dates/utils/resolveRelativeDateFilterStringified.d.ts +10 -0
  384. package/dist/vendor/twenty-shared/utils/filter/dates/utils/resolveRelativeDateFilterStringified.d.ts.map +1 -0
  385. package/dist/vendor/twenty-shared/utils/filter/dates/utils/resolveRelativeDateTimeFilter.d.ts +12 -0
  386. package/dist/vendor/twenty-shared/utils/filter/dates/utils/resolveRelativeDateTimeFilter.d.ts.map +1 -0
  387. package/dist/vendor/twenty-shared/utils/filter/dates/utils/resolveRelativeDateTimeFilterStringified.d.ts +10 -0
  388. package/dist/vendor/twenty-shared/utils/filter/dates/utils/resolveRelativeDateTimeFilterStringified.d.ts.map +1 -0
  389. package/dist/vendor/twenty-shared/utils/filter/dates/utils/shiftPointInTimeFromTimezoneDifferenceInMinutesWithSystemTimezone.d.ts +2 -0
  390. package/dist/vendor/twenty-shared/utils/filter/dates/utils/shiftPointInTimeFromTimezoneDifferenceInMinutesWithSystemTimezone.d.ts.map +1 -0
  391. package/dist/vendor/twenty-shared/utils/filter/dates/utils/subUnitFromDateTime.d.ts +4 -0
  392. package/dist/vendor/twenty-shared/utils/filter/dates/utils/subUnitFromDateTime.d.ts.map +1 -0
  393. package/dist/vendor/twenty-shared/utils/filter/index.d.ts +21 -0
  394. package/dist/vendor/twenty-shared/utils/filter/index.d.ts.map +1 -0
  395. package/dist/vendor/twenty-shared/utils/filter/isEmptinessOperand.d.ts +4 -0
  396. package/dist/vendor/twenty-shared/utils/filter/isEmptinessOperand.d.ts.map +1 -0
  397. package/dist/vendor/twenty-shared/utils/filter/turnAnyFieldFilterIntoRecordGqlFilter.d.ts +9 -0
  398. package/dist/vendor/twenty-shared/utils/filter/turnAnyFieldFilterIntoRecordGqlFilter.d.ts.map +1 -0
  399. package/dist/vendor/twenty-shared/utils/filter/turnRecordFilterGroupIntoGqlOperationFilter.d.ts +24 -0
  400. package/dist/vendor/twenty-shared/utils/filter/turnRecordFilterGroupIntoGqlOperationFilter.d.ts.map +1 -0
  401. package/dist/vendor/twenty-shared/utils/filter/turnRecordFilterIntoGqlOperationFilter.d.ts +17 -0
  402. package/dist/vendor/twenty-shared/utils/filter/turnRecordFilterIntoGqlOperationFilter.d.ts.map +1 -0
  403. package/dist/vendor/twenty-shared/utils/filter/utils/combineFilters.d.ts +4 -0
  404. package/dist/vendor/twenty-shared/utils/filter/utils/combineFilters.d.ts.map +1 -0
  405. package/dist/vendor/twenty-shared/utils/filter/utils/computeTimezoneDifferenceInMinutes.d.ts +2 -0
  406. package/dist/vendor/twenty-shared/utils/filter/utils/computeTimezoneDifferenceInMinutes.d.ts.map +1 -0
  407. package/dist/vendor/twenty-shared/utils/filter/utils/convert-view-filter-operand-to-core-operand.util.d.ts +4 -0
  408. package/dist/vendor/twenty-shared/utils/filter/utils/convert-view-filter-operand-to-core-operand.util.d.ts.map +1 -0
  409. package/dist/vendor/twenty-shared/utils/filter/utils/convertViewFilterValueToString.d.ts +2 -0
  410. package/dist/vendor/twenty-shared/utils/filter/utils/convertViewFilterValueToString.d.ts.map +1 -0
  411. package/dist/vendor/twenty-shared/utils/filter/utils/createAnyFieldRecordFilterBaseProperties.d.ts +8 -0
  412. package/dist/vendor/twenty-shared/utils/filter/utils/createAnyFieldRecordFilterBaseProperties.d.ts.map +1 -0
  413. package/dist/vendor/twenty-shared/utils/filter/utils/fieldRatingConvertors.d.ts +6 -0
  414. package/dist/vendor/twenty-shared/utils/filter/utils/fieldRatingConvertors.d.ts.map +1 -0
  415. package/dist/vendor/twenty-shared/utils/filter/utils/filterSelectOptionsOfFieldMetadataItem.d.ts +9 -0
  416. package/dist/vendor/twenty-shared/utils/filter/utils/filterSelectOptionsOfFieldMetadataItem.d.ts.map +1 -0
  417. package/dist/vendor/twenty-shared/utils/filter/utils/generateILikeFiltersForCompositeFields.d.ts +24 -0
  418. package/dist/vendor/twenty-shared/utils/filter/utils/generateILikeFiltersForCompositeFields.d.ts.map +1 -0
  419. package/dist/vendor/twenty-shared/utils/filter/utils/getEmptyRecordGqlOperationFilter.d.ts +11 -0
  420. package/dist/vendor/twenty-shared/utils/filter/utils/getEmptyRecordGqlOperationFilter.d.ts.map +1 -0
  421. package/dist/vendor/twenty-shared/utils/filter/utils/getFilterTypeFromFieldType.d.ts +4 -0
  422. package/dist/vendor/twenty-shared/utils/filter/utils/getFilterTypeFromFieldType.d.ts.map +1 -0
  423. package/dist/vendor/twenty-shared/utils/filter/utils/isExpectedSubFieldName.d.ts +7 -0
  424. package/dist/vendor/twenty-shared/utils/filter/utils/isExpectedSubFieldName.d.ts.map +1 -0
  425. package/dist/vendor/twenty-shared/utils/filter/utils/validation-schemas/arrayOfStringsOrVariablesSchema.d.ts +4 -0
  426. package/dist/vendor/twenty-shared/utils/filter/utils/validation-schemas/arrayOfStringsOrVariablesSchema.d.ts.map +1 -0
  427. package/dist/vendor/twenty-shared/utils/filter/utils/validation-schemas/arrayOfUuidsOrVariablesSchema.d.ts +4 -0
  428. package/dist/vendor/twenty-shared/utils/filter/utils/validation-schemas/arrayOfUuidsOrVariablesSchema.d.ts.map +1 -0
  429. package/dist/vendor/twenty-shared/utils/filter/utils/validation-schemas/jsonRelationFilterValueSchema.d.ts +11 -0
  430. package/dist/vendor/twenty-shared/utils/filter/utils/validation-schemas/jsonRelationFilterValueSchema.d.ts.map +1 -0
  431. package/dist/vendor/twenty-shared/utils/from-array-to-unique-key-record.util.d.ts +7 -0
  432. package/dist/vendor/twenty-shared/utils/from-array-to-unique-key-record.util.d.ts.map +1 -0
  433. package/dist/vendor/twenty-shared/utils/fromArrayToValuesByKeyRecord.util.d.ts +7 -0
  434. package/dist/vendor/twenty-shared/utils/fromArrayToValuesByKeyRecord.util.d.ts.map +1 -0
  435. package/dist/vendor/twenty-shared/utils/getURLSafely.d.ts +2 -0
  436. package/dist/vendor/twenty-shared/utils/getURLSafely.d.ts.map +1 -0
  437. package/dist/vendor/twenty-shared/utils/image/getImageAbsoluteURI.d.ts +7 -0
  438. package/dist/vendor/twenty-shared/utils/image/getImageAbsoluteURI.d.ts.map +1 -0
  439. package/dist/vendor/twenty-shared/utils/image/getLogoUrlFromDomainName.d.ts +3 -0
  440. package/dist/vendor/twenty-shared/utils/image/getLogoUrlFromDomainName.d.ts.map +1 -0
  441. package/dist/vendor/twenty-shared/utils/image/index.d.ts +3 -0
  442. package/dist/vendor/twenty-shared/utils/image/index.d.ts.map +1 -0
  443. package/dist/vendor/twenty-shared/utils/index.d.ts +116 -0
  444. package/dist/vendor/twenty-shared/utils/index.d.ts.map +1 -0
  445. package/dist/vendor/twenty-shared/utils/indexMetadata/getUniqueConstraintsFields.d.ts +15 -0
  446. package/dist/vendor/twenty-shared/utils/indexMetadata/getUniqueConstraintsFields.d.ts.map +1 -0
  447. package/dist/vendor/twenty-shared/utils/indexMetadata/index.d.ts +2 -0
  448. package/dist/vendor/twenty-shared/utils/indexMetadata/index.d.ts.map +1 -0
  449. package/dist/vendor/twenty-shared/utils/json/fast-deep-equal.d.ts +2 -0
  450. package/dist/vendor/twenty-shared/utils/json/fast-deep-equal.d.ts.map +1 -0
  451. package/dist/vendor/twenty-shared/utils/navigation/getAppPath.d.ts +5 -0
  452. package/dist/vendor/twenty-shared/utils/navigation/getAppPath.d.ts.map +1 -0
  453. package/dist/vendor/twenty-shared/utils/navigation/getSettingsPath.d.ts +5 -0
  454. package/dist/vendor/twenty-shared/utils/navigation/getSettingsPath.d.ts.map +1 -0
  455. package/dist/vendor/twenty-shared/utils/parseJson.d.ts +2 -0
  456. package/dist/vendor/twenty-shared/utils/parseJson.d.ts.map +1 -0
  457. package/dist/vendor/twenty-shared/utils/removePropertiesFromRecord.d.ts +2 -0
  458. package/dist/vendor/twenty-shared/utils/removePropertiesFromRecord.d.ts.map +1 -0
  459. package/dist/vendor/twenty-shared/utils/removeUndefinedFields.d.ts +2 -0
  460. package/dist/vendor/twenty-shared/utils/removeUndefinedFields.d.ts.map +1 -0
  461. package/dist/vendor/twenty-shared/utils/safeParseRelativeDateFilterJSONStringified.d.ts +4 -0
  462. package/dist/vendor/twenty-shared/utils/safeParseRelativeDateFilterJSONStringified.d.ts.map +1 -0
  463. package/dist/vendor/twenty-shared/utils/sentry/getGenericOperationName.d.ts +2 -0
  464. package/dist/vendor/twenty-shared/utils/sentry/getGenericOperationName.d.ts.map +1 -0
  465. package/dist/vendor/twenty-shared/utils/sentry/getHumanReadableNameFromCode.d.ts +2 -0
  466. package/dist/vendor/twenty-shared/utils/sentry/getHumanReadableNameFromCode.d.ts.map +1 -0
  467. package/dist/vendor/twenty-shared/utils/strings/appendCopySuffix.d.ts +2 -0
  468. package/dist/vendor/twenty-shared/utils/strings/appendCopySuffix.d.ts.map +1 -0
  469. package/dist/vendor/twenty-shared/utils/strings/capitalize.d.ts +2 -0
  470. package/dist/vendor/twenty-shared/utils/strings/capitalize.d.ts.map +1 -0
  471. package/dist/vendor/twenty-shared/utils/strings/index.d.ts +3 -0
  472. package/dist/vendor/twenty-shared/utils/strings/index.d.ts.map +1 -0
  473. package/dist/vendor/twenty-shared/utils/strings/uncapitalize.d.ts +2 -0
  474. package/dist/vendor/twenty-shared/utils/strings/uncapitalize.d.ts.map +1 -0
  475. package/dist/vendor/twenty-shared/utils/tiptap/index.d.ts +2 -0
  476. package/dist/vendor/twenty-shared/utils/tiptap/index.d.ts.map +1 -0
  477. package/dist/vendor/twenty-shared/utils/tiptap/tiptap-marks.d.ts +31 -0
  478. package/dist/vendor/twenty-shared/utils/tiptap/tiptap-marks.d.ts.map +1 -0
  479. package/dist/vendor/twenty-shared/utils/trim-and-remove-duplicated-whitespaces-from-object-string-properties.d.ts +7 -0
  480. package/dist/vendor/twenty-shared/utils/trim-and-remove-duplicated-whitespaces-from-object-string-properties.d.ts.map +1 -0
  481. package/dist/vendor/twenty-shared/utils/trim-and-remove-duplicated-whitespaces-from-string.d.ts +2 -0
  482. package/dist/vendor/twenty-shared/utils/trim-and-remove-duplicated-whitespaces-from-string.d.ts.map +1 -0
  483. package/dist/vendor/twenty-shared/utils/typeguard/throwIfNotDefined.d.ts +2 -0
  484. package/dist/vendor/twenty-shared/utils/typeguard/throwIfNotDefined.d.ts.map +1 -0
  485. package/dist/vendor/twenty-shared/utils/url/absoluteUrlSchema.d.ts +4 -0
  486. package/dist/vendor/twenty-shared/utils/url/absoluteUrlSchema.d.ts.map +1 -0
  487. package/dist/vendor/twenty-shared/utils/url/buildSignedPath.d.ts +5 -0
  488. package/dist/vendor/twenty-shared/utils/url/buildSignedPath.d.ts.map +1 -0
  489. package/dist/vendor/twenty-shared/utils/url/getAbsoluteUrl.d.ts +2 -0
  490. package/dist/vendor/twenty-shared/utils/url/getAbsoluteUrl.d.ts.map +1 -0
  491. package/dist/vendor/twenty-shared/utils/url/getAbsoluteUrlOrThrow.d.ts +2 -0
  492. package/dist/vendor/twenty-shared/utils/url/getAbsoluteUrlOrThrow.d.ts.map +1 -0
  493. package/dist/vendor/twenty-shared/utils/url/getUrlHostnameOrThrow.d.ts +2 -0
  494. package/dist/vendor/twenty-shared/utils/url/getUrlHostnameOrThrow.d.ts.map +1 -0
  495. package/dist/vendor/twenty-shared/utils/url/index.d.ts +8 -0
  496. package/dist/vendor/twenty-shared/utils/url/index.d.ts.map +1 -0
  497. package/dist/vendor/twenty-shared/utils/url/isValidHostname.d.ts +5 -0
  498. package/dist/vendor/twenty-shared/utils/url/isValidHostname.d.ts.map +1 -0
  499. package/dist/vendor/twenty-shared/utils/url/isValidUrl.d.ts +2 -0
  500. package/dist/vendor/twenty-shared/utils/url/isValidUrl.d.ts.map +1 -0
  501. package/dist/vendor/twenty-shared/utils/url/lowercaseUrlOriginAndRemoveTrailingSlash.d.ts +2 -0
  502. package/dist/vendor/twenty-shared/utils/url/lowercaseUrlOriginAndRemoveTrailingSlash.d.ts.map +1 -0
  503. package/dist/vendor/twenty-shared/utils/url/safeDecodeURIComponent.d.ts +2 -0
  504. package/dist/vendor/twenty-shared/utils/url/safeDecodeURIComponent.d.ts.map +1 -0
  505. package/dist/vendor/twenty-shared/utils/uuidToBase36.d.ts +2 -0
  506. package/dist/vendor/twenty-shared/utils/uuidToBase36.d.ts.map +1 -0
  507. package/dist/vendor/twenty-shared/utils/validation/assertIsDefinedOrThrow.d.ts +2 -0
  508. package/dist/vendor/twenty-shared/utils/validation/assertIsDefinedOrThrow.d.ts.map +1 -0
  509. package/dist/vendor/twenty-shared/utils/validation/index.d.ts +6 -0
  510. package/dist/vendor/twenty-shared/utils/validation/index.d.ts.map +1 -0
  511. package/dist/vendor/twenty-shared/utils/validation/isDefined.d.ts +2 -0
  512. package/dist/vendor/twenty-shared/utils/validation/isDefined.d.ts.map +1 -0
  513. package/dist/vendor/twenty-shared/utils/validation/isEmptyObject.d.ts +2 -0
  514. package/dist/vendor/twenty-shared/utils/validation/isEmptyObject.d.ts.map +1 -0
  515. package/dist/vendor/twenty-shared/utils/validation/isLabelIdentifierFieldMetadataTypes.d.ts +5 -0
  516. package/dist/vendor/twenty-shared/utils/validation/isLabelIdentifierFieldMetadataTypes.d.ts.map +1 -0
  517. package/dist/vendor/twenty-shared/utils/validation/isValidLocale.d.ts +4 -0
  518. package/dist/vendor/twenty-shared/utils/validation/isValidLocale.d.ts.map +1 -0
  519. package/dist/vendor/twenty-shared/utils/validation/isValidUuid.d.ts +2 -0
  520. package/dist/vendor/twenty-shared/utils/validation/isValidUuid.d.ts.map +1 -0
  521. package/dist/vendor/twenty-shared/utils/validation/isValidVariable.d.ts +2 -0
  522. package/dist/vendor/twenty-shared/utils/validation/isValidVariable.d.ts.map +1 -0
  523. package/dist/vendor/twenty-shared/utils/validation/normalizeLocale.d.ts +7 -0
  524. package/dist/vendor/twenty-shared/utils/validation/normalizeLocale.d.ts.map +1 -0
  525. package/dist/vendor/twenty-shared/utils/validation/phones-value/getCountryCodesForCallingCode.d.ts +2 -0
  526. package/dist/vendor/twenty-shared/utils/validation/phones-value/getCountryCodesForCallingCode.d.ts.map +1 -0
  527. package/dist/vendor/twenty-shared/utils/validation/phones-value/index.d.ts +2 -0
  528. package/dist/vendor/twenty-shared/utils/validation/phones-value/index.d.ts.map +1 -0
  529. package/dist/vendor/twenty-shared/utils/validation/phones-value/isValidCountryCode.d.ts +4 -0
  530. package/dist/vendor/twenty-shared/utils/validation/phones-value/isValidCountryCode.d.ts.map +1 -0
  531. package/dist/vendor/twenty-shared/utils/variable-resolver.d.ts +2 -0
  532. package/dist/vendor/twenty-shared/utils/variable-resolver.d.ts.map +1 -0
  533. package/dist/vendor/twenty-shared/utils.cjs +2 -0
  534. package/dist/vendor/twenty-shared/utils.mjs +2640 -0
  535. package/dist/vendor/twenty-shared/workflow/constants/CaptureAllVariableTagInnerRegex.d.ts +2 -0
  536. package/dist/vendor/twenty-shared/workflow/constants/CaptureAllVariableTagInnerRegex.d.ts.map +1 -0
  537. package/dist/vendor/twenty-shared/workflow/constants/ContentTypeValuesHttpRequest.d.ts +4 -0
  538. package/dist/vendor/twenty-shared/workflow/constants/ContentTypeValuesHttpRequest.d.ts.map +1 -0
  539. package/dist/vendor/twenty-shared/workflow/constants/TriggerStepId.d.ts +2 -0
  540. package/dist/vendor/twenty-shared/workflow/constants/TriggerStepId.d.ts.map +1 -0
  541. package/dist/vendor/twenty-shared/workflow/index.d.ts +61 -0
  542. package/dist/vendor/twenty-shared/workflow/index.d.ts.map +1 -0
  543. package/dist/vendor/twenty-shared/workflow/schemas/ai-agent-action-schema.d.ts +29 -0
  544. package/dist/vendor/twenty-shared/workflow/schemas/ai-agent-action-schema.d.ts.map +1 -0
  545. package/dist/vendor/twenty-shared/workflow/schemas/ai-agent-action-settings-schema.d.ts +18 -0
  546. package/dist/vendor/twenty-shared/workflow/schemas/ai-agent-action-settings-schema.d.ts.map +1 -0
  547. package/dist/vendor/twenty-shared/workflow/schemas/base-trigger-schema.d.ts +17 -0
  548. package/dist/vendor/twenty-shared/workflow/schemas/base-trigger-schema.d.ts.map +1 -0
  549. package/dist/vendor/twenty-shared/workflow/schemas/base-workflow-action-schema.d.ts +13 -0
  550. package/dist/vendor/twenty-shared/workflow/schemas/base-workflow-action-schema.d.ts.map +1 -0
  551. package/dist/vendor/twenty-shared/workflow/schemas/base-workflow-action-settings-schema.d.ts +15 -0
  552. package/dist/vendor/twenty-shared/workflow/schemas/base-workflow-action-settings-schema.d.ts.map +1 -0
  553. package/dist/vendor/twenty-shared/workflow/schemas/code-action-schema.d.ts +30 -0
  554. package/dist/vendor/twenty-shared/workflow/schemas/code-action-schema.d.ts.map +1 -0
  555. package/dist/vendor/twenty-shared/workflow/schemas/code-action-settings-schema.d.ts +19 -0
  556. package/dist/vendor/twenty-shared/workflow/schemas/code-action-settings-schema.d.ts.map +1 -0
  557. package/dist/vendor/twenty-shared/workflow/schemas/create-record-action-schema.d.ts +29 -0
  558. package/dist/vendor/twenty-shared/workflow/schemas/create-record-action-schema.d.ts.map +1 -0
  559. package/dist/vendor/twenty-shared/workflow/schemas/create-record-action-settings-schema.d.ts +18 -0
  560. package/dist/vendor/twenty-shared/workflow/schemas/create-record-action-settings-schema.d.ts.map +1 -0
  561. package/dist/vendor/twenty-shared/workflow/schemas/cron-trigger-schema.d.ts +38 -0
  562. package/dist/vendor/twenty-shared/workflow/schemas/cron-trigger-schema.d.ts.map +1 -0
  563. package/dist/vendor/twenty-shared/workflow/schemas/database-event-trigger-schema.d.ts +19 -0
  564. package/dist/vendor/twenty-shared/workflow/schemas/database-event-trigger-schema.d.ts.map +1 -0
  565. package/dist/vendor/twenty-shared/workflow/schemas/delete-record-action-schema.d.ts +29 -0
  566. package/dist/vendor/twenty-shared/workflow/schemas/delete-record-action-schema.d.ts.map +1 -0
  567. package/dist/vendor/twenty-shared/workflow/schemas/delete-record-action-settings-schema.d.ts +18 -0
  568. package/dist/vendor/twenty-shared/workflow/schemas/delete-record-action-settings-schema.d.ts.map +1 -0
  569. package/dist/vendor/twenty-shared/workflow/schemas/empty-action-schema.d.ts +26 -0
  570. package/dist/vendor/twenty-shared/workflow/schemas/empty-action-schema.d.ts.map +1 -0
  571. package/dist/vendor/twenty-shared/workflow/schemas/empty-action-settings-schema.d.ts +15 -0
  572. package/dist/vendor/twenty-shared/workflow/schemas/empty-action-settings-schema.d.ts.map +1 -0
  573. package/dist/vendor/twenty-shared/workflow/schemas/filter-action-schema.d.ts +44 -0
  574. package/dist/vendor/twenty-shared/workflow/schemas/filter-action-schema.d.ts.map +1 -0
  575. package/dist/vendor/twenty-shared/workflow/schemas/filter-action-settings-schema.d.ts +36 -0
  576. package/dist/vendor/twenty-shared/workflow/schemas/filter-action-settings-schema.d.ts.map +1 -0
  577. package/dist/vendor/twenty-shared/workflow/schemas/find-records-action-schema.d.ts +38 -0
  578. package/dist/vendor/twenty-shared/workflow/schemas/find-records-action-schema.d.ts.map +1 -0
  579. package/dist/vendor/twenty-shared/workflow/schemas/find-records-action-settings-schema.d.ts +27 -0
  580. package/dist/vendor/twenty-shared/workflow/schemas/find-records-action-settings-schema.d.ts.map +1 -0
  581. package/dist/vendor/twenty-shared/workflow/schemas/form-action-schema.d.ts +34 -0
  582. package/dist/vendor/twenty-shared/workflow/schemas/form-action-schema.d.ts.map +1 -0
  583. package/dist/vendor/twenty-shared/workflow/schemas/form-action-settings-schema.d.ts +24 -0
  584. package/dist/vendor/twenty-shared/workflow/schemas/form-action-settings-schema.d.ts.map +1 -0
  585. package/dist/vendor/twenty-shared/workflow/schemas/http-request-action-schema.d.ts +37 -0
  586. package/dist/vendor/twenty-shared/workflow/schemas/http-request-action-schema.d.ts.map +1 -0
  587. package/dist/vendor/twenty-shared/workflow/schemas/http-request-action-settings-schema.d.ts +26 -0
  588. package/dist/vendor/twenty-shared/workflow/schemas/http-request-action-settings-schema.d.ts.map +1 -0
  589. package/dist/vendor/twenty-shared/workflow/schemas/iterator-action-schema.d.ts +29 -0
  590. package/dist/vendor/twenty-shared/workflow/schemas/iterator-action-schema.d.ts.map +1 -0
  591. package/dist/vendor/twenty-shared/workflow/schemas/iterator-action-settings-schema.d.ts +18 -0
  592. package/dist/vendor/twenty-shared/workflow/schemas/iterator-action-settings-schema.d.ts.map +1 -0
  593. package/dist/vendor/twenty-shared/workflow/schemas/manual-trigger-schema.d.ts +28 -0
  594. package/dist/vendor/twenty-shared/workflow/schemas/manual-trigger-schema.d.ts.map +1 -0
  595. package/dist/vendor/twenty-shared/workflow/schemas/object-record-schema.d.ts +4 -0
  596. package/dist/vendor/twenty-shared/workflow/schemas/object-record-schema.d.ts.map +1 -0
  597. package/dist/vendor/twenty-shared/workflow/schemas/send-email-action-schema.d.ts +38 -0
  598. package/dist/vendor/twenty-shared/workflow/schemas/send-email-action-schema.d.ts.map +1 -0
  599. package/dist/vendor/twenty-shared/workflow/schemas/send-email-action-settings-schema.d.ts +27 -0
  600. package/dist/vendor/twenty-shared/workflow/schemas/send-email-action-settings-schema.d.ts.map +1 -0
  601. package/dist/vendor/twenty-shared/workflow/schemas/update-record-action-schema.d.ts +31 -0
  602. package/dist/vendor/twenty-shared/workflow/schemas/update-record-action-schema.d.ts.map +1 -0
  603. package/dist/vendor/twenty-shared/workflow/schemas/update-record-action-settings-schema.d.ts +20 -0
  604. package/dist/vendor/twenty-shared/workflow/schemas/update-record-action-settings-schema.d.ts.map +1 -0
  605. package/dist/vendor/twenty-shared/workflow/schemas/upsert-record-action-schema.d.ts +29 -0
  606. package/dist/vendor/twenty-shared/workflow/schemas/upsert-record-action-schema.d.ts.map +1 -0
  607. package/dist/vendor/twenty-shared/workflow/schemas/upsert-record-action-settings-schema.d.ts +18 -0
  608. package/dist/vendor/twenty-shared/workflow/schemas/upsert-record-action-settings-schema.d.ts.map +1 -0
  609. package/dist/vendor/twenty-shared/workflow/schemas/webhook-trigger-schema.d.ts +22 -0
  610. package/dist/vendor/twenty-shared/workflow/schemas/webhook-trigger-schema.d.ts.map +1 -0
  611. package/dist/vendor/twenty-shared/workflow/schemas/workflow-action-schema.d.ts +409 -0
  612. package/dist/vendor/twenty-shared/workflow/schemas/workflow-action-schema.d.ts.map +1 -0
  613. package/dist/vendor/twenty-shared/workflow/schemas/workflow-delay-action-schema.d.ts +38 -0
  614. package/dist/vendor/twenty-shared/workflow/schemas/workflow-delay-action-schema.d.ts.map +1 -0
  615. package/dist/vendor/twenty-shared/workflow/schemas/workflow-delay-action-settings-schema.d.ts +27 -0
  616. package/dist/vendor/twenty-shared/workflow/schemas/workflow-delay-action-settings-schema.d.ts.map +1 -0
  617. package/dist/vendor/twenty-shared/workflow/schemas/workflow-file-action-schema.d.ts +10 -0
  618. package/dist/vendor/twenty-shared/workflow/schemas/workflow-file-action-schema.d.ts.map +1 -0
  619. package/dist/vendor/twenty-shared/workflow/schemas/workflow-run-schema.d.ts +535 -0
  620. package/dist/vendor/twenty-shared/workflow/schemas/workflow-run-schema.d.ts.map +1 -0
  621. package/dist/vendor/twenty-shared/workflow/schemas/workflow-run-state-schema.d.ts +516 -0
  622. package/dist/vendor/twenty-shared/workflow/schemas/workflow-run-state-schema.d.ts.map +1 -0
  623. package/dist/vendor/twenty-shared/workflow/schemas/workflow-run-state-step-info-schema.d.ts +13 -0
  624. package/dist/vendor/twenty-shared/workflow/schemas/workflow-run-state-step-info-schema.d.ts.map +1 -0
  625. package/dist/vendor/twenty-shared/workflow/schemas/workflow-run-state-step-infos-schema.d.ts +13 -0
  626. package/dist/vendor/twenty-shared/workflow/schemas/workflow-run-state-step-infos-schema.d.ts.map +1 -0
  627. package/dist/vendor/twenty-shared/workflow/schemas/workflow-run-status-schema.d.ts +12 -0
  628. package/dist/vendor/twenty-shared/workflow/schemas/workflow-run-status-schema.d.ts.map +1 -0
  629. package/dist/vendor/twenty-shared/workflow/schemas/workflow-run-step-status-schema.d.ts +5 -0
  630. package/dist/vendor/twenty-shared/workflow/schemas/workflow-run-step-status-schema.d.ts.map +1 -0
  631. package/dist/vendor/twenty-shared/workflow/schemas/workflow-trigger-schema.d.ts +95 -0
  632. package/dist/vendor/twenty-shared/workflow/schemas/workflow-trigger-schema.d.ts.map +1 -0
  633. package/dist/vendor/twenty-shared/workflow/types/WorkflowRunStateStepInfos.d.ts +16 -0
  634. package/dist/vendor/twenty-shared/workflow/types/WorkflowRunStateStepInfos.d.ts.map +1 -0
  635. package/dist/vendor/twenty-shared/workflow/types/workflowHttpRequestStep.d.ts +2 -0
  636. package/dist/vendor/twenty-shared/workflow/types/workflowHttpRequestStep.d.ts.map +1 -0
  637. package/dist/vendor/twenty-shared/workflow/utils/canObjectBeManagedByWorkflow.d.ts +5 -0
  638. package/dist/vendor/twenty-shared/workflow/utils/canObjectBeManagedByWorkflow.d.ts.map +1 -0
  639. package/dist/vendor/twenty-shared/workflow/utils/extractRawVariableNameParts.d.ts +5 -0
  640. package/dist/vendor/twenty-shared/workflow/utils/extractRawVariableNameParts.d.ts.map +1 -0
  641. package/dist/vendor/twenty-shared/workflow/utils/getWorkflowRunContext.d.ts +4 -0
  642. package/dist/vendor/twenty-shared/workflow/utils/getWorkflowRunContext.d.ts.map +1 -0
  643. package/dist/vendor/twenty-shared/workflow/utils/parseBooleanFromStringValue.d.ts +2 -0
  644. package/dist/vendor/twenty-shared/workflow/utils/parseBooleanFromStringValue.d.ts.map +1 -0
  645. package/dist/vendor/twenty-shared/workflow/utils/parseDataFromContentType.d.ts +4 -0
  646. package/dist/vendor/twenty-shared/workflow/utils/parseDataFromContentType.d.ts.map +1 -0
  647. package/dist/vendor/twenty-shared/workflow/workflow-schema/index.d.ts +4 -0
  648. package/dist/vendor/twenty-shared/workflow/workflow-schema/index.d.ts.map +1 -0
  649. package/dist/vendor/twenty-shared/workflow/workflow-schema/types/base-output-schema.type.d.ts +18 -0
  650. package/dist/vendor/twenty-shared/workflow/workflow-schema/types/base-output-schema.type.d.ts.map +1 -0
  651. package/dist/vendor/twenty-shared/workflow/workflow-schema/utils/buildOutputSchemaFromValue.d.ts +4 -0
  652. package/dist/vendor/twenty-shared/workflow/workflow-schema/utils/buildOutputSchemaFromValue.d.ts.map +1 -0
  653. package/dist/vendor/twenty-shared/workflow/workflow-schema/utils/navigateOutputSchemaProperty.d.ts +7 -0
  654. package/dist/vendor/twenty-shared/workflow/workflow-schema/utils/navigateOutputSchemaProperty.d.ts.map +1 -0
  655. package/dist/vendor/twenty-shared/workflow/workflow-trigger/types/workflow-trigger.type.d.ts +13 -0
  656. package/dist/vendor/twenty-shared/workflow/workflow-trigger/types/workflow-trigger.type.d.ts.map +1 -0
  657. package/dist/vendor/twenty-shared/workflow.cjs +5 -0
  658. package/dist/vendor/twenty-shared/workflow.mjs +566 -0
  659. package/dist/vendor/twenty-shared/workspace/index.d.ts +3 -0
  660. package/dist/vendor/twenty-shared/workspace/index.d.ts.map +1 -0
  661. package/dist/vendor/twenty-shared/workspace/types/WorkspaceActivationStatus.d.ts +8 -0
  662. package/dist/vendor/twenty-shared/workspace/types/WorkspaceActivationStatus.d.ts.map +1 -0
  663. package/dist/vendor/twenty-shared/workspace/types/index.d.ts +2 -0
  664. package/dist/vendor/twenty-shared/workspace/types/index.d.ts.map +1 -0
  665. package/dist/vendor/twenty-shared/workspace/utils/index.d.ts +2 -0
  666. package/dist/vendor/twenty-shared/workspace/utils/index.d.ts.map +1 -0
  667. package/dist/vendor/twenty-shared/workspace/utils/isWorkspaceActiveOrSuspended.d.ts +6 -0
  668. package/dist/vendor/twenty-shared/workspace/utils/isWorkspaceActiveOrSuspended.d.ts.map +1 -0
  669. package/dist/vendor/twenty-shared/workspace.cjs +1 -0
  670. package/dist/vendor/twenty-shared/workspace.mjs +6 -0
  671. package/package.json +1 -1
@@ -0,0 +1,516 @@
1
+ import { z } from 'zod';
2
+
3
+ export declare const workflowRunStateSchema: z.ZodObject<{
4
+ flow: z.ZodObject<{
5
+ trigger: z.ZodDiscriminatedUnion<[z.ZodObject<{
6
+ name: z.ZodOptional<z.ZodString>;
7
+ position: z.ZodNullable<z.ZodOptional<z.ZodObject<{
8
+ x: z.ZodNumber;
9
+ y: z.ZodNumber;
10
+ }, z.core.$strip>>>;
11
+ nextStepIds: z.ZodNullable<z.ZodOptional<z.ZodArray<z.ZodString>>>;
12
+ type: z.ZodLiteral<"DATABASE_EVENT">;
13
+ settings: z.ZodObject<{
14
+ eventName: z.ZodString;
15
+ input: z.ZodOptional<z.ZodObject<{}, z.core.$loose>>;
16
+ outputSchema: z.ZodObject<{}, z.core.$loose>;
17
+ objectType: z.ZodOptional<z.ZodString>;
18
+ fields: z.ZodNullable<z.ZodOptional<z.ZodArray<z.ZodString>>>;
19
+ }, z.core.$strip>;
20
+ }, z.core.$strip>, z.ZodObject<{
21
+ name: z.ZodOptional<z.ZodString>;
22
+ position: z.ZodNullable<z.ZodOptional<z.ZodObject<{
23
+ x: z.ZodNumber;
24
+ y: z.ZodNumber;
25
+ }, z.core.$strip>>>;
26
+ nextStepIds: z.ZodNullable<z.ZodOptional<z.ZodArray<z.ZodString>>>;
27
+ type: z.ZodLiteral<"MANUAL">;
28
+ settings: z.ZodObject<{
29
+ objectType: z.ZodOptional<z.ZodString>;
30
+ outputSchema: z.ZodObject<{}, z.core.$loose>;
31
+ icon: z.ZodOptional<z.ZodString>;
32
+ isPinned: z.ZodOptional<z.ZodBoolean>;
33
+ availability: z.ZodNullable<z.ZodOptional<z.ZodDiscriminatedUnion<[z.ZodObject<{
34
+ type: z.ZodLiteral<"GLOBAL">;
35
+ locations: z.ZodOptional<z.ZodArray<z.ZodString>>;
36
+ }, z.core.$strip>, z.ZodObject<{
37
+ type: z.ZodLiteral<"SINGLE_RECORD">;
38
+ objectNameSingular: z.ZodString;
39
+ }, z.core.$strip>, z.ZodObject<{
40
+ type: z.ZodLiteral<"BULK_RECORDS">;
41
+ objectNameSingular: z.ZodString;
42
+ }, z.core.$strip>], "type">>>;
43
+ }, z.core.$strip>;
44
+ }, z.core.$strip>, z.ZodObject<{
45
+ name: z.ZodOptional<z.ZodString>;
46
+ position: z.ZodNullable<z.ZodOptional<z.ZodObject<{
47
+ x: z.ZodNumber;
48
+ y: z.ZodNumber;
49
+ }, z.core.$strip>>>;
50
+ nextStepIds: z.ZodNullable<z.ZodOptional<z.ZodArray<z.ZodString>>>;
51
+ type: z.ZodLiteral<"CRON">;
52
+ settings: z.ZodDiscriminatedUnion<[z.ZodObject<{
53
+ type: z.ZodLiteral<"DAYS">;
54
+ schedule: z.ZodObject<{
55
+ day: z.ZodNumber;
56
+ hour: z.ZodNumber;
57
+ minute: z.ZodNumber;
58
+ }, z.core.$strip>;
59
+ outputSchema: z.ZodObject<{}, z.core.$loose>;
60
+ }, z.core.$strip>, z.ZodObject<{
61
+ type: z.ZodLiteral<"HOURS">;
62
+ schedule: z.ZodObject<{
63
+ hour: z.ZodNumber;
64
+ minute: z.ZodNumber;
65
+ }, z.core.$strip>;
66
+ outputSchema: z.ZodObject<{}, z.core.$loose>;
67
+ }, z.core.$strip>, z.ZodObject<{
68
+ type: z.ZodLiteral<"MINUTES">;
69
+ schedule: z.ZodObject<{
70
+ minute: z.ZodNumber;
71
+ }, z.core.$strip>;
72
+ outputSchema: z.ZodObject<{}, z.core.$loose>;
73
+ }, z.core.$strip>, z.ZodObject<{
74
+ type: z.ZodLiteral<"CUSTOM">;
75
+ pattern: z.ZodString;
76
+ outputSchema: z.ZodObject<{}, z.core.$loose>;
77
+ }, z.core.$strip>], "type">;
78
+ }, z.core.$strip>, z.ZodObject<{
79
+ name: z.ZodOptional<z.ZodString>;
80
+ position: z.ZodNullable<z.ZodOptional<z.ZodObject<{
81
+ x: z.ZodNumber;
82
+ y: z.ZodNumber;
83
+ }, z.core.$strip>>>;
84
+ nextStepIds: z.ZodNullable<z.ZodOptional<z.ZodArray<z.ZodString>>>;
85
+ type: z.ZodLiteral<"WEBHOOK">;
86
+ settings: z.ZodDiscriminatedUnion<[z.ZodObject<{
87
+ outputSchema: z.ZodObject<{}, z.core.$loose>;
88
+ httpMethod: z.ZodLiteral<"GET">;
89
+ authentication: z.ZodNullable<z.ZodLiteral<"API_KEY">>;
90
+ }, z.core.$strip>, z.ZodObject<{
91
+ outputSchema: z.ZodObject<{}, z.core.$loose>;
92
+ httpMethod: z.ZodLiteral<"POST">;
93
+ expectedBody: z.ZodObject<{}, z.core.$loose>;
94
+ authentication: z.ZodNullable<z.ZodLiteral<"API_KEY">>;
95
+ }, z.core.$strip>], "httpMethod">;
96
+ }, z.core.$strip>], "type">;
97
+ steps: z.ZodArray<z.ZodDiscriminatedUnion<[z.ZodObject<{
98
+ id: z.ZodString;
99
+ name: z.ZodString;
100
+ valid: z.ZodBoolean;
101
+ nextStepIds: z.ZodNullable<z.ZodOptional<z.ZodArray<z.ZodString>>>;
102
+ position: z.ZodNullable<z.ZodOptional<z.ZodObject<{
103
+ x: z.ZodNumber;
104
+ y: z.ZodNumber;
105
+ }, z.core.$strip>>>;
106
+ type: z.ZodLiteral<"CODE">;
107
+ settings: z.ZodObject<{
108
+ outputSchema: z.ZodObject<{}, z.core.$loose>;
109
+ errorHandlingOptions: z.ZodObject<{
110
+ retryOnFailure: z.ZodObject<{
111
+ value: z.ZodBoolean;
112
+ }, z.core.$strip>;
113
+ continueOnFailure: z.ZodObject<{
114
+ value: z.ZodBoolean;
115
+ }, z.core.$strip>;
116
+ }, z.core.$strip>;
117
+ input: z.ZodObject<{
118
+ serverlessFunctionId: z.ZodString;
119
+ serverlessFunctionVersion: z.ZodString;
120
+ serverlessFunctionInput: z.ZodRecord<z.ZodString, z.ZodAny>;
121
+ }, z.core.$strip>;
122
+ }, z.core.$strip>;
123
+ }, z.core.$strip>, z.ZodObject<{
124
+ id: z.ZodString;
125
+ name: z.ZodString;
126
+ valid: z.ZodBoolean;
127
+ nextStepIds: z.ZodNullable<z.ZodOptional<z.ZodArray<z.ZodString>>>;
128
+ position: z.ZodNullable<z.ZodOptional<z.ZodObject<{
129
+ x: z.ZodNumber;
130
+ y: z.ZodNumber;
131
+ }, z.core.$strip>>>;
132
+ type: z.ZodLiteral<"SEND_EMAIL">;
133
+ settings: z.ZodObject<{
134
+ outputSchema: z.ZodObject<{}, z.core.$loose>;
135
+ errorHandlingOptions: z.ZodObject<{
136
+ retryOnFailure: z.ZodObject<{
137
+ value: z.ZodBoolean;
138
+ }, z.core.$strip>;
139
+ continueOnFailure: z.ZodObject<{
140
+ value: z.ZodBoolean;
141
+ }, z.core.$strip>;
142
+ }, z.core.$strip>;
143
+ input: z.ZodObject<{
144
+ connectedAccountId: z.ZodString;
145
+ email: z.ZodString;
146
+ subject: z.ZodOptional<z.ZodString>;
147
+ body: z.ZodOptional<z.ZodString>;
148
+ files: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodObject<{
149
+ id: z.ZodString;
150
+ name: z.ZodString;
151
+ size: z.ZodNumber;
152
+ type: z.ZodString;
153
+ createdAt: z.ZodString;
154
+ }, z.core.$strip>>>>;
155
+ }, z.core.$strip>;
156
+ }, z.core.$strip>;
157
+ }, z.core.$strip>, z.ZodObject<{
158
+ id: z.ZodString;
159
+ name: z.ZodString;
160
+ valid: z.ZodBoolean;
161
+ nextStepIds: z.ZodNullable<z.ZodOptional<z.ZodArray<z.ZodString>>>;
162
+ position: z.ZodNullable<z.ZodOptional<z.ZodObject<{
163
+ x: z.ZodNumber;
164
+ y: z.ZodNumber;
165
+ }, z.core.$strip>>>;
166
+ type: z.ZodLiteral<"CREATE_RECORD">;
167
+ settings: z.ZodObject<{
168
+ outputSchema: z.ZodObject<{}, z.core.$loose>;
169
+ errorHandlingOptions: z.ZodObject<{
170
+ retryOnFailure: z.ZodObject<{
171
+ value: z.ZodBoolean;
172
+ }, z.core.$strip>;
173
+ continueOnFailure: z.ZodObject<{
174
+ value: z.ZodBoolean;
175
+ }, z.core.$strip>;
176
+ }, z.core.$strip>;
177
+ input: z.ZodObject<{
178
+ objectName: z.ZodString;
179
+ objectRecord: z.ZodRecord<z.ZodString, z.ZodAny>;
180
+ }, z.core.$strip>;
181
+ }, z.core.$strip>;
182
+ }, z.core.$strip>, z.ZodObject<{
183
+ id: z.ZodString;
184
+ name: z.ZodString;
185
+ valid: z.ZodBoolean;
186
+ nextStepIds: z.ZodNullable<z.ZodOptional<z.ZodArray<z.ZodString>>>;
187
+ position: z.ZodNullable<z.ZodOptional<z.ZodObject<{
188
+ x: z.ZodNumber;
189
+ y: z.ZodNumber;
190
+ }, z.core.$strip>>>;
191
+ type: z.ZodLiteral<"UPDATE_RECORD">;
192
+ settings: z.ZodObject<{
193
+ outputSchema: z.ZodObject<{}, z.core.$loose>;
194
+ errorHandlingOptions: z.ZodObject<{
195
+ retryOnFailure: z.ZodObject<{
196
+ value: z.ZodBoolean;
197
+ }, z.core.$strip>;
198
+ continueOnFailure: z.ZodObject<{
199
+ value: z.ZodBoolean;
200
+ }, z.core.$strip>;
201
+ }, z.core.$strip>;
202
+ input: z.ZodObject<{
203
+ objectName: z.ZodString;
204
+ objectRecord: z.ZodRecord<z.ZodString, z.ZodAny>;
205
+ objectRecordId: z.ZodString;
206
+ fieldsToUpdate: z.ZodArray<z.ZodString>;
207
+ }, z.core.$strip>;
208
+ }, z.core.$strip>;
209
+ }, z.core.$strip>, z.ZodObject<{
210
+ id: z.ZodString;
211
+ name: z.ZodString;
212
+ valid: z.ZodBoolean;
213
+ nextStepIds: z.ZodNullable<z.ZodOptional<z.ZodArray<z.ZodString>>>;
214
+ position: z.ZodNullable<z.ZodOptional<z.ZodObject<{
215
+ x: z.ZodNumber;
216
+ y: z.ZodNumber;
217
+ }, z.core.$strip>>>;
218
+ type: z.ZodLiteral<"DELETE_RECORD">;
219
+ settings: z.ZodObject<{
220
+ outputSchema: z.ZodObject<{}, z.core.$loose>;
221
+ errorHandlingOptions: z.ZodObject<{
222
+ retryOnFailure: z.ZodObject<{
223
+ value: z.ZodBoolean;
224
+ }, z.core.$strip>;
225
+ continueOnFailure: z.ZodObject<{
226
+ value: z.ZodBoolean;
227
+ }, z.core.$strip>;
228
+ }, z.core.$strip>;
229
+ input: z.ZodObject<{
230
+ objectName: z.ZodString;
231
+ objectRecordId: z.ZodString;
232
+ }, z.core.$strip>;
233
+ }, z.core.$strip>;
234
+ }, z.core.$strip>, z.ZodObject<{
235
+ id: z.ZodString;
236
+ name: z.ZodString;
237
+ valid: z.ZodBoolean;
238
+ nextStepIds: z.ZodNullable<z.ZodOptional<z.ZodArray<z.ZodString>>>;
239
+ position: z.ZodNullable<z.ZodOptional<z.ZodObject<{
240
+ x: z.ZodNumber;
241
+ y: z.ZodNumber;
242
+ }, z.core.$strip>>>;
243
+ type: z.ZodLiteral<"UPSERT_RECORD">;
244
+ settings: z.ZodObject<{
245
+ outputSchema: z.ZodObject<{}, z.core.$loose>;
246
+ errorHandlingOptions: z.ZodObject<{
247
+ retryOnFailure: z.ZodObject<{
248
+ value: z.ZodBoolean;
249
+ }, z.core.$strip>;
250
+ continueOnFailure: z.ZodObject<{
251
+ value: z.ZodBoolean;
252
+ }, z.core.$strip>;
253
+ }, z.core.$strip>;
254
+ input: z.ZodObject<{
255
+ objectName: z.ZodString;
256
+ objectRecord: z.ZodRecord<z.ZodString, z.ZodAny>;
257
+ }, z.core.$strip>;
258
+ }, z.core.$strip>;
259
+ }, z.core.$strip>, z.ZodObject<{
260
+ id: z.ZodString;
261
+ name: z.ZodString;
262
+ valid: z.ZodBoolean;
263
+ nextStepIds: z.ZodNullable<z.ZodOptional<z.ZodArray<z.ZodString>>>;
264
+ position: z.ZodNullable<z.ZodOptional<z.ZodObject<{
265
+ x: z.ZodNumber;
266
+ y: z.ZodNumber;
267
+ }, z.core.$strip>>>;
268
+ type: z.ZodLiteral<"FIND_RECORDS">;
269
+ settings: z.ZodObject<{
270
+ outputSchema: z.ZodObject<{}, z.core.$loose>;
271
+ errorHandlingOptions: z.ZodObject<{
272
+ retryOnFailure: z.ZodObject<{
273
+ value: z.ZodBoolean;
274
+ }, z.core.$strip>;
275
+ continueOnFailure: z.ZodObject<{
276
+ value: z.ZodBoolean;
277
+ }, z.core.$strip>;
278
+ }, z.core.$strip>;
279
+ input: z.ZodObject<{
280
+ objectName: z.ZodString;
281
+ limit: z.ZodOptional<z.ZodNumber>;
282
+ filter: z.ZodOptional<z.ZodObject<{
283
+ recordFilterGroups: z.ZodOptional<z.ZodArray<z.ZodAny>>;
284
+ recordFilters: z.ZodOptional<z.ZodArray<z.ZodAny>>;
285
+ gqlOperationFilter: z.ZodNullable<z.ZodOptional<z.ZodAny>>;
286
+ }, z.core.$strip>>;
287
+ orderBy: z.ZodOptional<z.ZodObject<{
288
+ recordSorts: z.ZodOptional<z.ZodArray<z.ZodAny>>;
289
+ gqlOperationOrderBy: z.ZodOptional<z.ZodArray<z.ZodRecord<z.ZodString, z.ZodAny>>>;
290
+ }, z.core.$strip>>;
291
+ }, z.core.$strip>;
292
+ }, z.core.$strip>;
293
+ }, z.core.$strip>, z.ZodObject<{
294
+ id: z.ZodString;
295
+ name: z.ZodString;
296
+ valid: z.ZodBoolean;
297
+ nextStepIds: z.ZodNullable<z.ZodOptional<z.ZodArray<z.ZodString>>>;
298
+ position: z.ZodNullable<z.ZodOptional<z.ZodObject<{
299
+ x: z.ZodNumber;
300
+ y: z.ZodNumber;
301
+ }, z.core.$strip>>>;
302
+ type: z.ZodLiteral<"FORM">;
303
+ settings: z.ZodObject<{
304
+ outputSchema: z.ZodObject<{}, z.core.$loose>;
305
+ errorHandlingOptions: z.ZodObject<{
306
+ retryOnFailure: z.ZodObject<{
307
+ value: z.ZodBoolean;
308
+ }, z.core.$strip>;
309
+ continueOnFailure: z.ZodObject<{
310
+ value: z.ZodBoolean;
311
+ }, z.core.$strip>;
312
+ }, z.core.$strip>;
313
+ input: z.ZodArray<z.ZodObject<{
314
+ id: z.ZodString;
315
+ name: z.ZodString;
316
+ label: z.ZodString;
317
+ type: z.ZodUnion<readonly [z.ZodLiteral<import("../../types").FieldMetadataType.TEXT>, z.ZodLiteral<import("../../types").FieldMetadataType.NUMBER>, z.ZodLiteral<import("../../types").FieldMetadataType.DATE>, z.ZodLiteral<import("../../types").FieldMetadataType.SELECT>, z.ZodLiteral<"RECORD">]>;
318
+ placeholder: z.ZodOptional<z.ZodString>;
319
+ settings: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
320
+ value: z.ZodOptional<z.ZodAny>;
321
+ }, z.core.$strip>>;
322
+ }, z.core.$strip>;
323
+ }, z.core.$strip>, z.ZodObject<{
324
+ id: z.ZodString;
325
+ name: z.ZodString;
326
+ valid: z.ZodBoolean;
327
+ nextStepIds: z.ZodNullable<z.ZodOptional<z.ZodArray<z.ZodString>>>;
328
+ position: z.ZodNullable<z.ZodOptional<z.ZodObject<{
329
+ x: z.ZodNumber;
330
+ y: z.ZodNumber;
331
+ }, z.core.$strip>>>;
332
+ type: z.ZodLiteral<"HTTP_REQUEST">;
333
+ settings: z.ZodObject<{
334
+ outputSchema: z.ZodObject<{}, z.core.$loose>;
335
+ errorHandlingOptions: z.ZodObject<{
336
+ retryOnFailure: z.ZodObject<{
337
+ value: z.ZodBoolean;
338
+ }, z.core.$strip>;
339
+ continueOnFailure: z.ZodObject<{
340
+ value: z.ZodBoolean;
341
+ }, z.core.$strip>;
342
+ }, z.core.$strip>;
343
+ input: z.ZodObject<{
344
+ url: z.ZodString;
345
+ method: z.ZodEnum<{
346
+ GET: "GET";
347
+ POST: "POST";
348
+ PUT: "PUT";
349
+ PATCH: "PATCH";
350
+ DELETE: "DELETE";
351
+ }>;
352
+ headers: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
353
+ body: z.ZodOptional<z.ZodUnion<[z.ZodRecord<z.ZodString, z.ZodUnion<readonly [z.ZodString, z.ZodNumber, z.ZodBoolean, z.ZodNull, z.ZodArray<z.ZodUnion<readonly [z.ZodString, z.ZodNumber, z.ZodBoolean, z.ZodNull]>>]>>, z.ZodString]>>;
354
+ }, z.core.$strip>;
355
+ }, z.core.$strip>;
356
+ }, z.core.$strip>, z.ZodObject<{
357
+ id: z.ZodString;
358
+ name: z.ZodString;
359
+ valid: z.ZodBoolean;
360
+ nextStepIds: z.ZodNullable<z.ZodOptional<z.ZodArray<z.ZodString>>>;
361
+ position: z.ZodNullable<z.ZodOptional<z.ZodObject<{
362
+ x: z.ZodNumber;
363
+ y: z.ZodNumber;
364
+ }, z.core.$strip>>>;
365
+ type: z.ZodLiteral<"AI_AGENT">;
366
+ settings: z.ZodObject<{
367
+ outputSchema: z.ZodObject<{}, z.core.$loose>;
368
+ errorHandlingOptions: z.ZodObject<{
369
+ retryOnFailure: z.ZodObject<{
370
+ value: z.ZodBoolean;
371
+ }, z.core.$strip>;
372
+ continueOnFailure: z.ZodObject<{
373
+ value: z.ZodBoolean;
374
+ }, z.core.$strip>;
375
+ }, z.core.$strip>;
376
+ input: z.ZodObject<{
377
+ agentId: z.ZodOptional<z.ZodString>;
378
+ prompt: z.ZodOptional<z.ZodString>;
379
+ }, z.core.$strip>;
380
+ }, z.core.$strip>;
381
+ }, z.core.$strip>, z.ZodObject<{
382
+ id: z.ZodString;
383
+ name: z.ZodString;
384
+ valid: z.ZodBoolean;
385
+ nextStepIds: z.ZodNullable<z.ZodOptional<z.ZodArray<z.ZodString>>>;
386
+ position: z.ZodNullable<z.ZodOptional<z.ZodObject<{
387
+ x: z.ZodNumber;
388
+ y: z.ZodNumber;
389
+ }, z.core.$strip>>>;
390
+ type: z.ZodLiteral<"FILTER">;
391
+ settings: z.ZodObject<{
392
+ outputSchema: z.ZodObject<{}, z.core.$loose>;
393
+ errorHandlingOptions: z.ZodObject<{
394
+ retryOnFailure: z.ZodObject<{
395
+ value: z.ZodBoolean;
396
+ }, z.core.$strip>;
397
+ continueOnFailure: z.ZodObject<{
398
+ value: z.ZodBoolean;
399
+ }, z.core.$strip>;
400
+ }, z.core.$strip>;
401
+ input: z.ZodObject<{
402
+ stepFilterGroups: z.ZodArray<z.ZodObject<{
403
+ id: z.ZodString;
404
+ logicalOperator: z.ZodEnum<typeof import('../../types').StepLogicalOperator>;
405
+ parentStepFilterGroupId: z.ZodOptional<z.ZodString>;
406
+ positionInStepFilterGroup: z.ZodOptional<z.ZodNumber>;
407
+ }, z.core.$strip>>;
408
+ stepFilters: z.ZodArray<z.ZodObject<{
409
+ id: z.ZodString;
410
+ type: z.ZodString;
411
+ stepOutputKey: z.ZodString;
412
+ operand: z.ZodUnion<[z.ZodEnum<typeof import('../../types').ViewFilterOperand>, z.ZodEnum<typeof import('../../types').ViewFilterOperandDeprecated>]>;
413
+ value: z.ZodString;
414
+ stepFilterGroupId: z.ZodString;
415
+ positionInStepFilterGroup: z.ZodOptional<z.ZodNumber>;
416
+ fieldMetadataId: z.ZodOptional<z.ZodString>;
417
+ compositeFieldSubFieldName: z.ZodOptional<z.ZodString>;
418
+ }, z.core.$strip>>;
419
+ }, z.core.$strip>;
420
+ }, z.core.$strip>;
421
+ }, z.core.$strip>, z.ZodObject<{
422
+ id: z.ZodString;
423
+ name: z.ZodString;
424
+ valid: z.ZodBoolean;
425
+ nextStepIds: z.ZodNullable<z.ZodOptional<z.ZodArray<z.ZodString>>>;
426
+ position: z.ZodNullable<z.ZodOptional<z.ZodObject<{
427
+ x: z.ZodNumber;
428
+ y: z.ZodNumber;
429
+ }, z.core.$strip>>>;
430
+ type: z.ZodLiteral<"ITERATOR">;
431
+ settings: z.ZodObject<{
432
+ outputSchema: z.ZodObject<{}, z.core.$loose>;
433
+ errorHandlingOptions: z.ZodObject<{
434
+ retryOnFailure: z.ZodObject<{
435
+ value: z.ZodBoolean;
436
+ }, z.core.$strip>;
437
+ continueOnFailure: z.ZodObject<{
438
+ value: z.ZodBoolean;
439
+ }, z.core.$strip>;
440
+ }, z.core.$strip>;
441
+ input: z.ZodObject<{
442
+ items: z.ZodOptional<z.ZodUnion<readonly [z.ZodArray<z.ZodUnion<readonly [z.ZodString, z.ZodNumber, z.ZodBoolean, z.ZodNull, z.ZodRecord<z.ZodString, z.ZodAny>, z.ZodAny]>>, z.ZodString]>>;
443
+ initialLoopStepIds: z.ZodOptional<z.ZodArray<z.ZodString>>;
444
+ }, z.core.$strip>;
445
+ }, z.core.$strip>;
446
+ }, z.core.$strip>, z.ZodObject<{
447
+ id: z.ZodString;
448
+ name: z.ZodString;
449
+ valid: z.ZodBoolean;
450
+ nextStepIds: z.ZodNullable<z.ZodOptional<z.ZodArray<z.ZodString>>>;
451
+ position: z.ZodNullable<z.ZodOptional<z.ZodObject<{
452
+ x: z.ZodNumber;
453
+ y: z.ZodNumber;
454
+ }, z.core.$strip>>>;
455
+ type: z.ZodLiteral<"DELAY">;
456
+ settings: z.ZodObject<{
457
+ outputSchema: z.ZodObject<{}, z.core.$loose>;
458
+ errorHandlingOptions: z.ZodObject<{
459
+ retryOnFailure: z.ZodObject<{
460
+ value: z.ZodBoolean;
461
+ }, z.core.$strip>;
462
+ continueOnFailure: z.ZodObject<{
463
+ value: z.ZodBoolean;
464
+ }, z.core.$strip>;
465
+ }, z.core.$strip>;
466
+ input: z.ZodObject<{
467
+ delayType: z.ZodEnum<{
468
+ SCHEDULED_DATE: "SCHEDULED_DATE";
469
+ DURATION: "DURATION";
470
+ }>;
471
+ scheduledDateTime: z.ZodOptional<z.ZodNullable<z.ZodString>>;
472
+ duration: z.ZodOptional<z.ZodObject<{
473
+ days: z.ZodOptional<z.ZodUnion<readonly [z.ZodNumber, z.ZodString]>>;
474
+ hours: z.ZodOptional<z.ZodUnion<readonly [z.ZodNumber, z.ZodString]>>;
475
+ minutes: z.ZodOptional<z.ZodUnion<readonly [z.ZodNumber, z.ZodString]>>;
476
+ seconds: z.ZodOptional<z.ZodUnion<readonly [z.ZodNumber, z.ZodString]>>;
477
+ }, z.core.$strip>>;
478
+ }, z.core.$strip>;
479
+ }, z.core.$strip>;
480
+ }, z.core.$strip>, z.ZodObject<{
481
+ id: z.ZodString;
482
+ name: z.ZodString;
483
+ valid: z.ZodBoolean;
484
+ nextStepIds: z.ZodNullable<z.ZodOptional<z.ZodArray<z.ZodString>>>;
485
+ position: z.ZodNullable<z.ZodOptional<z.ZodObject<{
486
+ x: z.ZodNumber;
487
+ y: z.ZodNumber;
488
+ }, z.core.$strip>>>;
489
+ type: z.ZodLiteral<"EMPTY">;
490
+ settings: z.ZodObject<{
491
+ outputSchema: z.ZodObject<{}, z.core.$loose>;
492
+ errorHandlingOptions: z.ZodObject<{
493
+ retryOnFailure: z.ZodObject<{
494
+ value: z.ZodBoolean;
495
+ }, z.core.$strip>;
496
+ continueOnFailure: z.ZodObject<{
497
+ value: z.ZodBoolean;
498
+ }, z.core.$strip>;
499
+ }, z.core.$strip>;
500
+ input: z.ZodObject<{}, z.core.$strip>;
501
+ }, z.core.$strip>;
502
+ }, z.core.$strip>], "type">>;
503
+ }, z.core.$strip>;
504
+ stepInfos: z.ZodRecord<z.ZodString, z.ZodObject<{
505
+ result: z.ZodOptional<z.ZodAny>;
506
+ error: z.ZodOptional<z.ZodAny>;
507
+ status: z.ZodEnum<typeof import('..').StepStatus>;
508
+ history: z.ZodOptional<z.ZodArray<z.ZodObject<{
509
+ error: z.ZodOptional<z.ZodAny>;
510
+ status: z.ZodEnum<typeof import('..').StepStatus>;
511
+ result: z.ZodOptional<z.ZodAny>;
512
+ }, z.core.$strip>>>;
513
+ }, z.core.$strip>>;
514
+ workflowRunError: z.ZodOptional<z.ZodAny>;
515
+ }, z.core.$strip>;
516
+ //# sourceMappingURL=workflow-run-state-schema.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"workflow-run-state-schema.d.ts","sourceRoot":"","sources":["../../../src/workflow/schemas/workflow-run-state-schema.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAKxB,eAAO,MAAM,sBAAsB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;iBAOjC,CAAC"}
@@ -0,0 +1,13 @@
1
+ import { z } from 'zod';
2
+
3
+ export declare const workflowRunStateStepInfoSchema: z.ZodObject<{
4
+ result: z.ZodOptional<z.ZodAny>;
5
+ error: z.ZodOptional<z.ZodAny>;
6
+ status: z.ZodEnum<typeof import('..').StepStatus>;
7
+ history: z.ZodOptional<z.ZodArray<z.ZodObject<{
8
+ error: z.ZodOptional<z.ZodAny>;
9
+ status: z.ZodEnum<typeof import('..').StepStatus>;
10
+ result: z.ZodOptional<z.ZodAny>;
11
+ }, z.core.$strip>>>;
12
+ }, z.core.$strip>;
13
+ //# sourceMappingURL=workflow-run-state-step-info-schema.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"workflow-run-state-step-info-schema.d.ts","sourceRoot":"","sources":["../../../src/workflow/schemas/workflow-run-state-step-info-schema.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAGxB,eAAO,MAAM,8BAA8B;;;;;;;;;iBAezC,CAAC"}
@@ -0,0 +1,13 @@
1
+ import { z } from 'zod';
2
+
3
+ export declare const workflowRunStateStepInfosSchema: z.ZodRecord<z.ZodString, z.ZodObject<{
4
+ result: z.ZodOptional<z.ZodAny>;
5
+ error: z.ZodOptional<z.ZodAny>;
6
+ status: z.ZodEnum<typeof import('..').StepStatus>;
7
+ history: z.ZodOptional<z.ZodArray<z.ZodObject<{
8
+ error: z.ZodOptional<z.ZodAny>;
9
+ status: z.ZodEnum<typeof import('..').StepStatus>;
10
+ result: z.ZodOptional<z.ZodAny>;
11
+ }, z.core.$strip>>>;
12
+ }, z.core.$strip>>;
13
+ //# sourceMappingURL=workflow-run-state-step-infos-schema.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"workflow-run-state-step-infos-schema.d.ts","sourceRoot":"","sources":["../../../src/workflow/schemas/workflow-run-state-step-infos-schema.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAGxB,eAAO,MAAM,+BAA+B;;;;;;;;;kBAG3C,CAAC"}
@@ -0,0 +1,12 @@
1
+ import { z } from 'zod';
2
+
3
+ export declare const workflowRunStatusSchema: z.ZodEnum<{
4
+ NOT_STARTED: "NOT_STARTED";
5
+ RUNNING: "RUNNING";
6
+ STOPPED: "STOPPED";
7
+ FAILED: "FAILED";
8
+ COMPLETED: "COMPLETED";
9
+ ENQUEUED: "ENQUEUED";
10
+ STOPPING: "STOPPING";
11
+ }>;
12
+ //# sourceMappingURL=workflow-run-status-schema.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"workflow-run-status-schema.d.ts","sourceRoot":"","sources":["../../../src/workflow/schemas/workflow-run-status-schema.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAExB,eAAO,MAAM,uBAAuB;;;;;;;;EAQlC,CAAC"}
@@ -0,0 +1,5 @@
1
+ import { StepStatus } from '../types/WorkflowRunStateStepInfos';
2
+ import { z } from 'zod';
3
+
4
+ export declare const workflowRunStepStatusSchema: z.ZodEnum<typeof StepStatus>;
5
+ //# sourceMappingURL=workflow-run-step-status-schema.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"workflow-run-step-status-schema.d.ts","sourceRoot":"","sources":["../../../src/workflow/schemas/workflow-run-step-status-schema.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AACxB,OAAO,EAAE,UAAU,EAAE,MAAM,oCAAoC,CAAC;AAEhE,eAAO,MAAM,2BAA2B,8BAAqB,CAAC"}