@constructive-io/react 0.28.2 → 0.29.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/admin/hooks/index.d.ts +1 -1
- package/admin/hooks/index.js +1 -1
- package/admin/hooks/invalidation.d.ts +120 -120
- package/admin/hooks/invalidation.js +232 -232
- package/admin/hooks/mutation-keys.d.ts +244 -244
- package/admin/hooks/mutation-keys.js +157 -157
- package/admin/hooks/mutations/index.d.ts +63 -63
- package/admin/hooks/mutations/index.js +63 -63
- package/admin/hooks/queries/index.d.ts +47 -47
- package/admin/hooks/queries/index.js +47 -47
- package/admin/hooks/queries/useAppPermissionsGetByMaskQuery.d.ts +3 -3
- package/admin/hooks/queries/useAppPermissionsGetByMaskQuery.js +2 -2
- package/admin/hooks/queries/useOrgIsManagerOfQuery.d.ts +3 -3
- package/admin/hooks/queries/useOrgIsManagerOfQuery.js +2 -2
- package/admin/hooks/queries/useOrgPermissionsGetByMaskQuery.d.ts +3 -3
- package/admin/hooks/queries/useOrgPermissionsGetByMaskQuery.js +2 -2
- package/admin/hooks/query-keys.d.ts +296 -296
- package/admin/hooks/query-keys.js +173 -173
- package/admin/orm/index.d.ts +67 -67
- package/admin/orm/index.js +44 -44
- package/admin/orm/input-types.d.ts +3168 -3168
- package/admin/orm/input-types.js +1 -1
- package/admin/orm/models/index.d.ts +22 -22
- package/admin/orm/models/index.js +45 -45
- package/admin/orm/mutation/index.d.ts +12 -12
- package/admin/orm/mutation/index.js +12 -12
- package/admin/orm/query/index.d.ts +47 -47
- package/admin/orm/query/index.js +68 -68
- package/admin/schema-types.d.ts +2497 -2497
- package/admin/types.d.ts +193 -193
- package/agent/hooks/index.d.ts +1 -1
- package/agent/hooks/index.js +1 -1
- package/agent/hooks/invalidation.d.ts +23 -23
- package/agent/hooks/invalidation.js +55 -55
- package/agent/hooks/mutation-keys.d.ts +46 -46
- package/agent/hooks/mutation-keys.js +28 -28
- package/agent/hooks/mutations/index.d.ts +12 -12
- package/agent/hooks/mutations/index.js +12 -12
- package/agent/hooks/queries/index.d.ts +8 -8
- package/agent/hooks/queries/index.js +8 -8
- package/agent/hooks/query-keys.d.ts +54 -54
- package/agent/hooks/query-keys.js +32 -32
- package/agent/orm/index.d.ts +8 -8
- package/agent/orm/index.js +8 -8
- package/agent/orm/input-types.d.ts +1788 -1788
- package/agent/orm/input-types.js +9 -9
- package/agent/orm/models/index.d.ts +4 -4
- package/agent/orm/models/index.js +9 -9
- package/agent/schema-types.d.ts +1226 -1226
- package/agent/types.d.ts +95 -95
- package/api/hooks/index.d.ts +1 -1
- package/api/hooks/index.js +1 -1
- package/api/hooks/invalidation.d.ts +184 -184
- package/api/hooks/invalidation.js +392 -392
- package/api/hooks/mutation-keys.d.ts +411 -411
- package/api/hooks/mutation-keys.js +227 -227
- package/api/hooks/mutations/index.d.ts +93 -93
- package/api/hooks/mutations/index.js +93 -93
- package/api/hooks/queries/index.d.ts +64 -64
- package/api/hooks/queries/index.js +64 -64
- package/api/hooks/queries/useApplyRegistryDefaultsQuery.d.ts +3 -3
- package/api/hooks/queries/useApplyRegistryDefaultsQuery.js +2 -2
- package/api/hooks/query-keys.d.ts +466 -466
- package/api/hooks/query-keys.js +251 -251
- package/api/orm/index.d.ts +77 -77
- package/api/orm/index.js +64 -64
- package/api/orm/input-types.d.ts +8781 -8781
- package/api/orm/input-types.js +48 -48
- package/api/orm/models/index.d.ts +32 -32
- package/api/orm/models/index.js +65 -65
- package/api/orm/mutation/index.d.ts +29 -29
- package/api/orm/mutation/index.js +30 -30
- package/api/orm/query/index.d.ts +1 -1
- package/api/orm/query/index.js +4 -4
- package/api/schema-types.d.ts +5628 -5628
- package/api/types.d.ts +435 -435
- package/auth/hooks/index.d.ts +1 -1
- package/auth/hooks/index.js +1 -1
- package/auth/hooks/invalidation.d.ts +42 -42
- package/auth/hooks/invalidation.js +90 -90
- package/auth/hooks/mutation-keys.d.ts +124 -124
- package/auth/hooks/mutation-keys.js +106 -106
- package/auth/hooks/mutations/index.d.ts +36 -36
- package/auth/hooks/mutations/index.js +36 -36
- package/auth/hooks/queries/index.d.ts +15 -15
- package/auth/hooks/queries/index.js +15 -15
- package/auth/hooks/query-keys.d.ts +102 -102
- package/auth/hooks/query-keys.js +59 -59
- package/auth/orm/index.d.ts +103 -103
- package/auth/orm/index.js +14 -14
- package/auth/orm/input-types.d.ts +2102 -2109
- package/auth/orm/input-types.js +5 -5
- package/auth/orm/models/index.d.ts +7 -7
- package/auth/orm/models/index.js +15 -15
- package/auth/orm/mutation/index.d.ts +138 -138
- package/auth/orm/mutation/index.js +168 -168
- package/auth/orm/query/index.d.ts +10 -10
- package/auth/orm/query/index.js +14 -14
- package/auth/schema-types.d.ts +1602 -1605
- package/auth/types.d.ts +86 -87
- package/compute/hooks/index.d.ts +1 -1
- package/compute/hooks/index.js +1 -1
- package/compute/hooks/invalidation.d.ts +183 -183
- package/compute/hooks/invalidation.js +391 -391
- package/compute/hooks/mutation-keys.d.ts +388 -388
- package/compute/hooks/mutation-keys.js +300 -300
- package/compute/hooks/mutations/index.d.ts +97 -97
- package/compute/hooks/mutations/index.js +97 -97
- package/compute/hooks/mutations/useCreateFunctionInvocationMutation.d.ts +2 -2
- package/compute/hooks/mutations/useCreateFunctionInvocationMutation.js +1 -1
- package/compute/hooks/mutations/useCreatePlatformFunctionInvocationMutation.d.ts +2 -2
- package/compute/hooks/mutations/useCreatePlatformFunctionInvocationMutation.js +1 -1
- package/compute/hooks/mutations/useDeleteFunctionInvocationMutation.d.ts +2 -2
- package/compute/hooks/mutations/useDeleteFunctionInvocationMutation.js +1 -1
- package/compute/hooks/mutations/useDeletePlatformFunctionInvocationMutation.d.ts +2 -2
- package/compute/hooks/mutations/useDeletePlatformFunctionInvocationMutation.js +1 -1
- package/compute/hooks/mutations/useUpdateFunctionInvocationMutation.d.ts +2 -2
- package/compute/hooks/mutations/useUpdateFunctionInvocationMutation.js +1 -1
- package/compute/hooks/mutations/useUpdatePlatformFunctionInvocationMutation.d.ts +2 -2
- package/compute/hooks/mutations/useUpdatePlatformFunctionInvocationMutation.js +1 -1
- package/compute/hooks/queries/index.d.ts +59 -59
- package/compute/hooks/queries/index.js +59 -59
- package/compute/hooks/queries/useFunctionInvocationQuery.d.ts +4 -4
- package/compute/hooks/queries/useFunctionInvocationQuery.js +1 -1
- package/compute/hooks/queries/useFunctionInvocationsQuery.d.ts +4 -4
- package/compute/hooks/queries/useFunctionInvocationsQuery.js +1 -1
- package/compute/hooks/queries/usePlatformFunctionInvocationQuery.d.ts +4 -4
- package/compute/hooks/queries/usePlatformFunctionInvocationQuery.js +1 -1
- package/compute/hooks/queries/usePlatformFunctionInvocationsQuery.d.ts +4 -4
- package/compute/hooks/queries/usePlatformFunctionInvocationsQuery.js +1 -1
- package/compute/hooks/query-keys.d.ts +438 -438
- package/compute/hooks/query-keys.js +256 -256
- package/compute/orm/index.d.ts +110 -110
- package/compute/orm/index.js +64 -64
- package/compute/orm/input-types.d.ts +7256 -7037
- package/compute/orm/input-types.js +15 -13
- package/compute/orm/models/index.d.ts +32 -32
- package/compute/orm/models/index.js +65 -65
- package/compute/orm/mutation/index.d.ts +77 -77
- package/compute/orm/mutation/index.js +96 -96
- package/compute/schema-types.d.ts +4950 -4896
- package/compute/types.d.ts +470 -468
- package/config/hooks/index.d.ts +1 -1
- package/config/hooks/index.js +1 -1
- package/config/hooks/invalidation.d.ts +6 -6
- package/config/hooks/invalidation.js +15 -15
- package/config/hooks/mutation-keys.d.ts +24 -24
- package/config/hooks/mutation-keys.js +26 -26
- package/config/hooks/mutations/index.d.ts +9 -9
- package/config/hooks/mutations/index.js +9 -9
- package/config/hooks/queries/index.d.ts +2 -2
- package/config/hooks/queries/index.js +2 -2
- package/config/hooks/query-keys.d.ts +14 -14
- package/config/hooks/query-keys.js +9 -9
- package/config/orm/index.d.ts +30 -30
- package/config/orm/index.js +2 -2
- package/config/orm/input-types.d.ts +416 -416
- package/config/orm/models/index.d.ts +1 -1
- package/config/orm/models/index.js +3 -3
- package/config/orm/mutation/index.d.ts +47 -47
- package/config/orm/mutation/index.js +60 -60
- package/config/schema-types.d.ts +519 -519
- package/config/types.d.ts +35 -35
- package/esm/admin/hooks/index.d.ts +1 -1
- package/esm/admin/hooks/index.js +1 -1
- package/esm/admin/hooks/invalidation.d.ts +120 -120
- package/esm/admin/hooks/invalidation.js +233 -233
- package/esm/admin/hooks/mutation-keys.d.ts +244 -244
- package/esm/admin/hooks/mutation-keys.js +156 -156
- package/esm/admin/hooks/mutations/index.d.ts +63 -63
- package/esm/admin/hooks/mutations/index.js +63 -63
- package/esm/admin/hooks/queries/index.d.ts +47 -47
- package/esm/admin/hooks/queries/index.js +47 -47
- package/esm/admin/hooks/queries/useAppPermissionsGetByMaskQuery.d.ts +3 -3
- package/esm/admin/hooks/queries/useAppPermissionsGetByMaskQuery.js +2 -2
- package/esm/admin/hooks/queries/useOrgIsManagerOfQuery.d.ts +3 -3
- package/esm/admin/hooks/queries/useOrgIsManagerOfQuery.js +2 -2
- package/esm/admin/hooks/queries/useOrgPermissionsGetByMaskQuery.d.ts +3 -3
- package/esm/admin/hooks/queries/useOrgPermissionsGetByMaskQuery.js +2 -2
- package/esm/admin/hooks/query-keys.d.ts +296 -296
- package/esm/admin/hooks/query-keys.js +172 -172
- package/esm/admin/orm/index.d.ts +67 -67
- package/esm/admin/orm/index.js +44 -44
- package/esm/admin/orm/input-types.d.ts +3168 -3168
- package/esm/admin/orm/input-types.js +1 -1
- package/esm/admin/orm/models/index.d.ts +22 -22
- package/esm/admin/orm/models/index.js +22 -22
- package/esm/admin/orm/mutation/index.d.ts +12 -12
- package/esm/admin/orm/mutation/index.js +12 -12
- package/esm/admin/orm/query/index.d.ts +47 -47
- package/esm/admin/orm/query/index.js +68 -68
- package/esm/admin/schema-types.d.ts +2497 -2497
- package/esm/admin/types.d.ts +193 -193
- package/esm/agent/hooks/index.d.ts +1 -1
- package/esm/agent/hooks/index.js +1 -1
- package/esm/agent/hooks/invalidation.d.ts +23 -23
- package/esm/agent/hooks/invalidation.js +56 -56
- package/esm/agent/hooks/mutation-keys.d.ts +46 -46
- package/esm/agent/hooks/mutation-keys.js +27 -27
- package/esm/agent/hooks/mutations/index.d.ts +12 -12
- package/esm/agent/hooks/mutations/index.js +12 -12
- package/esm/agent/hooks/queries/index.d.ts +8 -8
- package/esm/agent/hooks/queries/index.js +8 -8
- package/esm/agent/hooks/query-keys.d.ts +54 -54
- package/esm/agent/hooks/query-keys.js +31 -31
- package/esm/agent/orm/index.d.ts +8 -8
- package/esm/agent/orm/index.js +8 -8
- package/esm/agent/orm/input-types.d.ts +1788 -1788
- package/esm/agent/orm/input-types.js +9 -9
- package/esm/agent/orm/models/index.d.ts +4 -4
- package/esm/agent/orm/models/index.js +4 -4
- package/esm/agent/schema-types.d.ts +1226 -1226
- package/esm/agent/types.d.ts +95 -95
- package/esm/api/hooks/index.d.ts +1 -1
- package/esm/api/hooks/index.js +1 -1
- package/esm/api/hooks/invalidation.d.ts +184 -184
- package/esm/api/hooks/invalidation.js +393 -393
- package/esm/api/hooks/mutation-keys.d.ts +411 -411
- package/esm/api/hooks/mutation-keys.js +226 -226
- package/esm/api/hooks/mutations/index.d.ts +93 -93
- package/esm/api/hooks/mutations/index.js +93 -93
- package/esm/api/hooks/queries/index.d.ts +64 -64
- package/esm/api/hooks/queries/index.js +64 -64
- package/esm/api/hooks/queries/useApplyRegistryDefaultsQuery.d.ts +3 -3
- package/esm/api/hooks/queries/useApplyRegistryDefaultsQuery.js +2 -2
- package/esm/api/hooks/query-keys.d.ts +466 -466
- package/esm/api/hooks/query-keys.js +250 -250
- package/esm/api/orm/index.d.ts +77 -77
- package/esm/api/orm/index.js +64 -64
- package/esm/api/orm/input-types.d.ts +8781 -8781
- package/esm/api/orm/input-types.js +48 -48
- package/esm/api/orm/models/index.d.ts +32 -32
- package/esm/api/orm/models/index.js +32 -32
- package/esm/api/orm/mutation/index.d.ts +29 -29
- package/esm/api/orm/mutation/index.js +30 -30
- package/esm/api/orm/query/index.d.ts +1 -1
- package/esm/api/orm/query/index.js +4 -4
- package/esm/api/schema-types.d.ts +5628 -5628
- package/esm/api/types.d.ts +435 -435
- package/esm/auth/hooks/index.d.ts +1 -1
- package/esm/auth/hooks/index.js +1 -1
- package/esm/auth/hooks/invalidation.d.ts +42 -42
- package/esm/auth/hooks/invalidation.js +91 -91
- package/esm/auth/hooks/mutation-keys.d.ts +124 -124
- package/esm/auth/hooks/mutation-keys.js +105 -105
- package/esm/auth/hooks/mutations/index.d.ts +36 -36
- package/esm/auth/hooks/mutations/index.js +36 -36
- package/esm/auth/hooks/queries/index.d.ts +15 -15
- package/esm/auth/hooks/queries/index.js +15 -15
- package/esm/auth/hooks/query-keys.d.ts +102 -102
- package/esm/auth/hooks/query-keys.js +58 -58
- package/esm/auth/orm/index.d.ts +103 -103
- package/esm/auth/orm/index.js +14 -14
- package/esm/auth/orm/input-types.d.ts +2102 -2109
- package/esm/auth/orm/input-types.js +5 -5
- package/esm/auth/orm/models/index.d.ts +7 -7
- package/esm/auth/orm/models/index.js +7 -7
- package/esm/auth/orm/mutation/index.d.ts +138 -138
- package/esm/auth/orm/mutation/index.js +168 -168
- package/esm/auth/orm/query/index.d.ts +10 -10
- package/esm/auth/orm/query/index.js +14 -14
- package/esm/auth/schema-types.d.ts +1602 -1605
- package/esm/auth/types.d.ts +86 -87
- package/esm/compute/hooks/index.d.ts +1 -1
- package/esm/compute/hooks/index.js +1 -1
- package/esm/compute/hooks/invalidation.d.ts +183 -183
- package/esm/compute/hooks/invalidation.js +392 -392
- package/esm/compute/hooks/mutation-keys.d.ts +388 -388
- package/esm/compute/hooks/mutation-keys.js +299 -299
- package/esm/compute/hooks/mutations/index.d.ts +97 -97
- package/esm/compute/hooks/mutations/index.js +97 -97
- package/esm/compute/hooks/mutations/useCreateFunctionInvocationMutation.d.ts +2 -2
- package/esm/compute/hooks/mutations/useCreateFunctionInvocationMutation.js +1 -1
- package/esm/compute/hooks/mutations/useCreatePlatformFunctionInvocationMutation.d.ts +2 -2
- package/esm/compute/hooks/mutations/useCreatePlatformFunctionInvocationMutation.js +1 -1
- package/esm/compute/hooks/mutations/useDeleteFunctionInvocationMutation.d.ts +2 -2
- package/esm/compute/hooks/mutations/useDeleteFunctionInvocationMutation.js +1 -1
- package/esm/compute/hooks/mutations/useDeletePlatformFunctionInvocationMutation.d.ts +2 -2
- package/esm/compute/hooks/mutations/useDeletePlatformFunctionInvocationMutation.js +1 -1
- package/esm/compute/hooks/mutations/useUpdateFunctionInvocationMutation.d.ts +2 -2
- package/esm/compute/hooks/mutations/useUpdateFunctionInvocationMutation.js +1 -1
- package/esm/compute/hooks/mutations/useUpdatePlatformFunctionInvocationMutation.d.ts +2 -2
- package/esm/compute/hooks/mutations/useUpdatePlatformFunctionInvocationMutation.js +1 -1
- package/esm/compute/hooks/queries/index.d.ts +59 -59
- package/esm/compute/hooks/queries/index.js +59 -59
- package/esm/compute/hooks/queries/useFunctionInvocationQuery.d.ts +4 -4
- package/esm/compute/hooks/queries/useFunctionInvocationQuery.js +1 -1
- package/esm/compute/hooks/queries/useFunctionInvocationsQuery.d.ts +4 -4
- package/esm/compute/hooks/queries/useFunctionInvocationsQuery.js +1 -1
- package/esm/compute/hooks/queries/usePlatformFunctionInvocationQuery.d.ts +4 -4
- package/esm/compute/hooks/queries/usePlatformFunctionInvocationQuery.js +1 -1
- package/esm/compute/hooks/queries/usePlatformFunctionInvocationsQuery.d.ts +4 -4
- package/esm/compute/hooks/queries/usePlatformFunctionInvocationsQuery.js +1 -1
- package/esm/compute/hooks/query-keys.d.ts +438 -438
- package/esm/compute/hooks/query-keys.js +255 -255
- package/esm/compute/orm/index.d.ts +110 -110
- package/esm/compute/orm/index.js +64 -64
- package/esm/compute/orm/input-types.d.ts +7256 -7037
- package/esm/compute/orm/input-types.js +15 -13
- package/esm/compute/orm/models/index.d.ts +32 -32
- package/esm/compute/orm/models/index.js +32 -32
- package/esm/compute/orm/mutation/index.d.ts +77 -77
- package/esm/compute/orm/mutation/index.js +96 -96
- package/esm/compute/schema-types.d.ts +4950 -4896
- package/esm/compute/types.d.ts +470 -468
- package/esm/config/hooks/index.d.ts +1 -1
- package/esm/config/hooks/index.js +1 -1
- package/esm/config/hooks/invalidation.d.ts +6 -6
- package/esm/config/hooks/invalidation.js +16 -16
- package/esm/config/hooks/mutation-keys.d.ts +24 -24
- package/esm/config/hooks/mutation-keys.js +25 -25
- package/esm/config/hooks/mutations/index.d.ts +9 -9
- package/esm/config/hooks/mutations/index.js +9 -9
- package/esm/config/hooks/queries/index.d.ts +2 -2
- package/esm/config/hooks/queries/index.js +2 -2
- package/esm/config/hooks/query-keys.d.ts +14 -14
- package/esm/config/hooks/query-keys.js +8 -8
- package/esm/config/orm/index.d.ts +30 -30
- package/esm/config/orm/index.js +2 -2
- package/esm/config/orm/input-types.d.ts +416 -416
- package/esm/config/orm/models/index.d.ts +1 -1
- package/esm/config/orm/models/index.js +1 -1
- package/esm/config/orm/mutation/index.d.ts +47 -47
- package/esm/config/orm/mutation/index.js +60 -60
- package/esm/config/schema-types.d.ts +519 -519
- package/esm/config/types.d.ts +35 -35
- package/esm/infra/hooks/index.d.ts +1 -1
- package/esm/infra/hooks/index.js +1 -1
- package/esm/infra/hooks/invalidation.d.ts +28 -28
- package/esm/infra/hooks/invalidation.js +66 -66
- package/esm/infra/hooks/mutation-keys.d.ts +58 -58
- package/esm/infra/hooks/mutation-keys.js +36 -36
- package/esm/infra/hooks/mutations/index.d.ts +16 -16
- package/esm/infra/hooks/mutations/index.js +16 -16
- package/esm/infra/hooks/queries/index.d.ts +10 -10
- package/esm/infra/hooks/queries/index.js +10 -10
- package/esm/infra/hooks/query-keys.d.ts +66 -66
- package/esm/infra/hooks/query-keys.js +38 -38
- package/esm/infra/orm/index.d.ts +15 -15
- package/esm/infra/orm/index.js +10 -10
- package/esm/infra/orm/input-types.d.ts +971 -971
- package/esm/infra/orm/models/index.d.ts +5 -5
- package/esm/infra/orm/models/index.js +5 -5
- package/esm/infra/orm/mutation/index.d.ts +9 -9
- package/esm/infra/orm/mutation/index.js +12 -12
- package/esm/infra/schema-types.d.ts +979 -979
- package/esm/infra/types.d.ts +72 -72
- package/esm/modules/hooks/index.d.ts +1 -1
- package/esm/modules/hooks/index.js +1 -1
- package/esm/modules/hooks/invalidation.d.ts +291 -291
- package/esm/modules/hooks/invalidation.js +563 -563
- package/esm/modules/hooks/mutation-keys.d.ts +602 -602
- package/esm/modules/hooks/mutation-keys.js +384 -384
- package/esm/modules/hooks/mutations/index.d.ts +164 -164
- package/esm/modules/hooks/mutations/index.js +164 -164
- package/esm/modules/hooks/queries/index.d.ts +106 -106
- package/esm/modules/hooks/queries/index.js +106 -106
- package/esm/modules/hooks/queries/useResolveBlueprintFieldQuery.d.ts +3 -3
- package/esm/modules/hooks/queries/useResolveBlueprintFieldQuery.js +2 -2
- package/esm/modules/hooks/queries/useResolveBlueprintTableQuery.d.ts +3 -3
- package/esm/modules/hooks/queries/useResolveBlueprintTableQuery.js +2 -2
- package/esm/modules/hooks/query-keys.d.ts +696 -696
- package/esm/modules/hooks/query-keys.js +399 -399
- package/esm/modules/orm/index.d.ts +126 -126
- package/esm/modules/orm/index.js +106 -106
- package/esm/modules/orm/input-types.d.ts +11482 -11468
- package/esm/modules/orm/input-types.js +1 -1
- package/esm/modules/orm/models/index.d.ts +53 -53
- package/esm/modules/orm/models/index.js +53 -53
- package/esm/modules/orm/mutation/index.d.ts +51 -51
- package/esm/modules/orm/mutation/index.js +42 -42
- package/esm/modules/orm/query/index.d.ts +3 -3
- package/esm/modules/orm/query/index.js +8 -8
- package/esm/modules/schema-types.d.ts +8363 -8355
- package/esm/modules/types.d.ts +1013 -1011
- package/esm/objects/hooks/index.d.ts +1 -1
- package/esm/objects/hooks/index.js +1 -1
- package/esm/objects/hooks/invalidation.d.ts +12 -12
- package/esm/objects/hooks/invalidation.js +33 -33
- package/esm/objects/hooks/mutation-keys.d.ts +26 -26
- package/esm/objects/hooks/mutation-keys.js +17 -17
- package/esm/objects/hooks/mutations/index.d.ts +7 -7
- package/esm/objects/hooks/mutations/index.js +7 -7
- package/esm/objects/hooks/queries/index.d.ts +4 -4
- package/esm/objects/hooks/queries/index.js +4 -4
- package/esm/objects/hooks/query-keys.d.ts +28 -28
- package/esm/objects/hooks/query-keys.js +16 -16
- package/esm/objects/orm/index.d.ts +9 -9
- package/esm/objects/orm/index.js +4 -4
- package/esm/objects/orm/input-types.d.ts +384 -384
- package/esm/objects/orm/models/index.d.ts +2 -2
- package/esm/objects/orm/models/index.js +2 -2
- package/esm/objects/orm/mutation/index.d.ts +9 -9
- package/esm/objects/orm/mutation/index.js +12 -12
- package/esm/objects/schema-types.d.ts +438 -438
- package/esm/objects/types.d.ts +23 -23
- package/esm/usage/hooks/index.d.ts +1 -1
- package/esm/usage/hooks/index.js +1 -1
- package/esm/usage/hooks/invalidation.d.ts +67 -67
- package/esm/usage/hooks/invalidation.js +140 -140
- package/esm/usage/hooks/mutation-keys.d.ts +136 -136
- package/esm/usage/hooks/mutation-keys.js +82 -82
- package/esm/usage/hooks/mutations/index.d.ts +37 -37
- package/esm/usage/hooks/mutations/index.js +37 -37
- package/esm/usage/hooks/queries/index.d.ts +24 -24
- package/esm/usage/hooks/queries/index.js +24 -24
- package/esm/usage/hooks/query-keys.d.ts +158 -158
- package/esm/usage/hooks/query-keys.js +91 -91
- package/esm/usage/orm/index.d.ts +29 -29
- package/esm/usage/orm/index.js +24 -24
- package/esm/usage/orm/input-types.d.ts +2049 -2049
- package/esm/usage/orm/input-types.js +5 -5
- package/esm/usage/orm/models/index.d.ts +12 -12
- package/esm/usage/orm/models/index.js +12 -12
- package/esm/usage/orm/mutation/index.d.ts +16 -16
- package/esm/usage/orm/mutation/index.js +12 -12
- package/esm/usage/schema-types.d.ts +1591 -1591
- package/esm/usage/types.d.ts +99 -99
- package/infra/hooks/index.d.ts +1 -1
- package/infra/hooks/index.js +1 -1
- package/infra/hooks/invalidation.d.ts +28 -28
- package/infra/hooks/invalidation.js +65 -65
- package/infra/hooks/mutation-keys.d.ts +58 -58
- package/infra/hooks/mutation-keys.js +37 -37
- package/infra/hooks/mutations/index.d.ts +16 -16
- package/infra/hooks/mutations/index.js +16 -16
- package/infra/hooks/queries/index.d.ts +10 -10
- package/infra/hooks/queries/index.js +10 -10
- package/infra/hooks/query-keys.d.ts +66 -66
- package/infra/hooks/query-keys.js +39 -39
- package/infra/orm/index.d.ts +15 -15
- package/infra/orm/index.js +10 -10
- package/infra/orm/input-types.d.ts +971 -971
- package/infra/orm/models/index.d.ts +5 -5
- package/infra/orm/models/index.js +11 -11
- package/infra/orm/mutation/index.d.ts +9 -9
- package/infra/orm/mutation/index.js +12 -12
- package/infra/schema-types.d.ts +979 -979
- package/infra/types.d.ts +72 -72
- package/modules/hooks/index.d.ts +1 -1
- package/modules/hooks/index.js +1 -1
- package/modules/hooks/invalidation.d.ts +291 -291
- package/modules/hooks/invalidation.js +562 -562
- package/modules/hooks/mutation-keys.d.ts +602 -602
- package/modules/hooks/mutation-keys.js +386 -386
- package/modules/hooks/mutations/index.d.ts +164 -164
- package/modules/hooks/mutations/index.js +164 -164
- package/modules/hooks/queries/index.d.ts +106 -106
- package/modules/hooks/queries/index.js +106 -106
- package/modules/hooks/queries/useResolveBlueprintFieldQuery.d.ts +3 -3
- package/modules/hooks/queries/useResolveBlueprintFieldQuery.js +2 -2
- package/modules/hooks/queries/useResolveBlueprintTableQuery.d.ts +3 -3
- package/modules/hooks/queries/useResolveBlueprintTableQuery.js +2 -2
- package/modules/hooks/query-keys.d.ts +696 -696
- package/modules/hooks/query-keys.js +401 -401
- package/modules/orm/index.d.ts +126 -126
- package/modules/orm/index.js +106 -106
- package/modules/orm/input-types.d.ts +11482 -11468
- package/modules/orm/input-types.js +1 -1
- package/modules/orm/models/index.d.ts +53 -53
- package/modules/orm/models/index.js +108 -108
- package/modules/orm/mutation/index.d.ts +51 -51
- package/modules/orm/mutation/index.js +42 -42
- package/modules/orm/query/index.d.ts +3 -3
- package/modules/orm/query/index.js +8 -8
- package/modules/schema-types.d.ts +8363 -8355
- package/modules/types.d.ts +1013 -1011
- package/objects/hooks/index.d.ts +1 -1
- package/objects/hooks/index.js +1 -1
- package/objects/hooks/invalidation.d.ts +12 -12
- package/objects/hooks/invalidation.js +32 -32
- package/objects/hooks/mutation-keys.d.ts +26 -26
- package/objects/hooks/mutation-keys.js +18 -18
- package/objects/hooks/mutations/index.d.ts +7 -7
- package/objects/hooks/mutations/index.js +7 -7
- package/objects/hooks/queries/index.d.ts +4 -4
- package/objects/hooks/queries/index.js +4 -4
- package/objects/hooks/query-keys.d.ts +28 -28
- package/objects/hooks/query-keys.js +17 -17
- package/objects/orm/index.d.ts +9 -9
- package/objects/orm/index.js +4 -4
- package/objects/orm/input-types.d.ts +384 -384
- package/objects/orm/models/index.d.ts +2 -2
- package/objects/orm/models/index.js +5 -5
- package/objects/orm/mutation/index.d.ts +9 -9
- package/objects/orm/mutation/index.js +12 -12
- package/objects/schema-types.d.ts +438 -438
- package/objects/types.d.ts +23 -23
- package/package.json +4 -4
- package/usage/hooks/index.d.ts +1 -1
- package/usage/hooks/index.js +1 -1
- package/usage/hooks/invalidation.d.ts +67 -67
- package/usage/hooks/invalidation.js +139 -139
- package/usage/hooks/mutation-keys.d.ts +136 -136
- package/usage/hooks/mutation-keys.js +83 -83
- package/usage/hooks/mutations/index.d.ts +37 -37
- package/usage/hooks/mutations/index.js +37 -37
- package/usage/hooks/queries/index.d.ts +24 -24
- package/usage/hooks/queries/index.js +24 -24
- package/usage/hooks/query-keys.d.ts +158 -158
- package/usage/hooks/query-keys.js +92 -92
- package/usage/orm/index.d.ts +29 -29
- package/usage/orm/index.js +24 -24
- package/usage/orm/input-types.d.ts +2049 -2049
- package/usage/orm/input-types.js +5 -5
- package/usage/orm/models/index.d.ts +12 -12
- package/usage/orm/models/index.js +25 -25
- package/usage/orm/mutation/index.d.ts +16 -16
- package/usage/orm/mutation/index.js +12 -12
- package/usage/schema-types.d.ts +1591 -1591
- package/usage/types.d.ts +99 -99
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
* @generated by @constructive-io/graphql-codegen
|
|
4
4
|
* DO NOT EDIT - changes will be overwritten
|
|
5
5
|
*/
|
|
6
|
-
import {
|
|
6
|
+
import { dbPresetKeys, functionApiBindingKeys, functionDefinitionKeys, functionDeploymentKeys, functionDeploymentEventKeys, functionExecutionLogKeys, functionGraphCommitKeys, functionGraphKeys, functionGraphExecutionKeys, functionGraphExecutionNodeStateKeys, functionGraphExecutionOutputKeys, functionGraphObjectKeys, functionGraphRefKeys, functionGraphStoreKeys, functionInvocationKeys, getAllRecordKeys, infraCommitKeys, infraGetAllRecordKeys, infraObjectKeys, infraRefKeys, infraStoreKeys, integrationProviderKeys, namespaceKeys, namespaceEventKeys, platformFunctionApiBindingKeys, platformFunctionDefinitionKeys, platformFunctionDeploymentKeys, platformFunctionDeploymentEventKeys, platformFunctionExecutionLogKeys, platformFunctionInvocationKeys, platformNamespaceKeys, platformNamespaceEventKeys, platformResourceKeys, platformResourceDefinitionKeys, platformResourceEventKeys, platformResourceStatusCheckKeys, platformResourcesRequirementsStateKeys, platformResourcesResolvedRequirementKeys, resourceKeys, resourceDefinitionKeys, resourceEventKeys, resourceStatusCheckKeys, resourcesRequirementsStateKeys, resourcesResolvedRequirementKeys, } from './query-keys';
|
|
7
7
|
/**
|
|
8
8
|
// ============================================================================
|
|
9
9
|
// Invalidation Helpers
|
|
@@ -24,48 +24,15 @@ import { infraGetAllRecordKeys, getAllRecordKeys, infraRefKeys, infraStoreKeys,
|
|
|
24
24
|
* ```
|
|
25
25
|
*/
|
|
26
26
|
export const invalidate = {
|
|
27
|
-
/** Invalidate
|
|
28
|
-
/** Invalidate all
|
|
29
|
-
queryKey:
|
|
30
|
-
}),
|
|
31
|
-
/** Invalidate infraGetAllRecord list queries */ lists: (queryClient) => queryClient.invalidateQueries({
|
|
32
|
-
queryKey: infraGetAllRecordKeys.lists(),
|
|
33
|
-
}),
|
|
34
|
-
/** Invalidate a specific infraGetAllRecord */ detail: (queryClient, id) => queryClient.invalidateQueries({
|
|
35
|
-
queryKey: infraGetAllRecordKeys.detail(id),
|
|
36
|
-
}),
|
|
37
|
-
},
|
|
38
|
-
/** Invalidate getAllRecord queries */ getAllRecord: {
|
|
39
|
-
/** Invalidate all getAllRecord queries */ all: (queryClient) => queryClient.invalidateQueries({
|
|
40
|
-
queryKey: getAllRecordKeys.all,
|
|
41
|
-
}),
|
|
42
|
-
/** Invalidate getAllRecord list queries */ lists: (queryClient) => queryClient.invalidateQueries({
|
|
43
|
-
queryKey: getAllRecordKeys.lists(),
|
|
44
|
-
}),
|
|
45
|
-
/** Invalidate a specific getAllRecord */ detail: (queryClient, id) => queryClient.invalidateQueries({
|
|
46
|
-
queryKey: getAllRecordKeys.detail(id),
|
|
47
|
-
}),
|
|
48
|
-
},
|
|
49
|
-
/** Invalidate infraRef queries */ infraRef: {
|
|
50
|
-
/** Invalidate all infraRef queries */ all: (queryClient) => queryClient.invalidateQueries({
|
|
51
|
-
queryKey: infraRefKeys.all,
|
|
52
|
-
}),
|
|
53
|
-
/** Invalidate infraRef list queries */ lists: (queryClient) => queryClient.invalidateQueries({
|
|
54
|
-
queryKey: infraRefKeys.lists(),
|
|
55
|
-
}),
|
|
56
|
-
/** Invalidate a specific infraRef */ detail: (queryClient, id) => queryClient.invalidateQueries({
|
|
57
|
-
queryKey: infraRefKeys.detail(id),
|
|
58
|
-
}),
|
|
59
|
-
},
|
|
60
|
-
/** Invalidate infraStore queries */ infraStore: {
|
|
61
|
-
/** Invalidate all infraStore queries */ all: (queryClient) => queryClient.invalidateQueries({
|
|
62
|
-
queryKey: infraStoreKeys.all,
|
|
27
|
+
/** Invalidate dbPreset queries */ dbPreset: {
|
|
28
|
+
/** Invalidate all dbPreset queries */ all: (queryClient) => queryClient.invalidateQueries({
|
|
29
|
+
queryKey: dbPresetKeys.all,
|
|
63
30
|
}),
|
|
64
|
-
/** Invalidate
|
|
65
|
-
queryKey:
|
|
31
|
+
/** Invalidate dbPreset list queries */ lists: (queryClient) => queryClient.invalidateQueries({
|
|
32
|
+
queryKey: dbPresetKeys.lists(),
|
|
66
33
|
}),
|
|
67
|
-
/** Invalidate a specific
|
|
68
|
-
queryKey:
|
|
34
|
+
/** Invalidate a specific dbPreset */ detail: (queryClient, id) => queryClient.invalidateQueries({
|
|
35
|
+
queryKey: dbPresetKeys.detail(id),
|
|
69
36
|
}),
|
|
70
37
|
},
|
|
71
38
|
/** Invalidate functionApiBinding queries */ functionApiBinding: {
|
|
@@ -79,114 +46,103 @@ export const invalidate = {
|
|
|
79
46
|
queryKey: functionApiBindingKeys.detail(id),
|
|
80
47
|
}),
|
|
81
48
|
},
|
|
82
|
-
/** Invalidate
|
|
83
|
-
/** Invalidate all
|
|
84
|
-
queryKey:
|
|
85
|
-
}),
|
|
86
|
-
/** Invalidate functionGraphRef list queries */ lists: (queryClient) => queryClient.invalidateQueries({
|
|
87
|
-
queryKey: functionGraphRefKeys.lists(),
|
|
88
|
-
}),
|
|
89
|
-
/** Invalidate a specific functionGraphRef */ detail: (queryClient, id) => queryClient.invalidateQueries({
|
|
90
|
-
queryKey: functionGraphRefKeys.detail(id),
|
|
91
|
-
}),
|
|
92
|
-
},
|
|
93
|
-
/** Invalidate functionGraphStore queries */ functionGraphStore: {
|
|
94
|
-
/** Invalidate all functionGraphStore queries */ all: (queryClient) => queryClient.invalidateQueries({
|
|
95
|
-
queryKey: functionGraphStoreKeys.all,
|
|
49
|
+
/** Invalidate functionDefinition queries */ functionDefinition: {
|
|
50
|
+
/** Invalidate all functionDefinition queries */ all: (queryClient) => queryClient.invalidateQueries({
|
|
51
|
+
queryKey: functionDefinitionKeys.all,
|
|
96
52
|
}),
|
|
97
|
-
/** Invalidate
|
|
98
|
-
queryKey:
|
|
53
|
+
/** Invalidate functionDefinition list queries */ lists: (queryClient) => queryClient.invalidateQueries({
|
|
54
|
+
queryKey: functionDefinitionKeys.lists(),
|
|
99
55
|
}),
|
|
100
|
-
/** Invalidate a specific
|
|
101
|
-
queryKey:
|
|
56
|
+
/** Invalidate a specific functionDefinition */ detail: (queryClient, id) => queryClient.invalidateQueries({
|
|
57
|
+
queryKey: functionDefinitionKeys.detail(id),
|
|
102
58
|
}),
|
|
103
59
|
},
|
|
104
|
-
/** Invalidate
|
|
105
|
-
/** Invalidate all
|
|
106
|
-
queryKey:
|
|
60
|
+
/** Invalidate functionDeployment queries */ functionDeployment: {
|
|
61
|
+
/** Invalidate all functionDeployment queries */ all: (queryClient) => queryClient.invalidateQueries({
|
|
62
|
+
queryKey: functionDeploymentKeys.all,
|
|
107
63
|
}),
|
|
108
|
-
/** Invalidate
|
|
109
|
-
queryKey:
|
|
64
|
+
/** Invalidate functionDeployment list queries */ lists: (queryClient) => queryClient.invalidateQueries({
|
|
65
|
+
queryKey: functionDeploymentKeys.lists(),
|
|
110
66
|
}),
|
|
111
|
-
/** Invalidate a specific
|
|
112
|
-
queryKey:
|
|
67
|
+
/** Invalidate a specific functionDeployment */ detail: (queryClient, id) => queryClient.invalidateQueries({
|
|
68
|
+
queryKey: functionDeploymentKeys.detail(id),
|
|
113
69
|
}),
|
|
114
70
|
},
|
|
115
|
-
/** Invalidate
|
|
116
|
-
/** Invalidate all
|
|
117
|
-
queryKey:
|
|
71
|
+
/** Invalidate functionDeploymentEvent queries */ functionDeploymentEvent: {
|
|
72
|
+
/** Invalidate all functionDeploymentEvent queries */ all: (queryClient) => queryClient.invalidateQueries({
|
|
73
|
+
queryKey: functionDeploymentEventKeys.all,
|
|
118
74
|
}),
|
|
119
|
-
/** Invalidate
|
|
120
|
-
queryKey:
|
|
75
|
+
/** Invalidate functionDeploymentEvent list queries */ lists: (queryClient) => queryClient.invalidateQueries({
|
|
76
|
+
queryKey: functionDeploymentEventKeys.lists(),
|
|
121
77
|
}),
|
|
122
|
-
/** Invalidate a specific
|
|
123
|
-
queryKey:
|
|
78
|
+
/** Invalidate a specific functionDeploymentEvent */ detail: (queryClient, id) => queryClient.invalidateQueries({
|
|
79
|
+
queryKey: functionDeploymentEventKeys.detail(id),
|
|
124
80
|
}),
|
|
125
81
|
},
|
|
126
|
-
/** Invalidate
|
|
127
|
-
/** Invalidate all
|
|
128
|
-
queryKey:
|
|
82
|
+
/** Invalidate functionExecutionLog queries */ functionExecutionLog: {
|
|
83
|
+
/** Invalidate all functionExecutionLog queries */ all: (queryClient) => queryClient.invalidateQueries({
|
|
84
|
+
queryKey: functionExecutionLogKeys.all,
|
|
129
85
|
}),
|
|
130
|
-
/** Invalidate
|
|
131
|
-
queryKey:
|
|
86
|
+
/** Invalidate functionExecutionLog list queries */ lists: (queryClient) => queryClient.invalidateQueries({
|
|
87
|
+
queryKey: functionExecutionLogKeys.lists(),
|
|
132
88
|
}),
|
|
133
|
-
/** Invalidate a specific
|
|
134
|
-
queryKey:
|
|
89
|
+
/** Invalidate a specific functionExecutionLog */ detail: (queryClient, id) => queryClient.invalidateQueries({
|
|
90
|
+
queryKey: functionExecutionLogKeys.detail(id),
|
|
135
91
|
}),
|
|
136
92
|
},
|
|
137
|
-
/** Invalidate
|
|
138
|
-
/** Invalidate all
|
|
139
|
-
queryKey:
|
|
93
|
+
/** Invalidate functionGraphCommit queries */ functionGraphCommit: {
|
|
94
|
+
/** Invalidate all functionGraphCommit queries */ all: (queryClient) => queryClient.invalidateQueries({
|
|
95
|
+
queryKey: functionGraphCommitKeys.all,
|
|
140
96
|
}),
|
|
141
|
-
/** Invalidate
|
|
142
|
-
queryKey:
|
|
97
|
+
/** Invalidate functionGraphCommit list queries */ lists: (queryClient) => queryClient.invalidateQueries({
|
|
98
|
+
queryKey: functionGraphCommitKeys.lists(),
|
|
143
99
|
}),
|
|
144
|
-
/** Invalidate a specific
|
|
145
|
-
queryKey:
|
|
100
|
+
/** Invalidate a specific functionGraphCommit */ detail: (queryClient, id) => queryClient.invalidateQueries({
|
|
101
|
+
queryKey: functionGraphCommitKeys.detail(id),
|
|
146
102
|
}),
|
|
147
103
|
},
|
|
148
|
-
/** Invalidate
|
|
149
|
-
/** Invalidate all
|
|
150
|
-
queryKey:
|
|
104
|
+
/** Invalidate functionGraph queries */ functionGraph: {
|
|
105
|
+
/** Invalidate all functionGraph queries */ all: (queryClient) => queryClient.invalidateQueries({
|
|
106
|
+
queryKey: functionGraphKeys.all,
|
|
151
107
|
}),
|
|
152
|
-
/** Invalidate
|
|
153
|
-
queryKey:
|
|
108
|
+
/** Invalidate functionGraph list queries */ lists: (queryClient) => queryClient.invalidateQueries({
|
|
109
|
+
queryKey: functionGraphKeys.lists(),
|
|
154
110
|
}),
|
|
155
|
-
/** Invalidate a specific
|
|
156
|
-
queryKey:
|
|
111
|
+
/** Invalidate a specific functionGraph */ detail: (queryClient, id) => queryClient.invalidateQueries({
|
|
112
|
+
queryKey: functionGraphKeys.detail(id),
|
|
157
113
|
}),
|
|
158
114
|
},
|
|
159
|
-
/** Invalidate
|
|
160
|
-
/** Invalidate all
|
|
161
|
-
queryKey:
|
|
115
|
+
/** Invalidate functionGraphExecution queries */ functionGraphExecution: {
|
|
116
|
+
/** Invalidate all functionGraphExecution queries */ all: (queryClient) => queryClient.invalidateQueries({
|
|
117
|
+
queryKey: functionGraphExecutionKeys.all,
|
|
162
118
|
}),
|
|
163
|
-
/** Invalidate
|
|
164
|
-
queryKey:
|
|
119
|
+
/** Invalidate functionGraphExecution list queries */ lists: (queryClient) => queryClient.invalidateQueries({
|
|
120
|
+
queryKey: functionGraphExecutionKeys.lists(),
|
|
165
121
|
}),
|
|
166
|
-
/** Invalidate a specific
|
|
167
|
-
queryKey:
|
|
122
|
+
/** Invalidate a specific functionGraphExecution */ detail: (queryClient, id) => queryClient.invalidateQueries({
|
|
123
|
+
queryKey: functionGraphExecutionKeys.detail(id),
|
|
168
124
|
}),
|
|
169
125
|
},
|
|
170
|
-
/** Invalidate
|
|
171
|
-
/** Invalidate all
|
|
172
|
-
queryKey:
|
|
126
|
+
/** Invalidate functionGraphExecutionNodeState queries */ functionGraphExecutionNodeState: {
|
|
127
|
+
/** Invalidate all functionGraphExecutionNodeState queries */ all: (queryClient) => queryClient.invalidateQueries({
|
|
128
|
+
queryKey: functionGraphExecutionNodeStateKeys.all,
|
|
173
129
|
}),
|
|
174
|
-
/** Invalidate
|
|
175
|
-
queryKey:
|
|
130
|
+
/** Invalidate functionGraphExecutionNodeState list queries */ lists: (queryClient) => queryClient.invalidateQueries({
|
|
131
|
+
queryKey: functionGraphExecutionNodeStateKeys.lists(),
|
|
176
132
|
}),
|
|
177
|
-
/** Invalidate a specific
|
|
178
|
-
queryKey:
|
|
133
|
+
/** Invalidate a specific functionGraphExecutionNodeState */ detail: (queryClient, id) => queryClient.invalidateQueries({
|
|
134
|
+
queryKey: functionGraphExecutionNodeStateKeys.detail(id),
|
|
179
135
|
}),
|
|
180
136
|
},
|
|
181
|
-
/** Invalidate
|
|
182
|
-
/** Invalidate all
|
|
183
|
-
queryKey:
|
|
137
|
+
/** Invalidate functionGraphExecutionOutput queries */ functionGraphExecutionOutput: {
|
|
138
|
+
/** Invalidate all functionGraphExecutionOutput queries */ all: (queryClient) => queryClient.invalidateQueries({
|
|
139
|
+
queryKey: functionGraphExecutionOutputKeys.all,
|
|
184
140
|
}),
|
|
185
|
-
/** Invalidate
|
|
186
|
-
queryKey:
|
|
141
|
+
/** Invalidate functionGraphExecutionOutput list queries */ lists: (queryClient) => queryClient.invalidateQueries({
|
|
142
|
+
queryKey: functionGraphExecutionOutputKeys.lists(),
|
|
187
143
|
}),
|
|
188
|
-
/** Invalidate a specific
|
|
189
|
-
queryKey:
|
|
144
|
+
/** Invalidate a specific functionGraphExecutionOutput */ detail: (queryClient, id) => queryClient.invalidateQueries({
|
|
145
|
+
queryKey: functionGraphExecutionOutputKeys.detail(id),
|
|
190
146
|
}),
|
|
191
147
|
},
|
|
192
148
|
/** Invalidate functionGraphObject queries */ functionGraphObject: {
|
|
@@ -200,180 +156,202 @@ export const invalidate = {
|
|
|
200
156
|
queryKey: functionGraphObjectKeys.detail(id),
|
|
201
157
|
}),
|
|
202
158
|
},
|
|
203
|
-
/** Invalidate
|
|
204
|
-
/** Invalidate all
|
|
205
|
-
queryKey:
|
|
159
|
+
/** Invalidate functionGraphRef queries */ functionGraphRef: {
|
|
160
|
+
/** Invalidate all functionGraphRef queries */ all: (queryClient) => queryClient.invalidateQueries({
|
|
161
|
+
queryKey: functionGraphRefKeys.all,
|
|
206
162
|
}),
|
|
207
|
-
/** Invalidate
|
|
208
|
-
queryKey:
|
|
163
|
+
/** Invalidate functionGraphRef list queries */ lists: (queryClient) => queryClient.invalidateQueries({
|
|
164
|
+
queryKey: functionGraphRefKeys.lists(),
|
|
209
165
|
}),
|
|
210
|
-
/** Invalidate a specific
|
|
211
|
-
queryKey:
|
|
166
|
+
/** Invalidate a specific functionGraphRef */ detail: (queryClient, id) => queryClient.invalidateQueries({
|
|
167
|
+
queryKey: functionGraphRefKeys.detail(id),
|
|
212
168
|
}),
|
|
213
169
|
},
|
|
214
|
-
/** Invalidate
|
|
215
|
-
/** Invalidate all
|
|
216
|
-
queryKey:
|
|
170
|
+
/** Invalidate functionGraphStore queries */ functionGraphStore: {
|
|
171
|
+
/** Invalidate all functionGraphStore queries */ all: (queryClient) => queryClient.invalidateQueries({
|
|
172
|
+
queryKey: functionGraphStoreKeys.all,
|
|
217
173
|
}),
|
|
218
|
-
/** Invalidate
|
|
219
|
-
queryKey:
|
|
174
|
+
/** Invalidate functionGraphStore list queries */ lists: (queryClient) => queryClient.invalidateQueries({
|
|
175
|
+
queryKey: functionGraphStoreKeys.lists(),
|
|
220
176
|
}),
|
|
221
|
-
/** Invalidate a specific
|
|
222
|
-
queryKey:
|
|
177
|
+
/** Invalidate a specific functionGraphStore */ detail: (queryClient, id) => queryClient.invalidateQueries({
|
|
178
|
+
queryKey: functionGraphStoreKeys.detail(id),
|
|
223
179
|
}),
|
|
224
180
|
},
|
|
225
|
-
/** Invalidate
|
|
226
|
-
/** Invalidate all
|
|
227
|
-
queryKey:
|
|
181
|
+
/** Invalidate functionInvocation queries */ functionInvocation: {
|
|
182
|
+
/** Invalidate all functionInvocation queries */ all: (queryClient) => queryClient.invalidateQueries({
|
|
183
|
+
queryKey: functionInvocationKeys.all,
|
|
228
184
|
}),
|
|
229
|
-
/** Invalidate
|
|
230
|
-
queryKey:
|
|
185
|
+
/** Invalidate functionInvocation list queries */ lists: (queryClient) => queryClient.invalidateQueries({
|
|
186
|
+
queryKey: functionInvocationKeys.lists(),
|
|
231
187
|
}),
|
|
232
|
-
/** Invalidate a specific
|
|
233
|
-
queryKey:
|
|
188
|
+
/** Invalidate a specific functionInvocation */ detail: (queryClient, id) => queryClient.invalidateQueries({
|
|
189
|
+
queryKey: functionInvocationKeys.detail(id),
|
|
234
190
|
}),
|
|
235
191
|
},
|
|
236
|
-
/** Invalidate
|
|
237
|
-
/** Invalidate all
|
|
238
|
-
queryKey:
|
|
192
|
+
/** Invalidate getAllRecord queries */ getAllRecord: {
|
|
193
|
+
/** Invalidate all getAllRecord queries */ all: (queryClient) => queryClient.invalidateQueries({
|
|
194
|
+
queryKey: getAllRecordKeys.all,
|
|
239
195
|
}),
|
|
240
|
-
/** Invalidate
|
|
241
|
-
queryKey:
|
|
196
|
+
/** Invalidate getAllRecord list queries */ lists: (queryClient) => queryClient.invalidateQueries({
|
|
197
|
+
queryKey: getAllRecordKeys.lists(),
|
|
242
198
|
}),
|
|
243
|
-
/** Invalidate a specific
|
|
244
|
-
queryKey:
|
|
199
|
+
/** Invalidate a specific getAllRecord */ detail: (queryClient, id) => queryClient.invalidateQueries({
|
|
200
|
+
queryKey: getAllRecordKeys.detail(id),
|
|
245
201
|
}),
|
|
246
202
|
},
|
|
247
|
-
/** Invalidate
|
|
248
|
-
/** Invalidate all
|
|
249
|
-
queryKey:
|
|
203
|
+
/** Invalidate infraCommit queries */ infraCommit: {
|
|
204
|
+
/** Invalidate all infraCommit queries */ all: (queryClient) => queryClient.invalidateQueries({
|
|
205
|
+
queryKey: infraCommitKeys.all,
|
|
250
206
|
}),
|
|
251
|
-
/** Invalidate
|
|
252
|
-
queryKey:
|
|
207
|
+
/** Invalidate infraCommit list queries */ lists: (queryClient) => queryClient.invalidateQueries({
|
|
208
|
+
queryKey: infraCommitKeys.lists(),
|
|
253
209
|
}),
|
|
254
|
-
/** Invalidate a specific
|
|
255
|
-
queryKey:
|
|
210
|
+
/** Invalidate a specific infraCommit */ detail: (queryClient, id) => queryClient.invalidateQueries({
|
|
211
|
+
queryKey: infraCommitKeys.detail(id),
|
|
256
212
|
}),
|
|
257
213
|
},
|
|
258
|
-
/** Invalidate
|
|
259
|
-
/** Invalidate all
|
|
260
|
-
queryKey:
|
|
214
|
+
/** Invalidate infraGetAllRecord queries */ infraGetAllRecord: {
|
|
215
|
+
/** Invalidate all infraGetAllRecord queries */ all: (queryClient) => queryClient.invalidateQueries({
|
|
216
|
+
queryKey: infraGetAllRecordKeys.all,
|
|
261
217
|
}),
|
|
262
|
-
/** Invalidate
|
|
263
|
-
queryKey:
|
|
218
|
+
/** Invalidate infraGetAllRecord list queries */ lists: (queryClient) => queryClient.invalidateQueries({
|
|
219
|
+
queryKey: infraGetAllRecordKeys.lists(),
|
|
264
220
|
}),
|
|
265
|
-
/** Invalidate a specific
|
|
266
|
-
queryKey:
|
|
221
|
+
/** Invalidate a specific infraGetAllRecord */ detail: (queryClient, id) => queryClient.invalidateQueries({
|
|
222
|
+
queryKey: infraGetAllRecordKeys.detail(id),
|
|
267
223
|
}),
|
|
268
224
|
},
|
|
269
|
-
/** Invalidate
|
|
270
|
-
/** Invalidate all
|
|
271
|
-
queryKey:
|
|
225
|
+
/** Invalidate infraObject queries */ infraObject: {
|
|
226
|
+
/** Invalidate all infraObject queries */ all: (queryClient) => queryClient.invalidateQueries({
|
|
227
|
+
queryKey: infraObjectKeys.all,
|
|
272
228
|
}),
|
|
273
|
-
/** Invalidate
|
|
274
|
-
queryKey:
|
|
229
|
+
/** Invalidate infraObject list queries */ lists: (queryClient) => queryClient.invalidateQueries({
|
|
230
|
+
queryKey: infraObjectKeys.lists(),
|
|
275
231
|
}),
|
|
276
|
-
/** Invalidate a specific
|
|
277
|
-
queryKey:
|
|
232
|
+
/** Invalidate a specific infraObject */ detail: (queryClient, id) => queryClient.invalidateQueries({
|
|
233
|
+
queryKey: infraObjectKeys.detail(id),
|
|
278
234
|
}),
|
|
279
235
|
},
|
|
280
|
-
/** Invalidate
|
|
281
|
-
/** Invalidate all
|
|
282
|
-
queryKey:
|
|
236
|
+
/** Invalidate infraRef queries */ infraRef: {
|
|
237
|
+
/** Invalidate all infraRef queries */ all: (queryClient) => queryClient.invalidateQueries({
|
|
238
|
+
queryKey: infraRefKeys.all,
|
|
283
239
|
}),
|
|
284
|
-
/** Invalidate
|
|
285
|
-
queryKey:
|
|
240
|
+
/** Invalidate infraRef list queries */ lists: (queryClient) => queryClient.invalidateQueries({
|
|
241
|
+
queryKey: infraRefKeys.lists(),
|
|
286
242
|
}),
|
|
287
|
-
/** Invalidate a specific
|
|
288
|
-
queryKey:
|
|
243
|
+
/** Invalidate a specific infraRef */ detail: (queryClient, id) => queryClient.invalidateQueries({
|
|
244
|
+
queryKey: infraRefKeys.detail(id),
|
|
289
245
|
}),
|
|
290
246
|
},
|
|
291
|
-
/** Invalidate
|
|
292
|
-
/** Invalidate all
|
|
293
|
-
queryKey:
|
|
247
|
+
/** Invalidate infraStore queries */ infraStore: {
|
|
248
|
+
/** Invalidate all infraStore queries */ all: (queryClient) => queryClient.invalidateQueries({
|
|
249
|
+
queryKey: infraStoreKeys.all,
|
|
294
250
|
}),
|
|
295
|
-
/** Invalidate
|
|
296
|
-
queryKey:
|
|
251
|
+
/** Invalidate infraStore list queries */ lists: (queryClient) => queryClient.invalidateQueries({
|
|
252
|
+
queryKey: infraStoreKeys.lists(),
|
|
297
253
|
}),
|
|
298
|
-
/** Invalidate a specific
|
|
299
|
-
queryKey:
|
|
254
|
+
/** Invalidate a specific infraStore */ detail: (queryClient, id) => queryClient.invalidateQueries({
|
|
255
|
+
queryKey: infraStoreKeys.detail(id),
|
|
300
256
|
}),
|
|
301
257
|
},
|
|
302
|
-
/** Invalidate
|
|
303
|
-
/** Invalidate all
|
|
304
|
-
queryKey:
|
|
258
|
+
/** Invalidate integrationProvider queries */ integrationProvider: {
|
|
259
|
+
/** Invalidate all integrationProvider queries */ all: (queryClient) => queryClient.invalidateQueries({
|
|
260
|
+
queryKey: integrationProviderKeys.all,
|
|
305
261
|
}),
|
|
306
|
-
/** Invalidate
|
|
307
|
-
queryKey:
|
|
262
|
+
/** Invalidate integrationProvider list queries */ lists: (queryClient) => queryClient.invalidateQueries({
|
|
263
|
+
queryKey: integrationProviderKeys.lists(),
|
|
308
264
|
}),
|
|
309
|
-
/** Invalidate a specific
|
|
310
|
-
queryKey:
|
|
265
|
+
/** Invalidate a specific integrationProvider */ detail: (queryClient, id) => queryClient.invalidateQueries({
|
|
266
|
+
queryKey: integrationProviderKeys.detail(id),
|
|
311
267
|
}),
|
|
312
268
|
},
|
|
313
|
-
/** Invalidate
|
|
314
|
-
/** Invalidate all
|
|
315
|
-
queryKey:
|
|
269
|
+
/** Invalidate namespace queries */ namespace: {
|
|
270
|
+
/** Invalidate all namespace queries */ all: (queryClient) => queryClient.invalidateQueries({
|
|
271
|
+
queryKey: namespaceKeys.all,
|
|
316
272
|
}),
|
|
317
|
-
/** Invalidate
|
|
318
|
-
queryKey:
|
|
273
|
+
/** Invalidate namespace list queries */ lists: (queryClient) => queryClient.invalidateQueries({
|
|
274
|
+
queryKey: namespaceKeys.lists(),
|
|
319
275
|
}),
|
|
320
|
-
/** Invalidate a specific
|
|
321
|
-
queryKey:
|
|
276
|
+
/** Invalidate a specific namespace */ detail: (queryClient, id) => queryClient.invalidateQueries({
|
|
277
|
+
queryKey: namespaceKeys.detail(id),
|
|
322
278
|
}),
|
|
323
279
|
},
|
|
324
|
-
/** Invalidate
|
|
325
|
-
/** Invalidate all
|
|
326
|
-
queryKey:
|
|
280
|
+
/** Invalidate namespaceEvent queries */ namespaceEvent: {
|
|
281
|
+
/** Invalidate all namespaceEvent queries */ all: (queryClient) => queryClient.invalidateQueries({
|
|
282
|
+
queryKey: namespaceEventKeys.all,
|
|
327
283
|
}),
|
|
328
|
-
/** Invalidate
|
|
329
|
-
queryKey:
|
|
284
|
+
/** Invalidate namespaceEvent list queries */ lists: (queryClient) => queryClient.invalidateQueries({
|
|
285
|
+
queryKey: namespaceEventKeys.lists(),
|
|
330
286
|
}),
|
|
331
|
-
/** Invalidate a specific
|
|
332
|
-
queryKey:
|
|
287
|
+
/** Invalidate a specific namespaceEvent */ detail: (queryClient, id) => queryClient.invalidateQueries({
|
|
288
|
+
queryKey: namespaceEventKeys.detail(id),
|
|
333
289
|
}),
|
|
334
290
|
},
|
|
335
|
-
/** Invalidate
|
|
336
|
-
/** Invalidate all
|
|
337
|
-
queryKey:
|
|
291
|
+
/** Invalidate platformFunctionApiBinding queries */ platformFunctionApiBinding: {
|
|
292
|
+
/** Invalidate all platformFunctionApiBinding queries */ all: (queryClient) => queryClient.invalidateQueries({
|
|
293
|
+
queryKey: platformFunctionApiBindingKeys.all,
|
|
338
294
|
}),
|
|
339
|
-
/** Invalidate
|
|
340
|
-
queryKey:
|
|
295
|
+
/** Invalidate platformFunctionApiBinding list queries */ lists: (queryClient) => queryClient.invalidateQueries({
|
|
296
|
+
queryKey: platformFunctionApiBindingKeys.lists(),
|
|
341
297
|
}),
|
|
342
|
-
/** Invalidate a specific
|
|
343
|
-
queryKey:
|
|
298
|
+
/** Invalidate a specific platformFunctionApiBinding */ detail: (queryClient, id) => queryClient.invalidateQueries({
|
|
299
|
+
queryKey: platformFunctionApiBindingKeys.detail(id),
|
|
344
300
|
}),
|
|
345
301
|
},
|
|
346
|
-
/** Invalidate
|
|
347
|
-
/** Invalidate all
|
|
348
|
-
queryKey:
|
|
302
|
+
/** Invalidate platformFunctionDefinition queries */ platformFunctionDefinition: {
|
|
303
|
+
/** Invalidate all platformFunctionDefinition queries */ all: (queryClient) => queryClient.invalidateQueries({
|
|
304
|
+
queryKey: platformFunctionDefinitionKeys.all,
|
|
349
305
|
}),
|
|
350
|
-
/** Invalidate
|
|
351
|
-
queryKey:
|
|
306
|
+
/** Invalidate platformFunctionDefinition list queries */ lists: (queryClient) => queryClient.invalidateQueries({
|
|
307
|
+
queryKey: platformFunctionDefinitionKeys.lists(),
|
|
352
308
|
}),
|
|
353
|
-
/** Invalidate a specific
|
|
354
|
-
queryKey:
|
|
309
|
+
/** Invalidate a specific platformFunctionDefinition */ detail: (queryClient, id) => queryClient.invalidateQueries({
|
|
310
|
+
queryKey: platformFunctionDefinitionKeys.detail(id),
|
|
355
311
|
}),
|
|
356
312
|
},
|
|
357
|
-
/** Invalidate
|
|
358
|
-
/** Invalidate all
|
|
359
|
-
queryKey:
|
|
313
|
+
/** Invalidate platformFunctionDeployment queries */ platformFunctionDeployment: {
|
|
314
|
+
/** Invalidate all platformFunctionDeployment queries */ all: (queryClient) => queryClient.invalidateQueries({
|
|
315
|
+
queryKey: platformFunctionDeploymentKeys.all,
|
|
360
316
|
}),
|
|
361
|
-
/** Invalidate
|
|
362
|
-
queryKey:
|
|
317
|
+
/** Invalidate platformFunctionDeployment list queries */ lists: (queryClient) => queryClient.invalidateQueries({
|
|
318
|
+
queryKey: platformFunctionDeploymentKeys.lists(),
|
|
363
319
|
}),
|
|
364
|
-
/** Invalidate a specific
|
|
365
|
-
queryKey:
|
|
320
|
+
/** Invalidate a specific platformFunctionDeployment */ detail: (queryClient, id) => queryClient.invalidateQueries({
|
|
321
|
+
queryKey: platformFunctionDeploymentKeys.detail(id),
|
|
366
322
|
}),
|
|
367
323
|
},
|
|
368
|
-
/** Invalidate
|
|
369
|
-
/** Invalidate all
|
|
370
|
-
queryKey:
|
|
324
|
+
/** Invalidate platformFunctionDeploymentEvent queries */ platformFunctionDeploymentEvent: {
|
|
325
|
+
/** Invalidate all platformFunctionDeploymentEvent queries */ all: (queryClient) => queryClient.invalidateQueries({
|
|
326
|
+
queryKey: platformFunctionDeploymentEventKeys.all,
|
|
371
327
|
}),
|
|
372
|
-
/** Invalidate
|
|
373
|
-
queryKey:
|
|
328
|
+
/** Invalidate platformFunctionDeploymentEvent list queries */ lists: (queryClient) => queryClient.invalidateQueries({
|
|
329
|
+
queryKey: platformFunctionDeploymentEventKeys.lists(),
|
|
374
330
|
}),
|
|
375
|
-
/** Invalidate a specific
|
|
376
|
-
queryKey:
|
|
331
|
+
/** Invalidate a specific platformFunctionDeploymentEvent */ detail: (queryClient, id) => queryClient.invalidateQueries({
|
|
332
|
+
queryKey: platformFunctionDeploymentEventKeys.detail(id),
|
|
333
|
+
}),
|
|
334
|
+
},
|
|
335
|
+
/** Invalidate platformFunctionExecutionLog queries */ platformFunctionExecutionLog: {
|
|
336
|
+
/** Invalidate all platformFunctionExecutionLog queries */ all: (queryClient) => queryClient.invalidateQueries({
|
|
337
|
+
queryKey: platformFunctionExecutionLogKeys.all,
|
|
338
|
+
}),
|
|
339
|
+
/** Invalidate platformFunctionExecutionLog list queries */ lists: (queryClient) => queryClient.invalidateQueries({
|
|
340
|
+
queryKey: platformFunctionExecutionLogKeys.lists(),
|
|
341
|
+
}),
|
|
342
|
+
/** Invalidate a specific platformFunctionExecutionLog */ detail: (queryClient, id) => queryClient.invalidateQueries({
|
|
343
|
+
queryKey: platformFunctionExecutionLogKeys.detail(id),
|
|
344
|
+
}),
|
|
345
|
+
},
|
|
346
|
+
/** Invalidate platformFunctionInvocation queries */ platformFunctionInvocation: {
|
|
347
|
+
/** Invalidate all platformFunctionInvocation queries */ all: (queryClient) => queryClient.invalidateQueries({
|
|
348
|
+
queryKey: platformFunctionInvocationKeys.all,
|
|
349
|
+
}),
|
|
350
|
+
/** Invalidate platformFunctionInvocation list queries */ lists: (queryClient) => queryClient.invalidateQueries({
|
|
351
|
+
queryKey: platformFunctionInvocationKeys.lists(),
|
|
352
|
+
}),
|
|
353
|
+
/** Invalidate a specific platformFunctionInvocation */ detail: (queryClient, id) => queryClient.invalidateQueries({
|
|
354
|
+
queryKey: platformFunctionInvocationKeys.detail(id),
|
|
377
355
|
}),
|
|
378
356
|
},
|
|
379
357
|
/** Invalidate platformNamespace queries */ platformNamespace: {
|
|
@@ -387,125 +365,147 @@ export const invalidate = {
|
|
|
387
365
|
queryKey: platformNamespaceKeys.detail(id),
|
|
388
366
|
}),
|
|
389
367
|
},
|
|
390
|
-
/** Invalidate
|
|
391
|
-
/** Invalidate all
|
|
392
|
-
queryKey:
|
|
368
|
+
/** Invalidate platformNamespaceEvent queries */ platformNamespaceEvent: {
|
|
369
|
+
/** Invalidate all platformNamespaceEvent queries */ all: (queryClient) => queryClient.invalidateQueries({
|
|
370
|
+
queryKey: platformNamespaceEventKeys.all,
|
|
393
371
|
}),
|
|
394
|
-
/** Invalidate
|
|
395
|
-
queryKey:
|
|
372
|
+
/** Invalidate platformNamespaceEvent list queries */ lists: (queryClient) => queryClient.invalidateQueries({
|
|
373
|
+
queryKey: platformNamespaceEventKeys.lists(),
|
|
396
374
|
}),
|
|
397
|
-
/** Invalidate a specific
|
|
398
|
-
queryKey:
|
|
375
|
+
/** Invalidate a specific platformNamespaceEvent */ detail: (queryClient, id) => queryClient.invalidateQueries({
|
|
376
|
+
queryKey: platformNamespaceEventKeys.detail(id),
|
|
399
377
|
}),
|
|
400
378
|
},
|
|
401
|
-
/** Invalidate
|
|
402
|
-
/** Invalidate all
|
|
403
|
-
queryKey:
|
|
379
|
+
/** Invalidate platformResource queries */ platformResource: {
|
|
380
|
+
/** Invalidate all platformResource queries */ all: (queryClient) => queryClient.invalidateQueries({
|
|
381
|
+
queryKey: platformResourceKeys.all,
|
|
404
382
|
}),
|
|
405
|
-
/** Invalidate
|
|
406
|
-
queryKey:
|
|
383
|
+
/** Invalidate platformResource list queries */ lists: (queryClient) => queryClient.invalidateQueries({
|
|
384
|
+
queryKey: platformResourceKeys.lists(),
|
|
407
385
|
}),
|
|
408
|
-
/** Invalidate a specific
|
|
409
|
-
queryKey:
|
|
386
|
+
/** Invalidate a specific platformResource */ detail: (queryClient, id) => queryClient.invalidateQueries({
|
|
387
|
+
queryKey: platformResourceKeys.detail(id),
|
|
410
388
|
}),
|
|
411
389
|
},
|
|
412
|
-
/** Invalidate
|
|
413
|
-
/** Invalidate all
|
|
414
|
-
queryKey:
|
|
390
|
+
/** Invalidate platformResourceDefinition queries */ platformResourceDefinition: {
|
|
391
|
+
/** Invalidate all platformResourceDefinition queries */ all: (queryClient) => queryClient.invalidateQueries({
|
|
392
|
+
queryKey: platformResourceDefinitionKeys.all,
|
|
415
393
|
}),
|
|
416
|
-
/** Invalidate
|
|
417
|
-
queryKey:
|
|
394
|
+
/** Invalidate platformResourceDefinition list queries */ lists: (queryClient) => queryClient.invalidateQueries({
|
|
395
|
+
queryKey: platformResourceDefinitionKeys.lists(),
|
|
418
396
|
}),
|
|
419
|
-
/** Invalidate a specific
|
|
420
|
-
queryKey:
|
|
397
|
+
/** Invalidate a specific platformResourceDefinition */ detail: (queryClient, id) => queryClient.invalidateQueries({
|
|
398
|
+
queryKey: platformResourceDefinitionKeys.detail(id),
|
|
421
399
|
}),
|
|
422
400
|
},
|
|
423
|
-
/** Invalidate
|
|
424
|
-
/** Invalidate all
|
|
425
|
-
queryKey:
|
|
401
|
+
/** Invalidate platformResourceEvent queries */ platformResourceEvent: {
|
|
402
|
+
/** Invalidate all platformResourceEvent queries */ all: (queryClient) => queryClient.invalidateQueries({
|
|
403
|
+
queryKey: platformResourceEventKeys.all,
|
|
426
404
|
}),
|
|
427
|
-
/** Invalidate
|
|
428
|
-
queryKey:
|
|
405
|
+
/** Invalidate platformResourceEvent list queries */ lists: (queryClient) => queryClient.invalidateQueries({
|
|
406
|
+
queryKey: platformResourceEventKeys.lists(),
|
|
429
407
|
}),
|
|
430
|
-
/** Invalidate a specific
|
|
431
|
-
queryKey:
|
|
408
|
+
/** Invalidate a specific platformResourceEvent */ detail: (queryClient, id) => queryClient.invalidateQueries({
|
|
409
|
+
queryKey: platformResourceEventKeys.detail(id),
|
|
432
410
|
}),
|
|
433
411
|
},
|
|
434
|
-
/** Invalidate
|
|
435
|
-
/** Invalidate all
|
|
436
|
-
queryKey:
|
|
412
|
+
/** Invalidate platformResourceStatusCheck queries */ platformResourceStatusCheck: {
|
|
413
|
+
/** Invalidate all platformResourceStatusCheck queries */ all: (queryClient) => queryClient.invalidateQueries({
|
|
414
|
+
queryKey: platformResourceStatusCheckKeys.all,
|
|
437
415
|
}),
|
|
438
|
-
/** Invalidate
|
|
439
|
-
queryKey:
|
|
416
|
+
/** Invalidate platformResourceStatusCheck list queries */ lists: (queryClient) => queryClient.invalidateQueries({
|
|
417
|
+
queryKey: platformResourceStatusCheckKeys.lists(),
|
|
440
418
|
}),
|
|
441
|
-
/** Invalidate a specific
|
|
442
|
-
queryKey:
|
|
419
|
+
/** Invalidate a specific platformResourceStatusCheck */ detail: (queryClient, id) => queryClient.invalidateQueries({
|
|
420
|
+
queryKey: platformResourceStatusCheckKeys.detail(id),
|
|
443
421
|
}),
|
|
444
422
|
},
|
|
445
|
-
/** Invalidate
|
|
446
|
-
/** Invalidate all
|
|
447
|
-
queryKey:
|
|
423
|
+
/** Invalidate platformResourcesRequirementsState queries */ platformResourcesRequirementsState: {
|
|
424
|
+
/** Invalidate all platformResourcesRequirementsState queries */ all: (queryClient) => queryClient.invalidateQueries({
|
|
425
|
+
queryKey: platformResourcesRequirementsStateKeys.all,
|
|
426
|
+
}),
|
|
427
|
+
/** Invalidate platformResourcesRequirementsState list queries */ lists: (queryClient) => queryClient.invalidateQueries({
|
|
428
|
+
queryKey: platformResourcesRequirementsStateKeys.lists(),
|
|
429
|
+
}),
|
|
430
|
+
/** Invalidate a specific platformResourcesRequirementsState */ detail: (queryClient, id) => queryClient.invalidateQueries({
|
|
431
|
+
queryKey: platformResourcesRequirementsStateKeys.detail(id),
|
|
432
|
+
}),
|
|
433
|
+
},
|
|
434
|
+
/** Invalidate platformResourcesResolvedRequirement queries */ platformResourcesResolvedRequirement: {
|
|
435
|
+
/** Invalidate all platformResourcesResolvedRequirement queries */ all: (queryClient) => queryClient.invalidateQueries({
|
|
436
|
+
queryKey: platformResourcesResolvedRequirementKeys.all,
|
|
437
|
+
}),
|
|
438
|
+
/** Invalidate platformResourcesResolvedRequirement list queries */ lists: (queryClient) => queryClient.invalidateQueries({
|
|
439
|
+
queryKey: platformResourcesResolvedRequirementKeys.lists(),
|
|
440
|
+
}),
|
|
441
|
+
/** Invalidate a specific platformResourcesResolvedRequirement */ detail: (queryClient, id) => queryClient.invalidateQueries({
|
|
442
|
+
queryKey: platformResourcesResolvedRequirementKeys.detail(id),
|
|
443
|
+
}),
|
|
444
|
+
},
|
|
445
|
+
/** Invalidate resource queries */ resource: {
|
|
446
|
+
/** Invalidate all resource queries */ all: (queryClient) => queryClient.invalidateQueries({
|
|
447
|
+
queryKey: resourceKeys.all,
|
|
448
448
|
}),
|
|
449
|
-
/** Invalidate
|
|
450
|
-
queryKey:
|
|
449
|
+
/** Invalidate resource list queries */ lists: (queryClient) => queryClient.invalidateQueries({
|
|
450
|
+
queryKey: resourceKeys.lists(),
|
|
451
451
|
}),
|
|
452
|
-
/** Invalidate a specific
|
|
453
|
-
queryKey:
|
|
452
|
+
/** Invalidate a specific resource */ detail: (queryClient, id) => queryClient.invalidateQueries({
|
|
453
|
+
queryKey: resourceKeys.detail(id),
|
|
454
454
|
}),
|
|
455
455
|
},
|
|
456
|
-
/** Invalidate
|
|
457
|
-
/** Invalidate all
|
|
458
|
-
queryKey:
|
|
456
|
+
/** Invalidate resourceDefinition queries */ resourceDefinition: {
|
|
457
|
+
/** Invalidate all resourceDefinition queries */ all: (queryClient) => queryClient.invalidateQueries({
|
|
458
|
+
queryKey: resourceDefinitionKeys.all,
|
|
459
459
|
}),
|
|
460
|
-
/** Invalidate
|
|
461
|
-
queryKey:
|
|
460
|
+
/** Invalidate resourceDefinition list queries */ lists: (queryClient) => queryClient.invalidateQueries({
|
|
461
|
+
queryKey: resourceDefinitionKeys.lists(),
|
|
462
462
|
}),
|
|
463
|
-
/** Invalidate a specific
|
|
464
|
-
queryKey:
|
|
463
|
+
/** Invalidate a specific resourceDefinition */ detail: (queryClient, id) => queryClient.invalidateQueries({
|
|
464
|
+
queryKey: resourceDefinitionKeys.detail(id),
|
|
465
465
|
}),
|
|
466
466
|
},
|
|
467
|
-
/** Invalidate
|
|
468
|
-
/** Invalidate all
|
|
469
|
-
queryKey:
|
|
467
|
+
/** Invalidate resourceEvent queries */ resourceEvent: {
|
|
468
|
+
/** Invalidate all resourceEvent queries */ all: (queryClient) => queryClient.invalidateQueries({
|
|
469
|
+
queryKey: resourceEventKeys.all,
|
|
470
470
|
}),
|
|
471
|
-
/** Invalidate
|
|
472
|
-
queryKey:
|
|
471
|
+
/** Invalidate resourceEvent list queries */ lists: (queryClient) => queryClient.invalidateQueries({
|
|
472
|
+
queryKey: resourceEventKeys.lists(),
|
|
473
473
|
}),
|
|
474
|
-
/** Invalidate a specific
|
|
475
|
-
queryKey:
|
|
474
|
+
/** Invalidate a specific resourceEvent */ detail: (queryClient, id) => queryClient.invalidateQueries({
|
|
475
|
+
queryKey: resourceEventKeys.detail(id),
|
|
476
476
|
}),
|
|
477
477
|
},
|
|
478
|
-
/** Invalidate
|
|
479
|
-
/** Invalidate all
|
|
480
|
-
queryKey:
|
|
478
|
+
/** Invalidate resourceStatusCheck queries */ resourceStatusCheck: {
|
|
479
|
+
/** Invalidate all resourceStatusCheck queries */ all: (queryClient) => queryClient.invalidateQueries({
|
|
480
|
+
queryKey: resourceStatusCheckKeys.all,
|
|
481
481
|
}),
|
|
482
|
-
/** Invalidate
|
|
483
|
-
queryKey:
|
|
482
|
+
/** Invalidate resourceStatusCheck list queries */ lists: (queryClient) => queryClient.invalidateQueries({
|
|
483
|
+
queryKey: resourceStatusCheckKeys.lists(),
|
|
484
484
|
}),
|
|
485
|
-
/** Invalidate a specific
|
|
486
|
-
queryKey:
|
|
485
|
+
/** Invalidate a specific resourceStatusCheck */ detail: (queryClient, id) => queryClient.invalidateQueries({
|
|
486
|
+
queryKey: resourceStatusCheckKeys.detail(id),
|
|
487
487
|
}),
|
|
488
488
|
},
|
|
489
|
-
/** Invalidate
|
|
490
|
-
/** Invalidate all
|
|
491
|
-
queryKey:
|
|
489
|
+
/** Invalidate resourcesRequirementsState queries */ resourcesRequirementsState: {
|
|
490
|
+
/** Invalidate all resourcesRequirementsState queries */ all: (queryClient) => queryClient.invalidateQueries({
|
|
491
|
+
queryKey: resourcesRequirementsStateKeys.all,
|
|
492
492
|
}),
|
|
493
|
-
/** Invalidate
|
|
494
|
-
queryKey:
|
|
493
|
+
/** Invalidate resourcesRequirementsState list queries */ lists: (queryClient) => queryClient.invalidateQueries({
|
|
494
|
+
queryKey: resourcesRequirementsStateKeys.lists(),
|
|
495
495
|
}),
|
|
496
|
-
/** Invalidate a specific
|
|
497
|
-
queryKey:
|
|
496
|
+
/** Invalidate a specific resourcesRequirementsState */ detail: (queryClient, id) => queryClient.invalidateQueries({
|
|
497
|
+
queryKey: resourcesRequirementsStateKeys.detail(id),
|
|
498
498
|
}),
|
|
499
499
|
},
|
|
500
|
-
/** Invalidate
|
|
501
|
-
/** Invalidate all
|
|
502
|
-
queryKey:
|
|
500
|
+
/** Invalidate resourcesResolvedRequirement queries */ resourcesResolvedRequirement: {
|
|
501
|
+
/** Invalidate all resourcesResolvedRequirement queries */ all: (queryClient) => queryClient.invalidateQueries({
|
|
502
|
+
queryKey: resourcesResolvedRequirementKeys.all,
|
|
503
503
|
}),
|
|
504
|
-
/** Invalidate
|
|
505
|
-
queryKey:
|
|
504
|
+
/** Invalidate resourcesResolvedRequirement list queries */ lists: (queryClient) => queryClient.invalidateQueries({
|
|
505
|
+
queryKey: resourcesResolvedRequirementKeys.lists(),
|
|
506
506
|
}),
|
|
507
|
-
/** Invalidate a specific
|
|
508
|
-
queryKey:
|
|
507
|
+
/** Invalidate a specific resourcesResolvedRequirement */ detail: (queryClient, id) => queryClient.invalidateQueries({
|
|
508
|
+
queryKey: resourcesResolvedRequirementKeys.detail(id),
|
|
509
509
|
}),
|
|
510
510
|
},
|
|
511
511
|
};
|
|
@@ -521,224 +521,224 @@ export const invalidate = {
|
|
|
521
521
|
* instead of just invalidating (which would trigger a refetch).
|
|
522
522
|
*/
|
|
523
523
|
export const remove = {
|
|
524
|
-
/** Remove
|
|
524
|
+
/** Remove dbPreset from cache */ dbPreset: (queryClient, id) => {
|
|
525
525
|
queryClient.removeQueries({
|
|
526
|
-
queryKey:
|
|
526
|
+
queryKey: dbPresetKeys.detail(id),
|
|
527
527
|
});
|
|
528
528
|
},
|
|
529
|
-
/** Remove
|
|
529
|
+
/** Remove functionApiBinding from cache */ functionApiBinding: (queryClient, id) => {
|
|
530
530
|
queryClient.removeQueries({
|
|
531
|
-
queryKey:
|
|
531
|
+
queryKey: functionApiBindingKeys.detail(id),
|
|
532
532
|
});
|
|
533
533
|
},
|
|
534
|
-
/** Remove
|
|
534
|
+
/** Remove functionDefinition from cache */ functionDefinition: (queryClient, id) => {
|
|
535
535
|
queryClient.removeQueries({
|
|
536
|
-
queryKey:
|
|
536
|
+
queryKey: functionDefinitionKeys.detail(id),
|
|
537
537
|
});
|
|
538
538
|
},
|
|
539
|
-
/** Remove
|
|
539
|
+
/** Remove functionDeployment from cache */ functionDeployment: (queryClient, id) => {
|
|
540
540
|
queryClient.removeQueries({
|
|
541
|
-
queryKey:
|
|
541
|
+
queryKey: functionDeploymentKeys.detail(id),
|
|
542
542
|
});
|
|
543
543
|
},
|
|
544
|
-
/** Remove
|
|
544
|
+
/** Remove functionDeploymentEvent from cache */ functionDeploymentEvent: (queryClient, id) => {
|
|
545
545
|
queryClient.removeQueries({
|
|
546
|
-
queryKey:
|
|
546
|
+
queryKey: functionDeploymentEventKeys.detail(id),
|
|
547
547
|
});
|
|
548
548
|
},
|
|
549
|
-
/** Remove
|
|
549
|
+
/** Remove functionExecutionLog from cache */ functionExecutionLog: (queryClient, id) => {
|
|
550
550
|
queryClient.removeQueries({
|
|
551
|
-
queryKey:
|
|
551
|
+
queryKey: functionExecutionLogKeys.detail(id),
|
|
552
552
|
});
|
|
553
553
|
},
|
|
554
|
-
/** Remove
|
|
554
|
+
/** Remove functionGraphCommit from cache */ functionGraphCommit: (queryClient, id) => {
|
|
555
555
|
queryClient.removeQueries({
|
|
556
|
-
queryKey:
|
|
556
|
+
queryKey: functionGraphCommitKeys.detail(id),
|
|
557
557
|
});
|
|
558
558
|
},
|
|
559
|
-
/** Remove
|
|
559
|
+
/** Remove functionGraph from cache */ functionGraph: (queryClient, id) => {
|
|
560
560
|
queryClient.removeQueries({
|
|
561
|
-
queryKey:
|
|
561
|
+
queryKey: functionGraphKeys.detail(id),
|
|
562
562
|
});
|
|
563
563
|
},
|
|
564
|
-
/** Remove
|
|
564
|
+
/** Remove functionGraphExecution from cache */ functionGraphExecution: (queryClient, id) => {
|
|
565
565
|
queryClient.removeQueries({
|
|
566
|
-
queryKey:
|
|
566
|
+
queryKey: functionGraphExecutionKeys.detail(id),
|
|
567
567
|
});
|
|
568
568
|
},
|
|
569
|
-
/** Remove
|
|
569
|
+
/** Remove functionGraphExecutionNodeState from cache */ functionGraphExecutionNodeState: (queryClient, id) => {
|
|
570
570
|
queryClient.removeQueries({
|
|
571
|
-
queryKey:
|
|
571
|
+
queryKey: functionGraphExecutionNodeStateKeys.detail(id),
|
|
572
572
|
});
|
|
573
573
|
},
|
|
574
|
-
/** Remove
|
|
574
|
+
/** Remove functionGraphExecutionOutput from cache */ functionGraphExecutionOutput: (queryClient, id) => {
|
|
575
575
|
queryClient.removeQueries({
|
|
576
|
-
queryKey:
|
|
576
|
+
queryKey: functionGraphExecutionOutputKeys.detail(id),
|
|
577
577
|
});
|
|
578
578
|
},
|
|
579
|
-
/** Remove
|
|
579
|
+
/** Remove functionGraphObject from cache */ functionGraphObject: (queryClient, id) => {
|
|
580
580
|
queryClient.removeQueries({
|
|
581
|
-
queryKey:
|
|
581
|
+
queryKey: functionGraphObjectKeys.detail(id),
|
|
582
582
|
});
|
|
583
583
|
},
|
|
584
|
-
/** Remove
|
|
584
|
+
/** Remove functionGraphRef from cache */ functionGraphRef: (queryClient, id) => {
|
|
585
585
|
queryClient.removeQueries({
|
|
586
|
-
queryKey:
|
|
586
|
+
queryKey: functionGraphRefKeys.detail(id),
|
|
587
587
|
});
|
|
588
588
|
},
|
|
589
|
-
/** Remove
|
|
589
|
+
/** Remove functionGraphStore from cache */ functionGraphStore: (queryClient, id) => {
|
|
590
590
|
queryClient.removeQueries({
|
|
591
|
-
queryKey:
|
|
591
|
+
queryKey: functionGraphStoreKeys.detail(id),
|
|
592
592
|
});
|
|
593
593
|
},
|
|
594
|
-
/** Remove
|
|
594
|
+
/** Remove functionInvocation from cache */ functionInvocation: (queryClient, id) => {
|
|
595
595
|
queryClient.removeQueries({
|
|
596
|
-
queryKey:
|
|
596
|
+
queryKey: functionInvocationKeys.detail(id),
|
|
597
597
|
});
|
|
598
598
|
},
|
|
599
|
-
/** Remove
|
|
599
|
+
/** Remove getAllRecord from cache */ getAllRecord: (queryClient, id) => {
|
|
600
600
|
queryClient.removeQueries({
|
|
601
|
-
queryKey:
|
|
601
|
+
queryKey: getAllRecordKeys.detail(id),
|
|
602
602
|
});
|
|
603
603
|
},
|
|
604
|
-
/** Remove
|
|
604
|
+
/** Remove infraCommit from cache */ infraCommit: (queryClient, id) => {
|
|
605
605
|
queryClient.removeQueries({
|
|
606
|
-
queryKey:
|
|
606
|
+
queryKey: infraCommitKeys.detail(id),
|
|
607
607
|
});
|
|
608
608
|
},
|
|
609
|
-
/** Remove
|
|
609
|
+
/** Remove infraGetAllRecord from cache */ infraGetAllRecord: (queryClient, id) => {
|
|
610
610
|
queryClient.removeQueries({
|
|
611
|
-
queryKey:
|
|
611
|
+
queryKey: infraGetAllRecordKeys.detail(id),
|
|
612
612
|
});
|
|
613
613
|
},
|
|
614
|
-
/** Remove
|
|
614
|
+
/** Remove infraObject from cache */ infraObject: (queryClient, id) => {
|
|
615
615
|
queryClient.removeQueries({
|
|
616
|
-
queryKey:
|
|
616
|
+
queryKey: infraObjectKeys.detail(id),
|
|
617
617
|
});
|
|
618
618
|
},
|
|
619
|
-
/** Remove
|
|
619
|
+
/** Remove infraRef from cache */ infraRef: (queryClient, id) => {
|
|
620
620
|
queryClient.removeQueries({
|
|
621
|
-
queryKey:
|
|
621
|
+
queryKey: infraRefKeys.detail(id),
|
|
622
622
|
});
|
|
623
623
|
},
|
|
624
|
-
/** Remove
|
|
624
|
+
/** Remove infraStore from cache */ infraStore: (queryClient, id) => {
|
|
625
625
|
queryClient.removeQueries({
|
|
626
|
-
queryKey:
|
|
626
|
+
queryKey: infraStoreKeys.detail(id),
|
|
627
627
|
});
|
|
628
628
|
},
|
|
629
|
-
/** Remove
|
|
629
|
+
/** Remove integrationProvider from cache */ integrationProvider: (queryClient, id) => {
|
|
630
630
|
queryClient.removeQueries({
|
|
631
|
-
queryKey:
|
|
631
|
+
queryKey: integrationProviderKeys.detail(id),
|
|
632
632
|
});
|
|
633
633
|
},
|
|
634
|
-
/** Remove
|
|
634
|
+
/** Remove namespace from cache */ namespace: (queryClient, id) => {
|
|
635
635
|
queryClient.removeQueries({
|
|
636
|
-
queryKey:
|
|
636
|
+
queryKey: namespaceKeys.detail(id),
|
|
637
637
|
});
|
|
638
638
|
},
|
|
639
|
-
/** Remove
|
|
639
|
+
/** Remove namespaceEvent from cache */ namespaceEvent: (queryClient, id) => {
|
|
640
640
|
queryClient.removeQueries({
|
|
641
|
-
queryKey:
|
|
641
|
+
queryKey: namespaceEventKeys.detail(id),
|
|
642
642
|
});
|
|
643
643
|
},
|
|
644
|
-
/** Remove
|
|
644
|
+
/** Remove platformFunctionApiBinding from cache */ platformFunctionApiBinding: (queryClient, id) => {
|
|
645
645
|
queryClient.removeQueries({
|
|
646
|
-
queryKey:
|
|
646
|
+
queryKey: platformFunctionApiBindingKeys.detail(id),
|
|
647
647
|
});
|
|
648
648
|
},
|
|
649
|
-
/** Remove
|
|
649
|
+
/** Remove platformFunctionDefinition from cache */ platformFunctionDefinition: (queryClient, id) => {
|
|
650
650
|
queryClient.removeQueries({
|
|
651
|
-
queryKey:
|
|
651
|
+
queryKey: platformFunctionDefinitionKeys.detail(id),
|
|
652
652
|
});
|
|
653
653
|
},
|
|
654
|
-
/** Remove
|
|
654
|
+
/** Remove platformFunctionDeployment from cache */ platformFunctionDeployment: (queryClient, id) => {
|
|
655
655
|
queryClient.removeQueries({
|
|
656
|
-
queryKey:
|
|
656
|
+
queryKey: platformFunctionDeploymentKeys.detail(id),
|
|
657
657
|
});
|
|
658
658
|
},
|
|
659
|
-
/** Remove
|
|
659
|
+
/** Remove platformFunctionDeploymentEvent from cache */ platformFunctionDeploymentEvent: (queryClient, id) => {
|
|
660
660
|
queryClient.removeQueries({
|
|
661
|
-
queryKey:
|
|
661
|
+
queryKey: platformFunctionDeploymentEventKeys.detail(id),
|
|
662
662
|
});
|
|
663
663
|
},
|
|
664
|
-
/** Remove
|
|
664
|
+
/** Remove platformFunctionExecutionLog from cache */ platformFunctionExecutionLog: (queryClient, id) => {
|
|
665
665
|
queryClient.removeQueries({
|
|
666
|
-
queryKey:
|
|
666
|
+
queryKey: platformFunctionExecutionLogKeys.detail(id),
|
|
667
667
|
});
|
|
668
668
|
},
|
|
669
|
-
/** Remove
|
|
669
|
+
/** Remove platformFunctionInvocation from cache */ platformFunctionInvocation: (queryClient, id) => {
|
|
670
670
|
queryClient.removeQueries({
|
|
671
|
-
queryKey:
|
|
671
|
+
queryKey: platformFunctionInvocationKeys.detail(id),
|
|
672
672
|
});
|
|
673
673
|
},
|
|
674
|
-
/** Remove
|
|
674
|
+
/** Remove platformNamespace from cache */ platformNamespace: (queryClient, id) => {
|
|
675
675
|
queryClient.removeQueries({
|
|
676
|
-
queryKey:
|
|
676
|
+
queryKey: platformNamespaceKeys.detail(id),
|
|
677
677
|
});
|
|
678
678
|
},
|
|
679
|
-
/** Remove
|
|
679
|
+
/** Remove platformNamespaceEvent from cache */ platformNamespaceEvent: (queryClient, id) => {
|
|
680
680
|
queryClient.removeQueries({
|
|
681
|
-
queryKey:
|
|
681
|
+
queryKey: platformNamespaceEventKeys.detail(id),
|
|
682
682
|
});
|
|
683
683
|
},
|
|
684
|
-
/** Remove
|
|
684
|
+
/** Remove platformResource from cache */ platformResource: (queryClient, id) => {
|
|
685
685
|
queryClient.removeQueries({
|
|
686
|
-
queryKey:
|
|
686
|
+
queryKey: platformResourceKeys.detail(id),
|
|
687
687
|
});
|
|
688
688
|
},
|
|
689
|
-
/** Remove
|
|
689
|
+
/** Remove platformResourceDefinition from cache */ platformResourceDefinition: (queryClient, id) => {
|
|
690
690
|
queryClient.removeQueries({
|
|
691
|
-
queryKey:
|
|
691
|
+
queryKey: platformResourceDefinitionKeys.detail(id),
|
|
692
692
|
});
|
|
693
693
|
},
|
|
694
|
-
/** Remove
|
|
694
|
+
/** Remove platformResourceEvent from cache */ platformResourceEvent: (queryClient, id) => {
|
|
695
695
|
queryClient.removeQueries({
|
|
696
|
-
queryKey:
|
|
696
|
+
queryKey: platformResourceEventKeys.detail(id),
|
|
697
697
|
});
|
|
698
698
|
},
|
|
699
|
-
/** Remove
|
|
699
|
+
/** Remove platformResourceStatusCheck from cache */ platformResourceStatusCheck: (queryClient, id) => {
|
|
700
700
|
queryClient.removeQueries({
|
|
701
|
-
queryKey:
|
|
701
|
+
queryKey: platformResourceStatusCheckKeys.detail(id),
|
|
702
702
|
});
|
|
703
703
|
},
|
|
704
|
-
/** Remove
|
|
704
|
+
/** Remove platformResourcesRequirementsState from cache */ platformResourcesRequirementsState: (queryClient, id) => {
|
|
705
705
|
queryClient.removeQueries({
|
|
706
|
-
queryKey:
|
|
706
|
+
queryKey: platformResourcesRequirementsStateKeys.detail(id),
|
|
707
707
|
});
|
|
708
708
|
},
|
|
709
|
-
/** Remove
|
|
709
|
+
/** Remove platformResourcesResolvedRequirement from cache */ platformResourcesResolvedRequirement: (queryClient, id) => {
|
|
710
710
|
queryClient.removeQueries({
|
|
711
|
-
queryKey:
|
|
711
|
+
queryKey: platformResourcesResolvedRequirementKeys.detail(id),
|
|
712
712
|
});
|
|
713
713
|
},
|
|
714
|
-
/** Remove
|
|
714
|
+
/** Remove resource from cache */ resource: (queryClient, id) => {
|
|
715
715
|
queryClient.removeQueries({
|
|
716
|
-
queryKey:
|
|
716
|
+
queryKey: resourceKeys.detail(id),
|
|
717
717
|
});
|
|
718
718
|
},
|
|
719
|
-
/** Remove
|
|
719
|
+
/** Remove resourceDefinition from cache */ resourceDefinition: (queryClient, id) => {
|
|
720
720
|
queryClient.removeQueries({
|
|
721
|
-
queryKey:
|
|
721
|
+
queryKey: resourceDefinitionKeys.detail(id),
|
|
722
722
|
});
|
|
723
723
|
},
|
|
724
|
-
/** Remove
|
|
724
|
+
/** Remove resourceEvent from cache */ resourceEvent: (queryClient, id) => {
|
|
725
725
|
queryClient.removeQueries({
|
|
726
|
-
queryKey:
|
|
726
|
+
queryKey: resourceEventKeys.detail(id),
|
|
727
727
|
});
|
|
728
728
|
},
|
|
729
|
-
/** Remove
|
|
729
|
+
/** Remove resourceStatusCheck from cache */ resourceStatusCheck: (queryClient, id) => {
|
|
730
730
|
queryClient.removeQueries({
|
|
731
|
-
queryKey:
|
|
731
|
+
queryKey: resourceStatusCheckKeys.detail(id),
|
|
732
732
|
});
|
|
733
733
|
},
|
|
734
|
-
/** Remove
|
|
734
|
+
/** Remove resourcesRequirementsState from cache */ resourcesRequirementsState: (queryClient, id) => {
|
|
735
735
|
queryClient.removeQueries({
|
|
736
|
-
queryKey:
|
|
736
|
+
queryKey: resourcesRequirementsStateKeys.detail(id),
|
|
737
737
|
});
|
|
738
738
|
},
|
|
739
|
-
/** Remove
|
|
739
|
+
/** Remove resourcesResolvedRequirement from cache */ resourcesResolvedRequirement: (queryClient, id) => {
|
|
740
740
|
queryClient.removeQueries({
|
|
741
|
-
queryKey:
|
|
741
|
+
queryKey: resourcesResolvedRequirementKeys.detail(id),
|
|
742
742
|
});
|
|
743
743
|
},
|
|
744
744
|
};
|