@constructive-io/react 0.19.8 → 0.19.10
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/admin/orm/select-types.d.ts +1 -1
- package/auth/orm/select-types.d.ts +1 -1
- package/esm/admin/orm/select-types.d.ts +1 -1
- package/esm/auth/orm/select-types.d.ts +1 -1
- package/esm/objects/orm/select-types.d.ts +1 -1
- package/esm/public/hooks/index.d.ts +1 -1
- package/esm/public/hooks/index.js +1 -1
- package/esm/public/hooks/invalidation.d.ts +6 -6
- package/esm/public/hooks/invalidation.js +17 -17
- package/esm/public/hooks/mutation-keys.d.ts +12 -12
- package/esm/public/hooks/mutation-keys.js +7 -7
- package/esm/public/hooks/mutations/index.d.ts +3 -3
- package/esm/public/hooks/mutations/index.js +3 -3
- package/esm/public/hooks/queries/index.d.ts +2 -2
- package/esm/public/hooks/queries/index.js +2 -2
- package/esm/public/hooks/query-keys.d.ts +14 -14
- package/esm/public/hooks/query-keys.js +8 -8
- package/esm/public/orm/index.d.ts +2 -2
- package/esm/public/orm/index.js +2 -2
- package/esm/public/orm/input-types.d.ts +204 -186
- package/esm/public/orm/models/index.d.ts +1 -1
- package/esm/public/orm/models/index.js +1 -1
- package/esm/public/orm/select-types.d.ts +1 -1
- package/esm/public/schema-types.d.ts +184 -172
- package/esm/public/types.d.ts +17 -15
- package/objects/orm/select-types.d.ts +1 -1
- package/package.json +4 -4
- package/public/hooks/index.d.ts +1 -1
- package/public/hooks/index.js +1 -1
- package/public/hooks/invalidation.d.ts +6 -6
- package/public/hooks/invalidation.js +16 -16
- package/public/hooks/mutation-keys.d.ts +12 -12
- package/public/hooks/mutation-keys.js +8 -8
- package/public/hooks/mutations/index.d.ts +3 -3
- package/public/hooks/mutations/index.js +3 -3
- package/public/hooks/queries/index.d.ts +2 -2
- package/public/hooks/queries/index.js +2 -2
- package/public/hooks/query-keys.d.ts +14 -14
- package/public/hooks/query-keys.js +9 -9
- package/public/orm/index.d.ts +2 -2
- package/public/orm/index.js +2 -2
- package/public/orm/input-types.d.ts +204 -186
- package/public/orm/models/index.d.ts +1 -1
- package/public/orm/models/index.js +3 -3
- package/public/orm/select-types.d.ts +1 -1
- package/public/schema-types.d.ts +184 -172
- package/public/types.d.ts +17 -15
package/public/schema-types.d.ts
CHANGED
|
@@ -94,7 +94,7 @@ export type SiteOrderBy = 'NATURAL' | 'PRIMARY_KEY_ASC' | 'PRIMARY_KEY_DESC' | '
|
|
|
94
94
|
/** Methods to use when ordering `App`. */
|
|
95
95
|
export type AppOrderBy = 'NATURAL' | 'PRIMARY_KEY_ASC' | 'PRIMARY_KEY_DESC' | 'ID_ASC' | 'ID_DESC' | 'DATABASE_ID_ASC' | 'DATABASE_ID_DESC' | 'SITE_ID_ASC' | 'SITE_ID_DESC' | 'NAME_ASC' | 'NAME_DESC' | 'APP_IMAGE_ASC' | 'APP_IMAGE_DESC' | 'APP_STORE_LINK_ASC' | 'APP_STORE_LINK_DESC' | 'APP_STORE_ID_ASC' | 'APP_STORE_ID_DESC' | 'APP_ID_PREFIX_ASC' | 'APP_ID_PREFIX_DESC' | 'PLAY_STORE_LINK_ASC' | 'PLAY_STORE_LINK_DESC';
|
|
96
96
|
/** Methods to use when ordering `ApiSetting`. */
|
|
97
|
-
export type ApiSettingOrderBy = 'NATURAL' | 'PRIMARY_KEY_ASC' | 'PRIMARY_KEY_DESC' | 'ID_ASC' | 'ID_DESC' | 'DATABASE_ID_ASC' | 'DATABASE_ID_DESC' | 'API_ID_ASC' | 'API_ID_DESC' | 'ENABLE_AGGREGATES_ASC' | 'ENABLE_AGGREGATES_DESC' | 'ENABLE_POSTGIS_ASC' | 'ENABLE_POSTGIS_DESC' | 'ENABLE_SEARCH_ASC' | 'ENABLE_SEARCH_DESC' | 'ENABLE_DIRECT_UPLOADS_ASC' | 'ENABLE_DIRECT_UPLOADS_DESC' | 'ENABLE_PRESIGNED_UPLOADS_ASC' | 'ENABLE_PRESIGNED_UPLOADS_DESC' | 'ENABLE_MANY_TO_MANY_ASC' | 'ENABLE_MANY_TO_MANY_DESC' | 'ENABLE_CONNECTION_FILTER_ASC' | 'ENABLE_CONNECTION_FILTER_DESC' | 'ENABLE_LTREE_ASC' | 'ENABLE_LTREE_DESC' | 'ENABLE_LLM_ASC' | 'ENABLE_LLM_DESC' | 'ENABLE_REALTIME_ASC' | 'ENABLE_REALTIME_DESC' | 'OPTIONS_ASC' | 'OPTIONS_DESC';
|
|
97
|
+
export type ApiSettingOrderBy = 'NATURAL' | 'PRIMARY_KEY_ASC' | 'PRIMARY_KEY_DESC' | 'ID_ASC' | 'ID_DESC' | 'DATABASE_ID_ASC' | 'DATABASE_ID_DESC' | 'API_ID_ASC' | 'API_ID_DESC' | 'ENABLE_AGGREGATES_ASC' | 'ENABLE_AGGREGATES_DESC' | 'ENABLE_POSTGIS_ASC' | 'ENABLE_POSTGIS_DESC' | 'ENABLE_SEARCH_ASC' | 'ENABLE_SEARCH_DESC' | 'ENABLE_DIRECT_UPLOADS_ASC' | 'ENABLE_DIRECT_UPLOADS_DESC' | 'ENABLE_PRESIGNED_UPLOADS_ASC' | 'ENABLE_PRESIGNED_UPLOADS_DESC' | 'ENABLE_MANY_TO_MANY_ASC' | 'ENABLE_MANY_TO_MANY_DESC' | 'ENABLE_CONNECTION_FILTER_ASC' | 'ENABLE_CONNECTION_FILTER_DESC' | 'ENABLE_LTREE_ASC' | 'ENABLE_LTREE_DESC' | 'ENABLE_LLM_ASC' | 'ENABLE_LLM_DESC' | 'ENABLE_REALTIME_ASC' | 'ENABLE_REALTIME_DESC' | 'ENABLE_BULK_ASC' | 'ENABLE_BULK_DESC' | 'OPTIONS_ASC' | 'OPTIONS_DESC';
|
|
98
98
|
/** Methods to use when ordering `ConnectedAccountsModule`. */
|
|
99
99
|
export type ConnectedAccountsModuleOrderBy = 'NATURAL' | 'PRIMARY_KEY_ASC' | 'PRIMARY_KEY_DESC' | 'ID_ASC' | 'ID_DESC' | 'DATABASE_ID_ASC' | 'DATABASE_ID_DESC' | 'SCHEMA_ID_ASC' | 'SCHEMA_ID_DESC' | 'PRIVATE_SCHEMA_ID_ASC' | 'PRIVATE_SCHEMA_ID_DESC' | 'TABLE_ID_ASC' | 'TABLE_ID_DESC' | 'OWNER_TABLE_ID_ASC' | 'OWNER_TABLE_ID_DESC' | 'TABLE_NAME_ASC' | 'TABLE_NAME_DESC';
|
|
100
100
|
/** Methods to use when ordering `CryptoAddressesModule`. */
|
|
@@ -283,12 +283,12 @@ export type AppLimitEventOrderBy = 'NATURAL' | 'NAME_ASC' | 'NAME_DESC' | 'ACTOR
|
|
|
283
283
|
export type OrgLimitEventOrderBy = 'NATURAL' | 'NAME_ASC' | 'NAME_DESC' | 'ACTOR_ID_ASC' | 'ACTOR_ID_DESC' | 'ENTITY_ID_ASC' | 'ENTITY_ID_DESC' | 'EVENT_TYPE_ASC' | 'EVENT_TYPE_DESC' | 'DELTA_ASC' | 'DELTA_DESC' | 'NUM_BEFORE_ASC' | 'NUM_BEFORE_DESC' | 'NUM_AFTER_ASC' | 'NUM_AFTER_DESC' | 'MAX_AT_EVENT_ASC' | 'MAX_AT_EVENT_DESC' | 'REASON_ASC' | 'REASON_DESC';
|
|
284
284
|
/** Methods to use when ordering `RlsModule`. */
|
|
285
285
|
export type RlsModuleOrderBy = 'NATURAL' | 'PRIMARY_KEY_ASC' | 'PRIMARY_KEY_DESC' | 'ID_ASC' | 'ID_DESC' | 'DATABASE_ID_ASC' | 'DATABASE_ID_DESC' | 'SCHEMA_ID_ASC' | 'SCHEMA_ID_DESC' | 'PRIVATE_SCHEMA_ID_ASC' | 'PRIVATE_SCHEMA_ID_DESC' | 'SESSION_CREDENTIALS_TABLE_ID_ASC' | 'SESSION_CREDENTIALS_TABLE_ID_DESC' | 'SESSIONS_TABLE_ID_ASC' | 'SESSIONS_TABLE_ID_DESC' | 'USERS_TABLE_ID_ASC' | 'USERS_TABLE_ID_DESC' | 'AUTHENTICATE_ASC' | 'AUTHENTICATE_DESC' | 'AUTHENTICATE_STRICT_ASC' | 'AUTHENTICATE_STRICT_DESC' | 'CURRENT_ROLE_ASC' | 'CURRENT_ROLE_DESC' | 'CURRENT_ROLE_ID_ASC' | 'CURRENT_ROLE_ID_DESC';
|
|
286
|
-
/** Methods to use when ordering `DatabaseSetting`. */
|
|
287
|
-
export type DatabaseSettingOrderBy = 'NATURAL' | 'PRIMARY_KEY_ASC' | 'PRIMARY_KEY_DESC' | 'ID_ASC' | 'ID_DESC' | 'DATABASE_ID_ASC' | 'DATABASE_ID_DESC' | 'ENABLE_AGGREGATES_ASC' | 'ENABLE_AGGREGATES_DESC' | 'ENABLE_POSTGIS_ASC' | 'ENABLE_POSTGIS_DESC' | 'ENABLE_SEARCH_ASC' | 'ENABLE_SEARCH_DESC' | 'ENABLE_DIRECT_UPLOADS_ASC' | 'ENABLE_DIRECT_UPLOADS_DESC' | 'ENABLE_PRESIGNED_UPLOADS_ASC' | 'ENABLE_PRESIGNED_UPLOADS_DESC' | 'ENABLE_MANY_TO_MANY_ASC' | 'ENABLE_MANY_TO_MANY_DESC' | 'ENABLE_CONNECTION_FILTER_ASC' | 'ENABLE_CONNECTION_FILTER_DESC' | 'ENABLE_LTREE_ASC' | 'ENABLE_LTREE_DESC' | 'ENABLE_LLM_ASC' | 'ENABLE_LLM_DESC' | 'ENABLE_REALTIME_ASC' | 'ENABLE_REALTIME_DESC' | 'OPTIONS_ASC' | 'OPTIONS_DESC';
|
|
288
286
|
/** Methods to use when ordering `PlansModule`. */
|
|
289
287
|
export type PlansModuleOrderBy = 'NATURAL' | 'PRIMARY_KEY_ASC' | 'PRIMARY_KEY_DESC' | 'ID_ASC' | 'ID_DESC' | 'DATABASE_ID_ASC' | 'DATABASE_ID_DESC' | 'SCHEMA_ID_ASC' | 'SCHEMA_ID_DESC' | 'PRIVATE_SCHEMA_ID_ASC' | 'PRIVATE_SCHEMA_ID_DESC' | 'PLANS_TABLE_ID_ASC' | 'PLANS_TABLE_ID_DESC' | 'PLANS_TABLE_NAME_ASC' | 'PLANS_TABLE_NAME_DESC' | 'PLAN_LIMITS_TABLE_ID_ASC' | 'PLAN_LIMITS_TABLE_ID_DESC' | 'PLAN_LIMITS_TABLE_NAME_ASC' | 'PLAN_LIMITS_TABLE_NAME_DESC' | 'PLAN_PRICING_TABLE_ID_ASC' | 'PLAN_PRICING_TABLE_ID_DESC' | 'PLAN_OVERRIDES_TABLE_ID_ASC' | 'PLAN_OVERRIDES_TABLE_ID_DESC' | 'APPLY_PLAN_FUNCTION_ASC' | 'APPLY_PLAN_FUNCTION_DESC' | 'APPLY_PLAN_AGGREGATE_FUNCTION_ASC' | 'APPLY_PLAN_AGGREGATE_FUNCTION_DESC' | 'PREFIX_ASC' | 'PREFIX_DESC';
|
|
290
288
|
/** Methods to use when ordering `SqlAction`. */
|
|
291
289
|
export type SqlActionOrderBy = 'NATURAL' | 'ID_ASC' | 'ID_DESC' | 'NAME_ASC' | 'NAME_DESC' | 'DATABASE_ID_ASC' | 'DATABASE_ID_DESC' | 'DEPLOY_ASC' | 'DEPLOY_DESC' | 'DEPS_ASC' | 'DEPS_DESC' | 'PAYLOAD_ASC' | 'PAYLOAD_DESC' | 'CONTENT_ASC' | 'CONTENT_DESC' | 'REVERT_ASC' | 'REVERT_DESC' | 'VERIFY_ASC' | 'VERIFY_DESC' | 'CREATED_AT_ASC' | 'CREATED_AT_DESC' | 'ACTION_ASC' | 'ACTION_DESC' | 'ACTION_ID_ASC' | 'ACTION_ID_DESC' | 'ACTOR_ID_ASC' | 'ACTOR_ID_DESC';
|
|
290
|
+
/** Methods to use when ordering `DatabaseSetting`. */
|
|
291
|
+
export type DatabaseSettingOrderBy = 'NATURAL' | 'PRIMARY_KEY_ASC' | 'PRIMARY_KEY_DESC' | 'ID_ASC' | 'ID_DESC' | 'DATABASE_ID_ASC' | 'DATABASE_ID_DESC' | 'ENABLE_AGGREGATES_ASC' | 'ENABLE_AGGREGATES_DESC' | 'ENABLE_POSTGIS_ASC' | 'ENABLE_POSTGIS_DESC' | 'ENABLE_SEARCH_ASC' | 'ENABLE_SEARCH_DESC' | 'ENABLE_DIRECT_UPLOADS_ASC' | 'ENABLE_DIRECT_UPLOADS_DESC' | 'ENABLE_PRESIGNED_UPLOADS_ASC' | 'ENABLE_PRESIGNED_UPLOADS_DESC' | 'ENABLE_MANY_TO_MANY_ASC' | 'ENABLE_MANY_TO_MANY_DESC' | 'ENABLE_CONNECTION_FILTER_ASC' | 'ENABLE_CONNECTION_FILTER_DESC' | 'ENABLE_LTREE_ASC' | 'ENABLE_LTREE_DESC' | 'ENABLE_LLM_ASC' | 'ENABLE_LLM_DESC' | 'ENABLE_REALTIME_ASC' | 'ENABLE_REALTIME_DESC' | 'ENABLE_BULK_ASC' | 'ENABLE_BULK_DESC' | 'OPTIONS_ASC' | 'OPTIONS_DESC';
|
|
292
292
|
/** Methods to use when ordering `BillingModule`. */
|
|
293
293
|
export type BillingModuleOrderBy = 'NATURAL' | 'PRIMARY_KEY_ASC' | 'PRIMARY_KEY_DESC' | 'ID_ASC' | 'ID_DESC' | 'DATABASE_ID_ASC' | 'DATABASE_ID_DESC' | 'SCHEMA_ID_ASC' | 'SCHEMA_ID_DESC' | 'PRIVATE_SCHEMA_ID_ASC' | 'PRIVATE_SCHEMA_ID_DESC' | 'METERS_TABLE_ID_ASC' | 'METERS_TABLE_ID_DESC' | 'METERS_TABLE_NAME_ASC' | 'METERS_TABLE_NAME_DESC' | 'PLAN_SUBSCRIPTIONS_TABLE_ID_ASC' | 'PLAN_SUBSCRIPTIONS_TABLE_ID_DESC' | 'PLAN_SUBSCRIPTIONS_TABLE_NAME_ASC' | 'PLAN_SUBSCRIPTIONS_TABLE_NAME_DESC' | 'LEDGER_TABLE_ID_ASC' | 'LEDGER_TABLE_ID_DESC' | 'LEDGER_TABLE_NAME_ASC' | 'LEDGER_TABLE_NAME_DESC' | 'BALANCES_TABLE_ID_ASC' | 'BALANCES_TABLE_ID_DESC' | 'BALANCES_TABLE_NAME_ASC' | 'BALANCES_TABLE_NAME_DESC' | 'RECORD_USAGE_FUNCTION_ASC' | 'RECORD_USAGE_FUNCTION_DESC' | 'PREFIX_ASC' | 'PREFIX_DESC';
|
|
294
294
|
/** Methods to use when ordering `AstMigration`. */
|
|
@@ -5100,6 +5100,8 @@ export interface ApiSettingFilter {
|
|
|
5100
5100
|
enableLlm?: BooleanFilter;
|
|
5101
5101
|
/** Filter by the object’s `enableRealtime` field. */
|
|
5102
5102
|
enableRealtime?: BooleanFilter;
|
|
5103
|
+
/** Filter by the object’s `enableBulk` field. */
|
|
5104
|
+
enableBulk?: BooleanFilter;
|
|
5103
5105
|
/** Filter by the object’s `options` field. */
|
|
5104
5106
|
options?: JSONFilter;
|
|
5105
5107
|
/** Checks for all expressions in this list. */
|
|
@@ -5548,6 +5550,8 @@ export interface DatabaseSettingFilter {
|
|
|
5548
5550
|
enableLlm?: BooleanFilter;
|
|
5549
5551
|
/** Filter by the object’s `enableRealtime` field. */
|
|
5550
5552
|
enableRealtime?: BooleanFilter;
|
|
5553
|
+
/** Filter by the object’s `enableBulk` field. */
|
|
5554
|
+
enableBulk?: BooleanFilter;
|
|
5551
5555
|
/** Filter by the object’s `options` field. */
|
|
5552
5556
|
options?: JSONFilter;
|
|
5553
5557
|
/** Checks for all expressions in this list. */
|
|
@@ -10389,40 +10393,6 @@ export interface RealtimeModuleInput {
|
|
|
10389
10393
|
partitionInterval?: string;
|
|
10390
10394
|
notifyChannel?: string;
|
|
10391
10395
|
}
|
|
10392
|
-
export interface CreateDatabaseSettingInput {
|
|
10393
|
-
clientMutationId?: string;
|
|
10394
|
-
/** The `DatabaseSetting` to be created by this mutation. */
|
|
10395
|
-
databaseSetting: DatabaseSettingInput;
|
|
10396
|
-
}
|
|
10397
|
-
/** An input for mutations affecting `DatabaseSetting` */
|
|
10398
|
-
export interface DatabaseSettingInput {
|
|
10399
|
-
/** Unique identifier for this settings record */
|
|
10400
|
-
id?: string;
|
|
10401
|
-
/** Reference to the metaschema database these settings apply to */
|
|
10402
|
-
databaseId: string;
|
|
10403
|
-
/** Enable aggregate queries (sum, avg, min, max, etc.) in the GraphQL API */
|
|
10404
|
-
enableAggregates?: boolean;
|
|
10405
|
-
/** Enable PostGIS spatial types and operators in the GraphQL API */
|
|
10406
|
-
enablePostgis?: boolean;
|
|
10407
|
-
/** Enable unified search (tsvector, BM25, pg_trgm, pgvector) in the GraphQL API */
|
|
10408
|
-
enableSearch?: boolean;
|
|
10409
|
-
/** Enable direct (multipart) file upload mutations in the GraphQL API */
|
|
10410
|
-
enableDirectUploads?: boolean;
|
|
10411
|
-
/** Enable presigned URL upload flow for S3/MinIO storage */
|
|
10412
|
-
enablePresignedUploads?: boolean;
|
|
10413
|
-
/** Enable many-to-many relationship queries in the GraphQL API */
|
|
10414
|
-
enableManyToMany?: boolean;
|
|
10415
|
-
/** Enable connection filter (where argument) in the GraphQL API */
|
|
10416
|
-
enableConnectionFilter?: boolean;
|
|
10417
|
-
/** Enable ltree hierarchical data type support in the GraphQL API */
|
|
10418
|
-
enableLtree?: boolean;
|
|
10419
|
-
/** Enable LLM/AI integration features in the GraphQL API */
|
|
10420
|
-
enableLlm?: boolean;
|
|
10421
|
-
/** Enable realtime subscriptions (cursor-tracked change delivery) in the GraphQL API */
|
|
10422
|
-
enableRealtime?: boolean;
|
|
10423
|
-
/** Extensible JSON for additional settings that do not have dedicated columns */
|
|
10424
|
-
options?: unknown;
|
|
10425
|
-
}
|
|
10426
10396
|
export interface CreatePlansModuleInput {
|
|
10427
10397
|
clientMutationId?: string;
|
|
10428
10398
|
/** The `PlansModule` to be created by this mutation. */
|
|
@@ -10543,40 +10513,40 @@ export interface DatabaseTransferInput {
|
|
|
10543
10513
|
updatedAt?: string;
|
|
10544
10514
|
completedAt?: string;
|
|
10545
10515
|
}
|
|
10546
|
-
export interface
|
|
10516
|
+
export interface CreateDatabaseSettingInput {
|
|
10547
10517
|
clientMutationId?: string;
|
|
10548
|
-
/** The `
|
|
10549
|
-
|
|
10518
|
+
/** The `DatabaseSetting` to be created by this mutation. */
|
|
10519
|
+
databaseSetting: DatabaseSettingInput;
|
|
10550
10520
|
}
|
|
10551
|
-
/** An input for mutations affecting `
|
|
10552
|
-
export interface
|
|
10553
|
-
/** Unique identifier for this
|
|
10521
|
+
/** An input for mutations affecting `DatabaseSetting` */
|
|
10522
|
+
export interface DatabaseSettingInput {
|
|
10523
|
+
/** Unique identifier for this settings record */
|
|
10554
10524
|
id?: string;
|
|
10555
|
-
/** Reference to the metaschema database */
|
|
10525
|
+
/** Reference to the metaschema database these settings apply to */
|
|
10556
10526
|
databaseId: string;
|
|
10557
|
-
/**
|
|
10558
|
-
apiId: string;
|
|
10559
|
-
/** Override: enable aggregate queries (NULL = inherit from database_settings) */
|
|
10527
|
+
/** Enable aggregate queries (sum, avg, min, max, etc.) in the GraphQL API */
|
|
10560
10528
|
enableAggregates?: boolean;
|
|
10561
|
-
/**
|
|
10529
|
+
/** Enable PostGIS spatial types and operators in the GraphQL API */
|
|
10562
10530
|
enablePostgis?: boolean;
|
|
10563
|
-
/**
|
|
10531
|
+
/** Enable unified search (tsvector, BM25, pg_trgm, pgvector) in the GraphQL API */
|
|
10564
10532
|
enableSearch?: boolean;
|
|
10565
|
-
/**
|
|
10533
|
+
/** Enable direct (multipart) file upload mutations in the GraphQL API */
|
|
10566
10534
|
enableDirectUploads?: boolean;
|
|
10567
|
-
/**
|
|
10535
|
+
/** Enable presigned URL upload flow for S3/MinIO storage */
|
|
10568
10536
|
enablePresignedUploads?: boolean;
|
|
10569
|
-
/**
|
|
10537
|
+
/** Enable many-to-many relationship queries in the GraphQL API */
|
|
10570
10538
|
enableManyToMany?: boolean;
|
|
10571
|
-
/**
|
|
10539
|
+
/** Enable connection filter (where argument) in the GraphQL API */
|
|
10572
10540
|
enableConnectionFilter?: boolean;
|
|
10573
|
-
/**
|
|
10541
|
+
/** Enable ltree hierarchical data type support in the GraphQL API */
|
|
10574
10542
|
enableLtree?: boolean;
|
|
10575
|
-
/**
|
|
10543
|
+
/** Enable LLM/AI integration features in the GraphQL API */
|
|
10576
10544
|
enableLlm?: boolean;
|
|
10577
|
-
/**
|
|
10545
|
+
/** Enable realtime subscriptions (cursor-tracked change delivery) in the GraphQL API */
|
|
10578
10546
|
enableRealtime?: boolean;
|
|
10579
|
-
/**
|
|
10547
|
+
/** Enable bulk mutation operations (insert, upsert, update, delete) in the GraphQL API */
|
|
10548
|
+
enableBulk?: boolean;
|
|
10549
|
+
/** Extensible JSON for additional settings that do not have dedicated columns */
|
|
10580
10550
|
options?: unknown;
|
|
10581
10551
|
}
|
|
10582
10552
|
export interface CreateBillingModuleInput {
|
|
@@ -10788,6 +10758,44 @@ export interface AstMigrationInput {
|
|
|
10788
10758
|
actionId?: string;
|
|
10789
10759
|
actorId?: string;
|
|
10790
10760
|
}
|
|
10761
|
+
export interface CreateApiSettingInput {
|
|
10762
|
+
clientMutationId?: string;
|
|
10763
|
+
/** The `ApiSetting` to be created by this mutation. */
|
|
10764
|
+
apiSetting: ApiSettingInput;
|
|
10765
|
+
}
|
|
10766
|
+
/** An input for mutations affecting `ApiSetting` */
|
|
10767
|
+
export interface ApiSettingInput {
|
|
10768
|
+
/** Unique identifier for this API settings record */
|
|
10769
|
+
id?: string;
|
|
10770
|
+
/** Reference to the metaschema database */
|
|
10771
|
+
databaseId: string;
|
|
10772
|
+
/** API these settings override for */
|
|
10773
|
+
apiId: string;
|
|
10774
|
+
/** Override: enable aggregate queries (NULL = inherit from database_settings) */
|
|
10775
|
+
enableAggregates?: boolean;
|
|
10776
|
+
/** Override: enable PostGIS spatial types (NULL = inherit from database_settings) */
|
|
10777
|
+
enablePostgis?: boolean;
|
|
10778
|
+
/** Override: enable unified search (NULL = inherit from database_settings) */
|
|
10779
|
+
enableSearch?: boolean;
|
|
10780
|
+
/** Override: enable direct (multipart) file uploads (NULL = inherit from database_settings) */
|
|
10781
|
+
enableDirectUploads?: boolean;
|
|
10782
|
+
/** Override: enable presigned URL upload flow (NULL = inherit from database_settings) */
|
|
10783
|
+
enablePresignedUploads?: boolean;
|
|
10784
|
+
/** Override: enable many-to-many relationships (NULL = inherit from database_settings) */
|
|
10785
|
+
enableManyToMany?: boolean;
|
|
10786
|
+
/** Override: enable connection filter (NULL = inherit from database_settings) */
|
|
10787
|
+
enableConnectionFilter?: boolean;
|
|
10788
|
+
/** Override: enable ltree hierarchical data type (NULL = inherit from database_settings) */
|
|
10789
|
+
enableLtree?: boolean;
|
|
10790
|
+
/** Override: enable LLM/AI integration features (NULL = inherit from database_settings) */
|
|
10791
|
+
enableLlm?: boolean;
|
|
10792
|
+
/** Override: enable realtime subscriptions (NULL = inherit from database_settings) */
|
|
10793
|
+
enableRealtime?: boolean;
|
|
10794
|
+
/** Override: enable bulk mutations (NULL = inherit from database_settings) */
|
|
10795
|
+
enableBulk?: boolean;
|
|
10796
|
+
/** Extensible JSON for additional per-API settings that do not have dedicated columns */
|
|
10797
|
+
options?: unknown;
|
|
10798
|
+
}
|
|
10791
10799
|
export interface CreateEnumInput {
|
|
10792
10800
|
clientMutationId?: string;
|
|
10793
10801
|
/** The `Enum` to be created by this mutation. */
|
|
@@ -13811,42 +13819,6 @@ export interface RealtimeModulePatch {
|
|
|
13811
13819
|
partitionInterval?: string;
|
|
13812
13820
|
notifyChannel?: string;
|
|
13813
13821
|
}
|
|
13814
|
-
export interface UpdateDatabaseSettingInput {
|
|
13815
|
-
clientMutationId?: string;
|
|
13816
|
-
/** Unique identifier for this settings record */
|
|
13817
|
-
id: string;
|
|
13818
|
-
/** An object where the defined keys will be set on the `DatabaseSetting` being updated. */
|
|
13819
|
-
databaseSettingPatch: DatabaseSettingPatch;
|
|
13820
|
-
}
|
|
13821
|
-
/** Represents an update to a `DatabaseSetting`. Fields that are set will be updated. */
|
|
13822
|
-
export interface DatabaseSettingPatch {
|
|
13823
|
-
/** Unique identifier for this settings record */
|
|
13824
|
-
id?: string;
|
|
13825
|
-
/** Reference to the metaschema database these settings apply to */
|
|
13826
|
-
databaseId?: string;
|
|
13827
|
-
/** Enable aggregate queries (sum, avg, min, max, etc.) in the GraphQL API */
|
|
13828
|
-
enableAggregates?: boolean;
|
|
13829
|
-
/** Enable PostGIS spatial types and operators in the GraphQL API */
|
|
13830
|
-
enablePostgis?: boolean;
|
|
13831
|
-
/** Enable unified search (tsvector, BM25, pg_trgm, pgvector) in the GraphQL API */
|
|
13832
|
-
enableSearch?: boolean;
|
|
13833
|
-
/** Enable direct (multipart) file upload mutations in the GraphQL API */
|
|
13834
|
-
enableDirectUploads?: boolean;
|
|
13835
|
-
/** Enable presigned URL upload flow for S3/MinIO storage */
|
|
13836
|
-
enablePresignedUploads?: boolean;
|
|
13837
|
-
/** Enable many-to-many relationship queries in the GraphQL API */
|
|
13838
|
-
enableManyToMany?: boolean;
|
|
13839
|
-
/** Enable connection filter (where argument) in the GraphQL API */
|
|
13840
|
-
enableConnectionFilter?: boolean;
|
|
13841
|
-
/** Enable ltree hierarchical data type support in the GraphQL API */
|
|
13842
|
-
enableLtree?: boolean;
|
|
13843
|
-
/** Enable LLM/AI integration features in the GraphQL API */
|
|
13844
|
-
enableLlm?: boolean;
|
|
13845
|
-
/** Enable realtime subscriptions (cursor-tracked change delivery) in the GraphQL API */
|
|
13846
|
-
enableRealtime?: boolean;
|
|
13847
|
-
/** Extensible JSON for additional settings that do not have dedicated columns */
|
|
13848
|
-
options?: unknown;
|
|
13849
|
-
}
|
|
13850
13822
|
export interface UpdatePlansModuleInput {
|
|
13851
13823
|
clientMutationId?: string;
|
|
13852
13824
|
id: string;
|
|
@@ -13952,42 +13924,42 @@ export interface DatabaseTransferPatch {
|
|
|
13952
13924
|
updatedAt?: string;
|
|
13953
13925
|
completedAt?: string;
|
|
13954
13926
|
}
|
|
13955
|
-
export interface
|
|
13927
|
+
export interface UpdateDatabaseSettingInput {
|
|
13956
13928
|
clientMutationId?: string;
|
|
13957
|
-
/** Unique identifier for this
|
|
13929
|
+
/** Unique identifier for this settings record */
|
|
13958
13930
|
id: string;
|
|
13959
|
-
/** An object where the defined keys will be set on the `
|
|
13960
|
-
|
|
13931
|
+
/** An object where the defined keys will be set on the `DatabaseSetting` being updated. */
|
|
13932
|
+
databaseSettingPatch: DatabaseSettingPatch;
|
|
13961
13933
|
}
|
|
13962
|
-
/** Represents an update to a `
|
|
13963
|
-
export interface
|
|
13964
|
-
/** Unique identifier for this
|
|
13934
|
+
/** Represents an update to a `DatabaseSetting`. Fields that are set will be updated. */
|
|
13935
|
+
export interface DatabaseSettingPatch {
|
|
13936
|
+
/** Unique identifier for this settings record */
|
|
13965
13937
|
id?: string;
|
|
13966
|
-
/** Reference to the metaschema database */
|
|
13938
|
+
/** Reference to the metaschema database these settings apply to */
|
|
13967
13939
|
databaseId?: string;
|
|
13968
|
-
/**
|
|
13969
|
-
apiId?: string;
|
|
13970
|
-
/** Override: enable aggregate queries (NULL = inherit from database_settings) */
|
|
13940
|
+
/** Enable aggregate queries (sum, avg, min, max, etc.) in the GraphQL API */
|
|
13971
13941
|
enableAggregates?: boolean;
|
|
13972
|
-
/**
|
|
13942
|
+
/** Enable PostGIS spatial types and operators in the GraphQL API */
|
|
13973
13943
|
enablePostgis?: boolean;
|
|
13974
|
-
/**
|
|
13944
|
+
/** Enable unified search (tsvector, BM25, pg_trgm, pgvector) in the GraphQL API */
|
|
13975
13945
|
enableSearch?: boolean;
|
|
13976
|
-
/**
|
|
13946
|
+
/** Enable direct (multipart) file upload mutations in the GraphQL API */
|
|
13977
13947
|
enableDirectUploads?: boolean;
|
|
13978
|
-
/**
|
|
13948
|
+
/** Enable presigned URL upload flow for S3/MinIO storage */
|
|
13979
13949
|
enablePresignedUploads?: boolean;
|
|
13980
|
-
/**
|
|
13950
|
+
/** Enable many-to-many relationship queries in the GraphQL API */
|
|
13981
13951
|
enableManyToMany?: boolean;
|
|
13982
|
-
/**
|
|
13952
|
+
/** Enable connection filter (where argument) in the GraphQL API */
|
|
13983
13953
|
enableConnectionFilter?: boolean;
|
|
13984
|
-
/**
|
|
13954
|
+
/** Enable ltree hierarchical data type support in the GraphQL API */
|
|
13985
13955
|
enableLtree?: boolean;
|
|
13986
|
-
/**
|
|
13956
|
+
/** Enable LLM/AI integration features in the GraphQL API */
|
|
13987
13957
|
enableLlm?: boolean;
|
|
13988
|
-
/**
|
|
13958
|
+
/** Enable realtime subscriptions (cursor-tracked change delivery) in the GraphQL API */
|
|
13989
13959
|
enableRealtime?: boolean;
|
|
13990
|
-
/**
|
|
13960
|
+
/** Enable bulk mutation operations (insert, upsert, update, delete) in the GraphQL API */
|
|
13961
|
+
enableBulk?: boolean;
|
|
13962
|
+
/** Extensible JSON for additional settings that do not have dedicated columns */
|
|
13991
13963
|
options?: unknown;
|
|
13992
13964
|
}
|
|
13993
13965
|
export interface UpdateBillingModuleInput {
|
|
@@ -14186,6 +14158,46 @@ export interface OrgLimitPatch {
|
|
|
14186
14158
|
periodCredits?: string;
|
|
14187
14159
|
entityId?: string;
|
|
14188
14160
|
}
|
|
14161
|
+
export interface UpdateApiSettingInput {
|
|
14162
|
+
clientMutationId?: string;
|
|
14163
|
+
/** Unique identifier for this API settings record */
|
|
14164
|
+
id: string;
|
|
14165
|
+
/** An object where the defined keys will be set on the `ApiSetting` being updated. */
|
|
14166
|
+
apiSettingPatch: ApiSettingPatch;
|
|
14167
|
+
}
|
|
14168
|
+
/** Represents an update to a `ApiSetting`. Fields that are set will be updated. */
|
|
14169
|
+
export interface ApiSettingPatch {
|
|
14170
|
+
/** Unique identifier for this API settings record */
|
|
14171
|
+
id?: string;
|
|
14172
|
+
/** Reference to the metaschema database */
|
|
14173
|
+
databaseId?: string;
|
|
14174
|
+
/** API these settings override for */
|
|
14175
|
+
apiId?: string;
|
|
14176
|
+
/** Override: enable aggregate queries (NULL = inherit from database_settings) */
|
|
14177
|
+
enableAggregates?: boolean;
|
|
14178
|
+
/** Override: enable PostGIS spatial types (NULL = inherit from database_settings) */
|
|
14179
|
+
enablePostgis?: boolean;
|
|
14180
|
+
/** Override: enable unified search (NULL = inherit from database_settings) */
|
|
14181
|
+
enableSearch?: boolean;
|
|
14182
|
+
/** Override: enable direct (multipart) file uploads (NULL = inherit from database_settings) */
|
|
14183
|
+
enableDirectUploads?: boolean;
|
|
14184
|
+
/** Override: enable presigned URL upload flow (NULL = inherit from database_settings) */
|
|
14185
|
+
enablePresignedUploads?: boolean;
|
|
14186
|
+
/** Override: enable many-to-many relationships (NULL = inherit from database_settings) */
|
|
14187
|
+
enableManyToMany?: boolean;
|
|
14188
|
+
/** Override: enable connection filter (NULL = inherit from database_settings) */
|
|
14189
|
+
enableConnectionFilter?: boolean;
|
|
14190
|
+
/** Override: enable ltree hierarchical data type (NULL = inherit from database_settings) */
|
|
14191
|
+
enableLtree?: boolean;
|
|
14192
|
+
/** Override: enable LLM/AI integration features (NULL = inherit from database_settings) */
|
|
14193
|
+
enableLlm?: boolean;
|
|
14194
|
+
/** Override: enable realtime subscriptions (NULL = inherit from database_settings) */
|
|
14195
|
+
enableRealtime?: boolean;
|
|
14196
|
+
/** Override: enable bulk mutations (NULL = inherit from database_settings) */
|
|
14197
|
+
enableBulk?: boolean;
|
|
14198
|
+
/** Extensible JSON for additional per-API settings that do not have dedicated columns */
|
|
14199
|
+
options?: unknown;
|
|
14200
|
+
}
|
|
14189
14201
|
export interface UpdateEnumInput {
|
|
14190
14202
|
clientMutationId?: string;
|
|
14191
14203
|
id: string;
|
|
@@ -15979,11 +15991,6 @@ export interface DeleteRealtimeModuleInput {
|
|
|
15979
15991
|
clientMutationId?: string;
|
|
15980
15992
|
id: string;
|
|
15981
15993
|
}
|
|
15982
|
-
export interface DeleteDatabaseSettingInput {
|
|
15983
|
-
clientMutationId?: string;
|
|
15984
|
-
/** Unique identifier for this settings record */
|
|
15985
|
-
id: string;
|
|
15986
|
-
}
|
|
15987
15994
|
export interface DeletePlansModuleInput {
|
|
15988
15995
|
clientMutationId?: string;
|
|
15989
15996
|
id: string;
|
|
@@ -16000,9 +16007,9 @@ export interface DeleteDatabaseTransferInput {
|
|
|
16000
16007
|
clientMutationId?: string;
|
|
16001
16008
|
id: string;
|
|
16002
16009
|
}
|
|
16003
|
-
export interface
|
|
16010
|
+
export interface DeleteDatabaseSettingInput {
|
|
16004
16011
|
clientMutationId?: string;
|
|
16005
|
-
/** Unique identifier for this
|
|
16012
|
+
/** Unique identifier for this settings record */
|
|
16006
16013
|
id: string;
|
|
16007
16014
|
}
|
|
16008
16015
|
export interface DeleteBillingModuleInput {
|
|
@@ -16034,6 +16041,11 @@ export interface DeleteOrgLimitInput {
|
|
|
16034
16041
|
clientMutationId?: string;
|
|
16035
16042
|
id: string;
|
|
16036
16043
|
}
|
|
16044
|
+
export interface DeleteApiSettingInput {
|
|
16045
|
+
clientMutationId?: string;
|
|
16046
|
+
/** Unique identifier for this API settings record */
|
|
16047
|
+
id: string;
|
|
16048
|
+
}
|
|
16037
16049
|
export interface DeleteEnumInput {
|
|
16038
16050
|
clientMutationId?: string;
|
|
16039
16051
|
id: string;
|
|
@@ -16873,13 +16885,6 @@ export interface RealtimeModuleConnection {
|
|
|
16873
16885
|
pageInfo: PageInfo;
|
|
16874
16886
|
totalCount: number;
|
|
16875
16887
|
}
|
|
16876
|
-
/** A connection to a list of `DatabaseSetting` values. */
|
|
16877
|
-
export interface DatabaseSettingConnection {
|
|
16878
|
-
nodes: DatabaseSetting[];
|
|
16879
|
-
edges: DatabaseSettingEdge[];
|
|
16880
|
-
pageInfo: PageInfo;
|
|
16881
|
-
totalCount: number;
|
|
16882
|
-
}
|
|
16883
16888
|
/** A connection to a list of `PlansModule` values. */
|
|
16884
16889
|
export interface PlansModuleConnection {
|
|
16885
16890
|
nodes: PlansModule[];
|
|
@@ -16915,10 +16920,10 @@ export interface DatabaseTransferConnection {
|
|
|
16915
16920
|
pageInfo: PageInfo;
|
|
16916
16921
|
totalCount: number;
|
|
16917
16922
|
}
|
|
16918
|
-
/** A connection to a list of `
|
|
16919
|
-
export interface
|
|
16920
|
-
nodes:
|
|
16921
|
-
edges:
|
|
16923
|
+
/** A connection to a list of `DatabaseSetting` values. */
|
|
16924
|
+
export interface DatabaseSettingConnection {
|
|
16925
|
+
nodes: DatabaseSetting[];
|
|
16926
|
+
edges: DatabaseSettingEdge[];
|
|
16922
16927
|
pageInfo: PageInfo;
|
|
16923
16928
|
totalCount: number;
|
|
16924
16929
|
}
|
|
@@ -16978,6 +16983,13 @@ export interface AstMigrationConnection {
|
|
|
16978
16983
|
pageInfo: PageInfo;
|
|
16979
16984
|
totalCount: number;
|
|
16980
16985
|
}
|
|
16986
|
+
/** A connection to a list of `ApiSetting` values. */
|
|
16987
|
+
export interface ApiSettingConnection {
|
|
16988
|
+
nodes: ApiSetting[];
|
|
16989
|
+
edges: ApiSettingEdge[];
|
|
16990
|
+
pageInfo: PageInfo;
|
|
16991
|
+
totalCount: number;
|
|
16992
|
+
}
|
|
16981
16993
|
/** A connection to a list of `Enum` values. */
|
|
16982
16994
|
export interface EnumConnection {
|
|
16983
16995
|
nodes: Enum[];
|
|
@@ -17984,12 +17996,6 @@ export interface CreateRealtimeModulePayload {
|
|
|
17984
17996
|
realtimeModule?: RealtimeModule | null;
|
|
17985
17997
|
realtimeModuleEdge?: RealtimeModuleEdge | null;
|
|
17986
17998
|
}
|
|
17987
|
-
export interface CreateDatabaseSettingPayload {
|
|
17988
|
-
clientMutationId?: string | null;
|
|
17989
|
-
/** The `DatabaseSetting` that was created by this mutation. */
|
|
17990
|
-
databaseSetting?: DatabaseSetting | null;
|
|
17991
|
-
databaseSettingEdge?: DatabaseSettingEdge | null;
|
|
17992
|
-
}
|
|
17993
17999
|
export interface CreatePlansModulePayload {
|
|
17994
18000
|
clientMutationId?: string | null;
|
|
17995
18001
|
/** The `PlansModule` that was created by this mutation. */
|
|
@@ -18019,11 +18025,11 @@ export interface CreateDatabaseTransferPayload {
|
|
|
18019
18025
|
databaseTransfer?: DatabaseTransfer | null;
|
|
18020
18026
|
databaseTransferEdge?: DatabaseTransferEdge | null;
|
|
18021
18027
|
}
|
|
18022
|
-
export interface
|
|
18028
|
+
export interface CreateDatabaseSettingPayload {
|
|
18023
18029
|
clientMutationId?: string | null;
|
|
18024
|
-
/** The `
|
|
18025
|
-
|
|
18026
|
-
|
|
18030
|
+
/** The `DatabaseSetting` that was created by this mutation. */
|
|
18031
|
+
databaseSetting?: DatabaseSetting | null;
|
|
18032
|
+
databaseSettingEdge?: DatabaseSettingEdge | null;
|
|
18027
18033
|
}
|
|
18028
18034
|
export interface CreateBillingModulePayload {
|
|
18029
18035
|
clientMutationId?: string | null;
|
|
@@ -18072,6 +18078,12 @@ export interface CreateAstMigrationPayload {
|
|
|
18072
18078
|
/** The `AstMigration` that was created by this mutation. */
|
|
18073
18079
|
astMigration?: AstMigration | null;
|
|
18074
18080
|
}
|
|
18081
|
+
export interface CreateApiSettingPayload {
|
|
18082
|
+
clientMutationId?: string | null;
|
|
18083
|
+
/** The `ApiSetting` that was created by this mutation. */
|
|
18084
|
+
apiSetting?: ApiSetting | null;
|
|
18085
|
+
apiSettingEdge?: ApiSettingEdge | null;
|
|
18086
|
+
}
|
|
18075
18087
|
export interface CreateEnumPayload {
|
|
18076
18088
|
clientMutationId?: string | null;
|
|
18077
18089
|
/** The `Enum` that was created by this mutation. */
|
|
@@ -18828,12 +18840,6 @@ export interface UpdateRealtimeModulePayload {
|
|
|
18828
18840
|
realtimeModule?: RealtimeModule | null;
|
|
18829
18841
|
realtimeModuleEdge?: RealtimeModuleEdge | null;
|
|
18830
18842
|
}
|
|
18831
|
-
export interface UpdateDatabaseSettingPayload {
|
|
18832
|
-
clientMutationId?: string | null;
|
|
18833
|
-
/** The `DatabaseSetting` that was updated by this mutation. */
|
|
18834
|
-
databaseSetting?: DatabaseSetting | null;
|
|
18835
|
-
databaseSettingEdge?: DatabaseSettingEdge | null;
|
|
18836
|
-
}
|
|
18837
18843
|
export interface UpdatePlansModulePayload {
|
|
18838
18844
|
clientMutationId?: string | null;
|
|
18839
18845
|
/** The `PlansModule` that was updated by this mutation. */
|
|
@@ -18858,11 +18864,11 @@ export interface UpdateDatabaseTransferPayload {
|
|
|
18858
18864
|
databaseTransfer?: DatabaseTransfer | null;
|
|
18859
18865
|
databaseTransferEdge?: DatabaseTransferEdge | null;
|
|
18860
18866
|
}
|
|
18861
|
-
export interface
|
|
18867
|
+
export interface UpdateDatabaseSettingPayload {
|
|
18862
18868
|
clientMutationId?: string | null;
|
|
18863
|
-
/** The `
|
|
18864
|
-
|
|
18865
|
-
|
|
18869
|
+
/** The `DatabaseSetting` that was updated by this mutation. */
|
|
18870
|
+
databaseSetting?: DatabaseSetting | null;
|
|
18871
|
+
databaseSettingEdge?: DatabaseSettingEdge | null;
|
|
18866
18872
|
}
|
|
18867
18873
|
export interface UpdateBillingModulePayload {
|
|
18868
18874
|
clientMutationId?: string | null;
|
|
@@ -18906,6 +18912,12 @@ export interface UpdateOrgLimitPayload {
|
|
|
18906
18912
|
orgLimit?: OrgLimit | null;
|
|
18907
18913
|
orgLimitEdge?: OrgLimitEdge | null;
|
|
18908
18914
|
}
|
|
18915
|
+
export interface UpdateApiSettingPayload {
|
|
18916
|
+
clientMutationId?: string | null;
|
|
18917
|
+
/** The `ApiSetting` that was updated by this mutation. */
|
|
18918
|
+
apiSetting?: ApiSetting | null;
|
|
18919
|
+
apiSettingEdge?: ApiSettingEdge | null;
|
|
18920
|
+
}
|
|
18909
18921
|
export interface UpdateEnumPayload {
|
|
18910
18922
|
clientMutationId?: string | null;
|
|
18911
18923
|
/** The `Enum` that was updated by this mutation. */
|
|
@@ -19662,12 +19674,6 @@ export interface DeleteRealtimeModulePayload {
|
|
|
19662
19674
|
realtimeModule?: RealtimeModule | null;
|
|
19663
19675
|
realtimeModuleEdge?: RealtimeModuleEdge | null;
|
|
19664
19676
|
}
|
|
19665
|
-
export interface DeleteDatabaseSettingPayload {
|
|
19666
|
-
clientMutationId?: string | null;
|
|
19667
|
-
/** The `DatabaseSetting` that was deleted by this mutation. */
|
|
19668
|
-
databaseSetting?: DatabaseSetting | null;
|
|
19669
|
-
databaseSettingEdge?: DatabaseSettingEdge | null;
|
|
19670
|
-
}
|
|
19671
19677
|
export interface DeletePlansModulePayload {
|
|
19672
19678
|
clientMutationId?: string | null;
|
|
19673
19679
|
/** The `PlansModule` that was deleted by this mutation. */
|
|
@@ -19692,11 +19698,11 @@ export interface DeleteDatabaseTransferPayload {
|
|
|
19692
19698
|
databaseTransfer?: DatabaseTransfer | null;
|
|
19693
19699
|
databaseTransferEdge?: DatabaseTransferEdge | null;
|
|
19694
19700
|
}
|
|
19695
|
-
export interface
|
|
19701
|
+
export interface DeleteDatabaseSettingPayload {
|
|
19696
19702
|
clientMutationId?: string | null;
|
|
19697
|
-
/** The `
|
|
19698
|
-
|
|
19699
|
-
|
|
19703
|
+
/** The `DatabaseSetting` that was deleted by this mutation. */
|
|
19704
|
+
databaseSetting?: DatabaseSetting | null;
|
|
19705
|
+
databaseSettingEdge?: DatabaseSettingEdge | null;
|
|
19700
19706
|
}
|
|
19701
19707
|
export interface DeleteBillingModulePayload {
|
|
19702
19708
|
clientMutationId?: string | null;
|
|
@@ -19740,6 +19746,12 @@ export interface DeleteOrgLimitPayload {
|
|
|
19740
19746
|
orgLimit?: OrgLimit | null;
|
|
19741
19747
|
orgLimitEdge?: OrgLimitEdge | null;
|
|
19742
19748
|
}
|
|
19749
|
+
export interface DeleteApiSettingPayload {
|
|
19750
|
+
clientMutationId?: string | null;
|
|
19751
|
+
/** The `ApiSetting` that was deleted by this mutation. */
|
|
19752
|
+
apiSetting?: ApiSetting | null;
|
|
19753
|
+
apiSettingEdge?: ApiSettingEdge | null;
|
|
19754
|
+
}
|
|
19743
19755
|
export interface DeleteEnumPayload {
|
|
19744
19756
|
clientMutationId?: string | null;
|
|
19745
19757
|
/** The `Enum` that was deleted by this mutation. */
|
|
@@ -20569,12 +20581,6 @@ export interface RealtimeModuleEdge {
|
|
|
20569
20581
|
/** The `RealtimeModule` at the end of the edge. */
|
|
20570
20582
|
node?: RealtimeModule | null;
|
|
20571
20583
|
}
|
|
20572
|
-
/** A `DatabaseSetting` edge in the connection. */
|
|
20573
|
-
export interface DatabaseSettingEdge {
|
|
20574
|
-
cursor?: string | null;
|
|
20575
|
-
/** The `DatabaseSetting` at the end of the edge. */
|
|
20576
|
-
node?: DatabaseSetting | null;
|
|
20577
|
-
}
|
|
20578
20584
|
/** A `PlansModule` edge in the connection. */
|
|
20579
20585
|
export interface PlansModuleEdge {
|
|
20580
20586
|
cursor?: string | null;
|
|
@@ -20605,11 +20611,11 @@ export interface DatabaseTransferEdge {
|
|
|
20605
20611
|
/** The `DatabaseTransfer` at the end of the edge. */
|
|
20606
20612
|
node?: DatabaseTransfer | null;
|
|
20607
20613
|
}
|
|
20608
|
-
/** A `
|
|
20609
|
-
export interface
|
|
20614
|
+
/** A `DatabaseSetting` edge in the connection. */
|
|
20615
|
+
export interface DatabaseSettingEdge {
|
|
20610
20616
|
cursor?: string | null;
|
|
20611
|
-
/** The `
|
|
20612
|
-
node?:
|
|
20617
|
+
/** The `DatabaseSetting` at the end of the edge. */
|
|
20618
|
+
node?: DatabaseSetting | null;
|
|
20613
20619
|
}
|
|
20614
20620
|
/** A `BillingModule` edge in the connection. */
|
|
20615
20621
|
export interface BillingModuleEdge {
|
|
@@ -20659,6 +20665,12 @@ export interface AstMigrationEdge {
|
|
|
20659
20665
|
/** The `AstMigration` at the end of the edge. */
|
|
20660
20666
|
node?: AstMigration | null;
|
|
20661
20667
|
}
|
|
20668
|
+
/** A `ApiSetting` edge in the connection. */
|
|
20669
|
+
export interface ApiSettingEdge {
|
|
20670
|
+
cursor?: string | null;
|
|
20671
|
+
/** The `ApiSetting` at the end of the edge. */
|
|
20672
|
+
node?: ApiSetting | null;
|
|
20673
|
+
}
|
|
20662
20674
|
/** A `Enum` edge in the connection. */
|
|
20663
20675
|
export interface EnumEdge {
|
|
20664
20676
|
cursor?: string | null;
|
package/public/types.d.ts
CHANGED
|
@@ -589,6 +589,7 @@ export interface ApiSetting {
|
|
|
589
589
|
enableLtree: boolean | null;
|
|
590
590
|
enableLlm: boolean | null;
|
|
591
591
|
enableRealtime: boolean | null;
|
|
592
|
+
enableBulk: boolean | null;
|
|
592
593
|
options: unknown | null;
|
|
593
594
|
}
|
|
594
595
|
export interface ConnectedAccountsModule {
|
|
@@ -1626,21 +1627,6 @@ export interface RlsModule {
|
|
|
1626
1627
|
currentRole: string | null;
|
|
1627
1628
|
currentRoleId: string | null;
|
|
1628
1629
|
}
|
|
1629
|
-
export interface DatabaseSetting {
|
|
1630
|
-
id: string | null;
|
|
1631
|
-
databaseId: string | null;
|
|
1632
|
-
enableAggregates: boolean | null;
|
|
1633
|
-
enablePostgis: boolean | null;
|
|
1634
|
-
enableSearch: boolean | null;
|
|
1635
|
-
enableDirectUploads: boolean | null;
|
|
1636
|
-
enablePresignedUploads: boolean | null;
|
|
1637
|
-
enableManyToMany: boolean | null;
|
|
1638
|
-
enableConnectionFilter: boolean | null;
|
|
1639
|
-
enableLtree: boolean | null;
|
|
1640
|
-
enableLlm: boolean | null;
|
|
1641
|
-
enableRealtime: boolean | null;
|
|
1642
|
-
options: unknown | null;
|
|
1643
|
-
}
|
|
1644
1630
|
export interface PlansModule {
|
|
1645
1631
|
id: string | null;
|
|
1646
1632
|
databaseId: string | null;
|
|
@@ -1671,6 +1657,22 @@ export interface SqlAction {
|
|
|
1671
1657
|
actionId: string | null;
|
|
1672
1658
|
actorId: string | null;
|
|
1673
1659
|
}
|
|
1660
|
+
export interface DatabaseSetting {
|
|
1661
|
+
id: string | null;
|
|
1662
|
+
databaseId: string | null;
|
|
1663
|
+
enableAggregates: boolean | null;
|
|
1664
|
+
enablePostgis: boolean | null;
|
|
1665
|
+
enableSearch: boolean | null;
|
|
1666
|
+
enableDirectUploads: boolean | null;
|
|
1667
|
+
enablePresignedUploads: boolean | null;
|
|
1668
|
+
enableManyToMany: boolean | null;
|
|
1669
|
+
enableConnectionFilter: boolean | null;
|
|
1670
|
+
enableLtree: boolean | null;
|
|
1671
|
+
enableLlm: boolean | null;
|
|
1672
|
+
enableRealtime: boolean | null;
|
|
1673
|
+
enableBulk: boolean | null;
|
|
1674
|
+
options: unknown | null;
|
|
1675
|
+
}
|
|
1674
1676
|
export interface BillingModule {
|
|
1675
1677
|
id: string | null;
|
|
1676
1678
|
databaseId: string | null;
|