@constructive-io/react 0.28.3 → 0.29.1
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,335 +24,335 @@ 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 agentModule queries */ readonly agentModule: {
|
|
28
|
+
/** Invalidate all agentModule queries */ readonly all: (queryClient: QueryClient) => Promise<void>;
|
|
29
|
+
/** Invalidate agentModule list queries */ readonly lists: (queryClient: QueryClient) => Promise<void>;
|
|
30
|
+
/** Invalidate a specific agentModule */ readonly detail: (queryClient: QueryClient, id: string | number) => Promise<void>;
|
|
31
31
|
};
|
|
32
|
-
/** Invalidate
|
|
33
|
-
/** Invalidate all
|
|
34
|
-
/** Invalidate
|
|
35
|
-
/** Invalidate a specific
|
|
32
|
+
/** Invalidate billingModule queries */ readonly billingModule: {
|
|
33
|
+
/** Invalidate all billingModule queries */ readonly all: (queryClient: QueryClient) => Promise<void>;
|
|
34
|
+
/** Invalidate billingModule list queries */ readonly lists: (queryClient: QueryClient) => Promise<void>;
|
|
35
|
+
/** Invalidate a specific billingModule */ readonly detail: (queryClient: QueryClient, id: string | number) => Promise<void>;
|
|
36
36
|
};
|
|
37
|
-
/** Invalidate
|
|
38
|
-
/** Invalidate all
|
|
39
|
-
/** Invalidate
|
|
40
|
-
/** Invalidate a specific
|
|
37
|
+
/** Invalidate billingProviderModule queries */ readonly billingProviderModule: {
|
|
38
|
+
/** Invalidate all billingProviderModule queries */ readonly all: (queryClient: QueryClient) => Promise<void>;
|
|
39
|
+
/** Invalidate billingProviderModule list queries */ readonly lists: (queryClient: QueryClient) => Promise<void>;
|
|
40
|
+
/** Invalidate a specific billingProviderModule */ readonly detail: (queryClient: QueryClient, id: string | number) => Promise<void>;
|
|
41
41
|
};
|
|
42
|
-
/** Invalidate
|
|
43
|
-
/** Invalidate all
|
|
44
|
-
/** Invalidate
|
|
45
|
-
/** Invalidate a specific
|
|
42
|
+
/** Invalidate blueprint queries */ readonly blueprint: {
|
|
43
|
+
/** Invalidate all blueprint queries */ readonly all: (queryClient: QueryClient) => Promise<void>;
|
|
44
|
+
/** Invalidate blueprint list queries */ readonly lists: (queryClient: QueryClient) => Promise<void>;
|
|
45
|
+
/** Invalidate a specific blueprint */ readonly detail: (queryClient: QueryClient, id: string | number) => Promise<void>;
|
|
46
46
|
};
|
|
47
|
-
/** Invalidate
|
|
48
|
-
/** Invalidate all
|
|
49
|
-
/** Invalidate
|
|
50
|
-
/** Invalidate a specific
|
|
47
|
+
/** Invalidate blueprintConstruction queries */ readonly blueprintConstruction: {
|
|
48
|
+
/** Invalidate all blueprintConstruction queries */ readonly all: (queryClient: QueryClient) => Promise<void>;
|
|
49
|
+
/** Invalidate blueprintConstruction list queries */ readonly lists: (queryClient: QueryClient) => Promise<void>;
|
|
50
|
+
/** Invalidate a specific blueprintConstruction */ readonly detail: (queryClient: QueryClient, id: string | number) => Promise<void>;
|
|
51
51
|
};
|
|
52
|
-
/** Invalidate
|
|
53
|
-
/** Invalidate all
|
|
54
|
-
/** Invalidate
|
|
55
|
-
/** Invalidate a specific
|
|
52
|
+
/** Invalidate blueprintTemplate queries */ readonly blueprintTemplate: {
|
|
53
|
+
/** Invalidate all blueprintTemplate queries */ readonly all: (queryClient: QueryClient) => Promise<void>;
|
|
54
|
+
/** Invalidate blueprintTemplate list queries */ readonly lists: (queryClient: QueryClient) => Promise<void>;
|
|
55
|
+
/** Invalidate a specific blueprintTemplate */ readonly detail: (queryClient: QueryClient, id: string | number) => Promise<void>;
|
|
56
56
|
};
|
|
57
|
-
/** Invalidate
|
|
58
|
-
/** Invalidate all
|
|
59
|
-
/** Invalidate
|
|
60
|
-
/** Invalidate a specific
|
|
57
|
+
/** Invalidate computeLogModule queries */ readonly computeLogModule: {
|
|
58
|
+
/** Invalidate all computeLogModule queries */ readonly all: (queryClient: QueryClient) => Promise<void>;
|
|
59
|
+
/** Invalidate computeLogModule list queries */ readonly lists: (queryClient: QueryClient) => Promise<void>;
|
|
60
|
+
/** Invalidate a specific computeLogModule */ readonly detail: (queryClient: QueryClient, id: string | number) => Promise<void>;
|
|
61
61
|
};
|
|
62
|
-
/** Invalidate
|
|
63
|
-
/** Invalidate all
|
|
64
|
-
/** Invalidate
|
|
65
|
-
/** Invalidate a specific
|
|
62
|
+
/** Invalidate configSecretsUserModule queries */ readonly configSecretsUserModule: {
|
|
63
|
+
/** Invalidate all configSecretsUserModule queries */ readonly all: (queryClient: QueryClient) => Promise<void>;
|
|
64
|
+
/** Invalidate configSecretsUserModule list queries */ readonly lists: (queryClient: QueryClient) => Promise<void>;
|
|
65
|
+
/** Invalidate a specific configSecretsUserModule */ readonly detail: (queryClient: QueryClient, id: string | number) => Promise<void>;
|
|
66
66
|
};
|
|
67
67
|
/** Invalidate connectedAccountsModule queries */ readonly connectedAccountsModule: {
|
|
68
68
|
/** Invalidate all connectedAccountsModule queries */ readonly all: (queryClient: QueryClient) => Promise<void>;
|
|
69
69
|
/** Invalidate connectedAccountsModule list queries */ readonly lists: (queryClient: QueryClient) => Promise<void>;
|
|
70
70
|
/** Invalidate a specific connectedAccountsModule */ readonly detail: (queryClient: QueryClient, id: string | number) => Promise<void>;
|
|
71
71
|
};
|
|
72
|
-
/** Invalidate emailsModule queries */ readonly emailsModule: {
|
|
73
|
-
/** Invalidate all emailsModule queries */ readonly all: (queryClient: QueryClient) => Promise<void>;
|
|
74
|
-
/** Invalidate emailsModule list queries */ readonly lists: (queryClient: QueryClient) => Promise<void>;
|
|
75
|
-
/** Invalidate a specific emailsModule */ readonly detail: (queryClient: QueryClient, id: string | number) => Promise<void>;
|
|
76
|
-
};
|
|
77
|
-
/** Invalidate phoneNumbersModule queries */ readonly phoneNumbersModule: {
|
|
78
|
-
/** Invalidate all phoneNumbersModule queries */ readonly all: (queryClient: QueryClient) => Promise<void>;
|
|
79
|
-
/** Invalidate phoneNumbersModule list queries */ readonly lists: (queryClient: QueryClient) => Promise<void>;
|
|
80
|
-
/** Invalidate a specific phoneNumbersModule */ readonly detail: (queryClient: QueryClient, id: string | number) => Promise<void>;
|
|
81
|
-
};
|
|
82
|
-
/** Invalidate rateLimitsModule queries */ readonly rateLimitsModule: {
|
|
83
|
-
/** Invalidate all rateLimitsModule queries */ readonly all: (queryClient: QueryClient) => Promise<void>;
|
|
84
|
-
/** Invalidate rateLimitsModule list queries */ readonly lists: (queryClient: QueryClient) => Promise<void>;
|
|
85
|
-
/** Invalidate a specific rateLimitsModule */ readonly detail: (queryClient: QueryClient, id: string | number) => Promise<void>;
|
|
86
|
-
};
|
|
87
|
-
/** Invalidate usersModule queries */ readonly usersModule: {
|
|
88
|
-
/** Invalidate all usersModule queries */ readonly all: (queryClient: QueryClient) => Promise<void>;
|
|
89
|
-
/** Invalidate usersModule list queries */ readonly lists: (queryClient: QueryClient) => Promise<void>;
|
|
90
|
-
/** Invalidate a specific usersModule */ readonly detail: (queryClient: QueryClient, id: string | number) => Promise<void>;
|
|
91
|
-
};
|
|
92
|
-
/** Invalidate webauthnCredentialsModule queries */ readonly webauthnCredentialsModule: {
|
|
93
|
-
/** Invalidate all webauthnCredentialsModule queries */ readonly all: (queryClient: QueryClient) => Promise<void>;
|
|
94
|
-
/** Invalidate webauthnCredentialsModule list queries */ readonly lists: (queryClient: QueryClient) => Promise<void>;
|
|
95
|
-
/** Invalidate a specific webauthnCredentialsModule */ readonly detail: (queryClient: QueryClient, id: string | number) => Promise<void>;
|
|
96
|
-
};
|
|
97
|
-
/** Invalidate configSecretsUserModule queries */ readonly configSecretsUserModule: {
|
|
98
|
-
/** Invalidate all configSecretsUserModule queries */ readonly all: (queryClient: QueryClient) => Promise<void>;
|
|
99
|
-
/** Invalidate configSecretsUserModule list queries */ readonly lists: (queryClient: QueryClient) => Promise<void>;
|
|
100
|
-
/** Invalidate a specific configSecretsUserModule */ readonly detail: (queryClient: QueryClient, id: string | number) => Promise<void>;
|
|
101
|
-
};
|
|
102
72
|
/** Invalidate cryptoAddressesModule queries */ readonly cryptoAddressesModule: {
|
|
103
73
|
/** Invalidate all cryptoAddressesModule queries */ readonly all: (queryClient: QueryClient) => Promise<void>;
|
|
104
74
|
/** Invalidate cryptoAddressesModule list queries */ readonly lists: (queryClient: QueryClient) => Promise<void>;
|
|
105
75
|
/** Invalidate a specific cryptoAddressesModule */ readonly detail: (queryClient: QueryClient, id: string | number) => Promise<void>;
|
|
106
76
|
};
|
|
107
|
-
/** Invalidate denormalizedTableField queries */ readonly denormalizedTableField: {
|
|
108
|
-
/** Invalidate all denormalizedTableField queries */ readonly all: (queryClient: QueryClient) => Promise<void>;
|
|
109
|
-
/** Invalidate denormalizedTableField list queries */ readonly lists: (queryClient: QueryClient) => Promise<void>;
|
|
110
|
-
/** Invalidate a specific denormalizedTableField */ readonly detail: (queryClient: QueryClient, id: string | number) => Promise<void>;
|
|
111
|
-
};
|
|
112
|
-
/** Invalidate rlsModule queries */ readonly rlsModule: {
|
|
113
|
-
/** Invalidate all rlsModule queries */ readonly all: (queryClient: QueryClient) => Promise<void>;
|
|
114
|
-
/** Invalidate rlsModule list queries */ readonly lists: (queryClient: QueryClient) => Promise<void>;
|
|
115
|
-
/** Invalidate a specific rlsModule */ readonly detail: (queryClient: QueryClient, id: string | number) => Promise<void>;
|
|
116
|
-
};
|
|
117
|
-
/** Invalidate blueprint queries */ readonly blueprint: {
|
|
118
|
-
/** Invalidate all blueprint queries */ readonly all: (queryClient: QueryClient) => Promise<void>;
|
|
119
|
-
/** Invalidate blueprint list queries */ readonly lists: (queryClient: QueryClient) => Promise<void>;
|
|
120
|
-
/** Invalidate a specific blueprint */ readonly detail: (queryClient: QueryClient, id: string | number) => Promise<void>;
|
|
121
|
-
};
|
|
122
|
-
/** Invalidate blueprintTemplate queries */ readonly blueprintTemplate: {
|
|
123
|
-
/** Invalidate all blueprintTemplate queries */ readonly all: (queryClient: QueryClient) => Promise<void>;
|
|
124
|
-
/** Invalidate blueprintTemplate list queries */ readonly lists: (queryClient: QueryClient) => Promise<void>;
|
|
125
|
-
/** Invalidate a specific blueprintTemplate */ readonly detail: (queryClient: QueryClient, id: string | number) => Promise<void>;
|
|
126
|
-
};
|
|
127
|
-
/** Invalidate blueprintConstruction queries */ readonly blueprintConstruction: {
|
|
128
|
-
/** Invalidate all blueprintConstruction queries */ readonly all: (queryClient: QueryClient) => Promise<void>;
|
|
129
|
-
/** Invalidate blueprintConstruction list queries */ readonly lists: (queryClient: QueryClient) => Promise<void>;
|
|
130
|
-
/** Invalidate a specific blueprintConstruction */ readonly detail: (queryClient: QueryClient, id: string | number) => Promise<void>;
|
|
131
|
-
};
|
|
132
77
|
/** Invalidate cryptoAuthModule queries */ readonly cryptoAuthModule: {
|
|
133
78
|
/** Invalidate all cryptoAuthModule queries */ readonly all: (queryClient: QueryClient) => Promise<void>;
|
|
134
79
|
/** Invalidate cryptoAuthModule list queries */ readonly lists: (queryClient: QueryClient) => Promise<void>;
|
|
135
80
|
/** Invalidate a specific cryptoAuthModule */ readonly detail: (queryClient: QueryClient, id: string | number) => Promise<void>;
|
|
136
81
|
};
|
|
137
|
-
/** Invalidate
|
|
138
|
-
/** Invalidate all
|
|
139
|
-
/** Invalidate
|
|
140
|
-
/** Invalidate a specific
|
|
141
|
-
};
|
|
142
|
-
/** Invalidate secureTableProvision queries */ readonly secureTableProvision: {
|
|
143
|
-
/** Invalidate all secureTableProvision queries */ readonly all: (queryClient: QueryClient) => Promise<void>;
|
|
144
|
-
/** Invalidate secureTableProvision list queries */ readonly lists: (queryClient: QueryClient) => Promise<void>;
|
|
145
|
-
/** Invalidate a specific secureTableProvision */ readonly detail: (queryClient: QueryClient, id: string | number) => Promise<void>;
|
|
146
|
-
};
|
|
147
|
-
/** Invalidate identityProvidersModule queries */ readonly identityProvidersModule: {
|
|
148
|
-
/** Invalidate all identityProvidersModule queries */ readonly all: (queryClient: QueryClient) => Promise<void>;
|
|
149
|
-
/** Invalidate identityProvidersModule list queries */ readonly lists: (queryClient: QueryClient) => Promise<void>;
|
|
150
|
-
/** Invalidate a specific identityProvidersModule */ readonly detail: (queryClient: QueryClient, id: string | number) => Promise<void>;
|
|
151
|
-
};
|
|
152
|
-
/** Invalidate integrationProvidersModule queries */ readonly integrationProvidersModule: {
|
|
153
|
-
/** Invalidate all integrationProvidersModule queries */ readonly all: (queryClient: QueryClient) => Promise<void>;
|
|
154
|
-
/** Invalidate integrationProvidersModule list queries */ readonly lists: (queryClient: QueryClient) => Promise<void>;
|
|
155
|
-
/** Invalidate a specific integrationProvidersModule */ readonly detail: (queryClient: QueryClient, id: string | number) => Promise<void>;
|
|
82
|
+
/** Invalidate databaseProvisionModule queries */ readonly databaseProvisionModule: {
|
|
83
|
+
/** Invalidate all databaseProvisionModule queries */ readonly all: (queryClient: QueryClient) => Promise<void>;
|
|
84
|
+
/** Invalidate databaseProvisionModule list queries */ readonly lists: (queryClient: QueryClient) => Promise<void>;
|
|
85
|
+
/** Invalidate a specific databaseProvisionModule */ readonly detail: (queryClient: QueryClient, id: string | number) => Promise<void>;
|
|
156
86
|
};
|
|
157
87
|
/** Invalidate dbPoolConfig queries */ readonly dbPoolConfig: {
|
|
158
88
|
/** Invalidate all dbPoolConfig queries */ readonly all: (queryClient: QueryClient) => Promise<void>;
|
|
159
89
|
/** Invalidate dbPoolConfig list queries */ readonly lists: (queryClient: QueryClient) => Promise<void>;
|
|
160
90
|
/** Invalidate a specific dbPoolConfig */ readonly detail: (queryClient: QueryClient, id: string | number) => Promise<void>;
|
|
161
91
|
};
|
|
162
|
-
/** Invalidate
|
|
163
|
-
/** Invalidate all
|
|
164
|
-
/** Invalidate
|
|
165
|
-
/** Invalidate a specific
|
|
166
|
-
};
|
|
167
|
-
/** Invalidate infraSecretsModule queries */ readonly infraSecretsModule: {
|
|
168
|
-
/** Invalidate all infraSecretsModule queries */ readonly all: (queryClient: QueryClient) => Promise<void>;
|
|
169
|
-
/** Invalidate infraSecretsModule list queries */ readonly lists: (queryClient: QueryClient) => Promise<void>;
|
|
170
|
-
/** Invalidate a specific infraSecretsModule */ readonly detail: (queryClient: QueryClient, id: string | number) => Promise<void>;
|
|
171
|
-
};
|
|
172
|
-
/** Invalidate internalSecretsModule queries */ readonly internalSecretsModule: {
|
|
173
|
-
/** Invalidate all internalSecretsModule queries */ readonly all: (queryClient: QueryClient) => Promise<void>;
|
|
174
|
-
/** Invalidate internalSecretsModule list queries */ readonly lists: (queryClient: QueryClient) => Promise<void>;
|
|
175
|
-
/** Invalidate a specific internalSecretsModule */ readonly detail: (queryClient: QueryClient, id: string | number) => Promise<void>;
|
|
92
|
+
/** Invalidate dbPool queries */ readonly dbPool: {
|
|
93
|
+
/** Invalidate all dbPool queries */ readonly all: (queryClient: QueryClient) => Promise<void>;
|
|
94
|
+
/** Invalidate dbPool list queries */ readonly lists: (queryClient: QueryClient) => Promise<void>;
|
|
95
|
+
/** Invalidate a specific dbPool */ readonly detail: (queryClient: QueryClient, id: string | number) => Promise<void>;
|
|
176
96
|
};
|
|
177
97
|
/** Invalidate dbPresetModule queries */ readonly dbPresetModule: {
|
|
178
98
|
/** Invalidate all dbPresetModule queries */ readonly all: (queryClient: QueryClient) => Promise<void>;
|
|
179
99
|
/** Invalidate dbPresetModule list queries */ readonly lists: (queryClient: QueryClient) => Promise<void>;
|
|
180
100
|
/** Invalidate a specific dbPresetModule */ readonly detail: (queryClient: QueryClient, id: string | number) => Promise<void>;
|
|
181
101
|
};
|
|
182
|
-
/** Invalidate
|
|
183
|
-
/** Invalidate all
|
|
184
|
-
/** Invalidate
|
|
185
|
-
/** Invalidate a specific
|
|
186
|
-
};
|
|
187
|
-
/** Invalidate rateLimitMetersModule queries */ readonly rateLimitMetersModule: {
|
|
188
|
-
/** Invalidate all rateLimitMetersModule queries */ readonly all: (queryClient: QueryClient) => Promise<void>;
|
|
189
|
-
/** Invalidate rateLimitMetersModule list queries */ readonly lists: (queryClient: QueryClient) => Promise<void>;
|
|
190
|
-
/** Invalidate a specific rateLimitMetersModule */ readonly detail: (queryClient: QueryClient, id: string | number) => Promise<void>;
|
|
102
|
+
/** Invalidate dbUsageModule queries */ readonly dbUsageModule: {
|
|
103
|
+
/** Invalidate all dbUsageModule queries */ readonly all: (queryClient: QueryClient) => Promise<void>;
|
|
104
|
+
/** Invalidate dbUsageModule list queries */ readonly lists: (queryClient: QueryClient) => Promise<void>;
|
|
105
|
+
/** Invalidate a specific dbUsageModule */ readonly detail: (queryClient: QueryClient, id: string | number) => Promise<void>;
|
|
191
106
|
};
|
|
192
|
-
/** Invalidate
|
|
193
|
-
/** Invalidate all
|
|
194
|
-
/** Invalidate
|
|
195
|
-
/** Invalidate a specific
|
|
107
|
+
/** Invalidate defaultIdsModule queries */ readonly defaultIdsModule: {
|
|
108
|
+
/** Invalidate all defaultIdsModule queries */ readonly all: (queryClient: QueryClient) => Promise<void>;
|
|
109
|
+
/** Invalidate defaultIdsModule list queries */ readonly lists: (queryClient: QueryClient) => Promise<void>;
|
|
110
|
+
/** Invalidate a specific defaultIdsModule */ readonly detail: (queryClient: QueryClient, id: string | number) => Promise<void>;
|
|
196
111
|
};
|
|
197
|
-
/** Invalidate
|
|
198
|
-
/** Invalidate all
|
|
199
|
-
/** Invalidate
|
|
200
|
-
/** Invalidate a specific
|
|
112
|
+
/** Invalidate denormalizedTableField queries */ readonly denormalizedTableField: {
|
|
113
|
+
/** Invalidate all denormalizedTableField queries */ readonly all: (queryClient: QueryClient) => Promise<void>;
|
|
114
|
+
/** Invalidate denormalizedTableField list queries */ readonly lists: (queryClient: QueryClient) => Promise<void>;
|
|
115
|
+
/** Invalidate a specific denormalizedTableField */ readonly detail: (queryClient: QueryClient, id: string | number) => Promise<void>;
|
|
201
116
|
};
|
|
202
|
-
/** Invalidate
|
|
203
|
-
/** Invalidate all
|
|
204
|
-
/** Invalidate
|
|
205
|
-
/** Invalidate a specific
|
|
117
|
+
/** Invalidate devicesModule queries */ readonly devicesModule: {
|
|
118
|
+
/** Invalidate all devicesModule queries */ readonly all: (queryClient: QueryClient) => Promise<void>;
|
|
119
|
+
/** Invalidate devicesModule list queries */ readonly lists: (queryClient: QueryClient) => Promise<void>;
|
|
120
|
+
/** Invalidate a specific devicesModule */ readonly detail: (queryClient: QueryClient, id: string | number) => Promise<void>;
|
|
206
121
|
};
|
|
207
|
-
/** Invalidate
|
|
208
|
-
/** Invalidate all
|
|
209
|
-
/** Invalidate
|
|
210
|
-
/** Invalidate a specific
|
|
122
|
+
/** Invalidate emailsModule queries */ readonly emailsModule: {
|
|
123
|
+
/** Invalidate all emailsModule queries */ readonly all: (queryClient: QueryClient) => Promise<void>;
|
|
124
|
+
/** Invalidate emailsModule list queries */ readonly lists: (queryClient: QueryClient) => Promise<void>;
|
|
125
|
+
/** Invalidate a specific emailsModule */ readonly detail: (queryClient: QueryClient, id: string | number) => Promise<void>;
|
|
211
126
|
};
|
|
212
|
-
/** Invalidate
|
|
213
|
-
/** Invalidate all
|
|
214
|
-
/** Invalidate
|
|
215
|
-
/** Invalidate a specific
|
|
127
|
+
/** Invalidate entityTypeProvision queries */ readonly entityTypeProvision: {
|
|
128
|
+
/** Invalidate all entityTypeProvision queries */ readonly all: (queryClient: QueryClient) => Promise<void>;
|
|
129
|
+
/** Invalidate entityTypeProvision list queries */ readonly lists: (queryClient: QueryClient) => Promise<void>;
|
|
130
|
+
/** Invalidate a specific entityTypeProvision */ readonly detail: (queryClient: QueryClient, id: string | number) => Promise<void>;
|
|
216
131
|
};
|
|
217
|
-
/** Invalidate
|
|
218
|
-
/** Invalidate all
|
|
219
|
-
/** Invalidate
|
|
220
|
-
/** Invalidate a specific
|
|
132
|
+
/** Invalidate eventsModule queries */ readonly eventsModule: {
|
|
133
|
+
/** Invalidate all eventsModule queries */ readonly all: (queryClient: QueryClient) => Promise<void>;
|
|
134
|
+
/** Invalidate eventsModule list queries */ readonly lists: (queryClient: QueryClient) => Promise<void>;
|
|
135
|
+
/** Invalidate a specific eventsModule */ readonly detail: (queryClient: QueryClient, id: string | number) => Promise<void>;
|
|
221
136
|
};
|
|
222
|
-
/** Invalidate
|
|
223
|
-
/** Invalidate all
|
|
224
|
-
/** Invalidate
|
|
225
|
-
/** Invalidate a specific
|
|
137
|
+
/** Invalidate functionDeploymentModule queries */ readonly functionDeploymentModule: {
|
|
138
|
+
/** Invalidate all functionDeploymentModule queries */ readonly all: (queryClient: QueryClient) => Promise<void>;
|
|
139
|
+
/** Invalidate functionDeploymentModule list queries */ readonly lists: (queryClient: QueryClient) => Promise<void>;
|
|
140
|
+
/** Invalidate a specific functionDeploymentModule */ readonly detail: (queryClient: QueryClient, id: string | number) => Promise<void>;
|
|
226
141
|
};
|
|
227
142
|
/** Invalidate functionInvocationModule queries */ readonly functionInvocationModule: {
|
|
228
143
|
/** Invalidate all functionInvocationModule queries */ readonly all: (queryClient: QueryClient) => Promise<void>;
|
|
229
144
|
/** Invalidate functionInvocationModule list queries */ readonly lists: (queryClient: QueryClient) => Promise<void>;
|
|
230
145
|
/** Invalidate a specific functionInvocationModule */ readonly detail: (queryClient: QueryClient, id: string | number) => Promise<void>;
|
|
231
146
|
};
|
|
232
|
-
/** Invalidate
|
|
233
|
-
/** Invalidate all
|
|
234
|
-
/** Invalidate
|
|
235
|
-
/** Invalidate a specific
|
|
147
|
+
/** Invalidate functionModule queries */ readonly functionModule: {
|
|
148
|
+
/** Invalidate all functionModule queries */ readonly all: (queryClient: QueryClient) => Promise<void>;
|
|
149
|
+
/** Invalidate functionModule list queries */ readonly lists: (queryClient: QueryClient) => Promise<void>;
|
|
150
|
+
/** Invalidate a specific functionModule */ readonly detail: (queryClient: QueryClient, id: string | number) => Promise<void>;
|
|
236
151
|
};
|
|
237
|
-
/** Invalidate
|
|
238
|
-
/** Invalidate all
|
|
239
|
-
/** Invalidate
|
|
240
|
-
/** Invalidate a specific
|
|
152
|
+
/** Invalidate graphExecutionModule queries */ readonly graphExecutionModule: {
|
|
153
|
+
/** Invalidate all graphExecutionModule queries */ readonly all: (queryClient: QueryClient) => Promise<void>;
|
|
154
|
+
/** Invalidate graphExecutionModule list queries */ readonly lists: (queryClient: QueryClient) => Promise<void>;
|
|
155
|
+
/** Invalidate a specific graphExecutionModule */ readonly detail: (queryClient: QueryClient, id: string | number) => Promise<void>;
|
|
241
156
|
};
|
|
242
|
-
/** Invalidate
|
|
243
|
-
/** Invalidate all
|
|
244
|
-
/** Invalidate
|
|
245
|
-
/** Invalidate a specific
|
|
157
|
+
/** Invalidate graphModule queries */ readonly graphModule: {
|
|
158
|
+
/** Invalidate all graphModule queries */ readonly all: (queryClient: QueryClient) => Promise<void>;
|
|
159
|
+
/** Invalidate graphModule list queries */ readonly lists: (queryClient: QueryClient) => Promise<void>;
|
|
160
|
+
/** Invalidate a specific graphModule */ readonly detail: (queryClient: QueryClient, id: string | number) => Promise<void>;
|
|
246
161
|
};
|
|
247
|
-
/** Invalidate
|
|
248
|
-
/** Invalidate all
|
|
249
|
-
/** Invalidate
|
|
250
|
-
/** Invalidate a specific
|
|
162
|
+
/** Invalidate hierarchyModule queries */ readonly hierarchyModule: {
|
|
163
|
+
/** Invalidate all hierarchyModule queries */ readonly all: (queryClient: QueryClient) => Promise<void>;
|
|
164
|
+
/** Invalidate hierarchyModule list queries */ readonly lists: (queryClient: QueryClient) => Promise<void>;
|
|
165
|
+
/** Invalidate a specific hierarchyModule */ readonly detail: (queryClient: QueryClient, id: string | number) => Promise<void>;
|
|
166
|
+
};
|
|
167
|
+
/** Invalidate i18NModule queries */ readonly i18NModule: {
|
|
168
|
+
/** Invalidate all i18NModule queries */ readonly all: (queryClient: QueryClient) => Promise<void>;
|
|
169
|
+
/** Invalidate i18NModule list queries */ readonly lists: (queryClient: QueryClient) => Promise<void>;
|
|
170
|
+
/** Invalidate a specific i18NModule */ readonly detail: (queryClient: QueryClient, id: string | number) => Promise<void>;
|
|
171
|
+
};
|
|
172
|
+
/** Invalidate identityProvidersModule queries */ readonly identityProvidersModule: {
|
|
173
|
+
/** Invalidate all identityProvidersModule queries */ readonly all: (queryClient: QueryClient) => Promise<void>;
|
|
174
|
+
/** Invalidate identityProvidersModule list queries */ readonly lists: (queryClient: QueryClient) => Promise<void>;
|
|
175
|
+
/** Invalidate a specific identityProvidersModule */ readonly detail: (queryClient: QueryClient, id: string | number) => Promise<void>;
|
|
251
176
|
};
|
|
252
177
|
/** Invalidate inferenceLogModule queries */ readonly inferenceLogModule: {
|
|
253
178
|
/** Invalidate all inferenceLogModule queries */ readonly all: (queryClient: QueryClient) => Promise<void>;
|
|
254
179
|
/** Invalidate inferenceLogModule list queries */ readonly lists: (queryClient: QueryClient) => Promise<void>;
|
|
255
180
|
/** Invalidate a specific inferenceLogModule */ readonly detail: (queryClient: QueryClient, id: string | number) => Promise<void>;
|
|
256
181
|
};
|
|
257
|
-
/** Invalidate
|
|
258
|
-
/** Invalidate all
|
|
259
|
-
/** Invalidate
|
|
260
|
-
/** Invalidate a specific
|
|
182
|
+
/** Invalidate infraConfigModule queries */ readonly infraConfigModule: {
|
|
183
|
+
/** Invalidate all infraConfigModule queries */ readonly all: (queryClient: QueryClient) => Promise<void>;
|
|
184
|
+
/** Invalidate infraConfigModule list queries */ readonly lists: (queryClient: QueryClient) => Promise<void>;
|
|
185
|
+
/** Invalidate a specific infraConfigModule */ readonly detail: (queryClient: QueryClient, id: string | number) => Promise<void>;
|
|
261
186
|
};
|
|
262
|
-
/** Invalidate
|
|
263
|
-
/** Invalidate all
|
|
264
|
-
/** Invalidate
|
|
265
|
-
/** Invalidate a specific
|
|
187
|
+
/** Invalidate infraSecretsModule queries */ readonly infraSecretsModule: {
|
|
188
|
+
/** Invalidate all infraSecretsModule queries */ readonly all: (queryClient: QueryClient) => Promise<void>;
|
|
189
|
+
/** Invalidate infraSecretsModule list queries */ readonly lists: (queryClient: QueryClient) => Promise<void>;
|
|
190
|
+
/** Invalidate a specific infraSecretsModule */ readonly detail: (queryClient: QueryClient, id: string | number) => Promise<void>;
|
|
266
191
|
};
|
|
267
|
-
/** Invalidate
|
|
268
|
-
/** Invalidate all
|
|
269
|
-
/** Invalidate
|
|
270
|
-
/** Invalidate a specific
|
|
192
|
+
/** Invalidate integrationProvidersModule queries */ readonly integrationProvidersModule: {
|
|
193
|
+
/** Invalidate all integrationProvidersModule queries */ readonly all: (queryClient: QueryClient) => Promise<void>;
|
|
194
|
+
/** Invalidate integrationProvidersModule list queries */ readonly lists: (queryClient: QueryClient) => Promise<void>;
|
|
195
|
+
/** Invalidate a specific integrationProvidersModule */ readonly detail: (queryClient: QueryClient, id: string | number) => Promise<void>;
|
|
196
|
+
};
|
|
197
|
+
/** Invalidate internalSecretsModule queries */ readonly internalSecretsModule: {
|
|
198
|
+
/** Invalidate all internalSecretsModule queries */ readonly all: (queryClient: QueryClient) => Promise<void>;
|
|
199
|
+
/** Invalidate internalSecretsModule list queries */ readonly lists: (queryClient: QueryClient) => Promise<void>;
|
|
200
|
+
/** Invalidate a specific internalSecretsModule */ readonly detail: (queryClient: QueryClient, id: string | number) => Promise<void>;
|
|
201
|
+
};
|
|
202
|
+
/** Invalidate invitesModule queries */ readonly invitesModule: {
|
|
203
|
+
/** Invalidate all invitesModule queries */ readonly all: (queryClient: QueryClient) => Promise<void>;
|
|
204
|
+
/** Invalidate invitesModule list queries */ readonly lists: (queryClient: QueryClient) => Promise<void>;
|
|
205
|
+
/** Invalidate a specific invitesModule */ readonly detail: (queryClient: QueryClient, id: string | number) => Promise<void>;
|
|
206
|
+
};
|
|
207
|
+
/** Invalidate limitsModule queries */ readonly limitsModule: {
|
|
208
|
+
/** Invalidate all limitsModule queries */ readonly all: (queryClient: QueryClient) => Promise<void>;
|
|
209
|
+
/** Invalidate limitsModule list queries */ readonly lists: (queryClient: QueryClient) => Promise<void>;
|
|
210
|
+
/** Invalidate a specific limitsModule */ readonly detail: (queryClient: QueryClient, id: string | number) => Promise<void>;
|
|
211
|
+
};
|
|
212
|
+
/** Invalidate membershipTypesModule queries */ readonly membershipTypesModule: {
|
|
213
|
+
/** Invalidate all membershipTypesModule queries */ readonly all: (queryClient: QueryClient) => Promise<void>;
|
|
214
|
+
/** Invalidate membershipTypesModule list queries */ readonly lists: (queryClient: QueryClient) => Promise<void>;
|
|
215
|
+
/** Invalidate a specific membershipTypesModule */ readonly detail: (queryClient: QueryClient, id: string | number) => Promise<void>;
|
|
216
|
+
};
|
|
217
|
+
/** Invalidate membershipsModule queries */ readonly membershipsModule: {
|
|
218
|
+
/** Invalidate all membershipsModule queries */ readonly all: (queryClient: QueryClient) => Promise<void>;
|
|
219
|
+
/** Invalidate membershipsModule list queries */ readonly lists: (queryClient: QueryClient) => Promise<void>;
|
|
220
|
+
/** Invalidate a specific membershipsModule */ readonly detail: (queryClient: QueryClient, id: string | number) => Promise<void>;
|
|
221
|
+
};
|
|
222
|
+
/** Invalidate merkleStoreModule queries */ readonly merkleStoreModule: {
|
|
223
|
+
/** Invalidate all merkleStoreModule queries */ readonly all: (queryClient: QueryClient) => Promise<void>;
|
|
224
|
+
/** Invalidate merkleStoreModule list queries */ readonly lists: (queryClient: QueryClient) => Promise<void>;
|
|
225
|
+
/** Invalidate a specific merkleStoreModule */ readonly detail: (queryClient: QueryClient, id: string | number) => Promise<void>;
|
|
226
|
+
};
|
|
227
|
+
/** Invalidate namespaceModule queries */ readonly namespaceModule: {
|
|
228
|
+
/** Invalidate all namespaceModule queries */ readonly all: (queryClient: QueryClient) => Promise<void>;
|
|
229
|
+
/** Invalidate namespaceModule list queries */ readonly lists: (queryClient: QueryClient) => Promise<void>;
|
|
230
|
+
/** Invalidate a specific namespaceModule */ readonly detail: (queryClient: QueryClient, id: string | number) => Promise<void>;
|
|
271
231
|
};
|
|
272
|
-
/** Invalidate
|
|
273
|
-
/** Invalidate all
|
|
274
|
-
/** Invalidate
|
|
275
|
-
/** Invalidate a specific
|
|
232
|
+
/** Invalidate notificationsModule queries */ readonly notificationsModule: {
|
|
233
|
+
/** Invalidate all notificationsModule queries */ readonly all: (queryClient: QueryClient) => Promise<void>;
|
|
234
|
+
/** Invalidate notificationsModule list queries */ readonly lists: (queryClient: QueryClient) => Promise<void>;
|
|
235
|
+
/** Invalidate a specific notificationsModule */ readonly detail: (queryClient: QueryClient, id: string | number) => Promise<void>;
|
|
276
236
|
};
|
|
277
237
|
/** Invalidate permissionsModule queries */ readonly permissionsModule: {
|
|
278
238
|
/** Invalidate all permissionsModule queries */ readonly all: (queryClient: QueryClient) => Promise<void>;
|
|
279
239
|
/** Invalidate permissionsModule list queries */ readonly lists: (queryClient: QueryClient) => Promise<void>;
|
|
280
240
|
/** Invalidate a specific permissionsModule */ readonly detail: (queryClient: QueryClient, id: string | number) => Promise<void>;
|
|
281
241
|
};
|
|
282
|
-
/** Invalidate
|
|
283
|
-
/** Invalidate all
|
|
284
|
-
/** Invalidate
|
|
285
|
-
/** Invalidate a specific
|
|
286
|
-
};
|
|
287
|
-
/** Invalidate hierarchyModule queries */ readonly hierarchyModule: {
|
|
288
|
-
/** Invalidate all hierarchyModule queries */ readonly all: (queryClient: QueryClient) => Promise<void>;
|
|
289
|
-
/** Invalidate hierarchyModule list queries */ readonly lists: (queryClient: QueryClient) => Promise<void>;
|
|
290
|
-
/** Invalidate a specific hierarchyModule */ readonly detail: (queryClient: QueryClient, id: string | number) => Promise<void>;
|
|
242
|
+
/** Invalidate phoneNumbersModule queries */ readonly phoneNumbersModule: {
|
|
243
|
+
/** Invalidate all phoneNumbersModule queries */ readonly all: (queryClient: QueryClient) => Promise<void>;
|
|
244
|
+
/** Invalidate phoneNumbersModule list queries */ readonly lists: (queryClient: QueryClient) => Promise<void>;
|
|
245
|
+
/** Invalidate a specific phoneNumbersModule */ readonly detail: (queryClient: QueryClient, id: string | number) => Promise<void>;
|
|
291
246
|
};
|
|
292
|
-
/** Invalidate
|
|
293
|
-
/** Invalidate all
|
|
294
|
-
/** Invalidate
|
|
295
|
-
/** Invalidate a specific
|
|
247
|
+
/** Invalidate plansModule queries */ readonly plansModule: {
|
|
248
|
+
/** Invalidate all plansModule queries */ readonly all: (queryClient: QueryClient) => Promise<void>;
|
|
249
|
+
/** Invalidate plansModule list queries */ readonly lists: (queryClient: QueryClient) => Promise<void>;
|
|
250
|
+
/** Invalidate a specific plansModule */ readonly detail: (queryClient: QueryClient, id: string | number) => Promise<void>;
|
|
296
251
|
};
|
|
297
|
-
/** Invalidate
|
|
298
|
-
/** Invalidate all
|
|
299
|
-
/** Invalidate
|
|
300
|
-
/** Invalidate a specific
|
|
252
|
+
/** Invalidate principalAuthModule queries */ readonly principalAuthModule: {
|
|
253
|
+
/** Invalidate all principalAuthModule queries */ readonly all: (queryClient: QueryClient) => Promise<void>;
|
|
254
|
+
/** Invalidate principalAuthModule list queries */ readonly lists: (queryClient: QueryClient) => Promise<void>;
|
|
255
|
+
/** Invalidate a specific principalAuthModule */ readonly detail: (queryClient: QueryClient, id: string | number) => Promise<void>;
|
|
301
256
|
};
|
|
302
257
|
/** Invalidate profilesModule queries */ readonly profilesModule: {
|
|
303
258
|
/** Invalidate all profilesModule queries */ readonly all: (queryClient: QueryClient) => Promise<void>;
|
|
304
259
|
/** Invalidate profilesModule list queries */ readonly lists: (queryClient: QueryClient) => Promise<void>;
|
|
305
260
|
/** Invalidate a specific profilesModule */ readonly detail: (queryClient: QueryClient, id: string | number) => Promise<void>;
|
|
306
261
|
};
|
|
307
|
-
/** Invalidate
|
|
308
|
-
/** Invalidate all
|
|
309
|
-
/** Invalidate
|
|
310
|
-
/** Invalidate a specific
|
|
262
|
+
/** Invalidate rateLimitMetersModule queries */ readonly rateLimitMetersModule: {
|
|
263
|
+
/** Invalidate all rateLimitMetersModule queries */ readonly all: (queryClient: QueryClient) => Promise<void>;
|
|
264
|
+
/** Invalidate rateLimitMetersModule list queries */ readonly lists: (queryClient: QueryClient) => Promise<void>;
|
|
265
|
+
/** Invalidate a specific rateLimitMetersModule */ readonly detail: (queryClient: QueryClient, id: string | number) => Promise<void>;
|
|
266
|
+
};
|
|
267
|
+
/** Invalidate rateLimitsModule queries */ readonly rateLimitsModule: {
|
|
268
|
+
/** Invalidate all rateLimitsModule queries */ readonly all: (queryClient: QueryClient) => Promise<void>;
|
|
269
|
+
/** Invalidate rateLimitsModule list queries */ readonly lists: (queryClient: QueryClient) => Promise<void>;
|
|
270
|
+
/** Invalidate a specific rateLimitsModule */ readonly detail: (queryClient: QueryClient, id: string | number) => Promise<void>;
|
|
271
|
+
};
|
|
272
|
+
/** Invalidate realtimeModule queries */ readonly realtimeModule: {
|
|
273
|
+
/** Invalidate all realtimeModule queries */ readonly all: (queryClient: QueryClient) => Promise<void>;
|
|
274
|
+
/** Invalidate realtimeModule list queries */ readonly lists: (queryClient: QueryClient) => Promise<void>;
|
|
275
|
+
/** Invalidate a specific realtimeModule */ readonly detail: (queryClient: QueryClient, id: string | number) => Promise<void>;
|
|
276
|
+
};
|
|
277
|
+
/** Invalidate relationProvision queries */ readonly relationProvision: {
|
|
278
|
+
/** Invalidate all relationProvision queries */ readonly all: (queryClient: QueryClient) => Promise<void>;
|
|
279
|
+
/** Invalidate relationProvision list queries */ readonly lists: (queryClient: QueryClient) => Promise<void>;
|
|
280
|
+
/** Invalidate a specific relationProvision */ readonly detail: (queryClient: QueryClient, id: string | number) => Promise<void>;
|
|
311
281
|
};
|
|
312
282
|
/** Invalidate resourceModule queries */ readonly resourceModule: {
|
|
313
283
|
/** Invalidate all resourceModule queries */ readonly all: (queryClient: QueryClient) => Promise<void>;
|
|
314
284
|
/** Invalidate resourceModule list queries */ readonly lists: (queryClient: QueryClient) => Promise<void>;
|
|
315
285
|
/** Invalidate a specific resourceModule */ readonly detail: (queryClient: QueryClient, id: string | number) => Promise<void>;
|
|
316
286
|
};
|
|
317
|
-
/** Invalidate
|
|
318
|
-
/** Invalidate all
|
|
319
|
-
/** Invalidate
|
|
320
|
-
/** Invalidate a specific
|
|
287
|
+
/** Invalidate rlsModule queries */ readonly rlsModule: {
|
|
288
|
+
/** Invalidate all rlsModule queries */ readonly all: (queryClient: QueryClient) => Promise<void>;
|
|
289
|
+
/** Invalidate rlsModule list queries */ readonly lists: (queryClient: QueryClient) => Promise<void>;
|
|
290
|
+
/** Invalidate a specific rlsModule */ readonly detail: (queryClient: QueryClient, id: string | number) => Promise<void>;
|
|
321
291
|
};
|
|
322
|
-
/** Invalidate
|
|
323
|
-
/** Invalidate all
|
|
324
|
-
/** Invalidate
|
|
325
|
-
/** Invalidate a specific
|
|
292
|
+
/** Invalidate secureTableProvision queries */ readonly secureTableProvision: {
|
|
293
|
+
/** Invalidate all secureTableProvision queries */ readonly all: (queryClient: QueryClient) => Promise<void>;
|
|
294
|
+
/** Invalidate secureTableProvision list queries */ readonly lists: (queryClient: QueryClient) => Promise<void>;
|
|
295
|
+
/** Invalidate a specific secureTableProvision */ readonly detail: (queryClient: QueryClient, id: string | number) => Promise<void>;
|
|
326
296
|
};
|
|
327
|
-
/** Invalidate
|
|
328
|
-
/** Invalidate all
|
|
329
|
-
/** Invalidate
|
|
330
|
-
/** Invalidate a specific
|
|
297
|
+
/** Invalidate sessionSecretsModule queries */ readonly sessionSecretsModule: {
|
|
298
|
+
/** Invalidate all sessionSecretsModule queries */ readonly all: (queryClient: QueryClient) => Promise<void>;
|
|
299
|
+
/** Invalidate sessionSecretsModule list queries */ readonly lists: (queryClient: QueryClient) => Promise<void>;
|
|
300
|
+
/** Invalidate a specific sessionSecretsModule */ readonly detail: (queryClient: QueryClient, id: string | number) => Promise<void>;
|
|
331
301
|
};
|
|
332
|
-
/** Invalidate
|
|
333
|
-
/** Invalidate all
|
|
334
|
-
/** Invalidate
|
|
335
|
-
/** Invalidate a specific
|
|
302
|
+
/** Invalidate sessionsModule queries */ readonly sessionsModule: {
|
|
303
|
+
/** Invalidate all sessionsModule queries */ readonly all: (queryClient: QueryClient) => Promise<void>;
|
|
304
|
+
/** Invalidate sessionsModule list queries */ readonly lists: (queryClient: QueryClient) => Promise<void>;
|
|
305
|
+
/** Invalidate a specific sessionsModule */ readonly detail: (queryClient: QueryClient, id: string | number) => Promise<void>;
|
|
336
306
|
};
|
|
337
|
-
/** Invalidate
|
|
338
|
-
/** Invalidate all
|
|
339
|
-
/** Invalidate
|
|
340
|
-
/** Invalidate a specific
|
|
307
|
+
/** Invalidate storageLogModule queries */ readonly storageLogModule: {
|
|
308
|
+
/** Invalidate all storageLogModule queries */ readonly all: (queryClient: QueryClient) => Promise<void>;
|
|
309
|
+
/** Invalidate storageLogModule list queries */ readonly lists: (queryClient: QueryClient) => Promise<void>;
|
|
310
|
+
/** Invalidate a specific storageLogModule */ readonly detail: (queryClient: QueryClient, id: string | number) => Promise<void>;
|
|
341
311
|
};
|
|
342
312
|
/** Invalidate storageModule queries */ readonly storageModule: {
|
|
343
313
|
/** Invalidate all storageModule queries */ readonly all: (queryClient: QueryClient) => Promise<void>;
|
|
344
314
|
/** Invalidate storageModule list queries */ readonly lists: (queryClient: QueryClient) => Promise<void>;
|
|
345
315
|
/** Invalidate a specific storageModule */ readonly detail: (queryClient: QueryClient, id: string | number) => Promise<void>;
|
|
346
316
|
};
|
|
347
|
-
/** Invalidate
|
|
348
|
-
/** Invalidate all
|
|
349
|
-
/** Invalidate
|
|
350
|
-
/** Invalidate a specific
|
|
317
|
+
/** Invalidate transferLogModule queries */ readonly transferLogModule: {
|
|
318
|
+
/** Invalidate all transferLogModule queries */ readonly all: (queryClient: QueryClient) => Promise<void>;
|
|
319
|
+
/** Invalidate transferLogModule list queries */ readonly lists: (queryClient: QueryClient) => Promise<void>;
|
|
320
|
+
/** Invalidate a specific transferLogModule */ readonly detail: (queryClient: QueryClient, id: string | number) => Promise<void>;
|
|
351
321
|
};
|
|
352
|
-
/** Invalidate
|
|
353
|
-
/** Invalidate all
|
|
354
|
-
/** Invalidate
|
|
355
|
-
/** Invalidate a specific
|
|
322
|
+
/** Invalidate userAuthModule queries */ readonly userAuthModule: {
|
|
323
|
+
/** Invalidate all userAuthModule queries */ readonly all: (queryClient: QueryClient) => Promise<void>;
|
|
324
|
+
/** Invalidate userAuthModule list queries */ readonly lists: (queryClient: QueryClient) => Promise<void>;
|
|
325
|
+
/** Invalidate a specific userAuthModule */ readonly detail: (queryClient: QueryClient, id: string | number) => Promise<void>;
|
|
326
|
+
};
|
|
327
|
+
/** Invalidate userCredentialsModule queries */ readonly userCredentialsModule: {
|
|
328
|
+
/** Invalidate all userCredentialsModule queries */ readonly all: (queryClient: QueryClient) => Promise<void>;
|
|
329
|
+
/** Invalidate userCredentialsModule list queries */ readonly lists: (queryClient: QueryClient) => Promise<void>;
|
|
330
|
+
/** Invalidate a specific userCredentialsModule */ readonly detail: (queryClient: QueryClient, id: string | number) => Promise<void>;
|
|
331
|
+
};
|
|
332
|
+
/** Invalidate userSettingsModule queries */ readonly userSettingsModule: {
|
|
333
|
+
/** Invalidate all userSettingsModule queries */ readonly all: (queryClient: QueryClient) => Promise<void>;
|
|
334
|
+
/** Invalidate userSettingsModule list queries */ readonly lists: (queryClient: QueryClient) => Promise<void>;
|
|
335
|
+
/** Invalidate a specific userSettingsModule */ readonly detail: (queryClient: QueryClient, id: string | number) => Promise<void>;
|
|
336
|
+
};
|
|
337
|
+
/** Invalidate userStateModule queries */ readonly userStateModule: {
|
|
338
|
+
/** Invalidate all userStateModule queries */ readonly all: (queryClient: QueryClient) => Promise<void>;
|
|
339
|
+
/** Invalidate userStateModule list queries */ readonly lists: (queryClient: QueryClient) => Promise<void>;
|
|
340
|
+
/** Invalidate a specific userStateModule */ readonly detail: (queryClient: QueryClient, id: string | number) => Promise<void>;
|
|
341
|
+
};
|
|
342
|
+
/** Invalidate usersModule queries */ readonly usersModule: {
|
|
343
|
+
/** Invalidate all usersModule queries */ readonly all: (queryClient: QueryClient) => Promise<void>;
|
|
344
|
+
/** Invalidate usersModule list queries */ readonly lists: (queryClient: QueryClient) => Promise<void>;
|
|
345
|
+
/** Invalidate a specific usersModule */ readonly detail: (queryClient: QueryClient, id: string | number) => Promise<void>;
|
|
346
|
+
};
|
|
347
|
+
/** Invalidate webauthnAuthModule queries */ readonly webauthnAuthModule: {
|
|
348
|
+
/** Invalidate all webauthnAuthModule queries */ readonly all: (queryClient: QueryClient) => Promise<void>;
|
|
349
|
+
/** Invalidate webauthnAuthModule list queries */ readonly lists: (queryClient: QueryClient) => Promise<void>;
|
|
350
|
+
/** Invalidate a specific webauthnAuthModule */ readonly detail: (queryClient: QueryClient, id: string | number) => Promise<void>;
|
|
351
|
+
};
|
|
352
|
+
/** Invalidate webauthnCredentialsModule queries */ readonly webauthnCredentialsModule: {
|
|
353
|
+
/** Invalidate all webauthnCredentialsModule queries */ readonly all: (queryClient: QueryClient) => Promise<void>;
|
|
354
|
+
/** Invalidate webauthnCredentialsModule list queries */ readonly lists: (queryClient: QueryClient) => Promise<void>;
|
|
355
|
+
/** Invalidate a specific webauthnCredentialsModule */ readonly detail: (queryClient: QueryClient, id: string | number) => Promise<void>;
|
|
356
356
|
};
|
|
357
357
|
};
|
|
358
358
|
/**
|
|
@@ -367,70 +367,70 @@ export declare const invalidate: {
|
|
|
367
367
|
* instead of just invalidating (which would trigger a refetch).
|
|
368
368
|
*/
|
|
369
369
|
export declare const remove: {
|
|
370
|
-
/** Remove
|
|
371
|
-
/** Remove
|
|
372
|
-
/** Remove
|
|
373
|
-
/** Remove devicesModule from cache */ readonly devicesModule: (queryClient: QueryClient, id: string | number) => void;
|
|
374
|
-
/** Remove i18NModule from cache */ readonly i18NModule: (queryClient: QueryClient, id: string | number) => void;
|
|
375
|
-
/** Remove userSettingsModule from cache */ readonly userSettingsModule: (queryClient: QueryClient, id: string | number) => void;
|
|
376
|
-
/** Remove userStateModule from cache */ readonly userStateModule: (queryClient: QueryClient, id: string | number) => void;
|
|
377
|
-
/** Remove userCredentialsModule from cache */ readonly userCredentialsModule: (queryClient: QueryClient, id: string | number) => void;
|
|
378
|
-
/** Remove connectedAccountsModule from cache */ readonly connectedAccountsModule: (queryClient: QueryClient, id: string | number) => void;
|
|
379
|
-
/** Remove emailsModule from cache */ readonly emailsModule: (queryClient: QueryClient, id: string | number) => void;
|
|
380
|
-
/** Remove phoneNumbersModule from cache */ readonly phoneNumbersModule: (queryClient: QueryClient, id: string | number) => void;
|
|
381
|
-
/** Remove rateLimitsModule from cache */ readonly rateLimitsModule: (queryClient: QueryClient, id: string | number) => void;
|
|
382
|
-
/** Remove usersModule from cache */ readonly usersModule: (queryClient: QueryClient, id: string | number) => void;
|
|
383
|
-
/** Remove webauthnCredentialsModule from cache */ readonly webauthnCredentialsModule: (queryClient: QueryClient, id: string | number) => void;
|
|
384
|
-
/** Remove configSecretsUserModule from cache */ readonly configSecretsUserModule: (queryClient: QueryClient, id: string | number) => void;
|
|
385
|
-
/** Remove cryptoAddressesModule from cache */ readonly cryptoAddressesModule: (queryClient: QueryClient, id: string | number) => void;
|
|
386
|
-
/** Remove denormalizedTableField from cache */ readonly denormalizedTableField: (queryClient: QueryClient, id: string | number) => void;
|
|
387
|
-
/** Remove rlsModule from cache */ readonly rlsModule: (queryClient: QueryClient, id: string | number) => void;
|
|
370
|
+
/** Remove agentModule from cache */ readonly agentModule: (queryClient: QueryClient, id: string | number) => void;
|
|
371
|
+
/** Remove billingModule from cache */ readonly billingModule: (queryClient: QueryClient, id: string | number) => void;
|
|
372
|
+
/** Remove billingProviderModule from cache */ readonly billingProviderModule: (queryClient: QueryClient, id: string | number) => void;
|
|
388
373
|
/** Remove blueprint from cache */ readonly blueprint: (queryClient: QueryClient, id: string | number) => void;
|
|
389
|
-
/** Remove blueprintTemplate from cache */ readonly blueprintTemplate: (queryClient: QueryClient, id: string | number) => void;
|
|
390
374
|
/** Remove blueprintConstruction from cache */ readonly blueprintConstruction: (queryClient: QueryClient, id: string | number) => void;
|
|
375
|
+
/** Remove blueprintTemplate from cache */ readonly blueprintTemplate: (queryClient: QueryClient, id: string | number) => void;
|
|
376
|
+
/** Remove computeLogModule from cache */ readonly computeLogModule: (queryClient: QueryClient, id: string | number) => void;
|
|
377
|
+
/** Remove configSecretsUserModule from cache */ readonly configSecretsUserModule: (queryClient: QueryClient, id: string | number) => void;
|
|
378
|
+
/** Remove connectedAccountsModule from cache */ readonly connectedAccountsModule: (queryClient: QueryClient, id: string | number) => void;
|
|
379
|
+
/** Remove cryptoAddressesModule from cache */ readonly cryptoAddressesModule: (queryClient: QueryClient, id: string | number) => void;
|
|
391
380
|
/** Remove cryptoAuthModule from cache */ readonly cryptoAuthModule: (queryClient: QueryClient, id: string | number) => void;
|
|
392
|
-
/** Remove
|
|
393
|
-
/** Remove secureTableProvision from cache */ readonly secureTableProvision: (queryClient: QueryClient, id: string | number) => void;
|
|
394
|
-
/** Remove identityProvidersModule from cache */ readonly identityProvidersModule: (queryClient: QueryClient, id: string | number) => void;
|
|
395
|
-
/** Remove integrationProvidersModule from cache */ readonly integrationProvidersModule: (queryClient: QueryClient, id: string | number) => void;
|
|
381
|
+
/** Remove databaseProvisionModule from cache */ readonly databaseProvisionModule: (queryClient: QueryClient, id: string | number) => void;
|
|
396
382
|
/** Remove dbPoolConfig from cache */ readonly dbPoolConfig: (queryClient: QueryClient, id: string | number) => void;
|
|
397
|
-
/** Remove
|
|
398
|
-
/** Remove infraSecretsModule from cache */ readonly infraSecretsModule: (queryClient: QueryClient, id: string | number) => void;
|
|
399
|
-
/** Remove internalSecretsModule from cache */ readonly internalSecretsModule: (queryClient: QueryClient, id: string | number) => void;
|
|
383
|
+
/** Remove dbPool from cache */ readonly dbPool: (queryClient: QueryClient, id: string | number) => void;
|
|
400
384
|
/** Remove dbPresetModule from cache */ readonly dbPresetModule: (queryClient: QueryClient, id: string | number) => void;
|
|
385
|
+
/** Remove dbUsageModule from cache */ readonly dbUsageModule: (queryClient: QueryClient, id: string | number) => void;
|
|
386
|
+
/** Remove defaultIdsModule from cache */ readonly defaultIdsModule: (queryClient: QueryClient, id: string | number) => void;
|
|
387
|
+
/** Remove denormalizedTableField from cache */ readonly denormalizedTableField: (queryClient: QueryClient, id: string | number) => void;
|
|
388
|
+
/** Remove devicesModule from cache */ readonly devicesModule: (queryClient: QueryClient, id: string | number) => void;
|
|
389
|
+
/** Remove emailsModule from cache */ readonly emailsModule: (queryClient: QueryClient, id: string | number) => void;
|
|
390
|
+
/** Remove entityTypeProvision from cache */ readonly entityTypeProvision: (queryClient: QueryClient, id: string | number) => void;
|
|
391
|
+
/** Remove eventsModule from cache */ readonly eventsModule: (queryClient: QueryClient, id: string | number) => void;
|
|
392
|
+
/** Remove functionDeploymentModule from cache */ readonly functionDeploymentModule: (queryClient: QueryClient, id: string | number) => void;
|
|
393
|
+
/** Remove functionInvocationModule from cache */ readonly functionInvocationModule: (queryClient: QueryClient, id: string | number) => void;
|
|
394
|
+
/** Remove functionModule from cache */ readonly functionModule: (queryClient: QueryClient, id: string | number) => void;
|
|
395
|
+
/** Remove graphExecutionModule from cache */ readonly graphExecutionModule: (queryClient: QueryClient, id: string | number) => void;
|
|
401
396
|
/** Remove graphModule from cache */ readonly graphModule: (queryClient: QueryClient, id: string | number) => void;
|
|
402
|
-
/** Remove
|
|
397
|
+
/** Remove hierarchyModule from cache */ readonly hierarchyModule: (queryClient: QueryClient, id: string | number) => void;
|
|
398
|
+
/** Remove i18NModule from cache */ readonly i18NModule: (queryClient: QueryClient, id: string | number) => void;
|
|
399
|
+
/** Remove identityProvidersModule from cache */ readonly identityProvidersModule: (queryClient: QueryClient, id: string | number) => void;
|
|
400
|
+
/** Remove inferenceLogModule from cache */ readonly inferenceLogModule: (queryClient: QueryClient, id: string | number) => void;
|
|
403
401
|
/** Remove infraConfigModule from cache */ readonly infraConfigModule: (queryClient: QueryClient, id: string | number) => void;
|
|
404
|
-
/** Remove
|
|
405
|
-
/** Remove
|
|
406
|
-
/** Remove
|
|
407
|
-
/** Remove functionModule from cache */ readonly functionModule: (queryClient: QueryClient, id: string | number) => void;
|
|
408
|
-
/** Remove merkleStoreModule from cache */ readonly merkleStoreModule: (queryClient: QueryClient, id: string | number) => void;
|
|
409
|
-
/** Remove databaseProvisionModule from cache */ readonly databaseProvisionModule: (queryClient: QueryClient, id: string | number) => void;
|
|
410
|
-
/** Remove functionInvocationModule from cache */ readonly functionInvocationModule: (queryClient: QueryClient, id: string | number) => void;
|
|
402
|
+
/** Remove infraSecretsModule from cache */ readonly infraSecretsModule: (queryClient: QueryClient, id: string | number) => void;
|
|
403
|
+
/** Remove integrationProvidersModule from cache */ readonly integrationProvidersModule: (queryClient: QueryClient, id: string | number) => void;
|
|
404
|
+
/** Remove internalSecretsModule from cache */ readonly internalSecretsModule: (queryClient: QueryClient, id: string | number) => void;
|
|
411
405
|
/** Remove invitesModule from cache */ readonly invitesModule: (queryClient: QueryClient, id: string | number) => void;
|
|
406
|
+
/** Remove limitsModule from cache */ readonly limitsModule: (queryClient: QueryClient, id: string | number) => void;
|
|
407
|
+
/** Remove membershipTypesModule from cache */ readonly membershipTypesModule: (queryClient: QueryClient, id: string | number) => void;
|
|
408
|
+
/** Remove membershipsModule from cache */ readonly membershipsModule: (queryClient: QueryClient, id: string | number) => void;
|
|
409
|
+
/** Remove merkleStoreModule from cache */ readonly merkleStoreModule: (queryClient: QueryClient, id: string | number) => void;
|
|
412
410
|
/** Remove namespaceModule from cache */ readonly namespaceModule: (queryClient: QueryClient, id: string | number) => void;
|
|
413
|
-
/** Remove plansModule from cache */ readonly plansModule: (queryClient: QueryClient, id: string | number) => void;
|
|
414
|
-
/** Remove computeLogModule from cache */ readonly computeLogModule: (queryClient: QueryClient, id: string | number) => void;
|
|
415
|
-
/** Remove inferenceLogModule from cache */ readonly inferenceLogModule: (queryClient: QueryClient, id: string | number) => void;
|
|
416
|
-
/** Remove storageLogModule from cache */ readonly storageLogModule: (queryClient: QueryClient, id: string | number) => void;
|
|
417
|
-
/** Remove transferLogModule from cache */ readonly transferLogModule: (queryClient: QueryClient, id: string | number) => void;
|
|
418
|
-
/** Remove billingProviderModule from cache */ readonly billingProviderModule: (queryClient: QueryClient, id: string | number) => void;
|
|
419
|
-
/** Remove functionDeploymentModule from cache */ readonly functionDeploymentModule: (queryClient: QueryClient, id: string | number) => void;
|
|
420
|
-
/** Remove permissionsModule from cache */ readonly permissionsModule: (queryClient: QueryClient, id: string | number) => void;
|
|
421
|
-
/** Remove graphExecutionModule from cache */ readonly graphExecutionModule: (queryClient: QueryClient, id: string | number) => void;
|
|
422
|
-
/** Remove hierarchyModule from cache */ readonly hierarchyModule: (queryClient: QueryClient, id: string | number) => void;
|
|
423
411
|
/** Remove notificationsModule from cache */ readonly notificationsModule: (queryClient: QueryClient, id: string | number) => void;
|
|
424
|
-
/** Remove
|
|
412
|
+
/** Remove permissionsModule from cache */ readonly permissionsModule: (queryClient: QueryClient, id: string | number) => void;
|
|
413
|
+
/** Remove phoneNumbersModule from cache */ readonly phoneNumbersModule: (queryClient: QueryClient, id: string | number) => void;
|
|
414
|
+
/** Remove plansModule from cache */ readonly plansModule: (queryClient: QueryClient, id: string | number) => void;
|
|
415
|
+
/** Remove principalAuthModule from cache */ readonly principalAuthModule: (queryClient: QueryClient, id: string | number) => void;
|
|
425
416
|
/** Remove profilesModule from cache */ readonly profilesModule: (queryClient: QueryClient, id: string | number) => void;
|
|
426
|
-
/** Remove
|
|
417
|
+
/** Remove rateLimitMetersModule from cache */ readonly rateLimitMetersModule: (queryClient: QueryClient, id: string | number) => void;
|
|
418
|
+
/** Remove rateLimitsModule from cache */ readonly rateLimitsModule: (queryClient: QueryClient, id: string | number) => void;
|
|
419
|
+
/** Remove realtimeModule from cache */ readonly realtimeModule: (queryClient: QueryClient, id: string | number) => void;
|
|
420
|
+
/** Remove relationProvision from cache */ readonly relationProvision: (queryClient: QueryClient, id: string | number) => void;
|
|
427
421
|
/** Remove resourceModule from cache */ readonly resourceModule: (queryClient: QueryClient, id: string | number) => void;
|
|
428
|
-
/** Remove
|
|
429
|
-
/** Remove
|
|
430
|
-
/** Remove
|
|
431
|
-
/** Remove
|
|
432
|
-
/** Remove
|
|
422
|
+
/** Remove rlsModule from cache */ readonly rlsModule: (queryClient: QueryClient, id: string | number) => void;
|
|
423
|
+
/** Remove secureTableProvision from cache */ readonly secureTableProvision: (queryClient: QueryClient, id: string | number) => void;
|
|
424
|
+
/** Remove sessionSecretsModule from cache */ readonly sessionSecretsModule: (queryClient: QueryClient, id: string | number) => void;
|
|
425
|
+
/** Remove sessionsModule from cache */ readonly sessionsModule: (queryClient: QueryClient, id: string | number) => void;
|
|
426
|
+
/** Remove storageLogModule from cache */ readonly storageLogModule: (queryClient: QueryClient, id: string | number) => void;
|
|
433
427
|
/** Remove storageModule from cache */ readonly storageModule: (queryClient: QueryClient, id: string | number) => void;
|
|
434
|
-
/** Remove
|
|
435
|
-
/** Remove
|
|
428
|
+
/** Remove transferLogModule from cache */ readonly transferLogModule: (queryClient: QueryClient, id: string | number) => void;
|
|
429
|
+
/** Remove userAuthModule from cache */ readonly userAuthModule: (queryClient: QueryClient, id: string | number) => void;
|
|
430
|
+
/** Remove userCredentialsModule from cache */ readonly userCredentialsModule: (queryClient: QueryClient, id: string | number) => void;
|
|
431
|
+
/** Remove userSettingsModule from cache */ readonly userSettingsModule: (queryClient: QueryClient, id: string | number) => void;
|
|
432
|
+
/** Remove userStateModule from cache */ readonly userStateModule: (queryClient: QueryClient, id: string | number) => void;
|
|
433
|
+
/** Remove usersModule from cache */ readonly usersModule: (queryClient: QueryClient, id: string | number) => void;
|
|
434
|
+
/** Remove webauthnAuthModule from cache */ readonly webauthnAuthModule: (queryClient: QueryClient, id: string | number) => void;
|
|
435
|
+
/** Remove webauthnCredentialsModule from cache */ readonly webauthnCredentialsModule: (queryClient: QueryClient, id: string | number) => void;
|
|
436
436
|
};
|