@constructive-io/sdk 0.20.8 → 0.20.9
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/orm/index.d.ts +0 -10
- package/esm/public/orm/input-types.d.ts +0 -22
- package/esm/public/orm/mutation/index.d.ts +1 -17
- package/esm/public/orm/mutation/index.js +0 -24
- package/package.json +2 -2
- package/public/orm/index.d.ts +0 -10
- package/public/orm/input-types.d.ts +0 -22
- package/public/orm/mutation/index.d.ts +1 -17
- package/public/orm/mutation/index.js +0 -24
|
@@ -569,16 +569,6 @@ export declare function createClient(config: OrmClientConfig): {
|
|
|
569
569
|
} & import("./select-types").StrictSelect<S, import("./input-types").SetFieldOrderPayloadSelect>) => import("./query-builder").QueryBuilder<{
|
|
570
570
|
setFieldOrder: import("./select-types").InferSelectResult<import("./input-types").SetFieldOrderPayload, S> | null;
|
|
571
571
|
}>;
|
|
572
|
-
appendFieldSmartTags: <S extends import("./input-types").AppendFieldSmartTagsPayloadSelect>(args: import("./mutation").AppendFieldSmartTagsVariables, options: {
|
|
573
|
-
select: S;
|
|
574
|
-
} & import("./select-types").StrictSelect<S, import("./input-types").AppendFieldSmartTagsPayloadSelect>) => import("./query-builder").QueryBuilder<{
|
|
575
|
-
appendFieldSmartTags: import("./select-types").InferSelectResult<import("./input-types").AppendFieldSmartTagsPayload, S> | null;
|
|
576
|
-
}>;
|
|
577
|
-
appendTableSmartTags: <S extends import("./input-types").AppendTableSmartTagsPayloadSelect>(args: import("./mutation").AppendTableSmartTagsVariables, options: {
|
|
578
|
-
select: S;
|
|
579
|
-
} & import("./select-types").StrictSelect<S, import("./input-types").AppendTableSmartTagsPayloadSelect>) => import("./query-builder").QueryBuilder<{
|
|
580
|
-
appendTableSmartTags: import("./select-types").InferSelectResult<import("./input-types").AppendTableSmartTagsPayload, S> | null;
|
|
581
|
-
}>;
|
|
582
572
|
provisionUniqueConstraint: <S extends import("./input-types").ProvisionUniqueConstraintPayloadSelect>(args: import("./mutation").ProvisionUniqueConstraintVariables, options: {
|
|
583
573
|
select: S;
|
|
584
574
|
} & import("./select-types").StrictSelect<S, import("./input-types").ProvisionUniqueConstraintPayloadSelect>) => import("./query-builder").QueryBuilder<{
|
|
@@ -19201,16 +19201,6 @@ export interface SetFieldOrderInput {
|
|
|
19201
19201
|
clientMutationId?: string;
|
|
19202
19202
|
fieldIds?: string[];
|
|
19203
19203
|
}
|
|
19204
|
-
export interface AppendFieldSmartTagsInput {
|
|
19205
|
-
clientMutationId?: string;
|
|
19206
|
-
pFieldId?: string;
|
|
19207
|
-
pTags?: Record<string, unknown>;
|
|
19208
|
-
}
|
|
19209
|
-
export interface AppendTableSmartTagsInput {
|
|
19210
|
-
clientMutationId?: string;
|
|
19211
|
-
pTableId?: string;
|
|
19212
|
-
pTags?: Record<string, unknown>;
|
|
19213
|
-
}
|
|
19214
19204
|
export interface ProvisionUniqueConstraintInput {
|
|
19215
19205
|
clientMutationId?: string;
|
|
19216
19206
|
databaseId?: string;
|
|
@@ -27722,18 +27712,6 @@ export interface SetFieldOrderPayload {
|
|
|
27722
27712
|
export type SetFieldOrderPayloadSelect = {
|
|
27723
27713
|
clientMutationId?: boolean;
|
|
27724
27714
|
};
|
|
27725
|
-
export interface AppendFieldSmartTagsPayload {
|
|
27726
|
-
clientMutationId?: string | null;
|
|
27727
|
-
}
|
|
27728
|
-
export type AppendFieldSmartTagsPayloadSelect = {
|
|
27729
|
-
clientMutationId?: boolean;
|
|
27730
|
-
};
|
|
27731
|
-
export interface AppendTableSmartTagsPayload {
|
|
27732
|
-
clientMutationId?: string | null;
|
|
27733
|
-
}
|
|
27734
|
-
export type AppendTableSmartTagsPayloadSelect = {
|
|
27735
|
-
clientMutationId?: boolean;
|
|
27736
|
-
};
|
|
27737
27715
|
export interface ProvisionUniqueConstraintPayload {
|
|
27738
27716
|
clientMutationId?: string | null;
|
|
27739
27717
|
}
|
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
import { OrmClient } from '../client';
|
|
7
7
|
import { QueryBuilder } from '../query-builder';
|
|
8
8
|
import type { InferSelectResult, StrictSelect } from '../select-types';
|
|
9
|
-
import type { SendAccountDeletionEmailInput, SignOutInput, AcceptDatabaseTransferInput, CancelDatabaseTransferInput, RejectDatabaseTransferInput, DisconnectAccountInput, RevokeApiKeyInput, RevokeSessionInput, VerifyPasswordInput, VerifyTotpInput, SubmitAppInviteCodeInput, SubmitOrgInviteCodeInput, CheckPasswordInput, ConfirmDeleteAccountInput, SetPasswordInput, VerifyEmailInput, FreezeObjectsInput, InitEmptyRepoInput, ConstructBlueprintInput, ProvisionNewUserInput, ResetPasswordInput, RemoveNodeAtPathInput, CopyTemplateToBlueprintInput, ProvisionSpatialRelationInput, BootstrapUserInput, SetFieldOrderInput,
|
|
9
|
+
import type { SendAccountDeletionEmailInput, SignOutInput, AcceptDatabaseTransferInput, CancelDatabaseTransferInput, RejectDatabaseTransferInput, DisconnectAccountInput, RevokeApiKeyInput, RevokeSessionInput, VerifyPasswordInput, VerifyTotpInput, SubmitAppInviteCodeInput, SubmitOrgInviteCodeInput, CheckPasswordInput, ConfirmDeleteAccountInput, SetPasswordInput, VerifyEmailInput, FreezeObjectsInput, InitEmptyRepoInput, ConstructBlueprintInput, ProvisionNewUserInput, ResetPasswordInput, RemoveNodeAtPathInput, CopyTemplateToBlueprintInput, ProvisionSpatialRelationInput, BootstrapUserInput, SetFieldOrderInput, ProvisionUniqueConstraintInput, ProvisionFullTextSearchInput, ProvisionIndexInput, SetDataAtPathInput, SetPropsAndCommitInput, ProvisionDatabaseWithUserInput, InsertNodeAtPathInput, UpdateNodeAtPathInput, SetAndCommitInput, ProvisionRelationInput, ApplyRlsInput, SignInCrossOriginInput, CreateUserDatabaseInput, ExtendTokenExpiresInput, CreateApiKeyInput, SendVerificationEmailInput, ForgotPasswordInput, SignUpInput, RequestCrossOriginTokenInput, SignInInput, ProvisionTableInput, ProvisionBucketInput, SendAccountDeletionEmailPayload, SignOutPayload, AcceptDatabaseTransferPayload, CancelDatabaseTransferPayload, RejectDatabaseTransferPayload, DisconnectAccountPayload, RevokeApiKeyPayload, RevokeSessionPayload, VerifyPasswordPayload, VerifyTotpPayload, SubmitAppInviteCodePayload, SubmitOrgInviteCodePayload, CheckPasswordPayload, ConfirmDeleteAccountPayload, SetPasswordPayload, VerifyEmailPayload, FreezeObjectsPayload, InitEmptyRepoPayload, ConstructBlueprintPayload, ProvisionNewUserPayload, ResetPasswordPayload, RemoveNodeAtPathPayload, CopyTemplateToBlueprintPayload, ProvisionSpatialRelationPayload, BootstrapUserPayload, SetFieldOrderPayload, ProvisionUniqueConstraintPayload, ProvisionFullTextSearchPayload, ProvisionIndexPayload, SetDataAtPathPayload, SetPropsAndCommitPayload, ProvisionDatabaseWithUserPayload, InsertNodeAtPathPayload, UpdateNodeAtPathPayload, SetAndCommitPayload, ProvisionRelationPayload, ApplyRlsPayload, SignInCrossOriginPayload, CreateUserDatabasePayload, ExtendTokenExpiresPayload, CreateApiKeyPayload, SendVerificationEmailPayload, ForgotPasswordPayload, SignUpPayload, RequestCrossOriginTokenPayload, SignInPayload, ProvisionTablePayload, ProvisionBucketPayload, SendAccountDeletionEmailPayloadSelect, SignOutPayloadSelect, AcceptDatabaseTransferPayloadSelect, CancelDatabaseTransferPayloadSelect, RejectDatabaseTransferPayloadSelect, DisconnectAccountPayloadSelect, RevokeApiKeyPayloadSelect, RevokeSessionPayloadSelect, VerifyPasswordPayloadSelect, VerifyTotpPayloadSelect, SubmitAppInviteCodePayloadSelect, SubmitOrgInviteCodePayloadSelect, CheckPasswordPayloadSelect, ConfirmDeleteAccountPayloadSelect, SetPasswordPayloadSelect, VerifyEmailPayloadSelect, FreezeObjectsPayloadSelect, InitEmptyRepoPayloadSelect, ConstructBlueprintPayloadSelect, ProvisionNewUserPayloadSelect, ResetPasswordPayloadSelect, RemoveNodeAtPathPayloadSelect, CopyTemplateToBlueprintPayloadSelect, ProvisionSpatialRelationPayloadSelect, BootstrapUserPayloadSelect, SetFieldOrderPayloadSelect, ProvisionUniqueConstraintPayloadSelect, ProvisionFullTextSearchPayloadSelect, ProvisionIndexPayloadSelect, SetDataAtPathPayloadSelect, SetPropsAndCommitPayloadSelect, ProvisionDatabaseWithUserPayloadSelect, InsertNodeAtPathPayloadSelect, UpdateNodeAtPathPayloadSelect, SetAndCommitPayloadSelect, ProvisionRelationPayloadSelect, ApplyRlsPayloadSelect, SignInCrossOriginPayloadSelect, CreateUserDatabasePayloadSelect, ExtendTokenExpiresPayloadSelect, CreateApiKeyPayloadSelect, SendVerificationEmailPayloadSelect, ForgotPasswordPayloadSelect, SignUpPayloadSelect, RequestCrossOriginTokenPayloadSelect, SignInPayloadSelect, ProvisionTablePayloadSelect, ProvisionBucketPayloadSelect } from '../input-types';
|
|
10
10
|
export interface SendAccountDeletionEmailVariables {
|
|
11
11
|
input: SendAccountDeletionEmailInput;
|
|
12
12
|
}
|
|
@@ -97,12 +97,6 @@ export interface BootstrapUserVariables {
|
|
|
97
97
|
export interface SetFieldOrderVariables {
|
|
98
98
|
input: SetFieldOrderInput;
|
|
99
99
|
}
|
|
100
|
-
export interface AppendFieldSmartTagsVariables {
|
|
101
|
-
input: AppendFieldSmartTagsInput;
|
|
102
|
-
}
|
|
103
|
-
export interface AppendTableSmartTagsVariables {
|
|
104
|
-
input: AppendTableSmartTagsInput;
|
|
105
|
-
}
|
|
106
100
|
/**
|
|
107
101
|
* Variables for provisionUniqueConstraint
|
|
108
102
|
* Creates a unique constraint on a table. Accepts a jsonb definition with columns (array of field names). Graceful: skips if the exact same unique constraint already exists.
|
|
@@ -346,16 +340,6 @@ export declare function createMutationOperations(client: OrmClient): {
|
|
|
346
340
|
} & StrictSelect<S, SetFieldOrderPayloadSelect>) => QueryBuilder<{
|
|
347
341
|
setFieldOrder: InferSelectResult<SetFieldOrderPayload, S> | null;
|
|
348
342
|
}>;
|
|
349
|
-
appendFieldSmartTags: <S extends AppendFieldSmartTagsPayloadSelect>(args: AppendFieldSmartTagsVariables, options: {
|
|
350
|
-
select: S;
|
|
351
|
-
} & StrictSelect<S, AppendFieldSmartTagsPayloadSelect>) => QueryBuilder<{
|
|
352
|
-
appendFieldSmartTags: InferSelectResult<AppendFieldSmartTagsPayload, S> | null;
|
|
353
|
-
}>;
|
|
354
|
-
appendTableSmartTags: <S extends AppendTableSmartTagsPayloadSelect>(args: AppendTableSmartTagsVariables, options: {
|
|
355
|
-
select: S;
|
|
356
|
-
} & StrictSelect<S, AppendTableSmartTagsPayloadSelect>) => QueryBuilder<{
|
|
357
|
-
appendTableSmartTags: InferSelectResult<AppendTableSmartTagsPayload, S> | null;
|
|
358
|
-
}>;
|
|
359
343
|
provisionUniqueConstraint: <S extends ProvisionUniqueConstraintPayloadSelect>(args: ProvisionUniqueConstraintVariables, options: {
|
|
360
344
|
select: S;
|
|
361
345
|
} & StrictSelect<S, ProvisionUniqueConstraintPayloadSelect>) => QueryBuilder<{
|
|
@@ -314,30 +314,6 @@ export function createMutationOperations(client) {
|
|
|
314
314
|
},
|
|
315
315
|
], connectionFieldsMap, 'SetFieldOrderPayload'),
|
|
316
316
|
}),
|
|
317
|
-
appendFieldSmartTags: (args, options) => new QueryBuilder({
|
|
318
|
-
client,
|
|
319
|
-
operation: 'mutation',
|
|
320
|
-
operationName: 'AppendFieldSmartTags',
|
|
321
|
-
fieldName: 'appendFieldSmartTags',
|
|
322
|
-
...buildCustomDocument('mutation', 'AppendFieldSmartTags', 'appendFieldSmartTags', options.select, args, [
|
|
323
|
-
{
|
|
324
|
-
name: 'input',
|
|
325
|
-
type: 'AppendFieldSmartTagsInput!',
|
|
326
|
-
},
|
|
327
|
-
], connectionFieldsMap, 'AppendFieldSmartTagsPayload'),
|
|
328
|
-
}),
|
|
329
|
-
appendTableSmartTags: (args, options) => new QueryBuilder({
|
|
330
|
-
client,
|
|
331
|
-
operation: 'mutation',
|
|
332
|
-
operationName: 'AppendTableSmartTags',
|
|
333
|
-
fieldName: 'appendTableSmartTags',
|
|
334
|
-
...buildCustomDocument('mutation', 'AppendTableSmartTags', 'appendTableSmartTags', options.select, args, [
|
|
335
|
-
{
|
|
336
|
-
name: 'input',
|
|
337
|
-
type: 'AppendTableSmartTagsInput!',
|
|
338
|
-
},
|
|
339
|
-
], connectionFieldsMap, 'AppendTableSmartTagsPayload'),
|
|
340
|
-
}),
|
|
341
317
|
provisionUniqueConstraint: (args, options) => new QueryBuilder({
|
|
342
318
|
client,
|
|
343
319
|
operation: 'mutation',
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@constructive-io/sdk",
|
|
3
|
-
"version": "0.20.
|
|
3
|
+
"version": "0.20.9",
|
|
4
4
|
"author": "Constructive <developers@constructive.io>",
|
|
5
5
|
"description": "Constructive SDK - Auto-generated GraphQL types and ORM client",
|
|
6
6
|
"main": "index.js",
|
|
@@ -54,5 +54,5 @@
|
|
|
54
54
|
"tsx": "^4.19.0",
|
|
55
55
|
"typescript": "^5.9.3"
|
|
56
56
|
},
|
|
57
|
-
"gitHead": "
|
|
57
|
+
"gitHead": "b54aef52c81be35a53e771003939d447aa34ba35"
|
|
58
58
|
}
|
package/public/orm/index.d.ts
CHANGED
|
@@ -569,16 +569,6 @@ export declare function createClient(config: OrmClientConfig): {
|
|
|
569
569
|
} & import("./select-types").StrictSelect<S, import("./input-types").SetFieldOrderPayloadSelect>) => import("./query-builder").QueryBuilder<{
|
|
570
570
|
setFieldOrder: import("./select-types").InferSelectResult<import("./input-types").SetFieldOrderPayload, S> | null;
|
|
571
571
|
}>;
|
|
572
|
-
appendFieldSmartTags: <S extends import("./input-types").AppendFieldSmartTagsPayloadSelect>(args: import("./mutation").AppendFieldSmartTagsVariables, options: {
|
|
573
|
-
select: S;
|
|
574
|
-
} & import("./select-types").StrictSelect<S, import("./input-types").AppendFieldSmartTagsPayloadSelect>) => import("./query-builder").QueryBuilder<{
|
|
575
|
-
appendFieldSmartTags: import("./select-types").InferSelectResult<import("./input-types").AppendFieldSmartTagsPayload, S> | null;
|
|
576
|
-
}>;
|
|
577
|
-
appendTableSmartTags: <S extends import("./input-types").AppendTableSmartTagsPayloadSelect>(args: import("./mutation").AppendTableSmartTagsVariables, options: {
|
|
578
|
-
select: S;
|
|
579
|
-
} & import("./select-types").StrictSelect<S, import("./input-types").AppendTableSmartTagsPayloadSelect>) => import("./query-builder").QueryBuilder<{
|
|
580
|
-
appendTableSmartTags: import("./select-types").InferSelectResult<import("./input-types").AppendTableSmartTagsPayload, S> | null;
|
|
581
|
-
}>;
|
|
582
572
|
provisionUniqueConstraint: <S extends import("./input-types").ProvisionUniqueConstraintPayloadSelect>(args: import("./mutation").ProvisionUniqueConstraintVariables, options: {
|
|
583
573
|
select: S;
|
|
584
574
|
} & import("./select-types").StrictSelect<S, import("./input-types").ProvisionUniqueConstraintPayloadSelect>) => import("./query-builder").QueryBuilder<{
|
|
@@ -19201,16 +19201,6 @@ export interface SetFieldOrderInput {
|
|
|
19201
19201
|
clientMutationId?: string;
|
|
19202
19202
|
fieldIds?: string[];
|
|
19203
19203
|
}
|
|
19204
|
-
export interface AppendFieldSmartTagsInput {
|
|
19205
|
-
clientMutationId?: string;
|
|
19206
|
-
pFieldId?: string;
|
|
19207
|
-
pTags?: Record<string, unknown>;
|
|
19208
|
-
}
|
|
19209
|
-
export interface AppendTableSmartTagsInput {
|
|
19210
|
-
clientMutationId?: string;
|
|
19211
|
-
pTableId?: string;
|
|
19212
|
-
pTags?: Record<string, unknown>;
|
|
19213
|
-
}
|
|
19214
19204
|
export interface ProvisionUniqueConstraintInput {
|
|
19215
19205
|
clientMutationId?: string;
|
|
19216
19206
|
databaseId?: string;
|
|
@@ -27722,18 +27712,6 @@ export interface SetFieldOrderPayload {
|
|
|
27722
27712
|
export type SetFieldOrderPayloadSelect = {
|
|
27723
27713
|
clientMutationId?: boolean;
|
|
27724
27714
|
};
|
|
27725
|
-
export interface AppendFieldSmartTagsPayload {
|
|
27726
|
-
clientMutationId?: string | null;
|
|
27727
|
-
}
|
|
27728
|
-
export type AppendFieldSmartTagsPayloadSelect = {
|
|
27729
|
-
clientMutationId?: boolean;
|
|
27730
|
-
};
|
|
27731
|
-
export interface AppendTableSmartTagsPayload {
|
|
27732
|
-
clientMutationId?: string | null;
|
|
27733
|
-
}
|
|
27734
|
-
export type AppendTableSmartTagsPayloadSelect = {
|
|
27735
|
-
clientMutationId?: boolean;
|
|
27736
|
-
};
|
|
27737
27715
|
export interface ProvisionUniqueConstraintPayload {
|
|
27738
27716
|
clientMutationId?: string | null;
|
|
27739
27717
|
}
|
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
import { OrmClient } from '../client';
|
|
7
7
|
import { QueryBuilder } from '../query-builder';
|
|
8
8
|
import type { InferSelectResult, StrictSelect } from '../select-types';
|
|
9
|
-
import type { SendAccountDeletionEmailInput, SignOutInput, AcceptDatabaseTransferInput, CancelDatabaseTransferInput, RejectDatabaseTransferInput, DisconnectAccountInput, RevokeApiKeyInput, RevokeSessionInput, VerifyPasswordInput, VerifyTotpInput, SubmitAppInviteCodeInput, SubmitOrgInviteCodeInput, CheckPasswordInput, ConfirmDeleteAccountInput, SetPasswordInput, VerifyEmailInput, FreezeObjectsInput, InitEmptyRepoInput, ConstructBlueprintInput, ProvisionNewUserInput, ResetPasswordInput, RemoveNodeAtPathInput, CopyTemplateToBlueprintInput, ProvisionSpatialRelationInput, BootstrapUserInput, SetFieldOrderInput,
|
|
9
|
+
import type { SendAccountDeletionEmailInput, SignOutInput, AcceptDatabaseTransferInput, CancelDatabaseTransferInput, RejectDatabaseTransferInput, DisconnectAccountInput, RevokeApiKeyInput, RevokeSessionInput, VerifyPasswordInput, VerifyTotpInput, SubmitAppInviteCodeInput, SubmitOrgInviteCodeInput, CheckPasswordInput, ConfirmDeleteAccountInput, SetPasswordInput, VerifyEmailInput, FreezeObjectsInput, InitEmptyRepoInput, ConstructBlueprintInput, ProvisionNewUserInput, ResetPasswordInput, RemoveNodeAtPathInput, CopyTemplateToBlueprintInput, ProvisionSpatialRelationInput, BootstrapUserInput, SetFieldOrderInput, ProvisionUniqueConstraintInput, ProvisionFullTextSearchInput, ProvisionIndexInput, SetDataAtPathInput, SetPropsAndCommitInput, ProvisionDatabaseWithUserInput, InsertNodeAtPathInput, UpdateNodeAtPathInput, SetAndCommitInput, ProvisionRelationInput, ApplyRlsInput, SignInCrossOriginInput, CreateUserDatabaseInput, ExtendTokenExpiresInput, CreateApiKeyInput, SendVerificationEmailInput, ForgotPasswordInput, SignUpInput, RequestCrossOriginTokenInput, SignInInput, ProvisionTableInput, ProvisionBucketInput, SendAccountDeletionEmailPayload, SignOutPayload, AcceptDatabaseTransferPayload, CancelDatabaseTransferPayload, RejectDatabaseTransferPayload, DisconnectAccountPayload, RevokeApiKeyPayload, RevokeSessionPayload, VerifyPasswordPayload, VerifyTotpPayload, SubmitAppInviteCodePayload, SubmitOrgInviteCodePayload, CheckPasswordPayload, ConfirmDeleteAccountPayload, SetPasswordPayload, VerifyEmailPayload, FreezeObjectsPayload, InitEmptyRepoPayload, ConstructBlueprintPayload, ProvisionNewUserPayload, ResetPasswordPayload, RemoveNodeAtPathPayload, CopyTemplateToBlueprintPayload, ProvisionSpatialRelationPayload, BootstrapUserPayload, SetFieldOrderPayload, ProvisionUniqueConstraintPayload, ProvisionFullTextSearchPayload, ProvisionIndexPayload, SetDataAtPathPayload, SetPropsAndCommitPayload, ProvisionDatabaseWithUserPayload, InsertNodeAtPathPayload, UpdateNodeAtPathPayload, SetAndCommitPayload, ProvisionRelationPayload, ApplyRlsPayload, SignInCrossOriginPayload, CreateUserDatabasePayload, ExtendTokenExpiresPayload, CreateApiKeyPayload, SendVerificationEmailPayload, ForgotPasswordPayload, SignUpPayload, RequestCrossOriginTokenPayload, SignInPayload, ProvisionTablePayload, ProvisionBucketPayload, SendAccountDeletionEmailPayloadSelect, SignOutPayloadSelect, AcceptDatabaseTransferPayloadSelect, CancelDatabaseTransferPayloadSelect, RejectDatabaseTransferPayloadSelect, DisconnectAccountPayloadSelect, RevokeApiKeyPayloadSelect, RevokeSessionPayloadSelect, VerifyPasswordPayloadSelect, VerifyTotpPayloadSelect, SubmitAppInviteCodePayloadSelect, SubmitOrgInviteCodePayloadSelect, CheckPasswordPayloadSelect, ConfirmDeleteAccountPayloadSelect, SetPasswordPayloadSelect, VerifyEmailPayloadSelect, FreezeObjectsPayloadSelect, InitEmptyRepoPayloadSelect, ConstructBlueprintPayloadSelect, ProvisionNewUserPayloadSelect, ResetPasswordPayloadSelect, RemoveNodeAtPathPayloadSelect, CopyTemplateToBlueprintPayloadSelect, ProvisionSpatialRelationPayloadSelect, BootstrapUserPayloadSelect, SetFieldOrderPayloadSelect, ProvisionUniqueConstraintPayloadSelect, ProvisionFullTextSearchPayloadSelect, ProvisionIndexPayloadSelect, SetDataAtPathPayloadSelect, SetPropsAndCommitPayloadSelect, ProvisionDatabaseWithUserPayloadSelect, InsertNodeAtPathPayloadSelect, UpdateNodeAtPathPayloadSelect, SetAndCommitPayloadSelect, ProvisionRelationPayloadSelect, ApplyRlsPayloadSelect, SignInCrossOriginPayloadSelect, CreateUserDatabasePayloadSelect, ExtendTokenExpiresPayloadSelect, CreateApiKeyPayloadSelect, SendVerificationEmailPayloadSelect, ForgotPasswordPayloadSelect, SignUpPayloadSelect, RequestCrossOriginTokenPayloadSelect, SignInPayloadSelect, ProvisionTablePayloadSelect, ProvisionBucketPayloadSelect } from '../input-types';
|
|
10
10
|
export interface SendAccountDeletionEmailVariables {
|
|
11
11
|
input: SendAccountDeletionEmailInput;
|
|
12
12
|
}
|
|
@@ -97,12 +97,6 @@ export interface BootstrapUserVariables {
|
|
|
97
97
|
export interface SetFieldOrderVariables {
|
|
98
98
|
input: SetFieldOrderInput;
|
|
99
99
|
}
|
|
100
|
-
export interface AppendFieldSmartTagsVariables {
|
|
101
|
-
input: AppendFieldSmartTagsInput;
|
|
102
|
-
}
|
|
103
|
-
export interface AppendTableSmartTagsVariables {
|
|
104
|
-
input: AppendTableSmartTagsInput;
|
|
105
|
-
}
|
|
106
100
|
/**
|
|
107
101
|
* Variables for provisionUniqueConstraint
|
|
108
102
|
* Creates a unique constraint on a table. Accepts a jsonb definition with columns (array of field names). Graceful: skips if the exact same unique constraint already exists.
|
|
@@ -346,16 +340,6 @@ export declare function createMutationOperations(client: OrmClient): {
|
|
|
346
340
|
} & StrictSelect<S, SetFieldOrderPayloadSelect>) => QueryBuilder<{
|
|
347
341
|
setFieldOrder: InferSelectResult<SetFieldOrderPayload, S> | null;
|
|
348
342
|
}>;
|
|
349
|
-
appendFieldSmartTags: <S extends AppendFieldSmartTagsPayloadSelect>(args: AppendFieldSmartTagsVariables, options: {
|
|
350
|
-
select: S;
|
|
351
|
-
} & StrictSelect<S, AppendFieldSmartTagsPayloadSelect>) => QueryBuilder<{
|
|
352
|
-
appendFieldSmartTags: InferSelectResult<AppendFieldSmartTagsPayload, S> | null;
|
|
353
|
-
}>;
|
|
354
|
-
appendTableSmartTags: <S extends AppendTableSmartTagsPayloadSelect>(args: AppendTableSmartTagsVariables, options: {
|
|
355
|
-
select: S;
|
|
356
|
-
} & StrictSelect<S, AppendTableSmartTagsPayloadSelect>) => QueryBuilder<{
|
|
357
|
-
appendTableSmartTags: InferSelectResult<AppendTableSmartTagsPayload, S> | null;
|
|
358
|
-
}>;
|
|
359
343
|
provisionUniqueConstraint: <S extends ProvisionUniqueConstraintPayloadSelect>(args: ProvisionUniqueConstraintVariables, options: {
|
|
360
344
|
select: S;
|
|
361
345
|
} & StrictSelect<S, ProvisionUniqueConstraintPayloadSelect>) => QueryBuilder<{
|
|
@@ -317,30 +317,6 @@ function createMutationOperations(client) {
|
|
|
317
317
|
},
|
|
318
318
|
], input_types_1.connectionFieldsMap, 'SetFieldOrderPayload'),
|
|
319
319
|
}),
|
|
320
|
-
appendFieldSmartTags: (args, options) => new query_builder_1.QueryBuilder({
|
|
321
|
-
client,
|
|
322
|
-
operation: 'mutation',
|
|
323
|
-
operationName: 'AppendFieldSmartTags',
|
|
324
|
-
fieldName: 'appendFieldSmartTags',
|
|
325
|
-
...(0, query_builder_1.buildCustomDocument)('mutation', 'AppendFieldSmartTags', 'appendFieldSmartTags', options.select, args, [
|
|
326
|
-
{
|
|
327
|
-
name: 'input',
|
|
328
|
-
type: 'AppendFieldSmartTagsInput!',
|
|
329
|
-
},
|
|
330
|
-
], input_types_1.connectionFieldsMap, 'AppendFieldSmartTagsPayload'),
|
|
331
|
-
}),
|
|
332
|
-
appendTableSmartTags: (args, options) => new query_builder_1.QueryBuilder({
|
|
333
|
-
client,
|
|
334
|
-
operation: 'mutation',
|
|
335
|
-
operationName: 'AppendTableSmartTags',
|
|
336
|
-
fieldName: 'appendTableSmartTags',
|
|
337
|
-
...(0, query_builder_1.buildCustomDocument)('mutation', 'AppendTableSmartTags', 'appendTableSmartTags', options.select, args, [
|
|
338
|
-
{
|
|
339
|
-
name: 'input',
|
|
340
|
-
type: 'AppendTableSmartTagsInput!',
|
|
341
|
-
},
|
|
342
|
-
], input_types_1.connectionFieldsMap, 'AppendTableSmartTagsPayload'),
|
|
343
|
-
}),
|
|
344
320
|
provisionUniqueConstraint: (args, options) => new query_builder_1.QueryBuilder({
|
|
345
321
|
client,
|
|
346
322
|
operation: 'mutation',
|