@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
|
@@ -3,12 +3,6 @@
|
|
|
3
3
|
* @generated by @constructive-io/graphql-codegen
|
|
4
4
|
* DO NOT EDIT - changes will be overwritten
|
|
5
5
|
*/
|
|
6
|
-
export declare const getAllRecordMutationKeys: {
|
|
7
|
-
/** All getAllRecord mutation keys */ readonly all: readonly ["mutation", "getallrecord"];
|
|
8
|
-
/** Create getAllRecord mutation key */ readonly create: () => readonly ["mutation", "getallrecord", "create"];
|
|
9
|
-
/** Update getAllRecord mutation key */ readonly update: (id: string | number) => readonly ["mutation", "getallrecord", "update", string | number];
|
|
10
|
-
/** Delete getAllRecord mutation key */ readonly delete: (id: string | number) => readonly ["mutation", "getallrecord", "delete", string | number];
|
|
11
|
-
};
|
|
12
6
|
export declare const orgGetManagersRecordMutationKeys: {
|
|
13
7
|
/** All orgGetManagersRecord mutation keys */ readonly all: readonly ["mutation", "orggetmanagersrecord"];
|
|
14
8
|
/** Create orgGetManagersRecord mutation key */ readonly create: () => readonly ["mutation", "orggetmanagersrecord", "create"];
|
|
@@ -21,6 +15,12 @@ export declare const orgGetSubordinatesRecordMutationKeys: {
|
|
|
21
15
|
/** Update orgGetSubordinatesRecord mutation key */ readonly update: (id: string | number) => readonly ["mutation", "orggetsubordinatesrecord", "update", string | number];
|
|
22
16
|
/** Delete orgGetSubordinatesRecord mutation key */ readonly delete: (id: string | number) => readonly ["mutation", "orggetsubordinatesrecord", "delete", string | number];
|
|
23
17
|
};
|
|
18
|
+
export declare const getAllRecordMutationKeys: {
|
|
19
|
+
/** All getAllRecord mutation keys */ readonly all: readonly ["mutation", "getallrecord"];
|
|
20
|
+
/** Create getAllRecord mutation key */ readonly create: () => readonly ["mutation", "getallrecord", "create"];
|
|
21
|
+
/** Update getAllRecord mutation key */ readonly update: (id: string | number) => readonly ["mutation", "getallrecord", "update", string | number];
|
|
22
|
+
/** Delete getAllRecord mutation key */ readonly delete: (id: string | number) => readonly ["mutation", "getallrecord", "delete", string | number];
|
|
23
|
+
};
|
|
24
24
|
export declare const objectMutationKeys: {
|
|
25
25
|
/** All object mutation keys */ readonly all: readonly ["mutation", "object"];
|
|
26
26
|
/** Create object mutation key */ readonly create: () => readonly ["mutation", "object", "create"];
|
|
@@ -381,6 +381,18 @@ export declare const blueprintTemplateMutationKeys: {
|
|
|
381
381
|
/** Update blueprintTemplate mutation key */ readonly update: (id: string | number) => readonly ["mutation", "blueprinttemplate", "update", string | number];
|
|
382
382
|
/** Delete blueprintTemplate mutation key */ readonly delete: (id: string | number) => readonly ["mutation", "blueprinttemplate", "delete", string | number];
|
|
383
383
|
};
|
|
384
|
+
export declare const blueprintConstructionMutationKeys: {
|
|
385
|
+
/** All blueprintConstruction mutation keys */ readonly all: readonly ["mutation", "blueprintconstruction"];
|
|
386
|
+
/** Create blueprintConstruction mutation key */ readonly create: () => readonly ["mutation", "blueprintconstruction", "create"];
|
|
387
|
+
/** Update blueprintConstruction mutation key */ readonly update: (id: string | number) => readonly ["mutation", "blueprintconstruction", "update", string | number];
|
|
388
|
+
/** Delete blueprintConstruction mutation key */ readonly delete: (id: string | number) => readonly ["mutation", "blueprintconstruction", "delete", string | number];
|
|
389
|
+
};
|
|
390
|
+
export declare const storageModuleMutationKeys: {
|
|
391
|
+
/** All storageModule mutation keys */ readonly all: readonly ["mutation", "storagemodule"];
|
|
392
|
+
/** Create storageModule mutation key */ readonly create: () => readonly ["mutation", "storagemodule", "create"];
|
|
393
|
+
/** Update storageModule mutation key */ readonly update: (id: string | number) => readonly ["mutation", "storagemodule", "update", string | number];
|
|
394
|
+
/** Delete storageModule mutation key */ readonly delete: (id: string | number) => readonly ["mutation", "storagemodule", "delete", string | number];
|
|
395
|
+
};
|
|
384
396
|
export declare const databaseProvisionModuleMutationKeys: {
|
|
385
397
|
/** All databaseProvisionModule mutation keys */ readonly all: readonly ["mutation", "databaseprovisionmodule"];
|
|
386
398
|
/** Create databaseProvisionModule mutation key */ readonly create: () => readonly ["mutation", "databaseprovisionmodule", "create"];
|
|
@@ -561,12 +573,6 @@ export declare const roleTypeMutationKeys: {
|
|
|
561
573
|
/** Update roleType mutation key */ readonly update: (id: string | number) => readonly ["mutation", "roletype", "update", string | number];
|
|
562
574
|
/** Delete roleType mutation key */ readonly delete: (id: string | number) => readonly ["mutation", "roletype", "delete", string | number];
|
|
563
575
|
};
|
|
564
|
-
export declare const migrateFileMutationKeys: {
|
|
565
|
-
/** All migrateFile mutation keys */ readonly all: readonly ["mutation", "migratefile"];
|
|
566
|
-
/** Create migrateFile mutation key */ readonly create: () => readonly ["mutation", "migratefile", "create"];
|
|
567
|
-
/** Update migrateFile mutation key */ readonly update: (id: string | number) => readonly ["mutation", "migratefile", "update", string | number];
|
|
568
|
-
/** Delete migrateFile mutation key */ readonly delete: (id: string | number) => readonly ["mutation", "migratefile", "delete", string | number];
|
|
569
|
-
};
|
|
570
576
|
export declare const appLimitDefaultMutationKeys: {
|
|
571
577
|
/** All appLimitDefault mutation keys */ readonly all: readonly ["mutation", "applimitdefault"];
|
|
572
578
|
/** Create appLimitDefault mutation key */ readonly create: () => readonly ["mutation", "applimitdefault", "create"];
|
|
@@ -579,6 +585,12 @@ export declare const orgLimitDefaultMutationKeys: {
|
|
|
579
585
|
/** Update orgLimitDefault mutation key */ readonly update: (id: string | number) => readonly ["mutation", "orglimitdefault", "update", string | number];
|
|
580
586
|
/** Delete orgLimitDefault mutation key */ readonly delete: (id: string | number) => readonly ["mutation", "orglimitdefault", "delete", string | number];
|
|
581
587
|
};
|
|
588
|
+
export declare const migrateFileMutationKeys: {
|
|
589
|
+
/** All migrateFile mutation keys */ readonly all: readonly ["mutation", "migratefile"];
|
|
590
|
+
/** Create migrateFile mutation key */ readonly create: () => readonly ["mutation", "migratefile", "create"];
|
|
591
|
+
/** Update migrateFile mutation key */ readonly update: (id: string | number) => readonly ["mutation", "migratefile", "update", string | number];
|
|
592
|
+
/** Delete migrateFile mutation key */ readonly delete: (id: string | number) => readonly ["mutation", "migratefile", "delete", string | number];
|
|
593
|
+
};
|
|
582
594
|
export declare const membershipTypeMutationKeys: {
|
|
583
595
|
/** All membershipType mutation keys */ readonly all: readonly ["mutation", "membershiptype"];
|
|
584
596
|
/** Create membershipType mutation key */ readonly create: () => readonly ["mutation", "membershiptype", "create"];
|
|
@@ -662,15 +674,19 @@ export declare const customMutationKeys: {
|
|
|
662
674
|
/** Mutation key for constructBlueprint */ readonly constructBlueprint: (identifier?: string) => readonly ["mutation", "constructBlueprint", string] | readonly ["mutation", "constructBlueprint"];
|
|
663
675
|
/** Mutation key for resetPassword */ readonly resetPassword: (identifier?: string) => readonly ["mutation", "resetPassword", string] | readonly ["mutation", "resetPassword"];
|
|
664
676
|
/** Mutation key for removeNodeAtPath */ readonly removeNodeAtPath: (identifier?: string) => readonly ["mutation", "removeNodeAtPath", string] | readonly ["mutation", "removeNodeAtPath"];
|
|
665
|
-
/** Mutation key for setDataAtPath */ readonly setDataAtPath: (identifier?: string) => readonly ["mutation", "setDataAtPath", string] | readonly ["mutation", "setDataAtPath"];
|
|
666
|
-
/** Mutation key for setPropsAndCommit */ readonly setPropsAndCommit: (identifier?: string) => readonly ["mutation", "setPropsAndCommit", string] | readonly ["mutation", "setPropsAndCommit"];
|
|
667
677
|
/** Mutation key for copyTemplateToBlueprint */ readonly copyTemplateToBlueprint: (identifier?: string) => readonly ["mutation", "copyTemplateToBlueprint", string] | readonly ["mutation", "copyTemplateToBlueprint"];
|
|
668
|
-
/** Mutation key for provisionDatabaseWithUser */ readonly provisionDatabaseWithUser: (identifier?: string) => readonly ["mutation", "provisionDatabaseWithUser", string] | readonly ["mutation", "provisionDatabaseWithUser"];
|
|
669
678
|
/** Mutation key for bootstrapUser */ readonly bootstrapUser: (identifier?: string) => readonly ["mutation", "bootstrapUser", string] | readonly ["mutation", "bootstrapUser"];
|
|
670
679
|
/** Mutation key for setFieldOrder */ readonly setFieldOrder: (identifier?: string) => readonly ["mutation", "setFieldOrder", string] | readonly ["mutation", "setFieldOrder"];
|
|
680
|
+
/** Mutation key for provisionUniqueConstraint */ readonly provisionUniqueConstraint: (identifier?: string) => readonly ["mutation", "provisionUniqueConstraint", string] | readonly ["mutation", "provisionUniqueConstraint"];
|
|
681
|
+
/** Mutation key for provisionFullTextSearch */ readonly provisionFullTextSearch: (identifier?: string) => readonly ["mutation", "provisionFullTextSearch", string] | readonly ["mutation", "provisionFullTextSearch"];
|
|
682
|
+
/** Mutation key for provisionIndex */ readonly provisionIndex: (identifier?: string) => readonly ["mutation", "provisionIndex", string] | readonly ["mutation", "provisionIndex"];
|
|
683
|
+
/** Mutation key for setDataAtPath */ readonly setDataAtPath: (identifier?: string) => readonly ["mutation", "setDataAtPath", string] | readonly ["mutation", "setDataAtPath"];
|
|
684
|
+
/** Mutation key for setPropsAndCommit */ readonly setPropsAndCommit: (identifier?: string) => readonly ["mutation", "setPropsAndCommit", string] | readonly ["mutation", "setPropsAndCommit"];
|
|
685
|
+
/** Mutation key for provisionDatabaseWithUser */ readonly provisionDatabaseWithUser: (identifier?: string) => readonly ["mutation", "provisionDatabaseWithUser", string] | readonly ["mutation", "provisionDatabaseWithUser"];
|
|
671
686
|
/** Mutation key for insertNodeAtPath */ readonly insertNodeAtPath: (identifier?: string) => readonly ["mutation", "insertNodeAtPath", string] | readonly ["mutation", "insertNodeAtPath"];
|
|
672
687
|
/** Mutation key for updateNodeAtPath */ readonly updateNodeAtPath: (identifier?: string) => readonly ["mutation", "updateNodeAtPath", string] | readonly ["mutation", "updateNodeAtPath"];
|
|
673
688
|
/** Mutation key for setAndCommit */ readonly setAndCommit: (identifier?: string) => readonly ["mutation", "setAndCommit", string] | readonly ["mutation", "setAndCommit"];
|
|
689
|
+
/** Mutation key for provisionRelation */ readonly provisionRelation: (identifier?: string) => readonly ["mutation", "provisionRelation", string] | readonly ["mutation", "provisionRelation"];
|
|
674
690
|
/** Mutation key for applyRls */ readonly applyRls: (identifier?: string) => readonly ["mutation", "applyRls", string] | readonly ["mutation", "applyRls"];
|
|
675
691
|
/** Mutation key for signInOneTimeToken */ readonly signInOneTimeToken: (identifier?: string) => readonly ["mutation", "signInOneTimeToken", string] | readonly ["mutation", "signInOneTimeToken"];
|
|
676
692
|
/** Mutation key for createUserDatabase */ readonly createUserDatabase: (identifier?: string) => readonly ["mutation", "createUserDatabase", string] | readonly ["mutation", "createUserDatabase"];
|
|
@@ -678,6 +694,7 @@ export declare const customMutationKeys: {
|
|
|
678
694
|
/** Mutation key for signIn */ readonly signIn: (identifier?: string) => readonly ["mutation", "signIn", string] | readonly ["mutation", "signIn"];
|
|
679
695
|
/** Mutation key for signUp */ readonly signUp: (identifier?: string) => readonly ["mutation", "signUp", string] | readonly ["mutation", "signUp"];
|
|
680
696
|
/** Mutation key for oneTimeToken */ readonly oneTimeToken: (identifier?: string) => readonly ["mutation", "oneTimeToken", string] | readonly ["mutation", "oneTimeToken"];
|
|
697
|
+
/** Mutation key for provisionTable */ readonly provisionTable: (identifier?: string) => readonly ["mutation", "provisionTable", string] | readonly ["mutation", "provisionTable"];
|
|
681
698
|
/** Mutation key for sendVerificationEmail */ readonly sendVerificationEmail: (identifier?: string) => readonly ["mutation", "sendVerificationEmail", string] | readonly ["mutation", "sendVerificationEmail"];
|
|
682
699
|
/** Mutation key for forgotPassword */ readonly forgotPassword: (identifier?: string) => readonly ["mutation", "forgotPassword", string] | readonly ["mutation", "forgotPassword"];
|
|
683
700
|
/** Mutation key for verifyPassword */ readonly verifyPassword: (identifier?: string) => readonly ["mutation", "verifyPassword", string] | readonly ["mutation", "verifyPassword"];
|
|
@@ -706,12 +723,6 @@ export declare const customMutationKeys: {
|
|
|
706
723
|
* ```
|
|
707
724
|
*/
|
|
708
725
|
export declare const mutationKeys: {
|
|
709
|
-
readonly getAllRecord: {
|
|
710
|
-
/** All getAllRecord mutation keys */ readonly all: readonly ["mutation", "getallrecord"];
|
|
711
|
-
/** Create getAllRecord mutation key */ readonly create: () => readonly ["mutation", "getallrecord", "create"];
|
|
712
|
-
/** Update getAllRecord mutation key */ readonly update: (id: string | number) => readonly ["mutation", "getallrecord", "update", string | number];
|
|
713
|
-
/** Delete getAllRecord mutation key */ readonly delete: (id: string | number) => readonly ["mutation", "getallrecord", "delete", string | number];
|
|
714
|
-
};
|
|
715
726
|
readonly orgGetManagersRecord: {
|
|
716
727
|
/** All orgGetManagersRecord mutation keys */ readonly all: readonly ["mutation", "orggetmanagersrecord"];
|
|
717
728
|
/** Create orgGetManagersRecord mutation key */ readonly create: () => readonly ["mutation", "orggetmanagersrecord", "create"];
|
|
@@ -724,6 +735,12 @@ export declare const mutationKeys: {
|
|
|
724
735
|
/** Update orgGetSubordinatesRecord mutation key */ readonly update: (id: string | number) => readonly ["mutation", "orggetsubordinatesrecord", "update", string | number];
|
|
725
736
|
/** Delete orgGetSubordinatesRecord mutation key */ readonly delete: (id: string | number) => readonly ["mutation", "orggetsubordinatesrecord", "delete", string | number];
|
|
726
737
|
};
|
|
738
|
+
readonly getAllRecord: {
|
|
739
|
+
/** All getAllRecord mutation keys */ readonly all: readonly ["mutation", "getallrecord"];
|
|
740
|
+
/** Create getAllRecord mutation key */ readonly create: () => readonly ["mutation", "getallrecord", "create"];
|
|
741
|
+
/** Update getAllRecord mutation key */ readonly update: (id: string | number) => readonly ["mutation", "getallrecord", "update", string | number];
|
|
742
|
+
/** Delete getAllRecord mutation key */ readonly delete: (id: string | number) => readonly ["mutation", "getallrecord", "delete", string | number];
|
|
743
|
+
};
|
|
727
744
|
readonly object: {
|
|
728
745
|
/** All object mutation keys */ readonly all: readonly ["mutation", "object"];
|
|
729
746
|
/** Create object mutation key */ readonly create: () => readonly ["mutation", "object", "create"];
|
|
@@ -1084,6 +1101,18 @@ export declare const mutationKeys: {
|
|
|
1084
1101
|
/** Update blueprintTemplate mutation key */ readonly update: (id: string | number) => readonly ["mutation", "blueprinttemplate", "update", string | number];
|
|
1085
1102
|
/** Delete blueprintTemplate mutation key */ readonly delete: (id: string | number) => readonly ["mutation", "blueprinttemplate", "delete", string | number];
|
|
1086
1103
|
};
|
|
1104
|
+
readonly blueprintConstruction: {
|
|
1105
|
+
/** All blueprintConstruction mutation keys */ readonly all: readonly ["mutation", "blueprintconstruction"];
|
|
1106
|
+
/** Create blueprintConstruction mutation key */ readonly create: () => readonly ["mutation", "blueprintconstruction", "create"];
|
|
1107
|
+
/** Update blueprintConstruction mutation key */ readonly update: (id: string | number) => readonly ["mutation", "blueprintconstruction", "update", string | number];
|
|
1108
|
+
/** Delete blueprintConstruction mutation key */ readonly delete: (id: string | number) => readonly ["mutation", "blueprintconstruction", "delete", string | number];
|
|
1109
|
+
};
|
|
1110
|
+
readonly storageModule: {
|
|
1111
|
+
/** All storageModule mutation keys */ readonly all: readonly ["mutation", "storagemodule"];
|
|
1112
|
+
/** Create storageModule mutation key */ readonly create: () => readonly ["mutation", "storagemodule", "create"];
|
|
1113
|
+
/** Update storageModule mutation key */ readonly update: (id: string | number) => readonly ["mutation", "storagemodule", "update", string | number];
|
|
1114
|
+
/** Delete storageModule mutation key */ readonly delete: (id: string | number) => readonly ["mutation", "storagemodule", "delete", string | number];
|
|
1115
|
+
};
|
|
1087
1116
|
readonly databaseProvisionModule: {
|
|
1088
1117
|
/** All databaseProvisionModule mutation keys */ readonly all: readonly ["mutation", "databaseprovisionmodule"];
|
|
1089
1118
|
/** Create databaseProvisionModule mutation key */ readonly create: () => readonly ["mutation", "databaseprovisionmodule", "create"];
|
|
@@ -1264,12 +1293,6 @@ export declare const mutationKeys: {
|
|
|
1264
1293
|
/** Update roleType mutation key */ readonly update: (id: string | number) => readonly ["mutation", "roletype", "update", string | number];
|
|
1265
1294
|
/** Delete roleType mutation key */ readonly delete: (id: string | number) => readonly ["mutation", "roletype", "delete", string | number];
|
|
1266
1295
|
};
|
|
1267
|
-
readonly migrateFile: {
|
|
1268
|
-
/** All migrateFile mutation keys */ readonly all: readonly ["mutation", "migratefile"];
|
|
1269
|
-
/** Create migrateFile mutation key */ readonly create: () => readonly ["mutation", "migratefile", "create"];
|
|
1270
|
-
/** Update migrateFile mutation key */ readonly update: (id: string | number) => readonly ["mutation", "migratefile", "update", string | number];
|
|
1271
|
-
/** Delete migrateFile mutation key */ readonly delete: (id: string | number) => readonly ["mutation", "migratefile", "delete", string | number];
|
|
1272
|
-
};
|
|
1273
1296
|
readonly appLimitDefault: {
|
|
1274
1297
|
/** All appLimitDefault mutation keys */ readonly all: readonly ["mutation", "applimitdefault"];
|
|
1275
1298
|
/** Create appLimitDefault mutation key */ readonly create: () => readonly ["mutation", "applimitdefault", "create"];
|
|
@@ -1282,6 +1305,12 @@ export declare const mutationKeys: {
|
|
|
1282
1305
|
/** Update orgLimitDefault mutation key */ readonly update: (id: string | number) => readonly ["mutation", "orglimitdefault", "update", string | number];
|
|
1283
1306
|
/** Delete orgLimitDefault mutation key */ readonly delete: (id: string | number) => readonly ["mutation", "orglimitdefault", "delete", string | number];
|
|
1284
1307
|
};
|
|
1308
|
+
readonly migrateFile: {
|
|
1309
|
+
/** All migrateFile mutation keys */ readonly all: readonly ["mutation", "migratefile"];
|
|
1310
|
+
/** Create migrateFile mutation key */ readonly create: () => readonly ["mutation", "migratefile", "create"];
|
|
1311
|
+
/** Update migrateFile mutation key */ readonly update: (id: string | number) => readonly ["mutation", "migratefile", "update", string | number];
|
|
1312
|
+
/** Delete migrateFile mutation key */ readonly delete: (id: string | number) => readonly ["mutation", "migratefile", "delete", string | number];
|
|
1313
|
+
};
|
|
1285
1314
|
readonly membershipType: {
|
|
1286
1315
|
/** All membershipType mutation keys */ readonly all: readonly ["mutation", "membershiptype"];
|
|
1287
1316
|
/** Create membershipType mutation key */ readonly create: () => readonly ["mutation", "membershiptype", "create"];
|
|
@@ -1365,15 +1394,19 @@ export declare const mutationKeys: {
|
|
|
1365
1394
|
/** Mutation key for constructBlueprint */ readonly constructBlueprint: (identifier?: string) => readonly ["mutation", "constructBlueprint", string] | readonly ["mutation", "constructBlueprint"];
|
|
1366
1395
|
/** Mutation key for resetPassword */ readonly resetPassword: (identifier?: string) => readonly ["mutation", "resetPassword", string] | readonly ["mutation", "resetPassword"];
|
|
1367
1396
|
/** Mutation key for removeNodeAtPath */ readonly removeNodeAtPath: (identifier?: string) => readonly ["mutation", "removeNodeAtPath", string] | readonly ["mutation", "removeNodeAtPath"];
|
|
1368
|
-
/** Mutation key for setDataAtPath */ readonly setDataAtPath: (identifier?: string) => readonly ["mutation", "setDataAtPath", string] | readonly ["mutation", "setDataAtPath"];
|
|
1369
|
-
/** Mutation key for setPropsAndCommit */ readonly setPropsAndCommit: (identifier?: string) => readonly ["mutation", "setPropsAndCommit", string] | readonly ["mutation", "setPropsAndCommit"];
|
|
1370
1397
|
/** Mutation key for copyTemplateToBlueprint */ readonly copyTemplateToBlueprint: (identifier?: string) => readonly ["mutation", "copyTemplateToBlueprint", string] | readonly ["mutation", "copyTemplateToBlueprint"];
|
|
1371
|
-
/** Mutation key for provisionDatabaseWithUser */ readonly provisionDatabaseWithUser: (identifier?: string) => readonly ["mutation", "provisionDatabaseWithUser", string] | readonly ["mutation", "provisionDatabaseWithUser"];
|
|
1372
1398
|
/** Mutation key for bootstrapUser */ readonly bootstrapUser: (identifier?: string) => readonly ["mutation", "bootstrapUser", string] | readonly ["mutation", "bootstrapUser"];
|
|
1373
1399
|
/** Mutation key for setFieldOrder */ readonly setFieldOrder: (identifier?: string) => readonly ["mutation", "setFieldOrder", string] | readonly ["mutation", "setFieldOrder"];
|
|
1400
|
+
/** Mutation key for provisionUniqueConstraint */ readonly provisionUniqueConstraint: (identifier?: string) => readonly ["mutation", "provisionUniqueConstraint", string] | readonly ["mutation", "provisionUniqueConstraint"];
|
|
1401
|
+
/** Mutation key for provisionFullTextSearch */ readonly provisionFullTextSearch: (identifier?: string) => readonly ["mutation", "provisionFullTextSearch", string] | readonly ["mutation", "provisionFullTextSearch"];
|
|
1402
|
+
/** Mutation key for provisionIndex */ readonly provisionIndex: (identifier?: string) => readonly ["mutation", "provisionIndex", string] | readonly ["mutation", "provisionIndex"];
|
|
1403
|
+
/** Mutation key for setDataAtPath */ readonly setDataAtPath: (identifier?: string) => readonly ["mutation", "setDataAtPath", string] | readonly ["mutation", "setDataAtPath"];
|
|
1404
|
+
/** Mutation key for setPropsAndCommit */ readonly setPropsAndCommit: (identifier?: string) => readonly ["mutation", "setPropsAndCommit", string] | readonly ["mutation", "setPropsAndCommit"];
|
|
1405
|
+
/** Mutation key for provisionDatabaseWithUser */ readonly provisionDatabaseWithUser: (identifier?: string) => readonly ["mutation", "provisionDatabaseWithUser", string] | readonly ["mutation", "provisionDatabaseWithUser"];
|
|
1374
1406
|
/** Mutation key for insertNodeAtPath */ readonly insertNodeAtPath: (identifier?: string) => readonly ["mutation", "insertNodeAtPath", string] | readonly ["mutation", "insertNodeAtPath"];
|
|
1375
1407
|
/** Mutation key for updateNodeAtPath */ readonly updateNodeAtPath: (identifier?: string) => readonly ["mutation", "updateNodeAtPath", string] | readonly ["mutation", "updateNodeAtPath"];
|
|
1376
1408
|
/** Mutation key for setAndCommit */ readonly setAndCommit: (identifier?: string) => readonly ["mutation", "setAndCommit", string] | readonly ["mutation", "setAndCommit"];
|
|
1409
|
+
/** Mutation key for provisionRelation */ readonly provisionRelation: (identifier?: string) => readonly ["mutation", "provisionRelation", string] | readonly ["mutation", "provisionRelation"];
|
|
1377
1410
|
/** Mutation key for applyRls */ readonly applyRls: (identifier?: string) => readonly ["mutation", "applyRls", string] | readonly ["mutation", "applyRls"];
|
|
1378
1411
|
/** Mutation key for signInOneTimeToken */ readonly signInOneTimeToken: (identifier?: string) => readonly ["mutation", "signInOneTimeToken", string] | readonly ["mutation", "signInOneTimeToken"];
|
|
1379
1412
|
/** Mutation key for createUserDatabase */ readonly createUserDatabase: (identifier?: string) => readonly ["mutation", "createUserDatabase", string] | readonly ["mutation", "createUserDatabase"];
|
|
@@ -1381,6 +1414,7 @@ export declare const mutationKeys: {
|
|
|
1381
1414
|
/** Mutation key for signIn */ readonly signIn: (identifier?: string) => readonly ["mutation", "signIn", string] | readonly ["mutation", "signIn"];
|
|
1382
1415
|
/** Mutation key for signUp */ readonly signUp: (identifier?: string) => readonly ["mutation", "signUp", string] | readonly ["mutation", "signUp"];
|
|
1383
1416
|
/** Mutation key for oneTimeToken */ readonly oneTimeToken: (identifier?: string) => readonly ["mutation", "oneTimeToken", string] | readonly ["mutation", "oneTimeToken"];
|
|
1417
|
+
/** Mutation key for provisionTable */ readonly provisionTable: (identifier?: string) => readonly ["mutation", "provisionTable", string] | readonly ["mutation", "provisionTable"];
|
|
1384
1418
|
/** Mutation key for sendVerificationEmail */ readonly sendVerificationEmail: (identifier?: string) => readonly ["mutation", "sendVerificationEmail", string] | readonly ["mutation", "sendVerificationEmail"];
|
|
1385
1419
|
/** Mutation key for forgotPassword */ readonly forgotPassword: (identifier?: string) => readonly ["mutation", "forgotPassword", string] | readonly ["mutation", "forgotPassword"];
|
|
1386
1420
|
/** Mutation key for verifyPassword */ readonly verifyPassword: (identifier?: string) => readonly ["mutation", "verifyPassword", string] | readonly ["mutation", "verifyPassword"];
|
|
@@ -5,9 +5,9 @@
|
|
|
5
5
|
* DO NOT EDIT - changes will be overwritten
|
|
6
6
|
*/
|
|
7
7
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
8
|
-
exports.invitesModuleMutationKeys = exports.encryptedSecretsModuleMutationKeys = exports.emailsModuleMutationKeys = exports.denormalizedTableFieldMutationKeys = exports.defaultIdsModuleMutationKeys = exports.cryptoAuthModuleMutationKeys = exports.cryptoAddressesModuleMutationKeys = exports.connectedAccountsModuleMutationKeys = exports.appMutationKeys = exports.siteMutationKeys = exports.apiMutationKeys = exports.databaseTransferMutationKeys = exports.triggerFunctionMutationKeys = exports.siteThemeMutationKeys = exports.siteModuleMutationKeys = exports.siteMetadatumMutationKeys = exports.domainMutationKeys = exports.apiModuleMutationKeys = exports.apiSchemaMutationKeys = exports.enumMutationKeys = exports.defaultPrivilegeMutationKeys = exports.schemaGrantMutationKeys = exports.relationProvisionMutationKeys = exports.secureTableProvisionMutationKeys = exports.tableTemplateModuleMutationKeys = exports.embeddingChunkMutationKeys = exports.viewRuleMutationKeys = exports.viewGrantMutationKeys = exports.viewTableMutationKeys = exports.viewMutationKeys = exports.uniqueConstraintMutationKeys = exports.triggerMutationKeys = exports.tableGrantMutationKeys = exports.primaryKeyConstraintMutationKeys = exports.policyMutationKeys = exports.indexMutationKeys = exports.fullTextSearchMutationKeys = exports.foreignKeyConstraintMutationKeys = exports.fieldMutationKeys = exports.checkConstraintMutationKeys = exports.tableMutationKeys = exports.schemaMutationKeys = exports.databaseMutationKeys = exports.appLevelRequirementMutationKeys = exports.orgPermissionMutationKeys = exports.appPermissionMutationKeys = exports.objectMutationKeys = exports.
|
|
9
|
-
exports.
|
|
10
|
-
exports.mutationKeys = exports.customMutationKeys = exports.hierarchyModuleMutationKeys = exports.appMembershipMutationKeys = exports.astMigrationMutationKeys = exports.userMutationKeys = exports.sqlActionMutationKeys = exports.orgMembershipDefaultMutationKeys = exports.nodeTypeRegistryMutationKeys = void 0;
|
|
8
|
+
exports.invitesModuleMutationKeys = exports.encryptedSecretsModuleMutationKeys = exports.emailsModuleMutationKeys = exports.denormalizedTableFieldMutationKeys = exports.defaultIdsModuleMutationKeys = exports.cryptoAuthModuleMutationKeys = exports.cryptoAddressesModuleMutationKeys = exports.connectedAccountsModuleMutationKeys = exports.appMutationKeys = exports.siteMutationKeys = exports.apiMutationKeys = exports.databaseTransferMutationKeys = exports.triggerFunctionMutationKeys = exports.siteThemeMutationKeys = exports.siteModuleMutationKeys = exports.siteMetadatumMutationKeys = exports.domainMutationKeys = exports.apiModuleMutationKeys = exports.apiSchemaMutationKeys = exports.enumMutationKeys = exports.defaultPrivilegeMutationKeys = exports.schemaGrantMutationKeys = exports.relationProvisionMutationKeys = exports.secureTableProvisionMutationKeys = exports.tableTemplateModuleMutationKeys = exports.embeddingChunkMutationKeys = exports.viewRuleMutationKeys = exports.viewGrantMutationKeys = exports.viewTableMutationKeys = exports.viewMutationKeys = exports.uniqueConstraintMutationKeys = exports.triggerMutationKeys = exports.tableGrantMutationKeys = exports.primaryKeyConstraintMutationKeys = exports.policyMutationKeys = exports.indexMutationKeys = exports.fullTextSearchMutationKeys = exports.foreignKeyConstraintMutationKeys = exports.fieldMutationKeys = exports.checkConstraintMutationKeys = exports.tableMutationKeys = exports.schemaMutationKeys = exports.databaseMutationKeys = exports.appLevelRequirementMutationKeys = exports.orgPermissionMutationKeys = exports.appPermissionMutationKeys = exports.objectMutationKeys = exports.getAllRecordMutationKeys = exports.orgGetSubordinatesRecordMutationKeys = exports.orgGetManagersRecordMutationKeys = void 0;
|
|
9
|
+
exports.commitMutationKeys = exports.membershipTypeMutationKeys = exports.migrateFileMutationKeys = exports.orgLimitDefaultMutationKeys = exports.appLimitDefaultMutationKeys = exports.roleTypeMutationKeys = exports.appPermissionDefaultMutationKeys = exports.storeMutationKeys = exports.refMutationKeys = exports.auditLogMutationKeys = exports.orgClaimedInviteMutationKeys = exports.orgInviteMutationKeys = exports.claimedInviteMutationKeys = exports.inviteMutationKeys = exports.connectedAccountMutationKeys = exports.cryptoAddressMutationKeys = exports.phoneNumberMutationKeys = exports.emailMutationKeys = exports.appLevelMutationKeys = exports.appAchievementMutationKeys = exports.appStepMutationKeys = exports.orgLimitMutationKeys = exports.appLimitMutationKeys = exports.orgPermissionDefaultMutationKeys = exports.orgChartEdgeGrantMutationKeys = exports.orgChartEdgeMutationKeys = exports.orgGrantMutationKeys = exports.orgOwnerGrantMutationKeys = exports.orgAdminGrantMutationKeys = exports.orgMemberMutationKeys = exports.orgMembershipMutationKeys = exports.appGrantMutationKeys = exports.appOwnerGrantMutationKeys = exports.appAdminGrantMutationKeys = exports.databaseProvisionModuleMutationKeys = exports.storageModuleMutationKeys = exports.blueprintConstructionMutationKeys = exports.blueprintTemplateMutationKeys = exports.blueprintMutationKeys = exports.usersModuleMutationKeys = exports.userAuthModuleMutationKeys = exports.sessionsModuleMutationKeys = exports.secretsModuleMutationKeys = exports.profilesModuleMutationKeys = exports.phoneNumbersModuleMutationKeys = exports.permissionsModuleMutationKeys = exports.membershipsModuleMutationKeys = exports.membershipTypesModuleMutationKeys = exports.limitsModuleMutationKeys = exports.levelsModuleMutationKeys = void 0;
|
|
10
|
+
exports.mutationKeys = exports.customMutationKeys = exports.hierarchyModuleMutationKeys = exports.appMembershipMutationKeys = exports.astMigrationMutationKeys = exports.userMutationKeys = exports.sqlActionMutationKeys = exports.orgMembershipDefaultMutationKeys = exports.nodeTypeRegistryMutationKeys = exports.rlsModuleMutationKeys = exports.appMembershipDefaultMutationKeys = void 0;
|
|
11
11
|
// ============================================================================
|
|
12
12
|
// Mutation keys for tracking in-flight mutations
|
|
13
13
|
//
|
|
@@ -20,12 +20,6 @@ exports.mutationKeys = exports.customMutationKeys = exports.hierarchyModuleMutat
|
|
|
20
20
|
// ============================================================================
|
|
21
21
|
// Entity Mutation Keys
|
|
22
22
|
// ============================================================================
|
|
23
|
-
exports.getAllRecordMutationKeys = {
|
|
24
|
-
/** All getAllRecord mutation keys */ all: ['mutation', 'getallrecord'],
|
|
25
|
-
/** Create getAllRecord mutation key */ create: () => ['mutation', 'getallrecord', 'create'],
|
|
26
|
-
/** Update getAllRecord mutation key */ update: (id) => ['mutation', 'getallrecord', 'update', id],
|
|
27
|
-
/** Delete getAllRecord mutation key */ delete: (id) => ['mutation', 'getallrecord', 'delete', id],
|
|
28
|
-
};
|
|
29
23
|
exports.orgGetManagersRecordMutationKeys = {
|
|
30
24
|
/** All orgGetManagersRecord mutation keys */ all: ['mutation', 'orggetmanagersrecord'],
|
|
31
25
|
/** Create orgGetManagersRecord mutation key */ create: () => ['mutation', 'orggetmanagersrecord', 'create'],
|
|
@@ -41,6 +35,12 @@ exports.orgGetSubordinatesRecordMutationKeys = {
|
|
|
41
35
|
/** Update orgGetSubordinatesRecord mutation key */ update: (id) => ['mutation', 'orggetsubordinatesrecord', 'update', id],
|
|
42
36
|
/** Delete orgGetSubordinatesRecord mutation key */ delete: (id) => ['mutation', 'orggetsubordinatesrecord', 'delete', id],
|
|
43
37
|
};
|
|
38
|
+
exports.getAllRecordMutationKeys = {
|
|
39
|
+
/** All getAllRecord mutation keys */ all: ['mutation', 'getallrecord'],
|
|
40
|
+
/** Create getAllRecord mutation key */ create: () => ['mutation', 'getallrecord', 'create'],
|
|
41
|
+
/** Update getAllRecord mutation key */ update: (id) => ['mutation', 'getallrecord', 'update', id],
|
|
42
|
+
/** Delete getAllRecord mutation key */ delete: (id) => ['mutation', 'getallrecord', 'delete', id],
|
|
43
|
+
};
|
|
44
44
|
exports.objectMutationKeys = {
|
|
45
45
|
/** All object mutation keys */ all: ['mutation', 'object'],
|
|
46
46
|
/** Create object mutation key */ create: () => ['mutation', 'object', 'create'],
|
|
@@ -416,6 +416,21 @@ exports.blueprintTemplateMutationKeys = {
|
|
|
416
416
|
/** Update blueprintTemplate mutation key */ update: (id) => ['mutation', 'blueprinttemplate', 'update', id],
|
|
417
417
|
/** Delete blueprintTemplate mutation key */ delete: (id) => ['mutation', 'blueprinttemplate', 'delete', id],
|
|
418
418
|
};
|
|
419
|
+
exports.blueprintConstructionMutationKeys = {
|
|
420
|
+
/** All blueprintConstruction mutation keys */ all: [
|
|
421
|
+
'mutation',
|
|
422
|
+
'blueprintconstruction',
|
|
423
|
+
],
|
|
424
|
+
/** Create blueprintConstruction mutation key */ create: () => ['mutation', 'blueprintconstruction', 'create'],
|
|
425
|
+
/** Update blueprintConstruction mutation key */ update: (id) => ['mutation', 'blueprintconstruction', 'update', id],
|
|
426
|
+
/** Delete blueprintConstruction mutation key */ delete: (id) => ['mutation', 'blueprintconstruction', 'delete', id],
|
|
427
|
+
};
|
|
428
|
+
exports.storageModuleMutationKeys = {
|
|
429
|
+
/** All storageModule mutation keys */ all: ['mutation', 'storagemodule'],
|
|
430
|
+
/** Create storageModule mutation key */ create: () => ['mutation', 'storagemodule', 'create'],
|
|
431
|
+
/** Update storageModule mutation key */ update: (id) => ['mutation', 'storagemodule', 'update', id],
|
|
432
|
+
/** Delete storageModule mutation key */ delete: (id) => ['mutation', 'storagemodule', 'delete', id],
|
|
433
|
+
};
|
|
419
434
|
exports.databaseProvisionModuleMutationKeys = {
|
|
420
435
|
/** All databaseProvisionModule mutation keys */ all: [
|
|
421
436
|
'mutation',
|
|
@@ -599,12 +614,6 @@ exports.roleTypeMutationKeys = {
|
|
|
599
614
|
/** Update roleType mutation key */ update: (id) => ['mutation', 'roletype', 'update', id],
|
|
600
615
|
/** Delete roleType mutation key */ delete: (id) => ['mutation', 'roletype', 'delete', id],
|
|
601
616
|
};
|
|
602
|
-
exports.migrateFileMutationKeys = {
|
|
603
|
-
/** All migrateFile mutation keys */ all: ['mutation', 'migratefile'],
|
|
604
|
-
/** Create migrateFile mutation key */ create: () => ['mutation', 'migratefile', 'create'],
|
|
605
|
-
/** Update migrateFile mutation key */ update: (id) => ['mutation', 'migratefile', 'update', id],
|
|
606
|
-
/** Delete migrateFile mutation key */ delete: (id) => ['mutation', 'migratefile', 'delete', id],
|
|
607
|
-
};
|
|
608
617
|
exports.appLimitDefaultMutationKeys = {
|
|
609
618
|
/** All appLimitDefault mutation keys */ all: ['mutation', 'applimitdefault'],
|
|
610
619
|
/** Create appLimitDefault mutation key */ create: () => ['mutation', 'applimitdefault', 'create'],
|
|
@@ -617,6 +626,12 @@ exports.orgLimitDefaultMutationKeys = {
|
|
|
617
626
|
/** Update orgLimitDefault mutation key */ update: (id) => ['mutation', 'orglimitdefault', 'update', id],
|
|
618
627
|
/** Delete orgLimitDefault mutation key */ delete: (id) => ['mutation', 'orglimitdefault', 'delete', id],
|
|
619
628
|
};
|
|
629
|
+
exports.migrateFileMutationKeys = {
|
|
630
|
+
/** All migrateFile mutation keys */ all: ['mutation', 'migratefile'],
|
|
631
|
+
/** Create migrateFile mutation key */ create: () => ['mutation', 'migratefile', 'create'],
|
|
632
|
+
/** Update migrateFile mutation key */ update: (id) => ['mutation', 'migratefile', 'update', id],
|
|
633
|
+
/** Delete migrateFile mutation key */ delete: (id) => ['mutation', 'migratefile', 'delete', id],
|
|
634
|
+
};
|
|
620
635
|
exports.membershipTypeMutationKeys = {
|
|
621
636
|
/** All membershipType mutation keys */ all: ['mutation', 'membershiptype'],
|
|
622
637
|
/** Create membershipType mutation key */ create: () => ['mutation', 'membershiptype', 'create'],
|
|
@@ -735,24 +750,33 @@ exports.customMutationKeys = {
|
|
|
735
750
|
/** Mutation key for removeNodeAtPath */ removeNodeAtPath: (identifier) => identifier
|
|
736
751
|
? ['mutation', 'removeNodeAtPath', identifier]
|
|
737
752
|
: ['mutation', 'removeNodeAtPath'],
|
|
738
|
-
/** Mutation key for setDataAtPath */ setDataAtPath: (identifier) => identifier
|
|
739
|
-
? ['mutation', 'setDataAtPath', identifier]
|
|
740
|
-
: ['mutation', 'setDataAtPath'],
|
|
741
|
-
/** Mutation key for setPropsAndCommit */ setPropsAndCommit: (identifier) => identifier
|
|
742
|
-
? ['mutation', 'setPropsAndCommit', identifier]
|
|
743
|
-
: ['mutation', 'setPropsAndCommit'],
|
|
744
753
|
/** Mutation key for copyTemplateToBlueprint */ copyTemplateToBlueprint: (identifier) => identifier
|
|
745
754
|
? ['mutation', 'copyTemplateToBlueprint', identifier]
|
|
746
755
|
: ['mutation', 'copyTemplateToBlueprint'],
|
|
747
|
-
/** Mutation key for provisionDatabaseWithUser */ provisionDatabaseWithUser: (identifier) => identifier
|
|
748
|
-
? ['mutation', 'provisionDatabaseWithUser', identifier]
|
|
749
|
-
: ['mutation', 'provisionDatabaseWithUser'],
|
|
750
756
|
/** Mutation key for bootstrapUser */ bootstrapUser: (identifier) => identifier
|
|
751
757
|
? ['mutation', 'bootstrapUser', identifier]
|
|
752
758
|
: ['mutation', 'bootstrapUser'],
|
|
753
759
|
/** Mutation key for setFieldOrder */ setFieldOrder: (identifier) => identifier
|
|
754
760
|
? ['mutation', 'setFieldOrder', identifier]
|
|
755
761
|
: ['mutation', 'setFieldOrder'],
|
|
762
|
+
/** Mutation key for provisionUniqueConstraint */ provisionUniqueConstraint: (identifier) => identifier
|
|
763
|
+
? ['mutation', 'provisionUniqueConstraint', identifier]
|
|
764
|
+
: ['mutation', 'provisionUniqueConstraint'],
|
|
765
|
+
/** Mutation key for provisionFullTextSearch */ provisionFullTextSearch: (identifier) => identifier
|
|
766
|
+
? ['mutation', 'provisionFullTextSearch', identifier]
|
|
767
|
+
: ['mutation', 'provisionFullTextSearch'],
|
|
768
|
+
/** Mutation key for provisionIndex */ provisionIndex: (identifier) => identifier
|
|
769
|
+
? ['mutation', 'provisionIndex', identifier]
|
|
770
|
+
: ['mutation', 'provisionIndex'],
|
|
771
|
+
/** Mutation key for setDataAtPath */ setDataAtPath: (identifier) => identifier
|
|
772
|
+
? ['mutation', 'setDataAtPath', identifier]
|
|
773
|
+
: ['mutation', 'setDataAtPath'],
|
|
774
|
+
/** Mutation key for setPropsAndCommit */ setPropsAndCommit: (identifier) => identifier
|
|
775
|
+
? ['mutation', 'setPropsAndCommit', identifier]
|
|
776
|
+
: ['mutation', 'setPropsAndCommit'],
|
|
777
|
+
/** Mutation key for provisionDatabaseWithUser */ provisionDatabaseWithUser: (identifier) => identifier
|
|
778
|
+
? ['mutation', 'provisionDatabaseWithUser', identifier]
|
|
779
|
+
: ['mutation', 'provisionDatabaseWithUser'],
|
|
756
780
|
/** Mutation key for insertNodeAtPath */ insertNodeAtPath: (identifier) => identifier
|
|
757
781
|
? ['mutation', 'insertNodeAtPath', identifier]
|
|
758
782
|
: ['mutation', 'insertNodeAtPath'],
|
|
@@ -762,6 +786,9 @@ exports.customMutationKeys = {
|
|
|
762
786
|
/** Mutation key for setAndCommit */ setAndCommit: (identifier) => identifier
|
|
763
787
|
? ['mutation', 'setAndCommit', identifier]
|
|
764
788
|
: ['mutation', 'setAndCommit'],
|
|
789
|
+
/** Mutation key for provisionRelation */ provisionRelation: (identifier) => identifier
|
|
790
|
+
? ['mutation', 'provisionRelation', identifier]
|
|
791
|
+
: ['mutation', 'provisionRelation'],
|
|
765
792
|
/** Mutation key for applyRls */ applyRls: (identifier) => identifier
|
|
766
793
|
? ['mutation', 'applyRls', identifier]
|
|
767
794
|
: ['mutation', 'applyRls'],
|
|
@@ -779,6 +806,9 @@ exports.customMutationKeys = {
|
|
|
779
806
|
/** Mutation key for oneTimeToken */ oneTimeToken: (identifier) => identifier
|
|
780
807
|
? ['mutation', 'oneTimeToken', identifier]
|
|
781
808
|
: ['mutation', 'oneTimeToken'],
|
|
809
|
+
/** Mutation key for provisionTable */ provisionTable: (identifier) => identifier
|
|
810
|
+
? ['mutation', 'provisionTable', identifier]
|
|
811
|
+
: ['mutation', 'provisionTable'],
|
|
782
812
|
/** Mutation key for sendVerificationEmail */ sendVerificationEmail: (identifier) => identifier
|
|
783
813
|
? ['mutation', 'sendVerificationEmail', identifier]
|
|
784
814
|
: ['mutation', 'sendVerificationEmail'],
|
|
@@ -815,9 +845,9 @@ exports.customMutationKeys = {
|
|
|
815
845
|
* ```
|
|
816
846
|
*/
|
|
817
847
|
exports.mutationKeys = {
|
|
818
|
-
getAllRecord: exports.getAllRecordMutationKeys,
|
|
819
848
|
orgGetManagersRecord: exports.orgGetManagersRecordMutationKeys,
|
|
820
849
|
orgGetSubordinatesRecord: exports.orgGetSubordinatesRecordMutationKeys,
|
|
850
|
+
getAllRecord: exports.getAllRecordMutationKeys,
|
|
821
851
|
object: exports.objectMutationKeys,
|
|
822
852
|
appPermission: exports.appPermissionMutationKeys,
|
|
823
853
|
orgPermission: exports.orgPermissionMutationKeys,
|
|
@@ -878,6 +908,8 @@ exports.mutationKeys = {
|
|
|
878
908
|
usersModule: exports.usersModuleMutationKeys,
|
|
879
909
|
blueprint: exports.blueprintMutationKeys,
|
|
880
910
|
blueprintTemplate: exports.blueprintTemplateMutationKeys,
|
|
911
|
+
blueprintConstruction: exports.blueprintConstructionMutationKeys,
|
|
912
|
+
storageModule: exports.storageModuleMutationKeys,
|
|
881
913
|
databaseProvisionModule: exports.databaseProvisionModuleMutationKeys,
|
|
882
914
|
appAdminGrant: exports.appAdminGrantMutationKeys,
|
|
883
915
|
appOwnerGrant: exports.appOwnerGrantMutationKeys,
|
|
@@ -908,9 +940,9 @@ exports.mutationKeys = {
|
|
|
908
940
|
store: exports.storeMutationKeys,
|
|
909
941
|
appPermissionDefault: exports.appPermissionDefaultMutationKeys,
|
|
910
942
|
roleType: exports.roleTypeMutationKeys,
|
|
911
|
-
migrateFile: exports.migrateFileMutationKeys,
|
|
912
943
|
appLimitDefault: exports.appLimitDefaultMutationKeys,
|
|
913
944
|
orgLimitDefault: exports.orgLimitDefaultMutationKeys,
|
|
945
|
+
migrateFile: exports.migrateFileMutationKeys,
|
|
914
946
|
membershipType: exports.membershipTypeMutationKeys,
|
|
915
947
|
commit: exports.commitMutationKeys,
|
|
916
948
|
appMembershipDefault: exports.appMembershipDefaultMutationKeys,
|
|
@@ -3,9 +3,9 @@
|
|
|
3
3
|
* @generated by @constructive-io/graphql-codegen
|
|
4
4
|
* DO NOT EDIT - changes will be overwritten
|
|
5
5
|
*/
|
|
6
|
-
export * from './useCreateGetAllRecordMutation';
|
|
7
6
|
export * from './useCreateOrgGetManagersRecordMutation';
|
|
8
7
|
export * from './useCreateOrgGetSubordinatesRecordMutation';
|
|
8
|
+
export * from './useCreateGetAllRecordMutation';
|
|
9
9
|
export * from './useCreateObjectMutation';
|
|
10
10
|
export * from './useUpdateObjectMutation';
|
|
11
11
|
export * from './useDeleteObjectMutation';
|
|
@@ -186,6 +186,12 @@ export * from './useDeleteBlueprintMutation';
|
|
|
186
186
|
export * from './useCreateBlueprintTemplateMutation';
|
|
187
187
|
export * from './useUpdateBlueprintTemplateMutation';
|
|
188
188
|
export * from './useDeleteBlueprintTemplateMutation';
|
|
189
|
+
export * from './useCreateBlueprintConstructionMutation';
|
|
190
|
+
export * from './useUpdateBlueprintConstructionMutation';
|
|
191
|
+
export * from './useDeleteBlueprintConstructionMutation';
|
|
192
|
+
export * from './useCreateStorageModuleMutation';
|
|
193
|
+
export * from './useUpdateStorageModuleMutation';
|
|
194
|
+
export * from './useDeleteStorageModuleMutation';
|
|
189
195
|
export * from './useCreateDatabaseProvisionModuleMutation';
|
|
190
196
|
export * from './useUpdateDatabaseProvisionModuleMutation';
|
|
191
197
|
export * from './useDeleteDatabaseProvisionModuleMutation';
|
|
@@ -276,13 +282,13 @@ export * from './useDeleteAppPermissionDefaultMutation';
|
|
|
276
282
|
export * from './useCreateRoleTypeMutation';
|
|
277
283
|
export * from './useUpdateRoleTypeMutation';
|
|
278
284
|
export * from './useDeleteRoleTypeMutation';
|
|
279
|
-
export * from './useCreateMigrateFileMutation';
|
|
280
285
|
export * from './useCreateAppLimitDefaultMutation';
|
|
281
286
|
export * from './useUpdateAppLimitDefaultMutation';
|
|
282
287
|
export * from './useDeleteAppLimitDefaultMutation';
|
|
283
288
|
export * from './useCreateOrgLimitDefaultMutation';
|
|
284
289
|
export * from './useUpdateOrgLimitDefaultMutation';
|
|
285
290
|
export * from './useDeleteOrgLimitDefaultMutation';
|
|
291
|
+
export * from './useCreateMigrateFileMutation';
|
|
286
292
|
export * from './useCreateMembershipTypeMutation';
|
|
287
293
|
export * from './useUpdateMembershipTypeMutation';
|
|
288
294
|
export * from './useDeleteMembershipTypeMutation';
|
|
@@ -328,15 +334,19 @@ export * from './useInitEmptyRepoMutation';
|
|
|
328
334
|
export * from './useConstructBlueprintMutation';
|
|
329
335
|
export * from './useResetPasswordMutation';
|
|
330
336
|
export * from './useRemoveNodeAtPathMutation';
|
|
331
|
-
export * from './useSetDataAtPathMutation';
|
|
332
|
-
export * from './useSetPropsAndCommitMutation';
|
|
333
337
|
export * from './useCopyTemplateToBlueprintMutation';
|
|
334
|
-
export * from './useProvisionDatabaseWithUserMutation';
|
|
335
338
|
export * from './useBootstrapUserMutation';
|
|
336
339
|
export * from './useSetFieldOrderMutation';
|
|
340
|
+
export * from './useProvisionUniqueConstraintMutation';
|
|
341
|
+
export * from './useProvisionFullTextSearchMutation';
|
|
342
|
+
export * from './useProvisionIndexMutation';
|
|
343
|
+
export * from './useSetDataAtPathMutation';
|
|
344
|
+
export * from './useSetPropsAndCommitMutation';
|
|
345
|
+
export * from './useProvisionDatabaseWithUserMutation';
|
|
337
346
|
export * from './useInsertNodeAtPathMutation';
|
|
338
347
|
export * from './useUpdateNodeAtPathMutation';
|
|
339
348
|
export * from './useSetAndCommitMutation';
|
|
349
|
+
export * from './useProvisionRelationMutation';
|
|
340
350
|
export * from './useApplyRlsMutation';
|
|
341
351
|
export * from './useSignInOneTimeTokenMutation';
|
|
342
352
|
export * from './useCreateUserDatabaseMutation';
|
|
@@ -344,6 +354,7 @@ export * from './useExtendTokenExpiresMutation';
|
|
|
344
354
|
export * from './useSignInMutation';
|
|
345
355
|
export * from './useSignUpMutation';
|
|
346
356
|
export * from './useOneTimeTokenMutation';
|
|
357
|
+
export * from './useProvisionTableMutation';
|
|
347
358
|
export * from './useSendVerificationEmailMutation';
|
|
348
359
|
export * from './useForgotPasswordMutation';
|
|
349
360
|
export * from './useVerifyPasswordMutation';
|
|
@@ -19,9 +19,9 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
19
19
|
* @generated by @constructive-io/graphql-codegen
|
|
20
20
|
* DO NOT EDIT - changes will be overwritten
|
|
21
21
|
*/
|
|
22
|
-
__exportStar(require("./useCreateGetAllRecordMutation"), exports);
|
|
23
22
|
__exportStar(require("./useCreateOrgGetManagersRecordMutation"), exports);
|
|
24
23
|
__exportStar(require("./useCreateOrgGetSubordinatesRecordMutation"), exports);
|
|
24
|
+
__exportStar(require("./useCreateGetAllRecordMutation"), exports);
|
|
25
25
|
__exportStar(require("./useCreateObjectMutation"), exports);
|
|
26
26
|
__exportStar(require("./useUpdateObjectMutation"), exports);
|
|
27
27
|
__exportStar(require("./useDeleteObjectMutation"), exports);
|
|
@@ -202,6 +202,12 @@ __exportStar(require("./useDeleteBlueprintMutation"), exports);
|
|
|
202
202
|
__exportStar(require("./useCreateBlueprintTemplateMutation"), exports);
|
|
203
203
|
__exportStar(require("./useUpdateBlueprintTemplateMutation"), exports);
|
|
204
204
|
__exportStar(require("./useDeleteBlueprintTemplateMutation"), exports);
|
|
205
|
+
__exportStar(require("./useCreateBlueprintConstructionMutation"), exports);
|
|
206
|
+
__exportStar(require("./useUpdateBlueprintConstructionMutation"), exports);
|
|
207
|
+
__exportStar(require("./useDeleteBlueprintConstructionMutation"), exports);
|
|
208
|
+
__exportStar(require("./useCreateStorageModuleMutation"), exports);
|
|
209
|
+
__exportStar(require("./useUpdateStorageModuleMutation"), exports);
|
|
210
|
+
__exportStar(require("./useDeleteStorageModuleMutation"), exports);
|
|
205
211
|
__exportStar(require("./useCreateDatabaseProvisionModuleMutation"), exports);
|
|
206
212
|
__exportStar(require("./useUpdateDatabaseProvisionModuleMutation"), exports);
|
|
207
213
|
__exportStar(require("./useDeleteDatabaseProvisionModuleMutation"), exports);
|
|
@@ -292,13 +298,13 @@ __exportStar(require("./useDeleteAppPermissionDefaultMutation"), exports);
|
|
|
292
298
|
__exportStar(require("./useCreateRoleTypeMutation"), exports);
|
|
293
299
|
__exportStar(require("./useUpdateRoleTypeMutation"), exports);
|
|
294
300
|
__exportStar(require("./useDeleteRoleTypeMutation"), exports);
|
|
295
|
-
__exportStar(require("./useCreateMigrateFileMutation"), exports);
|
|
296
301
|
__exportStar(require("./useCreateAppLimitDefaultMutation"), exports);
|
|
297
302
|
__exportStar(require("./useUpdateAppLimitDefaultMutation"), exports);
|
|
298
303
|
__exportStar(require("./useDeleteAppLimitDefaultMutation"), exports);
|
|
299
304
|
__exportStar(require("./useCreateOrgLimitDefaultMutation"), exports);
|
|
300
305
|
__exportStar(require("./useUpdateOrgLimitDefaultMutation"), exports);
|
|
301
306
|
__exportStar(require("./useDeleteOrgLimitDefaultMutation"), exports);
|
|
307
|
+
__exportStar(require("./useCreateMigrateFileMutation"), exports);
|
|
302
308
|
__exportStar(require("./useCreateMembershipTypeMutation"), exports);
|
|
303
309
|
__exportStar(require("./useUpdateMembershipTypeMutation"), exports);
|
|
304
310
|
__exportStar(require("./useDeleteMembershipTypeMutation"), exports);
|
|
@@ -344,15 +350,19 @@ __exportStar(require("./useInitEmptyRepoMutation"), exports);
|
|
|
344
350
|
__exportStar(require("./useConstructBlueprintMutation"), exports);
|
|
345
351
|
__exportStar(require("./useResetPasswordMutation"), exports);
|
|
346
352
|
__exportStar(require("./useRemoveNodeAtPathMutation"), exports);
|
|
347
|
-
__exportStar(require("./useSetDataAtPathMutation"), exports);
|
|
348
|
-
__exportStar(require("./useSetPropsAndCommitMutation"), exports);
|
|
349
353
|
__exportStar(require("./useCopyTemplateToBlueprintMutation"), exports);
|
|
350
|
-
__exportStar(require("./useProvisionDatabaseWithUserMutation"), exports);
|
|
351
354
|
__exportStar(require("./useBootstrapUserMutation"), exports);
|
|
352
355
|
__exportStar(require("./useSetFieldOrderMutation"), exports);
|
|
356
|
+
__exportStar(require("./useProvisionUniqueConstraintMutation"), exports);
|
|
357
|
+
__exportStar(require("./useProvisionFullTextSearchMutation"), exports);
|
|
358
|
+
__exportStar(require("./useProvisionIndexMutation"), exports);
|
|
359
|
+
__exportStar(require("./useSetDataAtPathMutation"), exports);
|
|
360
|
+
__exportStar(require("./useSetPropsAndCommitMutation"), exports);
|
|
361
|
+
__exportStar(require("./useProvisionDatabaseWithUserMutation"), exports);
|
|
353
362
|
__exportStar(require("./useInsertNodeAtPathMutation"), exports);
|
|
354
363
|
__exportStar(require("./useUpdateNodeAtPathMutation"), exports);
|
|
355
364
|
__exportStar(require("./useSetAndCommitMutation"), exports);
|
|
365
|
+
__exportStar(require("./useProvisionRelationMutation"), exports);
|
|
356
366
|
__exportStar(require("./useApplyRlsMutation"), exports);
|
|
357
367
|
__exportStar(require("./useSignInOneTimeTokenMutation"), exports);
|
|
358
368
|
__exportStar(require("./useCreateUserDatabaseMutation"), exports);
|
|
@@ -360,6 +370,7 @@ __exportStar(require("./useExtendTokenExpiresMutation"), exports);
|
|
|
360
370
|
__exportStar(require("./useSignInMutation"), exports);
|
|
361
371
|
__exportStar(require("./useSignUpMutation"), exports);
|
|
362
372
|
__exportStar(require("./useOneTimeTokenMutation"), exports);
|
|
373
|
+
__exportStar(require("./useProvisionTableMutation"), exports);
|
|
363
374
|
__exportStar(require("./useSendVerificationEmailMutation"), exports);
|
|
364
375
|
__exportStar(require("./useForgotPasswordMutation"), exports);
|
|
365
376
|
__exportStar(require("./useVerifyPasswordMutation"), exports);
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Tracks individual construction attempts of a blueprint. Each time construct_blueprint() is called, a new record is created here. This separates the editable blueprint definition from its build history, allowing blueprints to be re-executed, constructed into multiple databases, and maintain an audit trail of all construction attempts.
|
|
3
|
+
* @generated by @constructive-io/graphql-codegen
|
|
4
|
+
* DO NOT EDIT - changes will be overwritten
|
|
5
|
+
*/
|
|
6
|
+
import type { UseMutationOptions, UseMutationResult } from '@tanstack/react-query';
|
|
7
|
+
import type { BlueprintConstructionSelect, BlueprintConstructionWithRelations, CreateBlueprintConstructionInput } from '../../orm/input-types';
|
|
8
|
+
import type { InferSelectResult, HookStrictSelect } from '../../orm/select-types';
|
|
9
|
+
export type { BlueprintConstructionSelect, BlueprintConstructionWithRelations, CreateBlueprintConstructionInput, } from '../../orm/input-types';
|
|
10
|
+
/**
|
|
11
|
+
* Tracks individual construction attempts of a blueprint. Each time construct_blueprint() is called, a new record is created here. This separates the editable blueprint definition from its build history, allowing blueprints to be re-executed, constructed into multiple databases, and maintain an audit trail of all construction attempts.
|
|
12
|
+
*
|
|
13
|
+
* @example
|
|
14
|
+
* ```tsx
|
|
15
|
+
* const { mutate, isPending } = useCreateBlueprintConstructionMutation({
|
|
16
|
+
* selection: { fields: { id: true, name: true } },
|
|
17
|
+
* });
|
|
18
|
+
*
|
|
19
|
+
* mutate({ name: 'New item' });
|
|
20
|
+
* ```
|
|
21
|
+
*/
|
|
22
|
+
export declare function useCreateBlueprintConstructionMutation<S extends BlueprintConstructionSelect>(params: {
|
|
23
|
+
selection: {
|
|
24
|
+
fields: S & BlueprintConstructionSelect;
|
|
25
|
+
} & HookStrictSelect<NoInfer<S>, BlueprintConstructionSelect>;
|
|
26
|
+
} & Omit<UseMutationOptions<{
|
|
27
|
+
createBlueprintConstruction: {
|
|
28
|
+
blueprintConstruction: InferSelectResult<BlueprintConstructionWithRelations, S>;
|
|
29
|
+
};
|
|
30
|
+
}, Error, CreateBlueprintConstructionInput['blueprintConstruction']>, 'mutationFn'>): UseMutationResult<{
|
|
31
|
+
createBlueprintConstruction: {
|
|
32
|
+
blueprintConstruction: InferSelectResult<BlueprintConstructionWithRelations, S>;
|
|
33
|
+
};
|
|
34
|
+
}, Error, CreateBlueprintConstructionInput['blueprintConstruction']>;
|