@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,365 +4,410 @@
|
|
|
4
4
|
* DO NOT EDIT - changes will be overwritten
|
|
5
5
|
*/
|
|
6
6
|
import type { Config, PlatformConfig, PlatformInternalSecret, PlatformSecret, Secret, DatetimeFilter, JSONFilter, StringFilter, UUIDFilter } from './types';
|
|
7
|
-
/** Methods to use when ordering `PlatformConfig`. */
|
|
8
|
-
export type PlatformConfigOrderBy = 'NATURAL' | 'PRIMARY_KEY_ASC' | 'PRIMARY_KEY_DESC' | 'ID_ASC' | 'ID_DESC' | 'NAMESPACE_ID_ASC' | 'NAMESPACE_ID_DESC' | 'NAME_ASC' | 'NAME_DESC' | 'PROVIDER_ASC' | 'PROVIDER_DESC' | 'VALUE_ASC' | 'VALUE_DESC' | 'LABELS_ASC' | 'LABELS_DESC' | 'ANNOTATIONS_ASC' | 'ANNOTATIONS_DESC' | 'DESCRIPTION_ASC' | 'DESCRIPTION_DESC' | 'CREATED_AT_ASC' | 'CREATED_AT_DESC' | 'UPDATED_AT_ASC' | 'UPDATED_AT_DESC' | 'EXPIRES_AT_ASC' | 'EXPIRES_AT_DESC';
|
|
9
7
|
/** Methods to use when ordering `Config`. */
|
|
10
|
-
export type ConfigOrderBy = '
|
|
8
|
+
export type ConfigOrderBy = 'ANNOTATIONS_ASC' | 'ANNOTATIONS_DESC' | 'CREATED_AT_ASC' | 'CREATED_AT_DESC' | 'DATABASE_ID_ASC' | 'DATABASE_ID_DESC' | 'DESCRIPTION_ASC' | 'DESCRIPTION_DESC' | 'EXPIRES_AT_ASC' | 'EXPIRES_AT_DESC' | 'ID_ASC' | 'ID_DESC' | 'LABELS_ASC' | 'LABELS_DESC' | 'NAMESPACE_ID_ASC' | 'NAMESPACE_ID_DESC' | 'NAME_ASC' | 'NAME_DESC' | 'NATURAL' | 'PRIMARY_KEY_ASC' | 'PRIMARY_KEY_DESC' | 'PROVIDER_ASC' | 'PROVIDER_DESC' | 'UPDATED_AT_ASC' | 'UPDATED_AT_DESC' | 'VALUE_ASC' | 'VALUE_DESC';
|
|
9
|
+
/** Methods to use when ordering `PlatformConfig`. */
|
|
10
|
+
export type PlatformConfigOrderBy = 'ANNOTATIONS_ASC' | 'ANNOTATIONS_DESC' | 'CREATED_AT_ASC' | 'CREATED_AT_DESC' | 'DESCRIPTION_ASC' | 'DESCRIPTION_DESC' | 'EXPIRES_AT_ASC' | 'EXPIRES_AT_DESC' | 'ID_ASC' | 'ID_DESC' | 'LABELS_ASC' | 'LABELS_DESC' | 'NAMESPACE_ID_ASC' | 'NAMESPACE_ID_DESC' | 'NAME_ASC' | 'NAME_DESC' | 'NATURAL' | 'PRIMARY_KEY_ASC' | 'PRIMARY_KEY_DESC' | 'PROVIDER_ASC' | 'PROVIDER_DESC' | 'UPDATED_AT_ASC' | 'UPDATED_AT_DESC' | 'VALUE_ASC' | 'VALUE_DESC';
|
|
11
11
|
/** Methods to use when ordering `PlatformInternalSecret`. */
|
|
12
|
-
export type PlatformInternalSecretOrderBy = '
|
|
12
|
+
export type PlatformInternalSecretOrderBy = 'ANNOTATIONS_ASC' | 'ANNOTATIONS_DESC' | 'CREATED_AT_ASC' | 'CREATED_AT_DESC' | 'DESCRIPTION_ASC' | 'DESCRIPTION_DESC' | 'ID_ASC' | 'ID_DESC' | 'LABELS_ASC' | 'LABELS_DESC' | 'NAMESPACE_ID_ASC' | 'NAMESPACE_ID_DESC' | 'NAME_ASC' | 'NAME_DESC' | 'NATURAL' | 'RETIRED_AT_ASC' | 'RETIRED_AT_DESC' | 'ROTATED_AT_ASC' | 'ROTATED_AT_DESC' | 'UPDATED_AT_ASC' | 'UPDATED_AT_DESC';
|
|
13
13
|
/** Methods to use when ordering `PlatformSecret`. */
|
|
14
|
-
export type PlatformSecretOrderBy = '
|
|
14
|
+
export type PlatformSecretOrderBy = 'ANNOTATIONS_ASC' | 'ANNOTATIONS_DESC' | 'CREATED_AT_ASC' | 'CREATED_AT_DESC' | 'DESCRIPTION_ASC' | 'DESCRIPTION_DESC' | 'ID_ASC' | 'ID_DESC' | 'LABELS_ASC' | 'LABELS_DESC' | 'NAMESPACE_ID_ASC' | 'NAMESPACE_ID_DESC' | 'NAME_ASC' | 'NAME_DESC' | 'NATURAL' | 'PROVIDER_ASC' | 'PROVIDER_DESC' | 'RETIRED_AT_ASC' | 'RETIRED_AT_DESC' | 'ROTATED_AT_ASC' | 'ROTATED_AT_DESC' | 'UPDATED_AT_ASC' | 'UPDATED_AT_DESC';
|
|
15
15
|
/** Methods to use when ordering `Secret`. */
|
|
16
|
-
export type SecretOrderBy = '
|
|
17
|
-
/** A filter to be used against `
|
|
18
|
-
export interface
|
|
19
|
-
/**
|
|
20
|
-
|
|
21
|
-
/** Filter by the object’s `namespaceId` field. */
|
|
22
|
-
namespaceId?: UUIDFilter;
|
|
23
|
-
/** Filter by the object’s `name` field. */
|
|
24
|
-
name?: StringFilter;
|
|
25
|
-
/** Filter by the object’s `provider` field. */
|
|
26
|
-
provider?: StringFilter;
|
|
27
|
-
/** Filter by the object’s `value` field. */
|
|
28
|
-
value?: StringFilter;
|
|
29
|
-
/** Filter by the object’s `labels` field. */
|
|
30
|
-
labels?: JSONFilter;
|
|
16
|
+
export type SecretOrderBy = 'ANNOTATIONS_ASC' | 'ANNOTATIONS_DESC' | 'CREATED_AT_ASC' | 'CREATED_AT_DESC' | 'DATABASE_ID_ASC' | 'DATABASE_ID_DESC' | 'DESCRIPTION_ASC' | 'DESCRIPTION_DESC' | 'ID_ASC' | 'ID_DESC' | 'LABELS_ASC' | 'LABELS_DESC' | 'NAMESPACE_ID_ASC' | 'NAMESPACE_ID_DESC' | 'NAME_ASC' | 'NAME_DESC' | 'NATURAL' | 'PROVIDER_ASC' | 'PROVIDER_DESC' | 'RETIRED_AT_ASC' | 'RETIRED_AT_DESC' | 'ROTATED_AT_ASC' | 'ROTATED_AT_DESC' | 'UPDATED_AT_ASC' | 'UPDATED_AT_DESC';
|
|
17
|
+
/** A filter to be used against `Config` object types. All fields are combined with a logical ‘and.’ */
|
|
18
|
+
export interface ConfigFilter {
|
|
19
|
+
/** Checks for all expressions in this list. */
|
|
20
|
+
and?: ConfigFilter[];
|
|
31
21
|
/** Filter by the object’s `annotations` field. */
|
|
32
22
|
annotations?: JSONFilter;
|
|
33
|
-
/** Filter by the object’s `description` field. */
|
|
34
|
-
description?: StringFilter;
|
|
35
23
|
/** Filter by the object’s `createdAt` field. */
|
|
36
24
|
createdAt?: DatetimeFilter;
|
|
37
|
-
/** Filter by the object’s `updatedAt` field. */
|
|
38
|
-
updatedAt?: DatetimeFilter;
|
|
39
|
-
/** Filter by the object’s `expiresAt` field. */
|
|
40
|
-
expiresAt?: DatetimeFilter;
|
|
41
|
-
/** Checks for all expressions in this list. */
|
|
42
|
-
and?: PlatformConfigFilter[];
|
|
43
|
-
/** Checks for any expressions in this list. */
|
|
44
|
-
or?: PlatformConfigFilter[];
|
|
45
|
-
/** Negates the expression. */
|
|
46
|
-
not?: PlatformConfigFilter;
|
|
47
|
-
}
|
|
48
|
-
/** A filter to be used against `Config` object types. All fields are combined with a logical ‘and.’ */
|
|
49
|
-
export interface ConfigFilter {
|
|
50
|
-
/** Filter by the object’s `id` field. */
|
|
51
|
-
id?: UUIDFilter;
|
|
52
|
-
/** Filter by the object’s `namespaceId` field. */
|
|
53
|
-
namespaceId?: UUIDFilter;
|
|
54
25
|
/** Filter by the object’s `databaseId` field. */
|
|
55
26
|
databaseId?: UUIDFilter;
|
|
56
|
-
/** Filter by the object’s `name` field. */
|
|
57
|
-
name?: StringFilter;
|
|
58
|
-
/** Filter by the object’s `provider` field. */
|
|
59
|
-
provider?: StringFilter;
|
|
60
|
-
/** Filter by the object’s `value` field. */
|
|
61
|
-
value?: StringFilter;
|
|
62
|
-
/** Filter by the object’s `labels` field. */
|
|
63
|
-
labels?: JSONFilter;
|
|
64
|
-
/** Filter by the object’s `annotations` field. */
|
|
65
|
-
annotations?: JSONFilter;
|
|
66
27
|
/** Filter by the object’s `description` field. */
|
|
67
28
|
description?: StringFilter;
|
|
68
|
-
/** Filter by the object’s `createdAt` field. */
|
|
69
|
-
createdAt?: DatetimeFilter;
|
|
70
|
-
/** Filter by the object’s `updatedAt` field. */
|
|
71
|
-
updatedAt?: DatetimeFilter;
|
|
72
29
|
/** Filter by the object’s `expiresAt` field. */
|
|
73
30
|
expiresAt?: DatetimeFilter;
|
|
74
|
-
/** Checks for all expressions in this list. */
|
|
75
|
-
and?: ConfigFilter[];
|
|
76
|
-
/** Checks for any expressions in this list. */
|
|
77
|
-
or?: ConfigFilter[];
|
|
78
|
-
/** Negates the expression. */
|
|
79
|
-
not?: ConfigFilter;
|
|
80
|
-
}
|
|
81
|
-
/** A filter to be used against `PlatformInternalSecret` object types. All fields are combined with a logical ‘and.’ */
|
|
82
|
-
export interface PlatformInternalSecretFilter {
|
|
83
31
|
/** Filter by the object’s `id` field. */
|
|
84
32
|
id?: UUIDFilter;
|
|
85
|
-
/** Filter by the object’s `name` field. */
|
|
86
|
-
name?: StringFilter;
|
|
87
|
-
/** Filter by the object’s `namespaceId` field. */
|
|
88
|
-
namespaceId?: UUIDFilter;
|
|
89
|
-
/** Filter by the object’s `description` field. */
|
|
90
|
-
description?: StringFilter;
|
|
91
33
|
/** Filter by the object’s `labels` field. */
|
|
92
34
|
labels?: JSONFilter;
|
|
93
|
-
/** Filter by the object’s `annotations` field. */
|
|
94
|
-
annotations?: JSONFilter;
|
|
95
|
-
/** Filter by the object’s `createdAt` field. */
|
|
96
|
-
createdAt?: DatetimeFilter;
|
|
97
|
-
/** Filter by the object’s `updatedAt` field. */
|
|
98
|
-
updatedAt?: DatetimeFilter;
|
|
99
|
-
/** Filter by the object’s `rotatedAt` field. */
|
|
100
|
-
rotatedAt?: DatetimeFilter;
|
|
101
|
-
/** Filter by the object’s `retiredAt` field. */
|
|
102
|
-
retiredAt?: DatetimeFilter;
|
|
103
|
-
/** Checks for all expressions in this list. */
|
|
104
|
-
and?: PlatformInternalSecretFilter[];
|
|
105
|
-
/** Checks for any expressions in this list. */
|
|
106
|
-
or?: PlatformInternalSecretFilter[];
|
|
107
|
-
/** Negates the expression. */
|
|
108
|
-
not?: PlatformInternalSecretFilter;
|
|
109
|
-
}
|
|
110
|
-
/** A filter to be used against `PlatformSecret` object types. All fields are combined with a logical ‘and.’ */
|
|
111
|
-
export interface PlatformSecretFilter {
|
|
112
|
-
/** Filter by the object’s `id` field. */
|
|
113
|
-
id?: UUIDFilter;
|
|
114
35
|
/** Filter by the object’s `name` field. */
|
|
115
36
|
name?: StringFilter;
|
|
116
|
-
/** Filter by the object’s `provider` field. */
|
|
117
|
-
provider?: StringFilter;
|
|
118
37
|
/** Filter by the object’s `namespaceId` field. */
|
|
119
38
|
namespaceId?: UUIDFilter;
|
|
120
|
-
/** Filter by the object’s `description` field. */
|
|
121
|
-
description?: StringFilter;
|
|
122
|
-
/** Filter by the object’s `labels` field. */
|
|
123
|
-
labels?: JSONFilter;
|
|
124
|
-
/** Filter by the object’s `annotations` field. */
|
|
125
|
-
annotations?: JSONFilter;
|
|
126
|
-
/** Filter by the object’s `createdAt` field. */
|
|
127
|
-
createdAt?: DatetimeFilter;
|
|
128
|
-
/** Filter by the object’s `updatedAt` field. */
|
|
129
|
-
updatedAt?: DatetimeFilter;
|
|
130
|
-
/** Filter by the object’s `rotatedAt` field. */
|
|
131
|
-
rotatedAt?: DatetimeFilter;
|
|
132
|
-
/** Filter by the object’s `retiredAt` field. */
|
|
133
|
-
retiredAt?: DatetimeFilter;
|
|
134
|
-
/** Checks for all expressions in this list. */
|
|
135
|
-
and?: PlatformSecretFilter[];
|
|
136
|
-
/** Checks for any expressions in this list. */
|
|
137
|
-
or?: PlatformSecretFilter[];
|
|
138
39
|
/** Negates the expression. */
|
|
139
|
-
not?:
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
export interface SecretFilter {
|
|
143
|
-
/** Filter by the object’s `databaseId` field. */
|
|
144
|
-
databaseId?: UUIDFilter;
|
|
145
|
-
/** Filter by the object’s `id` field. */
|
|
146
|
-
id?: UUIDFilter;
|
|
147
|
-
/** Filter by the object’s `name` field. */
|
|
148
|
-
name?: StringFilter;
|
|
40
|
+
not?: ConfigFilter;
|
|
41
|
+
/** Checks for any expressions in this list. */
|
|
42
|
+
or?: ConfigFilter[];
|
|
149
43
|
/** Filter by the object’s `provider` field. */
|
|
150
44
|
provider?: StringFilter;
|
|
151
|
-
/** Filter by the object’s `namespaceId` field. */
|
|
152
|
-
namespaceId?: UUIDFilter;
|
|
153
|
-
/** Filter by the object’s `description` field. */
|
|
154
|
-
description?: StringFilter;
|
|
155
|
-
/** Filter by the object’s `labels` field. */
|
|
156
|
-
labels?: JSONFilter;
|
|
157
|
-
/** Filter by the object’s `annotations` field. */
|
|
158
|
-
annotations?: JSONFilter;
|
|
159
|
-
/** Filter by the object’s `createdAt` field. */
|
|
160
|
-
createdAt?: DatetimeFilter;
|
|
161
45
|
/** Filter by the object’s `updatedAt` field. */
|
|
162
46
|
updatedAt?: DatetimeFilter;
|
|
163
|
-
/** Filter by the object’s `
|
|
164
|
-
|
|
165
|
-
/** Filter by the object’s `retiredAt` field. */
|
|
166
|
-
retiredAt?: DatetimeFilter;
|
|
167
|
-
/** Checks for all expressions in this list. */
|
|
168
|
-
and?: SecretFilter[];
|
|
169
|
-
/** Checks for any expressions in this list. */
|
|
170
|
-
or?: SecretFilter[];
|
|
171
|
-
/** Negates the expression. */
|
|
172
|
-
not?: SecretFilter;
|
|
173
|
-
}
|
|
174
|
-
export interface PlatformInternalSecretsDelInput {
|
|
175
|
-
clientMutationId?: string;
|
|
176
|
-
secretName?: string;
|
|
177
|
-
namespaceId?: string;
|
|
178
|
-
}
|
|
179
|
-
export interface PlatformSecretsDelInput {
|
|
180
|
-
clientMutationId?: string;
|
|
181
|
-
secretName?: string;
|
|
182
|
-
namespaceId?: string;
|
|
183
|
-
}
|
|
184
|
-
export interface _SecretsDelInput {
|
|
185
|
-
clientMutationId?: string;
|
|
186
|
-
databaseId?: string;
|
|
187
|
-
secretName?: string;
|
|
188
|
-
namespaceId?: string;
|
|
189
|
-
}
|
|
190
|
-
export interface PlatformInternalSecretsRemoveArrayInput {
|
|
191
|
-
clientMutationId?: string;
|
|
192
|
-
secretNames?: string[];
|
|
193
|
-
namespaceId?: string;
|
|
47
|
+
/** Filter by the object’s `value` field. */
|
|
48
|
+
value?: StringFilter;
|
|
194
49
|
}
|
|
195
|
-
|
|
196
|
-
|
|
197
|
-
|
|
198
|
-
|
|
50
|
+
/** An input for mutations affecting `Config` */
|
|
51
|
+
export interface ConfigInput {
|
|
52
|
+
/** Freeform metadata for tooling and operational notes */
|
|
53
|
+
annotations?: unknown;
|
|
54
|
+
createdAt?: string;
|
|
55
|
+
/** Database that owns this resource (database-scoped isolation) */
|
|
56
|
+
databaseId: string;
|
|
57
|
+
/** Human-readable note about this config entry */
|
|
58
|
+
description?: string;
|
|
59
|
+
/** Optional expiration timestamp for time-limited config entries */
|
|
60
|
+
expiresAt?: string;
|
|
61
|
+
/** Unique identifier for this config entry */
|
|
62
|
+
id?: string;
|
|
63
|
+
/** Key/value pairs for selecting/filtering config entries */
|
|
64
|
+
labels?: unknown;
|
|
65
|
+
/** Key name identifying the config entry */
|
|
66
|
+
name: string;
|
|
67
|
+
/** FK to namespaces — logical grouping for config entries */
|
|
68
|
+
namespaceId: string;
|
|
69
|
+
/** Integration provider slug (e.g. mailgun, postgres). Used by the UI to group config entries by integration. No FK. */
|
|
70
|
+
provider?: string;
|
|
71
|
+
updatedAt?: string;
|
|
72
|
+
/** Plaintext config value */
|
|
73
|
+
value?: string;
|
|
199
74
|
}
|
|
200
|
-
|
|
201
|
-
|
|
75
|
+
/** Represents an update to a `Config`. Fields that are set will be updated. */
|
|
76
|
+
export interface ConfigPatch {
|
|
77
|
+
/** Freeform metadata for tooling and operational notes */
|
|
78
|
+
annotations?: unknown;
|
|
79
|
+
createdAt?: string;
|
|
80
|
+
/** Database that owns this resource (database-scoped isolation) */
|
|
202
81
|
databaseId?: string;
|
|
203
|
-
|
|
82
|
+
/** Human-readable note about this config entry */
|
|
83
|
+
description?: string;
|
|
84
|
+
/** Optional expiration timestamp for time-limited config entries */
|
|
85
|
+
expiresAt?: string;
|
|
86
|
+
/** Unique identifier for this config entry */
|
|
87
|
+
id?: string;
|
|
88
|
+
/** Key/value pairs for selecting/filtering config entries */
|
|
89
|
+
labels?: unknown;
|
|
90
|
+
/** Key name identifying the config entry */
|
|
91
|
+
name?: string;
|
|
92
|
+
/** FK to namespaces — logical grouping for config entries */
|
|
204
93
|
namespaceId?: string;
|
|
94
|
+
/** Integration provider slug (e.g. mailgun, postgres). Used by the UI to group config entries by integration. No FK. */
|
|
95
|
+
provider?: string;
|
|
96
|
+
updatedAt?: string;
|
|
97
|
+
/** Plaintext config value */
|
|
98
|
+
value?: string;
|
|
205
99
|
}
|
|
206
|
-
export interface
|
|
100
|
+
export interface CreateConfigInput {
|
|
207
101
|
clientMutationId?: string;
|
|
208
|
-
|
|
209
|
-
|
|
210
|
-
namespaceId?: string;
|
|
211
|
-
algo?: string;
|
|
102
|
+
/** The `Config` to be created by this mutation. */
|
|
103
|
+
config: ConfigInput;
|
|
212
104
|
}
|
|
213
|
-
export interface
|
|
105
|
+
export interface CreatePlatformConfigInput {
|
|
214
106
|
clientMutationId?: string;
|
|
215
|
-
|
|
216
|
-
|
|
217
|
-
secretNamespaceId?: string;
|
|
218
|
-
algo?: string;
|
|
107
|
+
/** The `PlatformConfig` to be created by this mutation. */
|
|
108
|
+
platformConfig: PlatformConfigInput;
|
|
219
109
|
}
|
|
220
|
-
export interface
|
|
110
|
+
export interface CreatePlatformInternalSecretInput {
|
|
221
111
|
clientMutationId?: string;
|
|
222
|
-
|
|
223
|
-
|
|
224
|
-
namespaceId?: string;
|
|
225
|
-
algo?: string;
|
|
112
|
+
/** The `PlatformInternalSecret` to be created by this mutation. */
|
|
113
|
+
platformInternalSecret: PlatformInternalSecretInput;
|
|
226
114
|
}
|
|
227
|
-
export interface
|
|
115
|
+
export interface CreatePlatformSecretInput {
|
|
228
116
|
clientMutationId?: string;
|
|
229
|
-
|
|
230
|
-
|
|
231
|
-
secretValue?: string;
|
|
232
|
-
namespaceId?: string;
|
|
233
|
-
algo?: string;
|
|
117
|
+
/** The `PlatformSecret` to be created by this mutation. */
|
|
118
|
+
platformSecret: PlatformSecretInput;
|
|
234
119
|
}
|
|
235
|
-
export interface
|
|
120
|
+
export interface CreateSecretInput {
|
|
236
121
|
clientMutationId?: string;
|
|
237
|
-
|
|
238
|
-
|
|
239
|
-
secretNamespaceId?: string;
|
|
240
|
-
algo?: string;
|
|
241
|
-
provider?: string;
|
|
122
|
+
/** The `Secret` to be created by this mutation. */
|
|
123
|
+
secret: SecretInput;
|
|
242
124
|
}
|
|
243
|
-
export interface
|
|
125
|
+
export interface DeleteConfigInput {
|
|
244
126
|
clientMutationId?: string;
|
|
245
|
-
|
|
246
|
-
|
|
247
|
-
secretValue?: string;
|
|
248
|
-
secretNamespaceId?: string;
|
|
249
|
-
algo?: string;
|
|
250
|
-
provider?: string;
|
|
127
|
+
/** Unique identifier for this config entry */
|
|
128
|
+
id: string;
|
|
251
129
|
}
|
|
252
|
-
export interface
|
|
130
|
+
export interface DeletePlatformConfigInput {
|
|
253
131
|
clientMutationId?: string;
|
|
254
|
-
/**
|
|
255
|
-
|
|
132
|
+
/** Unique identifier for this config entry */
|
|
133
|
+
id: string;
|
|
134
|
+
}
|
|
135
|
+
/** A filter to be used against `PlatformConfig` object types. All fields are combined with a logical ‘and.’ */
|
|
136
|
+
export interface PlatformConfigFilter {
|
|
137
|
+
/** Checks for all expressions in this list. */
|
|
138
|
+
and?: PlatformConfigFilter[];
|
|
139
|
+
/** Filter by the object’s `annotations` field. */
|
|
140
|
+
annotations?: JSONFilter;
|
|
141
|
+
/** Filter by the object’s `createdAt` field. */
|
|
142
|
+
createdAt?: DatetimeFilter;
|
|
143
|
+
/** Filter by the object’s `description` field. */
|
|
144
|
+
description?: StringFilter;
|
|
145
|
+
/** Filter by the object’s `expiresAt` field. */
|
|
146
|
+
expiresAt?: DatetimeFilter;
|
|
147
|
+
/** Filter by the object’s `id` field. */
|
|
148
|
+
id?: UUIDFilter;
|
|
149
|
+
/** Filter by the object’s `labels` field. */
|
|
150
|
+
labels?: JSONFilter;
|
|
151
|
+
/** Filter by the object’s `name` field. */
|
|
152
|
+
name?: StringFilter;
|
|
153
|
+
/** Filter by the object’s `namespaceId` field. */
|
|
154
|
+
namespaceId?: UUIDFilter;
|
|
155
|
+
/** Negates the expression. */
|
|
156
|
+
not?: PlatformConfigFilter;
|
|
157
|
+
/** Checks for any expressions in this list. */
|
|
158
|
+
or?: PlatformConfigFilter[];
|
|
159
|
+
/** Filter by the object’s `provider` field. */
|
|
160
|
+
provider?: StringFilter;
|
|
161
|
+
/** Filter by the object’s `updatedAt` field. */
|
|
162
|
+
updatedAt?: DatetimeFilter;
|
|
163
|
+
/** Filter by the object’s `value` field. */
|
|
164
|
+
value?: StringFilter;
|
|
256
165
|
}
|
|
257
166
|
/** An input for mutations affecting `PlatformConfig` */
|
|
258
167
|
export interface PlatformConfigInput {
|
|
168
|
+
/** Freeform metadata for tooling and operational notes */
|
|
169
|
+
annotations?: unknown;
|
|
170
|
+
createdAt?: string;
|
|
171
|
+
/** Human-readable note about this config entry */
|
|
172
|
+
description?: string;
|
|
173
|
+
/** Optional expiration timestamp for time-limited config entries */
|
|
174
|
+
expiresAt?: string;
|
|
259
175
|
/** Unique identifier for this config entry */
|
|
260
176
|
id?: string;
|
|
261
|
-
/**
|
|
262
|
-
|
|
177
|
+
/** Key/value pairs for selecting/filtering config entries */
|
|
178
|
+
labels?: unknown;
|
|
263
179
|
/** Key name identifying the config entry */
|
|
264
180
|
name: string;
|
|
181
|
+
/** FK to namespaces — logical grouping for config entries */
|
|
182
|
+
namespaceId: string;
|
|
265
183
|
/** Integration provider slug (e.g. mailgun, postgres). Used by the UI to group config entries by integration. No FK. */
|
|
266
184
|
provider?: string;
|
|
185
|
+
updatedAt?: string;
|
|
267
186
|
/** Plaintext config value */
|
|
268
187
|
value?: string;
|
|
269
|
-
|
|
270
|
-
|
|
188
|
+
}
|
|
189
|
+
/** Represents an update to a `PlatformConfig`. Fields that are set will be updated. */
|
|
190
|
+
export interface PlatformConfigPatch {
|
|
271
191
|
/** Freeform metadata for tooling and operational notes */
|
|
272
192
|
annotations?: unknown;
|
|
193
|
+
createdAt?: string;
|
|
273
194
|
/** Human-readable note about this config entry */
|
|
274
195
|
description?: string;
|
|
275
|
-
createdAt?: string;
|
|
276
|
-
updatedAt?: string;
|
|
277
196
|
/** Optional expiration timestamp for time-limited config entries */
|
|
278
197
|
expiresAt?: string;
|
|
279
|
-
}
|
|
280
|
-
export interface CreateConfigInput {
|
|
281
|
-
clientMutationId?: string;
|
|
282
|
-
/** The `Config` to be created by this mutation. */
|
|
283
|
-
config: ConfigInput;
|
|
284
|
-
}
|
|
285
|
-
/** An input for mutations affecting `Config` */
|
|
286
|
-
export interface ConfigInput {
|
|
287
198
|
/** Unique identifier for this config entry */
|
|
288
199
|
id?: string;
|
|
289
|
-
/**
|
|
290
|
-
|
|
291
|
-
/** Database that owns this resource (database-scoped isolation) */
|
|
292
|
-
databaseId: string;
|
|
200
|
+
/** Key/value pairs for selecting/filtering config entries */
|
|
201
|
+
labels?: unknown;
|
|
293
202
|
/** Key name identifying the config entry */
|
|
294
|
-
name
|
|
203
|
+
name?: string;
|
|
204
|
+
/** FK to namespaces — logical grouping for config entries */
|
|
205
|
+
namespaceId?: string;
|
|
295
206
|
/** Integration provider slug (e.g. mailgun, postgres). Used by the UI to group config entries by integration. No FK. */
|
|
296
207
|
provider?: string;
|
|
208
|
+
updatedAt?: string;
|
|
297
209
|
/** Plaintext config value */
|
|
298
210
|
value?: string;
|
|
299
|
-
/** Key/value pairs for selecting/filtering config entries */
|
|
300
|
-
labels?: unknown;
|
|
301
|
-
/** Freeform metadata for tooling and operational notes */
|
|
302
|
-
annotations?: unknown;
|
|
303
|
-
/** Human-readable note about this config entry */
|
|
304
|
-
description?: string;
|
|
305
|
-
createdAt?: string;
|
|
306
|
-
updatedAt?: string;
|
|
307
|
-
/** Optional expiration timestamp for time-limited config entries */
|
|
308
|
-
expiresAt?: string;
|
|
309
211
|
}
|
|
310
|
-
|
|
311
|
-
|
|
312
|
-
/**
|
|
313
|
-
|
|
212
|
+
/** A filter to be used against `PlatformInternalSecret` object types. All fields are combined with a logical ‘and.’ */
|
|
213
|
+
export interface PlatformInternalSecretFilter {
|
|
214
|
+
/** Checks for all expressions in this list. */
|
|
215
|
+
and?: PlatformInternalSecretFilter[];
|
|
216
|
+
/** Filter by the object’s `annotations` field. */
|
|
217
|
+
annotations?: JSONFilter;
|
|
218
|
+
/** Filter by the object’s `createdAt` field. */
|
|
219
|
+
createdAt?: DatetimeFilter;
|
|
220
|
+
/** Filter by the object’s `description` field. */
|
|
221
|
+
description?: StringFilter;
|
|
222
|
+
/** Filter by the object’s `id` field. */
|
|
223
|
+
id?: UUIDFilter;
|
|
224
|
+
/** Filter by the object’s `labels` field. */
|
|
225
|
+
labels?: JSONFilter;
|
|
226
|
+
/** Filter by the object’s `name` field. */
|
|
227
|
+
name?: StringFilter;
|
|
228
|
+
/** Filter by the object’s `namespaceId` field. */
|
|
229
|
+
namespaceId?: UUIDFilter;
|
|
230
|
+
/** Negates the expression. */
|
|
231
|
+
not?: PlatformInternalSecretFilter;
|
|
232
|
+
/** Checks for any expressions in this list. */
|
|
233
|
+
or?: PlatformInternalSecretFilter[];
|
|
234
|
+
/** Filter by the object’s `retiredAt` field. */
|
|
235
|
+
retiredAt?: DatetimeFilter;
|
|
236
|
+
/** Filter by the object’s `rotatedAt` field. */
|
|
237
|
+
rotatedAt?: DatetimeFilter;
|
|
238
|
+
/** Filter by the object’s `updatedAt` field. */
|
|
239
|
+
updatedAt?: DatetimeFilter;
|
|
314
240
|
}
|
|
315
241
|
/** An input for mutations affecting `PlatformInternalSecret` */
|
|
316
242
|
export interface PlatformInternalSecretInput {
|
|
243
|
+
annotations?: unknown;
|
|
244
|
+
createdAt?: string;
|
|
245
|
+
description?: string;
|
|
317
246
|
id?: string;
|
|
247
|
+
labels?: unknown;
|
|
318
248
|
name?: string;
|
|
319
249
|
namespaceId?: string;
|
|
320
|
-
description?: string;
|
|
321
|
-
labels?: unknown;
|
|
322
|
-
annotations?: unknown;
|
|
323
|
-
createdAt?: string;
|
|
324
|
-
updatedAt?: string;
|
|
325
|
-
rotatedAt?: string;
|
|
326
250
|
retiredAt?: string;
|
|
251
|
+
rotatedAt?: string;
|
|
252
|
+
updatedAt?: string;
|
|
327
253
|
}
|
|
328
|
-
export interface
|
|
254
|
+
export interface PlatformInternalSecretsDelInput {
|
|
329
255
|
clientMutationId?: string;
|
|
330
|
-
|
|
331
|
-
|
|
256
|
+
namespaceId?: string;
|
|
257
|
+
secretName?: string;
|
|
258
|
+
}
|
|
259
|
+
export interface PlatformInternalSecretsRemoveArrayInput {
|
|
260
|
+
clientMutationId?: string;
|
|
261
|
+
namespaceId?: string;
|
|
262
|
+
secretNames?: string[];
|
|
263
|
+
}
|
|
264
|
+
export interface PlatformInternalSecretsRotateInput {
|
|
265
|
+
algo?: string;
|
|
266
|
+
clientMutationId?: string;
|
|
267
|
+
namespaceId?: string;
|
|
268
|
+
secretName?: string;
|
|
269
|
+
secretValue?: string;
|
|
270
|
+
}
|
|
271
|
+
export interface PlatformInternalSecretsSetInput {
|
|
272
|
+
algo?: string;
|
|
273
|
+
clientMutationId?: string;
|
|
274
|
+
secretName?: string;
|
|
275
|
+
secretNamespaceId?: string;
|
|
276
|
+
secretValue?: string;
|
|
277
|
+
}
|
|
278
|
+
/** A filter to be used against `PlatformSecret` object types. All fields are combined with a logical ‘and.’ */
|
|
279
|
+
export interface PlatformSecretFilter {
|
|
280
|
+
/** Checks for all expressions in this list. */
|
|
281
|
+
and?: PlatformSecretFilter[];
|
|
282
|
+
/** Filter by the object’s `annotations` field. */
|
|
283
|
+
annotations?: JSONFilter;
|
|
284
|
+
/** Filter by the object’s `createdAt` field. */
|
|
285
|
+
createdAt?: DatetimeFilter;
|
|
286
|
+
/** Filter by the object’s `description` field. */
|
|
287
|
+
description?: StringFilter;
|
|
288
|
+
/** Filter by the object’s `id` field. */
|
|
289
|
+
id?: UUIDFilter;
|
|
290
|
+
/** Filter by the object’s `labels` field. */
|
|
291
|
+
labels?: JSONFilter;
|
|
292
|
+
/** Filter by the object’s `name` field. */
|
|
293
|
+
name?: StringFilter;
|
|
294
|
+
/** Filter by the object’s `namespaceId` field. */
|
|
295
|
+
namespaceId?: UUIDFilter;
|
|
296
|
+
/** Negates the expression. */
|
|
297
|
+
not?: PlatformSecretFilter;
|
|
298
|
+
/** Checks for any expressions in this list. */
|
|
299
|
+
or?: PlatformSecretFilter[];
|
|
300
|
+
/** Filter by the object’s `provider` field. */
|
|
301
|
+
provider?: StringFilter;
|
|
302
|
+
/** Filter by the object’s `retiredAt` field. */
|
|
303
|
+
retiredAt?: DatetimeFilter;
|
|
304
|
+
/** Filter by the object’s `rotatedAt` field. */
|
|
305
|
+
rotatedAt?: DatetimeFilter;
|
|
306
|
+
/** Filter by the object’s `updatedAt` field. */
|
|
307
|
+
updatedAt?: DatetimeFilter;
|
|
332
308
|
}
|
|
333
309
|
/** An input for mutations affecting `PlatformSecret` */
|
|
334
310
|
export interface PlatformSecretInput {
|
|
311
|
+
annotations?: unknown;
|
|
312
|
+
createdAt?: string;
|
|
313
|
+
description?: string;
|
|
335
314
|
id?: string;
|
|
315
|
+
labels?: unknown;
|
|
336
316
|
name?: string;
|
|
337
|
-
provider?: string;
|
|
338
317
|
namespaceId?: string;
|
|
339
|
-
|
|
340
|
-
labels?: unknown;
|
|
341
|
-
annotations?: unknown;
|
|
342
|
-
createdAt?: string;
|
|
343
|
-
updatedAt?: string;
|
|
344
|
-
rotatedAt?: string;
|
|
318
|
+
provider?: string;
|
|
345
319
|
retiredAt?: string;
|
|
320
|
+
rotatedAt?: string;
|
|
321
|
+
updatedAt?: string;
|
|
346
322
|
}
|
|
347
|
-
export interface
|
|
323
|
+
export interface PlatformSecretsDelInput {
|
|
348
324
|
clientMutationId?: string;
|
|
349
|
-
|
|
350
|
-
|
|
325
|
+
namespaceId?: string;
|
|
326
|
+
secretName?: string;
|
|
327
|
+
}
|
|
328
|
+
export interface PlatformSecretsRemoveArrayInput {
|
|
329
|
+
clientMutationId?: string;
|
|
330
|
+
namespaceId?: string;
|
|
331
|
+
secretNames?: string[];
|
|
332
|
+
}
|
|
333
|
+
export interface PlatformSecretsRotateInput {
|
|
334
|
+
algo?: string;
|
|
335
|
+
clientMutationId?: string;
|
|
336
|
+
namespaceId?: string;
|
|
337
|
+
secretName?: string;
|
|
338
|
+
secretValue?: string;
|
|
339
|
+
}
|
|
340
|
+
export interface PlatformSecretsSetInput {
|
|
341
|
+
algo?: string;
|
|
342
|
+
clientMutationId?: string;
|
|
343
|
+
provider?: string;
|
|
344
|
+
secretName?: string;
|
|
345
|
+
secretNamespaceId?: string;
|
|
346
|
+
secretValue?: string;
|
|
347
|
+
}
|
|
348
|
+
export interface ProvisionBucketInput {
|
|
349
|
+
/** The logical bucket key (e.g., "public", "private") */
|
|
350
|
+
bucketKey: string;
|
|
351
|
+
/**
|
|
352
|
+
* Owner entity ID for entity-scoped bucket provisioning.
|
|
353
|
+
* Omit for app-level (database-wide) storage.
|
|
354
|
+
*/
|
|
355
|
+
ownerId?: string;
|
|
356
|
+
}
|
|
357
|
+
/** A filter to be used against `Secret` object types. All fields are combined with a logical ‘and.’ */
|
|
358
|
+
export interface SecretFilter {
|
|
359
|
+
/** Checks for all expressions in this list. */
|
|
360
|
+
and?: SecretFilter[];
|
|
361
|
+
/** Filter by the object’s `annotations` field. */
|
|
362
|
+
annotations?: JSONFilter;
|
|
363
|
+
/** Filter by the object’s `createdAt` field. */
|
|
364
|
+
createdAt?: DatetimeFilter;
|
|
365
|
+
/** Filter by the object’s `databaseId` field. */
|
|
366
|
+
databaseId?: UUIDFilter;
|
|
367
|
+
/** Filter by the object’s `description` field. */
|
|
368
|
+
description?: StringFilter;
|
|
369
|
+
/** Filter by the object’s `id` field. */
|
|
370
|
+
id?: UUIDFilter;
|
|
371
|
+
/** Filter by the object’s `labels` field. */
|
|
372
|
+
labels?: JSONFilter;
|
|
373
|
+
/** Filter by the object’s `name` field. */
|
|
374
|
+
name?: StringFilter;
|
|
375
|
+
/** Filter by the object’s `namespaceId` field. */
|
|
376
|
+
namespaceId?: UUIDFilter;
|
|
377
|
+
/** Negates the expression. */
|
|
378
|
+
not?: SecretFilter;
|
|
379
|
+
/** Checks for any expressions in this list. */
|
|
380
|
+
or?: SecretFilter[];
|
|
381
|
+
/** Filter by the object’s `provider` field. */
|
|
382
|
+
provider?: StringFilter;
|
|
383
|
+
/** Filter by the object’s `retiredAt` field. */
|
|
384
|
+
retiredAt?: DatetimeFilter;
|
|
385
|
+
/** Filter by the object’s `rotatedAt` field. */
|
|
386
|
+
rotatedAt?: DatetimeFilter;
|
|
387
|
+
/** Filter by the object’s `updatedAt` field. */
|
|
388
|
+
updatedAt?: DatetimeFilter;
|
|
351
389
|
}
|
|
352
390
|
/** An input for mutations affecting `Secret` */
|
|
353
391
|
export interface SecretInput {
|
|
392
|
+
annotations?: unknown;
|
|
393
|
+
createdAt?: string;
|
|
354
394
|
databaseId?: string;
|
|
395
|
+
description?: string;
|
|
355
396
|
id?: string;
|
|
397
|
+
labels?: unknown;
|
|
356
398
|
name?: string;
|
|
357
|
-
provider?: string;
|
|
358
399
|
namespaceId?: string;
|
|
359
|
-
|
|
360
|
-
labels?: unknown;
|
|
361
|
-
annotations?: unknown;
|
|
362
|
-
createdAt?: string;
|
|
363
|
-
updatedAt?: string;
|
|
364
|
-
rotatedAt?: string;
|
|
400
|
+
provider?: string;
|
|
365
401
|
retiredAt?: string;
|
|
402
|
+
rotatedAt?: string;
|
|
403
|
+
updatedAt?: string;
|
|
404
|
+
}
|
|
405
|
+
export interface UpdateConfigInput {
|
|
406
|
+
clientMutationId?: string;
|
|
407
|
+
/** An object where the defined keys will be set on the `Config` being updated. */
|
|
408
|
+
configPatch: ConfigPatch;
|
|
409
|
+
/** Unique identifier for this config entry */
|
|
410
|
+
id: string;
|
|
366
411
|
}
|
|
367
412
|
export interface UpdatePlatformConfigInput {
|
|
368
413
|
clientMutationId?: string;
|
|
@@ -371,160 +416,93 @@ export interface UpdatePlatformConfigInput {
|
|
|
371
416
|
/** An object where the defined keys will be set on the `PlatformConfig` being updated. */
|
|
372
417
|
platformConfigPatch: PlatformConfigPatch;
|
|
373
418
|
}
|
|
374
|
-
|
|
375
|
-
|
|
376
|
-
|
|
377
|
-
id?: string;
|
|
378
|
-
/** FK to namespaces — logical grouping for config entries */
|
|
419
|
+
export interface _SecretsDelInput {
|
|
420
|
+
clientMutationId?: string;
|
|
421
|
+
databaseId?: string;
|
|
379
422
|
namespaceId?: string;
|
|
380
|
-
|
|
381
|
-
name?: string;
|
|
382
|
-
/** Integration provider slug (e.g. mailgun, postgres). Used by the UI to group config entries by integration. No FK. */
|
|
383
|
-
provider?: string;
|
|
384
|
-
/** Plaintext config value */
|
|
385
|
-
value?: string;
|
|
386
|
-
/** Key/value pairs for selecting/filtering config entries */
|
|
387
|
-
labels?: unknown;
|
|
388
|
-
/** Freeform metadata for tooling and operational notes */
|
|
389
|
-
annotations?: unknown;
|
|
390
|
-
/** Human-readable note about this config entry */
|
|
391
|
-
description?: string;
|
|
392
|
-
createdAt?: string;
|
|
393
|
-
updatedAt?: string;
|
|
394
|
-
/** Optional expiration timestamp for time-limited config entries */
|
|
395
|
-
expiresAt?: string;
|
|
423
|
+
secretName?: string;
|
|
396
424
|
}
|
|
397
|
-
export interface
|
|
425
|
+
export interface _SecretsRemoveArrayInput {
|
|
398
426
|
clientMutationId?: string;
|
|
399
|
-
/** Unique identifier for this config entry */
|
|
400
|
-
id: string;
|
|
401
|
-
/** An object where the defined keys will be set on the `Config` being updated. */
|
|
402
|
-
configPatch: ConfigPatch;
|
|
403
|
-
}
|
|
404
|
-
/** Represents an update to a `Config`. Fields that are set will be updated. */
|
|
405
|
-
export interface ConfigPatch {
|
|
406
|
-
/** Unique identifier for this config entry */
|
|
407
|
-
id?: string;
|
|
408
|
-
/** FK to namespaces — logical grouping for config entries */
|
|
409
|
-
namespaceId?: string;
|
|
410
|
-
/** Database that owns this resource (database-scoped isolation) */
|
|
411
427
|
databaseId?: string;
|
|
412
|
-
|
|
413
|
-
|
|
414
|
-
/** Integration provider slug (e.g. mailgun, postgres). Used by the UI to group config entries by integration. No FK. */
|
|
415
|
-
provider?: string;
|
|
416
|
-
/** Plaintext config value */
|
|
417
|
-
value?: string;
|
|
418
|
-
/** Key/value pairs for selecting/filtering config entries */
|
|
419
|
-
labels?: unknown;
|
|
420
|
-
/** Freeform metadata for tooling and operational notes */
|
|
421
|
-
annotations?: unknown;
|
|
422
|
-
/** Human-readable note about this config entry */
|
|
423
|
-
description?: string;
|
|
424
|
-
createdAt?: string;
|
|
425
|
-
updatedAt?: string;
|
|
426
|
-
/** Optional expiration timestamp for time-limited config entries */
|
|
427
|
-
expiresAt?: string;
|
|
428
|
+
namespaceId?: string;
|
|
429
|
+
secretNames?: string[];
|
|
428
430
|
}
|
|
429
|
-
export interface
|
|
431
|
+
export interface _SecretsRotateInput {
|
|
432
|
+
algo?: string;
|
|
430
433
|
clientMutationId?: string;
|
|
431
|
-
|
|
432
|
-
|
|
434
|
+
databaseId?: string;
|
|
435
|
+
namespaceId?: string;
|
|
436
|
+
secretName?: string;
|
|
437
|
+
secretValue?: string;
|
|
433
438
|
}
|
|
434
|
-
export interface
|
|
439
|
+
export interface _SecretsSetInput {
|
|
440
|
+
algo?: string;
|
|
435
441
|
clientMutationId?: string;
|
|
436
|
-
|
|
437
|
-
|
|
438
|
-
|
|
439
|
-
|
|
440
|
-
|
|
441
|
-
bucketKey: string;
|
|
442
|
-
/**
|
|
443
|
-
* Owner entity ID for entity-scoped bucket provisioning.
|
|
444
|
-
* Omit for app-level (database-wide) storage.
|
|
445
|
-
*/
|
|
446
|
-
ownerId?: string;
|
|
442
|
+
provider?: string;
|
|
443
|
+
scopeDatabaseId?: string;
|
|
444
|
+
secretName?: string;
|
|
445
|
+
secretNamespaceId?: string;
|
|
446
|
+
secretValue?: string;
|
|
447
447
|
}
|
|
448
|
-
/**
|
|
449
|
-
export interface
|
|
450
|
-
|
|
451
|
-
edges: PlatformConfigEdge[];
|
|
452
|
-
pageInfo: PageInfo;
|
|
453
|
-
totalCount: number;
|
|
448
|
+
/** Root meta schema type */
|
|
449
|
+
export interface MetaSchema {
|
|
450
|
+
tables: MetaTable[];
|
|
454
451
|
}
|
|
455
452
|
/** A connection to a list of `Config` values. */
|
|
456
453
|
export interface ConfigConnection {
|
|
457
|
-
nodes: Config[];
|
|
458
454
|
edges: ConfigEdge[];
|
|
455
|
+
nodes: Config[];
|
|
456
|
+
pageInfo: PageInfo;
|
|
457
|
+
totalCount: number;
|
|
458
|
+
}
|
|
459
|
+
/** A connection to a list of `PlatformConfig` values. */
|
|
460
|
+
export interface PlatformConfigConnection {
|
|
461
|
+
edges: PlatformConfigEdge[];
|
|
462
|
+
nodes: PlatformConfig[];
|
|
459
463
|
pageInfo: PageInfo;
|
|
460
464
|
totalCount: number;
|
|
461
465
|
}
|
|
462
466
|
/** A connection to a list of `PlatformInternalSecret` values. */
|
|
463
467
|
export interface PlatformInternalSecretConnection {
|
|
464
|
-
nodes: PlatformInternalSecret[];
|
|
465
468
|
edges: PlatformInternalSecretEdge[];
|
|
469
|
+
nodes: PlatformInternalSecret[];
|
|
466
470
|
pageInfo: PageInfo;
|
|
467
471
|
totalCount: number;
|
|
468
472
|
}
|
|
469
473
|
/** A connection to a list of `PlatformSecret` values. */
|
|
470
474
|
export interface PlatformSecretConnection {
|
|
471
|
-
nodes: PlatformSecret[];
|
|
472
475
|
edges: PlatformSecretEdge[];
|
|
476
|
+
nodes: PlatformSecret[];
|
|
473
477
|
pageInfo: PageInfo;
|
|
474
478
|
totalCount: number;
|
|
475
479
|
}
|
|
476
480
|
/** A connection to a list of `Secret` values. */
|
|
477
481
|
export interface SecretConnection {
|
|
478
|
-
nodes: Secret[];
|
|
479
482
|
edges: SecretEdge[];
|
|
483
|
+
nodes: Secret[];
|
|
480
484
|
pageInfo: PageInfo;
|
|
481
485
|
totalCount: number;
|
|
482
486
|
}
|
|
483
|
-
/** Root meta schema type */
|
|
484
|
-
export interface MetaSchema {
|
|
485
|
-
tables: MetaTable[];
|
|
486
|
-
}
|
|
487
|
-
export interface PlatformInternalSecretsDelPayload {
|
|
488
|
-
clientMutationId?: string | null;
|
|
489
|
-
}
|
|
490
|
-
export interface PlatformSecretsDelPayload {
|
|
491
|
-
clientMutationId?: string | null;
|
|
492
|
-
}
|
|
493
487
|
export interface _SecretsDelPayload {
|
|
494
488
|
clientMutationId?: string | null;
|
|
495
489
|
}
|
|
496
|
-
export interface PlatformInternalSecretsRemoveArrayPayload {
|
|
497
|
-
clientMutationId?: string | null;
|
|
498
|
-
}
|
|
499
|
-
export interface PlatformSecretsRemoveArrayPayload {
|
|
500
|
-
clientMutationId?: string | null;
|
|
501
|
-
}
|
|
502
490
|
export interface _SecretsRemoveArrayPayload {
|
|
503
491
|
clientMutationId?: string | null;
|
|
504
492
|
}
|
|
505
|
-
export interface PlatformInternalSecretsRotatePayload {
|
|
506
|
-
clientMutationId?: string | null;
|
|
507
|
-
result?: boolean | null;
|
|
508
|
-
}
|
|
509
|
-
export interface PlatformInternalSecretsSetPayload {
|
|
510
|
-
clientMutationId?: string | null;
|
|
511
|
-
result?: boolean | null;
|
|
512
|
-
}
|
|
513
|
-
export interface PlatformSecretsRotatePayload {
|
|
514
|
-
clientMutationId?: string | null;
|
|
515
|
-
result?: boolean | null;
|
|
516
|
-
}
|
|
517
493
|
export interface _SecretsRotatePayload {
|
|
518
494
|
clientMutationId?: string | null;
|
|
519
495
|
result?: boolean | null;
|
|
520
496
|
}
|
|
521
|
-
export interface
|
|
497
|
+
export interface _SecretsSetPayload {
|
|
522
498
|
clientMutationId?: string | null;
|
|
523
499
|
result?: boolean | null;
|
|
524
500
|
}
|
|
525
|
-
export interface
|
|
501
|
+
export interface CreateConfigPayload {
|
|
526
502
|
clientMutationId?: string | null;
|
|
527
|
-
|
|
503
|
+
/** The `Config` that was created by this mutation. */
|
|
504
|
+
config?: Config | null;
|
|
505
|
+
configEdge?: ConfigEdge | null;
|
|
528
506
|
}
|
|
529
507
|
export interface CreatePlatformConfigPayload {
|
|
530
508
|
clientMutationId?: string | null;
|
|
@@ -532,12 +510,6 @@ export interface CreatePlatformConfigPayload {
|
|
|
532
510
|
platformConfig?: PlatformConfig | null;
|
|
533
511
|
platformConfigEdge?: PlatformConfigEdge | null;
|
|
534
512
|
}
|
|
535
|
-
export interface CreateConfigPayload {
|
|
536
|
-
clientMutationId?: string | null;
|
|
537
|
-
/** The `Config` that was created by this mutation. */
|
|
538
|
-
config?: Config | null;
|
|
539
|
-
configEdge?: ConfigEdge | null;
|
|
540
|
-
}
|
|
541
513
|
export interface CreatePlatformInternalSecretPayload {
|
|
542
514
|
clientMutationId?: string | null;
|
|
543
515
|
/** The `PlatformInternalSecret` that was created by this mutation. */
|
|
@@ -553,15 +525,9 @@ export interface CreateSecretPayload {
|
|
|
553
525
|
/** The `Secret` that was created by this mutation. */
|
|
554
526
|
secret?: Secret | null;
|
|
555
527
|
}
|
|
556
|
-
export interface
|
|
557
|
-
clientMutationId?: string | null;
|
|
558
|
-
/** The `PlatformConfig` that was updated by this mutation. */
|
|
559
|
-
platformConfig?: PlatformConfig | null;
|
|
560
|
-
platformConfigEdge?: PlatformConfigEdge | null;
|
|
561
|
-
}
|
|
562
|
-
export interface UpdateConfigPayload {
|
|
528
|
+
export interface DeleteConfigPayload {
|
|
563
529
|
clientMutationId?: string | null;
|
|
564
|
-
/** The `Config` that was
|
|
530
|
+
/** The `Config` that was deleted by this mutation. */
|
|
565
531
|
config?: Config | null;
|
|
566
532
|
configEdge?: ConfigEdge | null;
|
|
567
533
|
}
|
|
@@ -571,48 +537,104 @@ export interface DeletePlatformConfigPayload {
|
|
|
571
537
|
platformConfig?: PlatformConfig | null;
|
|
572
538
|
platformConfigEdge?: PlatformConfigEdge | null;
|
|
573
539
|
}
|
|
574
|
-
export interface
|
|
540
|
+
export interface PlatformInternalSecretsDelPayload {
|
|
575
541
|
clientMutationId?: string | null;
|
|
576
|
-
|
|
542
|
+
}
|
|
543
|
+
export interface PlatformInternalSecretsRemoveArrayPayload {
|
|
544
|
+
clientMutationId?: string | null;
|
|
545
|
+
}
|
|
546
|
+
export interface PlatformInternalSecretsRotatePayload {
|
|
547
|
+
clientMutationId?: string | null;
|
|
548
|
+
result?: boolean | null;
|
|
549
|
+
}
|
|
550
|
+
export interface PlatformInternalSecretsSetPayload {
|
|
551
|
+
clientMutationId?: string | null;
|
|
552
|
+
result?: boolean | null;
|
|
553
|
+
}
|
|
554
|
+
export interface PlatformSecretsDelPayload {
|
|
555
|
+
clientMutationId?: string | null;
|
|
556
|
+
}
|
|
557
|
+
export interface PlatformSecretsRemoveArrayPayload {
|
|
558
|
+
clientMutationId?: string | null;
|
|
559
|
+
}
|
|
560
|
+
export interface PlatformSecretsRotatePayload {
|
|
561
|
+
clientMutationId?: string | null;
|
|
562
|
+
result?: boolean | null;
|
|
563
|
+
}
|
|
564
|
+
export interface PlatformSecretsSetPayload {
|
|
565
|
+
clientMutationId?: string | null;
|
|
566
|
+
result?: boolean | null;
|
|
567
|
+
}
|
|
568
|
+
export interface ProvisionBucketPayload {
|
|
569
|
+
/** The access type applied */
|
|
570
|
+
accessType: string;
|
|
571
|
+
/** The S3 bucket name that was provisioned */
|
|
572
|
+
bucketName: string;
|
|
573
|
+
/** The S3 endpoint (null for AWS S3 default) */
|
|
574
|
+
endpoint?: string | null;
|
|
575
|
+
/** Error message if provisioning failed */
|
|
576
|
+
error?: string | null;
|
|
577
|
+
/** The storage provider used */
|
|
578
|
+
provider: string;
|
|
579
|
+
/** Whether provisioning succeeded */
|
|
580
|
+
success: boolean;
|
|
581
|
+
}
|
|
582
|
+
export interface UpdateConfigPayload {
|
|
583
|
+
clientMutationId?: string | null;
|
|
584
|
+
/** The `Config` that was updated by this mutation. */
|
|
577
585
|
config?: Config | null;
|
|
578
586
|
configEdge?: ConfigEdge | null;
|
|
579
587
|
}
|
|
580
|
-
export interface
|
|
581
|
-
|
|
582
|
-
|
|
583
|
-
|
|
584
|
-
|
|
585
|
-
|
|
586
|
-
|
|
587
|
-
|
|
588
|
-
|
|
589
|
-
|
|
590
|
-
|
|
591
|
-
/**
|
|
592
|
-
|
|
588
|
+
export interface UpdatePlatformConfigPayload {
|
|
589
|
+
clientMutationId?: string | null;
|
|
590
|
+
/** The `PlatformConfig` that was updated by this mutation. */
|
|
591
|
+
platformConfig?: PlatformConfig | null;
|
|
592
|
+
platformConfigEdge?: PlatformConfigEdge | null;
|
|
593
|
+
}
|
|
594
|
+
/** Information about a database table */
|
|
595
|
+
export interface MetaTable {
|
|
596
|
+
constraints: MetaConstraints;
|
|
597
|
+
fields: MetaField[];
|
|
598
|
+
foreignKeyConstraints: MetaForeignKeyConstraint[];
|
|
599
|
+
/** i18n metadata (null if no @i18n tag) */
|
|
600
|
+
i18n?: MetaI18n | null;
|
|
601
|
+
indexes: MetaIndex[];
|
|
602
|
+
inflection: MetaInflection;
|
|
603
|
+
name: string;
|
|
604
|
+
primaryKeyConstraints: MetaPrimaryKeyConstraint[];
|
|
605
|
+
query: MetaQuery;
|
|
606
|
+
/** Realtime metadata (null if no @realtime tag) */
|
|
607
|
+
realtime?: MetaRealtime | null;
|
|
608
|
+
relations: MetaRelations;
|
|
609
|
+
schemaName: string;
|
|
610
|
+
/** Search metadata (null if no search configured) */
|
|
611
|
+
search?: MetaSearch | null;
|
|
612
|
+
/** Storage metadata (null if not a storage table) */
|
|
613
|
+
storage?: MetaStorage | null;
|
|
614
|
+
uniqueConstraints: MetaUniqueConstraint[];
|
|
593
615
|
}
|
|
594
|
-
/** A `
|
|
595
|
-
export interface
|
|
616
|
+
/** A `Config` edge in the connection. */
|
|
617
|
+
export interface ConfigEdge {
|
|
596
618
|
cursor?: string | null;
|
|
597
|
-
/** The `
|
|
598
|
-
node?:
|
|
619
|
+
/** The `Config` at the end of the edge. */
|
|
620
|
+
node?: Config | null;
|
|
599
621
|
}
|
|
600
622
|
/** Information about pagination in a connection. */
|
|
601
623
|
export interface PageInfo {
|
|
624
|
+
/** When paginating forwards, the cursor to continue. */
|
|
625
|
+
endCursor?: string | null;
|
|
602
626
|
/** When paginating forwards, are there more items? */
|
|
603
627
|
hasNextPage: boolean;
|
|
604
628
|
/** When paginating backwards, are there more items? */
|
|
605
629
|
hasPreviousPage: boolean;
|
|
606
630
|
/** When paginating backwards, the cursor to continue. */
|
|
607
631
|
startCursor?: string | null;
|
|
608
|
-
/** When paginating forwards, the cursor to continue. */
|
|
609
|
-
endCursor?: string | null;
|
|
610
632
|
}
|
|
611
|
-
/** A `
|
|
612
|
-
export interface
|
|
633
|
+
/** A `PlatformConfig` edge in the connection. */
|
|
634
|
+
export interface PlatformConfigEdge {
|
|
613
635
|
cursor?: string | null;
|
|
614
|
-
/** The `
|
|
615
|
-
node?:
|
|
636
|
+
/** The `PlatformConfig` at the end of the edge. */
|
|
637
|
+
node?: PlatformConfig | null;
|
|
616
638
|
}
|
|
617
639
|
/** A `PlatformInternalSecret` edge in the connection. */
|
|
618
640
|
export interface PlatformInternalSecretEdge {
|
|
@@ -632,110 +654,88 @@ export interface SecretEdge {
|
|
|
632
654
|
/** The `Secret` at the end of the edge. */
|
|
633
655
|
node?: Secret | null;
|
|
634
656
|
}
|
|
635
|
-
/**
|
|
636
|
-
export interface
|
|
637
|
-
|
|
638
|
-
|
|
639
|
-
|
|
640
|
-
indexes: MetaIndex[];
|
|
641
|
-
constraints: MetaConstraints;
|
|
642
|
-
foreignKeyConstraints: MetaForeignKeyConstraint[];
|
|
643
|
-
primaryKeyConstraints: MetaPrimaryKeyConstraint[];
|
|
644
|
-
uniqueConstraints: MetaUniqueConstraint[];
|
|
645
|
-
relations: MetaRelations;
|
|
646
|
-
inflection: MetaInflection;
|
|
647
|
-
query: MetaQuery;
|
|
648
|
-
/** Storage metadata (null if not a storage table) */
|
|
649
|
-
storage?: MetaStorage | null;
|
|
650
|
-
/** Search metadata (null if no search configured) */
|
|
651
|
-
search?: MetaSearch | null;
|
|
652
|
-
/** i18n metadata (null if no @i18n tag) */
|
|
653
|
-
i18n?: MetaI18n | null;
|
|
654
|
-
/** Realtime metadata (null if no @realtime tag) */
|
|
655
|
-
realtime?: MetaRealtime | null;
|
|
657
|
+
/** Table constraints */
|
|
658
|
+
export interface MetaConstraints {
|
|
659
|
+
foreignKey: MetaForeignKeyConstraint[];
|
|
660
|
+
primaryKey?: MetaPrimaryKeyConstraint | null;
|
|
661
|
+
unique: MetaUniqueConstraint[];
|
|
656
662
|
}
|
|
657
663
|
/** Information about a table field/column */
|
|
658
664
|
export interface MetaField {
|
|
659
|
-
name: string;
|
|
660
|
-
type: MetaType;
|
|
661
|
-
isNotNull: boolean;
|
|
662
|
-
hasDefault: boolean;
|
|
663
|
-
isPrimaryKey: boolean;
|
|
664
|
-
isForeignKey: boolean;
|
|
665
665
|
description?: string | null;
|
|
666
666
|
/** Enum metadata if this field has an enum type */
|
|
667
667
|
enumValues?: MetaEnum | null;
|
|
668
|
-
|
|
669
|
-
|
|
670
|
-
|
|
668
|
+
hasDefault: boolean;
|
|
669
|
+
isForeignKey: boolean;
|
|
670
|
+
isNotNull: boolean;
|
|
671
|
+
isPrimaryKey: boolean;
|
|
671
672
|
name: string;
|
|
672
|
-
|
|
673
|
-
isPrimary: boolean;
|
|
674
|
-
columns: string[];
|
|
675
|
-
fields?: MetaField[] | null;
|
|
676
|
-
}
|
|
677
|
-
/** Table constraints */
|
|
678
|
-
export interface MetaConstraints {
|
|
679
|
-
primaryKey?: MetaPrimaryKeyConstraint | null;
|
|
680
|
-
unique: MetaUniqueConstraint[];
|
|
681
|
-
foreignKey: MetaForeignKeyConstraint[];
|
|
673
|
+
type: MetaType;
|
|
682
674
|
}
|
|
683
675
|
/** Information about a foreign key constraint */
|
|
684
676
|
export interface MetaForeignKeyConstraint {
|
|
685
|
-
name: string;
|
|
686
677
|
fields: MetaField[];
|
|
687
|
-
|
|
688
|
-
referencedFields: string[];
|
|
678
|
+
name: string;
|
|
689
679
|
refFields?: MetaField[] | null;
|
|
690
680
|
refTable?: MetaRefTable | null;
|
|
681
|
+
referencedFields: string[];
|
|
682
|
+
referencedTable: string;
|
|
691
683
|
}
|
|
692
|
-
/**
|
|
693
|
-
export interface
|
|
694
|
-
|
|
695
|
-
|
|
684
|
+
/** i18n metadata for a table with @i18n tag */
|
|
685
|
+
export interface MetaI18n {
|
|
686
|
+
/** Fields that are translatable */
|
|
687
|
+
translatableFields: MetaI18nField[];
|
|
688
|
+
/** Name of the translation table */
|
|
689
|
+
translationTable: string;
|
|
696
690
|
}
|
|
697
|
-
/** Information about a
|
|
698
|
-
export interface
|
|
691
|
+
/** Information about a database index */
|
|
692
|
+
export interface MetaIndex {
|
|
693
|
+
columns: string[];
|
|
694
|
+
fields?: MetaField[] | null;
|
|
695
|
+
isPrimary: boolean;
|
|
696
|
+
isUnique: boolean;
|
|
699
697
|
name: string;
|
|
700
|
-
fields: MetaField[];
|
|
701
|
-
}
|
|
702
|
-
/** Table relations */
|
|
703
|
-
export interface MetaRelations {
|
|
704
|
-
belongsTo: MetaBelongsToRelation[];
|
|
705
|
-
has: MetaHasRelation[];
|
|
706
|
-
hasOne: MetaHasRelation[];
|
|
707
|
-
hasMany: MetaHasRelation[];
|
|
708
|
-
manyToMany: MetaManyToManyRelation[];
|
|
709
698
|
}
|
|
710
699
|
/** Table inflection names */
|
|
711
700
|
export interface MetaInflection {
|
|
712
|
-
tableType: string;
|
|
713
701
|
allRows: string;
|
|
702
|
+
conditionType: string;
|
|
714
703
|
connection: string;
|
|
704
|
+
createInputType: string;
|
|
705
|
+
createPayloadType: string;
|
|
706
|
+
deletePayloadType: string;
|
|
715
707
|
edge: string;
|
|
716
708
|
filterType?: string | null;
|
|
717
709
|
orderByType: string;
|
|
718
|
-
conditionType: string;
|
|
719
710
|
patchType?: string | null;
|
|
720
|
-
|
|
721
|
-
createPayloadType: string;
|
|
711
|
+
tableType: string;
|
|
722
712
|
updatePayloadType?: string | null;
|
|
723
|
-
|
|
713
|
+
}
|
|
714
|
+
/** Information about a primary key constraint */
|
|
715
|
+
export interface MetaPrimaryKeyConstraint {
|
|
716
|
+
fields: MetaField[];
|
|
717
|
+
name: string;
|
|
724
718
|
}
|
|
725
719
|
/** Table query/mutation names */
|
|
726
720
|
export interface MetaQuery {
|
|
727
721
|
all: string;
|
|
728
|
-
one?: string | null;
|
|
729
722
|
create?: string | null;
|
|
730
|
-
update?: string | null;
|
|
731
723
|
delete?: string | null;
|
|
724
|
+
one?: string | null;
|
|
725
|
+
update?: string | null;
|
|
732
726
|
}
|
|
733
|
-
/**
|
|
734
|
-
export interface
|
|
735
|
-
/**
|
|
736
|
-
|
|
737
|
-
|
|
738
|
-
|
|
727
|
+
/** Realtime metadata for a table with @realtime tag */
|
|
728
|
+
export interface MetaRealtime {
|
|
729
|
+
/** The generated subscription field name (e.g. onPostChanged) */
|
|
730
|
+
subscriptionFieldName: string;
|
|
731
|
+
}
|
|
732
|
+
/** Table relations */
|
|
733
|
+
export interface MetaRelations {
|
|
734
|
+
belongsTo: MetaBelongsToRelation[];
|
|
735
|
+
has: MetaHasRelation[];
|
|
736
|
+
hasMany: MetaHasRelation[];
|
|
737
|
+
hasOne: MetaHasRelation[];
|
|
738
|
+
manyToMany: MetaManyToManyRelation[];
|
|
739
739
|
}
|
|
740
740
|
/** Search metadata for a table */
|
|
741
741
|
export interface MetaSearch {
|
|
@@ -743,31 +743,22 @@ export interface MetaSearch {
|
|
|
743
743
|
algorithms: string[];
|
|
744
744
|
/** Searchable columns with their algorithm */
|
|
745
745
|
columns: MetaSearchColumn[];
|
|
746
|
-
/** Whether unifiedSearch composite filter is available */
|
|
747
|
-
hasUnifiedSearch: boolean;
|
|
748
746
|
/** Per-table search configuration */
|
|
749
747
|
config?: MetaSearchConfig | null;
|
|
748
|
+
/** Whether unifiedSearch composite filter is available */
|
|
749
|
+
hasUnifiedSearch: boolean;
|
|
750
750
|
}
|
|
751
|
-
/**
|
|
752
|
-
export interface
|
|
753
|
-
/**
|
|
754
|
-
|
|
755
|
-
/**
|
|
756
|
-
|
|
757
|
-
}
|
|
758
|
-
/** Realtime metadata for a table with @realtime tag */
|
|
759
|
-
export interface MetaRealtime {
|
|
760
|
-
/** The generated subscription field name (e.g. onPostChanged) */
|
|
761
|
-
subscriptionFieldName: string;
|
|
751
|
+
/** Storage metadata for a table */
|
|
752
|
+
export interface MetaStorage {
|
|
753
|
+
/** Whether this table is a storage buckets table */
|
|
754
|
+
isBucketsTable: boolean;
|
|
755
|
+
/** Whether this table is a storage files table */
|
|
756
|
+
isFilesTable: boolean;
|
|
762
757
|
}
|
|
763
|
-
/** Information about a
|
|
764
|
-
export interface
|
|
765
|
-
|
|
766
|
-
|
|
767
|
-
isArray: boolean;
|
|
768
|
-
isNotNull?: boolean | null;
|
|
769
|
-
hasDefault?: boolean | null;
|
|
770
|
-
subtype?: string | null;
|
|
758
|
+
/** Information about a unique constraint */
|
|
759
|
+
export interface MetaUniqueConstraint {
|
|
760
|
+
fields: MetaField[];
|
|
761
|
+
name: string;
|
|
771
762
|
}
|
|
772
763
|
/** Information about a PostgreSQL enum type */
|
|
773
764
|
export interface MetaEnum {
|
|
@@ -776,61 +767,70 @@ export interface MetaEnum {
|
|
|
776
767
|
/** Allowed values for this enum */
|
|
777
768
|
values: string[];
|
|
778
769
|
}
|
|
770
|
+
/** Information about a PostgreSQL type */
|
|
771
|
+
export interface MetaType {
|
|
772
|
+
gqlType: string;
|
|
773
|
+
hasDefault?: boolean | null;
|
|
774
|
+
isArray: boolean;
|
|
775
|
+
isNotNull?: boolean | null;
|
|
776
|
+
pgType: string;
|
|
777
|
+
subtype?: string | null;
|
|
778
|
+
}
|
|
779
779
|
/** Reference to a related table */
|
|
780
780
|
export interface MetaRefTable {
|
|
781
781
|
name: string;
|
|
782
782
|
}
|
|
783
|
+
/** A translatable field */
|
|
784
|
+
export interface MetaI18nField {
|
|
785
|
+
/** GraphQL field name */
|
|
786
|
+
name: string;
|
|
787
|
+
/** PostgreSQL column type (text, citext) */
|
|
788
|
+
type: string;
|
|
789
|
+
}
|
|
783
790
|
/** A belongs-to (forward FK) relation */
|
|
784
791
|
export interface MetaBelongsToRelation {
|
|
785
792
|
fieldName?: string | null;
|
|
786
793
|
isUnique: boolean;
|
|
787
|
-
type?: string | null;
|
|
788
794
|
keys: MetaField[];
|
|
789
795
|
references: MetaRefTable;
|
|
796
|
+
type?: string | null;
|
|
790
797
|
}
|
|
791
798
|
/** A has-one or has-many (reverse FK) relation */
|
|
792
799
|
export interface MetaHasRelation {
|
|
793
800
|
fieldName?: string | null;
|
|
794
801
|
isUnique: boolean;
|
|
795
|
-
type?: string | null;
|
|
796
802
|
keys: MetaField[];
|
|
797
803
|
referencedBy: MetaRefTable;
|
|
804
|
+
type?: string | null;
|
|
798
805
|
}
|
|
799
806
|
/** A many-to-many relation via junction table */
|
|
800
807
|
export interface MetaManyToManyRelation {
|
|
801
808
|
fieldName?: string | null;
|
|
802
|
-
type?: string | null;
|
|
803
|
-
junctionTable: MetaRefTable;
|
|
804
809
|
junctionLeftConstraint: MetaForeignKeyConstraint;
|
|
805
810
|
junctionLeftKeyAttributes: MetaField[];
|
|
806
811
|
junctionRightConstraint: MetaForeignKeyConstraint;
|
|
807
812
|
junctionRightKeyAttributes: MetaField[];
|
|
813
|
+
junctionTable: MetaRefTable;
|
|
808
814
|
leftKeyAttributes: MetaField[];
|
|
809
815
|
rightKeyAttributes: MetaField[];
|
|
810
816
|
rightTable: MetaRefTable;
|
|
817
|
+
type?: string | null;
|
|
811
818
|
}
|
|
812
819
|
/** A searchable column with its algorithm */
|
|
813
820
|
export interface MetaSearchColumn {
|
|
814
|
-
/** Column name (camelCase) */
|
|
815
|
-
name: string;
|
|
816
821
|
/** Search algorithm: tsvector, bm25, trgm, or vector */
|
|
817
822
|
algorithm: string;
|
|
823
|
+
/** Column name (camelCase) */
|
|
824
|
+
name: string;
|
|
818
825
|
}
|
|
819
826
|
/** Per-table search configuration from @searchConfig smart tag */
|
|
820
827
|
export interface MetaSearchConfig {
|
|
821
|
-
/** JSON-encoded per-adapter score weights */
|
|
822
|
-
weights?: string | null;
|
|
823
|
-
/** Whether recency boosting is enabled */
|
|
824
|
-
boostRecent: boolean;
|
|
825
|
-
/** Field used for recency decay */
|
|
826
|
-
boostRecencyField?: string | null;
|
|
827
828
|
/** Exponential decay factor per day */
|
|
828
829
|
boostRecencyDecay?: number | null;
|
|
829
|
-
|
|
830
|
-
|
|
831
|
-
|
|
832
|
-
|
|
833
|
-
|
|
834
|
-
|
|
835
|
-
type: string;
|
|
830
|
+
/** Field used for recency decay */
|
|
831
|
+
boostRecencyField?: string | null;
|
|
832
|
+
/** Whether recency boosting is enabled */
|
|
833
|
+
boostRecent: boolean;
|
|
834
|
+
/** JSON-encoded per-adapter score weights */
|
|
835
|
+
weights?: string | null;
|
|
836
836
|
}
|