@constructive-io/react 0.28.3 → 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
|
@@ -229,12 +229,75 @@ export interface UUIDListFilter {
|
|
|
229
229
|
anyGreaterThan?: string;
|
|
230
230
|
anyGreaterThanOrEqualTo?: string;
|
|
231
231
|
}
|
|
232
|
+
/** Database provisioning preset catalog — merkle-versioned head over the infra store */
|
|
233
|
+
export interface DbPreset {
|
|
234
|
+
/** Whether this preset is selectable for new databases */
|
|
235
|
+
active?: boolean | null;
|
|
236
|
+
/** Infra store commit for the current definition (stamped by the versioned trigger on every write) */
|
|
237
|
+
commitId?: string | null;
|
|
238
|
+
/** Timestamp of preset creation */
|
|
239
|
+
createdAt?: string | null;
|
|
240
|
+
/** Preset definition (modules + options) — the readily-cached head; history lives in the infra store */
|
|
241
|
+
definition?: Record<string, unknown> | null;
|
|
242
|
+
/** Human-readable description of the preset */
|
|
243
|
+
description?: string | null;
|
|
244
|
+
/** Unique preset identifier */
|
|
245
|
+
id: string;
|
|
246
|
+
/** Human-readable preset name */
|
|
247
|
+
label?: string | null;
|
|
248
|
+
/** Content-address of definition->modules via metaschema_private.modules_hash (stamped by the versioned trigger); fast exact-match lookup key for provisioning requests */
|
|
249
|
+
modulesHash?: string | null;
|
|
250
|
+
/** Preset slug (unique per scope); the preset's path in the infra tree is [db_preset, slug] */
|
|
251
|
+
slug?: string | null;
|
|
252
|
+
/** Infra Merkle store holding this preset's history (stamped by the versioned trigger) */
|
|
253
|
+
storeId?: string | null;
|
|
254
|
+
/** Timestamp of last modification */
|
|
255
|
+
updatedAt?: string | null;
|
|
256
|
+
}
|
|
257
|
+
/** Commit history — each commit snapshots a tree root for a store */
|
|
258
|
+
export interface InfraCommit {
|
|
259
|
+
/** User who authored the changes */
|
|
260
|
+
authorId?: string | null;
|
|
261
|
+
/** User who committed (may differ from author) */
|
|
262
|
+
committerId?: string | null;
|
|
263
|
+
/** Commit timestamp */
|
|
264
|
+
date?: string | null;
|
|
265
|
+
/** Unique commit identifier */
|
|
266
|
+
id: string;
|
|
267
|
+
/** Optional commit message */
|
|
268
|
+
message?: string | null;
|
|
269
|
+
/** Parent commit IDs (supports merge commits) */
|
|
270
|
+
parentIds?: string[] | null;
|
|
271
|
+
/** Opaque store partition key for the global tier */
|
|
272
|
+
scopeId?: string | null;
|
|
273
|
+
/** Store this commit belongs to */
|
|
274
|
+
storeId?: string | null;
|
|
275
|
+
/** Root object ID of the tree snapshot at this commit */
|
|
276
|
+
treeId?: string | null;
|
|
277
|
+
}
|
|
232
278
|
export interface InfraGetAllRecord {
|
|
279
|
+
data?: Record<string, unknown> | null;
|
|
233
280
|
path?: string[] | null;
|
|
281
|
+
}
|
|
282
|
+
/** Content-addressed Merkle tree objects keyed by UUID v5 hash of data + children */
|
|
283
|
+
export interface InfraObject {
|
|
284
|
+
/** Timestamp of object creation */
|
|
285
|
+
createdAt?: string | null;
|
|
286
|
+
/** Payload data for this object node */
|
|
234
287
|
data?: Record<string, unknown> | null;
|
|
288
|
+
/** Content-addressed UUID v5 — deterministic hash of (data, kids, ktree) */
|
|
289
|
+
id: string;
|
|
290
|
+
/** Ordered array of child object IDs */
|
|
291
|
+
kids?: string[] | null;
|
|
292
|
+
/** Ordered array of child path names (parallel to kids) */
|
|
293
|
+
ktree?: string[] | null;
|
|
294
|
+
/** Opaque store partition key for the global tier */
|
|
295
|
+
scopeId?: string | null;
|
|
235
296
|
}
|
|
236
297
|
/** Branch heads — mutable pointers into the commit chain */
|
|
237
298
|
export interface InfraRef {
|
|
299
|
+
/** Commit this ref points to */
|
|
300
|
+
commitId?: string | null;
|
|
238
301
|
/** Unique ref identifier */
|
|
239
302
|
id: string;
|
|
240
303
|
/** Ref name (e.g. HEAD, main) */
|
|
@@ -243,196 +306,133 @@ export interface InfraRef {
|
|
|
243
306
|
scopeId?: string | null;
|
|
244
307
|
/** Store this ref belongs to */
|
|
245
308
|
storeId?: string | null;
|
|
246
|
-
/** Commit this ref points to */
|
|
247
|
-
commitId?: string | null;
|
|
248
309
|
}
|
|
249
310
|
/** Named stores — one per version-controlled tree (e.g. one graph, one definition set) */
|
|
250
311
|
export interface InfraStore {
|
|
312
|
+
/** Timestamp of store creation */
|
|
313
|
+
createdAt?: string | null;
|
|
314
|
+
/** Current root object hash of this store */
|
|
315
|
+
hash?: string | null;
|
|
251
316
|
/** Unique store identifier */
|
|
252
317
|
id: string;
|
|
253
318
|
/** Human-readable store name */
|
|
254
319
|
name?: string | null;
|
|
255
320
|
/** Opaque store partition key for the global tier */
|
|
256
321
|
scopeId?: string | null;
|
|
257
|
-
/** Current root object hash of this store */
|
|
258
|
-
hash?: string | null;
|
|
259
|
-
/** Timestamp of store creation */
|
|
260
|
-
createdAt?: string | null;
|
|
261
|
-
}
|
|
262
|
-
/** Content-addressed Merkle tree objects keyed by UUID v5 hash of data + children */
|
|
263
|
-
export interface InfraObject {
|
|
264
|
-
/** Content-addressed UUID v5 — deterministic hash of (data, kids, ktree) */
|
|
265
|
-
id: string;
|
|
266
|
-
/** Opaque store partition key for the global tier */
|
|
267
|
-
scopeId?: string | null;
|
|
268
|
-
/** Ordered array of child object IDs */
|
|
269
|
-
kids?: string[] | null;
|
|
270
|
-
/** Ordered array of child path names (parallel to kids) */
|
|
271
|
-
ktree?: string[] | null;
|
|
272
|
-
/** Payload data for this object node */
|
|
273
|
-
data?: Record<string, unknown> | null;
|
|
274
|
-
/** Timestamp of object creation */
|
|
275
|
-
createdAt?: string | null;
|
|
276
|
-
}
|
|
277
|
-
/** Commit history — each commit snapshots a tree root for a store */
|
|
278
|
-
export interface InfraCommit {
|
|
279
|
-
/** Unique commit identifier */
|
|
280
|
-
id: string;
|
|
281
|
-
/** Optional commit message */
|
|
282
|
-
message?: string | null;
|
|
283
|
-
/** Opaque store partition key for the global tier */
|
|
284
|
-
scopeId?: string | null;
|
|
285
|
-
/** Store this commit belongs to */
|
|
286
|
-
storeId?: string | null;
|
|
287
|
-
/** Parent commit IDs (supports merge commits) */
|
|
288
|
-
parentIds?: string[] | null;
|
|
289
|
-
/** User who authored the changes */
|
|
290
|
-
authorId?: string | null;
|
|
291
|
-
/** User who committed (may differ from author) */
|
|
292
|
-
committerId?: string | null;
|
|
293
|
-
/** Root object ID of the tree snapshot at this commit */
|
|
294
|
-
treeId?: string | null;
|
|
295
|
-
/** Commit timestamp */
|
|
296
|
-
date?: string | null;
|
|
297
|
-
}
|
|
298
|
-
/** Database provisioning preset catalog — merkle-versioned head over the infra store */
|
|
299
|
-
export interface DbPreset {
|
|
300
|
-
/** Unique preset identifier */
|
|
301
|
-
id: string;
|
|
302
|
-
/** Infra Merkle store holding this preset's history (stamped by the versioned trigger) */
|
|
303
|
-
storeId?: string | null;
|
|
304
|
-
/** Preset slug (unique per scope); the preset's path in the infra tree is [db_preset, slug] */
|
|
305
|
-
slug?: string | null;
|
|
306
|
-
/** Preset definition (modules + options) — the readily-cached head; history lives in the infra store */
|
|
307
|
-
definition?: Record<string, unknown> | null;
|
|
308
|
-
/** Infra store commit for the current definition (stamped by the versioned trigger on every write) */
|
|
309
|
-
commitId?: string | null;
|
|
310
|
-
/** Content-address of definition->modules via metaschema_private.modules_hash (stamped by the versioned trigger); fast exact-match lookup key for provisioning requests */
|
|
311
|
-
modulesHash?: string | null;
|
|
312
|
-
/** Human-readable preset name */
|
|
313
|
-
label?: string | null;
|
|
314
|
-
/** Human-readable description of the preset */
|
|
315
|
-
description?: string | null;
|
|
316
|
-
/** Whether this preset is selectable for new databases */
|
|
317
|
-
active?: boolean | null;
|
|
318
|
-
/** Timestamp of preset creation */
|
|
319
|
-
createdAt?: string | null;
|
|
320
|
-
/** Timestamp of last modification */
|
|
321
|
-
updatedAt?: string | null;
|
|
322
322
|
}
|
|
323
323
|
/** Logical namespace containers for grouping secrets, config, functions, and other resources */
|
|
324
|
-
export interface
|
|
325
|
-
|
|
324
|
+
export interface Namespace {
|
|
325
|
+
/** Freeform metadata for tooling and operational notes */
|
|
326
|
+
annotations?: Record<string, unknown> | null;
|
|
326
327
|
createdAt?: string | null;
|
|
327
|
-
|
|
328
|
-
|
|
329
|
-
name?: string | null;
|
|
330
|
-
/** Globally unique computed namespace identifier via inflection.underscore */
|
|
331
|
-
namespaceName?: string | null;
|
|
328
|
+
/** Database that owns this resource (database-scoped isolation) */
|
|
329
|
+
databaseId?: string | null;
|
|
332
330
|
/** Optional human-readable description of this namespace */
|
|
333
331
|
description?: string | null;
|
|
332
|
+
id: string;
|
|
334
333
|
/** Whether this namespace is active (soft-disable for filtering) */
|
|
335
334
|
isActive?: boolean | null;
|
|
336
|
-
/** Namespace provisioning lifecycle status: pending, provisioning, active, failed */
|
|
337
|
-
status?: string | null;
|
|
338
|
-
/** Most recent provisioning or reconcile error message */
|
|
339
|
-
lastError?: string | null;
|
|
340
|
-
/** Key/value pairs for selecting and filtering namespaces */
|
|
341
|
-
labels?: Record<string, unknown> | null;
|
|
342
|
-
/** Freeform metadata for tooling and operational notes */
|
|
343
|
-
annotations?: Record<string, unknown> | null;
|
|
344
335
|
/** true = provisioned by the platform via jobs, false = unmanaged/platform-native (bootstrapped externally) */
|
|
345
336
|
isManaged?: boolean | null;
|
|
346
|
-
|
|
347
|
-
|
|
348
|
-
|
|
349
|
-
|
|
350
|
-
createdAt?: string | null;
|
|
351
|
-
updatedAt?: string | null;
|
|
337
|
+
/** Key/value pairs for selecting and filtering namespaces */
|
|
338
|
+
labels?: Record<string, unknown> | null;
|
|
339
|
+
/** Most recent provisioning or reconcile error message */
|
|
340
|
+
lastError?: string | null;
|
|
352
341
|
/** Human-readable namespace name (e.g. default, production, oauth) */
|
|
353
342
|
name?: string | null;
|
|
354
343
|
/** Globally unique computed namespace identifier via inflection.underscore */
|
|
355
344
|
namespaceName?: string | null;
|
|
356
|
-
/** Optional human-readable description of this namespace */
|
|
357
|
-
description?: string | null;
|
|
358
|
-
/** Whether this namespace is active (soft-disable for filtering) */
|
|
359
|
-
isActive?: boolean | null;
|
|
360
345
|
/** Namespace provisioning lifecycle status: pending, provisioning, active, failed */
|
|
361
346
|
status?: string | null;
|
|
362
|
-
|
|
363
|
-
lastError?: string | null;
|
|
364
|
-
/** Key/value pairs for selecting and filtering namespaces */
|
|
365
|
-
labels?: Record<string, unknown> | null;
|
|
366
|
-
/** Freeform metadata for tooling and operational notes */
|
|
367
|
-
annotations?: Record<string, unknown> | null;
|
|
368
|
-
/** Database that owns this resource (database-scoped isolation) */
|
|
369
|
-
databaseId?: string | null;
|
|
370
|
-
/** true = provisioned by the platform via jobs, false = unmanaged/platform-native (bootstrapped externally) */
|
|
371
|
-
isManaged?: boolean | null;
|
|
347
|
+
updatedAt?: string | null;
|
|
372
348
|
}
|
|
373
349
|
/** Namespace lifecycle events — audit log of creation, activation, deactivation, label changes */
|
|
374
|
-
export interface
|
|
350
|
+
export interface NamespaceEvent {
|
|
351
|
+
/** User who triggered this event (NULL for system/automated) */
|
|
352
|
+
actorId?: string | null;
|
|
353
|
+
/** CPU usage in millicores at time of event */
|
|
354
|
+
cpuMillicores?: number | null;
|
|
375
355
|
/** Event timestamp (partition key) */
|
|
376
356
|
createdAt?: string | null;
|
|
377
|
-
/**
|
|
378
|
-
|
|
379
|
-
/** Namespace this event belongs to */
|
|
380
|
-
namespaceId?: string | null;
|
|
357
|
+
/** Database that owns this resource (database-scoped isolation) */
|
|
358
|
+
databaseId?: string | null;
|
|
381
359
|
/** Event type: created, activated, deactivated, labels_updated, annotations_updated, renamed */
|
|
382
360
|
eventType?: string | null;
|
|
383
|
-
/**
|
|
384
|
-
|
|
361
|
+
/** Unique event identifier */
|
|
362
|
+
id: string;
|
|
363
|
+
/** Memory usage in bytes at time of event */
|
|
364
|
+
memoryBytes?: string | null;
|
|
385
365
|
/** Human-readable description of the event */
|
|
386
366
|
message?: string | null;
|
|
387
367
|
/** Structured context (old/new values, labels diff, etc.) */
|
|
388
368
|
metadata?: Record<string, unknown> | null;
|
|
389
|
-
/**
|
|
390
|
-
|
|
391
|
-
/**
|
|
392
|
-
|
|
393
|
-
/** Storage usage in bytes at time of event */
|
|
394
|
-
storageBytes?: string | null;
|
|
395
|
-
/** Network ingress in bytes during event window */
|
|
396
|
-
networkIngressBytes?: string | null;
|
|
369
|
+
/** Additional resource metrics (gpu, replicas, quotas, etc.) */
|
|
370
|
+
metrics?: Record<string, unknown> | null;
|
|
371
|
+
/** Namespace this event belongs to */
|
|
372
|
+
namespaceId?: string | null;
|
|
397
373
|
/** Network egress in bytes during event window */
|
|
398
374
|
networkEgressBytes?: string | null;
|
|
375
|
+
/** Network ingress in bytes during event window */
|
|
376
|
+
networkIngressBytes?: string | null;
|
|
399
377
|
/** Number of active pods in the namespace at time of event */
|
|
400
378
|
podCount?: number | null;
|
|
401
|
-
/**
|
|
402
|
-
|
|
379
|
+
/** Storage usage in bytes at time of event */
|
|
380
|
+
storageBytes?: string | null;
|
|
381
|
+
}
|
|
382
|
+
/** Logical namespace containers for grouping secrets, config, functions, and other resources */
|
|
383
|
+
export interface PlatformNamespace {
|
|
384
|
+
/** Freeform metadata for tooling and operational notes */
|
|
385
|
+
annotations?: Record<string, unknown> | null;
|
|
386
|
+
createdAt?: string | null;
|
|
387
|
+
/** Optional human-readable description of this namespace */
|
|
388
|
+
description?: string | null;
|
|
389
|
+
id: string;
|
|
390
|
+
/** Whether this namespace is active (soft-disable for filtering) */
|
|
391
|
+
isActive?: boolean | null;
|
|
392
|
+
/** true = provisioned by the platform via jobs, false = unmanaged/platform-native (bootstrapped externally) */
|
|
393
|
+
isManaged?: boolean | null;
|
|
394
|
+
/** Key/value pairs for selecting and filtering namespaces */
|
|
395
|
+
labels?: Record<string, unknown> | null;
|
|
396
|
+
/** Most recent provisioning or reconcile error message */
|
|
397
|
+
lastError?: string | null;
|
|
398
|
+
/** Human-readable namespace name (e.g. default, production, oauth) */
|
|
399
|
+
name?: string | null;
|
|
400
|
+
/** Globally unique computed namespace identifier via inflection.underscore */
|
|
401
|
+
namespaceName?: string | null;
|
|
402
|
+
/** Namespace provisioning lifecycle status: pending, provisioning, active, failed */
|
|
403
|
+
status?: string | null;
|
|
404
|
+
updatedAt?: string | null;
|
|
403
405
|
}
|
|
404
406
|
/** Namespace lifecycle events — audit log of creation, activation, deactivation, label changes */
|
|
405
|
-
export interface
|
|
407
|
+
export interface PlatformNamespaceEvent {
|
|
408
|
+
/** User who triggered this event (NULL for system/automated) */
|
|
409
|
+
actorId?: string | null;
|
|
410
|
+
/** CPU usage in millicores at time of event */
|
|
411
|
+
cpuMillicores?: number | null;
|
|
406
412
|
/** Event timestamp (partition key) */
|
|
407
413
|
createdAt?: string | null;
|
|
408
|
-
/** Unique event identifier */
|
|
409
|
-
id: string;
|
|
410
|
-
/** Namespace this event belongs to */
|
|
411
|
-
namespaceId?: string | null;
|
|
412
414
|
/** Event type: created, activated, deactivated, labels_updated, annotations_updated, renamed */
|
|
413
415
|
eventType?: string | null;
|
|
414
|
-
/**
|
|
415
|
-
|
|
416
|
+
/** Unique event identifier */
|
|
417
|
+
id: string;
|
|
418
|
+
/** Memory usage in bytes at time of event */
|
|
419
|
+
memoryBytes?: string | null;
|
|
416
420
|
/** Human-readable description of the event */
|
|
417
421
|
message?: string | null;
|
|
418
422
|
/** Structured context (old/new values, labels diff, etc.) */
|
|
419
423
|
metadata?: Record<string, unknown> | null;
|
|
420
|
-
/**
|
|
421
|
-
|
|
422
|
-
/**
|
|
423
|
-
|
|
424
|
-
/** Storage usage in bytes at time of event */
|
|
425
|
-
storageBytes?: string | null;
|
|
426
|
-
/** Network ingress in bytes during event window */
|
|
427
|
-
networkIngressBytes?: string | null;
|
|
424
|
+
/** Additional resource metrics (gpu, replicas, quotas, etc.) */
|
|
425
|
+
metrics?: Record<string, unknown> | null;
|
|
426
|
+
/** Namespace this event belongs to */
|
|
427
|
+
namespaceId?: string | null;
|
|
428
428
|
/** Network egress in bytes during event window */
|
|
429
429
|
networkEgressBytes?: string | null;
|
|
430
|
+
/** Network ingress in bytes during event window */
|
|
431
|
+
networkIngressBytes?: string | null;
|
|
430
432
|
/** Number of active pods in the namespace at time of event */
|
|
431
433
|
podCount?: number | null;
|
|
432
|
-
/**
|
|
433
|
-
|
|
434
|
-
/** Database that owns this resource (database-scoped isolation) */
|
|
435
|
-
databaseId?: string | null;
|
|
434
|
+
/** Storage usage in bytes at time of event */
|
|
435
|
+
storageBytes?: string | null;
|
|
436
436
|
}
|
|
437
437
|
export interface ConnectionResult<T> {
|
|
438
438
|
nodes: T[];
|
|
@@ -445,497 +445,515 @@ export interface PageInfo {
|
|
|
445
445
|
startCursor?: string | null;
|
|
446
446
|
endCursor?: string | null;
|
|
447
447
|
}
|
|
448
|
+
export interface DbPresetRelations {
|
|
449
|
+
}
|
|
450
|
+
export interface InfraCommitRelations {
|
|
451
|
+
}
|
|
448
452
|
export interface InfraGetAllRecordRelations {
|
|
449
453
|
}
|
|
454
|
+
export interface InfraObjectRelations {
|
|
455
|
+
}
|
|
450
456
|
export interface InfraRefRelations {
|
|
451
457
|
}
|
|
452
458
|
export interface InfraStoreRelations {
|
|
453
459
|
}
|
|
454
|
-
export interface
|
|
455
|
-
}
|
|
456
|
-
export interface InfraCommitRelations {
|
|
460
|
+
export interface NamespaceRelations {
|
|
457
461
|
}
|
|
458
|
-
export interface
|
|
462
|
+
export interface NamespaceEventRelations {
|
|
459
463
|
}
|
|
460
464
|
export interface PlatformNamespaceRelations {
|
|
461
465
|
}
|
|
462
|
-
export interface NamespaceRelations {
|
|
463
|
-
}
|
|
464
466
|
export interface PlatformNamespaceEventRelations {
|
|
465
467
|
}
|
|
466
|
-
export
|
|
467
|
-
|
|
468
|
+
export type DbPresetWithRelations = DbPreset & DbPresetRelations;
|
|
469
|
+
export type InfraCommitWithRelations = InfraCommit & InfraCommitRelations;
|
|
468
470
|
export type InfraGetAllRecordWithRelations = InfraGetAllRecord & InfraGetAllRecordRelations;
|
|
471
|
+
export type InfraObjectWithRelations = InfraObject & InfraObjectRelations;
|
|
469
472
|
export type InfraRefWithRelations = InfraRef & InfraRefRelations;
|
|
470
473
|
export type InfraStoreWithRelations = InfraStore & InfraStoreRelations;
|
|
471
|
-
export type InfraObjectWithRelations = InfraObject & InfraObjectRelations;
|
|
472
|
-
export type InfraCommitWithRelations = InfraCommit & InfraCommitRelations;
|
|
473
|
-
export type DbPresetWithRelations = DbPreset & DbPresetRelations;
|
|
474
|
-
export type PlatformNamespaceWithRelations = PlatformNamespace & PlatformNamespaceRelations;
|
|
475
474
|
export type NamespaceWithRelations = Namespace & NamespaceRelations;
|
|
476
|
-
export type PlatformNamespaceEventWithRelations = PlatformNamespaceEvent & PlatformNamespaceEventRelations;
|
|
477
475
|
export type NamespaceEventWithRelations = NamespaceEvent & NamespaceEventRelations;
|
|
478
|
-
export type
|
|
479
|
-
|
|
480
|
-
|
|
481
|
-
|
|
482
|
-
|
|
476
|
+
export type PlatformNamespaceWithRelations = PlatformNamespace & PlatformNamespaceRelations;
|
|
477
|
+
export type PlatformNamespaceEventWithRelations = PlatformNamespaceEvent & PlatformNamespaceEventRelations;
|
|
478
|
+
export type DbPresetSelect = {
|
|
479
|
+
active?: boolean;
|
|
480
|
+
commitId?: boolean;
|
|
481
|
+
createdAt?: boolean;
|
|
482
|
+
definition?: boolean;
|
|
483
|
+
description?: boolean;
|
|
483
484
|
id?: boolean;
|
|
484
|
-
|
|
485
|
-
|
|
485
|
+
label?: boolean;
|
|
486
|
+
modulesHash?: boolean;
|
|
487
|
+
slug?: boolean;
|
|
486
488
|
storeId?: boolean;
|
|
487
|
-
|
|
489
|
+
updatedAt?: boolean;
|
|
488
490
|
};
|
|
489
|
-
export type
|
|
491
|
+
export type InfraCommitSelect = {
|
|
492
|
+
authorId?: boolean;
|
|
493
|
+
committerId?: boolean;
|
|
494
|
+
date?: boolean;
|
|
490
495
|
id?: boolean;
|
|
491
|
-
|
|
496
|
+
message?: boolean;
|
|
497
|
+
parentIds?: boolean;
|
|
492
498
|
scopeId?: boolean;
|
|
493
|
-
|
|
494
|
-
|
|
499
|
+
storeId?: boolean;
|
|
500
|
+
treeId?: boolean;
|
|
501
|
+
};
|
|
502
|
+
export type InfraGetAllRecordSelect = {
|
|
503
|
+
data?: boolean;
|
|
504
|
+
path?: boolean;
|
|
495
505
|
};
|
|
496
506
|
export type InfraObjectSelect = {
|
|
507
|
+
createdAt?: boolean;
|
|
508
|
+
data?: boolean;
|
|
497
509
|
id?: boolean;
|
|
498
|
-
scopeId?: boolean;
|
|
499
510
|
kids?: boolean;
|
|
500
511
|
ktree?: boolean;
|
|
501
|
-
|
|
502
|
-
createdAt?: boolean;
|
|
512
|
+
scopeId?: boolean;
|
|
503
513
|
};
|
|
504
|
-
export type
|
|
514
|
+
export type InfraRefSelect = {
|
|
515
|
+
commitId?: boolean;
|
|
505
516
|
id?: boolean;
|
|
506
|
-
|
|
517
|
+
name?: boolean;
|
|
507
518
|
scopeId?: boolean;
|
|
508
519
|
storeId?: boolean;
|
|
509
|
-
parentIds?: boolean;
|
|
510
|
-
authorId?: boolean;
|
|
511
|
-
committerId?: boolean;
|
|
512
|
-
treeId?: boolean;
|
|
513
|
-
date?: boolean;
|
|
514
520
|
};
|
|
515
|
-
export type
|
|
516
|
-
id?: boolean;
|
|
517
|
-
storeId?: boolean;
|
|
518
|
-
slug?: boolean;
|
|
519
|
-
definition?: boolean;
|
|
520
|
-
commitId?: boolean;
|
|
521
|
-
modulesHash?: boolean;
|
|
522
|
-
label?: boolean;
|
|
523
|
-
description?: boolean;
|
|
524
|
-
active?: boolean;
|
|
521
|
+
export type InfraStoreSelect = {
|
|
525
522
|
createdAt?: boolean;
|
|
526
|
-
|
|
527
|
-
};
|
|
528
|
-
export type PlatformNamespaceSelect = {
|
|
523
|
+
hash?: boolean;
|
|
529
524
|
id?: boolean;
|
|
530
|
-
createdAt?: boolean;
|
|
531
|
-
updatedAt?: boolean;
|
|
532
525
|
name?: boolean;
|
|
533
|
-
|
|
534
|
-
description?: boolean;
|
|
535
|
-
isActive?: boolean;
|
|
536
|
-
status?: boolean;
|
|
537
|
-
lastError?: boolean;
|
|
538
|
-
labels?: boolean;
|
|
539
|
-
annotations?: boolean;
|
|
540
|
-
isManaged?: boolean;
|
|
526
|
+
scopeId?: boolean;
|
|
541
527
|
};
|
|
542
528
|
export type NamespaceSelect = {
|
|
543
|
-
|
|
529
|
+
annotations?: boolean;
|
|
544
530
|
createdAt?: boolean;
|
|
545
|
-
|
|
546
|
-
name?: boolean;
|
|
547
|
-
namespaceName?: boolean;
|
|
531
|
+
databaseId?: boolean;
|
|
548
532
|
description?: boolean;
|
|
533
|
+
id?: boolean;
|
|
549
534
|
isActive?: boolean;
|
|
550
|
-
status?: boolean;
|
|
551
|
-
lastError?: boolean;
|
|
552
|
-
labels?: boolean;
|
|
553
|
-
annotations?: boolean;
|
|
554
|
-
databaseId?: boolean;
|
|
555
535
|
isManaged?: boolean;
|
|
536
|
+
labels?: boolean;
|
|
537
|
+
lastError?: boolean;
|
|
538
|
+
name?: boolean;
|
|
539
|
+
namespaceName?: boolean;
|
|
540
|
+
status?: boolean;
|
|
541
|
+
updatedAt?: boolean;
|
|
556
542
|
};
|
|
557
|
-
export type
|
|
543
|
+
export type NamespaceEventSelect = {
|
|
544
|
+
actorId?: boolean;
|
|
545
|
+
cpuMillicores?: boolean;
|
|
558
546
|
createdAt?: boolean;
|
|
559
|
-
|
|
560
|
-
namespaceId?: boolean;
|
|
547
|
+
databaseId?: boolean;
|
|
561
548
|
eventType?: boolean;
|
|
562
|
-
|
|
549
|
+
id?: boolean;
|
|
550
|
+
memoryBytes?: boolean;
|
|
563
551
|
message?: boolean;
|
|
564
552
|
metadata?: boolean;
|
|
565
|
-
|
|
566
|
-
|
|
567
|
-
storageBytes?: boolean;
|
|
568
|
-
networkIngressBytes?: boolean;
|
|
553
|
+
metrics?: boolean;
|
|
554
|
+
namespaceId?: boolean;
|
|
569
555
|
networkEgressBytes?: boolean;
|
|
556
|
+
networkIngressBytes?: boolean;
|
|
570
557
|
podCount?: boolean;
|
|
571
|
-
|
|
558
|
+
storageBytes?: boolean;
|
|
572
559
|
};
|
|
573
|
-
export type
|
|
560
|
+
export type PlatformNamespaceSelect = {
|
|
561
|
+
annotations?: boolean;
|
|
574
562
|
createdAt?: boolean;
|
|
563
|
+
description?: boolean;
|
|
575
564
|
id?: boolean;
|
|
576
|
-
|
|
577
|
-
|
|
565
|
+
isActive?: boolean;
|
|
566
|
+
isManaged?: boolean;
|
|
567
|
+
labels?: boolean;
|
|
568
|
+
lastError?: boolean;
|
|
569
|
+
name?: boolean;
|
|
570
|
+
namespaceName?: boolean;
|
|
571
|
+
status?: boolean;
|
|
572
|
+
updatedAt?: boolean;
|
|
573
|
+
};
|
|
574
|
+
export type PlatformNamespaceEventSelect = {
|
|
578
575
|
actorId?: boolean;
|
|
579
|
-
message?: boolean;
|
|
580
|
-
metadata?: boolean;
|
|
581
576
|
cpuMillicores?: boolean;
|
|
577
|
+
createdAt?: boolean;
|
|
578
|
+
eventType?: boolean;
|
|
579
|
+
id?: boolean;
|
|
582
580
|
memoryBytes?: boolean;
|
|
583
|
-
|
|
584
|
-
|
|
581
|
+
message?: boolean;
|
|
582
|
+
metadata?: boolean;
|
|
583
|
+
metrics?: boolean;
|
|
584
|
+
namespaceId?: boolean;
|
|
585
585
|
networkEgressBytes?: boolean;
|
|
586
|
+
networkIngressBytes?: boolean;
|
|
586
587
|
podCount?: boolean;
|
|
587
|
-
|
|
588
|
-
databaseId?: boolean;
|
|
588
|
+
storageBytes?: boolean;
|
|
589
589
|
};
|
|
590
|
-
export interface
|
|
591
|
-
|
|
592
|
-
|
|
593
|
-
|
|
594
|
-
|
|
595
|
-
|
|
596
|
-
|
|
597
|
-
|
|
590
|
+
export interface DbPresetFilter {
|
|
591
|
+
/** Filter by the object’s `active` field. */
|
|
592
|
+
active?: BooleanFilter;
|
|
593
|
+
/** Checks for all expressions in this list. */
|
|
594
|
+
and?: DbPresetFilter[];
|
|
595
|
+
/** Filter by the object’s `commitId` field. */
|
|
596
|
+
commitId?: UUIDFilter;
|
|
597
|
+
/** Filter by the object’s `createdAt` field. */
|
|
598
|
+
createdAt?: DatetimeFilter;
|
|
599
|
+
/** Filter by the object’s `definition` field. */
|
|
600
|
+
definition?: JSONFilter;
|
|
601
|
+
/** Filter by the object’s `description` field. */
|
|
602
|
+
description?: StringFilter;
|
|
598
603
|
/** Filter by the object’s `id` field. */
|
|
599
604
|
id?: UUIDFilter;
|
|
600
|
-
/** Filter by the object’s `
|
|
601
|
-
|
|
602
|
-
/** Filter by the object’s `
|
|
603
|
-
|
|
605
|
+
/** Filter by the object’s `label` field. */
|
|
606
|
+
label?: StringFilter;
|
|
607
|
+
/** Filter by the object’s `modulesHash` field. */
|
|
608
|
+
modulesHash?: UUIDFilter;
|
|
609
|
+
/** Negates the expression. */
|
|
610
|
+
not?: DbPresetFilter;
|
|
611
|
+
/** Checks for any expressions in this list. */
|
|
612
|
+
or?: DbPresetFilter[];
|
|
613
|
+
/** Filter by the object’s `slug` field. */
|
|
614
|
+
slug?: StringFilter;
|
|
604
615
|
/** Filter by the object’s `storeId` field. */
|
|
605
616
|
storeId?: UUIDFilter;
|
|
606
|
-
/** Filter by the object’s `
|
|
607
|
-
|
|
608
|
-
/** Checks for all expressions in this list. */
|
|
609
|
-
and?: InfraRefFilter[];
|
|
610
|
-
/** Checks for any expressions in this list. */
|
|
611
|
-
or?: InfraRefFilter[];
|
|
612
|
-
/** Negates the expression. */
|
|
613
|
-
not?: InfraRefFilter;
|
|
617
|
+
/** Filter by the object’s `updatedAt` field. */
|
|
618
|
+
updatedAt?: DatetimeFilter;
|
|
614
619
|
}
|
|
615
|
-
export interface
|
|
620
|
+
export interface InfraCommitFilter {
|
|
621
|
+
/** Checks for all expressions in this list. */
|
|
622
|
+
and?: InfraCommitFilter[];
|
|
623
|
+
/** Filter by the object’s `authorId` field. */
|
|
624
|
+
authorId?: UUIDFilter;
|
|
625
|
+
/** Filter by the object’s `committerId` field. */
|
|
626
|
+
committerId?: UUIDFilter;
|
|
627
|
+
/** Filter by the object’s `date` field. */
|
|
628
|
+
date?: DatetimeFilter;
|
|
616
629
|
/** Filter by the object’s `id` field. */
|
|
617
630
|
id?: UUIDFilter;
|
|
618
|
-
/** Filter by the object’s `
|
|
619
|
-
|
|
631
|
+
/** Filter by the object’s `message` field. */
|
|
632
|
+
message?: StringFilter;
|
|
633
|
+
/** Negates the expression. */
|
|
634
|
+
not?: InfraCommitFilter;
|
|
635
|
+
/** Checks for any expressions in this list. */
|
|
636
|
+
or?: InfraCommitFilter[];
|
|
637
|
+
/** Filter by the object’s `parentIds` field. */
|
|
638
|
+
parentIds?: UUIDListFilter;
|
|
620
639
|
/** Filter by the object’s `scopeId` field. */
|
|
621
640
|
scopeId?: UUIDFilter;
|
|
622
|
-
/** Filter by the object’s `
|
|
623
|
-
|
|
624
|
-
/** Filter by the object’s `
|
|
625
|
-
|
|
626
|
-
|
|
627
|
-
|
|
628
|
-
|
|
629
|
-
|
|
630
|
-
|
|
631
|
-
|
|
641
|
+
/** Filter by the object’s `storeId` field. */
|
|
642
|
+
storeId?: UUIDFilter;
|
|
643
|
+
/** Filter by the object’s `treeId` field. */
|
|
644
|
+
treeId?: UUIDFilter;
|
|
645
|
+
}
|
|
646
|
+
export interface InfraGetAllRecordFilter {
|
|
647
|
+
data?: JSONFilter;
|
|
648
|
+
path?: StringListFilter;
|
|
649
|
+
and?: InfraGetAllRecordFilter[];
|
|
650
|
+
or?: InfraGetAllRecordFilter[];
|
|
651
|
+
not?: InfraGetAllRecordFilter;
|
|
632
652
|
}
|
|
633
653
|
export interface InfraObjectFilter {
|
|
654
|
+
/** Checks for all expressions in this list. */
|
|
655
|
+
and?: InfraObjectFilter[];
|
|
656
|
+
/** Filter by the object’s `createdAt` field. */
|
|
657
|
+
createdAt?: DatetimeFilter;
|
|
658
|
+
/** Filter by the object’s `data` field. */
|
|
659
|
+
data?: JSONFilter;
|
|
634
660
|
/** Filter by the object’s `id` field. */
|
|
635
661
|
id?: UUIDFilter;
|
|
636
|
-
/** Filter by the object’s `scopeId` field. */
|
|
637
|
-
scopeId?: UUIDFilter;
|
|
638
662
|
/** Filter by the object’s `kids` field. */
|
|
639
663
|
kids?: UUIDListFilter;
|
|
640
664
|
/** Filter by the object’s `ktree` field. */
|
|
641
665
|
ktree?: StringListFilter;
|
|
642
|
-
/** Filter by the object’s `data` field. */
|
|
643
|
-
data?: JSONFilter;
|
|
644
|
-
/** Filter by the object’s `createdAt` field. */
|
|
645
|
-
createdAt?: DatetimeFilter;
|
|
646
|
-
/** Checks for all expressions in this list. */
|
|
647
|
-
and?: InfraObjectFilter[];
|
|
648
|
-
/** Checks for any expressions in this list. */
|
|
649
|
-
or?: InfraObjectFilter[];
|
|
650
666
|
/** Negates the expression. */
|
|
651
667
|
not?: InfraObjectFilter;
|
|
668
|
+
/** Checks for any expressions in this list. */
|
|
669
|
+
or?: InfraObjectFilter[];
|
|
670
|
+
/** Filter by the object’s `scopeId` field. */
|
|
671
|
+
scopeId?: UUIDFilter;
|
|
652
672
|
}
|
|
653
|
-
export interface
|
|
673
|
+
export interface InfraRefFilter {
|
|
674
|
+
/** Checks for all expressions in this list. */
|
|
675
|
+
and?: InfraRefFilter[];
|
|
676
|
+
/** Filter by the object’s `commitId` field. */
|
|
677
|
+
commitId?: UUIDFilter;
|
|
654
678
|
/** Filter by the object’s `id` field. */
|
|
655
679
|
id?: UUIDFilter;
|
|
656
|
-
/** Filter by the object’s `
|
|
657
|
-
|
|
680
|
+
/** Filter by the object’s `name` field. */
|
|
681
|
+
name?: StringFilter;
|
|
682
|
+
/** Negates the expression. */
|
|
683
|
+
not?: InfraRefFilter;
|
|
684
|
+
/** Checks for any expressions in this list. */
|
|
685
|
+
or?: InfraRefFilter[];
|
|
658
686
|
/** Filter by the object’s `scopeId` field. */
|
|
659
687
|
scopeId?: UUIDFilter;
|
|
660
688
|
/** Filter by the object’s `storeId` field. */
|
|
661
689
|
storeId?: UUIDFilter;
|
|
662
|
-
/** Filter by the object’s `parentIds` field. */
|
|
663
|
-
parentIds?: UUIDListFilter;
|
|
664
|
-
/** Filter by the object’s `authorId` field. */
|
|
665
|
-
authorId?: UUIDFilter;
|
|
666
|
-
/** Filter by the object’s `committerId` field. */
|
|
667
|
-
committerId?: UUIDFilter;
|
|
668
|
-
/** Filter by the object’s `treeId` field. */
|
|
669
|
-
treeId?: UUIDFilter;
|
|
670
|
-
/** Filter by the object’s `date` field. */
|
|
671
|
-
date?: DatetimeFilter;
|
|
672
|
-
/** Checks for all expressions in this list. */
|
|
673
|
-
and?: InfraCommitFilter[];
|
|
674
|
-
/** Checks for any expressions in this list. */
|
|
675
|
-
or?: InfraCommitFilter[];
|
|
676
|
-
/** Negates the expression. */
|
|
677
|
-
not?: InfraCommitFilter;
|
|
678
690
|
}
|
|
679
|
-
export interface
|
|
680
|
-
/**
|
|
681
|
-
|
|
682
|
-
/** Filter by the object’s `storeId` field. */
|
|
683
|
-
storeId?: UUIDFilter;
|
|
684
|
-
/** Filter by the object’s `slug` field. */
|
|
685
|
-
slug?: StringFilter;
|
|
686
|
-
/** Filter by the object’s `definition` field. */
|
|
687
|
-
definition?: JSONFilter;
|
|
688
|
-
/** Filter by the object’s `commitId` field. */
|
|
689
|
-
commitId?: UUIDFilter;
|
|
690
|
-
/** Filter by the object’s `modulesHash` field. */
|
|
691
|
-
modulesHash?: UUIDFilter;
|
|
692
|
-
/** Filter by the object’s `label` field. */
|
|
693
|
-
label?: StringFilter;
|
|
694
|
-
/** Filter by the object’s `description` field. */
|
|
695
|
-
description?: StringFilter;
|
|
696
|
-
/** Filter by the object’s `active` field. */
|
|
697
|
-
active?: BooleanFilter;
|
|
691
|
+
export interface InfraStoreFilter {
|
|
692
|
+
/** Checks for all expressions in this list. */
|
|
693
|
+
and?: InfraStoreFilter[];
|
|
698
694
|
/** Filter by the object’s `createdAt` field. */
|
|
699
695
|
createdAt?: DatetimeFilter;
|
|
700
|
-
/** Filter by the object’s `
|
|
701
|
-
|
|
702
|
-
/** Checks for all expressions in this list. */
|
|
703
|
-
and?: DbPresetFilter[];
|
|
704
|
-
/** Checks for any expressions in this list. */
|
|
705
|
-
or?: DbPresetFilter[];
|
|
706
|
-
/** Negates the expression. */
|
|
707
|
-
not?: DbPresetFilter;
|
|
708
|
-
}
|
|
709
|
-
export interface PlatformNamespaceFilter {
|
|
696
|
+
/** Filter by the object’s `hash` field. */
|
|
697
|
+
hash?: UUIDFilter;
|
|
710
698
|
/** Filter by the object’s `id` field. */
|
|
711
699
|
id?: UUIDFilter;
|
|
712
|
-
/** Filter by the object’s `createdAt` field. */
|
|
713
|
-
createdAt?: DatetimeFilter;
|
|
714
|
-
/** Filter by the object’s `updatedAt` field. */
|
|
715
|
-
updatedAt?: DatetimeFilter;
|
|
716
700
|
/** Filter by the object’s `name` field. */
|
|
717
701
|
name?: StringFilter;
|
|
718
|
-
/** Filter by the object’s `namespaceName` field. */
|
|
719
|
-
namespaceName?: StringFilter;
|
|
720
|
-
/** Filter by the object’s `description` field. */
|
|
721
|
-
description?: StringFilter;
|
|
722
|
-
/** Filter by the object’s `isActive` field. */
|
|
723
|
-
isActive?: BooleanFilter;
|
|
724
|
-
/** Filter by the object’s `status` field. */
|
|
725
|
-
status?: StringFilter;
|
|
726
|
-
/** Filter by the object’s `lastError` field. */
|
|
727
|
-
lastError?: StringFilter;
|
|
728
|
-
/** Filter by the object’s `labels` field. */
|
|
729
|
-
labels?: JSONFilter;
|
|
730
|
-
/** Filter by the object’s `annotations` field. */
|
|
731
|
-
annotations?: JSONFilter;
|
|
732
|
-
/** Filter by the object’s `isManaged` field. */
|
|
733
|
-
isManaged?: BooleanFilter;
|
|
734
|
-
/** Checks for all expressions in this list. */
|
|
735
|
-
and?: PlatformNamespaceFilter[];
|
|
736
|
-
/** Checks for any expressions in this list. */
|
|
737
|
-
or?: PlatformNamespaceFilter[];
|
|
738
702
|
/** Negates the expression. */
|
|
739
|
-
not?:
|
|
703
|
+
not?: InfraStoreFilter;
|
|
704
|
+
/** Checks for any expressions in this list. */
|
|
705
|
+
or?: InfraStoreFilter[];
|
|
706
|
+
/** Filter by the object’s `scopeId` field. */
|
|
707
|
+
scopeId?: UUIDFilter;
|
|
740
708
|
}
|
|
741
709
|
export interface NamespaceFilter {
|
|
742
|
-
/**
|
|
743
|
-
|
|
710
|
+
/** Checks for all expressions in this list. */
|
|
711
|
+
and?: NamespaceFilter[];
|
|
712
|
+
/** Filter by the object’s `annotations` field. */
|
|
713
|
+
annotations?: JSONFilter;
|
|
744
714
|
/** Filter by the object’s `createdAt` field. */
|
|
745
715
|
createdAt?: DatetimeFilter;
|
|
746
|
-
/** Filter by the object’s `
|
|
747
|
-
|
|
748
|
-
/** Filter by the object’s `name` field. */
|
|
749
|
-
name?: StringFilter;
|
|
750
|
-
/** Filter by the object’s `namespaceName` field. */
|
|
751
|
-
namespaceName?: StringFilter;
|
|
716
|
+
/** Filter by the object’s `databaseId` field. */
|
|
717
|
+
databaseId?: UUIDFilter;
|
|
752
718
|
/** Filter by the object’s `description` field. */
|
|
753
719
|
description?: StringFilter;
|
|
720
|
+
/** Filter by the object’s `id` field. */
|
|
721
|
+
id?: UUIDFilter;
|
|
754
722
|
/** Filter by the object’s `isActive` field. */
|
|
755
723
|
isActive?: BooleanFilter;
|
|
756
|
-
/** Filter by the object’s `status` field. */
|
|
757
|
-
status?: StringFilter;
|
|
758
|
-
/** Filter by the object’s `lastError` field. */
|
|
759
|
-
lastError?: StringFilter;
|
|
760
|
-
/** Filter by the object’s `labels` field. */
|
|
761
|
-
labels?: JSONFilter;
|
|
762
|
-
/** Filter by the object’s `annotations` field. */
|
|
763
|
-
annotations?: JSONFilter;
|
|
764
|
-
/** Filter by the object’s `databaseId` field. */
|
|
765
|
-
databaseId?: UUIDFilter;
|
|
766
724
|
/** Filter by the object’s `isManaged` field. */
|
|
767
725
|
isManaged?: BooleanFilter;
|
|
768
|
-
/**
|
|
769
|
-
|
|
770
|
-
/**
|
|
771
|
-
|
|
726
|
+
/** Filter by the object’s `labels` field. */
|
|
727
|
+
labels?: JSONFilter;
|
|
728
|
+
/** Filter by the object’s `lastError` field. */
|
|
729
|
+
lastError?: StringFilter;
|
|
730
|
+
/** Filter by the object’s `name` field. */
|
|
731
|
+
name?: StringFilter;
|
|
732
|
+
/** Filter by the object’s `namespaceName` field. */
|
|
733
|
+
namespaceName?: StringFilter;
|
|
772
734
|
/** Negates the expression. */
|
|
773
735
|
not?: NamespaceFilter;
|
|
736
|
+
/** Checks for any expressions in this list. */
|
|
737
|
+
or?: NamespaceFilter[];
|
|
738
|
+
/** Filter by the object’s `status` field. */
|
|
739
|
+
status?: StringFilter;
|
|
740
|
+
/** Filter by the object’s `updatedAt` field. */
|
|
741
|
+
updatedAt?: DatetimeFilter;
|
|
774
742
|
}
|
|
775
|
-
export interface
|
|
743
|
+
export interface NamespaceEventFilter {
|
|
744
|
+
/** Filter by the object’s `actorId` field. */
|
|
745
|
+
actorId?: UUIDFilter;
|
|
746
|
+
/** Checks for all expressions in this list. */
|
|
747
|
+
and?: NamespaceEventFilter[];
|
|
748
|
+
/** Filter by the object’s `cpuMillicores` field. */
|
|
749
|
+
cpuMillicores?: IntFilter;
|
|
776
750
|
/** Filter by the object’s `createdAt` field. */
|
|
777
751
|
createdAt?: DatetimeFilter;
|
|
778
|
-
/** Filter by the object’s `
|
|
779
|
-
|
|
780
|
-
/** Filter by the object’s `namespaceId` field. */
|
|
781
|
-
namespaceId?: UUIDFilter;
|
|
752
|
+
/** Filter by the object’s `databaseId` field. */
|
|
753
|
+
databaseId?: UUIDFilter;
|
|
782
754
|
/** Filter by the object’s `eventType` field. */
|
|
783
755
|
eventType?: StringFilter;
|
|
784
|
-
/** Filter by the object’s `
|
|
785
|
-
|
|
756
|
+
/** Filter by the object’s `id` field. */
|
|
757
|
+
id?: UUIDFilter;
|
|
758
|
+
/** Filter by the object’s `memoryBytes` field. */
|
|
759
|
+
memoryBytes?: BigIntFilter;
|
|
786
760
|
/** Filter by the object’s `message` field. */
|
|
787
761
|
message?: StringFilter;
|
|
788
762
|
/** Filter by the object’s `metadata` field. */
|
|
789
763
|
metadata?: JSONFilter;
|
|
790
|
-
/** Filter by the object’s `
|
|
791
|
-
|
|
792
|
-
/** Filter by the object’s `
|
|
793
|
-
|
|
794
|
-
/** Filter by the object’s `storageBytes` field. */
|
|
795
|
-
storageBytes?: BigIntFilter;
|
|
796
|
-
/** Filter by the object’s `networkIngressBytes` field. */
|
|
797
|
-
networkIngressBytes?: BigIntFilter;
|
|
764
|
+
/** Filter by the object’s `metrics` field. */
|
|
765
|
+
metrics?: JSONFilter;
|
|
766
|
+
/** Filter by the object’s `namespaceId` field. */
|
|
767
|
+
namespaceId?: UUIDFilter;
|
|
798
768
|
/** Filter by the object’s `networkEgressBytes` field. */
|
|
799
769
|
networkEgressBytes?: BigIntFilter;
|
|
770
|
+
/** Filter by the object’s `networkIngressBytes` field. */
|
|
771
|
+
networkIngressBytes?: BigIntFilter;
|
|
772
|
+
/** Negates the expression. */
|
|
773
|
+
not?: NamespaceEventFilter;
|
|
774
|
+
/** Checks for any expressions in this list. */
|
|
775
|
+
or?: NamespaceEventFilter[];
|
|
800
776
|
/** Filter by the object’s `podCount` field. */
|
|
801
777
|
podCount?: IntFilter;
|
|
802
|
-
/** Filter by the object’s `
|
|
803
|
-
|
|
804
|
-
/** Checks for all expressions in this list. */
|
|
805
|
-
and?: PlatformNamespaceEventFilter[];
|
|
806
|
-
/** Checks for any expressions in this list. */
|
|
807
|
-
or?: PlatformNamespaceEventFilter[];
|
|
808
|
-
/** Negates the expression. */
|
|
809
|
-
not?: PlatformNamespaceEventFilter;
|
|
778
|
+
/** Filter by the object’s `storageBytes` field. */
|
|
779
|
+
storageBytes?: BigIntFilter;
|
|
810
780
|
}
|
|
811
|
-
export interface
|
|
781
|
+
export interface PlatformNamespaceFilter {
|
|
782
|
+
/** Checks for all expressions in this list. */
|
|
783
|
+
and?: PlatformNamespaceFilter[];
|
|
784
|
+
/** Filter by the object’s `annotations` field. */
|
|
785
|
+
annotations?: JSONFilter;
|
|
812
786
|
/** Filter by the object’s `createdAt` field. */
|
|
813
787
|
createdAt?: DatetimeFilter;
|
|
788
|
+
/** Filter by the object’s `description` field. */
|
|
789
|
+
description?: StringFilter;
|
|
814
790
|
/** Filter by the object’s `id` field. */
|
|
815
791
|
id?: UUIDFilter;
|
|
816
|
-
/** Filter by the object’s `
|
|
817
|
-
|
|
818
|
-
/** Filter by the object’s `
|
|
819
|
-
|
|
792
|
+
/** Filter by the object’s `isActive` field. */
|
|
793
|
+
isActive?: BooleanFilter;
|
|
794
|
+
/** Filter by the object’s `isManaged` field. */
|
|
795
|
+
isManaged?: BooleanFilter;
|
|
796
|
+
/** Filter by the object’s `labels` field. */
|
|
797
|
+
labels?: JSONFilter;
|
|
798
|
+
/** Filter by the object’s `lastError` field. */
|
|
799
|
+
lastError?: StringFilter;
|
|
800
|
+
/** Filter by the object’s `name` field. */
|
|
801
|
+
name?: StringFilter;
|
|
802
|
+
/** Filter by the object’s `namespaceName` field. */
|
|
803
|
+
namespaceName?: StringFilter;
|
|
804
|
+
/** Negates the expression. */
|
|
805
|
+
not?: PlatformNamespaceFilter;
|
|
806
|
+
/** Checks for any expressions in this list. */
|
|
807
|
+
or?: PlatformNamespaceFilter[];
|
|
808
|
+
/** Filter by the object’s `status` field. */
|
|
809
|
+
status?: StringFilter;
|
|
810
|
+
/** Filter by the object’s `updatedAt` field. */
|
|
811
|
+
updatedAt?: DatetimeFilter;
|
|
812
|
+
}
|
|
813
|
+
export interface PlatformNamespaceEventFilter {
|
|
820
814
|
/** Filter by the object’s `actorId` field. */
|
|
821
815
|
actorId?: UUIDFilter;
|
|
822
|
-
/**
|
|
823
|
-
|
|
824
|
-
/** Filter by the object’s `metadata` field. */
|
|
825
|
-
metadata?: JSONFilter;
|
|
816
|
+
/** Checks for all expressions in this list. */
|
|
817
|
+
and?: PlatformNamespaceEventFilter[];
|
|
826
818
|
/** Filter by the object’s `cpuMillicores` field. */
|
|
827
819
|
cpuMillicores?: IntFilter;
|
|
820
|
+
/** Filter by the object’s `createdAt` field. */
|
|
821
|
+
createdAt?: DatetimeFilter;
|
|
822
|
+
/** Filter by the object’s `eventType` field. */
|
|
823
|
+
eventType?: StringFilter;
|
|
824
|
+
/** Filter by the object’s `id` field. */
|
|
825
|
+
id?: UUIDFilter;
|
|
828
826
|
/** Filter by the object’s `memoryBytes` field. */
|
|
829
827
|
memoryBytes?: BigIntFilter;
|
|
830
|
-
/** Filter by the object’s `
|
|
831
|
-
|
|
832
|
-
/** Filter by the object’s `
|
|
833
|
-
|
|
828
|
+
/** Filter by the object’s `message` field. */
|
|
829
|
+
message?: StringFilter;
|
|
830
|
+
/** Filter by the object’s `metadata` field. */
|
|
831
|
+
metadata?: JSONFilter;
|
|
832
|
+
/** Filter by the object’s `metrics` field. */
|
|
833
|
+
metrics?: JSONFilter;
|
|
834
|
+
/** Filter by the object’s `namespaceId` field. */
|
|
835
|
+
namespaceId?: UUIDFilter;
|
|
834
836
|
/** Filter by the object’s `networkEgressBytes` field. */
|
|
835
837
|
networkEgressBytes?: BigIntFilter;
|
|
838
|
+
/** Filter by the object’s `networkIngressBytes` field. */
|
|
839
|
+
networkIngressBytes?: BigIntFilter;
|
|
840
|
+
/** Negates the expression. */
|
|
841
|
+
not?: PlatformNamespaceEventFilter;
|
|
842
|
+
/** Checks for any expressions in this list. */
|
|
843
|
+
or?: PlatformNamespaceEventFilter[];
|
|
836
844
|
/** Filter by the object’s `podCount` field. */
|
|
837
845
|
podCount?: IntFilter;
|
|
838
|
-
/** Filter by the object’s `
|
|
839
|
-
|
|
840
|
-
/** Filter by the object’s `databaseId` field. */
|
|
841
|
-
databaseId?: UUIDFilter;
|
|
842
|
-
/** Checks for all expressions in this list. */
|
|
843
|
-
and?: NamespaceEventFilter[];
|
|
844
|
-
/** Checks for any expressions in this list. */
|
|
845
|
-
or?: NamespaceEventFilter[];
|
|
846
|
-
/** Negates the expression. */
|
|
847
|
-
not?: NamespaceEventFilter;
|
|
846
|
+
/** Filter by the object’s `storageBytes` field. */
|
|
847
|
+
storageBytes?: BigIntFilter;
|
|
848
848
|
}
|
|
849
|
-
export type
|
|
850
|
-
export type
|
|
851
|
-
export type
|
|
852
|
-
export type InfraObjectOrderBy = '
|
|
853
|
-
export type
|
|
854
|
-
export type
|
|
855
|
-
export type
|
|
856
|
-
export type
|
|
857
|
-
export type
|
|
858
|
-
export type
|
|
859
|
-
export interface
|
|
849
|
+
export type DbPresetOrderBy = 'ACTIVE_ASC' | 'ACTIVE_DESC' | 'COMMIT_ID_ASC' | 'COMMIT_ID_DESC' | 'CREATED_AT_ASC' | 'CREATED_AT_DESC' | 'DEFINITION_ASC' | 'DEFINITION_DESC' | 'DESCRIPTION_ASC' | 'DESCRIPTION_DESC' | 'ID_ASC' | 'ID_DESC' | 'LABEL_ASC' | 'LABEL_DESC' | 'MODULES_HASH_ASC' | 'MODULES_HASH_DESC' | 'NATURAL' | 'PRIMARY_KEY_ASC' | 'PRIMARY_KEY_DESC' | 'SLUG_ASC' | 'SLUG_DESC' | 'STORE_ID_ASC' | 'STORE_ID_DESC' | 'UPDATED_AT_ASC' | 'UPDATED_AT_DESC';
|
|
850
|
+
export type InfraCommitOrderBy = 'AUTHOR_ID_ASC' | 'AUTHOR_ID_DESC' | 'COMMITTER_ID_ASC' | 'COMMITTER_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' | 'SCOPE_ID_ASC' | 'SCOPE_ID_DESC' | 'STORE_ID_ASC' | 'STORE_ID_DESC' | 'TREE_ID_ASC' | 'TREE_ID_DESC';
|
|
851
|
+
export type InfraGetAllRecordsOrderBy = 'PRIMARY_KEY_ASC' | 'PRIMARY_KEY_DESC' | 'NATURAL' | 'DATA_ASC' | 'DATA_DESC' | 'PATH_ASC' | 'PATH_DESC';
|
|
852
|
+
export type InfraObjectOrderBy = 'CREATED_AT_ASC' | 'CREATED_AT_DESC' | 'DATA_ASC' | 'DATA_DESC' | 'ID_ASC' | 'ID_DESC' | 'KIDS_ASC' | 'KIDS_DESC' | 'KTREE_ASC' | 'KTREE_DESC' | 'NATURAL' | 'PRIMARY_KEY_ASC' | 'PRIMARY_KEY_DESC' | 'SCOPE_ID_ASC' | 'SCOPE_ID_DESC';
|
|
853
|
+
export type InfraRefOrderBy = 'COMMIT_ID_ASC' | 'COMMIT_ID_DESC' | 'ID_ASC' | 'ID_DESC' | 'NAME_ASC' | 'NAME_DESC' | 'NATURAL' | 'PRIMARY_KEY_ASC' | 'PRIMARY_KEY_DESC' | 'SCOPE_ID_ASC' | 'SCOPE_ID_DESC' | 'STORE_ID_ASC' | 'STORE_ID_DESC';
|
|
854
|
+
export type InfraStoreOrderBy = 'CREATED_AT_ASC' | 'CREATED_AT_DESC' | 'HASH_ASC' | 'HASH_DESC' | 'ID_ASC' | 'ID_DESC' | 'NAME_ASC' | 'NAME_DESC' | 'NATURAL' | 'PRIMARY_KEY_ASC' | 'PRIMARY_KEY_DESC' | 'SCOPE_ID_ASC' | 'SCOPE_ID_DESC';
|
|
855
|
+
export type NamespaceOrderBy = 'ANNOTATIONS_ASC' | 'ANNOTATIONS_DESC' | 'CREATED_AT_ASC' | 'CREATED_AT_DESC' | 'DATABASE_ID_ASC' | 'DATABASE_ID_DESC' | 'DESCRIPTION_ASC' | 'DESCRIPTION_DESC' | 'ID_ASC' | 'ID_DESC' | 'IS_ACTIVE_ASC' | 'IS_ACTIVE_DESC' | 'IS_MANAGED_ASC' | 'IS_MANAGED_DESC' | 'LABELS_ASC' | 'LABELS_DESC' | 'LAST_ERROR_ASC' | 'LAST_ERROR_DESC' | 'NAMESPACE_NAME_ASC' | 'NAMESPACE_NAME_DESC' | 'NAME_ASC' | 'NAME_DESC' | 'NATURAL' | 'PRIMARY_KEY_ASC' | 'PRIMARY_KEY_DESC' | 'STATUS_ASC' | 'STATUS_DESC' | 'UPDATED_AT_ASC' | 'UPDATED_AT_DESC';
|
|
856
|
+
export type NamespaceEventOrderBy = 'ACTOR_ID_ASC' | 'ACTOR_ID_DESC' | 'CPU_MILLICORES_ASC' | 'CPU_MILLICORES_DESC' | 'CREATED_AT_ASC' | 'CREATED_AT_DESC' | 'DATABASE_ID_ASC' | 'DATABASE_ID_DESC' | 'EVENT_TYPE_ASC' | 'EVENT_TYPE_DESC' | 'ID_ASC' | 'ID_DESC' | 'MEMORY_BYTES_ASC' | 'MEMORY_BYTES_DESC' | 'MESSAGE_ASC' | 'MESSAGE_DESC' | 'METADATA_ASC' | 'METADATA_DESC' | 'METRICS_ASC' | 'METRICS_DESC' | 'NAMESPACE_ID_ASC' | 'NAMESPACE_ID_DESC' | 'NATURAL' | 'NETWORK_EGRESS_BYTES_ASC' | 'NETWORK_EGRESS_BYTES_DESC' | 'NETWORK_INGRESS_BYTES_ASC' | 'NETWORK_INGRESS_BYTES_DESC' | 'POD_COUNT_ASC' | 'POD_COUNT_DESC' | 'PRIMARY_KEY_ASC' | 'PRIMARY_KEY_DESC' | 'STORAGE_BYTES_ASC' | 'STORAGE_BYTES_DESC';
|
|
857
|
+
export type PlatformNamespaceOrderBy = 'ANNOTATIONS_ASC' | 'ANNOTATIONS_DESC' | 'CREATED_AT_ASC' | 'CREATED_AT_DESC' | 'DESCRIPTION_ASC' | 'DESCRIPTION_DESC' | 'ID_ASC' | 'ID_DESC' | 'IS_ACTIVE_ASC' | 'IS_ACTIVE_DESC' | 'IS_MANAGED_ASC' | 'IS_MANAGED_DESC' | 'LABELS_ASC' | 'LABELS_DESC' | 'LAST_ERROR_ASC' | 'LAST_ERROR_DESC' | 'NAMESPACE_NAME_ASC' | 'NAMESPACE_NAME_DESC' | 'NAME_ASC' | 'NAME_DESC' | 'NATURAL' | 'PRIMARY_KEY_ASC' | 'PRIMARY_KEY_DESC' | 'STATUS_ASC' | 'STATUS_DESC' | 'UPDATED_AT_ASC' | 'UPDATED_AT_DESC';
|
|
858
|
+
export type PlatformNamespaceEventOrderBy = 'ACTOR_ID_ASC' | 'ACTOR_ID_DESC' | 'CPU_MILLICORES_ASC' | 'CPU_MILLICORES_DESC' | 'CREATED_AT_ASC' | 'CREATED_AT_DESC' | 'EVENT_TYPE_ASC' | 'EVENT_TYPE_DESC' | 'ID_ASC' | 'ID_DESC' | 'MEMORY_BYTES_ASC' | 'MEMORY_BYTES_DESC' | 'MESSAGE_ASC' | 'MESSAGE_DESC' | 'METADATA_ASC' | 'METADATA_DESC' | 'METRICS_ASC' | 'METRICS_DESC' | 'NAMESPACE_ID_ASC' | 'NAMESPACE_ID_DESC' | 'NATURAL' | 'NETWORK_EGRESS_BYTES_ASC' | 'NETWORK_EGRESS_BYTES_DESC' | 'NETWORK_INGRESS_BYTES_ASC' | 'NETWORK_INGRESS_BYTES_DESC' | 'POD_COUNT_ASC' | 'POD_COUNT_DESC' | 'PRIMARY_KEY_ASC' | 'PRIMARY_KEY_DESC' | 'STORAGE_BYTES_ASC' | 'STORAGE_BYTES_DESC';
|
|
859
|
+
export interface CreateDbPresetInput {
|
|
860
860
|
clientMutationId?: string;
|
|
861
|
-
|
|
862
|
-
|
|
863
|
-
|
|
861
|
+
dbPreset: {
|
|
862
|
+
active?: boolean;
|
|
863
|
+
commitId?: string;
|
|
864
|
+
definition: Record<string, unknown>;
|
|
865
|
+
description?: string;
|
|
866
|
+
label?: string;
|
|
867
|
+
modulesHash?: string;
|
|
868
|
+
slug: string;
|
|
869
|
+
storeId?: string;
|
|
864
870
|
};
|
|
865
871
|
}
|
|
866
|
-
export interface
|
|
867
|
-
|
|
868
|
-
|
|
872
|
+
export interface DbPresetPatch {
|
|
873
|
+
active?: boolean | null;
|
|
874
|
+
commitId?: string | null;
|
|
875
|
+
definition?: Record<string, unknown> | null;
|
|
876
|
+
description?: string | null;
|
|
877
|
+
label?: string | null;
|
|
878
|
+
modulesHash?: string | null;
|
|
879
|
+
slug?: string | null;
|
|
880
|
+
storeId?: string | null;
|
|
869
881
|
}
|
|
870
|
-
export interface
|
|
882
|
+
export interface UpdateDbPresetInput {
|
|
871
883
|
clientMutationId?: string;
|
|
872
884
|
id: string;
|
|
873
|
-
|
|
885
|
+
dbPresetPatch: DbPresetPatch;
|
|
874
886
|
}
|
|
875
|
-
export interface
|
|
887
|
+
export interface DeleteDbPresetInput {
|
|
876
888
|
clientMutationId?: string;
|
|
877
889
|
id: string;
|
|
878
890
|
}
|
|
879
|
-
export interface
|
|
891
|
+
export interface CreateInfraCommitInput {
|
|
880
892
|
clientMutationId?: string;
|
|
881
|
-
|
|
882
|
-
|
|
893
|
+
infraCommit: {
|
|
894
|
+
authorId?: string;
|
|
895
|
+
committerId?: string;
|
|
896
|
+
date?: string;
|
|
897
|
+
message?: string;
|
|
898
|
+
parentIds?: string[];
|
|
883
899
|
scopeId: string;
|
|
884
900
|
storeId: string;
|
|
885
|
-
|
|
901
|
+
treeId?: string;
|
|
886
902
|
};
|
|
887
903
|
}
|
|
888
|
-
export interface
|
|
889
|
-
|
|
904
|
+
export interface InfraCommitPatch {
|
|
905
|
+
authorId?: string | null;
|
|
906
|
+
committerId?: string | null;
|
|
907
|
+
date?: string | null;
|
|
908
|
+
message?: string | null;
|
|
909
|
+
parentIds?: string[] | null;
|
|
890
910
|
scopeId?: string | null;
|
|
891
911
|
storeId?: string | null;
|
|
892
|
-
|
|
912
|
+
treeId?: string | null;
|
|
893
913
|
}
|
|
894
|
-
export interface
|
|
914
|
+
export interface UpdateInfraCommitInput {
|
|
895
915
|
clientMutationId?: string;
|
|
896
916
|
id: string;
|
|
897
|
-
|
|
917
|
+
infraCommitPatch: InfraCommitPatch;
|
|
898
918
|
}
|
|
899
|
-
export interface
|
|
919
|
+
export interface DeleteInfraCommitInput {
|
|
900
920
|
clientMutationId?: string;
|
|
901
921
|
id: string;
|
|
902
922
|
}
|
|
903
|
-
export interface
|
|
923
|
+
export interface CreateInfraGetAllRecordInput {
|
|
904
924
|
clientMutationId?: string;
|
|
905
|
-
|
|
906
|
-
|
|
907
|
-
|
|
908
|
-
hash?: string;
|
|
925
|
+
infraGetAllRecord: {
|
|
926
|
+
data?: Record<string, unknown>;
|
|
927
|
+
path?: string[];
|
|
909
928
|
};
|
|
910
929
|
}
|
|
911
|
-
export interface
|
|
912
|
-
|
|
913
|
-
|
|
914
|
-
hash?: string | null;
|
|
930
|
+
export interface InfraGetAllRecordPatch {
|
|
931
|
+
data?: Record<string, unknown> | null;
|
|
932
|
+
path?: string[] | null;
|
|
915
933
|
}
|
|
916
|
-
export interface
|
|
934
|
+
export interface UpdateInfraGetAllRecordInput {
|
|
917
935
|
clientMutationId?: string;
|
|
918
936
|
id: string;
|
|
919
|
-
|
|
937
|
+
infraGetAllRecordPatch: InfraGetAllRecordPatch;
|
|
920
938
|
}
|
|
921
|
-
export interface
|
|
939
|
+
export interface DeleteInfraGetAllRecordInput {
|
|
922
940
|
clientMutationId?: string;
|
|
923
941
|
id: string;
|
|
924
942
|
}
|
|
925
943
|
export interface CreateInfraObjectInput {
|
|
926
944
|
clientMutationId?: string;
|
|
927
945
|
infraObject: {
|
|
928
|
-
|
|
946
|
+
data?: Record<string, unknown>;
|
|
929
947
|
kids?: string[];
|
|
930
948
|
ktree?: string[];
|
|
931
|
-
|
|
949
|
+
scopeId: string;
|
|
932
950
|
};
|
|
933
951
|
}
|
|
934
952
|
export interface InfraObjectPatch {
|
|
935
|
-
|
|
953
|
+
data?: Record<string, unknown> | null;
|
|
936
954
|
kids?: string[] | null;
|
|
937
955
|
ktree?: string[] | null;
|
|
938
|
-
|
|
956
|
+
scopeId?: string | null;
|
|
939
957
|
}
|
|
940
958
|
export interface UpdateInfraObjectInput {
|
|
941
959
|
clientMutationId?: string;
|
|
@@ -946,130 +964,78 @@ export interface DeleteInfraObjectInput {
|
|
|
946
964
|
clientMutationId?: string;
|
|
947
965
|
id: string;
|
|
948
966
|
}
|
|
949
|
-
export interface
|
|
967
|
+
export interface CreateInfraRefInput {
|
|
950
968
|
clientMutationId?: string;
|
|
951
|
-
|
|
952
|
-
|
|
969
|
+
infraRef: {
|
|
970
|
+
commitId?: string;
|
|
971
|
+
name: string;
|
|
953
972
|
scopeId: string;
|
|
954
973
|
storeId: string;
|
|
955
|
-
parentIds?: string[];
|
|
956
|
-
authorId?: string;
|
|
957
|
-
committerId?: string;
|
|
958
|
-
treeId?: string;
|
|
959
|
-
date?: string;
|
|
960
974
|
};
|
|
961
975
|
}
|
|
962
|
-
export interface
|
|
963
|
-
|
|
976
|
+
export interface InfraRefPatch {
|
|
977
|
+
commitId?: string | null;
|
|
978
|
+
name?: string | null;
|
|
964
979
|
scopeId?: string | null;
|
|
965
980
|
storeId?: string | null;
|
|
966
|
-
parentIds?: string[] | null;
|
|
967
|
-
authorId?: string | null;
|
|
968
|
-
committerId?: string | null;
|
|
969
|
-
treeId?: string | null;
|
|
970
|
-
date?: string | null;
|
|
971
|
-
}
|
|
972
|
-
export interface UpdateInfraCommitInput {
|
|
973
|
-
clientMutationId?: string;
|
|
974
|
-
id: string;
|
|
975
|
-
infraCommitPatch: InfraCommitPatch;
|
|
976
|
-
}
|
|
977
|
-
export interface DeleteInfraCommitInput {
|
|
978
|
-
clientMutationId?: string;
|
|
979
|
-
id: string;
|
|
980
|
-
}
|
|
981
|
-
export interface CreateDbPresetInput {
|
|
982
|
-
clientMutationId?: string;
|
|
983
|
-
dbPreset: {
|
|
984
|
-
storeId?: string;
|
|
985
|
-
slug: string;
|
|
986
|
-
definition: Record<string, unknown>;
|
|
987
|
-
commitId?: string;
|
|
988
|
-
modulesHash?: string;
|
|
989
|
-
label?: string;
|
|
990
|
-
description?: string;
|
|
991
|
-
active?: boolean;
|
|
992
|
-
};
|
|
993
|
-
}
|
|
994
|
-
export interface DbPresetPatch {
|
|
995
|
-
storeId?: string | null;
|
|
996
|
-
slug?: string | null;
|
|
997
|
-
definition?: Record<string, unknown> | null;
|
|
998
|
-
commitId?: string | null;
|
|
999
|
-
modulesHash?: string | null;
|
|
1000
|
-
label?: string | null;
|
|
1001
|
-
description?: string | null;
|
|
1002
|
-
active?: boolean | null;
|
|
1003
981
|
}
|
|
1004
|
-
export interface
|
|
982
|
+
export interface UpdateInfraRefInput {
|
|
1005
983
|
clientMutationId?: string;
|
|
1006
984
|
id: string;
|
|
1007
|
-
|
|
985
|
+
infraRefPatch: InfraRefPatch;
|
|
1008
986
|
}
|
|
1009
|
-
export interface
|
|
987
|
+
export interface DeleteInfraRefInput {
|
|
1010
988
|
clientMutationId?: string;
|
|
1011
989
|
id: string;
|
|
1012
990
|
}
|
|
1013
|
-
export interface
|
|
991
|
+
export interface CreateInfraStoreInput {
|
|
1014
992
|
clientMutationId?: string;
|
|
1015
|
-
|
|
993
|
+
infraStore: {
|
|
994
|
+
hash?: string;
|
|
1016
995
|
name: string;
|
|
1017
|
-
|
|
1018
|
-
description?: string;
|
|
1019
|
-
isActive?: boolean;
|
|
1020
|
-
status?: string;
|
|
1021
|
-
lastError?: string;
|
|
1022
|
-
labels?: Record<string, unknown>;
|
|
1023
|
-
annotations?: Record<string, unknown>;
|
|
1024
|
-
isManaged?: boolean;
|
|
996
|
+
scopeId: string;
|
|
1025
997
|
};
|
|
1026
998
|
}
|
|
1027
|
-
export interface
|
|
999
|
+
export interface InfraStorePatch {
|
|
1000
|
+
hash?: string | null;
|
|
1028
1001
|
name?: string | null;
|
|
1029
|
-
|
|
1030
|
-
description?: string | null;
|
|
1031
|
-
isActive?: boolean | null;
|
|
1032
|
-
status?: string | null;
|
|
1033
|
-
lastError?: string | null;
|
|
1034
|
-
labels?: Record<string, unknown> | null;
|
|
1035
|
-
annotations?: Record<string, unknown> | null;
|
|
1036
|
-
isManaged?: boolean | null;
|
|
1002
|
+
scopeId?: string | null;
|
|
1037
1003
|
}
|
|
1038
|
-
export interface
|
|
1004
|
+
export interface UpdateInfraStoreInput {
|
|
1039
1005
|
clientMutationId?: string;
|
|
1040
1006
|
id: string;
|
|
1041
|
-
|
|
1007
|
+
infraStorePatch: InfraStorePatch;
|
|
1042
1008
|
}
|
|
1043
|
-
export interface
|
|
1009
|
+
export interface DeleteInfraStoreInput {
|
|
1044
1010
|
clientMutationId?: string;
|
|
1045
1011
|
id: string;
|
|
1046
1012
|
}
|
|
1047
1013
|
export interface CreateNamespaceInput {
|
|
1048
1014
|
clientMutationId?: string;
|
|
1049
1015
|
namespace: {
|
|
1050
|
-
name: string;
|
|
1051
|
-
namespaceName: string;
|
|
1052
|
-
description?: string;
|
|
1053
|
-
isActive?: boolean;
|
|
1054
|
-
status?: string;
|
|
1055
|
-
lastError?: string;
|
|
1056
|
-
labels?: Record<string, unknown>;
|
|
1057
1016
|
annotations?: Record<string, unknown>;
|
|
1058
1017
|
databaseId: string;
|
|
1018
|
+
description?: string;
|
|
1019
|
+
isActive?: boolean;
|
|
1059
1020
|
isManaged?: boolean;
|
|
1021
|
+
labels?: Record<string, unknown>;
|
|
1022
|
+
lastError?: string;
|
|
1023
|
+
name: string;
|
|
1024
|
+
namespaceName: string;
|
|
1025
|
+
status?: string;
|
|
1060
1026
|
};
|
|
1061
1027
|
}
|
|
1062
1028
|
export interface NamespacePatch {
|
|
1063
|
-
name?: string | null;
|
|
1064
|
-
namespaceName?: string | null;
|
|
1065
|
-
description?: string | null;
|
|
1066
|
-
isActive?: boolean | null;
|
|
1067
|
-
status?: string | null;
|
|
1068
|
-
lastError?: string | null;
|
|
1069
|
-
labels?: Record<string, unknown> | null;
|
|
1070
1029
|
annotations?: Record<string, unknown> | null;
|
|
1071
1030
|
databaseId?: string | null;
|
|
1031
|
+
description?: string | null;
|
|
1032
|
+
isActive?: boolean | null;
|
|
1072
1033
|
isManaged?: boolean | null;
|
|
1034
|
+
labels?: Record<string, unknown> | null;
|
|
1035
|
+
lastError?: string | null;
|
|
1036
|
+
name?: string | null;
|
|
1037
|
+
namespaceName?: string | null;
|
|
1038
|
+
status?: string | null;
|
|
1073
1039
|
}
|
|
1074
1040
|
export interface UpdateNamespaceInput {
|
|
1075
1041
|
clientMutationId?: string;
|
|
@@ -1080,85 +1046,119 @@ export interface DeleteNamespaceInput {
|
|
|
1080
1046
|
clientMutationId?: string;
|
|
1081
1047
|
id: string;
|
|
1082
1048
|
}
|
|
1083
|
-
export interface
|
|
1049
|
+
export interface CreateNamespaceEventInput {
|
|
1084
1050
|
clientMutationId?: string;
|
|
1085
|
-
|
|
1086
|
-
namespaceId: string;
|
|
1087
|
-
eventType: string;
|
|
1051
|
+
namespaceEvent: {
|
|
1088
1052
|
actorId?: string;
|
|
1089
|
-
message?: string;
|
|
1090
|
-
metadata?: Record<string, unknown>;
|
|
1091
1053
|
cpuMillicores?: number;
|
|
1054
|
+
databaseId: string;
|
|
1055
|
+
eventType: string;
|
|
1092
1056
|
memoryBytes?: string;
|
|
1093
|
-
|
|
1094
|
-
|
|
1057
|
+
message?: string;
|
|
1058
|
+
metadata?: Record<string, unknown>;
|
|
1059
|
+
metrics?: Record<string, unknown>;
|
|
1060
|
+
namespaceId: string;
|
|
1095
1061
|
networkEgressBytes?: string;
|
|
1062
|
+
networkIngressBytes?: string;
|
|
1096
1063
|
podCount?: number;
|
|
1097
|
-
|
|
1064
|
+
storageBytes?: string;
|
|
1098
1065
|
};
|
|
1099
1066
|
}
|
|
1100
|
-
export interface
|
|
1101
|
-
namespaceId?: string | null;
|
|
1102
|
-
eventType?: string | null;
|
|
1067
|
+
export interface NamespaceEventPatch {
|
|
1103
1068
|
actorId?: string | null;
|
|
1104
|
-
message?: string | null;
|
|
1105
|
-
metadata?: Record<string, unknown> | null;
|
|
1106
1069
|
cpuMillicores?: number | null;
|
|
1070
|
+
databaseId?: string | null;
|
|
1071
|
+
eventType?: string | null;
|
|
1107
1072
|
memoryBytes?: string | null;
|
|
1108
|
-
|
|
1109
|
-
|
|
1073
|
+
message?: string | null;
|
|
1074
|
+
metadata?: Record<string, unknown> | null;
|
|
1075
|
+
metrics?: Record<string, unknown> | null;
|
|
1076
|
+
namespaceId?: string | null;
|
|
1110
1077
|
networkEgressBytes?: string | null;
|
|
1078
|
+
networkIngressBytes?: string | null;
|
|
1111
1079
|
podCount?: number | null;
|
|
1112
|
-
|
|
1080
|
+
storageBytes?: string | null;
|
|
1113
1081
|
}
|
|
1114
|
-
export interface
|
|
1082
|
+
export interface UpdateNamespaceEventInput {
|
|
1115
1083
|
clientMutationId?: string;
|
|
1116
1084
|
id: string;
|
|
1117
|
-
|
|
1085
|
+
namespaceEventPatch: NamespaceEventPatch;
|
|
1118
1086
|
}
|
|
1119
|
-
export interface
|
|
1087
|
+
export interface DeleteNamespaceEventInput {
|
|
1120
1088
|
clientMutationId?: string;
|
|
1121
1089
|
id: string;
|
|
1122
1090
|
}
|
|
1123
|
-
export interface
|
|
1091
|
+
export interface CreatePlatformNamespaceInput {
|
|
1124
1092
|
clientMutationId?: string;
|
|
1125
|
-
|
|
1126
|
-
|
|
1127
|
-
|
|
1093
|
+
platformNamespace: {
|
|
1094
|
+
annotations?: Record<string, unknown>;
|
|
1095
|
+
description?: string;
|
|
1096
|
+
isActive?: boolean;
|
|
1097
|
+
isManaged?: boolean;
|
|
1098
|
+
labels?: Record<string, unknown>;
|
|
1099
|
+
lastError?: string;
|
|
1100
|
+
name: string;
|
|
1101
|
+
namespaceName: string;
|
|
1102
|
+
status?: string;
|
|
1103
|
+
};
|
|
1104
|
+
}
|
|
1105
|
+
export interface PlatformNamespacePatch {
|
|
1106
|
+
annotations?: Record<string, unknown> | null;
|
|
1107
|
+
description?: string | null;
|
|
1108
|
+
isActive?: boolean | null;
|
|
1109
|
+
isManaged?: boolean | null;
|
|
1110
|
+
labels?: Record<string, unknown> | null;
|
|
1111
|
+
lastError?: string | null;
|
|
1112
|
+
name?: string | null;
|
|
1113
|
+
namespaceName?: string | null;
|
|
1114
|
+
status?: string | null;
|
|
1115
|
+
}
|
|
1116
|
+
export interface UpdatePlatformNamespaceInput {
|
|
1117
|
+
clientMutationId?: string;
|
|
1118
|
+
id: string;
|
|
1119
|
+
platformNamespacePatch: PlatformNamespacePatch;
|
|
1120
|
+
}
|
|
1121
|
+
export interface DeletePlatformNamespaceInput {
|
|
1122
|
+
clientMutationId?: string;
|
|
1123
|
+
id: string;
|
|
1124
|
+
}
|
|
1125
|
+
export interface CreatePlatformNamespaceEventInput {
|
|
1126
|
+
clientMutationId?: string;
|
|
1127
|
+
platformNamespaceEvent: {
|
|
1128
1128
|
actorId?: string;
|
|
1129
|
-
message?: string;
|
|
1130
|
-
metadata?: Record<string, unknown>;
|
|
1131
1129
|
cpuMillicores?: number;
|
|
1130
|
+
eventType: string;
|
|
1132
1131
|
memoryBytes?: string;
|
|
1133
|
-
|
|
1134
|
-
|
|
1132
|
+
message?: string;
|
|
1133
|
+
metadata?: Record<string, unknown>;
|
|
1134
|
+
metrics?: Record<string, unknown>;
|
|
1135
|
+
namespaceId: string;
|
|
1135
1136
|
networkEgressBytes?: string;
|
|
1137
|
+
networkIngressBytes?: string;
|
|
1136
1138
|
podCount?: number;
|
|
1137
|
-
|
|
1138
|
-
databaseId: string;
|
|
1139
|
+
storageBytes?: string;
|
|
1139
1140
|
};
|
|
1140
1141
|
}
|
|
1141
|
-
export interface
|
|
1142
|
-
namespaceId?: string | null;
|
|
1143
|
-
eventType?: string | null;
|
|
1142
|
+
export interface PlatformNamespaceEventPatch {
|
|
1144
1143
|
actorId?: string | null;
|
|
1145
|
-
message?: string | null;
|
|
1146
|
-
metadata?: Record<string, unknown> | null;
|
|
1147
1144
|
cpuMillicores?: number | null;
|
|
1145
|
+
eventType?: string | null;
|
|
1148
1146
|
memoryBytes?: string | null;
|
|
1149
|
-
|
|
1150
|
-
|
|
1147
|
+
message?: string | null;
|
|
1148
|
+
metadata?: Record<string, unknown> | null;
|
|
1149
|
+
metrics?: Record<string, unknown> | null;
|
|
1150
|
+
namespaceId?: string | null;
|
|
1151
1151
|
networkEgressBytes?: string | null;
|
|
1152
|
+
networkIngressBytes?: string | null;
|
|
1152
1153
|
podCount?: number | null;
|
|
1153
|
-
|
|
1154
|
-
databaseId?: string | null;
|
|
1154
|
+
storageBytes?: string | null;
|
|
1155
1155
|
}
|
|
1156
|
-
export interface
|
|
1156
|
+
export interface UpdatePlatformNamespaceEventInput {
|
|
1157
1157
|
clientMutationId?: string;
|
|
1158
1158
|
id: string;
|
|
1159
|
-
|
|
1159
|
+
platformNamespaceEventPatch: PlatformNamespaceEventPatch;
|
|
1160
1160
|
}
|
|
1161
|
-
export interface
|
|
1161
|
+
export interface DeletePlatformNamespaceEventInput {
|
|
1162
1162
|
clientMutationId?: string;
|
|
1163
1163
|
id: string;
|
|
1164
1164
|
}
|
|
@@ -1168,21 +1168,21 @@ export interface InfraInitEmptyRepoInput {
|
|
|
1168
1168
|
sId?: string;
|
|
1169
1169
|
storeId?: string;
|
|
1170
1170
|
}
|
|
1171
|
-
export interface
|
|
1171
|
+
export interface InfraInsertNodeAtPathInput {
|
|
1172
1172
|
clientMutationId?: string;
|
|
1173
|
-
sId?: string;
|
|
1174
|
-
root?: string;
|
|
1175
|
-
path?: string[];
|
|
1176
1173
|
data?: Record<string, unknown>;
|
|
1174
|
+
kids?: string[];
|
|
1175
|
+
ktree?: string[];
|
|
1176
|
+
path?: string[];
|
|
1177
|
+
root?: string;
|
|
1178
|
+
sId?: string;
|
|
1177
1179
|
}
|
|
1178
|
-
export interface
|
|
1180
|
+
export interface InfraSetDataAtPathInput {
|
|
1179
1181
|
clientMutationId?: string;
|
|
1180
|
-
sId?: string;
|
|
1181
|
-
root?: string;
|
|
1182
|
-
path?: string[];
|
|
1183
1182
|
data?: Record<string, unknown>;
|
|
1184
|
-
|
|
1185
|
-
|
|
1183
|
+
path?: string[];
|
|
1184
|
+
root?: string;
|
|
1185
|
+
sId?: string;
|
|
1186
1186
|
}
|
|
1187
1187
|
export interface ProvisionBucketInput {
|
|
1188
1188
|
/** The logical bucket key (e.g., "public", "private") */
|
|
@@ -1193,206 +1193,206 @@ export interface ProvisionBucketInput {
|
|
|
1193
1193
|
*/
|
|
1194
1194
|
ownerId?: string;
|
|
1195
1195
|
}
|
|
1196
|
-
/** An input for mutations affecting `
|
|
1197
|
-
export interface
|
|
1198
|
-
/**
|
|
1199
|
-
|
|
1200
|
-
/**
|
|
1201
|
-
name: string;
|
|
1202
|
-
/** Opaque store partition key for the global tier */
|
|
1203
|
-
scopeId: string;
|
|
1204
|
-
/** Store this ref belongs to */
|
|
1205
|
-
storeId: string;
|
|
1206
|
-
/** Commit this ref points to */
|
|
1196
|
+
/** An input for mutations affecting `DbPreset` */
|
|
1197
|
+
export interface DbPresetInput {
|
|
1198
|
+
/** Whether this preset is selectable for new databases */
|
|
1199
|
+
active?: boolean;
|
|
1200
|
+
/** Infra store commit for the current definition (stamped by the versioned trigger on every write) */
|
|
1207
1201
|
commitId?: string;
|
|
1202
|
+
/** Timestamp of preset creation */
|
|
1203
|
+
createdAt?: string;
|
|
1204
|
+
/** Preset definition (modules + options) — the readily-cached head; history lives in the infra store */
|
|
1205
|
+
definition: Record<string, unknown>;
|
|
1206
|
+
/** Human-readable description of the preset */
|
|
1207
|
+
description?: string;
|
|
1208
|
+
/** Unique preset identifier */
|
|
1209
|
+
id?: string;
|
|
1210
|
+
/** Human-readable preset name */
|
|
1211
|
+
label?: string;
|
|
1212
|
+
/** Content-address of definition->modules via metaschema_private.modules_hash (stamped by the versioned trigger); fast exact-match lookup key for provisioning requests */
|
|
1213
|
+
modulesHash?: string;
|
|
1214
|
+
/** Preset slug (unique per scope); the preset's path in the infra tree is [db_preset, slug] */
|
|
1215
|
+
slug: string;
|
|
1216
|
+
/** Infra Merkle store holding this preset's history (stamped by the versioned trigger) */
|
|
1217
|
+
storeId?: string;
|
|
1218
|
+
/** Timestamp of last modification */
|
|
1219
|
+
updatedAt?: string;
|
|
1208
1220
|
}
|
|
1209
|
-
/** An input for mutations affecting `
|
|
1210
|
-
export interface
|
|
1211
|
-
/**
|
|
1221
|
+
/** An input for mutations affecting `InfraCommit` */
|
|
1222
|
+
export interface InfraCommitInput {
|
|
1223
|
+
/** User who authored the changes */
|
|
1224
|
+
authorId?: string;
|
|
1225
|
+
/** User who committed (may differ from author) */
|
|
1226
|
+
committerId?: string;
|
|
1227
|
+
/** Commit timestamp */
|
|
1228
|
+
date?: string;
|
|
1229
|
+
/** Unique commit identifier */
|
|
1212
1230
|
id?: string;
|
|
1213
|
-
/**
|
|
1214
|
-
|
|
1231
|
+
/** Optional commit message */
|
|
1232
|
+
message?: string;
|
|
1233
|
+
/** Parent commit IDs (supports merge commits) */
|
|
1234
|
+
parentIds?: string[];
|
|
1215
1235
|
/** Opaque store partition key for the global tier */
|
|
1216
1236
|
scopeId: string;
|
|
1217
|
-
/**
|
|
1218
|
-
|
|
1219
|
-
/**
|
|
1220
|
-
|
|
1237
|
+
/** Store this commit belongs to */
|
|
1238
|
+
storeId: string;
|
|
1239
|
+
/** Root object ID of the tree snapshot at this commit */
|
|
1240
|
+
treeId?: string;
|
|
1221
1241
|
}
|
|
1222
1242
|
/** An input for mutations affecting `InfraObject` */
|
|
1223
1243
|
export interface InfraObjectInput {
|
|
1244
|
+
/** Timestamp of object creation */
|
|
1245
|
+
createdAt?: string;
|
|
1246
|
+
/** Payload data for this object node */
|
|
1247
|
+
data?: Record<string, unknown>;
|
|
1224
1248
|
/** Content-addressed UUID v5 — deterministic hash of (data, kids, ktree) */
|
|
1225
1249
|
id: string;
|
|
1226
|
-
/** Opaque store partition key for the global tier */
|
|
1227
|
-
scopeId: string;
|
|
1228
1250
|
/** Ordered array of child object IDs */
|
|
1229
1251
|
kids?: string[];
|
|
1230
1252
|
/** Ordered array of child path names (parallel to kids) */
|
|
1231
1253
|
ktree?: string[];
|
|
1232
|
-
/**
|
|
1233
|
-
|
|
1234
|
-
/** Timestamp of object creation */
|
|
1235
|
-
createdAt?: string;
|
|
1254
|
+
/** Opaque store partition key for the global tier */
|
|
1255
|
+
scopeId: string;
|
|
1236
1256
|
}
|
|
1237
|
-
/** An input for mutations affecting `
|
|
1238
|
-
export interface
|
|
1239
|
-
/**
|
|
1257
|
+
/** An input for mutations affecting `InfraRef` */
|
|
1258
|
+
export interface InfraRefInput {
|
|
1259
|
+
/** Commit this ref points to */
|
|
1260
|
+
commitId?: string;
|
|
1261
|
+
/** Unique ref identifier */
|
|
1240
1262
|
id?: string;
|
|
1241
|
-
/**
|
|
1242
|
-
|
|
1263
|
+
/** Ref name (e.g. HEAD, main) */
|
|
1264
|
+
name: string;
|
|
1243
1265
|
/** Opaque store partition key for the global tier */
|
|
1244
1266
|
scopeId: string;
|
|
1245
|
-
/** Store this
|
|
1267
|
+
/** Store this ref belongs to */
|
|
1246
1268
|
storeId: string;
|
|
1247
|
-
/** Parent commit IDs (supports merge commits) */
|
|
1248
|
-
parentIds?: string[];
|
|
1249
|
-
/** User who authored the changes */
|
|
1250
|
-
authorId?: string;
|
|
1251
|
-
/** User who committed (may differ from author) */
|
|
1252
|
-
committerId?: string;
|
|
1253
|
-
/** Root object ID of the tree snapshot at this commit */
|
|
1254
|
-
treeId?: string;
|
|
1255
|
-
/** Commit timestamp */
|
|
1256
|
-
date?: string;
|
|
1257
1269
|
}
|
|
1258
|
-
/** An input for mutations affecting `
|
|
1259
|
-
export interface
|
|
1260
|
-
/**
|
|
1261
|
-
id?: string;
|
|
1262
|
-
/** Infra Merkle store holding this preset's history (stamped by the versioned trigger) */
|
|
1263
|
-
storeId?: string;
|
|
1264
|
-
/** Preset slug (unique per scope); the preset's path in the infra tree is [db_preset, slug] */
|
|
1265
|
-
slug: string;
|
|
1266
|
-
/** Preset definition (modules + options) — the readily-cached head; history lives in the infra store */
|
|
1267
|
-
definition: Record<string, unknown>;
|
|
1268
|
-
/** Infra store commit for the current definition (stamped by the versioned trigger on every write) */
|
|
1269
|
-
commitId?: string;
|
|
1270
|
-
/** Content-address of definition->modules via metaschema_private.modules_hash (stamped by the versioned trigger); fast exact-match lookup key for provisioning requests */
|
|
1271
|
-
modulesHash?: string;
|
|
1272
|
-
/** Human-readable preset name */
|
|
1273
|
-
label?: string;
|
|
1274
|
-
/** Human-readable description of the preset */
|
|
1275
|
-
description?: string;
|
|
1276
|
-
/** Whether this preset is selectable for new databases */
|
|
1277
|
-
active?: boolean;
|
|
1278
|
-
/** Timestamp of preset creation */
|
|
1270
|
+
/** An input for mutations affecting `InfraStore` */
|
|
1271
|
+
export interface InfraStoreInput {
|
|
1272
|
+
/** Timestamp of store creation */
|
|
1279
1273
|
createdAt?: string;
|
|
1280
|
-
/**
|
|
1281
|
-
|
|
1282
|
-
|
|
1283
|
-
/** An input for mutations affecting `PlatformNamespace` */
|
|
1284
|
-
export interface PlatformNamespaceInput {
|
|
1274
|
+
/** Current root object hash of this store */
|
|
1275
|
+
hash?: string;
|
|
1276
|
+
/** Unique store identifier */
|
|
1285
1277
|
id?: string;
|
|
1286
|
-
|
|
1287
|
-
updatedAt?: string;
|
|
1288
|
-
/** Human-readable namespace name (e.g. default, production, oauth) */
|
|
1278
|
+
/** Human-readable store name */
|
|
1289
1279
|
name: string;
|
|
1290
|
-
/**
|
|
1291
|
-
|
|
1280
|
+
/** Opaque store partition key for the global tier */
|
|
1281
|
+
scopeId: string;
|
|
1282
|
+
}
|
|
1283
|
+
/** An input for mutations affecting `Namespace` */
|
|
1284
|
+
export interface NamespaceInput {
|
|
1285
|
+
/** Freeform metadata for tooling and operational notes */
|
|
1286
|
+
annotations?: Record<string, unknown>;
|
|
1287
|
+
createdAt?: string;
|
|
1288
|
+
/** Database that owns this resource (database-scoped isolation) */
|
|
1289
|
+
databaseId: string;
|
|
1292
1290
|
/** Optional human-readable description of this namespace */
|
|
1293
1291
|
description?: string;
|
|
1292
|
+
id?: string;
|
|
1294
1293
|
/** Whether this namespace is active (soft-disable for filtering) */
|
|
1295
1294
|
isActive?: boolean;
|
|
1296
|
-
/** Namespace provisioning lifecycle status: pending, provisioning, active, failed */
|
|
1297
|
-
status?: string;
|
|
1298
|
-
/** Most recent provisioning or reconcile error message */
|
|
1299
|
-
lastError?: string;
|
|
1300
|
-
/** Key/value pairs for selecting and filtering namespaces */
|
|
1301
|
-
labels?: Record<string, unknown>;
|
|
1302
|
-
/** Freeform metadata for tooling and operational notes */
|
|
1303
|
-
annotations?: Record<string, unknown>;
|
|
1304
1295
|
/** true = provisioned by the platform via jobs, false = unmanaged/platform-native (bootstrapped externally) */
|
|
1305
1296
|
isManaged?: boolean;
|
|
1306
|
-
|
|
1307
|
-
|
|
1308
|
-
|
|
1309
|
-
|
|
1310
|
-
createdAt?: string;
|
|
1311
|
-
updatedAt?: string;
|
|
1297
|
+
/** Key/value pairs for selecting and filtering namespaces */
|
|
1298
|
+
labels?: Record<string, unknown>;
|
|
1299
|
+
/** Most recent provisioning or reconcile error message */
|
|
1300
|
+
lastError?: string;
|
|
1312
1301
|
/** Human-readable namespace name (e.g. default, production, oauth) */
|
|
1313
1302
|
name: string;
|
|
1314
1303
|
/** Globally unique computed namespace identifier via inflection.underscore */
|
|
1315
1304
|
namespaceName: string;
|
|
1316
|
-
/** Optional human-readable description of this namespace */
|
|
1317
|
-
description?: string;
|
|
1318
|
-
/** Whether this namespace is active (soft-disable for filtering) */
|
|
1319
|
-
isActive?: boolean;
|
|
1320
1305
|
/** Namespace provisioning lifecycle status: pending, provisioning, active, failed */
|
|
1321
1306
|
status?: string;
|
|
1322
|
-
|
|
1323
|
-
lastError?: string;
|
|
1324
|
-
/** Key/value pairs for selecting and filtering namespaces */
|
|
1325
|
-
labels?: Record<string, unknown>;
|
|
1326
|
-
/** Freeform metadata for tooling and operational notes */
|
|
1327
|
-
annotations?: Record<string, unknown>;
|
|
1328
|
-
/** Database that owns this resource (database-scoped isolation) */
|
|
1329
|
-
databaseId: string;
|
|
1330
|
-
/** true = provisioned by the platform via jobs, false = unmanaged/platform-native (bootstrapped externally) */
|
|
1331
|
-
isManaged?: boolean;
|
|
1307
|
+
updatedAt?: string;
|
|
1332
1308
|
}
|
|
1333
|
-
/** An input for mutations affecting `
|
|
1334
|
-
export interface
|
|
1309
|
+
/** An input for mutations affecting `NamespaceEvent` */
|
|
1310
|
+
export interface NamespaceEventInput {
|
|
1311
|
+
/** User who triggered this event (NULL for system/automated) */
|
|
1312
|
+
actorId?: string;
|
|
1313
|
+
/** CPU usage in millicores at time of event */
|
|
1314
|
+
cpuMillicores?: number;
|
|
1335
1315
|
/** Event timestamp (partition key) */
|
|
1336
1316
|
createdAt?: string;
|
|
1337
|
-
/**
|
|
1338
|
-
|
|
1339
|
-
/** Namespace this event belongs to */
|
|
1340
|
-
namespaceId: string;
|
|
1317
|
+
/** Database that owns this resource (database-scoped isolation) */
|
|
1318
|
+
databaseId: string;
|
|
1341
1319
|
/** Event type: created, activated, deactivated, labels_updated, annotations_updated, renamed */
|
|
1342
1320
|
eventType: string;
|
|
1343
|
-
/**
|
|
1344
|
-
|
|
1321
|
+
/** Unique event identifier */
|
|
1322
|
+
id?: string;
|
|
1323
|
+
/** Memory usage in bytes at time of event */
|
|
1324
|
+
memoryBytes?: string;
|
|
1345
1325
|
/** Human-readable description of the event */
|
|
1346
1326
|
message?: string;
|
|
1347
1327
|
/** Structured context (old/new values, labels diff, etc.) */
|
|
1348
1328
|
metadata?: Record<string, unknown>;
|
|
1349
|
-
/**
|
|
1350
|
-
|
|
1351
|
-
/**
|
|
1352
|
-
|
|
1353
|
-
/** Storage usage in bytes at time of event */
|
|
1354
|
-
storageBytes?: string;
|
|
1355
|
-
/** Network ingress in bytes during event window */
|
|
1356
|
-
networkIngressBytes?: string;
|
|
1329
|
+
/** Additional resource metrics (gpu, replicas, quotas, etc.) */
|
|
1330
|
+
metrics?: Record<string, unknown>;
|
|
1331
|
+
/** Namespace this event belongs to */
|
|
1332
|
+
namespaceId: string;
|
|
1357
1333
|
/** Network egress in bytes during event window */
|
|
1358
1334
|
networkEgressBytes?: string;
|
|
1335
|
+
/** Network ingress in bytes during event window */
|
|
1336
|
+
networkIngressBytes?: string;
|
|
1359
1337
|
/** Number of active pods in the namespace at time of event */
|
|
1360
1338
|
podCount?: number;
|
|
1361
|
-
/**
|
|
1362
|
-
|
|
1339
|
+
/** Storage usage in bytes at time of event */
|
|
1340
|
+
storageBytes?: string;
|
|
1363
1341
|
}
|
|
1364
|
-
/** An input for mutations affecting `
|
|
1365
|
-
export interface
|
|
1342
|
+
/** An input for mutations affecting `PlatformNamespace` */
|
|
1343
|
+
export interface PlatformNamespaceInput {
|
|
1344
|
+
/** Freeform metadata for tooling and operational notes */
|
|
1345
|
+
annotations?: Record<string, unknown>;
|
|
1346
|
+
createdAt?: string;
|
|
1347
|
+
/** Optional human-readable description of this namespace */
|
|
1348
|
+
description?: string;
|
|
1349
|
+
id?: string;
|
|
1350
|
+
/** Whether this namespace is active (soft-disable for filtering) */
|
|
1351
|
+
isActive?: boolean;
|
|
1352
|
+
/** true = provisioned by the platform via jobs, false = unmanaged/platform-native (bootstrapped externally) */
|
|
1353
|
+
isManaged?: boolean;
|
|
1354
|
+
/** Key/value pairs for selecting and filtering namespaces */
|
|
1355
|
+
labels?: Record<string, unknown>;
|
|
1356
|
+
/** Most recent provisioning or reconcile error message */
|
|
1357
|
+
lastError?: string;
|
|
1358
|
+
/** Human-readable namespace name (e.g. default, production, oauth) */
|
|
1359
|
+
name: string;
|
|
1360
|
+
/** Globally unique computed namespace identifier via inflection.underscore */
|
|
1361
|
+
namespaceName: string;
|
|
1362
|
+
/** Namespace provisioning lifecycle status: pending, provisioning, active, failed */
|
|
1363
|
+
status?: string;
|
|
1364
|
+
updatedAt?: string;
|
|
1365
|
+
}
|
|
1366
|
+
/** An input for mutations affecting `PlatformNamespaceEvent` */
|
|
1367
|
+
export interface PlatformNamespaceEventInput {
|
|
1368
|
+
/** User who triggered this event (NULL for system/automated) */
|
|
1369
|
+
actorId?: string;
|
|
1370
|
+
/** CPU usage in millicores at time of event */
|
|
1371
|
+
cpuMillicores?: number;
|
|
1366
1372
|
/** Event timestamp (partition key) */
|
|
1367
1373
|
createdAt?: string;
|
|
1368
|
-
/** Unique event identifier */
|
|
1369
|
-
id?: string;
|
|
1370
|
-
/** Namespace this event belongs to */
|
|
1371
|
-
namespaceId: string;
|
|
1372
1374
|
/** Event type: created, activated, deactivated, labels_updated, annotations_updated, renamed */
|
|
1373
1375
|
eventType: string;
|
|
1374
|
-
/**
|
|
1375
|
-
|
|
1376
|
+
/** Unique event identifier */
|
|
1377
|
+
id?: string;
|
|
1378
|
+
/** Memory usage in bytes at time of event */
|
|
1379
|
+
memoryBytes?: string;
|
|
1376
1380
|
/** Human-readable description of the event */
|
|
1377
1381
|
message?: string;
|
|
1378
1382
|
/** Structured context (old/new values, labels diff, etc.) */
|
|
1379
1383
|
metadata?: Record<string, unknown>;
|
|
1380
|
-
/**
|
|
1381
|
-
|
|
1382
|
-
/**
|
|
1383
|
-
|
|
1384
|
-
/** Storage usage in bytes at time of event */
|
|
1385
|
-
storageBytes?: string;
|
|
1386
|
-
/** Network ingress in bytes during event window */
|
|
1387
|
-
networkIngressBytes?: string;
|
|
1384
|
+
/** Additional resource metrics (gpu, replicas, quotas, etc.) */
|
|
1385
|
+
metrics?: Record<string, unknown>;
|
|
1386
|
+
/** Namespace this event belongs to */
|
|
1387
|
+
namespaceId: string;
|
|
1388
1388
|
/** Network egress in bytes during event window */
|
|
1389
1389
|
networkEgressBytes?: string;
|
|
1390
|
+
/** Network ingress in bytes during event window */
|
|
1391
|
+
networkIngressBytes?: string;
|
|
1390
1392
|
/** Number of active pods in the namespace at time of event */
|
|
1391
1393
|
podCount?: number;
|
|
1392
|
-
/**
|
|
1393
|
-
|
|
1394
|
-
/** Database that owns this resource (database-scoped isolation) */
|
|
1395
|
-
databaseId: string;
|
|
1394
|
+
/** Storage usage in bytes at time of event */
|
|
1395
|
+
storageBytes?: string;
|
|
1396
1396
|
}
|
|
1397
1397
|
export interface InfraInitEmptyRepoPayload {
|
|
1398
1398
|
clientMutationId?: string | null;
|
|
@@ -1400,43 +1400,178 @@ export interface InfraInitEmptyRepoPayload {
|
|
|
1400
1400
|
export type InfraInitEmptyRepoPayloadSelect = {
|
|
1401
1401
|
clientMutationId?: boolean;
|
|
1402
1402
|
};
|
|
1403
|
-
export interface
|
|
1403
|
+
export interface InfraInsertNodeAtPathPayload {
|
|
1404
1404
|
clientMutationId?: string | null;
|
|
1405
1405
|
result?: string | null;
|
|
1406
1406
|
}
|
|
1407
|
-
export type
|
|
1407
|
+
export type InfraInsertNodeAtPathPayloadSelect = {
|
|
1408
1408
|
clientMutationId?: boolean;
|
|
1409
1409
|
result?: boolean;
|
|
1410
1410
|
};
|
|
1411
|
-
export interface
|
|
1411
|
+
export interface InfraSetDataAtPathPayload {
|
|
1412
1412
|
clientMutationId?: string | null;
|
|
1413
1413
|
result?: string | null;
|
|
1414
1414
|
}
|
|
1415
|
-
export type
|
|
1415
|
+
export type InfraSetDataAtPathPayloadSelect = {
|
|
1416
1416
|
clientMutationId?: boolean;
|
|
1417
1417
|
result?: boolean;
|
|
1418
1418
|
};
|
|
1419
1419
|
export interface ProvisionBucketPayload {
|
|
1420
|
-
/** Whether provisioning succeeded */
|
|
1421
|
-
success: boolean;
|
|
1422
|
-
/** The S3 bucket name that was provisioned */
|
|
1423
|
-
bucketName: string;
|
|
1424
1420
|
/** The access type applied */
|
|
1425
1421
|
accessType: string;
|
|
1426
|
-
/** The
|
|
1427
|
-
|
|
1422
|
+
/** The S3 bucket name that was provisioned */
|
|
1423
|
+
bucketName: string;
|
|
1428
1424
|
/** The S3 endpoint (null for AWS S3 default) */
|
|
1429
1425
|
endpoint?: string | null;
|
|
1430
1426
|
/** Error message if provisioning failed */
|
|
1431
1427
|
error?: string | null;
|
|
1428
|
+
/** The storage provider used */
|
|
1429
|
+
provider: string;
|
|
1430
|
+
/** Whether provisioning succeeded */
|
|
1431
|
+
success: boolean;
|
|
1432
1432
|
}
|
|
1433
1433
|
export type ProvisionBucketPayloadSelect = {
|
|
1434
|
-
success?: boolean;
|
|
1435
|
-
bucketName?: boolean;
|
|
1436
1434
|
accessType?: boolean;
|
|
1437
|
-
|
|
1435
|
+
bucketName?: boolean;
|
|
1438
1436
|
endpoint?: boolean;
|
|
1439
1437
|
error?: boolean;
|
|
1438
|
+
provider?: boolean;
|
|
1439
|
+
success?: boolean;
|
|
1440
|
+
};
|
|
1441
|
+
export interface CreateDbPresetPayload {
|
|
1442
|
+
clientMutationId?: string | null;
|
|
1443
|
+
/** The `DbPreset` that was created by this mutation. */
|
|
1444
|
+
dbPreset?: DbPreset | null;
|
|
1445
|
+
dbPresetEdge?: DbPresetEdge | null;
|
|
1446
|
+
}
|
|
1447
|
+
export type CreateDbPresetPayloadSelect = {
|
|
1448
|
+
clientMutationId?: boolean;
|
|
1449
|
+
dbPreset?: {
|
|
1450
|
+
select: DbPresetSelect;
|
|
1451
|
+
};
|
|
1452
|
+
dbPresetEdge?: {
|
|
1453
|
+
select: DbPresetEdgeSelect;
|
|
1454
|
+
};
|
|
1455
|
+
};
|
|
1456
|
+
export interface UpdateDbPresetPayload {
|
|
1457
|
+
clientMutationId?: string | null;
|
|
1458
|
+
/** The `DbPreset` that was updated by this mutation. */
|
|
1459
|
+
dbPreset?: DbPreset | null;
|
|
1460
|
+
dbPresetEdge?: DbPresetEdge | null;
|
|
1461
|
+
}
|
|
1462
|
+
export type UpdateDbPresetPayloadSelect = {
|
|
1463
|
+
clientMutationId?: boolean;
|
|
1464
|
+
dbPreset?: {
|
|
1465
|
+
select: DbPresetSelect;
|
|
1466
|
+
};
|
|
1467
|
+
dbPresetEdge?: {
|
|
1468
|
+
select: DbPresetEdgeSelect;
|
|
1469
|
+
};
|
|
1470
|
+
};
|
|
1471
|
+
export interface DeleteDbPresetPayload {
|
|
1472
|
+
clientMutationId?: string | null;
|
|
1473
|
+
/** The `DbPreset` that was deleted by this mutation. */
|
|
1474
|
+
dbPreset?: DbPreset | null;
|
|
1475
|
+
dbPresetEdge?: DbPresetEdge | null;
|
|
1476
|
+
}
|
|
1477
|
+
export type DeleteDbPresetPayloadSelect = {
|
|
1478
|
+
clientMutationId?: boolean;
|
|
1479
|
+
dbPreset?: {
|
|
1480
|
+
select: DbPresetSelect;
|
|
1481
|
+
};
|
|
1482
|
+
dbPresetEdge?: {
|
|
1483
|
+
select: DbPresetEdgeSelect;
|
|
1484
|
+
};
|
|
1485
|
+
};
|
|
1486
|
+
export interface CreateInfraCommitPayload {
|
|
1487
|
+
clientMutationId?: string | null;
|
|
1488
|
+
/** The `InfraCommit` that was created by this mutation. */
|
|
1489
|
+
infraCommit?: InfraCommit | null;
|
|
1490
|
+
infraCommitEdge?: InfraCommitEdge | null;
|
|
1491
|
+
}
|
|
1492
|
+
export type CreateInfraCommitPayloadSelect = {
|
|
1493
|
+
clientMutationId?: boolean;
|
|
1494
|
+
infraCommit?: {
|
|
1495
|
+
select: InfraCommitSelect;
|
|
1496
|
+
};
|
|
1497
|
+
infraCommitEdge?: {
|
|
1498
|
+
select: InfraCommitEdgeSelect;
|
|
1499
|
+
};
|
|
1500
|
+
};
|
|
1501
|
+
export interface UpdateInfraCommitPayload {
|
|
1502
|
+
clientMutationId?: string | null;
|
|
1503
|
+
/** The `InfraCommit` that was updated by this mutation. */
|
|
1504
|
+
infraCommit?: InfraCommit | null;
|
|
1505
|
+
infraCommitEdge?: InfraCommitEdge | null;
|
|
1506
|
+
}
|
|
1507
|
+
export type UpdateInfraCommitPayloadSelect = {
|
|
1508
|
+
clientMutationId?: boolean;
|
|
1509
|
+
infraCommit?: {
|
|
1510
|
+
select: InfraCommitSelect;
|
|
1511
|
+
};
|
|
1512
|
+
infraCommitEdge?: {
|
|
1513
|
+
select: InfraCommitEdgeSelect;
|
|
1514
|
+
};
|
|
1515
|
+
};
|
|
1516
|
+
export interface DeleteInfraCommitPayload {
|
|
1517
|
+
clientMutationId?: string | null;
|
|
1518
|
+
/** The `InfraCommit` that was deleted by this mutation. */
|
|
1519
|
+
infraCommit?: InfraCommit | null;
|
|
1520
|
+
infraCommitEdge?: InfraCommitEdge | null;
|
|
1521
|
+
}
|
|
1522
|
+
export type DeleteInfraCommitPayloadSelect = {
|
|
1523
|
+
clientMutationId?: boolean;
|
|
1524
|
+
infraCommit?: {
|
|
1525
|
+
select: InfraCommitSelect;
|
|
1526
|
+
};
|
|
1527
|
+
infraCommitEdge?: {
|
|
1528
|
+
select: InfraCommitEdgeSelect;
|
|
1529
|
+
};
|
|
1530
|
+
};
|
|
1531
|
+
export interface CreateInfraObjectPayload {
|
|
1532
|
+
clientMutationId?: string | null;
|
|
1533
|
+
/** The `InfraObject` that was created by this mutation. */
|
|
1534
|
+
infraObject?: InfraObject | null;
|
|
1535
|
+
infraObjectEdge?: InfraObjectEdge | null;
|
|
1536
|
+
}
|
|
1537
|
+
export type CreateInfraObjectPayloadSelect = {
|
|
1538
|
+
clientMutationId?: boolean;
|
|
1539
|
+
infraObject?: {
|
|
1540
|
+
select: InfraObjectSelect;
|
|
1541
|
+
};
|
|
1542
|
+
infraObjectEdge?: {
|
|
1543
|
+
select: InfraObjectEdgeSelect;
|
|
1544
|
+
};
|
|
1545
|
+
};
|
|
1546
|
+
export interface UpdateInfraObjectPayload {
|
|
1547
|
+
clientMutationId?: string | null;
|
|
1548
|
+
/** The `InfraObject` that was updated by this mutation. */
|
|
1549
|
+
infraObject?: InfraObject | null;
|
|
1550
|
+
infraObjectEdge?: InfraObjectEdge | null;
|
|
1551
|
+
}
|
|
1552
|
+
export type UpdateInfraObjectPayloadSelect = {
|
|
1553
|
+
clientMutationId?: boolean;
|
|
1554
|
+
infraObject?: {
|
|
1555
|
+
select: InfraObjectSelect;
|
|
1556
|
+
};
|
|
1557
|
+
infraObjectEdge?: {
|
|
1558
|
+
select: InfraObjectEdgeSelect;
|
|
1559
|
+
};
|
|
1560
|
+
};
|
|
1561
|
+
export interface DeleteInfraObjectPayload {
|
|
1562
|
+
clientMutationId?: string | null;
|
|
1563
|
+
/** The `InfraObject` that was deleted by this mutation. */
|
|
1564
|
+
infraObject?: InfraObject | null;
|
|
1565
|
+
infraObjectEdge?: InfraObjectEdge | null;
|
|
1566
|
+
}
|
|
1567
|
+
export type DeleteInfraObjectPayloadSelect = {
|
|
1568
|
+
clientMutationId?: boolean;
|
|
1569
|
+
infraObject?: {
|
|
1570
|
+
select: InfraObjectSelect;
|
|
1571
|
+
};
|
|
1572
|
+
infraObjectEdge?: {
|
|
1573
|
+
select: InfraObjectEdgeSelect;
|
|
1574
|
+
};
|
|
1440
1575
|
};
|
|
1441
1576
|
export interface CreateInfraRefPayload {
|
|
1442
1577
|
clientMutationId?: string | null;
|
|
@@ -1528,139 +1663,94 @@ export type DeleteInfraStorePayloadSelect = {
|
|
|
1528
1663
|
select: InfraStoreEdgeSelect;
|
|
1529
1664
|
};
|
|
1530
1665
|
};
|
|
1531
|
-
export interface
|
|
1532
|
-
clientMutationId?: string | null;
|
|
1533
|
-
/** The `InfraObject` that was created by this mutation. */
|
|
1534
|
-
infraObject?: InfraObject | null;
|
|
1535
|
-
infraObjectEdge?: InfraObjectEdge | null;
|
|
1536
|
-
}
|
|
1537
|
-
export type CreateInfraObjectPayloadSelect = {
|
|
1538
|
-
clientMutationId?: boolean;
|
|
1539
|
-
infraObject?: {
|
|
1540
|
-
select: InfraObjectSelect;
|
|
1541
|
-
};
|
|
1542
|
-
infraObjectEdge?: {
|
|
1543
|
-
select: InfraObjectEdgeSelect;
|
|
1544
|
-
};
|
|
1545
|
-
};
|
|
1546
|
-
export interface UpdateInfraObjectPayload {
|
|
1547
|
-
clientMutationId?: string | null;
|
|
1548
|
-
/** The `InfraObject` that was updated by this mutation. */
|
|
1549
|
-
infraObject?: InfraObject | null;
|
|
1550
|
-
infraObjectEdge?: InfraObjectEdge | null;
|
|
1551
|
-
}
|
|
1552
|
-
export type UpdateInfraObjectPayloadSelect = {
|
|
1553
|
-
clientMutationId?: boolean;
|
|
1554
|
-
infraObject?: {
|
|
1555
|
-
select: InfraObjectSelect;
|
|
1556
|
-
};
|
|
1557
|
-
infraObjectEdge?: {
|
|
1558
|
-
select: InfraObjectEdgeSelect;
|
|
1559
|
-
};
|
|
1560
|
-
};
|
|
1561
|
-
export interface DeleteInfraObjectPayload {
|
|
1562
|
-
clientMutationId?: string | null;
|
|
1563
|
-
/** The `InfraObject` that was deleted by this mutation. */
|
|
1564
|
-
infraObject?: InfraObject | null;
|
|
1565
|
-
infraObjectEdge?: InfraObjectEdge | null;
|
|
1566
|
-
}
|
|
1567
|
-
export type DeleteInfraObjectPayloadSelect = {
|
|
1568
|
-
clientMutationId?: boolean;
|
|
1569
|
-
infraObject?: {
|
|
1570
|
-
select: InfraObjectSelect;
|
|
1571
|
-
};
|
|
1572
|
-
infraObjectEdge?: {
|
|
1573
|
-
select: InfraObjectEdgeSelect;
|
|
1574
|
-
};
|
|
1575
|
-
};
|
|
1576
|
-
export interface CreateInfraCommitPayload {
|
|
1666
|
+
export interface CreateNamespacePayload {
|
|
1577
1667
|
clientMutationId?: string | null;
|
|
1578
|
-
/** The `
|
|
1579
|
-
|
|
1580
|
-
|
|
1668
|
+
/** The `Namespace` that was created by this mutation. */
|
|
1669
|
+
namespace?: Namespace | null;
|
|
1670
|
+
namespaceEdge?: NamespaceEdge | null;
|
|
1581
1671
|
}
|
|
1582
|
-
export type
|
|
1672
|
+
export type CreateNamespacePayloadSelect = {
|
|
1583
1673
|
clientMutationId?: boolean;
|
|
1584
|
-
|
|
1585
|
-
select:
|
|
1674
|
+
namespace?: {
|
|
1675
|
+
select: NamespaceSelect;
|
|
1586
1676
|
};
|
|
1587
|
-
|
|
1588
|
-
select:
|
|
1677
|
+
namespaceEdge?: {
|
|
1678
|
+
select: NamespaceEdgeSelect;
|
|
1589
1679
|
};
|
|
1590
1680
|
};
|
|
1591
|
-
export interface
|
|
1681
|
+
export interface UpdateNamespacePayload {
|
|
1592
1682
|
clientMutationId?: string | null;
|
|
1593
|
-
/** The `
|
|
1594
|
-
|
|
1595
|
-
|
|
1683
|
+
/** The `Namespace` that was updated by this mutation. */
|
|
1684
|
+
namespace?: Namespace | null;
|
|
1685
|
+
namespaceEdge?: NamespaceEdge | null;
|
|
1596
1686
|
}
|
|
1597
|
-
export type
|
|
1687
|
+
export type UpdateNamespacePayloadSelect = {
|
|
1598
1688
|
clientMutationId?: boolean;
|
|
1599
|
-
|
|
1600
|
-
select:
|
|
1689
|
+
namespace?: {
|
|
1690
|
+
select: NamespaceSelect;
|
|
1601
1691
|
};
|
|
1602
|
-
|
|
1603
|
-
select:
|
|
1692
|
+
namespaceEdge?: {
|
|
1693
|
+
select: NamespaceEdgeSelect;
|
|
1604
1694
|
};
|
|
1605
1695
|
};
|
|
1606
|
-
export interface
|
|
1696
|
+
export interface DeleteNamespacePayload {
|
|
1607
1697
|
clientMutationId?: string | null;
|
|
1608
|
-
/** The `
|
|
1609
|
-
|
|
1610
|
-
|
|
1698
|
+
/** The `Namespace` that was deleted by this mutation. */
|
|
1699
|
+
namespace?: Namespace | null;
|
|
1700
|
+
namespaceEdge?: NamespaceEdge | null;
|
|
1611
1701
|
}
|
|
1612
|
-
export type
|
|
1702
|
+
export type DeleteNamespacePayloadSelect = {
|
|
1613
1703
|
clientMutationId?: boolean;
|
|
1614
|
-
|
|
1615
|
-
select:
|
|
1704
|
+
namespace?: {
|
|
1705
|
+
select: NamespaceSelect;
|
|
1616
1706
|
};
|
|
1617
|
-
|
|
1618
|
-
select:
|
|
1707
|
+
namespaceEdge?: {
|
|
1708
|
+
select: NamespaceEdgeSelect;
|
|
1619
1709
|
};
|
|
1620
1710
|
};
|
|
1621
|
-
export interface
|
|
1711
|
+
export interface CreateNamespaceEventPayload {
|
|
1622
1712
|
clientMutationId?: string | null;
|
|
1623
|
-
/** The `
|
|
1624
|
-
|
|
1625
|
-
|
|
1713
|
+
/** The `NamespaceEvent` that was created by this mutation. */
|
|
1714
|
+
namespaceEvent?: NamespaceEvent | null;
|
|
1715
|
+
namespaceEventEdge?: NamespaceEventEdge | null;
|
|
1626
1716
|
}
|
|
1627
|
-
export type
|
|
1717
|
+
export type CreateNamespaceEventPayloadSelect = {
|
|
1628
1718
|
clientMutationId?: boolean;
|
|
1629
|
-
|
|
1630
|
-
select:
|
|
1719
|
+
namespaceEvent?: {
|
|
1720
|
+
select: NamespaceEventSelect;
|
|
1631
1721
|
};
|
|
1632
|
-
|
|
1633
|
-
select:
|
|
1722
|
+
namespaceEventEdge?: {
|
|
1723
|
+
select: NamespaceEventEdgeSelect;
|
|
1634
1724
|
};
|
|
1635
1725
|
};
|
|
1636
|
-
export interface
|
|
1726
|
+
export interface UpdateNamespaceEventPayload {
|
|
1637
1727
|
clientMutationId?: string | null;
|
|
1638
|
-
/** The `
|
|
1639
|
-
|
|
1640
|
-
|
|
1728
|
+
/** The `NamespaceEvent` that was updated by this mutation. */
|
|
1729
|
+
namespaceEvent?: NamespaceEvent | null;
|
|
1730
|
+
namespaceEventEdge?: NamespaceEventEdge | null;
|
|
1641
1731
|
}
|
|
1642
|
-
export type
|
|
1732
|
+
export type UpdateNamespaceEventPayloadSelect = {
|
|
1643
1733
|
clientMutationId?: boolean;
|
|
1644
|
-
|
|
1645
|
-
select:
|
|
1734
|
+
namespaceEvent?: {
|
|
1735
|
+
select: NamespaceEventSelect;
|
|
1646
1736
|
};
|
|
1647
|
-
|
|
1648
|
-
select:
|
|
1737
|
+
namespaceEventEdge?: {
|
|
1738
|
+
select: NamespaceEventEdgeSelect;
|
|
1649
1739
|
};
|
|
1650
1740
|
};
|
|
1651
|
-
export interface
|
|
1741
|
+
export interface DeleteNamespaceEventPayload {
|
|
1652
1742
|
clientMutationId?: string | null;
|
|
1653
|
-
/** The `
|
|
1654
|
-
|
|
1655
|
-
|
|
1743
|
+
/** The `NamespaceEvent` that was deleted by this mutation. */
|
|
1744
|
+
namespaceEvent?: NamespaceEvent | null;
|
|
1745
|
+
namespaceEventEdge?: NamespaceEventEdge | null;
|
|
1656
1746
|
}
|
|
1657
|
-
export type
|
|
1747
|
+
export type DeleteNamespaceEventPayloadSelect = {
|
|
1658
1748
|
clientMutationId?: boolean;
|
|
1659
|
-
|
|
1660
|
-
select:
|
|
1749
|
+
namespaceEvent?: {
|
|
1750
|
+
select: NamespaceEventSelect;
|
|
1661
1751
|
};
|
|
1662
|
-
|
|
1663
|
-
select:
|
|
1752
|
+
namespaceEventEdge?: {
|
|
1753
|
+
select: NamespaceEventEdgeSelect;
|
|
1664
1754
|
};
|
|
1665
1755
|
};
|
|
1666
1756
|
export interface CreatePlatformNamespacePayload {
|
|
@@ -1708,51 +1798,6 @@ export type DeletePlatformNamespacePayloadSelect = {
|
|
|
1708
1798
|
select: PlatformNamespaceEdgeSelect;
|
|
1709
1799
|
};
|
|
1710
1800
|
};
|
|
1711
|
-
export interface CreateNamespacePayload {
|
|
1712
|
-
clientMutationId?: string | null;
|
|
1713
|
-
/** The `Namespace` that was created by this mutation. */
|
|
1714
|
-
namespace?: Namespace | null;
|
|
1715
|
-
namespaceEdge?: NamespaceEdge | null;
|
|
1716
|
-
}
|
|
1717
|
-
export type CreateNamespacePayloadSelect = {
|
|
1718
|
-
clientMutationId?: boolean;
|
|
1719
|
-
namespace?: {
|
|
1720
|
-
select: NamespaceSelect;
|
|
1721
|
-
};
|
|
1722
|
-
namespaceEdge?: {
|
|
1723
|
-
select: NamespaceEdgeSelect;
|
|
1724
|
-
};
|
|
1725
|
-
};
|
|
1726
|
-
export interface UpdateNamespacePayload {
|
|
1727
|
-
clientMutationId?: string | null;
|
|
1728
|
-
/** The `Namespace` that was updated by this mutation. */
|
|
1729
|
-
namespace?: Namespace | null;
|
|
1730
|
-
namespaceEdge?: NamespaceEdge | null;
|
|
1731
|
-
}
|
|
1732
|
-
export type UpdateNamespacePayloadSelect = {
|
|
1733
|
-
clientMutationId?: boolean;
|
|
1734
|
-
namespace?: {
|
|
1735
|
-
select: NamespaceSelect;
|
|
1736
|
-
};
|
|
1737
|
-
namespaceEdge?: {
|
|
1738
|
-
select: NamespaceEdgeSelect;
|
|
1739
|
-
};
|
|
1740
|
-
};
|
|
1741
|
-
export interface DeleteNamespacePayload {
|
|
1742
|
-
clientMutationId?: string | null;
|
|
1743
|
-
/** The `Namespace` that was deleted by this mutation. */
|
|
1744
|
-
namespace?: Namespace | null;
|
|
1745
|
-
namespaceEdge?: NamespaceEdge | null;
|
|
1746
|
-
}
|
|
1747
|
-
export type DeleteNamespacePayloadSelect = {
|
|
1748
|
-
clientMutationId?: boolean;
|
|
1749
|
-
namespace?: {
|
|
1750
|
-
select: NamespaceSelect;
|
|
1751
|
-
};
|
|
1752
|
-
namespaceEdge?: {
|
|
1753
|
-
select: NamespaceEdgeSelect;
|
|
1754
|
-
};
|
|
1755
|
-
};
|
|
1756
1801
|
export interface CreatePlatformNamespaceEventPayload {
|
|
1757
1802
|
clientMutationId?: string | null;
|
|
1758
1803
|
/** The `PlatformNamespaceEvent` that was created by this mutation. */
|
|
@@ -1798,49 +1843,40 @@ export type DeletePlatformNamespaceEventPayloadSelect = {
|
|
|
1798
1843
|
select: PlatformNamespaceEventEdgeSelect;
|
|
1799
1844
|
};
|
|
1800
1845
|
};
|
|
1801
|
-
|
|
1802
|
-
|
|
1803
|
-
|
|
1804
|
-
|
|
1805
|
-
|
|
1846
|
+
/** A `DbPreset` edge in the connection. */
|
|
1847
|
+
export interface DbPresetEdge {
|
|
1848
|
+
cursor?: string | null;
|
|
1849
|
+
/** The `DbPreset` at the end of the edge. */
|
|
1850
|
+
node?: DbPreset | null;
|
|
1806
1851
|
}
|
|
1807
|
-
export type
|
|
1808
|
-
|
|
1809
|
-
|
|
1810
|
-
select:
|
|
1811
|
-
};
|
|
1812
|
-
namespaceEventEdge?: {
|
|
1813
|
-
select: NamespaceEventEdgeSelect;
|
|
1852
|
+
export type DbPresetEdgeSelect = {
|
|
1853
|
+
cursor?: boolean;
|
|
1854
|
+
node?: {
|
|
1855
|
+
select: DbPresetSelect;
|
|
1814
1856
|
};
|
|
1815
1857
|
};
|
|
1816
|
-
|
|
1817
|
-
|
|
1818
|
-
|
|
1819
|
-
|
|
1820
|
-
|
|
1858
|
+
/** A `InfraCommit` edge in the connection. */
|
|
1859
|
+
export interface InfraCommitEdge {
|
|
1860
|
+
cursor?: string | null;
|
|
1861
|
+
/** The `InfraCommit` at the end of the edge. */
|
|
1862
|
+
node?: InfraCommit | null;
|
|
1821
1863
|
}
|
|
1822
|
-
export type
|
|
1823
|
-
|
|
1824
|
-
|
|
1825
|
-
select:
|
|
1826
|
-
};
|
|
1827
|
-
namespaceEventEdge?: {
|
|
1828
|
-
select: NamespaceEventEdgeSelect;
|
|
1864
|
+
export type InfraCommitEdgeSelect = {
|
|
1865
|
+
cursor?: boolean;
|
|
1866
|
+
node?: {
|
|
1867
|
+
select: InfraCommitSelect;
|
|
1829
1868
|
};
|
|
1830
1869
|
};
|
|
1831
|
-
|
|
1832
|
-
|
|
1833
|
-
|
|
1834
|
-
|
|
1835
|
-
|
|
1870
|
+
/** A `InfraObject` edge in the connection. */
|
|
1871
|
+
export interface InfraObjectEdge {
|
|
1872
|
+
cursor?: string | null;
|
|
1873
|
+
/** The `InfraObject` at the end of the edge. */
|
|
1874
|
+
node?: InfraObject | null;
|
|
1836
1875
|
}
|
|
1837
|
-
export type
|
|
1838
|
-
|
|
1839
|
-
|
|
1840
|
-
select:
|
|
1841
|
-
};
|
|
1842
|
-
namespaceEventEdge?: {
|
|
1843
|
-
select: NamespaceEventEdgeSelect;
|
|
1876
|
+
export type InfraObjectEdgeSelect = {
|
|
1877
|
+
cursor?: boolean;
|
|
1878
|
+
node?: {
|
|
1879
|
+
select: InfraObjectSelect;
|
|
1844
1880
|
};
|
|
1845
1881
|
};
|
|
1846
1882
|
/** A `InfraRef` edge in the connection. */
|
|
@@ -1867,40 +1903,28 @@ export type InfraStoreEdgeSelect = {
|
|
|
1867
1903
|
select: InfraStoreSelect;
|
|
1868
1904
|
};
|
|
1869
1905
|
};
|
|
1870
|
-
/** A `
|
|
1871
|
-
export interface
|
|
1872
|
-
cursor?: string | null;
|
|
1873
|
-
/** The `InfraObject` at the end of the edge. */
|
|
1874
|
-
node?: InfraObject | null;
|
|
1875
|
-
}
|
|
1876
|
-
export type InfraObjectEdgeSelect = {
|
|
1877
|
-
cursor?: boolean;
|
|
1878
|
-
node?: {
|
|
1879
|
-
select: InfraObjectSelect;
|
|
1880
|
-
};
|
|
1881
|
-
};
|
|
1882
|
-
/** A `InfraCommit` edge in the connection. */
|
|
1883
|
-
export interface InfraCommitEdge {
|
|
1906
|
+
/** A `Namespace` edge in the connection. */
|
|
1907
|
+
export interface NamespaceEdge {
|
|
1884
1908
|
cursor?: string | null;
|
|
1885
|
-
/** The `
|
|
1886
|
-
node?:
|
|
1909
|
+
/** The `Namespace` at the end of the edge. */
|
|
1910
|
+
node?: Namespace | null;
|
|
1887
1911
|
}
|
|
1888
|
-
export type
|
|
1912
|
+
export type NamespaceEdgeSelect = {
|
|
1889
1913
|
cursor?: boolean;
|
|
1890
1914
|
node?: {
|
|
1891
|
-
select:
|
|
1915
|
+
select: NamespaceSelect;
|
|
1892
1916
|
};
|
|
1893
1917
|
};
|
|
1894
|
-
/** A `
|
|
1895
|
-
export interface
|
|
1918
|
+
/** A `NamespaceEvent` edge in the connection. */
|
|
1919
|
+
export interface NamespaceEventEdge {
|
|
1896
1920
|
cursor?: string | null;
|
|
1897
|
-
/** The `
|
|
1898
|
-
node?:
|
|
1921
|
+
/** The `NamespaceEvent` at the end of the edge. */
|
|
1922
|
+
node?: NamespaceEvent | null;
|
|
1899
1923
|
}
|
|
1900
|
-
export type
|
|
1924
|
+
export type NamespaceEventEdgeSelect = {
|
|
1901
1925
|
cursor?: boolean;
|
|
1902
1926
|
node?: {
|
|
1903
|
-
select:
|
|
1927
|
+
select: NamespaceEventSelect;
|
|
1904
1928
|
};
|
|
1905
1929
|
};
|
|
1906
1930
|
/** A `PlatformNamespace` edge in the connection. */
|
|
@@ -1915,18 +1939,6 @@ export type PlatformNamespaceEdgeSelect = {
|
|
|
1915
1939
|
select: PlatformNamespaceSelect;
|
|
1916
1940
|
};
|
|
1917
1941
|
};
|
|
1918
|
-
/** A `Namespace` edge in the connection. */
|
|
1919
|
-
export interface NamespaceEdge {
|
|
1920
|
-
cursor?: string | null;
|
|
1921
|
-
/** The `Namespace` at the end of the edge. */
|
|
1922
|
-
node?: Namespace | null;
|
|
1923
|
-
}
|
|
1924
|
-
export type NamespaceEdgeSelect = {
|
|
1925
|
-
cursor?: boolean;
|
|
1926
|
-
node?: {
|
|
1927
|
-
select: NamespaceSelect;
|
|
1928
|
-
};
|
|
1929
|
-
};
|
|
1930
1942
|
/** A `PlatformNamespaceEvent` edge in the connection. */
|
|
1931
1943
|
export interface PlatformNamespaceEventEdge {
|
|
1932
1944
|
cursor?: string | null;
|
|
@@ -1939,15 +1951,3 @@ export type PlatformNamespaceEventEdgeSelect = {
|
|
|
1939
1951
|
select: PlatformNamespaceEventSelect;
|
|
1940
1952
|
};
|
|
1941
1953
|
};
|
|
1942
|
-
/** A `NamespaceEvent` edge in the connection. */
|
|
1943
|
-
export interface NamespaceEventEdge {
|
|
1944
|
-
cursor?: string | null;
|
|
1945
|
-
/** The `NamespaceEvent` at the end of the edge. */
|
|
1946
|
-
node?: NamespaceEvent | null;
|
|
1947
|
-
}
|
|
1948
|
-
export type NamespaceEventEdgeSelect = {
|
|
1949
|
-
cursor?: boolean;
|
|
1950
|
-
node?: {
|
|
1951
|
-
select: NamespaceEventSelect;
|
|
1952
|
-
};
|
|
1953
|
-
};
|