@redonvn/redai-backend-api-sdk 0.5.16 → 0.5.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.
Files changed (155) hide show
  1. package/dist/cjs/generated/dynamic-table/services/workspace-invite-links.service.js +9 -0
  2. package/dist/cjs/generated/dynamic-table/services/workspace-invite-links.service.js.map +1 -1
  3. package/dist/cjs/generated/dynamic-table/types.js +156 -94
  4. package/dist/cjs/generated/dynamic-table/types.js.map +1 -1
  5. package/dist/cjs/generated/index.js +90 -92
  6. package/dist/cjs/generated/index.js.map +1 -1
  7. package/dist/cjs/generated/integration/services/facebook-ads-campaign.service.js +18 -0
  8. package/dist/cjs/generated/integration/services/facebook-ads-campaign.service.js.map +1 -1
  9. package/dist/cjs/generated/integration/services/google-cloud-project.service.js +45 -0
  10. package/dist/cjs/generated/integration/services/google-cloud-project.service.js.map +1 -1
  11. package/dist/cjs/generated/integration/services/index.js +3 -1
  12. package/dist/cjs/generated/integration/services/index.js.map +1 -1
  13. package/dist/cjs/generated/integration/services/openai-oauth-integration.service.js +28 -0
  14. package/dist/cjs/generated/integration/services/openai-oauth-integration.service.js.map +1 -0
  15. package/dist/cjs/generated/integration/types.js +7 -70
  16. package/dist/cjs/generated/integration/types.js.map +1 -1
  17. package/dist/cjs/generated/services/index.js +0 -2
  18. package/dist/cjs/generated/services/index.js.map +1 -1
  19. package/dist/cjs/generated/shared-types.js +15 -155
  20. package/dist/cjs/generated/shared-types.js.map +1 -1
  21. package/dist/cjs/generated/types.js +1 -3
  22. package/dist/cjs/generated/types.js.map +1 -1
  23. package/dist/cjs/index.js +15 -19
  24. package/dist/cjs/index.js.map +1 -1
  25. package/dist/cjs/{generated/workspace/types.js → workspace/workspace-capability-domain.js} +6 -30
  26. package/dist/cjs/workspace/workspace-capability-domain.js.map +1 -0
  27. package/dist/esm/generated/dynamic-table/services/workspace-invite-links.service.d.ts +2 -1
  28. package/dist/esm/generated/dynamic-table/services/workspace-invite-links.service.d.ts.map +1 -1
  29. package/dist/esm/generated/dynamic-table/services/workspace-invite-links.service.js +9 -0
  30. package/dist/esm/generated/dynamic-table/services/workspace-invite-links.service.js.map +1 -1
  31. package/dist/esm/generated/dynamic-table/types.d.ts +511 -100
  32. package/dist/esm/generated/dynamic-table/types.d.ts.map +1 -1
  33. package/dist/esm/generated/dynamic-table/types.js +155 -84
  34. package/dist/esm/generated/dynamic-table/types.js.map +1 -1
  35. package/dist/esm/generated/index.d.ts +3 -9
  36. package/dist/esm/generated/index.d.ts.map +1 -1
  37. package/dist/esm/generated/index.js +1 -5
  38. package/dist/esm/generated/index.js.map +1 -1
  39. package/dist/esm/generated/integration/services/facebook-ads-campaign.service.d.ts +4 -2
  40. package/dist/esm/generated/integration/services/facebook-ads-campaign.service.d.ts.map +1 -1
  41. package/dist/esm/generated/integration/services/facebook-ads-campaign.service.js +18 -0
  42. package/dist/esm/generated/integration/services/facebook-ads-campaign.service.js.map +1 -1
  43. package/dist/esm/generated/integration/services/google-cloud-project.service.d.ts +6 -1
  44. package/dist/esm/generated/integration/services/google-cloud-project.service.d.ts.map +1 -1
  45. package/dist/esm/generated/integration/services/google-cloud-project.service.js +45 -0
  46. package/dist/esm/generated/integration/services/google-cloud-project.service.js.map +1 -1
  47. package/dist/esm/generated/integration/services/index.d.ts +1 -0
  48. package/dist/esm/generated/integration/services/index.d.ts.map +1 -1
  49. package/dist/esm/generated/integration/services/index.js +1 -0
  50. package/dist/esm/generated/integration/services/index.js.map +1 -1
  51. package/dist/esm/generated/integration/services/openai-oauth-integration.service.d.ts +9 -0
  52. package/dist/esm/generated/integration/services/openai-oauth-integration.service.d.ts.map +1 -0
  53. package/dist/esm/generated/integration/services/openai-oauth-integration.service.js +24 -0
  54. package/dist/esm/generated/integration/services/openai-oauth-integration.service.js.map +1 -0
  55. package/dist/esm/generated/integration/types.d.ts +164 -165
  56. package/dist/esm/generated/integration/types.d.ts.map +1 -1
  57. package/dist/esm/generated/integration/types.js +5 -69
  58. package/dist/esm/generated/integration/types.js.map +1 -1
  59. package/dist/esm/generated/services/index.d.ts +0 -2
  60. package/dist/esm/generated/services/index.d.ts.map +1 -1
  61. package/dist/esm/generated/services/index.js +0 -2
  62. package/dist/esm/generated/services/index.js.map +1 -1
  63. package/dist/esm/generated/shared-types.d.ts +28 -496
  64. package/dist/esm/generated/shared-types.d.ts.map +1 -1
  65. package/dist/esm/generated/shared-types.js +14 -154
  66. package/dist/esm/generated/shared-types.js.map +1 -1
  67. package/dist/esm/generated/types.d.ts +0 -2
  68. package/dist/esm/generated/types.d.ts.map +1 -1
  69. package/dist/esm/generated/types.js +0 -2
  70. package/dist/esm/generated/types.js.map +1 -1
  71. package/dist/esm/index.d.ts +6 -19
  72. package/dist/esm/index.d.ts.map +1 -1
  73. package/dist/esm/index.js +4 -11
  74. package/dist/esm/index.js.map +1 -1
  75. package/dist/esm/workspace/workspace-capability-domain.d.ts +38 -0
  76. package/dist/esm/workspace/workspace-capability-domain.d.ts.map +1 -0
  77. package/dist/esm/{generated/workspace/types.js → workspace/workspace-capability-domain.js} +5 -29
  78. package/dist/esm/workspace/workspace-capability-domain.js.map +1 -0
  79. package/package.json +3 -1
  80. package/dist/cjs/generated/ask-ai/index.js +0 -36
  81. package/dist/cjs/generated/ask-ai/index.js.map +0 -1
  82. package/dist/cjs/generated/ask-ai/services/admin-ask-ai.service.js +0 -28
  83. package/dist/cjs/generated/ask-ai/services/admin-ask-ai.service.js.map +0 -1
  84. package/dist/cjs/generated/ask-ai/services/ask-ai-dynamic-table.service.js +0 -19
  85. package/dist/cjs/generated/ask-ai/services/ask-ai-dynamic-table.service.js.map +0 -1
  86. package/dist/cjs/generated/ask-ai/services/ask-ai-flow-schema.service.js +0 -28
  87. package/dist/cjs/generated/ask-ai/services/ask-ai-flow-schema.service.js.map +0 -1
  88. package/dist/cjs/generated/ask-ai/services/ask-ai.service.js +0 -46
  89. package/dist/cjs/generated/ask-ai/services/ask-ai.service.js.map +0 -1
  90. package/dist/cjs/generated/ask-ai/services/common.service.js +0 -19
  91. package/dist/cjs/generated/ask-ai/services/common.service.js.map +0 -1
  92. package/dist/cjs/generated/ask-ai/services/index.js +0 -15
  93. package/dist/cjs/generated/ask-ai/services/index.js.map +0 -1
  94. package/dist/cjs/generated/ask-ai/types.js +0 -51
  95. package/dist/cjs/generated/ask-ai/types.js.map +0 -1
  96. package/dist/cjs/generated/workspace/index.js +0 -25
  97. package/dist/cjs/generated/workspace/index.js.map +0 -1
  98. package/dist/cjs/generated/workspace/services/index.js +0 -9
  99. package/dist/cjs/generated/workspace/services/index.js.map +0 -1
  100. package/dist/cjs/generated/workspace/services/workspace-scope-role.service.js +0 -28
  101. package/dist/cjs/generated/workspace/services/workspace-scope-role.service.js.map +0 -1
  102. package/dist/cjs/generated/workspace/services/workspace-scope-user.service.js +0 -64
  103. package/dist/cjs/generated/workspace/services/workspace-scope-user.service.js.map +0 -1
  104. package/dist/cjs/generated/workspace/types.js.map +0 -1
  105. package/dist/esm/generated/ask-ai/index.d.ts +0 -4
  106. package/dist/esm/generated/ask-ai/index.d.ts.map +0 -1
  107. package/dist/esm/generated/ask-ai/index.js +0 -5
  108. package/dist/esm/generated/ask-ai/index.js.map +0 -1
  109. package/dist/esm/generated/ask-ai/services/admin-ask-ai.service.d.ts +0 -16
  110. package/dist/esm/generated/ask-ai/services/admin-ask-ai.service.d.ts.map +0 -1
  111. package/dist/esm/generated/ask-ai/services/admin-ask-ai.service.js +0 -24
  112. package/dist/esm/generated/ask-ai/services/admin-ask-ai.service.js.map +0 -1
  113. package/dist/esm/generated/ask-ai/services/ask-ai-dynamic-table.service.d.ts +0 -8
  114. package/dist/esm/generated/ask-ai/services/ask-ai-dynamic-table.service.d.ts.map +0 -1
  115. package/dist/esm/generated/ask-ai/services/ask-ai-dynamic-table.service.js +0 -15
  116. package/dist/esm/generated/ask-ai/services/ask-ai-dynamic-table.service.js.map +0 -1
  117. package/dist/esm/generated/ask-ai/services/ask-ai-flow-schema.service.d.ts +0 -9
  118. package/dist/esm/generated/ask-ai/services/ask-ai-flow-schema.service.d.ts.map +0 -1
  119. package/dist/esm/generated/ask-ai/services/ask-ai-flow-schema.service.js +0 -24
  120. package/dist/esm/generated/ask-ai/services/ask-ai-flow-schema.service.js.map +0 -1
  121. package/dist/esm/generated/ask-ai/services/ask-ai.service.d.ts +0 -23
  122. package/dist/esm/generated/ask-ai/services/ask-ai.service.d.ts.map +0 -1
  123. package/dist/esm/generated/ask-ai/services/ask-ai.service.js +0 -42
  124. package/dist/esm/generated/ask-ai/services/ask-ai.service.js.map +0 -1
  125. package/dist/esm/generated/ask-ai/services/common.service.d.ts +0 -8
  126. package/dist/esm/generated/ask-ai/services/common.service.d.ts.map +0 -1
  127. package/dist/esm/generated/ask-ai/services/common.service.js +0 -15
  128. package/dist/esm/generated/ask-ai/services/common.service.js.map +0 -1
  129. package/dist/esm/generated/ask-ai/services/index.d.ts +0 -6
  130. package/dist/esm/generated/ask-ai/services/index.d.ts.map +0 -1
  131. package/dist/esm/generated/ask-ai/services/index.js +0 -7
  132. package/dist/esm/generated/ask-ai/services/index.js.map +0 -1
  133. package/dist/esm/generated/ask-ai/types.d.ts +0 -405
  134. package/dist/esm/generated/ask-ai/types.d.ts.map +0 -1
  135. package/dist/esm/generated/ask-ai/types.js +0 -38
  136. package/dist/esm/generated/ask-ai/types.js.map +0 -1
  137. package/dist/esm/generated/workspace/index.d.ts +0 -4
  138. package/dist/esm/generated/workspace/index.d.ts.map +0 -1
  139. package/dist/esm/generated/workspace/index.js +0 -5
  140. package/dist/esm/generated/workspace/index.js.map +0 -1
  141. package/dist/esm/generated/workspace/services/index.d.ts +0 -3
  142. package/dist/esm/generated/workspace/services/index.d.ts.map +0 -1
  143. package/dist/esm/generated/workspace/services/index.js +0 -4
  144. package/dist/esm/generated/workspace/services/index.js.map +0 -1
  145. package/dist/esm/generated/workspace/services/workspace-scope-role.service.d.ts +0 -9
  146. package/dist/esm/generated/workspace/services/workspace-scope-role.service.d.ts.map +0 -1
  147. package/dist/esm/generated/workspace/services/workspace-scope-role.service.js +0 -24
  148. package/dist/esm/generated/workspace/services/workspace-scope-role.service.js.map +0 -1
  149. package/dist/esm/generated/workspace/services/workspace-scope-user.service.d.ts +0 -13
  150. package/dist/esm/generated/workspace/services/workspace-scope-user.service.d.ts.map +0 -1
  151. package/dist/esm/generated/workspace/services/workspace-scope-user.service.js +0 -60
  152. package/dist/esm/generated/workspace/services/workspace-scope-user.service.js.map +0 -1
  153. package/dist/esm/generated/workspace/types.d.ts +0 -174
  154. package/dist/esm/generated/workspace/types.d.ts.map +0 -1
  155. package/dist/esm/generated/workspace/types.js.map +0 -1
@@ -1,7 +1,6 @@
1
- import type { FieldConfig, TableMeta, TableSettings, ViewMeta } from '../shared-types';
2
- import { ExternalDataType, FieldType, ModelType, ReferentialAction, RelationType, RollupFunction, RowColoringMode, StorageMode, ViewLockType, ViewType } from '../shared-types';
3
- export type { ACB_BANK, ACTION, ACTIVE, AGENT_DESKTOP_SDK_EXE, AHAMOVE, AI, ALIBABA_CODING_PLAN, ANTHROPIC, ApiResponseDto, ARCHIVED, ARRAY, ASC, ATTACHMENT, AUTONUMBER, AVG, AVG_DISTINCT, AZURE_AI, BARCODE, BASE, BELONGS_TO, BIGINT, BIGSERIAL, BINARY, BIT, BLOB, BOOLEAN, BUTTON, BYTEA, CALENDAR, CASCADE, CENTER, CHAR, CIDR, CLOUD_AWS_S3, CLOUD_AZURE_BLOB, CLOUD_BACKBLAZE_B2, CLOUD_CLOUDFLARE_R2, CLOUD_GOOGLE_CLOUD_STORAGE, CLOUD_MINIO, CLOUD_WASABI, COLLABORATIVE, ColumnResponseDto, COMPLETED, COUNT, COUNT_DISTINCT, CREATE, CREATED_BY, CREATED_TIME, CURRENCY, CUSTOM, DASHBOARD, DATABASE_MARIADB, DATABASE_MONGODB, DATABASE_MSSQL, DATABASE_MYSQL, DATABASE_ORACLE, DATABASE_POSTGRESQL, DATABASE_REDIS, DATABASE_SQLITE, DATE, DATETIME, DATETIME2, DECIMAL, DEEPSEEK, DEFAULT, DELETE, DESC, DISABLED, DOCUMENT, DOUBLE, DURATION, EAV, EMAIL, EMAIL_GMAIL, EMAIL_OUTLOOK, EMAIL_SMTP, EMAIL_TWILIO_SENDGRID, ENUM, ExternalSyncConfig, FACEBOOK_ADS, FACEBOOK_BUSINESS, FACEBOOK_PAGE, FACEBOOK_PERSONAL, FAILED, FieldConfig, FieldMeta, FILTER, FLOAT, FORM, FORMULA, GALLERY, GEOGRAPHY, GEOMETRY, GET, GETFLY_CRM, GHN, GHTK, GOOGLE_ADS, GOOGLE_CALENDAR, GOOGLE_CLOUD_PROJECT, GOOGLE_DOCS, GOOGLE_DRIVE, GOOGLE_SHEETS, GRID, HAS_MANY, HSTORE, IMAGE, INET, INT, INTEGER, INTERVAL, JSON, JSONB, KANBAN, KL_BANK, LINK_TO_ANOTHER_RECORD, LINKS, LOCKED, LONG_TEXT, LONGTEXT, LOOKUP, LookupConfigResponseDto, MACADDR, MANY_TO_MANY, MAP, MAX, MB_BANK, MEDIUMINT, MEDIUMTEXT, MIN, MODIFIED_BY, MODIFIED_TIME, MONEY, MULTI_SELECT, NCHAR, NO, NO_ACTION, NONE, NULL, NUMBER, NUMERIC, NVARCHAR, OBJECT_ID, OCB_BANK, ONE_TO_ONE, OPENAI, OPENROUTER, ORDER, PATCH, PENDING, PERCENT, PERPLEXITY_AI, PERSONAL, PHONE, PHYSICAL, POINT, POST, PROXY, PUT, QR_CODE, RATING, READ, REAL, REDAI, REDAI_EXTENSION, REDAI_LLM, RELATION, RelationConfigResponseDto, RESTRICT, ROLLUP, RollupConfigResponseDto, SELECT, SERIAL, SET, SET_DEFAULT, SET_NULL, SMALLDATETIME, SMALLINT, SMALLMONEY, SMS_ESMS, SMS_ESMS_ADVERTISING, SMS_ESMS_CUSTOMER_CARE, SMS_ESMS_VIBER, SMS_FPT, SMS_SPEED, SMS_TWILIO, SMS_VONAGE, SUM, SUM_DISTINCT, T, TABLE, TableMeta, TableResponseDto, TableSettings, TELEGRAM, TELEGRAM_BOT, TEST, TEXT, TIME, TIMESTAMP, TIMESTAMPTZ, TINYINT, TINYTEXT, UNIQUEIDENTIFIER, UPDATE, URL, USER, UUID, VARBINARY, VARCHAR, VIEW, ViewMeta, ViewResponseDto, WEBSITE, WORKFLOW, XAI, XML, YEAR, ZALO_BOT, ZALO_OA, ZALO_PERSONAL } from '../shared-types';
4
- export { ExternalDataType, FieldType, ModelType, ReferentialAction, RelationType, RollupFunction, RowColoringMode, StorageMode, ViewLockType, ViewType } from '../shared-types';
1
+ import { ProviderEnum } from '../shared-types';
2
+ export type { ACB_BANK, ACTIVE, AGENT_DESKTOP_SDK_EXE, AGRIBANK_BANK, AHAMOVE, ALIBABA_CODING_PLAN, ANTHROPIC, ApiResponseDto, ARCHIVED, ARRAY, ASC, AZURE_AI, BIDV_BANK, BINARY, BOOLEAN, CENTER, CLOUD_AWS_S3, CLOUD_AZURE_BLOB, CLOUD_BACKBLAZE_B2, CLOUD_CLOUDFLARE_R2, CLOUD_GOOGLE_CLOUD_STORAGE, CLOUD_MINIO, CLOUD_WASABI, COMPLETED, CREATE, CUSTOM, DATABASE_MARIADB, DATABASE_MONGODB, DATABASE_MSSQL, DATABASE_MYSQL, DATABASE_ORACLE, DATABASE_POSTGRESQL, DATABASE_REDIS, DATABASE_SQLITE, DATE, DEEPSEEK, DELETE, DESC, DISABLED, EMAIL, EMAIL_GMAIL, EMAIL_OUTLOOK, EMAIL_SMTP, EMAIL_TWILIO_SENDGRID, FACEBOOK_ADS, FACEBOOK_BUSINESS, FACEBOOK_PAGE, FACEBOOK_PERSONAL, FAILED, FORMULA, GET, GETFLY_CRM, GHN, GHTK, GOOGLE_ADS, GOOGLE_AI_STUDIO, GOOGLE_CALENDAR, GOOGLE_CLOUD_PROJECT, GOOGLE_DOCS, GOOGLE_DRIVE, GOOGLE_SHEETS, GRID, HDB_BANK, JSON, KL_BANK, MB_BANK, NONE, NUMBER, OCB_BANK, OPENAI, OPENAI_OAUTH, OPENROUTER, PATCH, PENDING, PERPLEXITY_AI, POST, PROXY, PUT, REDAI, REDAI_EXTENSION, REDAI_LLM, SCB_BANK, SHB_BANK, SMS_ESMS, SMS_ESMS_ADVERTISING, SMS_ESMS_CUSTOMER_CARE, SMS_ESMS_VIBER, SMS_FPT, SMS_SPEED, SMS_TWILIO, SMS_VONAGE, STB_BANK, T, TCB_BANK, TELEGRAM, TELEGRAM_BOT, TEXT, TPB_BANK, UPDATE, URL, USER, VCB_BANK, VIB_BANK, VPB_BANK, VTB_BANK, WEBSITE, XAI, ZALO_BOT, ZALO_OA, ZALO_PERSONAL } from '../shared-types';
3
+ export { ProviderEnum } from '../shared-types';
5
4
  export interface AcceptWorkspaceInviteDto {
6
5
  token: string;
7
6
  }
@@ -341,6 +340,54 @@ export interface CalendarViewResponseDto {
341
340
  createdAt: number;
342
341
  updatedAt: number | null;
343
342
  }
343
+ export interface ColumnResponseDto {
344
+ id: string;
345
+ tableId: string;
346
+ workspaceId: string | null;
347
+ baseId: string | null;
348
+ sourceId: string | null;
349
+ name: string;
350
+ keyName: string;
351
+ description: string | null;
352
+ columnName: string | null;
353
+ type: FieldType;
354
+ order: number | null;
355
+ isPrimary: boolean | null;
356
+ isPrimaryValue: boolean | null;
357
+ isRequired: boolean | null;
358
+ isUnique: boolean | null;
359
+ isAutoIncrement: boolean | null;
360
+ isUnsigned: boolean | null;
361
+ isSystem: boolean | null;
362
+ isReadonly: boolean | null;
363
+ isVirtual: boolean | null;
364
+ uiDataType: string | null;
365
+ dataType: string | null;
366
+ numericPrecision: string | null;
367
+ numericScale: string | null;
368
+ characterLength: string | null;
369
+ columnDefault: string | null;
370
+ columnType: string | null;
371
+ columnComment: string | null;
372
+ columnSequenceName: string | null;
373
+ dataTypeExtra: string | null;
374
+ dataTypeExtraPrecision: string | null;
375
+ dataTypeExtraScale: string | null;
376
+ autoUpdated: boolean | null;
377
+ config: FieldConfig | null;
378
+ meta: FieldMeta | null;
379
+ validation: string | null;
380
+ externalColumnName: string | null;
381
+ externalDataType: ExternalDataType | null;
382
+ createdAt: number | null;
383
+ updatedAt: number | null;
384
+ relationConfig?: RelationConfigResponseDto | null;
385
+ lookupConfig?: LookupConfigResponseDto | null;
386
+ rollupConfig?: RollupConfigResponseDto | null;
387
+ inverseFieldId?: string | null;
388
+ inverseFieldKey?: string | null;
389
+ inverseFieldName?: string | null;
390
+ }
344
391
  export interface CommandPaletteSearchQueryDto {
345
392
  q: string;
346
393
  limit?: number;
@@ -668,9 +715,180 @@ export interface ExportOptionsDto {
668
715
  export interface ExportStartResponseDto {
669
716
  jobId: string;
670
717
  }
718
+ export declare enum ExternalDataType {
719
+ VARCHAR = "VARCHAR",
720
+ CHAR = "CHAR",
721
+ TEXT = "TEXT",
722
+ NVARCHAR = "NVARCHAR",
723
+ NCHAR = "NCHAR",
724
+ LONGTEXT = "LONGTEXT",
725
+ MEDIUMTEXT = "MEDIUMTEXT",
726
+ TINYTEXT = "TINYTEXT",
727
+ INTEGER = "INTEGER",
728
+ INT = "INT",
729
+ SMALLINT = "SMALLINT",
730
+ BIGINT = "BIGINT",
731
+ TINYINT = "TINYINT",
732
+ MEDIUMINT = "MEDIUMINT",
733
+ SERIAL = "SERIAL",
734
+ BIGSERIAL = "BIGSERIAL",
735
+ DECIMAL = "DECIMAL",
736
+ NUMERIC = "NUMERIC",
737
+ FLOAT = "FLOAT",
738
+ DOUBLE = "DOUBLE",
739
+ REAL = "REAL",
740
+ MONEY = "MONEY",
741
+ SMALLMONEY = "SMALLMONEY",
742
+ BOOLEAN = "BOOLEAN",
743
+ BIT = "BIT",
744
+ DATE = "DATE",
745
+ TIME = "TIME",
746
+ DATETIME = "DATETIME",
747
+ DATETIME2 = "DATETIME2",
748
+ SMALLDATETIME = "SMALLDATETIME",
749
+ TIMESTAMP = "TIMESTAMP",
750
+ TIMESTAMPTZ = "TIMESTAMPTZ",
751
+ YEAR = "YEAR",
752
+ BINARY = "BINARY",
753
+ VARBINARY = "VARBINARY",
754
+ BLOB = "BLOB",
755
+ BYTEA = "BYTEA",
756
+ IMAGE = "IMAGE",
757
+ JSON = "JSON",
758
+ JSONB = "JSONB",
759
+ ARRAY = "ARRAY",
760
+ UUID = "UUID",
761
+ UNIQUEIDENTIFIER = "UNIQUEIDENTIFIER",
762
+ GEOMETRY = "GEOMETRY",
763
+ GEOGRAPHY = "GEOGRAPHY",
764
+ POINT = "POINT",
765
+ XML = "XML",
766
+ ENUM = "ENUM",
767
+ SET = "SET",
768
+ OBJECT_ID = "OBJECT_ID",
769
+ DOCUMENT = "DOCUMENT",
770
+ INTERVAL = "INTERVAL",
771
+ CIDR = "CIDR",
772
+ INET = "INET",
773
+ MACADDR = "MACADDR",
774
+ HSTORE = "HSTORE",
775
+ CUSTOM = "CUSTOM"
776
+ }
777
+ export interface ExternalSyncConfig {
778
+ source: 'google_sheets' | 'airtable' | 'notion' | 'api';
779
+ sourceId?: string;
780
+ syncInterval?: number;
781
+ lastSyncAt?: Date;
782
+ }
783
+ export interface FieldConfig {
784
+ options?: {
785
+ id: string;
786
+ label: string;
787
+ color?: string;
788
+ }[];
789
+ precision?: number;
790
+ currencySymbol?: string;
791
+ currencyCode?: string;
792
+ percentFormat?: 'decimal' | 'whole';
793
+ maxRating?: number;
794
+ ratingIcon?: 'star' | 'heart' | 'thumb';
795
+ prefix?: string;
796
+ startNumber?: number;
797
+ digitCount?: number;
798
+ dateFormat?: string;
799
+ timeFormat?: '12h' | '24h';
800
+ includeTime?: boolean;
801
+ timezone?: string;
802
+ durationFormat?: 'h:mm' | 'h:mm:ss' | 'days';
803
+ targetTableId?: string;
804
+ allowMultiple?: boolean;
805
+ symmetricFieldId?: string;
806
+ relationFieldId?: string;
807
+ lookupFieldId?: string;
808
+ rollupRelationFieldId?: string;
809
+ rollupFieldId?: string;
810
+ rollupFunction?: 'sum' | 'avg' | 'min' | 'max' | 'count' | 'counta' | 'countall';
811
+ formulaExpression?: string;
812
+ outputType?: 'number' | 'text' | 'date' | 'boolean';
813
+ enableRichText?: boolean;
814
+ maxLength?: number;
815
+ defaultCountryCode?: string;
816
+ urlType?: 'any' | 'image' | 'video';
817
+ allowMultipleUsers?: boolean;
818
+ notifyOnAssign?: boolean;
819
+ allowedFileTypes?: string[];
820
+ maxFileSize?: number;
821
+ maxFiles?: number;
822
+ qrValueFieldId?: string;
823
+ barcodeValueFieldId?: string;
824
+ barcodeFormat?: string;
825
+ buttonLabel?: string;
826
+ buttonType?: 'primary' | 'secondary' | 'success' | 'danger' | 'warning' | 'info';
827
+ buttonActionType?: 'url' | 'api' | 'script' | 'email' | 'page';
828
+ buttonActionConfig?: Record<string, any>;
829
+ buttonIcon?: string;
830
+ buttonTooltip?: string;
831
+ buttonWidth?: number;
832
+ buttonConfirmation?: string;
833
+ aiPrompt?: string;
834
+ aiModel?: string;
835
+ aiConfig?: Record<string, any>;
836
+ }
837
+ export type FieldMeta = {
838
+ placeholder?: string;
839
+ helpText?: string;
840
+ icon?: string;
841
+ color?: string;
842
+ display?: {
843
+ width?: number;
844
+ hidden?: boolean;
845
+ order?: number;
846
+ };
847
+ validation?: {
848
+ min?: number;
849
+ max?: number;
850
+ pattern?: string;
851
+ message?: string;
852
+ };
853
+ };
671
854
  export type FieldRefWithTableDto = RelationFieldRefDto & {
672
855
  tableClientKey?: string;
673
856
  };
857
+ export declare enum FieldType {
858
+ TEXT = "text",
859
+ LONG_TEXT = "long_text",
860
+ EMAIL = "email",
861
+ PHONE = "phone",
862
+ URL = "url",
863
+ NUMBER = "number",
864
+ CURRENCY = "currency",
865
+ PERCENT = "percent",
866
+ RATING = "rating",
867
+ AUTONUMBER = "autonumber",
868
+ ORDER = "order",
869
+ SELECT = "select",
870
+ MULTI_SELECT = "multi_select",
871
+ BOOLEAN = "boolean",
872
+ DATE = "date",
873
+ DATETIME = "datetime",
874
+ DURATION = "duration",
875
+ RELATION = "relation",
876
+ LINK_TO_ANOTHER_RECORD = "link_to_another_record",
877
+ LINKS = "links",
878
+ LOOKUP = "lookup",
879
+ ROLLUP = "rollup",
880
+ FORMULA = "formula",
881
+ CREATED_TIME = "created_time",
882
+ MODIFIED_TIME = "modified_time",
883
+ CREATED_BY = "created_by",
884
+ MODIFIED_BY = "modified_by",
885
+ ATTACHMENT = "attachment",
886
+ QR_CODE = "qrcode",
887
+ BARCODE = "barcode",
888
+ BUTTON = "button",
889
+ USER = "user",
890
+ AI = "ai"
891
+ }
674
892
  export declare enum FilterComparisonOp {
675
893
  EQ = "eq",
676
894
  NEQ = "neq",
@@ -1159,6 +1377,10 @@ export interface LookupConfigDto {
1159
1377
  relationFieldRef: RelationFieldRefDto;
1160
1378
  lookupFieldId: string;
1161
1379
  }
1380
+ export interface LookupConfigResponseDto {
1381
+ relationFieldId: string | null;
1382
+ lookupFieldId: string | null;
1383
+ }
1162
1384
  export interface LookupConfigWithRefsDto {
1163
1385
  relationFieldRef: RelationFieldRefDto;
1164
1386
  lookupFieldId?: string;
@@ -1205,6 +1427,11 @@ export declare enum MembershipScope {
1205
1427
  BASE = "base",
1206
1428
  TEAM = "team"
1207
1429
  }
1430
+ export declare enum ModelType {
1431
+ TABLE = "table",
1432
+ VIEW = "view",
1433
+ DASHBOARD = "dashboard"
1434
+ }
1208
1435
  export interface PagedResponse<T> {
1209
1436
  list: T[];
1210
1437
  pageInfo: PageInfo;
@@ -1281,88 +1508,6 @@ export interface PreviewImportDto {
1281
1508
  hasHeader?: boolean;
1282
1509
  sampleSize?: number;
1283
1510
  }
1284
- export declare enum ProviderEnum {
1285
- REDAI_LLM = "REDAI",
1286
- OPENAI = "OPENAI",
1287
- GOOGLE_AI_STUDIO = "GOOGLE_AI_STUDIO",
1288
- OPENAI_OAUTH = "OPENAI_OAUTH",
1289
- ALIBABA_CODING_PLAN = "ALIBABA_CODING_PLAN",
1290
- XAI = "XAI",
1291
- ANTHROPIC = "ANTHROPIC",
1292
- DEEPSEEK = "DEEPSEEK",
1293
- VERTEX_AI = "VERTEX_AI",
1294
- OPENROUTER = "OPENROUTER",
1295
- AZURE_AI = "AZURE_AI",
1296
- PERPLEXITY_AI = "PERPLEXITY_AI",
1297
- REDAI_EXTENSION = "REDAI_EXTENSION",
1298
- AGENT_DESKTOP_SDK_EXE = "AGENT_DESKTOP_SDK_EXE",
1299
- FACEBOOK_PAGE = "FACEBOOK_PAGE",
1300
- FACEBOOK_PERSONAL = "FACEBOOK_PERSONAL",
1301
- FACEBOOK_ADS = "FACEBOOK_ADS",
1302
- FACEBOOK_BUSINESS = "FACEBOOK_BUSINESS",
1303
- WEBSITE = "WEBSITE",
1304
- ZALO_OA = "ZALO_OA",
1305
- ZALO_PERSONAL = "ZALO_PERSONAL",
1306
- ZALO_BOT = "ZALO_BOT",
1307
- TELEGRAM_BOT = "TELEGRAM_BOT",
1308
- TELEGRAM = "TELEGRAM",
1309
- GHTK = "GHTK",
1310
- GHN = "GHN",
1311
- AHAMOVE = "AHAMOVE",
1312
- MB_BANK = "MB_BANK",
1313
- OCB_BANK = "OCB_BANK",
1314
- KL_BANK = "KL_BANK",
1315
- ACB_BANK = "ACB_BANK",
1316
- VCB_BANK = "VCB_BANK",
1317
- TCB_BANK = "TCB_BANK",
1318
- VIB_BANK = "VIB_BANK",
1319
- VPB_BANK = "VPB_BANK",
1320
- TPB_BANK = "TPB_BANK",
1321
- STB_BANK = "STB_BANK",
1322
- HDB_BANK = "HDB_BANK",
1323
- VTB_BANK = "VTB_BANK",
1324
- BIDV_BANK = "BIDV_BANK",
1325
- AGRIBANK_BANK = "AGRIBANK_BANK",
1326
- SHB_BANK = "SHB_BANK",
1327
- SCB_BANK = "SCB_BANK",
1328
- NONE = "NONE",
1329
- CUSTOM = "CUSTOM",
1330
- EMAIL_SMTP = "EMAIL_SMTP",
1331
- EMAIL_TWILIO_SENDGRID = "EMAIL_TWILIO_SENDGRID",
1332
- EMAIL_GMAIL = "EMAIL_GMAIL",
1333
- EMAIL_OUTLOOK = "EMAIL_OUTLOOK",
1334
- SMS_FPT = "SMS_FPT",
1335
- SMS_TWILIO = "SMS_TWILIO",
1336
- SMS_VONAGE = "SMS_VONAGE",
1337
- SMS_SPEED = "SMS_SPEED",
1338
- SMS_ESMS = "SMS_ESMS",
1339
- SMS_ESMS_ADVERTISING = "SMS_ESMS_ADVERTISING",
1340
- SMS_ESMS_CUSTOMER_CARE = "SMS_ESMS_CUSTOMER_CARE",
1341
- SMS_ESMS_VIBER = "SMS_ESMS_VIBER",
1342
- GOOGLE_CALENDAR = "GOOGLE_CALENDAR",
1343
- GOOGLE_SHEETS = "GOOGLE_SHEETS",
1344
- GOOGLE_DOCS = "GOOGLE_DOCS",
1345
- GOOGLE_DRIVE = "GOOGLE_DRIVE",
1346
- GOOGLE_ADS = "GOOGLE_ADS",
1347
- GETFLY_CRM = "GETFLY_CRM",
1348
- GOOGLE_CLOUD_PROJECT = "GOOGLE_CLOUD_PROJECT",
1349
- PROXY = "PROXY",
1350
- DATABASE_POSTGRESQL = "DATABASE_POSTGRESQL",
1351
- DATABASE_MYSQL = "DATABASE_MYSQL",
1352
- DATABASE_MSSQL = "DATABASE_MSSQL",
1353
- DATABASE_MONGODB = "DATABASE_MONGODB",
1354
- DATABASE_REDIS = "DATABASE_REDIS",
1355
- DATABASE_SQLITE = "DATABASE_SQLITE",
1356
- DATABASE_ORACLE = "DATABASE_ORACLE",
1357
- DATABASE_MARIADB = "DATABASE_MARIADB",
1358
- CLOUD_AWS_S3 = "CLOUD_AWS_S3",
1359
- CLOUD_GOOGLE_CLOUD_STORAGE = "CLOUD_GOOGLE_CLOUD_STORAGE",
1360
- CLOUD_AZURE_BLOB = "CLOUD_AZURE_BLOB",
1361
- CLOUD_MINIO = "CLOUD_MINIO",
1362
- CLOUD_CLOUDFLARE_R2 = "CLOUD_CLOUDFLARE_R2",
1363
- CLOUD_BACKBLAZE_B2 = "CLOUD_BACKBLAZE_B2",
1364
- CLOUD_WASABI = "CLOUD_WASABI"
1365
- }
1366
1511
  export type RecordAggregateQueryDto = RecordListQueryDto & {
1367
1512
  aggregations?: string;
1368
1513
  };
@@ -1389,6 +1534,13 @@ export interface RecordMoveDto {
1389
1534
  beforeRecordId?: string | null;
1390
1535
  viewId?: string;
1391
1536
  }
1537
+ export declare enum ReferentialAction {
1538
+ NO_ACTION = "NO ACTION",
1539
+ CASCADE = "CASCADE",
1540
+ RESTRICT = "RESTRICT",
1541
+ SET_NULL = "SET NULL",
1542
+ SET_DEFAULT = "SET DEFAULT"
1543
+ }
1392
1544
  export interface RelationConfigDto {
1393
1545
  relationType: RelationType;
1394
1546
  relatedTableId: string;
@@ -1404,6 +1556,23 @@ export interface RelationConfigDto {
1404
1556
  mmChildFieldId?: string | null;
1405
1557
  mmParentFieldId?: string | null;
1406
1558
  }
1559
+ export interface RelationConfigResponseDto {
1560
+ relationType: RelationType;
1561
+ relatedTableId: string | null;
1562
+ relatedBaseId: string | null;
1563
+ relatedSourceId: string | null;
1564
+ onUpdate: ReferentialAction | null;
1565
+ onDelete: ReferentialAction | null;
1566
+ isVirtual: boolean | null;
1567
+ targetViewId: string | null;
1568
+ parentFieldId: string | null;
1569
+ childFieldId: string | null;
1570
+ mmTableId: string | null;
1571
+ mmBaseId: string | null;
1572
+ mmSourceId: string | null;
1573
+ mmChildFieldId: string | null;
1574
+ mmParentFieldId: string | null;
1575
+ }
1407
1576
  export interface RelationConfigWithRefsDto {
1408
1577
  relationType: RelationType;
1409
1578
  relatedTableId?: string;
@@ -1424,6 +1593,12 @@ export interface RelationFieldRefDto {
1424
1593
  fieldId?: string;
1425
1594
  fieldKey?: string;
1426
1595
  }
1596
+ export declare enum RelationType {
1597
+ HAS_MANY = "hm",
1598
+ BELONGS_TO = "bt",
1599
+ MANY_TO_MANY = "mm",
1600
+ ONE_TO_ONE = "oo"
1601
+ }
1427
1602
  export interface RelationUpdateDto {
1428
1603
  refRowIds: string[];
1429
1604
  }
@@ -1452,12 +1627,27 @@ export interface RollupConfigDto {
1452
1627
  rollupFieldId: string;
1453
1628
  rollupFunction?: RollupFunction | null;
1454
1629
  }
1630
+ export interface RollupConfigResponseDto {
1631
+ relationFieldId: string | null;
1632
+ rollupFieldId: string | null;
1633
+ rollupFunction: RollupFunction | null;
1634
+ }
1455
1635
  export interface RollupConfigWithRefsDto {
1456
1636
  relationFieldRef: RelationFieldRefDto;
1457
1637
  rollupFieldId?: string;
1458
1638
  rollupFieldRef?: FieldRefWithTableDto;
1459
1639
  rollupFunction?: RollupFunction | null;
1460
1640
  }
1641
+ export declare enum RollupFunction {
1642
+ COUNT = "count",
1643
+ SUM = "sum",
1644
+ AVG = "avg",
1645
+ MIN = "min",
1646
+ MAX = "max",
1647
+ COUNT_DISTINCT = "countDistinct",
1648
+ SUM_DISTINCT = "sumDistinct",
1649
+ AVG_DISTINCT = "avgDistinct"
1650
+ }
1461
1651
  export interface RowColorConditionResponseDto {
1462
1652
  id: string;
1463
1653
  viewId: string;
@@ -1474,6 +1664,10 @@ export interface RowColorConfigResponseDto {
1474
1664
  mode: RowColoringMode | null;
1475
1665
  conditions: RowColorConditionResponseDto[];
1476
1666
  }
1667
+ export declare enum RowColoringMode {
1668
+ FILTER = "filter",
1669
+ SELECT = "select"
1670
+ }
1477
1671
  export interface SecureAttachmentTokenDto {
1478
1672
  ttlSeconds?: number;
1479
1673
  }
@@ -1560,8 +1754,22 @@ export interface StartImportOptionsDto {
1560
1754
  sheet?: string;
1561
1755
  chunkSize?: number;
1562
1756
  }
1757
+ export declare enum StorageMode {
1758
+ JSONB = "JSONB",
1759
+ EAV = "EAV",
1760
+ PHYSICAL = "PHYSICAL"
1761
+ }
1563
1762
  export type SupportedPermissionResourceType = (typeof PERMISSION_RESOURCE_TYPES)[number];
1564
1763
  export type SupportedPermissionSubjectType = (typeof PERMISSION_SUBJECT_TYPES)[number];
1764
+ export type TableMeta = {
1765
+ icon?: string;
1766
+ color?: string;
1767
+ coverImage?: string;
1768
+ tags?: string[];
1769
+ primaryFieldId?: string;
1770
+ displayFieldId?: string;
1771
+ isTemplate?: boolean;
1772
+ };
1565
1773
  export type TableRecord = Record<string, JsonValue> & {
1566
1774
  id?: string | number;
1567
1775
  };
@@ -1572,6 +1780,48 @@ export interface TableRefDto {
1572
1780
  tableId?: string;
1573
1781
  tableClientKey?: string;
1574
1782
  }
1783
+ export interface TableResponseDto {
1784
+ id: string;
1785
+ workspaceId: string;
1786
+ name: string;
1787
+ slug: string;
1788
+ description: string | null;
1789
+ baseId: string | null;
1790
+ sourceId: string | null;
1791
+ tableName: string | null;
1792
+ type: ModelType | null;
1793
+ storageMode: StorageMode | null;
1794
+ order: number | null;
1795
+ meta: TableMeta;
1796
+ settings: TableSettings;
1797
+ isManyToMany: boolean | null;
1798
+ isSynced: boolean | null;
1799
+ isDeleted: boolean | null;
1800
+ externalSchemaName: string | null;
1801
+ externalTableName: string | null;
1802
+ createdAt: number;
1803
+ updatedAt: number | null;
1804
+ fields?: ColumnResponseDto[];
1805
+ views?: ViewResponseDto[];
1806
+ }
1807
+ export interface TableSettings {
1808
+ icon?: string;
1809
+ color?: string;
1810
+ coverImage?: string;
1811
+ defaultViewId?: string;
1812
+ allowPublicAccess?: boolean;
1813
+ allowAnonymousSubmit?: boolean;
1814
+ recordPrefix?: string;
1815
+ enableComments?: boolean;
1816
+ enableHistory?: boolean;
1817
+ enableAttachments?: boolean;
1818
+ enableWebhooks?: boolean;
1819
+ enableAutomations?: boolean;
1820
+ externalSyncEnabled?: boolean;
1821
+ externalSyncConfig?: ExternalSyncConfig;
1822
+ maxRecords?: number;
1823
+ maxAttachmentSize?: number;
1824
+ }
1575
1825
  export interface TestHookDto {
1576
1826
  hook: CreateHookDto;
1577
1827
  rowId?: string;
@@ -1699,16 +1949,75 @@ export interface ViewColumnResponseDto {
1699
1949
  updatedAt: number | null;
1700
1950
  }
1701
1951
  export type ViewDetailQueryDto = ListViewsQueryDto;
1952
+ export declare enum ViewLockType {
1953
+ COLLABORATIVE = "collaborative",
1954
+ LOCKED = "locked",
1955
+ PERSONAL = "personal"
1956
+ }
1957
+ export type ViewMeta = {
1958
+ icon?: string;
1959
+ color?: string;
1960
+ coverImage?: string;
1961
+ tags?: string[];
1962
+ isPinned?: boolean;
1963
+ layout?: {
1964
+ width?: number;
1965
+ height?: number;
1966
+ density?: 'compact' | 'normal' | 'comfortable';
1967
+ };
1968
+ };
1969
+ export interface ViewResponseDto {
1970
+ id: string;
1971
+ tableId: string;
1972
+ workspaceId: string | null;
1973
+ baseId: string | null;
1974
+ sourceId: string | null;
1975
+ name: string;
1976
+ description: string | null;
1977
+ type: ViewType;
1978
+ show: boolean;
1979
+ order: number | null;
1980
+ lockType: ViewLockType | null;
1981
+ uuid: string | null;
1982
+ showSystemFields: boolean;
1983
+ meta: ViewMeta;
1984
+ rowColoringMode: RowColoringMode | null;
1985
+ createdBy: number | null;
1986
+ ownedBy: number | null;
1987
+ customUrlId: string | null;
1988
+ isDefault: boolean;
1989
+ createdAt: number;
1990
+ updatedAt: number | null;
1991
+ }
1702
1992
  export declare enum ViewSortDirection {
1703
1993
  ASC = "asc",
1704
1994
  DESC = "desc",
1705
1995
  COUNT_ASC = "count-asc",
1706
1996
  COUNT_DESC = "count-desc"
1707
1997
  }
1998
+ export declare enum ViewType {
1999
+ FORM = "form",
2000
+ GALLERY = "gallery",
2001
+ GRID = "grid",
2002
+ KANBAN = "kanban",
2003
+ CALENDAR = "calendar",
2004
+ MAP = "map"
2005
+ }
1708
2006
  export interface WarmupCacheDto {
1709
2007
  tableIds?: string[];
1710
2008
  ttlSeconds?: number;
1711
2009
  }
2010
+ export interface WorkspaceInviteLinkPreviewResponseDto {
2011
+ workspaceId: string;
2012
+ workspaceName: string;
2013
+ workspaceLogo: string | null;
2014
+ ownerId: number;
2015
+ ownerName: string | null;
2016
+ roleCode: WorkspaceRoleCode;
2017
+ scope: MembershipScope;
2018
+ expiresAt: number;
2019
+ status: WorkspaceInviteLinkStatus;
2020
+ }
1712
2021
  export interface WorkspaceInviteLinkResponseDto {
1713
2022
  id: string;
1714
2023
  workspaceId: string;
@@ -1880,7 +2189,8 @@ export declare const PERMISSION_SUBJECT_TYPES: readonly unknown[];
1880
2189
  export declare const WORKSPACE_SYSTEM_ROLE_CODE: readonly unknown[];
1881
2190
  export declare const WORKSPACE: readonly unknown[];
1882
2191
  export type ACCEPTED = unknown;
1883
- export type AGRIBANK_BANK = unknown;
2192
+ export type ACTION = unknown;
2193
+ export type AI = unknown;
1884
2194
  export type ALL_OF = unknown;
1885
2195
  export type AND = unknown;
1886
2196
  export type ANY_OF = unknown;
@@ -1890,18 +2200,35 @@ export type API_TOKEN_UPDATE = unknown;
1890
2200
  export type APIS_CREATED = unknown;
1891
2201
  export type APPEND = unknown;
1892
2202
  export type APPROVED = unknown;
2203
+ export type ATTACHMENT = unknown;
1893
2204
  export type ATTACHMENT_UPLOAD = unknown;
2205
+ export type AUTONUMBER = unknown;
2206
+ export type AVG = unknown;
2207
+ export type AVG_DISTINCT = unknown;
2208
+ export type BARCODE = unknown;
2209
+ export type BASE = unknown;
1894
2210
  export type BASE_DUPLICATE_COMPLETE = unknown;
1895
2211
  export type BASE_DUPLICATE_FAIL = unknown;
1896
2212
  export type BASE_DUPLICATE_START = unknown;
2213
+ export type BELONGS_TO = unknown;
1897
2214
  export type BETWEEN = unknown;
1898
- export type BIDV_BANK = unknown;
2215
+ export type BIGINT = unknown;
2216
+ export type BIGSERIAL = unknown;
2217
+ export type BIT = unknown;
1899
2218
  export type BLANK = unknown;
2219
+ export type BLOB = unknown;
2220
+ export type BUTTON = unknown;
2221
+ export type BYTEA = unknown;
2222
+ export type CALENDAR = unknown;
1900
2223
  export type CALENDAR_CREATE = unknown;
1901
2224
  export type CALENDAR_DELETE = unknown;
1902
2225
  export type CALENDAR_UPDATE = unknown;
1903
2226
  export type CANCELED = unknown;
2227
+ export type CASCADE = unknown;
2228
+ export type CHAR = unknown;
1904
2229
  export type CHECKED = unknown;
2230
+ export type CIDR = unknown;
2231
+ export type COLLABORATIVE = unknown;
1905
2232
  export type COLUMN_CREATE = unknown;
1906
2233
  export type COLUMN_DELETE = unknown;
1907
2234
  export type COLUMN_DUPLICATE_COMPLETE = unknown;
@@ -1911,9 +2238,15 @@ export type COLUMN_UPDATE = unknown;
1911
2238
  export type COMMENT_CREATE = unknown;
1912
2239
  export type COMMENT_DELETE = unknown;
1913
2240
  export type COMMENT_UPDATE = unknown;
2241
+ export type COUNT = unknown;
1914
2242
  export type COUNT_ASC = unknown;
1915
2243
  export type COUNT_DESC = unknown;
2244
+ export type COUNT_DISTINCT = unknown;
2245
+ export type CREATED_BY = unknown;
2246
+ export type CREATED_TIME = unknown;
1916
2247
  export type CSV = unknown;
2248
+ export type CURRENCY = unknown;
2249
+ export type DASHBOARD = unknown;
1917
2250
  export type DASHBOARD_CREATE = unknown;
1918
2251
  export type DASHBOARD_DELETE = unknown;
1919
2252
  export type DASHBOARD_DUPLICATE_COMPLETE = unknown;
@@ -1925,10 +2258,19 @@ export type DATA_DELETE = unknown;
1925
2258
  export type DATA_EXPORT = unknown;
1926
2259
  export type DATA_IMPORT = unknown;
1927
2260
  export type DATA_UPDATE = unknown;
2261
+ export type DATETIME = unknown;
2262
+ export type DATETIME2 = unknown;
1928
2263
  export type DAYS_AGO = unknown;
1929
2264
  export type DAYS_FROM_NOW = unknown;
2265
+ export type DECIMAL = unknown;
2266
+ export type DEFAULT = unknown;
1930
2267
  export type DEV = unknown;
2268
+ export type DOCUMENT = unknown;
2269
+ export type DOUBLE = unknown;
2270
+ export type DURATION = unknown;
2271
+ export type EAV = unknown;
1931
2272
  export type EMPTY = unknown;
2273
+ export type ENUM = unknown;
1932
2274
  export type EQ = unknown;
1933
2275
  export type EXACT_DATE = unknown;
1934
2276
  export type EXPIRED = unknown;
@@ -1937,20 +2279,25 @@ export type EXTENSION_DELETE = unknown;
1937
2279
  export type EXTENSION_UPDATE = unknown;
1938
2280
  export type EXTERNAL = unknown;
1939
2281
  export type EXTRA = unknown;
2282
+ export type FILTER = unknown;
1940
2283
  export type FILTER_CREATE = unknown;
1941
2284
  export type FILTER_DELETE = unknown;
1942
2285
  export type FILTER_UPDATE = unknown;
2286
+ export type FLOAT = unknown;
2287
+ export type FORM = unknown;
1943
2288
  export type FORM_COLUMN_UPDATE = unknown;
1944
2289
  export type FORM_CREATE = unknown;
1945
2290
  export type FORM_DELETE = unknown;
1946
2291
  export type FORM_DUPLICATE = unknown;
1947
2292
  export type FORM_UPDATE = unknown;
2293
+ export type GALLERY = unknown;
1948
2294
  export type GALLERY_CREATE = unknown;
1949
2295
  export type GALLERY_DELETE = unknown;
1950
2296
  export type GALLERY_DUPLICATE = unknown;
1951
2297
  export type GALLERY_UPDATE = unknown;
2298
+ export type GEOGRAPHY = unknown;
2299
+ export type GEOMETRY = unknown;
1952
2300
  export type GOOGLE = unknown;
1953
- export type GOOGLE_AI_STUDIO = unknown;
1954
2301
  export type GRID_COLUMN_UPDATE = unknown;
1955
2302
  export type GRID_CREATE = unknown;
1956
2303
  export type GRID_DELETE = unknown;
@@ -1960,14 +2307,22 @@ export type GROUP_BY_EQ = unknown;
1960
2307
  export type GROUP_BY_NULL = unknown;
1961
2308
  export type GT = unknown;
1962
2309
  export type GTE = unknown;
1963
- export type HDB_BANK = unknown;
2310
+ export type HAS_MANY = unknown;
2311
+ export type HSTORE = unknown;
2312
+ export type IMAGE = unknown;
1964
2313
  export type IMAGE_UPLOAD = unknown;
2314
+ export type INET = unknown;
2315
+ export type INT = unknown;
2316
+ export type INTEGER = unknown;
1965
2317
  export type INTEGRATION_CREATE = unknown;
1966
2318
  export type INTEGRATION_DELETE = unknown;
1967
2319
  export type INTEGRATION_UPDATE = unknown;
2320
+ export type INTERVAL = unknown;
1968
2321
  export type IS = unknown;
1969
2322
  export type IS_NOT = unknown;
1970
2323
  export type IS_WITHIN = unknown;
2324
+ export type JSONB = unknown;
2325
+ export type KANBAN = unknown;
1971
2326
  export type KANBAN_CREATE = unknown;
1972
2327
  export type KANBAN_DELETE = unknown;
1973
2328
  export type KANBAN_DUPLICATE = unknown;
@@ -1975,25 +2330,45 @@ export type KANBAN_UPDATE = unknown;
1975
2330
  export type KNOWLEDGE_FILE = unknown;
1976
2331
  export type LEFT = unknown;
1977
2332
  export type LIKE = unknown;
2333
+ export type LINK_TO_ANOTHER_RECORD = unknown;
2334
+ export type LINKS = unknown;
2335
+ export type LOCKED = unknown;
2336
+ export type LONG_TEXT = unknown;
2337
+ export type LONGTEXT = unknown;
2338
+ export type LOOKUP = unknown;
1978
2339
  export type LT = unknown;
1979
2340
  export type LTE = unknown;
2341
+ export type MACADDR = unknown;
2342
+ export type MANY_TO_MANY = unknown;
2343
+ export type MAP = unknown;
1980
2344
  export type MAP_CREATE = unknown;
1981
2345
  export type MAP_DELETE = unknown;
1982
2346
  export type MAP_UPDATE = unknown;
1983
2347
  export type MAPBOX = unknown;
1984
2348
  export type MARIADB = unknown;
2349
+ export type MAX = unknown;
1985
2350
  export type MEDIA = unknown;
1986
2351
  export type MEDIUM = unknown;
2352
+ export type MEDIUMINT = unknown;
2353
+ export type MEDIUMTEXT = unknown;
1987
2354
  export type META_DIFF_SYNC = unknown;
2355
+ export type MIN = unknown;
2356
+ export type MODIFIED_BY = unknown;
2357
+ export type MODIFIED_TIME = unknown;
2358
+ export type MONEY = unknown;
1988
2359
  export type MONGODB = unknown;
1989
2360
  export type MSSQL = unknown;
2361
+ export type MULTI_SELECT = unknown;
1990
2362
  export type MYSQL = unknown;
2363
+ export type NCHAR = unknown;
1991
2364
  export type NEQ = unknown;
1992
2365
  export type NEXT_MONTH = unknown;
1993
2366
  export type NEXT_NUMBER_OF_DAYS = unknown;
1994
2367
  export type NEXT_WEEK = unknown;
1995
2368
  export type NEXT_YEAR = unknown;
1996
2369
  export type NLIKE = unknown;
2370
+ export type NO = unknown;
2371
+ export type NO_ACTION = unknown;
1997
2372
  export type NOT = unknown;
1998
2373
  export type NOT_ALL_OF = unknown;
1999
2374
  export type NOT_ANY_OF = unknown;
@@ -2002,13 +2377,18 @@ export type NOT_BLANK = unknown;
2002
2377
  export type NOT_CHECKED = unknown;
2003
2378
  export type NOT_EMPTY = unknown;
2004
2379
  export type NOT_NULL = unknown;
2380
+ export type NULL = unknown;
2381
+ export type NUMERIC = unknown;
2382
+ export type NVARCHAR = unknown;
2383
+ export type OBJECT_ID = unknown;
2005
2384
  export type ONE_MONTH_AGO = unknown;
2006
2385
  export type ONE_MONTH_FROM_NOW = unknown;
2386
+ export type ONE_TO_ONE = unknown;
2007
2387
  export type ONE_WEEK_AGO = unknown;
2008
2388
  export type ONE_WEEK_FROM_NOW = unknown;
2009
- export type OPENAI_OAUTH = unknown;
2010
2389
  export type OR = unknown;
2011
2390
  export type ORACLE = unknown;
2391
+ export type ORDER = unknown;
2012
2392
  export type ORG_API_TOKEN_CREATE = unknown;
2013
2393
  export type ORG_API_TOKEN_DELETE = unknown;
2014
2394
  export type ORG_API_TOKEN_UPDATE = unknown;
@@ -2019,12 +2399,17 @@ export type PAST_MONTH = unknown;
2019
2399
  export type PAST_NUMBER_OF_DAYS = unknown;
2020
2400
  export type PAST_WEEK = unknown;
2021
2401
  export type PAST_YEAR = unknown;
2402
+ export type PERCENT = unknown;
2022
2403
  export type PERMISSION_CREATE = unknown;
2023
2404
  export type PERMISSION_DELETE = unknown;
2024
2405
  export type PERMISSION_UPDATE = unknown;
2406
+ export type PERSONAL = unknown;
2407
+ export type PHONE = unknown;
2408
+ export type PHYSICAL = unknown;
2025
2409
  export type PLUGIN_INSTALL = unknown;
2026
2410
  export type PLUGIN_TEST = unknown;
2027
2411
  export type PLUGIN_UNINSTALL = unknown;
2412
+ export type POINT = unknown;
2028
2413
  export type POSTGRESQL = unknown;
2029
2414
  export type PROD = unknown;
2030
2415
  export type PROJECT_CLONE = unknown;
@@ -2035,19 +2420,30 @@ export type PROJECT_UPDATE = unknown;
2035
2420
  export type PROJECT_USER_DELETE = unknown;
2036
2421
  export type PROJECT_USER_RESEND_INVITE = unknown;
2037
2422
  export type PROJECT_USER_UPDATE = unknown;
2423
+ export type QR_CODE = unknown;
2424
+ export type RATING = unknown;
2425
+ export type READ = unknown;
2426
+ export type REAL = unknown;
2038
2427
  export type REJECTED = unknown;
2428
+ export type RELATION = unknown;
2039
2429
  export type RELATION_CREATE = unknown;
2040
2430
  export type RELATION_DELETE = unknown;
2431
+ export type RESTRICT = unknown;
2041
2432
  export type REVOKED = unknown;
2042
2433
  export type RIGHT = unknown;
2434
+ export type ROLLUP = unknown;
2043
2435
  export type ROW_USER_MENTION = unknown;
2044
2436
  export type RUNNING = unknown;
2045
- export type SCB_BANK = unknown;
2046
2437
  export type SCRIPT = unknown;
2047
2438
  export type SCRIPT_CREATE = unknown;
2048
2439
  export type SCRIPT_DELETE = unknown;
2049
2440
  export type SCRIPT_DUPLICATE = unknown;
2050
2441
  export type SCRIPT_UPDATE = unknown;
2442
+ export type SELECT = unknown;
2443
+ export type SERIAL = unknown;
2444
+ export type SET = unknown;
2445
+ export type SET_DEFAULT = unknown;
2446
+ export type SET_NULL = unknown;
2051
2447
  export type SHARED_BASE_DELETE_LINK = unknown;
2052
2448
  export type SHARED_BASE_GENERATE_LINK = unknown;
2053
2449
  export type SHARED_BASE_REVOKE_LINK = unknown;
@@ -2057,8 +2453,10 @@ export type SHARED_DASHBOARD_UPDATE_LINK = unknown;
2057
2453
  export type SHARED_VIEW_CREATE = unknown;
2058
2454
  export type SHARED_VIEW_DELETE = unknown;
2059
2455
  export type SHARED_VIEW_UPDATE = unknown;
2060
- export type SHB_BANK = unknown;
2061
2456
  export type SHORT = unknown;
2457
+ export type SMALLDATETIME = unknown;
2458
+ export type SMALLINT = unknown;
2459
+ export type SMALLMONEY = unknown;
2062
2460
  export type SNAPSHOT_CREATE = unknown;
2063
2461
  export type SNAPSHOT_DELETE = unknown;
2064
2462
  export type SNAPSHOT_RESTORE = unknown;
@@ -2070,11 +2468,13 @@ export type SOURCE_DELETE = unknown;
2070
2468
  export type SOURCE_UPDATE = unknown;
2071
2469
  export type SQLITE = unknown;
2072
2470
  export type STAGING = unknown;
2073
- export type STB_BANK = unknown;
2074
2471
  export type SUCCESS = unknown;
2472
+ export type SUM = unknown;
2473
+ export type SUM_DISTINCT = unknown;
2075
2474
  export type SYNC_SOURCE_CREATE = unknown;
2076
2475
  export type SYNC_SOURCE_DELETE = unknown;
2077
2476
  export type SYNC_SOURCE_UPDATE = unknown;
2477
+ export type TABLE = unknown;
2078
2478
  export type TABLE_CREATE = unknown;
2079
2479
  export type TABLE_DELETE = unknown;
2080
2480
  export type TABLE_DUPLICATE_COMPLETE = unknown;
@@ -2082,13 +2482,18 @@ export type TABLE_DUPLICATE_FAIL = unknown;
2082
2482
  export type TABLE_DUPLICATE_START = unknown;
2083
2483
  export type TABLE_UPDATE = unknown;
2084
2484
  export type TALL = unknown;
2085
- export type TCB_BANK = unknown;
2086
2485
  export type TEAM = unknown;
2486
+ export type TEST = unknown;
2487
+ export type TIME = unknown;
2488
+ export type TIMESTAMP = unknown;
2489
+ export type TIMESTAMPTZ = unknown;
2490
+ export type TINYINT = unknown;
2491
+ export type TINYTEXT = unknown;
2087
2492
  export type TODAY = unknown;
2088
2493
  export type TOMORROW = unknown;
2089
- export type TPB_BANK = unknown;
2090
2494
  export type UI_ACL = unknown;
2091
2495
  export type UI_ACL_UPDATE = unknown;
2496
+ export type UNIQUEIDENTIFIER = unknown;
2092
2497
  export type USER_DELETE = unknown;
2093
2498
  export type USER_EMAIL_VERIFICATION = unknown;
2094
2499
  export type USER_INVITE = unknown;
@@ -2100,12 +2505,14 @@ export type USER_SIGNIN = unknown;
2100
2505
  export type USER_SIGNOUT = unknown;
2101
2506
  export type USER_SIGNUP = unknown;
2102
2507
  export type USER_UPDATE = unknown;
2508
+ export type UUID = unknown;
2103
2509
  export type V1 = unknown;
2104
2510
  export type V2 = unknown;
2105
2511
  export type V3 = unknown;
2106
- export type VCB_BANK = unknown;
2512
+ export type VARBINARY = unknown;
2513
+ export type VARCHAR = unknown;
2107
2514
  export type VERTEX_AI = unknown;
2108
- export type VIB_BANK = unknown;
2515
+ export type VIEW = unknown;
2109
2516
  export type VIEW_COLUMN_CREATE = unknown;
2110
2517
  export type VIEW_COLUMN_UPDATE = unknown;
2111
2518
  export type VIEW_CREATE = unknown;
@@ -2114,8 +2521,6 @@ export type VIEW_DUPLICATE_COMPLETE = unknown;
2114
2521
  export type VIEW_DUPLICATE_FAIL = unknown;
2115
2522
  export type VIEW_DUPLICATE_START = unknown;
2116
2523
  export type VIEW_UPDATE = unknown;
2117
- export type VPB_BANK = unknown;
2118
- export type VTB_BANK = unknown;
2119
2524
  export type WEBHOOK = unknown;
2120
2525
  export type WEBHOOK_CREATE = unknown;
2121
2526
  export type WEBHOOK_DELETE = unknown;
@@ -2127,6 +2532,7 @@ export type WIDGET_CREATE = unknown;
2127
2532
  export type WIDGET_DELETE = unknown;
2128
2533
  export type WIDGET_DUPLICATE = unknown;
2129
2534
  export type WIDGET_UPDATE = unknown;
2535
+ export type WORKFLOW = unknown;
2130
2536
  export type WORKSPACE_CREATE = unknown;
2131
2537
  export type WORKSPACE_DELETE = unknown;
2132
2538
  export type WORKSPACE_UPDATE = unknown;
@@ -2135,6 +2541,8 @@ export type WORKSPACE_USER_DELETE = unknown;
2135
2541
  export type WORKSPACE_USER_INVITE = unknown;
2136
2542
  export type WORKSPACE_USER_UPDATE = unknown;
2137
2543
  export type XLSX = unknown;
2544
+ export type XML = unknown;
2545
+ export type YEAR = unknown;
2138
2546
  export type YESTERDAY = unknown;
2139
2547
  export interface AclCreateAclEntryParams {
2140
2548
  body: CreateAclEntryDto;
@@ -2819,6 +3227,9 @@ export interface WorkspaceInviteLinksGetInviteLinkParams {
2819
3227
  export interface WorkspaceInviteLinksGetOrCreateInviteLinkParams {
2820
3228
  _?: never;
2821
3229
  }
3230
+ export interface WorkspaceInviteLinksPreviewInviteLinkParams {
3231
+ query?: string;
3232
+ }
2822
3233
  export interface WorkspaceInviteLinksRequestJoinParams {
2823
3234
  linkId: string;
2824
3235
  body: RequestJoinByInviteLinkDto;