@constructive-io/react 0.28.2 → 0.29.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/admin/hooks/index.d.ts +1 -1
- package/admin/hooks/index.js +1 -1
- package/admin/hooks/invalidation.d.ts +120 -120
- package/admin/hooks/invalidation.js +232 -232
- package/admin/hooks/mutation-keys.d.ts +244 -244
- package/admin/hooks/mutation-keys.js +157 -157
- package/admin/hooks/mutations/index.d.ts +63 -63
- package/admin/hooks/mutations/index.js +63 -63
- package/admin/hooks/queries/index.d.ts +47 -47
- package/admin/hooks/queries/index.js +47 -47
- package/admin/hooks/queries/useAppPermissionsGetByMaskQuery.d.ts +3 -3
- package/admin/hooks/queries/useAppPermissionsGetByMaskQuery.js +2 -2
- package/admin/hooks/queries/useOrgIsManagerOfQuery.d.ts +3 -3
- package/admin/hooks/queries/useOrgIsManagerOfQuery.js +2 -2
- package/admin/hooks/queries/useOrgPermissionsGetByMaskQuery.d.ts +3 -3
- package/admin/hooks/queries/useOrgPermissionsGetByMaskQuery.js +2 -2
- package/admin/hooks/query-keys.d.ts +296 -296
- package/admin/hooks/query-keys.js +173 -173
- package/admin/orm/index.d.ts +67 -67
- package/admin/orm/index.js +44 -44
- package/admin/orm/input-types.d.ts +3168 -3168
- package/admin/orm/input-types.js +1 -1
- package/admin/orm/models/index.d.ts +22 -22
- package/admin/orm/models/index.js +45 -45
- package/admin/orm/mutation/index.d.ts +12 -12
- package/admin/orm/mutation/index.js +12 -12
- package/admin/orm/query/index.d.ts +47 -47
- package/admin/orm/query/index.js +68 -68
- package/admin/schema-types.d.ts +2497 -2497
- package/admin/types.d.ts +193 -193
- package/agent/hooks/index.d.ts +1 -1
- package/agent/hooks/index.js +1 -1
- package/agent/hooks/invalidation.d.ts +23 -23
- package/agent/hooks/invalidation.js +55 -55
- package/agent/hooks/mutation-keys.d.ts +46 -46
- package/agent/hooks/mutation-keys.js +28 -28
- package/agent/hooks/mutations/index.d.ts +12 -12
- package/agent/hooks/mutations/index.js +12 -12
- package/agent/hooks/queries/index.d.ts +8 -8
- package/agent/hooks/queries/index.js +8 -8
- package/agent/hooks/query-keys.d.ts +54 -54
- package/agent/hooks/query-keys.js +32 -32
- package/agent/orm/index.d.ts +8 -8
- package/agent/orm/index.js +8 -8
- package/agent/orm/input-types.d.ts +1788 -1788
- package/agent/orm/input-types.js +9 -9
- package/agent/orm/models/index.d.ts +4 -4
- package/agent/orm/models/index.js +9 -9
- package/agent/schema-types.d.ts +1226 -1226
- package/agent/types.d.ts +95 -95
- package/api/hooks/index.d.ts +1 -1
- package/api/hooks/index.js +1 -1
- package/api/hooks/invalidation.d.ts +184 -184
- package/api/hooks/invalidation.js +392 -392
- package/api/hooks/mutation-keys.d.ts +411 -411
- package/api/hooks/mutation-keys.js +227 -227
- package/api/hooks/mutations/index.d.ts +93 -93
- package/api/hooks/mutations/index.js +93 -93
- package/api/hooks/queries/index.d.ts +64 -64
- package/api/hooks/queries/index.js +64 -64
- package/api/hooks/queries/useApplyRegistryDefaultsQuery.d.ts +3 -3
- package/api/hooks/queries/useApplyRegistryDefaultsQuery.js +2 -2
- package/api/hooks/query-keys.d.ts +466 -466
- package/api/hooks/query-keys.js +251 -251
- package/api/orm/index.d.ts +77 -77
- package/api/orm/index.js +64 -64
- package/api/orm/input-types.d.ts +8781 -8781
- package/api/orm/input-types.js +48 -48
- package/api/orm/models/index.d.ts +32 -32
- package/api/orm/models/index.js +65 -65
- package/api/orm/mutation/index.d.ts +29 -29
- package/api/orm/mutation/index.js +30 -30
- package/api/orm/query/index.d.ts +1 -1
- package/api/orm/query/index.js +4 -4
- package/api/schema-types.d.ts +5628 -5628
- package/api/types.d.ts +435 -435
- package/auth/hooks/index.d.ts +1 -1
- package/auth/hooks/index.js +1 -1
- package/auth/hooks/invalidation.d.ts +42 -42
- package/auth/hooks/invalidation.js +90 -90
- package/auth/hooks/mutation-keys.d.ts +124 -124
- package/auth/hooks/mutation-keys.js +106 -106
- package/auth/hooks/mutations/index.d.ts +36 -36
- package/auth/hooks/mutations/index.js +36 -36
- package/auth/hooks/queries/index.d.ts +15 -15
- package/auth/hooks/queries/index.js +15 -15
- package/auth/hooks/query-keys.d.ts +102 -102
- package/auth/hooks/query-keys.js +59 -59
- package/auth/orm/index.d.ts +103 -103
- package/auth/orm/index.js +14 -14
- package/auth/orm/input-types.d.ts +2102 -2109
- package/auth/orm/input-types.js +5 -5
- package/auth/orm/models/index.d.ts +7 -7
- package/auth/orm/models/index.js +15 -15
- package/auth/orm/mutation/index.d.ts +138 -138
- package/auth/orm/mutation/index.js +168 -168
- package/auth/orm/query/index.d.ts +10 -10
- package/auth/orm/query/index.js +14 -14
- package/auth/schema-types.d.ts +1602 -1605
- package/auth/types.d.ts +86 -87
- package/compute/hooks/index.d.ts +1 -1
- package/compute/hooks/index.js +1 -1
- package/compute/hooks/invalidation.d.ts +183 -183
- package/compute/hooks/invalidation.js +391 -391
- package/compute/hooks/mutation-keys.d.ts +388 -388
- package/compute/hooks/mutation-keys.js +300 -300
- package/compute/hooks/mutations/index.d.ts +97 -97
- package/compute/hooks/mutations/index.js +97 -97
- package/compute/hooks/mutations/useCreateFunctionInvocationMutation.d.ts +2 -2
- package/compute/hooks/mutations/useCreateFunctionInvocationMutation.js +1 -1
- package/compute/hooks/mutations/useCreatePlatformFunctionInvocationMutation.d.ts +2 -2
- package/compute/hooks/mutations/useCreatePlatformFunctionInvocationMutation.js +1 -1
- package/compute/hooks/mutations/useDeleteFunctionInvocationMutation.d.ts +2 -2
- package/compute/hooks/mutations/useDeleteFunctionInvocationMutation.js +1 -1
- package/compute/hooks/mutations/useDeletePlatformFunctionInvocationMutation.d.ts +2 -2
- package/compute/hooks/mutations/useDeletePlatformFunctionInvocationMutation.js +1 -1
- package/compute/hooks/mutations/useUpdateFunctionInvocationMutation.d.ts +2 -2
- package/compute/hooks/mutations/useUpdateFunctionInvocationMutation.js +1 -1
- package/compute/hooks/mutations/useUpdatePlatformFunctionInvocationMutation.d.ts +2 -2
- package/compute/hooks/mutations/useUpdatePlatformFunctionInvocationMutation.js +1 -1
- package/compute/hooks/queries/index.d.ts +59 -59
- package/compute/hooks/queries/index.js +59 -59
- package/compute/hooks/queries/useFunctionInvocationQuery.d.ts +4 -4
- package/compute/hooks/queries/useFunctionInvocationQuery.js +1 -1
- package/compute/hooks/queries/useFunctionInvocationsQuery.d.ts +4 -4
- package/compute/hooks/queries/useFunctionInvocationsQuery.js +1 -1
- package/compute/hooks/queries/usePlatformFunctionInvocationQuery.d.ts +4 -4
- package/compute/hooks/queries/usePlatformFunctionInvocationQuery.js +1 -1
- package/compute/hooks/queries/usePlatformFunctionInvocationsQuery.d.ts +4 -4
- package/compute/hooks/queries/usePlatformFunctionInvocationsQuery.js +1 -1
- package/compute/hooks/query-keys.d.ts +438 -438
- package/compute/hooks/query-keys.js +256 -256
- package/compute/orm/index.d.ts +110 -110
- package/compute/orm/index.js +64 -64
- package/compute/orm/input-types.d.ts +7256 -7037
- package/compute/orm/input-types.js +15 -13
- package/compute/orm/models/index.d.ts +32 -32
- package/compute/orm/models/index.js +65 -65
- package/compute/orm/mutation/index.d.ts +77 -77
- package/compute/orm/mutation/index.js +96 -96
- package/compute/schema-types.d.ts +4950 -4896
- package/compute/types.d.ts +470 -468
- package/config/hooks/index.d.ts +1 -1
- package/config/hooks/index.js +1 -1
- package/config/hooks/invalidation.d.ts +6 -6
- package/config/hooks/invalidation.js +15 -15
- package/config/hooks/mutation-keys.d.ts +24 -24
- package/config/hooks/mutation-keys.js +26 -26
- package/config/hooks/mutations/index.d.ts +9 -9
- package/config/hooks/mutations/index.js +9 -9
- package/config/hooks/queries/index.d.ts +2 -2
- package/config/hooks/queries/index.js +2 -2
- package/config/hooks/query-keys.d.ts +14 -14
- package/config/hooks/query-keys.js +9 -9
- package/config/orm/index.d.ts +30 -30
- package/config/orm/index.js +2 -2
- package/config/orm/input-types.d.ts +416 -416
- package/config/orm/models/index.d.ts +1 -1
- package/config/orm/models/index.js +3 -3
- package/config/orm/mutation/index.d.ts +47 -47
- package/config/orm/mutation/index.js +60 -60
- package/config/schema-types.d.ts +519 -519
- package/config/types.d.ts +35 -35
- package/esm/admin/hooks/index.d.ts +1 -1
- package/esm/admin/hooks/index.js +1 -1
- package/esm/admin/hooks/invalidation.d.ts +120 -120
- package/esm/admin/hooks/invalidation.js +233 -233
- package/esm/admin/hooks/mutation-keys.d.ts +244 -244
- package/esm/admin/hooks/mutation-keys.js +156 -156
- package/esm/admin/hooks/mutations/index.d.ts +63 -63
- package/esm/admin/hooks/mutations/index.js +63 -63
- package/esm/admin/hooks/queries/index.d.ts +47 -47
- package/esm/admin/hooks/queries/index.js +47 -47
- package/esm/admin/hooks/queries/useAppPermissionsGetByMaskQuery.d.ts +3 -3
- package/esm/admin/hooks/queries/useAppPermissionsGetByMaskQuery.js +2 -2
- package/esm/admin/hooks/queries/useOrgIsManagerOfQuery.d.ts +3 -3
- package/esm/admin/hooks/queries/useOrgIsManagerOfQuery.js +2 -2
- package/esm/admin/hooks/queries/useOrgPermissionsGetByMaskQuery.d.ts +3 -3
- package/esm/admin/hooks/queries/useOrgPermissionsGetByMaskQuery.js +2 -2
- package/esm/admin/hooks/query-keys.d.ts +296 -296
- package/esm/admin/hooks/query-keys.js +172 -172
- package/esm/admin/orm/index.d.ts +67 -67
- package/esm/admin/orm/index.js +44 -44
- package/esm/admin/orm/input-types.d.ts +3168 -3168
- package/esm/admin/orm/input-types.js +1 -1
- package/esm/admin/orm/models/index.d.ts +22 -22
- package/esm/admin/orm/models/index.js +22 -22
- package/esm/admin/orm/mutation/index.d.ts +12 -12
- package/esm/admin/orm/mutation/index.js +12 -12
- package/esm/admin/orm/query/index.d.ts +47 -47
- package/esm/admin/orm/query/index.js +68 -68
- package/esm/admin/schema-types.d.ts +2497 -2497
- package/esm/admin/types.d.ts +193 -193
- package/esm/agent/hooks/index.d.ts +1 -1
- package/esm/agent/hooks/index.js +1 -1
- package/esm/agent/hooks/invalidation.d.ts +23 -23
- package/esm/agent/hooks/invalidation.js +56 -56
- package/esm/agent/hooks/mutation-keys.d.ts +46 -46
- package/esm/agent/hooks/mutation-keys.js +27 -27
- package/esm/agent/hooks/mutations/index.d.ts +12 -12
- package/esm/agent/hooks/mutations/index.js +12 -12
- package/esm/agent/hooks/queries/index.d.ts +8 -8
- package/esm/agent/hooks/queries/index.js +8 -8
- package/esm/agent/hooks/query-keys.d.ts +54 -54
- package/esm/agent/hooks/query-keys.js +31 -31
- package/esm/agent/orm/index.d.ts +8 -8
- package/esm/agent/orm/index.js +8 -8
- package/esm/agent/orm/input-types.d.ts +1788 -1788
- package/esm/agent/orm/input-types.js +9 -9
- package/esm/agent/orm/models/index.d.ts +4 -4
- package/esm/agent/orm/models/index.js +4 -4
- package/esm/agent/schema-types.d.ts +1226 -1226
- package/esm/agent/types.d.ts +95 -95
- package/esm/api/hooks/index.d.ts +1 -1
- package/esm/api/hooks/index.js +1 -1
- package/esm/api/hooks/invalidation.d.ts +184 -184
- package/esm/api/hooks/invalidation.js +393 -393
- package/esm/api/hooks/mutation-keys.d.ts +411 -411
- package/esm/api/hooks/mutation-keys.js +226 -226
- package/esm/api/hooks/mutations/index.d.ts +93 -93
- package/esm/api/hooks/mutations/index.js +93 -93
- package/esm/api/hooks/queries/index.d.ts +64 -64
- package/esm/api/hooks/queries/index.js +64 -64
- package/esm/api/hooks/queries/useApplyRegistryDefaultsQuery.d.ts +3 -3
- package/esm/api/hooks/queries/useApplyRegistryDefaultsQuery.js +2 -2
- package/esm/api/hooks/query-keys.d.ts +466 -466
- package/esm/api/hooks/query-keys.js +250 -250
- package/esm/api/orm/index.d.ts +77 -77
- package/esm/api/orm/index.js +64 -64
- package/esm/api/orm/input-types.d.ts +8781 -8781
- package/esm/api/orm/input-types.js +48 -48
- package/esm/api/orm/models/index.d.ts +32 -32
- package/esm/api/orm/models/index.js +32 -32
- package/esm/api/orm/mutation/index.d.ts +29 -29
- package/esm/api/orm/mutation/index.js +30 -30
- package/esm/api/orm/query/index.d.ts +1 -1
- package/esm/api/orm/query/index.js +4 -4
- package/esm/api/schema-types.d.ts +5628 -5628
- package/esm/api/types.d.ts +435 -435
- package/esm/auth/hooks/index.d.ts +1 -1
- package/esm/auth/hooks/index.js +1 -1
- package/esm/auth/hooks/invalidation.d.ts +42 -42
- package/esm/auth/hooks/invalidation.js +91 -91
- package/esm/auth/hooks/mutation-keys.d.ts +124 -124
- package/esm/auth/hooks/mutation-keys.js +105 -105
- package/esm/auth/hooks/mutations/index.d.ts +36 -36
- package/esm/auth/hooks/mutations/index.js +36 -36
- package/esm/auth/hooks/queries/index.d.ts +15 -15
- package/esm/auth/hooks/queries/index.js +15 -15
- package/esm/auth/hooks/query-keys.d.ts +102 -102
- package/esm/auth/hooks/query-keys.js +58 -58
- package/esm/auth/orm/index.d.ts +103 -103
- package/esm/auth/orm/index.js +14 -14
- package/esm/auth/orm/input-types.d.ts +2102 -2109
- package/esm/auth/orm/input-types.js +5 -5
- package/esm/auth/orm/models/index.d.ts +7 -7
- package/esm/auth/orm/models/index.js +7 -7
- package/esm/auth/orm/mutation/index.d.ts +138 -138
- package/esm/auth/orm/mutation/index.js +168 -168
- package/esm/auth/orm/query/index.d.ts +10 -10
- package/esm/auth/orm/query/index.js +14 -14
- package/esm/auth/schema-types.d.ts +1602 -1605
- package/esm/auth/types.d.ts +86 -87
- package/esm/compute/hooks/index.d.ts +1 -1
- package/esm/compute/hooks/index.js +1 -1
- package/esm/compute/hooks/invalidation.d.ts +183 -183
- package/esm/compute/hooks/invalidation.js +392 -392
- package/esm/compute/hooks/mutation-keys.d.ts +388 -388
- package/esm/compute/hooks/mutation-keys.js +299 -299
- package/esm/compute/hooks/mutations/index.d.ts +97 -97
- package/esm/compute/hooks/mutations/index.js +97 -97
- package/esm/compute/hooks/mutations/useCreateFunctionInvocationMutation.d.ts +2 -2
- package/esm/compute/hooks/mutations/useCreateFunctionInvocationMutation.js +1 -1
- package/esm/compute/hooks/mutations/useCreatePlatformFunctionInvocationMutation.d.ts +2 -2
- package/esm/compute/hooks/mutations/useCreatePlatformFunctionInvocationMutation.js +1 -1
- package/esm/compute/hooks/mutations/useDeleteFunctionInvocationMutation.d.ts +2 -2
- package/esm/compute/hooks/mutations/useDeleteFunctionInvocationMutation.js +1 -1
- package/esm/compute/hooks/mutations/useDeletePlatformFunctionInvocationMutation.d.ts +2 -2
- package/esm/compute/hooks/mutations/useDeletePlatformFunctionInvocationMutation.js +1 -1
- package/esm/compute/hooks/mutations/useUpdateFunctionInvocationMutation.d.ts +2 -2
- package/esm/compute/hooks/mutations/useUpdateFunctionInvocationMutation.js +1 -1
- package/esm/compute/hooks/mutations/useUpdatePlatformFunctionInvocationMutation.d.ts +2 -2
- package/esm/compute/hooks/mutations/useUpdatePlatformFunctionInvocationMutation.js +1 -1
- package/esm/compute/hooks/queries/index.d.ts +59 -59
- package/esm/compute/hooks/queries/index.js +59 -59
- package/esm/compute/hooks/queries/useFunctionInvocationQuery.d.ts +4 -4
- package/esm/compute/hooks/queries/useFunctionInvocationQuery.js +1 -1
- package/esm/compute/hooks/queries/useFunctionInvocationsQuery.d.ts +4 -4
- package/esm/compute/hooks/queries/useFunctionInvocationsQuery.js +1 -1
- package/esm/compute/hooks/queries/usePlatformFunctionInvocationQuery.d.ts +4 -4
- package/esm/compute/hooks/queries/usePlatformFunctionInvocationQuery.js +1 -1
- package/esm/compute/hooks/queries/usePlatformFunctionInvocationsQuery.d.ts +4 -4
- package/esm/compute/hooks/queries/usePlatformFunctionInvocationsQuery.js +1 -1
- package/esm/compute/hooks/query-keys.d.ts +438 -438
- package/esm/compute/hooks/query-keys.js +255 -255
- package/esm/compute/orm/index.d.ts +110 -110
- package/esm/compute/orm/index.js +64 -64
- package/esm/compute/orm/input-types.d.ts +7256 -7037
- package/esm/compute/orm/input-types.js +15 -13
- package/esm/compute/orm/models/index.d.ts +32 -32
- package/esm/compute/orm/models/index.js +32 -32
- package/esm/compute/orm/mutation/index.d.ts +77 -77
- package/esm/compute/orm/mutation/index.js +96 -96
- package/esm/compute/schema-types.d.ts +4950 -4896
- package/esm/compute/types.d.ts +470 -468
- package/esm/config/hooks/index.d.ts +1 -1
- package/esm/config/hooks/index.js +1 -1
- package/esm/config/hooks/invalidation.d.ts +6 -6
- package/esm/config/hooks/invalidation.js +16 -16
- package/esm/config/hooks/mutation-keys.d.ts +24 -24
- package/esm/config/hooks/mutation-keys.js +25 -25
- package/esm/config/hooks/mutations/index.d.ts +9 -9
- package/esm/config/hooks/mutations/index.js +9 -9
- package/esm/config/hooks/queries/index.d.ts +2 -2
- package/esm/config/hooks/queries/index.js +2 -2
- package/esm/config/hooks/query-keys.d.ts +14 -14
- package/esm/config/hooks/query-keys.js +8 -8
- package/esm/config/orm/index.d.ts +30 -30
- package/esm/config/orm/index.js +2 -2
- package/esm/config/orm/input-types.d.ts +416 -416
- package/esm/config/orm/models/index.d.ts +1 -1
- package/esm/config/orm/models/index.js +1 -1
- package/esm/config/orm/mutation/index.d.ts +47 -47
- package/esm/config/orm/mutation/index.js +60 -60
- package/esm/config/schema-types.d.ts +519 -519
- package/esm/config/types.d.ts +35 -35
- package/esm/infra/hooks/index.d.ts +1 -1
- package/esm/infra/hooks/index.js +1 -1
- package/esm/infra/hooks/invalidation.d.ts +28 -28
- package/esm/infra/hooks/invalidation.js +66 -66
- package/esm/infra/hooks/mutation-keys.d.ts +58 -58
- package/esm/infra/hooks/mutation-keys.js +36 -36
- package/esm/infra/hooks/mutations/index.d.ts +16 -16
- package/esm/infra/hooks/mutations/index.js +16 -16
- package/esm/infra/hooks/queries/index.d.ts +10 -10
- package/esm/infra/hooks/queries/index.js +10 -10
- package/esm/infra/hooks/query-keys.d.ts +66 -66
- package/esm/infra/hooks/query-keys.js +38 -38
- package/esm/infra/orm/index.d.ts +15 -15
- package/esm/infra/orm/index.js +10 -10
- package/esm/infra/orm/input-types.d.ts +971 -971
- package/esm/infra/orm/models/index.d.ts +5 -5
- package/esm/infra/orm/models/index.js +5 -5
- package/esm/infra/orm/mutation/index.d.ts +9 -9
- package/esm/infra/orm/mutation/index.js +12 -12
- package/esm/infra/schema-types.d.ts +979 -979
- package/esm/infra/types.d.ts +72 -72
- package/esm/modules/hooks/index.d.ts +1 -1
- package/esm/modules/hooks/index.js +1 -1
- package/esm/modules/hooks/invalidation.d.ts +291 -291
- package/esm/modules/hooks/invalidation.js +563 -563
- package/esm/modules/hooks/mutation-keys.d.ts +602 -602
- package/esm/modules/hooks/mutation-keys.js +384 -384
- package/esm/modules/hooks/mutations/index.d.ts +164 -164
- package/esm/modules/hooks/mutations/index.js +164 -164
- package/esm/modules/hooks/queries/index.d.ts +106 -106
- package/esm/modules/hooks/queries/index.js +106 -106
- package/esm/modules/hooks/queries/useResolveBlueprintFieldQuery.d.ts +3 -3
- package/esm/modules/hooks/queries/useResolveBlueprintFieldQuery.js +2 -2
- package/esm/modules/hooks/queries/useResolveBlueprintTableQuery.d.ts +3 -3
- package/esm/modules/hooks/queries/useResolveBlueprintTableQuery.js +2 -2
- package/esm/modules/hooks/query-keys.d.ts +696 -696
- package/esm/modules/hooks/query-keys.js +399 -399
- package/esm/modules/orm/index.d.ts +126 -126
- package/esm/modules/orm/index.js +106 -106
- package/esm/modules/orm/input-types.d.ts +11482 -11468
- package/esm/modules/orm/input-types.js +1 -1
- package/esm/modules/orm/models/index.d.ts +53 -53
- package/esm/modules/orm/models/index.js +53 -53
- package/esm/modules/orm/mutation/index.d.ts +51 -51
- package/esm/modules/orm/mutation/index.js +42 -42
- package/esm/modules/orm/query/index.d.ts +3 -3
- package/esm/modules/orm/query/index.js +8 -8
- package/esm/modules/schema-types.d.ts +8363 -8355
- package/esm/modules/types.d.ts +1013 -1011
- package/esm/objects/hooks/index.d.ts +1 -1
- package/esm/objects/hooks/index.js +1 -1
- package/esm/objects/hooks/invalidation.d.ts +12 -12
- package/esm/objects/hooks/invalidation.js +33 -33
- package/esm/objects/hooks/mutation-keys.d.ts +26 -26
- package/esm/objects/hooks/mutation-keys.js +17 -17
- package/esm/objects/hooks/mutations/index.d.ts +7 -7
- package/esm/objects/hooks/mutations/index.js +7 -7
- package/esm/objects/hooks/queries/index.d.ts +4 -4
- package/esm/objects/hooks/queries/index.js +4 -4
- package/esm/objects/hooks/query-keys.d.ts +28 -28
- package/esm/objects/hooks/query-keys.js +16 -16
- package/esm/objects/orm/index.d.ts +9 -9
- package/esm/objects/orm/index.js +4 -4
- package/esm/objects/orm/input-types.d.ts +384 -384
- package/esm/objects/orm/models/index.d.ts +2 -2
- package/esm/objects/orm/models/index.js +2 -2
- package/esm/objects/orm/mutation/index.d.ts +9 -9
- package/esm/objects/orm/mutation/index.js +12 -12
- package/esm/objects/schema-types.d.ts +438 -438
- package/esm/objects/types.d.ts +23 -23
- package/esm/usage/hooks/index.d.ts +1 -1
- package/esm/usage/hooks/index.js +1 -1
- package/esm/usage/hooks/invalidation.d.ts +67 -67
- package/esm/usage/hooks/invalidation.js +140 -140
- package/esm/usage/hooks/mutation-keys.d.ts +136 -136
- package/esm/usage/hooks/mutation-keys.js +82 -82
- package/esm/usage/hooks/mutations/index.d.ts +37 -37
- package/esm/usage/hooks/mutations/index.js +37 -37
- package/esm/usage/hooks/queries/index.d.ts +24 -24
- package/esm/usage/hooks/queries/index.js +24 -24
- package/esm/usage/hooks/query-keys.d.ts +158 -158
- package/esm/usage/hooks/query-keys.js +91 -91
- package/esm/usage/orm/index.d.ts +29 -29
- package/esm/usage/orm/index.js +24 -24
- package/esm/usage/orm/input-types.d.ts +2049 -2049
- package/esm/usage/orm/input-types.js +5 -5
- package/esm/usage/orm/models/index.d.ts +12 -12
- package/esm/usage/orm/models/index.js +12 -12
- package/esm/usage/orm/mutation/index.d.ts +16 -16
- package/esm/usage/orm/mutation/index.js +12 -12
- package/esm/usage/schema-types.d.ts +1591 -1591
- package/esm/usage/types.d.ts +99 -99
- package/infra/hooks/index.d.ts +1 -1
- package/infra/hooks/index.js +1 -1
- package/infra/hooks/invalidation.d.ts +28 -28
- package/infra/hooks/invalidation.js +65 -65
- package/infra/hooks/mutation-keys.d.ts +58 -58
- package/infra/hooks/mutation-keys.js +37 -37
- package/infra/hooks/mutations/index.d.ts +16 -16
- package/infra/hooks/mutations/index.js +16 -16
- package/infra/hooks/queries/index.d.ts +10 -10
- package/infra/hooks/queries/index.js +10 -10
- package/infra/hooks/query-keys.d.ts +66 -66
- package/infra/hooks/query-keys.js +39 -39
- package/infra/orm/index.d.ts +15 -15
- package/infra/orm/index.js +10 -10
- package/infra/orm/input-types.d.ts +971 -971
- package/infra/orm/models/index.d.ts +5 -5
- package/infra/orm/models/index.js +11 -11
- package/infra/orm/mutation/index.d.ts +9 -9
- package/infra/orm/mutation/index.js +12 -12
- package/infra/schema-types.d.ts +979 -979
- package/infra/types.d.ts +72 -72
- package/modules/hooks/index.d.ts +1 -1
- package/modules/hooks/index.js +1 -1
- package/modules/hooks/invalidation.d.ts +291 -291
- package/modules/hooks/invalidation.js +562 -562
- package/modules/hooks/mutation-keys.d.ts +602 -602
- package/modules/hooks/mutation-keys.js +386 -386
- package/modules/hooks/mutations/index.d.ts +164 -164
- package/modules/hooks/mutations/index.js +164 -164
- package/modules/hooks/queries/index.d.ts +106 -106
- package/modules/hooks/queries/index.js +106 -106
- package/modules/hooks/queries/useResolveBlueprintFieldQuery.d.ts +3 -3
- package/modules/hooks/queries/useResolveBlueprintFieldQuery.js +2 -2
- package/modules/hooks/queries/useResolveBlueprintTableQuery.d.ts +3 -3
- package/modules/hooks/queries/useResolveBlueprintTableQuery.js +2 -2
- package/modules/hooks/query-keys.d.ts +696 -696
- package/modules/hooks/query-keys.js +401 -401
- package/modules/orm/index.d.ts +126 -126
- package/modules/orm/index.js +106 -106
- package/modules/orm/input-types.d.ts +11482 -11468
- package/modules/orm/input-types.js +1 -1
- package/modules/orm/models/index.d.ts +53 -53
- package/modules/orm/models/index.js +108 -108
- package/modules/orm/mutation/index.d.ts +51 -51
- package/modules/orm/mutation/index.js +42 -42
- package/modules/orm/query/index.d.ts +3 -3
- package/modules/orm/query/index.js +8 -8
- package/modules/schema-types.d.ts +8363 -8355
- package/modules/types.d.ts +1013 -1011
- package/objects/hooks/index.d.ts +1 -1
- package/objects/hooks/index.js +1 -1
- package/objects/hooks/invalidation.d.ts +12 -12
- package/objects/hooks/invalidation.js +32 -32
- package/objects/hooks/mutation-keys.d.ts +26 -26
- package/objects/hooks/mutation-keys.js +18 -18
- package/objects/hooks/mutations/index.d.ts +7 -7
- package/objects/hooks/mutations/index.js +7 -7
- package/objects/hooks/queries/index.d.ts +4 -4
- package/objects/hooks/queries/index.js +4 -4
- package/objects/hooks/query-keys.d.ts +28 -28
- package/objects/hooks/query-keys.js +17 -17
- package/objects/orm/index.d.ts +9 -9
- package/objects/orm/index.js +4 -4
- package/objects/orm/input-types.d.ts +384 -384
- package/objects/orm/models/index.d.ts +2 -2
- package/objects/orm/models/index.js +5 -5
- package/objects/orm/mutation/index.d.ts +9 -9
- package/objects/orm/mutation/index.js +12 -12
- package/objects/schema-types.d.ts +438 -438
- package/objects/types.d.ts +23 -23
- package/package.json +4 -4
- package/usage/hooks/index.d.ts +1 -1
- package/usage/hooks/index.js +1 -1
- package/usage/hooks/invalidation.d.ts +67 -67
- package/usage/hooks/invalidation.js +139 -139
- package/usage/hooks/mutation-keys.d.ts +136 -136
- package/usage/hooks/mutation-keys.js +83 -83
- package/usage/hooks/mutations/index.d.ts +37 -37
- package/usage/hooks/mutations/index.js +37 -37
- package/usage/hooks/queries/index.d.ts +24 -24
- package/usage/hooks/queries/index.js +24 -24
- package/usage/hooks/query-keys.d.ts +158 -158
- package/usage/hooks/query-keys.js +92 -92
- package/usage/orm/index.d.ts +29 -29
- package/usage/orm/index.js +24 -24
- package/usage/orm/input-types.d.ts +2049 -2049
- package/usage/orm/input-types.js +5 -5
- package/usage/orm/models/index.d.ts +12 -12
- package/usage/orm/models/index.js +25 -25
- package/usage/orm/mutation/index.d.ts +16 -16
- package/usage/orm/mutation/index.js +12 -12
- package/usage/schema-types.d.ts +1591 -1591
- package/usage/types.d.ts +99 -99
|
@@ -4,383 +4,384 @@
|
|
|
4
4
|
* DO NOT EDIT - changes will be overwritten
|
|
5
5
|
*/
|
|
6
6
|
import type { Commit, GetAllRecord, Object, Ref, Store, DatetimeFilter, JSONFilter, StringFilter, StringListFilter, UUIDFilter, UUIDListFilter } from './types';
|
|
7
|
+
/** Methods to use when ordering `Commit`. */
|
|
8
|
+
export type CommitOrderBy = 'AUTHOR_ID_ASC' | 'AUTHOR_ID_DESC' | 'COMMITTER_ID_ASC' | 'COMMITTER_ID_DESC' | 'DATABASE_ID_ASC' | 'DATABASE_ID_DESC' | 'DATE_ASC' | 'DATE_DESC' | 'ID_ASC' | 'ID_DESC' | 'MESSAGE_ASC' | 'MESSAGE_DESC' | 'NATURAL' | 'PARENT_IDS_ASC' | 'PARENT_IDS_DESC' | 'PRIMARY_KEY_ASC' | 'PRIMARY_KEY_DESC' | 'STORE_ID_ASC' | 'STORE_ID_DESC' | 'TREE_ID_ASC' | 'TREE_ID_DESC';
|
|
9
|
+
/** Methods to use when ordering `Object`. */
|
|
10
|
+
export type ObjectOrderBy = 'CREATED_AT_ASC' | 'CREATED_AT_DESC' | 'DATABASE_ID_ASC' | 'DATABASE_ID_DESC' | 'DATA_ASC' | 'DATA_DESC' | 'ID_ASC' | 'ID_DESC' | 'KIDS_ASC' | 'KIDS_DESC' | 'KTREE_ASC' | 'KTREE_DESC' | 'NATURAL' | 'PRIMARY_KEY_ASC' | 'PRIMARY_KEY_DESC';
|
|
7
11
|
/** Methods to use when ordering `Ref`. */
|
|
8
|
-
export type RefOrderBy = '
|
|
12
|
+
export type RefOrderBy = 'COMMIT_ID_ASC' | 'COMMIT_ID_DESC' | 'DATABASE_ID_ASC' | 'DATABASE_ID_DESC' | 'ID_ASC' | 'ID_DESC' | 'NAME_ASC' | 'NAME_DESC' | 'NATURAL' | 'PRIMARY_KEY_ASC' | 'PRIMARY_KEY_DESC' | 'STORE_ID_ASC' | 'STORE_ID_DESC';
|
|
9
13
|
/** Methods to use when ordering `Store`. */
|
|
10
|
-
export type StoreOrderBy = '
|
|
11
|
-
/**
|
|
12
|
-
export
|
|
13
|
-
/** Methods to use when ordering `Commit`. */
|
|
14
|
-
export type CommitOrderBy = 'NATURAL' | 'PRIMARY_KEY_ASC' | 'PRIMARY_KEY_DESC' | 'ID_ASC' | 'ID_DESC' | 'MESSAGE_ASC' | 'MESSAGE_DESC' | 'DATABASE_ID_ASC' | 'DATABASE_ID_DESC' | 'STORE_ID_ASC' | 'STORE_ID_DESC' | 'PARENT_IDS_ASC' | 'PARENT_IDS_DESC' | 'AUTHOR_ID_ASC' | 'AUTHOR_ID_DESC' | 'COMMITTER_ID_ASC' | 'COMMITTER_ID_DESC' | 'TREE_ID_ASC' | 'TREE_ID_DESC' | 'DATE_ASC' | 'DATE_DESC';
|
|
15
|
-
/** A filter to be used against `Ref` object types. All fields are combined with a logical ‘and.’ */
|
|
16
|
-
export interface RefFilter {
|
|
17
|
-
/** Filter by the object’s `id` field. */
|
|
18
|
-
id?: UUIDFilter;
|
|
19
|
-
/** Filter by the object’s `name` field. */
|
|
20
|
-
name?: StringFilter;
|
|
21
|
-
/** Filter by the object’s `databaseId` field. */
|
|
22
|
-
databaseId?: UUIDFilter;
|
|
23
|
-
/** Filter by the object’s `storeId` field. */
|
|
24
|
-
storeId?: UUIDFilter;
|
|
25
|
-
/** Filter by the object’s `commitId` field. */
|
|
26
|
-
commitId?: UUIDFilter;
|
|
27
|
-
/** Checks for all expressions in this list. */
|
|
28
|
-
and?: RefFilter[];
|
|
29
|
-
/** Checks for any expressions in this list. */
|
|
30
|
-
or?: RefFilter[];
|
|
31
|
-
/** Negates the expression. */
|
|
32
|
-
not?: RefFilter;
|
|
33
|
-
}
|
|
34
|
-
/** A filter to be used against `Store` object types. All fields are combined with a logical ‘and.’ */
|
|
35
|
-
export interface StoreFilter {
|
|
36
|
-
/** Filter by the object’s `id` field. */
|
|
37
|
-
id?: UUIDFilter;
|
|
38
|
-
/** Filter by the object’s `name` field. */
|
|
39
|
-
name?: StringFilter;
|
|
40
|
-
/** Filter by the object’s `databaseId` field. */
|
|
41
|
-
databaseId?: UUIDFilter;
|
|
42
|
-
/** Filter by the object’s `hash` field. */
|
|
43
|
-
hash?: UUIDFilter;
|
|
44
|
-
/** Filter by the object’s `createdAt` field. */
|
|
45
|
-
createdAt?: DatetimeFilter;
|
|
14
|
+
export type StoreOrderBy = 'CREATED_AT_ASC' | 'CREATED_AT_DESC' | 'DATABASE_ID_ASC' | 'DATABASE_ID_DESC' | 'HASH_ASC' | 'HASH_DESC' | 'ID_ASC' | 'ID_DESC' | 'NAME_ASC' | 'NAME_DESC' | 'NATURAL' | 'PRIMARY_KEY_ASC' | 'PRIMARY_KEY_DESC';
|
|
15
|
+
/** A filter to be used against `Commit` object types. All fields are combined with a logical ‘and.’ */
|
|
16
|
+
export interface CommitFilter {
|
|
46
17
|
/** Checks for all expressions in this list. */
|
|
47
|
-
and?:
|
|
48
|
-
/**
|
|
49
|
-
|
|
50
|
-
/**
|
|
51
|
-
|
|
52
|
-
}
|
|
53
|
-
/** A filter to be used against `Object` object types. All fields are combined with a logical ‘and.’ */
|
|
54
|
-
export interface ObjectFilter {
|
|
55
|
-
/** Filter by the object’s `id` field. */
|
|
56
|
-
id?: UUIDFilter;
|
|
18
|
+
and?: CommitFilter[];
|
|
19
|
+
/** Filter by the object’s `authorId` field. */
|
|
20
|
+
authorId?: UUIDFilter;
|
|
21
|
+
/** Filter by the object’s `committerId` field. */
|
|
22
|
+
committerId?: UUIDFilter;
|
|
57
23
|
/** Filter by the object’s `databaseId` field. */
|
|
58
24
|
databaseId?: UUIDFilter;
|
|
59
|
-
/** Filter by the object’s `
|
|
60
|
-
|
|
61
|
-
/** Filter by the object’s `ktree` field. */
|
|
62
|
-
ktree?: StringListFilter;
|
|
63
|
-
/** Filter by the object’s `data` field. */
|
|
64
|
-
data?: JSONFilter;
|
|
65
|
-
/** Filter by the object’s `createdAt` field. */
|
|
66
|
-
createdAt?: DatetimeFilter;
|
|
67
|
-
/** Checks for all expressions in this list. */
|
|
68
|
-
and?: ObjectFilter[];
|
|
69
|
-
/** Checks for any expressions in this list. */
|
|
70
|
-
or?: ObjectFilter[];
|
|
71
|
-
/** Negates the expression. */
|
|
72
|
-
not?: ObjectFilter;
|
|
73
|
-
}
|
|
74
|
-
/** A filter to be used against `Commit` object types. All fields are combined with a logical ‘and.’ */
|
|
75
|
-
export interface CommitFilter {
|
|
25
|
+
/** Filter by the object’s `date` field. */
|
|
26
|
+
date?: DatetimeFilter;
|
|
76
27
|
/** Filter by the object’s `id` field. */
|
|
77
28
|
id?: UUIDFilter;
|
|
78
29
|
/** Filter by the object’s `message` field. */
|
|
79
30
|
message?: StringFilter;
|
|
80
|
-
/**
|
|
81
|
-
|
|
82
|
-
/**
|
|
83
|
-
|
|
31
|
+
/** Negates the expression. */
|
|
32
|
+
not?: CommitFilter;
|
|
33
|
+
/** Checks for any expressions in this list. */
|
|
34
|
+
or?: CommitFilter[];
|
|
84
35
|
/** Filter by the object’s `parentIds` field. */
|
|
85
36
|
parentIds?: UUIDListFilter;
|
|
86
|
-
/** Filter by the object’s `
|
|
87
|
-
|
|
88
|
-
/** Filter by the object’s `committerId` field. */
|
|
89
|
-
committerId?: UUIDFilter;
|
|
37
|
+
/** Filter by the object’s `storeId` field. */
|
|
38
|
+
storeId?: UUIDFilter;
|
|
90
39
|
/** Filter by the object’s `treeId` field. */
|
|
91
40
|
treeId?: UUIDFilter;
|
|
92
|
-
/** Filter by the object’s `date` field. */
|
|
93
|
-
date?: DatetimeFilter;
|
|
94
|
-
/** Checks for all expressions in this list. */
|
|
95
|
-
and?: CommitFilter[];
|
|
96
|
-
/** Checks for any expressions in this list. */
|
|
97
|
-
or?: CommitFilter[];
|
|
98
|
-
/** Negates the expression. */
|
|
99
|
-
not?: CommitFilter;
|
|
100
41
|
}
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
42
|
+
/** An input for mutations affecting `Commit` */
|
|
43
|
+
export interface CommitInput {
|
|
44
|
+
/** User who authored the changes */
|
|
45
|
+
authorId?: string;
|
|
46
|
+
/** User who committed (may differ from author) */
|
|
47
|
+
committerId?: string;
|
|
48
|
+
/** Database scope for multi-tenant isolation */
|
|
49
|
+
databaseId: string;
|
|
50
|
+
/** Commit timestamp */
|
|
51
|
+
date?: string;
|
|
52
|
+
/** Unique commit identifier */
|
|
53
|
+
id?: string;
|
|
54
|
+
/** Optional commit message */
|
|
55
|
+
message?: string;
|
|
56
|
+
/** Parent commit IDs (supports merge commits) */
|
|
57
|
+
parentIds?: string[];
|
|
58
|
+
/** Store this commit belongs to */
|
|
59
|
+
storeId: string;
|
|
60
|
+
/** Root object ID of the tree snapshot at this commit */
|
|
61
|
+
treeId?: string;
|
|
62
|
+
}
|
|
63
|
+
/** Represents an update to a `Commit`. Fields that are set will be updated. */
|
|
64
|
+
export interface CommitPatch {
|
|
65
|
+
/** User who authored the changes */
|
|
66
|
+
authorId?: string;
|
|
67
|
+
/** User who committed (may differ from author) */
|
|
68
|
+
committerId?: string;
|
|
69
|
+
/** Database scope for multi-tenant isolation */
|
|
70
|
+
databaseId?: string;
|
|
71
|
+
/** Commit timestamp */
|
|
72
|
+
date?: string;
|
|
73
|
+
/** Unique commit identifier */
|
|
74
|
+
id?: string;
|
|
75
|
+
/** Optional commit message */
|
|
76
|
+
message?: string;
|
|
77
|
+
/** Parent commit IDs (supports merge commits) */
|
|
78
|
+
parentIds?: string[];
|
|
79
|
+
/** Store this commit belongs to */
|
|
104
80
|
storeId?: string;
|
|
81
|
+
/** Root object ID of the tree snapshot at this commit */
|
|
82
|
+
treeId?: string;
|
|
105
83
|
}
|
|
106
|
-
export interface
|
|
84
|
+
export interface CreateCommitInput {
|
|
107
85
|
clientMutationId?: string;
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
path?: string[];
|
|
111
|
-
data?: unknown;
|
|
86
|
+
/** The `Commit` to be created by this mutation. */
|
|
87
|
+
commit: CommitInput;
|
|
112
88
|
}
|
|
113
|
-
export interface
|
|
89
|
+
export interface CreateObjectInput {
|
|
114
90
|
clientMutationId?: string;
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
path?: string[];
|
|
118
|
-
data?: unknown;
|
|
119
|
-
kids?: string[];
|
|
120
|
-
ktree?: string[];
|
|
91
|
+
/** The `Object` to be created by this mutation. */
|
|
92
|
+
object: ObjectInput;
|
|
121
93
|
}
|
|
122
94
|
export interface CreateRefInput {
|
|
123
95
|
clientMutationId?: string;
|
|
124
96
|
/** The `Ref` to be created by this mutation. */
|
|
125
97
|
ref: RefInput;
|
|
126
98
|
}
|
|
127
|
-
/** An input for mutations affecting `Ref` */
|
|
128
|
-
export interface RefInput {
|
|
129
|
-
/** Unique ref identifier */
|
|
130
|
-
id?: string;
|
|
131
|
-
/** Ref name (e.g. HEAD, main) */
|
|
132
|
-
name: string;
|
|
133
|
-
/** Database scope for multi-tenant isolation */
|
|
134
|
-
databaseId: string;
|
|
135
|
-
/** Store this ref belongs to */
|
|
136
|
-
storeId: string;
|
|
137
|
-
/** Commit this ref points to */
|
|
138
|
-
commitId?: string;
|
|
139
|
-
}
|
|
140
99
|
export interface CreateStoreInput {
|
|
141
100
|
clientMutationId?: string;
|
|
142
101
|
/** The `Store` to be created by this mutation. */
|
|
143
102
|
store: StoreInput;
|
|
144
103
|
}
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
/** Unique store identifier */
|
|
148
|
-
id?: string;
|
|
149
|
-
/** Human-readable store name */
|
|
150
|
-
name: string;
|
|
104
|
+
export interface DeleteCommitInput {
|
|
105
|
+
clientMutationId?: string;
|
|
151
106
|
/** Database scope for multi-tenant isolation */
|
|
152
107
|
databaseId: string;
|
|
153
|
-
/**
|
|
154
|
-
|
|
155
|
-
/** Timestamp of store creation */
|
|
156
|
-
createdAt?: string;
|
|
108
|
+
/** Unique commit identifier */
|
|
109
|
+
id: string;
|
|
157
110
|
}
|
|
158
|
-
export interface
|
|
111
|
+
export interface DeleteObjectInput {
|
|
159
112
|
clientMutationId?: string;
|
|
160
|
-
/**
|
|
161
|
-
|
|
113
|
+
/** Database scope for multi-tenant isolation */
|
|
114
|
+
databaseId: string;
|
|
115
|
+
/** Content-addressed UUID v5 — deterministic hash of (data, kids, ktree) */
|
|
116
|
+
id: string;
|
|
117
|
+
}
|
|
118
|
+
export interface DeleteRefInput {
|
|
119
|
+
clientMutationId?: string;
|
|
120
|
+
/** Database scope for multi-tenant isolation */
|
|
121
|
+
databaseId: string;
|
|
122
|
+
/** Unique ref identifier */
|
|
123
|
+
id: string;
|
|
124
|
+
}
|
|
125
|
+
export interface DeleteStoreInput {
|
|
126
|
+
clientMutationId?: string;
|
|
127
|
+
/** Unique store identifier */
|
|
128
|
+
id: string;
|
|
129
|
+
}
|
|
130
|
+
export interface InitEmptyRepoInput {
|
|
131
|
+
clientMutationId?: string;
|
|
132
|
+
sId?: string;
|
|
133
|
+
storeId?: string;
|
|
134
|
+
}
|
|
135
|
+
export interface InsertNodeAtPathInput {
|
|
136
|
+
clientMutationId?: string;
|
|
137
|
+
data?: unknown;
|
|
138
|
+
kids?: string[];
|
|
139
|
+
ktree?: string[];
|
|
140
|
+
path?: string[];
|
|
141
|
+
root?: string;
|
|
142
|
+
sId?: string;
|
|
143
|
+
}
|
|
144
|
+
/** A filter to be used against `Object` object types. All fields are combined with a logical ‘and.’ */
|
|
145
|
+
export interface ObjectFilter {
|
|
146
|
+
/** Checks for all expressions in this list. */
|
|
147
|
+
and?: ObjectFilter[];
|
|
148
|
+
/** Filter by the object’s `createdAt` field. */
|
|
149
|
+
createdAt?: DatetimeFilter;
|
|
150
|
+
/** Filter by the object’s `data` field. */
|
|
151
|
+
data?: JSONFilter;
|
|
152
|
+
/** Filter by the object’s `databaseId` field. */
|
|
153
|
+
databaseId?: UUIDFilter;
|
|
154
|
+
/** Filter by the object’s `id` field. */
|
|
155
|
+
id?: UUIDFilter;
|
|
156
|
+
/** Filter by the object’s `kids` field. */
|
|
157
|
+
kids?: UUIDListFilter;
|
|
158
|
+
/** Filter by the object’s `ktree` field. */
|
|
159
|
+
ktree?: StringListFilter;
|
|
160
|
+
/** Negates the expression. */
|
|
161
|
+
not?: ObjectFilter;
|
|
162
|
+
/** Checks for any expressions in this list. */
|
|
163
|
+
or?: ObjectFilter[];
|
|
162
164
|
}
|
|
163
165
|
/** An input for mutations affecting `Object` */
|
|
164
166
|
export interface ObjectInput {
|
|
165
|
-
/**
|
|
166
|
-
|
|
167
|
+
/** Timestamp of object creation */
|
|
168
|
+
createdAt?: string;
|
|
169
|
+
/** Payload data for this object node */
|
|
170
|
+
data?: unknown;
|
|
167
171
|
/** Database scope for multi-tenant isolation */
|
|
168
172
|
databaseId: string;
|
|
173
|
+
/** Content-addressed UUID v5 — deterministic hash of (data, kids, ktree) */
|
|
174
|
+
id: string;
|
|
169
175
|
/** Ordered array of child object IDs */
|
|
170
176
|
kids?: string[];
|
|
171
177
|
/** Ordered array of child path names (parallel to kids) */
|
|
172
178
|
ktree?: string[];
|
|
173
|
-
|
|
174
|
-
|
|
179
|
+
}
|
|
180
|
+
/** Represents an update to a `Object`. Fields that are set will be updated. */
|
|
181
|
+
export interface ObjectPatch {
|
|
175
182
|
/** Timestamp of object creation */
|
|
176
183
|
createdAt?: string;
|
|
184
|
+
/** Payload data for this object node */
|
|
185
|
+
data?: unknown;
|
|
186
|
+
/** Database scope for multi-tenant isolation */
|
|
187
|
+
databaseId?: string;
|
|
188
|
+
/** Content-addressed UUID v5 — deterministic hash of (data, kids, ktree) */
|
|
189
|
+
id?: string;
|
|
190
|
+
/** Ordered array of child object IDs */
|
|
191
|
+
kids?: string[];
|
|
192
|
+
/** Ordered array of child path names (parallel to kids) */
|
|
193
|
+
ktree?: string[];
|
|
177
194
|
}
|
|
178
|
-
export interface
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
|
|
195
|
+
export interface ProvisionBucketInput {
|
|
196
|
+
/** The logical bucket key (e.g., "public", "private") */
|
|
197
|
+
bucketKey: string;
|
|
198
|
+
/**
|
|
199
|
+
* Owner entity ID for entity-scoped bucket provisioning.
|
|
200
|
+
* Omit for app-level (database-wide) storage.
|
|
201
|
+
*/
|
|
202
|
+
ownerId?: string;
|
|
182
203
|
}
|
|
183
|
-
/**
|
|
184
|
-
export interface
|
|
185
|
-
/**
|
|
186
|
-
|
|
187
|
-
/**
|
|
188
|
-
|
|
189
|
-
/**
|
|
190
|
-
databaseId
|
|
191
|
-
/**
|
|
192
|
-
|
|
193
|
-
/**
|
|
194
|
-
|
|
195
|
-
/**
|
|
196
|
-
|
|
197
|
-
/**
|
|
198
|
-
|
|
199
|
-
/**
|
|
200
|
-
|
|
201
|
-
/** Commit timestamp */
|
|
202
|
-
date?: string;
|
|
204
|
+
/** A filter to be used against `Ref` object types. All fields are combined with a logical ‘and.’ */
|
|
205
|
+
export interface RefFilter {
|
|
206
|
+
/** Checks for all expressions in this list. */
|
|
207
|
+
and?: RefFilter[];
|
|
208
|
+
/** Filter by the object’s `commitId` field. */
|
|
209
|
+
commitId?: UUIDFilter;
|
|
210
|
+
/** Filter by the object’s `databaseId` field. */
|
|
211
|
+
databaseId?: UUIDFilter;
|
|
212
|
+
/** Filter by the object’s `id` field. */
|
|
213
|
+
id?: UUIDFilter;
|
|
214
|
+
/** Filter by the object’s `name` field. */
|
|
215
|
+
name?: StringFilter;
|
|
216
|
+
/** Negates the expression. */
|
|
217
|
+
not?: RefFilter;
|
|
218
|
+
/** Checks for any expressions in this list. */
|
|
219
|
+
or?: RefFilter[];
|
|
220
|
+
/** Filter by the object’s `storeId` field. */
|
|
221
|
+
storeId?: UUIDFilter;
|
|
203
222
|
}
|
|
204
|
-
|
|
205
|
-
|
|
206
|
-
/**
|
|
207
|
-
|
|
223
|
+
/** An input for mutations affecting `Ref` */
|
|
224
|
+
export interface RefInput {
|
|
225
|
+
/** Commit this ref points to */
|
|
226
|
+
commitId?: string;
|
|
208
227
|
/** Database scope for multi-tenant isolation */
|
|
209
228
|
databaseId: string;
|
|
210
|
-
/**
|
|
211
|
-
|
|
229
|
+
/** Unique ref identifier */
|
|
230
|
+
id?: string;
|
|
231
|
+
/** Ref name (e.g. HEAD, main) */
|
|
232
|
+
name: string;
|
|
233
|
+
/** Store this ref belongs to */
|
|
234
|
+
storeId: string;
|
|
212
235
|
}
|
|
213
236
|
/** Represents an update to a `Ref`. Fields that are set will be updated. */
|
|
214
237
|
export interface RefPatch {
|
|
238
|
+
/** Commit this ref points to */
|
|
239
|
+
commitId?: string;
|
|
240
|
+
/** Database scope for multi-tenant isolation */
|
|
241
|
+
databaseId?: string;
|
|
215
242
|
/** Unique ref identifier */
|
|
216
243
|
id?: string;
|
|
217
244
|
/** Ref name (e.g. HEAD, main) */
|
|
218
245
|
name?: string;
|
|
219
|
-
/** Database scope for multi-tenant isolation */
|
|
220
|
-
databaseId?: string;
|
|
221
246
|
/** Store this ref belongs to */
|
|
222
247
|
storeId?: string;
|
|
223
|
-
/** Commit this ref points to */
|
|
224
|
-
commitId?: string;
|
|
225
248
|
}
|
|
226
|
-
export interface
|
|
227
|
-
clientMutationId?: string;
|
|
249
|
+
export interface SetDataAtPathInput {
|
|
250
|
+
clientMutationId?: string;
|
|
251
|
+
data?: unknown;
|
|
252
|
+
path?: string[];
|
|
253
|
+
root?: string;
|
|
254
|
+
sId?: string;
|
|
255
|
+
}
|
|
256
|
+
/** A filter to be used against `Store` object types. All fields are combined with a logical ‘and.’ */
|
|
257
|
+
export interface StoreFilter {
|
|
258
|
+
/** Checks for all expressions in this list. */
|
|
259
|
+
and?: StoreFilter[];
|
|
260
|
+
/** Filter by the object’s `createdAt` field. */
|
|
261
|
+
createdAt?: DatetimeFilter;
|
|
262
|
+
/** Filter by the object’s `databaseId` field. */
|
|
263
|
+
databaseId?: UUIDFilter;
|
|
264
|
+
/** Filter by the object’s `hash` field. */
|
|
265
|
+
hash?: UUIDFilter;
|
|
266
|
+
/** Filter by the object’s `id` field. */
|
|
267
|
+
id?: UUIDFilter;
|
|
268
|
+
/** Filter by the object’s `name` field. */
|
|
269
|
+
name?: StringFilter;
|
|
270
|
+
/** Negates the expression. */
|
|
271
|
+
not?: StoreFilter;
|
|
272
|
+
/** Checks for any expressions in this list. */
|
|
273
|
+
or?: StoreFilter[];
|
|
274
|
+
}
|
|
275
|
+
/** An input for mutations affecting `Store` */
|
|
276
|
+
export interface StoreInput {
|
|
277
|
+
/** Timestamp of store creation */
|
|
278
|
+
createdAt?: string;
|
|
279
|
+
/** Database scope for multi-tenant isolation */
|
|
280
|
+
databaseId: string;
|
|
281
|
+
/** Current root object hash of this store */
|
|
282
|
+
hash?: string;
|
|
228
283
|
/** Unique store identifier */
|
|
229
|
-
id
|
|
230
|
-
/**
|
|
231
|
-
|
|
284
|
+
id?: string;
|
|
285
|
+
/** Human-readable store name */
|
|
286
|
+
name: string;
|
|
232
287
|
}
|
|
233
288
|
/** Represents an update to a `Store`. Fields that are set will be updated. */
|
|
234
289
|
export interface StorePatch {
|
|
235
|
-
/**
|
|
236
|
-
|
|
237
|
-
/** Human-readable store name */
|
|
238
|
-
name?: string;
|
|
290
|
+
/** Timestamp of store creation */
|
|
291
|
+
createdAt?: string;
|
|
239
292
|
/** Database scope for multi-tenant isolation */
|
|
240
293
|
databaseId?: string;
|
|
241
294
|
/** Current root object hash of this store */
|
|
242
295
|
hash?: string;
|
|
243
|
-
/**
|
|
244
|
-
createdAt?: string;
|
|
245
|
-
}
|
|
246
|
-
export interface UpdateObjectInput {
|
|
247
|
-
clientMutationId?: string;
|
|
248
|
-
/** Content-addressed UUID v5 — deterministic hash of (data, kids, ktree) */
|
|
249
|
-
id: string;
|
|
250
|
-
/** Database scope for multi-tenant isolation */
|
|
251
|
-
databaseId: string;
|
|
252
|
-
/** An object where the defined keys will be set on the `Object` being updated. */
|
|
253
|
-
objectPatch: ObjectPatch;
|
|
254
|
-
}
|
|
255
|
-
/** Represents an update to a `Object`. Fields that are set will be updated. */
|
|
256
|
-
export interface ObjectPatch {
|
|
257
|
-
/** Content-addressed UUID v5 — deterministic hash of (data, kids, ktree) */
|
|
296
|
+
/** Unique store identifier */
|
|
258
297
|
id?: string;
|
|
259
|
-
/**
|
|
260
|
-
|
|
261
|
-
/** Ordered array of child object IDs */
|
|
262
|
-
kids?: string[];
|
|
263
|
-
/** Ordered array of child path names (parallel to kids) */
|
|
264
|
-
ktree?: string[];
|
|
265
|
-
/** Payload data for this object node */
|
|
266
|
-
data?: unknown;
|
|
267
|
-
/** Timestamp of object creation */
|
|
268
|
-
createdAt?: string;
|
|
298
|
+
/** Human-readable store name */
|
|
299
|
+
name?: string;
|
|
269
300
|
}
|
|
270
301
|
export interface UpdateCommitInput {
|
|
271
302
|
clientMutationId?: string;
|
|
272
|
-
/** Unique commit identifier */
|
|
273
|
-
id: string;
|
|
274
|
-
/** Database scope for multi-tenant isolation */
|
|
275
|
-
databaseId: string;
|
|
276
303
|
/** An object where the defined keys will be set on the `Commit` being updated. */
|
|
277
304
|
commitPatch: CommitPatch;
|
|
278
|
-
}
|
|
279
|
-
/** Represents an update to a `Commit`. Fields that are set will be updated. */
|
|
280
|
-
export interface CommitPatch {
|
|
281
|
-
/** Unique commit identifier */
|
|
282
|
-
id?: string;
|
|
283
|
-
/** Optional commit message */
|
|
284
|
-
message?: string;
|
|
285
305
|
/** Database scope for multi-tenant isolation */
|
|
286
|
-
databaseId
|
|
287
|
-
/**
|
|
288
|
-
|
|
289
|
-
/** Parent commit IDs (supports merge commits) */
|
|
290
|
-
parentIds?: string[];
|
|
291
|
-
/** User who authored the changes */
|
|
292
|
-
authorId?: string;
|
|
293
|
-
/** User who committed (may differ from author) */
|
|
294
|
-
committerId?: string;
|
|
295
|
-
/** Root object ID of the tree snapshot at this commit */
|
|
296
|
-
treeId?: string;
|
|
297
|
-
/** Commit timestamp */
|
|
298
|
-
date?: string;
|
|
306
|
+
databaseId: string;
|
|
307
|
+
/** Unique commit identifier */
|
|
308
|
+
id: string;
|
|
299
309
|
}
|
|
300
|
-
export interface
|
|
310
|
+
export interface UpdateObjectInput {
|
|
301
311
|
clientMutationId?: string;
|
|
302
|
-
/** Unique ref identifier */
|
|
303
|
-
id: string;
|
|
304
312
|
/** Database scope for multi-tenant isolation */
|
|
305
313
|
databaseId: string;
|
|
306
|
-
|
|
307
|
-
export interface DeleteStoreInput {
|
|
308
|
-
clientMutationId?: string;
|
|
309
|
-
/** Unique store identifier */
|
|
314
|
+
/** Content-addressed UUID v5 — deterministic hash of (data, kids, ktree) */
|
|
310
315
|
id: string;
|
|
316
|
+
/** An object where the defined keys will be set on the `Object` being updated. */
|
|
317
|
+
objectPatch: ObjectPatch;
|
|
311
318
|
}
|
|
312
|
-
export interface
|
|
319
|
+
export interface UpdateRefInput {
|
|
313
320
|
clientMutationId?: string;
|
|
314
|
-
/** Content-addressed UUID v5 — deterministic hash of (data, kids, ktree) */
|
|
315
|
-
id: string;
|
|
316
321
|
/** Database scope for multi-tenant isolation */
|
|
317
322
|
databaseId: string;
|
|
323
|
+
/** Unique ref identifier */
|
|
324
|
+
id: string;
|
|
325
|
+
/** An object where the defined keys will be set on the `Ref` being updated. */
|
|
326
|
+
refPatch: RefPatch;
|
|
318
327
|
}
|
|
319
|
-
export interface
|
|
328
|
+
export interface UpdateStoreInput {
|
|
320
329
|
clientMutationId?: string;
|
|
321
|
-
/** Unique
|
|
330
|
+
/** Unique store identifier */
|
|
322
331
|
id: string;
|
|
323
|
-
/**
|
|
324
|
-
|
|
332
|
+
/** An object where the defined keys will be set on the `Store` being updated. */
|
|
333
|
+
storePatch: StorePatch;
|
|
325
334
|
}
|
|
326
|
-
|
|
327
|
-
|
|
328
|
-
|
|
329
|
-
|
|
330
|
-
|
|
331
|
-
|
|
332
|
-
|
|
333
|
-
|
|
335
|
+
/** Root meta schema type */
|
|
336
|
+
export interface MetaSchema {
|
|
337
|
+
tables: MetaTable[];
|
|
338
|
+
}
|
|
339
|
+
/** A connection to a list of `Commit` values. */
|
|
340
|
+
export interface CommitConnection {
|
|
341
|
+
edges: CommitEdge[];
|
|
342
|
+
nodes: Commit[];
|
|
343
|
+
pageInfo: PageInfo;
|
|
344
|
+
totalCount: number;
|
|
334
345
|
}
|
|
335
346
|
/** A connection to a list of `GetAllRecord` values. */
|
|
336
347
|
export interface GetAllConnection {
|
|
337
|
-
nodes: GetAllRecord[];
|
|
338
348
|
edges: GetAllEdge[];
|
|
349
|
+
nodes: GetAllRecord[];
|
|
350
|
+
pageInfo: PageInfo;
|
|
351
|
+
totalCount: number;
|
|
352
|
+
}
|
|
353
|
+
/** A connection to a list of `Object` values. */
|
|
354
|
+
export interface ObjectConnection {
|
|
355
|
+
edges: ObjectEdge[];
|
|
356
|
+
nodes: Object[];
|
|
339
357
|
pageInfo: PageInfo;
|
|
340
358
|
totalCount: number;
|
|
341
359
|
}
|
|
342
360
|
/** A connection to a list of `Ref` values. */
|
|
343
361
|
export interface RefConnection {
|
|
344
|
-
nodes: Ref[];
|
|
345
362
|
edges: RefEdge[];
|
|
363
|
+
nodes: Ref[];
|
|
346
364
|
pageInfo: PageInfo;
|
|
347
365
|
totalCount: number;
|
|
348
366
|
}
|
|
349
367
|
/** A connection to a list of `Store` values. */
|
|
350
368
|
export interface StoreConnection {
|
|
351
|
-
nodes: Store[];
|
|
352
369
|
edges: StoreEdge[];
|
|
370
|
+
nodes: Store[];
|
|
353
371
|
pageInfo: PageInfo;
|
|
354
372
|
totalCount: number;
|
|
355
373
|
}
|
|
356
|
-
|
|
357
|
-
export interface ObjectConnection {
|
|
358
|
-
nodes: Object[];
|
|
359
|
-
edges: ObjectEdge[];
|
|
360
|
-
pageInfo: PageInfo;
|
|
361
|
-
totalCount: number;
|
|
362
|
-
}
|
|
363
|
-
/** A connection to a list of `Commit` values. */
|
|
364
|
-
export interface CommitConnection {
|
|
365
|
-
nodes: Commit[];
|
|
366
|
-
edges: CommitEdge[];
|
|
367
|
-
pageInfo: PageInfo;
|
|
368
|
-
totalCount: number;
|
|
369
|
-
}
|
|
370
|
-
/** Root meta schema type */
|
|
371
|
-
export interface MetaSchema {
|
|
372
|
-
tables: MetaTable[];
|
|
373
|
-
}
|
|
374
|
-
export interface InitEmptyRepoPayload {
|
|
375
|
-
clientMutationId?: string | null;
|
|
376
|
-
}
|
|
377
|
-
export interface SetDataAtPathPayload {
|
|
374
|
+
export interface CreateCommitPayload {
|
|
378
375
|
clientMutationId?: string | null;
|
|
379
|
-
|
|
376
|
+
/** The `Commit` that was created by this mutation. */
|
|
377
|
+
commit?: Commit | null;
|
|
378
|
+
commitEdge?: CommitEdge | null;
|
|
380
379
|
}
|
|
381
|
-
export interface
|
|
380
|
+
export interface CreateObjectPayload {
|
|
382
381
|
clientMutationId?: string | null;
|
|
383
|
-
|
|
382
|
+
/** The `Object` that was created by this mutation. */
|
|
383
|
+
object?: Object | null;
|
|
384
|
+
objectEdge?: ObjectEdge | null;
|
|
384
385
|
}
|
|
385
386
|
export interface CreateRefPayload {
|
|
386
387
|
clientMutationId?: string | null;
|
|
@@ -394,42 +395,18 @@ export interface CreateStorePayload {
|
|
|
394
395
|
store?: Store | null;
|
|
395
396
|
storeEdge?: StoreEdge | null;
|
|
396
397
|
}
|
|
397
|
-
export interface
|
|
398
|
-
clientMutationId?: string | null;
|
|
399
|
-
/** The `Object` that was created by this mutation. */
|
|
400
|
-
object?: Object | null;
|
|
401
|
-
objectEdge?: ObjectEdge | null;
|
|
402
|
-
}
|
|
403
|
-
export interface CreateCommitPayload {
|
|
398
|
+
export interface DeleteCommitPayload {
|
|
404
399
|
clientMutationId?: string | null;
|
|
405
|
-
/** The `Commit` that was
|
|
400
|
+
/** The `Commit` that was deleted by this mutation. */
|
|
406
401
|
commit?: Commit | null;
|
|
407
402
|
commitEdge?: CommitEdge | null;
|
|
408
403
|
}
|
|
409
|
-
export interface
|
|
410
|
-
clientMutationId?: string | null;
|
|
411
|
-
/** The `Ref` that was updated by this mutation. */
|
|
412
|
-
ref?: Ref | null;
|
|
413
|
-
refEdge?: RefEdge | null;
|
|
414
|
-
}
|
|
415
|
-
export interface UpdateStorePayload {
|
|
416
|
-
clientMutationId?: string | null;
|
|
417
|
-
/** The `Store` that was updated by this mutation. */
|
|
418
|
-
store?: Store | null;
|
|
419
|
-
storeEdge?: StoreEdge | null;
|
|
420
|
-
}
|
|
421
|
-
export interface UpdateObjectPayload {
|
|
404
|
+
export interface DeleteObjectPayload {
|
|
422
405
|
clientMutationId?: string | null;
|
|
423
|
-
/** The `Object` that was
|
|
406
|
+
/** The `Object` that was deleted by this mutation. */
|
|
424
407
|
object?: Object | null;
|
|
425
408
|
objectEdge?: ObjectEdge | null;
|
|
426
409
|
}
|
|
427
|
-
export interface UpdateCommitPayload {
|
|
428
|
-
clientMutationId?: string | null;
|
|
429
|
-
/** The `Commit` that was updated by this mutation. */
|
|
430
|
-
commit?: Commit | null;
|
|
431
|
-
commitEdge?: CommitEdge | null;
|
|
432
|
-
}
|
|
433
410
|
export interface DeleteRefPayload {
|
|
434
411
|
clientMutationId?: string | null;
|
|
435
412
|
/** The `Ref` that was deleted by this mutation. */
|
|
@@ -442,48 +419,105 @@ export interface DeleteStorePayload {
|
|
|
442
419
|
store?: Store | null;
|
|
443
420
|
storeEdge?: StoreEdge | null;
|
|
444
421
|
}
|
|
445
|
-
export interface
|
|
422
|
+
export interface InitEmptyRepoPayload {
|
|
446
423
|
clientMutationId?: string | null;
|
|
447
|
-
/** The `Object` that was deleted by this mutation. */
|
|
448
|
-
object?: Object | null;
|
|
449
|
-
objectEdge?: ObjectEdge | null;
|
|
450
424
|
}
|
|
451
|
-
export interface
|
|
425
|
+
export interface InsertNodeAtPathPayload {
|
|
452
426
|
clientMutationId?: string | null;
|
|
453
|
-
|
|
454
|
-
commit?: Commit | null;
|
|
455
|
-
commitEdge?: CommitEdge | null;
|
|
427
|
+
result?: string | null;
|
|
456
428
|
}
|
|
457
429
|
export interface ProvisionBucketPayload {
|
|
458
|
-
/** Whether provisioning succeeded */
|
|
459
|
-
success: boolean;
|
|
460
|
-
/** The S3 bucket name that was provisioned */
|
|
461
|
-
bucketName: string;
|
|
462
430
|
/** The access type applied */
|
|
463
431
|
accessType: string;
|
|
464
|
-
/** The
|
|
465
|
-
|
|
432
|
+
/** The S3 bucket name that was provisioned */
|
|
433
|
+
bucketName: string;
|
|
466
434
|
/** The S3 endpoint (null for AWS S3 default) */
|
|
467
435
|
endpoint?: string | null;
|
|
468
436
|
/** Error message if provisioning failed */
|
|
469
437
|
error?: string | null;
|
|
438
|
+
/** The storage provider used */
|
|
439
|
+
provider: string;
|
|
440
|
+
/** Whether provisioning succeeded */
|
|
441
|
+
success: boolean;
|
|
442
|
+
}
|
|
443
|
+
export interface SetDataAtPathPayload {
|
|
444
|
+
clientMutationId?: string | null;
|
|
445
|
+
result?: string | null;
|
|
446
|
+
}
|
|
447
|
+
export interface UpdateCommitPayload {
|
|
448
|
+
clientMutationId?: string | null;
|
|
449
|
+
/** The `Commit` that was updated by this mutation. */
|
|
450
|
+
commit?: Commit | null;
|
|
451
|
+
commitEdge?: CommitEdge | null;
|
|
452
|
+
}
|
|
453
|
+
export interface UpdateObjectPayload {
|
|
454
|
+
clientMutationId?: string | null;
|
|
455
|
+
/** The `Object` that was updated by this mutation. */
|
|
456
|
+
object?: Object | null;
|
|
457
|
+
objectEdge?: ObjectEdge | null;
|
|
458
|
+
}
|
|
459
|
+
export interface UpdateRefPayload {
|
|
460
|
+
clientMutationId?: string | null;
|
|
461
|
+
/** The `Ref` that was updated by this mutation. */
|
|
462
|
+
ref?: Ref | null;
|
|
463
|
+
refEdge?: RefEdge | null;
|
|
464
|
+
}
|
|
465
|
+
export interface UpdateStorePayload {
|
|
466
|
+
clientMutationId?: string | null;
|
|
467
|
+
/** The `Store` that was updated by this mutation. */
|
|
468
|
+
store?: Store | null;
|
|
469
|
+
storeEdge?: StoreEdge | null;
|
|
470
|
+
}
|
|
471
|
+
/** Information about a database table */
|
|
472
|
+
export interface MetaTable {
|
|
473
|
+
constraints: MetaConstraints;
|
|
474
|
+
fields: MetaField[];
|
|
475
|
+
foreignKeyConstraints: MetaForeignKeyConstraint[];
|
|
476
|
+
/** i18n metadata (null if no @i18n tag) */
|
|
477
|
+
i18n?: MetaI18n | null;
|
|
478
|
+
indexes: MetaIndex[];
|
|
479
|
+
inflection: MetaInflection;
|
|
480
|
+
name: string;
|
|
481
|
+
primaryKeyConstraints: MetaPrimaryKeyConstraint[];
|
|
482
|
+
query: MetaQuery;
|
|
483
|
+
/** Realtime metadata (null if no @realtime tag) */
|
|
484
|
+
realtime?: MetaRealtime | null;
|
|
485
|
+
relations: MetaRelations;
|
|
486
|
+
schemaName: string;
|
|
487
|
+
/** Search metadata (null if no search configured) */
|
|
488
|
+
search?: MetaSearch | null;
|
|
489
|
+
/** Storage metadata (null if not a storage table) */
|
|
490
|
+
storage?: MetaStorage | null;
|
|
491
|
+
uniqueConstraints: MetaUniqueConstraint[];
|
|
470
492
|
}
|
|
471
|
-
/** A `
|
|
472
|
-
export interface
|
|
493
|
+
/** A `Commit` edge in the connection. */
|
|
494
|
+
export interface CommitEdge {
|
|
473
495
|
cursor?: string | null;
|
|
474
|
-
/** The `
|
|
475
|
-
node?:
|
|
496
|
+
/** The `Commit` at the end of the edge. */
|
|
497
|
+
node?: Commit | null;
|
|
476
498
|
}
|
|
477
499
|
/** Information about pagination in a connection. */
|
|
478
500
|
export interface PageInfo {
|
|
501
|
+
/** When paginating forwards, the cursor to continue. */
|
|
502
|
+
endCursor?: string | null;
|
|
479
503
|
/** When paginating forwards, are there more items? */
|
|
480
504
|
hasNextPage: boolean;
|
|
481
505
|
/** When paginating backwards, are there more items? */
|
|
482
506
|
hasPreviousPage: boolean;
|
|
483
507
|
/** When paginating backwards, the cursor to continue. */
|
|
484
508
|
startCursor?: string | null;
|
|
485
|
-
|
|
486
|
-
|
|
509
|
+
}
|
|
510
|
+
/** A `GetAllRecord` edge in the connection. */
|
|
511
|
+
export interface GetAllEdge {
|
|
512
|
+
cursor?: string | null;
|
|
513
|
+
/** The `GetAllRecord` at the end of the edge. */
|
|
514
|
+
node?: GetAllRecord | null;
|
|
515
|
+
}
|
|
516
|
+
/** A `Object` edge in the connection. */
|
|
517
|
+
export interface ObjectEdge {
|
|
518
|
+
cursor?: string | null;
|
|
519
|
+
/** The `Object` at the end of the edge. */
|
|
520
|
+
node?: Object | null;
|
|
487
521
|
}
|
|
488
522
|
/** A `Ref` edge in the connection. */
|
|
489
523
|
export interface RefEdge {
|
|
@@ -497,122 +531,88 @@ export interface StoreEdge {
|
|
|
497
531
|
/** The `Store` at the end of the edge. */
|
|
498
532
|
node?: Store | null;
|
|
499
533
|
}
|
|
500
|
-
/**
|
|
501
|
-
export interface
|
|
502
|
-
|
|
503
|
-
|
|
504
|
-
|
|
505
|
-
}
|
|
506
|
-
/** A `Commit` edge in the connection. */
|
|
507
|
-
export interface CommitEdge {
|
|
508
|
-
cursor?: string | null;
|
|
509
|
-
/** The `Commit` at the end of the edge. */
|
|
510
|
-
node?: Commit | null;
|
|
511
|
-
}
|
|
512
|
-
/** Information about a database table */
|
|
513
|
-
export interface MetaTable {
|
|
514
|
-
name: string;
|
|
515
|
-
schemaName: string;
|
|
516
|
-
fields: MetaField[];
|
|
517
|
-
indexes: MetaIndex[];
|
|
518
|
-
constraints: MetaConstraints;
|
|
519
|
-
foreignKeyConstraints: MetaForeignKeyConstraint[];
|
|
520
|
-
primaryKeyConstraints: MetaPrimaryKeyConstraint[];
|
|
521
|
-
uniqueConstraints: MetaUniqueConstraint[];
|
|
522
|
-
relations: MetaRelations;
|
|
523
|
-
inflection: MetaInflection;
|
|
524
|
-
query: MetaQuery;
|
|
525
|
-
/** Storage metadata (null if not a storage table) */
|
|
526
|
-
storage?: MetaStorage | null;
|
|
527
|
-
/** Search metadata (null if no search configured) */
|
|
528
|
-
search?: MetaSearch | null;
|
|
529
|
-
/** i18n metadata (null if no @i18n tag) */
|
|
530
|
-
i18n?: MetaI18n | null;
|
|
531
|
-
/** Realtime metadata (null if no @realtime tag) */
|
|
532
|
-
realtime?: MetaRealtime | null;
|
|
534
|
+
/** Table constraints */
|
|
535
|
+
export interface MetaConstraints {
|
|
536
|
+
foreignKey: MetaForeignKeyConstraint[];
|
|
537
|
+
primaryKey?: MetaPrimaryKeyConstraint | null;
|
|
538
|
+
unique: MetaUniqueConstraint[];
|
|
533
539
|
}
|
|
534
540
|
/** Information about a table field/column */
|
|
535
541
|
export interface MetaField {
|
|
536
|
-
name: string;
|
|
537
|
-
type: MetaType;
|
|
538
|
-
isNotNull: boolean;
|
|
539
|
-
hasDefault: boolean;
|
|
540
|
-
isPrimaryKey: boolean;
|
|
541
|
-
isForeignKey: boolean;
|
|
542
542
|
description?: string | null;
|
|
543
543
|
/** Enum metadata if this field has an enum type */
|
|
544
544
|
enumValues?: MetaEnum | null;
|
|
545
|
-
|
|
546
|
-
|
|
547
|
-
|
|
545
|
+
hasDefault: boolean;
|
|
546
|
+
isForeignKey: boolean;
|
|
547
|
+
isNotNull: boolean;
|
|
548
|
+
isPrimaryKey: boolean;
|
|
548
549
|
name: string;
|
|
549
|
-
|
|
550
|
-
isPrimary: boolean;
|
|
551
|
-
columns: string[];
|
|
552
|
-
fields?: MetaField[] | null;
|
|
553
|
-
}
|
|
554
|
-
/** Table constraints */
|
|
555
|
-
export interface MetaConstraints {
|
|
556
|
-
primaryKey?: MetaPrimaryKeyConstraint | null;
|
|
557
|
-
unique: MetaUniqueConstraint[];
|
|
558
|
-
foreignKey: MetaForeignKeyConstraint[];
|
|
550
|
+
type: MetaType;
|
|
559
551
|
}
|
|
560
552
|
/** Information about a foreign key constraint */
|
|
561
553
|
export interface MetaForeignKeyConstraint {
|
|
562
|
-
name: string;
|
|
563
554
|
fields: MetaField[];
|
|
564
|
-
|
|
565
|
-
referencedFields: string[];
|
|
555
|
+
name: string;
|
|
566
556
|
refFields?: MetaField[] | null;
|
|
567
557
|
refTable?: MetaRefTable | null;
|
|
558
|
+
referencedFields: string[];
|
|
559
|
+
referencedTable: string;
|
|
568
560
|
}
|
|
569
|
-
/**
|
|
570
|
-
export interface
|
|
571
|
-
|
|
572
|
-
|
|
561
|
+
/** i18n metadata for a table with @i18n tag */
|
|
562
|
+
export interface MetaI18n {
|
|
563
|
+
/** Fields that are translatable */
|
|
564
|
+
translatableFields: MetaI18nField[];
|
|
565
|
+
/** Name of the translation table */
|
|
566
|
+
translationTable: string;
|
|
573
567
|
}
|
|
574
|
-
/** Information about a
|
|
575
|
-
export interface
|
|
568
|
+
/** Information about a database index */
|
|
569
|
+
export interface MetaIndex {
|
|
570
|
+
columns: string[];
|
|
571
|
+
fields?: MetaField[] | null;
|
|
572
|
+
isPrimary: boolean;
|
|
573
|
+
isUnique: boolean;
|
|
576
574
|
name: string;
|
|
577
|
-
fields: MetaField[];
|
|
578
|
-
}
|
|
579
|
-
/** Table relations */
|
|
580
|
-
export interface MetaRelations {
|
|
581
|
-
belongsTo: MetaBelongsToRelation[];
|
|
582
|
-
has: MetaHasRelation[];
|
|
583
|
-
hasOne: MetaHasRelation[];
|
|
584
|
-
hasMany: MetaHasRelation[];
|
|
585
|
-
manyToMany: MetaManyToManyRelation[];
|
|
586
575
|
}
|
|
587
576
|
/** Table inflection names */
|
|
588
577
|
export interface MetaInflection {
|
|
589
|
-
tableType: string;
|
|
590
578
|
allRows: string;
|
|
579
|
+
conditionType: string;
|
|
591
580
|
connection: string;
|
|
581
|
+
createInputType: string;
|
|
582
|
+
createPayloadType: string;
|
|
583
|
+
deletePayloadType: string;
|
|
592
584
|
edge: string;
|
|
593
585
|
filterType?: string | null;
|
|
594
586
|
orderByType: string;
|
|
595
|
-
conditionType: string;
|
|
596
587
|
patchType?: string | null;
|
|
597
|
-
|
|
598
|
-
createPayloadType: string;
|
|
588
|
+
tableType: string;
|
|
599
589
|
updatePayloadType?: string | null;
|
|
600
|
-
|
|
590
|
+
}
|
|
591
|
+
/** Information about a primary key constraint */
|
|
592
|
+
export interface MetaPrimaryKeyConstraint {
|
|
593
|
+
fields: MetaField[];
|
|
594
|
+
name: string;
|
|
601
595
|
}
|
|
602
596
|
/** Table query/mutation names */
|
|
603
597
|
export interface MetaQuery {
|
|
604
598
|
all: string;
|
|
605
|
-
one?: string | null;
|
|
606
599
|
create?: string | null;
|
|
607
|
-
update?: string | null;
|
|
608
600
|
delete?: string | null;
|
|
601
|
+
one?: string | null;
|
|
602
|
+
update?: string | null;
|
|
609
603
|
}
|
|
610
|
-
/**
|
|
611
|
-
export interface
|
|
612
|
-
/**
|
|
613
|
-
|
|
614
|
-
|
|
615
|
-
|
|
604
|
+
/** Realtime metadata for a table with @realtime tag */
|
|
605
|
+
export interface MetaRealtime {
|
|
606
|
+
/** The generated subscription field name (e.g. onPostChanged) */
|
|
607
|
+
subscriptionFieldName: string;
|
|
608
|
+
}
|
|
609
|
+
/** Table relations */
|
|
610
|
+
export interface MetaRelations {
|
|
611
|
+
belongsTo: MetaBelongsToRelation[];
|
|
612
|
+
has: MetaHasRelation[];
|
|
613
|
+
hasMany: MetaHasRelation[];
|
|
614
|
+
hasOne: MetaHasRelation[];
|
|
615
|
+
manyToMany: MetaManyToManyRelation[];
|
|
616
616
|
}
|
|
617
617
|
/** Search metadata for a table */
|
|
618
618
|
export interface MetaSearch {
|
|
@@ -620,31 +620,22 @@ export interface MetaSearch {
|
|
|
620
620
|
algorithms: string[];
|
|
621
621
|
/** Searchable columns with their algorithm */
|
|
622
622
|
columns: MetaSearchColumn[];
|
|
623
|
-
/** Whether unifiedSearch composite filter is available */
|
|
624
|
-
hasUnifiedSearch: boolean;
|
|
625
623
|
/** Per-table search configuration */
|
|
626
624
|
config?: MetaSearchConfig | null;
|
|
625
|
+
/** Whether unifiedSearch composite filter is available */
|
|
626
|
+
hasUnifiedSearch: boolean;
|
|
627
627
|
}
|
|
628
|
-
/**
|
|
629
|
-
export interface
|
|
630
|
-
/**
|
|
631
|
-
|
|
632
|
-
/**
|
|
633
|
-
|
|
634
|
-
}
|
|
635
|
-
/** Realtime metadata for a table with @realtime tag */
|
|
636
|
-
export interface MetaRealtime {
|
|
637
|
-
/** The generated subscription field name (e.g. onPostChanged) */
|
|
638
|
-
subscriptionFieldName: string;
|
|
628
|
+
/** Storage metadata for a table */
|
|
629
|
+
export interface MetaStorage {
|
|
630
|
+
/** Whether this table is a storage buckets table */
|
|
631
|
+
isBucketsTable: boolean;
|
|
632
|
+
/** Whether this table is a storage files table */
|
|
633
|
+
isFilesTable: boolean;
|
|
639
634
|
}
|
|
640
|
-
/** Information about a
|
|
641
|
-
export interface
|
|
642
|
-
|
|
643
|
-
|
|
644
|
-
isArray: boolean;
|
|
645
|
-
isNotNull?: boolean | null;
|
|
646
|
-
hasDefault?: boolean | null;
|
|
647
|
-
subtype?: string | null;
|
|
635
|
+
/** Information about a unique constraint */
|
|
636
|
+
export interface MetaUniqueConstraint {
|
|
637
|
+
fields: MetaField[];
|
|
638
|
+
name: string;
|
|
648
639
|
}
|
|
649
640
|
/** Information about a PostgreSQL enum type */
|
|
650
641
|
export interface MetaEnum {
|
|
@@ -653,61 +644,70 @@ export interface MetaEnum {
|
|
|
653
644
|
/** Allowed values for this enum */
|
|
654
645
|
values: string[];
|
|
655
646
|
}
|
|
647
|
+
/** Information about a PostgreSQL type */
|
|
648
|
+
export interface MetaType {
|
|
649
|
+
gqlType: string;
|
|
650
|
+
hasDefault?: boolean | null;
|
|
651
|
+
isArray: boolean;
|
|
652
|
+
isNotNull?: boolean | null;
|
|
653
|
+
pgType: string;
|
|
654
|
+
subtype?: string | null;
|
|
655
|
+
}
|
|
656
656
|
/** Reference to a related table */
|
|
657
657
|
export interface MetaRefTable {
|
|
658
658
|
name: string;
|
|
659
659
|
}
|
|
660
|
+
/** A translatable field */
|
|
661
|
+
export interface MetaI18nField {
|
|
662
|
+
/** GraphQL field name */
|
|
663
|
+
name: string;
|
|
664
|
+
/** PostgreSQL column type (text, citext) */
|
|
665
|
+
type: string;
|
|
666
|
+
}
|
|
660
667
|
/** A belongs-to (forward FK) relation */
|
|
661
668
|
export interface MetaBelongsToRelation {
|
|
662
669
|
fieldName?: string | null;
|
|
663
670
|
isUnique: boolean;
|
|
664
|
-
type?: string | null;
|
|
665
671
|
keys: MetaField[];
|
|
666
672
|
references: MetaRefTable;
|
|
673
|
+
type?: string | null;
|
|
667
674
|
}
|
|
668
675
|
/** A has-one or has-many (reverse FK) relation */
|
|
669
676
|
export interface MetaHasRelation {
|
|
670
677
|
fieldName?: string | null;
|
|
671
678
|
isUnique: boolean;
|
|
672
|
-
type?: string | null;
|
|
673
679
|
keys: MetaField[];
|
|
674
680
|
referencedBy: MetaRefTable;
|
|
681
|
+
type?: string | null;
|
|
675
682
|
}
|
|
676
683
|
/** A many-to-many relation via junction table */
|
|
677
684
|
export interface MetaManyToManyRelation {
|
|
678
685
|
fieldName?: string | null;
|
|
679
|
-
type?: string | null;
|
|
680
|
-
junctionTable: MetaRefTable;
|
|
681
686
|
junctionLeftConstraint: MetaForeignKeyConstraint;
|
|
682
687
|
junctionLeftKeyAttributes: MetaField[];
|
|
683
688
|
junctionRightConstraint: MetaForeignKeyConstraint;
|
|
684
689
|
junctionRightKeyAttributes: MetaField[];
|
|
690
|
+
junctionTable: MetaRefTable;
|
|
685
691
|
leftKeyAttributes: MetaField[];
|
|
686
692
|
rightKeyAttributes: MetaField[];
|
|
687
693
|
rightTable: MetaRefTable;
|
|
694
|
+
type?: string | null;
|
|
688
695
|
}
|
|
689
696
|
/** A searchable column with its algorithm */
|
|
690
697
|
export interface MetaSearchColumn {
|
|
691
|
-
/** Column name (camelCase) */
|
|
692
|
-
name: string;
|
|
693
698
|
/** Search algorithm: tsvector, bm25, trgm, or vector */
|
|
694
699
|
algorithm: string;
|
|
700
|
+
/** Column name (camelCase) */
|
|
701
|
+
name: string;
|
|
695
702
|
}
|
|
696
703
|
/** Per-table search configuration from @searchConfig smart tag */
|
|
697
704
|
export interface MetaSearchConfig {
|
|
698
|
-
/** JSON-encoded per-adapter score weights */
|
|
699
|
-
weights?: string | null;
|
|
700
|
-
/** Whether recency boosting is enabled */
|
|
701
|
-
boostRecent: boolean;
|
|
702
|
-
/** Field used for recency decay */
|
|
703
|
-
boostRecencyField?: string | null;
|
|
704
705
|
/** Exponential decay factor per day */
|
|
705
706
|
boostRecencyDecay?: number | null;
|
|
706
|
-
|
|
707
|
-
|
|
708
|
-
|
|
709
|
-
|
|
710
|
-
|
|
711
|
-
|
|
712
|
-
type: string;
|
|
707
|
+
/** Field used for recency decay */
|
|
708
|
+
boostRecencyField?: string | null;
|
|
709
|
+
/** Whether recency boosting is enabled */
|
|
710
|
+
boostRecent: boolean;
|
|
711
|
+
/** JSON-encoded per-adapter score weights */
|
|
712
|
+
weights?: string | null;
|
|
713
713
|
}
|