File tree Expand file tree Collapse file tree 6 files changed +8
-6
lines changed
platform/packages/sdk/src Expand file tree Collapse file tree 6 files changed +8
-6
lines changed Original file line number Diff line number Diff line change @@ -4,9 +4,9 @@ import { ActionsApi } from './metadata/actions.js';
44import { CrudResourceApi } from './cruds/crud-resource.js' ;
55import { CrudServiceApi } from './cruds/crud-service.js' ;
66import { ReportsApi } from './reports/api.js' ;
7- import { FilesApi } from './files.js' ;
7+ import { FilesApi } from './files/api .js' ;
88import { SaasApi } from './saas/api.js' ;
9- import { ScheduleApi } from './schedule.js' ;
9+ import { ScheduleApi } from './schedule/api .js' ;
1010import type { DynamiaClientConfig } from './types.js' ;
1111
1212/**
Original file line number Diff line number Diff line change 1- import type { HttpClient } from './http.js' ;
1+ import type { HttpClient } from '.. /http.js' ;
22
33/**
44 * Download files managed by the entity-files extension.
Original file line number Diff line number Diff line change 1+ export { FilesApi } from './api.js' ;
Original file line number Diff line number Diff line change @@ -54,6 +54,6 @@ export { SaasApi } from './saas/index.js';
5454export type { AccountDTO } from './saas/index.js' ;
5555
5656// ── API classes (files & schedule — core extensions) ─────────────────────────
57- export { FilesApi } from './files.js' ;
58- export { ScheduleApi } from './schedule.js' ;
57+ export { FilesApi } from './files/index .js' ;
58+ export { ScheduleApi } from './schedule/index .js' ;
5959
Original file line number Diff line number Diff line change 1- import type { HttpClient } from './http.js' ;
1+ import type { HttpClient } from '.. /http.js' ;
22
33/**
44 * Manually trigger periodic tasks registered in the platform.
Original file line number Diff line number Diff line change 1+ export { ScheduleApi } from './api.js' ;
You can’t perform that action at this time.
0 commit comments