@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
|
@@ -15,11 +15,107 @@
|
|
|
15
15
|
// ============================================================================
|
|
16
16
|
// Entity Mutation Keys
|
|
17
17
|
// ============================================================================
|
|
18
|
-
export const
|
|
19
|
-
/** All
|
|
20
|
-
/** Create
|
|
21
|
-
/** Update
|
|
22
|
-
/** Delete
|
|
18
|
+
export const dbPresetMutationKeys = {
|
|
19
|
+
/** All dbPreset mutation keys */ all: ['mutation', 'dbpreset'],
|
|
20
|
+
/** Create dbPreset mutation key */ create: () => ['mutation', 'dbpreset', 'create'],
|
|
21
|
+
/** Update dbPreset mutation key */ update: (id) => ['mutation', 'dbpreset', 'update', id],
|
|
22
|
+
/** Delete dbPreset mutation key */ delete: (id) => ['mutation', 'dbpreset', 'delete', id],
|
|
23
|
+
};
|
|
24
|
+
export const functionApiBindingMutationKeys = {
|
|
25
|
+
/** All functionApiBinding mutation keys */ all: ['mutation', 'functionapibinding'],
|
|
26
|
+
/** Create functionApiBinding mutation key */ create: () => ['mutation', 'functionapibinding', 'create'],
|
|
27
|
+
/** Update functionApiBinding mutation key */ update: (id) => ['mutation', 'functionapibinding', 'update', id],
|
|
28
|
+
/** Delete functionApiBinding mutation key */ delete: (id) => ['mutation', 'functionapibinding', 'delete', id],
|
|
29
|
+
};
|
|
30
|
+
export const functionDefinitionMutationKeys = {
|
|
31
|
+
/** All functionDefinition mutation keys */ all: ['mutation', 'functiondefinition'],
|
|
32
|
+
/** Create functionDefinition mutation key */ create: () => ['mutation', 'functiondefinition', 'create'],
|
|
33
|
+
/** Update functionDefinition mutation key */ update: (id) => ['mutation', 'functiondefinition', 'update', id],
|
|
34
|
+
/** Delete functionDefinition mutation key */ delete: (id) => ['mutation', 'functiondefinition', 'delete', id],
|
|
35
|
+
};
|
|
36
|
+
export const functionDeploymentMutationKeys = {
|
|
37
|
+
/** All functionDeployment mutation keys */ all: ['mutation', 'functiondeployment'],
|
|
38
|
+
/** Create functionDeployment mutation key */ create: () => ['mutation', 'functiondeployment', 'create'],
|
|
39
|
+
/** Update functionDeployment mutation key */ update: (id) => ['mutation', 'functiondeployment', 'update', id],
|
|
40
|
+
/** Delete functionDeployment mutation key */ delete: (id) => ['mutation', 'functiondeployment', 'delete', id],
|
|
41
|
+
};
|
|
42
|
+
export const functionDeploymentEventMutationKeys = {
|
|
43
|
+
/** All functionDeploymentEvent mutation keys */ all: [
|
|
44
|
+
'mutation',
|
|
45
|
+
'functiondeploymentevent',
|
|
46
|
+
],
|
|
47
|
+
/** Create functionDeploymentEvent mutation key */ create: () => ['mutation', 'functiondeploymentevent', 'create'],
|
|
48
|
+
/** Update functionDeploymentEvent mutation key */ update: (id) => ['mutation', 'functiondeploymentevent', 'update', id],
|
|
49
|
+
/** Delete functionDeploymentEvent mutation key */ delete: (id) => ['mutation', 'functiondeploymentevent', 'delete', id],
|
|
50
|
+
};
|
|
51
|
+
export const functionExecutionLogMutationKeys = {
|
|
52
|
+
/** All functionExecutionLog mutation keys */ all: ['mutation', 'functionexecutionlog'],
|
|
53
|
+
/** Create functionExecutionLog mutation key */ create: () => ['mutation', 'functionexecutionlog', 'create'],
|
|
54
|
+
/** Update functionExecutionLog mutation key */ update: (id) => ['mutation', 'functionexecutionlog', 'update', id],
|
|
55
|
+
/** Delete functionExecutionLog mutation key */ delete: (id) => ['mutation', 'functionexecutionlog', 'delete', id],
|
|
56
|
+
};
|
|
57
|
+
export const functionGraphCommitMutationKeys = {
|
|
58
|
+
/** All functionGraphCommit mutation keys */ all: ['mutation', 'functiongraphcommit'],
|
|
59
|
+
/** Create functionGraphCommit mutation key */ create: () => ['mutation', 'functiongraphcommit', 'create'],
|
|
60
|
+
/** Update functionGraphCommit mutation key */ update: (id) => ['mutation', 'functiongraphcommit', 'update', id],
|
|
61
|
+
/** Delete functionGraphCommit mutation key */ delete: (id) => ['mutation', 'functiongraphcommit', 'delete', id],
|
|
62
|
+
};
|
|
63
|
+
export const functionGraphMutationKeys = {
|
|
64
|
+
/** All functionGraph mutation keys */ all: ['mutation', 'functiongraph'],
|
|
65
|
+
/** Create functionGraph mutation key */ create: () => ['mutation', 'functiongraph', 'create'],
|
|
66
|
+
/** Update functionGraph mutation key */ update: (id) => ['mutation', 'functiongraph', 'update', id],
|
|
67
|
+
/** Delete functionGraph mutation key */ delete: (id) => ['mutation', 'functiongraph', 'delete', id],
|
|
68
|
+
};
|
|
69
|
+
export const functionGraphExecutionMutationKeys = {
|
|
70
|
+
/** All functionGraphExecution mutation keys */ all: [
|
|
71
|
+
'mutation',
|
|
72
|
+
'functiongraphexecution',
|
|
73
|
+
],
|
|
74
|
+
/** Create functionGraphExecution mutation key */ create: () => ['mutation', 'functiongraphexecution', 'create'],
|
|
75
|
+
/** Update functionGraphExecution mutation key */ update: (id) => ['mutation', 'functiongraphexecution', 'update', id],
|
|
76
|
+
/** Delete functionGraphExecution mutation key */ delete: (id) => ['mutation', 'functiongraphexecution', 'delete', id],
|
|
77
|
+
};
|
|
78
|
+
export const functionGraphExecutionNodeStateMutationKeys = {
|
|
79
|
+
/** All functionGraphExecutionNodeState mutation keys */ all: [
|
|
80
|
+
'mutation',
|
|
81
|
+
'functiongraphexecutionnodestate',
|
|
82
|
+
],
|
|
83
|
+
/** Create functionGraphExecutionNodeState mutation key */ create: () => ['mutation', 'functiongraphexecutionnodestate', 'create'],
|
|
84
|
+
/** Update functionGraphExecutionNodeState mutation key */ update: (id) => ['mutation', 'functiongraphexecutionnodestate', 'update', id],
|
|
85
|
+
/** Delete functionGraphExecutionNodeState mutation key */ delete: (id) => ['mutation', 'functiongraphexecutionnodestate', 'delete', id],
|
|
86
|
+
};
|
|
87
|
+
export const functionGraphExecutionOutputMutationKeys = {
|
|
88
|
+
/** All functionGraphExecutionOutput mutation keys */ all: [
|
|
89
|
+
'mutation',
|
|
90
|
+
'functiongraphexecutionoutput',
|
|
91
|
+
],
|
|
92
|
+
/** Create functionGraphExecutionOutput mutation key */ create: () => ['mutation', 'functiongraphexecutionoutput', 'create'],
|
|
93
|
+
/** Update functionGraphExecutionOutput mutation key */ update: (id) => ['mutation', 'functiongraphexecutionoutput', 'update', id],
|
|
94
|
+
/** Delete functionGraphExecutionOutput mutation key */ delete: (id) => ['mutation', 'functiongraphexecutionoutput', 'delete', id],
|
|
95
|
+
};
|
|
96
|
+
export const functionGraphObjectMutationKeys = {
|
|
97
|
+
/** All functionGraphObject mutation keys */ all: ['mutation', 'functiongraphobject'],
|
|
98
|
+
/** Create functionGraphObject mutation key */ create: () => ['mutation', 'functiongraphobject', 'create'],
|
|
99
|
+
/** Update functionGraphObject mutation key */ update: (id) => ['mutation', 'functiongraphobject', 'update', id],
|
|
100
|
+
/** Delete functionGraphObject mutation key */ delete: (id) => ['mutation', 'functiongraphobject', 'delete', id],
|
|
101
|
+
};
|
|
102
|
+
export const functionGraphRefMutationKeys = {
|
|
103
|
+
/** All functionGraphRef mutation keys */ all: ['mutation', 'functiongraphref'],
|
|
104
|
+
/** Create functionGraphRef mutation key */ create: () => ['mutation', 'functiongraphref', 'create'],
|
|
105
|
+
/** Update functionGraphRef mutation key */ update: (id) => ['mutation', 'functiongraphref', 'update', id],
|
|
106
|
+
/** Delete functionGraphRef mutation key */ delete: (id) => ['mutation', 'functiongraphref', 'delete', id],
|
|
107
|
+
};
|
|
108
|
+
export const functionGraphStoreMutationKeys = {
|
|
109
|
+
/** All functionGraphStore mutation keys */ all: ['mutation', 'functiongraphstore'],
|
|
110
|
+
/** Create functionGraphStore mutation key */ create: () => ['mutation', 'functiongraphstore', 'create'],
|
|
111
|
+
/** Update functionGraphStore mutation key */ update: (id) => ['mutation', 'functiongraphstore', 'update', id],
|
|
112
|
+
/** Delete functionGraphStore mutation key */ delete: (id) => ['mutation', 'functiongraphstore', 'delete', id],
|
|
113
|
+
};
|
|
114
|
+
export const functionInvocationMutationKeys = {
|
|
115
|
+
/** All functionInvocation mutation keys */ all: ['mutation', 'functioninvocation'],
|
|
116
|
+
/** Create functionInvocation mutation key */ create: () => ['mutation', 'functioninvocation', 'create'],
|
|
117
|
+
/** Update functionInvocation mutation key */ update: (id) => ['mutation', 'functioninvocation', 'update', id],
|
|
118
|
+
/** Delete functionInvocation mutation key */ delete: (id) => ['mutation', 'functioninvocation', 'delete', id],
|
|
23
119
|
};
|
|
24
120
|
export const getAllRecordMutationKeys = {
|
|
25
121
|
/** All getAllRecord mutation keys */ all: ['mutation', 'getallrecord'],
|
|
@@ -27,6 +123,24 @@ export const getAllRecordMutationKeys = {
|
|
|
27
123
|
/** Update getAllRecord mutation key */ update: (id) => ['mutation', 'getallrecord', 'update', id],
|
|
28
124
|
/** Delete getAllRecord mutation key */ delete: (id) => ['mutation', 'getallrecord', 'delete', id],
|
|
29
125
|
};
|
|
126
|
+
export const infraCommitMutationKeys = {
|
|
127
|
+
/** All infraCommit mutation keys */ all: ['mutation', 'infracommit'],
|
|
128
|
+
/** Create infraCommit mutation key */ create: () => ['mutation', 'infracommit', 'create'],
|
|
129
|
+
/** Update infraCommit mutation key */ update: (id) => ['mutation', 'infracommit', 'update', id],
|
|
130
|
+
/** Delete infraCommit mutation key */ delete: (id) => ['mutation', 'infracommit', 'delete', id],
|
|
131
|
+
};
|
|
132
|
+
export const infraGetAllRecordMutationKeys = {
|
|
133
|
+
/** All infraGetAllRecord mutation keys */ all: ['mutation', 'infragetallrecord'],
|
|
134
|
+
/** Create infraGetAllRecord mutation key */ create: () => ['mutation', 'infragetallrecord', 'create'],
|
|
135
|
+
/** Update infraGetAllRecord mutation key */ update: (id) => ['mutation', 'infragetallrecord', 'update', id],
|
|
136
|
+
/** Delete infraGetAllRecord mutation key */ delete: (id) => ['mutation', 'infragetallrecord', 'delete', id],
|
|
137
|
+
};
|
|
138
|
+
export const infraObjectMutationKeys = {
|
|
139
|
+
/** All infraObject mutation keys */ all: ['mutation', 'infraobject'],
|
|
140
|
+
/** Create infraObject mutation key */ create: () => ['mutation', 'infraobject', 'create'],
|
|
141
|
+
/** Update infraObject mutation key */ update: (id) => ['mutation', 'infraobject', 'update', id],
|
|
142
|
+
/** Delete infraObject mutation key */ delete: (id) => ['mutation', 'infraobject', 'delete', id],
|
|
143
|
+
};
|
|
30
144
|
export const infraRefMutationKeys = {
|
|
31
145
|
/** All infraRef mutation keys */ all: ['mutation', 'infraref'],
|
|
32
146
|
/** Create infraRef mutation key */ create: () => ['mutation', 'infraref', 'create'],
|
|
@@ -39,23 +153,23 @@ export const infraStoreMutationKeys = {
|
|
|
39
153
|
/** Update infraStore mutation key */ update: (id) => ['mutation', 'infrastore', 'update', id],
|
|
40
154
|
/** Delete infraStore mutation key */ delete: (id) => ['mutation', 'infrastore', 'delete', id],
|
|
41
155
|
};
|
|
42
|
-
export const
|
|
43
|
-
/** All
|
|
44
|
-
/** Create
|
|
45
|
-
/** Update
|
|
46
|
-
/** Delete
|
|
156
|
+
export const integrationProviderMutationKeys = {
|
|
157
|
+
/** All integrationProvider mutation keys */ all: ['mutation', 'integrationprovider'],
|
|
158
|
+
/** Create integrationProvider mutation key */ create: () => ['mutation', 'integrationprovider', 'create'],
|
|
159
|
+
/** Update integrationProvider mutation key */ update: (id) => ['mutation', 'integrationprovider', 'update', id],
|
|
160
|
+
/** Delete integrationProvider mutation key */ delete: (id) => ['mutation', 'integrationprovider', 'delete', id],
|
|
47
161
|
};
|
|
48
|
-
export const
|
|
49
|
-
/** All
|
|
50
|
-
/** Create
|
|
51
|
-
/** Update
|
|
52
|
-
/** Delete
|
|
162
|
+
export const namespaceMutationKeys = {
|
|
163
|
+
/** All namespace mutation keys */ all: ['mutation', 'namespace'],
|
|
164
|
+
/** Create namespace mutation key */ create: () => ['mutation', 'namespace', 'create'],
|
|
165
|
+
/** Update namespace mutation key */ update: (id) => ['mutation', 'namespace', 'update', id],
|
|
166
|
+
/** Delete namespace mutation key */ delete: (id) => ['mutation', 'namespace', 'delete', id],
|
|
53
167
|
};
|
|
54
|
-
export const
|
|
55
|
-
/** All
|
|
56
|
-
/** Create
|
|
57
|
-
/** Update
|
|
58
|
-
/** Delete
|
|
168
|
+
export const namespaceEventMutationKeys = {
|
|
169
|
+
/** All namespaceEvent mutation keys */ all: ['mutation', 'namespaceevent'],
|
|
170
|
+
/** Create namespaceEvent mutation key */ create: () => ['mutation', 'namespaceevent', 'create'],
|
|
171
|
+
/** Update namespaceEvent mutation key */ update: (id) => ['mutation', 'namespaceevent', 'update', id],
|
|
172
|
+
/** Delete namespaceEvent mutation key */ delete: (id) => ['mutation', 'namespaceevent', 'delete', id],
|
|
59
173
|
};
|
|
60
174
|
export const platformFunctionApiBindingMutationKeys = {
|
|
61
175
|
/** All platformFunctionApiBinding mutation keys */ all: [
|
|
@@ -66,32 +180,14 @@ export const platformFunctionApiBindingMutationKeys = {
|
|
|
66
180
|
/** Update platformFunctionApiBinding mutation key */ update: (id) => ['mutation', 'platformfunctionapibinding', 'update', id],
|
|
67
181
|
/** Delete platformFunctionApiBinding mutation key */ delete: (id) => ['mutation', 'platformfunctionapibinding', 'delete', id],
|
|
68
182
|
};
|
|
69
|
-
export const
|
|
70
|
-
/** All
|
|
71
|
-
'mutation',
|
|
72
|
-
'platformresourcesrequirementsstate',
|
|
73
|
-
],
|
|
74
|
-
/** Create platformResourcesRequirementsState mutation key */ create: () => ['mutation', 'platformresourcesrequirementsstate', 'create'],
|
|
75
|
-
/** Update platformResourcesRequirementsState mutation key */ update: (id) => ['mutation', 'platformresourcesrequirementsstate', 'update', id],
|
|
76
|
-
/** Delete platformResourcesRequirementsState mutation key */ delete: (id) => ['mutation', 'platformresourcesrequirementsstate', 'delete', id],
|
|
77
|
-
};
|
|
78
|
-
export const resourcesRequirementsStateMutationKeys = {
|
|
79
|
-
/** All resourcesRequirementsState mutation keys */ all: [
|
|
80
|
-
'mutation',
|
|
81
|
-
'resourcesrequirementsstate',
|
|
82
|
-
],
|
|
83
|
-
/** Create resourcesRequirementsState mutation key */ create: () => ['mutation', 'resourcesrequirementsstate', 'create'],
|
|
84
|
-
/** Update resourcesRequirementsState mutation key */ update: (id) => ['mutation', 'resourcesrequirementsstate', 'update', id],
|
|
85
|
-
/** Delete resourcesRequirementsState mutation key */ delete: (id) => ['mutation', 'resourcesrequirementsstate', 'delete', id],
|
|
86
|
-
};
|
|
87
|
-
export const platformResourceStatusCheckMutationKeys = {
|
|
88
|
-
/** All platformResourceStatusCheck mutation keys */ all: [
|
|
183
|
+
export const platformFunctionDefinitionMutationKeys = {
|
|
184
|
+
/** All platformFunctionDefinition mutation keys */ all: [
|
|
89
185
|
'mutation',
|
|
90
|
-
'
|
|
186
|
+
'platformfunctiondefinition',
|
|
91
187
|
],
|
|
92
|
-
/** Create
|
|
93
|
-
/** Update
|
|
94
|
-
/** Delete
|
|
188
|
+
/** Create platformFunctionDefinition mutation key */ create: () => ['mutation', 'platformfunctiondefinition', 'create'],
|
|
189
|
+
/** Update platformFunctionDefinition mutation key */ update: (id) => ['mutation', 'platformfunctiondefinition', 'update', id],
|
|
190
|
+
/** Delete platformFunctionDefinition mutation key */ delete: (id) => ['mutation', 'platformfunctiondefinition', 'delete', id],
|
|
95
191
|
};
|
|
96
192
|
export const platformFunctionDeploymentMutationKeys = {
|
|
97
193
|
/** All platformFunctionDeployment mutation keys */ all: [
|
|
@@ -102,33 +198,6 @@ export const platformFunctionDeploymentMutationKeys = {
|
|
|
102
198
|
/** Update platformFunctionDeployment mutation key */ update: (id) => ['mutation', 'platformfunctiondeployment', 'update', id],
|
|
103
199
|
/** Delete platformFunctionDeployment mutation key */ delete: (id) => ['mutation', 'platformfunctiondeployment', 'delete', id],
|
|
104
200
|
};
|
|
105
|
-
export const platformResourceMutationKeys = {
|
|
106
|
-
/** All platformResource mutation keys */ all: ['mutation', 'platformresource'],
|
|
107
|
-
/** Create platformResource mutation key */ create: () => ['mutation', 'platformresource', 'create'],
|
|
108
|
-
/** Update platformResource mutation key */ update: (id) => ['mutation', 'platformresource', 'update', id],
|
|
109
|
-
/** Delete platformResource mutation key */ delete: (id) => ['mutation', 'platformresource', 'delete', id],
|
|
110
|
-
};
|
|
111
|
-
export const platformResourceDefinitionMutationKeys = {
|
|
112
|
-
/** All platformResourceDefinition mutation keys */ all: [
|
|
113
|
-
'mutation',
|
|
114
|
-
'platformresourcedefinition',
|
|
115
|
-
],
|
|
116
|
-
/** Create platformResourceDefinition mutation key */ create: () => ['mutation', 'platformresourcedefinition', 'create'],
|
|
117
|
-
/** Update platformResourceDefinition mutation key */ update: (id) => ['mutation', 'platformresourcedefinition', 'update', id],
|
|
118
|
-
/** Delete platformResourceDefinition mutation key */ delete: (id) => ['mutation', 'platformresourcedefinition', 'delete', id],
|
|
119
|
-
};
|
|
120
|
-
export const infraObjectMutationKeys = {
|
|
121
|
-
/** All infraObject mutation keys */ all: ['mutation', 'infraobject'],
|
|
122
|
-
/** Create infraObject mutation key */ create: () => ['mutation', 'infraobject', 'create'],
|
|
123
|
-
/** Update infraObject mutation key */ update: (id) => ['mutation', 'infraobject', 'update', id],
|
|
124
|
-
/** Delete infraObject mutation key */ delete: (id) => ['mutation', 'infraobject', 'delete', id],
|
|
125
|
-
};
|
|
126
|
-
export const functionGraphObjectMutationKeys = {
|
|
127
|
-
/** All functionGraphObject mutation keys */ all: ['mutation', 'functiongraphobject'],
|
|
128
|
-
/** Create functionGraphObject mutation key */ create: () => ['mutation', 'functiongraphobject', 'create'],
|
|
129
|
-
/** Update functionGraphObject mutation key */ update: (id) => ['mutation', 'functiongraphobject', 'update', id],
|
|
130
|
-
/** Delete functionGraphObject mutation key */ delete: (id) => ['mutation', 'functiongraphobject', 'delete', id],
|
|
131
|
-
};
|
|
132
201
|
export const platformFunctionDeploymentEventMutationKeys = {
|
|
133
202
|
/** All platformFunctionDeploymentEvent mutation keys */ all: [
|
|
134
203
|
'mutation',
|
|
@@ -138,140 +207,14 @@ export const platformFunctionDeploymentEventMutationKeys = {
|
|
|
138
207
|
/** Update platformFunctionDeploymentEvent mutation key */ update: (id) => ['mutation', 'platformfunctiondeploymentevent', 'update', id],
|
|
139
208
|
/** Delete platformFunctionDeploymentEvent mutation key */ delete: (id) => ['mutation', 'platformfunctiondeploymentevent', 'delete', id],
|
|
140
209
|
};
|
|
141
|
-
export const platformResourceEventMutationKeys = {
|
|
142
|
-
/** All platformResourceEvent mutation keys */ all: [
|
|
143
|
-
'mutation',
|
|
144
|
-
'platformresourceevent',
|
|
145
|
-
],
|
|
146
|
-
/** Create platformResourceEvent mutation key */ create: () => ['mutation', 'platformresourceevent', 'create'],
|
|
147
|
-
/** Update platformResourceEvent mutation key */ update: (id) => ['mutation', 'platformresourceevent', 'update', id],
|
|
148
|
-
/** Delete platformResourceEvent mutation key */ delete: (id) => ['mutation', 'platformresourceevent', 'delete', id],
|
|
149
|
-
};
|
|
150
|
-
export const resourceStatusCheckMutationKeys = {
|
|
151
|
-
/** All resourceStatusCheck mutation keys */ all: ['mutation', 'resourcestatuscheck'],
|
|
152
|
-
/** Create resourceStatusCheck mutation key */ create: () => ['mutation', 'resourcestatuscheck', 'create'],
|
|
153
|
-
/** Update resourceStatusCheck mutation key */ update: (id) => ['mutation', 'resourcestatuscheck', 'update', id],
|
|
154
|
-
/** Delete resourceStatusCheck mutation key */ delete: (id) => ['mutation', 'resourcestatuscheck', 'delete', id],
|
|
155
|
-
};
|
|
156
|
-
export const functionDeploymentMutationKeys = {
|
|
157
|
-
/** All functionDeployment mutation keys */ all: ['mutation', 'functiondeployment'],
|
|
158
|
-
/** Create functionDeployment mutation key */ create: () => ['mutation', 'functiondeployment', 'create'],
|
|
159
|
-
/** Update functionDeployment mutation key */ update: (id) => ['mutation', 'functiondeployment', 'update', id],
|
|
160
|
-
/** Delete functionDeployment mutation key */ delete: (id) => ['mutation', 'functiondeployment', 'delete', id],
|
|
161
|
-
};
|
|
162
|
-
export const resourceMutationKeys = {
|
|
163
|
-
/** All resource mutation keys */ all: ['mutation', 'resource'],
|
|
164
|
-
/** Create resource mutation key */ create: () => ['mutation', 'resource', 'create'],
|
|
165
|
-
/** Update resource mutation key */ update: (id) => ['mutation', 'resource', 'update', id],
|
|
166
|
-
/** Delete resource mutation key */ delete: (id) => ['mutation', 'resource', 'delete', id],
|
|
167
|
-
};
|
|
168
|
-
export const resourceDefinitionMutationKeys = {
|
|
169
|
-
/** All resourceDefinition mutation keys */ all: ['mutation', 'resourcedefinition'],
|
|
170
|
-
/** Create resourceDefinition mutation key */ create: () => ['mutation', 'resourcedefinition', 'create'],
|
|
171
|
-
/** Update resourceDefinition mutation key */ update: (id) => ['mutation', 'resourcedefinition', 'update', id],
|
|
172
|
-
/** Delete resourceDefinition mutation key */ delete: (id) => ['mutation', 'resourcedefinition', 'delete', id],
|
|
173
|
-
};
|
|
174
|
-
export const functionDeploymentEventMutationKeys = {
|
|
175
|
-
/** All functionDeploymentEvent mutation keys */ all: [
|
|
176
|
-
'mutation',
|
|
177
|
-
'functiondeploymentevent',
|
|
178
|
-
],
|
|
179
|
-
/** Create functionDeploymentEvent mutation key */ create: () => ['mutation', 'functiondeploymentevent', 'create'],
|
|
180
|
-
/** Update functionDeploymentEvent mutation key */ update: (id) => ['mutation', 'functiondeploymentevent', 'update', id],
|
|
181
|
-
/** Delete functionDeploymentEvent mutation key */ delete: (id) => ['mutation', 'functiondeploymentevent', 'delete', id],
|
|
182
|
-
};
|
|
183
210
|
export const platformFunctionExecutionLogMutationKeys = {
|
|
184
211
|
/** All platformFunctionExecutionLog mutation keys */ all: [
|
|
185
212
|
'mutation',
|
|
186
|
-
'platformfunctionexecutionlog',
|
|
187
|
-
],
|
|
188
|
-
/** Create platformFunctionExecutionLog mutation key */ create: () => ['mutation', 'platformfunctionexecutionlog', 'create'],
|
|
189
|
-
/** Update platformFunctionExecutionLog mutation key */ update: (id) => ['mutation', 'platformfunctionexecutionlog', 'update', id],
|
|
190
|
-
/** Delete platformFunctionExecutionLog mutation key */ delete: (id) => ['mutation', 'platformfunctionexecutionlog', 'delete', id],
|
|
191
|
-
};
|
|
192
|
-
export const resourceEventMutationKeys = {
|
|
193
|
-
/** All resourceEvent mutation keys */ all: ['mutation', 'resourceevent'],
|
|
194
|
-
/** Create resourceEvent mutation key */ create: () => ['mutation', 'resourceevent', 'create'],
|
|
195
|
-
/** Update resourceEvent mutation key */ update: (id) => ['mutation', 'resourceevent', 'update', id],
|
|
196
|
-
/** Delete resourceEvent mutation key */ delete: (id) => ['mutation', 'resourceevent', 'delete', id],
|
|
197
|
-
};
|
|
198
|
-
export const functionGraphExecutionOutputMutationKeys = {
|
|
199
|
-
/** All functionGraphExecutionOutput mutation keys */ all: [
|
|
200
|
-
'mutation',
|
|
201
|
-
'functiongraphexecutionoutput',
|
|
202
|
-
],
|
|
203
|
-
/** Create functionGraphExecutionOutput mutation key */ create: () => ['mutation', 'functiongraphexecutionoutput', 'create'],
|
|
204
|
-
/** Update functionGraphExecutionOutput mutation key */ update: (id) => ['mutation', 'functiongraphexecutionoutput', 'update', id],
|
|
205
|
-
/** Delete functionGraphExecutionOutput mutation key */ delete: (id) => ['mutation', 'functiongraphexecutionoutput', 'delete', id],
|
|
206
|
-
};
|
|
207
|
-
export const infraCommitMutationKeys = {
|
|
208
|
-
/** All infraCommit mutation keys */ all: ['mutation', 'infracommit'],
|
|
209
|
-
/** Create infraCommit mutation key */ create: () => ['mutation', 'infracommit', 'create'],
|
|
210
|
-
/** Update infraCommit mutation key */ update: (id) => ['mutation', 'infracommit', 'update', id],
|
|
211
|
-
/** Delete infraCommit mutation key */ delete: (id) => ['mutation', 'infracommit', 'delete', id],
|
|
212
|
-
};
|
|
213
|
-
export const functionGraphCommitMutationKeys = {
|
|
214
|
-
/** All functionGraphCommit mutation keys */ all: ['mutation', 'functiongraphcommit'],
|
|
215
|
-
/** Create functionGraphCommit mutation key */ create: () => ['mutation', 'functiongraphcommit', 'create'],
|
|
216
|
-
/** Update functionGraphCommit mutation key */ update: (id) => ['mutation', 'functiongraphcommit', 'update', id],
|
|
217
|
-
/** Delete functionGraphCommit mutation key */ delete: (id) => ['mutation', 'functiongraphcommit', 'delete', id],
|
|
218
|
-
};
|
|
219
|
-
export const functionExecutionLogMutationKeys = {
|
|
220
|
-
/** All functionExecutionLog mutation keys */ all: ['mutation', 'functionexecutionlog'],
|
|
221
|
-
/** Create functionExecutionLog mutation key */ create: () => ['mutation', 'functionexecutionlog', 'create'],
|
|
222
|
-
/** Update functionExecutionLog mutation key */ update: (id) => ['mutation', 'functionexecutionlog', 'update', id],
|
|
223
|
-
/** Delete functionExecutionLog mutation key */ delete: (id) => ['mutation', 'functionexecutionlog', 'delete', id],
|
|
224
|
-
};
|
|
225
|
-
export const platformResourcesResolvedRequirementMutationKeys = {
|
|
226
|
-
/** All platformResourcesResolvedRequirement mutation keys */ all: [
|
|
227
|
-
'mutation',
|
|
228
|
-
'platformresourcesresolvedrequirement',
|
|
229
|
-
],
|
|
230
|
-
/** Create platformResourcesResolvedRequirement mutation key */ create: () => ['mutation', 'platformresourcesresolvedrequirement', 'create'],
|
|
231
|
-
/** Update platformResourcesResolvedRequirement mutation key */ update: (id) => ['mutation', 'platformresourcesresolvedrequirement', 'update', id],
|
|
232
|
-
/** Delete platformResourcesResolvedRequirement mutation key */ delete: (id) => ['mutation', 'platformresourcesresolvedrequirement', 'delete', id],
|
|
233
|
-
};
|
|
234
|
-
export const resourcesResolvedRequirementMutationKeys = {
|
|
235
|
-
/** All resourcesResolvedRequirement mutation keys */ all: [
|
|
236
|
-
'mutation',
|
|
237
|
-
'resourcesresolvedrequirement',
|
|
238
|
-
],
|
|
239
|
-
/** Create resourcesResolvedRequirement mutation key */ create: () => ['mutation', 'resourcesresolvedrequirement', 'create'],
|
|
240
|
-
/** Update resourcesResolvedRequirement mutation key */ update: (id) => ['mutation', 'resourcesresolvedrequirement', 'update', id],
|
|
241
|
-
/** Delete resourcesResolvedRequirement mutation key */ delete: (id) => ['mutation', 'resourcesresolvedrequirement', 'delete', id],
|
|
242
|
-
};
|
|
243
|
-
export const dbPresetMutationKeys = {
|
|
244
|
-
/** All dbPreset mutation keys */ all: ['mutation', 'dbpreset'],
|
|
245
|
-
/** Create dbPreset mutation key */ create: () => ['mutation', 'dbpreset', 'create'],
|
|
246
|
-
/** Update dbPreset mutation key */ update: (id) => ['mutation', 'dbpreset', 'update', id],
|
|
247
|
-
/** Delete dbPreset mutation key */ delete: (id) => ['mutation', 'dbpreset', 'delete', id],
|
|
248
|
-
};
|
|
249
|
-
export const platformNamespaceMutationKeys = {
|
|
250
|
-
/** All platformNamespace mutation keys */ all: ['mutation', 'platformnamespace'],
|
|
251
|
-
/** Create platformNamespace mutation key */ create: () => ['mutation', 'platformnamespace', 'create'],
|
|
252
|
-
/** Update platformNamespace mutation key */ update: (id) => ['mutation', 'platformnamespace', 'update', id],
|
|
253
|
-
/** Delete platformNamespace mutation key */ delete: (id) => ['mutation', 'platformnamespace', 'delete', id],
|
|
254
|
-
};
|
|
255
|
-
export const functionGraphMutationKeys = {
|
|
256
|
-
/** All functionGraph mutation keys */ all: ['mutation', 'functiongraph'],
|
|
257
|
-
/** Create functionGraph mutation key */ create: () => ['mutation', 'functiongraph', 'create'],
|
|
258
|
-
/** Update functionGraph mutation key */ update: (id) => ['mutation', 'functiongraph', 'update', id],
|
|
259
|
-
/** Delete functionGraph mutation key */ delete: (id) => ['mutation', 'functiongraph', 'delete', id],
|
|
260
|
-
};
|
|
261
|
-
export const functionGraphExecutionNodeStateMutationKeys = {
|
|
262
|
-
/** All functionGraphExecutionNodeState mutation keys */ all: [
|
|
263
|
-
'mutation',
|
|
264
|
-
'functiongraphexecutionnodestate',
|
|
265
|
-
],
|
|
266
|
-
/** Create functionGraphExecutionNodeState mutation key */ create: () => ['mutation', 'functiongraphexecutionnodestate', 'create'],
|
|
267
|
-
/** Update functionGraphExecutionNodeState mutation key */ update: (id) => ['mutation', 'functiongraphexecutionnodestate', 'update', id],
|
|
268
|
-
/** Delete functionGraphExecutionNodeState mutation key */ delete: (id) => ['mutation', 'functiongraphexecutionnodestate', 'delete', id],
|
|
269
|
-
};
|
|
270
|
-
export const namespaceMutationKeys = {
|
|
271
|
-
/** All namespace mutation keys */ all: ['mutation', 'namespace'],
|
|
272
|
-
/** Create namespace mutation key */ create: () => ['mutation', 'namespace', 'create'],
|
|
273
|
-
/** Update namespace mutation key */ update: (id) => ['mutation', 'namespace', 'update', id],
|
|
274
|
-
/** Delete namespace mutation key */ delete: (id) => ['mutation', 'namespace', 'delete', id],
|
|
213
|
+
'platformfunctionexecutionlog',
|
|
214
|
+
],
|
|
215
|
+
/** Create platformFunctionExecutionLog mutation key */ create: () => ['mutation', 'platformfunctionexecutionlog', 'create'],
|
|
216
|
+
/** Update platformFunctionExecutionLog mutation key */ update: (id) => ['mutation', 'platformfunctionexecutionlog', 'update', id],
|
|
217
|
+
/** Delete platformFunctionExecutionLog mutation key */ delete: (id) => ['mutation', 'platformfunctionexecutionlog', 'delete', id],
|
|
275
218
|
};
|
|
276
219
|
export const platformFunctionInvocationMutationKeys = {
|
|
277
220
|
/** All platformFunctionInvocation mutation keys */ all: [
|
|
@@ -282,11 +225,11 @@ export const platformFunctionInvocationMutationKeys = {
|
|
|
282
225
|
/** Update platformFunctionInvocation mutation key */ update: (id) => ['mutation', 'platformfunctioninvocation', 'update', id],
|
|
283
226
|
/** Delete platformFunctionInvocation mutation key */ delete: (id) => ['mutation', 'platformfunctioninvocation', 'delete', id],
|
|
284
227
|
};
|
|
285
|
-
export const
|
|
286
|
-
/** All
|
|
287
|
-
/** Create
|
|
288
|
-
/** Update
|
|
289
|
-
/** Delete
|
|
228
|
+
export const platformNamespaceMutationKeys = {
|
|
229
|
+
/** All platformNamespace mutation keys */ all: ['mutation', 'platformnamespace'],
|
|
230
|
+
/** Create platformNamespace mutation key */ create: () => ['mutation', 'platformnamespace', 'create'],
|
|
231
|
+
/** Update platformNamespace mutation key */ update: (id) => ['mutation', 'platformnamespace', 'update', id],
|
|
232
|
+
/** Delete platformNamespace mutation key */ delete: (id) => ['mutation', 'platformnamespace', 'delete', id],
|
|
290
233
|
};
|
|
291
234
|
export const platformNamespaceEventMutationKeys = {
|
|
292
235
|
/** All platformNamespaceEvent mutation keys */ all: [
|
|
@@ -297,97 +240,154 @@ export const platformNamespaceEventMutationKeys = {
|
|
|
297
240
|
/** Update platformNamespaceEvent mutation key */ update: (id) => ['mutation', 'platformnamespaceevent', 'update', id],
|
|
298
241
|
/** Delete platformNamespaceEvent mutation key */ delete: (id) => ['mutation', 'platformnamespaceevent', 'delete', id],
|
|
299
242
|
};
|
|
300
|
-
export const
|
|
301
|
-
/** All
|
|
302
|
-
/** Create
|
|
303
|
-
/** Update
|
|
304
|
-
/** Delete
|
|
243
|
+
export const platformResourceMutationKeys = {
|
|
244
|
+
/** All platformResource mutation keys */ all: ['mutation', 'platformresource'],
|
|
245
|
+
/** Create platformResource mutation key */ create: () => ['mutation', 'platformresource', 'create'],
|
|
246
|
+
/** Update platformResource mutation key */ update: (id) => ['mutation', 'platformresource', 'update', id],
|
|
247
|
+
/** Delete platformResource mutation key */ delete: (id) => ['mutation', 'platformresource', 'delete', id],
|
|
305
248
|
};
|
|
306
|
-
export const
|
|
307
|
-
/** All
|
|
308
|
-
|
|
309
|
-
|
|
310
|
-
|
|
249
|
+
export const platformResourceDefinitionMutationKeys = {
|
|
250
|
+
/** All platformResourceDefinition mutation keys */ all: [
|
|
251
|
+
'mutation',
|
|
252
|
+
'platformresourcedefinition',
|
|
253
|
+
],
|
|
254
|
+
/** Create platformResourceDefinition mutation key */ create: () => ['mutation', 'platformresourcedefinition', 'create'],
|
|
255
|
+
/** Update platformResourceDefinition mutation key */ update: (id) => ['mutation', 'platformresourcedefinition', 'update', id],
|
|
256
|
+
/** Delete platformResourceDefinition mutation key */ delete: (id) => ['mutation', 'platformresourcedefinition', 'delete', id],
|
|
311
257
|
};
|
|
312
|
-
export const
|
|
313
|
-
/** All
|
|
258
|
+
export const platformResourceEventMutationKeys = {
|
|
259
|
+
/** All platformResourceEvent mutation keys */ all: [
|
|
314
260
|
'mutation',
|
|
315
|
-
'
|
|
261
|
+
'platformresourceevent',
|
|
316
262
|
],
|
|
317
|
-
/** Create
|
|
318
|
-
/** Update
|
|
319
|
-
/** Delete
|
|
263
|
+
/** Create platformResourceEvent mutation key */ create: () => ['mutation', 'platformresourceevent', 'create'],
|
|
264
|
+
/** Update platformResourceEvent mutation key */ update: (id) => ['mutation', 'platformresourceevent', 'update', id],
|
|
265
|
+
/** Delete platformResourceEvent mutation key */ delete: (id) => ['mutation', 'platformresourceevent', 'delete', id],
|
|
320
266
|
};
|
|
321
|
-
export const
|
|
322
|
-
/** All
|
|
267
|
+
export const platformResourceStatusCheckMutationKeys = {
|
|
268
|
+
/** All platformResourceStatusCheck mutation keys */ all: [
|
|
323
269
|
'mutation',
|
|
324
|
-
'
|
|
270
|
+
'platformresourcestatuscheck',
|
|
325
271
|
],
|
|
326
|
-
/** Create
|
|
327
|
-
/** Update
|
|
328
|
-
/** Delete
|
|
272
|
+
/** Create platformResourceStatusCheck mutation key */ create: () => ['mutation', 'platformresourcestatuscheck', 'create'],
|
|
273
|
+
/** Update platformResourceStatusCheck mutation key */ update: (id) => ['mutation', 'platformresourcestatuscheck', 'update', id],
|
|
274
|
+
/** Delete platformResourceStatusCheck mutation key */ delete: (id) => ['mutation', 'platformresourcestatuscheck', 'delete', id],
|
|
329
275
|
};
|
|
330
|
-
export const
|
|
331
|
-
/** All
|
|
332
|
-
|
|
333
|
-
|
|
334
|
-
|
|
276
|
+
export const platformResourcesRequirementsStateMutationKeys = {
|
|
277
|
+
/** All platformResourcesRequirementsState mutation keys */ all: [
|
|
278
|
+
'mutation',
|
|
279
|
+
'platformresourcesrequirementsstate',
|
|
280
|
+
],
|
|
281
|
+
/** Create platformResourcesRequirementsState mutation key */ create: () => ['mutation', 'platformresourcesrequirementsstate', 'create'],
|
|
282
|
+
/** Update platformResourcesRequirementsState mutation key */ update: (id) => ['mutation', 'platformresourcesrequirementsstate', 'update', id],
|
|
283
|
+
/** Delete platformResourcesRequirementsState mutation key */ delete: (id) => ['mutation', 'platformresourcesrequirementsstate', 'delete', id],
|
|
284
|
+
};
|
|
285
|
+
export const platformResourcesResolvedRequirementMutationKeys = {
|
|
286
|
+
/** All platformResourcesResolvedRequirement mutation keys */ all: [
|
|
287
|
+
'mutation',
|
|
288
|
+
'platformresourcesresolvedrequirement',
|
|
289
|
+
],
|
|
290
|
+
/** Create platformResourcesResolvedRequirement mutation key */ create: () => ['mutation', 'platformresourcesresolvedrequirement', 'create'],
|
|
291
|
+
/** Update platformResourcesResolvedRequirement mutation key */ update: (id) => ['mutation', 'platformresourcesresolvedrequirement', 'update', id],
|
|
292
|
+
/** Delete platformResourcesResolvedRequirement mutation key */ delete: (id) => ['mutation', 'platformresourcesresolvedrequirement', 'delete', id],
|
|
293
|
+
};
|
|
294
|
+
export const resourceMutationKeys = {
|
|
295
|
+
/** All resource mutation keys */ all: ['mutation', 'resource'],
|
|
296
|
+
/** Create resource mutation key */ create: () => ['mutation', 'resource', 'create'],
|
|
297
|
+
/** Update resource mutation key */ update: (id) => ['mutation', 'resource', 'update', id],
|
|
298
|
+
/** Delete resource mutation key */ delete: (id) => ['mutation', 'resource', 'delete', id],
|
|
299
|
+
};
|
|
300
|
+
export const resourceDefinitionMutationKeys = {
|
|
301
|
+
/** All resourceDefinition mutation keys */ all: ['mutation', 'resourcedefinition'],
|
|
302
|
+
/** Create resourceDefinition mutation key */ create: () => ['mutation', 'resourcedefinition', 'create'],
|
|
303
|
+
/** Update resourceDefinition mutation key */ update: (id) => ['mutation', 'resourcedefinition', 'update', id],
|
|
304
|
+
/** Delete resourceDefinition mutation key */ delete: (id) => ['mutation', 'resourcedefinition', 'delete', id],
|
|
305
|
+
};
|
|
306
|
+
export const resourceEventMutationKeys = {
|
|
307
|
+
/** All resourceEvent mutation keys */ all: ['mutation', 'resourceevent'],
|
|
308
|
+
/** Create resourceEvent mutation key */ create: () => ['mutation', 'resourceevent', 'create'],
|
|
309
|
+
/** Update resourceEvent mutation key */ update: (id) => ['mutation', 'resourceevent', 'update', id],
|
|
310
|
+
/** Delete resourceEvent mutation key */ delete: (id) => ['mutation', 'resourceevent', 'delete', id],
|
|
311
|
+
};
|
|
312
|
+
export const resourceStatusCheckMutationKeys = {
|
|
313
|
+
/** All resourceStatusCheck mutation keys */ all: ['mutation', 'resourcestatuscheck'],
|
|
314
|
+
/** Create resourceStatusCheck mutation key */ create: () => ['mutation', 'resourcestatuscheck', 'create'],
|
|
315
|
+
/** Update resourceStatusCheck mutation key */ update: (id) => ['mutation', 'resourcestatuscheck', 'update', id],
|
|
316
|
+
/** Delete resourceStatusCheck mutation key */ delete: (id) => ['mutation', 'resourcestatuscheck', 'delete', id],
|
|
317
|
+
};
|
|
318
|
+
export const resourcesRequirementsStateMutationKeys = {
|
|
319
|
+
/** All resourcesRequirementsState mutation keys */ all: [
|
|
320
|
+
'mutation',
|
|
321
|
+
'resourcesrequirementsstate',
|
|
322
|
+
],
|
|
323
|
+
/** Create resourcesRequirementsState mutation key */ create: () => ['mutation', 'resourcesrequirementsstate', 'create'],
|
|
324
|
+
/** Update resourcesRequirementsState mutation key */ update: (id) => ['mutation', 'resourcesrequirementsstate', 'update', id],
|
|
325
|
+
/** Delete resourcesRequirementsState mutation key */ delete: (id) => ['mutation', 'resourcesrequirementsstate', 'delete', id],
|
|
326
|
+
};
|
|
327
|
+
export const resourcesResolvedRequirementMutationKeys = {
|
|
328
|
+
/** All resourcesResolvedRequirement mutation keys */ all: [
|
|
329
|
+
'mutation',
|
|
330
|
+
'resourcesresolvedrequirement',
|
|
331
|
+
],
|
|
332
|
+
/** Create resourcesResolvedRequirement mutation key */ create: () => ['mutation', 'resourcesresolvedrequirement', 'create'],
|
|
333
|
+
/** Update resourcesResolvedRequirement mutation key */ update: (id) => ['mutation', 'resourcesresolvedrequirement', 'update', id],
|
|
334
|
+
/** Delete resourcesResolvedRequirement mutation key */ delete: (id) => ['mutation', 'resourcesresolvedrequirement', 'delete', id],
|
|
335
335
|
};
|
|
336
336
|
// ============================================================================
|
|
337
337
|
// Custom Mutation Keys
|
|
338
338
|
// ============================================================================
|
|
339
339
|
export const customMutationKeys = {
|
|
340
|
-
/** Mutation key for
|
|
341
|
-
? ['mutation', '
|
|
342
|
-
: ['mutation', '
|
|
343
|
-
/** Mutation key for infraInitEmptyRepo */ infraInitEmptyRepo: (identifier) => identifier
|
|
344
|
-
? ['mutation', 'infraInitEmptyRepo', identifier]
|
|
345
|
-
: ['mutation', 'infraInitEmptyRepo'],
|
|
346
|
-
/** Mutation key for initEmptyRepo */ initEmptyRepo: (identifier) => identifier
|
|
347
|
-
? ['mutation', 'initEmptyRepo', identifier]
|
|
348
|
-
: ['mutation', 'initEmptyRepo'],
|
|
349
|
-
/** Mutation key for importDefinitions */ importDefinitions: (identifier) => identifier
|
|
350
|
-
? ['mutation', 'importDefinitions', identifier]
|
|
351
|
-
: ['mutation', 'importDefinitions'],
|
|
352
|
-
/** Mutation key for infraSetDataAtPath */ infraSetDataAtPath: (identifier) => identifier
|
|
353
|
-
? ['mutation', 'infraSetDataAtPath', identifier]
|
|
354
|
-
: ['mutation', 'infraSetDataAtPath'],
|
|
355
|
-
/** Mutation key for setDataAtPath */ setDataAtPath: (identifier) => identifier
|
|
356
|
-
? ['mutation', 'setDataAtPath', identifier]
|
|
357
|
-
: ['mutation', 'setDataAtPath'],
|
|
358
|
-
/** Mutation key for copyGraph */ copyGraph: (identifier) => identifier
|
|
359
|
-
? ['mutation', 'copyGraph', identifier]
|
|
360
|
-
: ['mutation', 'copyGraph'],
|
|
361
|
-
/** Mutation key for saveGraph */ saveGraph: (identifier) => identifier
|
|
362
|
-
? ['mutation', 'saveGraph', identifier]
|
|
363
|
-
: ['mutation', 'saveGraph'],
|
|
340
|
+
/** Mutation key for addEdge */ addEdge: (identifier) => identifier
|
|
341
|
+
? ['mutation', 'addEdge', identifier]
|
|
342
|
+
: ['mutation', 'addEdge'],
|
|
364
343
|
/** Mutation key for addEdgeAndSave */ addEdgeAndSave: (identifier) => identifier
|
|
365
344
|
? ['mutation', 'addEdgeAndSave', identifier]
|
|
366
345
|
: ['mutation', 'addEdgeAndSave'],
|
|
346
|
+
/** Mutation key for addNode */ addNode: (identifier) => identifier
|
|
347
|
+
? ['mutation', 'addNode', identifier]
|
|
348
|
+
: ['mutation', 'addNode'],
|
|
367
349
|
/** Mutation key for addNodeAndSave */ addNodeAndSave: (identifier) => identifier
|
|
368
350
|
? ['mutation', 'addNodeAndSave', identifier]
|
|
369
351
|
: ['mutation', 'addNodeAndSave'],
|
|
352
|
+
/** Mutation key for copyGraph */ copyGraph: (identifier) => identifier
|
|
353
|
+
? ['mutation', 'copyGraph', identifier]
|
|
354
|
+
: ['mutation', 'copyGraph'],
|
|
355
|
+
/** Mutation key for importDefinitions */ importDefinitions: (identifier) => identifier
|
|
356
|
+
? ['mutation', 'importDefinitions', identifier]
|
|
357
|
+
: ['mutation', 'importDefinitions'],
|
|
370
358
|
/** Mutation key for importGraphJson */ importGraphJson: (identifier) => identifier
|
|
371
359
|
? ['mutation', 'importGraphJson', identifier]
|
|
372
360
|
: ['mutation', 'importGraphJson'],
|
|
373
|
-
/** Mutation key for
|
|
374
|
-
? ['mutation', '
|
|
375
|
-
: ['mutation', '
|
|
376
|
-
/** Mutation key for addNode */ addNode: (identifier) => identifier
|
|
377
|
-
? ['mutation', 'addNode', identifier]
|
|
378
|
-
: ['mutation', 'addNode'],
|
|
361
|
+
/** Mutation key for infraInitEmptyRepo */ infraInitEmptyRepo: (identifier) => identifier
|
|
362
|
+
? ['mutation', 'infraInitEmptyRepo', identifier]
|
|
363
|
+
: ['mutation', 'infraInitEmptyRepo'],
|
|
379
364
|
/** Mutation key for infraInsertNodeAtPath */ infraInsertNodeAtPath: (identifier) => identifier
|
|
380
365
|
? ['mutation', 'infraInsertNodeAtPath', identifier]
|
|
381
366
|
: ['mutation', 'infraInsertNodeAtPath'],
|
|
367
|
+
/** Mutation key for infraSetDataAtPath */ infraSetDataAtPath: (identifier) => identifier
|
|
368
|
+
? ['mutation', 'infraSetDataAtPath', identifier]
|
|
369
|
+
: ['mutation', 'infraSetDataAtPath'],
|
|
370
|
+
/** Mutation key for initEmptyRepo */ initEmptyRepo: (identifier) => identifier
|
|
371
|
+
? ['mutation', 'initEmptyRepo', identifier]
|
|
372
|
+
: ['mutation', 'initEmptyRepo'],
|
|
382
373
|
/** Mutation key for insertNodeAtPath */ insertNodeAtPath: (identifier) => identifier
|
|
383
374
|
? ['mutation', 'insertNodeAtPath', identifier]
|
|
384
375
|
: ['mutation', 'insertNodeAtPath'],
|
|
385
|
-
/** Mutation key for startExecution */ startExecution: (identifier) => identifier
|
|
386
|
-
? ['mutation', 'startExecution', identifier]
|
|
387
|
-
: ['mutation', 'startExecution'],
|
|
388
376
|
/** Mutation key for provisionBucket */ provisionBucket: (identifier) => identifier
|
|
389
377
|
? ['mutation', 'provisionBucket', identifier]
|
|
390
378
|
: ['mutation', 'provisionBucket'],
|
|
379
|
+
/** Mutation key for saveGraph */ saveGraph: (identifier) => identifier
|
|
380
|
+
? ['mutation', 'saveGraph', identifier]
|
|
381
|
+
: ['mutation', 'saveGraph'],
|
|
382
|
+
/** Mutation key for setDataAtPath */ setDataAtPath: (identifier) => identifier
|
|
383
|
+
? ['mutation', 'setDataAtPath', identifier]
|
|
384
|
+
: ['mutation', 'setDataAtPath'],
|
|
385
|
+
/** Mutation key for startExecution */ startExecution: (identifier) => identifier
|
|
386
|
+
? ['mutation', 'startExecution', identifier]
|
|
387
|
+
: ['mutation', 'startExecution'],
|
|
388
|
+
/** Mutation key for validateFunctionGraph */ validateFunctionGraph: (identifier) => identifier
|
|
389
|
+
? ['mutation', 'validateFunctionGraph', identifier]
|
|
390
|
+
: ['mutation', 'validateFunctionGraph'],
|
|
391
391
|
};
|
|
392
392
|
/**
|
|
393
393
|
|
|
@@ -412,49 +412,49 @@ export const customMutationKeys = {
|
|
|
412
412
|
* ```
|
|
413
413
|
*/
|
|
414
414
|
export const mutationKeys = {
|
|
415
|
-
|
|
416
|
-
getAllRecord: getAllRecordMutationKeys,
|
|
417
|
-
infraRef: infraRefMutationKeys,
|
|
418
|
-
infraStore: infraStoreMutationKeys,
|
|
415
|
+
dbPreset: dbPresetMutationKeys,
|
|
419
416
|
functionApiBinding: functionApiBindingMutationKeys,
|
|
417
|
+
functionDefinition: functionDefinitionMutationKeys,
|
|
418
|
+
functionDeployment: functionDeploymentMutationKeys,
|
|
419
|
+
functionDeploymentEvent: functionDeploymentEventMutationKeys,
|
|
420
|
+
functionExecutionLog: functionExecutionLogMutationKeys,
|
|
421
|
+
functionGraphCommit: functionGraphCommitMutationKeys,
|
|
422
|
+
functionGraph: functionGraphMutationKeys,
|
|
423
|
+
functionGraphExecution: functionGraphExecutionMutationKeys,
|
|
424
|
+
functionGraphExecutionNodeState: functionGraphExecutionNodeStateMutationKeys,
|
|
425
|
+
functionGraphExecutionOutput: functionGraphExecutionOutputMutationKeys,
|
|
426
|
+
functionGraphObject: functionGraphObjectMutationKeys,
|
|
420
427
|
functionGraphRef: functionGraphRefMutationKeys,
|
|
421
428
|
functionGraphStore: functionGraphStoreMutationKeys,
|
|
429
|
+
functionInvocation: functionInvocationMutationKeys,
|
|
430
|
+
getAllRecord: getAllRecordMutationKeys,
|
|
431
|
+
infraCommit: infraCommitMutationKeys,
|
|
432
|
+
infraGetAllRecord: infraGetAllRecordMutationKeys,
|
|
433
|
+
infraObject: infraObjectMutationKeys,
|
|
434
|
+
infraRef: infraRefMutationKeys,
|
|
435
|
+
infraStore: infraStoreMutationKeys,
|
|
436
|
+
integrationProvider: integrationProviderMutationKeys,
|
|
437
|
+
namespace: namespaceMutationKeys,
|
|
438
|
+
namespaceEvent: namespaceEventMutationKeys,
|
|
422
439
|
platformFunctionApiBinding: platformFunctionApiBindingMutationKeys,
|
|
423
|
-
|
|
424
|
-
resourcesRequirementsState: resourcesRequirementsStateMutationKeys,
|
|
425
|
-
platformResourceStatusCheck: platformResourceStatusCheckMutationKeys,
|
|
440
|
+
platformFunctionDefinition: platformFunctionDefinitionMutationKeys,
|
|
426
441
|
platformFunctionDeployment: platformFunctionDeploymentMutationKeys,
|
|
442
|
+
platformFunctionDeploymentEvent: platformFunctionDeploymentEventMutationKeys,
|
|
443
|
+
platformFunctionExecutionLog: platformFunctionExecutionLogMutationKeys,
|
|
444
|
+
platformFunctionInvocation: platformFunctionInvocationMutationKeys,
|
|
445
|
+
platformNamespace: platformNamespaceMutationKeys,
|
|
446
|
+
platformNamespaceEvent: platformNamespaceEventMutationKeys,
|
|
427
447
|
platformResource: platformResourceMutationKeys,
|
|
428
448
|
platformResourceDefinition: platformResourceDefinitionMutationKeys,
|
|
429
|
-
infraObject: infraObjectMutationKeys,
|
|
430
|
-
functionGraphObject: functionGraphObjectMutationKeys,
|
|
431
|
-
platformFunctionDeploymentEvent: platformFunctionDeploymentEventMutationKeys,
|
|
432
449
|
platformResourceEvent: platformResourceEventMutationKeys,
|
|
433
|
-
|
|
434
|
-
|
|
450
|
+
platformResourceStatusCheck: platformResourceStatusCheckMutationKeys,
|
|
451
|
+
platformResourcesRequirementsState: platformResourcesRequirementsStateMutationKeys,
|
|
452
|
+
platformResourcesResolvedRequirement: platformResourcesResolvedRequirementMutationKeys,
|
|
435
453
|
resource: resourceMutationKeys,
|
|
436
454
|
resourceDefinition: resourceDefinitionMutationKeys,
|
|
437
|
-
functionDeploymentEvent: functionDeploymentEventMutationKeys,
|
|
438
|
-
platformFunctionExecutionLog: platformFunctionExecutionLogMutationKeys,
|
|
439
455
|
resourceEvent: resourceEventMutationKeys,
|
|
440
|
-
|
|
441
|
-
|
|
442
|
-
functionGraphCommit: functionGraphCommitMutationKeys,
|
|
443
|
-
functionExecutionLog: functionExecutionLogMutationKeys,
|
|
444
|
-
platformResourcesResolvedRequirement: platformResourcesResolvedRequirementMutationKeys,
|
|
456
|
+
resourceStatusCheck: resourceStatusCheckMutationKeys,
|
|
457
|
+
resourcesRequirementsState: resourcesRequirementsStateMutationKeys,
|
|
445
458
|
resourcesResolvedRequirement: resourcesResolvedRequirementMutationKeys,
|
|
446
|
-
dbPreset: dbPresetMutationKeys,
|
|
447
|
-
platformNamespace: platformNamespaceMutationKeys,
|
|
448
|
-
functionGraph: functionGraphMutationKeys,
|
|
449
|
-
functionGraphExecutionNodeState: functionGraphExecutionNodeStateMutationKeys,
|
|
450
|
-
namespace: namespaceMutationKeys,
|
|
451
|
-
platformFunctionInvocation: platformFunctionInvocationMutationKeys,
|
|
452
|
-
functionInvocation: functionInvocationMutationKeys,
|
|
453
|
-
platformNamespaceEvent: platformNamespaceEventMutationKeys,
|
|
454
|
-
integrationProvider: integrationProviderMutationKeys,
|
|
455
|
-
namespaceEvent: namespaceEventMutationKeys,
|
|
456
|
-
functionGraphExecution: functionGraphExecutionMutationKeys,
|
|
457
|
-
platformFunctionDefinition: platformFunctionDefinitionMutationKeys,
|
|
458
|
-
functionDefinition: functionDefinitionMutationKeys,
|
|
459
459
|
custom: customMutationKeys,
|
|
460
460
|
};
|