@redonvn/redai-backend-api-sdk 0.5.84 → 0.5.86
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/cjs/generated/dynamic-table/services/attachments.service.js +9 -0
- package/dist/cjs/generated/dynamic-table/services/attachments.service.js.map +1 -1
- package/dist/cjs/generated/dynamic-table/services/bases.service.js +9 -0
- package/dist/cjs/generated/dynamic-table/services/bases.service.js.map +1 -1
- package/dist/cjs/generated/dynamic-table/services/charts.service.js +37 -0
- package/dist/cjs/generated/dynamic-table/services/charts.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/data-table-readable.service.js +73 -0
- package/dist/cjs/generated/dynamic-table/services/data-table-readable.service.js.map +1 -0
- package/dist/cjs/generated/dynamic-table/services/filters-readable.service.js +64 -0
- package/dist/cjs/generated/dynamic-table/services/filters-readable.service.js.map +1 -0
- package/dist/cjs/generated/dynamic-table/services/group-by-readable.service.js +19 -0
- package/dist/cjs/generated/dynamic-table/services/group-by-readable.service.js.map +1 -0
- package/dist/cjs/generated/dynamic-table/services/index.js +14 -2
- package/dist/cjs/generated/dynamic-table/services/index.js.map +1 -1
- package/dist/cjs/generated/dynamic-table/services/sorts-readable.service.js +73 -0
- package/dist/cjs/generated/dynamic-table/services/sorts-readable.service.js.map +1 -0
- package/dist/cjs/generated/dynamic-table/services/tables-readable.service.js +28 -0
- package/dist/cjs/generated/dynamic-table/services/tables-readable.service.js.map +1 -0
- package/dist/cjs/generated/dynamic-table/services/workspaces.service.js +9 -0
- package/dist/cjs/generated/dynamic-table/services/workspaces.service.js.map +1 -1
- package/dist/cjs/generated/dynamic-table/types.js.map +1 -1
- package/dist/cjs/generated/shared-types.js +4 -0
- package/dist/cjs/generated/shared-types.js.map +1 -1
- package/dist/cjs/index.js +6 -0
- package/dist/cjs/index.js.map +1 -1
- package/dist/esm/generated/dynamic-table/services/attachments.service.d.ts +2 -1
- package/dist/esm/generated/dynamic-table/services/attachments.service.d.ts.map +1 -1
- package/dist/esm/generated/dynamic-table/services/attachments.service.js +9 -0
- package/dist/esm/generated/dynamic-table/services/attachments.service.js.map +1 -1
- package/dist/esm/generated/dynamic-table/services/bases.service.d.ts +2 -1
- package/dist/esm/generated/dynamic-table/services/bases.service.d.ts.map +1 -1
- package/dist/esm/generated/dynamic-table/services/bases.service.js +9 -0
- package/dist/esm/generated/dynamic-table/services/bases.service.js.map +1 -1
- package/dist/esm/generated/dynamic-table/services/charts.service.d.ts +10 -0
- package/dist/esm/generated/dynamic-table/services/charts.service.d.ts.map +1 -0
- package/dist/esm/generated/dynamic-table/services/charts.service.js +33 -0
- package/dist/esm/generated/dynamic-table/services/charts.service.js.map +1 -0
- package/dist/esm/generated/dynamic-table/services/columns.service.d.ts +2 -1
- package/dist/esm/generated/dynamic-table/services/columns.service.d.ts.map +1 -1
- package/dist/esm/generated/dynamic-table/services/columns.service.js +9 -0
- package/dist/esm/generated/dynamic-table/services/columns.service.js.map +1 -1
- package/dist/esm/generated/dynamic-table/services/data-table-readable.service.d.ts +14 -0
- package/dist/esm/generated/dynamic-table/services/data-table-readable.service.d.ts.map +1 -0
- package/dist/esm/generated/dynamic-table/services/data-table-readable.service.js +69 -0
- package/dist/esm/generated/dynamic-table/services/data-table-readable.service.js.map +1 -0
- package/dist/esm/generated/dynamic-table/services/filters-readable.service.d.ts +13 -0
- package/dist/esm/generated/dynamic-table/services/filters-readable.service.d.ts.map +1 -0
- package/dist/esm/generated/dynamic-table/services/filters-readable.service.js +60 -0
- package/dist/esm/generated/dynamic-table/services/filters-readable.service.js.map +1 -0
- package/dist/esm/generated/dynamic-table/services/group-by-readable.service.d.ts +8 -0
- package/dist/esm/generated/dynamic-table/services/group-by-readable.service.d.ts.map +1 -0
- package/dist/esm/generated/dynamic-table/services/group-by-readable.service.js +15 -0
- package/dist/esm/generated/dynamic-table/services/group-by-readable.service.js.map +1 -0
- package/dist/esm/generated/dynamic-table/services/index.d.ts +6 -0
- package/dist/esm/generated/dynamic-table/services/index.d.ts.map +1 -1
- package/dist/esm/generated/dynamic-table/services/index.js +6 -0
- package/dist/esm/generated/dynamic-table/services/index.js.map +1 -1
- package/dist/esm/generated/dynamic-table/services/sorts-readable.service.d.ts +14 -0
- package/dist/esm/generated/dynamic-table/services/sorts-readable.service.d.ts.map +1 -0
- package/dist/esm/generated/dynamic-table/services/sorts-readable.service.js +69 -0
- package/dist/esm/generated/dynamic-table/services/sorts-readable.service.js.map +1 -0
- package/dist/esm/generated/dynamic-table/services/tables-readable.service.d.ts +9 -0
- package/dist/esm/generated/dynamic-table/services/tables-readable.service.d.ts.map +1 -0
- package/dist/esm/generated/dynamic-table/services/tables-readable.service.js +24 -0
- package/dist/esm/generated/dynamic-table/services/tables-readable.service.js.map +1 -0
- package/dist/esm/generated/dynamic-table/services/workspaces.service.d.ts +2 -1
- package/dist/esm/generated/dynamic-table/services/workspaces.service.d.ts.map +1 -1
- package/dist/esm/generated/dynamic-table/services/workspaces.service.js +9 -0
- package/dist/esm/generated/dynamic-table/services/workspaces.service.js.map +1 -1
- package/dist/esm/generated/dynamic-table/types.d.ts +373 -17
- package/dist/esm/generated/dynamic-table/types.d.ts.map +1 -1
- package/dist/esm/generated/dynamic-table/types.js.map +1 -1
- package/dist/esm/generated/index.d.ts +1 -1
- package/dist/esm/generated/index.d.ts.map +1 -1
- package/dist/esm/generated/shared-types.d.ts +65 -11
- package/dist/esm/generated/shared-types.d.ts.map +1 -1
- package/dist/esm/generated/shared-types.js +4 -0
- package/dist/esm/generated/shared-types.js.map +1 -1
- package/dist/esm/index.d.ts +14 -2
- package/dist/esm/index.d.ts.map +1 -1
- package/dist/esm/index.js +7 -1
- package/dist/esm/index.js.map +1 -1
- package/package.json +1 -1
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import type { AreaChartWidgetConfigDto, BarChartWidgetConfigDto, BaseMeta, BulkDataListDto, BulkGroupDto, CalendarViewMeta, CalendarWidgetConfigDto, ChartDisplaySpecDto, ChartPointsSpecDto, ChartSeriesConfigSpecDto, ChartViewConfigDto, ChartWidgetConfigDto, ChartXAxisSpecDto, ChartYAxisSpecDto, CreateColumnDto, CreateTableFieldDto, DonutChartWidgetConfigDto, FilterResponseDto, FormViewMeta, GalleryViewMeta, GroupFieldDto, IframeWidgetConfigDto, JsonObject, JsonValue, KanbanViewMeta, KanbanWidgetConfigDto, LimitOffsetQueryDto, LineChartWidgetConfigDto, LinkConditionNodeDto, ListWidgetConfigDto, LookupConfigDto, MapViewMeta, MapWidgetConfigDto, MetricViewConfigDto, MetricWidgetConfigDto, PagedResponse, PieChartWidgetConfigDto, RadarChartWidgetConfigDto, RadarConfigSpecDto, RecordAggregateQueryDto, RecordData, RecordListQueryDto, RedaiViewWidgetConfigDto, RelationConfigDto, RelationConfigResponseDto, RelationFieldRefDto, RollupConfigDto, Schema, SourceConfig, SourceMeta, TableWidgetConfigDto, TextWidgetConfigDto, ViewMeta, ViewResponseDto, WidgetDatePreset, WidgetFilterPayloadDto,
|
|
1
|
+
import type { AreaChartWidgetConfigDto, BarChartWidgetConfigDto, BaseMeta, BulkDataListDto, BulkGroupDto, CalendarViewMeta, CalendarWidgetConfigDto, ChartDisplaySpecDto, ChartPointsSpecDto, ChartSeriesConfigSpecDto, ChartViewConfigDto, ChartViewMeasureConfigDto, ChartWidgetConfigDto, ChartXAxisSpecDto, ChartYAxisSpecDto, CreateColumnDto, CreateTableFieldDto, DonutChartWidgetConfigDto, FilterResponseDto, FormViewMeta, GalleryViewMeta, GroupFieldDto, IframeWidgetConfigDto, JsonObject, JsonValue, KanbanViewMeta, KanbanWidgetConfigDto, LimitOffsetQueryDto, LineChartWidgetConfigDto, LinkConditionNodeDto, ListWidgetConfigDto, LookupConfigDto, MapViewMeta, MapWidgetConfigDto, MetricViewConfigDto, MetricWidgetConfigDto, PagedResponse, PieChartWidgetConfigDto, RadarChartWidgetConfigDto, RadarConfigSpecDto, RecordAggregateQueryDto, RecordData, RecordListQueryDto, RedaiViewWidgetConfigDto, RelationConfigDto, RelationConfigResponseDto, RelationFieldRefDto, RollupConfigDto, Schema, SourceConfig, SourceMeta, TableWidgetConfigDto, TextWidgetConfigDto, ViewMeta, ViewResponseDto, 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, CollectionCategoryResponseDto, ColumnResponseDto, COMBO, COMMENT_CREATE, COMMENT_DELETE, COMMENT_UPDATE, COMPLETED, CONTAINS, COUNT, COUNT_ASC, COUNT_DESC, COUNT_DISTINCT, CREATE, CreateColumnDto, CREATED_BY, CREATED_TIME, CreateSharedBaseDto, CreateSharedDashboardDto, CreateTableFieldDto, CSV, CURRENCY, CUSTOM, DASHBOARD, DASHBOARD_CREATE, DASHBOARD_DELETE, DASHBOARD_UPDATE, DashboardResponseDto, DATA_CREATE, DATA_DELETE, DATA_EXPORT, DATA_IMPORT, DATA_UPDATE, DATABASE_MARIADB, DATABASE_MONGODB, DATABASE_MSSQL, DATABASE_MYSQL, DATABASE_ORACLE, DATABASE_POSTGRESQL, DATABASE_REDIS, DATABASE_SQLITE, DATE, DATETIME, DATETIME2, DAYS_AGO, DAYS_FROM_NOW, DECIMAL, DEEPSEEK, DEFAULT, DELETE, DESC, DISABLED, DOCUMENT, DONUT, DonutChartWidgetConfigDto, DOUBLE, DRAFT, DURATION, DYNAMIC_TABLE, EAV, EMAIL, EMAIL_GMAIL, EMAIL_OUTLOOK, EMAIL_SMTP, EMAIL_TWILIO_SENDGRID, EMBEDDING_CUSTOM, EMPTY, ENDS_WITH, 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, GROUP_BY_EQ, GROUP_BY_NULL, GroupedChartWidgetConfigBaseDto, GroupFieldDto, GT, GTE, HAS_MANY, HDB_BANK, HEATMAP, HeatmapCellDto, HeatmapChartRuntimeDto, HOOK, HSTORE, HTML, IFRAME, IframeWidgetConfigDto, IframeWidgetProvider, IframeWidgetRuntimeDto, IMAGE, INACTIVE, INET, INTEGER, INTEGRATION_CREATE, INTEGRATION_DELETE, INTEGRATION_UPDATE, INTERVAL, IS, IS_NOT, IS_WITHIN, JSON, JsonArray, JSONB, JsonObject, JsonPrimitive, JsonValue, KANBAN, KanbanViewMeta, KanbanWidgetConfigDto, KL_BANK, KNOWLEDGE_FILE, LEFT, LIKE, LimitOffsetQueryDto, LINE, LineChartWidgetConfigDto, LINK_TO_ANOTHER_RECORD, LinkConditionNodeDto, LINKS, LIST, ListWidgetConfigDto, LLM_CUSTOM, LOCKED, LONG_TEXT, LONGTEXT, LOOKUP, LookupConfigDto, LookupConfigResponseDto, LT, LTE, MACADDR, MANY_TO_MANY, MAP, MAPBOX, MapViewMeta, MapWidgetConfigDto, MARIADB, MAX, MB_BANK, MEDIA, MEDIUM, MEDIUMINT, MEDIUMTEXT, METRIC, MetricViewConfigDto, MetricWidgetColor, MetricWidgetColorMode, MetricWidgetComparisonDto, MetricWidgetConfigDto, MetricWidgetMode, MetricWidgetRuntimeDto, MetricWidgetSummaryType, MIN, MODIFIED_BY, MODIFIED_TIME, MONEY, MONGODB, MSSQL, MULTI_SELECT, MYSQL, NCHAR, NEQ, NEXT_MONTH, NEXT_NUMBER_OF_DAYS, NEXT_WEEK, NEXT_YEAR, NLIKE, NO, NO_ACTION, NONE, NOT, NOT_ALL_OF, NOT_ANY_OF, NOT_BETWEEN, NOT_BLANK, NOT_CHECKED, NOT_EMPTY, NOT_NULL, NULL, NUMBER, NUMERIC, NVARCHAR, OBJECT, OBJECT_ID, OCB_BANK, ONE_MONTH_AGO, ONE_MONTH_FROM_NOW, ONE_TO_ONE, ONE_WEEK_AGO, ONE_WEEK_FROM_NOW, OPENAI, OPENAI_OAUTH, OPENROUTER, OR, ORACLE, ORDER, OSM, PagedResponse, PageInfo, PaginatedResult, PaginationMeta, PAST_MONTH, PAST_NUMBER_OF_DAYS, PAST_WEEK, PAST_YEAR, PATCH, PENDING, PERCENT, PERMISSION_CREATE, PERMISSION_DELETE, PERMISSION_UPDATE, PERPLEXITY_AI, PERSONAL, PHONE, PHYSICAL, PIE, PieChartWidgetConfigDto, POINT, POLAR_AREA, POST, POSTGRESQL, PROJECT_CREATE, PROJECT_DELETE, PROJECT_UPDATE, PROXY, PUT, QR_CODE, RADAR, RADAR_CRITERION, RadarChartRuntimeDto, RadarChartWidgetConfigDto, RadarConfigSpecDto, RadarCriterionDto, RadarCriterionSpecDto, RadarObjectSortBy, RadarObjectSpecDto, RadarRuntimePointDto, RadarRuntimeSeriesDto, RATING, READ, REAL, RecordAggregateQueryDto, RecordData, RecordListQueryDto, RecordValue, REDAI, REDAI_EXTENSION, REDAI_VIEW, RedaiViewWidgetConfigDto, RedaiViewWidgetRuntimeDto, REJECTED, RELATION, RelationConfigDto, RelationConfigResponseDto, RelationFieldRefDto, RESTRICT, RIGHT, ROLLUP, RollupConfigDto, RollupConfigResponseDto, RUNNING, SCATTER, ScatterChartPointDto, ScatterChartRuntimeDto, SCB_BANK, Schema, SchemaValue, SELECT, SendSharedDashboardEmailDto, SERIAL, SET, SET_DEFAULT, SET_NULL, SharedBaseResponseDto, SharedBasesCreateSharedBaseParams, SharedBasesDeleteSharedBaseParams, SharedBasesGetSharedBaseParams, SharedBasesUpdateSharedBaseParams, SharedDashboardResponseDto, SharedDashboardsCreateSharedDashboardParams, SharedDashboardsDeleteSharedDashboardParams, SharedDashboardsGetSharedDashboardParams, SharedDashboardsListSharedDashboardsParams, SharedDashboardsSendSharedDashboardEmailParams, SharedDashboardsUpdateSharedDashboardParams, SHB_BANK, SHORT, SlackIntegrationConfig, SMALLDATETIME, SMALLINT, SMALLMONEY, SMS_ESMS, SMS_ESMS_ADVERTISING, SMS_ESMS_CUSTOMER_CARE, SMS_ESMS_VIBER, SMS_FPT, SMS_SPEED, SMS_TWILIO, SMS_VONAGE, SOURCE_CREATE, SOURCE_DELETE, SOURCE_UPDATE, SourceConfig, SourceMeta, SQLITE, STACKED_AREA, STACKED_BAR, STARTS_WITH, STB_BANK, STRING, SUCCESS, SUM, SUM_DISTINCT, TABLE, TABLE_CREATE, TABLE_DELETE, TABLE_UPDATE, TableResponseDto, TableWidgetConfigDto, TALL, TCB_BANK, TELEGRAM, TELEGRAM_BOT, TEST, TEXT, TextWidgetAggregateBindingSourceDto, TextWidgetConfigDto, TextWidgetFirstRowSelectorDto, TextWidgetIndexedRowSelectorDto, TextWidgetLastRowSelectorDto, TextWidgetRecordBindingSourceDto, TextWidgetRecordFieldBindingSourceDto, TextWidgetRecordsBindingSourceDto, TextWidgetResolvedVariableDto, TextWidgetRuntimeDto, TextWidgetVariableBindingDto, TextWidgetVariableOutputDto, TIKTOK, TIKTOK_ADS, TIME, TIMESTAMP, TIMESTAMPTZ, TINYINT, TINYTEXT, TODAY, TOMORROW, TPB_BANK, TREEMAP, TreemapChartRuntimeDto, TreemapNodeDto, UNIQUEIDENTIFIER, UPDATE, UpdateSharedBaseDto, UpdateSharedDashboardDto, URL, USER, USER_DELETE, USER_UPDATE, UUID, VARBINARY, VARCHAR, VCB_BANK, VECTOR, VERTEX_AI, VIB_BANK, VIEW, VIEW_CREATE, VIEW_DELETE, VIEW_UPDATE, ViewMeta, ViewResponseDto, VPB_BANK, VTB_BANK, WEBHOOK, WEBSITE, WELCOME, WidgetAggregationFunction, WidgetAggregationSpec, WidgetAggregationSpecDto, WidgetDatePreset, WidgetFilterPayloadDto, WidgetQuerySpecDto, WidgetResponseDto, WidgetRuntimeResolvedQueryResponseDto, WidgetRuntimeResponseDto, WidgetSortSpecDto, WORKFLOW, WORKSPACE_CREATE, WorkspaceRoleCode, WorkspaceSettings, WorkspaceSystemRoleCode, XAI, XLSX, XML, Y_AXIS, YEAR, YESTERDAY, ZALO_BOT, ZALO_OA, ZALO_PERSONAL } from '../shared-types';
|
|
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, C, 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, CollectionCategoryResponseDto, ColumnResponseDto, COMBO, COMMENT_CREATE, COMMENT_DELETE, COMMENT_UPDATE, COMPLETED, CONTAINS, COUNT, COUNT_ASC, COUNT_DESC, COUNT_DISTINCT, CREATE, CreateColumnDto, CREATED_BY, CREATED_TIME, CreateSharedBaseDto, CreateSharedDashboardDto, CreateTableFieldDto, CSV, CURRENCY, CUSTOM, DASHBOARD, DASHBOARD_CREATE, DASHBOARD_DELETE, DASHBOARD_UPDATE, DashboardResponseDto, DATA_CREATE, DATA_DELETE, DATA_EXPORT, DATA_IMPORT, DATA_UPDATE, DATABASE_MARIADB, DATABASE_MONGODB, DATABASE_MSSQL, DATABASE_MYSQL, DATABASE_ORACLE, DATABASE_POSTGRESQL, DATABASE_REDIS, DATABASE_SQLITE, DATE, DATETIME, DATETIME2, DAYS_AGO, DAYS_FROM_NOW, DECIMAL, DEEPSEEK, DEFAULT, DELETE, DESC, DISABLED, DOCUMENT, DONUT, DonutChartWidgetConfigDto, DOUBLE, DRAFT, DURATION, DYNAMIC_TABLE, EAV, EMAIL, EMAIL_GMAIL, EMAIL_OUTLOOK, EMAIL_SMTP, EMAIL_TWILIO_SENDGRID, EMBEDDING_CUSTOM, EMPTY, ENDS_WITH, 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, GEO_DATA, 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, GROUP_BY_EQ, GROUP_BY_NULL, GroupedChartWidgetConfigBaseDto, GroupFieldDto, GT, GTE, HAS_MANY, HDB_BANK, HEATMAP, HeatmapCellDto, HeatmapChartRuntimeDto, HOOK, HSTORE, HTML, IFRAME, IframeWidgetConfigDto, IframeWidgetProvider, IframeWidgetRuntimeDto, IMAGE, INACTIVE, INET, INTEGER, INTEGRATION_CREATE, INTEGRATION_DELETE, INTEGRATION_UPDATE, INTERVAL, IS, IS_NOT, IS_WITHIN, JSON, JsonArray, JSONB, JsonObject, JsonPrimitive, JsonValue, KANBAN, KanbanViewMeta, KanbanWidgetConfigDto, KL_BANK, KNOWLEDGE_FILE, LEFT, LIKE, LimitOffsetQueryDto, LINE, LineChartWidgetConfigDto, LINK_TO_ANOTHER_RECORD, LinkConditionNodeDto, LINKS, LIST, ListWidgetConfigDto, LLM_CUSTOM, LOCKED, LONG_TEXT, LONGTEXT, LOOKUP, LookupConfigDto, LookupConfigResponseDto, LT, LTE, MACADDR, MANY_TO_MANY, MAP, MAPBOX, MapViewMeta, MapWidgetConfigDto, MARIADB, MAX, MB_BANK, MEDIA, MEDIUM, MEDIUMINT, MEDIUMTEXT, METRIC, MetricViewConfigDto, MetricWidgetColor, MetricWidgetColorMode, MetricWidgetComparisonDto, MetricWidgetConfigDto, MetricWidgetMode, MetricWidgetRuntimeDto, MetricWidgetSummaryType, MIN, MODIFIED_BY, MODIFIED_TIME, MONEY, MONGODB, MSSQL, MULTI_SELECT, MYSQL, NCHAR, NEQ, NEXT_MONTH, NEXT_NUMBER_OF_DAYS, NEXT_WEEK, NEXT_YEAR, NLIKE, NO, NO_ACTION, NONE, NOT, NOT_ALL_OF, NOT_ANY_OF, NOT_BETWEEN, NOT_BLANK, NOT_CHECKED, NOT_EMPTY, NOT_NULL, NULL, NUMBER, NUMERIC, NVARCHAR, OBJECT, OBJECT_ID, OCB_BANK, ONE_MONTH_AGO, ONE_MONTH_FROM_NOW, ONE_TO_ONE, ONE_WEEK_AGO, ONE_WEEK_FROM_NOW, OPENAI, OPENAI_OAUTH, OPENROUTER, OR, ORACLE, ORDER, OSM, PagedResponse, PageInfo, PaginatedResult, PaginationMeta, PAST_MONTH, PAST_NUMBER_OF_DAYS, PAST_WEEK, PAST_YEAR, PATCH, PENDING, PERCENT, PERMISSION_CREATE, PERMISSION_DELETE, PERMISSION_UPDATE, PERPLEXITY_AI, PERSONAL, PHONE, PHYSICAL, PIE, PieChartWidgetConfigDto, POINT, POLAR_AREA, POST, POSTGRESQL, PROJECT_CREATE, PROJECT_DELETE, PROJECT_UPDATE, PROXY, PUT, QR_CODE, RADAR, RADAR_CRITERION, RadarChartRuntimeDto, RadarChartWidgetConfigDto, RadarConfigSpecDto, RadarCriterionDto, RadarCriterionSpecDto, RadarObjectSortBy, RadarObjectSpecDto, RadarRuntimePointDto, RadarRuntimeSeriesDto, RATING, READ, REAL, RecordAggregateQueryDto, RecordData, RecordListQueryDto, RecordValue, REDAI, REDAI_EXTENSION, REDAI_VIEW, RedaiViewWidgetConfigDto, RedaiViewWidgetRuntimeDto, REJECTED, RELATION, RelationConfigDto, RelationConfigResponseDto, RelationFieldRefDto, RESTRICT, RIGHT, ROLLUP, RollupConfigDto, RollupConfigResponseDto, RUNNING, SCATTER, ScatterChartPointDto, ScatterChartRuntimeDto, SCB_BANK, Schema, SchemaValue, SELECT, SendSharedDashboardEmailDto, SERIAL, SET, SET_DEFAULT, SET_NULL, SharedBaseResponseDto, SharedBasesCreateSharedBaseParams, SharedBasesDeleteSharedBaseParams, SharedBasesGetSharedBaseParams, SharedBasesUpdateSharedBaseParams, SharedDashboardResponseDto, SharedDashboardsCreateSharedDashboardParams, SharedDashboardsDeleteSharedDashboardParams, SharedDashboardsGetSharedDashboardParams, SharedDashboardsListSharedDashboardsParams, SharedDashboardsSendSharedDashboardEmailParams, SharedDashboardsUpdateSharedDashboardParams, SHB_BANK, SHORT, SlackIntegrationConfig, SMALLDATETIME, SMALLINT, SMALLMONEY, SMS_ESMS, SMS_ESMS_ADVERTISING, SMS_ESMS_CUSTOMER_CARE, SMS_ESMS_VIBER, SMS_FPT, SMS_SPEED, SMS_TWILIO, SMS_VONAGE, SOURCE_CREATE, SOURCE_DELETE, SOURCE_UPDATE, SourceConfig, SourceMeta, SQLITE, STACKED_AREA, STACKED_BAR, STARTS_WITH, STB_BANK, STRING, SUCCESS, SUM, SUM_DISTINCT, TABLE, TABLE_CREATE, TABLE_DELETE, TABLE_UPDATE, TableResponseDto, TableWidgetConfigDto, TALL, TCB_BANK, TELEGRAM, TELEGRAM_BOT, TEST, TEXT, TextWidgetAggregateBindingSourceDto, TextWidgetConfigDto, TextWidgetFirstRowSelectorDto, TextWidgetIndexedRowSelectorDto, TextWidgetLastRowSelectorDto, TextWidgetRecordBindingSourceDto, TextWidgetRecordFieldBindingSourceDto, TextWidgetRecordsBindingSourceDto, TextWidgetResolvedVariableDto, TextWidgetRuntimeDto, TextWidgetVariableBindingDto, TextWidgetVariableOutputDto, TextWidgetVariableQuerySpecDto, TIKTOK, TIKTOK_ADS, TIME, TIMESTAMP, TIMESTAMPTZ, TINYINT, TINYTEXT, TODAY, TOMORROW, TPB_BANK, TREEMAP, TreemapChartRuntimeDto, TreemapNodeDto, UNIQUEIDENTIFIER, UPDATE, UpdateSharedBaseDto, UpdateSharedDashboardDto, URL, USER, USER_DELETE, USER_UPDATE, UUID, VARBINARY, VARCHAR, VCB_BANK, VECTOR, VERTEX_AI, VIB_BANK, VIEW, VIEW_CREATE, VIEW_DELETE, VIEW_UPDATE, ViewMeta, ViewResponseDto, VPB_BANK, VTB_BANK, WEBHOOK, WEBSITE, WELCOME, WidgetAggregationFunction, WidgetAggregationSpec, WidgetAggregationSpecDto, WidgetDatePreset, WidgetFilterPayloadDto, WidgetQuerySpecDto, WidgetResponseDto, WidgetRuntimeResolvedQueryResponseDto, WidgetRuntimeResponseDto, WidgetSortSpecDto, WORKFLOW, WORKSPACE_CREATE, WorkspaceRoleCode, WorkspaceSettings, WorkspaceSystemRoleCode, XAI, XLSX, XML, Y_AXIS, YEAR, YESTERDAY, ZALO_BOT, ZALO_OA, ZALO_PERSONAL } from '../shared-types';
|
|
4
4
|
export { BaseStatus, ChartType, ChartViewMeasureRole, DashboardStatus, ExternalDataType, FieldType, FilterComparisonOp, FilterComparisonSubOp, FilterLogicalOp, GridColumnAlign, GridRowHeight, INT, MapProviderType, ModelType, ProviderEnum, ReferentialAction, RelationType, RollupFunction, RowColoringMode, SchemaType, SourceType, StorageMode, T, ViewLockType, ViewSortDirection, ViewType, WidgetType, WORKSPACE, WORKSPACE_SYSTEM_ROLE_CODE } from '../shared-types';
|
|
5
5
|
export interface AcceptWorkspaceInviteDto {
|
|
6
6
|
token: string;
|
|
@@ -339,6 +339,9 @@ export interface ApplyFilterPresetResponseDto {
|
|
|
339
339
|
export interface AssignTableCollectionCategoryDto {
|
|
340
340
|
collectionCategoryId?: unknown | null;
|
|
341
341
|
}
|
|
342
|
+
export interface AttachmentBulkResolveDto {
|
|
343
|
+
refs: (AttachmentReferenceDto)[];
|
|
344
|
+
}
|
|
342
345
|
export interface AttachmentConfigDto {
|
|
343
346
|
allowedFileTypes?: (string)[];
|
|
344
347
|
maxFiles?: number;
|
|
@@ -366,6 +369,11 @@ export declare enum AttachmentSourceType {
|
|
|
366
369
|
KNOWLEDGE_FILE = "KNOWLEDGE_FILE",
|
|
367
370
|
SYSTEM_TEMP_FILE = "SYSTEM_TEMP_FILE"
|
|
368
371
|
}
|
|
372
|
+
export interface BaseLogoUploadResponseDto {
|
|
373
|
+
id: string;
|
|
374
|
+
logo: string;
|
|
375
|
+
logoUploadUrl: string;
|
|
376
|
+
}
|
|
369
377
|
export interface BaseMemberListResponseDto {
|
|
370
378
|
list: BaseMemberResponseDto;
|
|
371
379
|
pageInfo: BaseMemberPageInfoDto;
|
|
@@ -404,6 +412,7 @@ export interface BaseResponseDto {
|
|
|
404
412
|
prefix?: string | null;
|
|
405
413
|
status: BaseStatus | null;
|
|
406
414
|
description?: string | null;
|
|
415
|
+
logo?: unknown | null;
|
|
407
416
|
meta?: {
|
|
408
417
|
[key: string]: unknown;
|
|
409
418
|
};
|
|
@@ -452,6 +461,7 @@ export type BulkDataListByKeyNameDto = LimitOffsetQueryDto & {
|
|
|
452
461
|
sorts?: JsonValue;
|
|
453
462
|
includeSortFilterFields?: JsonValue;
|
|
454
463
|
applyViewFilters?: JsonValue;
|
|
464
|
+
cursor?: string;
|
|
455
465
|
};
|
|
456
466
|
export interface BulkDeleteHookLogsDto {
|
|
457
467
|
logIds: string;
|
|
@@ -573,6 +583,11 @@ export interface CalendarViewRangeDto {
|
|
|
573
583
|
fromFieldId: string;
|
|
574
584
|
toFieldId?: string | null;
|
|
575
585
|
}
|
|
586
|
+
export interface CalendarViewRangeResponseDto {
|
|
587
|
+
id: string;
|
|
588
|
+
fromFieldId: string;
|
|
589
|
+
toFieldId?: string | null;
|
|
590
|
+
}
|
|
576
591
|
export interface CalendarViewResponseDto {
|
|
577
592
|
viewId: string;
|
|
578
593
|
workspaceId?: string | null;
|
|
@@ -582,6 +597,7 @@ export interface CalendarViewResponseDto {
|
|
|
582
597
|
meta?: {
|
|
583
598
|
[key: string]: unknown;
|
|
584
599
|
};
|
|
600
|
+
ranges: CalendarViewRangeResponseDto;
|
|
585
601
|
createdAt: number;
|
|
586
602
|
updatedAt?: number | null;
|
|
587
603
|
}
|
|
@@ -616,6 +632,29 @@ export interface ChartTypeInfoDto {
|
|
|
616
632
|
supportsDataLabels: boolean;
|
|
617
633
|
supportsScatterCategoryGrouping: boolean;
|
|
618
634
|
}
|
|
635
|
+
export interface ChartViewConfigSharedDto {
|
|
636
|
+
chartType: ChartType;
|
|
637
|
+
xAxisFieldId?: unknown;
|
|
638
|
+
breakdownFieldId?: unknown;
|
|
639
|
+
pointXFieldId?: unknown;
|
|
640
|
+
pointYFieldId?: unknown;
|
|
641
|
+
pointSizeFieldId?: unknown;
|
|
642
|
+
pointCategoryFieldId?: unknown;
|
|
643
|
+
radarObjectFieldId?: unknown;
|
|
644
|
+
xAxisMode?: 'category' | 'time' | 'numeric';
|
|
645
|
+
xAxisTimeBucket?: 'day' | 'week' | 'month' | 'quarter';
|
|
646
|
+
display?: {
|
|
647
|
+
[key: string]: unknown;
|
|
648
|
+
};
|
|
649
|
+
measures?: (ChartViewMeasureConfigDto)[];
|
|
650
|
+
}
|
|
651
|
+
export interface ChartViewDetailResponseDto {
|
|
652
|
+
config: ChartViewConfigDto;
|
|
653
|
+
}
|
|
654
|
+
export interface ColumnResponseConfigDto {
|
|
655
|
+
defaultValue?: JsonValue;
|
|
656
|
+
options?: (SelectOptionConfigResponseDto)[];
|
|
657
|
+
}
|
|
619
658
|
export interface CommandPaletteItemResponseDto {
|
|
620
659
|
type: 'table' | 'view' | 'action';
|
|
621
660
|
id: string;
|
|
@@ -734,6 +773,22 @@ export type CreateCalendarViewDto = CreateViewDto & {
|
|
|
734
773
|
coverImageFieldId?: string | null;
|
|
735
774
|
ranges?: CalendarViewRangeDto[];
|
|
736
775
|
};
|
|
776
|
+
export type CreateChartViewDto = CreateViewDto & {
|
|
777
|
+
chartType?: ChartType;
|
|
778
|
+
xAxisFieldId?: unknown;
|
|
779
|
+
breakdownFieldId?: unknown;
|
|
780
|
+
pointXFieldId?: unknown;
|
|
781
|
+
pointYFieldId?: unknown;
|
|
782
|
+
pointSizeFieldId?: unknown;
|
|
783
|
+
pointCategoryFieldId?: unknown;
|
|
784
|
+
radarObjectFieldId?: unknown;
|
|
785
|
+
xAxisMode?: 'category' | 'time' | 'numeric';
|
|
786
|
+
xAxisTimeBucket?: 'day' | 'week' | 'month' | 'quarter';
|
|
787
|
+
display?: {
|
|
788
|
+
[key: string]: unknown;
|
|
789
|
+
};
|
|
790
|
+
measures?: (ChartViewMeasureConfigDto)[];
|
|
791
|
+
};
|
|
737
792
|
export interface CreateCollectionCategoryDto {
|
|
738
793
|
name: string;
|
|
739
794
|
description?: unknown | null;
|
|
@@ -778,7 +833,6 @@ export type CreateFormViewDto = CreateViewDto & {
|
|
|
778
833
|
export type CreateGalleryViewDto = CreateViewDto & {
|
|
779
834
|
coverImageFieldId?: string | null;
|
|
780
835
|
coverImageObjectFit?: 'contain' | 'cover';
|
|
781
|
-
displayFieldIds?: string;
|
|
782
836
|
};
|
|
783
837
|
export type CreateGridViewDto = CreateViewDto & {
|
|
784
838
|
rowHeight?: GridRowHeight | null;
|
|
@@ -818,7 +872,7 @@ export interface CreateHookFullDto {
|
|
|
818
872
|
mode?: HookFullMutationMode;
|
|
819
873
|
hookId?: string;
|
|
820
874
|
hook: CreateHookDto;
|
|
821
|
-
filters?: HookFilterTreeNodeDto;
|
|
875
|
+
filters?: HookFilterTreeNodeDto | (HookFilterTreeNodeDto)[];
|
|
822
876
|
scheduledHook?: CreateScheduledHookInlineDto;
|
|
823
877
|
}
|
|
824
878
|
export interface CreateHookFullResponseDto {
|
|
@@ -929,6 +983,16 @@ export interface CreateOrUpdateFormulaColumnDto {
|
|
|
929
983
|
config: FormulaConfigDto;
|
|
930
984
|
meta?: MetaWithWidthDto;
|
|
931
985
|
}
|
|
986
|
+
export interface CreateOrUpdateGeoDataColumnDto {
|
|
987
|
+
readonly type: any;
|
|
988
|
+
id?: string;
|
|
989
|
+
name: string;
|
|
990
|
+
keyName: string;
|
|
991
|
+
description?: string;
|
|
992
|
+
orderIndex?: number;
|
|
993
|
+
config?: GeoDataConfigDto;
|
|
994
|
+
meta?: MetaWithWidthAndPlaceholderDto;
|
|
995
|
+
}
|
|
932
996
|
export type CreateOrUpdateHookDto = CreateHookFullDto;
|
|
933
997
|
export type CreateOrUpdateIframeWidgetByTypeDto = UpdateIframeWidgetByTypeDto & WidgetCreateOrUpdateIdDto;
|
|
934
998
|
export type CreateOrUpdateLineChartWidgetDto = UpdateLineChartWidgetDto & WidgetCreateOrUpdateIdDto;
|
|
@@ -1242,12 +1306,28 @@ export interface CreateViewFilterDto {
|
|
|
1242
1306
|
logicalOp?: FilterLogicalOp | null;
|
|
1243
1307
|
order?: number | null;
|
|
1244
1308
|
}
|
|
1309
|
+
export interface CreateViewFilterReadableDto {
|
|
1310
|
+
fieldName?: string | null;
|
|
1311
|
+
parentId?: unknown;
|
|
1312
|
+
comparisonOp?: FilterComparisonOp | null;
|
|
1313
|
+
comparisonSubOp?: FilterComparisonSubOp | null;
|
|
1314
|
+
value?: JsonValue | null;
|
|
1315
|
+
isGroup?: boolean;
|
|
1316
|
+
logicalOp?: FilterLogicalOp | null;
|
|
1317
|
+
order?: number | null;
|
|
1318
|
+
}
|
|
1245
1319
|
export interface CreateViewSortDto {
|
|
1246
1320
|
fieldId: string;
|
|
1247
1321
|
direction?: ViewSortDirection;
|
|
1248
1322
|
order?: number | null;
|
|
1249
1323
|
pushToTop?: boolean;
|
|
1250
1324
|
}
|
|
1325
|
+
export interface CreateViewSortReadableDto {
|
|
1326
|
+
fieldName: string;
|
|
1327
|
+
direction?: ViewSortDirection;
|
|
1328
|
+
order?: number | null;
|
|
1329
|
+
pushToTop?: boolean;
|
|
1330
|
+
}
|
|
1251
1331
|
export type CreateWidgetDto = WidgetMutationFieldsDto & {
|
|
1252
1332
|
type: WidgetType;
|
|
1253
1333
|
config?: BarChartWidgetConfigDto | PieChartWidgetConfigDto | LineChartWidgetConfigDto | AreaChartWidgetConfigDto | DonutChartWidgetConfigDto | RadarChartWidgetConfigDto | IframeWidgetConfigDto | MetricWidgetConfigDto | TextWidgetConfigDto | RedaiViewWidgetConfigDto | TableWidgetConfigDto | ListWidgetConfigDto | CalendarWidgetConfigDto | KanbanWidgetConfigDto | MapWidgetConfigDto | ChartWidgetConfigDto;
|
|
@@ -1355,12 +1435,52 @@ export interface DynamicTableMarketplaceArtifactUpdateResponseDto {
|
|
|
1355
1435
|
export interface DynamicTableMutationUpdatedCountResponseDto {
|
|
1356
1436
|
updated: number;
|
|
1357
1437
|
}
|
|
1438
|
+
export interface DynamicTablePageInfoResponseDto {
|
|
1439
|
+
totalRows: number;
|
|
1440
|
+
page: number;
|
|
1441
|
+
pageSize: number;
|
|
1442
|
+
isFirstPage: boolean;
|
|
1443
|
+
isLastPage: boolean;
|
|
1444
|
+
offset: number;
|
|
1445
|
+
}
|
|
1358
1446
|
export interface DynamicTablePermissionsResponseDto {
|
|
1359
1447
|
userId?: unknown | null;
|
|
1360
1448
|
email?: unknown | null;
|
|
1361
1449
|
roles: (string)[];
|
|
1362
1450
|
isApiToken: boolean;
|
|
1363
1451
|
}
|
|
1452
|
+
export interface DynamicTableReadableCountResponseDto {
|
|
1453
|
+
count: number;
|
|
1454
|
+
}
|
|
1455
|
+
export interface DynamicTableReadableGroupByItemResponseDto {
|
|
1456
|
+
groups: (DynamicTableReadableGroupValueResponseDto)[];
|
|
1457
|
+
total: number | string;
|
|
1458
|
+
}
|
|
1459
|
+
export interface DynamicTableReadableGroupByListResponseDto {
|
|
1460
|
+
list: (DynamicTableReadableGroupByItemResponseDto)[];
|
|
1461
|
+
pageInfo: DynamicTablePageInfoResponseDto;
|
|
1462
|
+
}
|
|
1463
|
+
export interface DynamicTableReadableGroupedBucketItemResponseDto {
|
|
1464
|
+
key: string;
|
|
1465
|
+
fieldName: string;
|
|
1466
|
+
level: number;
|
|
1467
|
+
count: number;
|
|
1468
|
+
value?: JsonValue | null;
|
|
1469
|
+
}
|
|
1470
|
+
export interface DynamicTableReadableGroupedBucketListResponseDto {
|
|
1471
|
+
list: (DynamicTableReadableGroupedBucketItemResponseDto)[];
|
|
1472
|
+
pageInfo: DynamicTablePageInfoResponseDto;
|
|
1473
|
+
}
|
|
1474
|
+
export interface DynamicTableReadableGroupValueResponseDto {
|
|
1475
|
+
fieldName: string;
|
|
1476
|
+
value?: JsonValue | null;
|
|
1477
|
+
}
|
|
1478
|
+
export interface DynamicTableReadableRecordListResponseDto {
|
|
1479
|
+
list: ({
|
|
1480
|
+
[key: string]: unknown;
|
|
1481
|
+
})[];
|
|
1482
|
+
pageInfo: DynamicTablePageInfoResponseDto;
|
|
1483
|
+
}
|
|
1364
1484
|
export interface DynamicTableRelationIdsResponseDto {
|
|
1365
1485
|
refRowIds: (string)[];
|
|
1366
1486
|
}
|
|
@@ -1549,6 +1669,14 @@ export interface ExternalSourceSyncResponseDto {
|
|
|
1549
1669
|
updatedRelations: (string)[];
|
|
1550
1670
|
skippedObjects: (string)[];
|
|
1551
1671
|
}
|
|
1672
|
+
export interface FieldReadableResponseDto {
|
|
1673
|
+
name: string;
|
|
1674
|
+
description?: string | null;
|
|
1675
|
+
type: string;
|
|
1676
|
+
required?: boolean | null;
|
|
1677
|
+
isPrimary?: boolean | null;
|
|
1678
|
+
options?: (SelectOptionReadableResponseDto)[];
|
|
1679
|
+
}
|
|
1552
1680
|
export type FieldRefWithTableDto = RelationFieldRefDto & {
|
|
1553
1681
|
tableClientKey?: string;
|
|
1554
1682
|
};
|
|
@@ -1621,9 +1749,25 @@ export interface FilterPresetResponseDto {
|
|
|
1621
1749
|
createdAt?: unknown | null;
|
|
1622
1750
|
updatedAt?: unknown | null;
|
|
1623
1751
|
}
|
|
1752
|
+
export interface FilterReadableResponseDto {
|
|
1753
|
+
id?: string;
|
|
1754
|
+
viewId?: string | null;
|
|
1755
|
+
hookId?: string | null;
|
|
1756
|
+
widgetId?: string | null;
|
|
1757
|
+
filterPresetId?: string | null;
|
|
1758
|
+
parentId?: string | null;
|
|
1759
|
+
fieldName?: string | null;
|
|
1760
|
+
operator?: string | null;
|
|
1761
|
+
comparisonSubOp?: string | null;
|
|
1762
|
+
value?: JsonValue | null;
|
|
1763
|
+
order?: number | null;
|
|
1764
|
+
isGroup?: boolean | null;
|
|
1765
|
+
createdAt?: number | null;
|
|
1766
|
+
updatedAt?: number | null;
|
|
1767
|
+
}
|
|
1624
1768
|
export interface FormulaConfigDto {
|
|
1625
1769
|
formulaExpression: string;
|
|
1626
|
-
outputType?: 'number' | 'text' | 'date' | 'boolean';
|
|
1770
|
+
outputType?: 'number' | 'text' | 'date' | 'datetime' | 'boolean';
|
|
1627
1771
|
}
|
|
1628
1772
|
export interface FormViewConfigDto {
|
|
1629
1773
|
heading?: string | null;
|
|
@@ -1665,19 +1809,17 @@ export type GalleryListResult = {
|
|
|
1665
1809
|
limit: number;
|
|
1666
1810
|
offset: number;
|
|
1667
1811
|
total: number;
|
|
1812
|
+
/** F15-C: opaque cursor cho next page khi caller dùng cursor mode. */
|
|
1813
|
+
nextCursor?: string | null;
|
|
1668
1814
|
};
|
|
1669
1815
|
meta: {
|
|
1670
1816
|
coverImageFieldId: string | null;
|
|
1671
1817
|
coverImageObjectFit: 'contain' | 'cover';
|
|
1672
|
-
displayFieldIds: string[];
|
|
1673
|
-
hiddenFieldIds: string[];
|
|
1674
1818
|
};
|
|
1675
1819
|
};
|
|
1676
1820
|
export interface GalleryViewConfigDto {
|
|
1677
1821
|
coverImageFieldId?: string | null;
|
|
1678
1822
|
coverImageObjectFit?: 'contain' | 'cover';
|
|
1679
|
-
displayFieldIds?: string;
|
|
1680
|
-
hiddenFieldIds?: string;
|
|
1681
1823
|
meta?: GalleryViewMeta;
|
|
1682
1824
|
}
|
|
1683
1825
|
export interface GalleryViewDetailResponseDto {
|
|
@@ -1691,14 +1833,15 @@ export interface GalleryViewResponseDto {
|
|
|
1691
1833
|
sourceId?: string | null;
|
|
1692
1834
|
coverImageFieldId: string | null;
|
|
1693
1835
|
coverImageObjectFit: 'contain' | 'cover';
|
|
1694
|
-
displayFieldIds: string;
|
|
1695
|
-
hiddenFieldIds: string;
|
|
1696
1836
|
meta?: {
|
|
1697
1837
|
[key: string]: unknown;
|
|
1698
1838
|
};
|
|
1699
1839
|
createdAt: number;
|
|
1700
1840
|
updatedAt?: number | null;
|
|
1701
1841
|
}
|
|
1842
|
+
export interface GeoDataConfigDto {
|
|
1843
|
+
geoFormat?: 'lat_lng' | 'geojson';
|
|
1844
|
+
}
|
|
1702
1845
|
export interface GetErdQueryDto {
|
|
1703
1846
|
tableId?: unknown;
|
|
1704
1847
|
}
|
|
@@ -2069,6 +2212,7 @@ export interface ListDashboardsQueryDto {
|
|
|
2069
2212
|
}
|
|
2070
2213
|
export type ListDynamicTableMarketplaceArtifactsQueryDto = PaginationQueryDto & {
|
|
2071
2214
|
sourceSysTableId?: string;
|
|
2215
|
+
sourceId?: string;
|
|
2072
2216
|
};
|
|
2073
2217
|
export type ListFilterPresetsQueryDto = PaginationQueryDto;
|
|
2074
2218
|
export type ListHookLogsQueryDto = PaginationQueryDto & {
|
|
@@ -2245,6 +2389,9 @@ export interface RatingConfigDto {
|
|
|
2245
2389
|
export type RecordAggregateByKeyNameQueryDto = RecordListByKeyNameQueryDto & {
|
|
2246
2390
|
aggregations?: string;
|
|
2247
2391
|
};
|
|
2392
|
+
export type RecordAggregateReadableQueryDto = RecordListReadableQueryDto & {
|
|
2393
|
+
aggregations?: string;
|
|
2394
|
+
};
|
|
2248
2395
|
export type RecordAuditQueryDto = PaginationQueryDto;
|
|
2249
2396
|
export type RecordIdPayload = {
|
|
2250
2397
|
id: string | number;
|
|
@@ -2255,6 +2402,7 @@ export type RecordListByKeyNameNoViewFilterQueryDto = LimitOffsetQueryDto & {
|
|
|
2255
2402
|
filters?: string;
|
|
2256
2403
|
sorts?: string;
|
|
2257
2404
|
includeSortFilterFields?: string;
|
|
2405
|
+
cursor?: string;
|
|
2258
2406
|
};
|
|
2259
2407
|
export type RecordListByKeyNameQueryDto = LimitOffsetQueryDto & {
|
|
2260
2408
|
viewId?: unknown;
|
|
@@ -2264,6 +2412,7 @@ export type RecordListByKeyNameQueryDto = LimitOffsetQueryDto & {
|
|
|
2264
2412
|
groupFields?: string;
|
|
2265
2413
|
includeSortFilterFields?: string;
|
|
2266
2414
|
applyViewFilters?: string;
|
|
2415
|
+
cursor?: string;
|
|
2267
2416
|
};
|
|
2268
2417
|
export type RecordListNoViewFilterQueryDto = LimitOffsetQueryDto & {
|
|
2269
2418
|
viewId?: unknown;
|
|
@@ -2272,6 +2421,17 @@ export type RecordListNoViewFilterQueryDto = LimitOffsetQueryDto & {
|
|
|
2272
2421
|
sorts?: string;
|
|
2273
2422
|
includeSortFilterFields?: string;
|
|
2274
2423
|
includeTotal?: string;
|
|
2424
|
+
cursor?: string;
|
|
2425
|
+
};
|
|
2426
|
+
export type RecordListReadableQueryDto = LimitOffsetQueryDto & {
|
|
2427
|
+
viewId?: unknown;
|
|
2428
|
+
fields?: string;
|
|
2429
|
+
filters?: string;
|
|
2430
|
+
sorts?: string;
|
|
2431
|
+
groupFields?: string;
|
|
2432
|
+
includeSortFilterFields?: string;
|
|
2433
|
+
applyViewFilters?: string;
|
|
2434
|
+
cursor?: string;
|
|
2275
2435
|
};
|
|
2276
2436
|
export interface RecordMoveDto {
|
|
2277
2437
|
beforeRecordId?: unknown;
|
|
@@ -2323,6 +2483,9 @@ export interface ReorderTablesDto {
|
|
|
2323
2483
|
export interface ReorderViewSortsDto {
|
|
2324
2484
|
sortIds: string[];
|
|
2325
2485
|
}
|
|
2486
|
+
export interface ReorderViewSortsReadableDto {
|
|
2487
|
+
sortIds: string[];
|
|
2488
|
+
}
|
|
2326
2489
|
export interface ReorderWidgetItemDto {
|
|
2327
2490
|
widgetId: unknown;
|
|
2328
2491
|
order: number;
|
|
@@ -2507,11 +2670,23 @@ export interface SelectConfigDto {
|
|
|
2507
2670
|
defaultValue?: string;
|
|
2508
2671
|
options?: (SelectOptionDto)[];
|
|
2509
2672
|
}
|
|
2673
|
+
export interface SelectOptionConfigResponseDto {
|
|
2674
|
+
id: string;
|
|
2675
|
+
label: string;
|
|
2676
|
+
color?: string | null;
|
|
2677
|
+
order?: number | null;
|
|
2678
|
+
}
|
|
2510
2679
|
export interface SelectOptionDto {
|
|
2511
2680
|
id: string;
|
|
2512
2681
|
label: string;
|
|
2513
2682
|
color?: string;
|
|
2514
2683
|
}
|
|
2684
|
+
export interface SelectOptionReadableResponseDto {
|
|
2685
|
+
id: string;
|
|
2686
|
+
label: string;
|
|
2687
|
+
color?: string | null;
|
|
2688
|
+
order?: number | null;
|
|
2689
|
+
}
|
|
2515
2690
|
export interface SemanticSearchByKeyNameDto {
|
|
2516
2691
|
text: string;
|
|
2517
2692
|
fieldKeyName: string;
|
|
@@ -2544,9 +2719,29 @@ export interface SetGroupByItemDto {
|
|
|
2544
2719
|
order?: number | null;
|
|
2545
2720
|
sort?: ViewSortDirection | null;
|
|
2546
2721
|
}
|
|
2722
|
+
export interface SetGroupByReadableDto {
|
|
2723
|
+
items: (SetGroupByReadableItemDto)[];
|
|
2724
|
+
}
|
|
2725
|
+
export interface SetGroupByReadableItemDto {
|
|
2726
|
+
fieldName: string;
|
|
2727
|
+
order?: number | null;
|
|
2728
|
+
sort?: ViewSortDirection | null;
|
|
2729
|
+
}
|
|
2547
2730
|
export interface SetOrdersViewDto {
|
|
2548
2731
|
sorts: (CreateViewSortDto)[];
|
|
2549
2732
|
}
|
|
2733
|
+
export interface SetOrdersViewReadableDto {
|
|
2734
|
+
sorts: (CreateViewSortReadableDto)[];
|
|
2735
|
+
}
|
|
2736
|
+
export interface SortReadableResponseDto {
|
|
2737
|
+
id?: string;
|
|
2738
|
+
viewId?: string;
|
|
2739
|
+
fieldName?: string | null;
|
|
2740
|
+
direction?: string | null;
|
|
2741
|
+
order?: number | null;
|
|
2742
|
+
createdAt?: number | null;
|
|
2743
|
+
updatedAt?: number | null;
|
|
2744
|
+
}
|
|
2550
2745
|
export interface SortResponseDto {
|
|
2551
2746
|
id: string;
|
|
2552
2747
|
viewId: string;
|
|
@@ -2616,6 +2811,16 @@ export type SyncFromSourceDto = CatalogFromSourceDto & {
|
|
|
2616
2811
|
tables?: (ExternalCatalogTableSelectionDto)[];
|
|
2617
2812
|
syncRelations?: boolean;
|
|
2618
2813
|
};
|
|
2814
|
+
export interface TableReadableListResponseDto {
|
|
2815
|
+
list: (TableReadableResponseDto)[];
|
|
2816
|
+
pageInfo: DynamicTablePageInfoResponseDto;
|
|
2817
|
+
}
|
|
2818
|
+
export interface TableReadableResponseDto {
|
|
2819
|
+
name: string;
|
|
2820
|
+
slug: string;
|
|
2821
|
+
description?: string | null;
|
|
2822
|
+
fields?: (FieldReadableResponseDto)[];
|
|
2823
|
+
}
|
|
2619
2824
|
export type TableRecord = Record<string, JsonValue> & {
|
|
2620
2825
|
id?: string | number;
|
|
2621
2826
|
};
|
|
@@ -2644,12 +2849,6 @@ export interface TextConfigDto {
|
|
|
2644
2849
|
defaultValue?: string;
|
|
2645
2850
|
maxLength?: number;
|
|
2646
2851
|
}
|
|
2647
|
-
export type TextWidgetVariableQuerySpecDto = WidgetQuerySpecDto & {
|
|
2648
|
-
modelId: unknown;
|
|
2649
|
-
viewId?: unknown;
|
|
2650
|
-
filters?: WidgetFilterPayloadDto | (WidgetFilterPayloadDto)[];
|
|
2651
|
-
sorts?: (WidgetSortSpecDto)[];
|
|
2652
|
-
};
|
|
2653
2852
|
export interface ToggleSourceEnabledDto {
|
|
2654
2853
|
enabled: boolean;
|
|
2655
2854
|
}
|
|
@@ -2674,6 +2873,10 @@ export type UpdateBarChartWidgetDto = UpdateModelBoundWidgetMutationFieldsDto &
|
|
|
2674
2873
|
config?: CreateBarChartWidgetConfigByTypeDto;
|
|
2675
2874
|
};
|
|
2676
2875
|
export type UpdateBaseDto = Partial<CreateBaseDto>;
|
|
2876
|
+
export interface UpdateBaseLogoDto {
|
|
2877
|
+
logoMime: string;
|
|
2878
|
+
logoSize?: number;
|
|
2879
|
+
}
|
|
2677
2880
|
export type UpdateBaseMemberDto = Partial<AddBaseMemberDto> & {
|
|
2678
2881
|
isActive?: boolean;
|
|
2679
2882
|
deleted?: boolean;
|
|
@@ -2697,6 +2900,7 @@ export interface UpdateByKeyNameFilterDto {
|
|
|
2697
2900
|
dryRun?: JsonValue;
|
|
2698
2901
|
}
|
|
2699
2902
|
export type UpdateCalendarViewDto = Partial<CalendarViewConfigDto>;
|
|
2903
|
+
export type UpdateChartViewDto = Partial<ChartViewConfigSharedDto>;
|
|
2700
2904
|
export interface UpdateCollectionCategoryDto {
|
|
2701
2905
|
name?: string;
|
|
2702
2906
|
description?: unknown | null;
|
|
@@ -2787,7 +2991,9 @@ export type UpdateViewColumnItemDto = UpdateViewColumnDto & {
|
|
|
2787
2991
|
export type UpdateViewDto = Partial<CreateViewDto>;
|
|
2788
2992
|
export type UpdateViewFilterByKeyNameDto = Partial<CreateViewFilterByKeyNameDto>;
|
|
2789
2993
|
export type UpdateViewFilterDto = Partial<CreateViewFilterDto>;
|
|
2994
|
+
export type UpdateViewFilterReadableDto = Partial<CreateViewFilterReadableDto>;
|
|
2790
2995
|
export type UpdateViewSortDto = Partial<CreateViewSortDto>;
|
|
2996
|
+
export type UpdateViewSortReadableDto = Partial<CreateViewSortReadableDto>;
|
|
2791
2997
|
export type UpdateWidgetDto = UpdateWidgetMutationFieldsDto & {
|
|
2792
2998
|
type?: WidgetType;
|
|
2793
2999
|
config?: BarChartWidgetConfigDto | PieChartWidgetConfigDto | LineChartWidgetConfigDto | AreaChartWidgetConfigDto | DonutChartWidgetConfigDto | RadarChartWidgetConfigDto | IframeWidgetConfigDto | MetricWidgetConfigDto | TextWidgetConfigDto | RedaiViewWidgetConfigDto | TableWidgetConfigDto | ListWidgetConfigDto | CalendarWidgetConfigDto | KanbanWidgetConfigDto | MapWidgetConfigDto | ChartWidgetConfigDto;
|
|
@@ -2806,6 +3012,10 @@ export interface UpdateWorkspaceInviteLinkSettingsDto {
|
|
|
2806
3012
|
defaultExpiryDays?: number;
|
|
2807
3013
|
defaultMaxUses?: number;
|
|
2808
3014
|
}
|
|
3015
|
+
export interface UpdateWorkspaceLogoDto {
|
|
3016
|
+
logoMime: string;
|
|
3017
|
+
logoSize?: number;
|
|
3018
|
+
}
|
|
2809
3019
|
export type UpdateWorkspaceMemberDto = Partial<WorkspaceMemberRoleCodeDto> & {
|
|
2810
3020
|
starred?: boolean | null;
|
|
2811
3021
|
hidden?: boolean | null;
|
|
@@ -2856,6 +3066,26 @@ export interface UserUiPreferencesResolvedDto {
|
|
|
2856
3066
|
isValid: boolean;
|
|
2857
3067
|
reason?: unknown | null;
|
|
2858
3068
|
}
|
|
3069
|
+
export interface ViewColumnReadableResponseDto {
|
|
3070
|
+
id?: string;
|
|
3071
|
+
viewId?: string;
|
|
3072
|
+
fieldName?: string;
|
|
3073
|
+
show?: boolean | null;
|
|
3074
|
+
order?: number | null;
|
|
3075
|
+
width?: string | null;
|
|
3076
|
+
align: GridColumnAlign | null;
|
|
3077
|
+
groupBy?: boolean | null;
|
|
3078
|
+
groupByOrder?: number | null;
|
|
3079
|
+
groupBySort?: string | null;
|
|
3080
|
+
aggregation: string | null;
|
|
3081
|
+
label?: string | null;
|
|
3082
|
+
helpText?: string | null;
|
|
3083
|
+
placeholder?: string | null;
|
|
3084
|
+
required?: boolean | null;
|
|
3085
|
+
description?: string | null;
|
|
3086
|
+
createdAt?: number | null;
|
|
3087
|
+
updatedAt?: number | null;
|
|
3088
|
+
}
|
|
2859
3089
|
export interface ViewColumnResponseDto {
|
|
2860
3090
|
id: string;
|
|
2861
3091
|
viewId: string;
|
|
@@ -2997,6 +3227,11 @@ export declare enum WorkspaceJoinRequestStatus {
|
|
|
2997
3227
|
APPROVED = "APPROVED",
|
|
2998
3228
|
REJECTED = "REJECTED"
|
|
2999
3229
|
}
|
|
3230
|
+
export interface WorkspaceLogoUploadResponseDto {
|
|
3231
|
+
id: string;
|
|
3232
|
+
logo: string;
|
|
3233
|
+
logoUploadUrl: string;
|
|
3234
|
+
}
|
|
3000
3235
|
export interface WorkspaceMemberListResponseDto {
|
|
3001
3236
|
list: WorkspaceMemberResponseDto;
|
|
3002
3237
|
pageInfo: WorkspaceMemberPageInfoDto;
|
|
@@ -3063,6 +3298,7 @@ export interface WorkspaceResponseDto {
|
|
|
3063
3298
|
name: string;
|
|
3064
3299
|
slug: string;
|
|
3065
3300
|
description?: string | null;
|
|
3301
|
+
logo?: unknown | null;
|
|
3066
3302
|
settings?: {
|
|
3067
3303
|
[key: string]: unknown;
|
|
3068
3304
|
};
|
|
@@ -3077,6 +3313,7 @@ export declare const FILL_SERIES_UNITS: readonly unknown[];
|
|
|
3077
3313
|
export declare const HEALTH_STATUS_VALUES: readonly unknown[];
|
|
3078
3314
|
export declare const INTERNAL_OPERATION_STATUS_VALUES: readonly unknown[];
|
|
3079
3315
|
export declare const TOKEN_PERMISSION_ACTION_VALUES: readonly unknown[];
|
|
3316
|
+
export type A = unknown;
|
|
3080
3317
|
export type APIS_CREATED = unknown;
|
|
3081
3318
|
export type ATTACHMENT_UPLOAD = unknown;
|
|
3082
3319
|
export type BASE_DUPLICATE_COMPLETE = unknown;
|
|
@@ -3089,6 +3326,7 @@ export type COLUMN_DUPLICATE_COMPLETE = unknown;
|
|
|
3089
3326
|
export type COLUMN_DUPLICATE_FAIL = unknown;
|
|
3090
3327
|
export type COLUMN_DUPLICATE_START = unknown;
|
|
3091
3328
|
export type COLUMN_UPDATE = unknown;
|
|
3329
|
+
export type CONVERSATION_ID = unknown;
|
|
3092
3330
|
export type DASHBOARD_DUPLICATE_COMPLETE = unknown;
|
|
3093
3331
|
export type DASHBOARD_DUPLICATE_FAIL = unknown;
|
|
3094
3332
|
export type DASHBOARD_DUPLICATE_START = unknown;
|
|
@@ -3101,6 +3339,8 @@ export type EXTENSION_CREATE = unknown;
|
|
|
3101
3339
|
export type EXTENSION_DELETE = unknown;
|
|
3102
3340
|
export type EXTENSION_UPDATE = unknown;
|
|
3103
3341
|
export type EXTERNAL = unknown;
|
|
3342
|
+
export type F15 = unknown;
|
|
3343
|
+
export type FE = unknown;
|
|
3104
3344
|
export type FIELD_EDIT = unknown;
|
|
3105
3345
|
export type FIELD_VIEW = unknown;
|
|
3106
3346
|
export type FILTER_CREATE = unknown;
|
|
@@ -3131,6 +3371,7 @@ export type MAP_CREATE = unknown;
|
|
|
3131
3371
|
export type MAP_DELETE = unknown;
|
|
3132
3372
|
export type MAP_UPDATE = unknown;
|
|
3133
3373
|
export type META_DIFF_SYNC = unknown;
|
|
3374
|
+
export type Null = unknown;
|
|
3134
3375
|
export type ORG_API_TOKEN_CREATE = unknown;
|
|
3135
3376
|
export type ORG_API_TOKEN_DELETE = unknown;
|
|
3136
3377
|
export type ORG_API_TOKEN_UPDATE = unknown;
|
|
@@ -3145,6 +3386,7 @@ export type PROJECT_INVITE = unknown;
|
|
|
3145
3386
|
export type PROJECT_USER_DELETE = unknown;
|
|
3146
3387
|
export type PROJECT_USER_RESEND_INVITE = unknown;
|
|
3147
3388
|
export type PROJECT_USER_UPDATE = unknown;
|
|
3389
|
+
export type REDAI_CLI = unknown;
|
|
3148
3390
|
export type RELATION_CREATE = unknown;
|
|
3149
3391
|
export type RELATION_DELETE = unknown;
|
|
3150
3392
|
export type REVOKED = unknown;
|
|
@@ -3256,6 +3498,9 @@ export interface ApiTokensUpdateApiTokenParams {
|
|
|
3256
3498
|
tokenId: string;
|
|
3257
3499
|
body: UpdateApiTokenDto;
|
|
3258
3500
|
}
|
|
3501
|
+
export interface AttachmentsBulkResolveParams {
|
|
3502
|
+
body: AttachmentBulkResolveDto;
|
|
3503
|
+
}
|
|
3259
3504
|
export interface AttachmentsCreatePresignedUrlParams {
|
|
3260
3505
|
body: CreatePresignedUrlDto;
|
|
3261
3506
|
}
|
|
@@ -3314,6 +3559,10 @@ export interface BasesListBasesParams {
|
|
|
3314
3559
|
export interface BasesListMyBasesParams {
|
|
3315
3560
|
query?: ListBasesQueryDto;
|
|
3316
3561
|
}
|
|
3562
|
+
export interface BasesUpdateBaseLogoParams {
|
|
3563
|
+
id: string;
|
|
3564
|
+
body: UpdateBaseLogoDto;
|
|
3565
|
+
}
|
|
3317
3566
|
export interface BasesUpdateBaseParams {
|
|
3318
3567
|
id: string;
|
|
3319
3568
|
body: UpdateBaseDto;
|
|
@@ -3362,6 +3611,17 @@ export interface ChartDataGetChartDataParams {
|
|
|
3362
3611
|
tableId: string;
|
|
3363
3612
|
body: AdHocChartWidgetConfigDto;
|
|
3364
3613
|
}
|
|
3614
|
+
export interface ChartsCreateChartViewParams {
|
|
3615
|
+
tableId: string;
|
|
3616
|
+
body: CreateChartViewDto;
|
|
3617
|
+
}
|
|
3618
|
+
export interface ChartsGetChartViewParams {
|
|
3619
|
+
chartViewId: string;
|
|
3620
|
+
}
|
|
3621
|
+
export interface ChartsUpdateChartViewParams {
|
|
3622
|
+
chartViewId: string;
|
|
3623
|
+
body: UpdateChartViewDto;
|
|
3624
|
+
}
|
|
3365
3625
|
export interface ChartViewsGetChartViewDataParams {
|
|
3366
3626
|
viewId: string;
|
|
3367
3627
|
}
|
|
@@ -3426,6 +3686,10 @@ export interface ColumnsCreateOrUpdateFormulaColumnParams {
|
|
|
3426
3686
|
tableId: string;
|
|
3427
3687
|
body: CreateOrUpdateFormulaColumnDto;
|
|
3428
3688
|
}
|
|
3689
|
+
export interface ColumnsCreateOrUpdateGeoDataColumnParams {
|
|
3690
|
+
tableId: string;
|
|
3691
|
+
body: CreateOrUpdateGeoDataColumnDto;
|
|
3692
|
+
}
|
|
3429
3693
|
export interface ColumnsCreateOrUpdateLongTextColumnParams {
|
|
3430
3694
|
tableId: string;
|
|
3431
3695
|
body: CreateOrUpdateLongTextColumnDto;
|
|
@@ -3871,6 +4135,38 @@ export interface DataTableMutationsUpsertByKeyParams {
|
|
|
3871
4135
|
tableId: string;
|
|
3872
4136
|
body: BulkUpsertByKeyDto;
|
|
3873
4137
|
}
|
|
4138
|
+
export interface DataTableReadableAggregateRecordsParams {
|
|
4139
|
+
tableId: string;
|
|
4140
|
+
query?: RecordAggregateReadableQueryDto;
|
|
4141
|
+
}
|
|
4142
|
+
export interface DataTableReadableCountRecordsParams {
|
|
4143
|
+
tableId: string;
|
|
4144
|
+
query?: RecordListReadableQueryDto;
|
|
4145
|
+
}
|
|
4146
|
+
export interface DataTableReadableGroupByParams {
|
|
4147
|
+
tableId: string;
|
|
4148
|
+
query?: RecordListReadableQueryDto;
|
|
4149
|
+
}
|
|
4150
|
+
export interface DataTableReadableListGroupedBucketsParams {
|
|
4151
|
+
tableId: string;
|
|
4152
|
+
query?: RecordListReadableQueryDto & {
|
|
4153
|
+
path?: string;
|
|
4154
|
+
};
|
|
4155
|
+
}
|
|
4156
|
+
export interface DataTableReadableListGroupedRecordsParams {
|
|
4157
|
+
tableId: string;
|
|
4158
|
+
query?: RecordListReadableQueryDto & {
|
|
4159
|
+
path?: string;
|
|
4160
|
+
};
|
|
4161
|
+
}
|
|
4162
|
+
export interface DataTableReadableListRecordsNoViewFilterParams {
|
|
4163
|
+
tableId: string;
|
|
4164
|
+
query?: RecordListReadableQueryDto;
|
|
4165
|
+
}
|
|
4166
|
+
export interface DataTableReadableListRecordsParams {
|
|
4167
|
+
tableId: string;
|
|
4168
|
+
query?: RecordListReadableQueryDto;
|
|
4169
|
+
}
|
|
3874
4170
|
export interface DataTableSemanticSearchParams {
|
|
3875
4171
|
tableId: string;
|
|
3876
4172
|
body: SemanticSearchDto;
|
|
@@ -3997,6 +4293,26 @@ export interface FiltersListChildrenParams {
|
|
|
3997
4293
|
export interface FiltersListFiltersParams {
|
|
3998
4294
|
viewId: string;
|
|
3999
4295
|
}
|
|
4296
|
+
export interface FiltersReadableCreateFilterParams {
|
|
4297
|
+
viewId: string;
|
|
4298
|
+
body: CreateViewFilterReadableDto;
|
|
4299
|
+
}
|
|
4300
|
+
export interface FiltersReadableDeleteFilterParams {
|
|
4301
|
+
filterId: string;
|
|
4302
|
+
}
|
|
4303
|
+
export interface FiltersReadableGetFilterParams {
|
|
4304
|
+
filterId: string;
|
|
4305
|
+
}
|
|
4306
|
+
export interface FiltersReadableListChildrenParams {
|
|
4307
|
+
filterId: string;
|
|
4308
|
+
}
|
|
4309
|
+
export interface FiltersReadableListFiltersParams {
|
|
4310
|
+
viewId: string;
|
|
4311
|
+
}
|
|
4312
|
+
export interface FiltersReadableUpdateFilterParams {
|
|
4313
|
+
filterId: string;
|
|
4314
|
+
body: UpdateViewFilterReadableDto;
|
|
4315
|
+
}
|
|
4000
4316
|
export interface FiltersSetFiltersViewParams {
|
|
4001
4317
|
viewId: string;
|
|
4002
4318
|
body: SetFiltersViewDto;
|
|
@@ -4043,6 +4359,10 @@ export interface GridsUpdateGridViewParams {
|
|
|
4043
4359
|
viewId: string;
|
|
4044
4360
|
body: UpdateGridViewDto;
|
|
4045
4361
|
}
|
|
4362
|
+
export interface GroupByReadableSetGroupByParams {
|
|
4363
|
+
viewId: string;
|
|
4364
|
+
body: SetGroupByReadableDto;
|
|
4365
|
+
}
|
|
4046
4366
|
export interface GroupBySetGroupByParams {
|
|
4047
4367
|
viewId: string;
|
|
4048
4368
|
body: SetGroupByDto;
|
|
@@ -4328,6 +4648,31 @@ export interface SortsGetSortParams {
|
|
|
4328
4648
|
export interface SortsListSortsParams {
|
|
4329
4649
|
viewId: string;
|
|
4330
4650
|
}
|
|
4651
|
+
export interface SortsReadableCreateSortParams {
|
|
4652
|
+
viewId: string;
|
|
4653
|
+
body: CreateViewSortReadableDto;
|
|
4654
|
+
}
|
|
4655
|
+
export interface SortsReadableDeleteSortParams {
|
|
4656
|
+
sortId: string;
|
|
4657
|
+
}
|
|
4658
|
+
export interface SortsReadableGetSortParams {
|
|
4659
|
+
sortId: string;
|
|
4660
|
+
}
|
|
4661
|
+
export interface SortsReadableListSortsParams {
|
|
4662
|
+
viewId: string;
|
|
4663
|
+
}
|
|
4664
|
+
export interface SortsReadableReorderSortsParams {
|
|
4665
|
+
viewId: string;
|
|
4666
|
+
body: ReorderViewSortsReadableDto;
|
|
4667
|
+
}
|
|
4668
|
+
export interface SortsReadableSetOrdersViewParams {
|
|
4669
|
+
viewId: string;
|
|
4670
|
+
body: SetOrdersViewReadableDto;
|
|
4671
|
+
}
|
|
4672
|
+
export interface SortsReadableUpdateSortParams {
|
|
4673
|
+
sortId: string;
|
|
4674
|
+
body: UpdateViewSortReadableDto;
|
|
4675
|
+
}
|
|
4331
4676
|
export interface SortsReorderSortsParams {
|
|
4332
4677
|
viewId: string;
|
|
4333
4678
|
body: ReorderViewSortsDto;
|
|
@@ -4431,6 +4776,13 @@ export interface TablesMarketplaceArtifactExportExportMarketplaceArtifactParams
|
|
|
4431
4776
|
tableId: string;
|
|
4432
4777
|
body: ExportDynamicTableMarketplaceArtifactDto;
|
|
4433
4778
|
}
|
|
4779
|
+
export interface TablesReadableGetTableParams {
|
|
4780
|
+
tableId: string;
|
|
4781
|
+
query?: ListTablesQueryDto;
|
|
4782
|
+
}
|
|
4783
|
+
export interface TablesReadableListTablesParams {
|
|
4784
|
+
query?: ListTablesQueryDto;
|
|
4785
|
+
}
|
|
4434
4786
|
export interface TablesReorderTablesParams {
|
|
4435
4787
|
tableId: string;
|
|
4436
4788
|
body: ReorderTablesDto;
|
|
@@ -4628,6 +4980,10 @@ export interface WorkspacesGetWorkspaceParams {
|
|
|
4628
4980
|
export interface WorkspacesListWorkspacesParams {
|
|
4629
4981
|
query?: ListWorkspacesQueryDto;
|
|
4630
4982
|
}
|
|
4983
|
+
export interface WorkspacesUpdateWorkspaceLogoParams {
|
|
4984
|
+
id: string;
|
|
4985
|
+
body: UpdateWorkspaceLogoDto;
|
|
4986
|
+
}
|
|
4631
4987
|
export interface WorkspacesUpdateWorkspaceParams {
|
|
4632
4988
|
id: string;
|
|
4633
4989
|
body: UpdateWorkspaceDto;
|