@constructive-io/react 0.28.2 → 0.29.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/admin/hooks/index.d.ts +1 -1
- package/admin/hooks/index.js +1 -1
- package/admin/hooks/invalidation.d.ts +120 -120
- package/admin/hooks/invalidation.js +232 -232
- package/admin/hooks/mutation-keys.d.ts +244 -244
- package/admin/hooks/mutation-keys.js +157 -157
- package/admin/hooks/mutations/index.d.ts +63 -63
- package/admin/hooks/mutations/index.js +63 -63
- package/admin/hooks/queries/index.d.ts +47 -47
- package/admin/hooks/queries/index.js +47 -47
- package/admin/hooks/queries/useAppPermissionsGetByMaskQuery.d.ts +3 -3
- package/admin/hooks/queries/useAppPermissionsGetByMaskQuery.js +2 -2
- package/admin/hooks/queries/useOrgIsManagerOfQuery.d.ts +3 -3
- package/admin/hooks/queries/useOrgIsManagerOfQuery.js +2 -2
- package/admin/hooks/queries/useOrgPermissionsGetByMaskQuery.d.ts +3 -3
- package/admin/hooks/queries/useOrgPermissionsGetByMaskQuery.js +2 -2
- package/admin/hooks/query-keys.d.ts +296 -296
- package/admin/hooks/query-keys.js +173 -173
- package/admin/orm/index.d.ts +67 -67
- package/admin/orm/index.js +44 -44
- package/admin/orm/input-types.d.ts +3168 -3168
- package/admin/orm/input-types.js +1 -1
- package/admin/orm/models/index.d.ts +22 -22
- package/admin/orm/models/index.js +45 -45
- package/admin/orm/mutation/index.d.ts +12 -12
- package/admin/orm/mutation/index.js +12 -12
- package/admin/orm/query/index.d.ts +47 -47
- package/admin/orm/query/index.js +68 -68
- package/admin/schema-types.d.ts +2497 -2497
- package/admin/types.d.ts +193 -193
- package/agent/hooks/index.d.ts +1 -1
- package/agent/hooks/index.js +1 -1
- package/agent/hooks/invalidation.d.ts +23 -23
- package/agent/hooks/invalidation.js +55 -55
- package/agent/hooks/mutation-keys.d.ts +46 -46
- package/agent/hooks/mutation-keys.js +28 -28
- package/agent/hooks/mutations/index.d.ts +12 -12
- package/agent/hooks/mutations/index.js +12 -12
- package/agent/hooks/queries/index.d.ts +8 -8
- package/agent/hooks/queries/index.js +8 -8
- package/agent/hooks/query-keys.d.ts +54 -54
- package/agent/hooks/query-keys.js +32 -32
- package/agent/orm/index.d.ts +8 -8
- package/agent/orm/index.js +8 -8
- package/agent/orm/input-types.d.ts +1788 -1788
- package/agent/orm/input-types.js +9 -9
- package/agent/orm/models/index.d.ts +4 -4
- package/agent/orm/models/index.js +9 -9
- package/agent/schema-types.d.ts +1226 -1226
- package/agent/types.d.ts +95 -95
- package/api/hooks/index.d.ts +1 -1
- package/api/hooks/index.js +1 -1
- package/api/hooks/invalidation.d.ts +184 -184
- package/api/hooks/invalidation.js +392 -392
- package/api/hooks/mutation-keys.d.ts +411 -411
- package/api/hooks/mutation-keys.js +227 -227
- package/api/hooks/mutations/index.d.ts +93 -93
- package/api/hooks/mutations/index.js +93 -93
- package/api/hooks/queries/index.d.ts +64 -64
- package/api/hooks/queries/index.js +64 -64
- package/api/hooks/queries/useApplyRegistryDefaultsQuery.d.ts +3 -3
- package/api/hooks/queries/useApplyRegistryDefaultsQuery.js +2 -2
- package/api/hooks/query-keys.d.ts +466 -466
- package/api/hooks/query-keys.js +251 -251
- package/api/orm/index.d.ts +77 -77
- package/api/orm/index.js +64 -64
- package/api/orm/input-types.d.ts +8781 -8781
- package/api/orm/input-types.js +48 -48
- package/api/orm/models/index.d.ts +32 -32
- package/api/orm/models/index.js +65 -65
- package/api/orm/mutation/index.d.ts +29 -29
- package/api/orm/mutation/index.js +30 -30
- package/api/orm/query/index.d.ts +1 -1
- package/api/orm/query/index.js +4 -4
- package/api/schema-types.d.ts +5628 -5628
- package/api/types.d.ts +435 -435
- package/auth/hooks/index.d.ts +1 -1
- package/auth/hooks/index.js +1 -1
- package/auth/hooks/invalidation.d.ts +42 -42
- package/auth/hooks/invalidation.js +90 -90
- package/auth/hooks/mutation-keys.d.ts +124 -124
- package/auth/hooks/mutation-keys.js +106 -106
- package/auth/hooks/mutations/index.d.ts +36 -36
- package/auth/hooks/mutations/index.js +36 -36
- package/auth/hooks/queries/index.d.ts +15 -15
- package/auth/hooks/queries/index.js +15 -15
- package/auth/hooks/query-keys.d.ts +102 -102
- package/auth/hooks/query-keys.js +59 -59
- package/auth/orm/index.d.ts +103 -103
- package/auth/orm/index.js +14 -14
- package/auth/orm/input-types.d.ts +2102 -2109
- package/auth/orm/input-types.js +5 -5
- package/auth/orm/models/index.d.ts +7 -7
- package/auth/orm/models/index.js +15 -15
- package/auth/orm/mutation/index.d.ts +138 -138
- package/auth/orm/mutation/index.js +168 -168
- package/auth/orm/query/index.d.ts +10 -10
- package/auth/orm/query/index.js +14 -14
- package/auth/schema-types.d.ts +1602 -1605
- package/auth/types.d.ts +86 -87
- package/compute/hooks/index.d.ts +1 -1
- package/compute/hooks/index.js +1 -1
- package/compute/hooks/invalidation.d.ts +183 -183
- package/compute/hooks/invalidation.js +391 -391
- package/compute/hooks/mutation-keys.d.ts +388 -388
- package/compute/hooks/mutation-keys.js +300 -300
- package/compute/hooks/mutations/index.d.ts +97 -97
- package/compute/hooks/mutations/index.js +97 -97
- package/compute/hooks/mutations/useCreateFunctionInvocationMutation.d.ts +2 -2
- package/compute/hooks/mutations/useCreateFunctionInvocationMutation.js +1 -1
- package/compute/hooks/mutations/useCreatePlatformFunctionInvocationMutation.d.ts +2 -2
- package/compute/hooks/mutations/useCreatePlatformFunctionInvocationMutation.js +1 -1
- package/compute/hooks/mutations/useDeleteFunctionInvocationMutation.d.ts +2 -2
- package/compute/hooks/mutations/useDeleteFunctionInvocationMutation.js +1 -1
- package/compute/hooks/mutations/useDeletePlatformFunctionInvocationMutation.d.ts +2 -2
- package/compute/hooks/mutations/useDeletePlatformFunctionInvocationMutation.js +1 -1
- package/compute/hooks/mutations/useUpdateFunctionInvocationMutation.d.ts +2 -2
- package/compute/hooks/mutations/useUpdateFunctionInvocationMutation.js +1 -1
- package/compute/hooks/mutations/useUpdatePlatformFunctionInvocationMutation.d.ts +2 -2
- package/compute/hooks/mutations/useUpdatePlatformFunctionInvocationMutation.js +1 -1
- package/compute/hooks/queries/index.d.ts +59 -59
- package/compute/hooks/queries/index.js +59 -59
- package/compute/hooks/queries/useFunctionInvocationQuery.d.ts +4 -4
- package/compute/hooks/queries/useFunctionInvocationQuery.js +1 -1
- package/compute/hooks/queries/useFunctionInvocationsQuery.d.ts +4 -4
- package/compute/hooks/queries/useFunctionInvocationsQuery.js +1 -1
- package/compute/hooks/queries/usePlatformFunctionInvocationQuery.d.ts +4 -4
- package/compute/hooks/queries/usePlatformFunctionInvocationQuery.js +1 -1
- package/compute/hooks/queries/usePlatformFunctionInvocationsQuery.d.ts +4 -4
- package/compute/hooks/queries/usePlatformFunctionInvocationsQuery.js +1 -1
- package/compute/hooks/query-keys.d.ts +438 -438
- package/compute/hooks/query-keys.js +256 -256
- package/compute/orm/index.d.ts +110 -110
- package/compute/orm/index.js +64 -64
- package/compute/orm/input-types.d.ts +7256 -7037
- package/compute/orm/input-types.js +15 -13
- package/compute/orm/models/index.d.ts +32 -32
- package/compute/orm/models/index.js +65 -65
- package/compute/orm/mutation/index.d.ts +77 -77
- package/compute/orm/mutation/index.js +96 -96
- package/compute/schema-types.d.ts +4950 -4896
- package/compute/types.d.ts +470 -468
- package/config/hooks/index.d.ts +1 -1
- package/config/hooks/index.js +1 -1
- package/config/hooks/invalidation.d.ts +6 -6
- package/config/hooks/invalidation.js +15 -15
- package/config/hooks/mutation-keys.d.ts +24 -24
- package/config/hooks/mutation-keys.js +26 -26
- package/config/hooks/mutations/index.d.ts +9 -9
- package/config/hooks/mutations/index.js +9 -9
- package/config/hooks/queries/index.d.ts +2 -2
- package/config/hooks/queries/index.js +2 -2
- package/config/hooks/query-keys.d.ts +14 -14
- package/config/hooks/query-keys.js +9 -9
- package/config/orm/index.d.ts +30 -30
- package/config/orm/index.js +2 -2
- package/config/orm/input-types.d.ts +416 -416
- package/config/orm/models/index.d.ts +1 -1
- package/config/orm/models/index.js +3 -3
- package/config/orm/mutation/index.d.ts +47 -47
- package/config/orm/mutation/index.js +60 -60
- package/config/schema-types.d.ts +519 -519
- package/config/types.d.ts +35 -35
- package/esm/admin/hooks/index.d.ts +1 -1
- package/esm/admin/hooks/index.js +1 -1
- package/esm/admin/hooks/invalidation.d.ts +120 -120
- package/esm/admin/hooks/invalidation.js +233 -233
- package/esm/admin/hooks/mutation-keys.d.ts +244 -244
- package/esm/admin/hooks/mutation-keys.js +156 -156
- package/esm/admin/hooks/mutations/index.d.ts +63 -63
- package/esm/admin/hooks/mutations/index.js +63 -63
- package/esm/admin/hooks/queries/index.d.ts +47 -47
- package/esm/admin/hooks/queries/index.js +47 -47
- package/esm/admin/hooks/queries/useAppPermissionsGetByMaskQuery.d.ts +3 -3
- package/esm/admin/hooks/queries/useAppPermissionsGetByMaskQuery.js +2 -2
- package/esm/admin/hooks/queries/useOrgIsManagerOfQuery.d.ts +3 -3
- package/esm/admin/hooks/queries/useOrgIsManagerOfQuery.js +2 -2
- package/esm/admin/hooks/queries/useOrgPermissionsGetByMaskQuery.d.ts +3 -3
- package/esm/admin/hooks/queries/useOrgPermissionsGetByMaskQuery.js +2 -2
- package/esm/admin/hooks/query-keys.d.ts +296 -296
- package/esm/admin/hooks/query-keys.js +172 -172
- package/esm/admin/orm/index.d.ts +67 -67
- package/esm/admin/orm/index.js +44 -44
- package/esm/admin/orm/input-types.d.ts +3168 -3168
- package/esm/admin/orm/input-types.js +1 -1
- package/esm/admin/orm/models/index.d.ts +22 -22
- package/esm/admin/orm/models/index.js +22 -22
- package/esm/admin/orm/mutation/index.d.ts +12 -12
- package/esm/admin/orm/mutation/index.js +12 -12
- package/esm/admin/orm/query/index.d.ts +47 -47
- package/esm/admin/orm/query/index.js +68 -68
- package/esm/admin/schema-types.d.ts +2497 -2497
- package/esm/admin/types.d.ts +193 -193
- package/esm/agent/hooks/index.d.ts +1 -1
- package/esm/agent/hooks/index.js +1 -1
- package/esm/agent/hooks/invalidation.d.ts +23 -23
- package/esm/agent/hooks/invalidation.js +56 -56
- package/esm/agent/hooks/mutation-keys.d.ts +46 -46
- package/esm/agent/hooks/mutation-keys.js +27 -27
- package/esm/agent/hooks/mutations/index.d.ts +12 -12
- package/esm/agent/hooks/mutations/index.js +12 -12
- package/esm/agent/hooks/queries/index.d.ts +8 -8
- package/esm/agent/hooks/queries/index.js +8 -8
- package/esm/agent/hooks/query-keys.d.ts +54 -54
- package/esm/agent/hooks/query-keys.js +31 -31
- package/esm/agent/orm/index.d.ts +8 -8
- package/esm/agent/orm/index.js +8 -8
- package/esm/agent/orm/input-types.d.ts +1788 -1788
- package/esm/agent/orm/input-types.js +9 -9
- package/esm/agent/orm/models/index.d.ts +4 -4
- package/esm/agent/orm/models/index.js +4 -4
- package/esm/agent/schema-types.d.ts +1226 -1226
- package/esm/agent/types.d.ts +95 -95
- package/esm/api/hooks/index.d.ts +1 -1
- package/esm/api/hooks/index.js +1 -1
- package/esm/api/hooks/invalidation.d.ts +184 -184
- package/esm/api/hooks/invalidation.js +393 -393
- package/esm/api/hooks/mutation-keys.d.ts +411 -411
- package/esm/api/hooks/mutation-keys.js +226 -226
- package/esm/api/hooks/mutations/index.d.ts +93 -93
- package/esm/api/hooks/mutations/index.js +93 -93
- package/esm/api/hooks/queries/index.d.ts +64 -64
- package/esm/api/hooks/queries/index.js +64 -64
- package/esm/api/hooks/queries/useApplyRegistryDefaultsQuery.d.ts +3 -3
- package/esm/api/hooks/queries/useApplyRegistryDefaultsQuery.js +2 -2
- package/esm/api/hooks/query-keys.d.ts +466 -466
- package/esm/api/hooks/query-keys.js +250 -250
- package/esm/api/orm/index.d.ts +77 -77
- package/esm/api/orm/index.js +64 -64
- package/esm/api/orm/input-types.d.ts +8781 -8781
- package/esm/api/orm/input-types.js +48 -48
- package/esm/api/orm/models/index.d.ts +32 -32
- package/esm/api/orm/models/index.js +32 -32
- package/esm/api/orm/mutation/index.d.ts +29 -29
- package/esm/api/orm/mutation/index.js +30 -30
- package/esm/api/orm/query/index.d.ts +1 -1
- package/esm/api/orm/query/index.js +4 -4
- package/esm/api/schema-types.d.ts +5628 -5628
- package/esm/api/types.d.ts +435 -435
- package/esm/auth/hooks/index.d.ts +1 -1
- package/esm/auth/hooks/index.js +1 -1
- package/esm/auth/hooks/invalidation.d.ts +42 -42
- package/esm/auth/hooks/invalidation.js +91 -91
- package/esm/auth/hooks/mutation-keys.d.ts +124 -124
- package/esm/auth/hooks/mutation-keys.js +105 -105
- package/esm/auth/hooks/mutations/index.d.ts +36 -36
- package/esm/auth/hooks/mutations/index.js +36 -36
- package/esm/auth/hooks/queries/index.d.ts +15 -15
- package/esm/auth/hooks/queries/index.js +15 -15
- package/esm/auth/hooks/query-keys.d.ts +102 -102
- package/esm/auth/hooks/query-keys.js +58 -58
- package/esm/auth/orm/index.d.ts +103 -103
- package/esm/auth/orm/index.js +14 -14
- package/esm/auth/orm/input-types.d.ts +2102 -2109
- package/esm/auth/orm/input-types.js +5 -5
- package/esm/auth/orm/models/index.d.ts +7 -7
- package/esm/auth/orm/models/index.js +7 -7
- package/esm/auth/orm/mutation/index.d.ts +138 -138
- package/esm/auth/orm/mutation/index.js +168 -168
- package/esm/auth/orm/query/index.d.ts +10 -10
- package/esm/auth/orm/query/index.js +14 -14
- package/esm/auth/schema-types.d.ts +1602 -1605
- package/esm/auth/types.d.ts +86 -87
- package/esm/compute/hooks/index.d.ts +1 -1
- package/esm/compute/hooks/index.js +1 -1
- package/esm/compute/hooks/invalidation.d.ts +183 -183
- package/esm/compute/hooks/invalidation.js +392 -392
- package/esm/compute/hooks/mutation-keys.d.ts +388 -388
- package/esm/compute/hooks/mutation-keys.js +299 -299
- package/esm/compute/hooks/mutations/index.d.ts +97 -97
- package/esm/compute/hooks/mutations/index.js +97 -97
- package/esm/compute/hooks/mutations/useCreateFunctionInvocationMutation.d.ts +2 -2
- package/esm/compute/hooks/mutations/useCreateFunctionInvocationMutation.js +1 -1
- package/esm/compute/hooks/mutations/useCreatePlatformFunctionInvocationMutation.d.ts +2 -2
- package/esm/compute/hooks/mutations/useCreatePlatformFunctionInvocationMutation.js +1 -1
- package/esm/compute/hooks/mutations/useDeleteFunctionInvocationMutation.d.ts +2 -2
- package/esm/compute/hooks/mutations/useDeleteFunctionInvocationMutation.js +1 -1
- package/esm/compute/hooks/mutations/useDeletePlatformFunctionInvocationMutation.d.ts +2 -2
- package/esm/compute/hooks/mutations/useDeletePlatformFunctionInvocationMutation.js +1 -1
- package/esm/compute/hooks/mutations/useUpdateFunctionInvocationMutation.d.ts +2 -2
- package/esm/compute/hooks/mutations/useUpdateFunctionInvocationMutation.js +1 -1
- package/esm/compute/hooks/mutations/useUpdatePlatformFunctionInvocationMutation.d.ts +2 -2
- package/esm/compute/hooks/mutations/useUpdatePlatformFunctionInvocationMutation.js +1 -1
- package/esm/compute/hooks/queries/index.d.ts +59 -59
- package/esm/compute/hooks/queries/index.js +59 -59
- package/esm/compute/hooks/queries/useFunctionInvocationQuery.d.ts +4 -4
- package/esm/compute/hooks/queries/useFunctionInvocationQuery.js +1 -1
- package/esm/compute/hooks/queries/useFunctionInvocationsQuery.d.ts +4 -4
- package/esm/compute/hooks/queries/useFunctionInvocationsQuery.js +1 -1
- package/esm/compute/hooks/queries/usePlatformFunctionInvocationQuery.d.ts +4 -4
- package/esm/compute/hooks/queries/usePlatformFunctionInvocationQuery.js +1 -1
- package/esm/compute/hooks/queries/usePlatformFunctionInvocationsQuery.d.ts +4 -4
- package/esm/compute/hooks/queries/usePlatformFunctionInvocationsQuery.js +1 -1
- package/esm/compute/hooks/query-keys.d.ts +438 -438
- package/esm/compute/hooks/query-keys.js +255 -255
- package/esm/compute/orm/index.d.ts +110 -110
- package/esm/compute/orm/index.js +64 -64
- package/esm/compute/orm/input-types.d.ts +7256 -7037
- package/esm/compute/orm/input-types.js +15 -13
- package/esm/compute/orm/models/index.d.ts +32 -32
- package/esm/compute/orm/models/index.js +32 -32
- package/esm/compute/orm/mutation/index.d.ts +77 -77
- package/esm/compute/orm/mutation/index.js +96 -96
- package/esm/compute/schema-types.d.ts +4950 -4896
- package/esm/compute/types.d.ts +470 -468
- package/esm/config/hooks/index.d.ts +1 -1
- package/esm/config/hooks/index.js +1 -1
- package/esm/config/hooks/invalidation.d.ts +6 -6
- package/esm/config/hooks/invalidation.js +16 -16
- package/esm/config/hooks/mutation-keys.d.ts +24 -24
- package/esm/config/hooks/mutation-keys.js +25 -25
- package/esm/config/hooks/mutations/index.d.ts +9 -9
- package/esm/config/hooks/mutations/index.js +9 -9
- package/esm/config/hooks/queries/index.d.ts +2 -2
- package/esm/config/hooks/queries/index.js +2 -2
- package/esm/config/hooks/query-keys.d.ts +14 -14
- package/esm/config/hooks/query-keys.js +8 -8
- package/esm/config/orm/index.d.ts +30 -30
- package/esm/config/orm/index.js +2 -2
- package/esm/config/orm/input-types.d.ts +416 -416
- package/esm/config/orm/models/index.d.ts +1 -1
- package/esm/config/orm/models/index.js +1 -1
- package/esm/config/orm/mutation/index.d.ts +47 -47
- package/esm/config/orm/mutation/index.js +60 -60
- package/esm/config/schema-types.d.ts +519 -519
- package/esm/config/types.d.ts +35 -35
- package/esm/infra/hooks/index.d.ts +1 -1
- package/esm/infra/hooks/index.js +1 -1
- package/esm/infra/hooks/invalidation.d.ts +28 -28
- package/esm/infra/hooks/invalidation.js +66 -66
- package/esm/infra/hooks/mutation-keys.d.ts +58 -58
- package/esm/infra/hooks/mutation-keys.js +36 -36
- package/esm/infra/hooks/mutations/index.d.ts +16 -16
- package/esm/infra/hooks/mutations/index.js +16 -16
- package/esm/infra/hooks/queries/index.d.ts +10 -10
- package/esm/infra/hooks/queries/index.js +10 -10
- package/esm/infra/hooks/query-keys.d.ts +66 -66
- package/esm/infra/hooks/query-keys.js +38 -38
- package/esm/infra/orm/index.d.ts +15 -15
- package/esm/infra/orm/index.js +10 -10
- package/esm/infra/orm/input-types.d.ts +971 -971
- package/esm/infra/orm/models/index.d.ts +5 -5
- package/esm/infra/orm/models/index.js +5 -5
- package/esm/infra/orm/mutation/index.d.ts +9 -9
- package/esm/infra/orm/mutation/index.js +12 -12
- package/esm/infra/schema-types.d.ts +979 -979
- package/esm/infra/types.d.ts +72 -72
- package/esm/modules/hooks/index.d.ts +1 -1
- package/esm/modules/hooks/index.js +1 -1
- package/esm/modules/hooks/invalidation.d.ts +291 -291
- package/esm/modules/hooks/invalidation.js +563 -563
- package/esm/modules/hooks/mutation-keys.d.ts +602 -602
- package/esm/modules/hooks/mutation-keys.js +384 -384
- package/esm/modules/hooks/mutations/index.d.ts +164 -164
- package/esm/modules/hooks/mutations/index.js +164 -164
- package/esm/modules/hooks/queries/index.d.ts +106 -106
- package/esm/modules/hooks/queries/index.js +106 -106
- package/esm/modules/hooks/queries/useResolveBlueprintFieldQuery.d.ts +3 -3
- package/esm/modules/hooks/queries/useResolveBlueprintFieldQuery.js +2 -2
- package/esm/modules/hooks/queries/useResolveBlueprintTableQuery.d.ts +3 -3
- package/esm/modules/hooks/queries/useResolveBlueprintTableQuery.js +2 -2
- package/esm/modules/hooks/query-keys.d.ts +696 -696
- package/esm/modules/hooks/query-keys.js +399 -399
- package/esm/modules/orm/index.d.ts +126 -126
- package/esm/modules/orm/index.js +106 -106
- package/esm/modules/orm/input-types.d.ts +11482 -11468
- package/esm/modules/orm/input-types.js +1 -1
- package/esm/modules/orm/models/index.d.ts +53 -53
- package/esm/modules/orm/models/index.js +53 -53
- package/esm/modules/orm/mutation/index.d.ts +51 -51
- package/esm/modules/orm/mutation/index.js +42 -42
- package/esm/modules/orm/query/index.d.ts +3 -3
- package/esm/modules/orm/query/index.js +8 -8
- package/esm/modules/schema-types.d.ts +8363 -8355
- package/esm/modules/types.d.ts +1013 -1011
- package/esm/objects/hooks/index.d.ts +1 -1
- package/esm/objects/hooks/index.js +1 -1
- package/esm/objects/hooks/invalidation.d.ts +12 -12
- package/esm/objects/hooks/invalidation.js +33 -33
- package/esm/objects/hooks/mutation-keys.d.ts +26 -26
- package/esm/objects/hooks/mutation-keys.js +17 -17
- package/esm/objects/hooks/mutations/index.d.ts +7 -7
- package/esm/objects/hooks/mutations/index.js +7 -7
- package/esm/objects/hooks/queries/index.d.ts +4 -4
- package/esm/objects/hooks/queries/index.js +4 -4
- package/esm/objects/hooks/query-keys.d.ts +28 -28
- package/esm/objects/hooks/query-keys.js +16 -16
- package/esm/objects/orm/index.d.ts +9 -9
- package/esm/objects/orm/index.js +4 -4
- package/esm/objects/orm/input-types.d.ts +384 -384
- package/esm/objects/orm/models/index.d.ts +2 -2
- package/esm/objects/orm/models/index.js +2 -2
- package/esm/objects/orm/mutation/index.d.ts +9 -9
- package/esm/objects/orm/mutation/index.js +12 -12
- package/esm/objects/schema-types.d.ts +438 -438
- package/esm/objects/types.d.ts +23 -23
- package/esm/usage/hooks/index.d.ts +1 -1
- package/esm/usage/hooks/index.js +1 -1
- package/esm/usage/hooks/invalidation.d.ts +67 -67
- package/esm/usage/hooks/invalidation.js +140 -140
- package/esm/usage/hooks/mutation-keys.d.ts +136 -136
- package/esm/usage/hooks/mutation-keys.js +82 -82
- package/esm/usage/hooks/mutations/index.d.ts +37 -37
- package/esm/usage/hooks/mutations/index.js +37 -37
- package/esm/usage/hooks/queries/index.d.ts +24 -24
- package/esm/usage/hooks/queries/index.js +24 -24
- package/esm/usage/hooks/query-keys.d.ts +158 -158
- package/esm/usage/hooks/query-keys.js +91 -91
- package/esm/usage/orm/index.d.ts +29 -29
- package/esm/usage/orm/index.js +24 -24
- package/esm/usage/orm/input-types.d.ts +2049 -2049
- package/esm/usage/orm/input-types.js +5 -5
- package/esm/usage/orm/models/index.d.ts +12 -12
- package/esm/usage/orm/models/index.js +12 -12
- package/esm/usage/orm/mutation/index.d.ts +16 -16
- package/esm/usage/orm/mutation/index.js +12 -12
- package/esm/usage/schema-types.d.ts +1591 -1591
- package/esm/usage/types.d.ts +99 -99
- package/infra/hooks/index.d.ts +1 -1
- package/infra/hooks/index.js +1 -1
- package/infra/hooks/invalidation.d.ts +28 -28
- package/infra/hooks/invalidation.js +65 -65
- package/infra/hooks/mutation-keys.d.ts +58 -58
- package/infra/hooks/mutation-keys.js +37 -37
- package/infra/hooks/mutations/index.d.ts +16 -16
- package/infra/hooks/mutations/index.js +16 -16
- package/infra/hooks/queries/index.d.ts +10 -10
- package/infra/hooks/queries/index.js +10 -10
- package/infra/hooks/query-keys.d.ts +66 -66
- package/infra/hooks/query-keys.js +39 -39
- package/infra/orm/index.d.ts +15 -15
- package/infra/orm/index.js +10 -10
- package/infra/orm/input-types.d.ts +971 -971
- package/infra/orm/models/index.d.ts +5 -5
- package/infra/orm/models/index.js +11 -11
- package/infra/orm/mutation/index.d.ts +9 -9
- package/infra/orm/mutation/index.js +12 -12
- package/infra/schema-types.d.ts +979 -979
- package/infra/types.d.ts +72 -72
- package/modules/hooks/index.d.ts +1 -1
- package/modules/hooks/index.js +1 -1
- package/modules/hooks/invalidation.d.ts +291 -291
- package/modules/hooks/invalidation.js +562 -562
- package/modules/hooks/mutation-keys.d.ts +602 -602
- package/modules/hooks/mutation-keys.js +386 -386
- package/modules/hooks/mutations/index.d.ts +164 -164
- package/modules/hooks/mutations/index.js +164 -164
- package/modules/hooks/queries/index.d.ts +106 -106
- package/modules/hooks/queries/index.js +106 -106
- package/modules/hooks/queries/useResolveBlueprintFieldQuery.d.ts +3 -3
- package/modules/hooks/queries/useResolveBlueprintFieldQuery.js +2 -2
- package/modules/hooks/queries/useResolveBlueprintTableQuery.d.ts +3 -3
- package/modules/hooks/queries/useResolveBlueprintTableQuery.js +2 -2
- package/modules/hooks/query-keys.d.ts +696 -696
- package/modules/hooks/query-keys.js +401 -401
- package/modules/orm/index.d.ts +126 -126
- package/modules/orm/index.js +106 -106
- package/modules/orm/input-types.d.ts +11482 -11468
- package/modules/orm/input-types.js +1 -1
- package/modules/orm/models/index.d.ts +53 -53
- package/modules/orm/models/index.js +108 -108
- package/modules/orm/mutation/index.d.ts +51 -51
- package/modules/orm/mutation/index.js +42 -42
- package/modules/orm/query/index.d.ts +3 -3
- package/modules/orm/query/index.js +8 -8
- package/modules/schema-types.d.ts +8363 -8355
- package/modules/types.d.ts +1013 -1011
- package/objects/hooks/index.d.ts +1 -1
- package/objects/hooks/index.js +1 -1
- package/objects/hooks/invalidation.d.ts +12 -12
- package/objects/hooks/invalidation.js +32 -32
- package/objects/hooks/mutation-keys.d.ts +26 -26
- package/objects/hooks/mutation-keys.js +18 -18
- package/objects/hooks/mutations/index.d.ts +7 -7
- package/objects/hooks/mutations/index.js +7 -7
- package/objects/hooks/queries/index.d.ts +4 -4
- package/objects/hooks/queries/index.js +4 -4
- package/objects/hooks/query-keys.d.ts +28 -28
- package/objects/hooks/query-keys.js +17 -17
- package/objects/orm/index.d.ts +9 -9
- package/objects/orm/index.js +4 -4
- package/objects/orm/input-types.d.ts +384 -384
- package/objects/orm/models/index.d.ts +2 -2
- package/objects/orm/models/index.js +5 -5
- package/objects/orm/mutation/index.d.ts +9 -9
- package/objects/orm/mutation/index.js +12 -12
- package/objects/schema-types.d.ts +438 -438
- package/objects/types.d.ts +23 -23
- package/package.json +4 -4
- package/usage/hooks/index.d.ts +1 -1
- package/usage/hooks/index.js +1 -1
- package/usage/hooks/invalidation.d.ts +67 -67
- package/usage/hooks/invalidation.js +139 -139
- package/usage/hooks/mutation-keys.d.ts +136 -136
- package/usage/hooks/mutation-keys.js +83 -83
- package/usage/hooks/mutations/index.d.ts +37 -37
- package/usage/hooks/mutations/index.js +37 -37
- package/usage/hooks/queries/index.d.ts +24 -24
- package/usage/hooks/queries/index.js +24 -24
- package/usage/hooks/query-keys.d.ts +158 -158
- package/usage/hooks/query-keys.js +92 -92
- package/usage/orm/index.d.ts +29 -29
- package/usage/orm/index.js +24 -24
- package/usage/orm/input-types.d.ts +2049 -2049
- package/usage/orm/input-types.js +5 -5
- package/usage/orm/models/index.d.ts +12 -12
- package/usage/orm/models/index.js +25 -25
- package/usage/orm/mutation/index.d.ts +16 -16
- package/usage/orm/mutation/index.js +12 -12
- package/usage/schema-types.d.ts +1591 -1591
- package/usage/types.d.ts +99 -99
|
@@ -230,91 +230,91 @@ export interface UUIDListFilter {
|
|
|
230
230
|
anyGreaterThanOrEqualTo?: string;
|
|
231
231
|
}
|
|
232
232
|
/** Namespace-backed plaintext key-value config store (like a k8s ConfigMap); admin-only, fully CRUD-exposed */
|
|
233
|
-
export interface
|
|
233
|
+
export interface Config {
|
|
234
|
+
/** Freeform metadata for tooling and operational notes */
|
|
235
|
+
annotations?: Record<string, unknown> | null;
|
|
236
|
+
createdAt?: string | null;
|
|
237
|
+
/** Database that owns this resource (database-scoped isolation) */
|
|
238
|
+
databaseId?: string | null;
|
|
239
|
+
/** Human-readable note about this config entry */
|
|
240
|
+
description?: string | null;
|
|
241
|
+
/** Optional expiration timestamp for time-limited config entries */
|
|
242
|
+
expiresAt?: string | null;
|
|
234
243
|
/** Unique identifier for this config entry */
|
|
235
244
|
id: string;
|
|
236
|
-
/**
|
|
237
|
-
|
|
245
|
+
/** Key/value pairs for selecting/filtering config entries */
|
|
246
|
+
labels?: Record<string, unknown> | null;
|
|
238
247
|
/** Key name identifying the config entry */
|
|
239
248
|
name?: string | null;
|
|
249
|
+
/** FK to namespaces — logical grouping for config entries */
|
|
250
|
+
namespaceId?: string | null;
|
|
240
251
|
/** Integration provider slug (e.g. mailgun, postgres). Used by the UI to group config entries by integration. No FK. */
|
|
241
252
|
provider?: string | null;
|
|
253
|
+
updatedAt?: string | null;
|
|
242
254
|
/** Plaintext config value */
|
|
243
255
|
value?: string | null;
|
|
244
|
-
|
|
245
|
-
|
|
256
|
+
}
|
|
257
|
+
/** Namespace-backed plaintext key-value config store (like a k8s ConfigMap); admin-only, fully CRUD-exposed */
|
|
258
|
+
export interface PlatformConfig {
|
|
246
259
|
/** Freeform metadata for tooling and operational notes */
|
|
247
260
|
annotations?: Record<string, unknown> | null;
|
|
261
|
+
createdAt?: string | null;
|
|
248
262
|
/** Human-readable note about this config entry */
|
|
249
263
|
description?: string | null;
|
|
250
|
-
createdAt?: string | null;
|
|
251
|
-
updatedAt?: string | null;
|
|
252
264
|
/** Optional expiration timestamp for time-limited config entries */
|
|
253
265
|
expiresAt?: string | null;
|
|
254
|
-
}
|
|
255
|
-
/** Namespace-backed plaintext key-value config store (like a k8s ConfigMap); admin-only, fully CRUD-exposed */
|
|
256
|
-
export interface Config {
|
|
257
266
|
/** Unique identifier for this config entry */
|
|
258
267
|
id: string;
|
|
259
|
-
/**
|
|
260
|
-
|
|
261
|
-
/** Database that owns this resource (database-scoped isolation) */
|
|
262
|
-
databaseId?: string | null;
|
|
268
|
+
/** Key/value pairs for selecting/filtering config entries */
|
|
269
|
+
labels?: Record<string, unknown> | null;
|
|
263
270
|
/** Key name identifying the config entry */
|
|
264
271
|
name?: string | null;
|
|
272
|
+
/** FK to namespaces — logical grouping for config entries */
|
|
273
|
+
namespaceId?: string | null;
|
|
265
274
|
/** Integration provider slug (e.g. mailgun, postgres). Used by the UI to group config entries by integration. No FK. */
|
|
266
275
|
provider?: string | null;
|
|
276
|
+
updatedAt?: string | null;
|
|
267
277
|
/** Plaintext config value */
|
|
268
278
|
value?: string | null;
|
|
269
|
-
/** Key/value pairs for selecting/filtering config entries */
|
|
270
|
-
labels?: Record<string, unknown> | null;
|
|
271
|
-
/** Freeform metadata for tooling and operational notes */
|
|
272
|
-
annotations?: Record<string, unknown> | null;
|
|
273
|
-
/** Human-readable note about this config entry */
|
|
274
|
-
description?: string | null;
|
|
275
|
-
createdAt?: string | null;
|
|
276
|
-
updatedAt?: string | null;
|
|
277
|
-
/** Optional expiration timestamp for time-limited config entries */
|
|
278
|
-
expiresAt?: string | null;
|
|
279
279
|
}
|
|
280
280
|
export interface PlatformInternalSecret {
|
|
281
|
+
annotations?: Record<string, unknown> | null;
|
|
282
|
+
createdAt?: string | null;
|
|
283
|
+
description?: string | null;
|
|
281
284
|
id: string;
|
|
285
|
+
labels?: Record<string, unknown> | null;
|
|
282
286
|
name?: string | null;
|
|
283
287
|
namespaceId?: string | null;
|
|
284
|
-
description?: string | null;
|
|
285
|
-
labels?: Record<string, unknown> | null;
|
|
286
|
-
annotations?: Record<string, unknown> | null;
|
|
287
|
-
createdAt?: string | null;
|
|
288
|
-
updatedAt?: string | null;
|
|
289
|
-
rotatedAt?: string | null;
|
|
290
288
|
retiredAt?: string | null;
|
|
289
|
+
rotatedAt?: string | null;
|
|
290
|
+
updatedAt?: string | null;
|
|
291
291
|
}
|
|
292
292
|
export interface PlatformSecret {
|
|
293
|
+
annotations?: Record<string, unknown> | null;
|
|
294
|
+
createdAt?: string | null;
|
|
295
|
+
description?: string | null;
|
|
293
296
|
id: string;
|
|
297
|
+
labels?: Record<string, unknown> | null;
|
|
294
298
|
name?: string | null;
|
|
295
|
-
provider?: string | null;
|
|
296
299
|
namespaceId?: string | null;
|
|
297
|
-
|
|
298
|
-
labels?: Record<string, unknown> | null;
|
|
299
|
-
annotations?: Record<string, unknown> | null;
|
|
300
|
-
createdAt?: string | null;
|
|
301
|
-
updatedAt?: string | null;
|
|
302
|
-
rotatedAt?: string | null;
|
|
300
|
+
provider?: string | null;
|
|
303
301
|
retiredAt?: string | null;
|
|
302
|
+
rotatedAt?: string | null;
|
|
303
|
+
updatedAt?: string | null;
|
|
304
304
|
}
|
|
305
305
|
export interface Secret {
|
|
306
|
+
annotations?: Record<string, unknown> | null;
|
|
307
|
+
createdAt?: string | null;
|
|
306
308
|
databaseId?: string | null;
|
|
309
|
+
description?: string | null;
|
|
307
310
|
id: string;
|
|
311
|
+
labels?: Record<string, unknown> | null;
|
|
308
312
|
name?: string | null;
|
|
309
|
-
provider?: string | null;
|
|
310
313
|
namespaceId?: string | null;
|
|
311
|
-
|
|
312
|
-
labels?: Record<string, unknown> | null;
|
|
313
|
-
annotations?: Record<string, unknown> | null;
|
|
314
|
-
createdAt?: string | null;
|
|
315
|
-
updatedAt?: string | null;
|
|
316
|
-
rotatedAt?: string | null;
|
|
314
|
+
provider?: string | null;
|
|
317
315
|
retiredAt?: string | null;
|
|
316
|
+
rotatedAt?: string | null;
|
|
317
|
+
updatedAt?: string | null;
|
|
318
318
|
}
|
|
319
319
|
export interface ConnectionResult<T> {
|
|
320
320
|
nodes: T[];
|
|
@@ -327,330 +327,330 @@ export interface PageInfo {
|
|
|
327
327
|
startCursor?: string | null;
|
|
328
328
|
endCursor?: string | null;
|
|
329
329
|
}
|
|
330
|
-
export interface PlatformConfigRelations {
|
|
331
|
-
}
|
|
332
330
|
export interface ConfigRelations {
|
|
333
331
|
}
|
|
332
|
+
export interface PlatformConfigRelations {
|
|
333
|
+
}
|
|
334
334
|
export interface PlatformInternalSecretRelations {
|
|
335
335
|
}
|
|
336
336
|
export interface PlatformSecretRelations {
|
|
337
337
|
}
|
|
338
338
|
export interface SecretRelations {
|
|
339
339
|
}
|
|
340
|
-
export type PlatformConfigWithRelations = PlatformConfig & PlatformConfigRelations;
|
|
341
340
|
export type ConfigWithRelations = Config & ConfigRelations;
|
|
341
|
+
export type PlatformConfigWithRelations = PlatformConfig & PlatformConfigRelations;
|
|
342
342
|
export type PlatformInternalSecretWithRelations = PlatformInternalSecret & PlatformInternalSecretRelations;
|
|
343
343
|
export type PlatformSecretWithRelations = PlatformSecret & PlatformSecretRelations;
|
|
344
344
|
export type SecretWithRelations = Secret & SecretRelations;
|
|
345
|
-
export type
|
|
345
|
+
export type ConfigSelect = {
|
|
346
|
+
annotations?: boolean;
|
|
347
|
+
createdAt?: boolean;
|
|
348
|
+
databaseId?: boolean;
|
|
349
|
+
description?: boolean;
|
|
350
|
+
expiresAt?: boolean;
|
|
346
351
|
id?: boolean;
|
|
347
|
-
|
|
352
|
+
labels?: boolean;
|
|
348
353
|
name?: boolean;
|
|
354
|
+
namespaceId?: boolean;
|
|
349
355
|
provider?: boolean;
|
|
356
|
+
updatedAt?: boolean;
|
|
350
357
|
value?: boolean;
|
|
351
|
-
|
|
358
|
+
};
|
|
359
|
+
export type PlatformConfigSelect = {
|
|
352
360
|
annotations?: boolean;
|
|
353
|
-
description?: boolean;
|
|
354
361
|
createdAt?: boolean;
|
|
355
|
-
|
|
362
|
+
description?: boolean;
|
|
356
363
|
expiresAt?: boolean;
|
|
357
|
-
};
|
|
358
|
-
export type ConfigSelect = {
|
|
359
364
|
id?: boolean;
|
|
360
|
-
|
|
361
|
-
databaseId?: boolean;
|
|
365
|
+
labels?: boolean;
|
|
362
366
|
name?: boolean;
|
|
367
|
+
namespaceId?: boolean;
|
|
363
368
|
provider?: boolean;
|
|
364
|
-
value?: boolean;
|
|
365
|
-
labels?: boolean;
|
|
366
|
-
annotations?: boolean;
|
|
367
|
-
description?: boolean;
|
|
368
|
-
createdAt?: boolean;
|
|
369
369
|
updatedAt?: boolean;
|
|
370
|
-
|
|
370
|
+
value?: boolean;
|
|
371
371
|
};
|
|
372
372
|
export type PlatformInternalSecretSelect = {
|
|
373
|
+
annotations?: boolean;
|
|
374
|
+
createdAt?: boolean;
|
|
375
|
+
description?: boolean;
|
|
373
376
|
id?: boolean;
|
|
377
|
+
labels?: boolean;
|
|
374
378
|
name?: boolean;
|
|
375
379
|
namespaceId?: boolean;
|
|
376
|
-
description?: boolean;
|
|
377
|
-
labels?: boolean;
|
|
378
|
-
annotations?: boolean;
|
|
379
|
-
createdAt?: boolean;
|
|
380
|
-
updatedAt?: boolean;
|
|
381
|
-
rotatedAt?: boolean;
|
|
382
380
|
retiredAt?: boolean;
|
|
381
|
+
rotatedAt?: boolean;
|
|
382
|
+
updatedAt?: boolean;
|
|
383
383
|
};
|
|
384
384
|
export type PlatformSecretSelect = {
|
|
385
|
+
annotations?: boolean;
|
|
386
|
+
createdAt?: boolean;
|
|
387
|
+
description?: boolean;
|
|
385
388
|
id?: boolean;
|
|
389
|
+
labels?: boolean;
|
|
386
390
|
name?: boolean;
|
|
387
|
-
provider?: boolean;
|
|
388
391
|
namespaceId?: boolean;
|
|
389
|
-
|
|
390
|
-
labels?: boolean;
|
|
391
|
-
annotations?: boolean;
|
|
392
|
-
createdAt?: boolean;
|
|
393
|
-
updatedAt?: boolean;
|
|
394
|
-
rotatedAt?: boolean;
|
|
392
|
+
provider?: boolean;
|
|
395
393
|
retiredAt?: boolean;
|
|
394
|
+
rotatedAt?: boolean;
|
|
395
|
+
updatedAt?: boolean;
|
|
396
396
|
};
|
|
397
397
|
export type SecretSelect = {
|
|
398
|
+
annotations?: boolean;
|
|
399
|
+
createdAt?: boolean;
|
|
398
400
|
databaseId?: boolean;
|
|
401
|
+
description?: boolean;
|
|
399
402
|
id?: boolean;
|
|
403
|
+
labels?: boolean;
|
|
400
404
|
name?: boolean;
|
|
401
|
-
provider?: boolean;
|
|
402
405
|
namespaceId?: boolean;
|
|
403
|
-
|
|
404
|
-
labels?: boolean;
|
|
405
|
-
annotations?: boolean;
|
|
406
|
-
createdAt?: boolean;
|
|
407
|
-
updatedAt?: boolean;
|
|
408
|
-
rotatedAt?: boolean;
|
|
406
|
+
provider?: boolean;
|
|
409
407
|
retiredAt?: boolean;
|
|
408
|
+
rotatedAt?: boolean;
|
|
409
|
+
updatedAt?: boolean;
|
|
410
410
|
};
|
|
411
|
-
export interface
|
|
411
|
+
export interface ConfigFilter {
|
|
412
|
+
/** Checks for all expressions in this list. */
|
|
413
|
+
and?: ConfigFilter[];
|
|
414
|
+
/** Filter by the object’s `annotations` field. */
|
|
415
|
+
annotations?: JSONFilter;
|
|
416
|
+
/** Filter by the object’s `createdAt` field. */
|
|
417
|
+
createdAt?: DatetimeFilter;
|
|
418
|
+
/** Filter by the object’s `databaseId` field. */
|
|
419
|
+
databaseId?: UUIDFilter;
|
|
420
|
+
/** Filter by the object’s `description` field. */
|
|
421
|
+
description?: StringFilter;
|
|
422
|
+
/** Filter by the object’s `expiresAt` field. */
|
|
423
|
+
expiresAt?: DatetimeFilter;
|
|
412
424
|
/** Filter by the object’s `id` field. */
|
|
413
425
|
id?: UUIDFilter;
|
|
414
|
-
/** Filter by the object’s `
|
|
415
|
-
|
|
426
|
+
/** Filter by the object’s `labels` field. */
|
|
427
|
+
labels?: JSONFilter;
|
|
416
428
|
/** Filter by the object’s `name` field. */
|
|
417
429
|
name?: StringFilter;
|
|
430
|
+
/** Filter by the object’s `namespaceId` field. */
|
|
431
|
+
namespaceId?: UUIDFilter;
|
|
432
|
+
/** Negates the expression. */
|
|
433
|
+
not?: ConfigFilter;
|
|
434
|
+
/** Checks for any expressions in this list. */
|
|
435
|
+
or?: ConfigFilter[];
|
|
418
436
|
/** Filter by the object’s `provider` field. */
|
|
419
437
|
provider?: StringFilter;
|
|
438
|
+
/** Filter by the object’s `updatedAt` field. */
|
|
439
|
+
updatedAt?: DatetimeFilter;
|
|
420
440
|
/** Filter by the object’s `value` field. */
|
|
421
441
|
value?: StringFilter;
|
|
422
|
-
|
|
423
|
-
|
|
442
|
+
}
|
|
443
|
+
export interface PlatformConfigFilter {
|
|
444
|
+
/** Checks for all expressions in this list. */
|
|
445
|
+
and?: PlatformConfigFilter[];
|
|
424
446
|
/** Filter by the object’s `annotations` field. */
|
|
425
447
|
annotations?: JSONFilter;
|
|
426
|
-
/** Filter by the object’s `description` field. */
|
|
427
|
-
description?: StringFilter;
|
|
428
448
|
/** Filter by the object’s `createdAt` field. */
|
|
429
449
|
createdAt?: DatetimeFilter;
|
|
430
|
-
/** Filter by the object’s `
|
|
431
|
-
|
|
450
|
+
/** Filter by the object’s `description` field. */
|
|
451
|
+
description?: StringFilter;
|
|
432
452
|
/** Filter by the object’s `expiresAt` field. */
|
|
433
453
|
expiresAt?: DatetimeFilter;
|
|
434
|
-
/** Checks for all expressions in this list. */
|
|
435
|
-
and?: PlatformConfigFilter[];
|
|
436
|
-
/** Checks for any expressions in this list. */
|
|
437
|
-
or?: PlatformConfigFilter[];
|
|
438
|
-
/** Negates the expression. */
|
|
439
|
-
not?: PlatformConfigFilter;
|
|
440
|
-
}
|
|
441
|
-
export interface ConfigFilter {
|
|
442
454
|
/** Filter by the object’s `id` field. */
|
|
443
455
|
id?: UUIDFilter;
|
|
444
|
-
/** Filter by the object’s `
|
|
445
|
-
|
|
446
|
-
/** Filter by the object’s `databaseId` field. */
|
|
447
|
-
databaseId?: UUIDFilter;
|
|
456
|
+
/** Filter by the object’s `labels` field. */
|
|
457
|
+
labels?: JSONFilter;
|
|
448
458
|
/** Filter by the object’s `name` field. */
|
|
449
459
|
name?: StringFilter;
|
|
460
|
+
/** Filter by the object’s `namespaceId` field. */
|
|
461
|
+
namespaceId?: UUIDFilter;
|
|
462
|
+
/** Negates the expression. */
|
|
463
|
+
not?: PlatformConfigFilter;
|
|
464
|
+
/** Checks for any expressions in this list. */
|
|
465
|
+
or?: PlatformConfigFilter[];
|
|
450
466
|
/** Filter by the object’s `provider` field. */
|
|
451
467
|
provider?: StringFilter;
|
|
468
|
+
/** Filter by the object’s `updatedAt` field. */
|
|
469
|
+
updatedAt?: DatetimeFilter;
|
|
452
470
|
/** Filter by the object’s `value` field. */
|
|
453
471
|
value?: StringFilter;
|
|
454
|
-
|
|
455
|
-
|
|
472
|
+
}
|
|
473
|
+
export interface PlatformInternalSecretFilter {
|
|
474
|
+
/** Checks for all expressions in this list. */
|
|
475
|
+
and?: PlatformInternalSecretFilter[];
|
|
456
476
|
/** Filter by the object’s `annotations` field. */
|
|
457
477
|
annotations?: JSONFilter;
|
|
458
|
-
/** Filter by the object’s `description` field. */
|
|
459
|
-
description?: StringFilter;
|
|
460
478
|
/** Filter by the object’s `createdAt` field. */
|
|
461
479
|
createdAt?: DatetimeFilter;
|
|
462
|
-
/** Filter by the object’s `
|
|
463
|
-
|
|
464
|
-
/** Filter by the object’s `expiresAt` field. */
|
|
465
|
-
expiresAt?: DatetimeFilter;
|
|
466
|
-
/** Checks for all expressions in this list. */
|
|
467
|
-
and?: ConfigFilter[];
|
|
468
|
-
/** Checks for any expressions in this list. */
|
|
469
|
-
or?: ConfigFilter[];
|
|
470
|
-
/** Negates the expression. */
|
|
471
|
-
not?: ConfigFilter;
|
|
472
|
-
}
|
|
473
|
-
export interface PlatformInternalSecretFilter {
|
|
480
|
+
/** Filter by the object’s `description` field. */
|
|
481
|
+
description?: StringFilter;
|
|
474
482
|
/** Filter by the object’s `id` field. */
|
|
475
483
|
id?: UUIDFilter;
|
|
484
|
+
/** Filter by the object’s `labels` field. */
|
|
485
|
+
labels?: JSONFilter;
|
|
476
486
|
/** Filter by the object’s `name` field. */
|
|
477
487
|
name?: StringFilter;
|
|
478
488
|
/** Filter by the object’s `namespaceId` field. */
|
|
479
489
|
namespaceId?: UUIDFilter;
|
|
480
|
-
/** Filter by the object’s `description` field. */
|
|
481
|
-
description?: StringFilter;
|
|
482
|
-
/** Filter by the object’s `labels` field. */
|
|
483
|
-
labels?: JSONFilter;
|
|
484
|
-
/** Filter by the object’s `annotations` field. */
|
|
485
|
-
annotations?: JSONFilter;
|
|
486
|
-
/** Filter by the object’s `createdAt` field. */
|
|
487
|
-
createdAt?: DatetimeFilter;
|
|
488
|
-
/** Filter by the object’s `updatedAt` field. */
|
|
489
|
-
updatedAt?: DatetimeFilter;
|
|
490
|
-
/** Filter by the object’s `rotatedAt` field. */
|
|
491
|
-
rotatedAt?: DatetimeFilter;
|
|
492
|
-
/** Filter by the object’s `retiredAt` field. */
|
|
493
|
-
retiredAt?: DatetimeFilter;
|
|
494
|
-
/** Checks for all expressions in this list. */
|
|
495
|
-
and?: PlatformInternalSecretFilter[];
|
|
496
|
-
/** Checks for any expressions in this list. */
|
|
497
|
-
or?: PlatformInternalSecretFilter[];
|
|
498
490
|
/** Negates the expression. */
|
|
499
491
|
not?: PlatformInternalSecretFilter;
|
|
492
|
+
/** Checks for any expressions in this list. */
|
|
493
|
+
or?: PlatformInternalSecretFilter[];
|
|
494
|
+
/** Filter by the object’s `retiredAt` field. */
|
|
495
|
+
retiredAt?: DatetimeFilter;
|
|
496
|
+
/** Filter by the object’s `rotatedAt` field. */
|
|
497
|
+
rotatedAt?: DatetimeFilter;
|
|
498
|
+
/** Filter by the object’s `updatedAt` field. */
|
|
499
|
+
updatedAt?: DatetimeFilter;
|
|
500
500
|
}
|
|
501
501
|
export interface PlatformSecretFilter {
|
|
502
|
+
/** Checks for all expressions in this list. */
|
|
503
|
+
and?: PlatformSecretFilter[];
|
|
504
|
+
/** Filter by the object’s `annotations` field. */
|
|
505
|
+
annotations?: JSONFilter;
|
|
506
|
+
/** Filter by the object’s `createdAt` field. */
|
|
507
|
+
createdAt?: DatetimeFilter;
|
|
508
|
+
/** Filter by the object’s `description` field. */
|
|
509
|
+
description?: StringFilter;
|
|
502
510
|
/** Filter by the object’s `id` field. */
|
|
503
511
|
id?: UUIDFilter;
|
|
512
|
+
/** Filter by the object’s `labels` field. */
|
|
513
|
+
labels?: JSONFilter;
|
|
504
514
|
/** Filter by the object’s `name` field. */
|
|
505
515
|
name?: StringFilter;
|
|
506
|
-
/** Filter by the object’s `provider` field. */
|
|
507
|
-
provider?: StringFilter;
|
|
508
516
|
/** Filter by the object’s `namespaceId` field. */
|
|
509
517
|
namespaceId?: UUIDFilter;
|
|
510
|
-
/** Filter by the object’s `description` field. */
|
|
511
|
-
description?: StringFilter;
|
|
512
|
-
/** Filter by the object’s `labels` field. */
|
|
513
|
-
labels?: JSONFilter;
|
|
514
|
-
/** Filter by the object’s `annotations` field. */
|
|
515
|
-
annotations?: JSONFilter;
|
|
516
|
-
/** Filter by the object’s `createdAt` field. */
|
|
517
|
-
createdAt?: DatetimeFilter;
|
|
518
|
-
/** Filter by the object’s `updatedAt` field. */
|
|
519
|
-
updatedAt?: DatetimeFilter;
|
|
520
|
-
/** Filter by the object’s `rotatedAt` field. */
|
|
521
|
-
rotatedAt?: DatetimeFilter;
|
|
522
|
-
/** Filter by the object’s `retiredAt` field. */
|
|
523
|
-
retiredAt?: DatetimeFilter;
|
|
524
|
-
/** Checks for all expressions in this list. */
|
|
525
|
-
and?: PlatformSecretFilter[];
|
|
526
|
-
/** Checks for any expressions in this list. */
|
|
527
|
-
or?: PlatformSecretFilter[];
|
|
528
518
|
/** Negates the expression. */
|
|
529
519
|
not?: PlatformSecretFilter;
|
|
520
|
+
/** Checks for any expressions in this list. */
|
|
521
|
+
or?: PlatformSecretFilter[];
|
|
522
|
+
/** Filter by the object’s `provider` field. */
|
|
523
|
+
provider?: StringFilter;
|
|
524
|
+
/** Filter by the object’s `retiredAt` field. */
|
|
525
|
+
retiredAt?: DatetimeFilter;
|
|
526
|
+
/** Filter by the object’s `rotatedAt` field. */
|
|
527
|
+
rotatedAt?: DatetimeFilter;
|
|
528
|
+
/** Filter by the object’s `updatedAt` field. */
|
|
529
|
+
updatedAt?: DatetimeFilter;
|
|
530
530
|
}
|
|
531
531
|
export interface SecretFilter {
|
|
532
|
+
/** Checks for all expressions in this list. */
|
|
533
|
+
and?: SecretFilter[];
|
|
534
|
+
/** Filter by the object’s `annotations` field. */
|
|
535
|
+
annotations?: JSONFilter;
|
|
536
|
+
/** Filter by the object’s `createdAt` field. */
|
|
537
|
+
createdAt?: DatetimeFilter;
|
|
532
538
|
/** Filter by the object’s `databaseId` field. */
|
|
533
539
|
databaseId?: UUIDFilter;
|
|
540
|
+
/** Filter by the object’s `description` field. */
|
|
541
|
+
description?: StringFilter;
|
|
534
542
|
/** Filter by the object’s `id` field. */
|
|
535
543
|
id?: UUIDFilter;
|
|
544
|
+
/** Filter by the object’s `labels` field. */
|
|
545
|
+
labels?: JSONFilter;
|
|
536
546
|
/** Filter by the object’s `name` field. */
|
|
537
547
|
name?: StringFilter;
|
|
538
|
-
/** Filter by the object’s `provider` field. */
|
|
539
|
-
provider?: StringFilter;
|
|
540
548
|
/** Filter by the object’s `namespaceId` field. */
|
|
541
549
|
namespaceId?: UUIDFilter;
|
|
542
|
-
/** Filter by the object’s `description` field. */
|
|
543
|
-
description?: StringFilter;
|
|
544
|
-
/** Filter by the object’s `labels` field. */
|
|
545
|
-
labels?: JSONFilter;
|
|
546
|
-
/** Filter by the object’s `annotations` field. */
|
|
547
|
-
annotations?: JSONFilter;
|
|
548
|
-
/** Filter by the object’s `createdAt` field. */
|
|
549
|
-
createdAt?: DatetimeFilter;
|
|
550
|
-
/** Filter by the object’s `updatedAt` field. */
|
|
551
|
-
updatedAt?: DatetimeFilter;
|
|
552
|
-
/** Filter by the object’s `rotatedAt` field. */
|
|
553
|
-
rotatedAt?: DatetimeFilter;
|
|
554
|
-
/** Filter by the object’s `retiredAt` field. */
|
|
555
|
-
retiredAt?: DatetimeFilter;
|
|
556
|
-
/** Checks for all expressions in this list. */
|
|
557
|
-
and?: SecretFilter[];
|
|
558
|
-
/** Checks for any expressions in this list. */
|
|
559
|
-
or?: SecretFilter[];
|
|
560
550
|
/** Negates the expression. */
|
|
561
551
|
not?: SecretFilter;
|
|
552
|
+
/** Checks for any expressions in this list. */
|
|
553
|
+
or?: SecretFilter[];
|
|
554
|
+
/** Filter by the object’s `provider` field. */
|
|
555
|
+
provider?: StringFilter;
|
|
556
|
+
/** Filter by the object’s `retiredAt` field. */
|
|
557
|
+
retiredAt?: DatetimeFilter;
|
|
558
|
+
/** Filter by the object’s `rotatedAt` field. */
|
|
559
|
+
rotatedAt?: DatetimeFilter;
|
|
560
|
+
/** Filter by the object’s `updatedAt` field. */
|
|
561
|
+
updatedAt?: DatetimeFilter;
|
|
562
562
|
}
|
|
563
|
-
export type
|
|
564
|
-
export type
|
|
565
|
-
export type PlatformInternalSecretOrderBy = '
|
|
566
|
-
export type PlatformSecretOrderBy = '
|
|
567
|
-
export type SecretOrderBy = '
|
|
568
|
-
export interface
|
|
563
|
+
export type ConfigOrderBy = 'ANNOTATIONS_ASC' | 'ANNOTATIONS_DESC' | 'CREATED_AT_ASC' | 'CREATED_AT_DESC' | 'DATABASE_ID_ASC' | 'DATABASE_ID_DESC' | 'DESCRIPTION_ASC' | 'DESCRIPTION_DESC' | 'EXPIRES_AT_ASC' | 'EXPIRES_AT_DESC' | 'ID_ASC' | 'ID_DESC' | 'LABELS_ASC' | 'LABELS_DESC' | 'NAMESPACE_ID_ASC' | 'NAMESPACE_ID_DESC' | 'NAME_ASC' | 'NAME_DESC' | 'NATURAL' | 'PRIMARY_KEY_ASC' | 'PRIMARY_KEY_DESC' | 'PROVIDER_ASC' | 'PROVIDER_DESC' | 'UPDATED_AT_ASC' | 'UPDATED_AT_DESC' | 'VALUE_ASC' | 'VALUE_DESC';
|
|
564
|
+
export type PlatformConfigOrderBy = 'ANNOTATIONS_ASC' | 'ANNOTATIONS_DESC' | 'CREATED_AT_ASC' | 'CREATED_AT_DESC' | 'DESCRIPTION_ASC' | 'DESCRIPTION_DESC' | 'EXPIRES_AT_ASC' | 'EXPIRES_AT_DESC' | 'ID_ASC' | 'ID_DESC' | 'LABELS_ASC' | 'LABELS_DESC' | 'NAMESPACE_ID_ASC' | 'NAMESPACE_ID_DESC' | 'NAME_ASC' | 'NAME_DESC' | 'NATURAL' | 'PRIMARY_KEY_ASC' | 'PRIMARY_KEY_DESC' | 'PROVIDER_ASC' | 'PROVIDER_DESC' | 'UPDATED_AT_ASC' | 'UPDATED_AT_DESC' | 'VALUE_ASC' | 'VALUE_DESC';
|
|
565
|
+
export type PlatformInternalSecretOrderBy = 'ANNOTATIONS_ASC' | 'ANNOTATIONS_DESC' | 'CREATED_AT_ASC' | 'CREATED_AT_DESC' | 'DESCRIPTION_ASC' | 'DESCRIPTION_DESC' | 'ID_ASC' | 'ID_DESC' | 'LABELS_ASC' | 'LABELS_DESC' | 'NAMESPACE_ID_ASC' | 'NAMESPACE_ID_DESC' | 'NAME_ASC' | 'NAME_DESC' | 'NATURAL' | 'RETIRED_AT_ASC' | 'RETIRED_AT_DESC' | 'ROTATED_AT_ASC' | 'ROTATED_AT_DESC' | 'UPDATED_AT_ASC' | 'UPDATED_AT_DESC';
|
|
566
|
+
export type PlatformSecretOrderBy = 'ANNOTATIONS_ASC' | 'ANNOTATIONS_DESC' | 'CREATED_AT_ASC' | 'CREATED_AT_DESC' | 'DESCRIPTION_ASC' | 'DESCRIPTION_DESC' | 'ID_ASC' | 'ID_DESC' | 'LABELS_ASC' | 'LABELS_DESC' | 'NAMESPACE_ID_ASC' | 'NAMESPACE_ID_DESC' | 'NAME_ASC' | 'NAME_DESC' | 'NATURAL' | 'PROVIDER_ASC' | 'PROVIDER_DESC' | 'RETIRED_AT_ASC' | 'RETIRED_AT_DESC' | 'ROTATED_AT_ASC' | 'ROTATED_AT_DESC' | 'UPDATED_AT_ASC' | 'UPDATED_AT_DESC';
|
|
567
|
+
export type SecretOrderBy = 'ANNOTATIONS_ASC' | 'ANNOTATIONS_DESC' | 'CREATED_AT_ASC' | 'CREATED_AT_DESC' | 'DATABASE_ID_ASC' | 'DATABASE_ID_DESC' | 'DESCRIPTION_ASC' | 'DESCRIPTION_DESC' | 'ID_ASC' | 'ID_DESC' | 'LABELS_ASC' | 'LABELS_DESC' | 'NAMESPACE_ID_ASC' | 'NAMESPACE_ID_DESC' | 'NAME_ASC' | 'NAME_DESC' | 'NATURAL' | 'PROVIDER_ASC' | 'PROVIDER_DESC' | 'RETIRED_AT_ASC' | 'RETIRED_AT_DESC' | 'ROTATED_AT_ASC' | 'ROTATED_AT_DESC' | 'UPDATED_AT_ASC' | 'UPDATED_AT_DESC';
|
|
568
|
+
export interface CreateConfigInput {
|
|
569
569
|
clientMutationId?: string;
|
|
570
|
-
|
|
571
|
-
namespaceId: string;
|
|
572
|
-
name: string;
|
|
573
|
-
provider?: string;
|
|
574
|
-
value?: string;
|
|
575
|
-
labels?: Record<string, unknown>;
|
|
570
|
+
config: {
|
|
576
571
|
annotations?: Record<string, unknown>;
|
|
572
|
+
databaseId: string;
|
|
577
573
|
description?: string;
|
|
578
574
|
expiresAt?: string;
|
|
575
|
+
labels?: Record<string, unknown>;
|
|
576
|
+
name: string;
|
|
577
|
+
namespaceId: string;
|
|
578
|
+
provider?: string;
|
|
579
|
+
value?: string;
|
|
579
580
|
};
|
|
580
581
|
}
|
|
581
|
-
export interface
|
|
582
|
-
namespaceId?: string | null;
|
|
583
|
-
name?: string | null;
|
|
584
|
-
provider?: string | null;
|
|
585
|
-
value?: string | null;
|
|
586
|
-
labels?: Record<string, unknown> | null;
|
|
582
|
+
export interface ConfigPatch {
|
|
587
583
|
annotations?: Record<string, unknown> | null;
|
|
584
|
+
databaseId?: string | null;
|
|
588
585
|
description?: string | null;
|
|
589
586
|
expiresAt?: string | null;
|
|
587
|
+
labels?: Record<string, unknown> | null;
|
|
588
|
+
name?: string | null;
|
|
589
|
+
namespaceId?: string | null;
|
|
590
|
+
provider?: string | null;
|
|
591
|
+
value?: string | null;
|
|
590
592
|
}
|
|
591
|
-
export interface
|
|
593
|
+
export interface UpdateConfigInput {
|
|
592
594
|
clientMutationId?: string;
|
|
593
595
|
id: string;
|
|
594
|
-
|
|
596
|
+
configPatch: ConfigPatch;
|
|
595
597
|
}
|
|
596
|
-
export interface
|
|
598
|
+
export interface DeleteConfigInput {
|
|
597
599
|
clientMutationId?: string;
|
|
598
600
|
id: string;
|
|
599
601
|
}
|
|
600
|
-
export interface
|
|
602
|
+
export interface CreatePlatformConfigInput {
|
|
601
603
|
clientMutationId?: string;
|
|
602
|
-
|
|
603
|
-
namespaceId: string;
|
|
604
|
-
databaseId: string;
|
|
605
|
-
name: string;
|
|
606
|
-
provider?: string;
|
|
607
|
-
value?: string;
|
|
608
|
-
labels?: Record<string, unknown>;
|
|
604
|
+
platformConfig: {
|
|
609
605
|
annotations?: Record<string, unknown>;
|
|
610
606
|
description?: string;
|
|
611
607
|
expiresAt?: string;
|
|
608
|
+
labels?: Record<string, unknown>;
|
|
609
|
+
name: string;
|
|
610
|
+
namespaceId: string;
|
|
611
|
+
provider?: string;
|
|
612
|
+
value?: string;
|
|
612
613
|
};
|
|
613
614
|
}
|
|
614
|
-
export interface
|
|
615
|
-
namespaceId?: string | null;
|
|
616
|
-
databaseId?: string | null;
|
|
617
|
-
name?: string | null;
|
|
618
|
-
provider?: string | null;
|
|
619
|
-
value?: string | null;
|
|
620
|
-
labels?: Record<string, unknown> | null;
|
|
615
|
+
export interface PlatformConfigPatch {
|
|
621
616
|
annotations?: Record<string, unknown> | null;
|
|
622
617
|
description?: string | null;
|
|
623
618
|
expiresAt?: string | null;
|
|
619
|
+
labels?: Record<string, unknown> | null;
|
|
620
|
+
name?: string | null;
|
|
621
|
+
namespaceId?: string | null;
|
|
622
|
+
provider?: string | null;
|
|
623
|
+
value?: string | null;
|
|
624
624
|
}
|
|
625
|
-
export interface
|
|
625
|
+
export interface UpdatePlatformConfigInput {
|
|
626
626
|
clientMutationId?: string;
|
|
627
627
|
id: string;
|
|
628
|
-
|
|
628
|
+
platformConfigPatch: PlatformConfigPatch;
|
|
629
629
|
}
|
|
630
|
-
export interface
|
|
630
|
+
export interface DeletePlatformConfigInput {
|
|
631
631
|
clientMutationId?: string;
|
|
632
632
|
id: string;
|
|
633
633
|
}
|
|
634
634
|
export interface CreatePlatformInternalSecretInput {
|
|
635
635
|
clientMutationId?: string;
|
|
636
636
|
platformInternalSecret: {
|
|
637
|
-
|
|
638
|
-
namespaceId?: string;
|
|
637
|
+
annotations?: Record<string, unknown>;
|
|
639
638
|
description?: string;
|
|
640
639
|
labels?: Record<string, unknown>;
|
|
641
|
-
|
|
642
|
-
|
|
640
|
+
name?: string;
|
|
641
|
+
namespaceId?: string;
|
|
643
642
|
retiredAt?: string;
|
|
643
|
+
rotatedAt?: string;
|
|
644
644
|
};
|
|
645
645
|
}
|
|
646
646
|
export interface PlatformInternalSecretPatch {
|
|
647
|
-
|
|
648
|
-
namespaceId?: string | null;
|
|
647
|
+
annotations?: Record<string, unknown> | null;
|
|
649
648
|
description?: string | null;
|
|
650
649
|
labels?: Record<string, unknown> | null;
|
|
651
|
-
|
|
652
|
-
|
|
650
|
+
name?: string | null;
|
|
651
|
+
namespaceId?: string | null;
|
|
653
652
|
retiredAt?: string | null;
|
|
653
|
+
rotatedAt?: string | null;
|
|
654
654
|
}
|
|
655
655
|
export interface UpdatePlatformInternalSecretInput {
|
|
656
656
|
clientMutationId?: string;
|
|
@@ -664,25 +664,25 @@ export interface DeletePlatformInternalSecretInput {
|
|
|
664
664
|
export interface CreatePlatformSecretInput {
|
|
665
665
|
clientMutationId?: string;
|
|
666
666
|
platformSecret: {
|
|
667
|
-
|
|
668
|
-
provider?: string;
|
|
669
|
-
namespaceId?: string;
|
|
667
|
+
annotations?: Record<string, unknown>;
|
|
670
668
|
description?: string;
|
|
671
669
|
labels?: Record<string, unknown>;
|
|
672
|
-
|
|
673
|
-
|
|
670
|
+
name?: string;
|
|
671
|
+
namespaceId?: string;
|
|
672
|
+
provider?: string;
|
|
674
673
|
retiredAt?: string;
|
|
674
|
+
rotatedAt?: string;
|
|
675
675
|
};
|
|
676
676
|
}
|
|
677
677
|
export interface PlatformSecretPatch {
|
|
678
|
-
|
|
679
|
-
provider?: string | null;
|
|
680
|
-
namespaceId?: string | null;
|
|
678
|
+
annotations?: Record<string, unknown> | null;
|
|
681
679
|
description?: string | null;
|
|
682
680
|
labels?: Record<string, unknown> | null;
|
|
683
|
-
|
|
684
|
-
|
|
681
|
+
name?: string | null;
|
|
682
|
+
namespaceId?: string | null;
|
|
683
|
+
provider?: string | null;
|
|
685
684
|
retiredAt?: string | null;
|
|
685
|
+
rotatedAt?: string | null;
|
|
686
686
|
}
|
|
687
687
|
export interface UpdatePlatformSecretInput {
|
|
688
688
|
clientMutationId?: string;
|
|
@@ -696,27 +696,27 @@ export interface DeletePlatformSecretInput {
|
|
|
696
696
|
export interface CreateSecretInput {
|
|
697
697
|
clientMutationId?: string;
|
|
698
698
|
secret: {
|
|
699
|
+
annotations?: Record<string, unknown>;
|
|
699
700
|
databaseId?: string;
|
|
700
|
-
name?: string;
|
|
701
|
-
provider?: string;
|
|
702
|
-
namespaceId?: string;
|
|
703
701
|
description?: string;
|
|
704
702
|
labels?: Record<string, unknown>;
|
|
705
|
-
|
|
706
|
-
|
|
703
|
+
name?: string;
|
|
704
|
+
namespaceId?: string;
|
|
705
|
+
provider?: string;
|
|
707
706
|
retiredAt?: string;
|
|
707
|
+
rotatedAt?: string;
|
|
708
708
|
};
|
|
709
709
|
}
|
|
710
710
|
export interface SecretPatch {
|
|
711
|
+
annotations?: Record<string, unknown> | null;
|
|
711
712
|
databaseId?: string | null;
|
|
712
|
-
name?: string | null;
|
|
713
|
-
provider?: string | null;
|
|
714
|
-
namespaceId?: string | null;
|
|
715
713
|
description?: string | null;
|
|
716
714
|
labels?: Record<string, unknown> | null;
|
|
717
|
-
|
|
718
|
-
|
|
715
|
+
name?: string | null;
|
|
716
|
+
namespaceId?: string | null;
|
|
717
|
+
provider?: string | null;
|
|
719
718
|
retiredAt?: string | null;
|
|
719
|
+
rotatedAt?: string | null;
|
|
720
720
|
}
|
|
721
721
|
export interface UpdateSecretInput {
|
|
722
722
|
clientMutationId?: string;
|
|
@@ -728,83 +728,83 @@ export interface DeleteSecretInput {
|
|
|
728
728
|
id: string;
|
|
729
729
|
}
|
|
730
730
|
export declare const connectionFieldsMap: Record<string, Record<string, string>>;
|
|
731
|
-
export interface
|
|
731
|
+
export interface _SecretsDelInput {
|
|
732
732
|
clientMutationId?: string;
|
|
733
|
-
|
|
733
|
+
databaseId?: string;
|
|
734
734
|
namespaceId?: string;
|
|
735
|
+
secretName?: string;
|
|
735
736
|
}
|
|
736
|
-
export interface
|
|
737
|
+
export interface _SecretsRemoveArrayInput {
|
|
737
738
|
clientMutationId?: string;
|
|
738
|
-
|
|
739
|
+
databaseId?: string;
|
|
739
740
|
namespaceId?: string;
|
|
741
|
+
secretNames?: string[];
|
|
740
742
|
}
|
|
741
|
-
export interface
|
|
743
|
+
export interface _SecretsRotateInput {
|
|
744
|
+
algo?: string;
|
|
742
745
|
clientMutationId?: string;
|
|
743
746
|
databaseId?: string;
|
|
744
|
-
secretName?: string;
|
|
745
747
|
namespaceId?: string;
|
|
748
|
+
secretName?: string;
|
|
749
|
+
secretValue?: string;
|
|
746
750
|
}
|
|
747
|
-
export interface
|
|
751
|
+
export interface _SecretsSetInput {
|
|
752
|
+
algo?: string;
|
|
748
753
|
clientMutationId?: string;
|
|
749
|
-
|
|
750
|
-
|
|
754
|
+
provider?: string;
|
|
755
|
+
scopeDatabaseId?: string;
|
|
756
|
+
secretName?: string;
|
|
757
|
+
secretNamespaceId?: string;
|
|
758
|
+
secretValue?: string;
|
|
751
759
|
}
|
|
752
|
-
export interface
|
|
760
|
+
export interface PlatformInternalSecretsDelInput {
|
|
753
761
|
clientMutationId?: string;
|
|
754
|
-
secretNames?: string[];
|
|
755
762
|
namespaceId?: string;
|
|
763
|
+
secretName?: string;
|
|
756
764
|
}
|
|
757
|
-
export interface
|
|
765
|
+
export interface PlatformInternalSecretsRemoveArrayInput {
|
|
758
766
|
clientMutationId?: string;
|
|
759
|
-
databaseId?: string;
|
|
760
|
-
secretNames?: string[];
|
|
761
767
|
namespaceId?: string;
|
|
768
|
+
secretNames?: string[];
|
|
762
769
|
}
|
|
763
770
|
export interface PlatformInternalSecretsRotateInput {
|
|
771
|
+
algo?: string;
|
|
764
772
|
clientMutationId?: string;
|
|
773
|
+
namespaceId?: string;
|
|
765
774
|
secretName?: string;
|
|
766
775
|
secretValue?: string;
|
|
767
|
-
namespaceId?: string;
|
|
768
|
-
algo?: string;
|
|
769
776
|
}
|
|
770
777
|
export interface PlatformInternalSecretsSetInput {
|
|
778
|
+
algo?: string;
|
|
771
779
|
clientMutationId?: string;
|
|
772
780
|
secretName?: string;
|
|
773
|
-
secretValue?: string;
|
|
774
781
|
secretNamespaceId?: string;
|
|
775
|
-
|
|
782
|
+
secretValue?: string;
|
|
776
783
|
}
|
|
777
|
-
export interface
|
|
784
|
+
export interface PlatformSecretsDelInput {
|
|
778
785
|
clientMutationId?: string;
|
|
779
|
-
secretName?: string;
|
|
780
|
-
secretValue?: string;
|
|
781
786
|
namespaceId?: string;
|
|
782
|
-
|
|
787
|
+
secretName?: string;
|
|
783
788
|
}
|
|
784
|
-
export interface
|
|
789
|
+
export interface PlatformSecretsRemoveArrayInput {
|
|
785
790
|
clientMutationId?: string;
|
|
786
|
-
databaseId?: string;
|
|
787
|
-
secretName?: string;
|
|
788
|
-
secretValue?: string;
|
|
789
791
|
namespaceId?: string;
|
|
790
|
-
|
|
792
|
+
secretNames?: string[];
|
|
791
793
|
}
|
|
792
|
-
export interface
|
|
794
|
+
export interface PlatformSecretsRotateInput {
|
|
795
|
+
algo?: string;
|
|
793
796
|
clientMutationId?: string;
|
|
797
|
+
namespaceId?: string;
|
|
794
798
|
secretName?: string;
|
|
795
799
|
secretValue?: string;
|
|
796
|
-
secretNamespaceId?: string;
|
|
797
|
-
algo?: string;
|
|
798
|
-
provider?: string;
|
|
799
800
|
}
|
|
800
|
-
export interface
|
|
801
|
+
export interface PlatformSecretsSetInput {
|
|
802
|
+
algo?: string;
|
|
801
803
|
clientMutationId?: string;
|
|
802
|
-
|
|
804
|
+
provider?: string;
|
|
803
805
|
secretName?: string;
|
|
804
|
-
secretValue?: string;
|
|
805
806
|
secretNamespaceId?: string;
|
|
806
|
-
|
|
807
|
-
provider?: string;
|
|
807
|
+
secretValue?: string;
|
|
808
808
|
}
|
|
809
809
|
export interface ProvisionBucketInput {
|
|
810
810
|
/** The logical bucket key (e.g., "public", "private") */
|
|
@@ -815,130 +815,134 @@ export interface ProvisionBucketInput {
|
|
|
815
815
|
*/
|
|
816
816
|
ownerId?: string;
|
|
817
817
|
}
|
|
818
|
-
/** An input for mutations affecting `
|
|
819
|
-
export interface
|
|
818
|
+
/** An input for mutations affecting `Config` */
|
|
819
|
+
export interface ConfigInput {
|
|
820
|
+
/** Freeform metadata for tooling and operational notes */
|
|
821
|
+
annotations?: Record<string, unknown>;
|
|
822
|
+
createdAt?: string;
|
|
823
|
+
/** Database that owns this resource (database-scoped isolation) */
|
|
824
|
+
databaseId: string;
|
|
825
|
+
/** Human-readable note about this config entry */
|
|
826
|
+
description?: string;
|
|
827
|
+
/** Optional expiration timestamp for time-limited config entries */
|
|
828
|
+
expiresAt?: string;
|
|
820
829
|
/** Unique identifier for this config entry */
|
|
821
|
-
id?: string;
|
|
822
|
-
/**
|
|
823
|
-
|
|
830
|
+
id?: string;
|
|
831
|
+
/** Key/value pairs for selecting/filtering config entries */
|
|
832
|
+
labels?: Record<string, unknown>;
|
|
824
833
|
/** Key name identifying the config entry */
|
|
825
834
|
name: string;
|
|
835
|
+
/** FK to namespaces — logical grouping for config entries */
|
|
836
|
+
namespaceId: string;
|
|
826
837
|
/** Integration provider slug (e.g. mailgun, postgres). Used by the UI to group config entries by integration. No FK. */
|
|
827
838
|
provider?: string;
|
|
839
|
+
updatedAt?: string;
|
|
828
840
|
/** Plaintext config value */
|
|
829
841
|
value?: string;
|
|
830
|
-
|
|
831
|
-
|
|
842
|
+
}
|
|
843
|
+
/** An input for mutations affecting `PlatformConfig` */
|
|
844
|
+
export interface PlatformConfigInput {
|
|
832
845
|
/** Freeform metadata for tooling and operational notes */
|
|
833
846
|
annotations?: Record<string, unknown>;
|
|
847
|
+
createdAt?: string;
|
|
834
848
|
/** Human-readable note about this config entry */
|
|
835
849
|
description?: string;
|
|
836
|
-
createdAt?: string;
|
|
837
|
-
updatedAt?: string;
|
|
838
850
|
/** Optional expiration timestamp for time-limited config entries */
|
|
839
851
|
expiresAt?: string;
|
|
840
|
-
}
|
|
841
|
-
/** An input for mutations affecting `Config` */
|
|
842
|
-
export interface ConfigInput {
|
|
843
852
|
/** Unique identifier for this config entry */
|
|
844
853
|
id?: string;
|
|
845
|
-
/**
|
|
846
|
-
|
|
847
|
-
/** Database that owns this resource (database-scoped isolation) */
|
|
848
|
-
databaseId: string;
|
|
854
|
+
/** Key/value pairs for selecting/filtering config entries */
|
|
855
|
+
labels?: Record<string, unknown>;
|
|
849
856
|
/** Key name identifying the config entry */
|
|
850
857
|
name: string;
|
|
858
|
+
/** FK to namespaces — logical grouping for config entries */
|
|
859
|
+
namespaceId: string;
|
|
851
860
|
/** Integration provider slug (e.g. mailgun, postgres). Used by the UI to group config entries by integration. No FK. */
|
|
852
861
|
provider?: string;
|
|
862
|
+
updatedAt?: string;
|
|
853
863
|
/** Plaintext config value */
|
|
854
864
|
value?: string;
|
|
855
|
-
/** Key/value pairs for selecting/filtering config entries */
|
|
856
|
-
labels?: Record<string, unknown>;
|
|
857
|
-
/** Freeform metadata for tooling and operational notes */
|
|
858
|
-
annotations?: Record<string, unknown>;
|
|
859
|
-
/** Human-readable note about this config entry */
|
|
860
|
-
description?: string;
|
|
861
|
-
createdAt?: string;
|
|
862
|
-
updatedAt?: string;
|
|
863
|
-
/** Optional expiration timestamp for time-limited config entries */
|
|
864
|
-
expiresAt?: string;
|
|
865
865
|
}
|
|
866
866
|
/** An input for mutations affecting `PlatformInternalSecret` */
|
|
867
867
|
export interface PlatformInternalSecretInput {
|
|
868
|
+
annotations?: Record<string, unknown>;
|
|
869
|
+
createdAt?: string;
|
|
870
|
+
description?: string;
|
|
868
871
|
id?: string;
|
|
872
|
+
labels?: Record<string, unknown>;
|
|
869
873
|
name?: string;
|
|
870
874
|
namespaceId?: string;
|
|
871
|
-
description?: string;
|
|
872
|
-
labels?: Record<string, unknown>;
|
|
873
|
-
annotations?: Record<string, unknown>;
|
|
874
|
-
createdAt?: string;
|
|
875
|
-
updatedAt?: string;
|
|
876
|
-
rotatedAt?: string;
|
|
877
875
|
retiredAt?: string;
|
|
876
|
+
rotatedAt?: string;
|
|
877
|
+
updatedAt?: string;
|
|
878
878
|
}
|
|
879
879
|
/** An input for mutations affecting `PlatformSecret` */
|
|
880
880
|
export interface PlatformSecretInput {
|
|
881
|
+
annotations?: Record<string, unknown>;
|
|
882
|
+
createdAt?: string;
|
|
883
|
+
description?: string;
|
|
881
884
|
id?: string;
|
|
885
|
+
labels?: Record<string, unknown>;
|
|
882
886
|
name?: string;
|
|
883
|
-
provider?: string;
|
|
884
887
|
namespaceId?: string;
|
|
885
|
-
|
|
886
|
-
labels?: Record<string, unknown>;
|
|
887
|
-
annotations?: Record<string, unknown>;
|
|
888
|
-
createdAt?: string;
|
|
889
|
-
updatedAt?: string;
|
|
890
|
-
rotatedAt?: string;
|
|
888
|
+
provider?: string;
|
|
891
889
|
retiredAt?: string;
|
|
890
|
+
rotatedAt?: string;
|
|
891
|
+
updatedAt?: string;
|
|
892
892
|
}
|
|
893
893
|
/** An input for mutations affecting `Secret` */
|
|
894
894
|
export interface SecretInput {
|
|
895
|
+
annotations?: Record<string, unknown>;
|
|
896
|
+
createdAt?: string;
|
|
895
897
|
databaseId?: string;
|
|
898
|
+
description?: string;
|
|
896
899
|
id?: string;
|
|
900
|
+
labels?: Record<string, unknown>;
|
|
897
901
|
name?: string;
|
|
898
|
-
provider?: string;
|
|
899
902
|
namespaceId?: string;
|
|
900
|
-
|
|
901
|
-
labels?: Record<string, unknown>;
|
|
902
|
-
annotations?: Record<string, unknown>;
|
|
903
|
-
createdAt?: string;
|
|
904
|
-
updatedAt?: string;
|
|
905
|
-
rotatedAt?: string;
|
|
903
|
+
provider?: string;
|
|
906
904
|
retiredAt?: string;
|
|
905
|
+
rotatedAt?: string;
|
|
906
|
+
updatedAt?: string;
|
|
907
907
|
}
|
|
908
|
-
export interface
|
|
908
|
+
export interface _SecretsDelPayload {
|
|
909
909
|
clientMutationId?: string | null;
|
|
910
910
|
}
|
|
911
|
-
export type
|
|
911
|
+
export type _SecretsDelPayloadSelect = {
|
|
912
912
|
clientMutationId?: boolean;
|
|
913
913
|
};
|
|
914
|
-
export interface
|
|
914
|
+
export interface _SecretsRemoveArrayPayload {
|
|
915
915
|
clientMutationId?: string | null;
|
|
916
916
|
}
|
|
917
|
-
export type
|
|
917
|
+
export type _SecretsRemoveArrayPayloadSelect = {
|
|
918
918
|
clientMutationId?: boolean;
|
|
919
919
|
};
|
|
920
|
-
export interface
|
|
920
|
+
export interface _SecretsRotatePayload {
|
|
921
921
|
clientMutationId?: string | null;
|
|
922
|
+
result?: boolean | null;
|
|
922
923
|
}
|
|
923
|
-
export type
|
|
924
|
+
export type _SecretsRotatePayloadSelect = {
|
|
924
925
|
clientMutationId?: boolean;
|
|
926
|
+
result?: boolean;
|
|
925
927
|
};
|
|
926
|
-
export interface
|
|
928
|
+
export interface _SecretsSetPayload {
|
|
927
929
|
clientMutationId?: string | null;
|
|
930
|
+
result?: boolean | null;
|
|
928
931
|
}
|
|
929
|
-
export type
|
|
932
|
+
export type _SecretsSetPayloadSelect = {
|
|
930
933
|
clientMutationId?: boolean;
|
|
934
|
+
result?: boolean;
|
|
931
935
|
};
|
|
932
|
-
export interface
|
|
936
|
+
export interface PlatformInternalSecretsDelPayload {
|
|
933
937
|
clientMutationId?: string | null;
|
|
934
938
|
}
|
|
935
|
-
export type
|
|
939
|
+
export type PlatformInternalSecretsDelPayloadSelect = {
|
|
936
940
|
clientMutationId?: boolean;
|
|
937
941
|
};
|
|
938
|
-
export interface
|
|
942
|
+
export interface PlatformInternalSecretsRemoveArrayPayload {
|
|
939
943
|
clientMutationId?: string | null;
|
|
940
944
|
}
|
|
941
|
-
export type
|
|
945
|
+
export type PlatformInternalSecretsRemoveArrayPayloadSelect = {
|
|
942
946
|
clientMutationId?: boolean;
|
|
943
947
|
};
|
|
944
948
|
export interface PlatformInternalSecretsRotatePayload {
|
|
@@ -957,104 +961,55 @@ export type PlatformInternalSecretsSetPayloadSelect = {
|
|
|
957
961
|
clientMutationId?: boolean;
|
|
958
962
|
result?: boolean;
|
|
959
963
|
};
|
|
960
|
-
export interface
|
|
964
|
+
export interface PlatformSecretsDelPayload {
|
|
961
965
|
clientMutationId?: string | null;
|
|
962
|
-
result?: boolean | null;
|
|
963
966
|
}
|
|
964
|
-
export type
|
|
967
|
+
export type PlatformSecretsDelPayloadSelect = {
|
|
965
968
|
clientMutationId?: boolean;
|
|
966
|
-
result?: boolean;
|
|
967
969
|
};
|
|
968
|
-
export interface
|
|
970
|
+
export interface PlatformSecretsRemoveArrayPayload {
|
|
969
971
|
clientMutationId?: string | null;
|
|
970
|
-
result?: boolean | null;
|
|
971
972
|
}
|
|
972
|
-
export type
|
|
973
|
+
export type PlatformSecretsRemoveArrayPayloadSelect = {
|
|
973
974
|
clientMutationId?: boolean;
|
|
974
|
-
result?: boolean;
|
|
975
975
|
};
|
|
976
|
-
export interface
|
|
976
|
+
export interface PlatformSecretsRotatePayload {
|
|
977
977
|
clientMutationId?: string | null;
|
|
978
978
|
result?: boolean | null;
|
|
979
979
|
}
|
|
980
|
-
export type
|
|
980
|
+
export type PlatformSecretsRotatePayloadSelect = {
|
|
981
981
|
clientMutationId?: boolean;
|
|
982
982
|
result?: boolean;
|
|
983
983
|
};
|
|
984
|
-
export interface
|
|
984
|
+
export interface PlatformSecretsSetPayload {
|
|
985
985
|
clientMutationId?: string | null;
|
|
986
986
|
result?: boolean | null;
|
|
987
987
|
}
|
|
988
|
-
export type
|
|
988
|
+
export type PlatformSecretsSetPayloadSelect = {
|
|
989
989
|
clientMutationId?: boolean;
|
|
990
990
|
result?: boolean;
|
|
991
991
|
};
|
|
992
992
|
export interface ProvisionBucketPayload {
|
|
993
|
-
/** Whether provisioning succeeded */
|
|
994
|
-
success: boolean;
|
|
995
|
-
/** The S3 bucket name that was provisioned */
|
|
996
|
-
bucketName: string;
|
|
997
993
|
/** The access type applied */
|
|
998
994
|
accessType: string;
|
|
999
|
-
/** The
|
|
1000
|
-
|
|
995
|
+
/** The S3 bucket name that was provisioned */
|
|
996
|
+
bucketName: string;
|
|
1001
997
|
/** The S3 endpoint (null for AWS S3 default) */
|
|
1002
998
|
endpoint?: string | null;
|
|
1003
999
|
/** Error message if provisioning failed */
|
|
1004
1000
|
error?: string | null;
|
|
1001
|
+
/** The storage provider used */
|
|
1002
|
+
provider: string;
|
|
1003
|
+
/** Whether provisioning succeeded */
|
|
1004
|
+
success: boolean;
|
|
1005
1005
|
}
|
|
1006
1006
|
export type ProvisionBucketPayloadSelect = {
|
|
1007
|
-
success?: boolean;
|
|
1008
|
-
bucketName?: boolean;
|
|
1009
1007
|
accessType?: boolean;
|
|
1010
|
-
|
|
1008
|
+
bucketName?: boolean;
|
|
1011
1009
|
endpoint?: boolean;
|
|
1012
1010
|
error?: boolean;
|
|
1013
|
-
|
|
1014
|
-
|
|
1015
|
-
clientMutationId?: string | null;
|
|
1016
|
-
/** The `PlatformConfig` that was created by this mutation. */
|
|
1017
|
-
platformConfig?: PlatformConfig | null;
|
|
1018
|
-
platformConfigEdge?: PlatformConfigEdge | null;
|
|
1019
|
-
}
|
|
1020
|
-
export type CreatePlatformConfigPayloadSelect = {
|
|
1021
|
-
clientMutationId?: boolean;
|
|
1022
|
-
platformConfig?: {
|
|
1023
|
-
select: PlatformConfigSelect;
|
|
1024
|
-
};
|
|
1025
|
-
platformConfigEdge?: {
|
|
1026
|
-
select: PlatformConfigEdgeSelect;
|
|
1027
|
-
};
|
|
1028
|
-
};
|
|
1029
|
-
export interface UpdatePlatformConfigPayload {
|
|
1030
|
-
clientMutationId?: string | null;
|
|
1031
|
-
/** The `PlatformConfig` that was updated by this mutation. */
|
|
1032
|
-
platformConfig?: PlatformConfig | null;
|
|
1033
|
-
platformConfigEdge?: PlatformConfigEdge | null;
|
|
1034
|
-
}
|
|
1035
|
-
export type UpdatePlatformConfigPayloadSelect = {
|
|
1036
|
-
clientMutationId?: boolean;
|
|
1037
|
-
platformConfig?: {
|
|
1038
|
-
select: PlatformConfigSelect;
|
|
1039
|
-
};
|
|
1040
|
-
platformConfigEdge?: {
|
|
1041
|
-
select: PlatformConfigEdgeSelect;
|
|
1042
|
-
};
|
|
1043
|
-
};
|
|
1044
|
-
export interface DeletePlatformConfigPayload {
|
|
1045
|
-
clientMutationId?: string | null;
|
|
1046
|
-
/** The `PlatformConfig` that was deleted by this mutation. */
|
|
1047
|
-
platformConfig?: PlatformConfig | null;
|
|
1048
|
-
platformConfigEdge?: PlatformConfigEdge | null;
|
|
1049
|
-
}
|
|
1050
|
-
export type DeletePlatformConfigPayloadSelect = {
|
|
1051
|
-
clientMutationId?: boolean;
|
|
1052
|
-
platformConfig?: {
|
|
1053
|
-
select: PlatformConfigSelect;
|
|
1054
|
-
};
|
|
1055
|
-
platformConfigEdge?: {
|
|
1056
|
-
select: PlatformConfigEdgeSelect;
|
|
1057
|
-
};
|
|
1011
|
+
provider?: boolean;
|
|
1012
|
+
success?: boolean;
|
|
1058
1013
|
};
|
|
1059
1014
|
export interface CreateConfigPayload {
|
|
1060
1015
|
clientMutationId?: string | null;
|
|
@@ -1101,6 +1056,51 @@ export type DeleteConfigPayloadSelect = {
|
|
|
1101
1056
|
select: ConfigEdgeSelect;
|
|
1102
1057
|
};
|
|
1103
1058
|
};
|
|
1059
|
+
export interface CreatePlatformConfigPayload {
|
|
1060
|
+
clientMutationId?: string | null;
|
|
1061
|
+
/** The `PlatformConfig` that was created by this mutation. */
|
|
1062
|
+
platformConfig?: PlatformConfig | null;
|
|
1063
|
+
platformConfigEdge?: PlatformConfigEdge | null;
|
|
1064
|
+
}
|
|
1065
|
+
export type CreatePlatformConfigPayloadSelect = {
|
|
1066
|
+
clientMutationId?: boolean;
|
|
1067
|
+
platformConfig?: {
|
|
1068
|
+
select: PlatformConfigSelect;
|
|
1069
|
+
};
|
|
1070
|
+
platformConfigEdge?: {
|
|
1071
|
+
select: PlatformConfigEdgeSelect;
|
|
1072
|
+
};
|
|
1073
|
+
};
|
|
1074
|
+
export interface UpdatePlatformConfigPayload {
|
|
1075
|
+
clientMutationId?: string | null;
|
|
1076
|
+
/** The `PlatformConfig` that was updated by this mutation. */
|
|
1077
|
+
platformConfig?: PlatformConfig | null;
|
|
1078
|
+
platformConfigEdge?: PlatformConfigEdge | null;
|
|
1079
|
+
}
|
|
1080
|
+
export type UpdatePlatformConfigPayloadSelect = {
|
|
1081
|
+
clientMutationId?: boolean;
|
|
1082
|
+
platformConfig?: {
|
|
1083
|
+
select: PlatformConfigSelect;
|
|
1084
|
+
};
|
|
1085
|
+
platformConfigEdge?: {
|
|
1086
|
+
select: PlatformConfigEdgeSelect;
|
|
1087
|
+
};
|
|
1088
|
+
};
|
|
1089
|
+
export interface DeletePlatformConfigPayload {
|
|
1090
|
+
clientMutationId?: string | null;
|
|
1091
|
+
/** The `PlatformConfig` that was deleted by this mutation. */
|
|
1092
|
+
platformConfig?: PlatformConfig | null;
|
|
1093
|
+
platformConfigEdge?: PlatformConfigEdge | null;
|
|
1094
|
+
}
|
|
1095
|
+
export type DeletePlatformConfigPayloadSelect = {
|
|
1096
|
+
clientMutationId?: boolean;
|
|
1097
|
+
platformConfig?: {
|
|
1098
|
+
select: PlatformConfigSelect;
|
|
1099
|
+
};
|
|
1100
|
+
platformConfigEdge?: {
|
|
1101
|
+
select: PlatformConfigEdgeSelect;
|
|
1102
|
+
};
|
|
1103
|
+
};
|
|
1104
1104
|
export interface CreatePlatformInternalSecretPayload {
|
|
1105
1105
|
clientMutationId?: string | null;
|
|
1106
1106
|
/** The `PlatformInternalSecret` that was created by this mutation. */
|
|
@@ -1134,18 +1134,6 @@ export type CreateSecretPayloadSelect = {
|
|
|
1134
1134
|
select: SecretSelect;
|
|
1135
1135
|
};
|
|
1136
1136
|
};
|
|
1137
|
-
/** A `PlatformConfig` edge in the connection. */
|
|
1138
|
-
export interface PlatformConfigEdge {
|
|
1139
|
-
cursor?: string | null;
|
|
1140
|
-
/** The `PlatformConfig` at the end of the edge. */
|
|
1141
|
-
node?: PlatformConfig | null;
|
|
1142
|
-
}
|
|
1143
|
-
export type PlatformConfigEdgeSelect = {
|
|
1144
|
-
cursor?: boolean;
|
|
1145
|
-
node?: {
|
|
1146
|
-
select: PlatformConfigSelect;
|
|
1147
|
-
};
|
|
1148
|
-
};
|
|
1149
1137
|
/** A `Config` edge in the connection. */
|
|
1150
1138
|
export interface ConfigEdge {
|
|
1151
1139
|
cursor?: string | null;
|
|
@@ -1158,3 +1146,15 @@ export type ConfigEdgeSelect = {
|
|
|
1158
1146
|
select: ConfigSelect;
|
|
1159
1147
|
};
|
|
1160
1148
|
};
|
|
1149
|
+
/** A `PlatformConfig` edge in the connection. */
|
|
1150
|
+
export interface PlatformConfigEdge {
|
|
1151
|
+
cursor?: string | null;
|
|
1152
|
+
/** The `PlatformConfig` at the end of the edge. */
|
|
1153
|
+
node?: PlatformConfig | null;
|
|
1154
|
+
}
|
|
1155
|
+
export type PlatformConfigEdgeSelect = {
|
|
1156
|
+
cursor?: boolean;
|
|
1157
|
+
node?: {
|
|
1158
|
+
select: PlatformConfigSelect;
|
|
1159
|
+
};
|
|
1160
|
+
};
|