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