@redonvn/redai-backend-api-sdk 0.6.0 → 0.6.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/cjs/generated/dynamic-table/index.js +2 -3
- package/dist/cjs/generated/dynamic-table/index.js.map +1 -1
- package/dist/cjs/generated/dynamic-table/services/columns-readable.service.js +9 -0
- package/dist/cjs/generated/dynamic-table/services/columns-readable.service.js.map +1 -1
- package/dist/cjs/generated/dynamic-table/services/columns.service.js +10 -1
- package/dist/cjs/generated/dynamic-table/services/columns.service.js.map +1 -1
- package/dist/cjs/generated/dynamic-table/services/data-imports.service.js +9 -0
- package/dist/cjs/generated/dynamic-table/services/data-imports.service.js.map +1 -1
- package/dist/cjs/generated/dynamic-table/services/forms-readable.service.js +37 -0
- package/dist/cjs/generated/dynamic-table/services/forms-readable.service.js.map +1 -0
- package/dist/cjs/generated/dynamic-table/services/index.js +4 -2
- package/dist/cjs/generated/dynamic-table/services/index.js.map +1 -1
- package/dist/cjs/generated/dynamic-table/services/tables-readable.service.js +9 -0
- package/dist/cjs/generated/dynamic-table/services/tables-readable.service.js.map +1 -1
- package/dist/cjs/generated/dynamic-table/services/tables.service.js +27 -0
- package/dist/cjs/generated/dynamic-table/services/tables.service.js.map +1 -1
- package/dist/cjs/generated/dynamic-table/types.js +3 -4
- package/dist/cjs/generated/dynamic-table/types.js.map +1 -1
- package/dist/cjs/generated/index.js +3 -4
- package/dist/cjs/generated/index.js.map +1 -1
- package/dist/cjs/generated/shared-types.js +9 -2
- package/dist/cjs/generated/shared-types.js.map +1 -1
- package/dist/cjs/index.js +1 -0
- package/dist/cjs/index.js.map +1 -1
- package/dist/esm/generated/dynamic-table/index.d.ts +1 -1
- package/dist/esm/generated/dynamic-table/index.d.ts.map +1 -1
- package/dist/esm/generated/dynamic-table/index.js +1 -1
- package/dist/esm/generated/dynamic-table/index.js.map +1 -1
- package/dist/esm/generated/dynamic-table/services/columns-readable.service.d.ts +2 -1
- package/dist/esm/generated/dynamic-table/services/columns-readable.service.d.ts.map +1 -1
- package/dist/esm/generated/dynamic-table/services/columns-readable.service.js +9 -0
- package/dist/esm/generated/dynamic-table/services/columns-readable.service.js.map +1 -1
- 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 +10 -1
- package/dist/esm/generated/dynamic-table/services/columns.service.js.map +1 -1
- package/dist/esm/generated/dynamic-table/services/data-imports.service.d.ts +2 -1
- package/dist/esm/generated/dynamic-table/services/data-imports.service.d.ts.map +1 -1
- package/dist/esm/generated/dynamic-table/services/data-imports.service.js +9 -0
- package/dist/esm/generated/dynamic-table/services/data-imports.service.js.map +1 -1
- package/dist/esm/generated/dynamic-table/services/forms-readable.service.d.ts +10 -0
- package/dist/esm/generated/dynamic-table/services/forms-readable.service.d.ts.map +1 -0
- package/dist/esm/generated/dynamic-table/services/forms-readable.service.js +33 -0
- package/dist/esm/generated/dynamic-table/services/forms-readable.service.js.map +1 -0
- package/dist/esm/generated/dynamic-table/services/index.d.ts +1 -0
- package/dist/esm/generated/dynamic-table/services/index.d.ts.map +1 -1
- package/dist/esm/generated/dynamic-table/services/index.js +1 -0
- package/dist/esm/generated/dynamic-table/services/index.js.map +1 -1
- package/dist/esm/generated/dynamic-table/services/tables-readable.service.d.ts +2 -1
- package/dist/esm/generated/dynamic-table/services/tables-readable.service.d.ts.map +1 -1
- package/dist/esm/generated/dynamic-table/services/tables-readable.service.js +9 -0
- package/dist/esm/generated/dynamic-table/services/tables-readable.service.js.map +1 -1
- package/dist/esm/generated/dynamic-table/services/tables.service.d.ts +4 -1
- package/dist/esm/generated/dynamic-table/services/tables.service.d.ts.map +1 -1
- package/dist/esm/generated/dynamic-table/services/tables.service.js +27 -0
- package/dist/esm/generated/dynamic-table/services/tables.service.js.map +1 -1
- package/dist/esm/generated/dynamic-table/types.d.ts +157 -85
- package/dist/esm/generated/dynamic-table/types.d.ts.map +1 -1
- package/dist/esm/generated/dynamic-table/types.js +1 -2
- package/dist/esm/generated/dynamic-table/types.js.map +1 -1
- package/dist/esm/generated/index.d.ts +2 -2
- package/dist/esm/generated/index.d.ts.map +1 -1
- package/dist/esm/generated/index.js +1 -1
- package/dist/esm/generated/index.js.map +1 -1
- package/dist/esm/generated/shared-types.d.ts +51 -7
- package/dist/esm/generated/shared-types.d.ts.map +1 -1
- package/dist/esm/generated/shared-types.js +8 -1
- package/dist/esm/generated/shared-types.js.map +1 -1
- package/dist/esm/index.d.ts +4 -2
- package/dist/esm/index.d.ts.map +1 -1
- package/dist/esm/index.js +2 -1
- package/dist/esm/index.js.map +1 -1
- package/package.json +1 -1
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import type { AreaChartWidgetConfigDto, BarChartWidgetConfigDto, BaseMeta, BulkDataListDto, BulkGroupDto, CalendarViewMeta, CalendarWidgetConfigDto, ChartDisplaySpecDto, ChartPointsSpecDto, ChartSeriesConfigSpecDto, ChartViewConfigDto, ChartViewMeasureConfigDto, ChartWidgetConfigDto, ChartXAxisSpecDto, ChartYAxisSpecDto, ConvertDynamicBaseTablesDto, 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, RelationFieldRefDto, RollupConfigDto, Schema, SourceMeta, TableWidgetConfigDto, TextWidgetConfigDto, ViewMeta, ViewResponseDto, WidgetDatePreset, WidgetFilterPayloadDto, WidgetSortSpecDto, WorkspaceRoleCode, WorkspaceSettings } from '../shared-types';
|
|
2
|
-
import { BaseStatus, ChartType, DashboardStatus, ExternalDataType, FieldType, FilterComparisonOp, FilterComparisonSubOp, FilterLogicalOp, GridColumnAlign, GridRowHeight, MapProviderType, ModelType, ProviderEnum, ReferentialAction, RelationType, RollupFunction, RowColoringMode, SourceType, ViewLockType, ViewSortDirection, ViewType, WidgetType } from '../shared-types';
|
|
3
|
-
export type { ACB_BANK, ACCEPTED, ACTION, ACTIVE, AGENT_DESKTOP_SDK_EXE, AGRIBANK_BANK, AHAMOVE, AI, 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, ColumnDisplayMetaResponseDto, ColumnResponseConfigDto, ColumnResponseDto, ColumnResponseMetaDto, COMBO, COMMENT_CREATE, COMMENT_DELETE, COMMENT_UPDATE, COMPLETED, CONTAINS, CONVERSATION_ID, ConvertDynamicBaseTablesDto, ConvertDynamicBaseTablesResponseDto, 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, DataRecordsPagedResponse, DataRecordsPageInfo, DATE, DATETIME, DATETIME2, DAYS_AGO, DAYS_FROM_NOW, DECIMAL, DEEPSEEK, DEFAULT, DELETE, DESC, DISABLED, DOCUMENT, DONUT, DonutChartWidgetConfigDto, DOUBLE, DRAFT, DURATION, DYNAMIC_TABLE, DynamicBaseTableConversionItemDto, DynamicTableCountResponseDto, DynamicTableRelationIdsResponseDto, EMAIL, EMAIL_GMAIL, EMAIL_OUTLOOK, EMAIL_SMTP, EMAIL_TWILIO_SENDGRID, EMBEDDING_CUSTOM, EMPTY, ENDS_WITH, ENUM, EQ, ERROR, EXACT_DATE, EXTRA, F15, 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, NEW, 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, OLD, 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, 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_CLI, REDAI_EXTENSION, REDAI_VIEW, RedaiViewWidgetConfigDto, RedaiViewWidgetRuntimeDto, REJECTED, RELATION, RelationConfigDto, RelationFieldRefDto, RESTRICT, RIGHT, ROLLUP, RollupConfigDto, RollupConfigResponseDto, RUNNING, SCATTER, ScatterChartPointDto, ScatterChartRuntimeDto, SCB_BANK, Schema, SchemaValue, SELECT, SelectOptionConfigResponseDto, 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, 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, TIMEOUT, 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, VectorConfigResponseDto, 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
|
-
export { BaseStatus, ChartType, ChartViewMeasureRole, DashboardStatus, ExternalDataType, FieldType, FilterComparisonOp, FilterComparisonSubOp, FilterLogicalOp, GridColumnAlign, GridRowHeight, INT, MapProviderType, ModelType, ProviderEnum, ReferentialAction, RelationType, RollupFunction, RowColoringMode, SchemaType,
|
|
1
|
+
import type { AreaChartWidgetConfigDto, BarChartWidgetConfigDto, BaseMeta, BulkDataListDto, BulkGroupDto, CalendarViewMeta, CalendarWidgetConfigDto, ChartDisplaySpecDto, ChartPointsSpecDto, ChartSeriesConfigSpecDto, ChartViewConfigDto, ChartViewMeasureConfigDto, ChartWidgetConfigDto, ChartXAxisSpecDto, ChartYAxisSpecDto, ColumnRelationResponseDto, ConvertDynamicBaseTablesDto, 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, RelationFieldRefDto, RollupConfigDto, Schema, SourceMeta, TableWidgetConfigDto, TextWidgetConfigDto, ViewMeta, ViewResponseDto, WidgetDatePreset, WidgetFilterPayloadDto, WidgetSortSpecDto, WorkspaceRoleCode, WorkspaceSettings } from '../shared-types';
|
|
2
|
+
import { BaseStatus, ChartType, DashboardStatus, ExternalDataType, FieldType, FilterComparisonOp, FilterComparisonSubOp, FilterLogicalOp, GridColumnAlign, GridRowHeight, MapProviderType, ModelType, ProviderEnum, ReferentialAction, RelationType, RollupFunction, RowColoringMode, SourceRuntime, SourceType, ViewLockType, ViewSortDirection, ViewType, WidgetType } from '../shared-types';
|
|
3
|
+
export type { ACB_BANK, ACCEPTED, ACTION, ACTIVE, AGENT_DESKTOP_SDK_EXE, AGRIBANK_BANK, AHAMOVE, AI, 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, ColumnDisplayMetaResponseDto, ColumnRelationResponseDto, ColumnResponseConfigDto, ColumnResponseDto, ColumnResponseMetaDto, COMBO, COMMENT_CREATE, COMMENT_DELETE, COMMENT_UPDATE, COMPLETED, CONTAINS, CONVERSATION_ID, ConvertDynamicBaseTablesDto, ConvertDynamicBaseTablesResponseDto, 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, DataRecordsPagedResponse, DataRecordsPageInfo, DATE, DATETIME, DATETIME2, DAYS_AGO, DAYS_FROM_NOW, DECIMAL, DEEPSEEK, DEFAULT, DELETE, DESC, DISABLED, DOCUMENT, DONUT, DonutChartWidgetConfigDto, DOUBLE, DRAFT, DURATION, DYNAMIC_TABLE, DynamicBaseTableConversionItemDto, DynamicTableCountResponseDto, DynamicTableRelationIdsResponseDto, EMAIL, EMAIL_GMAIL, EMAIL_OUTLOOK, EMAIL_SMTP, EMAIL_TWILIO_SENDGRID, EMBEDDING_CUSTOM, EMPTY, ENDS_WITH, ENTITY_COLLECTION, ENUM, EQ, ERROR, EXACT_DATE, EXTRA, F15, 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, NEW, 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, OLD, 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_CLI, REDAI_EXTENSION, REDAI_VIEW, RedaiViewWidgetConfigDto, RedaiViewWidgetRuntimeDto, REJECTED, RELATION, RelationConfigDto, RelationFieldRefDto, RESTRICT, RIGHT, ROLLUP, RollupConfigDto, RollupConfigResponseDto, RUNNING, SCATTER, ScatterChartPointDto, ScatterChartRuntimeDto, SCB_BANK, Schema, SchemaValue, SELECT, SelectOptionConfigResponseDto, 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, SourceMeta, SQLITE, STACKED_AREA, STACKED_BAR, STARTS_WITH, STB_BANK, STRING, SUCCESS, SUM, SUM_DISTINCT, SYSTEM, T, 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, TIMEOUT, 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, VectorConfigResponseDto, 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
|
+
export { BaseStatus, ChartType, ChartViewMeasureRole, DashboardStatus, ExternalDataType, FieldType, FilterComparisonOp, FilterComparisonSubOp, FilterLogicalOp, GridColumnAlign, GridRowHeight, INT, MapProviderType, ModelType, ProviderEnum, ReferentialAction, RelationType, RollupFunction, RowColoringMode, SchemaType, SourceRuntime, SourceType, ViewLockType, ViewSortDirection, ViewType, WidgetType, WORKSPACE, WORKSPACE_SYSTEM_ROLE_CODE } from '../shared-types';
|
|
5
5
|
export interface AcceptWorkspaceInviteDto {
|
|
6
6
|
token: string;
|
|
7
7
|
}
|
|
@@ -17,7 +17,7 @@ export declare enum AclPermissionKey {
|
|
|
17
17
|
FIELD_VIEW = "FIELD_VIEW"
|
|
18
18
|
}
|
|
19
19
|
export interface AclRuleListResponseDto {
|
|
20
|
-
rules: AclRuleResponseDto;
|
|
20
|
+
rules: (AclRuleResponseDto)[];
|
|
21
21
|
}
|
|
22
22
|
export interface AclRuleResponseDto {
|
|
23
23
|
id: string;
|
|
@@ -27,7 +27,7 @@ export interface AclRuleResponseDto {
|
|
|
27
27
|
grantedType: AclGrantedType;
|
|
28
28
|
grantedRoleId?: unknown | null;
|
|
29
29
|
grantedRoleCode?: unknown | null;
|
|
30
|
-
subjects?: AclRuleSubjectResponseDto;
|
|
30
|
+
subjects?: (AclRuleSubjectResponseDto)[];
|
|
31
31
|
fields?: (string)[] | {
|
|
32
32
|
[key: string]: boolean;
|
|
33
33
|
} | {
|
|
@@ -242,7 +242,7 @@ export type ApiTokenCreatedResponseDto = ApiTokenResponseDto & {
|
|
|
242
242
|
token: string;
|
|
243
243
|
};
|
|
244
244
|
export interface ApiTokenPermissionsResponseDto {
|
|
245
|
-
actions?:
|
|
245
|
+
actions?: (unknown)[];
|
|
246
246
|
scopes?: (string)[];
|
|
247
247
|
resources?: ApiTokenResourceScopeResponseDto;
|
|
248
248
|
filters?: {
|
|
@@ -440,7 +440,7 @@ export interface ApplyFilterPresetResponseDto {
|
|
|
440
440
|
targetType: FilterPresetApplyTargetType;
|
|
441
441
|
targetId: string;
|
|
442
442
|
replaceExisting: boolean;
|
|
443
|
-
filters: FilterResponseDto;
|
|
443
|
+
filters: (FilterResponseDto)[];
|
|
444
444
|
}
|
|
445
445
|
export interface AssignTableCollectionCategoryDto {
|
|
446
446
|
collectionCategoryId?: unknown | null;
|
|
@@ -484,7 +484,7 @@ export interface BaseLogoUploadResponseDto {
|
|
|
484
484
|
logoUploadUrl: string;
|
|
485
485
|
}
|
|
486
486
|
export interface BaseMemberListResponseDto {
|
|
487
|
-
list: BaseMemberResponseDto;
|
|
487
|
+
list: (BaseMemberResponseDto)[];
|
|
488
488
|
pageInfo: BaseMemberPageInfoDto;
|
|
489
489
|
}
|
|
490
490
|
export interface BaseMemberPageInfoDto {
|
|
@@ -587,7 +587,7 @@ export type BulkDataListByKeyNameDto = LimitOffsetQueryDto & {
|
|
|
587
587
|
cursor?: string;
|
|
588
588
|
};
|
|
589
589
|
export interface BulkDeleteHookLogsDto {
|
|
590
|
-
logIds: string;
|
|
590
|
+
logIds: (string)[];
|
|
591
591
|
}
|
|
592
592
|
export interface BulkDeleteTablesDto {
|
|
593
593
|
tableIds: (string)[];
|
|
@@ -713,7 +713,7 @@ export interface CalendarViewConfigDto {
|
|
|
713
713
|
}
|
|
714
714
|
export interface CalendarViewDetailResponseDto {
|
|
715
715
|
config: CalendarViewResponseDto;
|
|
716
|
-
columns: ViewColumnResponseDto;
|
|
716
|
+
columns: (ViewColumnResponseDto)[];
|
|
717
717
|
}
|
|
718
718
|
export interface CalendarViewRangeDto {
|
|
719
719
|
fromFieldId: string;
|
|
@@ -729,11 +729,11 @@ export interface CalendarViewReadableConfigDto {
|
|
|
729
729
|
meta?: {
|
|
730
730
|
[key: string]: unknown;
|
|
731
731
|
};
|
|
732
|
-
ranges?: CalendarViewReadableRangeDto;
|
|
732
|
+
ranges?: (CalendarViewReadableRangeDto)[];
|
|
733
733
|
}
|
|
734
734
|
export interface CalendarViewReadableDetailResponseDto {
|
|
735
735
|
config: CalendarViewReadableResponseDto;
|
|
736
|
-
columns: ViewColumnReadableResponseDto;
|
|
736
|
+
columns: (ViewColumnReadableResponseDto)[];
|
|
737
737
|
}
|
|
738
738
|
export interface CalendarViewReadableRangeDto {
|
|
739
739
|
fromFieldName: string;
|
|
@@ -753,7 +753,7 @@ export interface CalendarViewReadableResponseDto {
|
|
|
753
753
|
meta?: {
|
|
754
754
|
[key: string]: unknown;
|
|
755
755
|
};
|
|
756
|
-
ranges: CalendarViewReadableRangeResponseDto;
|
|
756
|
+
ranges: (CalendarViewReadableRangeResponseDto)[];
|
|
757
757
|
createdAt: number;
|
|
758
758
|
updatedAt?: unknown | null;
|
|
759
759
|
}
|
|
@@ -766,7 +766,7 @@ export interface CalendarViewResponseDto {
|
|
|
766
766
|
meta?: {
|
|
767
767
|
[key: string]: unknown;
|
|
768
768
|
};
|
|
769
|
-
ranges: CalendarViewRangeResponseDto;
|
|
769
|
+
ranges: (CalendarViewRangeResponseDto)[];
|
|
770
770
|
createdAt: number;
|
|
771
771
|
updatedAt?: number | null;
|
|
772
772
|
}
|
|
@@ -820,34 +820,6 @@ export interface ChartViewConfigSharedDto {
|
|
|
820
820
|
export interface ChartViewDetailResponseDto {
|
|
821
821
|
config: ChartViewConfigDto;
|
|
822
822
|
}
|
|
823
|
-
export interface ColumnRelationResponseDto {
|
|
824
|
-
relationType?: RelationType;
|
|
825
|
-
relatedTableId?: string | null;
|
|
826
|
-
relatedBaseId?: string | null;
|
|
827
|
-
relatedSourceId?: string | null;
|
|
828
|
-
onUpdate?: ReferentialAction | null;
|
|
829
|
-
onDelete?: ReferentialAction | null;
|
|
830
|
-
isVirtual?: boolean | null;
|
|
831
|
-
targetViewId?: string | null;
|
|
832
|
-
parentFieldId?: string | null;
|
|
833
|
-
childFieldId?: string | null;
|
|
834
|
-
mmTableId?: string | null;
|
|
835
|
-
mmBaseId?: string | null;
|
|
836
|
-
mmSourceId?: string | null;
|
|
837
|
-
mmChildFieldId?: string | null;
|
|
838
|
-
mmParentFieldId?: string | null;
|
|
839
|
-
inverseName?: string | null;
|
|
840
|
-
inverseDescription?: string | null;
|
|
841
|
-
inverseFieldId?: string | null;
|
|
842
|
-
inverseFieldKey?: string | null;
|
|
843
|
-
inverseFieldName?: string | null;
|
|
844
|
-
inverseFieldDescription?: string | null;
|
|
845
|
-
isInverseField?: boolean | null;
|
|
846
|
-
relationRole?: 'owner' | 'derived' | 'junction';
|
|
847
|
-
isPhysicalOwner?: boolean | null;
|
|
848
|
-
storageMode?: 'direct_fk' | 'reverse_path' | 'junction';
|
|
849
|
-
isRelationStructuralEditable?: boolean | null;
|
|
850
|
-
}
|
|
851
823
|
export interface CommandPaletteItemResponseDto {
|
|
852
824
|
type: 'table' | 'view' | 'action';
|
|
853
825
|
id: string;
|
|
@@ -960,7 +932,7 @@ export type CreateCalendarViewDto = CreateViewDto & {
|
|
|
960
932
|
};
|
|
961
933
|
export type CreateCalendarViewReadableDto = Omit<CreateCalendarViewDto, 'coverImageFieldId' | 'ranges'> & {
|
|
962
934
|
coverImageFieldName?: string | null;
|
|
963
|
-
ranges?: CalendarViewReadableRangeDto;
|
|
935
|
+
ranges?: (CalendarViewReadableRangeDto)[];
|
|
964
936
|
};
|
|
965
937
|
export type CreateChartViewDto = CreateViewDto & {
|
|
966
938
|
chartType?: ChartType;
|
|
@@ -1019,6 +991,16 @@ export type CreateFormViewDto = CreateViewDto & {
|
|
|
1019
991
|
submitAnotherForm?: boolean;
|
|
1020
992
|
showBlankForm?: boolean;
|
|
1021
993
|
};
|
|
994
|
+
export type CreateFormViewReadableDto = CreateViewDto & {
|
|
995
|
+
heading?: string | null;
|
|
996
|
+
subheading?: string | null;
|
|
997
|
+
successMessage?: string | null;
|
|
998
|
+
redirectUrl?: string | null;
|
|
999
|
+
redirectAfterSecs?: number | null;
|
|
1000
|
+
email?: string | null;
|
|
1001
|
+
submitAnotherForm?: boolean;
|
|
1002
|
+
showBlankForm?: boolean;
|
|
1003
|
+
};
|
|
1022
1004
|
export type CreateGalleryViewDto = CreateViewDto & {
|
|
1023
1005
|
coverImageFieldId?: string | null;
|
|
1024
1006
|
coverImageObjectFit?: 'contain' | 'cover';
|
|
@@ -1029,15 +1011,15 @@ export type CreateGalleryViewReadableDto = CreateViewDto & {
|
|
|
1029
1011
|
};
|
|
1030
1012
|
export type CreateGridViewDto = CreateViewDto & {
|
|
1031
1013
|
rowHeight?: GridRowHeight | null;
|
|
1032
|
-
filters?: CreateViewFilterDto;
|
|
1033
|
-
sorts?: CreateViewSortDto;
|
|
1034
|
-
groupBy?: SetGroupByItemDto;
|
|
1014
|
+
filters?: (CreateViewFilterDto)[];
|
|
1015
|
+
sorts?: (CreateViewSortDto)[];
|
|
1016
|
+
groupBy?: (SetGroupByItemDto)[];
|
|
1035
1017
|
};
|
|
1036
1018
|
export type CreateGridViewReadableDto = CreateViewDto & {
|
|
1037
1019
|
rowHeight?: GridRowHeight | null;
|
|
1038
|
-
filters?: CreateViewFilterReadableDto;
|
|
1039
|
-
sorts?: CreateViewSortReadableDto;
|
|
1040
|
-
groupBy?: SetGroupByReadableItemDto;
|
|
1020
|
+
filters?: (CreateViewFilterReadableDto)[];
|
|
1021
|
+
sorts?: (CreateViewSortReadableDto)[];
|
|
1022
|
+
groupBy?: (SetGroupByReadableItemDto)[];
|
|
1041
1023
|
};
|
|
1042
1024
|
export interface CreateHookDto {
|
|
1043
1025
|
title: string;
|
|
@@ -1045,7 +1027,7 @@ export interface CreateHookDto {
|
|
|
1045
1027
|
env?: HookEnvironment;
|
|
1046
1028
|
type?: HookType;
|
|
1047
1029
|
event?: AppEvents;
|
|
1048
|
-
operations:
|
|
1030
|
+
operations: (unknown)[];
|
|
1049
1031
|
async?: boolean;
|
|
1050
1032
|
payload?: {
|
|
1051
1033
|
[key: string]: unknown;
|
|
@@ -1064,7 +1046,7 @@ export interface CreateHookDto {
|
|
|
1064
1046
|
timeout?: number;
|
|
1065
1047
|
active?: boolean;
|
|
1066
1048
|
version?: HookVersion;
|
|
1067
|
-
triggerFields?: string;
|
|
1049
|
+
triggerFields?: (string)[];
|
|
1068
1050
|
}
|
|
1069
1051
|
export interface CreateHookFullDto {
|
|
1070
1052
|
kind?: HookFullRequestKind;
|
|
@@ -1079,17 +1061,17 @@ export type CreateHookFullReadableDto = Omit<CreateOrUpdateHookDto, 'hook' | 'fi
|
|
|
1079
1061
|
mode?: HookFullMutationMode;
|
|
1080
1062
|
hookId?: string;
|
|
1081
1063
|
hook: CreateHookReadableDto;
|
|
1082
|
-
filters?: HookFilterTreeReadableNodeDto;
|
|
1064
|
+
filters?: (HookFilterTreeReadableNodeDto)[];
|
|
1083
1065
|
scheduledHook?: CreateScheduledHookInlineReadableDto;
|
|
1084
1066
|
};
|
|
1085
1067
|
export type CreateHookFullReadableResponseDto = Omit<CreateHookFullResponseDto, 'hook' | 'filters'> & {
|
|
1086
1068
|
hook: HookReadableResponseDto;
|
|
1087
|
-
filters: FilterReadableResponseDto;
|
|
1069
|
+
filters: (FilterReadableResponseDto)[];
|
|
1088
1070
|
};
|
|
1089
1071
|
export interface CreateHookFullResponseDto {
|
|
1090
1072
|
kind: HookFullRequestKind;
|
|
1091
1073
|
hook: HookResponseDto;
|
|
1092
|
-
filters: FilterResponseDto;
|
|
1074
|
+
filters: (FilterResponseDto)[];
|
|
1093
1075
|
scheduledHook?: ScheduledHookResponseDto;
|
|
1094
1076
|
summary: {
|
|
1095
1077
|
triggerFieldCount?: number;
|
|
@@ -1098,7 +1080,7 @@ export interface CreateHookFullResponseDto {
|
|
|
1098
1080
|
};
|
|
1099
1081
|
}
|
|
1100
1082
|
export type CreateHookReadableDto = Omit<CreateHookDto, 'triggerFields'> & {
|
|
1101
|
-
triggerFieldNames?: string;
|
|
1083
|
+
triggerFieldNames?: (string)[];
|
|
1102
1084
|
};
|
|
1103
1085
|
export type CreateKanbanViewDto = CreateViewDto & {
|
|
1104
1086
|
groupFieldId?: string | null;
|
|
@@ -1190,6 +1172,17 @@ export interface CreateOrUpdateEmailColumnDto {
|
|
|
1190
1172
|
isUnique?: boolean;
|
|
1191
1173
|
meta?: MetaWithWidthAndPlaceholderDto;
|
|
1192
1174
|
}
|
|
1175
|
+
export interface CreateOrUpdateEnumColumnDto {
|
|
1176
|
+
readonly type: any;
|
|
1177
|
+
id?: string;
|
|
1178
|
+
name: string;
|
|
1179
|
+
keyName: string;
|
|
1180
|
+
description?: string;
|
|
1181
|
+
orderIndex?: number;
|
|
1182
|
+
isRequired?: boolean;
|
|
1183
|
+
config?: SelectConfigDto;
|
|
1184
|
+
meta?: MetaWithWidthDto;
|
|
1185
|
+
}
|
|
1193
1186
|
export interface CreateOrUpdateFormulaColumnDto {
|
|
1194
1187
|
readonly type: any;
|
|
1195
1188
|
readonly isReadonly: true;
|
|
@@ -1616,6 +1609,17 @@ export interface DuplicateBaseStartResponseDto {
|
|
|
1616
1609
|
jobId: string;
|
|
1617
1610
|
message?: string;
|
|
1618
1611
|
}
|
|
1612
|
+
export interface DuplicateTableDto {
|
|
1613
|
+
tableName: string;
|
|
1614
|
+
slug?: string;
|
|
1615
|
+
fieldIds?: (string)[];
|
|
1616
|
+
filter?: string | (unknown)[];
|
|
1617
|
+
copyData?: boolean;
|
|
1618
|
+
limitRow?: number;
|
|
1619
|
+
sort?: {
|
|
1620
|
+
[key: string]: unknown;
|
|
1621
|
+
};
|
|
1622
|
+
}
|
|
1619
1623
|
export interface DynamicTableBulkCreateAckResponseDto {
|
|
1620
1624
|
createdCount: number;
|
|
1621
1625
|
recordIds: (string)[];
|
|
@@ -1629,9 +1633,9 @@ export interface DynamicTableCountByDateResponseDto {
|
|
|
1629
1633
|
dates: (string)[];
|
|
1630
1634
|
}
|
|
1631
1635
|
export interface DynamicTableEnumsResponseDto {
|
|
1632
|
-
viewTypes:
|
|
1633
|
-
filterOperators:
|
|
1634
|
-
sourceTypes:
|
|
1636
|
+
viewTypes: (unknown)[];
|
|
1637
|
+
filterOperators: (unknown)[];
|
|
1638
|
+
sourceTypes: (unknown)[];
|
|
1635
1639
|
workspaceRoles: (string)[];
|
|
1636
1640
|
}
|
|
1637
1641
|
export interface DynamicTableHealthResponseDto {
|
|
@@ -1949,7 +1953,7 @@ export interface FilterKeyNameResponseDto {
|
|
|
1949
1953
|
isGroup: boolean | null;
|
|
1950
1954
|
createdAt: number | null;
|
|
1951
1955
|
updatedAt: number | null;
|
|
1952
|
-
children?: FilterKeyNameResponseDto;
|
|
1956
|
+
children?: (FilterKeyNameResponseDto)[];
|
|
1953
1957
|
}
|
|
1954
1958
|
export declare enum FilterPresetApplyTargetType {
|
|
1955
1959
|
VIEW = "view",
|
|
@@ -1964,7 +1968,7 @@ export interface FilterPresetResponseDto {
|
|
|
1964
1968
|
tableId: string;
|
|
1965
1969
|
name: string;
|
|
1966
1970
|
description?: unknown | null;
|
|
1967
|
-
filters?: FilterResponseDto;
|
|
1971
|
+
filters?: (FilterResponseDto)[];
|
|
1968
1972
|
createdAt?: unknown | null;
|
|
1969
1973
|
updatedAt?: unknown | null;
|
|
1970
1974
|
}
|
|
@@ -2001,9 +2005,24 @@ export interface FormViewConfigDto {
|
|
|
2001
2005
|
showBlankForm?: boolean;
|
|
2002
2006
|
meta?: FormViewMeta;
|
|
2003
2007
|
}
|
|
2008
|
+
export interface FormViewConfigReadableDto {
|
|
2009
|
+
heading?: string | null;
|
|
2010
|
+
subheading?: string | null;
|
|
2011
|
+
successMessage?: string | null;
|
|
2012
|
+
redirectUrl?: string | null;
|
|
2013
|
+
redirectAfterSecs?: number | null;
|
|
2014
|
+
email?: string | null;
|
|
2015
|
+
submitAnotherForm?: boolean;
|
|
2016
|
+
showBlankForm?: boolean;
|
|
2017
|
+
meta?: FormViewMeta;
|
|
2018
|
+
}
|
|
2004
2019
|
export interface FormViewDetailResponseDto {
|
|
2005
2020
|
config: FormViewResponseDto;
|
|
2006
|
-
columns: ViewColumnResponseDto;
|
|
2021
|
+
columns: (ViewColumnResponseDto)[];
|
|
2022
|
+
}
|
|
2023
|
+
export interface FormViewReadableDetailResponseDto {
|
|
2024
|
+
config: FormViewResponseDto;
|
|
2025
|
+
columns: (ViewColumnReadableResponseDto)[];
|
|
2007
2026
|
}
|
|
2008
2027
|
export interface FormViewResponseDto {
|
|
2009
2028
|
viewId: string;
|
|
@@ -2067,11 +2086,11 @@ export interface GalleryViewConfigReadableDto {
|
|
|
2067
2086
|
}
|
|
2068
2087
|
export interface GalleryViewDetailResponseDto {
|
|
2069
2088
|
config: GalleryViewResponseDto;
|
|
2070
|
-
columns: ViewColumnResponseDto;
|
|
2089
|
+
columns: (ViewColumnResponseDto)[];
|
|
2071
2090
|
}
|
|
2072
2091
|
export interface GalleryViewReadableDetailResponseDto {
|
|
2073
2092
|
config: GalleryViewReadableResponseDto;
|
|
2074
|
-
columns: ViewColumnReadableResponseDto;
|
|
2093
|
+
columns: (ViewColumnReadableResponseDto)[];
|
|
2075
2094
|
}
|
|
2076
2095
|
export interface GalleryViewReadableResponseDto {
|
|
2077
2096
|
viewId: string;
|
|
@@ -2112,18 +2131,18 @@ export interface GetUserUiPreferencesResponseDto {
|
|
|
2112
2131
|
export interface GridViewDetailResponseDto {
|
|
2113
2132
|
view: ViewResponseDto;
|
|
2114
2133
|
config: GridViewResponseDto;
|
|
2115
|
-
columns: ViewColumnResponseDto;
|
|
2116
|
-
filters: FilterResponseDto;
|
|
2117
|
-
sorts: SortResponseDto;
|
|
2118
|
-
groupBy: ViewColumnResponseDto;
|
|
2134
|
+
columns: (ViewColumnResponseDto)[];
|
|
2135
|
+
filters: (FilterResponseDto)[];
|
|
2136
|
+
sorts: (SortResponseDto)[];
|
|
2137
|
+
groupBy: (ViewColumnResponseDto)[];
|
|
2119
2138
|
}
|
|
2120
2139
|
export interface GridViewReadableDetailResponseDto {
|
|
2121
2140
|
view: ViewResponseDto;
|
|
2122
2141
|
config: GridViewResponseDto;
|
|
2123
|
-
columns: ViewColumnReadableResponseDto;
|
|
2124
|
-
filters: FilterReadableResponseDto;
|
|
2125
|
-
sorts: SortReadableResponseDto;
|
|
2126
|
-
groupBy: ViewColumnReadableResponseDto;
|
|
2142
|
+
columns: (ViewColumnReadableResponseDto)[];
|
|
2143
|
+
filters: (FilterReadableResponseDto)[];
|
|
2144
|
+
sorts: (SortReadableResponseDto)[];
|
|
2145
|
+
groupBy: (ViewColumnReadableResponseDto)[];
|
|
2127
2146
|
}
|
|
2128
2147
|
export interface GridViewResponseDto {
|
|
2129
2148
|
viewId: string;
|
|
@@ -2181,7 +2200,7 @@ export interface HookFilterTreeNodeDto {
|
|
|
2181
2200
|
isGroup?: boolean;
|
|
2182
2201
|
logicalOp?: FilterLogicalOp | null;
|
|
2183
2202
|
order?: number | null;
|
|
2184
|
-
children?: HookFilterTreeNodeDto;
|
|
2203
|
+
children?: (HookFilterTreeNodeDto)[];
|
|
2185
2204
|
}
|
|
2186
2205
|
export type HookFilterTreeReadableNodeDto = Omit<HookFilterTreeNodeDto, 'fieldId' | 'children'> & {
|
|
2187
2206
|
targetData?: 'OLD' | 'NEW';
|
|
@@ -2192,7 +2211,7 @@ export type HookFilterTreeReadableNodeDto = Omit<HookFilterTreeNodeDto, 'fieldId
|
|
|
2192
2211
|
isGroup?: boolean;
|
|
2193
2212
|
logicalOp?: FilterLogicalOp | null;
|
|
2194
2213
|
order?: number | null;
|
|
2195
|
-
children?: HookFilterTreeReadableNodeDto;
|
|
2214
|
+
children?: (HookFilterTreeReadableNodeDto)[];
|
|
2196
2215
|
};
|
|
2197
2216
|
export declare enum HookFullMutationMode {
|
|
2198
2217
|
CREATE = "create",
|
|
@@ -2243,7 +2262,7 @@ export declare enum HookOperation {
|
|
|
2243
2262
|
READ = "read"
|
|
2244
2263
|
}
|
|
2245
2264
|
export type HookReadableResponseDto = Omit<HookResponseDto, 'triggerFields'> & {
|
|
2246
|
-
triggerFieldNames: string;
|
|
2265
|
+
triggerFieldNames: (string)[];
|
|
2247
2266
|
};
|
|
2248
2267
|
export interface HookResponseDto {
|
|
2249
2268
|
id: string;
|
|
@@ -2257,7 +2276,7 @@ export interface HookResponseDto {
|
|
|
2257
2276
|
env?: unknown | null;
|
|
2258
2277
|
type?: unknown | null;
|
|
2259
2278
|
event?: unknown | null;
|
|
2260
|
-
operations?: unknown | null;
|
|
2279
|
+
operations?: (unknown)[] | null;
|
|
2261
2280
|
async?: unknown | null;
|
|
2262
2281
|
payload?: {
|
|
2263
2282
|
[key: string]: unknown;
|
|
@@ -2276,7 +2295,7 @@ export interface HookResponseDto {
|
|
|
2276
2295
|
timeout?: unknown | null;
|
|
2277
2296
|
active?: unknown | null;
|
|
2278
2297
|
version?: unknown | null;
|
|
2279
|
-
triggerFields: string;
|
|
2298
|
+
triggerFields: (string)[];
|
|
2280
2299
|
scheduledHook?: ScheduledHookResponseDto;
|
|
2281
2300
|
createdAt?: unknown | null;
|
|
2282
2301
|
updatedAt?: unknown | null;
|
|
@@ -2330,6 +2349,19 @@ export declare enum ImportFileFormat {
|
|
|
2330
2349
|
XLSX = "xlsx",
|
|
2331
2350
|
JSON = "json"
|
|
2332
2351
|
}
|
|
2352
|
+
export interface ImportFromTableDto {
|
|
2353
|
+
targetTableId: unknown;
|
|
2354
|
+
sourceTableId: unknown;
|
|
2355
|
+
sourceViewId?: unknown;
|
|
2356
|
+
limitRow?: number;
|
|
2357
|
+
filters?: string | (unknown)[];
|
|
2358
|
+
sort?: string | (unknown)[];
|
|
2359
|
+
mapping: (ImportFromTableFieldMappingDto)[];
|
|
2360
|
+
}
|
|
2361
|
+
export interface ImportFromTableFieldMappingDto {
|
|
2362
|
+
sourceFieldId: unknown;
|
|
2363
|
+
targetFieldId: unknown;
|
|
2364
|
+
}
|
|
2333
2365
|
export interface ImportFromUrlDto {
|
|
2334
2366
|
url: string;
|
|
2335
2367
|
}
|
|
@@ -2458,11 +2490,11 @@ export interface KanbanViewConfigReadableDto {
|
|
|
2458
2490
|
}
|
|
2459
2491
|
export interface KanbanViewDetailResponseDto {
|
|
2460
2492
|
config: KanbanViewResponseDto;
|
|
2461
|
-
columns: ViewColumnResponseDto;
|
|
2493
|
+
columns: (ViewColumnResponseDto)[];
|
|
2462
2494
|
}
|
|
2463
2495
|
export interface KanbanViewReadableDetailResponseDto {
|
|
2464
2496
|
config: KanbanViewReadableResponseDto;
|
|
2465
|
-
columns: ViewColumnReadableResponseDto;
|
|
2497
|
+
columns: (ViewColumnReadableResponseDto)[];
|
|
2466
2498
|
}
|
|
2467
2499
|
export interface KanbanViewReadableResponseDto {
|
|
2468
2500
|
viewId: string;
|
|
@@ -2544,6 +2576,7 @@ export type ListScriptsQueryDto = PaginationQueryDto & {
|
|
|
2544
2576
|
};
|
|
2545
2577
|
export type ListSourcesQueryDto = PaginationQueryDto & {
|
|
2546
2578
|
type?: SourceType;
|
|
2579
|
+
sourceRuntime?: SourceRuntime;
|
|
2547
2580
|
enabled?: boolean;
|
|
2548
2581
|
deleted?: boolean;
|
|
2549
2582
|
};
|
|
@@ -2586,7 +2619,7 @@ export interface MapViewConfigDto {
|
|
|
2586
2619
|
}
|
|
2587
2620
|
export interface MapViewDetailResponseDto {
|
|
2588
2621
|
config: MapViewResponseDto;
|
|
2589
|
-
columns: ViewColumnResponseDto;
|
|
2622
|
+
columns: (ViewColumnResponseDto)[];
|
|
2590
2623
|
}
|
|
2591
2624
|
export interface MapViewResponseDto {
|
|
2592
2625
|
viewId: unknown;
|
|
@@ -2845,11 +2878,11 @@ export interface RowColorConditionResponseDto {
|
|
|
2845
2878
|
}
|
|
2846
2879
|
export interface RowColorConfigResponseDto {
|
|
2847
2880
|
mode: RowColoringMode | null;
|
|
2848
|
-
conditions: RowColorConditionResponseDto;
|
|
2881
|
+
conditions: (RowColorConditionResponseDto)[];
|
|
2849
2882
|
}
|
|
2850
2883
|
export interface RowColorReadableConfigResponseDto {
|
|
2851
2884
|
mode?: unknown | null;
|
|
2852
|
-
conditions: RowColorConditionReadableResponseDto;
|
|
2885
|
+
conditions: (RowColorConditionReadableResponseDto)[];
|
|
2853
2886
|
}
|
|
2854
2887
|
export interface ScheduledHookResponseDto {
|
|
2855
2888
|
id: string;
|
|
@@ -3008,11 +3041,13 @@ export interface SelectConfigDto {
|
|
|
3008
3041
|
}
|
|
3009
3042
|
export interface SelectOptionDto {
|
|
3010
3043
|
id: string;
|
|
3044
|
+
value?: string | null;
|
|
3011
3045
|
label: string;
|
|
3012
3046
|
color?: string;
|
|
3013
3047
|
}
|
|
3014
3048
|
export interface SelectOptionReadableResponseDto {
|
|
3015
3049
|
label: string;
|
|
3050
|
+
value?: string | null;
|
|
3016
3051
|
color?: string | null;
|
|
3017
3052
|
order?: number | null;
|
|
3018
3053
|
}
|
|
@@ -3089,6 +3124,7 @@ export interface SourceResponseDto {
|
|
|
3089
3124
|
baseId?: string | null;
|
|
3090
3125
|
alias?: string | null;
|
|
3091
3126
|
type: SourceType | null;
|
|
3127
|
+
sourceRuntime: SourceRuntime;
|
|
3092
3128
|
enabled?: boolean | null;
|
|
3093
3129
|
isDefault: boolean;
|
|
3094
3130
|
isMeta?: boolean | null;
|
|
@@ -3252,6 +3288,7 @@ export type UpdateDonutChartWidgetDto = UpdateModelBoundWidgetMutationFieldsDto
|
|
|
3252
3288
|
};
|
|
3253
3289
|
export type UpdateFilterPresetDto = Partial<CreateFilterPresetDto>;
|
|
3254
3290
|
export type UpdateFormViewDto = Partial<FormViewConfigDto>;
|
|
3291
|
+
export type UpdateFormViewReadableDto = Partial<FormViewConfigReadableDto>;
|
|
3255
3292
|
export type UpdateGalleryViewDto = Partial<GalleryViewConfigDto>;
|
|
3256
3293
|
export type UpdateGalleryViewReadableDto = Partial<GalleryViewConfigReadableDto>;
|
|
3257
3294
|
export type UpdateGridViewDto = Partial<CreateGridViewDto>;
|
|
@@ -3367,7 +3404,7 @@ export interface UploadImportFileDto {
|
|
|
3367
3404
|
export interface UpsertAclRuleDto {
|
|
3368
3405
|
grantedType: AclGrantedType;
|
|
3369
3406
|
grantedRoleId?: unknown;
|
|
3370
|
-
subjects?: AclSubjectDto;
|
|
3407
|
+
subjects?: (AclSubjectDto)[];
|
|
3371
3408
|
fields?: (string)[] | {
|
|
3372
3409
|
[key: string]: boolean;
|
|
3373
3410
|
} | {
|
|
@@ -3575,7 +3612,7 @@ export interface WorkspaceLogoUploadResponseDto {
|
|
|
3575
3612
|
logoUploadUrl: string;
|
|
3576
3613
|
}
|
|
3577
3614
|
export interface WorkspaceMemberListResponseDto {
|
|
3578
|
-
list: WorkspaceMemberResponseDto;
|
|
3615
|
+
list: (WorkspaceMemberResponseDto)[];
|
|
3579
3616
|
pageInfo: WorkspaceMemberPageInfoDto;
|
|
3580
3617
|
}
|
|
3581
3618
|
export interface WorkspaceMemberPageInfoDto {
|
|
@@ -3655,7 +3692,6 @@ export declare const FILL_SERIES_KINDS: readonly unknown[];
|
|
|
3655
3692
|
export declare const FILL_SERIES_UNITS: readonly unknown[];
|
|
3656
3693
|
export declare const HEALTH_STATUS_VALUES: readonly unknown[];
|
|
3657
3694
|
export declare const INTERNAL_OPERATION_STATUS_VALUES: readonly unknown[];
|
|
3658
|
-
export declare const TOKEN_PERMISSION_ACTION_VALUES: readonly unknown[];
|
|
3659
3695
|
export type APIS_CREATED = unknown;
|
|
3660
3696
|
export type ATTACHMENT_SIZE = unknown;
|
|
3661
3697
|
export type ATTACHMENT_UPLOAD = unknown;
|
|
@@ -4097,6 +4133,10 @@ export interface ColumnsCreateOrUpdateEmailColumnParams {
|
|
|
4097
4133
|
tableId: string;
|
|
4098
4134
|
body: CreateOrUpdateEmailColumnDto;
|
|
4099
4135
|
}
|
|
4136
|
+
export interface ColumnsCreateOrUpdateEnumColumnParams {
|
|
4137
|
+
tableId: string;
|
|
4138
|
+
body: CreateOrUpdateEnumColumnDto;
|
|
4139
|
+
}
|
|
4100
4140
|
export interface ColumnsCreateOrUpdateFormulaColumnParams {
|
|
4101
4141
|
tableId: string;
|
|
4102
4142
|
body: CreateOrUpdateFormulaColumnDto;
|
|
@@ -4159,6 +4199,7 @@ export interface ColumnsCreateOrUpdateUserColumnParams {
|
|
|
4159
4199
|
}
|
|
4160
4200
|
export interface ColumnsDeleteColumnParams {
|
|
4161
4201
|
columnId: string;
|
|
4202
|
+
query?: string;
|
|
4162
4203
|
}
|
|
4163
4204
|
export interface ColumnsGetColumnByKeyNameParams {
|
|
4164
4205
|
tableId: string;
|
|
@@ -4213,6 +4254,10 @@ export interface ColumnsReadableCreateOrUpdateEmailColumnParams {
|
|
|
4213
4254
|
tableName: string;
|
|
4214
4255
|
body: CreateOrUpdateEmailColumnDto;
|
|
4215
4256
|
}
|
|
4257
|
+
export interface ColumnsReadableCreateOrUpdateEnumColumnParams {
|
|
4258
|
+
tableName: string;
|
|
4259
|
+
body: CreateOrUpdateEnumColumnDto;
|
|
4260
|
+
}
|
|
4216
4261
|
export interface ColumnsReadableCreateOrUpdateFormulaColumnParams {
|
|
4217
4262
|
tableName: string;
|
|
4218
4263
|
body: CreateOrUpdateFormulaColumnDto;
|
|
@@ -4581,6 +4626,9 @@ export interface DataImportsAnalyzeStructureParams {
|
|
|
4581
4626
|
export interface DataImportsGetImportJobParams {
|
|
4582
4627
|
jobId: string;
|
|
4583
4628
|
}
|
|
4629
|
+
export interface DataImportsImportFromTableParams {
|
|
4630
|
+
body: ImportFromTableDto;
|
|
4631
|
+
}
|
|
4584
4632
|
export interface DataImportsImportFromUrlParams {
|
|
4585
4633
|
body: ImportFromUrlDto;
|
|
4586
4634
|
}
|
|
@@ -5040,6 +5088,17 @@ export interface FormsCreateFormViewParams {
|
|
|
5040
5088
|
export interface FormsGetFormViewParams {
|
|
5041
5089
|
formViewId: string;
|
|
5042
5090
|
}
|
|
5091
|
+
export interface FormsReadableCreateFormViewParams {
|
|
5092
|
+
tableName: string;
|
|
5093
|
+
body: CreateFormViewReadableDto;
|
|
5094
|
+
}
|
|
5095
|
+
export interface FormsReadableGetFormViewParams {
|
|
5096
|
+
viewId: string;
|
|
5097
|
+
}
|
|
5098
|
+
export interface FormsReadableUpdateFormViewParams {
|
|
5099
|
+
viewId: string;
|
|
5100
|
+
body: UpdateFormViewReadableDto;
|
|
5101
|
+
}
|
|
5043
5102
|
export interface FormsUpdateFormViewParams {
|
|
5044
5103
|
formViewId: string;
|
|
5045
5104
|
body: UpdateFormViewDto;
|
|
@@ -5614,6 +5673,16 @@ export interface TablesDeleteMarketplaceArtifactParams {
|
|
|
5614
5673
|
export interface TablesDeleteTableParams {
|
|
5615
5674
|
tableId: string;
|
|
5616
5675
|
}
|
|
5676
|
+
export interface TablesDuplicateTableParams {
|
|
5677
|
+
tableId: string;
|
|
5678
|
+
body: DuplicateTableDto;
|
|
5679
|
+
}
|
|
5680
|
+
export interface TablesGetTableMinimalIdParams {
|
|
5681
|
+
tableId: string;
|
|
5682
|
+
}
|
|
5683
|
+
export interface TablesGetTableMinimalKeyNameParams {
|
|
5684
|
+
tableId: string;
|
|
5685
|
+
}
|
|
5617
5686
|
export interface TablesGetTableParams {
|
|
5618
5687
|
tableId: string;
|
|
5619
5688
|
query?: ListTablesQueryDto;
|
|
@@ -5628,6 +5697,9 @@ export interface TablesMarketplaceArtifactExportExportMarketplaceArtifactParams
|
|
|
5628
5697
|
tableId: string;
|
|
5629
5698
|
body: ExportDynamicTableMarketplaceArtifactDto;
|
|
5630
5699
|
}
|
|
5700
|
+
export interface TablesReadableGetTableMinimalReadableParams {
|
|
5701
|
+
tableId: string;
|
|
5702
|
+
}
|
|
5631
5703
|
export interface TablesReadableGetTableParams {
|
|
5632
5704
|
tableId: string;
|
|
5633
5705
|
query?: ListTablesQueryDto;
|