@constructive-io/react 0.28.2 → 0.29.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/admin/hooks/index.d.ts +1 -1
- package/admin/hooks/index.js +1 -1
- package/admin/hooks/invalidation.d.ts +120 -120
- package/admin/hooks/invalidation.js +232 -232
- package/admin/hooks/mutation-keys.d.ts +244 -244
- package/admin/hooks/mutation-keys.js +157 -157
- package/admin/hooks/mutations/index.d.ts +63 -63
- package/admin/hooks/mutations/index.js +63 -63
- package/admin/hooks/queries/index.d.ts +47 -47
- package/admin/hooks/queries/index.js +47 -47
- package/admin/hooks/queries/useAppPermissionsGetByMaskQuery.d.ts +3 -3
- package/admin/hooks/queries/useAppPermissionsGetByMaskQuery.js +2 -2
- package/admin/hooks/queries/useOrgIsManagerOfQuery.d.ts +3 -3
- package/admin/hooks/queries/useOrgIsManagerOfQuery.js +2 -2
- package/admin/hooks/queries/useOrgPermissionsGetByMaskQuery.d.ts +3 -3
- package/admin/hooks/queries/useOrgPermissionsGetByMaskQuery.js +2 -2
- package/admin/hooks/query-keys.d.ts +296 -296
- package/admin/hooks/query-keys.js +173 -173
- package/admin/orm/index.d.ts +67 -67
- package/admin/orm/index.js +44 -44
- package/admin/orm/input-types.d.ts +3168 -3168
- package/admin/orm/input-types.js +1 -1
- package/admin/orm/models/index.d.ts +22 -22
- package/admin/orm/models/index.js +45 -45
- package/admin/orm/mutation/index.d.ts +12 -12
- package/admin/orm/mutation/index.js +12 -12
- package/admin/orm/query/index.d.ts +47 -47
- package/admin/orm/query/index.js +68 -68
- package/admin/schema-types.d.ts +2497 -2497
- package/admin/types.d.ts +193 -193
- package/agent/hooks/index.d.ts +1 -1
- package/agent/hooks/index.js +1 -1
- package/agent/hooks/invalidation.d.ts +23 -23
- package/agent/hooks/invalidation.js +55 -55
- package/agent/hooks/mutation-keys.d.ts +46 -46
- package/agent/hooks/mutation-keys.js +28 -28
- package/agent/hooks/mutations/index.d.ts +12 -12
- package/agent/hooks/mutations/index.js +12 -12
- package/agent/hooks/queries/index.d.ts +8 -8
- package/agent/hooks/queries/index.js +8 -8
- package/agent/hooks/query-keys.d.ts +54 -54
- package/agent/hooks/query-keys.js +32 -32
- package/agent/orm/index.d.ts +8 -8
- package/agent/orm/index.js +8 -8
- package/agent/orm/input-types.d.ts +1788 -1788
- package/agent/orm/input-types.js +9 -9
- package/agent/orm/models/index.d.ts +4 -4
- package/agent/orm/models/index.js +9 -9
- package/agent/schema-types.d.ts +1226 -1226
- package/agent/types.d.ts +95 -95
- package/api/hooks/index.d.ts +1 -1
- package/api/hooks/index.js +1 -1
- package/api/hooks/invalidation.d.ts +184 -184
- package/api/hooks/invalidation.js +392 -392
- package/api/hooks/mutation-keys.d.ts +411 -411
- package/api/hooks/mutation-keys.js +227 -227
- package/api/hooks/mutations/index.d.ts +93 -93
- package/api/hooks/mutations/index.js +93 -93
- package/api/hooks/queries/index.d.ts +64 -64
- package/api/hooks/queries/index.js +64 -64
- package/api/hooks/queries/useApplyRegistryDefaultsQuery.d.ts +3 -3
- package/api/hooks/queries/useApplyRegistryDefaultsQuery.js +2 -2
- package/api/hooks/query-keys.d.ts +466 -466
- package/api/hooks/query-keys.js +251 -251
- package/api/orm/index.d.ts +77 -77
- package/api/orm/index.js +64 -64
- package/api/orm/input-types.d.ts +8781 -8781
- package/api/orm/input-types.js +48 -48
- package/api/orm/models/index.d.ts +32 -32
- package/api/orm/models/index.js +65 -65
- package/api/orm/mutation/index.d.ts +29 -29
- package/api/orm/mutation/index.js +30 -30
- package/api/orm/query/index.d.ts +1 -1
- package/api/orm/query/index.js +4 -4
- package/api/schema-types.d.ts +5628 -5628
- package/api/types.d.ts +435 -435
- package/auth/hooks/index.d.ts +1 -1
- package/auth/hooks/index.js +1 -1
- package/auth/hooks/invalidation.d.ts +42 -42
- package/auth/hooks/invalidation.js +90 -90
- package/auth/hooks/mutation-keys.d.ts +124 -124
- package/auth/hooks/mutation-keys.js +106 -106
- package/auth/hooks/mutations/index.d.ts +36 -36
- package/auth/hooks/mutations/index.js +36 -36
- package/auth/hooks/queries/index.d.ts +15 -15
- package/auth/hooks/queries/index.js +15 -15
- package/auth/hooks/query-keys.d.ts +102 -102
- package/auth/hooks/query-keys.js +59 -59
- package/auth/orm/index.d.ts +103 -103
- package/auth/orm/index.js +14 -14
- package/auth/orm/input-types.d.ts +2102 -2109
- package/auth/orm/input-types.js +5 -5
- package/auth/orm/models/index.d.ts +7 -7
- package/auth/orm/models/index.js +15 -15
- package/auth/orm/mutation/index.d.ts +138 -138
- package/auth/orm/mutation/index.js +168 -168
- package/auth/orm/query/index.d.ts +10 -10
- package/auth/orm/query/index.js +14 -14
- package/auth/schema-types.d.ts +1602 -1605
- package/auth/types.d.ts +86 -87
- package/compute/hooks/index.d.ts +1 -1
- package/compute/hooks/index.js +1 -1
- package/compute/hooks/invalidation.d.ts +183 -183
- package/compute/hooks/invalidation.js +391 -391
- package/compute/hooks/mutation-keys.d.ts +388 -388
- package/compute/hooks/mutation-keys.js +300 -300
- package/compute/hooks/mutations/index.d.ts +97 -97
- package/compute/hooks/mutations/index.js +97 -97
- package/compute/hooks/mutations/useCreateFunctionInvocationMutation.d.ts +2 -2
- package/compute/hooks/mutations/useCreateFunctionInvocationMutation.js +1 -1
- package/compute/hooks/mutations/useCreatePlatformFunctionInvocationMutation.d.ts +2 -2
- package/compute/hooks/mutations/useCreatePlatformFunctionInvocationMutation.js +1 -1
- package/compute/hooks/mutations/useDeleteFunctionInvocationMutation.d.ts +2 -2
- package/compute/hooks/mutations/useDeleteFunctionInvocationMutation.js +1 -1
- package/compute/hooks/mutations/useDeletePlatformFunctionInvocationMutation.d.ts +2 -2
- package/compute/hooks/mutations/useDeletePlatformFunctionInvocationMutation.js +1 -1
- package/compute/hooks/mutations/useUpdateFunctionInvocationMutation.d.ts +2 -2
- package/compute/hooks/mutations/useUpdateFunctionInvocationMutation.js +1 -1
- package/compute/hooks/mutations/useUpdatePlatformFunctionInvocationMutation.d.ts +2 -2
- package/compute/hooks/mutations/useUpdatePlatformFunctionInvocationMutation.js +1 -1
- package/compute/hooks/queries/index.d.ts +59 -59
- package/compute/hooks/queries/index.js +59 -59
- package/compute/hooks/queries/useFunctionInvocationQuery.d.ts +4 -4
- package/compute/hooks/queries/useFunctionInvocationQuery.js +1 -1
- package/compute/hooks/queries/useFunctionInvocationsQuery.d.ts +4 -4
- package/compute/hooks/queries/useFunctionInvocationsQuery.js +1 -1
- package/compute/hooks/queries/usePlatformFunctionInvocationQuery.d.ts +4 -4
- package/compute/hooks/queries/usePlatformFunctionInvocationQuery.js +1 -1
- package/compute/hooks/queries/usePlatformFunctionInvocationsQuery.d.ts +4 -4
- package/compute/hooks/queries/usePlatformFunctionInvocationsQuery.js +1 -1
- package/compute/hooks/query-keys.d.ts +438 -438
- package/compute/hooks/query-keys.js +256 -256
- package/compute/orm/index.d.ts +110 -110
- package/compute/orm/index.js +64 -64
- package/compute/orm/input-types.d.ts +7256 -7037
- package/compute/orm/input-types.js +15 -13
- package/compute/orm/models/index.d.ts +32 -32
- package/compute/orm/models/index.js +65 -65
- package/compute/orm/mutation/index.d.ts +77 -77
- package/compute/orm/mutation/index.js +96 -96
- package/compute/schema-types.d.ts +4950 -4896
- package/compute/types.d.ts +470 -468
- package/config/hooks/index.d.ts +1 -1
- package/config/hooks/index.js +1 -1
- package/config/hooks/invalidation.d.ts +6 -6
- package/config/hooks/invalidation.js +15 -15
- package/config/hooks/mutation-keys.d.ts +24 -24
- package/config/hooks/mutation-keys.js +26 -26
- package/config/hooks/mutations/index.d.ts +9 -9
- package/config/hooks/mutations/index.js +9 -9
- package/config/hooks/queries/index.d.ts +2 -2
- package/config/hooks/queries/index.js +2 -2
- package/config/hooks/query-keys.d.ts +14 -14
- package/config/hooks/query-keys.js +9 -9
- package/config/orm/index.d.ts +30 -30
- package/config/orm/index.js +2 -2
- package/config/orm/input-types.d.ts +416 -416
- package/config/orm/models/index.d.ts +1 -1
- package/config/orm/models/index.js +3 -3
- package/config/orm/mutation/index.d.ts +47 -47
- package/config/orm/mutation/index.js +60 -60
- package/config/schema-types.d.ts +519 -519
- package/config/types.d.ts +35 -35
- package/esm/admin/hooks/index.d.ts +1 -1
- package/esm/admin/hooks/index.js +1 -1
- package/esm/admin/hooks/invalidation.d.ts +120 -120
- package/esm/admin/hooks/invalidation.js +233 -233
- package/esm/admin/hooks/mutation-keys.d.ts +244 -244
- package/esm/admin/hooks/mutation-keys.js +156 -156
- package/esm/admin/hooks/mutations/index.d.ts +63 -63
- package/esm/admin/hooks/mutations/index.js +63 -63
- package/esm/admin/hooks/queries/index.d.ts +47 -47
- package/esm/admin/hooks/queries/index.js +47 -47
- package/esm/admin/hooks/queries/useAppPermissionsGetByMaskQuery.d.ts +3 -3
- package/esm/admin/hooks/queries/useAppPermissionsGetByMaskQuery.js +2 -2
- package/esm/admin/hooks/queries/useOrgIsManagerOfQuery.d.ts +3 -3
- package/esm/admin/hooks/queries/useOrgIsManagerOfQuery.js +2 -2
- package/esm/admin/hooks/queries/useOrgPermissionsGetByMaskQuery.d.ts +3 -3
- package/esm/admin/hooks/queries/useOrgPermissionsGetByMaskQuery.js +2 -2
- package/esm/admin/hooks/query-keys.d.ts +296 -296
- package/esm/admin/hooks/query-keys.js +172 -172
- package/esm/admin/orm/index.d.ts +67 -67
- package/esm/admin/orm/index.js +44 -44
- package/esm/admin/orm/input-types.d.ts +3168 -3168
- package/esm/admin/orm/input-types.js +1 -1
- package/esm/admin/orm/models/index.d.ts +22 -22
- package/esm/admin/orm/models/index.js +22 -22
- package/esm/admin/orm/mutation/index.d.ts +12 -12
- package/esm/admin/orm/mutation/index.js +12 -12
- package/esm/admin/orm/query/index.d.ts +47 -47
- package/esm/admin/orm/query/index.js +68 -68
- package/esm/admin/schema-types.d.ts +2497 -2497
- package/esm/admin/types.d.ts +193 -193
- package/esm/agent/hooks/index.d.ts +1 -1
- package/esm/agent/hooks/index.js +1 -1
- package/esm/agent/hooks/invalidation.d.ts +23 -23
- package/esm/agent/hooks/invalidation.js +56 -56
- package/esm/agent/hooks/mutation-keys.d.ts +46 -46
- package/esm/agent/hooks/mutation-keys.js +27 -27
- package/esm/agent/hooks/mutations/index.d.ts +12 -12
- package/esm/agent/hooks/mutations/index.js +12 -12
- package/esm/agent/hooks/queries/index.d.ts +8 -8
- package/esm/agent/hooks/queries/index.js +8 -8
- package/esm/agent/hooks/query-keys.d.ts +54 -54
- package/esm/agent/hooks/query-keys.js +31 -31
- package/esm/agent/orm/index.d.ts +8 -8
- package/esm/agent/orm/index.js +8 -8
- package/esm/agent/orm/input-types.d.ts +1788 -1788
- package/esm/agent/orm/input-types.js +9 -9
- package/esm/agent/orm/models/index.d.ts +4 -4
- package/esm/agent/orm/models/index.js +4 -4
- package/esm/agent/schema-types.d.ts +1226 -1226
- package/esm/agent/types.d.ts +95 -95
- package/esm/api/hooks/index.d.ts +1 -1
- package/esm/api/hooks/index.js +1 -1
- package/esm/api/hooks/invalidation.d.ts +184 -184
- package/esm/api/hooks/invalidation.js +393 -393
- package/esm/api/hooks/mutation-keys.d.ts +411 -411
- package/esm/api/hooks/mutation-keys.js +226 -226
- package/esm/api/hooks/mutations/index.d.ts +93 -93
- package/esm/api/hooks/mutations/index.js +93 -93
- package/esm/api/hooks/queries/index.d.ts +64 -64
- package/esm/api/hooks/queries/index.js +64 -64
- package/esm/api/hooks/queries/useApplyRegistryDefaultsQuery.d.ts +3 -3
- package/esm/api/hooks/queries/useApplyRegistryDefaultsQuery.js +2 -2
- package/esm/api/hooks/query-keys.d.ts +466 -466
- package/esm/api/hooks/query-keys.js +250 -250
- package/esm/api/orm/index.d.ts +77 -77
- package/esm/api/orm/index.js +64 -64
- package/esm/api/orm/input-types.d.ts +8781 -8781
- package/esm/api/orm/input-types.js +48 -48
- package/esm/api/orm/models/index.d.ts +32 -32
- package/esm/api/orm/models/index.js +32 -32
- package/esm/api/orm/mutation/index.d.ts +29 -29
- package/esm/api/orm/mutation/index.js +30 -30
- package/esm/api/orm/query/index.d.ts +1 -1
- package/esm/api/orm/query/index.js +4 -4
- package/esm/api/schema-types.d.ts +5628 -5628
- package/esm/api/types.d.ts +435 -435
- package/esm/auth/hooks/index.d.ts +1 -1
- package/esm/auth/hooks/index.js +1 -1
- package/esm/auth/hooks/invalidation.d.ts +42 -42
- package/esm/auth/hooks/invalidation.js +91 -91
- package/esm/auth/hooks/mutation-keys.d.ts +124 -124
- package/esm/auth/hooks/mutation-keys.js +105 -105
- package/esm/auth/hooks/mutations/index.d.ts +36 -36
- package/esm/auth/hooks/mutations/index.js +36 -36
- package/esm/auth/hooks/queries/index.d.ts +15 -15
- package/esm/auth/hooks/queries/index.js +15 -15
- package/esm/auth/hooks/query-keys.d.ts +102 -102
- package/esm/auth/hooks/query-keys.js +58 -58
- package/esm/auth/orm/index.d.ts +103 -103
- package/esm/auth/orm/index.js +14 -14
- package/esm/auth/orm/input-types.d.ts +2102 -2109
- package/esm/auth/orm/input-types.js +5 -5
- package/esm/auth/orm/models/index.d.ts +7 -7
- package/esm/auth/orm/models/index.js +7 -7
- package/esm/auth/orm/mutation/index.d.ts +138 -138
- package/esm/auth/orm/mutation/index.js +168 -168
- package/esm/auth/orm/query/index.d.ts +10 -10
- package/esm/auth/orm/query/index.js +14 -14
- package/esm/auth/schema-types.d.ts +1602 -1605
- package/esm/auth/types.d.ts +86 -87
- package/esm/compute/hooks/index.d.ts +1 -1
- package/esm/compute/hooks/index.js +1 -1
- package/esm/compute/hooks/invalidation.d.ts +183 -183
- package/esm/compute/hooks/invalidation.js +392 -392
- package/esm/compute/hooks/mutation-keys.d.ts +388 -388
- package/esm/compute/hooks/mutation-keys.js +299 -299
- package/esm/compute/hooks/mutations/index.d.ts +97 -97
- package/esm/compute/hooks/mutations/index.js +97 -97
- package/esm/compute/hooks/mutations/useCreateFunctionInvocationMutation.d.ts +2 -2
- package/esm/compute/hooks/mutations/useCreateFunctionInvocationMutation.js +1 -1
- package/esm/compute/hooks/mutations/useCreatePlatformFunctionInvocationMutation.d.ts +2 -2
- package/esm/compute/hooks/mutations/useCreatePlatformFunctionInvocationMutation.js +1 -1
- package/esm/compute/hooks/mutations/useDeleteFunctionInvocationMutation.d.ts +2 -2
- package/esm/compute/hooks/mutations/useDeleteFunctionInvocationMutation.js +1 -1
- package/esm/compute/hooks/mutations/useDeletePlatformFunctionInvocationMutation.d.ts +2 -2
- package/esm/compute/hooks/mutations/useDeletePlatformFunctionInvocationMutation.js +1 -1
- package/esm/compute/hooks/mutations/useUpdateFunctionInvocationMutation.d.ts +2 -2
- package/esm/compute/hooks/mutations/useUpdateFunctionInvocationMutation.js +1 -1
- package/esm/compute/hooks/mutations/useUpdatePlatformFunctionInvocationMutation.d.ts +2 -2
- package/esm/compute/hooks/mutations/useUpdatePlatformFunctionInvocationMutation.js +1 -1
- package/esm/compute/hooks/queries/index.d.ts +59 -59
- package/esm/compute/hooks/queries/index.js +59 -59
- package/esm/compute/hooks/queries/useFunctionInvocationQuery.d.ts +4 -4
- package/esm/compute/hooks/queries/useFunctionInvocationQuery.js +1 -1
- package/esm/compute/hooks/queries/useFunctionInvocationsQuery.d.ts +4 -4
- package/esm/compute/hooks/queries/useFunctionInvocationsQuery.js +1 -1
- package/esm/compute/hooks/queries/usePlatformFunctionInvocationQuery.d.ts +4 -4
- package/esm/compute/hooks/queries/usePlatformFunctionInvocationQuery.js +1 -1
- package/esm/compute/hooks/queries/usePlatformFunctionInvocationsQuery.d.ts +4 -4
- package/esm/compute/hooks/queries/usePlatformFunctionInvocationsQuery.js +1 -1
- package/esm/compute/hooks/query-keys.d.ts +438 -438
- package/esm/compute/hooks/query-keys.js +255 -255
- package/esm/compute/orm/index.d.ts +110 -110
- package/esm/compute/orm/index.js +64 -64
- package/esm/compute/orm/input-types.d.ts +7256 -7037
- package/esm/compute/orm/input-types.js +15 -13
- package/esm/compute/orm/models/index.d.ts +32 -32
- package/esm/compute/orm/models/index.js +32 -32
- package/esm/compute/orm/mutation/index.d.ts +77 -77
- package/esm/compute/orm/mutation/index.js +96 -96
- package/esm/compute/schema-types.d.ts +4950 -4896
- package/esm/compute/types.d.ts +470 -468
- package/esm/config/hooks/index.d.ts +1 -1
- package/esm/config/hooks/index.js +1 -1
- package/esm/config/hooks/invalidation.d.ts +6 -6
- package/esm/config/hooks/invalidation.js +16 -16
- package/esm/config/hooks/mutation-keys.d.ts +24 -24
- package/esm/config/hooks/mutation-keys.js +25 -25
- package/esm/config/hooks/mutations/index.d.ts +9 -9
- package/esm/config/hooks/mutations/index.js +9 -9
- package/esm/config/hooks/queries/index.d.ts +2 -2
- package/esm/config/hooks/queries/index.js +2 -2
- package/esm/config/hooks/query-keys.d.ts +14 -14
- package/esm/config/hooks/query-keys.js +8 -8
- package/esm/config/orm/index.d.ts +30 -30
- package/esm/config/orm/index.js +2 -2
- package/esm/config/orm/input-types.d.ts +416 -416
- package/esm/config/orm/models/index.d.ts +1 -1
- package/esm/config/orm/models/index.js +1 -1
- package/esm/config/orm/mutation/index.d.ts +47 -47
- package/esm/config/orm/mutation/index.js +60 -60
- package/esm/config/schema-types.d.ts +519 -519
- package/esm/config/types.d.ts +35 -35
- package/esm/infra/hooks/index.d.ts +1 -1
- package/esm/infra/hooks/index.js +1 -1
- package/esm/infra/hooks/invalidation.d.ts +28 -28
- package/esm/infra/hooks/invalidation.js +66 -66
- package/esm/infra/hooks/mutation-keys.d.ts +58 -58
- package/esm/infra/hooks/mutation-keys.js +36 -36
- package/esm/infra/hooks/mutations/index.d.ts +16 -16
- package/esm/infra/hooks/mutations/index.js +16 -16
- package/esm/infra/hooks/queries/index.d.ts +10 -10
- package/esm/infra/hooks/queries/index.js +10 -10
- package/esm/infra/hooks/query-keys.d.ts +66 -66
- package/esm/infra/hooks/query-keys.js +38 -38
- package/esm/infra/orm/index.d.ts +15 -15
- package/esm/infra/orm/index.js +10 -10
- package/esm/infra/orm/input-types.d.ts +971 -971
- package/esm/infra/orm/models/index.d.ts +5 -5
- package/esm/infra/orm/models/index.js +5 -5
- package/esm/infra/orm/mutation/index.d.ts +9 -9
- package/esm/infra/orm/mutation/index.js +12 -12
- package/esm/infra/schema-types.d.ts +979 -979
- package/esm/infra/types.d.ts +72 -72
- package/esm/modules/hooks/index.d.ts +1 -1
- package/esm/modules/hooks/index.js +1 -1
- package/esm/modules/hooks/invalidation.d.ts +291 -291
- package/esm/modules/hooks/invalidation.js +563 -563
- package/esm/modules/hooks/mutation-keys.d.ts +602 -602
- package/esm/modules/hooks/mutation-keys.js +384 -384
- package/esm/modules/hooks/mutations/index.d.ts +164 -164
- package/esm/modules/hooks/mutations/index.js +164 -164
- package/esm/modules/hooks/queries/index.d.ts +106 -106
- package/esm/modules/hooks/queries/index.js +106 -106
- package/esm/modules/hooks/queries/useResolveBlueprintFieldQuery.d.ts +3 -3
- package/esm/modules/hooks/queries/useResolveBlueprintFieldQuery.js +2 -2
- package/esm/modules/hooks/queries/useResolveBlueprintTableQuery.d.ts +3 -3
- package/esm/modules/hooks/queries/useResolveBlueprintTableQuery.js +2 -2
- package/esm/modules/hooks/query-keys.d.ts +696 -696
- package/esm/modules/hooks/query-keys.js +399 -399
- package/esm/modules/orm/index.d.ts +126 -126
- package/esm/modules/orm/index.js +106 -106
- package/esm/modules/orm/input-types.d.ts +11482 -11468
- package/esm/modules/orm/input-types.js +1 -1
- package/esm/modules/orm/models/index.d.ts +53 -53
- package/esm/modules/orm/models/index.js +53 -53
- package/esm/modules/orm/mutation/index.d.ts +51 -51
- package/esm/modules/orm/mutation/index.js +42 -42
- package/esm/modules/orm/query/index.d.ts +3 -3
- package/esm/modules/orm/query/index.js +8 -8
- package/esm/modules/schema-types.d.ts +8363 -8355
- package/esm/modules/types.d.ts +1013 -1011
- package/esm/objects/hooks/index.d.ts +1 -1
- package/esm/objects/hooks/index.js +1 -1
- package/esm/objects/hooks/invalidation.d.ts +12 -12
- package/esm/objects/hooks/invalidation.js +33 -33
- package/esm/objects/hooks/mutation-keys.d.ts +26 -26
- package/esm/objects/hooks/mutation-keys.js +17 -17
- package/esm/objects/hooks/mutations/index.d.ts +7 -7
- package/esm/objects/hooks/mutations/index.js +7 -7
- package/esm/objects/hooks/queries/index.d.ts +4 -4
- package/esm/objects/hooks/queries/index.js +4 -4
- package/esm/objects/hooks/query-keys.d.ts +28 -28
- package/esm/objects/hooks/query-keys.js +16 -16
- package/esm/objects/orm/index.d.ts +9 -9
- package/esm/objects/orm/index.js +4 -4
- package/esm/objects/orm/input-types.d.ts +384 -384
- package/esm/objects/orm/models/index.d.ts +2 -2
- package/esm/objects/orm/models/index.js +2 -2
- package/esm/objects/orm/mutation/index.d.ts +9 -9
- package/esm/objects/orm/mutation/index.js +12 -12
- package/esm/objects/schema-types.d.ts +438 -438
- package/esm/objects/types.d.ts +23 -23
- package/esm/usage/hooks/index.d.ts +1 -1
- package/esm/usage/hooks/index.js +1 -1
- package/esm/usage/hooks/invalidation.d.ts +67 -67
- package/esm/usage/hooks/invalidation.js +140 -140
- package/esm/usage/hooks/mutation-keys.d.ts +136 -136
- package/esm/usage/hooks/mutation-keys.js +82 -82
- package/esm/usage/hooks/mutations/index.d.ts +37 -37
- package/esm/usage/hooks/mutations/index.js +37 -37
- package/esm/usage/hooks/queries/index.d.ts +24 -24
- package/esm/usage/hooks/queries/index.js +24 -24
- package/esm/usage/hooks/query-keys.d.ts +158 -158
- package/esm/usage/hooks/query-keys.js +91 -91
- package/esm/usage/orm/index.d.ts +29 -29
- package/esm/usage/orm/index.js +24 -24
- package/esm/usage/orm/input-types.d.ts +2049 -2049
- package/esm/usage/orm/input-types.js +5 -5
- package/esm/usage/orm/models/index.d.ts +12 -12
- package/esm/usage/orm/models/index.js +12 -12
- package/esm/usage/orm/mutation/index.d.ts +16 -16
- package/esm/usage/orm/mutation/index.js +12 -12
- package/esm/usage/schema-types.d.ts +1591 -1591
- package/esm/usage/types.d.ts +99 -99
- package/infra/hooks/index.d.ts +1 -1
- package/infra/hooks/index.js +1 -1
- package/infra/hooks/invalidation.d.ts +28 -28
- package/infra/hooks/invalidation.js +65 -65
- package/infra/hooks/mutation-keys.d.ts +58 -58
- package/infra/hooks/mutation-keys.js +37 -37
- package/infra/hooks/mutations/index.d.ts +16 -16
- package/infra/hooks/mutations/index.js +16 -16
- package/infra/hooks/queries/index.d.ts +10 -10
- package/infra/hooks/queries/index.js +10 -10
- package/infra/hooks/query-keys.d.ts +66 -66
- package/infra/hooks/query-keys.js +39 -39
- package/infra/orm/index.d.ts +15 -15
- package/infra/orm/index.js +10 -10
- package/infra/orm/input-types.d.ts +971 -971
- package/infra/orm/models/index.d.ts +5 -5
- package/infra/orm/models/index.js +11 -11
- package/infra/orm/mutation/index.d.ts +9 -9
- package/infra/orm/mutation/index.js +12 -12
- package/infra/schema-types.d.ts +979 -979
- package/infra/types.d.ts +72 -72
- package/modules/hooks/index.d.ts +1 -1
- package/modules/hooks/index.js +1 -1
- package/modules/hooks/invalidation.d.ts +291 -291
- package/modules/hooks/invalidation.js +562 -562
- package/modules/hooks/mutation-keys.d.ts +602 -602
- package/modules/hooks/mutation-keys.js +386 -386
- package/modules/hooks/mutations/index.d.ts +164 -164
- package/modules/hooks/mutations/index.js +164 -164
- package/modules/hooks/queries/index.d.ts +106 -106
- package/modules/hooks/queries/index.js +106 -106
- package/modules/hooks/queries/useResolveBlueprintFieldQuery.d.ts +3 -3
- package/modules/hooks/queries/useResolveBlueprintFieldQuery.js +2 -2
- package/modules/hooks/queries/useResolveBlueprintTableQuery.d.ts +3 -3
- package/modules/hooks/queries/useResolveBlueprintTableQuery.js +2 -2
- package/modules/hooks/query-keys.d.ts +696 -696
- package/modules/hooks/query-keys.js +401 -401
- package/modules/orm/index.d.ts +126 -126
- package/modules/orm/index.js +106 -106
- package/modules/orm/input-types.d.ts +11482 -11468
- package/modules/orm/input-types.js +1 -1
- package/modules/orm/models/index.d.ts +53 -53
- package/modules/orm/models/index.js +108 -108
- package/modules/orm/mutation/index.d.ts +51 -51
- package/modules/orm/mutation/index.js +42 -42
- package/modules/orm/query/index.d.ts +3 -3
- package/modules/orm/query/index.js +8 -8
- package/modules/schema-types.d.ts +8363 -8355
- package/modules/types.d.ts +1013 -1011
- package/objects/hooks/index.d.ts +1 -1
- package/objects/hooks/index.js +1 -1
- package/objects/hooks/invalidation.d.ts +12 -12
- package/objects/hooks/invalidation.js +32 -32
- package/objects/hooks/mutation-keys.d.ts +26 -26
- package/objects/hooks/mutation-keys.js +18 -18
- package/objects/hooks/mutations/index.d.ts +7 -7
- package/objects/hooks/mutations/index.js +7 -7
- package/objects/hooks/queries/index.d.ts +4 -4
- package/objects/hooks/queries/index.js +4 -4
- package/objects/hooks/query-keys.d.ts +28 -28
- package/objects/hooks/query-keys.js +17 -17
- package/objects/orm/index.d.ts +9 -9
- package/objects/orm/index.js +4 -4
- package/objects/orm/input-types.d.ts +384 -384
- package/objects/orm/models/index.d.ts +2 -2
- package/objects/orm/models/index.js +5 -5
- package/objects/orm/mutation/index.d.ts +9 -9
- package/objects/orm/mutation/index.js +12 -12
- package/objects/schema-types.d.ts +438 -438
- package/objects/types.d.ts +23 -23
- package/package.json +4 -4
- package/usage/hooks/index.d.ts +1 -1
- package/usage/hooks/index.js +1 -1
- package/usage/hooks/invalidation.d.ts +67 -67
- package/usage/hooks/invalidation.js +139 -139
- package/usage/hooks/mutation-keys.d.ts +136 -136
- package/usage/hooks/mutation-keys.js +83 -83
- package/usage/hooks/mutations/index.d.ts +37 -37
- package/usage/hooks/mutations/index.js +37 -37
- package/usage/hooks/queries/index.d.ts +24 -24
- package/usage/hooks/queries/index.js +24 -24
- package/usage/hooks/query-keys.d.ts +158 -158
- package/usage/hooks/query-keys.js +92 -92
- package/usage/orm/index.d.ts +29 -29
- package/usage/orm/index.js +24 -24
- package/usage/orm/input-types.d.ts +2049 -2049
- package/usage/orm/input-types.js +5 -5
- package/usage/orm/models/index.d.ts +12 -12
- package/usage/orm/models/index.js +25 -25
- package/usage/orm/mutation/index.d.ts +16 -16
- package/usage/orm/mutation/index.js +12 -12
- package/usage/schema-types.d.ts +1591 -1591
- package/usage/types.d.ts +99 -99
|
@@ -3,6 +3,20 @@
|
|
|
3
3
|
* @generated by @constructive-io/graphql-codegen
|
|
4
4
|
* DO NOT EDIT - changes will be overwritten
|
|
5
5
|
*/
|
|
6
|
+
export declare const dbPresetKeys: {
|
|
7
|
+
/** All dbPreset queries */ readonly all: readonly ["dbpreset"];
|
|
8
|
+
/** List query keys */ readonly lists: () => readonly ["dbpreset", "list"];
|
|
9
|
+
/** List query key with variables */ readonly list: (variables?: object) => readonly ["dbpreset", "list", object];
|
|
10
|
+
/** Detail query keys */ readonly details: () => readonly ["dbpreset", "detail"];
|
|
11
|
+
/** Detail query key for specific item */ readonly detail: (id: string | number) => readonly ["dbpreset", "detail", string | number];
|
|
12
|
+
};
|
|
13
|
+
export declare const infraCommitKeys: {
|
|
14
|
+
/** All infraCommit queries */ readonly all: readonly ["infracommit"];
|
|
15
|
+
/** List query keys */ readonly lists: () => readonly ["infracommit", "list"];
|
|
16
|
+
/** List query key with variables */ readonly list: (variables?: object) => readonly ["infracommit", "list", object];
|
|
17
|
+
/** Detail query keys */ readonly details: () => readonly ["infracommit", "detail"];
|
|
18
|
+
/** Detail query key for specific item */ readonly detail: (id: string | number) => readonly ["infracommit", "detail", string | number];
|
|
19
|
+
};
|
|
6
20
|
export declare const infraGetAllRecordKeys: {
|
|
7
21
|
/** All infraGetAllRecord queries */ readonly all: readonly ["infragetallrecord"];
|
|
8
22
|
/** List query keys */ readonly lists: () => readonly ["infragetallrecord", "list"];
|
|
@@ -10,6 +24,13 @@ export declare const infraGetAllRecordKeys: {
|
|
|
10
24
|
/** Detail query keys */ readonly details: () => readonly ["infragetallrecord", "detail"];
|
|
11
25
|
/** Detail query key for specific item */ readonly detail: (id: string | number) => readonly ["infragetallrecord", "detail", string | number];
|
|
12
26
|
};
|
|
27
|
+
export declare const infraObjectKeys: {
|
|
28
|
+
/** All infraObject queries */ readonly all: readonly ["infraobject"];
|
|
29
|
+
/** List query keys */ readonly lists: () => readonly ["infraobject", "list"];
|
|
30
|
+
/** List query key with variables */ readonly list: (variables?: object) => readonly ["infraobject", "list", object];
|
|
31
|
+
/** Detail query keys */ readonly details: () => readonly ["infraobject", "detail"];
|
|
32
|
+
/** Detail query key for specific item */ readonly detail: (id: string | number) => readonly ["infraobject", "detail", string | number];
|
|
33
|
+
};
|
|
13
34
|
export declare const infraRefKeys: {
|
|
14
35
|
/** All infraRef queries */ readonly all: readonly ["infraref"];
|
|
15
36
|
/** List query keys */ readonly lists: () => readonly ["infraref", "list"];
|
|
@@ -24,26 +45,19 @@ export declare const infraStoreKeys: {
|
|
|
24
45
|
/** Detail query keys */ readonly details: () => readonly ["infrastore", "detail"];
|
|
25
46
|
/** Detail query key for specific item */ readonly detail: (id: string | number) => readonly ["infrastore", "detail", string | number];
|
|
26
47
|
};
|
|
27
|
-
export declare const
|
|
28
|
-
/** All
|
|
29
|
-
/** List query keys */ readonly lists: () => readonly ["
|
|
30
|
-
/** List query key with variables */ readonly list: (variables?: object) => readonly ["
|
|
31
|
-
/** Detail query keys */ readonly details: () => readonly ["
|
|
32
|
-
/** Detail query key for specific item */ readonly detail: (id: string | number) => readonly ["
|
|
33
|
-
};
|
|
34
|
-
export declare const infraCommitKeys: {
|
|
35
|
-
/** All infraCommit queries */ readonly all: readonly ["infracommit"];
|
|
36
|
-
/** List query keys */ readonly lists: () => readonly ["infracommit", "list"];
|
|
37
|
-
/** List query key with variables */ readonly list: (variables?: object) => readonly ["infracommit", "list", object];
|
|
38
|
-
/** Detail query keys */ readonly details: () => readonly ["infracommit", "detail"];
|
|
39
|
-
/** Detail query key for specific item */ readonly detail: (id: string | number) => readonly ["infracommit", "detail", string | number];
|
|
48
|
+
export declare const namespaceKeys: {
|
|
49
|
+
/** All namespace queries */ readonly all: readonly ["namespace"];
|
|
50
|
+
/** List query keys */ readonly lists: () => readonly ["namespace", "list"];
|
|
51
|
+
/** List query key with variables */ readonly list: (variables?: object) => readonly ["namespace", "list", object];
|
|
52
|
+
/** Detail query keys */ readonly details: () => readonly ["namespace", "detail"];
|
|
53
|
+
/** Detail query key for specific item */ readonly detail: (id: string | number) => readonly ["namespace", "detail", string | number];
|
|
40
54
|
};
|
|
41
|
-
export declare const
|
|
42
|
-
/** All
|
|
43
|
-
/** List query keys */ readonly lists: () => readonly ["
|
|
44
|
-
/** List query key with variables */ readonly list: (variables?: object) => readonly ["
|
|
45
|
-
/** Detail query keys */ readonly details: () => readonly ["
|
|
46
|
-
/** Detail query key for specific item */ readonly detail: (id: string | number) => readonly ["
|
|
55
|
+
export declare const namespaceEventKeys: {
|
|
56
|
+
/** All namespaceEvent queries */ readonly all: readonly ["namespaceevent"];
|
|
57
|
+
/** List query keys */ readonly lists: () => readonly ["namespaceevent", "list"];
|
|
58
|
+
/** List query key with variables */ readonly list: (variables?: object) => readonly ["namespaceevent", "list", object];
|
|
59
|
+
/** Detail query keys */ readonly details: () => readonly ["namespaceevent", "detail"];
|
|
60
|
+
/** Detail query key for specific item */ readonly detail: (id: string | number) => readonly ["namespaceevent", "detail", string | number];
|
|
47
61
|
};
|
|
48
62
|
export declare const platformNamespaceKeys: {
|
|
49
63
|
/** All platformNamespace queries */ readonly all: readonly ["platformnamespace"];
|
|
@@ -52,13 +66,6 @@ export declare const platformNamespaceKeys: {
|
|
|
52
66
|
/** Detail query keys */ readonly details: () => readonly ["platformnamespace", "detail"];
|
|
53
67
|
/** Detail query key for specific item */ readonly detail: (id: string | number) => readonly ["platformnamespace", "detail", string | number];
|
|
54
68
|
};
|
|
55
|
-
export declare const namespaceKeys: {
|
|
56
|
-
/** All namespace queries */ readonly all: readonly ["namespace"];
|
|
57
|
-
/** List query keys */ readonly lists: () => readonly ["namespace", "list"];
|
|
58
|
-
/** List query key with variables */ readonly list: (variables?: object) => readonly ["namespace", "list", object];
|
|
59
|
-
/** Detail query keys */ readonly details: () => readonly ["namespace", "detail"];
|
|
60
|
-
/** Detail query key for specific item */ readonly detail: (id: string | number) => readonly ["namespace", "detail", string | number];
|
|
61
|
-
};
|
|
62
69
|
export declare const platformNamespaceEventKeys: {
|
|
63
70
|
/** All platformNamespaceEvent queries */ readonly all: readonly ["platformnamespaceevent"];
|
|
64
71
|
/** List query keys */ readonly lists: () => readonly ["platformnamespaceevent", "list"];
|
|
@@ -66,13 +73,6 @@ export declare const platformNamespaceEventKeys: {
|
|
|
66
73
|
/** Detail query keys */ readonly details: () => readonly ["platformnamespaceevent", "detail"];
|
|
67
74
|
/** Detail query key for specific item */ readonly detail: (id: string | number) => readonly ["platformnamespaceevent", "detail", string | number];
|
|
68
75
|
};
|
|
69
|
-
export declare const namespaceEventKeys: {
|
|
70
|
-
/** All namespaceEvent queries */ readonly all: readonly ["namespaceevent"];
|
|
71
|
-
/** List query keys */ readonly lists: () => readonly ["namespaceevent", "list"];
|
|
72
|
-
/** List query key with variables */ readonly list: (variables?: object) => readonly ["namespaceevent", "list", object];
|
|
73
|
-
/** Detail query keys */ readonly details: () => readonly ["namespaceevent", "detail"];
|
|
74
|
-
/** Detail query key for specific item */ readonly detail: (id: string | number) => readonly ["namespaceevent", "detail", string | number];
|
|
75
|
-
};
|
|
76
76
|
/**
|
|
77
77
|
|
|
78
78
|
// ============================================================================
|
|
@@ -96,6 +96,20 @@ export declare const namespaceEventKeys: {
|
|
|
96
96
|
* ```
|
|
97
97
|
*/
|
|
98
98
|
export declare const queryKeys: {
|
|
99
|
+
readonly dbPreset: {
|
|
100
|
+
/** All dbPreset queries */ readonly all: readonly ["dbpreset"];
|
|
101
|
+
/** List query keys */ readonly lists: () => readonly ["dbpreset", "list"];
|
|
102
|
+
/** List query key with variables */ readonly list: (variables?: object) => readonly ["dbpreset", "list", object];
|
|
103
|
+
/** Detail query keys */ readonly details: () => readonly ["dbpreset", "detail"];
|
|
104
|
+
/** Detail query key for specific item */ readonly detail: (id: string | number) => readonly ["dbpreset", "detail", string | number];
|
|
105
|
+
};
|
|
106
|
+
readonly infraCommit: {
|
|
107
|
+
/** All infraCommit queries */ readonly all: readonly ["infracommit"];
|
|
108
|
+
/** List query keys */ readonly lists: () => readonly ["infracommit", "list"];
|
|
109
|
+
/** List query key with variables */ readonly list: (variables?: object) => readonly ["infracommit", "list", object];
|
|
110
|
+
/** Detail query keys */ readonly details: () => readonly ["infracommit", "detail"];
|
|
111
|
+
/** Detail query key for specific item */ readonly detail: (id: string | number) => readonly ["infracommit", "detail", string | number];
|
|
112
|
+
};
|
|
99
113
|
readonly infraGetAllRecord: {
|
|
100
114
|
/** All infraGetAllRecord queries */ readonly all: readonly ["infragetallrecord"];
|
|
101
115
|
/** List query keys */ readonly lists: () => readonly ["infragetallrecord", "list"];
|
|
@@ -103,6 +117,13 @@ export declare const queryKeys: {
|
|
|
103
117
|
/** Detail query keys */ readonly details: () => readonly ["infragetallrecord", "detail"];
|
|
104
118
|
/** Detail query key for specific item */ readonly detail: (id: string | number) => readonly ["infragetallrecord", "detail", string | number];
|
|
105
119
|
};
|
|
120
|
+
readonly infraObject: {
|
|
121
|
+
/** All infraObject queries */ readonly all: readonly ["infraobject"];
|
|
122
|
+
/** List query keys */ readonly lists: () => readonly ["infraobject", "list"];
|
|
123
|
+
/** List query key with variables */ readonly list: (variables?: object) => readonly ["infraobject", "list", object];
|
|
124
|
+
/** Detail query keys */ readonly details: () => readonly ["infraobject", "detail"];
|
|
125
|
+
/** Detail query key for specific item */ readonly detail: (id: string | number) => readonly ["infraobject", "detail", string | number];
|
|
126
|
+
};
|
|
106
127
|
readonly infraRef: {
|
|
107
128
|
/** All infraRef queries */ readonly all: readonly ["infraref"];
|
|
108
129
|
/** List query keys */ readonly lists: () => readonly ["infraref", "list"];
|
|
@@ -117,26 +138,19 @@ export declare const queryKeys: {
|
|
|
117
138
|
/** Detail query keys */ readonly details: () => readonly ["infrastore", "detail"];
|
|
118
139
|
/** Detail query key for specific item */ readonly detail: (id: string | number) => readonly ["infrastore", "detail", string | number];
|
|
119
140
|
};
|
|
120
|
-
readonly
|
|
121
|
-
/** All
|
|
122
|
-
/** List query keys */ readonly lists: () => readonly ["
|
|
123
|
-
/** List query key with variables */ readonly list: (variables?: object) => readonly ["
|
|
124
|
-
/** Detail query keys */ readonly details: () => readonly ["
|
|
125
|
-
/** Detail query key for specific item */ readonly detail: (id: string | number) => readonly ["
|
|
126
|
-
};
|
|
127
|
-
readonly infraCommit: {
|
|
128
|
-
/** All infraCommit queries */ readonly all: readonly ["infracommit"];
|
|
129
|
-
/** List query keys */ readonly lists: () => readonly ["infracommit", "list"];
|
|
130
|
-
/** List query key with variables */ readonly list: (variables?: object) => readonly ["infracommit", "list", object];
|
|
131
|
-
/** Detail query keys */ readonly details: () => readonly ["infracommit", "detail"];
|
|
132
|
-
/** Detail query key for specific item */ readonly detail: (id: string | number) => readonly ["infracommit", "detail", string | number];
|
|
141
|
+
readonly namespace: {
|
|
142
|
+
/** All namespace queries */ readonly all: readonly ["namespace"];
|
|
143
|
+
/** List query keys */ readonly lists: () => readonly ["namespace", "list"];
|
|
144
|
+
/** List query key with variables */ readonly list: (variables?: object) => readonly ["namespace", "list", object];
|
|
145
|
+
/** Detail query keys */ readonly details: () => readonly ["namespace", "detail"];
|
|
146
|
+
/** Detail query key for specific item */ readonly detail: (id: string | number) => readonly ["namespace", "detail", string | number];
|
|
133
147
|
};
|
|
134
|
-
readonly
|
|
135
|
-
/** All
|
|
136
|
-
/** List query keys */ readonly lists: () => readonly ["
|
|
137
|
-
/** List query key with variables */ readonly list: (variables?: object) => readonly ["
|
|
138
|
-
/** Detail query keys */ readonly details: () => readonly ["
|
|
139
|
-
/** Detail query key for specific item */ readonly detail: (id: string | number) => readonly ["
|
|
148
|
+
readonly namespaceEvent: {
|
|
149
|
+
/** All namespaceEvent queries */ readonly all: readonly ["namespaceevent"];
|
|
150
|
+
/** List query keys */ readonly lists: () => readonly ["namespaceevent", "list"];
|
|
151
|
+
/** List query key with variables */ readonly list: (variables?: object) => readonly ["namespaceevent", "list", object];
|
|
152
|
+
/** Detail query keys */ readonly details: () => readonly ["namespaceevent", "detail"];
|
|
153
|
+
/** Detail query key for specific item */ readonly detail: (id: string | number) => readonly ["namespaceevent", "detail", string | number];
|
|
140
154
|
};
|
|
141
155
|
readonly platformNamespace: {
|
|
142
156
|
/** All platformNamespace queries */ readonly all: readonly ["platformnamespace"];
|
|
@@ -145,13 +159,6 @@ export declare const queryKeys: {
|
|
|
145
159
|
/** Detail query keys */ readonly details: () => readonly ["platformnamespace", "detail"];
|
|
146
160
|
/** Detail query key for specific item */ readonly detail: (id: string | number) => readonly ["platformnamespace", "detail", string | number];
|
|
147
161
|
};
|
|
148
|
-
readonly namespace: {
|
|
149
|
-
/** All namespace queries */ readonly all: readonly ["namespace"];
|
|
150
|
-
/** List query keys */ readonly lists: () => readonly ["namespace", "list"];
|
|
151
|
-
/** List query key with variables */ readonly list: (variables?: object) => readonly ["namespace", "list", object];
|
|
152
|
-
/** Detail query keys */ readonly details: () => readonly ["namespace", "detail"];
|
|
153
|
-
/** Detail query key for specific item */ readonly detail: (id: string | number) => readonly ["namespace", "detail", string | number];
|
|
154
|
-
};
|
|
155
162
|
readonly platformNamespaceEvent: {
|
|
156
163
|
/** All platformNamespaceEvent queries */ readonly all: readonly ["platformnamespaceevent"];
|
|
157
164
|
/** List query keys */ readonly lists: () => readonly ["platformnamespaceevent", "list"];
|
|
@@ -159,13 +166,6 @@ export declare const queryKeys: {
|
|
|
159
166
|
/** Detail query keys */ readonly details: () => readonly ["platformnamespaceevent", "detail"];
|
|
160
167
|
/** Detail query key for specific item */ readonly detail: (id: string | number) => readonly ["platformnamespaceevent", "detail", string | number];
|
|
161
168
|
};
|
|
162
|
-
readonly namespaceEvent: {
|
|
163
|
-
/** All namespaceEvent queries */ readonly all: readonly ["namespaceevent"];
|
|
164
|
-
/** List query keys */ readonly lists: () => readonly ["namespaceevent", "list"];
|
|
165
|
-
/** List query key with variables */ readonly list: (variables?: object) => readonly ["namespaceevent", "list", object];
|
|
166
|
-
/** Detail query keys */ readonly details: () => readonly ["namespaceevent", "detail"];
|
|
167
|
-
/** Detail query key for specific item */ readonly detail: (id: string | number) => readonly ["namespaceevent", "detail", string | number];
|
|
168
|
-
};
|
|
169
169
|
};
|
|
170
170
|
/** Type representing all available query key scopes */
|
|
171
171
|
export type QueryKeyScope = keyof typeof queryKeys;
|
|
@@ -16,6 +16,20 @@
|
|
|
16
16
|
// ============================================================================
|
|
17
17
|
// Entity Query Keys
|
|
18
18
|
// ============================================================================
|
|
19
|
+
export const dbPresetKeys = {
|
|
20
|
+
/** All dbPreset queries */ all: ['dbpreset'],
|
|
21
|
+
/** List query keys */ lists: () => [...dbPresetKeys.all, 'list'],
|
|
22
|
+
/** List query key with variables */ list: (variables) => [...dbPresetKeys.lists(), variables],
|
|
23
|
+
/** Detail query keys */ details: () => [...dbPresetKeys.all, 'detail'],
|
|
24
|
+
/** Detail query key for specific item */ detail: (id) => [...dbPresetKeys.details(), id],
|
|
25
|
+
};
|
|
26
|
+
export const infraCommitKeys = {
|
|
27
|
+
/** All infraCommit queries */ all: ['infracommit'],
|
|
28
|
+
/** List query keys */ lists: () => [...infraCommitKeys.all, 'list'],
|
|
29
|
+
/** List query key with variables */ list: (variables) => [...infraCommitKeys.lists(), variables],
|
|
30
|
+
/** Detail query keys */ details: () => [...infraCommitKeys.all, 'detail'],
|
|
31
|
+
/** Detail query key for specific item */ detail: (id) => [...infraCommitKeys.details(), id],
|
|
32
|
+
};
|
|
19
33
|
export const infraGetAllRecordKeys = {
|
|
20
34
|
/** All infraGetAllRecord queries */ all: ['infragetallrecord'],
|
|
21
35
|
/** List query keys */ lists: () => [...infraGetAllRecordKeys.all, 'list'],
|
|
@@ -23,6 +37,13 @@ export const infraGetAllRecordKeys = {
|
|
|
23
37
|
/** Detail query keys */ details: () => [...infraGetAllRecordKeys.all, 'detail'],
|
|
24
38
|
/** Detail query key for specific item */ detail: (id) => [...infraGetAllRecordKeys.details(), id],
|
|
25
39
|
};
|
|
40
|
+
export const infraObjectKeys = {
|
|
41
|
+
/** All infraObject queries */ all: ['infraobject'],
|
|
42
|
+
/** List query keys */ lists: () => [...infraObjectKeys.all, 'list'],
|
|
43
|
+
/** List query key with variables */ list: (variables) => [...infraObjectKeys.lists(), variables],
|
|
44
|
+
/** Detail query keys */ details: () => [...infraObjectKeys.all, 'detail'],
|
|
45
|
+
/** Detail query key for specific item */ detail: (id) => [...infraObjectKeys.details(), id],
|
|
46
|
+
};
|
|
26
47
|
export const infraRefKeys = {
|
|
27
48
|
/** All infraRef queries */ all: ['infraref'],
|
|
28
49
|
/** List query keys */ lists: () => [...infraRefKeys.all, 'list'],
|
|
@@ -37,26 +58,19 @@ export const infraStoreKeys = {
|
|
|
37
58
|
/** Detail query keys */ details: () => [...infraStoreKeys.all, 'detail'],
|
|
38
59
|
/** Detail query key for specific item */ detail: (id) => [...infraStoreKeys.details(), id],
|
|
39
60
|
};
|
|
40
|
-
export const
|
|
41
|
-
/** All
|
|
42
|
-
/** List query keys */ lists: () => [...
|
|
43
|
-
/** List query key with variables */ list: (variables) => [...
|
|
44
|
-
/** Detail query keys */ details: () => [...
|
|
45
|
-
/** Detail query key for specific item */ detail: (id) => [...
|
|
46
|
-
};
|
|
47
|
-
export const infraCommitKeys = {
|
|
48
|
-
/** All infraCommit queries */ all: ['infracommit'],
|
|
49
|
-
/** List query keys */ lists: () => [...infraCommitKeys.all, 'list'],
|
|
50
|
-
/** List query key with variables */ list: (variables) => [...infraCommitKeys.lists(), variables],
|
|
51
|
-
/** Detail query keys */ details: () => [...infraCommitKeys.all, 'detail'],
|
|
52
|
-
/** Detail query key for specific item */ detail: (id) => [...infraCommitKeys.details(), id],
|
|
61
|
+
export const namespaceKeys = {
|
|
62
|
+
/** All namespace queries */ all: ['namespace'],
|
|
63
|
+
/** List query keys */ lists: () => [...namespaceKeys.all, 'list'],
|
|
64
|
+
/** List query key with variables */ list: (variables) => [...namespaceKeys.lists(), variables],
|
|
65
|
+
/** Detail query keys */ details: () => [...namespaceKeys.all, 'detail'],
|
|
66
|
+
/** Detail query key for specific item */ detail: (id) => [...namespaceKeys.details(), id],
|
|
53
67
|
};
|
|
54
|
-
export const
|
|
55
|
-
/** All
|
|
56
|
-
/** List query keys */ lists: () => [...
|
|
57
|
-
/** List query key with variables */ list: (variables) => [...
|
|
58
|
-
/** Detail query keys */ details: () => [...
|
|
59
|
-
/** Detail query key for specific item */ detail: (id) => [...
|
|
68
|
+
export const namespaceEventKeys = {
|
|
69
|
+
/** All namespaceEvent queries */ all: ['namespaceevent'],
|
|
70
|
+
/** List query keys */ lists: () => [...namespaceEventKeys.all, 'list'],
|
|
71
|
+
/** List query key with variables */ list: (variables) => [...namespaceEventKeys.lists(), variables],
|
|
72
|
+
/** Detail query keys */ details: () => [...namespaceEventKeys.all, 'detail'],
|
|
73
|
+
/** Detail query key for specific item */ detail: (id) => [...namespaceEventKeys.details(), id],
|
|
60
74
|
};
|
|
61
75
|
export const platformNamespaceKeys = {
|
|
62
76
|
/** All platformNamespace queries */ all: ['platformnamespace'],
|
|
@@ -65,13 +79,6 @@ export const platformNamespaceKeys = {
|
|
|
65
79
|
/** Detail query keys */ details: () => [...platformNamespaceKeys.all, 'detail'],
|
|
66
80
|
/** Detail query key for specific item */ detail: (id) => [...platformNamespaceKeys.details(), id],
|
|
67
81
|
};
|
|
68
|
-
export const namespaceKeys = {
|
|
69
|
-
/** All namespace queries */ all: ['namespace'],
|
|
70
|
-
/** List query keys */ lists: () => [...namespaceKeys.all, 'list'],
|
|
71
|
-
/** List query key with variables */ list: (variables) => [...namespaceKeys.lists(), variables],
|
|
72
|
-
/** Detail query keys */ details: () => [...namespaceKeys.all, 'detail'],
|
|
73
|
-
/** Detail query key for specific item */ detail: (id) => [...namespaceKeys.details(), id],
|
|
74
|
-
};
|
|
75
82
|
export const platformNamespaceEventKeys = {
|
|
76
83
|
/** All platformNamespaceEvent queries */ all: ['platformnamespaceevent'],
|
|
77
84
|
/** List query keys */ lists: () => [...platformNamespaceEventKeys.all, 'list'],
|
|
@@ -79,13 +86,6 @@ export const platformNamespaceEventKeys = {
|
|
|
79
86
|
/** Detail query keys */ details: () => [...platformNamespaceEventKeys.all, 'detail'],
|
|
80
87
|
/** Detail query key for specific item */ detail: (id) => [...platformNamespaceEventKeys.details(), id],
|
|
81
88
|
};
|
|
82
|
-
export const namespaceEventKeys = {
|
|
83
|
-
/** All namespaceEvent queries */ all: ['namespaceevent'],
|
|
84
|
-
/** List query keys */ lists: () => [...namespaceEventKeys.all, 'list'],
|
|
85
|
-
/** List query key with variables */ list: (variables) => [...namespaceEventKeys.lists(), variables],
|
|
86
|
-
/** Detail query keys */ details: () => [...namespaceEventKeys.all, 'detail'],
|
|
87
|
-
/** Detail query key for specific item */ detail: (id) => [...namespaceEventKeys.details(), id],
|
|
88
|
-
};
|
|
89
89
|
/**
|
|
90
90
|
|
|
91
91
|
// ============================================================================
|
|
@@ -109,14 +109,14 @@ export const namespaceEventKeys = {
|
|
|
109
109
|
* ```
|
|
110
110
|
*/
|
|
111
111
|
export const queryKeys = {
|
|
112
|
+
dbPreset: dbPresetKeys,
|
|
113
|
+
infraCommit: infraCommitKeys,
|
|
112
114
|
infraGetAllRecord: infraGetAllRecordKeys,
|
|
115
|
+
infraObject: infraObjectKeys,
|
|
113
116
|
infraRef: infraRefKeys,
|
|
114
117
|
infraStore: infraStoreKeys,
|
|
115
|
-
infraObject: infraObjectKeys,
|
|
116
|
-
infraCommit: infraCommitKeys,
|
|
117
|
-
dbPreset: dbPresetKeys,
|
|
118
|
-
platformNamespace: platformNamespaceKeys,
|
|
119
118
|
namespace: namespaceKeys,
|
|
120
|
-
platformNamespaceEvent: platformNamespaceEventKeys,
|
|
121
119
|
namespaceEvent: namespaceEventKeys,
|
|
120
|
+
platformNamespace: platformNamespaceKeys,
|
|
121
|
+
platformNamespaceEvent: platformNamespaceEventKeys,
|
|
122
122
|
};
|
package/esm/infra/orm/index.d.ts
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
import type { OrmClientConfig } from './client';
|
|
2
|
+
import { DbPresetModel } from './models/dbPreset';
|
|
3
|
+
import { InfraCommitModel } from './models/infraCommit';
|
|
2
4
|
import { InfraGetAllRecordModel } from './models/infraGetAllRecord';
|
|
5
|
+
import { InfraObjectModel } from './models/infraObject';
|
|
3
6
|
import { InfraRefModel } from './models/infraRef';
|
|
4
7
|
import { InfraStoreModel } from './models/infraStore';
|
|
5
|
-
import { InfraObjectModel } from './models/infraObject';
|
|
6
|
-
import { InfraCommitModel } from './models/infraCommit';
|
|
7
|
-
import { DbPresetModel } from './models/dbPreset';
|
|
8
|
-
import { PlatformNamespaceModel } from './models/platformNamespace';
|
|
9
8
|
import { NamespaceModel } from './models/namespace';
|
|
10
|
-
import { PlatformNamespaceEventModel } from './models/platformNamespaceEvent';
|
|
11
9
|
import { NamespaceEventModel } from './models/namespaceEvent';
|
|
10
|
+
import { PlatformNamespaceModel } from './models/platformNamespace';
|
|
11
|
+
import { PlatformNamespaceEventModel } from './models/platformNamespaceEvent';
|
|
12
12
|
export type { OrmClientConfig, QueryResult, GraphQLError, GraphQLAdapter } from './client';
|
|
13
13
|
export { GraphQLRequestError, FetchAdapter } from './client';
|
|
14
14
|
export { QueryBuilder } from './query-builder';
|
|
@@ -39,32 +39,32 @@ export { createMutationOperations } from './mutation';
|
|
|
39
39
|
* ```
|
|
40
40
|
*/
|
|
41
41
|
export declare function createClient(config: OrmClientConfig): {
|
|
42
|
+
dbPreset: DbPresetModel;
|
|
43
|
+
infraCommit: InfraCommitModel;
|
|
42
44
|
infraGetAllRecord: InfraGetAllRecordModel;
|
|
45
|
+
infraObject: InfraObjectModel;
|
|
43
46
|
infraRef: InfraRefModel;
|
|
44
47
|
infraStore: InfraStoreModel;
|
|
45
|
-
infraObject: InfraObjectModel;
|
|
46
|
-
infraCommit: InfraCommitModel;
|
|
47
|
-
dbPreset: DbPresetModel;
|
|
48
|
-
platformNamespace: PlatformNamespaceModel;
|
|
49
48
|
namespace: NamespaceModel;
|
|
50
|
-
platformNamespaceEvent: PlatformNamespaceEventModel;
|
|
51
49
|
namespaceEvent: NamespaceEventModel;
|
|
50
|
+
platformNamespace: PlatformNamespaceModel;
|
|
51
|
+
platformNamespaceEvent: PlatformNamespaceEventModel;
|
|
52
52
|
mutation: {
|
|
53
53
|
infraInitEmptyRepo: <S extends import("./input-types").InfraInitEmptyRepoPayloadSelect>(args: import("./mutation").InfraInitEmptyRepoVariables, options: {
|
|
54
54
|
select: S;
|
|
55
55
|
} & import("./select-types").StrictSelect<S, import("./input-types").InfraInitEmptyRepoPayloadSelect>) => import("./query-builder").QueryBuilder<{
|
|
56
56
|
infraInitEmptyRepo: import("./select-types").InferSelectResult<import("./input-types").InfraInitEmptyRepoPayload, S> | null;
|
|
57
57
|
}>;
|
|
58
|
-
infraSetDataAtPath: <S extends import("./input-types").InfraSetDataAtPathPayloadSelect>(args: import("./mutation").InfraSetDataAtPathVariables, options: {
|
|
59
|
-
select: S;
|
|
60
|
-
} & import("./select-types").StrictSelect<S, import("./input-types").InfraSetDataAtPathPayloadSelect>) => import("./query-builder").QueryBuilder<{
|
|
61
|
-
infraSetDataAtPath: import("./select-types").InferSelectResult<import("./input-types").InfraSetDataAtPathPayload, S> | null;
|
|
62
|
-
}>;
|
|
63
58
|
infraInsertNodeAtPath: <S extends import("./input-types").InfraInsertNodeAtPathPayloadSelect>(args: import("./mutation").InfraInsertNodeAtPathVariables, options: {
|
|
64
59
|
select: S;
|
|
65
60
|
} & import("./select-types").StrictSelect<S, import("./input-types").InfraInsertNodeAtPathPayloadSelect>) => import("./query-builder").QueryBuilder<{
|
|
66
61
|
infraInsertNodeAtPath: import("./select-types").InferSelectResult<import("./input-types").InfraInsertNodeAtPathPayload, S> | null;
|
|
67
62
|
}>;
|
|
63
|
+
infraSetDataAtPath: <S extends import("./input-types").InfraSetDataAtPathPayloadSelect>(args: import("./mutation").InfraSetDataAtPathVariables, options: {
|
|
64
|
+
select: S;
|
|
65
|
+
} & import("./select-types").StrictSelect<S, import("./input-types").InfraSetDataAtPathPayloadSelect>) => import("./query-builder").QueryBuilder<{
|
|
66
|
+
infraSetDataAtPath: import("./select-types").InferSelectResult<import("./input-types").InfraSetDataAtPathPayload, S> | null;
|
|
67
|
+
}>;
|
|
68
68
|
provisionBucket: <S extends import("./input-types").ProvisionBucketPayloadSelect>(args: import("./mutation").ProvisionBucketVariables, options: {
|
|
69
69
|
select: S;
|
|
70
70
|
} & import("./select-types").StrictSelect<S, import("./input-types").ProvisionBucketPayloadSelect>) => import("./query-builder").QueryBuilder<{
|
package/esm/infra/orm/index.js
CHANGED
|
@@ -4,16 +4,16 @@
|
|
|
4
4
|
* DO NOT EDIT - changes will be overwritten
|
|
5
5
|
*/
|
|
6
6
|
import { OrmClient } from './client';
|
|
7
|
+
import { DbPresetModel } from './models/dbPreset';
|
|
8
|
+
import { InfraCommitModel } from './models/infraCommit';
|
|
7
9
|
import { InfraGetAllRecordModel } from './models/infraGetAllRecord';
|
|
10
|
+
import { InfraObjectModel } from './models/infraObject';
|
|
8
11
|
import { InfraRefModel } from './models/infraRef';
|
|
9
12
|
import { InfraStoreModel } from './models/infraStore';
|
|
10
|
-
import { InfraObjectModel } from './models/infraObject';
|
|
11
|
-
import { InfraCommitModel } from './models/infraCommit';
|
|
12
|
-
import { DbPresetModel } from './models/dbPreset';
|
|
13
|
-
import { PlatformNamespaceModel } from './models/platformNamespace';
|
|
14
13
|
import { NamespaceModel } from './models/namespace';
|
|
15
|
-
import { PlatformNamespaceEventModel } from './models/platformNamespaceEvent';
|
|
16
14
|
import { NamespaceEventModel } from './models/namespaceEvent';
|
|
15
|
+
import { PlatformNamespaceModel } from './models/platformNamespace';
|
|
16
|
+
import { PlatformNamespaceEventModel } from './models/platformNamespaceEvent';
|
|
17
17
|
import { createMutationOperations } from './mutation';
|
|
18
18
|
export { GraphQLRequestError, FetchAdapter } from './client';
|
|
19
19
|
export { QueryBuilder } from './query-builder';
|
|
@@ -46,16 +46,16 @@ export { createMutationOperations } from './mutation';
|
|
|
46
46
|
export function createClient(config) {
|
|
47
47
|
const client = new OrmClient(config);
|
|
48
48
|
return {
|
|
49
|
+
dbPreset: new DbPresetModel(client),
|
|
50
|
+
infraCommit: new InfraCommitModel(client),
|
|
49
51
|
infraGetAllRecord: new InfraGetAllRecordModel(client),
|
|
52
|
+
infraObject: new InfraObjectModel(client),
|
|
50
53
|
infraRef: new InfraRefModel(client),
|
|
51
54
|
infraStore: new InfraStoreModel(client),
|
|
52
|
-
infraObject: new InfraObjectModel(client),
|
|
53
|
-
infraCommit: new InfraCommitModel(client),
|
|
54
|
-
dbPreset: new DbPresetModel(client),
|
|
55
|
-
platformNamespace: new PlatformNamespaceModel(client),
|
|
56
55
|
namespace: new NamespaceModel(client),
|
|
57
|
-
platformNamespaceEvent: new PlatformNamespaceEventModel(client),
|
|
58
56
|
namespaceEvent: new NamespaceEventModel(client),
|
|
57
|
+
platformNamespace: new PlatformNamespaceModel(client),
|
|
58
|
+
platformNamespaceEvent: new PlatformNamespaceEventModel(client),
|
|
59
59
|
mutation: createMutationOperations(client),
|
|
60
60
|
};
|
|
61
61
|
}
|