@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
|
@@ -3,11 +3,95 @@
|
|
|
3
3
|
* @generated by @constructive-io/graphql-codegen
|
|
4
4
|
* DO NOT EDIT - changes will be overwritten
|
|
5
5
|
*/
|
|
6
|
-
export declare const
|
|
7
|
-
/** All
|
|
8
|
-
/** Create
|
|
9
|
-
/** Update
|
|
10
|
-
/** Delete
|
|
6
|
+
export declare const dbPresetMutationKeys: {
|
|
7
|
+
/** All dbPreset mutation keys */ readonly all: readonly ["mutation", "dbpreset"];
|
|
8
|
+
/** Create dbPreset mutation key */ readonly create: () => readonly ["mutation", "dbpreset", "create"];
|
|
9
|
+
/** Update dbPreset mutation key */ readonly update: (id: string | number) => readonly ["mutation", "dbpreset", "update", string | number];
|
|
10
|
+
/** Delete dbPreset mutation key */ readonly delete: (id: string | number) => readonly ["mutation", "dbpreset", "delete", string | number];
|
|
11
|
+
};
|
|
12
|
+
export declare const functionApiBindingMutationKeys: {
|
|
13
|
+
/** All functionApiBinding mutation keys */ readonly all: readonly ["mutation", "functionapibinding"];
|
|
14
|
+
/** Create functionApiBinding mutation key */ readonly create: () => readonly ["mutation", "functionapibinding", "create"];
|
|
15
|
+
/** Update functionApiBinding mutation key */ readonly update: (id: string | number) => readonly ["mutation", "functionapibinding", "update", string | number];
|
|
16
|
+
/** Delete functionApiBinding mutation key */ readonly delete: (id: string | number) => readonly ["mutation", "functionapibinding", "delete", string | number];
|
|
17
|
+
};
|
|
18
|
+
export declare const functionDefinitionMutationKeys: {
|
|
19
|
+
/** All functionDefinition mutation keys */ readonly all: readonly ["mutation", "functiondefinition"];
|
|
20
|
+
/** Create functionDefinition mutation key */ readonly create: () => readonly ["mutation", "functiondefinition", "create"];
|
|
21
|
+
/** Update functionDefinition mutation key */ readonly update: (id: string | number) => readonly ["mutation", "functiondefinition", "update", string | number];
|
|
22
|
+
/** Delete functionDefinition mutation key */ readonly delete: (id: string | number) => readonly ["mutation", "functiondefinition", "delete", string | number];
|
|
23
|
+
};
|
|
24
|
+
export declare const functionDeploymentMutationKeys: {
|
|
25
|
+
/** All functionDeployment mutation keys */ readonly all: readonly ["mutation", "functiondeployment"];
|
|
26
|
+
/** Create functionDeployment mutation key */ readonly create: () => readonly ["mutation", "functiondeployment", "create"];
|
|
27
|
+
/** Update functionDeployment mutation key */ readonly update: (id: string | number) => readonly ["mutation", "functiondeployment", "update", string | number];
|
|
28
|
+
/** Delete functionDeployment mutation key */ readonly delete: (id: string | number) => readonly ["mutation", "functiondeployment", "delete", string | number];
|
|
29
|
+
};
|
|
30
|
+
export declare const functionDeploymentEventMutationKeys: {
|
|
31
|
+
/** All functionDeploymentEvent mutation keys */ readonly all: readonly ["mutation", "functiondeploymentevent"];
|
|
32
|
+
/** Create functionDeploymentEvent mutation key */ readonly create: () => readonly ["mutation", "functiondeploymentevent", "create"];
|
|
33
|
+
/** Update functionDeploymentEvent mutation key */ readonly update: (id: string | number) => readonly ["mutation", "functiondeploymentevent", "update", string | number];
|
|
34
|
+
/** Delete functionDeploymentEvent mutation key */ readonly delete: (id: string | number) => readonly ["mutation", "functiondeploymentevent", "delete", string | number];
|
|
35
|
+
};
|
|
36
|
+
export declare const functionExecutionLogMutationKeys: {
|
|
37
|
+
/** All functionExecutionLog mutation keys */ readonly all: readonly ["mutation", "functionexecutionlog"];
|
|
38
|
+
/** Create functionExecutionLog mutation key */ readonly create: () => readonly ["mutation", "functionexecutionlog", "create"];
|
|
39
|
+
/** Update functionExecutionLog mutation key */ readonly update: (id: string | number) => readonly ["mutation", "functionexecutionlog", "update", string | number];
|
|
40
|
+
/** Delete functionExecutionLog mutation key */ readonly delete: (id: string | number) => readonly ["mutation", "functionexecutionlog", "delete", string | number];
|
|
41
|
+
};
|
|
42
|
+
export declare const functionGraphCommitMutationKeys: {
|
|
43
|
+
/** All functionGraphCommit mutation keys */ readonly all: readonly ["mutation", "functiongraphcommit"];
|
|
44
|
+
/** Create functionGraphCommit mutation key */ readonly create: () => readonly ["mutation", "functiongraphcommit", "create"];
|
|
45
|
+
/** Update functionGraphCommit mutation key */ readonly update: (id: string | number) => readonly ["mutation", "functiongraphcommit", "update", string | number];
|
|
46
|
+
/** Delete functionGraphCommit mutation key */ readonly delete: (id: string | number) => readonly ["mutation", "functiongraphcommit", "delete", string | number];
|
|
47
|
+
};
|
|
48
|
+
export declare const functionGraphMutationKeys: {
|
|
49
|
+
/** All functionGraph mutation keys */ readonly all: readonly ["mutation", "functiongraph"];
|
|
50
|
+
/** Create functionGraph mutation key */ readonly create: () => readonly ["mutation", "functiongraph", "create"];
|
|
51
|
+
/** Update functionGraph mutation key */ readonly update: (id: string | number) => readonly ["mutation", "functiongraph", "update", string | number];
|
|
52
|
+
/** Delete functionGraph mutation key */ readonly delete: (id: string | number) => readonly ["mutation", "functiongraph", "delete", string | number];
|
|
53
|
+
};
|
|
54
|
+
export declare const functionGraphExecutionMutationKeys: {
|
|
55
|
+
/** All functionGraphExecution mutation keys */ readonly all: readonly ["mutation", "functiongraphexecution"];
|
|
56
|
+
/** Create functionGraphExecution mutation key */ readonly create: () => readonly ["mutation", "functiongraphexecution", "create"];
|
|
57
|
+
/** Update functionGraphExecution mutation key */ readonly update: (id: string | number) => readonly ["mutation", "functiongraphexecution", "update", string | number];
|
|
58
|
+
/** Delete functionGraphExecution mutation key */ readonly delete: (id: string | number) => readonly ["mutation", "functiongraphexecution", "delete", string | number];
|
|
59
|
+
};
|
|
60
|
+
export declare const functionGraphExecutionNodeStateMutationKeys: {
|
|
61
|
+
/** All functionGraphExecutionNodeState mutation keys */ readonly all: readonly ["mutation", "functiongraphexecutionnodestate"];
|
|
62
|
+
/** Create functionGraphExecutionNodeState mutation key */ readonly create: () => readonly ["mutation", "functiongraphexecutionnodestate", "create"];
|
|
63
|
+
/** Update functionGraphExecutionNodeState mutation key */ readonly update: (id: string | number) => readonly ["mutation", "functiongraphexecutionnodestate", "update", string | number];
|
|
64
|
+
/** Delete functionGraphExecutionNodeState mutation key */ readonly delete: (id: string | number) => readonly ["mutation", "functiongraphexecutionnodestate", "delete", string | number];
|
|
65
|
+
};
|
|
66
|
+
export declare const functionGraphExecutionOutputMutationKeys: {
|
|
67
|
+
/** All functionGraphExecutionOutput mutation keys */ readonly all: readonly ["mutation", "functiongraphexecutionoutput"];
|
|
68
|
+
/** Create functionGraphExecutionOutput mutation key */ readonly create: () => readonly ["mutation", "functiongraphexecutionoutput", "create"];
|
|
69
|
+
/** Update functionGraphExecutionOutput mutation key */ readonly update: (id: string | number) => readonly ["mutation", "functiongraphexecutionoutput", "update", string | number];
|
|
70
|
+
/** Delete functionGraphExecutionOutput mutation key */ readonly delete: (id: string | number) => readonly ["mutation", "functiongraphexecutionoutput", "delete", string | number];
|
|
71
|
+
};
|
|
72
|
+
export declare const functionGraphObjectMutationKeys: {
|
|
73
|
+
/** All functionGraphObject mutation keys */ readonly all: readonly ["mutation", "functiongraphobject"];
|
|
74
|
+
/** Create functionGraphObject mutation key */ readonly create: () => readonly ["mutation", "functiongraphobject", "create"];
|
|
75
|
+
/** Update functionGraphObject mutation key */ readonly update: (id: string | number) => readonly ["mutation", "functiongraphobject", "update", string | number];
|
|
76
|
+
/** Delete functionGraphObject mutation key */ readonly delete: (id: string | number) => readonly ["mutation", "functiongraphobject", "delete", string | number];
|
|
77
|
+
};
|
|
78
|
+
export declare const functionGraphRefMutationKeys: {
|
|
79
|
+
/** All functionGraphRef mutation keys */ readonly all: readonly ["mutation", "functiongraphref"];
|
|
80
|
+
/** Create functionGraphRef mutation key */ readonly create: () => readonly ["mutation", "functiongraphref", "create"];
|
|
81
|
+
/** Update functionGraphRef mutation key */ readonly update: (id: string | number) => readonly ["mutation", "functiongraphref", "update", string | number];
|
|
82
|
+
/** Delete functionGraphRef mutation key */ readonly delete: (id: string | number) => readonly ["mutation", "functiongraphref", "delete", string | number];
|
|
83
|
+
};
|
|
84
|
+
export declare const functionGraphStoreMutationKeys: {
|
|
85
|
+
/** All functionGraphStore mutation keys */ readonly all: readonly ["mutation", "functiongraphstore"];
|
|
86
|
+
/** Create functionGraphStore mutation key */ readonly create: () => readonly ["mutation", "functiongraphstore", "create"];
|
|
87
|
+
/** Update functionGraphStore mutation key */ readonly update: (id: string | number) => readonly ["mutation", "functiongraphstore", "update", string | number];
|
|
88
|
+
/** Delete functionGraphStore mutation key */ readonly delete: (id: string | number) => readonly ["mutation", "functiongraphstore", "delete", string | number];
|
|
89
|
+
};
|
|
90
|
+
export declare const functionInvocationMutationKeys: {
|
|
91
|
+
/** All functionInvocation mutation keys */ readonly all: readonly ["mutation", "functioninvocation"];
|
|
92
|
+
/** Create functionInvocation mutation key */ readonly create: () => readonly ["mutation", "functioninvocation", "create"];
|
|
93
|
+
/** Update functionInvocation mutation key */ readonly update: (id: string | number) => readonly ["mutation", "functioninvocation", "update", string | number];
|
|
94
|
+
/** Delete functionInvocation mutation key */ readonly delete: (id: string | number) => readonly ["mutation", "functioninvocation", "delete", string | number];
|
|
11
95
|
};
|
|
12
96
|
export declare const getAllRecordMutationKeys: {
|
|
13
97
|
/** All getAllRecord mutation keys */ readonly all: readonly ["mutation", "getallrecord"];
|
|
@@ -15,6 +99,24 @@ export declare const getAllRecordMutationKeys: {
|
|
|
15
99
|
/** Update getAllRecord mutation key */ readonly update: (id: string | number) => readonly ["mutation", "getallrecord", "update", string | number];
|
|
16
100
|
/** Delete getAllRecord mutation key */ readonly delete: (id: string | number) => readonly ["mutation", "getallrecord", "delete", string | number];
|
|
17
101
|
};
|
|
102
|
+
export declare const infraCommitMutationKeys: {
|
|
103
|
+
/** All infraCommit mutation keys */ readonly all: readonly ["mutation", "infracommit"];
|
|
104
|
+
/** Create infraCommit mutation key */ readonly create: () => readonly ["mutation", "infracommit", "create"];
|
|
105
|
+
/** Update infraCommit mutation key */ readonly update: (id: string | number) => readonly ["mutation", "infracommit", "update", string | number];
|
|
106
|
+
/** Delete infraCommit mutation key */ readonly delete: (id: string | number) => readonly ["mutation", "infracommit", "delete", string | number];
|
|
107
|
+
};
|
|
108
|
+
export declare const infraGetAllRecordMutationKeys: {
|
|
109
|
+
/** All infraGetAllRecord mutation keys */ readonly all: readonly ["mutation", "infragetallrecord"];
|
|
110
|
+
/** Create infraGetAllRecord mutation key */ readonly create: () => readonly ["mutation", "infragetallrecord", "create"];
|
|
111
|
+
/** Update infraGetAllRecord mutation key */ readonly update: (id: string | number) => readonly ["mutation", "infragetallrecord", "update", string | number];
|
|
112
|
+
/** Delete infraGetAllRecord mutation key */ readonly delete: (id: string | number) => readonly ["mutation", "infragetallrecord", "delete", string | number];
|
|
113
|
+
};
|
|
114
|
+
export declare const infraObjectMutationKeys: {
|
|
115
|
+
/** All infraObject mutation keys */ readonly all: readonly ["mutation", "infraobject"];
|
|
116
|
+
/** Create infraObject mutation key */ readonly create: () => readonly ["mutation", "infraobject", "create"];
|
|
117
|
+
/** Update infraObject mutation key */ readonly update: (id: string | number) => readonly ["mutation", "infraobject", "update", string | number];
|
|
118
|
+
/** Delete infraObject mutation key */ readonly delete: (id: string | number) => readonly ["mutation", "infraobject", "delete", string | number];
|
|
119
|
+
};
|
|
18
120
|
export declare const infraRefMutationKeys: {
|
|
19
121
|
/** All infraRef mutation keys */ readonly all: readonly ["mutation", "infraref"];
|
|
20
122
|
/** Create infraRef mutation key */ readonly create: () => readonly ["mutation", "infraref", "create"];
|
|
@@ -27,23 +129,23 @@ export declare const infraStoreMutationKeys: {
|
|
|
27
129
|
/** Update infraStore mutation key */ readonly update: (id: string | number) => readonly ["mutation", "infrastore", "update", string | number];
|
|
28
130
|
/** Delete infraStore mutation key */ readonly delete: (id: string | number) => readonly ["mutation", "infrastore", "delete", string | number];
|
|
29
131
|
};
|
|
30
|
-
export declare const
|
|
31
|
-
/** All
|
|
32
|
-
/** Create
|
|
33
|
-
/** Update
|
|
34
|
-
/** Delete
|
|
132
|
+
export declare const integrationProviderMutationKeys: {
|
|
133
|
+
/** All integrationProvider mutation keys */ readonly all: readonly ["mutation", "integrationprovider"];
|
|
134
|
+
/** Create integrationProvider mutation key */ readonly create: () => readonly ["mutation", "integrationprovider", "create"];
|
|
135
|
+
/** Update integrationProvider mutation key */ readonly update: (id: string | number) => readonly ["mutation", "integrationprovider", "update", string | number];
|
|
136
|
+
/** Delete integrationProvider mutation key */ readonly delete: (id: string | number) => readonly ["mutation", "integrationprovider", "delete", string | number];
|
|
35
137
|
};
|
|
36
|
-
export declare const
|
|
37
|
-
/** All
|
|
38
|
-
/** Create
|
|
39
|
-
/** Update
|
|
40
|
-
/** Delete
|
|
138
|
+
export declare const namespaceMutationKeys: {
|
|
139
|
+
/** All namespace mutation keys */ readonly all: readonly ["mutation", "namespace"];
|
|
140
|
+
/** Create namespace mutation key */ readonly create: () => readonly ["mutation", "namespace", "create"];
|
|
141
|
+
/** Update namespace mutation key */ readonly update: (id: string | number) => readonly ["mutation", "namespace", "update", string | number];
|
|
142
|
+
/** Delete namespace mutation key */ readonly delete: (id: string | number) => readonly ["mutation", "namespace", "delete", string | number];
|
|
41
143
|
};
|
|
42
|
-
export declare const
|
|
43
|
-
/** All
|
|
44
|
-
/** Create
|
|
45
|
-
/** Update
|
|
46
|
-
/** Delete
|
|
144
|
+
export declare const namespaceEventMutationKeys: {
|
|
145
|
+
/** All namespaceEvent mutation keys */ readonly all: readonly ["mutation", "namespaceevent"];
|
|
146
|
+
/** Create namespaceEvent mutation key */ readonly create: () => readonly ["mutation", "namespaceevent", "create"];
|
|
147
|
+
/** Update namespaceEvent mutation key */ readonly update: (id: string | number) => readonly ["mutation", "namespaceevent", "update", string | number];
|
|
148
|
+
/** Delete namespaceEvent mutation key */ readonly delete: (id: string | number) => readonly ["mutation", "namespaceevent", "delete", string | number];
|
|
47
149
|
};
|
|
48
150
|
export declare const platformFunctionApiBindingMutationKeys: {
|
|
49
151
|
/** All platformFunctionApiBinding mutation keys */ readonly all: readonly ["mutation", "platformfunctionapibinding"];
|
|
@@ -51,23 +153,11 @@ export declare const platformFunctionApiBindingMutationKeys: {
|
|
|
51
153
|
/** Update platformFunctionApiBinding mutation key */ readonly update: (id: string | number) => readonly ["mutation", "platformfunctionapibinding", "update", string | number];
|
|
52
154
|
/** Delete platformFunctionApiBinding mutation key */ readonly delete: (id: string | number) => readonly ["mutation", "platformfunctionapibinding", "delete", string | number];
|
|
53
155
|
};
|
|
54
|
-
export declare const
|
|
55
|
-
/** All
|
|
56
|
-
/** Create
|
|
57
|
-
/** Update
|
|
58
|
-
/** Delete
|
|
59
|
-
};
|
|
60
|
-
export declare const resourcesRequirementsStateMutationKeys: {
|
|
61
|
-
/** All resourcesRequirementsState mutation keys */ readonly all: readonly ["mutation", "resourcesrequirementsstate"];
|
|
62
|
-
/** Create resourcesRequirementsState mutation key */ readonly create: () => readonly ["mutation", "resourcesrequirementsstate", "create"];
|
|
63
|
-
/** Update resourcesRequirementsState mutation key */ readonly update: (id: string | number) => readonly ["mutation", "resourcesrequirementsstate", "update", string | number];
|
|
64
|
-
/** Delete resourcesRequirementsState mutation key */ readonly delete: (id: string | number) => readonly ["mutation", "resourcesrequirementsstate", "delete", string | number];
|
|
65
|
-
};
|
|
66
|
-
export declare const platformResourceStatusCheckMutationKeys: {
|
|
67
|
-
/** All platformResourceStatusCheck mutation keys */ readonly all: readonly ["mutation", "platformresourcestatuscheck"];
|
|
68
|
-
/** Create platformResourceStatusCheck mutation key */ readonly create: () => readonly ["mutation", "platformresourcestatuscheck", "create"];
|
|
69
|
-
/** Update platformResourceStatusCheck mutation key */ readonly update: (id: string | number) => readonly ["mutation", "platformresourcestatuscheck", "update", string | number];
|
|
70
|
-
/** Delete platformResourceStatusCheck mutation key */ readonly delete: (id: string | number) => readonly ["mutation", "platformresourcestatuscheck", "delete", string | number];
|
|
156
|
+
export declare const platformFunctionDefinitionMutationKeys: {
|
|
157
|
+
/** All platformFunctionDefinition mutation keys */ readonly all: readonly ["mutation", "platformfunctiondefinition"];
|
|
158
|
+
/** Create platformFunctionDefinition mutation key */ readonly create: () => readonly ["mutation", "platformfunctiondefinition", "create"];
|
|
159
|
+
/** Update platformFunctionDefinition mutation key */ readonly update: (id: string | number) => readonly ["mutation", "platformfunctiondefinition", "update", string | number];
|
|
160
|
+
/** Delete platformFunctionDefinition mutation key */ readonly delete: (id: string | number) => readonly ["mutation", "platformfunctiondefinition", "delete", string | number];
|
|
71
161
|
};
|
|
72
162
|
export declare const platformFunctionDeploymentMutationKeys: {
|
|
73
163
|
/** All platformFunctionDeployment mutation keys */ readonly all: readonly ["mutation", "platformfunctiondeployment"];
|
|
@@ -75,6 +165,36 @@ export declare const platformFunctionDeploymentMutationKeys: {
|
|
|
75
165
|
/** Update platformFunctionDeployment mutation key */ readonly update: (id: string | number) => readonly ["mutation", "platformfunctiondeployment", "update", string | number];
|
|
76
166
|
/** Delete platformFunctionDeployment mutation key */ readonly delete: (id: string | number) => readonly ["mutation", "platformfunctiondeployment", "delete", string | number];
|
|
77
167
|
};
|
|
168
|
+
export declare const platformFunctionDeploymentEventMutationKeys: {
|
|
169
|
+
/** All platformFunctionDeploymentEvent mutation keys */ readonly all: readonly ["mutation", "platformfunctiondeploymentevent"];
|
|
170
|
+
/** Create platformFunctionDeploymentEvent mutation key */ readonly create: () => readonly ["mutation", "platformfunctiondeploymentevent", "create"];
|
|
171
|
+
/** Update platformFunctionDeploymentEvent mutation key */ readonly update: (id: string | number) => readonly ["mutation", "platformfunctiondeploymentevent", "update", string | number];
|
|
172
|
+
/** Delete platformFunctionDeploymentEvent mutation key */ readonly delete: (id: string | number) => readonly ["mutation", "platformfunctiondeploymentevent", "delete", string | number];
|
|
173
|
+
};
|
|
174
|
+
export declare const platformFunctionExecutionLogMutationKeys: {
|
|
175
|
+
/** All platformFunctionExecutionLog mutation keys */ readonly all: readonly ["mutation", "platformfunctionexecutionlog"];
|
|
176
|
+
/** Create platformFunctionExecutionLog mutation key */ readonly create: () => readonly ["mutation", "platformfunctionexecutionlog", "create"];
|
|
177
|
+
/** Update platformFunctionExecutionLog mutation key */ readonly update: (id: string | number) => readonly ["mutation", "platformfunctionexecutionlog", "update", string | number];
|
|
178
|
+
/** Delete platformFunctionExecutionLog mutation key */ readonly delete: (id: string | number) => readonly ["mutation", "platformfunctionexecutionlog", "delete", string | number];
|
|
179
|
+
};
|
|
180
|
+
export declare const platformFunctionInvocationMutationKeys: {
|
|
181
|
+
/** All platformFunctionInvocation mutation keys */ readonly all: readonly ["mutation", "platformfunctioninvocation"];
|
|
182
|
+
/** Create platformFunctionInvocation mutation key */ readonly create: () => readonly ["mutation", "platformfunctioninvocation", "create"];
|
|
183
|
+
/** Update platformFunctionInvocation mutation key */ readonly update: (id: string | number) => readonly ["mutation", "platformfunctioninvocation", "update", string | number];
|
|
184
|
+
/** Delete platformFunctionInvocation mutation key */ readonly delete: (id: string | number) => readonly ["mutation", "platformfunctioninvocation", "delete", string | number];
|
|
185
|
+
};
|
|
186
|
+
export declare const platformNamespaceMutationKeys: {
|
|
187
|
+
/** All platformNamespace mutation keys */ readonly all: readonly ["mutation", "platformnamespace"];
|
|
188
|
+
/** Create platformNamespace mutation key */ readonly create: () => readonly ["mutation", "platformnamespace", "create"];
|
|
189
|
+
/** Update platformNamespace mutation key */ readonly update: (id: string | number) => readonly ["mutation", "platformnamespace", "update", string | number];
|
|
190
|
+
/** Delete platformNamespace mutation key */ readonly delete: (id: string | number) => readonly ["mutation", "platformnamespace", "delete", string | number];
|
|
191
|
+
};
|
|
192
|
+
export declare const platformNamespaceEventMutationKeys: {
|
|
193
|
+
/** All platformNamespaceEvent mutation keys */ readonly all: readonly ["mutation", "platformnamespaceevent"];
|
|
194
|
+
/** Create platformNamespaceEvent mutation key */ readonly create: () => readonly ["mutation", "platformnamespaceevent", "create"];
|
|
195
|
+
/** Update platformNamespaceEvent mutation key */ readonly update: (id: string | number) => readonly ["mutation", "platformnamespaceevent", "update", string | number];
|
|
196
|
+
/** Delete platformNamespaceEvent mutation key */ readonly delete: (id: string | number) => readonly ["mutation", "platformnamespaceevent", "delete", string | number];
|
|
197
|
+
};
|
|
78
198
|
export declare const platformResourceMutationKeys: {
|
|
79
199
|
/** All platformResource mutation keys */ readonly all: readonly ["mutation", "platformresource"];
|
|
80
200
|
/** Create platformResource mutation key */ readonly create: () => readonly ["mutation", "platformresource", "create"];
|
|
@@ -87,41 +207,29 @@ export declare const platformResourceDefinitionMutationKeys: {
|
|
|
87
207
|
/** Update platformResourceDefinition mutation key */ readonly update: (id: string | number) => readonly ["mutation", "platformresourcedefinition", "update", string | number];
|
|
88
208
|
/** Delete platformResourceDefinition mutation key */ readonly delete: (id: string | number) => readonly ["mutation", "platformresourcedefinition", "delete", string | number];
|
|
89
209
|
};
|
|
90
|
-
export declare const infraObjectMutationKeys: {
|
|
91
|
-
/** All infraObject mutation keys */ readonly all: readonly ["mutation", "infraobject"];
|
|
92
|
-
/** Create infraObject mutation key */ readonly create: () => readonly ["mutation", "infraobject", "create"];
|
|
93
|
-
/** Update infraObject mutation key */ readonly update: (id: string | number) => readonly ["mutation", "infraobject", "update", string | number];
|
|
94
|
-
/** Delete infraObject mutation key */ readonly delete: (id: string | number) => readonly ["mutation", "infraobject", "delete", string | number];
|
|
95
|
-
};
|
|
96
|
-
export declare const functionGraphObjectMutationKeys: {
|
|
97
|
-
/** All functionGraphObject mutation keys */ readonly all: readonly ["mutation", "functiongraphobject"];
|
|
98
|
-
/** Create functionGraphObject mutation key */ readonly create: () => readonly ["mutation", "functiongraphobject", "create"];
|
|
99
|
-
/** Update functionGraphObject mutation key */ readonly update: (id: string | number) => readonly ["mutation", "functiongraphobject", "update", string | number];
|
|
100
|
-
/** Delete functionGraphObject mutation key */ readonly delete: (id: string | number) => readonly ["mutation", "functiongraphobject", "delete", string | number];
|
|
101
|
-
};
|
|
102
|
-
export declare const platformFunctionDeploymentEventMutationKeys: {
|
|
103
|
-
/** All platformFunctionDeploymentEvent mutation keys */ readonly all: readonly ["mutation", "platformfunctiondeploymentevent"];
|
|
104
|
-
/** Create platformFunctionDeploymentEvent mutation key */ readonly create: () => readonly ["mutation", "platformfunctiondeploymentevent", "create"];
|
|
105
|
-
/** Update platformFunctionDeploymentEvent mutation key */ readonly update: (id: string | number) => readonly ["mutation", "platformfunctiondeploymentevent", "update", string | number];
|
|
106
|
-
/** Delete platformFunctionDeploymentEvent mutation key */ readonly delete: (id: string | number) => readonly ["mutation", "platformfunctiondeploymentevent", "delete", string | number];
|
|
107
|
-
};
|
|
108
210
|
export declare const platformResourceEventMutationKeys: {
|
|
109
211
|
/** All platformResourceEvent mutation keys */ readonly all: readonly ["mutation", "platformresourceevent"];
|
|
110
212
|
/** Create platformResourceEvent mutation key */ readonly create: () => readonly ["mutation", "platformresourceevent", "create"];
|
|
111
213
|
/** Update platformResourceEvent mutation key */ readonly update: (id: string | number) => readonly ["mutation", "platformresourceevent", "update", string | number];
|
|
112
214
|
/** Delete platformResourceEvent mutation key */ readonly delete: (id: string | number) => readonly ["mutation", "platformresourceevent", "delete", string | number];
|
|
113
215
|
};
|
|
114
|
-
export declare const
|
|
115
|
-
/** All
|
|
116
|
-
/** Create
|
|
117
|
-
/** Update
|
|
118
|
-
/** Delete
|
|
216
|
+
export declare const platformResourceStatusCheckMutationKeys: {
|
|
217
|
+
/** All platformResourceStatusCheck mutation keys */ readonly all: readonly ["mutation", "platformresourcestatuscheck"];
|
|
218
|
+
/** Create platformResourceStatusCheck mutation key */ readonly create: () => readonly ["mutation", "platformresourcestatuscheck", "create"];
|
|
219
|
+
/** Update platformResourceStatusCheck mutation key */ readonly update: (id: string | number) => readonly ["mutation", "platformresourcestatuscheck", "update", string | number];
|
|
220
|
+
/** Delete platformResourceStatusCheck mutation key */ readonly delete: (id: string | number) => readonly ["mutation", "platformresourcestatuscheck", "delete", string | number];
|
|
119
221
|
};
|
|
120
|
-
export declare const
|
|
121
|
-
/** All
|
|
122
|
-
/** Create
|
|
123
|
-
/** Update
|
|
124
|
-
/** Delete
|
|
222
|
+
export declare const platformResourcesRequirementsStateMutationKeys: {
|
|
223
|
+
/** All platformResourcesRequirementsState mutation keys */ readonly all: readonly ["mutation", "platformresourcesrequirementsstate"];
|
|
224
|
+
/** Create platformResourcesRequirementsState mutation key */ readonly create: () => readonly ["mutation", "platformresourcesrequirementsstate", "create"];
|
|
225
|
+
/** Update platformResourcesRequirementsState mutation key */ readonly update: (id: string | number) => readonly ["mutation", "platformresourcesrequirementsstate", "update", string | number];
|
|
226
|
+
/** Delete platformResourcesRequirementsState mutation key */ readonly delete: (id: string | number) => readonly ["mutation", "platformresourcesrequirementsstate", "delete", string | number];
|
|
227
|
+
};
|
|
228
|
+
export declare const platformResourcesResolvedRequirementMutationKeys: {
|
|
229
|
+
/** All platformResourcesResolvedRequirement mutation keys */ readonly all: readonly ["mutation", "platformresourcesresolvedrequirement"];
|
|
230
|
+
/** Create platformResourcesResolvedRequirement mutation key */ readonly create: () => readonly ["mutation", "platformresourcesresolvedrequirement", "create"];
|
|
231
|
+
/** Update platformResourcesResolvedRequirement mutation key */ readonly update: (id: string | number) => readonly ["mutation", "platformresourcesresolvedrequirement", "update", string | number];
|
|
232
|
+
/** Delete platformResourcesResolvedRequirement mutation key */ readonly delete: (id: string | number) => readonly ["mutation", "platformresourcesresolvedrequirement", "delete", string | number];
|
|
125
233
|
};
|
|
126
234
|
export declare const resourceMutationKeys: {
|
|
127
235
|
/** All resource mutation keys */ readonly all: readonly ["mutation", "resource"];
|
|
@@ -135,53 +243,23 @@ export declare const resourceDefinitionMutationKeys: {
|
|
|
135
243
|
/** Update resourceDefinition mutation key */ readonly update: (id: string | number) => readonly ["mutation", "resourcedefinition", "update", string | number];
|
|
136
244
|
/** Delete resourceDefinition mutation key */ readonly delete: (id: string | number) => readonly ["mutation", "resourcedefinition", "delete", string | number];
|
|
137
245
|
};
|
|
138
|
-
export declare const functionDeploymentEventMutationKeys: {
|
|
139
|
-
/** All functionDeploymentEvent mutation keys */ readonly all: readonly ["mutation", "functiondeploymentevent"];
|
|
140
|
-
/** Create functionDeploymentEvent mutation key */ readonly create: () => readonly ["mutation", "functiondeploymentevent", "create"];
|
|
141
|
-
/** Update functionDeploymentEvent mutation key */ readonly update: (id: string | number) => readonly ["mutation", "functiondeploymentevent", "update", string | number];
|
|
142
|
-
/** Delete functionDeploymentEvent mutation key */ readonly delete: (id: string | number) => readonly ["mutation", "functiondeploymentevent", "delete", string | number];
|
|
143
|
-
};
|
|
144
|
-
export declare const platformFunctionExecutionLogMutationKeys: {
|
|
145
|
-
/** All platformFunctionExecutionLog mutation keys */ readonly all: readonly ["mutation", "platformfunctionexecutionlog"];
|
|
146
|
-
/** Create platformFunctionExecutionLog mutation key */ readonly create: () => readonly ["mutation", "platformfunctionexecutionlog", "create"];
|
|
147
|
-
/** Update platformFunctionExecutionLog mutation key */ readonly update: (id: string | number) => readonly ["mutation", "platformfunctionexecutionlog", "update", string | number];
|
|
148
|
-
/** Delete platformFunctionExecutionLog mutation key */ readonly delete: (id: string | number) => readonly ["mutation", "platformfunctionexecutionlog", "delete", string | number];
|
|
149
|
-
};
|
|
150
246
|
export declare const resourceEventMutationKeys: {
|
|
151
247
|
/** All resourceEvent mutation keys */ readonly all: readonly ["mutation", "resourceevent"];
|
|
152
248
|
/** Create resourceEvent mutation key */ readonly create: () => readonly ["mutation", "resourceevent", "create"];
|
|
153
249
|
/** Update resourceEvent mutation key */ readonly update: (id: string | number) => readonly ["mutation", "resourceevent", "update", string | number];
|
|
154
250
|
/** Delete resourceEvent mutation key */ readonly delete: (id: string | number) => readonly ["mutation", "resourceevent", "delete", string | number];
|
|
155
251
|
};
|
|
156
|
-
export declare const
|
|
157
|
-
/** All
|
|
158
|
-
/** Create
|
|
159
|
-
/** Update
|
|
160
|
-
/** Delete
|
|
161
|
-
};
|
|
162
|
-
export declare const infraCommitMutationKeys: {
|
|
163
|
-
/** All infraCommit mutation keys */ readonly all: readonly ["mutation", "infracommit"];
|
|
164
|
-
/** Create infraCommit mutation key */ readonly create: () => readonly ["mutation", "infracommit", "create"];
|
|
165
|
-
/** Update infraCommit mutation key */ readonly update: (id: string | number) => readonly ["mutation", "infracommit", "update", string | number];
|
|
166
|
-
/** Delete infraCommit mutation key */ readonly delete: (id: string | number) => readonly ["mutation", "infracommit", "delete", string | number];
|
|
167
|
-
};
|
|
168
|
-
export declare const functionGraphCommitMutationKeys: {
|
|
169
|
-
/** All functionGraphCommit mutation keys */ readonly all: readonly ["mutation", "functiongraphcommit"];
|
|
170
|
-
/** Create functionGraphCommit mutation key */ readonly create: () => readonly ["mutation", "functiongraphcommit", "create"];
|
|
171
|
-
/** Update functionGraphCommit mutation key */ readonly update: (id: string | number) => readonly ["mutation", "functiongraphcommit", "update", string | number];
|
|
172
|
-
/** Delete functionGraphCommit mutation key */ readonly delete: (id: string | number) => readonly ["mutation", "functiongraphcommit", "delete", string | number];
|
|
173
|
-
};
|
|
174
|
-
export declare const functionExecutionLogMutationKeys: {
|
|
175
|
-
/** All functionExecutionLog mutation keys */ readonly all: readonly ["mutation", "functionexecutionlog"];
|
|
176
|
-
/** Create functionExecutionLog mutation key */ readonly create: () => readonly ["mutation", "functionexecutionlog", "create"];
|
|
177
|
-
/** Update functionExecutionLog mutation key */ readonly update: (id: string | number) => readonly ["mutation", "functionexecutionlog", "update", string | number];
|
|
178
|
-
/** Delete functionExecutionLog mutation key */ readonly delete: (id: string | number) => readonly ["mutation", "functionexecutionlog", "delete", string | number];
|
|
252
|
+
export declare const resourceStatusCheckMutationKeys: {
|
|
253
|
+
/** All resourceStatusCheck mutation keys */ readonly all: readonly ["mutation", "resourcestatuscheck"];
|
|
254
|
+
/** Create resourceStatusCheck mutation key */ readonly create: () => readonly ["mutation", "resourcestatuscheck", "create"];
|
|
255
|
+
/** Update resourceStatusCheck mutation key */ readonly update: (id: string | number) => readonly ["mutation", "resourcestatuscheck", "update", string | number];
|
|
256
|
+
/** Delete resourceStatusCheck mutation key */ readonly delete: (id: string | number) => readonly ["mutation", "resourcestatuscheck", "delete", string | number];
|
|
179
257
|
};
|
|
180
|
-
export declare const
|
|
181
|
-
/** All
|
|
182
|
-
/** Create
|
|
183
|
-
/** Update
|
|
184
|
-
/** Delete
|
|
258
|
+
export declare const resourcesRequirementsStateMutationKeys: {
|
|
259
|
+
/** All resourcesRequirementsState mutation keys */ readonly all: readonly ["mutation", "resourcesrequirementsstate"];
|
|
260
|
+
/** Create resourcesRequirementsState mutation key */ readonly create: () => readonly ["mutation", "resourcesrequirementsstate", "create"];
|
|
261
|
+
/** Update resourcesRequirementsState mutation key */ readonly update: (id: string | number) => readonly ["mutation", "resourcesrequirementsstate", "update", string | number];
|
|
262
|
+
/** Delete resourcesRequirementsState mutation key */ readonly delete: (id: string | number) => readonly ["mutation", "resourcesrequirementsstate", "delete", string | number];
|
|
185
263
|
};
|
|
186
264
|
export declare const resourcesResolvedRequirementMutationKeys: {
|
|
187
265
|
/** All resourcesResolvedRequirement mutation keys */ readonly all: readonly ["mutation", "resourcesresolvedrequirement"];
|
|
@@ -189,102 +267,24 @@ export declare const resourcesResolvedRequirementMutationKeys: {
|
|
|
189
267
|
/** Update resourcesResolvedRequirement mutation key */ readonly update: (id: string | number) => readonly ["mutation", "resourcesresolvedrequirement", "update", string | number];
|
|
190
268
|
/** Delete resourcesResolvedRequirement mutation key */ readonly delete: (id: string | number) => readonly ["mutation", "resourcesresolvedrequirement", "delete", string | number];
|
|
191
269
|
};
|
|
192
|
-
export declare const dbPresetMutationKeys: {
|
|
193
|
-
/** All dbPreset mutation keys */ readonly all: readonly ["mutation", "dbpreset"];
|
|
194
|
-
/** Create dbPreset mutation key */ readonly create: () => readonly ["mutation", "dbpreset", "create"];
|
|
195
|
-
/** Update dbPreset mutation key */ readonly update: (id: string | number) => readonly ["mutation", "dbpreset", "update", string | number];
|
|
196
|
-
/** Delete dbPreset mutation key */ readonly delete: (id: string | number) => readonly ["mutation", "dbpreset", "delete", string | number];
|
|
197
|
-
};
|
|
198
|
-
export declare const platformNamespaceMutationKeys: {
|
|
199
|
-
/** All platformNamespace mutation keys */ readonly all: readonly ["mutation", "platformnamespace"];
|
|
200
|
-
/** Create platformNamespace mutation key */ readonly create: () => readonly ["mutation", "platformnamespace", "create"];
|
|
201
|
-
/** Update platformNamespace mutation key */ readonly update: (id: string | number) => readonly ["mutation", "platformnamespace", "update", string | number];
|
|
202
|
-
/** Delete platformNamespace mutation key */ readonly delete: (id: string | number) => readonly ["mutation", "platformnamespace", "delete", string | number];
|
|
203
|
-
};
|
|
204
|
-
export declare const functionGraphMutationKeys: {
|
|
205
|
-
/** All functionGraph mutation keys */ readonly all: readonly ["mutation", "functiongraph"];
|
|
206
|
-
/** Create functionGraph mutation key */ readonly create: () => readonly ["mutation", "functiongraph", "create"];
|
|
207
|
-
/** Update functionGraph mutation key */ readonly update: (id: string | number) => readonly ["mutation", "functiongraph", "update", string | number];
|
|
208
|
-
/** Delete functionGraph mutation key */ readonly delete: (id: string | number) => readonly ["mutation", "functiongraph", "delete", string | number];
|
|
209
|
-
};
|
|
210
|
-
export declare const functionGraphExecutionNodeStateMutationKeys: {
|
|
211
|
-
/** All functionGraphExecutionNodeState mutation keys */ readonly all: readonly ["mutation", "functiongraphexecutionnodestate"];
|
|
212
|
-
/** Create functionGraphExecutionNodeState mutation key */ readonly create: () => readonly ["mutation", "functiongraphexecutionnodestate", "create"];
|
|
213
|
-
/** Update functionGraphExecutionNodeState mutation key */ readonly update: (id: string | number) => readonly ["mutation", "functiongraphexecutionnodestate", "update", string | number];
|
|
214
|
-
/** Delete functionGraphExecutionNodeState mutation key */ readonly delete: (id: string | number) => readonly ["mutation", "functiongraphexecutionnodestate", "delete", string | number];
|
|
215
|
-
};
|
|
216
|
-
export declare const namespaceMutationKeys: {
|
|
217
|
-
/** All namespace mutation keys */ readonly all: readonly ["mutation", "namespace"];
|
|
218
|
-
/** Create namespace mutation key */ readonly create: () => readonly ["mutation", "namespace", "create"];
|
|
219
|
-
/** Update namespace mutation key */ readonly update: (id: string | number) => readonly ["mutation", "namespace", "update", string | number];
|
|
220
|
-
/** Delete namespace mutation key */ readonly delete: (id: string | number) => readonly ["mutation", "namespace", "delete", string | number];
|
|
221
|
-
};
|
|
222
|
-
export declare const platformFunctionInvocationMutationKeys: {
|
|
223
|
-
/** All platformFunctionInvocation mutation keys */ readonly all: readonly ["mutation", "platformfunctioninvocation"];
|
|
224
|
-
/** Create platformFunctionInvocation mutation key */ readonly create: () => readonly ["mutation", "platformfunctioninvocation", "create"];
|
|
225
|
-
/** Update platformFunctionInvocation mutation key */ readonly update: (id: string | number) => readonly ["mutation", "platformfunctioninvocation", "update", string | number];
|
|
226
|
-
/** Delete platformFunctionInvocation mutation key */ readonly delete: (id: string | number) => readonly ["mutation", "platformfunctioninvocation", "delete", string | number];
|
|
227
|
-
};
|
|
228
|
-
export declare const functionInvocationMutationKeys: {
|
|
229
|
-
/** All functionInvocation mutation keys */ readonly all: readonly ["mutation", "functioninvocation"];
|
|
230
|
-
/** Create functionInvocation mutation key */ readonly create: () => readonly ["mutation", "functioninvocation", "create"];
|
|
231
|
-
/** Update functionInvocation mutation key */ readonly update: (id: string | number) => readonly ["mutation", "functioninvocation", "update", string | number];
|
|
232
|
-
/** Delete functionInvocation mutation key */ readonly delete: (id: string | number) => readonly ["mutation", "functioninvocation", "delete", string | number];
|
|
233
|
-
};
|
|
234
|
-
export declare const platformNamespaceEventMutationKeys: {
|
|
235
|
-
/** All platformNamespaceEvent mutation keys */ readonly all: readonly ["mutation", "platformnamespaceevent"];
|
|
236
|
-
/** Create platformNamespaceEvent mutation key */ readonly create: () => readonly ["mutation", "platformnamespaceevent", "create"];
|
|
237
|
-
/** Update platformNamespaceEvent mutation key */ readonly update: (id: string | number) => readonly ["mutation", "platformnamespaceevent", "update", string | number];
|
|
238
|
-
/** Delete platformNamespaceEvent mutation key */ readonly delete: (id: string | number) => readonly ["mutation", "platformnamespaceevent", "delete", string | number];
|
|
239
|
-
};
|
|
240
|
-
export declare const integrationProviderMutationKeys: {
|
|
241
|
-
/** All integrationProvider mutation keys */ readonly all: readonly ["mutation", "integrationprovider"];
|
|
242
|
-
/** Create integrationProvider mutation key */ readonly create: () => readonly ["mutation", "integrationprovider", "create"];
|
|
243
|
-
/** Update integrationProvider mutation key */ readonly update: (id: string | number) => readonly ["mutation", "integrationprovider", "update", string | number];
|
|
244
|
-
/** Delete integrationProvider mutation key */ readonly delete: (id: string | number) => readonly ["mutation", "integrationprovider", "delete", string | number];
|
|
245
|
-
};
|
|
246
|
-
export declare const namespaceEventMutationKeys: {
|
|
247
|
-
/** All namespaceEvent mutation keys */ readonly all: readonly ["mutation", "namespaceevent"];
|
|
248
|
-
/** Create namespaceEvent mutation key */ readonly create: () => readonly ["mutation", "namespaceevent", "create"];
|
|
249
|
-
/** Update namespaceEvent mutation key */ readonly update: (id: string | number) => readonly ["mutation", "namespaceevent", "update", string | number];
|
|
250
|
-
/** Delete namespaceEvent mutation key */ readonly delete: (id: string | number) => readonly ["mutation", "namespaceevent", "delete", string | number];
|
|
251
|
-
};
|
|
252
|
-
export declare const functionGraphExecutionMutationKeys: {
|
|
253
|
-
/** All functionGraphExecution mutation keys */ readonly all: readonly ["mutation", "functiongraphexecution"];
|
|
254
|
-
/** Create functionGraphExecution mutation key */ readonly create: () => readonly ["mutation", "functiongraphexecution", "create"];
|
|
255
|
-
/** Update functionGraphExecution mutation key */ readonly update: (id: string | number) => readonly ["mutation", "functiongraphexecution", "update", string | number];
|
|
256
|
-
/** Delete functionGraphExecution mutation key */ readonly delete: (id: string | number) => readonly ["mutation", "functiongraphexecution", "delete", string | number];
|
|
257
|
-
};
|
|
258
|
-
export declare const platformFunctionDefinitionMutationKeys: {
|
|
259
|
-
/** All platformFunctionDefinition mutation keys */ readonly all: readonly ["mutation", "platformfunctiondefinition"];
|
|
260
|
-
/** Create platformFunctionDefinition mutation key */ readonly create: () => readonly ["mutation", "platformfunctiondefinition", "create"];
|
|
261
|
-
/** Update platformFunctionDefinition mutation key */ readonly update: (id: string | number) => readonly ["mutation", "platformfunctiondefinition", "update", string | number];
|
|
262
|
-
/** Delete platformFunctionDefinition mutation key */ readonly delete: (id: string | number) => readonly ["mutation", "platformfunctiondefinition", "delete", string | number];
|
|
263
|
-
};
|
|
264
|
-
export declare const functionDefinitionMutationKeys: {
|
|
265
|
-
/** All functionDefinition mutation keys */ readonly all: readonly ["mutation", "functiondefinition"];
|
|
266
|
-
/** Create functionDefinition mutation key */ readonly create: () => readonly ["mutation", "functiondefinition", "create"];
|
|
267
|
-
/** Update functionDefinition mutation key */ readonly update: (id: string | number) => readonly ["mutation", "functiondefinition", "update", string | number];
|
|
268
|
-
/** Delete functionDefinition mutation key */ readonly delete: (id: string | number) => readonly ["mutation", "functiondefinition", "delete", string | number];
|
|
269
|
-
};
|
|
270
270
|
export declare const customMutationKeys: {
|
|
271
|
-
/** Mutation key for
|
|
272
|
-
/** Mutation key for infraInitEmptyRepo */ readonly infraInitEmptyRepo: (identifier?: string) => readonly ["mutation", "infraInitEmptyRepo", string] | readonly ["mutation", "infraInitEmptyRepo"];
|
|
273
|
-
/** Mutation key for initEmptyRepo */ readonly initEmptyRepo: (identifier?: string) => readonly ["mutation", "initEmptyRepo", string] | readonly ["mutation", "initEmptyRepo"];
|
|
274
|
-
/** Mutation key for importDefinitions */ readonly importDefinitions: (identifier?: string) => readonly ["mutation", "importDefinitions", string] | readonly ["mutation", "importDefinitions"];
|
|
275
|
-
/** Mutation key for infraSetDataAtPath */ readonly infraSetDataAtPath: (identifier?: string) => readonly ["mutation", "infraSetDataAtPath", string] | readonly ["mutation", "infraSetDataAtPath"];
|
|
276
|
-
/** Mutation key for setDataAtPath */ readonly setDataAtPath: (identifier?: string) => readonly ["mutation", "setDataAtPath", string] | readonly ["mutation", "setDataAtPath"];
|
|
277
|
-
/** Mutation key for copyGraph */ readonly copyGraph: (identifier?: string) => readonly ["mutation", "copyGraph", string] | readonly ["mutation", "copyGraph"];
|
|
278
|
-
/** Mutation key for saveGraph */ readonly saveGraph: (identifier?: string) => readonly ["mutation", "saveGraph", string] | readonly ["mutation", "saveGraph"];
|
|
271
|
+
/** Mutation key for addEdge */ readonly addEdge: (identifier?: string) => readonly ["mutation", "addEdge", string] | readonly ["mutation", "addEdge"];
|
|
279
272
|
/** Mutation key for addEdgeAndSave */ readonly addEdgeAndSave: (identifier?: string) => readonly ["mutation", "addEdgeAndSave", string] | readonly ["mutation", "addEdgeAndSave"];
|
|
273
|
+
/** Mutation key for addNode */ readonly addNode: (identifier?: string) => readonly ["mutation", "addNode", string] | readonly ["mutation", "addNode"];
|
|
280
274
|
/** Mutation key for addNodeAndSave */ readonly addNodeAndSave: (identifier?: string) => readonly ["mutation", "addNodeAndSave", string] | readonly ["mutation", "addNodeAndSave"];
|
|
275
|
+
/** Mutation key for copyGraph */ readonly copyGraph: (identifier?: string) => readonly ["mutation", "copyGraph", string] | readonly ["mutation", "copyGraph"];
|
|
276
|
+
/** Mutation key for importDefinitions */ readonly importDefinitions: (identifier?: string) => readonly ["mutation", "importDefinitions", string] | readonly ["mutation", "importDefinitions"];
|
|
281
277
|
/** Mutation key for importGraphJson */ readonly importGraphJson: (identifier?: string) => readonly ["mutation", "importGraphJson", string] | readonly ["mutation", "importGraphJson"];
|
|
282
|
-
/** Mutation key for
|
|
283
|
-
/** Mutation key for addNode */ readonly addNode: (identifier?: string) => readonly ["mutation", "addNode", string] | readonly ["mutation", "addNode"];
|
|
278
|
+
/** Mutation key for infraInitEmptyRepo */ readonly infraInitEmptyRepo: (identifier?: string) => readonly ["mutation", "infraInitEmptyRepo", string] | readonly ["mutation", "infraInitEmptyRepo"];
|
|
284
279
|
/** Mutation key for infraInsertNodeAtPath */ readonly infraInsertNodeAtPath: (identifier?: string) => readonly ["mutation", "infraInsertNodeAtPath", string] | readonly ["mutation", "infraInsertNodeAtPath"];
|
|
280
|
+
/** Mutation key for infraSetDataAtPath */ readonly infraSetDataAtPath: (identifier?: string) => readonly ["mutation", "infraSetDataAtPath", string] | readonly ["mutation", "infraSetDataAtPath"];
|
|
281
|
+
/** Mutation key for initEmptyRepo */ readonly initEmptyRepo: (identifier?: string) => readonly ["mutation", "initEmptyRepo", string] | readonly ["mutation", "initEmptyRepo"];
|
|
285
282
|
/** Mutation key for insertNodeAtPath */ readonly insertNodeAtPath: (identifier?: string) => readonly ["mutation", "insertNodeAtPath", string] | readonly ["mutation", "insertNodeAtPath"];
|
|
286
|
-
/** Mutation key for startExecution */ readonly startExecution: (identifier?: string) => readonly ["mutation", "startExecution", string] | readonly ["mutation", "startExecution"];
|
|
287
283
|
/** Mutation key for provisionBucket */ readonly provisionBucket: (identifier?: string) => readonly ["mutation", "provisionBucket", string] | readonly ["mutation", "provisionBucket"];
|
|
284
|
+
/** Mutation key for saveGraph */ readonly saveGraph: (identifier?: string) => readonly ["mutation", "saveGraph", string] | readonly ["mutation", "saveGraph"];
|
|
285
|
+
/** Mutation key for setDataAtPath */ readonly setDataAtPath: (identifier?: string) => readonly ["mutation", "setDataAtPath", string] | readonly ["mutation", "setDataAtPath"];
|
|
286
|
+
/** Mutation key for startExecution */ readonly startExecution: (identifier?: string) => readonly ["mutation", "startExecution", string] | readonly ["mutation", "startExecution"];
|
|
287
|
+
/** Mutation key for validateFunctionGraph */ readonly validateFunctionGraph: (identifier?: string) => readonly ["mutation", "validateFunctionGraph", string] | readonly ["mutation", "validateFunctionGraph"];
|
|
288
288
|
};
|
|
289
289
|
/**
|
|
290
290
|
|
|
@@ -309,11 +309,95 @@ export declare const customMutationKeys: {
|
|
|
309
309
|
* ```
|
|
310
310
|
*/
|
|
311
311
|
export declare const mutationKeys: {
|
|
312
|
-
readonly
|
|
313
|
-
/** All
|
|
314
|
-
/** Create
|
|
315
|
-
/** Update
|
|
316
|
-
/** Delete
|
|
312
|
+
readonly dbPreset: {
|
|
313
|
+
/** All dbPreset mutation keys */ readonly all: readonly ["mutation", "dbpreset"];
|
|
314
|
+
/** Create dbPreset mutation key */ readonly create: () => readonly ["mutation", "dbpreset", "create"];
|
|
315
|
+
/** Update dbPreset mutation key */ readonly update: (id: string | number) => readonly ["mutation", "dbpreset", "update", string | number];
|
|
316
|
+
/** Delete dbPreset mutation key */ readonly delete: (id: string | number) => readonly ["mutation", "dbpreset", "delete", string | number];
|
|
317
|
+
};
|
|
318
|
+
readonly functionApiBinding: {
|
|
319
|
+
/** All functionApiBinding mutation keys */ readonly all: readonly ["mutation", "functionapibinding"];
|
|
320
|
+
/** Create functionApiBinding mutation key */ readonly create: () => readonly ["mutation", "functionapibinding", "create"];
|
|
321
|
+
/** Update functionApiBinding mutation key */ readonly update: (id: string | number) => readonly ["mutation", "functionapibinding", "update", string | number];
|
|
322
|
+
/** Delete functionApiBinding mutation key */ readonly delete: (id: string | number) => readonly ["mutation", "functionapibinding", "delete", string | number];
|
|
323
|
+
};
|
|
324
|
+
readonly functionDefinition: {
|
|
325
|
+
/** All functionDefinition mutation keys */ readonly all: readonly ["mutation", "functiondefinition"];
|
|
326
|
+
/** Create functionDefinition mutation key */ readonly create: () => readonly ["mutation", "functiondefinition", "create"];
|
|
327
|
+
/** Update functionDefinition mutation key */ readonly update: (id: string | number) => readonly ["mutation", "functiondefinition", "update", string | number];
|
|
328
|
+
/** Delete functionDefinition mutation key */ readonly delete: (id: string | number) => readonly ["mutation", "functiondefinition", "delete", string | number];
|
|
329
|
+
};
|
|
330
|
+
readonly functionDeployment: {
|
|
331
|
+
/** All functionDeployment mutation keys */ readonly all: readonly ["mutation", "functiondeployment"];
|
|
332
|
+
/** Create functionDeployment mutation key */ readonly create: () => readonly ["mutation", "functiondeployment", "create"];
|
|
333
|
+
/** Update functionDeployment mutation key */ readonly update: (id: string | number) => readonly ["mutation", "functiondeployment", "update", string | number];
|
|
334
|
+
/** Delete functionDeployment mutation key */ readonly delete: (id: string | number) => readonly ["mutation", "functiondeployment", "delete", string | number];
|
|
335
|
+
};
|
|
336
|
+
readonly functionDeploymentEvent: {
|
|
337
|
+
/** All functionDeploymentEvent mutation keys */ readonly all: readonly ["mutation", "functiondeploymentevent"];
|
|
338
|
+
/** Create functionDeploymentEvent mutation key */ readonly create: () => readonly ["mutation", "functiondeploymentevent", "create"];
|
|
339
|
+
/** Update functionDeploymentEvent mutation key */ readonly update: (id: string | number) => readonly ["mutation", "functiondeploymentevent", "update", string | number];
|
|
340
|
+
/** Delete functionDeploymentEvent mutation key */ readonly delete: (id: string | number) => readonly ["mutation", "functiondeploymentevent", "delete", string | number];
|
|
341
|
+
};
|
|
342
|
+
readonly functionExecutionLog: {
|
|
343
|
+
/** All functionExecutionLog mutation keys */ readonly all: readonly ["mutation", "functionexecutionlog"];
|
|
344
|
+
/** Create functionExecutionLog mutation key */ readonly create: () => readonly ["mutation", "functionexecutionlog", "create"];
|
|
345
|
+
/** Update functionExecutionLog mutation key */ readonly update: (id: string | number) => readonly ["mutation", "functionexecutionlog", "update", string | number];
|
|
346
|
+
/** Delete functionExecutionLog mutation key */ readonly delete: (id: string | number) => readonly ["mutation", "functionexecutionlog", "delete", string | number];
|
|
347
|
+
};
|
|
348
|
+
readonly functionGraphCommit: {
|
|
349
|
+
/** All functionGraphCommit mutation keys */ readonly all: readonly ["mutation", "functiongraphcommit"];
|
|
350
|
+
/** Create functionGraphCommit mutation key */ readonly create: () => readonly ["mutation", "functiongraphcommit", "create"];
|
|
351
|
+
/** Update functionGraphCommit mutation key */ readonly update: (id: string | number) => readonly ["mutation", "functiongraphcommit", "update", string | number];
|
|
352
|
+
/** Delete functionGraphCommit mutation key */ readonly delete: (id: string | number) => readonly ["mutation", "functiongraphcommit", "delete", string | number];
|
|
353
|
+
};
|
|
354
|
+
readonly functionGraph: {
|
|
355
|
+
/** All functionGraph mutation keys */ readonly all: readonly ["mutation", "functiongraph"];
|
|
356
|
+
/** Create functionGraph mutation key */ readonly create: () => readonly ["mutation", "functiongraph", "create"];
|
|
357
|
+
/** Update functionGraph mutation key */ readonly update: (id: string | number) => readonly ["mutation", "functiongraph", "update", string | number];
|
|
358
|
+
/** Delete functionGraph mutation key */ readonly delete: (id: string | number) => readonly ["mutation", "functiongraph", "delete", string | number];
|
|
359
|
+
};
|
|
360
|
+
readonly functionGraphExecution: {
|
|
361
|
+
/** All functionGraphExecution mutation keys */ readonly all: readonly ["mutation", "functiongraphexecution"];
|
|
362
|
+
/** Create functionGraphExecution mutation key */ readonly create: () => readonly ["mutation", "functiongraphexecution", "create"];
|
|
363
|
+
/** Update functionGraphExecution mutation key */ readonly update: (id: string | number) => readonly ["mutation", "functiongraphexecution", "update", string | number];
|
|
364
|
+
/** Delete functionGraphExecution mutation key */ readonly delete: (id: string | number) => readonly ["mutation", "functiongraphexecution", "delete", string | number];
|
|
365
|
+
};
|
|
366
|
+
readonly functionGraphExecutionNodeState: {
|
|
367
|
+
/** All functionGraphExecutionNodeState mutation keys */ readonly all: readonly ["mutation", "functiongraphexecutionnodestate"];
|
|
368
|
+
/** Create functionGraphExecutionNodeState mutation key */ readonly create: () => readonly ["mutation", "functiongraphexecutionnodestate", "create"];
|
|
369
|
+
/** Update functionGraphExecutionNodeState mutation key */ readonly update: (id: string | number) => readonly ["mutation", "functiongraphexecutionnodestate", "update", string | number];
|
|
370
|
+
/** Delete functionGraphExecutionNodeState mutation key */ readonly delete: (id: string | number) => readonly ["mutation", "functiongraphexecutionnodestate", "delete", string | number];
|
|
371
|
+
};
|
|
372
|
+
readonly functionGraphExecutionOutput: {
|
|
373
|
+
/** All functionGraphExecutionOutput mutation keys */ readonly all: readonly ["mutation", "functiongraphexecutionoutput"];
|
|
374
|
+
/** Create functionGraphExecutionOutput mutation key */ readonly create: () => readonly ["mutation", "functiongraphexecutionoutput", "create"];
|
|
375
|
+
/** Update functionGraphExecutionOutput mutation key */ readonly update: (id: string | number) => readonly ["mutation", "functiongraphexecutionoutput", "update", string | number];
|
|
376
|
+
/** Delete functionGraphExecutionOutput mutation key */ readonly delete: (id: string | number) => readonly ["mutation", "functiongraphexecutionoutput", "delete", string | number];
|
|
377
|
+
};
|
|
378
|
+
readonly functionGraphObject: {
|
|
379
|
+
/** All functionGraphObject mutation keys */ readonly all: readonly ["mutation", "functiongraphobject"];
|
|
380
|
+
/** Create functionGraphObject mutation key */ readonly create: () => readonly ["mutation", "functiongraphobject", "create"];
|
|
381
|
+
/** Update functionGraphObject mutation key */ readonly update: (id: string | number) => readonly ["mutation", "functiongraphobject", "update", string | number];
|
|
382
|
+
/** Delete functionGraphObject mutation key */ readonly delete: (id: string | number) => readonly ["mutation", "functiongraphobject", "delete", string | number];
|
|
383
|
+
};
|
|
384
|
+
readonly functionGraphRef: {
|
|
385
|
+
/** All functionGraphRef mutation keys */ readonly all: readonly ["mutation", "functiongraphref"];
|
|
386
|
+
/** Create functionGraphRef mutation key */ readonly create: () => readonly ["mutation", "functiongraphref", "create"];
|
|
387
|
+
/** Update functionGraphRef mutation key */ readonly update: (id: string | number) => readonly ["mutation", "functiongraphref", "update", string | number];
|
|
388
|
+
/** Delete functionGraphRef mutation key */ readonly delete: (id: string | number) => readonly ["mutation", "functiongraphref", "delete", string | number];
|
|
389
|
+
};
|
|
390
|
+
readonly functionGraphStore: {
|
|
391
|
+
/** All functionGraphStore mutation keys */ readonly all: readonly ["mutation", "functiongraphstore"];
|
|
392
|
+
/** Create functionGraphStore mutation key */ readonly create: () => readonly ["mutation", "functiongraphstore", "create"];
|
|
393
|
+
/** Update functionGraphStore mutation key */ readonly update: (id: string | number) => readonly ["mutation", "functiongraphstore", "update", string | number];
|
|
394
|
+
/** Delete functionGraphStore mutation key */ readonly delete: (id: string | number) => readonly ["mutation", "functiongraphstore", "delete", string | number];
|
|
395
|
+
};
|
|
396
|
+
readonly functionInvocation: {
|
|
397
|
+
/** All functionInvocation mutation keys */ readonly all: readonly ["mutation", "functioninvocation"];
|
|
398
|
+
/** Create functionInvocation mutation key */ readonly create: () => readonly ["mutation", "functioninvocation", "create"];
|
|
399
|
+
/** Update functionInvocation mutation key */ readonly update: (id: string | number) => readonly ["mutation", "functioninvocation", "update", string | number];
|
|
400
|
+
/** Delete functionInvocation mutation key */ readonly delete: (id: string | number) => readonly ["mutation", "functioninvocation", "delete", string | number];
|
|
317
401
|
};
|
|
318
402
|
readonly getAllRecord: {
|
|
319
403
|
/** All getAllRecord mutation keys */ readonly all: readonly ["mutation", "getallrecord"];
|
|
@@ -321,6 +405,24 @@ export declare const mutationKeys: {
|
|
|
321
405
|
/** Update getAllRecord mutation key */ readonly update: (id: string | number) => readonly ["mutation", "getallrecord", "update", string | number];
|
|
322
406
|
/** Delete getAllRecord mutation key */ readonly delete: (id: string | number) => readonly ["mutation", "getallrecord", "delete", string | number];
|
|
323
407
|
};
|
|
408
|
+
readonly infraCommit: {
|
|
409
|
+
/** All infraCommit mutation keys */ readonly all: readonly ["mutation", "infracommit"];
|
|
410
|
+
/** Create infraCommit mutation key */ readonly create: () => readonly ["mutation", "infracommit", "create"];
|
|
411
|
+
/** Update infraCommit mutation key */ readonly update: (id: string | number) => readonly ["mutation", "infracommit", "update", string | number];
|
|
412
|
+
/** Delete infraCommit mutation key */ readonly delete: (id: string | number) => readonly ["mutation", "infracommit", "delete", string | number];
|
|
413
|
+
};
|
|
414
|
+
readonly infraGetAllRecord: {
|
|
415
|
+
/** All infraGetAllRecord mutation keys */ readonly all: readonly ["mutation", "infragetallrecord"];
|
|
416
|
+
/** Create infraGetAllRecord mutation key */ readonly create: () => readonly ["mutation", "infragetallrecord", "create"];
|
|
417
|
+
/** Update infraGetAllRecord mutation key */ readonly update: (id: string | number) => readonly ["mutation", "infragetallrecord", "update", string | number];
|
|
418
|
+
/** Delete infraGetAllRecord mutation key */ readonly delete: (id: string | number) => readonly ["mutation", "infragetallrecord", "delete", string | number];
|
|
419
|
+
};
|
|
420
|
+
readonly infraObject: {
|
|
421
|
+
/** All infraObject mutation keys */ readonly all: readonly ["mutation", "infraobject"];
|
|
422
|
+
/** Create infraObject mutation key */ readonly create: () => readonly ["mutation", "infraobject", "create"];
|
|
423
|
+
/** Update infraObject mutation key */ readonly update: (id: string | number) => readonly ["mutation", "infraobject", "update", string | number];
|
|
424
|
+
/** Delete infraObject mutation key */ readonly delete: (id: string | number) => readonly ["mutation", "infraobject", "delete", string | number];
|
|
425
|
+
};
|
|
324
426
|
readonly infraRef: {
|
|
325
427
|
/** All infraRef mutation keys */ readonly all: readonly ["mutation", "infraref"];
|
|
326
428
|
/** Create infraRef mutation key */ readonly create: () => readonly ["mutation", "infraref", "create"];
|
|
@@ -333,23 +435,23 @@ export declare const mutationKeys: {
|
|
|
333
435
|
/** Update infraStore mutation key */ readonly update: (id: string | number) => readonly ["mutation", "infrastore", "update", string | number];
|
|
334
436
|
/** Delete infraStore mutation key */ readonly delete: (id: string | number) => readonly ["mutation", "infrastore", "delete", string | number];
|
|
335
437
|
};
|
|
336
|
-
readonly
|
|
337
|
-
/** All
|
|
338
|
-
/** Create
|
|
339
|
-
/** Update
|
|
340
|
-
/** Delete
|
|
438
|
+
readonly integrationProvider: {
|
|
439
|
+
/** All integrationProvider mutation keys */ readonly all: readonly ["mutation", "integrationprovider"];
|
|
440
|
+
/** Create integrationProvider mutation key */ readonly create: () => readonly ["mutation", "integrationprovider", "create"];
|
|
441
|
+
/** Update integrationProvider mutation key */ readonly update: (id: string | number) => readonly ["mutation", "integrationprovider", "update", string | number];
|
|
442
|
+
/** Delete integrationProvider mutation key */ readonly delete: (id: string | number) => readonly ["mutation", "integrationprovider", "delete", string | number];
|
|
341
443
|
};
|
|
342
|
-
readonly
|
|
343
|
-
/** All
|
|
344
|
-
/** Create
|
|
345
|
-
/** Update
|
|
346
|
-
/** Delete
|
|
444
|
+
readonly namespace: {
|
|
445
|
+
/** All namespace mutation keys */ readonly all: readonly ["mutation", "namespace"];
|
|
446
|
+
/** Create namespace mutation key */ readonly create: () => readonly ["mutation", "namespace", "create"];
|
|
447
|
+
/** Update namespace mutation key */ readonly update: (id: string | number) => readonly ["mutation", "namespace", "update", string | number];
|
|
448
|
+
/** Delete namespace mutation key */ readonly delete: (id: string | number) => readonly ["mutation", "namespace", "delete", string | number];
|
|
347
449
|
};
|
|
348
|
-
readonly
|
|
349
|
-
/** All
|
|
350
|
-
/** Create
|
|
351
|
-
/** Update
|
|
352
|
-
/** Delete
|
|
450
|
+
readonly namespaceEvent: {
|
|
451
|
+
/** All namespaceEvent mutation keys */ readonly all: readonly ["mutation", "namespaceevent"];
|
|
452
|
+
/** Create namespaceEvent mutation key */ readonly create: () => readonly ["mutation", "namespaceevent", "create"];
|
|
453
|
+
/** Update namespaceEvent mutation key */ readonly update: (id: string | number) => readonly ["mutation", "namespaceevent", "update", string | number];
|
|
454
|
+
/** Delete namespaceEvent mutation key */ readonly delete: (id: string | number) => readonly ["mutation", "namespaceevent", "delete", string | number];
|
|
353
455
|
};
|
|
354
456
|
readonly platformFunctionApiBinding: {
|
|
355
457
|
/** All platformFunctionApiBinding mutation keys */ readonly all: readonly ["mutation", "platformfunctionapibinding"];
|
|
@@ -357,23 +459,11 @@ export declare const mutationKeys: {
|
|
|
357
459
|
/** Update platformFunctionApiBinding mutation key */ readonly update: (id: string | number) => readonly ["mutation", "platformfunctionapibinding", "update", string | number];
|
|
358
460
|
/** Delete platformFunctionApiBinding mutation key */ readonly delete: (id: string | number) => readonly ["mutation", "platformfunctionapibinding", "delete", string | number];
|
|
359
461
|
};
|
|
360
|
-
readonly
|
|
361
|
-
/** All
|
|
362
|
-
/** Create
|
|
363
|
-
/** Update
|
|
364
|
-
/** Delete
|
|
365
|
-
};
|
|
366
|
-
readonly resourcesRequirementsState: {
|
|
367
|
-
/** All resourcesRequirementsState mutation keys */ readonly all: readonly ["mutation", "resourcesrequirementsstate"];
|
|
368
|
-
/** Create resourcesRequirementsState mutation key */ readonly create: () => readonly ["mutation", "resourcesrequirementsstate", "create"];
|
|
369
|
-
/** Update resourcesRequirementsState mutation key */ readonly update: (id: string | number) => readonly ["mutation", "resourcesrequirementsstate", "update", string | number];
|
|
370
|
-
/** Delete resourcesRequirementsState mutation key */ readonly delete: (id: string | number) => readonly ["mutation", "resourcesrequirementsstate", "delete", string | number];
|
|
371
|
-
};
|
|
372
|
-
readonly platformResourceStatusCheck: {
|
|
373
|
-
/** All platformResourceStatusCheck mutation keys */ readonly all: readonly ["mutation", "platformresourcestatuscheck"];
|
|
374
|
-
/** Create platformResourceStatusCheck mutation key */ readonly create: () => readonly ["mutation", "platformresourcestatuscheck", "create"];
|
|
375
|
-
/** Update platformResourceStatusCheck mutation key */ readonly update: (id: string | number) => readonly ["mutation", "platformresourcestatuscheck", "update", string | number];
|
|
376
|
-
/** Delete platformResourceStatusCheck mutation key */ readonly delete: (id: string | number) => readonly ["mutation", "platformresourcestatuscheck", "delete", string | number];
|
|
462
|
+
readonly platformFunctionDefinition: {
|
|
463
|
+
/** All platformFunctionDefinition mutation keys */ readonly all: readonly ["mutation", "platformfunctiondefinition"];
|
|
464
|
+
/** Create platformFunctionDefinition mutation key */ readonly create: () => readonly ["mutation", "platformfunctiondefinition", "create"];
|
|
465
|
+
/** Update platformFunctionDefinition mutation key */ readonly update: (id: string | number) => readonly ["mutation", "platformfunctiondefinition", "update", string | number];
|
|
466
|
+
/** Delete platformFunctionDefinition mutation key */ readonly delete: (id: string | number) => readonly ["mutation", "platformfunctiondefinition", "delete", string | number];
|
|
377
467
|
};
|
|
378
468
|
readonly platformFunctionDeployment: {
|
|
379
469
|
/** All platformFunctionDeployment mutation keys */ readonly all: readonly ["mutation", "platformfunctiondeployment"];
|
|
@@ -381,6 +471,36 @@ export declare const mutationKeys: {
|
|
|
381
471
|
/** Update platformFunctionDeployment mutation key */ readonly update: (id: string | number) => readonly ["mutation", "platformfunctiondeployment", "update", string | number];
|
|
382
472
|
/** Delete platformFunctionDeployment mutation key */ readonly delete: (id: string | number) => readonly ["mutation", "platformfunctiondeployment", "delete", string | number];
|
|
383
473
|
};
|
|
474
|
+
readonly platformFunctionDeploymentEvent: {
|
|
475
|
+
/** All platformFunctionDeploymentEvent mutation keys */ readonly all: readonly ["mutation", "platformfunctiondeploymentevent"];
|
|
476
|
+
/** Create platformFunctionDeploymentEvent mutation key */ readonly create: () => readonly ["mutation", "platformfunctiondeploymentevent", "create"];
|
|
477
|
+
/** Update platformFunctionDeploymentEvent mutation key */ readonly update: (id: string | number) => readonly ["mutation", "platformfunctiondeploymentevent", "update", string | number];
|
|
478
|
+
/** Delete platformFunctionDeploymentEvent mutation key */ readonly delete: (id: string | number) => readonly ["mutation", "platformfunctiondeploymentevent", "delete", string | number];
|
|
479
|
+
};
|
|
480
|
+
readonly platformFunctionExecutionLog: {
|
|
481
|
+
/** All platformFunctionExecutionLog mutation keys */ readonly all: readonly ["mutation", "platformfunctionexecutionlog"];
|
|
482
|
+
/** Create platformFunctionExecutionLog mutation key */ readonly create: () => readonly ["mutation", "platformfunctionexecutionlog", "create"];
|
|
483
|
+
/** Update platformFunctionExecutionLog mutation key */ readonly update: (id: string | number) => readonly ["mutation", "platformfunctionexecutionlog", "update", string | number];
|
|
484
|
+
/** Delete platformFunctionExecutionLog mutation key */ readonly delete: (id: string | number) => readonly ["mutation", "platformfunctionexecutionlog", "delete", string | number];
|
|
485
|
+
};
|
|
486
|
+
readonly platformFunctionInvocation: {
|
|
487
|
+
/** All platformFunctionInvocation mutation keys */ readonly all: readonly ["mutation", "platformfunctioninvocation"];
|
|
488
|
+
/** Create platformFunctionInvocation mutation key */ readonly create: () => readonly ["mutation", "platformfunctioninvocation", "create"];
|
|
489
|
+
/** Update platformFunctionInvocation mutation key */ readonly update: (id: string | number) => readonly ["mutation", "platformfunctioninvocation", "update", string | number];
|
|
490
|
+
/** Delete platformFunctionInvocation mutation key */ readonly delete: (id: string | number) => readonly ["mutation", "platformfunctioninvocation", "delete", string | number];
|
|
491
|
+
};
|
|
492
|
+
readonly platformNamespace: {
|
|
493
|
+
/** All platformNamespace mutation keys */ readonly all: readonly ["mutation", "platformnamespace"];
|
|
494
|
+
/** Create platformNamespace mutation key */ readonly create: () => readonly ["mutation", "platformnamespace", "create"];
|
|
495
|
+
/** Update platformNamespace mutation key */ readonly update: (id: string | number) => readonly ["mutation", "platformnamespace", "update", string | number];
|
|
496
|
+
/** Delete platformNamespace mutation key */ readonly delete: (id: string | number) => readonly ["mutation", "platformnamespace", "delete", string | number];
|
|
497
|
+
};
|
|
498
|
+
readonly platformNamespaceEvent: {
|
|
499
|
+
/** All platformNamespaceEvent mutation keys */ readonly all: readonly ["mutation", "platformnamespaceevent"];
|
|
500
|
+
/** Create platformNamespaceEvent mutation key */ readonly create: () => readonly ["mutation", "platformnamespaceevent", "create"];
|
|
501
|
+
/** Update platformNamespaceEvent mutation key */ readonly update: (id: string | number) => readonly ["mutation", "platformnamespaceevent", "update", string | number];
|
|
502
|
+
/** Delete platformNamespaceEvent mutation key */ readonly delete: (id: string | number) => readonly ["mutation", "platformnamespaceevent", "delete", string | number];
|
|
503
|
+
};
|
|
384
504
|
readonly platformResource: {
|
|
385
505
|
/** All platformResource mutation keys */ readonly all: readonly ["mutation", "platformresource"];
|
|
386
506
|
/** Create platformResource mutation key */ readonly create: () => readonly ["mutation", "platformresource", "create"];
|
|
@@ -393,41 +513,29 @@ export declare const mutationKeys: {
|
|
|
393
513
|
/** Update platformResourceDefinition mutation key */ readonly update: (id: string | number) => readonly ["mutation", "platformresourcedefinition", "update", string | number];
|
|
394
514
|
/** Delete platformResourceDefinition mutation key */ readonly delete: (id: string | number) => readonly ["mutation", "platformresourcedefinition", "delete", string | number];
|
|
395
515
|
};
|
|
396
|
-
readonly infraObject: {
|
|
397
|
-
/** All infraObject mutation keys */ readonly all: readonly ["mutation", "infraobject"];
|
|
398
|
-
/** Create infraObject mutation key */ readonly create: () => readonly ["mutation", "infraobject", "create"];
|
|
399
|
-
/** Update infraObject mutation key */ readonly update: (id: string | number) => readonly ["mutation", "infraobject", "update", string | number];
|
|
400
|
-
/** Delete infraObject mutation key */ readonly delete: (id: string | number) => readonly ["mutation", "infraobject", "delete", string | number];
|
|
401
|
-
};
|
|
402
|
-
readonly functionGraphObject: {
|
|
403
|
-
/** All functionGraphObject mutation keys */ readonly all: readonly ["mutation", "functiongraphobject"];
|
|
404
|
-
/** Create functionGraphObject mutation key */ readonly create: () => readonly ["mutation", "functiongraphobject", "create"];
|
|
405
|
-
/** Update functionGraphObject mutation key */ readonly update: (id: string | number) => readonly ["mutation", "functiongraphobject", "update", string | number];
|
|
406
|
-
/** Delete functionGraphObject mutation key */ readonly delete: (id: string | number) => readonly ["mutation", "functiongraphobject", "delete", string | number];
|
|
407
|
-
};
|
|
408
|
-
readonly platformFunctionDeploymentEvent: {
|
|
409
|
-
/** All platformFunctionDeploymentEvent mutation keys */ readonly all: readonly ["mutation", "platformfunctiondeploymentevent"];
|
|
410
|
-
/** Create platformFunctionDeploymentEvent mutation key */ readonly create: () => readonly ["mutation", "platformfunctiondeploymentevent", "create"];
|
|
411
|
-
/** Update platformFunctionDeploymentEvent mutation key */ readonly update: (id: string | number) => readonly ["mutation", "platformfunctiondeploymentevent", "update", string | number];
|
|
412
|
-
/** Delete platformFunctionDeploymentEvent mutation key */ readonly delete: (id: string | number) => readonly ["mutation", "platformfunctiondeploymentevent", "delete", string | number];
|
|
413
|
-
};
|
|
414
516
|
readonly platformResourceEvent: {
|
|
415
517
|
/** All platformResourceEvent mutation keys */ readonly all: readonly ["mutation", "platformresourceevent"];
|
|
416
518
|
/** Create platformResourceEvent mutation key */ readonly create: () => readonly ["mutation", "platformresourceevent", "create"];
|
|
417
519
|
/** Update platformResourceEvent mutation key */ readonly update: (id: string | number) => readonly ["mutation", "platformresourceevent", "update", string | number];
|
|
418
520
|
/** Delete platformResourceEvent mutation key */ readonly delete: (id: string | number) => readonly ["mutation", "platformresourceevent", "delete", string | number];
|
|
419
521
|
};
|
|
420
|
-
readonly
|
|
421
|
-
/** All
|
|
422
|
-
/** Create
|
|
423
|
-
/** Update
|
|
424
|
-
/** Delete
|
|
522
|
+
readonly platformResourceStatusCheck: {
|
|
523
|
+
/** All platformResourceStatusCheck mutation keys */ readonly all: readonly ["mutation", "platformresourcestatuscheck"];
|
|
524
|
+
/** Create platformResourceStatusCheck mutation key */ readonly create: () => readonly ["mutation", "platformresourcestatuscheck", "create"];
|
|
525
|
+
/** Update platformResourceStatusCheck mutation key */ readonly update: (id: string | number) => readonly ["mutation", "platformresourcestatuscheck", "update", string | number];
|
|
526
|
+
/** Delete platformResourceStatusCheck mutation key */ readonly delete: (id: string | number) => readonly ["mutation", "platformresourcestatuscheck", "delete", string | number];
|
|
425
527
|
};
|
|
426
|
-
readonly
|
|
427
|
-
/** All
|
|
428
|
-
/** Create
|
|
429
|
-
/** Update
|
|
430
|
-
/** Delete
|
|
528
|
+
readonly platformResourcesRequirementsState: {
|
|
529
|
+
/** All platformResourcesRequirementsState mutation keys */ readonly all: readonly ["mutation", "platformresourcesrequirementsstate"];
|
|
530
|
+
/** Create platformResourcesRequirementsState mutation key */ readonly create: () => readonly ["mutation", "platformresourcesrequirementsstate", "create"];
|
|
531
|
+
/** Update platformResourcesRequirementsState mutation key */ readonly update: (id: string | number) => readonly ["mutation", "platformresourcesrequirementsstate", "update", string | number];
|
|
532
|
+
/** Delete platformResourcesRequirementsState mutation key */ readonly delete: (id: string | number) => readonly ["mutation", "platformresourcesrequirementsstate", "delete", string | number];
|
|
533
|
+
};
|
|
534
|
+
readonly platformResourcesResolvedRequirement: {
|
|
535
|
+
/** All platformResourcesResolvedRequirement mutation keys */ readonly all: readonly ["mutation", "platformresourcesresolvedrequirement"];
|
|
536
|
+
/** Create platformResourcesResolvedRequirement mutation key */ readonly create: () => readonly ["mutation", "platformresourcesresolvedrequirement", "create"];
|
|
537
|
+
/** Update platformResourcesResolvedRequirement mutation key */ readonly update: (id: string | number) => readonly ["mutation", "platformresourcesresolvedrequirement", "update", string | number];
|
|
538
|
+
/** Delete platformResourcesResolvedRequirement mutation key */ readonly delete: (id: string | number) => readonly ["mutation", "platformresourcesresolvedrequirement", "delete", string | number];
|
|
431
539
|
};
|
|
432
540
|
readonly resource: {
|
|
433
541
|
/** All resource mutation keys */ readonly all: readonly ["mutation", "resource"];
|
|
@@ -441,53 +549,23 @@ export declare const mutationKeys: {
|
|
|
441
549
|
/** Update resourceDefinition mutation key */ readonly update: (id: string | number) => readonly ["mutation", "resourcedefinition", "update", string | number];
|
|
442
550
|
/** Delete resourceDefinition mutation key */ readonly delete: (id: string | number) => readonly ["mutation", "resourcedefinition", "delete", string | number];
|
|
443
551
|
};
|
|
444
|
-
readonly functionDeploymentEvent: {
|
|
445
|
-
/** All functionDeploymentEvent mutation keys */ readonly all: readonly ["mutation", "functiondeploymentevent"];
|
|
446
|
-
/** Create functionDeploymentEvent mutation key */ readonly create: () => readonly ["mutation", "functiondeploymentevent", "create"];
|
|
447
|
-
/** Update functionDeploymentEvent mutation key */ readonly update: (id: string | number) => readonly ["mutation", "functiondeploymentevent", "update", string | number];
|
|
448
|
-
/** Delete functionDeploymentEvent mutation key */ readonly delete: (id: string | number) => readonly ["mutation", "functiondeploymentevent", "delete", string | number];
|
|
449
|
-
};
|
|
450
|
-
readonly platformFunctionExecutionLog: {
|
|
451
|
-
/** All platformFunctionExecutionLog mutation keys */ readonly all: readonly ["mutation", "platformfunctionexecutionlog"];
|
|
452
|
-
/** Create platformFunctionExecutionLog mutation key */ readonly create: () => readonly ["mutation", "platformfunctionexecutionlog", "create"];
|
|
453
|
-
/** Update platformFunctionExecutionLog mutation key */ readonly update: (id: string | number) => readonly ["mutation", "platformfunctionexecutionlog", "update", string | number];
|
|
454
|
-
/** Delete platformFunctionExecutionLog mutation key */ readonly delete: (id: string | number) => readonly ["mutation", "platformfunctionexecutionlog", "delete", string | number];
|
|
455
|
-
};
|
|
456
552
|
readonly resourceEvent: {
|
|
457
553
|
/** All resourceEvent mutation keys */ readonly all: readonly ["mutation", "resourceevent"];
|
|
458
554
|
/** Create resourceEvent mutation key */ readonly create: () => readonly ["mutation", "resourceevent", "create"];
|
|
459
555
|
/** Update resourceEvent mutation key */ readonly update: (id: string | number) => readonly ["mutation", "resourceevent", "update", string | number];
|
|
460
556
|
/** Delete resourceEvent mutation key */ readonly delete: (id: string | number) => readonly ["mutation", "resourceevent", "delete", string | number];
|
|
461
557
|
};
|
|
462
|
-
readonly
|
|
463
|
-
/** All
|
|
464
|
-
/** Create
|
|
465
|
-
/** Update
|
|
466
|
-
/** Delete
|
|
467
|
-
};
|
|
468
|
-
readonly infraCommit: {
|
|
469
|
-
/** All infraCommit mutation keys */ readonly all: readonly ["mutation", "infracommit"];
|
|
470
|
-
/** Create infraCommit mutation key */ readonly create: () => readonly ["mutation", "infracommit", "create"];
|
|
471
|
-
/** Update infraCommit mutation key */ readonly update: (id: string | number) => readonly ["mutation", "infracommit", "update", string | number];
|
|
472
|
-
/** Delete infraCommit mutation key */ readonly delete: (id: string | number) => readonly ["mutation", "infracommit", "delete", string | number];
|
|
473
|
-
};
|
|
474
|
-
readonly functionGraphCommit: {
|
|
475
|
-
/** All functionGraphCommit mutation keys */ readonly all: readonly ["mutation", "functiongraphcommit"];
|
|
476
|
-
/** Create functionGraphCommit mutation key */ readonly create: () => readonly ["mutation", "functiongraphcommit", "create"];
|
|
477
|
-
/** Update functionGraphCommit mutation key */ readonly update: (id: string | number) => readonly ["mutation", "functiongraphcommit", "update", string | number];
|
|
478
|
-
/** Delete functionGraphCommit mutation key */ readonly delete: (id: string | number) => readonly ["mutation", "functiongraphcommit", "delete", string | number];
|
|
479
|
-
};
|
|
480
|
-
readonly functionExecutionLog: {
|
|
481
|
-
/** All functionExecutionLog mutation keys */ readonly all: readonly ["mutation", "functionexecutionlog"];
|
|
482
|
-
/** Create functionExecutionLog mutation key */ readonly create: () => readonly ["mutation", "functionexecutionlog", "create"];
|
|
483
|
-
/** Update functionExecutionLog mutation key */ readonly update: (id: string | number) => readonly ["mutation", "functionexecutionlog", "update", string | number];
|
|
484
|
-
/** Delete functionExecutionLog mutation key */ readonly delete: (id: string | number) => readonly ["mutation", "functionexecutionlog", "delete", string | number];
|
|
558
|
+
readonly resourceStatusCheck: {
|
|
559
|
+
/** All resourceStatusCheck mutation keys */ readonly all: readonly ["mutation", "resourcestatuscheck"];
|
|
560
|
+
/** Create resourceStatusCheck mutation key */ readonly create: () => readonly ["mutation", "resourcestatuscheck", "create"];
|
|
561
|
+
/** Update resourceStatusCheck mutation key */ readonly update: (id: string | number) => readonly ["mutation", "resourcestatuscheck", "update", string | number];
|
|
562
|
+
/** Delete resourceStatusCheck mutation key */ readonly delete: (id: string | number) => readonly ["mutation", "resourcestatuscheck", "delete", string | number];
|
|
485
563
|
};
|
|
486
|
-
readonly
|
|
487
|
-
/** All
|
|
488
|
-
/** Create
|
|
489
|
-
/** Update
|
|
490
|
-
/** Delete
|
|
564
|
+
readonly resourcesRequirementsState: {
|
|
565
|
+
/** All resourcesRequirementsState mutation keys */ readonly all: readonly ["mutation", "resourcesrequirementsstate"];
|
|
566
|
+
/** Create resourcesRequirementsState mutation key */ readonly create: () => readonly ["mutation", "resourcesrequirementsstate", "create"];
|
|
567
|
+
/** Update resourcesRequirementsState mutation key */ readonly update: (id: string | number) => readonly ["mutation", "resourcesrequirementsstate", "update", string | number];
|
|
568
|
+
/** Delete resourcesRequirementsState mutation key */ readonly delete: (id: string | number) => readonly ["mutation", "resourcesrequirementsstate", "delete", string | number];
|
|
491
569
|
};
|
|
492
570
|
readonly resourcesResolvedRequirement: {
|
|
493
571
|
/** All resourcesResolvedRequirement mutation keys */ readonly all: readonly ["mutation", "resourcesresolvedrequirement"];
|
|
@@ -495,101 +573,23 @@ export declare const mutationKeys: {
|
|
|
495
573
|
/** Update resourcesResolvedRequirement mutation key */ readonly update: (id: string | number) => readonly ["mutation", "resourcesresolvedrequirement", "update", string | number];
|
|
496
574
|
/** Delete resourcesResolvedRequirement mutation key */ readonly delete: (id: string | number) => readonly ["mutation", "resourcesresolvedrequirement", "delete", string | number];
|
|
497
575
|
};
|
|
498
|
-
readonly dbPreset: {
|
|
499
|
-
/** All dbPreset mutation keys */ readonly all: readonly ["mutation", "dbpreset"];
|
|
500
|
-
/** Create dbPreset mutation key */ readonly create: () => readonly ["mutation", "dbpreset", "create"];
|
|
501
|
-
/** Update dbPreset mutation key */ readonly update: (id: string | number) => readonly ["mutation", "dbpreset", "update", string | number];
|
|
502
|
-
/** Delete dbPreset mutation key */ readonly delete: (id: string | number) => readonly ["mutation", "dbpreset", "delete", string | number];
|
|
503
|
-
};
|
|
504
|
-
readonly platformNamespace: {
|
|
505
|
-
/** All platformNamespace mutation keys */ readonly all: readonly ["mutation", "platformnamespace"];
|
|
506
|
-
/** Create platformNamespace mutation key */ readonly create: () => readonly ["mutation", "platformnamespace", "create"];
|
|
507
|
-
/** Update platformNamespace mutation key */ readonly update: (id: string | number) => readonly ["mutation", "platformnamespace", "update", string | number];
|
|
508
|
-
/** Delete platformNamespace mutation key */ readonly delete: (id: string | number) => readonly ["mutation", "platformnamespace", "delete", string | number];
|
|
509
|
-
};
|
|
510
|
-
readonly functionGraph: {
|
|
511
|
-
/** All functionGraph mutation keys */ readonly all: readonly ["mutation", "functiongraph"];
|
|
512
|
-
/** Create functionGraph mutation key */ readonly create: () => readonly ["mutation", "functiongraph", "create"];
|
|
513
|
-
/** Update functionGraph mutation key */ readonly update: (id: string | number) => readonly ["mutation", "functiongraph", "update", string | number];
|
|
514
|
-
/** Delete functionGraph mutation key */ readonly delete: (id: string | number) => readonly ["mutation", "functiongraph", "delete", string | number];
|
|
515
|
-
};
|
|
516
|
-
readonly functionGraphExecutionNodeState: {
|
|
517
|
-
/** All functionGraphExecutionNodeState mutation keys */ readonly all: readonly ["mutation", "functiongraphexecutionnodestate"];
|
|
518
|
-
/** Create functionGraphExecutionNodeState mutation key */ readonly create: () => readonly ["mutation", "functiongraphexecutionnodestate", "create"];
|
|
519
|
-
/** Update functionGraphExecutionNodeState mutation key */ readonly update: (id: string | number) => readonly ["mutation", "functiongraphexecutionnodestate", "update", string | number];
|
|
520
|
-
/** Delete functionGraphExecutionNodeState mutation key */ readonly delete: (id: string | number) => readonly ["mutation", "functiongraphexecutionnodestate", "delete", string | number];
|
|
521
|
-
};
|
|
522
|
-
readonly namespace: {
|
|
523
|
-
/** All namespace mutation keys */ readonly all: readonly ["mutation", "namespace"];
|
|
524
|
-
/** Create namespace mutation key */ readonly create: () => readonly ["mutation", "namespace", "create"];
|
|
525
|
-
/** Update namespace mutation key */ readonly update: (id: string | number) => readonly ["mutation", "namespace", "update", string | number];
|
|
526
|
-
/** Delete namespace mutation key */ readonly delete: (id: string | number) => readonly ["mutation", "namespace", "delete", string | number];
|
|
527
|
-
};
|
|
528
|
-
readonly platformFunctionInvocation: {
|
|
529
|
-
/** All platformFunctionInvocation mutation keys */ readonly all: readonly ["mutation", "platformfunctioninvocation"];
|
|
530
|
-
/** Create platformFunctionInvocation mutation key */ readonly create: () => readonly ["mutation", "platformfunctioninvocation", "create"];
|
|
531
|
-
/** Update platformFunctionInvocation mutation key */ readonly update: (id: string | number) => readonly ["mutation", "platformfunctioninvocation", "update", string | number];
|
|
532
|
-
/** Delete platformFunctionInvocation mutation key */ readonly delete: (id: string | number) => readonly ["mutation", "platformfunctioninvocation", "delete", string | number];
|
|
533
|
-
};
|
|
534
|
-
readonly functionInvocation: {
|
|
535
|
-
/** All functionInvocation mutation keys */ readonly all: readonly ["mutation", "functioninvocation"];
|
|
536
|
-
/** Create functionInvocation mutation key */ readonly create: () => readonly ["mutation", "functioninvocation", "create"];
|
|
537
|
-
/** Update functionInvocation mutation key */ readonly update: (id: string | number) => readonly ["mutation", "functioninvocation", "update", string | number];
|
|
538
|
-
/** Delete functionInvocation mutation key */ readonly delete: (id: string | number) => readonly ["mutation", "functioninvocation", "delete", string | number];
|
|
539
|
-
};
|
|
540
|
-
readonly platformNamespaceEvent: {
|
|
541
|
-
/** All platformNamespaceEvent mutation keys */ readonly all: readonly ["mutation", "platformnamespaceevent"];
|
|
542
|
-
/** Create platformNamespaceEvent mutation key */ readonly create: () => readonly ["mutation", "platformnamespaceevent", "create"];
|
|
543
|
-
/** Update platformNamespaceEvent mutation key */ readonly update: (id: string | number) => readonly ["mutation", "platformnamespaceevent", "update", string | number];
|
|
544
|
-
/** Delete platformNamespaceEvent mutation key */ readonly delete: (id: string | number) => readonly ["mutation", "platformnamespaceevent", "delete", string | number];
|
|
545
|
-
};
|
|
546
|
-
readonly integrationProvider: {
|
|
547
|
-
/** All integrationProvider mutation keys */ readonly all: readonly ["mutation", "integrationprovider"];
|
|
548
|
-
/** Create integrationProvider mutation key */ readonly create: () => readonly ["mutation", "integrationprovider", "create"];
|
|
549
|
-
/** Update integrationProvider mutation key */ readonly update: (id: string | number) => readonly ["mutation", "integrationprovider", "update", string | number];
|
|
550
|
-
/** Delete integrationProvider mutation key */ readonly delete: (id: string | number) => readonly ["mutation", "integrationprovider", "delete", string | number];
|
|
551
|
-
};
|
|
552
|
-
readonly namespaceEvent: {
|
|
553
|
-
/** All namespaceEvent mutation keys */ readonly all: readonly ["mutation", "namespaceevent"];
|
|
554
|
-
/** Create namespaceEvent mutation key */ readonly create: () => readonly ["mutation", "namespaceevent", "create"];
|
|
555
|
-
/** Update namespaceEvent mutation key */ readonly update: (id: string | number) => readonly ["mutation", "namespaceevent", "update", string | number];
|
|
556
|
-
/** Delete namespaceEvent mutation key */ readonly delete: (id: string | number) => readonly ["mutation", "namespaceevent", "delete", string | number];
|
|
557
|
-
};
|
|
558
|
-
readonly functionGraphExecution: {
|
|
559
|
-
/** All functionGraphExecution mutation keys */ readonly all: readonly ["mutation", "functiongraphexecution"];
|
|
560
|
-
/** Create functionGraphExecution mutation key */ readonly create: () => readonly ["mutation", "functiongraphexecution", "create"];
|
|
561
|
-
/** Update functionGraphExecution mutation key */ readonly update: (id: string | number) => readonly ["mutation", "functiongraphexecution", "update", string | number];
|
|
562
|
-
/** Delete functionGraphExecution mutation key */ readonly delete: (id: string | number) => readonly ["mutation", "functiongraphexecution", "delete", string | number];
|
|
563
|
-
};
|
|
564
|
-
readonly platformFunctionDefinition: {
|
|
565
|
-
/** All platformFunctionDefinition mutation keys */ readonly all: readonly ["mutation", "platformfunctiondefinition"];
|
|
566
|
-
/** Create platformFunctionDefinition mutation key */ readonly create: () => readonly ["mutation", "platformfunctiondefinition", "create"];
|
|
567
|
-
/** Update platformFunctionDefinition mutation key */ readonly update: (id: string | number) => readonly ["mutation", "platformfunctiondefinition", "update", string | number];
|
|
568
|
-
/** Delete platformFunctionDefinition mutation key */ readonly delete: (id: string | number) => readonly ["mutation", "platformfunctiondefinition", "delete", string | number];
|
|
569
|
-
};
|
|
570
|
-
readonly functionDefinition: {
|
|
571
|
-
/** All functionDefinition mutation keys */ readonly all: readonly ["mutation", "functiondefinition"];
|
|
572
|
-
/** Create functionDefinition mutation key */ readonly create: () => readonly ["mutation", "functiondefinition", "create"];
|
|
573
|
-
/** Update functionDefinition mutation key */ readonly update: (id: string | number) => readonly ["mutation", "functiondefinition", "update", string | number];
|
|
574
|
-
/** Delete functionDefinition mutation key */ readonly delete: (id: string | number) => readonly ["mutation", "functiondefinition", "delete", string | number];
|
|
575
|
-
};
|
|
576
576
|
readonly custom: {
|
|
577
|
-
/** Mutation key for
|
|
578
|
-
/** Mutation key for infraInitEmptyRepo */ readonly infraInitEmptyRepo: (identifier?: string) => readonly ["mutation", "infraInitEmptyRepo", string] | readonly ["mutation", "infraInitEmptyRepo"];
|
|
579
|
-
/** Mutation key for initEmptyRepo */ readonly initEmptyRepo: (identifier?: string) => readonly ["mutation", "initEmptyRepo", string] | readonly ["mutation", "initEmptyRepo"];
|
|
580
|
-
/** Mutation key for importDefinitions */ readonly importDefinitions: (identifier?: string) => readonly ["mutation", "importDefinitions", string] | readonly ["mutation", "importDefinitions"];
|
|
581
|
-
/** Mutation key for infraSetDataAtPath */ readonly infraSetDataAtPath: (identifier?: string) => readonly ["mutation", "infraSetDataAtPath", string] | readonly ["mutation", "infraSetDataAtPath"];
|
|
582
|
-
/** Mutation key for setDataAtPath */ readonly setDataAtPath: (identifier?: string) => readonly ["mutation", "setDataAtPath", string] | readonly ["mutation", "setDataAtPath"];
|
|
583
|
-
/** Mutation key for copyGraph */ readonly copyGraph: (identifier?: string) => readonly ["mutation", "copyGraph", string] | readonly ["mutation", "copyGraph"];
|
|
584
|
-
/** Mutation key for saveGraph */ readonly saveGraph: (identifier?: string) => readonly ["mutation", "saveGraph", string] | readonly ["mutation", "saveGraph"];
|
|
577
|
+
/** Mutation key for addEdge */ readonly addEdge: (identifier?: string) => readonly ["mutation", "addEdge", string] | readonly ["mutation", "addEdge"];
|
|
585
578
|
/** Mutation key for addEdgeAndSave */ readonly addEdgeAndSave: (identifier?: string) => readonly ["mutation", "addEdgeAndSave", string] | readonly ["mutation", "addEdgeAndSave"];
|
|
579
|
+
/** Mutation key for addNode */ readonly addNode: (identifier?: string) => readonly ["mutation", "addNode", string] | readonly ["mutation", "addNode"];
|
|
586
580
|
/** Mutation key for addNodeAndSave */ readonly addNodeAndSave: (identifier?: string) => readonly ["mutation", "addNodeAndSave", string] | readonly ["mutation", "addNodeAndSave"];
|
|
581
|
+
/** Mutation key for copyGraph */ readonly copyGraph: (identifier?: string) => readonly ["mutation", "copyGraph", string] | readonly ["mutation", "copyGraph"];
|
|
582
|
+
/** Mutation key for importDefinitions */ readonly importDefinitions: (identifier?: string) => readonly ["mutation", "importDefinitions", string] | readonly ["mutation", "importDefinitions"];
|
|
587
583
|
/** Mutation key for importGraphJson */ readonly importGraphJson: (identifier?: string) => readonly ["mutation", "importGraphJson", string] | readonly ["mutation", "importGraphJson"];
|
|
588
|
-
/** Mutation key for
|
|
589
|
-
/** Mutation key for addNode */ readonly addNode: (identifier?: string) => readonly ["mutation", "addNode", string] | readonly ["mutation", "addNode"];
|
|
584
|
+
/** Mutation key for infraInitEmptyRepo */ readonly infraInitEmptyRepo: (identifier?: string) => readonly ["mutation", "infraInitEmptyRepo", string] | readonly ["mutation", "infraInitEmptyRepo"];
|
|
590
585
|
/** Mutation key for infraInsertNodeAtPath */ readonly infraInsertNodeAtPath: (identifier?: string) => readonly ["mutation", "infraInsertNodeAtPath", string] | readonly ["mutation", "infraInsertNodeAtPath"];
|
|
586
|
+
/** Mutation key for infraSetDataAtPath */ readonly infraSetDataAtPath: (identifier?: string) => readonly ["mutation", "infraSetDataAtPath", string] | readonly ["mutation", "infraSetDataAtPath"];
|
|
587
|
+
/** Mutation key for initEmptyRepo */ readonly initEmptyRepo: (identifier?: string) => readonly ["mutation", "initEmptyRepo", string] | readonly ["mutation", "initEmptyRepo"];
|
|
591
588
|
/** Mutation key for insertNodeAtPath */ readonly insertNodeAtPath: (identifier?: string) => readonly ["mutation", "insertNodeAtPath", string] | readonly ["mutation", "insertNodeAtPath"];
|
|
592
|
-
/** Mutation key for startExecution */ readonly startExecution: (identifier?: string) => readonly ["mutation", "startExecution", string] | readonly ["mutation", "startExecution"];
|
|
593
589
|
/** Mutation key for provisionBucket */ readonly provisionBucket: (identifier?: string) => readonly ["mutation", "provisionBucket", string] | readonly ["mutation", "provisionBucket"];
|
|
590
|
+
/** Mutation key for saveGraph */ readonly saveGraph: (identifier?: string) => readonly ["mutation", "saveGraph", string] | readonly ["mutation", "saveGraph"];
|
|
591
|
+
/** Mutation key for setDataAtPath */ readonly setDataAtPath: (identifier?: string) => readonly ["mutation", "setDataAtPath", string] | readonly ["mutation", "setDataAtPath"];
|
|
592
|
+
/** Mutation key for startExecution */ readonly startExecution: (identifier?: string) => readonly ["mutation", "startExecution", string] | readonly ["mutation", "startExecution"];
|
|
593
|
+
/** Mutation key for validateFunctionGraph */ readonly validateFunctionGraph: (identifier?: string) => readonly ["mutation", "validateFunctionGraph", string] | readonly ["mutation", "validateFunctionGraph"];
|
|
594
594
|
};
|
|
595
595
|
};
|