@redonvn/redai-backend-api-sdk 0.5.63 → 0.5.64
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/index.js +8 -2
- package/dist/cjs/generated/dynamic-table/index.js.map +1 -1
- package/dist/cjs/generated/dynamic-table/services/calendar-data.service.js.map +1 -1
- package/dist/cjs/generated/dynamic-table/services/columns.service.js +9 -0
- package/dist/cjs/generated/dynamic-table/services/columns.service.js.map +1 -1
- package/dist/cjs/generated/dynamic-table/services/command-palette.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.map +1 -1
- package/dist/cjs/generated/dynamic-table/services/data-table-mutations.service.js +9 -0
- package/dist/cjs/generated/dynamic-table/services/data-table-mutations.service.js.map +1 -1
- package/dist/cjs/generated/dynamic-table/services/data-table.service.js.map +1 -1
- package/dist/cjs/generated/dynamic-table/services/hooks.service.js.map +1 -1
- package/dist/cjs/generated/dynamic-table/services/index.js +6 -2
- package/dist/cjs/generated/dynamic-table/services/index.js.map +1 -1
- package/dist/cjs/generated/dynamic-table/services/scripts.service.js +82 -0
- package/dist/cjs/generated/dynamic-table/services/scripts.service.js.map +1 -0
- package/dist/cjs/generated/dynamic-table/services/sources.service.js +9 -0
- package/dist/cjs/generated/dynamic-table/services/sources.service.js.map +1 -1
- package/dist/cjs/generated/dynamic-table/services/tables-marketplace-artifact-export.service.js +19 -0
- package/dist/cjs/generated/dynamic-table/services/tables-marketplace-artifact-export.service.js.map +1 -0
- package/dist/cjs/generated/dynamic-table/services/tables.service.js +36 -0
- package/dist/cjs/generated/dynamic-table/services/tables.service.js.map +1 -1
- package/dist/cjs/generated/dynamic-table/types.js +32 -2
- package/dist/cjs/generated/dynamic-table/types.js.map +1 -1
- package/dist/cjs/generated/index.js +7 -2
- package/dist/cjs/generated/index.js.map +1 -1
- package/dist/cjs/generated/shared-types.js +15 -2
- package/dist/cjs/generated/shared-types.js.map +1 -1
- package/dist/cjs/index.js +2 -0
- package/dist/cjs/index.js.map +1 -1
- package/dist/esm/generated/dynamic-table/index.d.ts +1 -1
- package/dist/esm/generated/dynamic-table/index.d.ts.map +1 -1
- package/dist/esm/generated/dynamic-table/index.js +1 -1
- package/dist/esm/generated/dynamic-table/index.js.map +1 -1
- package/dist/esm/generated/dynamic-table/services/calendar-data.service.d.ts +3 -8
- package/dist/esm/generated/dynamic-table/services/calendar-data.service.d.ts.map +1 -1
- package/dist/esm/generated/dynamic-table/services/calendar-data.service.js.map +1 -1
- package/dist/esm/generated/dynamic-table/services/columns.service.d.ts +3 -5
- package/dist/esm/generated/dynamic-table/services/columns.service.d.ts.map +1 -1
- package/dist/esm/generated/dynamic-table/services/columns.service.js +9 -0
- package/dist/esm/generated/dynamic-table/services/columns.service.js.map +1 -1
- package/dist/esm/generated/dynamic-table/services/command-palette.service.d.ts +4 -4
- package/dist/esm/generated/dynamic-table/services/command-palette.service.d.ts.map +1 -1
- package/dist/esm/generated/dynamic-table/services/command-palette.service.js.map +1 -1
- package/dist/esm/generated/dynamic-table/services/comments.service.d.ts +2 -4
- 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 +3 -7
- 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.map +1 -1
- package/dist/esm/generated/dynamic-table/services/data-table-mutations.service.d.ts +2 -1
- package/dist/esm/generated/dynamic-table/services/data-table-mutations.service.d.ts.map +1 -1
- package/dist/esm/generated/dynamic-table/services/data-table-mutations.service.js +9 -0
- package/dist/esm/generated/dynamic-table/services/data-table-mutations.service.js.map +1 -1
- package/dist/esm/generated/dynamic-table/services/data-table.service.d.ts +3 -7
- 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.map +1 -1
- package/dist/esm/generated/dynamic-table/services/hooks.service.d.ts +3 -3
- package/dist/esm/generated/dynamic-table/services/hooks.service.d.ts.map +1 -1
- package/dist/esm/generated/dynamic-table/services/hooks.service.js.map +1 -1
- package/dist/esm/generated/dynamic-table/services/index.d.ts +2 -0
- package/dist/esm/generated/dynamic-table/services/index.d.ts.map +1 -1
- package/dist/esm/generated/dynamic-table/services/index.js +2 -0
- package/dist/esm/generated/dynamic-table/services/index.js.map +1 -1
- package/dist/esm/generated/dynamic-table/services/scripts.service.d.ts +15 -0
- package/dist/esm/generated/dynamic-table/services/scripts.service.d.ts.map +1 -0
- package/dist/esm/generated/dynamic-table/services/scripts.service.js +78 -0
- package/dist/esm/generated/dynamic-table/services/scripts.service.js.map +1 -0
- package/dist/esm/generated/dynamic-table/services/sources.service.d.ts +2 -1
- package/dist/esm/generated/dynamic-table/services/sources.service.d.ts.map +1 -1
- package/dist/esm/generated/dynamic-table/services/sources.service.js +9 -0
- package/dist/esm/generated/dynamic-table/services/sources.service.js.map +1 -1
- package/dist/esm/generated/dynamic-table/services/tables-marketplace-artifact-export.service.d.ts +8 -0
- package/dist/esm/generated/dynamic-table/services/tables-marketplace-artifact-export.service.d.ts.map +1 -0
- package/dist/esm/generated/dynamic-table/services/tables-marketplace-artifact-export.service.js +15 -0
- package/dist/esm/generated/dynamic-table/services/tables-marketplace-artifact-export.service.js.map +1 -0
- package/dist/esm/generated/dynamic-table/services/tables.service.d.ts +5 -1
- package/dist/esm/generated/dynamic-table/services/tables.service.d.ts.map +1 -1
- package/dist/esm/generated/dynamic-table/services/tables.service.js +36 -0
- package/dist/esm/generated/dynamic-table/services/tables.service.js.map +1 -1
- package/dist/esm/generated/dynamic-table/types.d.ts +396 -48
- package/dist/esm/generated/dynamic-table/types.d.ts.map +1 -1
- package/dist/esm/generated/dynamic-table/types.js +30 -1
- package/dist/esm/generated/dynamic-table/types.js.map +1 -1
- package/dist/esm/generated/index.d.ts +2 -2
- package/dist/esm/generated/index.d.ts.map +1 -1
- package/dist/esm/generated/index.js +1 -1
- package/dist/esm/generated/index.js.map +1 -1
- package/dist/esm/generated/shared-types.d.ts +637 -79
- package/dist/esm/generated/shared-types.d.ts.map +1 -1
- package/dist/esm/generated/shared-types.js +13 -0
- package/dist/esm/generated/shared-types.js.map +1 -1
- package/dist/esm/index.d.ts +6 -2
- package/dist/esm/index.d.ts.map +1 -1
- package/dist/esm/index.js +3 -1
- package/dist/esm/index.js.map +1 -1
- package/package.json +1 -1
|
@@ -1,7 +1,7 @@
|
|
|
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, JsonValue, KanbanViewMeta, KanbanWidgetConfigDto, LimitOffsetQueryDto, LineChartWidgetConfigDto, ListWidgetConfigDto, MapViewMeta, MapWidgetConfigDto, MetricViewConfigDto, MetricWidgetConfigDto, PagedResponse, PieChartWidgetConfigDto, RadarChartWidgetConfigDto, RadarConfigSpecDto, RecordAggregateQueryDto, RecordListQueryDto, RedaiViewWidgetConfigDto, RelationConfigResponseDto, RelationFieldRefDto, SourceConfig, SourceMeta,
|
|
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';
|
|
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,
|
|
4
|
-
export { BaseStatus, ChartType, ChartViewMeasureRole, DashboardStatus, ExternalDataType, FieldType, FilterComparisonOp, FilterComparisonSubOp, FilterLogicalOp, GridColumnAlign, GridRowHeight, INT, MapProviderType, ModelType, ProviderEnum, ReferentialAction, RelationType, RollupFunction, RowColoringMode, SourceType, StorageMode, T, ViewLockType, ViewSortDirection, ViewType, WidgetType, WORKSPACE, WORKSPACE_SYSTEM_ROLE_CODE } 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, 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, 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, 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, TextWidgetConfigDto, 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, WidgetAggregationSpecDto, WidgetDatePreset, WidgetFilterPayloadDto, WidgetQuerySpecDto, WidgetResponseDto, WidgetRuntimeResolvedQueryResponseDto, WidgetRuntimeResponseDto, WidgetSortSpecDto, WORKFLOW, WorkspaceRoleCode, WorkspaceSettings, WorkspaceSystemRoleCode, XAI, XLSX, XML, Y_AXIS, YEAR, YESTERDAY, ZALO_BOT, ZALO_OA, ZALO_PERSONAL } from '../shared-types';
|
|
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;
|
|
7
7
|
}
|
|
@@ -283,6 +283,9 @@ export interface AttachmentResolvedResponseDto {
|
|
|
283
283
|
size?: unknown | null;
|
|
284
284
|
mime?: unknown | null;
|
|
285
285
|
}
|
|
286
|
+
export interface AttachmentSourceReferenceQueryDto {
|
|
287
|
+
sourceType: AttachmentSourceType;
|
|
288
|
+
}
|
|
286
289
|
export declare enum AttachmentSourceType {
|
|
287
290
|
MEDIA = "MEDIA",
|
|
288
291
|
KNOWLEDGE_FILE = "KNOWLEDGE_FILE"
|
|
@@ -343,10 +346,10 @@ export type BulkAggregateByKeyNameDto = BulkDataListByKeyNameDto & {
|
|
|
343
346
|
aggregations?: JsonValue;
|
|
344
347
|
};
|
|
345
348
|
export type BulkAggregateDto = BulkDataListDto & {
|
|
346
|
-
aggregations?:
|
|
349
|
+
aggregations?: string | (unknown)[];
|
|
347
350
|
};
|
|
348
351
|
export interface BulkColumnDeleteDto {
|
|
349
|
-
id:
|
|
352
|
+
id: unknown;
|
|
350
353
|
}
|
|
351
354
|
export interface BulkColumnsWithMetaDto {
|
|
352
355
|
create?: (BulkCreateTableFieldDto)[];
|
|
@@ -358,7 +361,7 @@ export interface BulkCreateTablesDto {
|
|
|
358
361
|
tables: (CreateTableWithRefsDto)[];
|
|
359
362
|
}
|
|
360
363
|
export type BulkDataListByKeyNameDto = LimitOffsetQueryDto & {
|
|
361
|
-
viewId?:
|
|
364
|
+
viewId?: unknown;
|
|
362
365
|
fields?: JsonValue;
|
|
363
366
|
filters?: JsonValue;
|
|
364
367
|
sorts?: JsonValue;
|
|
@@ -368,11 +371,9 @@ export type BulkDataListByKeyNameDto = LimitOffsetQueryDto & {
|
|
|
368
371
|
export type BulkGroupByKeyNameDto = BulkDataListByKeyNameDto & {
|
|
369
372
|
groupFields?: (GroupFieldByKeyNameDto)[];
|
|
370
373
|
};
|
|
371
|
-
export
|
|
372
|
-
wrapped?: string
|
|
373
|
-
|
|
374
|
-
'headers[nc-import-type]'?: string;
|
|
375
|
-
};
|
|
374
|
+
export interface BulkInsertQueryDto {
|
|
375
|
+
wrapped?: string;
|
|
376
|
+
}
|
|
376
377
|
export type BulkLinkByKeyNameDto = RelationUpdateByKeyNameDto & {
|
|
377
378
|
recordId?: string;
|
|
378
379
|
recordIds?: (string)[];
|
|
@@ -400,6 +401,55 @@ export type BulkUpdateTableFieldDto = UpdateTableFieldDto & {
|
|
|
400
401
|
export interface BulkUpdateViewColumnsDto {
|
|
401
402
|
items: UpdateViewColumnItemDto[];
|
|
402
403
|
}
|
|
404
|
+
export interface BulkUpsertByKeyDto {
|
|
405
|
+
mode: BulkUpsertByKeyMode;
|
|
406
|
+
matchFieldKey?: string;
|
|
407
|
+
matchFieldId?: string;
|
|
408
|
+
duplicatePolicy?: BulkUpsertDuplicatePolicy;
|
|
409
|
+
rows: ({
|
|
410
|
+
[key: string]: unknown;
|
|
411
|
+
})[];
|
|
412
|
+
dryRun?: boolean;
|
|
413
|
+
}
|
|
414
|
+
export declare enum BulkUpsertByKeyMode {
|
|
415
|
+
UPDATE = "update",
|
|
416
|
+
UPSERT = "upsert"
|
|
417
|
+
}
|
|
418
|
+
export declare enum BulkUpsertByKeyPreviewAction {
|
|
419
|
+
UPDATE = "update",
|
|
420
|
+
CREATE = "create",
|
|
421
|
+
SKIP = "skip",
|
|
422
|
+
ERROR = "error"
|
|
423
|
+
}
|
|
424
|
+
export interface BulkUpsertByKeyPreviewItemDto {
|
|
425
|
+
rowIndex: number;
|
|
426
|
+
matchValue?: string;
|
|
427
|
+
action: BulkUpsertByKeyPreviewAction;
|
|
428
|
+
recordId?: string;
|
|
429
|
+
payload?: {
|
|
430
|
+
[key: string]: unknown;
|
|
431
|
+
};
|
|
432
|
+
}
|
|
433
|
+
export interface BulkUpsertByKeyResultDto {
|
|
434
|
+
matchedCount: number;
|
|
435
|
+
updatedCount: number;
|
|
436
|
+
createdCount: number;
|
|
437
|
+
skippedCount: number;
|
|
438
|
+
errorCount: number;
|
|
439
|
+
errors: (BulkUpsertByKeyRowIssueDto)[];
|
|
440
|
+
warnings?: (BulkUpsertByKeyRowIssueDto)[];
|
|
441
|
+
preview?: (BulkUpsertByKeyPreviewItemDto)[];
|
|
442
|
+
}
|
|
443
|
+
export interface BulkUpsertByKeyRowIssueDto {
|
|
444
|
+
rowIndex: number;
|
|
445
|
+
matchValue?: string;
|
|
446
|
+
code: string;
|
|
447
|
+
message: string;
|
|
448
|
+
}
|
|
449
|
+
export declare enum BulkUpsertDuplicatePolicy {
|
|
450
|
+
ERROR = "error",
|
|
451
|
+
FIRST = "first"
|
|
452
|
+
}
|
|
403
453
|
export interface CacheInvalidatedCountsResponseDto {
|
|
404
454
|
tables: number;
|
|
405
455
|
views: number;
|
|
@@ -475,6 +525,15 @@ export interface ChartTypeInfoDto {
|
|
|
475
525
|
supportsDataLabels: boolean;
|
|
476
526
|
supportsScatterCategoryGrouping: boolean;
|
|
477
527
|
}
|
|
528
|
+
export interface CommandPaletteItemResponseDto {
|
|
529
|
+
type: 'table' | 'view' | 'action';
|
|
530
|
+
id: string;
|
|
531
|
+
label: string;
|
|
532
|
+
subtitle?: unknown | null;
|
|
533
|
+
}
|
|
534
|
+
export interface CommandPaletteListResponseDto {
|
|
535
|
+
items: (CommandPaletteItemResponseDto)[];
|
|
536
|
+
}
|
|
478
537
|
export interface CommandPaletteSearchQueryDto {
|
|
479
538
|
q: string;
|
|
480
539
|
limit?: number;
|
|
@@ -737,7 +796,7 @@ export type CreatePieChartWidgetDto = WidgetMutationFieldsDto & {
|
|
|
737
796
|
export interface CreatePresignedUrlDto {
|
|
738
797
|
path: string;
|
|
739
798
|
ttlSeconds?: number;
|
|
740
|
-
integrationId?:
|
|
799
|
+
integrationId?: unknown;
|
|
741
800
|
}
|
|
742
801
|
export interface CreatePresignedUrlResponseDto {
|
|
743
802
|
path: string;
|
|
@@ -786,6 +845,24 @@ export interface CreateScheduledHookInlineDto {
|
|
|
786
845
|
[key: string]: unknown;
|
|
787
846
|
};
|
|
788
847
|
}
|
|
848
|
+
export interface CreateScriptDto {
|
|
849
|
+
name: string;
|
|
850
|
+
description?: string;
|
|
851
|
+
language: ScriptLanguage;
|
|
852
|
+
script: string;
|
|
853
|
+
entrypoint?: string;
|
|
854
|
+
inputSchema?: {
|
|
855
|
+
[key: string]: unknown;
|
|
856
|
+
};
|
|
857
|
+
outputSchema?: {
|
|
858
|
+
[key: string]: unknown;
|
|
859
|
+
};
|
|
860
|
+
meta?: {
|
|
861
|
+
[key: string]: unknown;
|
|
862
|
+
};
|
|
863
|
+
active?: boolean;
|
|
864
|
+
timeoutMs?: number;
|
|
865
|
+
}
|
|
789
866
|
export interface CreateSourceDto {
|
|
790
867
|
alias?: string | null;
|
|
791
868
|
type: SourceType;
|
|
@@ -807,12 +884,16 @@ export interface CreateSourceFromIntegrationDto {
|
|
|
807
884
|
export interface CreateTableDto {
|
|
808
885
|
name: string;
|
|
809
886
|
slug: string;
|
|
810
|
-
sourceId?:
|
|
887
|
+
sourceId?: unknown;
|
|
811
888
|
type?: ModelType | null;
|
|
812
889
|
description?: string | null;
|
|
813
890
|
order?: number | null;
|
|
814
|
-
meta?:
|
|
815
|
-
|
|
891
|
+
meta?: {
|
|
892
|
+
[key: string]: unknown;
|
|
893
|
+
};
|
|
894
|
+
settings?: {
|
|
895
|
+
[key: string]: unknown;
|
|
896
|
+
};
|
|
816
897
|
fields?: (CreateTableFieldDto)[];
|
|
817
898
|
}
|
|
818
899
|
export type CreateTableFieldWithRefsDto = CreateColumnDto & {
|
|
@@ -825,12 +906,16 @@ export interface CreateTableWithRefsDto {
|
|
|
825
906
|
name: string;
|
|
826
907
|
slug: string;
|
|
827
908
|
clientKey?: string;
|
|
828
|
-
sourceId?:
|
|
909
|
+
sourceId?: unknown;
|
|
829
910
|
type?: ModelType | null;
|
|
830
911
|
description?: string | null;
|
|
831
912
|
order?: number | null;
|
|
832
|
-
meta?:
|
|
833
|
-
|
|
913
|
+
meta?: {
|
|
914
|
+
[key: string]: unknown;
|
|
915
|
+
};
|
|
916
|
+
settings?: {
|
|
917
|
+
[key: string]: unknown;
|
|
918
|
+
};
|
|
834
919
|
fields?: (CreateTableFieldWithRefsDto)[];
|
|
835
920
|
}
|
|
836
921
|
export type CreateTextWidgetByTypeDto = WidgetMutationFieldsDto & {
|
|
@@ -879,8 +964,8 @@ export interface CreateViewFilterByKeyNameDto {
|
|
|
879
964
|
order?: number | null;
|
|
880
965
|
}
|
|
881
966
|
export interface CreateViewFilterDto {
|
|
882
|
-
fieldId?:
|
|
883
|
-
parentId?:
|
|
967
|
+
fieldId?: unknown;
|
|
968
|
+
parentId?: unknown;
|
|
884
969
|
comparisonOp?: FilterComparisonOp | null;
|
|
885
970
|
comparisonSubOp?: FilterComparisonSubOp | null;
|
|
886
971
|
value?: string | null;
|
|
@@ -927,6 +1012,17 @@ export interface DuplicateBaseStartResponseDto {
|
|
|
927
1012
|
jobId: string;
|
|
928
1013
|
message?: string;
|
|
929
1014
|
}
|
|
1015
|
+
export interface DynamicTableColumnsHashResponseDto {
|
|
1016
|
+
hash: string;
|
|
1017
|
+
total: number;
|
|
1018
|
+
}
|
|
1019
|
+
export interface DynamicTableCountByDateResponseDto {
|
|
1020
|
+
count: number;
|
|
1021
|
+
dates: (string)[];
|
|
1022
|
+
}
|
|
1023
|
+
export interface DynamicTableCountResponseDto {
|
|
1024
|
+
count: number;
|
|
1025
|
+
}
|
|
930
1026
|
export interface DynamicTableEnumsResponseDto {
|
|
931
1027
|
viewTypes: ViewType[];
|
|
932
1028
|
filterOperators: FilterComparisonOp[];
|
|
@@ -940,12 +1036,57 @@ export interface DynamicTableHealthResponseDto {
|
|
|
940
1036
|
db: (typeof DEPENDENCY_STATUS_VALUES)[number];
|
|
941
1037
|
timestamp: unknown;
|
|
942
1038
|
}
|
|
1039
|
+
export interface DynamicTableKeyNameCountResponseDto {
|
|
1040
|
+
count: number;
|
|
1041
|
+
}
|
|
1042
|
+
export interface DynamicTableKeyNameRelationIdsResponseDto {
|
|
1043
|
+
refRowIds: (string)[];
|
|
1044
|
+
}
|
|
1045
|
+
export interface DynamicTableMarketplaceArtifactResponseDto {
|
|
1046
|
+
id: unknown;
|
|
1047
|
+
sourceSysTableId: unknown;
|
|
1048
|
+
knowledgeFileId: unknown;
|
|
1049
|
+
exportOptionsFingerprint: string;
|
|
1050
|
+
contentHash: string;
|
|
1051
|
+
snapshotVersion: number;
|
|
1052
|
+
tableName?: string | null;
|
|
1053
|
+
tableSlug?: string | null;
|
|
1054
|
+
knowledgeFileName?: string | null;
|
|
1055
|
+
knowledgeFileDescription?: string | null;
|
|
1056
|
+
storageKey?: string | null;
|
|
1057
|
+
storage?: number | null;
|
|
1058
|
+
fileSize: number | null;
|
|
1059
|
+
createdAt: number;
|
|
1060
|
+
updatedAt: number;
|
|
1061
|
+
}
|
|
1062
|
+
export interface DynamicTableMarketplaceArtifactUpdateResponseDto {
|
|
1063
|
+
artifactId: unknown;
|
|
1064
|
+
knowledgeFileId: unknown;
|
|
1065
|
+
storageKey: string;
|
|
1066
|
+
snapshotVersion: number;
|
|
1067
|
+
sourceSysTableId: unknown;
|
|
1068
|
+
tableName?: unknown | null;
|
|
1069
|
+
tableSlug?: unknown | null;
|
|
1070
|
+
wasReused: boolean;
|
|
1071
|
+
}
|
|
1072
|
+
export interface DynamicTableMutationUpdatedCountResponseDto {
|
|
1073
|
+
updated: number;
|
|
1074
|
+
}
|
|
943
1075
|
export interface DynamicTablePermissionsResponseDto {
|
|
944
1076
|
userId?: unknown | null;
|
|
945
1077
|
email?: unknown | null;
|
|
946
1078
|
roles: (string)[];
|
|
947
1079
|
isApiToken: boolean;
|
|
948
1080
|
}
|
|
1081
|
+
export interface DynamicTableRelationIdsResponseDto {
|
|
1082
|
+
refRowIds: (string)[];
|
|
1083
|
+
}
|
|
1084
|
+
export interface DynamicTableToolExecuteSchemaListResponseDto {
|
|
1085
|
+
tableId: string;
|
|
1086
|
+
tableName: unknown | null;
|
|
1087
|
+
routeFlavor: 'key-name';
|
|
1088
|
+
items: (ToolExecuteSchemaResponseDto)[];
|
|
1089
|
+
}
|
|
949
1090
|
export interface DynamicTableVersionResponseDto {
|
|
950
1091
|
appVersion: string;
|
|
951
1092
|
nodeEnv: string;
|
|
@@ -994,6 +1135,25 @@ export interface ErdTableNodeResponseDto {
|
|
|
994
1135
|
isManyToMany?: boolean | null;
|
|
995
1136
|
fields: (ErdTableFieldResponseDto)[];
|
|
996
1137
|
}
|
|
1138
|
+
export interface ExecuteScriptDto {
|
|
1139
|
+
input?: {
|
|
1140
|
+
[key: string]: unknown;
|
|
1141
|
+
};
|
|
1142
|
+
context?: {
|
|
1143
|
+
[key: string]: unknown;
|
|
1144
|
+
};
|
|
1145
|
+
}
|
|
1146
|
+
export interface ExportDynamicTableMarketplaceArtifactDto {
|
|
1147
|
+
includeMeta?: boolean;
|
|
1148
|
+
includeSettings?: boolean;
|
|
1149
|
+
includeFields?: boolean;
|
|
1150
|
+
includeRelations?: boolean;
|
|
1151
|
+
includeRelationEdges?: boolean;
|
|
1152
|
+
includeViews?: boolean;
|
|
1153
|
+
includeHooks?: boolean;
|
|
1154
|
+
includeRecords?: boolean;
|
|
1155
|
+
snapshotVersion?: number;
|
|
1156
|
+
}
|
|
997
1157
|
export declare enum ExportFormatEnum {
|
|
998
1158
|
CSV = "csv",
|
|
999
1159
|
XLSX = "xlsx",
|
|
@@ -1265,7 +1425,7 @@ export interface GroupPathItemByKeyNameDto {
|
|
|
1265
1425
|
value?: unknown | null;
|
|
1266
1426
|
}
|
|
1267
1427
|
export interface GroupPathItemDto {
|
|
1268
|
-
fieldId:
|
|
1428
|
+
fieldId: unknown;
|
|
1269
1429
|
value?: unknown | null;
|
|
1270
1430
|
}
|
|
1271
1431
|
export declare enum HookEnvironment {
|
|
@@ -1371,6 +1531,29 @@ export declare enum HookSource {
|
|
|
1371
1531
|
EXTERNAL = "external",
|
|
1372
1532
|
WORKFLOW = "workflow"
|
|
1373
1533
|
}
|
|
1534
|
+
export interface HookTestResultResponseDto {
|
|
1535
|
+
success: boolean;
|
|
1536
|
+
attempts: number;
|
|
1537
|
+
executionTime?: unknown | null;
|
|
1538
|
+
responseCode?: unknown | null;
|
|
1539
|
+
responseBody?: {
|
|
1540
|
+
[key: string]: unknown;
|
|
1541
|
+
} | null;
|
|
1542
|
+
requestPayload?: {
|
|
1543
|
+
[key: string]: unknown;
|
|
1544
|
+
} | null;
|
|
1545
|
+
}
|
|
1546
|
+
export interface HookTriggerResultResponseDto {
|
|
1547
|
+
success: boolean;
|
|
1548
|
+
attempts: number;
|
|
1549
|
+
executionTime?: unknown | null;
|
|
1550
|
+
responseCode?: unknown | null;
|
|
1551
|
+
responseBody?: {
|
|
1552
|
+
[key: string]: unknown;
|
|
1553
|
+
} | null;
|
|
1554
|
+
errorMessage?: unknown | null;
|
|
1555
|
+
log?: HookLogResponseDto;
|
|
1556
|
+
}
|
|
1374
1557
|
export declare enum HookType {
|
|
1375
1558
|
WEBHOOK = "webhook",
|
|
1376
1559
|
EMAIL = "email",
|
|
@@ -1408,7 +1591,9 @@ export interface ImportJobResponseDto {
|
|
|
1408
1591
|
finishedAt?: string | null;
|
|
1409
1592
|
}
|
|
1410
1593
|
export declare enum ImportMode {
|
|
1411
|
-
APPEND = "append"
|
|
1594
|
+
APPEND = "append",
|
|
1595
|
+
UPDATE = "update",
|
|
1596
|
+
UPSERT = "upsert"
|
|
1412
1597
|
}
|
|
1413
1598
|
export interface ImportPreviewColumnDto {
|
|
1414
1599
|
source: string;
|
|
@@ -1559,6 +1744,9 @@ export interface ListDashboardsQueryDto {
|
|
|
1559
1744
|
status?: DashboardStatus;
|
|
1560
1745
|
includeWidgets?: boolean;
|
|
1561
1746
|
}
|
|
1747
|
+
export type ListDynamicTableMarketplaceArtifactsQueryDto = PaginationQueryDto & {
|
|
1748
|
+
sourceSysTableId?: string;
|
|
1749
|
+
};
|
|
1562
1750
|
export type ListFilterPresetsQueryDto = PaginationQueryDto;
|
|
1563
1751
|
export type ListHookLogsQueryDto = PaginationQueryDto & {
|
|
1564
1752
|
status?: HookLogStatus;
|
|
@@ -1584,6 +1772,10 @@ export interface ListPermissionSubjectsQueryDto {
|
|
|
1584
1772
|
type?: SupportedPermissionSubjectType;
|
|
1585
1773
|
title?: string;
|
|
1586
1774
|
}
|
|
1775
|
+
export type ListScriptsQueryDto = PaginationQueryDto & {
|
|
1776
|
+
language?: ScriptLanguage;
|
|
1777
|
+
active?: boolean;
|
|
1778
|
+
};
|
|
1587
1779
|
export type ListSourcesQueryDto = PaginationQueryDto & {
|
|
1588
1780
|
type?: SourceType;
|
|
1589
1781
|
enabled?: boolean;
|
|
@@ -1625,18 +1817,18 @@ export interface MapViewDetailResponseDto {
|
|
|
1625
1817
|
columns: ViewColumnResponseDto;
|
|
1626
1818
|
}
|
|
1627
1819
|
export interface MapViewResponseDto {
|
|
1628
|
-
viewId:
|
|
1629
|
-
workspaceId?:
|
|
1630
|
-
baseId?:
|
|
1631
|
-
sourceId?:
|
|
1632
|
-
geoDataFieldId?:
|
|
1820
|
+
viewId: unknown;
|
|
1821
|
+
workspaceId?: unknown;
|
|
1822
|
+
baseId?: unknown;
|
|
1823
|
+
sourceId?: unknown;
|
|
1824
|
+
geoDataFieldId?: unknown;
|
|
1633
1825
|
meta?: {
|
|
1634
1826
|
[key: string]: unknown;
|
|
1635
1827
|
};
|
|
1636
|
-
mapType
|
|
1637
|
-
mapApiKey?:
|
|
1828
|
+
mapType?: unknown | null;
|
|
1829
|
+
mapApiKey?: unknown | null;
|
|
1638
1830
|
createdAt: number;
|
|
1639
|
-
updatedAt?:
|
|
1831
|
+
updatedAt?: unknown | null;
|
|
1640
1832
|
}
|
|
1641
1833
|
export declare enum MembershipScope {
|
|
1642
1834
|
WORKSPACE = "workspace",
|
|
@@ -1644,7 +1836,7 @@ export declare enum MembershipScope {
|
|
|
1644
1836
|
TEAM = "team"
|
|
1645
1837
|
}
|
|
1646
1838
|
export interface MutationTargetByKeyNameDto {
|
|
1647
|
-
viewId?:
|
|
1839
|
+
viewId?: unknown;
|
|
1648
1840
|
filters?: JsonValue;
|
|
1649
1841
|
sorts?: JsonValue;
|
|
1650
1842
|
applyViewFilters?: JsonValue;
|
|
@@ -1722,14 +1914,14 @@ export type RecordIdPayload = {
|
|
|
1722
1914
|
id: string | number;
|
|
1723
1915
|
};
|
|
1724
1916
|
export type RecordListByKeyNameNoViewFilterQueryDto = LimitOffsetQueryDto & {
|
|
1725
|
-
viewId?:
|
|
1917
|
+
viewId?: unknown;
|
|
1726
1918
|
fields?: string;
|
|
1727
1919
|
filters?: string;
|
|
1728
1920
|
sorts?: string;
|
|
1729
1921
|
includeSortFilterFields?: string;
|
|
1730
1922
|
};
|
|
1731
1923
|
export type RecordListByKeyNameQueryDto = LimitOffsetQueryDto & {
|
|
1732
|
-
viewId?:
|
|
1924
|
+
viewId?: unknown;
|
|
1733
1925
|
fields?: string;
|
|
1734
1926
|
filters?: string;
|
|
1735
1927
|
sorts?: string;
|
|
@@ -1738,15 +1930,15 @@ export type RecordListByKeyNameQueryDto = LimitOffsetQueryDto & {
|
|
|
1738
1930
|
applyViewFilters?: string;
|
|
1739
1931
|
};
|
|
1740
1932
|
export type RecordListNoViewFilterQueryDto = LimitOffsetQueryDto & {
|
|
1741
|
-
viewId?:
|
|
1933
|
+
viewId?: unknown;
|
|
1742
1934
|
fields?: string;
|
|
1743
1935
|
filters?: string;
|
|
1744
1936
|
sorts?: string;
|
|
1745
1937
|
includeSortFilterFields?: string;
|
|
1746
1938
|
};
|
|
1747
1939
|
export interface RecordMoveDto {
|
|
1748
|
-
beforeRecordId?:
|
|
1749
|
-
viewId?:
|
|
1940
|
+
beforeRecordId?: unknown;
|
|
1941
|
+
viewId?: unknown;
|
|
1750
1942
|
}
|
|
1751
1943
|
export interface RelationConfigWithRefsDto {
|
|
1752
1944
|
relationType: RelationType;
|
|
@@ -1765,17 +1957,17 @@ export interface RelationConfigWithRefsDto {
|
|
|
1765
1957
|
mmParentFieldId?: string | null;
|
|
1766
1958
|
}
|
|
1767
1959
|
export interface RelationUpdateByKeyNameDto {
|
|
1768
|
-
refRowIds: string[];
|
|
1960
|
+
refRowIds: (string)[];
|
|
1769
1961
|
}
|
|
1770
1962
|
export interface RelationUpdateDto {
|
|
1771
|
-
refRowIds: string[];
|
|
1963
|
+
refRowIds: (string)[];
|
|
1772
1964
|
}
|
|
1773
1965
|
export interface ReorderColumnItemDto {
|
|
1774
|
-
columnId:
|
|
1966
|
+
columnId: unknown;
|
|
1775
1967
|
orderIndex: number;
|
|
1776
1968
|
}
|
|
1777
1969
|
export interface ReorderColumnsDto {
|
|
1778
|
-
items: ReorderColumnItemDto[];
|
|
1970
|
+
items: (ReorderColumnItemDto)[];
|
|
1779
1971
|
}
|
|
1780
1972
|
export interface ReorderDashboardItemDto {
|
|
1781
1973
|
dashboardId: unknown;
|
|
@@ -1785,11 +1977,11 @@ export interface ReorderDashboardsDto {
|
|
|
1785
1977
|
items: (ReorderDashboardItemDto)[];
|
|
1786
1978
|
}
|
|
1787
1979
|
export interface ReorderTableItemDto {
|
|
1788
|
-
tableId:
|
|
1980
|
+
tableId: unknown;
|
|
1789
1981
|
order: number;
|
|
1790
1982
|
}
|
|
1791
1983
|
export interface ReorderTablesDto {
|
|
1792
|
-
items: ReorderTableItemDto[];
|
|
1984
|
+
items: (ReorderTableItemDto)[];
|
|
1793
1985
|
}
|
|
1794
1986
|
export interface ReorderViewSortsDto {
|
|
1795
1987
|
sortIds: string[];
|
|
@@ -1854,6 +2046,70 @@ export interface ScheduledHookResponseDto {
|
|
|
1854
2046
|
createdAt?: unknown | null;
|
|
1855
2047
|
updatedAt?: unknown | null;
|
|
1856
2048
|
}
|
|
2049
|
+
export type ScriptDetailResponseDto = ScriptResponseDto & {
|
|
2050
|
+
script: unknown | null;
|
|
2051
|
+
};
|
|
2052
|
+
export interface ScriptExecuteResponseDto {
|
|
2053
|
+
runId: unknown;
|
|
2054
|
+
status: ScriptRunStatus;
|
|
2055
|
+
output?: unknown | null;
|
|
2056
|
+
errorMessage?: unknown | null;
|
|
2057
|
+
durationMs?: unknown | null;
|
|
2058
|
+
}
|
|
2059
|
+
export declare enum ScriptLanguage {
|
|
2060
|
+
JAVASCRIPT = "javascript"
|
|
2061
|
+
}
|
|
2062
|
+
export interface ScriptResponseDto {
|
|
2063
|
+
id: unknown;
|
|
2064
|
+
workspaceId: unknown | null;
|
|
2065
|
+
baseId: unknown | null;
|
|
2066
|
+
name: string;
|
|
2067
|
+
description: unknown | null;
|
|
2068
|
+
language: unknown | null;
|
|
2069
|
+
entrypoint: unknown | null;
|
|
2070
|
+
inputSchema?: {
|
|
2071
|
+
[key: string]: unknown;
|
|
2072
|
+
} | null;
|
|
2073
|
+
outputSchema?: {
|
|
2074
|
+
[key: string]: unknown;
|
|
2075
|
+
} | null;
|
|
2076
|
+
meta?: {
|
|
2077
|
+
[key: string]: unknown;
|
|
2078
|
+
} | null;
|
|
2079
|
+
active: unknown | null;
|
|
2080
|
+
timeoutMs: unknown | null;
|
|
2081
|
+
version: unknown | null;
|
|
2082
|
+
createdBy?: unknown | null;
|
|
2083
|
+
updatedBy?: unknown | null;
|
|
2084
|
+
createdAt?: unknown | null;
|
|
2085
|
+
updatedAt?: unknown | null;
|
|
2086
|
+
}
|
|
2087
|
+
export interface ScriptRunResponseDto {
|
|
2088
|
+
id: unknown;
|
|
2089
|
+
scriptId: unknown;
|
|
2090
|
+
workspaceId: unknown | null;
|
|
2091
|
+
baseId: unknown | null;
|
|
2092
|
+
status: ScriptRunStatus;
|
|
2093
|
+
inputSnapshot?: {
|
|
2094
|
+
[key: string]: unknown;
|
|
2095
|
+
} | null;
|
|
2096
|
+
contextSnapshot?: {
|
|
2097
|
+
[key: string]: unknown;
|
|
2098
|
+
} | null;
|
|
2099
|
+
output?: unknown | null;
|
|
2100
|
+
errorMessage?: unknown | null;
|
|
2101
|
+
startedAt?: unknown | null;
|
|
2102
|
+
finishedAt?: unknown | null;
|
|
2103
|
+
durationMs?: unknown | null;
|
|
2104
|
+
timeoutMs?: unknown | null;
|
|
2105
|
+
createdAt?: unknown | null;
|
|
2106
|
+
updatedAt?: unknown | null;
|
|
2107
|
+
}
|
|
2108
|
+
export declare enum ScriptRunStatus {
|
|
2109
|
+
SUCCESS = "success",
|
|
2110
|
+
FAILED = "failed",
|
|
2111
|
+
TIMEOUT = "timeout"
|
|
2112
|
+
}
|
|
1857
2113
|
export interface SecureAttachmentTokenDto {
|
|
1858
2114
|
ttlSeconds?: number;
|
|
1859
2115
|
}
|
|
@@ -1888,6 +2144,7 @@ export interface SourceResponseDto {
|
|
|
1888
2144
|
[key: string]: unknown;
|
|
1889
2145
|
};
|
|
1890
2146
|
enabled?: boolean | null;
|
|
2147
|
+
isDefault: boolean;
|
|
1891
2148
|
isMeta?: boolean | null;
|
|
1892
2149
|
order?: number | null;
|
|
1893
2150
|
inflectionColumn?: string | null;
|
|
@@ -1920,6 +2177,9 @@ export interface StartImportOptionsDto {
|
|
|
1920
2177
|
delimiter?: string;
|
|
1921
2178
|
sheet?: string;
|
|
1922
2179
|
chunkSize?: number;
|
|
2180
|
+
matchFieldKey?: string;
|
|
2181
|
+
matchFieldId?: string;
|
|
2182
|
+
duplicatePolicy?: BulkUpsertDuplicatePolicy;
|
|
1923
2183
|
}
|
|
1924
2184
|
export type SupportedPermissionResourceType = (typeof PERMISSION_RESOURCE_TYPES)[number];
|
|
1925
2185
|
export type SupportedPermissionSubjectType = (typeof PERMISSION_SUBJECT_TYPES)[number];
|
|
@@ -1958,6 +2218,17 @@ export interface TestWorkspaceNotificationEmailChannelDto {
|
|
|
1958
2218
|
export interface ToggleSourceEnabledDto {
|
|
1959
2219
|
enabled: boolean;
|
|
1960
2220
|
}
|
|
2221
|
+
export interface ToolExecuteSchemaResponseDto {
|
|
2222
|
+
toolId: string;
|
|
2223
|
+
toolName: string;
|
|
2224
|
+
toolDescription: string;
|
|
2225
|
+
method: string;
|
|
2226
|
+
endpoint: string;
|
|
2227
|
+
inputSchema: Schema;
|
|
2228
|
+
exampleParameters: JsonObject;
|
|
2229
|
+
hasIntegrationAuth: boolean;
|
|
2230
|
+
integrationOAuthId?: string;
|
|
2231
|
+
}
|
|
1961
2232
|
export type UpdateAclEntryDto = Partial<CreateAclEntryDto>;
|
|
1962
2233
|
export type UpdateApiTokenDto = Partial<CreateApiTokenDto> & {
|
|
1963
2234
|
revoked?: unknown | null;
|
|
@@ -2041,17 +2312,25 @@ export interface UpdateRowColorModeDto {
|
|
|
2041
2312
|
rowColoringMode: RowColoringMode;
|
|
2042
2313
|
}
|
|
2043
2314
|
export type UpdateScheduledHookDto = Partial<CreateScheduledHookDto>;
|
|
2315
|
+
export type UpdateScriptDto = Partial<CreateScriptDto>;
|
|
2316
|
+
export interface UpdateSourceDefaultDto {
|
|
2317
|
+
isDefault: boolean;
|
|
2318
|
+
}
|
|
2044
2319
|
export type UpdateSourceDto = Partial<CreateSourceDto>;
|
|
2045
2320
|
export interface UpdateTableDto {
|
|
2046
2321
|
name?: string;
|
|
2047
2322
|
slug?: string;
|
|
2048
|
-
sourceId?:
|
|
2323
|
+
sourceId?: unknown;
|
|
2049
2324
|
type?: ModelType | null;
|
|
2050
2325
|
storageMode?: StorageMode | null;
|
|
2051
2326
|
description?: string | null;
|
|
2052
2327
|
order?: number | null;
|
|
2053
|
-
meta?:
|
|
2054
|
-
|
|
2328
|
+
meta?: {
|
|
2329
|
+
[key: string]: unknown;
|
|
2330
|
+
};
|
|
2331
|
+
settings?: {
|
|
2332
|
+
[key: string]: unknown;
|
|
2333
|
+
};
|
|
2055
2334
|
}
|
|
2056
2335
|
export type UpdateTableFieldDto = Partial<CreateTableFieldDto>;
|
|
2057
2336
|
export type UpdateTextWidgetByTypeDto = UpdateWidgetMutationFieldsDto & {
|
|
@@ -2359,6 +2638,7 @@ export type EXTERNAL = unknown;
|
|
|
2359
2638
|
export type FILTER_CREATE = unknown;
|
|
2360
2639
|
export type FILTER_DELETE = unknown;
|
|
2361
2640
|
export type FILTER_UPDATE = unknown;
|
|
2641
|
+
export type FIRST = unknown;
|
|
2362
2642
|
export type FORM_COLUMN_UPDATE = unknown;
|
|
2363
2643
|
export type FORM_CREATE = unknown;
|
|
2364
2644
|
export type FORM_DELETE = unknown;
|
|
@@ -2374,6 +2654,7 @@ export type GRID_DELETE = unknown;
|
|
|
2374
2654
|
export type GRID_DUPLICATE = unknown;
|
|
2375
2655
|
export type GRID_UPDATE = unknown;
|
|
2376
2656
|
export type IMAGE_UPLOAD = unknown;
|
|
2657
|
+
export type JAVASCRIPT = unknown;
|
|
2377
2658
|
export type KANBAN_CREATE = unknown;
|
|
2378
2659
|
export type KANBAN_DELETE = unknown;
|
|
2379
2660
|
export type KANBAN_DUPLICATE = unknown;
|
|
@@ -2416,6 +2697,7 @@ export type SHARED_DASHBOARD_UPDATE_LINK = unknown;
|
|
|
2416
2697
|
export type SHARED_VIEW_CREATE = unknown;
|
|
2417
2698
|
export type SHARED_VIEW_DELETE = unknown;
|
|
2418
2699
|
export type SHARED_VIEW_UPDATE = unknown;
|
|
2700
|
+
export type SKIP = unknown;
|
|
2419
2701
|
export type SNAPSHOT_CREATE = unknown;
|
|
2420
2702
|
export type SNAPSHOT_DELETE = unknown;
|
|
2421
2703
|
export type SNAPSHOT_RESTORE = unknown;
|
|
@@ -2431,8 +2713,10 @@ export type TABLE_DUPLICATE_COMPLETE = unknown;
|
|
|
2431
2713
|
export type TABLE_DUPLICATE_FAIL = unknown;
|
|
2432
2714
|
export type TABLE_DUPLICATE_START = unknown;
|
|
2433
2715
|
export type TEAM = unknown;
|
|
2716
|
+
export type TIMEOUT = unknown;
|
|
2434
2717
|
export type UI_ACL = unknown;
|
|
2435
2718
|
export type UI_ACL_UPDATE = unknown;
|
|
2719
|
+
export type UPSERT = unknown;
|
|
2436
2720
|
export type USER_API = unknown;
|
|
2437
2721
|
export type USER_EMAIL_VERIFICATION = unknown;
|
|
2438
2722
|
export type USER_INVITE = unknown;
|
|
@@ -2520,11 +2804,11 @@ export interface AttachmentsCreatePresignedUrlParams {
|
|
|
2520
2804
|
}
|
|
2521
2805
|
export interface AttachmentsDeleteAttachmentParams {
|
|
2522
2806
|
attachmentId: string;
|
|
2523
|
-
query?:
|
|
2807
|
+
query?: AttachmentSourceReferenceQueryDto;
|
|
2524
2808
|
}
|
|
2525
2809
|
export interface AttachmentsGetAttachmentParams {
|
|
2526
2810
|
attachmentId: string;
|
|
2527
|
-
query?:
|
|
2811
|
+
query?: AttachmentSourceReferenceQueryDto;
|
|
2528
2812
|
}
|
|
2529
2813
|
export interface AttachmentsSecureCreateSecureTokenParams {
|
|
2530
2814
|
attachmentId: string;
|
|
@@ -2579,7 +2863,7 @@ export interface BasesUpdateBaseParams {
|
|
|
2579
2863
|
}
|
|
2580
2864
|
export interface BulkDataBulkInsertParams {
|
|
2581
2865
|
tableId: string;
|
|
2582
|
-
query?:
|
|
2866
|
+
query?: BulkInsertQueryDto;
|
|
2583
2867
|
body: Record<string, unknown>[];
|
|
2584
2868
|
}
|
|
2585
2869
|
export interface CachesInvalidateParams {
|
|
@@ -2641,6 +2925,9 @@ export interface ColumnsGetColumnParams {
|
|
|
2641
2925
|
export interface ColumnsGetColumnsHashParams {
|
|
2642
2926
|
tableId: string;
|
|
2643
2927
|
}
|
|
2928
|
+
export interface ColumnsListInputColumnsParams {
|
|
2929
|
+
tableId: string;
|
|
2930
|
+
}
|
|
2644
2931
|
export interface ColumnsReorderColumnsParams {
|
|
2645
2932
|
tableId: string;
|
|
2646
2933
|
body: ReorderColumnsDto;
|
|
@@ -3036,6 +3323,10 @@ export interface DataTableMutationsUpdateByFilterParams {
|
|
|
3036
3323
|
tableId: string;
|
|
3037
3324
|
body: UpdateByFilterDto;
|
|
3038
3325
|
}
|
|
3326
|
+
export interface DataTableMutationsUpsertByKeyParams {
|
|
3327
|
+
tableId: string;
|
|
3328
|
+
body: BulkUpsertByKeyDto;
|
|
3329
|
+
}
|
|
3039
3330
|
export interface DataTableUnlinkRecordsBulkParams {
|
|
3040
3331
|
tableId: string;
|
|
3041
3332
|
fieldId: string;
|
|
@@ -3381,6 +3672,42 @@ export interface ScheduledHooksUpdateScheduledHookParams {
|
|
|
3381
3672
|
scriptId: string;
|
|
3382
3673
|
body: UpdateScheduledHookDto;
|
|
3383
3674
|
}
|
|
3675
|
+
export interface ScriptsCreateScriptParams {
|
|
3676
|
+
baseId: string;
|
|
3677
|
+
body: CreateScriptDto;
|
|
3678
|
+
}
|
|
3679
|
+
export interface ScriptsDeleteScriptParams {
|
|
3680
|
+
baseId: string;
|
|
3681
|
+
scriptId: string;
|
|
3682
|
+
}
|
|
3683
|
+
export interface ScriptsExecuteScriptParams {
|
|
3684
|
+
baseId: string;
|
|
3685
|
+
scriptId: string;
|
|
3686
|
+
body: ExecuteScriptDto;
|
|
3687
|
+
}
|
|
3688
|
+
export interface ScriptsGetRunParams {
|
|
3689
|
+
baseId: string;
|
|
3690
|
+
scriptId: string;
|
|
3691
|
+
runId: string;
|
|
3692
|
+
}
|
|
3693
|
+
export interface ScriptsGetScriptParams {
|
|
3694
|
+
baseId: string;
|
|
3695
|
+
scriptId: string;
|
|
3696
|
+
}
|
|
3697
|
+
export interface ScriptsListRunsParams {
|
|
3698
|
+
baseId: string;
|
|
3699
|
+
scriptId: string;
|
|
3700
|
+
query?: ListScriptsQueryDto;
|
|
3701
|
+
}
|
|
3702
|
+
export interface ScriptsListScriptsParams {
|
|
3703
|
+
baseId: string;
|
|
3704
|
+
query?: ListScriptsQueryDto;
|
|
3705
|
+
}
|
|
3706
|
+
export interface ScriptsUpdateScriptParams {
|
|
3707
|
+
baseId: string;
|
|
3708
|
+
scriptId: string;
|
|
3709
|
+
body: UpdateScriptDto;
|
|
3710
|
+
}
|
|
3384
3711
|
export interface SortsCreateSortParams {
|
|
3385
3712
|
viewId: string;
|
|
3386
3713
|
body: CreateViewSortDto;
|
|
@@ -3435,6 +3762,10 @@ export interface SourcesToggleSourceEnabledParams {
|
|
|
3435
3762
|
id: string;
|
|
3436
3763
|
body: ToggleSourceEnabledDto;
|
|
3437
3764
|
}
|
|
3765
|
+
export interface SourcesUpdateSourceDefaultParams {
|
|
3766
|
+
id: string;
|
|
3767
|
+
body: UpdateSourceDefaultDto;
|
|
3768
|
+
}
|
|
3438
3769
|
export interface SourcesUpdateSourceParams {
|
|
3439
3770
|
id: string;
|
|
3440
3771
|
body: UpdateSourceDto;
|
|
@@ -3445,6 +3776,9 @@ export interface TablesBulkCreateTablesParams {
|
|
|
3445
3776
|
export interface TablesCreateTableParams {
|
|
3446
3777
|
body: CreateTableDto;
|
|
3447
3778
|
}
|
|
3779
|
+
export interface TablesDeleteMarketplaceArtifactParams {
|
|
3780
|
+
artifactId: string;
|
|
3781
|
+
}
|
|
3448
3782
|
export interface TablesDeleteTableParams {
|
|
3449
3783
|
tableId: string;
|
|
3450
3784
|
}
|
|
@@ -3452,13 +3786,27 @@ export interface TablesGetTableParams {
|
|
|
3452
3786
|
tableId: string;
|
|
3453
3787
|
query?: ListTablesQueryDto;
|
|
3454
3788
|
}
|
|
3789
|
+
export interface TablesListMarketplaceArtifactsParams {
|
|
3790
|
+
query?: ListDynamicTableMarketplaceArtifactsQueryDto;
|
|
3791
|
+
}
|
|
3455
3792
|
export interface TablesListTablesParams {
|
|
3456
3793
|
query?: ListTablesQueryDto;
|
|
3457
3794
|
}
|
|
3795
|
+
export interface TablesListToolExecuteSchemasKeyNameParams {
|
|
3796
|
+
tableId: string;
|
|
3797
|
+
}
|
|
3798
|
+
export interface TablesMarketplaceArtifactExportExportMarketplaceArtifactParams {
|
|
3799
|
+
tableId: string;
|
|
3800
|
+
body: ExportDynamicTableMarketplaceArtifactDto;
|
|
3801
|
+
}
|
|
3458
3802
|
export interface TablesReorderTablesParams {
|
|
3459
3803
|
tableId: string;
|
|
3460
3804
|
body: ReorderTablesDto;
|
|
3461
3805
|
}
|
|
3806
|
+
export interface TablesUpdateMarketplaceArtifactParams {
|
|
3807
|
+
artifactId: string;
|
|
3808
|
+
body: ExportDynamicTableMarketplaceArtifactDto;
|
|
3809
|
+
}
|
|
3462
3810
|
export interface TablesUpdateTableParams {
|
|
3463
3811
|
tableId: string;
|
|
3464
3812
|
body: UpdateTableDto;
|