@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
|
@@ -197,30 +197,6 @@ function createMutationOperations(client) {
|
|
|
197
197
|
},
|
|
198
198
|
], input_types_1.connectionFieldsMap, 'RemoveNodeAtPathPayload'),
|
|
199
199
|
}),
|
|
200
|
-
setDataAtPath: (args, options) => new query_builder_1.QueryBuilder({
|
|
201
|
-
client,
|
|
202
|
-
operation: 'mutation',
|
|
203
|
-
operationName: 'SetDataAtPath',
|
|
204
|
-
fieldName: 'setDataAtPath',
|
|
205
|
-
...(0, query_builder_1.buildCustomDocument)('mutation', 'SetDataAtPath', 'setDataAtPath', options.select, args, [
|
|
206
|
-
{
|
|
207
|
-
name: 'input',
|
|
208
|
-
type: 'SetDataAtPathInput!',
|
|
209
|
-
},
|
|
210
|
-
], input_types_1.connectionFieldsMap, 'SetDataAtPathPayload'),
|
|
211
|
-
}),
|
|
212
|
-
setPropsAndCommit: (args, options) => new query_builder_1.QueryBuilder({
|
|
213
|
-
client,
|
|
214
|
-
operation: 'mutation',
|
|
215
|
-
operationName: 'SetPropsAndCommit',
|
|
216
|
-
fieldName: 'setPropsAndCommit',
|
|
217
|
-
...(0, query_builder_1.buildCustomDocument)('mutation', 'SetPropsAndCommit', 'setPropsAndCommit', options.select, args, [
|
|
218
|
-
{
|
|
219
|
-
name: 'input',
|
|
220
|
-
type: 'SetPropsAndCommitInput!',
|
|
221
|
-
},
|
|
222
|
-
], input_types_1.connectionFieldsMap, 'SetPropsAndCommitPayload'),
|
|
223
|
-
}),
|
|
224
200
|
copyTemplateToBlueprint: (args, options) => new query_builder_1.QueryBuilder({
|
|
225
201
|
client,
|
|
226
202
|
operation: 'mutation',
|
|
@@ -233,18 +209,6 @@ function createMutationOperations(client) {
|
|
|
233
209
|
},
|
|
234
210
|
], input_types_1.connectionFieldsMap, 'CopyTemplateToBlueprintPayload'),
|
|
235
211
|
}),
|
|
236
|
-
provisionDatabaseWithUser: (args, options) => new query_builder_1.QueryBuilder({
|
|
237
|
-
client,
|
|
238
|
-
operation: 'mutation',
|
|
239
|
-
operationName: 'ProvisionDatabaseWithUser',
|
|
240
|
-
fieldName: 'provisionDatabaseWithUser',
|
|
241
|
-
...(0, query_builder_1.buildCustomDocument)('mutation', 'ProvisionDatabaseWithUser', 'provisionDatabaseWithUser', options.select, args, [
|
|
242
|
-
{
|
|
243
|
-
name: 'input',
|
|
244
|
-
type: 'ProvisionDatabaseWithUserInput!',
|
|
245
|
-
},
|
|
246
|
-
], input_types_1.connectionFieldsMap, 'ProvisionDatabaseWithUserPayload'),
|
|
247
|
-
}),
|
|
248
212
|
bootstrapUser: (args, options) => new query_builder_1.QueryBuilder({
|
|
249
213
|
client,
|
|
250
214
|
operation: 'mutation',
|
|
@@ -269,6 +233,78 @@ function createMutationOperations(client) {
|
|
|
269
233
|
},
|
|
270
234
|
], input_types_1.connectionFieldsMap, 'SetFieldOrderPayload'),
|
|
271
235
|
}),
|
|
236
|
+
provisionUniqueConstraint: (args, options) => new query_builder_1.QueryBuilder({
|
|
237
|
+
client,
|
|
238
|
+
operation: 'mutation',
|
|
239
|
+
operationName: 'ProvisionUniqueConstraint',
|
|
240
|
+
fieldName: 'provisionUniqueConstraint',
|
|
241
|
+
...(0, query_builder_1.buildCustomDocument)('mutation', 'ProvisionUniqueConstraint', 'provisionUniqueConstraint', options.select, args, [
|
|
242
|
+
{
|
|
243
|
+
name: 'input',
|
|
244
|
+
type: 'ProvisionUniqueConstraintInput!',
|
|
245
|
+
},
|
|
246
|
+
], input_types_1.connectionFieldsMap, 'ProvisionUniqueConstraintPayload'),
|
|
247
|
+
}),
|
|
248
|
+
provisionFullTextSearch: (args, options) => new query_builder_1.QueryBuilder({
|
|
249
|
+
client,
|
|
250
|
+
operation: 'mutation',
|
|
251
|
+
operationName: 'ProvisionFullTextSearch',
|
|
252
|
+
fieldName: 'provisionFullTextSearch',
|
|
253
|
+
...(0, query_builder_1.buildCustomDocument)('mutation', 'ProvisionFullTextSearch', 'provisionFullTextSearch', options.select, args, [
|
|
254
|
+
{
|
|
255
|
+
name: 'input',
|
|
256
|
+
type: 'ProvisionFullTextSearchInput!',
|
|
257
|
+
},
|
|
258
|
+
], input_types_1.connectionFieldsMap, 'ProvisionFullTextSearchPayload'),
|
|
259
|
+
}),
|
|
260
|
+
provisionIndex: (args, options) => new query_builder_1.QueryBuilder({
|
|
261
|
+
client,
|
|
262
|
+
operation: 'mutation',
|
|
263
|
+
operationName: 'ProvisionIndex',
|
|
264
|
+
fieldName: 'provisionIndex',
|
|
265
|
+
...(0, query_builder_1.buildCustomDocument)('mutation', 'ProvisionIndex', 'provisionIndex', options.select, args, [
|
|
266
|
+
{
|
|
267
|
+
name: 'input',
|
|
268
|
+
type: 'ProvisionIndexInput!',
|
|
269
|
+
},
|
|
270
|
+
], input_types_1.connectionFieldsMap, 'ProvisionIndexPayload'),
|
|
271
|
+
}),
|
|
272
|
+
setDataAtPath: (args, options) => new query_builder_1.QueryBuilder({
|
|
273
|
+
client,
|
|
274
|
+
operation: 'mutation',
|
|
275
|
+
operationName: 'SetDataAtPath',
|
|
276
|
+
fieldName: 'setDataAtPath',
|
|
277
|
+
...(0, query_builder_1.buildCustomDocument)('mutation', 'SetDataAtPath', 'setDataAtPath', options.select, args, [
|
|
278
|
+
{
|
|
279
|
+
name: 'input',
|
|
280
|
+
type: 'SetDataAtPathInput!',
|
|
281
|
+
},
|
|
282
|
+
], input_types_1.connectionFieldsMap, 'SetDataAtPathPayload'),
|
|
283
|
+
}),
|
|
284
|
+
setPropsAndCommit: (args, options) => new query_builder_1.QueryBuilder({
|
|
285
|
+
client,
|
|
286
|
+
operation: 'mutation',
|
|
287
|
+
operationName: 'SetPropsAndCommit',
|
|
288
|
+
fieldName: 'setPropsAndCommit',
|
|
289
|
+
...(0, query_builder_1.buildCustomDocument)('mutation', 'SetPropsAndCommit', 'setPropsAndCommit', options.select, args, [
|
|
290
|
+
{
|
|
291
|
+
name: 'input',
|
|
292
|
+
type: 'SetPropsAndCommitInput!',
|
|
293
|
+
},
|
|
294
|
+
], input_types_1.connectionFieldsMap, 'SetPropsAndCommitPayload'),
|
|
295
|
+
}),
|
|
296
|
+
provisionDatabaseWithUser: (args, options) => new query_builder_1.QueryBuilder({
|
|
297
|
+
client,
|
|
298
|
+
operation: 'mutation',
|
|
299
|
+
operationName: 'ProvisionDatabaseWithUser',
|
|
300
|
+
fieldName: 'provisionDatabaseWithUser',
|
|
301
|
+
...(0, query_builder_1.buildCustomDocument)('mutation', 'ProvisionDatabaseWithUser', 'provisionDatabaseWithUser', options.select, args, [
|
|
302
|
+
{
|
|
303
|
+
name: 'input',
|
|
304
|
+
type: 'ProvisionDatabaseWithUserInput!',
|
|
305
|
+
},
|
|
306
|
+
], input_types_1.connectionFieldsMap, 'ProvisionDatabaseWithUserPayload'),
|
|
307
|
+
}),
|
|
272
308
|
insertNodeAtPath: (args, options) => new query_builder_1.QueryBuilder({
|
|
273
309
|
client,
|
|
274
310
|
operation: 'mutation',
|
|
@@ -305,6 +341,18 @@ function createMutationOperations(client) {
|
|
|
305
341
|
},
|
|
306
342
|
], input_types_1.connectionFieldsMap, 'SetAndCommitPayload'),
|
|
307
343
|
}),
|
|
344
|
+
provisionRelation: (args, options) => new query_builder_1.QueryBuilder({
|
|
345
|
+
client,
|
|
346
|
+
operation: 'mutation',
|
|
347
|
+
operationName: 'ProvisionRelation',
|
|
348
|
+
fieldName: 'provisionRelation',
|
|
349
|
+
...(0, query_builder_1.buildCustomDocument)('mutation', 'ProvisionRelation', 'provisionRelation', options.select, args, [
|
|
350
|
+
{
|
|
351
|
+
name: 'input',
|
|
352
|
+
type: 'ProvisionRelationInput!',
|
|
353
|
+
},
|
|
354
|
+
], input_types_1.connectionFieldsMap, 'ProvisionRelationPayload'),
|
|
355
|
+
}),
|
|
308
356
|
applyRls: (args, options) => new query_builder_1.QueryBuilder({
|
|
309
357
|
client,
|
|
310
358
|
operation: 'mutation',
|
|
@@ -389,6 +437,18 @@ function createMutationOperations(client) {
|
|
|
389
437
|
},
|
|
390
438
|
], input_types_1.connectionFieldsMap, 'OneTimeTokenPayload'),
|
|
391
439
|
}),
|
|
440
|
+
provisionTable: (args, options) => new query_builder_1.QueryBuilder({
|
|
441
|
+
client,
|
|
442
|
+
operation: 'mutation',
|
|
443
|
+
operationName: 'ProvisionTable',
|
|
444
|
+
fieldName: 'provisionTable',
|
|
445
|
+
...(0, query_builder_1.buildCustomDocument)('mutation', 'ProvisionTable', 'provisionTable', options.select, args, [
|
|
446
|
+
{
|
|
447
|
+
name: 'input',
|
|
448
|
+
type: 'ProvisionTableInput!',
|
|
449
|
+
},
|
|
450
|
+
], input_types_1.connectionFieldsMap, 'ProvisionTablePayload'),
|
|
451
|
+
}),
|
|
392
452
|
sendVerificationEmail: (args, options) => new query_builder_1.QueryBuilder({
|
|
393
453
|
client,
|
|
394
454
|
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<{
|
|
@@ -134,6 +134,34 @@ function createQueryOperations(client) {
|
|
|
134
134
|
},
|
|
135
135
|
], input_types_1.connectionFieldsMap, undefined),
|
|
136
136
|
}),
|
|
137
|
+
resolveBlueprintTable: (args, options) => new query_builder_1.QueryBuilder({
|
|
138
|
+
client,
|
|
139
|
+
operation: 'query',
|
|
140
|
+
operationName: 'ResolveBlueprintTable',
|
|
141
|
+
fieldName: 'resolveBlueprintTable',
|
|
142
|
+
...(0, query_builder_1.buildCustomDocument)('query', 'ResolveBlueprintTable', 'resolveBlueprintTable', options?.select, args, [
|
|
143
|
+
{
|
|
144
|
+
name: 'databaseId',
|
|
145
|
+
type: 'UUID',
|
|
146
|
+
},
|
|
147
|
+
{
|
|
148
|
+
name: 'tableName',
|
|
149
|
+
type: 'String',
|
|
150
|
+
},
|
|
151
|
+
{
|
|
152
|
+
name: 'schemaName',
|
|
153
|
+
type: 'String',
|
|
154
|
+
},
|
|
155
|
+
{
|
|
156
|
+
name: 'tableMap',
|
|
157
|
+
type: 'JSON',
|
|
158
|
+
},
|
|
159
|
+
{
|
|
160
|
+
name: 'defaultSchemaId',
|
|
161
|
+
type: 'UUID',
|
|
162
|
+
},
|
|
163
|
+
], input_types_1.connectionFieldsMap, undefined),
|
|
164
|
+
}),
|
|
137
165
|
appPermissionsGetMaskByNames: (args, options) => new query_builder_1.QueryBuilder({
|
|
138
166
|
client,
|
|
139
167
|
operation: 'query',
|