@redonvn/redai-backend-api-sdk 0.5.61 → 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 +10 -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/chart-data.service.js +19 -0
- package/dist/cjs/generated/dynamic-table/services/chart-data.service.js.map +1 -0
- package/dist/cjs/generated/dynamic-table/services/chart-views.service.js +19 -0
- package/dist/cjs/generated/dynamic-table/services/chart-views.service.js.map +1 -0
- 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 +12 -2
- package/dist/cjs/generated/dynamic-table/services/index.js.map +1 -1
- package/dist/cjs/generated/dynamic-table/services/metric-views.service.js +19 -0
- package/dist/cjs/generated/dynamic-table/services/metric-views.service.js.map +1 -0
- 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 +36 -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 +34 -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 +37 -47
- package/dist/cjs/generated/shared-types.js.map +1 -1
- package/dist/cjs/index.js +5 -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/chart-data.service.d.ts +8 -0
- package/dist/esm/generated/dynamic-table/services/chart-data.service.d.ts.map +1 -0
- package/dist/esm/generated/dynamic-table/services/chart-data.service.js +15 -0
- package/dist/esm/generated/dynamic-table/services/chart-data.service.js.map +1 -0
- package/dist/esm/generated/dynamic-table/services/chart-views.service.d.ts +8 -0
- package/dist/esm/generated/dynamic-table/services/chart-views.service.d.ts.map +1 -0
- package/dist/esm/generated/dynamic-table/services/chart-views.service.js +15 -0
- package/dist/esm/generated/dynamic-table/services/chart-views.service.js.map +1 -0
- 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 +5 -0
- package/dist/esm/generated/dynamic-table/services/index.d.ts.map +1 -1
- package/dist/esm/generated/dynamic-table/services/index.js +5 -0
- package/dist/esm/generated/dynamic-table/services/index.js.map +1 -1
- package/dist/esm/generated/dynamic-table/services/metric-views.service.d.ts +8 -0
- package/dist/esm/generated/dynamic-table/services/metric-views.service.d.ts.map +1 -0
- package/dist/esm/generated/dynamic-table/services/metric-views.service.js +15 -0
- package/dist/esm/generated/dynamic-table/services/metric-views.service.js.map +1 -0
- 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 +5 -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 +36 -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 +451 -51
- 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 +827 -139
- package/dist/esm/generated/shared-types.d.ts.map +1 -1
- package/dist/esm/generated/shared-types.js +35 -45
- package/dist/esm/generated/shared-types.js.map +1 -1
- package/dist/esm/index.d.ts +12 -2
- package/dist/esm/index.d.ts.map +1 -1
- package/dist/esm/index.js +6 -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, ChartWidgetConfigDto, CreateColumnDto, CreateTableFieldDto, DonutChartWidgetConfigDto, FilterResponseDto, FormViewMeta, GalleryViewMeta, GridViewMeta, GroupFieldDto, IframeWidgetConfigDto, JsonValue, KanbanViewMeta, KanbanWidgetConfigDto, LimitOffsetQueryDto, LineChartWidgetConfigDto, ListWidgetConfigDto, MapViewMeta, MapWidgetConfigDto, MetricWidgetConfigDto, PagedResponse, PieChartWidgetConfigDto, RadarChartWidgetConfigDto, 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, 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, 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
|
}
|
|
@@ -40,6 +40,26 @@ export interface AddBaseMemberDto {
|
|
|
40
40
|
export type AddWorkspaceInviteDto = WorkspaceMemberRoleCodeDto & {
|
|
41
41
|
email: string;
|
|
42
42
|
};
|
|
43
|
+
export interface AdHocChartQuerySpecDto {
|
|
44
|
+
modelId?: unknown;
|
|
45
|
+
viewId?: unknown;
|
|
46
|
+
filters?: WidgetFilterPayloadDto | (WidgetFilterPayloadDto)[];
|
|
47
|
+
groupBy?: (string)[];
|
|
48
|
+
sorts?: (WidgetSortSpecDto)[];
|
|
49
|
+
limit?: number;
|
|
50
|
+
dateRangeFieldId?: unknown;
|
|
51
|
+
datePreset?: WidgetDatePreset;
|
|
52
|
+
}
|
|
53
|
+
export interface AdHocChartWidgetConfigDto {
|
|
54
|
+
chartType: ChartType;
|
|
55
|
+
scope?: AdHocChartQuerySpecDto;
|
|
56
|
+
xAxis?: ChartXAxisSpecDto;
|
|
57
|
+
yAxis?: ChartYAxisSpecDto;
|
|
58
|
+
series?: ChartSeriesConfigSpecDto;
|
|
59
|
+
points?: ChartPointsSpecDto;
|
|
60
|
+
radar?: RadarConfigSpecDto;
|
|
61
|
+
display?: ChartDisplaySpecDto;
|
|
62
|
+
}
|
|
43
63
|
export declare enum ApiKeyTokenKind {
|
|
44
64
|
USER_API = "user_api",
|
|
45
65
|
DYNAMIC_TABLE = "dynamic_table",
|
|
@@ -263,6 +283,9 @@ export interface AttachmentResolvedResponseDto {
|
|
|
263
283
|
size?: unknown | null;
|
|
264
284
|
mime?: unknown | null;
|
|
265
285
|
}
|
|
286
|
+
export interface AttachmentSourceReferenceQueryDto {
|
|
287
|
+
sourceType: AttachmentSourceType;
|
|
288
|
+
}
|
|
266
289
|
export declare enum AttachmentSourceType {
|
|
267
290
|
MEDIA = "MEDIA",
|
|
268
291
|
KNOWLEDGE_FILE = "KNOWLEDGE_FILE"
|
|
@@ -323,10 +346,10 @@ export type BulkAggregateByKeyNameDto = BulkDataListByKeyNameDto & {
|
|
|
323
346
|
aggregations?: JsonValue;
|
|
324
347
|
};
|
|
325
348
|
export type BulkAggregateDto = BulkDataListDto & {
|
|
326
|
-
aggregations?:
|
|
349
|
+
aggregations?: string | (unknown)[];
|
|
327
350
|
};
|
|
328
351
|
export interface BulkColumnDeleteDto {
|
|
329
|
-
id:
|
|
352
|
+
id: unknown;
|
|
330
353
|
}
|
|
331
354
|
export interface BulkColumnsWithMetaDto {
|
|
332
355
|
create?: (BulkCreateTableFieldDto)[];
|
|
@@ -338,7 +361,7 @@ export interface BulkCreateTablesDto {
|
|
|
338
361
|
tables: (CreateTableWithRefsDto)[];
|
|
339
362
|
}
|
|
340
363
|
export type BulkDataListByKeyNameDto = LimitOffsetQueryDto & {
|
|
341
|
-
viewId?:
|
|
364
|
+
viewId?: unknown;
|
|
342
365
|
fields?: JsonValue;
|
|
343
366
|
filters?: JsonValue;
|
|
344
367
|
sorts?: JsonValue;
|
|
@@ -348,11 +371,9 @@ export type BulkDataListByKeyNameDto = LimitOffsetQueryDto & {
|
|
|
348
371
|
export type BulkGroupByKeyNameDto = BulkDataListByKeyNameDto & {
|
|
349
372
|
groupFields?: (GroupFieldByKeyNameDto)[];
|
|
350
373
|
};
|
|
351
|
-
export
|
|
352
|
-
wrapped?: string
|
|
353
|
-
|
|
354
|
-
'headers[nc-import-type]'?: string;
|
|
355
|
-
};
|
|
374
|
+
export interface BulkInsertQueryDto {
|
|
375
|
+
wrapped?: string;
|
|
376
|
+
}
|
|
356
377
|
export type BulkLinkByKeyNameDto = RelationUpdateByKeyNameDto & {
|
|
357
378
|
recordId?: string;
|
|
358
379
|
recordIds?: (string)[];
|
|
@@ -380,6 +401,55 @@ export type BulkUpdateTableFieldDto = UpdateTableFieldDto & {
|
|
|
380
401
|
export interface BulkUpdateViewColumnsDto {
|
|
381
402
|
items: UpdateViewColumnItemDto[];
|
|
382
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
|
+
}
|
|
383
453
|
export interface CacheInvalidatedCountsResponseDto {
|
|
384
454
|
tables: number;
|
|
385
455
|
views: number;
|
|
@@ -429,6 +499,10 @@ export interface CatalogFromIntegrationDto {
|
|
|
429
499
|
schemas?: (string)[];
|
|
430
500
|
includeViews?: boolean;
|
|
431
501
|
}
|
|
502
|
+
export interface CatalogFromSourceDto {
|
|
503
|
+
schemas?: (string)[];
|
|
504
|
+
includeViews?: boolean;
|
|
505
|
+
}
|
|
432
506
|
export interface ChartTypeInfoDto {
|
|
433
507
|
type: ChartType;
|
|
434
508
|
label: string;
|
|
@@ -451,6 +525,15 @@ export interface ChartTypeInfoDto {
|
|
|
451
525
|
supportsDataLabels: boolean;
|
|
452
526
|
supportsScatterCategoryGrouping: boolean;
|
|
453
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
|
+
}
|
|
454
537
|
export interface CommandPaletteSearchQueryDto {
|
|
455
538
|
q: string;
|
|
456
539
|
limit?: number;
|
|
@@ -713,7 +796,7 @@ export type CreatePieChartWidgetDto = WidgetMutationFieldsDto & {
|
|
|
713
796
|
export interface CreatePresignedUrlDto {
|
|
714
797
|
path: string;
|
|
715
798
|
ttlSeconds?: number;
|
|
716
|
-
integrationId?:
|
|
799
|
+
integrationId?: unknown;
|
|
717
800
|
}
|
|
718
801
|
export interface CreatePresignedUrlResponseDto {
|
|
719
802
|
path: string;
|
|
@@ -762,6 +845,24 @@ export interface CreateScheduledHookInlineDto {
|
|
|
762
845
|
[key: string]: unknown;
|
|
763
846
|
};
|
|
764
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
|
+
}
|
|
765
866
|
export interface CreateSourceDto {
|
|
766
867
|
alias?: string | null;
|
|
767
868
|
type: SourceType;
|
|
@@ -783,13 +884,16 @@ export interface CreateSourceFromIntegrationDto {
|
|
|
783
884
|
export interface CreateTableDto {
|
|
784
885
|
name: string;
|
|
785
886
|
slug: string;
|
|
786
|
-
sourceId?:
|
|
887
|
+
sourceId?: unknown;
|
|
787
888
|
type?: ModelType | null;
|
|
788
|
-
storageMode?: StorageMode | null;
|
|
789
889
|
description?: string | null;
|
|
790
890
|
order?: number | null;
|
|
791
|
-
meta?:
|
|
792
|
-
|
|
891
|
+
meta?: {
|
|
892
|
+
[key: string]: unknown;
|
|
893
|
+
};
|
|
894
|
+
settings?: {
|
|
895
|
+
[key: string]: unknown;
|
|
896
|
+
};
|
|
793
897
|
fields?: (CreateTableFieldDto)[];
|
|
794
898
|
}
|
|
795
899
|
export type CreateTableFieldWithRefsDto = CreateColumnDto & {
|
|
@@ -802,13 +906,16 @@ export interface CreateTableWithRefsDto {
|
|
|
802
906
|
name: string;
|
|
803
907
|
slug: string;
|
|
804
908
|
clientKey?: string;
|
|
805
|
-
sourceId?:
|
|
909
|
+
sourceId?: unknown;
|
|
806
910
|
type?: ModelType | null;
|
|
807
|
-
storageMode?: StorageMode | null;
|
|
808
911
|
description?: string | null;
|
|
809
912
|
order?: number | null;
|
|
810
|
-
meta?:
|
|
811
|
-
|
|
913
|
+
meta?: {
|
|
914
|
+
[key: string]: unknown;
|
|
915
|
+
};
|
|
916
|
+
settings?: {
|
|
917
|
+
[key: string]: unknown;
|
|
918
|
+
};
|
|
812
919
|
fields?: (CreateTableFieldWithRefsDto)[];
|
|
813
920
|
}
|
|
814
921
|
export type CreateTextWidgetByTypeDto = WidgetMutationFieldsDto & {
|
|
@@ -842,6 +949,7 @@ export interface CreateViewDto {
|
|
|
842
949
|
rowColoringMode?: RowColoringMode | null;
|
|
843
950
|
customUrlId?: string | null;
|
|
844
951
|
meta?: ViewMeta;
|
|
952
|
+
config?: MetricViewConfigDto | ChartViewConfigDto;
|
|
845
953
|
ownedBy?: number | null;
|
|
846
954
|
isDefault?: boolean;
|
|
847
955
|
}
|
|
@@ -856,8 +964,8 @@ export interface CreateViewFilterByKeyNameDto {
|
|
|
856
964
|
order?: number | null;
|
|
857
965
|
}
|
|
858
966
|
export interface CreateViewFilterDto {
|
|
859
|
-
fieldId?:
|
|
860
|
-
parentId?:
|
|
967
|
+
fieldId?: unknown;
|
|
968
|
+
parentId?: unknown;
|
|
861
969
|
comparisonOp?: FilterComparisonOp | null;
|
|
862
970
|
comparisonSubOp?: FilterComparisonSubOp | null;
|
|
863
971
|
value?: string | null;
|
|
@@ -904,6 +1012,17 @@ export interface DuplicateBaseStartResponseDto {
|
|
|
904
1012
|
jobId: string;
|
|
905
1013
|
message?: string;
|
|
906
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
|
+
}
|
|
907
1026
|
export interface DynamicTableEnumsResponseDto {
|
|
908
1027
|
viewTypes: ViewType[];
|
|
909
1028
|
filterOperators: FilterComparisonOp[];
|
|
@@ -917,12 +1036,57 @@ export interface DynamicTableHealthResponseDto {
|
|
|
917
1036
|
db: (typeof DEPENDENCY_STATUS_VALUES)[number];
|
|
918
1037
|
timestamp: unknown;
|
|
919
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
|
+
}
|
|
920
1075
|
export interface DynamicTablePermissionsResponseDto {
|
|
921
1076
|
userId?: unknown | null;
|
|
922
1077
|
email?: unknown | null;
|
|
923
1078
|
roles: (string)[];
|
|
924
1079
|
isApiToken: boolean;
|
|
925
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
|
+
}
|
|
926
1090
|
export interface DynamicTableVersionResponseDto {
|
|
927
1091
|
appVersion: string;
|
|
928
1092
|
nodeEnv: string;
|
|
@@ -971,6 +1135,25 @@ export interface ErdTableNodeResponseDto {
|
|
|
971
1135
|
isManyToMany?: boolean | null;
|
|
972
1136
|
fields: (ErdTableFieldResponseDto)[];
|
|
973
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
|
+
}
|
|
974
1157
|
export declare enum ExportFormatEnum {
|
|
975
1158
|
CSV = "csv",
|
|
976
1159
|
XLSX = "xlsx",
|
|
@@ -1050,7 +1233,7 @@ export interface ExternalSourcePreviewDto {
|
|
|
1050
1233
|
sourceId?: string | null;
|
|
1051
1234
|
workspaceId: string;
|
|
1052
1235
|
baseId?: string | null;
|
|
1053
|
-
integrationId
|
|
1236
|
+
integrationId?: string | null;
|
|
1054
1237
|
type: SourceType | null;
|
|
1055
1238
|
config?: {
|
|
1056
1239
|
[key: string]: unknown;
|
|
@@ -1242,7 +1425,7 @@ export interface GroupPathItemByKeyNameDto {
|
|
|
1242
1425
|
value?: unknown | null;
|
|
1243
1426
|
}
|
|
1244
1427
|
export interface GroupPathItemDto {
|
|
1245
|
-
fieldId:
|
|
1428
|
+
fieldId: unknown;
|
|
1246
1429
|
value?: unknown | null;
|
|
1247
1430
|
}
|
|
1248
1431
|
export declare enum HookEnvironment {
|
|
@@ -1348,6 +1531,29 @@ export declare enum HookSource {
|
|
|
1348
1531
|
EXTERNAL = "external",
|
|
1349
1532
|
WORKFLOW = "workflow"
|
|
1350
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
|
+
}
|
|
1351
1557
|
export declare enum HookType {
|
|
1352
1558
|
WEBHOOK = "webhook",
|
|
1353
1559
|
EMAIL = "email",
|
|
@@ -1385,7 +1591,9 @@ export interface ImportJobResponseDto {
|
|
|
1385
1591
|
finishedAt?: string | null;
|
|
1386
1592
|
}
|
|
1387
1593
|
export declare enum ImportMode {
|
|
1388
|
-
APPEND = "append"
|
|
1594
|
+
APPEND = "append",
|
|
1595
|
+
UPDATE = "update",
|
|
1596
|
+
UPSERT = "upsert"
|
|
1389
1597
|
}
|
|
1390
1598
|
export interface ImportPreviewColumnDto {
|
|
1391
1599
|
source: string;
|
|
@@ -1536,6 +1744,9 @@ export interface ListDashboardsQueryDto {
|
|
|
1536
1744
|
status?: DashboardStatus;
|
|
1537
1745
|
includeWidgets?: boolean;
|
|
1538
1746
|
}
|
|
1747
|
+
export type ListDynamicTableMarketplaceArtifactsQueryDto = PaginationQueryDto & {
|
|
1748
|
+
sourceSysTableId?: string;
|
|
1749
|
+
};
|
|
1539
1750
|
export type ListFilterPresetsQueryDto = PaginationQueryDto;
|
|
1540
1751
|
export type ListHookLogsQueryDto = PaginationQueryDto & {
|
|
1541
1752
|
status?: HookLogStatus;
|
|
@@ -1561,6 +1772,10 @@ export interface ListPermissionSubjectsQueryDto {
|
|
|
1561
1772
|
type?: SupportedPermissionSubjectType;
|
|
1562
1773
|
title?: string;
|
|
1563
1774
|
}
|
|
1775
|
+
export type ListScriptsQueryDto = PaginationQueryDto & {
|
|
1776
|
+
language?: ScriptLanguage;
|
|
1777
|
+
active?: boolean;
|
|
1778
|
+
};
|
|
1564
1779
|
export type ListSourcesQueryDto = PaginationQueryDto & {
|
|
1565
1780
|
type?: SourceType;
|
|
1566
1781
|
enabled?: boolean;
|
|
@@ -1602,18 +1817,18 @@ export interface MapViewDetailResponseDto {
|
|
|
1602
1817
|
columns: ViewColumnResponseDto;
|
|
1603
1818
|
}
|
|
1604
1819
|
export interface MapViewResponseDto {
|
|
1605
|
-
viewId:
|
|
1606
|
-
workspaceId?:
|
|
1607
|
-
baseId?:
|
|
1608
|
-
sourceId?:
|
|
1609
|
-
geoDataFieldId?:
|
|
1820
|
+
viewId: unknown;
|
|
1821
|
+
workspaceId?: unknown;
|
|
1822
|
+
baseId?: unknown;
|
|
1823
|
+
sourceId?: unknown;
|
|
1824
|
+
geoDataFieldId?: unknown;
|
|
1610
1825
|
meta?: {
|
|
1611
1826
|
[key: string]: unknown;
|
|
1612
1827
|
};
|
|
1613
|
-
mapType
|
|
1614
|
-
mapApiKey?:
|
|
1828
|
+
mapType?: unknown | null;
|
|
1829
|
+
mapApiKey?: unknown | null;
|
|
1615
1830
|
createdAt: number;
|
|
1616
|
-
updatedAt?:
|
|
1831
|
+
updatedAt?: unknown | null;
|
|
1617
1832
|
}
|
|
1618
1833
|
export declare enum MembershipScope {
|
|
1619
1834
|
WORKSPACE = "workspace",
|
|
@@ -1621,7 +1836,7 @@ export declare enum MembershipScope {
|
|
|
1621
1836
|
TEAM = "team"
|
|
1622
1837
|
}
|
|
1623
1838
|
export interface MutationTargetByKeyNameDto {
|
|
1624
|
-
viewId?:
|
|
1839
|
+
viewId?: unknown;
|
|
1625
1840
|
filters?: JsonValue;
|
|
1626
1841
|
sorts?: JsonValue;
|
|
1627
1842
|
applyViewFilters?: JsonValue;
|
|
@@ -1699,14 +1914,14 @@ export type RecordIdPayload = {
|
|
|
1699
1914
|
id: string | number;
|
|
1700
1915
|
};
|
|
1701
1916
|
export type RecordListByKeyNameNoViewFilterQueryDto = LimitOffsetQueryDto & {
|
|
1702
|
-
viewId?:
|
|
1917
|
+
viewId?: unknown;
|
|
1703
1918
|
fields?: string;
|
|
1704
1919
|
filters?: string;
|
|
1705
1920
|
sorts?: string;
|
|
1706
1921
|
includeSortFilterFields?: string;
|
|
1707
1922
|
};
|
|
1708
1923
|
export type RecordListByKeyNameQueryDto = LimitOffsetQueryDto & {
|
|
1709
|
-
viewId?:
|
|
1924
|
+
viewId?: unknown;
|
|
1710
1925
|
fields?: string;
|
|
1711
1926
|
filters?: string;
|
|
1712
1927
|
sorts?: string;
|
|
@@ -1715,15 +1930,15 @@ export type RecordListByKeyNameQueryDto = LimitOffsetQueryDto & {
|
|
|
1715
1930
|
applyViewFilters?: string;
|
|
1716
1931
|
};
|
|
1717
1932
|
export type RecordListNoViewFilterQueryDto = LimitOffsetQueryDto & {
|
|
1718
|
-
viewId?:
|
|
1933
|
+
viewId?: unknown;
|
|
1719
1934
|
fields?: string;
|
|
1720
1935
|
filters?: string;
|
|
1721
1936
|
sorts?: string;
|
|
1722
1937
|
includeSortFilterFields?: string;
|
|
1723
1938
|
};
|
|
1724
1939
|
export interface RecordMoveDto {
|
|
1725
|
-
beforeRecordId?:
|
|
1726
|
-
viewId?:
|
|
1940
|
+
beforeRecordId?: unknown;
|
|
1941
|
+
viewId?: unknown;
|
|
1727
1942
|
}
|
|
1728
1943
|
export interface RelationConfigWithRefsDto {
|
|
1729
1944
|
relationType: RelationType;
|
|
@@ -1742,17 +1957,17 @@ export interface RelationConfigWithRefsDto {
|
|
|
1742
1957
|
mmParentFieldId?: string | null;
|
|
1743
1958
|
}
|
|
1744
1959
|
export interface RelationUpdateByKeyNameDto {
|
|
1745
|
-
refRowIds: string[];
|
|
1960
|
+
refRowIds: (string)[];
|
|
1746
1961
|
}
|
|
1747
1962
|
export interface RelationUpdateDto {
|
|
1748
|
-
refRowIds: string[];
|
|
1963
|
+
refRowIds: (string)[];
|
|
1749
1964
|
}
|
|
1750
1965
|
export interface ReorderColumnItemDto {
|
|
1751
|
-
columnId:
|
|
1966
|
+
columnId: unknown;
|
|
1752
1967
|
orderIndex: number;
|
|
1753
1968
|
}
|
|
1754
1969
|
export interface ReorderColumnsDto {
|
|
1755
|
-
items: ReorderColumnItemDto[];
|
|
1970
|
+
items: (ReorderColumnItemDto)[];
|
|
1756
1971
|
}
|
|
1757
1972
|
export interface ReorderDashboardItemDto {
|
|
1758
1973
|
dashboardId: unknown;
|
|
@@ -1762,11 +1977,11 @@ export interface ReorderDashboardsDto {
|
|
|
1762
1977
|
items: (ReorderDashboardItemDto)[];
|
|
1763
1978
|
}
|
|
1764
1979
|
export interface ReorderTableItemDto {
|
|
1765
|
-
tableId:
|
|
1980
|
+
tableId: unknown;
|
|
1766
1981
|
order: number;
|
|
1767
1982
|
}
|
|
1768
1983
|
export interface ReorderTablesDto {
|
|
1769
|
-
items: ReorderTableItemDto[];
|
|
1984
|
+
items: (ReorderTableItemDto)[];
|
|
1770
1985
|
}
|
|
1771
1986
|
export interface ReorderViewSortsDto {
|
|
1772
1987
|
sortIds: string[];
|
|
@@ -1831,6 +2046,70 @@ export interface ScheduledHookResponseDto {
|
|
|
1831
2046
|
createdAt?: unknown | null;
|
|
1832
2047
|
updatedAt?: unknown | null;
|
|
1833
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
|
+
}
|
|
1834
2113
|
export interface SecureAttachmentTokenDto {
|
|
1835
2114
|
ttlSeconds?: number;
|
|
1836
2115
|
}
|
|
@@ -1865,6 +2144,7 @@ export interface SourceResponseDto {
|
|
|
1865
2144
|
[key: string]: unknown;
|
|
1866
2145
|
};
|
|
1867
2146
|
enabled?: boolean | null;
|
|
2147
|
+
isDefault: boolean;
|
|
1868
2148
|
isMeta?: boolean | null;
|
|
1869
2149
|
order?: number | null;
|
|
1870
2150
|
inflectionColumn?: string | null;
|
|
@@ -1897,6 +2177,9 @@ export interface StartImportOptionsDto {
|
|
|
1897
2177
|
delimiter?: string;
|
|
1898
2178
|
sheet?: string;
|
|
1899
2179
|
chunkSize?: number;
|
|
2180
|
+
matchFieldKey?: string;
|
|
2181
|
+
matchFieldId?: string;
|
|
2182
|
+
duplicatePolicy?: BulkUpsertDuplicatePolicy;
|
|
1900
2183
|
}
|
|
1901
2184
|
export type SupportedPermissionResourceType = (typeof PERMISSION_RESOURCE_TYPES)[number];
|
|
1902
2185
|
export type SupportedPermissionSubjectType = (typeof PERMISSION_SUBJECT_TYPES)[number];
|
|
@@ -1904,6 +2187,10 @@ export type SyncFromIntegrationDto = CatalogFromIntegrationDto & {
|
|
|
1904
2187
|
tables?: (ExternalCatalogTableSelectionDto)[];
|
|
1905
2188
|
syncRelations?: boolean;
|
|
1906
2189
|
};
|
|
2190
|
+
export type SyncFromSourceDto = CatalogFromSourceDto & {
|
|
2191
|
+
tables?: (ExternalCatalogTableSelectionDto)[];
|
|
2192
|
+
syncRelations?: boolean;
|
|
2193
|
+
};
|
|
1907
2194
|
export type TableRecord = Record<string, JsonValue> & {
|
|
1908
2195
|
id?: string | number;
|
|
1909
2196
|
};
|
|
@@ -1928,6 +2215,20 @@ export interface TestWorkspaceNotificationEmailChannelDto {
|
|
|
1928
2215
|
recipientEmail: string;
|
|
1929
2216
|
subject?: string;
|
|
1930
2217
|
}
|
|
2218
|
+
export interface ToggleSourceEnabledDto {
|
|
2219
|
+
enabled: boolean;
|
|
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
|
+
}
|
|
1931
2232
|
export type UpdateAclEntryDto = Partial<CreateAclEntryDto>;
|
|
1932
2233
|
export type UpdateApiTokenDto = Partial<CreateApiTokenDto> & {
|
|
1933
2234
|
revoked?: unknown | null;
|
|
@@ -2011,17 +2312,25 @@ export interface UpdateRowColorModeDto {
|
|
|
2011
2312
|
rowColoringMode: RowColoringMode;
|
|
2012
2313
|
}
|
|
2013
2314
|
export type UpdateScheduledHookDto = Partial<CreateScheduledHookDto>;
|
|
2315
|
+
export type UpdateScriptDto = Partial<CreateScriptDto>;
|
|
2316
|
+
export interface UpdateSourceDefaultDto {
|
|
2317
|
+
isDefault: boolean;
|
|
2318
|
+
}
|
|
2014
2319
|
export type UpdateSourceDto = Partial<CreateSourceDto>;
|
|
2015
2320
|
export interface UpdateTableDto {
|
|
2016
2321
|
name?: string;
|
|
2017
2322
|
slug?: string;
|
|
2018
|
-
sourceId?:
|
|
2323
|
+
sourceId?: unknown;
|
|
2019
2324
|
type?: ModelType | null;
|
|
2020
2325
|
storageMode?: StorageMode | null;
|
|
2021
2326
|
description?: string | null;
|
|
2022
2327
|
order?: number | null;
|
|
2023
|
-
meta?:
|
|
2024
|
-
|
|
2328
|
+
meta?: {
|
|
2329
|
+
[key: string]: unknown;
|
|
2330
|
+
};
|
|
2331
|
+
settings?: {
|
|
2332
|
+
[key: string]: unknown;
|
|
2333
|
+
};
|
|
2025
2334
|
}
|
|
2026
2335
|
export type UpdateTableFieldDto = Partial<CreateTableFieldDto>;
|
|
2027
2336
|
export type UpdateTextWidgetByTypeDto = UpdateWidgetMutationFieldsDto & {
|
|
@@ -2329,6 +2638,7 @@ export type EXTERNAL = unknown;
|
|
|
2329
2638
|
export type FILTER_CREATE = unknown;
|
|
2330
2639
|
export type FILTER_DELETE = unknown;
|
|
2331
2640
|
export type FILTER_UPDATE = unknown;
|
|
2641
|
+
export type FIRST = unknown;
|
|
2332
2642
|
export type FORM_COLUMN_UPDATE = unknown;
|
|
2333
2643
|
export type FORM_CREATE = unknown;
|
|
2334
2644
|
export type FORM_DELETE = unknown;
|
|
@@ -2344,6 +2654,7 @@ export type GRID_DELETE = unknown;
|
|
|
2344
2654
|
export type GRID_DUPLICATE = unknown;
|
|
2345
2655
|
export type GRID_UPDATE = unknown;
|
|
2346
2656
|
export type IMAGE_UPLOAD = unknown;
|
|
2657
|
+
export type JAVASCRIPT = unknown;
|
|
2347
2658
|
export type KANBAN_CREATE = unknown;
|
|
2348
2659
|
export type KANBAN_DELETE = unknown;
|
|
2349
2660
|
export type KANBAN_DUPLICATE = unknown;
|
|
@@ -2386,6 +2697,7 @@ export type SHARED_DASHBOARD_UPDATE_LINK = unknown;
|
|
|
2386
2697
|
export type SHARED_VIEW_CREATE = unknown;
|
|
2387
2698
|
export type SHARED_VIEW_DELETE = unknown;
|
|
2388
2699
|
export type SHARED_VIEW_UPDATE = unknown;
|
|
2700
|
+
export type SKIP = unknown;
|
|
2389
2701
|
export type SNAPSHOT_CREATE = unknown;
|
|
2390
2702
|
export type SNAPSHOT_DELETE = unknown;
|
|
2391
2703
|
export type SNAPSHOT_RESTORE = unknown;
|
|
@@ -2401,8 +2713,10 @@ export type TABLE_DUPLICATE_COMPLETE = unknown;
|
|
|
2401
2713
|
export type TABLE_DUPLICATE_FAIL = unknown;
|
|
2402
2714
|
export type TABLE_DUPLICATE_START = unknown;
|
|
2403
2715
|
export type TEAM = unknown;
|
|
2716
|
+
export type TIMEOUT = unknown;
|
|
2404
2717
|
export type UI_ACL = unknown;
|
|
2405
2718
|
export type UI_ACL_UPDATE = unknown;
|
|
2719
|
+
export type UPSERT = unknown;
|
|
2406
2720
|
export type USER_API = unknown;
|
|
2407
2721
|
export type USER_EMAIL_VERIFICATION = unknown;
|
|
2408
2722
|
export type USER_INVITE = unknown;
|
|
@@ -2490,11 +2804,11 @@ export interface AttachmentsCreatePresignedUrlParams {
|
|
|
2490
2804
|
}
|
|
2491
2805
|
export interface AttachmentsDeleteAttachmentParams {
|
|
2492
2806
|
attachmentId: string;
|
|
2493
|
-
query?:
|
|
2807
|
+
query?: AttachmentSourceReferenceQueryDto;
|
|
2494
2808
|
}
|
|
2495
2809
|
export interface AttachmentsGetAttachmentParams {
|
|
2496
2810
|
attachmentId: string;
|
|
2497
|
-
query?:
|
|
2811
|
+
query?: AttachmentSourceReferenceQueryDto;
|
|
2498
2812
|
}
|
|
2499
2813
|
export interface AttachmentsSecureCreateSecureTokenParams {
|
|
2500
2814
|
attachmentId: string;
|
|
@@ -2549,7 +2863,7 @@ export interface BasesUpdateBaseParams {
|
|
|
2549
2863
|
}
|
|
2550
2864
|
export interface BulkDataBulkInsertParams {
|
|
2551
2865
|
tableId: string;
|
|
2552
|
-
query?:
|
|
2866
|
+
query?: BulkInsertQueryDto;
|
|
2553
2867
|
body: Record<string, unknown>[];
|
|
2554
2868
|
}
|
|
2555
2869
|
export interface CachesInvalidateParams {
|
|
@@ -2587,6 +2901,13 @@ export interface CalendarsUpdateCalendarViewParams {
|
|
|
2587
2901
|
calendarViewId: string;
|
|
2588
2902
|
body: UpdateCalendarViewDto;
|
|
2589
2903
|
}
|
|
2904
|
+
export interface ChartDataGetChartDataParams {
|
|
2905
|
+
tableId: string;
|
|
2906
|
+
body: AdHocChartWidgetConfigDto;
|
|
2907
|
+
}
|
|
2908
|
+
export interface ChartViewsGetChartViewDataParams {
|
|
2909
|
+
viewId: string;
|
|
2910
|
+
}
|
|
2590
2911
|
export interface ColumnsBulkColumnsParams {
|
|
2591
2912
|
tableId: string;
|
|
2592
2913
|
body: BulkColumnsWithMetaDto;
|
|
@@ -2604,6 +2925,9 @@ export interface ColumnsGetColumnParams {
|
|
|
2604
2925
|
export interface ColumnsGetColumnsHashParams {
|
|
2605
2926
|
tableId: string;
|
|
2606
2927
|
}
|
|
2928
|
+
export interface ColumnsListInputColumnsParams {
|
|
2929
|
+
tableId: string;
|
|
2930
|
+
}
|
|
2607
2931
|
export interface ColumnsReorderColumnsParams {
|
|
2608
2932
|
tableId: string;
|
|
2609
2933
|
body: ReorderColumnsDto;
|
|
@@ -2999,6 +3323,10 @@ export interface DataTableMutationsUpdateByFilterParams {
|
|
|
2999
3323
|
tableId: string;
|
|
3000
3324
|
body: UpdateByFilterDto;
|
|
3001
3325
|
}
|
|
3326
|
+
export interface DataTableMutationsUpsertByKeyParams {
|
|
3327
|
+
tableId: string;
|
|
3328
|
+
body: BulkUpsertByKeyDto;
|
|
3329
|
+
}
|
|
3002
3330
|
export interface DataTableUnlinkRecordsBulkParams {
|
|
3003
3331
|
tableId: string;
|
|
3004
3332
|
fieldId: string;
|
|
@@ -3269,6 +3597,9 @@ export interface MapsUpdateMapViewParams {
|
|
|
3269
3597
|
mapViewId: string;
|
|
3270
3598
|
body: UpdateMapViewDto;
|
|
3271
3599
|
}
|
|
3600
|
+
export interface MetricViewsGetMetricViewDataParams {
|
|
3601
|
+
viewId: string;
|
|
3602
|
+
}
|
|
3272
3603
|
export interface PermissionsCreatePermissionParams {
|
|
3273
3604
|
body: CreatePermissionDto;
|
|
3274
3605
|
}
|
|
@@ -3341,6 +3672,42 @@ export interface ScheduledHooksUpdateScheduledHookParams {
|
|
|
3341
3672
|
scriptId: string;
|
|
3342
3673
|
body: UpdateScheduledHookDto;
|
|
3343
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
|
+
}
|
|
3344
3711
|
export interface SortsCreateSortParams {
|
|
3345
3712
|
viewId: string;
|
|
3346
3713
|
body: CreateViewSortDto;
|
|
@@ -3365,6 +3732,10 @@ export interface SortsUpdateSortParams {
|
|
|
3365
3732
|
export interface SourcesCatalogFromIntegrationParams {
|
|
3366
3733
|
body: CatalogFromIntegrationDto;
|
|
3367
3734
|
}
|
|
3735
|
+
export interface SourcesCatalogFromSourceParams {
|
|
3736
|
+
sourceId: string;
|
|
3737
|
+
body: CatalogFromSourceDto;
|
|
3738
|
+
}
|
|
3368
3739
|
export interface SourcesCreateSourceFromIntegrationParams {
|
|
3369
3740
|
body: CreateSourceFromIntegrationDto;
|
|
3370
3741
|
}
|
|
@@ -3383,6 +3754,18 @@ export interface SourcesListSourcesParams {
|
|
|
3383
3754
|
export interface SourcesSyncFromIntegrationParams {
|
|
3384
3755
|
body: SyncFromIntegrationDto;
|
|
3385
3756
|
}
|
|
3757
|
+
export interface SourcesSyncFromSourceParams {
|
|
3758
|
+
sourceId: string;
|
|
3759
|
+
body: SyncFromSourceDto;
|
|
3760
|
+
}
|
|
3761
|
+
export interface SourcesToggleSourceEnabledParams {
|
|
3762
|
+
id: string;
|
|
3763
|
+
body: ToggleSourceEnabledDto;
|
|
3764
|
+
}
|
|
3765
|
+
export interface SourcesUpdateSourceDefaultParams {
|
|
3766
|
+
id: string;
|
|
3767
|
+
body: UpdateSourceDefaultDto;
|
|
3768
|
+
}
|
|
3386
3769
|
export interface SourcesUpdateSourceParams {
|
|
3387
3770
|
id: string;
|
|
3388
3771
|
body: UpdateSourceDto;
|
|
@@ -3393,6 +3776,9 @@ export interface TablesBulkCreateTablesParams {
|
|
|
3393
3776
|
export interface TablesCreateTableParams {
|
|
3394
3777
|
body: CreateTableDto;
|
|
3395
3778
|
}
|
|
3779
|
+
export interface TablesDeleteMarketplaceArtifactParams {
|
|
3780
|
+
artifactId: string;
|
|
3781
|
+
}
|
|
3396
3782
|
export interface TablesDeleteTableParams {
|
|
3397
3783
|
tableId: string;
|
|
3398
3784
|
}
|
|
@@ -3400,13 +3786,27 @@ export interface TablesGetTableParams {
|
|
|
3400
3786
|
tableId: string;
|
|
3401
3787
|
query?: ListTablesQueryDto;
|
|
3402
3788
|
}
|
|
3789
|
+
export interface TablesListMarketplaceArtifactsParams {
|
|
3790
|
+
query?: ListDynamicTableMarketplaceArtifactsQueryDto;
|
|
3791
|
+
}
|
|
3403
3792
|
export interface TablesListTablesParams {
|
|
3404
3793
|
query?: ListTablesQueryDto;
|
|
3405
3794
|
}
|
|
3795
|
+
export interface TablesListToolExecuteSchemasKeyNameParams {
|
|
3796
|
+
tableId: string;
|
|
3797
|
+
}
|
|
3798
|
+
export interface TablesMarketplaceArtifactExportExportMarketplaceArtifactParams {
|
|
3799
|
+
tableId: string;
|
|
3800
|
+
body: ExportDynamicTableMarketplaceArtifactDto;
|
|
3801
|
+
}
|
|
3406
3802
|
export interface TablesReorderTablesParams {
|
|
3407
3803
|
tableId: string;
|
|
3408
3804
|
body: ReorderTablesDto;
|
|
3409
3805
|
}
|
|
3806
|
+
export interface TablesUpdateMarketplaceArtifactParams {
|
|
3807
|
+
artifactId: string;
|
|
3808
|
+
body: ExportDynamicTableMarketplaceArtifactDto;
|
|
3809
|
+
}
|
|
3410
3810
|
export interface TablesUpdateTableParams {
|
|
3411
3811
|
tableId: string;
|
|
3412
3812
|
body: UpdateTableDto;
|