@redonvn/redai-backend-api-sdk 0.5.68 → 0.5.70
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/dist/cjs/generated/dynamic-table/services/columns.service.js +198 -0
- package/dist/cjs/generated/dynamic-table/services/columns.service.js.map +1 -1
- package/dist/cjs/generated/dynamic-table/services/comments.service.js.map +1 -1
- package/dist/cjs/generated/dynamic-table/services/data-table-key-name.service.js +9 -0
- package/dist/cjs/generated/dynamic-table/services/data-table-key-name.service.js.map +1 -1
- package/dist/cjs/generated/dynamic-table/services/data-table.service.js +9 -0
- package/dist/cjs/generated/dynamic-table/services/data-table.service.js.map +1 -1
- package/dist/cjs/generated/dynamic-table/services/index.js +4 -2
- package/dist/cjs/generated/dynamic-table/services/index.js.map +1 -1
- package/dist/cjs/generated/dynamic-table/services/linked-records.service.js +28 -0
- package/dist/cjs/generated/dynamic-table/services/linked-records.service.js.map +1 -0
- package/dist/cjs/generated/dynamic-table/types.js.map +1 -1
- package/dist/cjs/generated/shared-types.js +15 -5
- package/dist/cjs/generated/shared-types.js.map +1 -1
- package/dist/cjs/index.js +1 -0
- package/dist/cjs/index.js.map +1 -1
- package/dist/esm/generated/dynamic-table/services/columns.service.d.ts +23 -1
- package/dist/esm/generated/dynamic-table/services/columns.service.d.ts.map +1 -1
- package/dist/esm/generated/dynamic-table/services/columns.service.js +198 -0
- package/dist/esm/generated/dynamic-table/services/columns.service.js.map +1 -1
- package/dist/esm/generated/dynamic-table/services/comments.service.d.ts +2 -2
- package/dist/esm/generated/dynamic-table/services/comments.service.d.ts.map +1 -1
- package/dist/esm/generated/dynamic-table/services/comments.service.js.map +1 -1
- package/dist/esm/generated/dynamic-table/services/data-table-key-name.service.d.ts +4 -1
- package/dist/esm/generated/dynamic-table/services/data-table-key-name.service.d.ts.map +1 -1
- package/dist/esm/generated/dynamic-table/services/data-table-key-name.service.js +9 -0
- package/dist/esm/generated/dynamic-table/services/data-table-key-name.service.js.map +1 -1
- package/dist/esm/generated/dynamic-table/services/data-table.service.d.ts +4 -1
- package/dist/esm/generated/dynamic-table/services/data-table.service.d.ts.map +1 -1
- package/dist/esm/generated/dynamic-table/services/data-table.service.js +9 -0
- package/dist/esm/generated/dynamic-table/services/data-table.service.js.map +1 -1
- package/dist/esm/generated/dynamic-table/services/index.d.ts +1 -0
- package/dist/esm/generated/dynamic-table/services/index.d.ts.map +1 -1
- package/dist/esm/generated/dynamic-table/services/index.js +1 -0
- package/dist/esm/generated/dynamic-table/services/index.js.map +1 -1
- package/dist/esm/generated/dynamic-table/services/linked-records.service.d.ts +9 -0
- package/dist/esm/generated/dynamic-table/services/linked-records.service.d.ts.map +1 -0
- package/dist/esm/generated/dynamic-table/services/linked-records.service.js +24 -0
- package/dist/esm/generated/dynamic-table/services/linked-records.service.js.map +1 -0
- package/dist/esm/generated/dynamic-table/types.d.ts +439 -4
- package/dist/esm/generated/dynamic-table/types.d.ts.map +1 -1
- package/dist/esm/generated/dynamic-table/types.js.map +1 -1
- package/dist/esm/generated/index.d.ts +1 -1
- package/dist/esm/generated/index.d.ts.map +1 -1
- package/dist/esm/generated/shared-types.d.ts +29 -13
- package/dist/esm/generated/shared-types.d.ts.map +1 -1
- package/dist/esm/generated/shared-types.js +15 -5
- package/dist/esm/generated/shared-types.js.map +1 -1
- package/dist/esm/index.d.ts +4 -2
- package/dist/esm/index.d.ts.map +1 -1
- package/dist/esm/index.js +2 -1
- package/dist/esm/index.js.map +1 -1
- package/package.json +1 -1
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import type { AreaChartWidgetConfigDto, BarChartWidgetConfigDto, BaseMeta, BulkDataListDto, BulkGroupDto, CalendarViewMeta, CalendarWidgetConfigDto, ChartDisplaySpecDto, ChartPointsSpecDto, ChartSeriesConfigSpecDto, ChartViewConfigDto, ChartWidgetConfigDto, ChartXAxisSpecDto, ChartYAxisSpecDto, CreateColumnDto, CreateTableFieldDto, DonutChartWidgetConfigDto, FilterResponseDto, FormViewMeta, GalleryViewMeta, GridViewMeta, GroupFieldDto, IframeWidgetConfigDto, JsonObject, JsonValue, KanbanViewMeta, KanbanWidgetConfigDto, LimitOffsetQueryDto, LineChartWidgetConfigDto, ListWidgetConfigDto, MapViewMeta, MapWidgetConfigDto, MetricViewConfigDto, MetricWidgetConfigDto, PagedResponse, PieChartWidgetConfigDto, RadarChartWidgetConfigDto, RadarConfigSpecDto, RecordAggregateQueryDto, RecordListQueryDto, RedaiViewWidgetConfigDto, RelationConfigResponseDto, RelationFieldRefDto, Schema, SourceConfig, SourceMeta, TableWidgetConfigDto, TextWidgetConfigDto, ViewMeta, WidgetDatePreset, WidgetFilterPayloadDto, WidgetSortSpecDto, WorkspaceRoleCode, WorkspaceSettings } from '../shared-types';
|
|
1
|
+
import type { AreaChartWidgetConfigDto, BarChartWidgetConfigDto, BaseMeta, BulkDataListDto, BulkGroupDto, CalendarViewMeta, CalendarWidgetConfigDto, ChartDisplaySpecDto, ChartPointsSpecDto, ChartSeriesConfigSpecDto, ChartViewConfigDto, ChartWidgetConfigDto, ChartXAxisSpecDto, ChartYAxisSpecDto, CreateColumnDto, CreateTableFieldDto, DonutChartWidgetConfigDto, FilterResponseDto, FormViewMeta, GalleryViewMeta, GridViewMeta, GroupFieldDto, IframeWidgetConfigDto, JsonObject, JsonValue, KanbanViewMeta, KanbanWidgetConfigDto, LimitOffsetQueryDto, LineChartWidgetConfigDto, ListWidgetConfigDto, LookupConfigDto, MapViewMeta, MapWidgetConfigDto, MetricViewConfigDto, MetricWidgetConfigDto, PagedResponse, PieChartWidgetConfigDto, RadarChartWidgetConfigDto, RadarConfigSpecDto, RecordAggregateQueryDto, RecordListQueryDto, RedaiViewWidgetConfigDto, RelationConfigDto, RelationConfigResponseDto, RelationFieldRefDto, RollupConfigDto, Schema, SourceConfig, SourceMeta, TableWidgetConfigDto, TextWidgetConfigDto, ViewMeta, WidgetDatePreset, WidgetFilterPayloadDto, WidgetSortSpecDto, WorkspaceRoleCode, WorkspaceSettings } from '../shared-types';
|
|
2
2
|
import { BaseStatus, ChartType, DashboardStatus, ExternalDataType, FieldType, FilterComparisonOp, FilterComparisonSubOp, FilterLogicalOp, GridColumnAlign, GridRowHeight, MapProviderType, ModelType, ProviderEnum, ReferentialAction, RelationType, RollupFunction, RowColoringMode, SourceType, StorageMode, ViewLockType, ViewSortDirection, ViewType, WidgetType } from '../shared-types';
|
|
3
|
-
export type { ACB_BANK, ACCEPTED, ACTION, ACTIVE, AGENT_DESKTOP_SDK_EXE, AGRIBANK_BANK, AHAMOVE, AI, ALIBABA_CODING_PLAN, ALL_OF, AND, ANTHROPIC, ANY_OF, API_TOKEN_CREATE, API_TOKEN_DELETE, API_TOKEN_UPDATE, ApiResponseDto, APPEND, APPROVED, ARCHIVED, AREA, AreaChartWidgetConfigDto, ARRAY, ASC, ATTACHMENT, AUTONUMBER, AVG, AVG_DISTINCT, AZURE_AI, BAR, BarChartWidgetConfigDto, BARCODE, BASE, BaseMeta, BELONGS_TO, BETWEEN, BIDV_BANK, BIGINT, BIGSERIAL, BINARY, BIT, BLANK, BLOB, BOOLEAN, BUBBLE, BulkDataListDto, BulkGroupDto, BUTTON, BYTEA, CALENDAR, CALENDAR_CREATE, CALENDAR_DELETE, CALENDAR_UPDATE, CalendarViewMeta, CalendarWidgetConfigDto, CASCADE, CategoricalChartBucketDto, CategoricalChartRuntimeDto, CENTER, CHAR, CHART, ChartDisplaySpecDto, ChartMeasureSpecDto, ChartPointsSpecDto, ChartRuntimeDisplayDto, ChartRuntimeGroupValueDto, ChartRuntimePointDto, ChartRuntimeSeriesDto, ChartSeriesConfigSpecDto, ChartSeriesLayout, ChartSortBy, ChartSortOrder, ChartTimeBucket, ChartViewConfigDto, ChartViewMeasureConfigDto, ChartWidgetConfigDto, ChartXAxisSpecDto, ChartYAxisSpecDto, CHECKED, CIDR, CLOUD_AWS_S3, CLOUD_AZURE_BLOB, CLOUD_BACKBLAZE_B2, CLOUD_CLOUDFLARE_R2, CLOUD_GOOGLE_CLOUD_STORAGE, CLOUD_MINIO, CLOUD_WASABI, COLLABORATIVE, ColumnResponseDto, COMBO, COMMENT_CREATE, COMMENT_DELETE, COMMENT_UPDATE, COMPLETED, COUNT, COUNT_ASC, COUNT_DESC, COUNT_DISTINCT, CREATE, CreateColumnDto, CREATED_BY, CREATED_TIME, CreateSharedBaseDto, CreateSharedDashboardDto, CreateTableFieldDto, CSV, CURRENCY, CUSTOM, DASHBOARD, DASHBOARD_CREATE, DASHBOARD_DELETE, DASHBOARD_UPDATE, DashboardResponseDto, DATA_CREATE, DATA_DELETE, DATA_EXPORT, DATA_IMPORT, DATA_UPDATE, DATABASE_MARIADB, DATABASE_MONGODB, DATABASE_MSSQL, DATABASE_MYSQL, DATABASE_ORACLE, DATABASE_POSTGRESQL, DATABASE_REDIS, DATABASE_SQLITE, DATE, DATETIME, DATETIME2, DAYS_AGO, DAYS_FROM_NOW, DECIMAL, DEEPSEEK, DEFAULT, DELETE, DESC, DISABLED, DOCUMENT, DONUT, DonutChartWidgetConfigDto, DOUBLE, DRAFT, DURATION, DYNAMIC_TABLE, EAV, EMAIL, EMAIL_GMAIL, EMAIL_OUTLOOK, EMAIL_SMTP, EMAIL_TWILIO_SENDGRID, EMPTY, ENUM, EQ, ERROR, EXACT_DATE, EXTRA, FACEBOOK_ADS, FACEBOOK_BUSINESS, FACEBOOK_PAGE, FACEBOOK_PERSONAL, FAILED, FILTER, FilterResponseDto, FLOAT, ForbiddenWidgetRuntimeDto, FORM, FORMULA, FormViewMeta, FUNCTION, FUNNEL, FunnelChartRuntimeDto, FunnelStepDto, GALLERY, GalleryViewMeta, GEOGRAPHY, GEOMETRY, GET, GETFLY_CRM, GHN, GHTK, GOOGLE, GOOGLE_ADS, GOOGLE_AI_STUDIO, GOOGLE_CALENDAR, GOOGLE_CLOUD_PROJECT, GOOGLE_DOCS, GOOGLE_DRIVE, GOOGLE_SHEETS, GOOGLE_YOUTUBE, GRID, GridEmbedWidgetRuntimeDto, GridViewMeta, GROUP_BY_EQ, GROUP_BY_NULL, GroupedChartWidgetConfigBaseDto, GroupFieldDto, GT, GTE, HAS_MANY, HDB_BANK, HEATMAP, HeatmapCellDto, HeatmapChartRuntimeDto, HOOK, HSTORE, HTML, IFRAME, IframeWidgetConfigDto, IframeWidgetProvider, IframeWidgetRuntimeDto, IMAGE, INACTIVE, INET, INTEGER, INTEGRATION_CREATE, INTEGRATION_DELETE, INTEGRATION_UPDATE, INTERVAL, IS, IS_NOT, IS_WITHIN, JSON, JsonArray, JSONB, JsonObject, JsonPrimitive, JsonValue, KANBAN, KanbanViewMeta, KanbanWidgetConfigDto, KL_BANK, KNOWLEDGE_FILE, LEFT, LIKE, LimitOffsetQueryDto, LINE, LineChartWidgetConfigDto, LINK_TO_ANOTHER_RECORD, LINKS, LIST, ListWidgetConfigDto, LLM_CUSTOM, LOCKED, LONG_TEXT, LONGTEXT, LOOKUP, LookupConfigDto, LookupConfigResponseDto, LT, LTE, MACADDR, MANY_TO_MANY, MAP, MAPBOX, MapViewMeta, MapWidgetConfigDto, MARIADB, MAX, MB_BANK, MEDIA, MEDIUM, MEDIUMINT, MEDIUMTEXT, METRIC, MetricViewConfigDto, MetricWidgetColor, MetricWidgetColorMode, MetricWidgetComparisonDto, MetricWidgetConfigDto, MetricWidgetMode, MetricWidgetRuntimeDto, MetricWidgetSummaryType, MIN, MODIFIED_BY, MODIFIED_TIME, MONEY, MONGODB, MSSQL, MULTI_SELECT, MYSQL, NCHAR, NEQ, NEXT_MONTH, NEXT_NUMBER_OF_DAYS, NEXT_WEEK, NEXT_YEAR, NLIKE, NO, NO_ACTION, NONE, NOT, NOT_ALL_OF, NOT_ANY_OF, NOT_BETWEEN, NOT_BLANK, NOT_CHECKED, NOT_EMPTY, NOT_NULL, NULL, NUMBER, NUMERIC, NVARCHAR, OBJECT, OBJECT_ID, OCB_BANK, ONE_MONTH_AGO, ONE_MONTH_FROM_NOW, ONE_TO_ONE, ONE_WEEK_AGO, ONE_WEEK_FROM_NOW, OPENAI, OPENAI_OAUTH, OPENROUTER, OR, ORACLE, ORDER, OSM, PagedResponse, PageInfo, PAST_MONTH, PAST_NUMBER_OF_DAYS, PAST_WEEK, PAST_YEAR, PATCH, PENDING, PERCENT, PERMISSION_CREATE, PERMISSION_DELETE, PERMISSION_UPDATE, PERPLEXITY_AI, PERSONAL, PHONE, PHYSICAL, PIE, PieChartWidgetConfigDto, POINT, POLAR_AREA, POST, POSTGRESQL, PROJECT_CREATE, PROJECT_DELETE, PROJECT_UPDATE, PROXY, PUT, QR_CODE, RADAR, RADAR_CRITERION, RadarChartRuntimeDto, RadarChartWidgetConfigDto, RadarConfigSpecDto, RadarCriterionDto, RadarCriterionSpecDto, RadarObjectSortBy, RadarObjectSpecDto, RadarRuntimePointDto, RadarRuntimeSeriesDto, RATING, READ, REAL, RecordAggregateQueryDto, RecordListQueryDto, REDAI, REDAI_EXTENSION, REDAI_VIEW, RedaiViewWidgetConfigDto, RedaiViewWidgetRuntimeDto, REJECTED, RELATION, RelationConfigDto, RelationConfigResponseDto, RelationFieldRefDto, RESTRICT, RIGHT, ROLLUP, RollupConfigDto, RollupConfigResponseDto, RUNNING, SCATTER, ScatterChartPointDto, ScatterChartRuntimeDto, SCB_BANK, Schema, SchemaValue, SELECT, SendSharedDashboardEmailDto, SERIAL, SET, SET_DEFAULT, SET_NULL, SharedBaseResponseDto, SharedBasesCreateSharedBaseParams, SharedBasesDeleteSharedBaseParams, SharedBasesGetSharedBaseParams, SharedBasesUpdateSharedBaseParams, SharedDashboardResponseDto, SharedDashboardsCreateSharedDashboardParams, SharedDashboardsDeleteSharedDashboardParams, SharedDashboardsGetSharedDashboardParams, SharedDashboardsListSharedDashboardsParams, SharedDashboardsSendSharedDashboardEmailParams, SharedDashboardsUpdateSharedDashboardParams, SHB_BANK, SHORT, SlackIntegrationConfig, SMALLDATETIME, SMALLINT, SMALLMONEY, SMS_ESMS, SMS_ESMS_ADVERTISING, SMS_ESMS_CUSTOMER_CARE, SMS_ESMS_VIBER, SMS_FPT, SMS_SPEED, SMS_TWILIO, SMS_VONAGE, SOURCE_CREATE, SOURCE_DELETE, SOURCE_UPDATE, SourceConfig, SourceMeta, SQLITE, STACKED_AREA, STACKED_BAR, STB_BANK, STRING, SUCCESS, SUM, SUM_DISTINCT, TABLE, TABLE_CREATE, TABLE_DELETE, TABLE_UPDATE, TableResponseDto, TableWidgetConfigDto, TALL, TCB_BANK, TELEGRAM, TELEGRAM_BOT, TEST, TEXT, TextWidgetAggregateBindingSourceDto, TextWidgetConfigDto, TextWidgetFirstRowSelectorDto, TextWidgetIndexedRowSelectorDto, TextWidgetLastRowSelectorDto, TextWidgetRecordBindingSourceDto, TextWidgetRecordFieldBindingSourceDto, TextWidgetRecordsBindingSourceDto, TextWidgetResolvedVariableDto, TextWidgetRuntimeDto, TextWidgetVariableBindingDto, TextWidgetVariableOutputDto, TIKTOK, TIKTOK_ADS, TIME, TIMESTAMP, TIMESTAMPTZ, TINYINT, TINYTEXT, TODAY, TOMORROW, TPB_BANK, TREEMAP, TreemapChartRuntimeDto, TreemapNodeDto, UNIQUEIDENTIFIER, UPDATE, UpdateSharedBaseDto, UpdateSharedDashboardDto, URL, USER, USER_DELETE, USER_UPDATE, UUID, VARBINARY, VARCHAR, VCB_BANK, VERTEX_AI, VIB_BANK, VIEW, VIEW_CREATE, VIEW_DELETE, VIEW_UPDATE, ViewMeta, ViewResponseDto, VPB_BANK, VTB_BANK, WEBHOOK, WEBSITE, WELCOME, WidgetAggregationFunction, WidgetAggregationSpec, WidgetAggregationSpecDto, WidgetDatePreset, WidgetFilterPayloadDto, WidgetQuerySpecDto, WidgetResponseDto, WidgetRuntimeResolvedQueryResponseDto, WidgetRuntimeResponseDto, WidgetSortSpecDto, WORKFLOW, WORKSPACE_CREATE, WorkspaceRoleCode, WorkspaceSettings, WorkspaceSystemRoleCode, XAI, XLSX, XML, Y_AXIS, YEAR, YESTERDAY, ZALO_BOT, ZALO_OA, ZALO_PERSONAL } from '../shared-types';
|
|
3
|
+
export type { ACB_BANK, ACCEPTED, ACTION, ACTIVE, AGENT_DESKTOP_SDK_EXE, AGRIBANK_BANK, AHAMOVE, AI, ALIBABA_CODING_PLAN, ALL_OF, AND, ANTHROPIC, ANY_OF, API_TOKEN_CREATE, API_TOKEN_DELETE, API_TOKEN_UPDATE, ApiResponseDto, APPEND, APPROVED, ARCHIVED, AREA, AreaChartWidgetConfigDto, ARRAY, ASC, ATTACHMENT, AUTONUMBER, AVG, AVG_DISTINCT, AZURE_AI, BAR, BarChartWidgetConfigDto, BARCODE, BASE, BaseMeta, BELONGS_TO, BETWEEN, BIDV_BANK, BIGINT, BIGSERIAL, BINARY, BIT, BLANK, BLOB, BOOLEAN, BUBBLE, BulkDataListDto, BulkGroupDto, BUTTON, BYTEA, CALENDAR, CALENDAR_CREATE, CALENDAR_DELETE, CALENDAR_UPDATE, CalendarViewMeta, CalendarWidgetConfigDto, CASCADE, CategoricalChartBucketDto, CategoricalChartRuntimeDto, CENTER, CHAR, CHART, ChartDisplaySpecDto, ChartMeasureSpecDto, ChartPointsSpecDto, ChartRuntimeDisplayDto, ChartRuntimeGroupValueDto, ChartRuntimePointDto, ChartRuntimeSeriesDto, ChartSeriesConfigSpecDto, ChartSeriesLayout, ChartSortBy, ChartSortOrder, ChartTimeBucket, ChartViewConfigDto, ChartViewMeasureConfigDto, ChartWidgetConfigDto, ChartXAxisSpecDto, ChartYAxisSpecDto, CHECKED, CIDR, CLOUD_AWS_S3, CLOUD_AZURE_BLOB, CLOUD_BACKBLAZE_B2, CLOUD_CLOUDFLARE_R2, CLOUD_GOOGLE_CLOUD_STORAGE, CLOUD_MINIO, CLOUD_WASABI, COLLABORATIVE, ColumnResponseDto, COMBO, COMMENT_CREATE, COMMENT_DELETE, COMMENT_UPDATE, COMPLETED, COUNT, COUNT_ASC, COUNT_DESC, COUNT_DISTINCT, CREATE, CreateColumnDto, CREATED_BY, CREATED_TIME, CreateSharedBaseDto, CreateSharedDashboardDto, CreateTableFieldDto, CSV, CURRENCY, CUSTOM, DASHBOARD, DASHBOARD_CREATE, DASHBOARD_DELETE, DASHBOARD_UPDATE, DashboardResponseDto, DATA_CREATE, DATA_DELETE, DATA_EXPORT, DATA_IMPORT, DATA_UPDATE, DATABASE_MARIADB, DATABASE_MONGODB, DATABASE_MSSQL, DATABASE_MYSQL, DATABASE_ORACLE, DATABASE_POSTGRESQL, DATABASE_REDIS, DATABASE_SQLITE, DATE, DATETIME, DATETIME2, DAYS_AGO, DAYS_FROM_NOW, DECIMAL, DEEPSEEK, DEFAULT, DELETE, DESC, DISABLED, DOCUMENT, DONUT, DonutChartWidgetConfigDto, DOUBLE, DRAFT, DURATION, DYNAMIC_TABLE, EAV, EMAIL, EMAIL_GMAIL, EMAIL_OUTLOOK, EMAIL_SMTP, EMAIL_TWILIO_SENDGRID, EMBEDDING_CUSTOM, EMPTY, ENUM, EQ, ERROR, EXACT_DATE, EXTRA, FACEBOOK_ADS, FACEBOOK_BUSINESS, FACEBOOK_PAGE, FACEBOOK_PERSONAL, FAILED, FILTER, FilterResponseDto, FLOAT, ForbiddenWidgetRuntimeDto, FORM, FORMULA, FormViewMeta, FUNCTION, FUNNEL, FunnelChartRuntimeDto, FunnelStepDto, GALLERY, GalleryViewMeta, GEOGRAPHY, GEOMETRY, GET, GETFLY_CRM, GHN, GHTK, GOOGLE, GOOGLE_ADS, GOOGLE_AI_STUDIO, GOOGLE_CALENDAR, GOOGLE_CLOUD_PROJECT, GOOGLE_DOCS, GOOGLE_DRIVE, GOOGLE_SHEETS, GOOGLE_YOUTUBE, GRID, GridEmbedWidgetRuntimeDto, GridViewMeta, GROUP_BY_EQ, GROUP_BY_NULL, GroupedChartWidgetConfigBaseDto, GroupFieldDto, GT, GTE, HAS_MANY, HDB_BANK, HEATMAP, HeatmapCellDto, HeatmapChartRuntimeDto, HOOK, HSTORE, HTML, IFRAME, IframeWidgetConfigDto, IframeWidgetProvider, IframeWidgetRuntimeDto, IMAGE, INACTIVE, INET, INTEGER, INTEGRATION_CREATE, INTEGRATION_DELETE, INTEGRATION_UPDATE, INTERVAL, IS, IS_NOT, IS_WITHIN, JSON, JsonArray, JSONB, JsonObject, JsonPrimitive, JsonValue, KANBAN, KanbanViewMeta, KanbanWidgetConfigDto, KL_BANK, KNOWLEDGE_FILE, LEFT, LIKE, LimitOffsetQueryDto, LINE, LineChartWidgetConfigDto, LINK_TO_ANOTHER_RECORD, LINKS, LIST, ListWidgetConfigDto, LLM_CUSTOM, LOCKED, LONG_TEXT, LONGTEXT, LOOKUP, LookupConfigDto, LookupConfigResponseDto, LT, LTE, MACADDR, MANY_TO_MANY, MAP, MAPBOX, MapViewMeta, MapWidgetConfigDto, MARIADB, MAX, MB_BANK, MEDIA, MEDIUM, MEDIUMINT, MEDIUMTEXT, METRIC, MetricViewConfigDto, MetricWidgetColor, MetricWidgetColorMode, MetricWidgetComparisonDto, MetricWidgetConfigDto, MetricWidgetMode, MetricWidgetRuntimeDto, MetricWidgetSummaryType, MIN, MODIFIED_BY, MODIFIED_TIME, MONEY, MONGODB, MSSQL, MULTI_SELECT, MYSQL, NCHAR, NEQ, NEXT_MONTH, NEXT_NUMBER_OF_DAYS, NEXT_WEEK, NEXT_YEAR, NLIKE, NO, NO_ACTION, NONE, NOT, NOT_ALL_OF, NOT_ANY_OF, NOT_BETWEEN, NOT_BLANK, NOT_CHECKED, NOT_EMPTY, NOT_NULL, NULL, NUMBER, NUMERIC, NVARCHAR, OBJECT, OBJECT_ID, OCB_BANK, ONE_MONTH_AGO, ONE_MONTH_FROM_NOW, ONE_TO_ONE, ONE_WEEK_AGO, ONE_WEEK_FROM_NOW, OPENAI, OPENAI_OAUTH, OPENROUTER, OR, ORACLE, ORDER, OSM, PagedResponse, PageInfo, PaginatedResult, PaginationMeta, PAST_MONTH, PAST_NUMBER_OF_DAYS, PAST_WEEK, PAST_YEAR, PATCH, PENDING, PERCENT, PERMISSION_CREATE, PERMISSION_DELETE, PERMISSION_UPDATE, PERPLEXITY_AI, PERSONAL, PHONE, PHYSICAL, PIE, PieChartWidgetConfigDto, POINT, POLAR_AREA, POST, POSTGRESQL, PROJECT_CREATE, PROJECT_DELETE, PROJECT_UPDATE, PROXY, PUT, QR_CODE, RADAR, RADAR_CRITERION, RadarChartRuntimeDto, RadarChartWidgetConfigDto, RadarConfigSpecDto, RadarCriterionDto, RadarCriterionSpecDto, RadarObjectSortBy, RadarObjectSpecDto, RadarRuntimePointDto, RadarRuntimeSeriesDto, RATING, READ, REAL, RecordAggregateQueryDto, RecordData, RecordListQueryDto, RecordValue, REDAI, REDAI_EXTENSION, REDAI_VIEW, RedaiViewWidgetConfigDto, RedaiViewWidgetRuntimeDto, REJECTED, RELATION, RelationConfigDto, RelationConfigResponseDto, RelationFieldRefDto, RESTRICT, RIGHT, ROLLUP, RollupConfigDto, RollupConfigResponseDto, RUNNING, SCATTER, ScatterChartPointDto, ScatterChartRuntimeDto, SCB_BANK, Schema, SchemaValue, SELECT, SendSharedDashboardEmailDto, SERIAL, SET, SET_DEFAULT, SET_NULL, SharedBaseResponseDto, SharedBasesCreateSharedBaseParams, SharedBasesDeleteSharedBaseParams, SharedBasesGetSharedBaseParams, SharedBasesUpdateSharedBaseParams, SharedDashboardResponseDto, SharedDashboardsCreateSharedDashboardParams, SharedDashboardsDeleteSharedDashboardParams, SharedDashboardsGetSharedDashboardParams, SharedDashboardsListSharedDashboardsParams, SharedDashboardsSendSharedDashboardEmailParams, SharedDashboardsUpdateSharedDashboardParams, SHB_BANK, SHORT, SlackIntegrationConfig, SMALLDATETIME, SMALLINT, SMALLMONEY, SMS_ESMS, SMS_ESMS_ADVERTISING, SMS_ESMS_CUSTOMER_CARE, SMS_ESMS_VIBER, SMS_FPT, SMS_SPEED, SMS_TWILIO, SMS_VONAGE, SOURCE_CREATE, SOURCE_DELETE, SOURCE_UPDATE, SourceConfig, SourceMeta, SQLITE, STACKED_AREA, STACKED_BAR, STB_BANK, STRING, SUCCESS, SUM, SUM_DISTINCT, TABLE, TABLE_CREATE, TABLE_DELETE, TABLE_UPDATE, TableResponseDto, TableWidgetConfigDto, TALL, TCB_BANK, TELEGRAM, TELEGRAM_BOT, TEST, TEXT, TextWidgetAggregateBindingSourceDto, TextWidgetConfigDto, TextWidgetFirstRowSelectorDto, TextWidgetIndexedRowSelectorDto, TextWidgetLastRowSelectorDto, TextWidgetRecordBindingSourceDto, TextWidgetRecordFieldBindingSourceDto, TextWidgetRecordsBindingSourceDto, TextWidgetResolvedVariableDto, TextWidgetRuntimeDto, TextWidgetVariableBindingDto, TextWidgetVariableOutputDto, TIKTOK, TIKTOK_ADS, TIME, TIMESTAMP, TIMESTAMPTZ, TINYINT, TINYTEXT, TODAY, TOMORROW, TPB_BANK, TREEMAP, TreemapChartRuntimeDto, TreemapNodeDto, UNIQUEIDENTIFIER, UPDATE, UpdateSharedBaseDto, UpdateSharedDashboardDto, URL, USER, USER_DELETE, USER_UPDATE, UUID, VARBINARY, VARCHAR, VCB_BANK, VECTOR, VERTEX_AI, VIB_BANK, VIEW, VIEW_CREATE, VIEW_DELETE, VIEW_UPDATE, ViewMeta, ViewResponseDto, VPB_BANK, VTB_BANK, WEBHOOK, WEBSITE, WELCOME, WidgetAggregationFunction, WidgetAggregationSpec, WidgetAggregationSpecDto, WidgetDatePreset, WidgetFilterPayloadDto, WidgetQuerySpecDto, WidgetResponseDto, WidgetRuntimeResolvedQueryResponseDto, WidgetRuntimeResponseDto, WidgetSortSpecDto, WORKFLOW, WORKSPACE_CREATE, WorkspaceRoleCode, WorkspaceSettings, WorkspaceSystemRoleCode, XAI, XLSX, XML, Y_AXIS, YEAR, YESTERDAY, ZALO_BOT, ZALO_OA, ZALO_PERSONAL } from '../shared-types';
|
|
4
4
|
export { BaseStatus, ChartType, ChartViewMeasureRole, DashboardStatus, ExternalDataType, FieldType, FilterComparisonOp, FilterComparisonSubOp, FilterLogicalOp, GridColumnAlign, GridRowHeight, INT, MapProviderType, ModelType, ProviderEnum, ReferentialAction, RelationType, RollupFunction, RowColoringMode, SchemaType, SourceType, StorageMode, T, ViewLockType, ViewSortDirection, ViewType, WidgetType, WORKSPACE, WORKSPACE_SYSTEM_ROLE_CODE } from '../shared-types';
|
|
5
5
|
export interface AcceptWorkspaceInviteDto {
|
|
6
6
|
token: string;
|
|
@@ -60,6 +60,10 @@ export interface AdHocChartWidgetConfigDto {
|
|
|
60
60
|
radar?: RadarConfigSpecDto;
|
|
61
61
|
display?: ChartDisplaySpecDto;
|
|
62
62
|
}
|
|
63
|
+
export interface AiConfigDto {
|
|
64
|
+
aiPrompt: string;
|
|
65
|
+
agentId?: string;
|
|
66
|
+
}
|
|
63
67
|
export interface AnalyzeStructureColumnDto {
|
|
64
68
|
name: string;
|
|
65
69
|
path: (string)[];
|
|
@@ -316,6 +320,11 @@ export interface ApplyFilterPresetResponseDto {
|
|
|
316
320
|
replaceExisting: boolean;
|
|
317
321
|
filters: FilterResponseDto;
|
|
318
322
|
}
|
|
323
|
+
export interface AttachmentConfigDto {
|
|
324
|
+
allowedFileTypes?: (string)[];
|
|
325
|
+
maxFiles?: number;
|
|
326
|
+
maxFileSize?: number;
|
|
327
|
+
}
|
|
319
328
|
export interface AttachmentReferenceDto {
|
|
320
329
|
sourceType: AttachmentSourceType;
|
|
321
330
|
sourceId: unknown;
|
|
@@ -389,6 +398,9 @@ export interface BaseResponseDto {
|
|
|
389
398
|
createdAt?: number | null;
|
|
390
399
|
updatedAt?: number | null;
|
|
391
400
|
}
|
|
401
|
+
export interface BooleanConfigDto {
|
|
402
|
+
defaultValue?: boolean;
|
|
403
|
+
}
|
|
392
404
|
export type BulkAggregateByKeyNameDto = BulkDataListByKeyNameDto & {
|
|
393
405
|
aggregations?: JsonValue;
|
|
394
406
|
};
|
|
@@ -441,6 +453,7 @@ export interface BulkMutationResultDto {
|
|
|
441
453
|
recordIds: (string)[];
|
|
442
454
|
preview?: (BulkMutationPreviewItemDto)[];
|
|
443
455
|
truncated?: boolean;
|
|
456
|
+
relationJobIds?: (string)[];
|
|
444
457
|
}
|
|
445
458
|
export type BulkUpdateTableFieldDto = UpdateTableFieldDto & {
|
|
446
459
|
id: string;
|
|
@@ -493,6 +506,12 @@ export interface BulkUpsertByKeyRowIssueDto {
|
|
|
493
506
|
code: string;
|
|
494
507
|
message: string;
|
|
495
508
|
}
|
|
509
|
+
export type BulkUpsertColumnItemDto = UpdateTableFieldDto & {
|
|
510
|
+
id?: string;
|
|
511
|
+
};
|
|
512
|
+
export interface BulkUpsertColumnsDto {
|
|
513
|
+
items: (BulkUpsertColumnItemDto)[];
|
|
514
|
+
}
|
|
496
515
|
export declare enum BulkUpsertDuplicatePolicy {
|
|
497
516
|
ERROR = "error",
|
|
498
517
|
FIRST = "first"
|
|
@@ -1033,6 +1052,20 @@ export interface CreateWorkspaceNotificationEmailChannelDto {
|
|
|
1033
1052
|
isActive?: boolean;
|
|
1034
1053
|
isDefault?: boolean;
|
|
1035
1054
|
}
|
|
1055
|
+
export interface CurrencyConfigDto {
|
|
1056
|
+
precision?: number;
|
|
1057
|
+
currencyCode?: string;
|
|
1058
|
+
currencySymbol?: string;
|
|
1059
|
+
defaultValue?: number;
|
|
1060
|
+
}
|
|
1061
|
+
export interface DateConfigDto {
|
|
1062
|
+
dateFormat?: string;
|
|
1063
|
+
}
|
|
1064
|
+
export interface DatetimeConfigDto {
|
|
1065
|
+
dateFormat?: string;
|
|
1066
|
+
timeFormat?: '24h' | '12h';
|
|
1067
|
+
timezone?: string;
|
|
1068
|
+
}
|
|
1036
1069
|
export interface DeleteByFilterDto {
|
|
1037
1070
|
target: MutationTargetDto;
|
|
1038
1071
|
dryRun?: JsonValue;
|
|
@@ -1374,6 +1407,10 @@ export interface FilterPresetResponseDto {
|
|
|
1374
1407
|
createdAt?: unknown | null;
|
|
1375
1408
|
updatedAt?: unknown | null;
|
|
1376
1409
|
}
|
|
1410
|
+
export interface FormulaConfigDto {
|
|
1411
|
+
formulaExpression: string;
|
|
1412
|
+
outputType?: 'number' | 'text' | 'date' | 'boolean';
|
|
1413
|
+
}
|
|
1377
1414
|
export interface FormViewConfigDto {
|
|
1378
1415
|
heading?: string | null;
|
|
1379
1416
|
subheading?: string | null;
|
|
@@ -1789,10 +1826,10 @@ export type ListBasesQueryDto = PaginationQueryDto & {
|
|
|
1789
1826
|
isMeta?: boolean;
|
|
1790
1827
|
deleted?: boolean;
|
|
1791
1828
|
};
|
|
1792
|
-
export
|
|
1829
|
+
export type ListCommentsQueryDto = PaginationQueryDto & {
|
|
1793
1830
|
fkModelId: string;
|
|
1794
1831
|
rowId: string;
|
|
1795
|
-
}
|
|
1832
|
+
};
|
|
1796
1833
|
export interface ListDashboardsQueryDto {
|
|
1797
1834
|
status?: DashboardStatus;
|
|
1798
1835
|
includeWidgets?: boolean;
|
|
@@ -1845,6 +1882,10 @@ export type ListWorkspaceMembersQueryDto = PaginationQueryDto & {
|
|
|
1845
1882
|
export type ListWorkspacesQueryDto = PaginationQueryDto & {
|
|
1846
1883
|
isActive?: boolean;
|
|
1847
1884
|
};
|
|
1885
|
+
export interface LongTextConfigDto {
|
|
1886
|
+
enableRichText?: boolean;
|
|
1887
|
+
maxLength?: number;
|
|
1888
|
+
}
|
|
1848
1889
|
export interface LookupConfigWithRefsDto {
|
|
1849
1890
|
relationFieldRef: RelationFieldRefDto;
|
|
1850
1891
|
lookupFieldId?: string;
|
|
@@ -1879,6 +1920,20 @@ export declare enum MembershipScope {
|
|
|
1879
1920
|
BASE = "base",
|
|
1880
1921
|
TEAM = "team"
|
|
1881
1922
|
}
|
|
1923
|
+
export interface MetaWithAlignDto {
|
|
1924
|
+
width?: number;
|
|
1925
|
+
align?: 'left' | 'center' | 'right';
|
|
1926
|
+
}
|
|
1927
|
+
export interface MetaWithWidthAndPlaceholderDto {
|
|
1928
|
+
width?: number;
|
|
1929
|
+
placeholder?: string;
|
|
1930
|
+
}
|
|
1931
|
+
export interface MetaWithWidthDto {
|
|
1932
|
+
width?: number;
|
|
1933
|
+
}
|
|
1934
|
+
export interface MultiSelectConfigDto {
|
|
1935
|
+
options?: (SelectOptionDto)[];
|
|
1936
|
+
}
|
|
1882
1937
|
export interface MutationTargetByKeyNameDto {
|
|
1883
1938
|
viewId?: unknown;
|
|
1884
1939
|
filters?: JsonValue;
|
|
@@ -1895,6 +1950,10 @@ export interface MutationTargetDto {
|
|
|
1895
1950
|
limit?: number;
|
|
1896
1951
|
offset?: number;
|
|
1897
1952
|
}
|
|
1953
|
+
export interface NumberConfigDto {
|
|
1954
|
+
precision?: number;
|
|
1955
|
+
defaultValue?: number;
|
|
1956
|
+
}
|
|
1898
1957
|
export interface PaginationQueryDto {
|
|
1899
1958
|
page?: number;
|
|
1900
1959
|
pageSize?: number;
|
|
@@ -1902,6 +1961,14 @@ export interface PaginationQueryDto {
|
|
|
1902
1961
|
s?: string;
|
|
1903
1962
|
filter?: string;
|
|
1904
1963
|
}
|
|
1964
|
+
export interface PercentConfigDto {
|
|
1965
|
+
precision?: number;
|
|
1966
|
+
percentFormat?: 'whole' | 'decimal';
|
|
1967
|
+
defaultValue?: number;
|
|
1968
|
+
}
|
|
1969
|
+
export interface PhoneConfigDto {
|
|
1970
|
+
defaultCountryCode?: string;
|
|
1971
|
+
}
|
|
1905
1972
|
export interface PinCommandPaletteDto {
|
|
1906
1973
|
type: 'table' | 'view' | 'action';
|
|
1907
1974
|
id: string;
|
|
@@ -1935,6 +2002,10 @@ export interface PreviewImportDto {
|
|
|
1935
2002
|
hasHeader?: boolean;
|
|
1936
2003
|
sampleSize?: number;
|
|
1937
2004
|
}
|
|
2005
|
+
export interface RatingConfigDto {
|
|
2006
|
+
maxRating?: number;
|
|
2007
|
+
ratingIcon?: 'star' | 'heart' | 'thumb';
|
|
2008
|
+
}
|
|
1938
2009
|
export type RecordAggregateByKeyNameQueryDto = RecordListByKeyNameQueryDto & {
|
|
1939
2010
|
aggregations?: string;
|
|
1940
2011
|
};
|
|
@@ -2198,6 +2269,33 @@ export interface SecureAttachmentUrlResponseDto {
|
|
|
2198
2269
|
downloadUrl?: unknown | null;
|
|
2199
2270
|
expiresInSeconds: number;
|
|
2200
2271
|
}
|
|
2272
|
+
export interface SelectConfigDto {
|
|
2273
|
+
defaultValue?: string;
|
|
2274
|
+
options?: (SelectOptionDto)[];
|
|
2275
|
+
}
|
|
2276
|
+
export interface SelectOptionDto {
|
|
2277
|
+
id: string;
|
|
2278
|
+
label: string;
|
|
2279
|
+
color?: string;
|
|
2280
|
+
}
|
|
2281
|
+
export interface SemanticSearchByKeyNameDto {
|
|
2282
|
+
text: string;
|
|
2283
|
+
fieldKeyName: string;
|
|
2284
|
+
topK?: number;
|
|
2285
|
+
minSimilarity?: number;
|
|
2286
|
+
preFilters?: JsonValue;
|
|
2287
|
+
fields?: JsonValue;
|
|
2288
|
+
viewId?: string;
|
|
2289
|
+
}
|
|
2290
|
+
export interface SemanticSearchDto {
|
|
2291
|
+
text: string;
|
|
2292
|
+
fieldId: string;
|
|
2293
|
+
topK?: number;
|
|
2294
|
+
minSimilarity?: number;
|
|
2295
|
+
preFilters?: JsonValue;
|
|
2296
|
+
fields?: JsonValue;
|
|
2297
|
+
viewId?: string;
|
|
2298
|
+
}
|
|
2201
2299
|
export interface SortResponseDto {
|
|
2202
2300
|
id: string;
|
|
2203
2301
|
viewId: string;
|
|
@@ -2291,6 +2389,10 @@ export interface TestWorkspaceNotificationEmailChannelDto {
|
|
|
2291
2389
|
recipientEmail: string;
|
|
2292
2390
|
subject?: string;
|
|
2293
2391
|
}
|
|
2392
|
+
export interface TextConfigDto {
|
|
2393
|
+
defaultValue?: string;
|
|
2394
|
+
maxLength?: number;
|
|
2395
|
+
}
|
|
2294
2396
|
export interface ToggleSourceEnabledDto {
|
|
2295
2397
|
enabled: boolean;
|
|
2296
2398
|
}
|
|
@@ -2447,6 +2549,231 @@ export type UpdateWorkspaceMemberDto = Partial<WorkspaceMemberRoleCodeDto> & {
|
|
|
2447
2549
|
export type UpdateWorkspaceNotificationEmailChannelDto = Partial<CreateWorkspaceNotificationEmailChannelDto>;
|
|
2448
2550
|
export interface UploadImportFileDto {
|
|
2449
2551
|
}
|
|
2552
|
+
export interface UpsertAiColumnDto {
|
|
2553
|
+
readonly type: any;
|
|
2554
|
+
id?: string;
|
|
2555
|
+
name: string;
|
|
2556
|
+
keyName: string;
|
|
2557
|
+
description?: string;
|
|
2558
|
+
orderIndex?: number;
|
|
2559
|
+
config: AiConfigDto;
|
|
2560
|
+
meta?: MetaWithWidthDto;
|
|
2561
|
+
}
|
|
2562
|
+
export interface UpsertAttachmentColumnDto {
|
|
2563
|
+
readonly type: any;
|
|
2564
|
+
id?: string;
|
|
2565
|
+
name: string;
|
|
2566
|
+
keyName: string;
|
|
2567
|
+
description?: string;
|
|
2568
|
+
orderIndex?: number;
|
|
2569
|
+
config?: AttachmentConfigDto;
|
|
2570
|
+
meta?: MetaWithWidthDto;
|
|
2571
|
+
}
|
|
2572
|
+
export interface UpsertBooleanColumnDto {
|
|
2573
|
+
readonly type: any;
|
|
2574
|
+
id?: string;
|
|
2575
|
+
name: string;
|
|
2576
|
+
keyName: string;
|
|
2577
|
+
description?: string;
|
|
2578
|
+
orderIndex?: number;
|
|
2579
|
+
config?: BooleanConfigDto;
|
|
2580
|
+
meta?: MetaWithWidthDto;
|
|
2581
|
+
}
|
|
2582
|
+
export interface UpsertCurrencyColumnDto {
|
|
2583
|
+
readonly type: any;
|
|
2584
|
+
id?: string;
|
|
2585
|
+
name: string;
|
|
2586
|
+
keyName: string;
|
|
2587
|
+
description?: string;
|
|
2588
|
+
orderIndex?: number;
|
|
2589
|
+
isRequired?: boolean;
|
|
2590
|
+
isUnsigned?: boolean;
|
|
2591
|
+
config?: CurrencyConfigDto;
|
|
2592
|
+
meta?: MetaWithAlignDto;
|
|
2593
|
+
}
|
|
2594
|
+
export interface UpsertDateColumnDto {
|
|
2595
|
+
readonly type: any;
|
|
2596
|
+
id?: string;
|
|
2597
|
+
name: string;
|
|
2598
|
+
keyName: string;
|
|
2599
|
+
description?: string;
|
|
2600
|
+
orderIndex?: number;
|
|
2601
|
+
config?: DateConfigDto;
|
|
2602
|
+
meta?: MetaWithWidthDto;
|
|
2603
|
+
}
|
|
2604
|
+
export interface UpsertDatetimeColumnDto {
|
|
2605
|
+
readonly type: any;
|
|
2606
|
+
id?: string;
|
|
2607
|
+
name: string;
|
|
2608
|
+
keyName: string;
|
|
2609
|
+
description?: string;
|
|
2610
|
+
orderIndex?: number;
|
|
2611
|
+
config?: DatetimeConfigDto;
|
|
2612
|
+
meta?: MetaWithWidthDto;
|
|
2613
|
+
}
|
|
2614
|
+
export interface UpsertEmailColumnDto {
|
|
2615
|
+
readonly type: any;
|
|
2616
|
+
id?: string;
|
|
2617
|
+
name: string;
|
|
2618
|
+
keyName: string;
|
|
2619
|
+
description?: string;
|
|
2620
|
+
orderIndex?: number;
|
|
2621
|
+
isRequired?: boolean;
|
|
2622
|
+
isUnique?: boolean;
|
|
2623
|
+
meta?: MetaWithWidthAndPlaceholderDto;
|
|
2624
|
+
}
|
|
2625
|
+
export interface UpsertFormulaColumnDto {
|
|
2626
|
+
readonly type: any;
|
|
2627
|
+
readonly isReadonly: true;
|
|
2628
|
+
id?: string;
|
|
2629
|
+
name: string;
|
|
2630
|
+
keyName: string;
|
|
2631
|
+
description?: string;
|
|
2632
|
+
orderIndex?: number;
|
|
2633
|
+
config: FormulaConfigDto;
|
|
2634
|
+
meta?: MetaWithWidthDto;
|
|
2635
|
+
}
|
|
2636
|
+
export interface UpsertLongTextColumnDto {
|
|
2637
|
+
readonly type: any;
|
|
2638
|
+
id?: string;
|
|
2639
|
+
name: string;
|
|
2640
|
+
keyName: string;
|
|
2641
|
+
description?: string;
|
|
2642
|
+
orderIndex?: number;
|
|
2643
|
+
isRequired?: boolean;
|
|
2644
|
+
config?: LongTextConfigDto;
|
|
2645
|
+
meta?: MetaWithWidthAndPlaceholderDto;
|
|
2646
|
+
}
|
|
2647
|
+
export interface UpsertLookupColumnDto {
|
|
2648
|
+
readonly type: any;
|
|
2649
|
+
id?: string;
|
|
2650
|
+
name: string;
|
|
2651
|
+
keyName: string;
|
|
2652
|
+
description?: string;
|
|
2653
|
+
orderIndex?: number;
|
|
2654
|
+
lookupConfig: LookupConfigDto;
|
|
2655
|
+
}
|
|
2656
|
+
export interface UpsertMultiSelectColumnDto {
|
|
2657
|
+
readonly type: any;
|
|
2658
|
+
id?: string;
|
|
2659
|
+
name: string;
|
|
2660
|
+
keyName: string;
|
|
2661
|
+
description?: string;
|
|
2662
|
+
orderIndex?: number;
|
|
2663
|
+
config?: MultiSelectConfigDto;
|
|
2664
|
+
meta?: MetaWithWidthDto;
|
|
2665
|
+
}
|
|
2666
|
+
export interface UpsertNumberColumnDto {
|
|
2667
|
+
readonly type: any;
|
|
2668
|
+
id?: string;
|
|
2669
|
+
name: string;
|
|
2670
|
+
keyName: string;
|
|
2671
|
+
description?: string;
|
|
2672
|
+
orderIndex?: number;
|
|
2673
|
+
isRequired?: boolean;
|
|
2674
|
+
isUnsigned?: boolean;
|
|
2675
|
+
config?: NumberConfigDto;
|
|
2676
|
+
meta?: MetaWithAlignDto;
|
|
2677
|
+
}
|
|
2678
|
+
export interface UpsertPercentColumnDto {
|
|
2679
|
+
readonly type: any;
|
|
2680
|
+
id?: string;
|
|
2681
|
+
name: string;
|
|
2682
|
+
keyName: string;
|
|
2683
|
+
description?: string;
|
|
2684
|
+
orderIndex?: number;
|
|
2685
|
+
config?: PercentConfigDto;
|
|
2686
|
+
meta?: MetaWithAlignDto;
|
|
2687
|
+
}
|
|
2688
|
+
export interface UpsertPhoneColumnDto {
|
|
2689
|
+
readonly type: any;
|
|
2690
|
+
id?: string;
|
|
2691
|
+
name: string;
|
|
2692
|
+
keyName: string;
|
|
2693
|
+
description?: string;
|
|
2694
|
+
orderIndex?: number;
|
|
2695
|
+
isRequired?: boolean;
|
|
2696
|
+
config?: PhoneConfigDto;
|
|
2697
|
+
meta?: MetaWithWidthAndPlaceholderDto;
|
|
2698
|
+
}
|
|
2699
|
+
export interface UpsertRatingColumnDto {
|
|
2700
|
+
readonly type: any;
|
|
2701
|
+
id?: string;
|
|
2702
|
+
name: string;
|
|
2703
|
+
keyName: string;
|
|
2704
|
+
description?: string;
|
|
2705
|
+
orderIndex?: number;
|
|
2706
|
+
config?: RatingConfigDto;
|
|
2707
|
+
meta?: MetaWithWidthDto;
|
|
2708
|
+
}
|
|
2709
|
+
export interface UpsertRelationColumnDto {
|
|
2710
|
+
readonly type: any;
|
|
2711
|
+
id?: string;
|
|
2712
|
+
name: string;
|
|
2713
|
+
keyName: string;
|
|
2714
|
+
description?: string;
|
|
2715
|
+
orderIndex?: number;
|
|
2716
|
+
relationConfig: RelationConfigDto;
|
|
2717
|
+
}
|
|
2718
|
+
export interface UpsertRollupColumnDto {
|
|
2719
|
+
readonly type: any;
|
|
2720
|
+
id?: string;
|
|
2721
|
+
name: string;
|
|
2722
|
+
keyName: string;
|
|
2723
|
+
description?: string;
|
|
2724
|
+
orderIndex?: number;
|
|
2725
|
+
rollupConfig: RollupConfigDto;
|
|
2726
|
+
}
|
|
2727
|
+
export interface UpsertSelectColumnDto {
|
|
2728
|
+
readonly type: any;
|
|
2729
|
+
id?: string;
|
|
2730
|
+
name: string;
|
|
2731
|
+
keyName: string;
|
|
2732
|
+
description?: string;
|
|
2733
|
+
orderIndex?: number;
|
|
2734
|
+
isRequired?: boolean;
|
|
2735
|
+
config?: SelectConfigDto;
|
|
2736
|
+
meta?: MetaWithWidthDto;
|
|
2737
|
+
}
|
|
2738
|
+
export interface UpsertTextColumnDto {
|
|
2739
|
+
readonly type: any;
|
|
2740
|
+
id?: string;
|
|
2741
|
+
name: string;
|
|
2742
|
+
keyName: string;
|
|
2743
|
+
description?: string;
|
|
2744
|
+
orderIndex?: number;
|
|
2745
|
+
isRequired?: boolean;
|
|
2746
|
+
isUnique?: boolean;
|
|
2747
|
+
config?: TextConfigDto;
|
|
2748
|
+
meta?: MetaWithWidthAndPlaceholderDto;
|
|
2749
|
+
}
|
|
2750
|
+
export interface UpsertUrlColumnDto {
|
|
2751
|
+
readonly type: any;
|
|
2752
|
+
id?: string;
|
|
2753
|
+
name: string;
|
|
2754
|
+
keyName: string;
|
|
2755
|
+
description?: string;
|
|
2756
|
+
orderIndex?: number;
|
|
2757
|
+
config?: UrlConfigDto;
|
|
2758
|
+
meta?: MetaWithWidthAndPlaceholderDto;
|
|
2759
|
+
}
|
|
2760
|
+
export interface UpsertUserColumnDto {
|
|
2761
|
+
readonly type: any;
|
|
2762
|
+
id?: string;
|
|
2763
|
+
name: string;
|
|
2764
|
+
keyName: string;
|
|
2765
|
+
description?: string;
|
|
2766
|
+
orderIndex?: number;
|
|
2767
|
+
config?: UserConfigDto;
|
|
2768
|
+
meta?: MetaWithWidthDto;
|
|
2769
|
+
}
|
|
2770
|
+
export interface UrlConfigDto {
|
|
2771
|
+
urlType?: 'any' | 'image' | 'video';
|
|
2772
|
+
}
|
|
2773
|
+
export interface UserConfigDto {
|
|
2774
|
+
allowMultipleUsers?: boolean;
|
|
2775
|
+
notifyOnAssign?: boolean;
|
|
2776
|
+
}
|
|
2450
2777
|
export interface UserUiPreferencesRawDto {
|
|
2451
2778
|
defaultWorkspaceId?: unknown | null;
|
|
2452
2779
|
defaultBaseId?: unknown | null;
|
|
@@ -2988,6 +3315,10 @@ export interface ColumnsBulkColumnsParams {
|
|
|
2988
3315
|
tableId: string;
|
|
2989
3316
|
body: BulkColumnsWithMetaDto;
|
|
2990
3317
|
}
|
|
3318
|
+
export interface ColumnsBulkUpsertColumnsParams {
|
|
3319
|
+
tableId: string;
|
|
3320
|
+
body: BulkUpsertColumnsDto;
|
|
3321
|
+
}
|
|
2991
3322
|
export interface ColumnsCreateColumnParams {
|
|
2992
3323
|
tableId: string;
|
|
2993
3324
|
body: CreateTableFieldDto;
|
|
@@ -3018,6 +3349,90 @@ export interface ColumnsUpdateColumnParams {
|
|
|
3018
3349
|
columnId: string;
|
|
3019
3350
|
body: UpdateTableFieldDto;
|
|
3020
3351
|
}
|
|
3352
|
+
export interface ColumnsUpsertAiColumnParams {
|
|
3353
|
+
tableId: string;
|
|
3354
|
+
body: UpsertAiColumnDto;
|
|
3355
|
+
}
|
|
3356
|
+
export interface ColumnsUpsertAttachmentColumnParams {
|
|
3357
|
+
tableId: string;
|
|
3358
|
+
body: UpsertAttachmentColumnDto;
|
|
3359
|
+
}
|
|
3360
|
+
export interface ColumnsUpsertBooleanColumnParams {
|
|
3361
|
+
tableId: string;
|
|
3362
|
+
body: UpsertBooleanColumnDto;
|
|
3363
|
+
}
|
|
3364
|
+
export interface ColumnsUpsertCurrencyColumnParams {
|
|
3365
|
+
tableId: string;
|
|
3366
|
+
body: UpsertCurrencyColumnDto;
|
|
3367
|
+
}
|
|
3368
|
+
export interface ColumnsUpsertDateColumnParams {
|
|
3369
|
+
tableId: string;
|
|
3370
|
+
body: UpsertDateColumnDto;
|
|
3371
|
+
}
|
|
3372
|
+
export interface ColumnsUpsertDatetimeColumnParams {
|
|
3373
|
+
tableId: string;
|
|
3374
|
+
body: UpsertDatetimeColumnDto;
|
|
3375
|
+
}
|
|
3376
|
+
export interface ColumnsUpsertEmailColumnParams {
|
|
3377
|
+
tableId: string;
|
|
3378
|
+
body: UpsertEmailColumnDto;
|
|
3379
|
+
}
|
|
3380
|
+
export interface ColumnsUpsertFormulaColumnParams {
|
|
3381
|
+
tableId: string;
|
|
3382
|
+
body: UpsertFormulaColumnDto;
|
|
3383
|
+
}
|
|
3384
|
+
export interface ColumnsUpsertLongTextColumnParams {
|
|
3385
|
+
tableId: string;
|
|
3386
|
+
body: UpsertLongTextColumnDto;
|
|
3387
|
+
}
|
|
3388
|
+
export interface ColumnsUpsertLookupColumnParams {
|
|
3389
|
+
tableId: string;
|
|
3390
|
+
body: UpsertLookupColumnDto;
|
|
3391
|
+
}
|
|
3392
|
+
export interface ColumnsUpsertMultiSelectColumnParams {
|
|
3393
|
+
tableId: string;
|
|
3394
|
+
body: UpsertMultiSelectColumnDto;
|
|
3395
|
+
}
|
|
3396
|
+
export interface ColumnsUpsertNumberColumnParams {
|
|
3397
|
+
tableId: string;
|
|
3398
|
+
body: UpsertNumberColumnDto;
|
|
3399
|
+
}
|
|
3400
|
+
export interface ColumnsUpsertPercentColumnParams {
|
|
3401
|
+
tableId: string;
|
|
3402
|
+
body: UpsertPercentColumnDto;
|
|
3403
|
+
}
|
|
3404
|
+
export interface ColumnsUpsertPhoneColumnParams {
|
|
3405
|
+
tableId: string;
|
|
3406
|
+
body: UpsertPhoneColumnDto;
|
|
3407
|
+
}
|
|
3408
|
+
export interface ColumnsUpsertRatingColumnParams {
|
|
3409
|
+
tableId: string;
|
|
3410
|
+
body: UpsertRatingColumnDto;
|
|
3411
|
+
}
|
|
3412
|
+
export interface ColumnsUpsertRelationColumnParams {
|
|
3413
|
+
tableId: string;
|
|
3414
|
+
body: UpsertRelationColumnDto;
|
|
3415
|
+
}
|
|
3416
|
+
export interface ColumnsUpsertRollupColumnParams {
|
|
3417
|
+
tableId: string;
|
|
3418
|
+
body: UpsertRollupColumnDto;
|
|
3419
|
+
}
|
|
3420
|
+
export interface ColumnsUpsertSelectColumnParams {
|
|
3421
|
+
tableId: string;
|
|
3422
|
+
body: UpsertSelectColumnDto;
|
|
3423
|
+
}
|
|
3424
|
+
export interface ColumnsUpsertTextColumnParams {
|
|
3425
|
+
tableId: string;
|
|
3426
|
+
body: UpsertTextColumnDto;
|
|
3427
|
+
}
|
|
3428
|
+
export interface ColumnsUpsertUrlColumnParams {
|
|
3429
|
+
tableId: string;
|
|
3430
|
+
body: UpsertUrlColumnDto;
|
|
3431
|
+
}
|
|
3432
|
+
export interface ColumnsUpsertUserColumnParams {
|
|
3433
|
+
tableId: string;
|
|
3434
|
+
body: UpsertUserColumnDto;
|
|
3435
|
+
}
|
|
3021
3436
|
export interface CommandPalettePinParams {
|
|
3022
3437
|
body: PinCommandPaletteDto;
|
|
3023
3438
|
}
|
|
@@ -3338,6 +3753,10 @@ export interface DataTableKeyNameMutationsUpdateByFilterParams {
|
|
|
3338
3753
|
tableId: string;
|
|
3339
3754
|
body: UpdateByKeyNameFilterDto;
|
|
3340
3755
|
}
|
|
3756
|
+
export interface DataTableKeyNameSemanticSearchParams {
|
|
3757
|
+
tableId: string;
|
|
3758
|
+
body: SemanticSearchByKeyNameDto;
|
|
3759
|
+
}
|
|
3341
3760
|
export interface DataTableKeyNameUnlinkRecordsBulkParams {
|
|
3342
3761
|
tableId: string;
|
|
3343
3762
|
keyName: string;
|
|
@@ -3406,6 +3825,10 @@ export interface DataTableMutationsUpsertByKeyParams {
|
|
|
3406
3825
|
tableId: string;
|
|
3407
3826
|
body: BulkUpsertByKeyDto;
|
|
3408
3827
|
}
|
|
3828
|
+
export interface DataTableSemanticSearchParams {
|
|
3829
|
+
tableId: string;
|
|
3830
|
+
body: SemanticSearchDto;
|
|
3831
|
+
}
|
|
3409
3832
|
export interface DataTableUnlinkRecordsBulkParams {
|
|
3410
3833
|
tableId: string;
|
|
3411
3834
|
fieldId: string;
|
|
@@ -3665,6 +4088,18 @@ export interface KanbansUpdateKanbanViewParams {
|
|
|
3665
4088
|
kanbanViewId: string;
|
|
3666
4089
|
body: UpdateKanbanViewDto;
|
|
3667
4090
|
}
|
|
4091
|
+
export interface LinkedRecordsListLinkedRecordsFullParams {
|
|
4092
|
+
tableId: string;
|
|
4093
|
+
fieldId: string;
|
|
4094
|
+
recordId: string;
|
|
4095
|
+
query?: string;
|
|
4096
|
+
}
|
|
4097
|
+
export interface LinkedRecordsListLinkedRecordsSimpleParams {
|
|
4098
|
+
tableId: string;
|
|
4099
|
+
fieldId: string;
|
|
4100
|
+
recordId: string;
|
|
4101
|
+
query?: string;
|
|
4102
|
+
}
|
|
3668
4103
|
export interface MapsCreateMapViewParams {
|
|
3669
4104
|
tableId: string;
|
|
3670
4105
|
body: CreateMapViewDto;
|