@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
|
@@ -24,36 +24,91 @@ import type { QueryClient } from '@tanstack/react-query';
|
|
|
24
24
|
* ```
|
|
25
25
|
*/
|
|
26
26
|
export declare const invalidate: {
|
|
27
|
-
/** Invalidate
|
|
28
|
-
/** Invalidate all
|
|
29
|
-
/** Invalidate
|
|
30
|
-
/** Invalidate a specific
|
|
27
|
+
/** Invalidate api queries */ readonly api: {
|
|
28
|
+
/** Invalidate all api queries */ readonly all: (queryClient: QueryClient) => Promise<void>;
|
|
29
|
+
/** Invalidate api list queries */ readonly lists: (queryClient: QueryClient) => Promise<void>;
|
|
30
|
+
/** Invalidate a specific api */ readonly detail: (queryClient: QueryClient, id: string | number) => Promise<void>;
|
|
31
31
|
};
|
|
32
|
-
/** Invalidate
|
|
33
|
-
/** Invalidate all
|
|
34
|
-
/** Invalidate
|
|
35
|
-
/** Invalidate a specific
|
|
32
|
+
/** Invalidate apiModule queries */ readonly apiModule: {
|
|
33
|
+
/** Invalidate all apiModule queries */ readonly all: (queryClient: QueryClient) => Promise<void>;
|
|
34
|
+
/** Invalidate apiModule list queries */ readonly lists: (queryClient: QueryClient) => Promise<void>;
|
|
35
|
+
/** Invalidate a specific apiModule */ readonly detail: (queryClient: QueryClient, id: string | number) => Promise<void>;
|
|
36
36
|
};
|
|
37
|
-
/** Invalidate
|
|
38
|
-
/** Invalidate all
|
|
39
|
-
/** Invalidate
|
|
40
|
-
/** Invalidate a specific
|
|
37
|
+
/** Invalidate apiSchema queries */ readonly apiSchema: {
|
|
38
|
+
/** Invalidate all apiSchema queries */ readonly all: (queryClient: QueryClient) => Promise<void>;
|
|
39
|
+
/** Invalidate apiSchema list queries */ readonly lists: (queryClient: QueryClient) => Promise<void>;
|
|
40
|
+
/** Invalidate a specific apiSchema */ readonly detail: (queryClient: QueryClient, id: string | number) => Promise<void>;
|
|
41
|
+
};
|
|
42
|
+
/** Invalidate apiSetting queries */ readonly apiSetting: {
|
|
43
|
+
/** Invalidate all apiSetting queries */ readonly all: (queryClient: QueryClient) => Promise<void>;
|
|
44
|
+
/** Invalidate apiSetting list queries */ readonly lists: (queryClient: QueryClient) => Promise<void>;
|
|
45
|
+
/** Invalidate a specific apiSetting */ readonly detail: (queryClient: QueryClient, id: string | number) => Promise<void>;
|
|
46
|
+
};
|
|
47
|
+
/** Invalidate app queries */ readonly app: {
|
|
48
|
+
/** Invalidate all app queries */ readonly all: (queryClient: QueryClient) => Promise<void>;
|
|
49
|
+
/** Invalidate app list queries */ readonly lists: (queryClient: QueryClient) => Promise<void>;
|
|
50
|
+
/** Invalidate a specific app */ readonly detail: (queryClient: QueryClient, id: string | number) => Promise<void>;
|
|
51
|
+
};
|
|
52
|
+
/** Invalidate astMigration queries */ readonly astMigration: {
|
|
53
|
+
/** Invalidate all astMigration queries */ readonly all: (queryClient: QueryClient) => Promise<void>;
|
|
54
|
+
/** Invalidate astMigration list queries */ readonly lists: (queryClient: QueryClient) => Promise<void>;
|
|
55
|
+
/** Invalidate a specific astMigration */ readonly detail: (queryClient: QueryClient, id: string | number) => Promise<void>;
|
|
41
56
|
};
|
|
42
57
|
/** Invalidate checkConstraint queries */ readonly checkConstraint: {
|
|
43
58
|
/** Invalidate all checkConstraint queries */ readonly all: (queryClient: QueryClient) => Promise<void>;
|
|
44
59
|
/** Invalidate checkConstraint list queries */ readonly lists: (queryClient: QueryClient) => Promise<void>;
|
|
45
60
|
/** Invalidate a specific checkConstraint */ readonly detail: (queryClient: QueryClient, id: string | number) => Promise<void>;
|
|
46
61
|
};
|
|
62
|
+
/** Invalidate compositeType queries */ readonly compositeType: {
|
|
63
|
+
/** Invalidate all compositeType queries */ readonly all: (queryClient: QueryClient) => Promise<void>;
|
|
64
|
+
/** Invalidate compositeType list queries */ readonly lists: (queryClient: QueryClient) => Promise<void>;
|
|
65
|
+
/** Invalidate a specific compositeType */ readonly detail: (queryClient: QueryClient, id: string | number) => Promise<void>;
|
|
66
|
+
};
|
|
67
|
+
/** Invalidate corsSetting queries */ readonly corsSetting: {
|
|
68
|
+
/** Invalidate all corsSetting queries */ readonly all: (queryClient: QueryClient) => Promise<void>;
|
|
69
|
+
/** Invalidate corsSetting list queries */ readonly lists: (queryClient: QueryClient) => Promise<void>;
|
|
70
|
+
/** Invalidate a specific corsSetting */ readonly detail: (queryClient: QueryClient, id: string | number) => Promise<void>;
|
|
71
|
+
};
|
|
72
|
+
/** Invalidate database queries */ readonly database: {
|
|
73
|
+
/** Invalidate all database queries */ readonly all: (queryClient: QueryClient) => Promise<void>;
|
|
74
|
+
/** Invalidate database list queries */ readonly lists: (queryClient: QueryClient) => Promise<void>;
|
|
75
|
+
/** Invalidate a specific database */ readonly detail: (queryClient: QueryClient, id: string | number) => Promise<void>;
|
|
76
|
+
};
|
|
77
|
+
/** Invalidate databaseSetting queries */ readonly databaseSetting: {
|
|
78
|
+
/** Invalidate all databaseSetting queries */ readonly all: (queryClient: QueryClient) => Promise<void>;
|
|
79
|
+
/** Invalidate databaseSetting list queries */ readonly lists: (queryClient: QueryClient) => Promise<void>;
|
|
80
|
+
/** Invalidate a specific databaseSetting */ readonly detail: (queryClient: QueryClient, id: string | number) => Promise<void>;
|
|
81
|
+
};
|
|
82
|
+
/** Invalidate databaseTransfer queries */ readonly databaseTransfer: {
|
|
83
|
+
/** Invalidate all databaseTransfer queries */ readonly all: (queryClient: QueryClient) => Promise<void>;
|
|
84
|
+
/** Invalidate databaseTransfer list queries */ readonly lists: (queryClient: QueryClient) => Promise<void>;
|
|
85
|
+
/** Invalidate a specific databaseTransfer */ readonly detail: (queryClient: QueryClient, id: string | number) => Promise<void>;
|
|
86
|
+
};
|
|
87
|
+
/** Invalidate defaultPrivilege queries */ readonly defaultPrivilege: {
|
|
88
|
+
/** Invalidate all defaultPrivilege queries */ readonly all: (queryClient: QueryClient) => Promise<void>;
|
|
89
|
+
/** Invalidate defaultPrivilege list queries */ readonly lists: (queryClient: QueryClient) => Promise<void>;
|
|
90
|
+
/** Invalidate a specific defaultPrivilege */ readonly detail: (queryClient: QueryClient, id: string | number) => Promise<void>;
|
|
91
|
+
};
|
|
92
|
+
/** Invalidate domain queries */ readonly domain: {
|
|
93
|
+
/** Invalidate all domain queries */ readonly all: (queryClient: QueryClient) => Promise<void>;
|
|
94
|
+
/** Invalidate domain list queries */ readonly lists: (queryClient: QueryClient) => Promise<void>;
|
|
95
|
+
/** Invalidate a specific domain */ readonly detail: (queryClient: QueryClient, id: string | number) => Promise<void>;
|
|
96
|
+
};
|
|
97
|
+
/** Invalidate embeddingChunk queries */ readonly embeddingChunk: {
|
|
98
|
+
/** Invalidate all embeddingChunk queries */ readonly all: (queryClient: QueryClient) => Promise<void>;
|
|
99
|
+
/** Invalidate embeddingChunk list queries */ readonly lists: (queryClient: QueryClient) => Promise<void>;
|
|
100
|
+
/** Invalidate a specific embeddingChunk */ readonly detail: (queryClient: QueryClient, id: string | number) => Promise<void>;
|
|
101
|
+
};
|
|
102
|
+
/** Invalidate enum queries */ readonly enum: {
|
|
103
|
+
/** Invalidate all enum queries */ readonly all: (queryClient: QueryClient) => Promise<void>;
|
|
104
|
+
/** Invalidate enum list queries */ readonly lists: (queryClient: QueryClient) => Promise<void>;
|
|
105
|
+
/** Invalidate a specific enum */ readonly detail: (queryClient: QueryClient, id: string | number) => Promise<void>;
|
|
106
|
+
};
|
|
47
107
|
/** Invalidate field queries */ readonly field: {
|
|
48
108
|
/** Invalidate all field queries */ readonly all: (queryClient: QueryClient) => Promise<void>;
|
|
49
109
|
/** Invalidate field list queries */ readonly lists: (queryClient: QueryClient) => Promise<void>;
|
|
50
110
|
/** Invalidate a specific field */ readonly detail: (queryClient: QueryClient, id: string | number) => Promise<void>;
|
|
51
111
|
};
|
|
52
|
-
/** Invalidate spatialRelation queries */ readonly spatialRelation: {
|
|
53
|
-
/** Invalidate all spatialRelation queries */ readonly all: (queryClient: QueryClient) => Promise<void>;
|
|
54
|
-
/** Invalidate spatialRelation list queries */ readonly lists: (queryClient: QueryClient) => Promise<void>;
|
|
55
|
-
/** Invalidate a specific spatialRelation */ readonly detail: (queryClient: QueryClient, id: string | number) => Promise<void>;
|
|
56
|
-
};
|
|
57
112
|
/** Invalidate foreignKeyConstraint queries */ readonly foreignKeyConstraint: {
|
|
58
113
|
/** Invalidate all foreignKeyConstraint queries */ readonly all: (queryClient: QueryClient) => Promise<void>;
|
|
59
114
|
/** Invalidate foreignKeyConstraint list queries */ readonly lists: (queryClient: QueryClient) => Promise<void>;
|
|
@@ -64,11 +119,31 @@ export declare const invalidate: {
|
|
|
64
119
|
/** Invalidate fullTextSearch list queries */ readonly lists: (queryClient: QueryClient) => Promise<void>;
|
|
65
120
|
/** Invalidate a specific fullTextSearch */ readonly detail: (queryClient: QueryClient, id: string | number) => Promise<void>;
|
|
66
121
|
};
|
|
122
|
+
/** Invalidate function queries */ readonly function: {
|
|
123
|
+
/** Invalidate all function queries */ readonly all: (queryClient: QueryClient) => Promise<void>;
|
|
124
|
+
/** Invalidate function list queries */ readonly lists: (queryClient: QueryClient) => Promise<void>;
|
|
125
|
+
/** Invalidate a specific function */ readonly detail: (queryClient: QueryClient, id: string | number) => Promise<void>;
|
|
126
|
+
};
|
|
67
127
|
/** Invalidate index queries */ readonly index: {
|
|
68
128
|
/** Invalidate all index queries */ readonly all: (queryClient: QueryClient) => Promise<void>;
|
|
69
129
|
/** Invalidate index list queries */ readonly lists: (queryClient: QueryClient) => Promise<void>;
|
|
70
130
|
/** Invalidate a specific index */ readonly detail: (queryClient: QueryClient, id: string | number) => Promise<void>;
|
|
71
131
|
};
|
|
132
|
+
/** Invalidate migrateFile queries */ readonly migrateFile: {
|
|
133
|
+
/** Invalidate all migrateFile queries */ readonly all: (queryClient: QueryClient) => Promise<void>;
|
|
134
|
+
/** Invalidate migrateFile list queries */ readonly lists: (queryClient: QueryClient) => Promise<void>;
|
|
135
|
+
/** Invalidate a specific migrateFile */ readonly detail: (queryClient: QueryClient, id: string | number) => Promise<void>;
|
|
136
|
+
};
|
|
137
|
+
/** Invalidate nodeTypeRegistry queries */ readonly nodeTypeRegistry: {
|
|
138
|
+
/** Invalidate all nodeTypeRegistry queries */ readonly all: (queryClient: QueryClient) => Promise<void>;
|
|
139
|
+
/** Invalidate nodeTypeRegistry list queries */ readonly lists: (queryClient: QueryClient) => Promise<void>;
|
|
140
|
+
/** Invalidate a specific nodeTypeRegistry */ readonly detail: (queryClient: QueryClient, id: string | number) => Promise<void>;
|
|
141
|
+
};
|
|
142
|
+
/** Invalidate partition queries */ readonly partition: {
|
|
143
|
+
/** Invalidate all partition queries */ readonly all: (queryClient: QueryClient) => Promise<void>;
|
|
144
|
+
/** Invalidate partition list queries */ readonly lists: (queryClient: QueryClient) => Promise<void>;
|
|
145
|
+
/** Invalidate a specific partition */ readonly detail: (queryClient: QueryClient, id: string | number) => Promise<void>;
|
|
146
|
+
};
|
|
72
147
|
/** Invalidate policy queries */ readonly policy: {
|
|
73
148
|
/** Invalidate all policy queries */ readonly all: (queryClient: QueryClient) => Promise<void>;
|
|
74
149
|
/** Invalidate policy list queries */ readonly lists: (queryClient: QueryClient) => Promise<void>;
|
|
@@ -79,80 +154,30 @@ export declare const invalidate: {
|
|
|
79
154
|
/** Invalidate primaryKeyConstraint list queries */ readonly lists: (queryClient: QueryClient) => Promise<void>;
|
|
80
155
|
/** Invalidate a specific primaryKeyConstraint */ readonly detail: (queryClient: QueryClient, id: string | number) => Promise<void>;
|
|
81
156
|
};
|
|
82
|
-
/** Invalidate
|
|
83
|
-
/** Invalidate all
|
|
84
|
-
/** Invalidate
|
|
85
|
-
/** Invalidate a specific
|
|
86
|
-
};
|
|
87
|
-
/** Invalidate trigger queries */ readonly trigger: {
|
|
88
|
-
/** Invalidate all trigger queries */ readonly all: (queryClient: QueryClient) => Promise<void>;
|
|
89
|
-
/** Invalidate trigger list queries */ readonly lists: (queryClient: QueryClient) => Promise<void>;
|
|
90
|
-
/** Invalidate a specific trigger */ readonly detail: (queryClient: QueryClient, id: string | number) => Promise<void>;
|
|
91
|
-
};
|
|
92
|
-
/** Invalidate uniqueConstraint queries */ readonly uniqueConstraint: {
|
|
93
|
-
/** Invalidate all uniqueConstraint queries */ readonly all: (queryClient: QueryClient) => Promise<void>;
|
|
94
|
-
/** Invalidate uniqueConstraint list queries */ readonly lists: (queryClient: QueryClient) => Promise<void>;
|
|
95
|
-
/** Invalidate a specific uniqueConstraint */ readonly detail: (queryClient: QueryClient, id: string | number) => Promise<void>;
|
|
96
|
-
};
|
|
97
|
-
/** Invalidate view queries */ readonly view: {
|
|
98
|
-
/** Invalidate all view queries */ readonly all: (queryClient: QueryClient) => Promise<void>;
|
|
99
|
-
/** Invalidate view list queries */ readonly lists: (queryClient: QueryClient) => Promise<void>;
|
|
100
|
-
/** Invalidate a specific view */ readonly detail: (queryClient: QueryClient, id: string | number) => Promise<void>;
|
|
101
|
-
};
|
|
102
|
-
/** Invalidate viewTable queries */ readonly viewTable: {
|
|
103
|
-
/** Invalidate all viewTable queries */ readonly all: (queryClient: QueryClient) => Promise<void>;
|
|
104
|
-
/** Invalidate viewTable list queries */ readonly lists: (queryClient: QueryClient) => Promise<void>;
|
|
105
|
-
/** Invalidate a specific viewTable */ readonly detail: (queryClient: QueryClient, id: string | number) => Promise<void>;
|
|
106
|
-
};
|
|
107
|
-
/** Invalidate viewGrant queries */ readonly viewGrant: {
|
|
108
|
-
/** Invalidate all viewGrant queries */ readonly all: (queryClient: QueryClient) => Promise<void>;
|
|
109
|
-
/** Invalidate viewGrant list queries */ readonly lists: (queryClient: QueryClient) => Promise<void>;
|
|
110
|
-
/** Invalidate a specific viewGrant */ readonly detail: (queryClient: QueryClient, id: string | number) => Promise<void>;
|
|
157
|
+
/** Invalidate pubkeySetting queries */ readonly pubkeySetting: {
|
|
158
|
+
/** Invalidate all pubkeySetting queries */ readonly all: (queryClient: QueryClient) => Promise<void>;
|
|
159
|
+
/** Invalidate pubkeySetting list queries */ readonly lists: (queryClient: QueryClient) => Promise<void>;
|
|
160
|
+
/** Invalidate a specific pubkeySetting */ readonly detail: (queryClient: QueryClient, id: string | number) => Promise<void>;
|
|
111
161
|
};
|
|
112
|
-
/** Invalidate
|
|
113
|
-
/** Invalidate all
|
|
114
|
-
/** Invalidate
|
|
115
|
-
/** Invalidate a specific
|
|
162
|
+
/** Invalidate rlsSetting queries */ readonly rlsSetting: {
|
|
163
|
+
/** Invalidate all rlsSetting queries */ readonly all: (queryClient: QueryClient) => Promise<void>;
|
|
164
|
+
/** Invalidate rlsSetting list queries */ readonly lists: (queryClient: QueryClient) => Promise<void>;
|
|
165
|
+
/** Invalidate a specific rlsSetting */ readonly detail: (queryClient: QueryClient, id: string | number) => Promise<void>;
|
|
116
166
|
};
|
|
117
|
-
/** Invalidate
|
|
118
|
-
/** Invalidate all
|
|
119
|
-
/** Invalidate
|
|
120
|
-
/** Invalidate a specific
|
|
167
|
+
/** Invalidate schema queries */ readonly schema: {
|
|
168
|
+
/** Invalidate all schema queries */ readonly all: (queryClient: QueryClient) => Promise<void>;
|
|
169
|
+
/** Invalidate schema list queries */ readonly lists: (queryClient: QueryClient) => Promise<void>;
|
|
170
|
+
/** Invalidate a specific schema */ readonly detail: (queryClient: QueryClient, id: string | number) => Promise<void>;
|
|
121
171
|
};
|
|
122
172
|
/** Invalidate schemaGrant queries */ readonly schemaGrant: {
|
|
123
173
|
/** Invalidate all schemaGrant queries */ readonly all: (queryClient: QueryClient) => Promise<void>;
|
|
124
174
|
/** Invalidate schemaGrant list queries */ readonly lists: (queryClient: QueryClient) => Promise<void>;
|
|
125
175
|
/** Invalidate a specific schemaGrant */ readonly detail: (queryClient: QueryClient, id: string | number) => Promise<void>;
|
|
126
176
|
};
|
|
127
|
-
/** Invalidate
|
|
128
|
-
/** Invalidate all
|
|
129
|
-
/** Invalidate
|
|
130
|
-
/** Invalidate a specific
|
|
131
|
-
};
|
|
132
|
-
/** Invalidate enum queries */ readonly enum: {
|
|
133
|
-
/** Invalidate all enum queries */ readonly all: (queryClient: QueryClient) => Promise<void>;
|
|
134
|
-
/** Invalidate enum list queries */ readonly lists: (queryClient: QueryClient) => Promise<void>;
|
|
135
|
-
/** Invalidate a specific enum */ readonly detail: (queryClient: QueryClient, id: string | number) => Promise<void>;
|
|
136
|
-
};
|
|
137
|
-
/** Invalidate compositeType queries */ readonly compositeType: {
|
|
138
|
-
/** Invalidate all compositeType queries */ readonly all: (queryClient: QueryClient) => Promise<void>;
|
|
139
|
-
/** Invalidate compositeType list queries */ readonly lists: (queryClient: QueryClient) => Promise<void>;
|
|
140
|
-
/** Invalidate a specific compositeType */ readonly detail: (queryClient: QueryClient, id: string | number) => Promise<void>;
|
|
141
|
-
};
|
|
142
|
-
/** Invalidate apiSchema queries */ readonly apiSchema: {
|
|
143
|
-
/** Invalidate all apiSchema queries */ readonly all: (queryClient: QueryClient) => Promise<void>;
|
|
144
|
-
/** Invalidate apiSchema list queries */ readonly lists: (queryClient: QueryClient) => Promise<void>;
|
|
145
|
-
/** Invalidate a specific apiSchema */ readonly detail: (queryClient: QueryClient, id: string | number) => Promise<void>;
|
|
146
|
-
};
|
|
147
|
-
/** Invalidate apiModule queries */ readonly apiModule: {
|
|
148
|
-
/** Invalidate all apiModule queries */ readonly all: (queryClient: QueryClient) => Promise<void>;
|
|
149
|
-
/** Invalidate apiModule list queries */ readonly lists: (queryClient: QueryClient) => Promise<void>;
|
|
150
|
-
/** Invalidate a specific apiModule */ readonly detail: (queryClient: QueryClient, id: string | number) => Promise<void>;
|
|
151
|
-
};
|
|
152
|
-
/** Invalidate domain queries */ readonly domain: {
|
|
153
|
-
/** Invalidate all domain queries */ readonly all: (queryClient: QueryClient) => Promise<void>;
|
|
154
|
-
/** Invalidate domain list queries */ readonly lists: (queryClient: QueryClient) => Promise<void>;
|
|
155
|
-
/** Invalidate a specific domain */ readonly detail: (queryClient: QueryClient, id: string | number) => Promise<void>;
|
|
177
|
+
/** Invalidate site queries */ readonly site: {
|
|
178
|
+
/** Invalidate all site queries */ readonly all: (queryClient: QueryClient) => Promise<void>;
|
|
179
|
+
/** Invalidate site list queries */ readonly lists: (queryClient: QueryClient) => Promise<void>;
|
|
180
|
+
/** Invalidate a specific site */ readonly detail: (queryClient: QueryClient, id: string | number) => Promise<void>;
|
|
156
181
|
};
|
|
157
182
|
/** Invalidate siteMetadatum queries */ readonly siteMetadatum: {
|
|
158
183
|
/** Invalidate all siteMetadatum queries */ readonly all: (queryClient: QueryClient) => Promise<void>;
|
|
@@ -169,85 +194,60 @@ export declare const invalidate: {
|
|
|
169
194
|
/** Invalidate siteTheme list queries */ readonly lists: (queryClient: QueryClient) => Promise<void>;
|
|
170
195
|
/** Invalidate a specific siteTheme */ readonly detail: (queryClient: QueryClient, id: string | number) => Promise<void>;
|
|
171
196
|
};
|
|
172
|
-
/** Invalidate
|
|
173
|
-
/** Invalidate all
|
|
174
|
-
/** Invalidate
|
|
175
|
-
/** Invalidate a specific
|
|
176
|
-
};
|
|
177
|
-
/** Invalidate triggerFunction queries */ readonly triggerFunction: {
|
|
178
|
-
/** Invalidate all triggerFunction queries */ readonly all: (queryClient: QueryClient) => Promise<void>;
|
|
179
|
-
/** Invalidate triggerFunction list queries */ readonly lists: (queryClient: QueryClient) => Promise<void>;
|
|
180
|
-
/** Invalidate a specific triggerFunction */ readonly detail: (queryClient: QueryClient, id: string | number) => Promise<void>;
|
|
181
|
-
};
|
|
182
|
-
/** Invalidate partition queries */ readonly partition: {
|
|
183
|
-
/** Invalidate all partition queries */ readonly all: (queryClient: QueryClient) => Promise<void>;
|
|
184
|
-
/** Invalidate partition list queries */ readonly lists: (queryClient: QueryClient) => Promise<void>;
|
|
185
|
-
/** Invalidate a specific partition */ readonly detail: (queryClient: QueryClient, id: string | number) => Promise<void>;
|
|
186
|
-
};
|
|
187
|
-
/** Invalidate databaseTransfer queries */ readonly databaseTransfer: {
|
|
188
|
-
/** Invalidate all databaseTransfer queries */ readonly all: (queryClient: QueryClient) => Promise<void>;
|
|
189
|
-
/** Invalidate databaseTransfer list queries */ readonly lists: (queryClient: QueryClient) => Promise<void>;
|
|
190
|
-
/** Invalidate a specific databaseTransfer */ readonly detail: (queryClient: QueryClient, id: string | number) => Promise<void>;
|
|
191
|
-
};
|
|
192
|
-
/** Invalidate api queries */ readonly api: {
|
|
193
|
-
/** Invalidate all api queries */ readonly all: (queryClient: QueryClient) => Promise<void>;
|
|
194
|
-
/** Invalidate api list queries */ readonly lists: (queryClient: QueryClient) => Promise<void>;
|
|
195
|
-
/** Invalidate a specific api */ readonly detail: (queryClient: QueryClient, id: string | number) => Promise<void>;
|
|
196
|
-
};
|
|
197
|
-
/** Invalidate site queries */ readonly site: {
|
|
198
|
-
/** Invalidate all site queries */ readonly all: (queryClient: QueryClient) => Promise<void>;
|
|
199
|
-
/** Invalidate site list queries */ readonly lists: (queryClient: QueryClient) => Promise<void>;
|
|
200
|
-
/** Invalidate a specific site */ readonly detail: (queryClient: QueryClient, id: string | number) => Promise<void>;
|
|
197
|
+
/** Invalidate spatialRelation queries */ readonly spatialRelation: {
|
|
198
|
+
/** Invalidate all spatialRelation queries */ readonly all: (queryClient: QueryClient) => Promise<void>;
|
|
199
|
+
/** Invalidate spatialRelation list queries */ readonly lists: (queryClient: QueryClient) => Promise<void>;
|
|
200
|
+
/** Invalidate a specific spatialRelation */ readonly detail: (queryClient: QueryClient, id: string | number) => Promise<void>;
|
|
201
201
|
};
|
|
202
|
-
/** Invalidate
|
|
203
|
-
/** Invalidate all
|
|
204
|
-
/** Invalidate
|
|
205
|
-
/** Invalidate a specific
|
|
202
|
+
/** Invalidate sqlAction queries */ readonly sqlAction: {
|
|
203
|
+
/** Invalidate all sqlAction queries */ readonly all: (queryClient: QueryClient) => Promise<void>;
|
|
204
|
+
/** Invalidate sqlAction list queries */ readonly lists: (queryClient: QueryClient) => Promise<void>;
|
|
205
|
+
/** Invalidate a specific sqlAction */ readonly detail: (queryClient: QueryClient, id: string | number) => Promise<void>;
|
|
206
206
|
};
|
|
207
|
-
/** Invalidate
|
|
208
|
-
/** Invalidate all
|
|
209
|
-
/** Invalidate
|
|
210
|
-
/** Invalidate a specific
|
|
207
|
+
/** Invalidate table queries */ readonly table: {
|
|
208
|
+
/** Invalidate all table queries */ readonly all: (queryClient: QueryClient) => Promise<void>;
|
|
209
|
+
/** Invalidate table list queries */ readonly lists: (queryClient: QueryClient) => Promise<void>;
|
|
210
|
+
/** Invalidate a specific table */ readonly detail: (queryClient: QueryClient, id: string | number) => Promise<void>;
|
|
211
211
|
};
|
|
212
|
-
/** Invalidate
|
|
213
|
-
/** Invalidate all
|
|
214
|
-
/** Invalidate
|
|
215
|
-
/** Invalidate a specific
|
|
212
|
+
/** Invalidate tableGrant queries */ readonly tableGrant: {
|
|
213
|
+
/** Invalidate all tableGrant queries */ readonly all: (queryClient: QueryClient) => Promise<void>;
|
|
214
|
+
/** Invalidate tableGrant list queries */ readonly lists: (queryClient: QueryClient) => Promise<void>;
|
|
215
|
+
/** Invalidate a specific tableGrant */ readonly detail: (queryClient: QueryClient, id: string | number) => Promise<void>;
|
|
216
216
|
};
|
|
217
|
-
/** Invalidate
|
|
218
|
-
/** Invalidate all
|
|
219
|
-
/** Invalidate
|
|
220
|
-
/** Invalidate a specific
|
|
217
|
+
/** Invalidate trigger queries */ readonly trigger: {
|
|
218
|
+
/** Invalidate all trigger queries */ readonly all: (queryClient: QueryClient) => Promise<void>;
|
|
219
|
+
/** Invalidate trigger list queries */ readonly lists: (queryClient: QueryClient) => Promise<void>;
|
|
220
|
+
/** Invalidate a specific trigger */ readonly detail: (queryClient: QueryClient, id: string | number) => Promise<void>;
|
|
221
221
|
};
|
|
222
|
-
/** Invalidate
|
|
223
|
-
/** Invalidate all
|
|
224
|
-
/** Invalidate
|
|
225
|
-
/** Invalidate a specific
|
|
222
|
+
/** Invalidate triggerFunction queries */ readonly triggerFunction: {
|
|
223
|
+
/** Invalidate all triggerFunction queries */ readonly all: (queryClient: QueryClient) => Promise<void>;
|
|
224
|
+
/** Invalidate triggerFunction list queries */ readonly lists: (queryClient: QueryClient) => Promise<void>;
|
|
225
|
+
/** Invalidate a specific triggerFunction */ readonly detail: (queryClient: QueryClient, id: string | number) => Promise<void>;
|
|
226
226
|
};
|
|
227
|
-
/** Invalidate
|
|
228
|
-
/** Invalidate all
|
|
229
|
-
/** Invalidate
|
|
230
|
-
/** Invalidate a specific
|
|
227
|
+
/** Invalidate uniqueConstraint queries */ readonly uniqueConstraint: {
|
|
228
|
+
/** Invalidate all uniqueConstraint queries */ readonly all: (queryClient: QueryClient) => Promise<void>;
|
|
229
|
+
/** Invalidate uniqueConstraint list queries */ readonly lists: (queryClient: QueryClient) => Promise<void>;
|
|
230
|
+
/** Invalidate a specific uniqueConstraint */ readonly detail: (queryClient: QueryClient, id: string | number) => Promise<void>;
|
|
231
231
|
};
|
|
232
|
-
/** Invalidate
|
|
233
|
-
/** Invalidate all
|
|
234
|
-
/** Invalidate
|
|
235
|
-
/** Invalidate a specific
|
|
232
|
+
/** Invalidate view queries */ readonly view: {
|
|
233
|
+
/** Invalidate all view queries */ readonly all: (queryClient: QueryClient) => Promise<void>;
|
|
234
|
+
/** Invalidate view list queries */ readonly lists: (queryClient: QueryClient) => Promise<void>;
|
|
235
|
+
/** Invalidate a specific view */ readonly detail: (queryClient: QueryClient, id: string | number) => Promise<void>;
|
|
236
236
|
};
|
|
237
|
-
/** Invalidate
|
|
238
|
-
/** Invalidate all
|
|
239
|
-
/** Invalidate
|
|
240
|
-
/** Invalidate a specific
|
|
237
|
+
/** Invalidate viewGrant queries */ readonly viewGrant: {
|
|
238
|
+
/** Invalidate all viewGrant queries */ readonly all: (queryClient: QueryClient) => Promise<void>;
|
|
239
|
+
/** Invalidate viewGrant list queries */ readonly lists: (queryClient: QueryClient) => Promise<void>;
|
|
240
|
+
/** Invalidate a specific viewGrant */ readonly detail: (queryClient: QueryClient, id: string | number) => Promise<void>;
|
|
241
241
|
};
|
|
242
|
-
/** Invalidate
|
|
243
|
-
/** Invalidate all
|
|
244
|
-
/** Invalidate
|
|
245
|
-
/** Invalidate a specific
|
|
242
|
+
/** Invalidate viewRule queries */ readonly viewRule: {
|
|
243
|
+
/** Invalidate all viewRule queries */ readonly all: (queryClient: QueryClient) => Promise<void>;
|
|
244
|
+
/** Invalidate viewRule list queries */ readonly lists: (queryClient: QueryClient) => Promise<void>;
|
|
245
|
+
/** Invalidate a specific viewRule */ readonly detail: (queryClient: QueryClient, id: string | number) => Promise<void>;
|
|
246
246
|
};
|
|
247
|
-
/** Invalidate
|
|
248
|
-
/** Invalidate all
|
|
249
|
-
/** Invalidate
|
|
250
|
-
/** Invalidate a specific
|
|
247
|
+
/** Invalidate viewTable queries */ readonly viewTable: {
|
|
248
|
+
/** Invalidate all viewTable queries */ readonly all: (queryClient: QueryClient) => Promise<void>;
|
|
249
|
+
/** Invalidate viewTable list queries */ readonly lists: (queryClient: QueryClient) => Promise<void>;
|
|
250
|
+
/** Invalidate a specific viewTable */ readonly detail: (queryClient: QueryClient, id: string | number) => Promise<void>;
|
|
251
251
|
};
|
|
252
252
|
/** Invalidate webauthnSetting queries */ readonly webauthnSetting: {
|
|
253
253
|
/** Invalidate all webauthnSetting queries */ readonly all: (queryClient: QueryClient) => Promise<void>;
|
|
@@ -267,50 +267,50 @@ export declare const invalidate: {
|
|
|
267
267
|
* instead of just invalidating (which would trigger a refetch).
|
|
268
268
|
*/
|
|
269
269
|
export declare const remove: {
|
|
270
|
-
/** Remove
|
|
271
|
-
/** Remove
|
|
272
|
-
/** Remove
|
|
270
|
+
/** Remove api from cache */ readonly api: (queryClient: QueryClient, id: string | number) => void;
|
|
271
|
+
/** Remove apiModule from cache */ readonly apiModule: (queryClient: QueryClient, id: string | number) => void;
|
|
272
|
+
/** Remove apiSchema from cache */ readonly apiSchema: (queryClient: QueryClient, id: string | number) => void;
|
|
273
|
+
/** Remove apiSetting from cache */ readonly apiSetting: (queryClient: QueryClient, id: string | number) => void;
|
|
274
|
+
/** Remove app from cache */ readonly app: (queryClient: QueryClient, id: string | number) => void;
|
|
275
|
+
/** Remove astMigration from cache */ readonly astMigration: (queryClient: QueryClient, id: string | number) => void;
|
|
273
276
|
/** Remove checkConstraint from cache */ readonly checkConstraint: (queryClient: QueryClient, id: string | number) => void;
|
|
277
|
+
/** Remove compositeType from cache */ readonly compositeType: (queryClient: QueryClient, id: string | number) => void;
|
|
278
|
+
/** Remove corsSetting from cache */ readonly corsSetting: (queryClient: QueryClient, id: string | number) => void;
|
|
279
|
+
/** Remove database from cache */ readonly database: (queryClient: QueryClient, id: string | number) => void;
|
|
280
|
+
/** Remove databaseSetting from cache */ readonly databaseSetting: (queryClient: QueryClient, id: string | number) => void;
|
|
281
|
+
/** Remove databaseTransfer from cache */ readonly databaseTransfer: (queryClient: QueryClient, id: string | number) => void;
|
|
282
|
+
/** Remove defaultPrivilege from cache */ readonly defaultPrivilege: (queryClient: QueryClient, id: string | number) => void;
|
|
283
|
+
/** Remove domain from cache */ readonly domain: (queryClient: QueryClient, id: string | number) => void;
|
|
284
|
+
/** Remove embeddingChunk from cache */ readonly embeddingChunk: (queryClient: QueryClient, id: string | number) => void;
|
|
285
|
+
/** Remove enum from cache */ readonly enum: (queryClient: QueryClient, id: string | number) => void;
|
|
274
286
|
/** Remove field from cache */ readonly field: (queryClient: QueryClient, id: string | number) => void;
|
|
275
|
-
/** Remove spatialRelation from cache */ readonly spatialRelation: (queryClient: QueryClient, id: string | number) => void;
|
|
276
287
|
/** Remove foreignKeyConstraint from cache */ readonly foreignKeyConstraint: (queryClient: QueryClient, id: string | number) => void;
|
|
277
288
|
/** Remove fullTextSearch from cache */ readonly fullTextSearch: (queryClient: QueryClient, id: string | number) => void;
|
|
289
|
+
/** Remove function from cache */ readonly function: (queryClient: QueryClient, id: string | number) => void;
|
|
278
290
|
/** Remove index from cache */ readonly index: (queryClient: QueryClient, id: string | number) => void;
|
|
291
|
+
/** Remove migrateFile from cache */ readonly migrateFile: (queryClient: QueryClient, id: string | number) => void;
|
|
292
|
+
/** Remove nodeTypeRegistry from cache */ readonly nodeTypeRegistry: (queryClient: QueryClient, id: string | number) => void;
|
|
293
|
+
/** Remove partition from cache */ readonly partition: (queryClient: QueryClient, id: string | number) => void;
|
|
279
294
|
/** Remove policy from cache */ readonly policy: (queryClient: QueryClient, id: string | number) => void;
|
|
280
295
|
/** Remove primaryKeyConstraint from cache */ readonly primaryKeyConstraint: (queryClient: QueryClient, id: string | number) => void;
|
|
296
|
+
/** Remove pubkeySetting from cache */ readonly pubkeySetting: (queryClient: QueryClient, id: string | number) => void;
|
|
297
|
+
/** Remove rlsSetting from cache */ readonly rlsSetting: (queryClient: QueryClient, id: string | number) => void;
|
|
298
|
+
/** Remove schema from cache */ readonly schema: (queryClient: QueryClient, id: string | number) => void;
|
|
299
|
+
/** Remove schemaGrant from cache */ readonly schemaGrant: (queryClient: QueryClient, id: string | number) => void;
|
|
300
|
+
/** Remove site from cache */ readonly site: (queryClient: QueryClient, id: string | number) => void;
|
|
301
|
+
/** Remove siteMetadatum from cache */ readonly siteMetadatum: (queryClient: QueryClient, id: string | number) => void;
|
|
302
|
+
/** Remove siteModule from cache */ readonly siteModule: (queryClient: QueryClient, id: string | number) => void;
|
|
303
|
+
/** Remove siteTheme from cache */ readonly siteTheme: (queryClient: QueryClient, id: string | number) => void;
|
|
304
|
+
/** Remove spatialRelation from cache */ readonly spatialRelation: (queryClient: QueryClient, id: string | number) => void;
|
|
305
|
+
/** Remove sqlAction from cache */ readonly sqlAction: (queryClient: QueryClient, id: string | number) => void;
|
|
306
|
+
/** Remove table from cache */ readonly table: (queryClient: QueryClient, id: string | number) => void;
|
|
281
307
|
/** Remove tableGrant from cache */ readonly tableGrant: (queryClient: QueryClient, id: string | number) => void;
|
|
282
308
|
/** Remove trigger from cache */ readonly trigger: (queryClient: QueryClient, id: string | number) => void;
|
|
309
|
+
/** Remove triggerFunction from cache */ readonly triggerFunction: (queryClient: QueryClient, id: string | number) => void;
|
|
283
310
|
/** Remove uniqueConstraint from cache */ readonly uniqueConstraint: (queryClient: QueryClient, id: string | number) => void;
|
|
284
311
|
/** Remove view from cache */ readonly view: (queryClient: QueryClient, id: string | number) => void;
|
|
285
|
-
/** Remove viewTable from cache */ readonly viewTable: (queryClient: QueryClient, id: string | number) => void;
|
|
286
312
|
/** Remove viewGrant from cache */ readonly viewGrant: (queryClient: QueryClient, id: string | number) => void;
|
|
287
313
|
/** Remove viewRule from cache */ readonly viewRule: (queryClient: QueryClient, id: string | number) => void;
|
|
288
|
-
/** Remove
|
|
289
|
-
/** Remove schemaGrant from cache */ readonly schemaGrant: (queryClient: QueryClient, id: string | number) => void;
|
|
290
|
-
/** Remove defaultPrivilege from cache */ readonly defaultPrivilege: (queryClient: QueryClient, id: string | number) => void;
|
|
291
|
-
/** Remove enum from cache */ readonly enum: (queryClient: QueryClient, id: string | number) => void;
|
|
292
|
-
/** Remove compositeType from cache */ readonly compositeType: (queryClient: QueryClient, id: string | number) => void;
|
|
293
|
-
/** Remove apiSchema from cache */ readonly apiSchema: (queryClient: QueryClient, id: string | number) => void;
|
|
294
|
-
/** Remove apiModule from cache */ readonly apiModule: (queryClient: QueryClient, id: string | number) => void;
|
|
295
|
-
/** Remove domain from cache */ readonly domain: (queryClient: QueryClient, id: string | number) => void;
|
|
296
|
-
/** Remove siteMetadatum from cache */ readonly siteMetadatum: (queryClient: QueryClient, id: string | number) => void;
|
|
297
|
-
/** Remove siteModule from cache */ readonly siteModule: (queryClient: QueryClient, id: string | number) => void;
|
|
298
|
-
/** Remove siteTheme from cache */ readonly siteTheme: (queryClient: QueryClient, id: string | number) => void;
|
|
299
|
-
/** Remove corsSetting from cache */ readonly corsSetting: (queryClient: QueryClient, id: string | number) => void;
|
|
300
|
-
/** Remove triggerFunction from cache */ readonly triggerFunction: (queryClient: QueryClient, id: string | number) => void;
|
|
301
|
-
/** Remove partition from cache */ readonly partition: (queryClient: QueryClient, id: string | number) => void;
|
|
302
|
-
/** Remove databaseTransfer from cache */ readonly databaseTransfer: (queryClient: QueryClient, id: string | number) => void;
|
|
303
|
-
/** Remove api from cache */ readonly api: (queryClient: QueryClient, id: string | number) => void;
|
|
304
|
-
/** Remove site from cache */ readonly site: (queryClient: QueryClient, id: string | number) => void;
|
|
305
|
-
/** Remove app from cache */ readonly app: (queryClient: QueryClient, id: string | number) => void;
|
|
306
|
-
/** Remove apiSetting from cache */ readonly apiSetting: (queryClient: QueryClient, id: string | number) => void;
|
|
307
|
-
/** Remove migrateFile from cache */ readonly migrateFile: (queryClient: QueryClient, id: string | number) => void;
|
|
308
|
-
/** Remove nodeTypeRegistry from cache */ readonly nodeTypeRegistry: (queryClient: QueryClient, id: string | number) => void;
|
|
309
|
-
/** Remove pubkeySetting from cache */ readonly pubkeySetting: (queryClient: QueryClient, id: string | number) => void;
|
|
310
|
-
/** Remove database from cache */ readonly database: (queryClient: QueryClient, id: string | number) => void;
|
|
311
|
-
/** Remove rlsSetting from cache */ readonly rlsSetting: (queryClient: QueryClient, id: string | number) => void;
|
|
312
|
-
/** Remove sqlAction from cache */ readonly sqlAction: (queryClient: QueryClient, id: string | number) => void;
|
|
313
|
-
/** Remove databaseSetting from cache */ readonly databaseSetting: (queryClient: QueryClient, id: string | number) => void;
|
|
314
|
-
/** Remove astMigration from cache */ readonly astMigration: (queryClient: QueryClient, id: string | number) => void;
|
|
314
|
+
/** Remove viewTable from cache */ readonly viewTable: (queryClient: QueryClient, id: string | number) => void;
|
|
315
315
|
/** Remove webauthnSetting from cache */ readonly webauthnSetting: (queryClient: QueryClient, id: string | number) => void;
|
|
316
316
|
};
|