@redonvn/redai-backend-api-sdk 0.5.85 → 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/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 +12 -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 +3 -0
- 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/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/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 +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/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 +304 -6
- 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 +62 -9
- package/dist/esm/generated/shared-types.d.ts.map +1 -1
- package/dist/esm/generated/shared-types.js +3 -0
- 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,6 +1,6 @@
|
|
|
1
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, 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';
|
|
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;
|
|
@@ -641,6 +651,10 @@ export interface ChartViewConfigSharedDto {
|
|
|
641
651
|
export interface ChartViewDetailResponseDto {
|
|
642
652
|
config: ChartViewConfigDto;
|
|
643
653
|
}
|
|
654
|
+
export interface ColumnResponseConfigDto {
|
|
655
|
+
defaultValue?: JsonValue;
|
|
656
|
+
options?: (SelectOptionConfigResponseDto)[];
|
|
657
|
+
}
|
|
644
658
|
export interface CommandPaletteItemResponseDto {
|
|
645
659
|
type: 'table' | 'view' | 'action';
|
|
646
660
|
id: string;
|
|
@@ -760,7 +774,7 @@ export type CreateCalendarViewDto = CreateViewDto & {
|
|
|
760
774
|
ranges?: CalendarViewRangeDto[];
|
|
761
775
|
};
|
|
762
776
|
export type CreateChartViewDto = CreateViewDto & {
|
|
763
|
-
chartType
|
|
777
|
+
chartType?: ChartType;
|
|
764
778
|
xAxisFieldId?: unknown;
|
|
765
779
|
breakdownFieldId?: unknown;
|
|
766
780
|
pointXFieldId?: unknown;
|
|
@@ -773,7 +787,7 @@ export type CreateChartViewDto = CreateViewDto & {
|
|
|
773
787
|
display?: {
|
|
774
788
|
[key: string]: unknown;
|
|
775
789
|
};
|
|
776
|
-
measures
|
|
790
|
+
measures?: (ChartViewMeasureConfigDto)[];
|
|
777
791
|
};
|
|
778
792
|
export interface CreateCollectionCategoryDto {
|
|
779
793
|
name: string;
|
|
@@ -858,7 +872,7 @@ export interface CreateHookFullDto {
|
|
|
858
872
|
mode?: HookFullMutationMode;
|
|
859
873
|
hookId?: string;
|
|
860
874
|
hook: CreateHookDto;
|
|
861
|
-
filters?: HookFilterTreeNodeDto;
|
|
875
|
+
filters?: HookFilterTreeNodeDto | (HookFilterTreeNodeDto)[];
|
|
862
876
|
scheduledHook?: CreateScheduledHookInlineDto;
|
|
863
877
|
}
|
|
864
878
|
export interface CreateHookFullResponseDto {
|
|
@@ -1292,12 +1306,28 @@ export interface CreateViewFilterDto {
|
|
|
1292
1306
|
logicalOp?: FilterLogicalOp | null;
|
|
1293
1307
|
order?: number | null;
|
|
1294
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
|
+
}
|
|
1295
1319
|
export interface CreateViewSortDto {
|
|
1296
1320
|
fieldId: string;
|
|
1297
1321
|
direction?: ViewSortDirection;
|
|
1298
1322
|
order?: number | null;
|
|
1299
1323
|
pushToTop?: boolean;
|
|
1300
1324
|
}
|
|
1325
|
+
export interface CreateViewSortReadableDto {
|
|
1326
|
+
fieldName: string;
|
|
1327
|
+
direction?: ViewSortDirection;
|
|
1328
|
+
order?: number | null;
|
|
1329
|
+
pushToTop?: boolean;
|
|
1330
|
+
}
|
|
1301
1331
|
export type CreateWidgetDto = WidgetMutationFieldsDto & {
|
|
1302
1332
|
type: WidgetType;
|
|
1303
1333
|
config?: BarChartWidgetConfigDto | PieChartWidgetConfigDto | LineChartWidgetConfigDto | AreaChartWidgetConfigDto | DonutChartWidgetConfigDto | RadarChartWidgetConfigDto | IframeWidgetConfigDto | MetricWidgetConfigDto | TextWidgetConfigDto | RedaiViewWidgetConfigDto | TableWidgetConfigDto | ListWidgetConfigDto | CalendarWidgetConfigDto | KanbanWidgetConfigDto | MapWidgetConfigDto | ChartWidgetConfigDto;
|
|
@@ -1405,12 +1435,52 @@ export interface DynamicTableMarketplaceArtifactUpdateResponseDto {
|
|
|
1405
1435
|
export interface DynamicTableMutationUpdatedCountResponseDto {
|
|
1406
1436
|
updated: number;
|
|
1407
1437
|
}
|
|
1438
|
+
export interface DynamicTablePageInfoResponseDto {
|
|
1439
|
+
totalRows: number;
|
|
1440
|
+
page: number;
|
|
1441
|
+
pageSize: number;
|
|
1442
|
+
isFirstPage: boolean;
|
|
1443
|
+
isLastPage: boolean;
|
|
1444
|
+
offset: number;
|
|
1445
|
+
}
|
|
1408
1446
|
export interface DynamicTablePermissionsResponseDto {
|
|
1409
1447
|
userId?: unknown | null;
|
|
1410
1448
|
email?: unknown | null;
|
|
1411
1449
|
roles: (string)[];
|
|
1412
1450
|
isApiToken: boolean;
|
|
1413
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
|
+
}
|
|
1414
1484
|
export interface DynamicTableRelationIdsResponseDto {
|
|
1415
1485
|
refRowIds: (string)[];
|
|
1416
1486
|
}
|
|
@@ -1599,6 +1669,14 @@ export interface ExternalSourceSyncResponseDto {
|
|
|
1599
1669
|
updatedRelations: (string)[];
|
|
1600
1670
|
skippedObjects: (string)[];
|
|
1601
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
|
+
}
|
|
1602
1680
|
export type FieldRefWithTableDto = RelationFieldRefDto & {
|
|
1603
1681
|
tableClientKey?: string;
|
|
1604
1682
|
};
|
|
@@ -1671,9 +1749,25 @@ export interface FilterPresetResponseDto {
|
|
|
1671
1749
|
createdAt?: unknown | null;
|
|
1672
1750
|
updatedAt?: unknown | null;
|
|
1673
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
|
+
}
|
|
1674
1768
|
export interface FormulaConfigDto {
|
|
1675
1769
|
formulaExpression: string;
|
|
1676
|
-
outputType?: 'number' | 'text' | 'date' | 'boolean';
|
|
1770
|
+
outputType?: 'number' | 'text' | 'date' | 'datetime' | 'boolean';
|
|
1677
1771
|
}
|
|
1678
1772
|
export interface FormViewConfigDto {
|
|
1679
1773
|
heading?: string | null;
|
|
@@ -1715,6 +1809,8 @@ export type GalleryListResult = {
|
|
|
1715
1809
|
limit: number;
|
|
1716
1810
|
offset: number;
|
|
1717
1811
|
total: number;
|
|
1812
|
+
/** F15-C: opaque cursor cho next page khi caller dùng cursor mode. */
|
|
1813
|
+
nextCursor?: string | null;
|
|
1718
1814
|
};
|
|
1719
1815
|
meta: {
|
|
1720
1816
|
coverImageFieldId: string | null;
|
|
@@ -2116,6 +2212,7 @@ export interface ListDashboardsQueryDto {
|
|
|
2116
2212
|
}
|
|
2117
2213
|
export type ListDynamicTableMarketplaceArtifactsQueryDto = PaginationQueryDto & {
|
|
2118
2214
|
sourceSysTableId?: string;
|
|
2215
|
+
sourceId?: string;
|
|
2119
2216
|
};
|
|
2120
2217
|
export type ListFilterPresetsQueryDto = PaginationQueryDto;
|
|
2121
2218
|
export type ListHookLogsQueryDto = PaginationQueryDto & {
|
|
@@ -2292,6 +2389,9 @@ export interface RatingConfigDto {
|
|
|
2292
2389
|
export type RecordAggregateByKeyNameQueryDto = RecordListByKeyNameQueryDto & {
|
|
2293
2390
|
aggregations?: string;
|
|
2294
2391
|
};
|
|
2392
|
+
export type RecordAggregateReadableQueryDto = RecordListReadableQueryDto & {
|
|
2393
|
+
aggregations?: string;
|
|
2394
|
+
};
|
|
2295
2395
|
export type RecordAuditQueryDto = PaginationQueryDto;
|
|
2296
2396
|
export type RecordIdPayload = {
|
|
2297
2397
|
id: string | number;
|
|
@@ -2302,6 +2402,7 @@ export type RecordListByKeyNameNoViewFilterQueryDto = LimitOffsetQueryDto & {
|
|
|
2302
2402
|
filters?: string;
|
|
2303
2403
|
sorts?: string;
|
|
2304
2404
|
includeSortFilterFields?: string;
|
|
2405
|
+
cursor?: string;
|
|
2305
2406
|
};
|
|
2306
2407
|
export type RecordListByKeyNameQueryDto = LimitOffsetQueryDto & {
|
|
2307
2408
|
viewId?: unknown;
|
|
@@ -2311,6 +2412,7 @@ export type RecordListByKeyNameQueryDto = LimitOffsetQueryDto & {
|
|
|
2311
2412
|
groupFields?: string;
|
|
2312
2413
|
includeSortFilterFields?: string;
|
|
2313
2414
|
applyViewFilters?: string;
|
|
2415
|
+
cursor?: string;
|
|
2314
2416
|
};
|
|
2315
2417
|
export type RecordListNoViewFilterQueryDto = LimitOffsetQueryDto & {
|
|
2316
2418
|
viewId?: unknown;
|
|
@@ -2319,6 +2421,17 @@ export type RecordListNoViewFilterQueryDto = LimitOffsetQueryDto & {
|
|
|
2319
2421
|
sorts?: string;
|
|
2320
2422
|
includeSortFilterFields?: string;
|
|
2321
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;
|
|
2322
2435
|
};
|
|
2323
2436
|
export interface RecordMoveDto {
|
|
2324
2437
|
beforeRecordId?: unknown;
|
|
@@ -2370,6 +2483,9 @@ export interface ReorderTablesDto {
|
|
|
2370
2483
|
export interface ReorderViewSortsDto {
|
|
2371
2484
|
sortIds: string[];
|
|
2372
2485
|
}
|
|
2486
|
+
export interface ReorderViewSortsReadableDto {
|
|
2487
|
+
sortIds: string[];
|
|
2488
|
+
}
|
|
2373
2489
|
export interface ReorderWidgetItemDto {
|
|
2374
2490
|
widgetId: unknown;
|
|
2375
2491
|
order: number;
|
|
@@ -2554,11 +2670,23 @@ export interface SelectConfigDto {
|
|
|
2554
2670
|
defaultValue?: string;
|
|
2555
2671
|
options?: (SelectOptionDto)[];
|
|
2556
2672
|
}
|
|
2673
|
+
export interface SelectOptionConfigResponseDto {
|
|
2674
|
+
id: string;
|
|
2675
|
+
label: string;
|
|
2676
|
+
color?: string | null;
|
|
2677
|
+
order?: number | null;
|
|
2678
|
+
}
|
|
2557
2679
|
export interface SelectOptionDto {
|
|
2558
2680
|
id: string;
|
|
2559
2681
|
label: string;
|
|
2560
2682
|
color?: string;
|
|
2561
2683
|
}
|
|
2684
|
+
export interface SelectOptionReadableResponseDto {
|
|
2685
|
+
id: string;
|
|
2686
|
+
label: string;
|
|
2687
|
+
color?: string | null;
|
|
2688
|
+
order?: number | null;
|
|
2689
|
+
}
|
|
2562
2690
|
export interface SemanticSearchByKeyNameDto {
|
|
2563
2691
|
text: string;
|
|
2564
2692
|
fieldKeyName: string;
|
|
@@ -2591,9 +2719,29 @@ export interface SetGroupByItemDto {
|
|
|
2591
2719
|
order?: number | null;
|
|
2592
2720
|
sort?: ViewSortDirection | null;
|
|
2593
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
|
+
}
|
|
2594
2730
|
export interface SetOrdersViewDto {
|
|
2595
2731
|
sorts: (CreateViewSortDto)[];
|
|
2596
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
|
+
}
|
|
2597
2745
|
export interface SortResponseDto {
|
|
2598
2746
|
id: string;
|
|
2599
2747
|
viewId: string;
|
|
@@ -2663,6 +2811,16 @@ export type SyncFromSourceDto = CatalogFromSourceDto & {
|
|
|
2663
2811
|
tables?: (ExternalCatalogTableSelectionDto)[];
|
|
2664
2812
|
syncRelations?: boolean;
|
|
2665
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
|
+
}
|
|
2666
2824
|
export type TableRecord = Record<string, JsonValue> & {
|
|
2667
2825
|
id?: string | number;
|
|
2668
2826
|
};
|
|
@@ -2715,6 +2873,10 @@ export type UpdateBarChartWidgetDto = UpdateModelBoundWidgetMutationFieldsDto &
|
|
|
2715
2873
|
config?: CreateBarChartWidgetConfigByTypeDto;
|
|
2716
2874
|
};
|
|
2717
2875
|
export type UpdateBaseDto = Partial<CreateBaseDto>;
|
|
2876
|
+
export interface UpdateBaseLogoDto {
|
|
2877
|
+
logoMime: string;
|
|
2878
|
+
logoSize?: number;
|
|
2879
|
+
}
|
|
2718
2880
|
export type UpdateBaseMemberDto = Partial<AddBaseMemberDto> & {
|
|
2719
2881
|
isActive?: boolean;
|
|
2720
2882
|
deleted?: boolean;
|
|
@@ -2829,7 +2991,9 @@ export type UpdateViewColumnItemDto = UpdateViewColumnDto & {
|
|
|
2829
2991
|
export type UpdateViewDto = Partial<CreateViewDto>;
|
|
2830
2992
|
export type UpdateViewFilterByKeyNameDto = Partial<CreateViewFilterByKeyNameDto>;
|
|
2831
2993
|
export type UpdateViewFilterDto = Partial<CreateViewFilterDto>;
|
|
2994
|
+
export type UpdateViewFilterReadableDto = Partial<CreateViewFilterReadableDto>;
|
|
2832
2995
|
export type UpdateViewSortDto = Partial<CreateViewSortDto>;
|
|
2996
|
+
export type UpdateViewSortReadableDto = Partial<CreateViewSortReadableDto>;
|
|
2833
2997
|
export type UpdateWidgetDto = UpdateWidgetMutationFieldsDto & {
|
|
2834
2998
|
type?: WidgetType;
|
|
2835
2999
|
config?: BarChartWidgetConfigDto | PieChartWidgetConfigDto | LineChartWidgetConfigDto | AreaChartWidgetConfigDto | DonutChartWidgetConfigDto | RadarChartWidgetConfigDto | IframeWidgetConfigDto | MetricWidgetConfigDto | TextWidgetConfigDto | RedaiViewWidgetConfigDto | TableWidgetConfigDto | ListWidgetConfigDto | CalendarWidgetConfigDto | KanbanWidgetConfigDto | MapWidgetConfigDto | ChartWidgetConfigDto;
|
|
@@ -2848,6 +3012,10 @@ export interface UpdateWorkspaceInviteLinkSettingsDto {
|
|
|
2848
3012
|
defaultExpiryDays?: number;
|
|
2849
3013
|
defaultMaxUses?: number;
|
|
2850
3014
|
}
|
|
3015
|
+
export interface UpdateWorkspaceLogoDto {
|
|
3016
|
+
logoMime: string;
|
|
3017
|
+
logoSize?: number;
|
|
3018
|
+
}
|
|
2851
3019
|
export type UpdateWorkspaceMemberDto = Partial<WorkspaceMemberRoleCodeDto> & {
|
|
2852
3020
|
starred?: boolean | null;
|
|
2853
3021
|
hidden?: boolean | null;
|
|
@@ -2898,6 +3066,26 @@ export interface UserUiPreferencesResolvedDto {
|
|
|
2898
3066
|
isValid: boolean;
|
|
2899
3067
|
reason?: unknown | null;
|
|
2900
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
|
+
}
|
|
2901
3089
|
export interface ViewColumnResponseDto {
|
|
2902
3090
|
id: string;
|
|
2903
3091
|
viewId: string;
|
|
@@ -3039,6 +3227,11 @@ export declare enum WorkspaceJoinRequestStatus {
|
|
|
3039
3227
|
APPROVED = "APPROVED",
|
|
3040
3228
|
REJECTED = "REJECTED"
|
|
3041
3229
|
}
|
|
3230
|
+
export interface WorkspaceLogoUploadResponseDto {
|
|
3231
|
+
id: string;
|
|
3232
|
+
logo: string;
|
|
3233
|
+
logoUploadUrl: string;
|
|
3234
|
+
}
|
|
3042
3235
|
export interface WorkspaceMemberListResponseDto {
|
|
3043
3236
|
list: WorkspaceMemberResponseDto;
|
|
3044
3237
|
pageInfo: WorkspaceMemberPageInfoDto;
|
|
@@ -3105,6 +3298,7 @@ export interface WorkspaceResponseDto {
|
|
|
3105
3298
|
name: string;
|
|
3106
3299
|
slug: string;
|
|
3107
3300
|
description?: string | null;
|
|
3301
|
+
logo?: unknown | null;
|
|
3108
3302
|
settings?: {
|
|
3109
3303
|
[key: string]: unknown;
|
|
3110
3304
|
};
|
|
@@ -3119,6 +3313,7 @@ export declare const FILL_SERIES_UNITS: readonly unknown[];
|
|
|
3119
3313
|
export declare const HEALTH_STATUS_VALUES: readonly unknown[];
|
|
3120
3314
|
export declare const INTERNAL_OPERATION_STATUS_VALUES: readonly unknown[];
|
|
3121
3315
|
export declare const TOKEN_PERMISSION_ACTION_VALUES: readonly unknown[];
|
|
3316
|
+
export type A = unknown;
|
|
3122
3317
|
export type APIS_CREATED = unknown;
|
|
3123
3318
|
export type ATTACHMENT_UPLOAD = unknown;
|
|
3124
3319
|
export type BASE_DUPLICATE_COMPLETE = unknown;
|
|
@@ -3131,6 +3326,7 @@ export type COLUMN_DUPLICATE_COMPLETE = unknown;
|
|
|
3131
3326
|
export type COLUMN_DUPLICATE_FAIL = unknown;
|
|
3132
3327
|
export type COLUMN_DUPLICATE_START = unknown;
|
|
3133
3328
|
export type COLUMN_UPDATE = unknown;
|
|
3329
|
+
export type CONVERSATION_ID = unknown;
|
|
3134
3330
|
export type DASHBOARD_DUPLICATE_COMPLETE = unknown;
|
|
3135
3331
|
export type DASHBOARD_DUPLICATE_FAIL = unknown;
|
|
3136
3332
|
export type DASHBOARD_DUPLICATE_START = unknown;
|
|
@@ -3143,6 +3339,8 @@ export type EXTENSION_CREATE = unknown;
|
|
|
3143
3339
|
export type EXTENSION_DELETE = unknown;
|
|
3144
3340
|
export type EXTENSION_UPDATE = unknown;
|
|
3145
3341
|
export type EXTERNAL = unknown;
|
|
3342
|
+
export type F15 = unknown;
|
|
3343
|
+
export type FE = unknown;
|
|
3146
3344
|
export type FIELD_EDIT = unknown;
|
|
3147
3345
|
export type FIELD_VIEW = unknown;
|
|
3148
3346
|
export type FILTER_CREATE = unknown;
|
|
@@ -3158,7 +3356,6 @@ export type GALLERY_CREATE = unknown;
|
|
|
3158
3356
|
export type GALLERY_DELETE = unknown;
|
|
3159
3357
|
export type GALLERY_DUPLICATE = unknown;
|
|
3160
3358
|
export type GALLERY_UPDATE = unknown;
|
|
3161
|
-
export type GEO_DATA = unknown;
|
|
3162
3359
|
export type GRID_COLUMN_UPDATE = unknown;
|
|
3163
3360
|
export type GRID_CREATE = unknown;
|
|
3164
3361
|
export type GRID_DELETE = unknown;
|
|
@@ -3174,6 +3371,7 @@ export type MAP_CREATE = unknown;
|
|
|
3174
3371
|
export type MAP_DELETE = unknown;
|
|
3175
3372
|
export type MAP_UPDATE = unknown;
|
|
3176
3373
|
export type META_DIFF_SYNC = unknown;
|
|
3374
|
+
export type Null = unknown;
|
|
3177
3375
|
export type ORG_API_TOKEN_CREATE = unknown;
|
|
3178
3376
|
export type ORG_API_TOKEN_DELETE = unknown;
|
|
3179
3377
|
export type ORG_API_TOKEN_UPDATE = unknown;
|
|
@@ -3188,6 +3386,7 @@ export type PROJECT_INVITE = unknown;
|
|
|
3188
3386
|
export type PROJECT_USER_DELETE = unknown;
|
|
3189
3387
|
export type PROJECT_USER_RESEND_INVITE = unknown;
|
|
3190
3388
|
export type PROJECT_USER_UPDATE = unknown;
|
|
3389
|
+
export type REDAI_CLI = unknown;
|
|
3191
3390
|
export type RELATION_CREATE = unknown;
|
|
3192
3391
|
export type RELATION_DELETE = unknown;
|
|
3193
3392
|
export type REVOKED = unknown;
|
|
@@ -3299,6 +3498,9 @@ export interface ApiTokensUpdateApiTokenParams {
|
|
|
3299
3498
|
tokenId: string;
|
|
3300
3499
|
body: UpdateApiTokenDto;
|
|
3301
3500
|
}
|
|
3501
|
+
export interface AttachmentsBulkResolveParams {
|
|
3502
|
+
body: AttachmentBulkResolveDto;
|
|
3503
|
+
}
|
|
3302
3504
|
export interface AttachmentsCreatePresignedUrlParams {
|
|
3303
3505
|
body: CreatePresignedUrlDto;
|
|
3304
3506
|
}
|
|
@@ -3357,6 +3559,10 @@ export interface BasesListBasesParams {
|
|
|
3357
3559
|
export interface BasesListMyBasesParams {
|
|
3358
3560
|
query?: ListBasesQueryDto;
|
|
3359
3561
|
}
|
|
3562
|
+
export interface BasesUpdateBaseLogoParams {
|
|
3563
|
+
id: string;
|
|
3564
|
+
body: UpdateBaseLogoDto;
|
|
3565
|
+
}
|
|
3360
3566
|
export interface BasesUpdateBaseParams {
|
|
3361
3567
|
id: string;
|
|
3362
3568
|
body: UpdateBaseDto;
|
|
@@ -3929,6 +4135,38 @@ export interface DataTableMutationsUpsertByKeyParams {
|
|
|
3929
4135
|
tableId: string;
|
|
3930
4136
|
body: BulkUpsertByKeyDto;
|
|
3931
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
|
+
}
|
|
3932
4170
|
export interface DataTableSemanticSearchParams {
|
|
3933
4171
|
tableId: string;
|
|
3934
4172
|
body: SemanticSearchDto;
|
|
@@ -4055,6 +4293,26 @@ export interface FiltersListChildrenParams {
|
|
|
4055
4293
|
export interface FiltersListFiltersParams {
|
|
4056
4294
|
viewId: string;
|
|
4057
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
|
+
}
|
|
4058
4316
|
export interface FiltersSetFiltersViewParams {
|
|
4059
4317
|
viewId: string;
|
|
4060
4318
|
body: SetFiltersViewDto;
|
|
@@ -4101,6 +4359,10 @@ export interface GridsUpdateGridViewParams {
|
|
|
4101
4359
|
viewId: string;
|
|
4102
4360
|
body: UpdateGridViewDto;
|
|
4103
4361
|
}
|
|
4362
|
+
export interface GroupByReadableSetGroupByParams {
|
|
4363
|
+
viewId: string;
|
|
4364
|
+
body: SetGroupByReadableDto;
|
|
4365
|
+
}
|
|
4104
4366
|
export interface GroupBySetGroupByParams {
|
|
4105
4367
|
viewId: string;
|
|
4106
4368
|
body: SetGroupByDto;
|
|
@@ -4386,6 +4648,31 @@ export interface SortsGetSortParams {
|
|
|
4386
4648
|
export interface SortsListSortsParams {
|
|
4387
4649
|
viewId: string;
|
|
4388
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
|
+
}
|
|
4389
4676
|
export interface SortsReorderSortsParams {
|
|
4390
4677
|
viewId: string;
|
|
4391
4678
|
body: ReorderViewSortsDto;
|
|
@@ -4489,6 +4776,13 @@ export interface TablesMarketplaceArtifactExportExportMarketplaceArtifactParams
|
|
|
4489
4776
|
tableId: string;
|
|
4490
4777
|
body: ExportDynamicTableMarketplaceArtifactDto;
|
|
4491
4778
|
}
|
|
4779
|
+
export interface TablesReadableGetTableParams {
|
|
4780
|
+
tableId: string;
|
|
4781
|
+
query?: ListTablesQueryDto;
|
|
4782
|
+
}
|
|
4783
|
+
export interface TablesReadableListTablesParams {
|
|
4784
|
+
query?: ListTablesQueryDto;
|
|
4785
|
+
}
|
|
4492
4786
|
export interface TablesReorderTablesParams {
|
|
4493
4787
|
tableId: string;
|
|
4494
4788
|
body: ReorderTablesDto;
|
|
@@ -4686,6 +4980,10 @@ export interface WorkspacesGetWorkspaceParams {
|
|
|
4686
4980
|
export interface WorkspacesListWorkspacesParams {
|
|
4687
4981
|
query?: ListWorkspacesQueryDto;
|
|
4688
4982
|
}
|
|
4983
|
+
export interface WorkspacesUpdateWorkspaceLogoParams {
|
|
4984
|
+
id: string;
|
|
4985
|
+
body: UpdateWorkspaceLogoDto;
|
|
4986
|
+
}
|
|
4689
4987
|
export interface WorkspacesUpdateWorkspaceParams {
|
|
4690
4988
|
id: string;
|
|
4691
4989
|
body: UpdateWorkspaceDto;
|