@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
package/modules/types.d.ts
CHANGED
|
@@ -3,1300 +3,1302 @@
|
|
|
3
3
|
* @generated by @constructive-io/graphql-codegen
|
|
4
4
|
* DO NOT EDIT - changes will be overwritten
|
|
5
5
|
*/
|
|
6
|
-
export interface
|
|
7
|
-
|
|
6
|
+
export interface AgentModule {
|
|
7
|
+
agentTableId: string | null;
|
|
8
|
+
agentTableName: string | null;
|
|
9
|
+
apiName: string | null;
|
|
8
10
|
databaseId: string | null;
|
|
9
|
-
|
|
10
|
-
|
|
11
|
+
defaultPermissions: string[] | null;
|
|
12
|
+
entityField: string | null;
|
|
13
|
+
entityTableId: string | null;
|
|
14
|
+
hasAgents: boolean | null;
|
|
15
|
+
hasPlans: boolean | null;
|
|
16
|
+
hasResources: boolean | null;
|
|
11
17
|
id: string | null;
|
|
12
|
-
|
|
18
|
+
messageTableId: string | null;
|
|
19
|
+
messageTableName: string | null;
|
|
20
|
+
personaTableId: string | null;
|
|
21
|
+
personaTableName: string | null;
|
|
22
|
+
planTableId: string | null;
|
|
23
|
+
planTableName: string | null;
|
|
24
|
+
policies: unknown | null;
|
|
25
|
+
prefix: string | null;
|
|
26
|
+
privateApiName: string | null;
|
|
27
|
+
privateSchemaId: string | null;
|
|
28
|
+
privateSchemaName: string | null;
|
|
29
|
+
promptsTableId: string | null;
|
|
30
|
+
promptsTableName: string | null;
|
|
31
|
+
provisions: unknown | null;
|
|
32
|
+
publicSchemaName: string | null;
|
|
33
|
+
resourceTableId: string | null;
|
|
34
|
+
resourceTableName: string | null;
|
|
35
|
+
resources: unknown | null;
|
|
13
36
|
schemaId: string | null;
|
|
14
|
-
|
|
15
|
-
|
|
37
|
+
scope: string | null;
|
|
38
|
+
shared: boolean | null;
|
|
39
|
+
taskTableId: string | null;
|
|
40
|
+
taskTableName: string | null;
|
|
41
|
+
threadTableId: string | null;
|
|
42
|
+
threadTableName: string | null;
|
|
16
43
|
}
|
|
17
|
-
export interface
|
|
18
|
-
|
|
44
|
+
export interface BillingModule {
|
|
45
|
+
apiName: string | null;
|
|
46
|
+
balancesTableId: string | null;
|
|
47
|
+
balancesTableName: string | null;
|
|
19
48
|
databaseId: string | null;
|
|
20
|
-
|
|
21
|
-
tableId: string | null;
|
|
22
|
-
tableName: string | null;
|
|
23
|
-
sessionsTableId: string | null;
|
|
24
|
-
}
|
|
25
|
-
export interface DevicesModule {
|
|
49
|
+
defaultPermissions: string[] | null;
|
|
26
50
|
id: string | null;
|
|
27
|
-
|
|
51
|
+
ledgerTableId: string | null;
|
|
52
|
+
ledgerTableName: string | null;
|
|
53
|
+
meterCreditsTableId: string | null;
|
|
54
|
+
meterCreditsTableName: string | null;
|
|
55
|
+
meterDefaultsTableId: string | null;
|
|
56
|
+
meterDefaultsTableName: string | null;
|
|
57
|
+
meterSourcesTableId: string | null;
|
|
58
|
+
meterSourcesTableName: string | null;
|
|
59
|
+
metersTableId: string | null;
|
|
60
|
+
metersTableName: string | null;
|
|
61
|
+
planSubscriptionsTableId: string | null;
|
|
62
|
+
planSubscriptionsTableName: string | null;
|
|
63
|
+
prefix: string | null;
|
|
64
|
+
privateApiName: string | null;
|
|
65
|
+
privateSchemaId: string | null;
|
|
66
|
+
privateSchemaName: string | null;
|
|
67
|
+
publicSchemaName: string | null;
|
|
68
|
+
recordUsageFunction: string | null;
|
|
69
|
+
rollupUsageSummaryFunction: string | null;
|
|
28
70
|
schemaId: string | null;
|
|
29
|
-
|
|
30
|
-
deviceSettingsTableId: string | null;
|
|
31
|
-
userDevicesTable: string | null;
|
|
32
|
-
deviceSettingsTable: string | null;
|
|
71
|
+
sweepExpiredSubscriptionsFunction: string | null;
|
|
33
72
|
}
|
|
34
|
-
export interface
|
|
35
|
-
id: string | null;
|
|
36
|
-
databaseId: string | null;
|
|
37
|
-
schemaId: string | null;
|
|
38
|
-
privateSchemaId: string | null;
|
|
39
|
-
settingsTableId: string | null;
|
|
73
|
+
export interface BillingProviderModule {
|
|
40
74
|
apiName: string | null;
|
|
75
|
+
billingCustomersTableId: string | null;
|
|
76
|
+
billingCustomersTableName: string | null;
|
|
77
|
+
billingPricesTableId: string | null;
|
|
78
|
+
billingPricesTableName: string | null;
|
|
79
|
+
billingProductsTableId: string | null;
|
|
80
|
+
billingProductsTableName: string | null;
|
|
81
|
+
billingSubscriptionsTableId: string | null;
|
|
82
|
+
billingSubscriptionsTableName: string | null;
|
|
83
|
+
billingWebhookEventsTableId: string | null;
|
|
84
|
+
billingWebhookEventsTableName: string | null;
|
|
85
|
+
databaseId: string | null;
|
|
86
|
+
id: string | null;
|
|
87
|
+
prefix: string | null;
|
|
88
|
+
pricesTableId: string | null;
|
|
41
89
|
privateApiName: string | null;
|
|
90
|
+
privateSchemaId: string | null;
|
|
91
|
+
processBillingEventFunction: string | null;
|
|
92
|
+
productsTableId: string | null;
|
|
93
|
+
provider: string | null;
|
|
94
|
+
schemaId: string | null;
|
|
95
|
+
subscriptionsTableId: string | null;
|
|
42
96
|
}
|
|
43
|
-
export interface
|
|
97
|
+
export interface Blueprint {
|
|
98
|
+
createdAt: string | null;
|
|
99
|
+
databaseId: string | null;
|
|
100
|
+
definition: unknown | null;
|
|
101
|
+
definitionHash: string | null;
|
|
102
|
+
description: string | null;
|
|
103
|
+
displayName: string | null;
|
|
44
104
|
id: string | null;
|
|
105
|
+
name: string | null;
|
|
106
|
+
ownerId: string | null;
|
|
107
|
+
tableHashes: unknown | null;
|
|
108
|
+
templateId: string | null;
|
|
109
|
+
updatedAt: string | null;
|
|
110
|
+
}
|
|
111
|
+
export interface BlueprintConstruction {
|
|
112
|
+
blueprintId: string | null;
|
|
113
|
+
constructedAt: string | null;
|
|
114
|
+
constructedDefinition: unknown | null;
|
|
115
|
+
createdAt: string | null;
|
|
45
116
|
databaseId: string | null;
|
|
117
|
+
errorDetails: string | null;
|
|
118
|
+
id: string | null;
|
|
46
119
|
schemaId: string | null;
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
apiName: string | null;
|
|
120
|
+
status: string | null;
|
|
121
|
+
tableMap: unknown | null;
|
|
122
|
+
updatedAt: string | null;
|
|
51
123
|
}
|
|
52
|
-
export interface
|
|
124
|
+
export interface BlueprintTemplate {
|
|
125
|
+
categories: string[] | null;
|
|
126
|
+
complexity: string | null;
|
|
127
|
+
copyCount: number | null;
|
|
128
|
+
createdAt: string | null;
|
|
129
|
+
definition: unknown | null;
|
|
130
|
+
definitionHash: string | null;
|
|
131
|
+
definitionSchemaVersion: string | null;
|
|
132
|
+
description: string | null;
|
|
133
|
+
displayName: string | null;
|
|
134
|
+
forkCount: number | null;
|
|
135
|
+
forkedFromId: string | null;
|
|
53
136
|
id: string | null;
|
|
137
|
+
name: string | null;
|
|
138
|
+
ownerId: string | null;
|
|
139
|
+
source: string | null;
|
|
140
|
+
tableHashes: unknown | null;
|
|
141
|
+
tags: string[] | null;
|
|
142
|
+
updatedAt: string | null;
|
|
143
|
+
version: string | null;
|
|
144
|
+
visibility: string | null;
|
|
145
|
+
}
|
|
146
|
+
export interface ComputeLogModule {
|
|
147
|
+
actorFkTableId: string | null;
|
|
148
|
+
apiName: string | null;
|
|
149
|
+
computeLogTableId: string | null;
|
|
150
|
+
computeLogTableName: string | null;
|
|
54
151
|
databaseId: string | null;
|
|
55
152
|
entityField: string | null;
|
|
153
|
+
entityFkTableId: string | null;
|
|
154
|
+
id: string | null;
|
|
155
|
+
interval: string | null;
|
|
156
|
+
prefix: string | null;
|
|
157
|
+
premake: number | null;
|
|
158
|
+
privateApiName: string | null;
|
|
159
|
+
privateSchemaId: string | null;
|
|
160
|
+
privateSchemaName: string | null;
|
|
161
|
+
publicSchemaName: string | null;
|
|
162
|
+
retention: string | null;
|
|
56
163
|
schemaId: string | null;
|
|
57
|
-
|
|
58
|
-
|
|
164
|
+
scope: string | null;
|
|
165
|
+
usageDailyTableId: string | null;
|
|
166
|
+
usageDailyTableName: string | null;
|
|
59
167
|
}
|
|
60
|
-
export interface
|
|
61
|
-
|
|
168
|
+
export interface ConfigSecretsUserModule {
|
|
169
|
+
apiName: string | null;
|
|
62
170
|
databaseId: string | null;
|
|
63
171
|
entityField: string | null;
|
|
172
|
+
id: string | null;
|
|
173
|
+
privateApiName: string | null;
|
|
64
174
|
schemaId: string | null;
|
|
65
175
|
tableId: string | null;
|
|
66
176
|
tableName: string | null;
|
|
67
|
-
privateApiName: string | null;
|
|
68
177
|
}
|
|
69
178
|
export interface ConnectedAccountsModule {
|
|
70
|
-
id: string | null;
|
|
71
|
-
databaseId: string | null;
|
|
72
|
-
schemaId: string | null;
|
|
73
|
-
privateSchemaId: string | null;
|
|
74
|
-
tableId: string | null;
|
|
75
|
-
ownerTableId: string | null;
|
|
76
|
-
tableName: string | null;
|
|
77
179
|
apiName: string | null;
|
|
78
|
-
privateApiName: string | null;
|
|
79
|
-
}
|
|
80
|
-
export interface EmailsModule {
|
|
81
|
-
id: string | null;
|
|
82
180
|
databaseId: string | null;
|
|
83
|
-
schemaId: string | null;
|
|
84
|
-
privateSchemaId: string | null;
|
|
85
|
-
tableId: string | null;
|
|
86
|
-
ownerTableId: string | null;
|
|
87
|
-
tableName: string | null;
|
|
88
|
-
apiName: string | null;
|
|
89
|
-
privateApiName: string | null;
|
|
90
|
-
}
|
|
91
|
-
export interface PhoneNumbersModule {
|
|
92
181
|
id: string | null;
|
|
93
|
-
databaseId: string | null;
|
|
94
|
-
schemaId: string | null;
|
|
95
|
-
privateSchemaId: string | null;
|
|
96
|
-
tableId: string | null;
|
|
97
182
|
ownerTableId: string | null;
|
|
98
|
-
tableName: string | null;
|
|
99
|
-
apiName: string | null;
|
|
100
183
|
privateApiName: string | null;
|
|
101
|
-
|
|
102
|
-
export interface RateLimitsModule {
|
|
103
|
-
id: string | null;
|
|
104
|
-
databaseId: string | null;
|
|
105
|
-
schemaId: string | null;
|
|
106
|
-
rateLimitSettingsTableId: string | null;
|
|
107
|
-
ipRateLimitsTableId: string | null;
|
|
108
|
-
rateLimitsTableId: string | null;
|
|
109
|
-
rateLimitSettingsTable: string | null;
|
|
110
|
-
ipRateLimitsTable: string | null;
|
|
111
|
-
rateLimitsTable: string | null;
|
|
112
|
-
}
|
|
113
|
-
export interface UsersModule {
|
|
114
|
-
id: string | null;
|
|
115
|
-
databaseId: string | null;
|
|
184
|
+
privateSchemaId: string | null;
|
|
116
185
|
schemaId: string | null;
|
|
117
186
|
tableId: string | null;
|
|
118
187
|
tableName: string | null;
|
|
119
|
-
typeTableId: string | null;
|
|
120
|
-
typeTableName: string | null;
|
|
121
|
-
apiName: string | null;
|
|
122
|
-
privateApiName: string | null;
|
|
123
188
|
}
|
|
124
|
-
export interface
|
|
125
|
-
|
|
189
|
+
export interface CryptoAddressesModule {
|
|
190
|
+
apiName: string | null;
|
|
191
|
+
cryptoNetwork: string | null;
|
|
126
192
|
databaseId: string | null;
|
|
127
|
-
|
|
128
|
-
privateSchemaId: string | null;
|
|
129
|
-
tableId: string | null;
|
|
193
|
+
id: string | null;
|
|
130
194
|
ownerTableId: string | null;
|
|
131
|
-
tableName: string | null;
|
|
132
|
-
apiName: string | null;
|
|
133
195
|
privateApiName: string | null;
|
|
134
|
-
|
|
135
|
-
export interface ConfigSecretsUserModule {
|
|
136
|
-
id: string | null;
|
|
137
|
-
databaseId: string | null;
|
|
138
|
-
entityField: string | null;
|
|
196
|
+
privateSchemaId: string | null;
|
|
139
197
|
schemaId: string | null;
|
|
140
198
|
tableId: string | null;
|
|
141
199
|
tableName: string | null;
|
|
142
|
-
apiName: string | null;
|
|
143
|
-
privateApiName: string | null;
|
|
144
200
|
}
|
|
145
|
-
export interface
|
|
146
|
-
|
|
201
|
+
export interface CryptoAuthModule {
|
|
202
|
+
addressesTableId: string | null;
|
|
203
|
+
cryptoNetwork: string | null;
|
|
147
204
|
databaseId: string | null;
|
|
205
|
+
id: string | null;
|
|
148
206
|
schemaId: string | null;
|
|
149
|
-
|
|
150
|
-
tableId: string | null;
|
|
151
|
-
ownerTableId: string | null;
|
|
152
|
-
tableName: string | null;
|
|
153
|
-
cryptoNetwork: string | null;
|
|
154
|
-
apiName: string | null;
|
|
155
|
-
privateApiName: string | null;
|
|
156
|
-
}
|
|
157
|
-
export interface DenormalizedTableField {
|
|
158
|
-
id: string | null;
|
|
159
|
-
databaseId: string | null;
|
|
160
|
-
tableId: string | null;
|
|
161
|
-
fieldId: string | null;
|
|
162
|
-
setIds: string[] | null;
|
|
163
|
-
refTableId: string | null;
|
|
164
|
-
refFieldId: string | null;
|
|
165
|
-
refIds: string[] | null;
|
|
166
|
-
useUpdates: boolean | null;
|
|
167
|
-
updateDefaults: boolean | null;
|
|
168
|
-
funcName: string | null;
|
|
169
|
-
funcOrder: number | null;
|
|
170
|
-
}
|
|
171
|
-
export interface RlsModule {
|
|
172
|
-
id: string | null;
|
|
173
|
-
databaseId: string | null;
|
|
174
|
-
schemaId: string | null;
|
|
175
|
-
privateSchemaId: string | null;
|
|
207
|
+
secretsTableId: string | null;
|
|
176
208
|
sessionCredentialsTableId: string | null;
|
|
177
209
|
sessionsTableId: string | null;
|
|
210
|
+
signInRecordFailure: string | null;
|
|
211
|
+
signInRequestChallenge: string | null;
|
|
212
|
+
signInWithChallenge: string | null;
|
|
213
|
+
signUpWithKey: string | null;
|
|
214
|
+
userField: string | null;
|
|
178
215
|
usersTableId: string | null;
|
|
179
|
-
authenticate: string | null;
|
|
180
|
-
authenticateStrict: string | null;
|
|
181
|
-
currentRole: string | null;
|
|
182
|
-
currentRoleId: string | null;
|
|
183
|
-
apiName: string | null;
|
|
184
|
-
privateApiName: string | null;
|
|
185
216
|
}
|
|
186
|
-
export interface
|
|
217
|
+
export interface DatabaseProvisionModule {
|
|
218
|
+
bootstrapError: string | null;
|
|
219
|
+
bootstrapStatus: string | null;
|
|
220
|
+
bootstrapUser: boolean | null;
|
|
221
|
+
completedAt: string | null;
|
|
222
|
+
createdAt: string | null;
|
|
223
|
+
databaseId: string | null;
|
|
224
|
+
databaseName: string | null;
|
|
225
|
+
domain: string | null;
|
|
226
|
+
errorMessage: string | null;
|
|
227
|
+
fulfilledAt: string | null;
|
|
187
228
|
id: string | null;
|
|
229
|
+
modules: unknown | null;
|
|
230
|
+
options: unknown | null;
|
|
188
231
|
ownerId: string | null;
|
|
189
|
-
|
|
190
|
-
|
|
191
|
-
|
|
192
|
-
description: string | null;
|
|
193
|
-
definition: unknown | null;
|
|
194
|
-
templateId: string | null;
|
|
195
|
-
definitionHash: string | null;
|
|
196
|
-
tableHashes: unknown | null;
|
|
197
|
-
createdAt: string | null;
|
|
232
|
+
sourceDatabaseId: string | null;
|
|
233
|
+
status: string | null;
|
|
234
|
+
subdomain: string | null;
|
|
198
235
|
updatedAt: string | null;
|
|
199
236
|
}
|
|
200
|
-
export interface
|
|
201
|
-
id: string | null;
|
|
202
|
-
name: string | null;
|
|
203
|
-
version: string | null;
|
|
204
|
-
displayName: string | null;
|
|
205
|
-
description: string | null;
|
|
206
|
-
ownerId: string | null;
|
|
207
|
-
visibility: string | null;
|
|
208
|
-
categories: string[] | null;
|
|
209
|
-
tags: string[] | null;
|
|
210
|
-
definition: unknown | null;
|
|
211
|
-
definitionSchemaVersion: string | null;
|
|
212
|
-
source: string | null;
|
|
213
|
-
complexity: string | null;
|
|
214
|
-
copyCount: number | null;
|
|
215
|
-
forkCount: number | null;
|
|
216
|
-
forkedFromId: string | null;
|
|
217
|
-
definitionHash: string | null;
|
|
218
|
-
tableHashes: unknown | null;
|
|
237
|
+
export interface DbPoolConfig {
|
|
219
238
|
createdAt: string | null;
|
|
239
|
+
domain: string | null;
|
|
240
|
+
enabled: boolean | null;
|
|
241
|
+
id: string | null;
|
|
242
|
+
max: number | null;
|
|
243
|
+
min: number | null;
|
|
244
|
+
poolOwnerId: string | null;
|
|
245
|
+
presetSlug: string | null;
|
|
220
246
|
updatedAt: string | null;
|
|
247
|
+
warmTtl: string | null;
|
|
221
248
|
}
|
|
222
|
-
export interface
|
|
223
|
-
|
|
224
|
-
|
|
249
|
+
export interface DbPool {
|
|
250
|
+
bootstrapError: string | null;
|
|
251
|
+
bootstrapStatus: string | null;
|
|
252
|
+
claimedAt: string | null;
|
|
253
|
+
claimedBy: string | null;
|
|
254
|
+
createdAt: string | null;
|
|
225
255
|
databaseId: string | null;
|
|
226
|
-
|
|
256
|
+
errorMessage: string | null;
|
|
257
|
+
expiresAt: string | null;
|
|
258
|
+
id: string | null;
|
|
259
|
+
presetCommitId: string | null;
|
|
260
|
+
presetSlug: string | null;
|
|
227
261
|
status: string | null;
|
|
228
|
-
errorDetails: string | null;
|
|
229
|
-
tableMap: unknown | null;
|
|
230
|
-
constructedDefinition: unknown | null;
|
|
231
|
-
constructedAt: string | null;
|
|
232
|
-
createdAt: string | null;
|
|
233
262
|
updatedAt: string | null;
|
|
234
263
|
}
|
|
235
|
-
export interface
|
|
236
|
-
|
|
237
|
-
|
|
238
|
-
schemaId: string | null;
|
|
239
|
-
usersTableId: string | null;
|
|
240
|
-
secretsTableId: string | null;
|
|
241
|
-
sessionsTableId: string | null;
|
|
242
|
-
sessionCredentialsTableId: string | null;
|
|
243
|
-
addressesTableId: string | null;
|
|
244
|
-
userField: string | null;
|
|
245
|
-
cryptoNetwork: string | null;
|
|
246
|
-
signInRequestChallenge: string | null;
|
|
247
|
-
signInRecordFailure: string | null;
|
|
248
|
-
signUpWithKey: string | null;
|
|
249
|
-
signInWithChallenge: string | null;
|
|
250
|
-
}
|
|
251
|
-
export interface SessionsModule {
|
|
252
|
-
id: string | null;
|
|
264
|
+
export interface DbPresetModule {
|
|
265
|
+
apiName: string | null;
|
|
266
|
+
createdAt: string | null;
|
|
253
267
|
databaseId: string | null;
|
|
254
|
-
|
|
255
|
-
|
|
256
|
-
sessionCredentialsTableId: string | null;
|
|
257
|
-
authSettingsTableId: string | null;
|
|
258
|
-
usersTableId: string | null;
|
|
259
|
-
sessionsDefaultExpiration: string | null;
|
|
260
|
-
sessionsTable: string | null;
|
|
261
|
-
sessionCredentialsTable: string | null;
|
|
262
|
-
authSettingsTable: string | null;
|
|
263
|
-
}
|
|
264
|
-
export interface SecureTableProvision {
|
|
268
|
+
dbPresetsTableId: string | null;
|
|
269
|
+
entityTableId: string | null;
|
|
265
270
|
id: string | null;
|
|
266
|
-
|
|
267
|
-
schemaId: string | null;
|
|
268
|
-
tableId: string | null;
|
|
269
|
-
tableName: string | null;
|
|
270
|
-
nodes: unknown | null;
|
|
271
|
-
useRls: boolean | null;
|
|
272
|
-
fields: unknown[] | null;
|
|
273
|
-
grants: unknown | null;
|
|
271
|
+
merkleStoreModuleId: string | null;
|
|
274
272
|
policies: unknown | null;
|
|
275
|
-
|
|
276
|
-
|
|
277
|
-
export interface IdentityProvidersModule {
|
|
278
|
-
id: string | null;
|
|
279
|
-
databaseId: string | null;
|
|
280
|
-
entityField: string | null;
|
|
281
|
-
schemaId: string | null;
|
|
273
|
+
prefix: string | null;
|
|
274
|
+
privateApiName: string | null;
|
|
282
275
|
privateSchemaId: string | null;
|
|
283
|
-
publicSchemaName: string | null;
|
|
284
276
|
privateSchemaName: string | null;
|
|
285
|
-
|
|
286
|
-
|
|
287
|
-
|
|
288
|
-
privateApiName: string | null;
|
|
277
|
+
provisions: unknown | null;
|
|
278
|
+
publicSchemaId: string | null;
|
|
279
|
+
publicSchemaName: string | null;
|
|
289
280
|
scope: string | null;
|
|
290
|
-
|
|
291
|
-
entityTableId: string | null;
|
|
281
|
+
storeName: string | null;
|
|
292
282
|
}
|
|
293
|
-
export interface
|
|
294
|
-
|
|
283
|
+
export interface DbUsageModule {
|
|
284
|
+
apiName: string | null;
|
|
285
|
+
collectDbQueryStatsFunction: string | null;
|
|
286
|
+
collectDbTableStatsFunction: string | null;
|
|
295
287
|
databaseId: string | null;
|
|
288
|
+
defaultPermissions: string[] | null;
|
|
296
289
|
entityField: string | null;
|
|
297
|
-
|
|
290
|
+
id: string | null;
|
|
291
|
+
interval: string | null;
|
|
292
|
+
prefix: string | null;
|
|
293
|
+
premake: number | null;
|
|
294
|
+
privateApiName: string | null;
|
|
298
295
|
privateSchemaId: string | null;
|
|
299
|
-
publicSchemaName: string | null;
|
|
300
296
|
privateSchemaName: string | null;
|
|
301
|
-
|
|
302
|
-
|
|
303
|
-
|
|
304
|
-
|
|
297
|
+
publicSchemaName: string | null;
|
|
298
|
+
queryStatsDailyTableId: string | null;
|
|
299
|
+
queryStatsDailyTableName: string | null;
|
|
300
|
+
queryStatsLogTableId: string | null;
|
|
301
|
+
queryStatsLogTableName: string | null;
|
|
302
|
+
retention: string | null;
|
|
303
|
+
rollupDbQueryStatsDailyFunction: string | null;
|
|
304
|
+
rollupDbTableStatsDailyFunction: string | null;
|
|
305
|
+
schemaId: string | null;
|
|
305
306
|
scope: string | null;
|
|
306
|
-
|
|
307
|
-
|
|
307
|
+
tableStatsDailyTableId: string | null;
|
|
308
|
+
tableStatsDailyTableName: string | null;
|
|
309
|
+
tableStatsLogTableId: string | null;
|
|
310
|
+
tableStatsLogTableName: string | null;
|
|
308
311
|
}
|
|
309
|
-
export interface
|
|
312
|
+
export interface DefaultIdsModule {
|
|
313
|
+
databaseId: string | null;
|
|
310
314
|
id: string | null;
|
|
311
|
-
presetSlug: string | null;
|
|
312
|
-
domain: string | null;
|
|
313
|
-
poolOwnerId: string | null;
|
|
314
|
-
min: number | null;
|
|
315
|
-
max: number | null;
|
|
316
|
-
warmTtl: string | null;
|
|
317
|
-
enabled: boolean | null;
|
|
318
|
-
createdAt: string | null;
|
|
319
|
-
updatedAt: string | null;
|
|
320
315
|
}
|
|
321
|
-
export interface
|
|
316
|
+
export interface DenormalizedTableField {
|
|
317
|
+
databaseId: string | null;
|
|
318
|
+
fieldId: string | null;
|
|
319
|
+
funcName: string | null;
|
|
320
|
+
funcOrder: number | null;
|
|
322
321
|
id: string | null;
|
|
322
|
+
refFieldId: string | null;
|
|
323
|
+
refIds: string[] | null;
|
|
324
|
+
refTableId: string | null;
|
|
325
|
+
setIds: string[] | null;
|
|
326
|
+
tableId: string | null;
|
|
327
|
+
updateDefaults: boolean | null;
|
|
328
|
+
useUpdates: boolean | null;
|
|
329
|
+
}
|
|
330
|
+
export interface DevicesModule {
|
|
323
331
|
databaseId: string | null;
|
|
332
|
+
deviceSettingsTable: string | null;
|
|
333
|
+
deviceSettingsTableId: string | null;
|
|
334
|
+
id: string | null;
|
|
324
335
|
schemaId: string | null;
|
|
325
|
-
|
|
326
|
-
|
|
327
|
-
changeLogTableId: string | null;
|
|
328
|
-
listenerNodeTableId: string | null;
|
|
329
|
-
sourceRegistryTableId: string | null;
|
|
330
|
-
retentionHours: number | null;
|
|
331
|
-
premake: number | null;
|
|
332
|
-
interval: string | null;
|
|
333
|
-
notifyChannel: string | null;
|
|
334
|
-
apiName: string | null;
|
|
335
|
-
privateApiName: string | null;
|
|
336
|
+
userDevicesTable: string | null;
|
|
337
|
+
userDevicesTableId: string | null;
|
|
336
338
|
}
|
|
337
|
-
export interface
|
|
338
|
-
|
|
339
|
+
export interface EmailsModule {
|
|
340
|
+
apiName: string | null;
|
|
339
341
|
databaseId: string | null;
|
|
340
|
-
|
|
341
|
-
|
|
342
|
-
publicSchemaName: string | null;
|
|
343
|
-
privateSchemaName: string | null;
|
|
344
|
-
secretsTableId: string | null;
|
|
345
|
-
secretsTableName: string | null;
|
|
346
|
-
apiName: string | null;
|
|
342
|
+
id: string | null;
|
|
343
|
+
ownerTableId: string | null;
|
|
347
344
|
privateApiName: string | null;
|
|
348
|
-
|
|
349
|
-
|
|
350
|
-
|
|
351
|
-
|
|
352
|
-
policies: unknown | null;
|
|
353
|
-
provisions: unknown | null;
|
|
345
|
+
privateSchemaId: string | null;
|
|
346
|
+
schemaId: string | null;
|
|
347
|
+
tableId: string | null;
|
|
348
|
+
tableName: string | null;
|
|
354
349
|
}
|
|
355
|
-
export interface
|
|
350
|
+
export interface EntityTypeProvision {
|
|
351
|
+
agents: unknown | null;
|
|
352
|
+
databaseId: string | null;
|
|
353
|
+
description: string | null;
|
|
354
|
+
functions: unknown | null;
|
|
355
|
+
graphs: unknown | null;
|
|
356
|
+
hasInviteAchievements: boolean | null;
|
|
357
|
+
hasInvites: boolean | null;
|
|
358
|
+
hasLevels: boolean | null;
|
|
359
|
+
hasLimits: boolean | null;
|
|
360
|
+
hasProfiles: boolean | null;
|
|
356
361
|
id: string | null;
|
|
362
|
+
isVisible: boolean | null;
|
|
363
|
+
name: string | null;
|
|
364
|
+
namespaces: unknown | null;
|
|
365
|
+
outAgentModuleId: string | null;
|
|
366
|
+
outBucketsTableId: string | null;
|
|
367
|
+
outDefinitionsTableId: string | null;
|
|
368
|
+
outEntityTableId: string | null;
|
|
369
|
+
outEntityTableName: string | null;
|
|
370
|
+
outExecutionLogsTableId: string | null;
|
|
371
|
+
outFilesTableId: string | null;
|
|
372
|
+
outFunctionModuleId: string | null;
|
|
373
|
+
outGraphModuleId: string | null;
|
|
374
|
+
outGraphsTableId: string | null;
|
|
375
|
+
outInstalledModules: string[] | null;
|
|
376
|
+
outInvitesModuleId: string | null;
|
|
377
|
+
outInvocationsTableId: string | null;
|
|
378
|
+
outMembershipType: number | null;
|
|
379
|
+
outNamespaceEventsTableId: string | null;
|
|
380
|
+
outNamespaceModuleId: string | null;
|
|
381
|
+
outNamespacesTableId: string | null;
|
|
382
|
+
outPathSharesTableId: string | null;
|
|
383
|
+
outStorageModuleId: string | null;
|
|
384
|
+
parentEntity: string | null;
|
|
385
|
+
prefix: string | null;
|
|
386
|
+
skipEntityPolicies: boolean | null;
|
|
387
|
+
storage: unknown | null;
|
|
388
|
+
tableName: string | null;
|
|
389
|
+
tableProvision: unknown | null;
|
|
390
|
+
}
|
|
391
|
+
export interface EventsModule {
|
|
392
|
+
achievementRewardsTableId: string | null;
|
|
393
|
+
achievementRewardsTableName: string | null;
|
|
394
|
+
actorTableId: string | null;
|
|
395
|
+
apiName: string | null;
|
|
357
396
|
databaseId: string | null;
|
|
358
|
-
|
|
397
|
+
defaultPermissions: string[] | null;
|
|
398
|
+
entityField: string | null;
|
|
399
|
+
entityTableId: string | null;
|
|
400
|
+
eventAggregatesTableId: string | null;
|
|
401
|
+
eventAggregatesTableName: string | null;
|
|
402
|
+
eventTypesTableId: string | null;
|
|
403
|
+
eventTypesTableName: string | null;
|
|
404
|
+
eventsTableId: string | null;
|
|
405
|
+
eventsTableName: string | null;
|
|
406
|
+
grantAchievement: string | null;
|
|
407
|
+
id: string | null;
|
|
408
|
+
interval: string | null;
|
|
409
|
+
levelAchieved: string | null;
|
|
410
|
+
levelGrantsTableId: string | null;
|
|
411
|
+
levelGrantsTableName: string | null;
|
|
412
|
+
levelRequirementsTableId: string | null;
|
|
413
|
+
levelRequirementsTableName: string | null;
|
|
414
|
+
levelsTableId: string | null;
|
|
415
|
+
levelsTableName: string | null;
|
|
416
|
+
prefix: string | null;
|
|
417
|
+
premake: number | null;
|
|
418
|
+
privateApiName: string | null;
|
|
359
419
|
privateSchemaId: string | null;
|
|
360
|
-
publicSchemaName: string | null;
|
|
361
420
|
privateSchemaName: string | null;
|
|
362
|
-
|
|
363
|
-
|
|
364
|
-
|
|
365
|
-
|
|
421
|
+
publicSchemaName: string | null;
|
|
422
|
+
recordEvent: string | null;
|
|
423
|
+
removeEvent: string | null;
|
|
424
|
+
retention: string | null;
|
|
425
|
+
schemaId: string | null;
|
|
366
426
|
scope: string | null;
|
|
367
|
-
|
|
368
|
-
|
|
369
|
-
|
|
370
|
-
|
|
371
|
-
|
|
427
|
+
stepsRequired: string | null;
|
|
428
|
+
tgAchievementReward: string | null;
|
|
429
|
+
tgCheckAchievements: string | null;
|
|
430
|
+
tgEvent: string | null;
|
|
431
|
+
tgEventBool: string | null;
|
|
432
|
+
tgEventToggle: string | null;
|
|
433
|
+
tgEventToggleBool: string | null;
|
|
434
|
+
tgUpdateAggregates: string | null;
|
|
435
|
+
upsertAggregate: string | null;
|
|
372
436
|
}
|
|
373
|
-
export interface
|
|
374
|
-
|
|
437
|
+
export interface FunctionDeploymentModule {
|
|
438
|
+
apiName: string | null;
|
|
375
439
|
databaseId: string | null;
|
|
376
|
-
|
|
440
|
+
defaultPermissions: string[] | null;
|
|
441
|
+
deploymentEventsTableId: string | null;
|
|
442
|
+
deploymentEventsTableName: string | null;
|
|
443
|
+
deploymentsTableId: string | null;
|
|
444
|
+
deploymentsTableName: string | null;
|
|
445
|
+
entityField: string | null;
|
|
446
|
+
entityTableId: string | null;
|
|
447
|
+
functionModuleId: string | null;
|
|
448
|
+
id: string | null;
|
|
449
|
+
namespaceModuleId: string | null;
|
|
450
|
+
policies: unknown | null;
|
|
451
|
+
prefix: string | null;
|
|
452
|
+
privateApiName: string | null;
|
|
377
453
|
privateSchemaId: string | null;
|
|
378
|
-
publicSchemaName: string | null;
|
|
379
454
|
privateSchemaName: string | null;
|
|
455
|
+
provisions: unknown | null;
|
|
456
|
+
publicSchemaName: string | null;
|
|
457
|
+
schemaId: string | null;
|
|
380
458
|
scope: string | null;
|
|
381
|
-
|
|
382
|
-
|
|
383
|
-
dbPresetsTableId: string | null;
|
|
384
|
-
storeName: string | null;
|
|
459
|
+
}
|
|
460
|
+
export interface FunctionInvocationModule {
|
|
385
461
|
apiName: string | null;
|
|
386
|
-
|
|
462
|
+
databaseId: string | null;
|
|
463
|
+
defaultPermissions: string[] | null;
|
|
464
|
+
entityField: string | null;
|
|
387
465
|
entityTableId: string | null;
|
|
466
|
+
executionLogsTableId: string | null;
|
|
467
|
+
executionLogsTableName: string | null;
|
|
468
|
+
id: string | null;
|
|
469
|
+
invocationsTableId: string | null;
|
|
470
|
+
invocationsTableName: string | null;
|
|
388
471
|
policies: unknown | null;
|
|
472
|
+
prefix: string | null;
|
|
473
|
+
privateApiName: string | null;
|
|
474
|
+
privateSchemaId: string | null;
|
|
475
|
+
privateSchemaName: string | null;
|
|
389
476
|
provisions: unknown | null;
|
|
390
|
-
|
|
477
|
+
publicSchemaName: string | null;
|
|
478
|
+
schemaId: string | null;
|
|
479
|
+
scope: string | null;
|
|
391
480
|
}
|
|
392
|
-
export interface
|
|
393
|
-
|
|
481
|
+
export interface FunctionModule {
|
|
482
|
+
apiName: string | null;
|
|
483
|
+
bindingsTableId: string | null;
|
|
484
|
+
bindingsTableName: string | null;
|
|
394
485
|
databaseId: string | null;
|
|
486
|
+
defaultPermissions: string[] | null;
|
|
487
|
+
definitionsTableId: string | null;
|
|
488
|
+
definitionsTableName: string | null;
|
|
395
489
|
entityField: string | null;
|
|
396
|
-
|
|
490
|
+
entityTableId: string | null;
|
|
491
|
+
id: string | null;
|
|
492
|
+
policies: unknown | null;
|
|
493
|
+
prefix: string | null;
|
|
494
|
+
privateApiName: string | null;
|
|
397
495
|
privateSchemaId: string | null;
|
|
398
|
-
publicSchemaName: string | null;
|
|
399
496
|
privateSchemaName: string | null;
|
|
497
|
+
provisions: unknown | null;
|
|
498
|
+
publicSchemaName: string | null;
|
|
499
|
+
schemaId: string | null;
|
|
400
500
|
scope: string | null;
|
|
401
|
-
|
|
402
|
-
|
|
403
|
-
graphsTableId: string | null;
|
|
501
|
+
}
|
|
502
|
+
export interface GraphExecutionModule {
|
|
404
503
|
apiName: string | null;
|
|
405
|
-
|
|
504
|
+
createdAt: string | null;
|
|
505
|
+
databaseId: string | null;
|
|
506
|
+
defaultPermissions: string[] | null;
|
|
507
|
+
entityField: string | null;
|
|
406
508
|
entityTableId: string | null;
|
|
509
|
+
executionsTableId: string | null;
|
|
510
|
+
executionsTableName: string | null;
|
|
511
|
+
graphModuleId: string | null;
|
|
512
|
+
id: string | null;
|
|
513
|
+
nodeStatesTableId: string | null;
|
|
514
|
+
nodeStatesTableName: string | null;
|
|
515
|
+
outputsTableId: string | null;
|
|
516
|
+
outputsTableName: string | null;
|
|
407
517
|
policies: unknown | null;
|
|
518
|
+
prefix: string | null;
|
|
519
|
+
privateApiName: string | null;
|
|
520
|
+
privateSchemaId: string | null;
|
|
521
|
+
privateSchemaName: string | null;
|
|
408
522
|
provisions: unknown | null;
|
|
409
|
-
|
|
410
|
-
|
|
523
|
+
publicSchemaName: string | null;
|
|
524
|
+
schemaId: string | null;
|
|
525
|
+
scope: string | null;
|
|
411
526
|
}
|
|
412
|
-
export interface
|
|
413
|
-
|
|
527
|
+
export interface GraphModule {
|
|
528
|
+
apiName: string | null;
|
|
529
|
+
createdAt: string | null;
|
|
414
530
|
databaseId: string | null;
|
|
415
|
-
schemaId: string | null;
|
|
416
|
-
privateSchemaId: string | null;
|
|
417
|
-
publicSchemaName: string | null;
|
|
418
|
-
privateSchemaName: string | null;
|
|
419
|
-
rateLimitStateTableId: string | null;
|
|
420
|
-
rateLimitStateTableName: string | null;
|
|
421
|
-
rateLimitOverridesTableId: string | null;
|
|
422
|
-
rateLimitOverridesTableName: string | null;
|
|
423
|
-
rateWindowLimitsTableId: string | null;
|
|
424
|
-
rateWindowLimitsTableName: string | null;
|
|
425
|
-
checkRateLimitFunction: string | null;
|
|
426
|
-
prefix: string | null;
|
|
427
531
|
defaultPermissions: string[] | null;
|
|
428
|
-
|
|
532
|
+
entityField: string | null;
|
|
533
|
+
entityTableId: string | null;
|
|
534
|
+
graphsTableId: string | null;
|
|
535
|
+
id: string | null;
|
|
536
|
+
merkleStoreModuleId: string | null;
|
|
537
|
+
policies: unknown | null;
|
|
538
|
+
prefix: string | null;
|
|
429
539
|
privateApiName: string | null;
|
|
540
|
+
privateSchemaId: string | null;
|
|
541
|
+
privateSchemaName: string | null;
|
|
542
|
+
provisions: unknown | null;
|
|
543
|
+
publicSchemaId: string | null;
|
|
544
|
+
publicSchemaName: string | null;
|
|
545
|
+
scope: string | null;
|
|
430
546
|
}
|
|
431
|
-
export interface
|
|
432
|
-
|
|
547
|
+
export interface HierarchyModule {
|
|
548
|
+
chartEdgeGrantsTableId: string | null;
|
|
549
|
+
chartEdgeGrantsTableName: string | null;
|
|
550
|
+
chartEdgesTableId: string | null;
|
|
551
|
+
chartEdgesTableName: string | null;
|
|
552
|
+
createdAt: string | null;
|
|
433
553
|
databaseId: string | null;
|
|
554
|
+
defaultPermissions: string[] | null;
|
|
434
555
|
entityField: string | null;
|
|
435
|
-
|
|
556
|
+
entityTableId: string | null;
|
|
557
|
+
getManagersFunction: string | null;
|
|
558
|
+
getSubordinatesFunction: string | null;
|
|
559
|
+
hierarchySprtTableId: string | null;
|
|
560
|
+
hierarchySprtTableName: string | null;
|
|
561
|
+
id: string | null;
|
|
562
|
+
isManagerOfFunction: string | null;
|
|
563
|
+
prefix: string | null;
|
|
436
564
|
privateSchemaId: string | null;
|
|
437
|
-
publicSchemaName: string | null;
|
|
438
565
|
privateSchemaName: string | null;
|
|
439
|
-
|
|
440
|
-
|
|
441
|
-
apiName: string | null;
|
|
442
|
-
privateApiName: string | null;
|
|
566
|
+
rebuildHierarchyFunction: string | null;
|
|
567
|
+
schemaId: string | null;
|
|
443
568
|
scope: string | null;
|
|
444
|
-
|
|
445
|
-
entityTableId: string | null;
|
|
446
|
-
policies: unknown | null;
|
|
447
|
-
provisions: unknown | null;
|
|
448
|
-
}
|
|
449
|
-
export interface WebauthnAuthModule {
|
|
450
|
-
id: string | null;
|
|
451
|
-
databaseId: string | null;
|
|
452
|
-
schemaId: string | null;
|
|
569
|
+
sprtTableName: string | null;
|
|
453
570
|
usersTableId: string | null;
|
|
454
|
-
credentialsTableId: string | null;
|
|
455
|
-
sessionsTableId: string | null;
|
|
456
|
-
sessionCredentialsTableId: string | null;
|
|
457
|
-
sessionSecretsTableId: string | null;
|
|
458
|
-
authSettingsTableId: string | null;
|
|
459
|
-
rpId: string | null;
|
|
460
|
-
rpName: string | null;
|
|
461
|
-
originAllowlist: string[] | null;
|
|
462
|
-
attestationType: string | null;
|
|
463
|
-
requireUserVerification: boolean | null;
|
|
464
|
-
residentKey: string | null;
|
|
465
|
-
challengeExpiry: string | null;
|
|
466
571
|
}
|
|
467
|
-
export interface
|
|
468
|
-
id: string | null;
|
|
469
|
-
databaseId: string | null;
|
|
470
|
-
schemaId: string | null;
|
|
471
|
-
principalsTableId: string | null;
|
|
472
|
-
principalEntitiesTableId: string | null;
|
|
473
|
-
principalScopeOverridesTableId: string | null;
|
|
474
|
-
usersTableId: string | null;
|
|
475
|
-
sessionsTableId: string | null;
|
|
476
|
-
sessionCredentialsTableId: string | null;
|
|
477
|
-
auditsTableId: string | null;
|
|
478
|
-
principalsTableName: string | null;
|
|
479
|
-
createPrincipalFunction: string | null;
|
|
480
|
-
deletePrincipalFunction: string | null;
|
|
481
|
-
createOrgPrincipalFunction: string | null;
|
|
482
|
-
deleteOrgPrincipalFunction: string | null;
|
|
483
|
-
createOrgApiKeyFunction: string | null;
|
|
484
|
-
revokeOrgApiKeyFunction: string | null;
|
|
572
|
+
export interface I18NModule {
|
|
485
573
|
apiName: string | null;
|
|
486
|
-
}
|
|
487
|
-
export interface DbPool {
|
|
488
|
-
id: string | null;
|
|
489
|
-
presetSlug: string | null;
|
|
490
|
-
presetCommitId: string | null;
|
|
491
574
|
databaseId: string | null;
|
|
492
|
-
status: string | null;
|
|
493
|
-
errorMessage: string | null;
|
|
494
|
-
expiresAt: string | null;
|
|
495
|
-
claimedBy: string | null;
|
|
496
|
-
claimedAt: string | null;
|
|
497
|
-
bootstrapStatus: string | null;
|
|
498
|
-
bootstrapError: string | null;
|
|
499
|
-
createdAt: string | null;
|
|
500
|
-
updatedAt: string | null;
|
|
501
|
-
}
|
|
502
|
-
export interface FunctionModule {
|
|
503
575
|
id: string | null;
|
|
576
|
+
privateApiName: string | null;
|
|
577
|
+
privateSchemaId: string | null;
|
|
578
|
+
schemaId: string | null;
|
|
579
|
+
settingsTableId: string | null;
|
|
580
|
+
}
|
|
581
|
+
export interface IdentityProvidersModule {
|
|
582
|
+
apiName: string | null;
|
|
504
583
|
databaseId: string | null;
|
|
505
584
|
entityField: string | null;
|
|
506
|
-
|
|
585
|
+
entityTableId: string | null;
|
|
586
|
+
id: string | null;
|
|
587
|
+
prefix: string | null;
|
|
588
|
+
privateApiName: string | null;
|
|
507
589
|
privateSchemaId: string | null;
|
|
508
|
-
publicSchemaName: string | null;
|
|
509
590
|
privateSchemaName: string | null;
|
|
510
|
-
|
|
511
|
-
|
|
591
|
+
publicSchemaName: string | null;
|
|
592
|
+
schemaId: string | null;
|
|
593
|
+
scope: string | null;
|
|
594
|
+
tableId: string | null;
|
|
595
|
+
tableName: string | null;
|
|
596
|
+
}
|
|
597
|
+
export interface InferenceLogModule {
|
|
598
|
+
actorFkTableId: string | null;
|
|
512
599
|
apiName: string | null;
|
|
600
|
+
databaseId: string | null;
|
|
601
|
+
entityField: string | null;
|
|
602
|
+
entityFkTableId: string | null;
|
|
603
|
+
id: string | null;
|
|
604
|
+
inferenceLogTableId: string | null;
|
|
605
|
+
inferenceLogTableName: string | null;
|
|
606
|
+
interval: string | null;
|
|
607
|
+
prefix: string | null;
|
|
608
|
+
premake: number | null;
|
|
513
609
|
privateApiName: string | null;
|
|
610
|
+
privateSchemaId: string | null;
|
|
611
|
+
privateSchemaName: string | null;
|
|
612
|
+
publicSchemaName: string | null;
|
|
613
|
+
retention: string | null;
|
|
614
|
+
schemaId: string | null;
|
|
514
615
|
scope: string | null;
|
|
515
|
-
|
|
616
|
+
usageDailyTableId: string | null;
|
|
617
|
+
usageDailyTableName: string | null;
|
|
618
|
+
}
|
|
619
|
+
export interface InfraConfigModule {
|
|
620
|
+
apiName: string | null;
|
|
621
|
+
configTableId: string | null;
|
|
622
|
+
configTableName: string | null;
|
|
623
|
+
databaseId: string | null;
|
|
624
|
+
entityField: string | null;
|
|
516
625
|
entityTableId: string | null;
|
|
626
|
+
id: string | null;
|
|
517
627
|
policies: unknown | null;
|
|
628
|
+
prefix: string | null;
|
|
629
|
+
privateApiName: string | null;
|
|
630
|
+
privateSchemaId: string | null;
|
|
631
|
+
privateSchemaName: string | null;
|
|
518
632
|
provisions: unknown | null;
|
|
519
|
-
|
|
633
|
+
publicSchemaName: string | null;
|
|
634
|
+
schemaId: string | null;
|
|
635
|
+
scope: string | null;
|
|
520
636
|
}
|
|
521
|
-
export interface
|
|
522
|
-
|
|
637
|
+
export interface InfraSecretsModule {
|
|
638
|
+
apiName: string | null;
|
|
523
639
|
databaseId: string | null;
|
|
524
640
|
entityField: string | null;
|
|
525
|
-
|
|
526
|
-
|
|
527
|
-
|
|
528
|
-
privateSchemaName: string | null;
|
|
529
|
-
objectTableId: string | null;
|
|
530
|
-
storeTableId: string | null;
|
|
531
|
-
commitTableId: string | null;
|
|
532
|
-
refTableId: string | null;
|
|
641
|
+
entityTableId: string | null;
|
|
642
|
+
id: string | null;
|
|
643
|
+
policies: unknown | null;
|
|
533
644
|
prefix: string | null;
|
|
534
|
-
apiName: string | null;
|
|
535
645
|
privateApiName: string | null;
|
|
646
|
+
privateSchemaId: string | null;
|
|
647
|
+
privateSchemaName: string | null;
|
|
648
|
+
provisions: unknown | null;
|
|
649
|
+
publicSchemaName: string | null;
|
|
650
|
+
schemaId: string | null;
|
|
536
651
|
scope: string | null;
|
|
537
|
-
|
|
538
|
-
|
|
539
|
-
createdAt: string | null;
|
|
540
|
-
}
|
|
541
|
-
export interface DatabaseProvisionModule {
|
|
542
|
-
id: string | null;
|
|
543
|
-
databaseName: string | null;
|
|
544
|
-
ownerId: string | null;
|
|
545
|
-
subdomain: string | null;
|
|
546
|
-
domain: string | null;
|
|
547
|
-
modules: unknown | null;
|
|
548
|
-
options: unknown | null;
|
|
549
|
-
bootstrapUser: boolean | null;
|
|
550
|
-
status: string | null;
|
|
551
|
-
errorMessage: string | null;
|
|
552
|
-
sourceDatabaseId: string | null;
|
|
553
|
-
bootstrapStatus: string | null;
|
|
554
|
-
bootstrapError: string | null;
|
|
555
|
-
databaseId: string | null;
|
|
556
|
-
createdAt: string | null;
|
|
557
|
-
updatedAt: string | null;
|
|
558
|
-
completedAt: string | null;
|
|
559
|
-
fulfilledAt: string | null;
|
|
652
|
+
secretsTableId: string | null;
|
|
653
|
+
secretsTableName: string | null;
|
|
560
654
|
}
|
|
561
|
-
export interface
|
|
562
|
-
|
|
655
|
+
export interface IntegrationProvidersModule {
|
|
656
|
+
apiName: string | null;
|
|
563
657
|
databaseId: string | null;
|
|
564
658
|
entityField: string | null;
|
|
565
|
-
|
|
659
|
+
entityTableId: string | null;
|
|
660
|
+
id: string | null;
|
|
661
|
+
prefix: string | null;
|
|
662
|
+
privateApiName: string | null;
|
|
566
663
|
privateSchemaId: string | null;
|
|
567
|
-
publicSchemaName: string | null;
|
|
568
664
|
privateSchemaName: string | null;
|
|
569
|
-
|
|
570
|
-
|
|
571
|
-
invocationsTableName: string | null;
|
|
572
|
-
executionLogsTableName: string | null;
|
|
573
|
-
apiName: string | null;
|
|
574
|
-
privateApiName: string | null;
|
|
665
|
+
publicSchemaName: string | null;
|
|
666
|
+
schemaId: string | null;
|
|
575
667
|
scope: string | null;
|
|
576
|
-
|
|
668
|
+
tableId: string | null;
|
|
669
|
+
tableName: string | null;
|
|
670
|
+
}
|
|
671
|
+
export interface InternalSecretsModule {
|
|
672
|
+
apiName: string | null;
|
|
673
|
+
databaseId: string | null;
|
|
674
|
+
entityField: string | null;
|
|
577
675
|
entityTableId: string | null;
|
|
676
|
+
id: string | null;
|
|
677
|
+
internalSecretsTableId: string | null;
|
|
678
|
+
internalSecretsTableName: string | null;
|
|
578
679
|
policies: unknown | null;
|
|
680
|
+
prefix: string | null;
|
|
681
|
+
privateApiName: string | null;
|
|
682
|
+
privateSchemaId: string | null;
|
|
683
|
+
privateSchemaName: string | null;
|
|
579
684
|
provisions: unknown | null;
|
|
580
|
-
|
|
685
|
+
publicSchemaName: string | null;
|
|
686
|
+
schemaId: string | null;
|
|
687
|
+
scope: string | null;
|
|
581
688
|
}
|
|
582
689
|
export interface InvitesModule {
|
|
583
|
-
|
|
690
|
+
apiName: string | null;
|
|
691
|
+
claimedInvitesTableId: string | null;
|
|
692
|
+
claimedInvitesTableName: string | null;
|
|
584
693
|
databaseId: string | null;
|
|
585
|
-
entityField: string | null;
|
|
586
|
-
schemaId: string | null;
|
|
587
|
-
privateSchemaId: string | null;
|
|
588
|
-
publicSchemaName: string | null;
|
|
589
|
-
privateSchemaName: string | null;
|
|
590
694
|
emailsTableId: string | null;
|
|
591
|
-
|
|
695
|
+
entityField: string | null;
|
|
696
|
+
entityTableId: string | null;
|
|
697
|
+
id: string | null;
|
|
592
698
|
invitesTableId: string | null;
|
|
593
|
-
claimedInvitesTableId: string | null;
|
|
594
699
|
invitesTableName: string | null;
|
|
595
|
-
claimedInvitesTableName: string | null;
|
|
596
|
-
submitInviteCodeFunction: string | null;
|
|
597
|
-
scope: string | null;
|
|
598
700
|
prefix: string | null;
|
|
599
|
-
entityTableId: string | null;
|
|
600
|
-
apiName: string | null;
|
|
601
701
|
privateApiName: string | null;
|
|
602
|
-
}
|
|
603
|
-
export interface NamespaceModule {
|
|
604
|
-
id: string | null;
|
|
605
|
-
databaseId: string | null;
|
|
606
|
-
entityField: string | null;
|
|
607
|
-
schemaId: string | null;
|
|
608
702
|
privateSchemaId: string | null;
|
|
609
|
-
publicSchemaName: string | null;
|
|
610
703
|
privateSchemaName: string | null;
|
|
611
|
-
|
|
612
|
-
|
|
613
|
-
namespacesTableName: string | null;
|
|
614
|
-
namespaceEventsTableName: string | null;
|
|
615
|
-
apiName: string | null;
|
|
616
|
-
privateApiName: string | null;
|
|
704
|
+
publicSchemaName: string | null;
|
|
705
|
+
schemaId: string | null;
|
|
617
706
|
scope: string | null;
|
|
618
|
-
|
|
619
|
-
|
|
620
|
-
policies: unknown | null;
|
|
621
|
-
provisions: unknown | null;
|
|
622
|
-
defaultPermissions: string[] | null;
|
|
707
|
+
submitInviteCodeFunction: string | null;
|
|
708
|
+
usersTableId: string | null;
|
|
623
709
|
}
|
|
624
|
-
export interface
|
|
625
|
-
|
|
710
|
+
export interface LimitsModule {
|
|
711
|
+
actorTableId: string | null;
|
|
712
|
+
aggregateTableId: string | null;
|
|
713
|
+
apiName: string | null;
|
|
714
|
+
capCheckTrigger: string | null;
|
|
715
|
+
creditCodeItemsTableId: string | null;
|
|
716
|
+
creditCodesTableId: string | null;
|
|
717
|
+
creditRedemptionsTableId: string | null;
|
|
626
718
|
databaseId: string | null;
|
|
627
|
-
|
|
628
|
-
|
|
629
|
-
|
|
630
|
-
|
|
631
|
-
|
|
632
|
-
|
|
633
|
-
|
|
634
|
-
|
|
635
|
-
|
|
636
|
-
|
|
637
|
-
|
|
638
|
-
|
|
639
|
-
|
|
640
|
-
|
|
641
|
-
|
|
642
|
-
|
|
719
|
+
defaultTableId: string | null;
|
|
720
|
+
defaultTableName: string | null;
|
|
721
|
+
entityField: string | null;
|
|
722
|
+
entityTableId: string | null;
|
|
723
|
+
eventsTableId: string | null;
|
|
724
|
+
id: string | null;
|
|
725
|
+
limitAggregateCheckSoftFunction: string | null;
|
|
726
|
+
limitCapsDefaultsTableId: string | null;
|
|
727
|
+
limitCapsTableId: string | null;
|
|
728
|
+
limitCheckFunction: string | null;
|
|
729
|
+
limitCheckSoftFunction: string | null;
|
|
730
|
+
limitCreditsTableId: string | null;
|
|
731
|
+
limitDecrementFunction: string | null;
|
|
732
|
+
limitDecrementTrigger: string | null;
|
|
733
|
+
limitIncrementFunction: string | null;
|
|
734
|
+
limitIncrementTrigger: string | null;
|
|
735
|
+
limitUpdateTrigger: string | null;
|
|
736
|
+
limitWarningStateTableId: string | null;
|
|
737
|
+
limitWarningsTableId: string | null;
|
|
643
738
|
prefix: string | null;
|
|
644
|
-
apiName: string | null;
|
|
645
739
|
privateApiName: string | null;
|
|
646
|
-
}
|
|
647
|
-
export interface ComputeLogModule {
|
|
648
|
-
id: string | null;
|
|
649
|
-
databaseId: string | null;
|
|
650
|
-
entityField: string | null;
|
|
651
|
-
schemaId: string | null;
|
|
652
740
|
privateSchemaId: string | null;
|
|
653
|
-
publicSchemaName: string | null;
|
|
654
741
|
privateSchemaName: string | null;
|
|
655
|
-
|
|
656
|
-
|
|
657
|
-
|
|
658
|
-
usageDailyTableName: string | null;
|
|
659
|
-
interval: string | null;
|
|
660
|
-
retention: string | null;
|
|
661
|
-
premake: number | null;
|
|
742
|
+
publicSchemaName: string | null;
|
|
743
|
+
resolveCapFunction: string | null;
|
|
744
|
+
schemaId: string | null;
|
|
662
745
|
scope: string | null;
|
|
663
|
-
|
|
664
|
-
|
|
665
|
-
prefix: string | null;
|
|
666
|
-
apiName: string | null;
|
|
667
|
-
privateApiName: string | null;
|
|
746
|
+
tableId: string | null;
|
|
747
|
+
tableName: string | null;
|
|
668
748
|
}
|
|
669
|
-
export interface
|
|
749
|
+
export interface MembershipTypesModule {
|
|
750
|
+
databaseId: string | null;
|
|
670
751
|
id: string | null;
|
|
752
|
+
schemaId: string | null;
|
|
753
|
+
tableId: string | null;
|
|
754
|
+
tableName: string | null;
|
|
755
|
+
}
|
|
756
|
+
export interface MembershipsModule {
|
|
757
|
+
actorMaskCheck: string | null;
|
|
758
|
+
actorPermCheck: string | null;
|
|
759
|
+
actorTableId: string | null;
|
|
760
|
+
adminGrantsTableId: string | null;
|
|
761
|
+
adminGrantsTableName: string | null;
|
|
762
|
+
apiName: string | null;
|
|
671
763
|
databaseId: string | null;
|
|
764
|
+
defaultLimitsTableId: string | null;
|
|
765
|
+
defaultPermissionsTableId: string | null;
|
|
672
766
|
entityField: string | null;
|
|
673
|
-
|
|
767
|
+
entityIdsByMask: string | null;
|
|
768
|
+
entityIdsByPerm: string | null;
|
|
769
|
+
entityIdsFunction: string | null;
|
|
770
|
+
entityTableId: string | null;
|
|
771
|
+
entityTableOwnerId: string | null;
|
|
772
|
+
getOrgFn: string | null;
|
|
773
|
+
grantsTableId: string | null;
|
|
774
|
+
grantsTableName: string | null;
|
|
775
|
+
id: string | null;
|
|
776
|
+
limitsTableId: string | null;
|
|
777
|
+
memberProfilesTableId: string | null;
|
|
778
|
+
membersTableId: string | null;
|
|
779
|
+
membersTableName: string | null;
|
|
780
|
+
membershipDefaultsTableId: string | null;
|
|
781
|
+
membershipDefaultsTableName: string | null;
|
|
782
|
+
membershipSettingsTableId: string | null;
|
|
783
|
+
membershipSettingsTableName: string | null;
|
|
784
|
+
membershipsTableId: string | null;
|
|
785
|
+
membershipsTableName: string | null;
|
|
786
|
+
ownerGrantsTableId: string | null;
|
|
787
|
+
ownerGrantsTableName: string | null;
|
|
788
|
+
permissionDefaultGrantsTableId: string | null;
|
|
789
|
+
permissionDefaultPermissionsTableId: string | null;
|
|
790
|
+
permissionsTableId: string | null;
|
|
791
|
+
prefix: string | null;
|
|
792
|
+
privateApiName: string | null;
|
|
674
793
|
privateSchemaId: string | null;
|
|
675
|
-
publicSchemaName: string | null;
|
|
676
794
|
privateSchemaName: string | null;
|
|
677
|
-
|
|
678
|
-
|
|
679
|
-
usageDailyTableId: string | null;
|
|
680
|
-
usageDailyTableName: string | null;
|
|
681
|
-
interval: string | null;
|
|
682
|
-
retention: string | null;
|
|
683
|
-
premake: number | null;
|
|
795
|
+
publicSchemaName: string | null;
|
|
796
|
+
schemaId: string | null;
|
|
684
797
|
scope: string | null;
|
|
685
|
-
|
|
686
|
-
entityFkTableId: string | null;
|
|
687
|
-
prefix: string | null;
|
|
688
|
-
apiName: string | null;
|
|
689
|
-
privateApiName: string | null;
|
|
798
|
+
sprtTableId: string | null;
|
|
690
799
|
}
|
|
691
|
-
export interface
|
|
692
|
-
|
|
800
|
+
export interface MerkleStoreModule {
|
|
801
|
+
apiName: string | null;
|
|
802
|
+
commitTableId: string | null;
|
|
803
|
+
createdAt: string | null;
|
|
693
804
|
databaseId: string | null;
|
|
694
805
|
entityField: string | null;
|
|
695
|
-
|
|
806
|
+
functionPrefix: string | null;
|
|
807
|
+
id: string | null;
|
|
808
|
+
objectTableId: string | null;
|
|
809
|
+
permissionKey: string | null;
|
|
810
|
+
prefix: string | null;
|
|
811
|
+
privateApiName: string | null;
|
|
696
812
|
privateSchemaId: string | null;
|
|
697
|
-
publicSchemaName: string | null;
|
|
698
813
|
privateSchemaName: string | null;
|
|
699
|
-
|
|
700
|
-
|
|
701
|
-
|
|
702
|
-
usageDailyTableName: string | null;
|
|
703
|
-
interval: string | null;
|
|
704
|
-
retention: string | null;
|
|
705
|
-
premake: number | null;
|
|
814
|
+
publicSchemaName: string | null;
|
|
815
|
+
refTableId: string | null;
|
|
816
|
+
schemaId: string | null;
|
|
706
817
|
scope: string | null;
|
|
707
|
-
|
|
708
|
-
entityFkTableId: string | null;
|
|
709
|
-
prefix: string | null;
|
|
710
|
-
apiName: string | null;
|
|
711
|
-
privateApiName: string | null;
|
|
818
|
+
storeTableId: string | null;
|
|
712
819
|
}
|
|
713
|
-
export interface
|
|
714
|
-
|
|
820
|
+
export interface NamespaceModule {
|
|
821
|
+
apiName: string | null;
|
|
715
822
|
databaseId: string | null;
|
|
823
|
+
defaultPermissions: string[] | null;
|
|
716
824
|
entityField: string | null;
|
|
717
|
-
|
|
825
|
+
entityTableId: string | null;
|
|
826
|
+
id: string | null;
|
|
827
|
+
namespaceEventsTableId: string | null;
|
|
828
|
+
namespaceEventsTableName: string | null;
|
|
829
|
+
namespacesTableId: string | null;
|
|
830
|
+
namespacesTableName: string | null;
|
|
831
|
+
policies: unknown | null;
|
|
832
|
+
prefix: string | null;
|
|
833
|
+
privateApiName: string | null;
|
|
718
834
|
privateSchemaId: string | null;
|
|
719
|
-
publicSchemaName: string | null;
|
|
720
835
|
privateSchemaName: string | null;
|
|
721
|
-
|
|
722
|
-
|
|
723
|
-
|
|
724
|
-
usageDailyTableName: string | null;
|
|
725
|
-
interval: string | null;
|
|
726
|
-
retention: string | null;
|
|
727
|
-
premake: number | null;
|
|
836
|
+
provisions: unknown | null;
|
|
837
|
+
publicSchemaName: string | null;
|
|
838
|
+
schemaId: string | null;
|
|
728
839
|
scope: string | null;
|
|
729
|
-
actorFkTableId: string | null;
|
|
730
|
-
entityFkTableId: string | null;
|
|
731
|
-
prefix: string | null;
|
|
732
|
-
apiName: string | null;
|
|
733
|
-
privateApiName: string | null;
|
|
734
840
|
}
|
|
735
|
-
export interface
|
|
736
|
-
id: string | null;
|
|
737
|
-
databaseId: string | null;
|
|
738
|
-
schemaId: string | null;
|
|
739
|
-
privateSchemaId: string | null;
|
|
740
|
-
provider: string | null;
|
|
741
|
-
productsTableId: string | null;
|
|
742
|
-
pricesTableId: string | null;
|
|
743
|
-
subscriptionsTableId: string | null;
|
|
744
|
-
billingCustomersTableId: string | null;
|
|
745
|
-
billingCustomersTableName: string | null;
|
|
746
|
-
billingProductsTableId: string | null;
|
|
747
|
-
billingProductsTableName: string | null;
|
|
748
|
-
billingPricesTableId: string | null;
|
|
749
|
-
billingPricesTableName: string | null;
|
|
750
|
-
billingSubscriptionsTableId: string | null;
|
|
751
|
-
billingSubscriptionsTableName: string | null;
|
|
752
|
-
billingWebhookEventsTableId: string | null;
|
|
753
|
-
billingWebhookEventsTableName: string | null;
|
|
754
|
-
processBillingEventFunction: string | null;
|
|
755
|
-
prefix: string | null;
|
|
841
|
+
export interface NotificationsModule {
|
|
756
842
|
apiName: string | null;
|
|
757
|
-
|
|
758
|
-
}
|
|
759
|
-
export interface FunctionDeploymentModule {
|
|
760
|
-
id: string | null;
|
|
843
|
+
channelsTableId: string | null;
|
|
761
844
|
databaseId: string | null;
|
|
845
|
+
defaultPermissions: string[] | null;
|
|
846
|
+
deliveryLogTableId: string | null;
|
|
762
847
|
entityField: string | null;
|
|
763
|
-
|
|
848
|
+
hasChannels: boolean | null;
|
|
849
|
+
hasDigestMetadata: boolean | null;
|
|
850
|
+
hasPreferences: boolean | null;
|
|
851
|
+
hasSettingsExtension: boolean | null;
|
|
852
|
+
hasSubscriptions: boolean | null;
|
|
853
|
+
id: string | null;
|
|
854
|
+
notificationsTableId: string | null;
|
|
855
|
+
organizationSettingsTableId: string | null;
|
|
856
|
+
ownerTableId: string | null;
|
|
857
|
+
preferencesTableId: string | null;
|
|
858
|
+
privateApiName: string | null;
|
|
764
859
|
privateSchemaId: string | null;
|
|
765
|
-
publicSchemaName: string | null;
|
|
766
860
|
privateSchemaName: string | null;
|
|
767
|
-
|
|
768
|
-
|
|
769
|
-
|
|
770
|
-
|
|
771
|
-
|
|
772
|
-
privateApiName: string | null;
|
|
773
|
-
scope: string | null;
|
|
774
|
-
prefix: string | null;
|
|
775
|
-
entityTableId: string | null;
|
|
776
|
-
functionModuleId: string | null;
|
|
777
|
-
namespaceModuleId: string | null;
|
|
778
|
-
policies: unknown | null;
|
|
779
|
-
provisions: unknown | null;
|
|
780
|
-
defaultPermissions: string[] | null;
|
|
861
|
+
publicSchemaName: string | null;
|
|
862
|
+
readStateTableId: string | null;
|
|
863
|
+
schemaId: string | null;
|
|
864
|
+
suppressionsTableId: string | null;
|
|
865
|
+
userSettingsTableId: string | null;
|
|
781
866
|
}
|
|
782
867
|
export interface PermissionsModule {
|
|
783
|
-
|
|
868
|
+
actorTableId: string | null;
|
|
869
|
+
apiName: string | null;
|
|
870
|
+
bitlen: number | null;
|
|
784
871
|
databaseId: string | null;
|
|
785
|
-
entityField: string | null;
|
|
786
|
-
schemaId: string | null;
|
|
787
|
-
privateSchemaId: string | null;
|
|
788
|
-
publicSchemaName: string | null;
|
|
789
|
-
privateSchemaName: string | null;
|
|
790
|
-
tableId: string | null;
|
|
791
|
-
tableName: string | null;
|
|
792
872
|
defaultTableId: string | null;
|
|
793
873
|
defaultTableName: string | null;
|
|
794
|
-
|
|
795
|
-
scope: string | null;
|
|
796
|
-
prefix: string | null;
|
|
874
|
+
entityField: string | null;
|
|
797
875
|
entityTableId: string | null;
|
|
798
|
-
actorTableId: string | null;
|
|
799
|
-
getPaddedMask: string | null;
|
|
800
|
-
getMask: string | null;
|
|
801
876
|
getByMask: string | null;
|
|
877
|
+
getMask: string | null;
|
|
802
878
|
getMaskByName: string | null;
|
|
803
|
-
|
|
804
|
-
privateApiName: string | null;
|
|
805
|
-
}
|
|
806
|
-
export interface GraphExecutionModule {
|
|
879
|
+
getPaddedMask: string | null;
|
|
807
880
|
id: string | null;
|
|
808
|
-
|
|
809
|
-
|
|
810
|
-
schemaId: string | null;
|
|
881
|
+
prefix: string | null;
|
|
882
|
+
privateApiName: string | null;
|
|
811
883
|
privateSchemaId: string | null;
|
|
812
|
-
publicSchemaName: string | null;
|
|
813
884
|
privateSchemaName: string | null;
|
|
814
|
-
|
|
885
|
+
publicSchemaName: string | null;
|
|
886
|
+
schemaId: string | null;
|
|
815
887
|
scope: string | null;
|
|
816
|
-
|
|
817
|
-
|
|
818
|
-
|
|
819
|
-
|
|
820
|
-
executionsTableName: string | null;
|
|
821
|
-
outputsTableName: string | null;
|
|
822
|
-
nodeStatesTableName: string | null;
|
|
888
|
+
tableId: string | null;
|
|
889
|
+
tableName: string | null;
|
|
890
|
+
}
|
|
891
|
+
export interface PhoneNumbersModule {
|
|
823
892
|
apiName: string | null;
|
|
893
|
+
databaseId: string | null;
|
|
894
|
+
id: string | null;
|
|
895
|
+
ownerTableId: string | null;
|
|
824
896
|
privateApiName: string | null;
|
|
825
|
-
|
|
826
|
-
|
|
827
|
-
|
|
828
|
-
|
|
829
|
-
createdAt: string | null;
|
|
897
|
+
privateSchemaId: string | null;
|
|
898
|
+
schemaId: string | null;
|
|
899
|
+
tableId: string | null;
|
|
900
|
+
tableName: string | null;
|
|
830
901
|
}
|
|
831
|
-
export interface
|
|
832
|
-
|
|
902
|
+
export interface PlansModule {
|
|
903
|
+
apiName: string | null;
|
|
904
|
+
applyBillingPlanFunction: string | null;
|
|
905
|
+
applyPlanAggregateFunction: string | null;
|
|
906
|
+
applyPlanCapsFunction: string | null;
|
|
907
|
+
applyPlanFunction: string | null;
|
|
833
908
|
databaseId: string | null;
|
|
834
|
-
|
|
835
|
-
|
|
836
|
-
|
|
837
|
-
|
|
838
|
-
|
|
839
|
-
|
|
840
|
-
|
|
841
|
-
|
|
842
|
-
|
|
843
|
-
entityTableId: string | null;
|
|
844
|
-
usersTableId: string | null;
|
|
845
|
-
scope: string | null;
|
|
909
|
+
id: string | null;
|
|
910
|
+
planCapsTableId: string | null;
|
|
911
|
+
planLimitsTableId: string | null;
|
|
912
|
+
planLimitsTableName: string | null;
|
|
913
|
+
planMeterLimitsTableId: string | null;
|
|
914
|
+
planOverridesTableId: string | null;
|
|
915
|
+
planPricingTableId: string | null;
|
|
916
|
+
plansTableId: string | null;
|
|
917
|
+
plansTableName: string | null;
|
|
846
918
|
prefix: string | null;
|
|
919
|
+
privateApiName: string | null;
|
|
920
|
+
privateSchemaId: string | null;
|
|
847
921
|
privateSchemaName: string | null;
|
|
848
|
-
|
|
849
|
-
|
|
850
|
-
getSubordinatesFunction: string | null;
|
|
851
|
-
getManagersFunction: string | null;
|
|
852
|
-
isManagerOfFunction: string | null;
|
|
853
|
-
defaultPermissions: string[] | null;
|
|
854
|
-
createdAt: string | null;
|
|
922
|
+
publicSchemaName: string | null;
|
|
923
|
+
schemaId: string | null;
|
|
855
924
|
}
|
|
856
|
-
export interface
|
|
925
|
+
export interface PrincipalAuthModule {
|
|
926
|
+
apiName: string | null;
|
|
927
|
+
auditsTableId: string | null;
|
|
928
|
+
createOrgApiKeyFunction: string | null;
|
|
929
|
+
createOrgPrincipalFunction: string | null;
|
|
930
|
+
createPrincipalFunction: string | null;
|
|
931
|
+
databaseId: string | null;
|
|
932
|
+
deleteOrgPrincipalFunction: string | null;
|
|
933
|
+
deletePrincipalFunction: string | null;
|
|
857
934
|
id: string | null;
|
|
935
|
+
principalEntitiesTableId: string | null;
|
|
936
|
+
principalScopeOverridesTableId: string | null;
|
|
937
|
+
principalsTableId: string | null;
|
|
938
|
+
principalsTableName: string | null;
|
|
939
|
+
revokeOrgApiKeyFunction: string | null;
|
|
940
|
+
schemaId: string | null;
|
|
941
|
+
sessionCredentialsTableId: string | null;
|
|
942
|
+
sessionsTableId: string | null;
|
|
943
|
+
usersTableId: string | null;
|
|
944
|
+
}
|
|
945
|
+
export interface ProfilesModule {
|
|
946
|
+
actorTableId: string | null;
|
|
947
|
+
apiName: string | null;
|
|
858
948
|
databaseId: string | null;
|
|
859
949
|
entityField: string | null;
|
|
860
|
-
|
|
950
|
+
entityTableId: string | null;
|
|
951
|
+
id: string | null;
|
|
952
|
+
membershipsTableId: string | null;
|
|
953
|
+
permissionsTableId: string | null;
|
|
954
|
+
prefix: string | null;
|
|
955
|
+
privateApiName: string | null;
|
|
861
956
|
privateSchemaId: string | null;
|
|
862
|
-
publicSchemaName: string | null;
|
|
863
957
|
privateSchemaName: string | null;
|
|
864
|
-
|
|
865
|
-
|
|
866
|
-
|
|
867
|
-
|
|
868
|
-
|
|
869
|
-
|
|
870
|
-
|
|
871
|
-
|
|
872
|
-
|
|
873
|
-
|
|
874
|
-
|
|
875
|
-
|
|
876
|
-
|
|
877
|
-
|
|
958
|
+
profileDefinitionGrantsTableId: string | null;
|
|
959
|
+
profileDefinitionGrantsTableName: string | null;
|
|
960
|
+
profileGrantsTableId: string | null;
|
|
961
|
+
profileGrantsTableName: string | null;
|
|
962
|
+
profilePermissionsTableId: string | null;
|
|
963
|
+
profilePermissionsTableName: string | null;
|
|
964
|
+
profileTemplatesTableId: string | null;
|
|
965
|
+
profileTemplatesTableName: string | null;
|
|
966
|
+
publicSchemaName: string | null;
|
|
967
|
+
schemaId: string | null;
|
|
968
|
+
scope: string | null;
|
|
969
|
+
tableId: string | null;
|
|
970
|
+
tableName: string | null;
|
|
971
|
+
}
|
|
972
|
+
export interface RateLimitMetersModule {
|
|
973
|
+
apiName: string | null;
|
|
974
|
+
checkRateLimitFunction: string | null;
|
|
975
|
+
databaseId: string | null;
|
|
878
976
|
defaultPermissions: string[] | null;
|
|
977
|
+
id: string | null;
|
|
978
|
+
prefix: string | null;
|
|
979
|
+
privateApiName: string | null;
|
|
980
|
+
privateSchemaId: string | null;
|
|
981
|
+
privateSchemaName: string | null;
|
|
982
|
+
publicSchemaName: string | null;
|
|
983
|
+
rateLimitOverridesTableId: string | null;
|
|
984
|
+
rateLimitOverridesTableName: string | null;
|
|
985
|
+
rateLimitStateTableId: string | null;
|
|
986
|
+
rateLimitStateTableName: string | null;
|
|
987
|
+
rateWindowLimitsTableId: string | null;
|
|
988
|
+
rateWindowLimitsTableName: string | null;
|
|
989
|
+
schemaId: string | null;
|
|
990
|
+
}
|
|
991
|
+
export interface RateLimitsModule {
|
|
992
|
+
databaseId: string | null;
|
|
993
|
+
id: string | null;
|
|
994
|
+
ipRateLimitsTable: string | null;
|
|
995
|
+
ipRateLimitsTableId: string | null;
|
|
996
|
+
rateLimitSettingsTable: string | null;
|
|
997
|
+
rateLimitSettingsTableId: string | null;
|
|
998
|
+
rateLimitsTable: string | null;
|
|
999
|
+
rateLimitsTableId: string | null;
|
|
1000
|
+
schemaId: string | null;
|
|
1001
|
+
}
|
|
1002
|
+
export interface RealtimeModule {
|
|
879
1003
|
apiName: string | null;
|
|
1004
|
+
changeLogTableId: string | null;
|
|
1005
|
+
databaseId: string | null;
|
|
1006
|
+
id: string | null;
|
|
1007
|
+
interval: string | null;
|
|
1008
|
+
listenerNodeTableId: string | null;
|
|
1009
|
+
notifyChannel: string | null;
|
|
1010
|
+
premake: number | null;
|
|
880
1011
|
privateApiName: string | null;
|
|
1012
|
+
privateSchemaId: string | null;
|
|
1013
|
+
retentionHours: number | null;
|
|
1014
|
+
schemaId: string | null;
|
|
1015
|
+
sourceRegistryTableId: string | null;
|
|
1016
|
+
subscriptionsSchemaId: string | null;
|
|
881
1017
|
}
|
|
882
1018
|
export interface RelationProvision {
|
|
883
|
-
|
|
1019
|
+
apiRequired: boolean | null;
|
|
1020
|
+
createIndex: boolean | null;
|
|
884
1021
|
databaseId: string | null;
|
|
885
|
-
relationType: string | null;
|
|
886
|
-
sourceTableId: string | null;
|
|
887
|
-
targetTableId: string | null;
|
|
888
|
-
fieldName: string | null;
|
|
889
1022
|
deleteAction: string | null;
|
|
1023
|
+
exposeInApi: boolean | null;
|
|
1024
|
+
fieldName: string | null;
|
|
1025
|
+
grants: unknown | null;
|
|
1026
|
+
id: string | null;
|
|
890
1027
|
isRequired: boolean | null;
|
|
891
|
-
|
|
1028
|
+
junctionSchemaId: string | null;
|
|
892
1029
|
junctionTableId: string | null;
|
|
893
1030
|
junctionTableName: string | null;
|
|
894
|
-
junctionSchemaId: string | null;
|
|
895
|
-
sourceFieldName: string | null;
|
|
896
|
-
targetFieldName: string | null;
|
|
897
|
-
useCompositeKey: boolean | null;
|
|
898
|
-
createIndex: boolean | null;
|
|
899
|
-
exposeInApi: boolean | null;
|
|
900
1031
|
nodes: unknown | null;
|
|
901
|
-
grants: unknown | null;
|
|
902
|
-
policies: unknown | null;
|
|
903
1032
|
outFieldId: string | null;
|
|
904
1033
|
outJunctionTableId: string | null;
|
|
905
1034
|
outSourceFieldId: string | null;
|
|
906
1035
|
outTargetFieldId: string | null;
|
|
1036
|
+
policies: unknown | null;
|
|
1037
|
+
relationType: string | null;
|
|
1038
|
+
sourceFieldName: string | null;
|
|
1039
|
+
sourceTableId: string | null;
|
|
1040
|
+
targetFieldName: string | null;
|
|
1041
|
+
targetTableId: string | null;
|
|
1042
|
+
useCompositeKey: boolean | null;
|
|
907
1043
|
}
|
|
908
|
-
export interface
|
|
909
|
-
|
|
1044
|
+
export interface ResourceModule {
|
|
1045
|
+
apiName: string | null;
|
|
910
1046
|
databaseId: string | null;
|
|
1047
|
+
defaultPermissions: string[] | null;
|
|
911
1048
|
entityField: string | null;
|
|
912
|
-
|
|
1049
|
+
entityTableId: string | null;
|
|
1050
|
+
id: string | null;
|
|
1051
|
+
namespaceModuleId: string | null;
|
|
1052
|
+
policies: unknown | null;
|
|
1053
|
+
prefix: string | null;
|
|
1054
|
+
privateApiName: string | null;
|
|
913
1055
|
privateSchemaId: string | null;
|
|
914
|
-
publicSchemaName: string | null;
|
|
915
1056
|
privateSchemaName: string | null;
|
|
916
|
-
|
|
917
|
-
|
|
918
|
-
|
|
919
|
-
|
|
920
|
-
|
|
921
|
-
|
|
922
|
-
|
|
923
|
-
|
|
924
|
-
|
|
925
|
-
|
|
1057
|
+
provisions: unknown | null;
|
|
1058
|
+
publicSchemaName: string | null;
|
|
1059
|
+
requirementsStateViewName: string | null;
|
|
1060
|
+
resolvedRequirementsViewName: string | null;
|
|
1061
|
+
resourceDefinitionsTableId: string | null;
|
|
1062
|
+
resourceDefinitionsTableName: string | null;
|
|
1063
|
+
resourceEventsTableId: string | null;
|
|
1064
|
+
resourceEventsTableName: string | null;
|
|
1065
|
+
resourceStatusChecksTableId: string | null;
|
|
1066
|
+
resourceStatusChecksTableName: string | null;
|
|
1067
|
+
resourcesTableId: string | null;
|
|
1068
|
+
resourcesTableName: string | null;
|
|
1069
|
+
schemaId: string | null;
|
|
926
1070
|
scope: string | null;
|
|
927
|
-
prefix: string | null;
|
|
928
|
-
entityTableId: string | null;
|
|
929
|
-
actorTableId: string | null;
|
|
930
|
-
permissionsTableId: string | null;
|
|
931
|
-
membershipsTableId: string | null;
|
|
932
|
-
apiName: string | null;
|
|
933
|
-
privateApiName: string | null;
|
|
934
1071
|
}
|
|
935
|
-
export interface
|
|
936
|
-
|
|
1072
|
+
export interface RlsModule {
|
|
1073
|
+
apiName: string | null;
|
|
1074
|
+
authenticate: string | null;
|
|
1075
|
+
authenticateStrict: string | null;
|
|
1076
|
+
currentRole: string | null;
|
|
1077
|
+
currentRoleId: string | null;
|
|
937
1078
|
databaseId: string | null;
|
|
938
|
-
|
|
1079
|
+
id: string | null;
|
|
1080
|
+
privateApiName: string | null;
|
|
939
1081
|
privateSchemaId: string | null;
|
|
940
|
-
|
|
941
|
-
|
|
942
|
-
|
|
943
|
-
|
|
944
|
-
planSubscriptionsTableId: string | null;
|
|
945
|
-
planSubscriptionsTableName: string | null;
|
|
946
|
-
ledgerTableId: string | null;
|
|
947
|
-
ledgerTableName: string | null;
|
|
948
|
-
balancesTableId: string | null;
|
|
949
|
-
balancesTableName: string | null;
|
|
950
|
-
meterCreditsTableId: string | null;
|
|
951
|
-
meterCreditsTableName: string | null;
|
|
952
|
-
meterSourcesTableId: string | null;
|
|
953
|
-
meterSourcesTableName: string | null;
|
|
954
|
-
meterDefaultsTableId: string | null;
|
|
955
|
-
meterDefaultsTableName: string | null;
|
|
956
|
-
recordUsageFunction: string | null;
|
|
957
|
-
sweepExpiredSubscriptionsFunction: string | null;
|
|
958
|
-
rollupUsageSummaryFunction: string | null;
|
|
959
|
-
prefix: string | null;
|
|
960
|
-
defaultPermissions: string[] | null;
|
|
961
|
-
apiName: string | null;
|
|
962
|
-
privateApiName: string | null;
|
|
1082
|
+
schemaId: string | null;
|
|
1083
|
+
sessionCredentialsTableId: string | null;
|
|
1084
|
+
sessionsTableId: string | null;
|
|
1085
|
+
usersTableId: string | null;
|
|
963
1086
|
}
|
|
964
|
-
export interface
|
|
965
|
-
id: string | null;
|
|
1087
|
+
export interface SecureTableProvision {
|
|
966
1088
|
databaseId: string | null;
|
|
967
|
-
|
|
968
|
-
|
|
969
|
-
|
|
970
|
-
|
|
971
|
-
|
|
972
|
-
resourcesTableId: string | null;
|
|
973
|
-
resourceEventsTableId: string | null;
|
|
974
|
-
resourceStatusChecksTableId: string | null;
|
|
975
|
-
resourceDefinitionsTableId: string | null;
|
|
976
|
-
resourcesTableName: string | null;
|
|
977
|
-
resourceEventsTableName: string | null;
|
|
978
|
-
resourceStatusChecksTableName: string | null;
|
|
979
|
-
resourceDefinitionsTableName: string | null;
|
|
980
|
-
resolvedRequirementsViewName: string | null;
|
|
981
|
-
requirementsStateViewName: string | null;
|
|
982
|
-
apiName: string | null;
|
|
983
|
-
privateApiName: string | null;
|
|
984
|
-
scope: string | null;
|
|
985
|
-
prefix: string | null;
|
|
986
|
-
entityTableId: string | null;
|
|
987
|
-
namespaceModuleId: string | null;
|
|
1089
|
+
fields: unknown[] | null;
|
|
1090
|
+
grants: unknown | null;
|
|
1091
|
+
id: string | null;
|
|
1092
|
+
nodes: unknown | null;
|
|
1093
|
+
outFields: string[] | null;
|
|
988
1094
|
policies: unknown | null;
|
|
989
|
-
|
|
990
|
-
|
|
1095
|
+
schemaId: string | null;
|
|
1096
|
+
tableId: string | null;
|
|
1097
|
+
tableName: string | null;
|
|
1098
|
+
useRls: boolean | null;
|
|
991
1099
|
}
|
|
992
|
-
export interface
|
|
993
|
-
id: string | null;
|
|
1100
|
+
export interface SessionSecretsModule {
|
|
994
1101
|
databaseId: string | null;
|
|
1102
|
+
id: string | null;
|
|
995
1103
|
schemaId: string | null;
|
|
996
|
-
emailsTableId: string | null;
|
|
997
|
-
usersTableId: string | null;
|
|
998
|
-
secretsTableId: string | null;
|
|
999
|
-
encryptedTableId: string | null;
|
|
1000
1104
|
sessionsTableId: string | null;
|
|
1001
|
-
|
|
1002
|
-
|
|
1003
|
-
auditsTableName: string | null;
|
|
1004
|
-
signInFunction: string | null;
|
|
1005
|
-
signUpFunction: string | null;
|
|
1006
|
-
signOutFunction: string | null;
|
|
1007
|
-
setPasswordFunction: string | null;
|
|
1008
|
-
resetPasswordFunction: string | null;
|
|
1009
|
-
forgotPasswordFunction: string | null;
|
|
1010
|
-
sendVerificationEmailFunction: string | null;
|
|
1011
|
-
verifyEmailFunction: string | null;
|
|
1012
|
-
verifyPasswordFunction: string | null;
|
|
1013
|
-
checkPasswordFunction: string | null;
|
|
1014
|
-
sendAccountDeletionEmailFunction: string | null;
|
|
1015
|
-
deleteAccountFunction: string | null;
|
|
1016
|
-
signInCrossOriginFunction: string | null;
|
|
1017
|
-
requestCrossOriginTokenFunction: string | null;
|
|
1018
|
-
extendTokenExpires: string | null;
|
|
1019
|
-
apiName: string | null;
|
|
1020
|
-
privateApiName: string | null;
|
|
1105
|
+
tableId: string | null;
|
|
1106
|
+
tableName: string | null;
|
|
1021
1107
|
}
|
|
1022
|
-
export interface
|
|
1108
|
+
export interface SessionsModule {
|
|
1109
|
+
authSettingsTable: string | null;
|
|
1110
|
+
authSettingsTableId: string | null;
|
|
1111
|
+
databaseId: string | null;
|
|
1023
1112
|
id: string | null;
|
|
1113
|
+
schemaId: string | null;
|
|
1114
|
+
sessionCredentialsTable: string | null;
|
|
1115
|
+
sessionCredentialsTableId: string | null;
|
|
1116
|
+
sessionsDefaultExpiration: string | null;
|
|
1117
|
+
sessionsTable: string | null;
|
|
1118
|
+
sessionsTableId: string | null;
|
|
1119
|
+
usersTableId: string | null;
|
|
1120
|
+
}
|
|
1121
|
+
export interface StorageLogModule {
|
|
1122
|
+
actorFkTableId: string | null;
|
|
1123
|
+
apiName: string | null;
|
|
1024
1124
|
databaseId: string | null;
|
|
1025
1125
|
entityField: string | null;
|
|
1026
|
-
|
|
1126
|
+
entityFkTableId: string | null;
|
|
1127
|
+
id: string | null;
|
|
1128
|
+
interval: string | null;
|
|
1129
|
+
prefix: string | null;
|
|
1130
|
+
premake: number | null;
|
|
1131
|
+
privateApiName: string | null;
|
|
1027
1132
|
privateSchemaId: string | null;
|
|
1028
|
-
publicSchemaName: string | null;
|
|
1029
1133
|
privateSchemaName: string | null;
|
|
1030
|
-
|
|
1031
|
-
tableStatsLogTableName: string | null;
|
|
1032
|
-
tableStatsDailyTableId: string | null;
|
|
1033
|
-
tableStatsDailyTableName: string | null;
|
|
1034
|
-
queryStatsLogTableId: string | null;
|
|
1035
|
-
queryStatsLogTableName: string | null;
|
|
1036
|
-
queryStatsDailyTableId: string | null;
|
|
1037
|
-
queryStatsDailyTableName: string | null;
|
|
1038
|
-
collectDbTableStatsFunction: string | null;
|
|
1039
|
-
collectDbQueryStatsFunction: string | null;
|
|
1040
|
-
rollupDbTableStatsDailyFunction: string | null;
|
|
1041
|
-
rollupDbQueryStatsDailyFunction: string | null;
|
|
1042
|
-
interval: string | null;
|
|
1134
|
+
publicSchemaName: string | null;
|
|
1043
1135
|
retention: string | null;
|
|
1044
|
-
|
|
1136
|
+
schemaId: string | null;
|
|
1045
1137
|
scope: string | null;
|
|
1046
|
-
|
|
1047
|
-
|
|
1048
|
-
|
|
1049
|
-
|
|
1138
|
+
storageLogTableId: string | null;
|
|
1139
|
+
storageLogTableName: string | null;
|
|
1140
|
+
usageDailyTableId: string | null;
|
|
1141
|
+
usageDailyTableName: string | null;
|
|
1050
1142
|
}
|
|
1051
|
-
export interface
|
|
1052
|
-
|
|
1143
|
+
export interface StorageModule {
|
|
1144
|
+
allowedOrigins: string[] | null;
|
|
1145
|
+
apiName: string | null;
|
|
1146
|
+
bucketsTableId: string | null;
|
|
1147
|
+
bucketsTableName: string | null;
|
|
1148
|
+
cacheTtlSeconds: number | null;
|
|
1149
|
+
confirmUploadDelay: string | null;
|
|
1053
1150
|
databaseId: string | null;
|
|
1151
|
+
defaultMaxFileSize: string | null;
|
|
1152
|
+
defaultPermissions: string[] | null;
|
|
1153
|
+
downloadUrlExpirySeconds: number | null;
|
|
1154
|
+
endpoint: string | null;
|
|
1054
1155
|
entityField: string | null;
|
|
1055
|
-
schemaId: string | null;
|
|
1056
|
-
privateSchemaId: string | null;
|
|
1057
|
-
publicSchemaName: string | null;
|
|
1058
|
-
privateSchemaName: string | null;
|
|
1059
|
-
threadTableId: string | null;
|
|
1060
|
-
messageTableId: string | null;
|
|
1061
|
-
taskTableId: string | null;
|
|
1062
|
-
promptsTableId: string | null;
|
|
1063
|
-
planTableId: string | null;
|
|
1064
|
-
agentTableId: string | null;
|
|
1065
|
-
personaTableId: string | null;
|
|
1066
|
-
resourceTableId: string | null;
|
|
1067
|
-
threadTableName: string | null;
|
|
1068
|
-
messageTableName: string | null;
|
|
1069
|
-
taskTableName: string | null;
|
|
1070
|
-
promptsTableName: string | null;
|
|
1071
|
-
planTableName: string | null;
|
|
1072
|
-
agentTableName: string | null;
|
|
1073
|
-
personaTableName: string | null;
|
|
1074
|
-
resourceTableName: string | null;
|
|
1075
|
-
hasPlans: boolean | null;
|
|
1076
|
-
hasResources: boolean | null;
|
|
1077
|
-
hasAgents: boolean | null;
|
|
1078
|
-
shared: boolean | null;
|
|
1079
|
-
apiName: string | null;
|
|
1080
|
-
privateApiName: string | null;
|
|
1081
|
-
scope: string | null;
|
|
1082
|
-
prefix: string | null;
|
|
1083
1156
|
entityTableId: string | null;
|
|
1157
|
+
fileEventsTableId: string | null;
|
|
1158
|
+
filesTableId: string | null;
|
|
1159
|
+
filesTableName: string | null;
|
|
1160
|
+
hasAuditLog: boolean | null;
|
|
1161
|
+
hasConfirmUpload: boolean | null;
|
|
1162
|
+
hasContentHash: boolean | null;
|
|
1163
|
+
hasCustomKeys: boolean | null;
|
|
1164
|
+
hasPathShares: boolean | null;
|
|
1165
|
+
hasVersioning: boolean | null;
|
|
1166
|
+
id: string | null;
|
|
1167
|
+
maxBulkFiles: number | null;
|
|
1168
|
+
maxBulkTotalSize: string | null;
|
|
1169
|
+
maxFilenameLength: number | null;
|
|
1170
|
+
pathSharesTableId: string | null;
|
|
1084
1171
|
policies: unknown | null;
|
|
1085
|
-
|
|
1172
|
+
prefix: string | null;
|
|
1173
|
+
privateApiName: string | null;
|
|
1174
|
+
privateSchemaId: string | null;
|
|
1175
|
+
privateSchemaName: string | null;
|
|
1176
|
+
provider: string | null;
|
|
1086
1177
|
provisions: unknown | null;
|
|
1087
|
-
|
|
1178
|
+
publicSchemaName: string | null;
|
|
1179
|
+
publicUrlPrefix: string | null;
|
|
1180
|
+
restrictReads: boolean | null;
|
|
1181
|
+
schemaId: string | null;
|
|
1182
|
+
scope: string | null;
|
|
1183
|
+
uploadUrlExpirySeconds: number | null;
|
|
1088
1184
|
}
|
|
1089
|
-
export interface
|
|
1090
|
-
|
|
1185
|
+
export interface TransferLogModule {
|
|
1186
|
+
actorFkTableId: string | null;
|
|
1187
|
+
apiName: string | null;
|
|
1091
1188
|
databaseId: string | null;
|
|
1092
1189
|
entityField: string | null;
|
|
1093
|
-
|
|
1190
|
+
entityFkTableId: string | null;
|
|
1191
|
+
id: string | null;
|
|
1192
|
+
interval: string | null;
|
|
1193
|
+
prefix: string | null;
|
|
1194
|
+
premake: number | null;
|
|
1195
|
+
privateApiName: string | null;
|
|
1094
1196
|
privateSchemaId: string | null;
|
|
1095
|
-
publicSchemaName: string | null;
|
|
1096
1197
|
privateSchemaName: string | null;
|
|
1097
|
-
|
|
1098
|
-
|
|
1099
|
-
|
|
1100
|
-
defaultTableName: string | null;
|
|
1101
|
-
limitIncrementFunction: string | null;
|
|
1102
|
-
limitDecrementFunction: string | null;
|
|
1103
|
-
limitIncrementTrigger: string | null;
|
|
1104
|
-
limitDecrementTrigger: string | null;
|
|
1105
|
-
limitUpdateTrigger: string | null;
|
|
1106
|
-
limitCheckFunction: string | null;
|
|
1107
|
-
limitCreditsTableId: string | null;
|
|
1108
|
-
eventsTableId: string | null;
|
|
1109
|
-
creditCodesTableId: string | null;
|
|
1110
|
-
creditCodeItemsTableId: string | null;
|
|
1111
|
-
creditRedemptionsTableId: string | null;
|
|
1112
|
-
aggregateTableId: string | null;
|
|
1113
|
-
limitCapsTableId: string | null;
|
|
1114
|
-
limitCapsDefaultsTableId: string | null;
|
|
1115
|
-
capCheckTrigger: string | null;
|
|
1116
|
-
resolveCapFunction: string | null;
|
|
1117
|
-
limitWarningsTableId: string | null;
|
|
1118
|
-
limitWarningStateTableId: string | null;
|
|
1119
|
-
limitCheckSoftFunction: string | null;
|
|
1120
|
-
limitAggregateCheckSoftFunction: string | null;
|
|
1198
|
+
publicSchemaName: string | null;
|
|
1199
|
+
retention: string | null;
|
|
1200
|
+
schemaId: string | null;
|
|
1121
1201
|
scope: string | null;
|
|
1122
|
-
|
|
1123
|
-
|
|
1124
|
-
|
|
1202
|
+
transferLogTableId: string | null;
|
|
1203
|
+
transferLogTableName: string | null;
|
|
1204
|
+
usageDailyTableId: string | null;
|
|
1205
|
+
usageDailyTableName: string | null;
|
|
1206
|
+
}
|
|
1207
|
+
export interface UserAuthModule {
|
|
1125
1208
|
apiName: string | null;
|
|
1209
|
+
auditsTableId: string | null;
|
|
1210
|
+
auditsTableName: string | null;
|
|
1211
|
+
checkPasswordFunction: string | null;
|
|
1212
|
+
databaseId: string | null;
|
|
1213
|
+
deleteAccountFunction: string | null;
|
|
1214
|
+
emailsTableId: string | null;
|
|
1215
|
+
encryptedTableId: string | null;
|
|
1216
|
+
extendTokenExpires: string | null;
|
|
1217
|
+
forgotPasswordFunction: string | null;
|
|
1218
|
+
id: string | null;
|
|
1126
1219
|
privateApiName: string | null;
|
|
1220
|
+
requestCrossOriginTokenFunction: string | null;
|
|
1221
|
+
resetPasswordFunction: string | null;
|
|
1222
|
+
schemaId: string | null;
|
|
1223
|
+
secretsTableId: string | null;
|
|
1224
|
+
sendAccountDeletionEmailFunction: string | null;
|
|
1225
|
+
sendVerificationEmailFunction: string | null;
|
|
1226
|
+
sessionCredentialsTableId: string | null;
|
|
1227
|
+
sessionsTableId: string | null;
|
|
1228
|
+
setPasswordFunction: string | null;
|
|
1229
|
+
signInCrossOriginFunction: string | null;
|
|
1230
|
+
signInFunction: string | null;
|
|
1231
|
+
signOutFunction: string | null;
|
|
1232
|
+
signUpFunction: string | null;
|
|
1233
|
+
usersTableId: string | null;
|
|
1234
|
+
verifyEmailFunction: string | null;
|
|
1235
|
+
verifyPasswordFunction: string | null;
|
|
1127
1236
|
}
|
|
1128
|
-
export interface
|
|
1129
|
-
id: string | null;
|
|
1237
|
+
export interface UserCredentialsModule {
|
|
1130
1238
|
databaseId: string | null;
|
|
1131
|
-
|
|
1132
|
-
|
|
1133
|
-
|
|
1134
|
-
|
|
1239
|
+
entityField: string | null;
|
|
1240
|
+
id: string | null;
|
|
1241
|
+
privateApiName: string | null;
|
|
1242
|
+
schemaId: string | null;
|
|
1243
|
+
tableId: string | null;
|
|
1135
1244
|
tableName: string | null;
|
|
1136
|
-
isVisible: boolean | null;
|
|
1137
|
-
hasLimits: boolean | null;
|
|
1138
|
-
hasProfiles: boolean | null;
|
|
1139
|
-
hasLevels: boolean | null;
|
|
1140
|
-
hasInvites: boolean | null;
|
|
1141
|
-
hasInviteAchievements: boolean | null;
|
|
1142
|
-
storage: unknown | null;
|
|
1143
|
-
namespaces: unknown | null;
|
|
1144
|
-
functions: unknown | null;
|
|
1145
|
-
graphs: unknown | null;
|
|
1146
|
-
agents: unknown | null;
|
|
1147
|
-
skipEntityPolicies: boolean | null;
|
|
1148
|
-
tableProvision: unknown | null;
|
|
1149
|
-
outMembershipType: number | null;
|
|
1150
|
-
outEntityTableId: string | null;
|
|
1151
|
-
outEntityTableName: string | null;
|
|
1152
|
-
outInstalledModules: string[] | null;
|
|
1153
|
-
outStorageModuleId: string | null;
|
|
1154
|
-
outBucketsTableId: string | null;
|
|
1155
|
-
outFilesTableId: string | null;
|
|
1156
|
-
outPathSharesTableId: string | null;
|
|
1157
|
-
outInvitesModuleId: string | null;
|
|
1158
|
-
outNamespaceModuleId: string | null;
|
|
1159
|
-
outNamespacesTableId: string | null;
|
|
1160
|
-
outNamespaceEventsTableId: string | null;
|
|
1161
|
-
outFunctionModuleId: string | null;
|
|
1162
|
-
outDefinitionsTableId: string | null;
|
|
1163
|
-
outInvocationsTableId: string | null;
|
|
1164
|
-
outExecutionLogsTableId: string | null;
|
|
1165
|
-
outGraphModuleId: string | null;
|
|
1166
|
-
outGraphsTableId: string | null;
|
|
1167
|
-
outAgentModuleId: string | null;
|
|
1168
1245
|
}
|
|
1169
|
-
export interface
|
|
1170
|
-
|
|
1246
|
+
export interface UserSettingsModule {
|
|
1247
|
+
apiName: string | null;
|
|
1171
1248
|
databaseId: string | null;
|
|
1249
|
+
id: string | null;
|
|
1250
|
+
ownerTableId: string | null;
|
|
1172
1251
|
schemaId: string | null;
|
|
1173
|
-
|
|
1174
|
-
|
|
1175
|
-
privateSchemaName: string | null;
|
|
1176
|
-
bucketsTableId: string | null;
|
|
1177
|
-
filesTableId: string | null;
|
|
1178
|
-
bucketsTableName: string | null;
|
|
1179
|
-
filesTableName: string | null;
|
|
1180
|
-
scope: string | null;
|
|
1181
|
-
prefix: string | null;
|
|
1182
|
-
policies: unknown | null;
|
|
1183
|
-
provisions: unknown | null;
|
|
1184
|
-
entityTableId: string | null;
|
|
1185
|
-
entityField: string | null;
|
|
1186
|
-
endpoint: string | null;
|
|
1187
|
-
publicUrlPrefix: string | null;
|
|
1188
|
-
provider: string | null;
|
|
1189
|
-
allowedOrigins: string[] | null;
|
|
1190
|
-
restrictReads: boolean | null;
|
|
1191
|
-
hasPathShares: boolean | null;
|
|
1192
|
-
pathSharesTableId: string | null;
|
|
1193
|
-
uploadUrlExpirySeconds: number | null;
|
|
1194
|
-
downloadUrlExpirySeconds: number | null;
|
|
1195
|
-
defaultMaxFileSize: string | null;
|
|
1196
|
-
maxFilenameLength: number | null;
|
|
1197
|
-
cacheTtlSeconds: number | null;
|
|
1198
|
-
maxBulkFiles: number | null;
|
|
1199
|
-
maxBulkTotalSize: string | null;
|
|
1200
|
-
hasVersioning: boolean | null;
|
|
1201
|
-
hasContentHash: boolean | null;
|
|
1202
|
-
hasCustomKeys: boolean | null;
|
|
1203
|
-
hasAuditLog: boolean | null;
|
|
1204
|
-
hasConfirmUpload: boolean | null;
|
|
1205
|
-
confirmUploadDelay: string | null;
|
|
1206
|
-
fileEventsTableId: string | null;
|
|
1207
|
-
defaultPermissions: string[] | null;
|
|
1208
|
-
apiName: string | null;
|
|
1209
|
-
privateApiName: string | null;
|
|
1252
|
+
tableId: string | null;
|
|
1253
|
+
tableName: string | null;
|
|
1210
1254
|
}
|
|
1211
|
-
export interface
|
|
1212
|
-
id: string | null;
|
|
1255
|
+
export interface UserStateModule {
|
|
1213
1256
|
databaseId: string | null;
|
|
1214
1257
|
entityField: string | null;
|
|
1258
|
+
id: string | null;
|
|
1215
1259
|
schemaId: string | null;
|
|
1216
|
-
|
|
1217
|
-
|
|
1218
|
-
|
|
1219
|
-
|
|
1220
|
-
membershipsTableName: string | null;
|
|
1221
|
-
membersTableId: string | null;
|
|
1222
|
-
membersTableName: string | null;
|
|
1223
|
-
membershipDefaultsTableId: string | null;
|
|
1224
|
-
membershipDefaultsTableName: string | null;
|
|
1225
|
-
membershipSettingsTableId: string | null;
|
|
1226
|
-
membershipSettingsTableName: string | null;
|
|
1227
|
-
grantsTableId: string | null;
|
|
1228
|
-
grantsTableName: string | null;
|
|
1229
|
-
actorTableId: string | null;
|
|
1230
|
-
limitsTableId: string | null;
|
|
1231
|
-
defaultLimitsTableId: string | null;
|
|
1232
|
-
permissionsTableId: string | null;
|
|
1233
|
-
defaultPermissionsTableId: string | null;
|
|
1234
|
-
sprtTableId: string | null;
|
|
1235
|
-
adminGrantsTableId: string | null;
|
|
1236
|
-
adminGrantsTableName: string | null;
|
|
1237
|
-
ownerGrantsTableId: string | null;
|
|
1238
|
-
ownerGrantsTableName: string | null;
|
|
1239
|
-
scope: string | null;
|
|
1240
|
-
prefix: string | null;
|
|
1241
|
-
entityTableId: string | null;
|
|
1242
|
-
entityTableOwnerId: string | null;
|
|
1243
|
-
getOrgFn: string | null;
|
|
1244
|
-
actorMaskCheck: string | null;
|
|
1245
|
-
actorPermCheck: string | null;
|
|
1246
|
-
entityIdsByMask: string | null;
|
|
1247
|
-
entityIdsByPerm: string | null;
|
|
1248
|
-
entityIdsFunction: string | null;
|
|
1249
|
-
memberProfilesTableId: string | null;
|
|
1250
|
-
permissionDefaultPermissionsTableId: string | null;
|
|
1251
|
-
permissionDefaultGrantsTableId: string | null;
|
|
1260
|
+
tableId: string | null;
|
|
1261
|
+
tableName: string | null;
|
|
1262
|
+
}
|
|
1263
|
+
export interface UsersModule {
|
|
1252
1264
|
apiName: string | null;
|
|
1265
|
+
databaseId: string | null;
|
|
1266
|
+
id: string | null;
|
|
1253
1267
|
privateApiName: string | null;
|
|
1268
|
+
schemaId: string | null;
|
|
1269
|
+
tableId: string | null;
|
|
1270
|
+
tableName: string | null;
|
|
1271
|
+
typeTableId: string | null;
|
|
1272
|
+
typeTableName: string | null;
|
|
1254
1273
|
}
|
|
1255
|
-
export interface
|
|
1256
|
-
|
|
1274
|
+
export interface WebauthnAuthModule {
|
|
1275
|
+
attestationType: string | null;
|
|
1276
|
+
authSettingsTableId: string | null;
|
|
1277
|
+
challengeExpiry: string | null;
|
|
1278
|
+
credentialsTableId: string | null;
|
|
1257
1279
|
databaseId: string | null;
|
|
1258
|
-
|
|
1280
|
+
id: string | null;
|
|
1281
|
+
originAllowlist: string[] | null;
|
|
1282
|
+
requireUserVerification: boolean | null;
|
|
1283
|
+
residentKey: string | null;
|
|
1284
|
+
rpId: string | null;
|
|
1285
|
+
rpName: string | null;
|
|
1259
1286
|
schemaId: string | null;
|
|
1260
|
-
|
|
1261
|
-
|
|
1262
|
-
|
|
1263
|
-
|
|
1264
|
-
|
|
1265
|
-
|
|
1266
|
-
eventAggregatesTableName: string | null;
|
|
1267
|
-
eventTypesTableId: string | null;
|
|
1268
|
-
eventTypesTableName: string | null;
|
|
1269
|
-
levelsTableId: string | null;
|
|
1270
|
-
levelsTableName: string | null;
|
|
1271
|
-
levelRequirementsTableId: string | null;
|
|
1272
|
-
levelRequirementsTableName: string | null;
|
|
1273
|
-
levelGrantsTableId: string | null;
|
|
1274
|
-
levelGrantsTableName: string | null;
|
|
1275
|
-
achievementRewardsTableId: string | null;
|
|
1276
|
-
achievementRewardsTableName: string | null;
|
|
1277
|
-
recordEvent: string | null;
|
|
1278
|
-
removeEvent: string | null;
|
|
1279
|
-
tgEvent: string | null;
|
|
1280
|
-
tgEventToggle: string | null;
|
|
1281
|
-
tgEventToggleBool: string | null;
|
|
1282
|
-
tgEventBool: string | null;
|
|
1283
|
-
upsertAggregate: string | null;
|
|
1284
|
-
tgUpdateAggregates: string | null;
|
|
1285
|
-
stepsRequired: string | null;
|
|
1286
|
-
levelAchieved: string | null;
|
|
1287
|
-
tgCheckAchievements: string | null;
|
|
1288
|
-
grantAchievement: string | null;
|
|
1289
|
-
tgAchievementReward: string | null;
|
|
1290
|
-
interval: string | null;
|
|
1291
|
-
retention: string | null;
|
|
1292
|
-
premake: number | null;
|
|
1293
|
-
scope: string | null;
|
|
1294
|
-
prefix: string | null;
|
|
1295
|
-
entityTableId: string | null;
|
|
1296
|
-
actorTableId: string | null;
|
|
1297
|
-
defaultPermissions: string[] | null;
|
|
1287
|
+
sessionCredentialsTableId: string | null;
|
|
1288
|
+
sessionSecretsTableId: string | null;
|
|
1289
|
+
sessionsTableId: string | null;
|
|
1290
|
+
usersTableId: string | null;
|
|
1291
|
+
}
|
|
1292
|
+
export interface WebauthnCredentialsModule {
|
|
1298
1293
|
apiName: string | null;
|
|
1294
|
+
databaseId: string | null;
|
|
1295
|
+
id: string | null;
|
|
1296
|
+
ownerTableId: string | null;
|
|
1299
1297
|
privateApiName: string | null;
|
|
1298
|
+
privateSchemaId: string | null;
|
|
1299
|
+
schemaId: string | null;
|
|
1300
|
+
tableId: string | null;
|
|
1301
|
+
tableName: string | null;
|
|
1300
1302
|
}
|
|
1301
1303
|
export interface StringFilter {
|
|
1302
1304
|
isNull?: boolean;
|