@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
|
@@ -3,53 +3,53 @@
|
|
|
3
3
|
* @generated by @constructive-io/graphql-codegen
|
|
4
4
|
* DO NOT EDIT - changes will be overwritten
|
|
5
5
|
*/
|
|
6
|
-
export declare const
|
|
7
|
-
/** All
|
|
8
|
-
/** Create
|
|
9
|
-
/** Update
|
|
10
|
-
/** Delete
|
|
6
|
+
export declare const appAdminGrantMutationKeys: {
|
|
7
|
+
/** All appAdminGrant mutation keys */ readonly all: readonly ["mutation", "appadmingrant"];
|
|
8
|
+
/** Create appAdminGrant mutation key */ readonly create: () => readonly ["mutation", "appadmingrant", "create"];
|
|
9
|
+
/** Update appAdminGrant mutation key */ readonly update: (id: string | number) => readonly ["mutation", "appadmingrant", "update", string | number];
|
|
10
|
+
/** Delete appAdminGrant mutation key */ readonly delete: (id: string | number) => readonly ["mutation", "appadmingrant", "delete", string | number];
|
|
11
11
|
};
|
|
12
|
-
export declare const
|
|
13
|
-
/** All
|
|
14
|
-
/** Create
|
|
15
|
-
/** Update
|
|
16
|
-
/** Delete
|
|
12
|
+
export declare const appClaimedInviteMutationKeys: {
|
|
13
|
+
/** All appClaimedInvite mutation keys */ readonly all: readonly ["mutation", "appclaimedinvite"];
|
|
14
|
+
/** Create appClaimedInvite mutation key */ readonly create: () => readonly ["mutation", "appclaimedinvite", "create"];
|
|
15
|
+
/** Update appClaimedInvite mutation key */ readonly update: (id: string | number) => readonly ["mutation", "appclaimedinvite", "update", string | number];
|
|
16
|
+
/** Delete appClaimedInvite mutation key */ readonly delete: (id: string | number) => readonly ["mutation", "appclaimedinvite", "delete", string | number];
|
|
17
17
|
};
|
|
18
|
-
export declare const
|
|
19
|
-
/** All
|
|
20
|
-
/** Create
|
|
21
|
-
/** Update
|
|
22
|
-
/** Delete
|
|
18
|
+
export declare const appGrantMutationKeys: {
|
|
19
|
+
/** All appGrant mutation keys */ readonly all: readonly ["mutation", "appgrant"];
|
|
20
|
+
/** Create appGrant mutation key */ readonly create: () => readonly ["mutation", "appgrant", "create"];
|
|
21
|
+
/** Update appGrant mutation key */ readonly update: (id: string | number) => readonly ["mutation", "appgrant", "update", string | number];
|
|
22
|
+
/** Delete appGrant mutation key */ readonly delete: (id: string | number) => readonly ["mutation", "appgrant", "delete", string | number];
|
|
23
23
|
};
|
|
24
|
-
export declare const
|
|
25
|
-
/** All
|
|
26
|
-
/** Create
|
|
27
|
-
/** Update
|
|
28
|
-
/** Delete
|
|
24
|
+
export declare const appInviteMutationKeys: {
|
|
25
|
+
/** All appInvite mutation keys */ readonly all: readonly ["mutation", "appinvite"];
|
|
26
|
+
/** Create appInvite mutation key */ readonly create: () => readonly ["mutation", "appinvite", "create"];
|
|
27
|
+
/** Update appInvite mutation key */ readonly update: (id: string | number) => readonly ["mutation", "appinvite", "update", string | number];
|
|
28
|
+
/** Delete appInvite mutation key */ readonly delete: (id: string | number) => readonly ["mutation", "appinvite", "delete", string | number];
|
|
29
29
|
};
|
|
30
|
-
export declare const
|
|
31
|
-
/** All
|
|
32
|
-
/** Create
|
|
33
|
-
/** Update
|
|
34
|
-
/** Delete
|
|
30
|
+
export declare const appMembershipMutationKeys: {
|
|
31
|
+
/** All appMembership mutation keys */ readonly all: readonly ["mutation", "appmembership"];
|
|
32
|
+
/** Create appMembership mutation key */ readonly create: () => readonly ["mutation", "appmembership", "create"];
|
|
33
|
+
/** Update appMembership mutation key */ readonly update: (id: string | number) => readonly ["mutation", "appmembership", "update", string | number];
|
|
34
|
+
/** Delete appMembership mutation key */ readonly delete: (id: string | number) => readonly ["mutation", "appmembership", "delete", string | number];
|
|
35
35
|
};
|
|
36
|
-
export declare const
|
|
37
|
-
/** All
|
|
38
|
-
/** Create
|
|
39
|
-
/** Update
|
|
40
|
-
/** Delete
|
|
36
|
+
export declare const appMembershipDefaultMutationKeys: {
|
|
37
|
+
/** All appMembershipDefault mutation keys */ readonly all: readonly ["mutation", "appmembershipdefault"];
|
|
38
|
+
/** Create appMembershipDefault mutation key */ readonly create: () => readonly ["mutation", "appmembershipdefault", "create"];
|
|
39
|
+
/** Update appMembershipDefault mutation key */ readonly update: (id: string | number) => readonly ["mutation", "appmembershipdefault", "update", string | number];
|
|
40
|
+
/** Delete appMembershipDefault mutation key */ readonly delete: (id: string | number) => readonly ["mutation", "appmembershipdefault", "delete", string | number];
|
|
41
41
|
};
|
|
42
|
-
export declare const
|
|
43
|
-
/** All
|
|
44
|
-
/** Create
|
|
45
|
-
/** Update
|
|
46
|
-
/** Delete
|
|
42
|
+
export declare const appOwnerGrantMutationKeys: {
|
|
43
|
+
/** All appOwnerGrant mutation keys */ readonly all: readonly ["mutation", "appownergrant"];
|
|
44
|
+
/** Create appOwnerGrant mutation key */ readonly create: () => readonly ["mutation", "appownergrant", "create"];
|
|
45
|
+
/** Update appOwnerGrant mutation key */ readonly update: (id: string | number) => readonly ["mutation", "appownergrant", "update", string | number];
|
|
46
|
+
/** Delete appOwnerGrant mutation key */ readonly delete: (id: string | number) => readonly ["mutation", "appownergrant", "delete", string | number];
|
|
47
47
|
};
|
|
48
|
-
export declare const
|
|
49
|
-
/** All
|
|
50
|
-
/** Create
|
|
51
|
-
/** Update
|
|
52
|
-
/** Delete
|
|
48
|
+
export declare const appPermissionMutationKeys: {
|
|
49
|
+
/** All appPermission mutation keys */ readonly all: readonly ["mutation", "apppermission"];
|
|
50
|
+
/** Create appPermission mutation key */ readonly create: () => readonly ["mutation", "apppermission", "create"];
|
|
51
|
+
/** Update appPermission mutation key */ readonly update: (id: string | number) => readonly ["mutation", "apppermission", "update", string | number];
|
|
52
|
+
/** Delete appPermission mutation key */ readonly delete: (id: string | number) => readonly ["mutation", "apppermission", "delete", string | number];
|
|
53
53
|
};
|
|
54
54
|
export declare const appPermissionDefaultMutationKeys: {
|
|
55
55
|
/** All appPermissionDefault mutation keys */ readonly all: readonly ["mutation", "apppermissiondefault"];
|
|
@@ -57,11 +57,11 @@ export declare const appPermissionDefaultMutationKeys: {
|
|
|
57
57
|
/** Update appPermissionDefault mutation key */ readonly update: (id: string | number) => readonly ["mutation", "apppermissiondefault", "update", string | number];
|
|
58
58
|
/** Delete appPermissionDefault mutation key */ readonly delete: (id: string | number) => readonly ["mutation", "apppermissiondefault", "delete", string | number];
|
|
59
59
|
};
|
|
60
|
-
export declare const
|
|
61
|
-
/** All
|
|
62
|
-
/** Create
|
|
63
|
-
/** Update
|
|
64
|
-
/** Delete
|
|
60
|
+
export declare const appPermissionDefaultGrantMutationKeys: {
|
|
61
|
+
/** All appPermissionDefaultGrant mutation keys */ readonly all: readonly ["mutation", "apppermissiondefaultgrant"];
|
|
62
|
+
/** Create appPermissionDefaultGrant mutation key */ readonly create: () => readonly ["mutation", "apppermissiondefaultgrant", "create"];
|
|
63
|
+
/** Update appPermissionDefaultGrant mutation key */ readonly update: (id: string | number) => readonly ["mutation", "apppermissiondefaultgrant", "update", string | number];
|
|
64
|
+
/** Delete appPermissionDefaultGrant mutation key */ readonly delete: (id: string | number) => readonly ["mutation", "apppermissiondefaultgrant", "delete", string | number];
|
|
65
65
|
};
|
|
66
66
|
export declare const appPermissionDefaultPermissionMutationKeys: {
|
|
67
67
|
/** All appPermissionDefaultPermission mutation keys */ readonly all: readonly ["mutation", "apppermissiondefaultpermission"];
|
|
@@ -69,17 +69,11 @@ export declare const appPermissionDefaultPermissionMutationKeys: {
|
|
|
69
69
|
/** Update appPermissionDefaultPermission mutation key */ readonly update: (id: string | number) => readonly ["mutation", "apppermissiondefaultpermission", "update", string | number];
|
|
70
70
|
/** Delete appPermissionDefaultPermission mutation key */ readonly delete: (id: string | number) => readonly ["mutation", "apppermissiondefaultpermission", "delete", string | number];
|
|
71
71
|
};
|
|
72
|
-
export declare const
|
|
73
|
-
/** All
|
|
74
|
-
/** Create
|
|
75
|
-
/** Update
|
|
76
|
-
/** Delete
|
|
77
|
-
};
|
|
78
|
-
export declare const appOwnerGrantMutationKeys: {
|
|
79
|
-
/** All appOwnerGrant mutation keys */ readonly all: readonly ["mutation", "appownergrant"];
|
|
80
|
-
/** Create appOwnerGrant mutation key */ readonly create: () => readonly ["mutation", "appownergrant", "create"];
|
|
81
|
-
/** Update appOwnerGrant mutation key */ readonly update: (id: string | number) => readonly ["mutation", "appownergrant", "update", string | number];
|
|
82
|
-
/** Delete appOwnerGrant mutation key */ readonly delete: (id: string | number) => readonly ["mutation", "appownergrant", "delete", string | number];
|
|
72
|
+
export declare const membershipTypeMutationKeys: {
|
|
73
|
+
/** All membershipType mutation keys */ readonly all: readonly ["mutation", "membershiptype"];
|
|
74
|
+
/** Create membershipType mutation key */ readonly create: () => readonly ["mutation", "membershiptype", "create"];
|
|
75
|
+
/** Update membershipType mutation key */ readonly update: (id: string | number) => readonly ["mutation", "membershiptype", "update", string | number];
|
|
76
|
+
/** Delete membershipType mutation key */ readonly delete: (id: string | number) => readonly ["mutation", "membershiptype", "delete", string | number];
|
|
83
77
|
};
|
|
84
78
|
export declare const orgAdminGrantMutationKeys: {
|
|
85
79
|
/** All orgAdminGrant mutation keys */ readonly all: readonly ["mutation", "orgadmingrant"];
|
|
@@ -87,11 +81,11 @@ export declare const orgAdminGrantMutationKeys: {
|
|
|
87
81
|
/** Update orgAdminGrant mutation key */ readonly update: (id: string | number) => readonly ["mutation", "orgadmingrant", "update", string | number];
|
|
88
82
|
/** Delete orgAdminGrant mutation key */ readonly delete: (id: string | number) => readonly ["mutation", "orgadmingrant", "delete", string | number];
|
|
89
83
|
};
|
|
90
|
-
export declare const
|
|
91
|
-
/** All
|
|
92
|
-
/** Create
|
|
93
|
-
/** Update
|
|
94
|
-
/** Delete
|
|
84
|
+
export declare const orgChartEdgeMutationKeys: {
|
|
85
|
+
/** All orgChartEdge mutation keys */ readonly all: readonly ["mutation", "orgchartedge"];
|
|
86
|
+
/** Create orgChartEdge mutation key */ readonly create: () => readonly ["mutation", "orgchartedge", "create"];
|
|
87
|
+
/** Update orgChartEdge mutation key */ readonly update: (id: string | number) => readonly ["mutation", "orgchartedge", "update", string | number];
|
|
88
|
+
/** Delete orgChartEdge mutation key */ readonly delete: (id: string | number) => readonly ["mutation", "orgchartedge", "delete", string | number];
|
|
95
89
|
};
|
|
96
90
|
export declare const orgChartEdgeGrantMutationKeys: {
|
|
97
91
|
/** All orgChartEdgeGrant mutation keys */ readonly all: readonly ["mutation", "orgchartedgegrant"];
|
|
@@ -99,65 +93,47 @@ export declare const orgChartEdgeGrantMutationKeys: {
|
|
|
99
93
|
/** Update orgChartEdgeGrant mutation key */ readonly update: (id: string | number) => readonly ["mutation", "orgchartedgegrant", "update", string | number];
|
|
100
94
|
/** Delete orgChartEdgeGrant mutation key */ readonly delete: (id: string | number) => readonly ["mutation", "orgchartedgegrant", "delete", string | number];
|
|
101
95
|
};
|
|
102
|
-
export declare const appClaimedInviteMutationKeys: {
|
|
103
|
-
/** All appClaimedInvite mutation keys */ readonly all: readonly ["mutation", "appclaimedinvite"];
|
|
104
|
-
/** Create appClaimedInvite mutation key */ readonly create: () => readonly ["mutation", "appclaimedinvite", "create"];
|
|
105
|
-
/** Update appClaimedInvite mutation key */ readonly update: (id: string | number) => readonly ["mutation", "appclaimedinvite", "update", string | number];
|
|
106
|
-
/** Delete appClaimedInvite mutation key */ readonly delete: (id: string | number) => readonly ["mutation", "appclaimedinvite", "delete", string | number];
|
|
107
|
-
};
|
|
108
|
-
export declare const membershipTypeMutationKeys: {
|
|
109
|
-
/** All membershipType mutation keys */ readonly all: readonly ["mutation", "membershiptype"];
|
|
110
|
-
/** Create membershipType mutation key */ readonly create: () => readonly ["mutation", "membershiptype", "create"];
|
|
111
|
-
/** Update membershipType mutation key */ readonly update: (id: string | number) => readonly ["mutation", "membershiptype", "update", string | number];
|
|
112
|
-
/** Delete membershipType mutation key */ readonly delete: (id: string | number) => readonly ["mutation", "membershiptype", "delete", string | number];
|
|
113
|
-
};
|
|
114
|
-
export declare const appGrantMutationKeys: {
|
|
115
|
-
/** All appGrant mutation keys */ readonly all: readonly ["mutation", "appgrant"];
|
|
116
|
-
/** Create appGrant mutation key */ readonly create: () => readonly ["mutation", "appgrant", "create"];
|
|
117
|
-
/** Update appGrant mutation key */ readonly update: (id: string | number) => readonly ["mutation", "appgrant", "update", string | number];
|
|
118
|
-
/** Delete appGrant mutation key */ readonly delete: (id: string | number) => readonly ["mutation", "appgrant", "delete", string | number];
|
|
119
|
-
};
|
|
120
|
-
export declare const appMembershipDefaultMutationKeys: {
|
|
121
|
-
/** All appMembershipDefault mutation keys */ readonly all: readonly ["mutation", "appmembershipdefault"];
|
|
122
|
-
/** Create appMembershipDefault mutation key */ readonly create: () => readonly ["mutation", "appmembershipdefault", "create"];
|
|
123
|
-
/** Update appMembershipDefault mutation key */ readonly update: (id: string | number) => readonly ["mutation", "appmembershipdefault", "update", string | number];
|
|
124
|
-
/** Delete appMembershipDefault mutation key */ readonly delete: (id: string | number) => readonly ["mutation", "appmembershipdefault", "delete", string | number];
|
|
125
|
-
};
|
|
126
|
-
export declare const orgMembershipDefaultMutationKeys: {
|
|
127
|
-
/** All orgMembershipDefault mutation keys */ readonly all: readonly ["mutation", "orgmembershipdefault"];
|
|
128
|
-
/** Create orgMembershipDefault mutation key */ readonly create: () => readonly ["mutation", "orgmembershipdefault", "create"];
|
|
129
|
-
/** Update orgMembershipDefault mutation key */ readonly update: (id: string | number) => readonly ["mutation", "orgmembershipdefault", "update", string | number];
|
|
130
|
-
/** Delete orgMembershipDefault mutation key */ readonly delete: (id: string | number) => readonly ["mutation", "orgmembershipdefault", "delete", string | number];
|
|
131
|
-
};
|
|
132
96
|
export declare const orgClaimedInviteMutationKeys: {
|
|
133
97
|
/** All orgClaimedInvite mutation keys */ readonly all: readonly ["mutation", "orgclaimedinvite"];
|
|
134
98
|
/** Create orgClaimedInvite mutation key */ readonly create: () => readonly ["mutation", "orgclaimedinvite", "create"];
|
|
135
99
|
/** Update orgClaimedInvite mutation key */ readonly update: (id: string | number) => readonly ["mutation", "orgclaimedinvite", "update", string | number];
|
|
136
100
|
/** Delete orgClaimedInvite mutation key */ readonly delete: (id: string | number) => readonly ["mutation", "orgclaimedinvite", "delete", string | number];
|
|
137
101
|
};
|
|
102
|
+
export declare const orgGetManagersRecordMutationKeys: {
|
|
103
|
+
/** All orgGetManagersRecord mutation keys */ readonly all: readonly ["mutation", "orggetmanagersrecord"];
|
|
104
|
+
/** Create orgGetManagersRecord mutation key */ readonly create: () => readonly ["mutation", "orggetmanagersrecord", "create"];
|
|
105
|
+
/** Update orgGetManagersRecord mutation key */ readonly update: (id: string | number) => readonly ["mutation", "orggetmanagersrecord", "update", string | number];
|
|
106
|
+
/** Delete orgGetManagersRecord mutation key */ readonly delete: (id: string | number) => readonly ["mutation", "orggetmanagersrecord", "delete", string | number];
|
|
107
|
+
};
|
|
108
|
+
export declare const orgGetSubordinatesRecordMutationKeys: {
|
|
109
|
+
/** All orgGetSubordinatesRecord mutation keys */ readonly all: readonly ["mutation", "orggetsubordinatesrecord"];
|
|
110
|
+
/** Create orgGetSubordinatesRecord mutation key */ readonly create: () => readonly ["mutation", "orggetsubordinatesrecord", "create"];
|
|
111
|
+
/** Update orgGetSubordinatesRecord mutation key */ readonly update: (id: string | number) => readonly ["mutation", "orggetsubordinatesrecord", "update", string | number];
|
|
112
|
+
/** Delete orgGetSubordinatesRecord mutation key */ readonly delete: (id: string | number) => readonly ["mutation", "orggetsubordinatesrecord", "delete", string | number];
|
|
113
|
+
};
|
|
138
114
|
export declare const orgGrantMutationKeys: {
|
|
139
115
|
/** All orgGrant mutation keys */ readonly all: readonly ["mutation", "orggrant"];
|
|
140
116
|
/** Create orgGrant mutation key */ readonly create: () => readonly ["mutation", "orggrant", "create"];
|
|
141
117
|
/** Update orgGrant mutation key */ readonly update: (id: string | number) => readonly ["mutation", "orggrant", "update", string | number];
|
|
142
118
|
/** Delete orgGrant mutation key */ readonly delete: (id: string | number) => readonly ["mutation", "orggrant", "delete", string | number];
|
|
143
119
|
};
|
|
144
|
-
export declare const
|
|
145
|
-
/** All
|
|
146
|
-
/** Create
|
|
147
|
-
/** Update
|
|
148
|
-
/** Delete
|
|
120
|
+
export declare const orgInviteMutationKeys: {
|
|
121
|
+
/** All orgInvite mutation keys */ readonly all: readonly ["mutation", "orginvite"];
|
|
122
|
+
/** Create orgInvite mutation key */ readonly create: () => readonly ["mutation", "orginvite", "create"];
|
|
123
|
+
/** Update orgInvite mutation key */ readonly update: (id: string | number) => readonly ["mutation", "orginvite", "update", string | number];
|
|
124
|
+
/** Delete orgInvite mutation key */ readonly delete: (id: string | number) => readonly ["mutation", "orginvite", "delete", string | number];
|
|
149
125
|
};
|
|
150
|
-
export declare const
|
|
151
|
-
/** All
|
|
152
|
-
/** Create
|
|
153
|
-
/** Update
|
|
154
|
-
/** Delete
|
|
126
|
+
export declare const orgMemberMutationKeys: {
|
|
127
|
+
/** All orgMember mutation keys */ readonly all: readonly ["mutation", "orgmember"];
|
|
128
|
+
/** Create orgMember mutation key */ readonly create: () => readonly ["mutation", "orgmember", "create"];
|
|
129
|
+
/** Update orgMember mutation key */ readonly update: (id: string | number) => readonly ["mutation", "orgmember", "update", string | number];
|
|
130
|
+
/** Delete orgMember mutation key */ readonly delete: (id: string | number) => readonly ["mutation", "orgmember", "delete", string | number];
|
|
155
131
|
};
|
|
156
|
-
export declare const
|
|
157
|
-
/** All
|
|
158
|
-
/** Create
|
|
159
|
-
/** Update
|
|
160
|
-
/** Delete
|
|
132
|
+
export declare const orgMemberProfileMutationKeys: {
|
|
133
|
+
/** All orgMemberProfile mutation keys */ readonly all: readonly ["mutation", "orgmemberprofile"];
|
|
134
|
+
/** Create orgMemberProfile mutation key */ readonly create: () => readonly ["mutation", "orgmemberprofile", "create"];
|
|
135
|
+
/** Update orgMemberProfile mutation key */ readonly update: (id: string | number) => readonly ["mutation", "orgmemberprofile", "update", string | number];
|
|
136
|
+
/** Delete orgMemberProfile mutation key */ readonly delete: (id: string | number) => readonly ["mutation", "orgmemberprofile", "delete", string | number];
|
|
161
137
|
};
|
|
162
138
|
export declare const orgMembershipMutationKeys: {
|
|
163
139
|
/** All orgMembership mutation keys */ readonly all: readonly ["mutation", "orgmembership"];
|
|
@@ -165,28 +141,52 @@ export declare const orgMembershipMutationKeys: {
|
|
|
165
141
|
/** Update orgMembership mutation key */ readonly update: (id: string | number) => readonly ["mutation", "orgmembership", "update", string | number];
|
|
166
142
|
/** Delete orgMembership mutation key */ readonly delete: (id: string | number) => readonly ["mutation", "orgmembership", "delete", string | number];
|
|
167
143
|
};
|
|
168
|
-
export declare const
|
|
169
|
-
/** All
|
|
170
|
-
/** Create
|
|
171
|
-
/** Update
|
|
172
|
-
/** Delete
|
|
144
|
+
export declare const orgMembershipDefaultMutationKeys: {
|
|
145
|
+
/** All orgMembershipDefault mutation keys */ readonly all: readonly ["mutation", "orgmembershipdefault"];
|
|
146
|
+
/** Create orgMembershipDefault mutation key */ readonly create: () => readonly ["mutation", "orgmembershipdefault", "create"];
|
|
147
|
+
/** Update orgMembershipDefault mutation key */ readonly update: (id: string | number) => readonly ["mutation", "orgmembershipdefault", "update", string | number];
|
|
148
|
+
/** Delete orgMembershipDefault mutation key */ readonly delete: (id: string | number) => readonly ["mutation", "orgmembershipdefault", "delete", string | number];
|
|
173
149
|
};
|
|
174
|
-
export declare const
|
|
175
|
-
/** All
|
|
176
|
-
/** Create
|
|
177
|
-
/** Update
|
|
178
|
-
/** Delete
|
|
150
|
+
export declare const orgMembershipSettingMutationKeys: {
|
|
151
|
+
/** All orgMembershipSetting mutation keys */ readonly all: readonly ["mutation", "orgmembershipsetting"];
|
|
152
|
+
/** Create orgMembershipSetting mutation key */ readonly create: () => readonly ["mutation", "orgmembershipsetting", "create"];
|
|
153
|
+
/** Update orgMembershipSetting mutation key */ readonly update: (id: string | number) => readonly ["mutation", "orgmembershipsetting", "update", string | number];
|
|
154
|
+
/** Delete orgMembershipSetting mutation key */ readonly delete: (id: string | number) => readonly ["mutation", "orgmembershipsetting", "delete", string | number];
|
|
179
155
|
};
|
|
180
|
-
export declare const
|
|
181
|
-
/** All
|
|
182
|
-
/** Create
|
|
183
|
-
/** Update
|
|
184
|
-
/** Delete
|
|
156
|
+
export declare const orgOwnerGrantMutationKeys: {
|
|
157
|
+
/** All orgOwnerGrant mutation keys */ readonly all: readonly ["mutation", "orgownergrant"];
|
|
158
|
+
/** Create orgOwnerGrant mutation key */ readonly create: () => readonly ["mutation", "orgownergrant", "create"];
|
|
159
|
+
/** Update orgOwnerGrant mutation key */ readonly update: (id: string | number) => readonly ["mutation", "orgownergrant", "update", string | number];
|
|
160
|
+
/** Delete orgOwnerGrant mutation key */ readonly delete: (id: string | number) => readonly ["mutation", "orgownergrant", "delete", string | number];
|
|
161
|
+
};
|
|
162
|
+
export declare const orgPermissionMutationKeys: {
|
|
163
|
+
/** All orgPermission mutation keys */ readonly all: readonly ["mutation", "orgpermission"];
|
|
164
|
+
/** Create orgPermission mutation key */ readonly create: () => readonly ["mutation", "orgpermission", "create"];
|
|
165
|
+
/** Update orgPermission mutation key */ readonly update: (id: string | number) => readonly ["mutation", "orgpermission", "update", string | number];
|
|
166
|
+
/** Delete orgPermission mutation key */ readonly delete: (id: string | number) => readonly ["mutation", "orgpermission", "delete", string | number];
|
|
167
|
+
};
|
|
168
|
+
export declare const orgPermissionDefaultMutationKeys: {
|
|
169
|
+
/** All orgPermissionDefault mutation keys */ readonly all: readonly ["mutation", "orgpermissiondefault"];
|
|
170
|
+
/** Create orgPermissionDefault mutation key */ readonly create: () => readonly ["mutation", "orgpermissiondefault", "create"];
|
|
171
|
+
/** Update orgPermissionDefault mutation key */ readonly update: (id: string | number) => readonly ["mutation", "orgpermissiondefault", "update", string | number];
|
|
172
|
+
/** Delete orgPermissionDefault mutation key */ readonly delete: (id: string | number) => readonly ["mutation", "orgpermissiondefault", "delete", string | number];
|
|
173
|
+
};
|
|
174
|
+
export declare const orgPermissionDefaultGrantMutationKeys: {
|
|
175
|
+
/** All orgPermissionDefaultGrant mutation keys */ readonly all: readonly ["mutation", "orgpermissiondefaultgrant"];
|
|
176
|
+
/** Create orgPermissionDefaultGrant mutation key */ readonly create: () => readonly ["mutation", "orgpermissiondefaultgrant", "create"];
|
|
177
|
+
/** Update orgPermissionDefaultGrant mutation key */ readonly update: (id: string | number) => readonly ["mutation", "orgpermissiondefaultgrant", "update", string | number];
|
|
178
|
+
/** Delete orgPermissionDefaultGrant mutation key */ readonly delete: (id: string | number) => readonly ["mutation", "orgpermissiondefaultgrant", "delete", string | number];
|
|
179
|
+
};
|
|
180
|
+
export declare const orgPermissionDefaultPermissionMutationKeys: {
|
|
181
|
+
/** All orgPermissionDefaultPermission mutation keys */ readonly all: readonly ["mutation", "orgpermissiondefaultpermission"];
|
|
182
|
+
/** Create orgPermissionDefaultPermission mutation key */ readonly create: () => readonly ["mutation", "orgpermissiondefaultpermission", "create"];
|
|
183
|
+
/** Update orgPermissionDefaultPermission mutation key */ readonly update: (id: string | number) => readonly ["mutation", "orgpermissiondefaultpermission", "update", string | number];
|
|
184
|
+
/** Delete orgPermissionDefaultPermission mutation key */ readonly delete: (id: string | number) => readonly ["mutation", "orgpermissiondefaultpermission", "delete", string | number];
|
|
185
185
|
};
|
|
186
186
|
export declare const customMutationKeys: {
|
|
187
|
+
/** Mutation key for provisionBucket */ readonly provisionBucket: (identifier?: string) => readonly ["mutation", "provisionBucket", string] | readonly ["mutation", "provisionBucket"];
|
|
187
188
|
/** Mutation key for submitAppInviteCode */ readonly submitAppInviteCode: (identifier?: string) => readonly ["mutation", "submitAppInviteCode", string] | readonly ["mutation", "submitAppInviteCode"];
|
|
188
189
|
/** Mutation key for submitOrgInviteCode */ readonly submitOrgInviteCode: (identifier?: string) => readonly ["mutation", "submitOrgInviteCode", string] | readonly ["mutation", "submitOrgInviteCode"];
|
|
189
|
-
/** Mutation key for provisionBucket */ readonly provisionBucket: (identifier?: string) => readonly ["mutation", "provisionBucket", string] | readonly ["mutation", "provisionBucket"];
|
|
190
190
|
};
|
|
191
191
|
/**
|
|
192
192
|
|
|
@@ -211,53 +211,53 @@ export declare const customMutationKeys: {
|
|
|
211
211
|
* ```
|
|
212
212
|
*/
|
|
213
213
|
export declare const mutationKeys: {
|
|
214
|
-
readonly
|
|
215
|
-
/** All
|
|
216
|
-
/** Create
|
|
217
|
-
/** Update
|
|
218
|
-
/** Delete
|
|
214
|
+
readonly appAdminGrant: {
|
|
215
|
+
/** All appAdminGrant mutation keys */ readonly all: readonly ["mutation", "appadmingrant"];
|
|
216
|
+
/** Create appAdminGrant mutation key */ readonly create: () => readonly ["mutation", "appadmingrant", "create"];
|
|
217
|
+
/** Update appAdminGrant mutation key */ readonly update: (id: string | number) => readonly ["mutation", "appadmingrant", "update", string | number];
|
|
218
|
+
/** Delete appAdminGrant mutation key */ readonly delete: (id: string | number) => readonly ["mutation", "appadmingrant", "delete", string | number];
|
|
219
219
|
};
|
|
220
|
-
readonly
|
|
221
|
-
/** All
|
|
222
|
-
/** Create
|
|
223
|
-
/** Update
|
|
224
|
-
/** Delete
|
|
220
|
+
readonly appClaimedInvite: {
|
|
221
|
+
/** All appClaimedInvite mutation keys */ readonly all: readonly ["mutation", "appclaimedinvite"];
|
|
222
|
+
/** Create appClaimedInvite mutation key */ readonly create: () => readonly ["mutation", "appclaimedinvite", "create"];
|
|
223
|
+
/** Update appClaimedInvite mutation key */ readonly update: (id: string | number) => readonly ["mutation", "appclaimedinvite", "update", string | number];
|
|
224
|
+
/** Delete appClaimedInvite mutation key */ readonly delete: (id: string | number) => readonly ["mutation", "appclaimedinvite", "delete", string | number];
|
|
225
225
|
};
|
|
226
|
-
readonly
|
|
227
|
-
/** All
|
|
228
|
-
/** Create
|
|
229
|
-
/** Update
|
|
230
|
-
/** Delete
|
|
226
|
+
readonly appGrant: {
|
|
227
|
+
/** All appGrant mutation keys */ readonly all: readonly ["mutation", "appgrant"];
|
|
228
|
+
/** Create appGrant mutation key */ readonly create: () => readonly ["mutation", "appgrant", "create"];
|
|
229
|
+
/** Update appGrant mutation key */ readonly update: (id: string | number) => readonly ["mutation", "appgrant", "update", string | number];
|
|
230
|
+
/** Delete appGrant mutation key */ readonly delete: (id: string | number) => readonly ["mutation", "appgrant", "delete", string | number];
|
|
231
231
|
};
|
|
232
|
-
readonly
|
|
233
|
-
/** All
|
|
234
|
-
/** Create
|
|
235
|
-
/** Update
|
|
236
|
-
/** Delete
|
|
232
|
+
readonly appInvite: {
|
|
233
|
+
/** All appInvite mutation keys */ readonly all: readonly ["mutation", "appinvite"];
|
|
234
|
+
/** Create appInvite mutation key */ readonly create: () => readonly ["mutation", "appinvite", "create"];
|
|
235
|
+
/** Update appInvite mutation key */ readonly update: (id: string | number) => readonly ["mutation", "appinvite", "update", string | number];
|
|
236
|
+
/** Delete appInvite mutation key */ readonly delete: (id: string | number) => readonly ["mutation", "appinvite", "delete", string | number];
|
|
237
237
|
};
|
|
238
|
-
readonly
|
|
239
|
-
/** All
|
|
240
|
-
/** Create
|
|
241
|
-
/** Update
|
|
242
|
-
/** Delete
|
|
238
|
+
readonly appMembership: {
|
|
239
|
+
/** All appMembership mutation keys */ readonly all: readonly ["mutation", "appmembership"];
|
|
240
|
+
/** Create appMembership mutation key */ readonly create: () => readonly ["mutation", "appmembership", "create"];
|
|
241
|
+
/** Update appMembership mutation key */ readonly update: (id: string | number) => readonly ["mutation", "appmembership", "update", string | number];
|
|
242
|
+
/** Delete appMembership mutation key */ readonly delete: (id: string | number) => readonly ["mutation", "appmembership", "delete", string | number];
|
|
243
243
|
};
|
|
244
|
-
readonly
|
|
245
|
-
/** All
|
|
246
|
-
/** Create
|
|
247
|
-
/** Update
|
|
248
|
-
/** Delete
|
|
244
|
+
readonly appMembershipDefault: {
|
|
245
|
+
/** All appMembershipDefault mutation keys */ readonly all: readonly ["mutation", "appmembershipdefault"];
|
|
246
|
+
/** Create appMembershipDefault mutation key */ readonly create: () => readonly ["mutation", "appmembershipdefault", "create"];
|
|
247
|
+
/** Update appMembershipDefault mutation key */ readonly update: (id: string | number) => readonly ["mutation", "appmembershipdefault", "update", string | number];
|
|
248
|
+
/** Delete appMembershipDefault mutation key */ readonly delete: (id: string | number) => readonly ["mutation", "appmembershipdefault", "delete", string | number];
|
|
249
249
|
};
|
|
250
|
-
readonly
|
|
251
|
-
/** All
|
|
252
|
-
/** Create
|
|
253
|
-
/** Update
|
|
254
|
-
/** Delete
|
|
250
|
+
readonly appOwnerGrant: {
|
|
251
|
+
/** All appOwnerGrant mutation keys */ readonly all: readonly ["mutation", "appownergrant"];
|
|
252
|
+
/** Create appOwnerGrant mutation key */ readonly create: () => readonly ["mutation", "appownergrant", "create"];
|
|
253
|
+
/** Update appOwnerGrant mutation key */ readonly update: (id: string | number) => readonly ["mutation", "appownergrant", "update", string | number];
|
|
254
|
+
/** Delete appOwnerGrant mutation key */ readonly delete: (id: string | number) => readonly ["mutation", "appownergrant", "delete", string | number];
|
|
255
255
|
};
|
|
256
|
-
readonly
|
|
257
|
-
/** All
|
|
258
|
-
/** Create
|
|
259
|
-
/** Update
|
|
260
|
-
/** Delete
|
|
256
|
+
readonly appPermission: {
|
|
257
|
+
/** All appPermission mutation keys */ readonly all: readonly ["mutation", "apppermission"];
|
|
258
|
+
/** Create appPermission mutation key */ readonly create: () => readonly ["mutation", "apppermission", "create"];
|
|
259
|
+
/** Update appPermission mutation key */ readonly update: (id: string | number) => readonly ["mutation", "apppermission", "update", string | number];
|
|
260
|
+
/** Delete appPermission mutation key */ readonly delete: (id: string | number) => readonly ["mutation", "apppermission", "delete", string | number];
|
|
261
261
|
};
|
|
262
262
|
readonly appPermissionDefault: {
|
|
263
263
|
/** All appPermissionDefault mutation keys */ readonly all: readonly ["mutation", "apppermissiondefault"];
|
|
@@ -265,11 +265,11 @@ export declare const mutationKeys: {
|
|
|
265
265
|
/** Update appPermissionDefault mutation key */ readonly update: (id: string | number) => readonly ["mutation", "apppermissiondefault", "update", string | number];
|
|
266
266
|
/** Delete appPermissionDefault mutation key */ readonly delete: (id: string | number) => readonly ["mutation", "apppermissiondefault", "delete", string | number];
|
|
267
267
|
};
|
|
268
|
-
readonly
|
|
269
|
-
/** All
|
|
270
|
-
/** Create
|
|
271
|
-
/** Update
|
|
272
|
-
/** Delete
|
|
268
|
+
readonly appPermissionDefaultGrant: {
|
|
269
|
+
/** All appPermissionDefaultGrant mutation keys */ readonly all: readonly ["mutation", "apppermissiondefaultgrant"];
|
|
270
|
+
/** Create appPermissionDefaultGrant mutation key */ readonly create: () => readonly ["mutation", "apppermissiondefaultgrant", "create"];
|
|
271
|
+
/** Update appPermissionDefaultGrant mutation key */ readonly update: (id: string | number) => readonly ["mutation", "apppermissiondefaultgrant", "update", string | number];
|
|
272
|
+
/** Delete appPermissionDefaultGrant mutation key */ readonly delete: (id: string | number) => readonly ["mutation", "apppermissiondefaultgrant", "delete", string | number];
|
|
273
273
|
};
|
|
274
274
|
readonly appPermissionDefaultPermission: {
|
|
275
275
|
/** All appPermissionDefaultPermission mutation keys */ readonly all: readonly ["mutation", "apppermissiondefaultpermission"];
|
|
@@ -277,17 +277,11 @@ export declare const mutationKeys: {
|
|
|
277
277
|
/** Update appPermissionDefaultPermission mutation key */ readonly update: (id: string | number) => readonly ["mutation", "apppermissiondefaultpermission", "update", string | number];
|
|
278
278
|
/** Delete appPermissionDefaultPermission mutation key */ readonly delete: (id: string | number) => readonly ["mutation", "apppermissiondefaultpermission", "delete", string | number];
|
|
279
279
|
};
|
|
280
|
-
readonly
|
|
281
|
-
/** All
|
|
282
|
-
/** Create
|
|
283
|
-
/** Update
|
|
284
|
-
/** Delete
|
|
285
|
-
};
|
|
286
|
-
readonly appOwnerGrant: {
|
|
287
|
-
/** All appOwnerGrant mutation keys */ readonly all: readonly ["mutation", "appownergrant"];
|
|
288
|
-
/** Create appOwnerGrant mutation key */ readonly create: () => readonly ["mutation", "appownergrant", "create"];
|
|
289
|
-
/** Update appOwnerGrant mutation key */ readonly update: (id: string | number) => readonly ["mutation", "appownergrant", "update", string | number];
|
|
290
|
-
/** Delete appOwnerGrant mutation key */ readonly delete: (id: string | number) => readonly ["mutation", "appownergrant", "delete", string | number];
|
|
280
|
+
readonly membershipType: {
|
|
281
|
+
/** All membershipType mutation keys */ readonly all: readonly ["mutation", "membershiptype"];
|
|
282
|
+
/** Create membershipType mutation key */ readonly create: () => readonly ["mutation", "membershiptype", "create"];
|
|
283
|
+
/** Update membershipType mutation key */ readonly update: (id: string | number) => readonly ["mutation", "membershiptype", "update", string | number];
|
|
284
|
+
/** Delete membershipType mutation key */ readonly delete: (id: string | number) => readonly ["mutation", "membershiptype", "delete", string | number];
|
|
291
285
|
};
|
|
292
286
|
readonly orgAdminGrant: {
|
|
293
287
|
/** All orgAdminGrant mutation keys */ readonly all: readonly ["mutation", "orgadmingrant"];
|
|
@@ -295,11 +289,11 @@ export declare const mutationKeys: {
|
|
|
295
289
|
/** Update orgAdminGrant mutation key */ readonly update: (id: string | number) => readonly ["mutation", "orgadmingrant", "update", string | number];
|
|
296
290
|
/** Delete orgAdminGrant mutation key */ readonly delete: (id: string | number) => readonly ["mutation", "orgadmingrant", "delete", string | number];
|
|
297
291
|
};
|
|
298
|
-
readonly
|
|
299
|
-
/** All
|
|
300
|
-
/** Create
|
|
301
|
-
/** Update
|
|
302
|
-
/** Delete
|
|
292
|
+
readonly orgChartEdge: {
|
|
293
|
+
/** All orgChartEdge mutation keys */ readonly all: readonly ["mutation", "orgchartedge"];
|
|
294
|
+
/** Create orgChartEdge mutation key */ readonly create: () => readonly ["mutation", "orgchartedge", "create"];
|
|
295
|
+
/** Update orgChartEdge mutation key */ readonly update: (id: string | number) => readonly ["mutation", "orgchartedge", "update", string | number];
|
|
296
|
+
/** Delete orgChartEdge mutation key */ readonly delete: (id: string | number) => readonly ["mutation", "orgchartedge", "delete", string | number];
|
|
303
297
|
};
|
|
304
298
|
readonly orgChartEdgeGrant: {
|
|
305
299
|
/** All orgChartEdgeGrant mutation keys */ readonly all: readonly ["mutation", "orgchartedgegrant"];
|
|
@@ -307,65 +301,47 @@ export declare const mutationKeys: {
|
|
|
307
301
|
/** Update orgChartEdgeGrant mutation key */ readonly update: (id: string | number) => readonly ["mutation", "orgchartedgegrant", "update", string | number];
|
|
308
302
|
/** Delete orgChartEdgeGrant mutation key */ readonly delete: (id: string | number) => readonly ["mutation", "orgchartedgegrant", "delete", string | number];
|
|
309
303
|
};
|
|
310
|
-
readonly appClaimedInvite: {
|
|
311
|
-
/** All appClaimedInvite mutation keys */ readonly all: readonly ["mutation", "appclaimedinvite"];
|
|
312
|
-
/** Create appClaimedInvite mutation key */ readonly create: () => readonly ["mutation", "appclaimedinvite", "create"];
|
|
313
|
-
/** Update appClaimedInvite mutation key */ readonly update: (id: string | number) => readonly ["mutation", "appclaimedinvite", "update", string | number];
|
|
314
|
-
/** Delete appClaimedInvite mutation key */ readonly delete: (id: string | number) => readonly ["mutation", "appclaimedinvite", "delete", string | number];
|
|
315
|
-
};
|
|
316
|
-
readonly membershipType: {
|
|
317
|
-
/** All membershipType mutation keys */ readonly all: readonly ["mutation", "membershiptype"];
|
|
318
|
-
/** Create membershipType mutation key */ readonly create: () => readonly ["mutation", "membershiptype", "create"];
|
|
319
|
-
/** Update membershipType mutation key */ readonly update: (id: string | number) => readonly ["mutation", "membershiptype", "update", string | number];
|
|
320
|
-
/** Delete membershipType mutation key */ readonly delete: (id: string | number) => readonly ["mutation", "membershiptype", "delete", string | number];
|
|
321
|
-
};
|
|
322
|
-
readonly appGrant: {
|
|
323
|
-
/** All appGrant mutation keys */ readonly all: readonly ["mutation", "appgrant"];
|
|
324
|
-
/** Create appGrant mutation key */ readonly create: () => readonly ["mutation", "appgrant", "create"];
|
|
325
|
-
/** Update appGrant mutation key */ readonly update: (id: string | number) => readonly ["mutation", "appgrant", "update", string | number];
|
|
326
|
-
/** Delete appGrant mutation key */ readonly delete: (id: string | number) => readonly ["mutation", "appgrant", "delete", string | number];
|
|
327
|
-
};
|
|
328
|
-
readonly appMembershipDefault: {
|
|
329
|
-
/** All appMembershipDefault mutation keys */ readonly all: readonly ["mutation", "appmembershipdefault"];
|
|
330
|
-
/** Create appMembershipDefault mutation key */ readonly create: () => readonly ["mutation", "appmembershipdefault", "create"];
|
|
331
|
-
/** Update appMembershipDefault mutation key */ readonly update: (id: string | number) => readonly ["mutation", "appmembershipdefault", "update", string | number];
|
|
332
|
-
/** Delete appMembershipDefault mutation key */ readonly delete: (id: string | number) => readonly ["mutation", "appmembershipdefault", "delete", string | number];
|
|
333
|
-
};
|
|
334
|
-
readonly orgMembershipDefault: {
|
|
335
|
-
/** All orgMembershipDefault mutation keys */ readonly all: readonly ["mutation", "orgmembershipdefault"];
|
|
336
|
-
/** Create orgMembershipDefault mutation key */ readonly create: () => readonly ["mutation", "orgmembershipdefault", "create"];
|
|
337
|
-
/** Update orgMembershipDefault mutation key */ readonly update: (id: string | number) => readonly ["mutation", "orgmembershipdefault", "update", string | number];
|
|
338
|
-
/** Delete orgMembershipDefault mutation key */ readonly delete: (id: string | number) => readonly ["mutation", "orgmembershipdefault", "delete", string | number];
|
|
339
|
-
};
|
|
340
304
|
readonly orgClaimedInvite: {
|
|
341
305
|
/** All orgClaimedInvite mutation keys */ readonly all: readonly ["mutation", "orgclaimedinvite"];
|
|
342
306
|
/** Create orgClaimedInvite mutation key */ readonly create: () => readonly ["mutation", "orgclaimedinvite", "create"];
|
|
343
307
|
/** Update orgClaimedInvite mutation key */ readonly update: (id: string | number) => readonly ["mutation", "orgclaimedinvite", "update", string | number];
|
|
344
308
|
/** Delete orgClaimedInvite mutation key */ readonly delete: (id: string | number) => readonly ["mutation", "orgclaimedinvite", "delete", string | number];
|
|
345
309
|
};
|
|
310
|
+
readonly orgGetManagersRecord: {
|
|
311
|
+
/** All orgGetManagersRecord mutation keys */ readonly all: readonly ["mutation", "orggetmanagersrecord"];
|
|
312
|
+
/** Create orgGetManagersRecord mutation key */ readonly create: () => readonly ["mutation", "orggetmanagersrecord", "create"];
|
|
313
|
+
/** Update orgGetManagersRecord mutation key */ readonly update: (id: string | number) => readonly ["mutation", "orggetmanagersrecord", "update", string | number];
|
|
314
|
+
/** Delete orgGetManagersRecord mutation key */ readonly delete: (id: string | number) => readonly ["mutation", "orggetmanagersrecord", "delete", string | number];
|
|
315
|
+
};
|
|
316
|
+
readonly orgGetSubordinatesRecord: {
|
|
317
|
+
/** All orgGetSubordinatesRecord mutation keys */ readonly all: readonly ["mutation", "orggetsubordinatesrecord"];
|
|
318
|
+
/** Create orgGetSubordinatesRecord mutation key */ readonly create: () => readonly ["mutation", "orggetsubordinatesrecord", "create"];
|
|
319
|
+
/** Update orgGetSubordinatesRecord mutation key */ readonly update: (id: string | number) => readonly ["mutation", "orggetsubordinatesrecord", "update", string | number];
|
|
320
|
+
/** Delete orgGetSubordinatesRecord mutation key */ readonly delete: (id: string | number) => readonly ["mutation", "orggetsubordinatesrecord", "delete", string | number];
|
|
321
|
+
};
|
|
346
322
|
readonly orgGrant: {
|
|
347
323
|
/** All orgGrant mutation keys */ readonly all: readonly ["mutation", "orggrant"];
|
|
348
324
|
/** Create orgGrant mutation key */ readonly create: () => readonly ["mutation", "orggrant", "create"];
|
|
349
325
|
/** Update orgGrant mutation key */ readonly update: (id: string | number) => readonly ["mutation", "orggrant", "update", string | number];
|
|
350
326
|
/** Delete orgGrant mutation key */ readonly delete: (id: string | number) => readonly ["mutation", "orggrant", "delete", string | number];
|
|
351
327
|
};
|
|
352
|
-
readonly
|
|
353
|
-
/** All
|
|
354
|
-
/** Create
|
|
355
|
-
/** Update
|
|
356
|
-
/** Delete
|
|
328
|
+
readonly orgInvite: {
|
|
329
|
+
/** All orgInvite mutation keys */ readonly all: readonly ["mutation", "orginvite"];
|
|
330
|
+
/** Create orgInvite mutation key */ readonly create: () => readonly ["mutation", "orginvite", "create"];
|
|
331
|
+
/** Update orgInvite mutation key */ readonly update: (id: string | number) => readonly ["mutation", "orginvite", "update", string | number];
|
|
332
|
+
/** Delete orgInvite mutation key */ readonly delete: (id: string | number) => readonly ["mutation", "orginvite", "delete", string | number];
|
|
357
333
|
};
|
|
358
|
-
readonly
|
|
359
|
-
/** All
|
|
360
|
-
/** Create
|
|
361
|
-
/** Update
|
|
362
|
-
/** Delete
|
|
334
|
+
readonly orgMember: {
|
|
335
|
+
/** All orgMember mutation keys */ readonly all: readonly ["mutation", "orgmember"];
|
|
336
|
+
/** Create orgMember mutation key */ readonly create: () => readonly ["mutation", "orgmember", "create"];
|
|
337
|
+
/** Update orgMember mutation key */ readonly update: (id: string | number) => readonly ["mutation", "orgmember", "update", string | number];
|
|
338
|
+
/** Delete orgMember mutation key */ readonly delete: (id: string | number) => readonly ["mutation", "orgmember", "delete", string | number];
|
|
363
339
|
};
|
|
364
|
-
readonly
|
|
365
|
-
/** All
|
|
366
|
-
/** Create
|
|
367
|
-
/** Update
|
|
368
|
-
/** Delete
|
|
340
|
+
readonly orgMemberProfile: {
|
|
341
|
+
/** All orgMemberProfile mutation keys */ readonly all: readonly ["mutation", "orgmemberprofile"];
|
|
342
|
+
/** Create orgMemberProfile mutation key */ readonly create: () => readonly ["mutation", "orgmemberprofile", "create"];
|
|
343
|
+
/** Update orgMemberProfile mutation key */ readonly update: (id: string | number) => readonly ["mutation", "orgmemberprofile", "update", string | number];
|
|
344
|
+
/** Delete orgMemberProfile mutation key */ readonly delete: (id: string | number) => readonly ["mutation", "orgmemberprofile", "delete", string | number];
|
|
369
345
|
};
|
|
370
346
|
readonly orgMembership: {
|
|
371
347
|
/** All orgMembership mutation keys */ readonly all: readonly ["mutation", "orgmembership"];
|
|
@@ -373,27 +349,51 @@ export declare const mutationKeys: {
|
|
|
373
349
|
/** Update orgMembership mutation key */ readonly update: (id: string | number) => readonly ["mutation", "orgmembership", "update", string | number];
|
|
374
350
|
/** Delete orgMembership mutation key */ readonly delete: (id: string | number) => readonly ["mutation", "orgmembership", "delete", string | number];
|
|
375
351
|
};
|
|
376
|
-
readonly
|
|
377
|
-
/** All
|
|
378
|
-
/** Create
|
|
379
|
-
/** Update
|
|
380
|
-
/** Delete
|
|
352
|
+
readonly orgMembershipDefault: {
|
|
353
|
+
/** All orgMembershipDefault mutation keys */ readonly all: readonly ["mutation", "orgmembershipdefault"];
|
|
354
|
+
/** Create orgMembershipDefault mutation key */ readonly create: () => readonly ["mutation", "orgmembershipdefault", "create"];
|
|
355
|
+
/** Update orgMembershipDefault mutation key */ readonly update: (id: string | number) => readonly ["mutation", "orgmembershipdefault", "update", string | number];
|
|
356
|
+
/** Delete orgMembershipDefault mutation key */ readonly delete: (id: string | number) => readonly ["mutation", "orgmembershipdefault", "delete", string | number];
|
|
381
357
|
};
|
|
382
|
-
readonly
|
|
383
|
-
/** All
|
|
384
|
-
/** Create
|
|
385
|
-
/** Update
|
|
386
|
-
/** Delete
|
|
358
|
+
readonly orgMembershipSetting: {
|
|
359
|
+
/** All orgMembershipSetting mutation keys */ readonly all: readonly ["mutation", "orgmembershipsetting"];
|
|
360
|
+
/** Create orgMembershipSetting mutation key */ readonly create: () => readonly ["mutation", "orgmembershipsetting", "create"];
|
|
361
|
+
/** Update orgMembershipSetting mutation key */ readonly update: (id: string | number) => readonly ["mutation", "orgmembershipsetting", "update", string | number];
|
|
362
|
+
/** Delete orgMembershipSetting mutation key */ readonly delete: (id: string | number) => readonly ["mutation", "orgmembershipsetting", "delete", string | number];
|
|
387
363
|
};
|
|
388
|
-
readonly
|
|
389
|
-
/** All
|
|
390
|
-
/** Create
|
|
391
|
-
/** Update
|
|
392
|
-
/** Delete
|
|
364
|
+
readonly orgOwnerGrant: {
|
|
365
|
+
/** All orgOwnerGrant mutation keys */ readonly all: readonly ["mutation", "orgownergrant"];
|
|
366
|
+
/** Create orgOwnerGrant mutation key */ readonly create: () => readonly ["mutation", "orgownergrant", "create"];
|
|
367
|
+
/** Update orgOwnerGrant mutation key */ readonly update: (id: string | number) => readonly ["mutation", "orgownergrant", "update", string | number];
|
|
368
|
+
/** Delete orgOwnerGrant mutation key */ readonly delete: (id: string | number) => readonly ["mutation", "orgownergrant", "delete", string | number];
|
|
369
|
+
};
|
|
370
|
+
readonly orgPermission: {
|
|
371
|
+
/** All orgPermission mutation keys */ readonly all: readonly ["mutation", "orgpermission"];
|
|
372
|
+
/** Create orgPermission mutation key */ readonly create: () => readonly ["mutation", "orgpermission", "create"];
|
|
373
|
+
/** Update orgPermission mutation key */ readonly update: (id: string | number) => readonly ["mutation", "orgpermission", "update", string | number];
|
|
374
|
+
/** Delete orgPermission mutation key */ readonly delete: (id: string | number) => readonly ["mutation", "orgpermission", "delete", string | number];
|
|
375
|
+
};
|
|
376
|
+
readonly orgPermissionDefault: {
|
|
377
|
+
/** All orgPermissionDefault mutation keys */ readonly all: readonly ["mutation", "orgpermissiondefault"];
|
|
378
|
+
/** Create orgPermissionDefault mutation key */ readonly create: () => readonly ["mutation", "orgpermissiondefault", "create"];
|
|
379
|
+
/** Update orgPermissionDefault mutation key */ readonly update: (id: string | number) => readonly ["mutation", "orgpermissiondefault", "update", string | number];
|
|
380
|
+
/** Delete orgPermissionDefault mutation key */ readonly delete: (id: string | number) => readonly ["mutation", "orgpermissiondefault", "delete", string | number];
|
|
381
|
+
};
|
|
382
|
+
readonly orgPermissionDefaultGrant: {
|
|
383
|
+
/** All orgPermissionDefaultGrant mutation keys */ readonly all: readonly ["mutation", "orgpermissiondefaultgrant"];
|
|
384
|
+
/** Create orgPermissionDefaultGrant mutation key */ readonly create: () => readonly ["mutation", "orgpermissiondefaultgrant", "create"];
|
|
385
|
+
/** Update orgPermissionDefaultGrant mutation key */ readonly update: (id: string | number) => readonly ["mutation", "orgpermissiondefaultgrant", "update", string | number];
|
|
386
|
+
/** Delete orgPermissionDefaultGrant mutation key */ readonly delete: (id: string | number) => readonly ["mutation", "orgpermissiondefaultgrant", "delete", string | number];
|
|
387
|
+
};
|
|
388
|
+
readonly orgPermissionDefaultPermission: {
|
|
389
|
+
/** All orgPermissionDefaultPermission mutation keys */ readonly all: readonly ["mutation", "orgpermissiondefaultpermission"];
|
|
390
|
+
/** Create orgPermissionDefaultPermission mutation key */ readonly create: () => readonly ["mutation", "orgpermissiondefaultpermission", "create"];
|
|
391
|
+
/** Update orgPermissionDefaultPermission mutation key */ readonly update: (id: string | number) => readonly ["mutation", "orgpermissiondefaultpermission", "update", string | number];
|
|
392
|
+
/** Delete orgPermissionDefaultPermission mutation key */ readonly delete: (id: string | number) => readonly ["mutation", "orgpermissiondefaultpermission", "delete", string | number];
|
|
393
393
|
};
|
|
394
394
|
readonly custom: {
|
|
395
|
+
/** Mutation key for provisionBucket */ readonly provisionBucket: (identifier?: string) => readonly ["mutation", "provisionBucket", string] | readonly ["mutation", "provisionBucket"];
|
|
395
396
|
/** Mutation key for submitAppInviteCode */ readonly submitAppInviteCode: (identifier?: string) => readonly ["mutation", "submitAppInviteCode", string] | readonly ["mutation", "submitAppInviteCode"];
|
|
396
397
|
/** Mutation key for submitOrgInviteCode */ readonly submitOrgInviteCode: (identifier?: string) => readonly ["mutation", "submitOrgInviteCode", string] | readonly ["mutation", "submitOrgInviteCode"];
|
|
397
|
-
/** Mutation key for provisionBucket */ readonly provisionBucket: (identifier?: string) => readonly ["mutation", "provisionBucket", string] | readonly ["mutation", "provisionBucket"];
|
|
398
398
|
};
|
|
399
399
|
};
|