@constructive-io/react 0.10.16 → 0.10.18
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/esm/public/hooks/index.d.ts +1 -1
- package/esm/public/hooks/index.js +1 -1
- package/esm/public/hooks/invalidation.d.ts +24 -12
- package/esm/public/hooks/invalidation.js +65 -33
- package/esm/public/hooks/mutation-keys.d.ts +64 -30
- package/esm/public/hooks/mutation-keys.js +55 -23
- package/esm/public/hooks/mutations/index.d.ts +16 -5
- package/esm/public/hooks/mutations/index.js +16 -5
- package/esm/public/hooks/mutations/useCreateBlueprintConstructionMutation.d.ts +34 -0
- package/esm/public/hooks/mutations/useCreateBlueprintConstructionMutation.js +31 -0
- package/esm/public/hooks/mutations/useCreateBlueprintMutation.d.ts +2 -2
- package/esm/public/hooks/mutations/useCreateBlueprintMutation.js +1 -1
- package/esm/public/hooks/mutations/useCreateSecureTableProvisionMutation.d.ts +2 -2
- package/esm/public/hooks/mutations/useCreateSecureTableProvisionMutation.js +1 -1
- package/esm/public/hooks/mutations/useCreateStorageModuleMutation.d.ts +34 -0
- package/esm/public/hooks/mutations/useCreateStorageModuleMutation.js +31 -0
- package/esm/public/hooks/mutations/useDeleteBlueprintConstructionMutation.d.ts +38 -0
- package/esm/public/hooks/mutations/useDeleteBlueprintConstructionMutation.js +36 -0
- package/esm/public/hooks/mutations/useDeleteBlueprintMutation.d.ts +2 -2
- package/esm/public/hooks/mutations/useDeleteBlueprintMutation.js +1 -1
- package/esm/public/hooks/mutations/useDeleteSecureTableProvisionMutation.d.ts +2 -2
- package/esm/public/hooks/mutations/useDeleteSecureTableProvisionMutation.js +1 -1
- package/esm/public/hooks/mutations/useDeleteStorageModuleMutation.d.ts +38 -0
- package/esm/public/hooks/mutations/useDeleteStorageModuleMutation.js +36 -0
- package/esm/public/hooks/mutations/useProvisionFullTextSearchMutation.d.ts +20 -0
- package/esm/public/hooks/mutations/useProvisionFullTextSearchMutation.js +23 -0
- package/esm/public/hooks/mutations/useProvisionIndexMutation.d.ts +20 -0
- package/esm/public/hooks/mutations/useProvisionIndexMutation.js +23 -0
- package/esm/public/hooks/mutations/useProvisionRelationMutation.d.ts +20 -0
- package/esm/public/hooks/mutations/useProvisionRelationMutation.js +23 -0
- package/esm/public/hooks/mutations/useProvisionTableMutation.d.ts +20 -0
- package/esm/public/hooks/mutations/useProvisionTableMutation.js +23 -0
- package/esm/public/hooks/mutations/useProvisionUniqueConstraintMutation.d.ts +20 -0
- package/esm/public/hooks/mutations/useProvisionUniqueConstraintMutation.js +23 -0
- package/esm/public/hooks/mutations/useUpdateBlueprintConstructionMutation.d.ts +40 -0
- package/esm/public/hooks/mutations/useUpdateBlueprintConstructionMutation.js +37 -0
- package/esm/public/hooks/mutations/useUpdateBlueprintMutation.d.ts +2 -2
- package/esm/public/hooks/mutations/useUpdateBlueprintMutation.js +1 -1
- package/esm/public/hooks/mutations/useUpdateSecureTableProvisionMutation.d.ts +2 -2
- package/esm/public/hooks/mutations/useUpdateSecureTableProvisionMutation.js +1 -1
- package/esm/public/hooks/mutations/useUpdateStorageModuleMutation.d.ts +40 -0
- package/esm/public/hooks/mutations/useUpdateStorageModuleMutation.js +37 -0
- package/esm/public/hooks/queries/index.d.ts +8 -3
- package/esm/public/hooks/queries/index.js +8 -3
- package/esm/public/hooks/queries/useBlueprintConstructionQuery.d.ts +65 -0
- package/esm/public/hooks/queries/useBlueprintConstructionQuery.js +47 -0
- package/esm/public/hooks/queries/useBlueprintConstructionsQuery.d.ts +69 -0
- package/esm/public/hooks/queries/useBlueprintConstructionsQuery.js +32 -0
- package/esm/public/hooks/queries/useBlueprintQuery.d.ts +4 -4
- package/esm/public/hooks/queries/useBlueprintQuery.js +1 -1
- package/esm/public/hooks/queries/useBlueprintsQuery.d.ts +4 -4
- package/esm/public/hooks/queries/useBlueprintsQuery.js +1 -1
- package/esm/public/hooks/queries/useResolveBlueprintTableQuery.d.ts +53 -0
- package/esm/public/hooks/queries/useResolveBlueprintTableQuery.js +47 -0
- package/esm/public/hooks/queries/useSecureTableProvisionQuery.d.ts +4 -4
- package/esm/public/hooks/queries/useSecureTableProvisionQuery.js +1 -1
- package/esm/public/hooks/queries/useSecureTableProvisionsQuery.d.ts +4 -4
- package/esm/public/hooks/queries/useSecureTableProvisionsQuery.js +1 -1
- package/esm/public/hooks/queries/useStorageModuleQuery.d.ts +65 -0
- package/esm/public/hooks/queries/useStorageModuleQuery.js +47 -0
- package/esm/public/hooks/queries/useStorageModulesQuery.d.ts +69 -0
- package/esm/public/hooks/queries/useStorageModulesQuery.js +32 -0
- package/esm/public/hooks/query-keys.d.ts +58 -28
- package/esm/public/hooks/query-keys.js +33 -16
- package/esm/public/orm/index.d.ts +53 -19
- package/esm/public/orm/index.js +8 -4
- package/esm/public/orm/input-types.d.ts +886 -249
- package/esm/public/orm/input-types.js +5 -0
- package/esm/public/orm/models/blueprintConstruction.d.ts +56 -0
- package/esm/public/orm/models/blueprintConstruction.js +96 -0
- package/esm/public/orm/models/index.d.ts +4 -2
- package/esm/public/orm/models/index.js +4 -2
- package/esm/public/orm/models/storageModule.d.ts +56 -0
- package/esm/public/orm/models/storageModule.js +96 -0
- package/esm/public/orm/mutation/index.d.ts +86 -26
- package/esm/public/orm/mutation/index.js +96 -36
- package/esm/public/orm/query/index.d.ts +16 -0
- package/esm/public/orm/query/index.js +28 -0
- package/esm/public/schema-types.d.ts +990 -645
- package/esm/public/types.d.ts +42 -18
- package/package.json +3 -3
- package/public/hooks/index.d.ts +1 -1
- package/public/hooks/index.js +1 -1
- package/public/hooks/invalidation.d.ts +24 -12
- package/public/hooks/invalidation.js +64 -32
- package/public/hooks/mutation-keys.d.ts +64 -30
- package/public/hooks/mutation-keys.js +58 -26
- package/public/hooks/mutations/index.d.ts +16 -5
- package/public/hooks/mutations/index.js +16 -5
- package/public/hooks/mutations/useCreateBlueprintConstructionMutation.d.ts +34 -0
- package/public/hooks/mutations/useCreateBlueprintConstructionMutation.js +34 -0
- package/public/hooks/mutations/useCreateBlueprintMutation.d.ts +2 -2
- package/public/hooks/mutations/useCreateBlueprintMutation.js +1 -1
- package/public/hooks/mutations/useCreateSecureTableProvisionMutation.d.ts +2 -2
- package/public/hooks/mutations/useCreateSecureTableProvisionMutation.js +1 -1
- package/public/hooks/mutations/useCreateStorageModuleMutation.d.ts +34 -0
- package/public/hooks/mutations/useCreateStorageModuleMutation.js +34 -0
- package/public/hooks/mutations/useDeleteBlueprintConstructionMutation.d.ts +38 -0
- package/public/hooks/mutations/useDeleteBlueprintConstructionMutation.js +39 -0
- package/public/hooks/mutations/useDeleteBlueprintMutation.d.ts +2 -2
- package/public/hooks/mutations/useDeleteBlueprintMutation.js +1 -1
- package/public/hooks/mutations/useDeleteSecureTableProvisionMutation.d.ts +2 -2
- package/public/hooks/mutations/useDeleteSecureTableProvisionMutation.js +1 -1
- package/public/hooks/mutations/useDeleteStorageModuleMutation.d.ts +38 -0
- package/public/hooks/mutations/useDeleteStorageModuleMutation.js +39 -0
- package/public/hooks/mutations/useProvisionFullTextSearchMutation.d.ts +20 -0
- package/public/hooks/mutations/useProvisionFullTextSearchMutation.js +26 -0
- package/public/hooks/mutations/useProvisionIndexMutation.d.ts +20 -0
- package/public/hooks/mutations/useProvisionIndexMutation.js +26 -0
- package/public/hooks/mutations/useProvisionRelationMutation.d.ts +20 -0
- package/public/hooks/mutations/useProvisionRelationMutation.js +26 -0
- package/public/hooks/mutations/useProvisionTableMutation.d.ts +20 -0
- package/public/hooks/mutations/useProvisionTableMutation.js +26 -0
- package/public/hooks/mutations/useProvisionUniqueConstraintMutation.d.ts +20 -0
- package/public/hooks/mutations/useProvisionUniqueConstraintMutation.js +26 -0
- package/public/hooks/mutations/useUpdateBlueprintConstructionMutation.d.ts +40 -0
- package/public/hooks/mutations/useUpdateBlueprintConstructionMutation.js +40 -0
- package/public/hooks/mutations/useUpdateBlueprintMutation.d.ts +2 -2
- package/public/hooks/mutations/useUpdateBlueprintMutation.js +1 -1
- package/public/hooks/mutations/useUpdateSecureTableProvisionMutation.d.ts +2 -2
- package/public/hooks/mutations/useUpdateSecureTableProvisionMutation.js +1 -1
- package/public/hooks/mutations/useUpdateStorageModuleMutation.d.ts +40 -0
- package/public/hooks/mutations/useUpdateStorageModuleMutation.js +40 -0
- package/public/hooks/queries/index.d.ts +8 -3
- package/public/hooks/queries/index.js +8 -3
- package/public/hooks/queries/useBlueprintConstructionQuery.d.ts +65 -0
- package/public/hooks/queries/useBlueprintConstructionQuery.js +53 -0
- package/public/hooks/queries/useBlueprintConstructionsQuery.d.ts +69 -0
- package/public/hooks/queries/useBlueprintConstructionsQuery.js +38 -0
- package/public/hooks/queries/useBlueprintQuery.d.ts +4 -4
- package/public/hooks/queries/useBlueprintQuery.js +1 -1
- package/public/hooks/queries/useBlueprintsQuery.d.ts +4 -4
- package/public/hooks/queries/useBlueprintsQuery.js +1 -1
- package/public/hooks/queries/useResolveBlueprintTableQuery.d.ts +53 -0
- package/public/hooks/queries/useResolveBlueprintTableQuery.js +53 -0
- package/public/hooks/queries/useSecureTableProvisionQuery.d.ts +4 -4
- package/public/hooks/queries/useSecureTableProvisionQuery.js +1 -1
- package/public/hooks/queries/useSecureTableProvisionsQuery.d.ts +4 -4
- package/public/hooks/queries/useSecureTableProvisionsQuery.js +1 -1
- package/public/hooks/queries/useStorageModuleQuery.d.ts +65 -0
- package/public/hooks/queries/useStorageModuleQuery.js +53 -0
- package/public/hooks/queries/useStorageModulesQuery.d.ts +69 -0
- package/public/hooks/queries/useStorageModulesQuery.js +38 -0
- package/public/hooks/query-keys.d.ts +58 -28
- package/public/hooks/query-keys.js +36 -19
- package/public/orm/index.d.ts +53 -19
- package/public/orm/index.js +8 -4
- package/public/orm/input-types.d.ts +886 -249
- package/public/orm/input-types.js +5 -0
- package/public/orm/models/blueprintConstruction.d.ts +56 -0
- package/public/orm/models/blueprintConstruction.js +100 -0
- package/public/orm/models/index.d.ts +4 -2
- package/public/orm/models/index.js +11 -7
- package/public/orm/models/storageModule.d.ts +56 -0
- package/public/orm/models/storageModule.js +100 -0
- package/public/orm/mutation/index.d.ts +86 -26
- package/public/orm/mutation/index.js +96 -36
- package/public/orm/query/index.d.ts +16 -0
- package/public/orm/query/index.js +28 -0
- package/public/schema-types.d.ts +990 -645
- package/public/types.d.ts +42 -18
|
@@ -194,30 +194,6 @@ export function createMutationOperations(client) {
|
|
|
194
194
|
},
|
|
195
195
|
], connectionFieldsMap, 'RemoveNodeAtPathPayload'),
|
|
196
196
|
}),
|
|
197
|
-
setDataAtPath: (args, options) => new QueryBuilder({
|
|
198
|
-
client,
|
|
199
|
-
operation: 'mutation',
|
|
200
|
-
operationName: 'SetDataAtPath',
|
|
201
|
-
fieldName: 'setDataAtPath',
|
|
202
|
-
...buildCustomDocument('mutation', 'SetDataAtPath', 'setDataAtPath', options.select, args, [
|
|
203
|
-
{
|
|
204
|
-
name: 'input',
|
|
205
|
-
type: 'SetDataAtPathInput!',
|
|
206
|
-
},
|
|
207
|
-
], connectionFieldsMap, 'SetDataAtPathPayload'),
|
|
208
|
-
}),
|
|
209
|
-
setPropsAndCommit: (args, options) => new QueryBuilder({
|
|
210
|
-
client,
|
|
211
|
-
operation: 'mutation',
|
|
212
|
-
operationName: 'SetPropsAndCommit',
|
|
213
|
-
fieldName: 'setPropsAndCommit',
|
|
214
|
-
...buildCustomDocument('mutation', 'SetPropsAndCommit', 'setPropsAndCommit', options.select, args, [
|
|
215
|
-
{
|
|
216
|
-
name: 'input',
|
|
217
|
-
type: 'SetPropsAndCommitInput!',
|
|
218
|
-
},
|
|
219
|
-
], connectionFieldsMap, 'SetPropsAndCommitPayload'),
|
|
220
|
-
}),
|
|
221
197
|
copyTemplateToBlueprint: (args, options) => new QueryBuilder({
|
|
222
198
|
client,
|
|
223
199
|
operation: 'mutation',
|
|
@@ -230,18 +206,6 @@ export function createMutationOperations(client) {
|
|
|
230
206
|
},
|
|
231
207
|
], connectionFieldsMap, 'CopyTemplateToBlueprintPayload'),
|
|
232
208
|
}),
|
|
233
|
-
provisionDatabaseWithUser: (args, options) => new QueryBuilder({
|
|
234
|
-
client,
|
|
235
|
-
operation: 'mutation',
|
|
236
|
-
operationName: 'ProvisionDatabaseWithUser',
|
|
237
|
-
fieldName: 'provisionDatabaseWithUser',
|
|
238
|
-
...buildCustomDocument('mutation', 'ProvisionDatabaseWithUser', 'provisionDatabaseWithUser', options.select, args, [
|
|
239
|
-
{
|
|
240
|
-
name: 'input',
|
|
241
|
-
type: 'ProvisionDatabaseWithUserInput!',
|
|
242
|
-
},
|
|
243
|
-
], connectionFieldsMap, 'ProvisionDatabaseWithUserPayload'),
|
|
244
|
-
}),
|
|
245
209
|
bootstrapUser: (args, options) => new QueryBuilder({
|
|
246
210
|
client,
|
|
247
211
|
operation: 'mutation',
|
|
@@ -266,6 +230,78 @@ export function createMutationOperations(client) {
|
|
|
266
230
|
},
|
|
267
231
|
], connectionFieldsMap, 'SetFieldOrderPayload'),
|
|
268
232
|
}),
|
|
233
|
+
provisionUniqueConstraint: (args, options) => new QueryBuilder({
|
|
234
|
+
client,
|
|
235
|
+
operation: 'mutation',
|
|
236
|
+
operationName: 'ProvisionUniqueConstraint',
|
|
237
|
+
fieldName: 'provisionUniqueConstraint',
|
|
238
|
+
...buildCustomDocument('mutation', 'ProvisionUniqueConstraint', 'provisionUniqueConstraint', options.select, args, [
|
|
239
|
+
{
|
|
240
|
+
name: 'input',
|
|
241
|
+
type: 'ProvisionUniqueConstraintInput!',
|
|
242
|
+
},
|
|
243
|
+
], connectionFieldsMap, 'ProvisionUniqueConstraintPayload'),
|
|
244
|
+
}),
|
|
245
|
+
provisionFullTextSearch: (args, options) => new QueryBuilder({
|
|
246
|
+
client,
|
|
247
|
+
operation: 'mutation',
|
|
248
|
+
operationName: 'ProvisionFullTextSearch',
|
|
249
|
+
fieldName: 'provisionFullTextSearch',
|
|
250
|
+
...buildCustomDocument('mutation', 'ProvisionFullTextSearch', 'provisionFullTextSearch', options.select, args, [
|
|
251
|
+
{
|
|
252
|
+
name: 'input',
|
|
253
|
+
type: 'ProvisionFullTextSearchInput!',
|
|
254
|
+
},
|
|
255
|
+
], connectionFieldsMap, 'ProvisionFullTextSearchPayload'),
|
|
256
|
+
}),
|
|
257
|
+
provisionIndex: (args, options) => new QueryBuilder({
|
|
258
|
+
client,
|
|
259
|
+
operation: 'mutation',
|
|
260
|
+
operationName: 'ProvisionIndex',
|
|
261
|
+
fieldName: 'provisionIndex',
|
|
262
|
+
...buildCustomDocument('mutation', 'ProvisionIndex', 'provisionIndex', options.select, args, [
|
|
263
|
+
{
|
|
264
|
+
name: 'input',
|
|
265
|
+
type: 'ProvisionIndexInput!',
|
|
266
|
+
},
|
|
267
|
+
], connectionFieldsMap, 'ProvisionIndexPayload'),
|
|
268
|
+
}),
|
|
269
|
+
setDataAtPath: (args, options) => new QueryBuilder({
|
|
270
|
+
client,
|
|
271
|
+
operation: 'mutation',
|
|
272
|
+
operationName: 'SetDataAtPath',
|
|
273
|
+
fieldName: 'setDataAtPath',
|
|
274
|
+
...buildCustomDocument('mutation', 'SetDataAtPath', 'setDataAtPath', options.select, args, [
|
|
275
|
+
{
|
|
276
|
+
name: 'input',
|
|
277
|
+
type: 'SetDataAtPathInput!',
|
|
278
|
+
},
|
|
279
|
+
], connectionFieldsMap, 'SetDataAtPathPayload'),
|
|
280
|
+
}),
|
|
281
|
+
setPropsAndCommit: (args, options) => new QueryBuilder({
|
|
282
|
+
client,
|
|
283
|
+
operation: 'mutation',
|
|
284
|
+
operationName: 'SetPropsAndCommit',
|
|
285
|
+
fieldName: 'setPropsAndCommit',
|
|
286
|
+
...buildCustomDocument('mutation', 'SetPropsAndCommit', 'setPropsAndCommit', options.select, args, [
|
|
287
|
+
{
|
|
288
|
+
name: 'input',
|
|
289
|
+
type: 'SetPropsAndCommitInput!',
|
|
290
|
+
},
|
|
291
|
+
], connectionFieldsMap, 'SetPropsAndCommitPayload'),
|
|
292
|
+
}),
|
|
293
|
+
provisionDatabaseWithUser: (args, options) => new QueryBuilder({
|
|
294
|
+
client,
|
|
295
|
+
operation: 'mutation',
|
|
296
|
+
operationName: 'ProvisionDatabaseWithUser',
|
|
297
|
+
fieldName: 'provisionDatabaseWithUser',
|
|
298
|
+
...buildCustomDocument('mutation', 'ProvisionDatabaseWithUser', 'provisionDatabaseWithUser', options.select, args, [
|
|
299
|
+
{
|
|
300
|
+
name: 'input',
|
|
301
|
+
type: 'ProvisionDatabaseWithUserInput!',
|
|
302
|
+
},
|
|
303
|
+
], connectionFieldsMap, 'ProvisionDatabaseWithUserPayload'),
|
|
304
|
+
}),
|
|
269
305
|
insertNodeAtPath: (args, options) => new QueryBuilder({
|
|
270
306
|
client,
|
|
271
307
|
operation: 'mutation',
|
|
@@ -302,6 +338,18 @@ export function createMutationOperations(client) {
|
|
|
302
338
|
},
|
|
303
339
|
], connectionFieldsMap, 'SetAndCommitPayload'),
|
|
304
340
|
}),
|
|
341
|
+
provisionRelation: (args, options) => new QueryBuilder({
|
|
342
|
+
client,
|
|
343
|
+
operation: 'mutation',
|
|
344
|
+
operationName: 'ProvisionRelation',
|
|
345
|
+
fieldName: 'provisionRelation',
|
|
346
|
+
...buildCustomDocument('mutation', 'ProvisionRelation', 'provisionRelation', options.select, args, [
|
|
347
|
+
{
|
|
348
|
+
name: 'input',
|
|
349
|
+
type: 'ProvisionRelationInput!',
|
|
350
|
+
},
|
|
351
|
+
], connectionFieldsMap, 'ProvisionRelationPayload'),
|
|
352
|
+
}),
|
|
305
353
|
applyRls: (args, options) => new QueryBuilder({
|
|
306
354
|
client,
|
|
307
355
|
operation: 'mutation',
|
|
@@ -386,6 +434,18 @@ export function createMutationOperations(client) {
|
|
|
386
434
|
},
|
|
387
435
|
], connectionFieldsMap, 'OneTimeTokenPayload'),
|
|
388
436
|
}),
|
|
437
|
+
provisionTable: (args, options) => new QueryBuilder({
|
|
438
|
+
client,
|
|
439
|
+
operation: 'mutation',
|
|
440
|
+
operationName: 'ProvisionTable',
|
|
441
|
+
fieldName: 'provisionTable',
|
|
442
|
+
...buildCustomDocument('mutation', 'ProvisionTable', 'provisionTable', options.select, args, [
|
|
443
|
+
{
|
|
444
|
+
name: 'input',
|
|
445
|
+
type: 'ProvisionTableInput!',
|
|
446
|
+
},
|
|
447
|
+
], connectionFieldsMap, 'ProvisionTablePayload'),
|
|
448
|
+
}),
|
|
389
449
|
sendVerificationEmail: (args, options) => new QueryBuilder({
|
|
390
450
|
client,
|
|
391
451
|
operation: 'mutation',
|
|
@@ -34,6 +34,17 @@ export interface AppPermissionsGetMaskVariables {
|
|
|
34
34
|
export interface OrgPermissionsGetMaskVariables {
|
|
35
35
|
ids?: string[];
|
|
36
36
|
}
|
|
37
|
+
/**
|
|
38
|
+
* Variables for resolveBlueprintTable
|
|
39
|
+
* Resolves a table_name (with optional schema_name) to a table_id. Resolution order: (1) if schema_name provided, exact lookup via metaschema_public.schema.name + metaschema_public.table; (2) check local table_map (tables created in current blueprint); (3) search metaschema_public.table by name across all schemas; (4) if multiple matches, throw ambiguous error asking for schema_name; (5) if no match, throw not-found error.
|
|
40
|
+
*/
|
|
41
|
+
export interface ResolveBlueprintTableVariables {
|
|
42
|
+
databaseId?: string;
|
|
43
|
+
tableName?: string;
|
|
44
|
+
schemaName?: string;
|
|
45
|
+
tableMap?: unknown;
|
|
46
|
+
defaultSchemaId?: string;
|
|
47
|
+
}
|
|
37
48
|
export interface AppPermissionsGetMaskByNamesVariables {
|
|
38
49
|
names?: string[];
|
|
39
50
|
}
|
|
@@ -161,6 +172,11 @@ export declare function createQueryOperations(client: OrmClient): {
|
|
|
161
172
|
}) => QueryBuilder<{
|
|
162
173
|
orgPermissionsGetMask: string | null;
|
|
163
174
|
}>;
|
|
175
|
+
resolveBlueprintTable: (args: ResolveBlueprintTableVariables, options?: {
|
|
176
|
+
select?: Record<string, unknown>;
|
|
177
|
+
}) => QueryBuilder<{
|
|
178
|
+
resolveBlueprintTable: string | null;
|
|
179
|
+
}>;
|
|
164
180
|
appPermissionsGetMaskByNames: (args: AppPermissionsGetMaskByNamesVariables, options?: {
|
|
165
181
|
select?: Record<string, unknown>;
|
|
166
182
|
}) => QueryBuilder<{
|
|
@@ -131,6 +131,34 @@ export function createQueryOperations(client) {
|
|
|
131
131
|
},
|
|
132
132
|
], connectionFieldsMap, undefined),
|
|
133
133
|
}),
|
|
134
|
+
resolveBlueprintTable: (args, options) => new QueryBuilder({
|
|
135
|
+
client,
|
|
136
|
+
operation: 'query',
|
|
137
|
+
operationName: 'ResolveBlueprintTable',
|
|
138
|
+
fieldName: 'resolveBlueprintTable',
|
|
139
|
+
...buildCustomDocument('query', 'ResolveBlueprintTable', 'resolveBlueprintTable', options?.select, args, [
|
|
140
|
+
{
|
|
141
|
+
name: 'databaseId',
|
|
142
|
+
type: 'UUID',
|
|
143
|
+
},
|
|
144
|
+
{
|
|
145
|
+
name: 'tableName',
|
|
146
|
+
type: 'String',
|
|
147
|
+
},
|
|
148
|
+
{
|
|
149
|
+
name: 'schemaName',
|
|
150
|
+
type: 'String',
|
|
151
|
+
},
|
|
152
|
+
{
|
|
153
|
+
name: 'tableMap',
|
|
154
|
+
type: 'JSON',
|
|
155
|
+
},
|
|
156
|
+
{
|
|
157
|
+
name: 'defaultSchemaId',
|
|
158
|
+
type: 'UUID',
|
|
159
|
+
},
|
|
160
|
+
], connectionFieldsMap, undefined),
|
|
161
|
+
}),
|
|
134
162
|
appPermissionsGetMaskByNames: (args, options) => new QueryBuilder({
|
|
135
163
|
client,
|
|
136
164
|
operation: 'query',
|