@redonvn/redai-backend-api-sdk 0.1.30 → 0.1.31

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.
@@ -1,6 +1,7 @@
1
1
  export * from './types';
2
2
  export * from './services';
3
3
  export { AppEvents, BaseStatus, ExportFormatEnum, ExternalDataType, FieldType, FilterComparisonOp, FilterComparisonSubOp, FilterLogicalOp, GridColumnAlign, GridRowHeight, HookEnvironment, HookFullMutationMode, HookLogStatus, HookOperation, HookType, HookVersion, ImportFileFormat, ImportMode, JobStatus, MapProviderType, MembershipScope, ModelType, ReferentialAction, RelationType, RollupFunction, RowColoringMode, SourceType, StorageMode, ViewLockType, ViewSortDirection, ViewType, WorkspaceInviteLinkStatus, WorkspaceInviteStatus, WorkspaceJoinRequestStatus, WorkspaceMemberRole } from './dynamic-table/types';
4
+ export { RaiJobStatus, RaiJobType, SortDirection } from './rai-job/types';
4
5
  export * as dynamicTable from './dynamic-table';
5
6
  export * as raiJob from './rai-job';
6
7
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/generated/index.ts"],"names":[],"mappings":"AACA,cAAc,SAAS,CAAC;AACxB,cAAc,YAAY,CAAC;AAC3B,OAAO,EAAE,SAAS,EAAE,UAAU,EAAE,gBAAgB,EAAE,gBAAgB,EAAE,SAAS,EAAE,kBAAkB,EAAE,qBAAqB,EAAE,eAAe,EAAE,eAAe,EAAE,aAAa,EAAE,eAAe,EAAE,oBAAoB,EAAE,aAAa,EAAE,aAAa,EAAE,QAAQ,EAAE,WAAW,EAAE,gBAAgB,EAAE,UAAU,EAAE,SAAS,EAAE,eAAe,EAAE,eAAe,EAAE,SAAS,EAAE,iBAAiB,EAAE,YAAY,EAAE,cAAc,EAAE,eAAe,EAAE,UAAU,EAAE,WAAW,EAAE,YAAY,EAAE,iBAAiB,EAAE,QAAQ,EAAE,yBAAyB,EAAE,qBAAqB,EAAE,0BAA0B,EAAE,mBAAmB,EAAE,MAAM,uBAAuB,CAAC;AACpmB,OAAO,KAAK,YAAY,MAAM,iBAAiB,CAAC;AAChD,OAAO,KAAK,MAAM,MAAM,WAAW,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/generated/index.ts"],"names":[],"mappings":"AACA,cAAc,SAAS,CAAC;AACxB,cAAc,YAAY,CAAC;AAC3B,OAAO,EAAE,SAAS,EAAE,UAAU,EAAE,gBAAgB,EAAE,gBAAgB,EAAE,SAAS,EAAE,kBAAkB,EAAE,qBAAqB,EAAE,eAAe,EAAE,eAAe,EAAE,aAAa,EAAE,eAAe,EAAE,oBAAoB,EAAE,aAAa,EAAE,aAAa,EAAE,QAAQ,EAAE,WAAW,EAAE,gBAAgB,EAAE,UAAU,EAAE,SAAS,EAAE,eAAe,EAAE,eAAe,EAAE,SAAS,EAAE,iBAAiB,EAAE,YAAY,EAAE,cAAc,EAAE,eAAe,EAAE,UAAU,EAAE,WAAW,EAAE,YAAY,EAAE,iBAAiB,EAAE,QAAQ,EAAE,yBAAyB,EAAE,qBAAqB,EAAE,0BAA0B,EAAE,mBAAmB,EAAE,MAAM,uBAAuB,CAAC;AACpmB,OAAO,EAAE,YAAY,EAAE,UAAU,EAAE,aAAa,EAAE,MAAM,iBAAiB,CAAC;AAC1E,OAAO,KAAK,YAAY,MAAM,iBAAiB,CAAC;AAChD,OAAO,KAAK,MAAM,MAAM,WAAW,CAAC"}
@@ -36,7 +36,7 @@ var __importStar = (this && this.__importStar) || (function () {
36
36
  };
37
37
  })();
38
38
  Object.defineProperty(exports, "__esModule", { value: true });
39
- exports.raiJob = exports.dynamicTable = exports.WorkspaceMemberRole = exports.WorkspaceJoinRequestStatus = exports.WorkspaceInviteStatus = exports.WorkspaceInviteLinkStatus = exports.ViewType = exports.ViewSortDirection = exports.ViewLockType = exports.StorageMode = exports.SourceType = exports.RowColoringMode = exports.RollupFunction = exports.RelationType = exports.ReferentialAction = exports.ModelType = exports.MembershipScope = exports.MapProviderType = exports.JobStatus = exports.ImportMode = exports.ImportFileFormat = exports.HookVersion = exports.HookType = exports.HookOperation = exports.HookLogStatus = exports.HookFullMutationMode = exports.HookEnvironment = exports.GridRowHeight = exports.GridColumnAlign = exports.FilterLogicalOp = exports.FilterComparisonSubOp = exports.FilterComparisonOp = exports.FieldType = exports.ExternalDataType = exports.ExportFormatEnum = exports.BaseStatus = exports.AppEvents = void 0;
39
+ exports.raiJob = exports.dynamicTable = exports.SortDirection = exports.RaiJobType = exports.RaiJobStatus = exports.WorkspaceMemberRole = exports.WorkspaceJoinRequestStatus = exports.WorkspaceInviteStatus = exports.WorkspaceInviteLinkStatus = exports.ViewType = exports.ViewSortDirection = exports.ViewLockType = exports.StorageMode = exports.SourceType = exports.RowColoringMode = exports.RollupFunction = exports.RelationType = exports.ReferentialAction = exports.ModelType = exports.MembershipScope = exports.MapProviderType = exports.JobStatus = exports.ImportMode = exports.ImportFileFormat = exports.HookVersion = exports.HookType = exports.HookOperation = exports.HookLogStatus = exports.HookFullMutationMode = exports.HookEnvironment = exports.GridRowHeight = exports.GridColumnAlign = exports.FilterLogicalOp = exports.FilterComparisonSubOp = exports.FilterComparisonOp = exports.FieldType = exports.ExternalDataType = exports.ExportFormatEnum = exports.BaseStatus = exports.AppEvents = void 0;
40
40
  /* eslint-disable */
41
41
  __exportStar(require("./types"), exports);
42
42
  __exportStar(require("./services"), exports);
@@ -76,6 +76,10 @@ Object.defineProperty(exports, "WorkspaceInviteLinkStatus", { enumerable: true,
76
76
  Object.defineProperty(exports, "WorkspaceInviteStatus", { enumerable: true, get: function () { return types_1.WorkspaceInviteStatus; } });
77
77
  Object.defineProperty(exports, "WorkspaceJoinRequestStatus", { enumerable: true, get: function () { return types_1.WorkspaceJoinRequestStatus; } });
78
78
  Object.defineProperty(exports, "WorkspaceMemberRole", { enumerable: true, get: function () { return types_1.WorkspaceMemberRole; } });
79
+ var types_2 = require("./rai-job/types");
80
+ Object.defineProperty(exports, "RaiJobStatus", { enumerable: true, get: function () { return types_2.RaiJobStatus; } });
81
+ Object.defineProperty(exports, "RaiJobType", { enumerable: true, get: function () { return types_2.RaiJobType; } });
82
+ Object.defineProperty(exports, "SortDirection", { enumerable: true, get: function () { return types_2.SortDirection; } });
79
83
  exports.dynamicTable = __importStar(require("./dynamic-table"));
80
84
  exports.raiJob = __importStar(require("./rai-job"));
81
85
  //# sourceMappingURL=index.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/generated/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,oBAAoB;AACpB,0CAAwB;AACxB,6CAA2B;AAC3B,+CAAomB;AAA3lB,kGAAA,SAAS,OAAA;AAAE,mGAAA,UAAU,OAAA;AAAE,yGAAA,gBAAgB,OAAA;AAAE,yGAAA,gBAAgB,OAAA;AAAE,kGAAA,SAAS,OAAA;AAAE,2GAAA,kBAAkB,OAAA;AAAE,8GAAA,qBAAqB,OAAA;AAAE,wGAAA,eAAe,OAAA;AAAE,wGAAA,eAAe,OAAA;AAAE,sGAAA,aAAa,OAAA;AAAE,wGAAA,eAAe,OAAA;AAAE,6GAAA,oBAAoB,OAAA;AAAE,sGAAA,aAAa,OAAA;AAAE,sGAAA,aAAa,OAAA;AAAE,iGAAA,QAAQ,OAAA;AAAE,oGAAA,WAAW,OAAA;AAAE,yGAAA,gBAAgB,OAAA;AAAE,mGAAA,UAAU,OAAA;AAAE,kGAAA,SAAS,OAAA;AAAE,wGAAA,eAAe,OAAA;AAAE,wGAAA,eAAe,OAAA;AAAE,kGAAA,SAAS,OAAA;AAAE,0GAAA,iBAAiB,OAAA;AAAE,qGAAA,YAAY,OAAA;AAAE,uGAAA,cAAc,OAAA;AAAE,wGAAA,eAAe,OAAA;AAAE,mGAAA,UAAU,OAAA;AAAE,oGAAA,WAAW,OAAA;AAAE,qGAAA,YAAY,OAAA;AAAE,0GAAA,iBAAiB,OAAA;AAAE,iGAAA,QAAQ,OAAA;AAAE,kHAAA,yBAAyB,OAAA;AAAE,8GAAA,qBAAqB,OAAA;AAAE,mHAAA,0BAA0B,OAAA;AAAE,4GAAA,mBAAmB,OAAA;AACpkB,gEAAgD;AAChD,oDAAoC"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/generated/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,oBAAoB;AACpB,0CAAwB;AACxB,6CAA2B;AAC3B,+CAAomB;AAA3lB,kGAAA,SAAS,OAAA;AAAE,mGAAA,UAAU,OAAA;AAAE,yGAAA,gBAAgB,OAAA;AAAE,yGAAA,gBAAgB,OAAA;AAAE,kGAAA,SAAS,OAAA;AAAE,2GAAA,kBAAkB,OAAA;AAAE,8GAAA,qBAAqB,OAAA;AAAE,wGAAA,eAAe,OAAA;AAAE,wGAAA,eAAe,OAAA;AAAE,sGAAA,aAAa,OAAA;AAAE,wGAAA,eAAe,OAAA;AAAE,6GAAA,oBAAoB,OAAA;AAAE,sGAAA,aAAa,OAAA;AAAE,sGAAA,aAAa,OAAA;AAAE,iGAAA,QAAQ,OAAA;AAAE,oGAAA,WAAW,OAAA;AAAE,yGAAA,gBAAgB,OAAA;AAAE,mGAAA,UAAU,OAAA;AAAE,kGAAA,SAAS,OAAA;AAAE,wGAAA,eAAe,OAAA;AAAE,wGAAA,eAAe,OAAA;AAAE,kGAAA,SAAS,OAAA;AAAE,0GAAA,iBAAiB,OAAA;AAAE,qGAAA,YAAY,OAAA;AAAE,uGAAA,cAAc,OAAA;AAAE,wGAAA,eAAe,OAAA;AAAE,mGAAA,UAAU,OAAA;AAAE,oGAAA,WAAW,OAAA;AAAE,qGAAA,YAAY,OAAA;AAAE,0GAAA,iBAAiB,OAAA;AAAE,iGAAA,QAAQ,OAAA;AAAE,kHAAA,yBAAyB,OAAA;AAAE,8GAAA,qBAAqB,OAAA;AAAE,mHAAA,0BAA0B,OAAA;AAAE,4GAAA,mBAAmB,OAAA;AACpkB,yCAA0E;AAAjE,qGAAA,YAAY,OAAA;AAAE,mGAAA,UAAU,OAAA;AAAE,sGAAA,aAAa,OAAA;AAChD,gEAAgD;AAChD,oDAAoC"}
@@ -1 +1 @@
1
- {"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../src/generated/rai-job/types.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../src/generated/rai-job/types.ts"],"names":[],"mappings":"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"}
@@ -1 +1 @@
1
- {"version":3,"file":"types.js","sourceRoot":"","sources":["../../../src/generated/rai-job/types.ts"],"names":[],"mappings":";;;AA0EA,IAAY,YAMX;AAND,WAAY,YAAY;IACtB,mCAAmB,CAAA;IACnB,iCAAiB,CAAA;IACjB,uCAAuB,CAAA;IACvB,iCAAiB,CAAA;IACjB,mCAAmB,CAAA;AACrB,CAAC,EANW,YAAY,4BAAZ,YAAY,QAMvB;AACD,IAAY,UAMX;AAND,WAAY,UAAU;IACpB,6DAA+C,CAAA;IAC/C,6EAA+D,CAAA;IAC/D,uEAAyD,CAAA;IACzD,yEAA2D,CAAA;IAC3D,yCAA2B,CAAA;AAC7B,CAAC,EANW,UAAU,0BAAV,UAAU,QAMrB;AACD,IAAY,aAGX;AAHD,WAAY,aAAa;IACvB,4BAAW,CAAA;IACX,8BAAa,CAAA;AACf,CAAC,EAHW,aAAa,6BAAb,aAAa,QAGxB"}
1
+ {"version":3,"file":"types.js","sourceRoot":"","sources":["../../../src/generated/rai-job/types.ts"],"names":[],"mappings":";;;AAyEA,IAAY,YAMX;AAND,WAAY,YAAY;IACtB,mCAAmB,CAAA;IACnB,iCAAiB,CAAA;IACjB,uCAAuB,CAAA;IACvB,iCAAiB,CAAA;IACjB,mCAAmB,CAAA;AACrB,CAAC,EANW,YAAY,4BAAZ,YAAY,QAMvB;AACD,IAAY,UAMX;AAND,WAAY,UAAU;IACpB,6DAA+C,CAAA;IAC/C,6EAA+D,CAAA;IAC/D,uEAAyD,CAAA;IACzD,yEAA2D,CAAA;IAC3D,yCAA2B,CAAA;AAC7B,CAAC,EANW,UAAU,0BAAV,UAAU,QAMrB;AACD,IAAY,aAGX;AAHD,WAAY,aAAa;IACvB,4BAAW,CAAA;IACX,8BAAa,CAAA;AACf,CAAC,EAHW,aAAa,6BAAb,aAAa,QAGxB"}
@@ -1,2 +1,3 @@
1
1
  export * from './dynamic-table/types';
2
+ export * from './rai-job/types';
2
3
  //# sourceMappingURL=types.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../src/generated/types.ts"],"names":[],"mappings":"AACA,cAAc,uBAAuB,CAAC"}
1
+ {"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../src/generated/types.ts"],"names":[],"mappings":"AACA,cAAc,uBAAuB,CAAC;AACtC,cAAc,iBAAiB,CAAC"}
@@ -16,4 +16,5 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
16
16
  Object.defineProperty(exports, "__esModule", { value: true });
17
17
  /* eslint-disable */
18
18
  __exportStar(require("./dynamic-table/types"), exports);
19
+ __exportStar(require("./rai-job/types"), exports);
19
20
  //# sourceMappingURL=types.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"types.js","sourceRoot":"","sources":["../../src/generated/types.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,oBAAoB;AACpB,wDAAsC"}
1
+ {"version":3,"file":"types.js","sourceRoot":"","sources":["../../src/generated/types.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,oBAAoB;AACpB,wDAAsC;AACtC,kDAAgC"}
package/dist/index.d.ts CHANGED
@@ -1,9 +1,11 @@
1
1
  import { DynamicTableAuth } from './core/auth';
2
2
  import { DynamicTableSdkConfig } from './core/types';
3
- import { ApiDocsService, ApiTokensService, AttachmentsSecureService, AttachmentsService, BaseMembersService, BasesService, CachesService, CalendarDataService, CalendarsService, ColumnsService, CommandPaletteService, CommentsService, DataExportsService, DataImportsService, DataTableService, DynamicTableAuthService, FiltersService, FormsService, GalleriesService, GridsService, HooksService, InternalService, JobsMetaService, JobsService, KanbanDataService, KanbansService, MapsService, RowColorService, SortsService, SourcesService, TablesService, UserUiPreferencesService, UtilsService, ViewColumnsService, ViewsService, WorkspaceInviteLinkSettingsService, WorkspaceInviteLinksService, WorkspaceInvitesService, WorkspaceJoinRequestsService, WorkspaceMembersService, WorkspacesService } from './generated/services';
3
+ import { ApiDocsService, ApiTokensService, AttachmentsSecureService, AttachmentsService, BaseMembersService, BasesService, CachesService, CalendarDataService, CalendarsService, ColumnsService, CommandPaletteService, CommentsService, DataExportsService, DataImportsService, DataTableService, DynamicTableAuthService, FiltersService, FormsService, GalleriesService, GridsService, HooksService, InternalService, JobsMetaService, JobsService, KanbanDataService, KanbansService, MapsService, RaiJobService, RowColorService, SortsService, SourcesService, TablesService, UserUiPreferencesService, UtilsService, ViewColumnsService, ViewsService, WorkspaceInviteLinkSettingsService, WorkspaceInviteLinksService, WorkspaceInvitesService, WorkspaceJoinRequestsService, WorkspaceMembersService, WorkspacesService } from './generated/services';
4
4
  export type { ApiResponseDto, DynamicTableSdkConfig, DynamicTableTokenProvider } from './core/types';
5
5
  export * from './generated';
6
- export { AppEvents, BaseStatus, ExportFormatEnum, ExternalDataType, FieldType, FilterComparisonOp, FilterComparisonSubOp, FilterLogicalOp, GridColumnAlign, GridRowHeight, HookEnvironment, HookFullMutationMode, HookLogStatus, HookOperation, HookType, HookVersion, ImportFileFormat, ImportMode, JobStatus, MapProviderType, MembershipScope, ModelType, ReferentialAction, RelationType, RollupFunction, RowColoringMode, SourceType, StorageMode, ViewLockType, ViewSortDirection, ViewType, WorkspaceInviteLinkStatus, WorkspaceInviteStatus, WorkspaceJoinRequestStatus, WorkspaceMemberRole } from './generated/dynamic-table/types';
6
+ export * as dynamicTable from './generated/dynamic-table';
7
+ export * as raiJob from './generated/rai-job';
8
+ export { AppEvents, BaseStatus, ExportFormatEnum, ExternalDataType, FieldType, FilterComparisonOp, FilterComparisonSubOp, FilterLogicalOp, GridColumnAlign, GridRowHeight, HookEnvironment, HookFullMutationMode, HookLogStatus, HookOperation, HookType, HookVersion, ImportFileFormat, ImportMode, JobStatus, MapProviderType, MembershipScope, ModelType, RaiJobStatus, RaiJobType, ReferentialAction, RelationType, RollupFunction, RowColoringMode, SortDirection, SourceType, StorageMode, ViewLockType, ViewSortDirection, ViewType, WorkspaceInviteLinkStatus, WorkspaceInviteStatus, WorkspaceJoinRequestStatus, WorkspaceMemberRole } from './generated';
7
9
  export declare const createFrontendAxiosTokenProvider: (options?: {
8
10
  authStorageKey?: string;
9
11
  dtApiToken?: string | null;
@@ -12,6 +14,53 @@ export declare const createFrontendAxiosTokenProvider: (options?: {
12
14
  readonly getBearerToken: () => string | null;
13
15
  readonly getDtApiToken: () => string | null;
14
16
  };
17
+ export declare const createRedaiBackendSdk: (config: DynamicTableSdkConfig) => {
18
+ auth: DynamicTableAuth;
19
+ apiDocs: ApiDocsService;
20
+ apiTokens: ApiTokensService;
21
+ attachmentsSecure: AttachmentsSecureService;
22
+ attachments: AttachmentsService;
23
+ baseMembers: BaseMembersService;
24
+ bases: BasesService;
25
+ caches: CachesService;
26
+ calendarData: CalendarDataService;
27
+ calendars: CalendarsService;
28
+ columns: ColumnsService;
29
+ commandPalette: CommandPaletteService;
30
+ comments: CommentsService;
31
+ dataExports: DataExportsService;
32
+ dataImports: DataImportsService;
33
+ dataTable: DataTableService;
34
+ authService: DynamicTableAuthService;
35
+ filters: FiltersService;
36
+ forms: FormsService;
37
+ galleries: GalleriesService;
38
+ grids: GridsService;
39
+ hooks: HooksService;
40
+ internal: InternalService;
41
+ jobsMeta: JobsMetaService;
42
+ jobs: JobsService;
43
+ kanbanData: KanbanDataService;
44
+ kanbans: KanbansService;
45
+ maps: MapsService;
46
+ raiJob: RaiJobService;
47
+ rowColor: RowColorService;
48
+ sorts: SortsService;
49
+ sources: SourcesService;
50
+ tables: TablesService;
51
+ userUiPreferences: UserUiPreferencesService;
52
+ utils: UtilsService;
53
+ views: ViewsService;
54
+ workspaceInviteLinkSettings: WorkspaceInviteLinkSettingsService;
55
+ workspaceInviteLinks: WorkspaceInviteLinksService;
56
+ workspaceInvites: WorkspaceInvitesService;
57
+ workspaceJoinRequests: WorkspaceJoinRequestsService;
58
+ workspaceMembers: WorkspaceMembersService;
59
+ workspaces: WorkspacesService;
60
+ formColumns: ViewColumnsService;
61
+ gridColumns: ViewColumnsService;
62
+ viewColumns: ViewColumnsService;
63
+ };
15
64
  export declare const createDynamicTableSdk: (config: DynamicTableSdkConfig) => {
16
65
  auth: DynamicTableAuth;
17
66
  apiDocs: ApiDocsService;
@@ -41,6 +90,7 @@ export declare const createDynamicTableSdk: (config: DynamicTableSdkConfig) => {
41
90
  kanbanData: KanbanDataService;
42
91
  kanbans: KanbansService;
43
92
  maps: MapsService;
93
+ raiJob: RaiJobService;
44
94
  rowColor: RowColorService;
45
95
  sorts: SortsService;
46
96
  sources: SourcesService;
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,gBAAgB,EAAE,MAAM,aAAa,CAAC;AAE/C,OAAO,EAAE,qBAAqB,EAA6B,MAAM,cAAc,CAAC;AAChF,OAAO,EAAE,cAAc,EAAE,gBAAgB,EAAE,wBAAwB,EAAE,kBAAkB,EAAE,kBAAkB,EAAE,YAAY,EAAE,aAAa,EAAE,mBAAmB,EAAE,gBAAgB,EAAE,cAAc,EAAE,qBAAqB,EAAE,eAAe,EAAE,kBAAkB,EAAE,kBAAkB,EAAE,gBAAgB,EAAE,uBAAuB,EAAE,cAAc,EAAE,YAAY,EAAE,gBAAgB,EAAE,YAAY,EAAE,YAAY,EAAE,eAAe,EAAE,eAAe,EAAE,WAAW,EAAE,iBAAiB,EAAE,cAAc,EAAE,WAAW,EAAE,eAAe,EAAE,YAAY,EAAE,cAAc,EAAE,aAAa,EAAE,wBAAwB,EAAE,YAAY,EAAE,kBAAkB,EAAE,YAAY,EAAE,kCAAkC,EAAE,2BAA2B,EAAE,uBAAuB,EAAE,4BAA4B,EAAE,uBAAuB,EAAE,iBAAiB,EAAE,MAAM,sBAAsB,CAAC;AAEhzB,YAAY,EAAE,cAAc,EAAE,qBAAqB,EAAE,yBAAyB,EAAE,MAAM,cAAc,CAAC;AACrG,cAAc,aAAa,CAAC;AAC5B,OAAO,EAAE,SAAS,EAAE,UAAU,EAAE,gBAAgB,EAAE,gBAAgB,EAAE,SAAS,EAAE,kBAAkB,EAAE,qBAAqB,EAAE,eAAe,EAAE,eAAe,EAAE,aAAa,EAAE,eAAe,EAAE,oBAAoB,EAAE,aAAa,EAAE,aAAa,EAAE,QAAQ,EAAE,WAAW,EAAE,gBAAgB,EAAE,UAAU,EAAE,SAAS,EAAE,eAAe,EAAE,eAAe,EAAE,SAAS,EAAE,iBAAiB,EAAE,YAAY,EAAE,cAAc,EAAE,eAAe,EAAE,UAAU,EAAE,WAAW,EAAE,YAAY,EAAE,iBAAiB,EAAE,QAAQ,EAAE,yBAAyB,EAAE,qBAAqB,EAAE,0BAA0B,EAAE,mBAAmB,EAAE,MAAM,iCAAiC,CAAC;AAG9mB,eAAO,MAAM,gCAAgC,GAAI,UAAU;IACzD,cAAc,CAAC,EAAE,MAAM,CAAC;IACxB,UAAU,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC3B,aAAa,CAAC,EAAE,MAAM,MAAM,GAAG,IAAI,GAAG,SAAS,CAAC;CACjD;;;CAmBA,CAAC;AAEF,eAAO,MAAM,qBAAqB,GAAI,QAAQ,qBAAqB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAkDlE,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,gBAAgB,EAAE,MAAM,aAAa,CAAC;AAE/C,OAAO,EAAE,qBAAqB,EAA6B,MAAM,cAAc,CAAC;AAChF,OAAO,EAAE,cAAc,EAAE,gBAAgB,EAAE,wBAAwB,EAAE,kBAAkB,EAAE,kBAAkB,EAAE,YAAY,EAAE,aAAa,EAAE,mBAAmB,EAAE,gBAAgB,EAAE,cAAc,EAAE,qBAAqB,EAAE,eAAe,EAAE,kBAAkB,EAAE,kBAAkB,EAAE,gBAAgB,EAAE,uBAAuB,EAAE,cAAc,EAAE,YAAY,EAAE,gBAAgB,EAAE,YAAY,EAAE,YAAY,EAAE,eAAe,EAAE,eAAe,EAAE,WAAW,EAAE,iBAAiB,EAAE,cAAc,EAAE,WAAW,EAAE,aAAa,EAAE,eAAe,EAAE,YAAY,EAAE,cAAc,EAAE,aAAa,EAAE,wBAAwB,EAAE,YAAY,EAAE,kBAAkB,EAAE,YAAY,EAAE,kCAAkC,EAAE,2BAA2B,EAAE,uBAAuB,EAAE,4BAA4B,EAAE,uBAAuB,EAAE,iBAAiB,EAAE,MAAM,sBAAsB,CAAC;AAE/zB,YAAY,EAAE,cAAc,EAAE,qBAAqB,EAAE,yBAAyB,EAAE,MAAM,cAAc,CAAC;AACrG,cAAc,aAAa,CAAC;AAC5B,OAAO,KAAK,YAAY,MAAM,2BAA2B,CAAC;AAC1D,OAAO,KAAK,MAAM,MAAM,qBAAqB,CAAC;AAC9C,OAAO,EAAE,SAAS,EAAE,UAAU,EAAE,gBAAgB,EAAE,gBAAgB,EAAE,SAAS,EAAE,kBAAkB,EAAE,qBAAqB,EAAE,eAAe,EAAE,eAAe,EAAE,aAAa,EAAE,eAAe,EAAE,oBAAoB,EAAE,aAAa,EAAE,aAAa,EAAE,QAAQ,EAAE,WAAW,EAAE,gBAAgB,EAAE,UAAU,EAAE,SAAS,EAAE,eAAe,EAAE,eAAe,EAAE,SAAS,EAAE,YAAY,EAAE,UAAU,EAAE,iBAAiB,EAAE,YAAY,EAAE,cAAc,EAAE,eAAe,EAAE,aAAa,EAAE,UAAU,EAAE,WAAW,EAAE,YAAY,EAAE,iBAAiB,EAAE,QAAQ,EAAE,yBAAyB,EAAE,qBAAqB,EAAE,0BAA0B,EAAE,mBAAmB,EAAE,MAAM,aAAa,CAAC;AAGnoB,eAAO,MAAM,gCAAgC,GAAI,UAAU;IACzD,cAAc,CAAC,EAAE,MAAM,CAAC;IACxB,UAAU,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC3B,aAAa,CAAC,EAAE,MAAM,MAAM,GAAG,IAAI,GAAG,SAAS,CAAC;CACjD;;;CAmBA,CAAC;AAEF,eAAO,MAAM,qBAAqB,GAAI,QAAQ,qBAAqB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAmDlE,CAAC;AAGF,eAAO,MAAM,qBAAqB,WAtDY,qBAAqB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAsDT,CAAC"}
package/dist/index.js CHANGED
@@ -10,51 +10,78 @@ var __createBinding = (this && this.__createBinding) || (Object.create ? (functi
10
10
  if (k2 === undefined) k2 = k;
11
11
  o[k2] = m[k];
12
12
  }));
13
+ var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
14
+ Object.defineProperty(o, "default", { enumerable: true, value: v });
15
+ }) : function(o, v) {
16
+ o["default"] = v;
17
+ });
13
18
  var __exportStar = (this && this.__exportStar) || function(m, exports) {
14
19
  for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
15
20
  };
21
+ var __importStar = (this && this.__importStar) || (function () {
22
+ var ownKeys = function(o) {
23
+ ownKeys = Object.getOwnPropertyNames || function (o) {
24
+ var ar = [];
25
+ for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k;
26
+ return ar;
27
+ };
28
+ return ownKeys(o);
29
+ };
30
+ return function (mod) {
31
+ if (mod && mod.__esModule) return mod;
32
+ var result = {};
33
+ if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== "default") __createBinding(result, mod, k[i]);
34
+ __setModuleDefault(result, mod);
35
+ return result;
36
+ };
37
+ })();
16
38
  Object.defineProperty(exports, "__esModule", { value: true });
17
- exports.createDynamicTableSdk = exports.createFrontendAxiosTokenProvider = exports.WorkspaceMemberRole = exports.WorkspaceJoinRequestStatus = exports.WorkspaceInviteStatus = exports.WorkspaceInviteLinkStatus = exports.ViewType = exports.ViewSortDirection = exports.ViewLockType = exports.StorageMode = exports.SourceType = exports.RowColoringMode = exports.RollupFunction = exports.RelationType = exports.ReferentialAction = exports.ModelType = exports.MembershipScope = exports.MapProviderType = exports.JobStatus = exports.ImportMode = exports.ImportFileFormat = exports.HookVersion = exports.HookType = exports.HookOperation = exports.HookLogStatus = exports.HookFullMutationMode = exports.HookEnvironment = exports.GridRowHeight = exports.GridColumnAlign = exports.FilterLogicalOp = exports.FilterComparisonSubOp = exports.FilterComparisonOp = exports.FieldType = exports.ExternalDataType = exports.ExportFormatEnum = exports.BaseStatus = exports.AppEvents = void 0;
39
+ exports.createDynamicTableSdk = exports.createRedaiBackendSdk = exports.createFrontendAxiosTokenProvider = exports.WorkspaceMemberRole = exports.WorkspaceJoinRequestStatus = exports.WorkspaceInviteStatus = exports.WorkspaceInviteLinkStatus = exports.ViewType = exports.ViewSortDirection = exports.ViewLockType = exports.StorageMode = exports.SourceType = exports.SortDirection = exports.RowColoringMode = exports.RollupFunction = exports.RelationType = exports.ReferentialAction = exports.RaiJobType = exports.RaiJobStatus = exports.ModelType = exports.MembershipScope = exports.MapProviderType = exports.JobStatus = exports.ImportMode = exports.ImportFileFormat = exports.HookVersion = exports.HookType = exports.HookOperation = exports.HookLogStatus = exports.HookFullMutationMode = exports.HookEnvironment = exports.GridRowHeight = exports.GridColumnAlign = exports.FilterLogicalOp = exports.FilterComparisonSubOp = exports.FilterComparisonOp = exports.FieldType = exports.ExternalDataType = exports.ExportFormatEnum = exports.BaseStatus = exports.AppEvents = exports.raiJob = exports.dynamicTable = void 0;
18
40
  const auth_1 = require("./core/auth");
19
41
  const http_client_1 = require("./core/http-client");
20
42
  const services_1 = require("./generated/services");
21
43
  __exportStar(require("./generated"), exports);
22
- var types_1 = require("./generated/dynamic-table/types");
23
- Object.defineProperty(exports, "AppEvents", { enumerable: true, get: function () { return types_1.AppEvents; } });
24
- Object.defineProperty(exports, "BaseStatus", { enumerable: true, get: function () { return types_1.BaseStatus; } });
25
- Object.defineProperty(exports, "ExportFormatEnum", { enumerable: true, get: function () { return types_1.ExportFormatEnum; } });
26
- Object.defineProperty(exports, "ExternalDataType", { enumerable: true, get: function () { return types_1.ExternalDataType; } });
27
- Object.defineProperty(exports, "FieldType", { enumerable: true, get: function () { return types_1.FieldType; } });
28
- Object.defineProperty(exports, "FilterComparisonOp", { enumerable: true, get: function () { return types_1.FilterComparisonOp; } });
29
- Object.defineProperty(exports, "FilterComparisonSubOp", { enumerable: true, get: function () { return types_1.FilterComparisonSubOp; } });
30
- Object.defineProperty(exports, "FilterLogicalOp", { enumerable: true, get: function () { return types_1.FilterLogicalOp; } });
31
- Object.defineProperty(exports, "GridColumnAlign", { enumerable: true, get: function () { return types_1.GridColumnAlign; } });
32
- Object.defineProperty(exports, "GridRowHeight", { enumerable: true, get: function () { return types_1.GridRowHeight; } });
33
- Object.defineProperty(exports, "HookEnvironment", { enumerable: true, get: function () { return types_1.HookEnvironment; } });
34
- Object.defineProperty(exports, "HookFullMutationMode", { enumerable: true, get: function () { return types_1.HookFullMutationMode; } });
35
- Object.defineProperty(exports, "HookLogStatus", { enumerable: true, get: function () { return types_1.HookLogStatus; } });
36
- Object.defineProperty(exports, "HookOperation", { enumerable: true, get: function () { return types_1.HookOperation; } });
37
- Object.defineProperty(exports, "HookType", { enumerable: true, get: function () { return types_1.HookType; } });
38
- Object.defineProperty(exports, "HookVersion", { enumerable: true, get: function () { return types_1.HookVersion; } });
39
- Object.defineProperty(exports, "ImportFileFormat", { enumerable: true, get: function () { return types_1.ImportFileFormat; } });
40
- Object.defineProperty(exports, "ImportMode", { enumerable: true, get: function () { return types_1.ImportMode; } });
41
- Object.defineProperty(exports, "JobStatus", { enumerable: true, get: function () { return types_1.JobStatus; } });
42
- Object.defineProperty(exports, "MapProviderType", { enumerable: true, get: function () { return types_1.MapProviderType; } });
43
- Object.defineProperty(exports, "MembershipScope", { enumerable: true, get: function () { return types_1.MembershipScope; } });
44
- Object.defineProperty(exports, "ModelType", { enumerable: true, get: function () { return types_1.ModelType; } });
45
- Object.defineProperty(exports, "ReferentialAction", { enumerable: true, get: function () { return types_1.ReferentialAction; } });
46
- Object.defineProperty(exports, "RelationType", { enumerable: true, get: function () { return types_1.RelationType; } });
47
- Object.defineProperty(exports, "RollupFunction", { enumerable: true, get: function () { return types_1.RollupFunction; } });
48
- Object.defineProperty(exports, "RowColoringMode", { enumerable: true, get: function () { return types_1.RowColoringMode; } });
49
- Object.defineProperty(exports, "SourceType", { enumerable: true, get: function () { return types_1.SourceType; } });
50
- Object.defineProperty(exports, "StorageMode", { enumerable: true, get: function () { return types_1.StorageMode; } });
51
- Object.defineProperty(exports, "ViewLockType", { enumerable: true, get: function () { return types_1.ViewLockType; } });
52
- Object.defineProperty(exports, "ViewSortDirection", { enumerable: true, get: function () { return types_1.ViewSortDirection; } });
53
- Object.defineProperty(exports, "ViewType", { enumerable: true, get: function () { return types_1.ViewType; } });
54
- Object.defineProperty(exports, "WorkspaceInviteLinkStatus", { enumerable: true, get: function () { return types_1.WorkspaceInviteLinkStatus; } });
55
- Object.defineProperty(exports, "WorkspaceInviteStatus", { enumerable: true, get: function () { return types_1.WorkspaceInviteStatus; } });
56
- Object.defineProperty(exports, "WorkspaceJoinRequestStatus", { enumerable: true, get: function () { return types_1.WorkspaceJoinRequestStatus; } });
57
- Object.defineProperty(exports, "WorkspaceMemberRole", { enumerable: true, get: function () { return types_1.WorkspaceMemberRole; } });
44
+ exports.dynamicTable = __importStar(require("./generated/dynamic-table"));
45
+ exports.raiJob = __importStar(require("./generated/rai-job"));
46
+ var generated_1 = require("./generated");
47
+ Object.defineProperty(exports, "AppEvents", { enumerable: true, get: function () { return generated_1.AppEvents; } });
48
+ Object.defineProperty(exports, "BaseStatus", { enumerable: true, get: function () { return generated_1.BaseStatus; } });
49
+ Object.defineProperty(exports, "ExportFormatEnum", { enumerable: true, get: function () { return generated_1.ExportFormatEnum; } });
50
+ Object.defineProperty(exports, "ExternalDataType", { enumerable: true, get: function () { return generated_1.ExternalDataType; } });
51
+ Object.defineProperty(exports, "FieldType", { enumerable: true, get: function () { return generated_1.FieldType; } });
52
+ Object.defineProperty(exports, "FilterComparisonOp", { enumerable: true, get: function () { return generated_1.FilterComparisonOp; } });
53
+ Object.defineProperty(exports, "FilterComparisonSubOp", { enumerable: true, get: function () { return generated_1.FilterComparisonSubOp; } });
54
+ Object.defineProperty(exports, "FilterLogicalOp", { enumerable: true, get: function () { return generated_1.FilterLogicalOp; } });
55
+ Object.defineProperty(exports, "GridColumnAlign", { enumerable: true, get: function () { return generated_1.GridColumnAlign; } });
56
+ Object.defineProperty(exports, "GridRowHeight", { enumerable: true, get: function () { return generated_1.GridRowHeight; } });
57
+ Object.defineProperty(exports, "HookEnvironment", { enumerable: true, get: function () { return generated_1.HookEnvironment; } });
58
+ Object.defineProperty(exports, "HookFullMutationMode", { enumerable: true, get: function () { return generated_1.HookFullMutationMode; } });
59
+ Object.defineProperty(exports, "HookLogStatus", { enumerable: true, get: function () { return generated_1.HookLogStatus; } });
60
+ Object.defineProperty(exports, "HookOperation", { enumerable: true, get: function () { return generated_1.HookOperation; } });
61
+ Object.defineProperty(exports, "HookType", { enumerable: true, get: function () { return generated_1.HookType; } });
62
+ Object.defineProperty(exports, "HookVersion", { enumerable: true, get: function () { return generated_1.HookVersion; } });
63
+ Object.defineProperty(exports, "ImportFileFormat", { enumerable: true, get: function () { return generated_1.ImportFileFormat; } });
64
+ Object.defineProperty(exports, "ImportMode", { enumerable: true, get: function () { return generated_1.ImportMode; } });
65
+ Object.defineProperty(exports, "JobStatus", { enumerable: true, get: function () { return generated_1.JobStatus; } });
66
+ Object.defineProperty(exports, "MapProviderType", { enumerable: true, get: function () { return generated_1.MapProviderType; } });
67
+ Object.defineProperty(exports, "MembershipScope", { enumerable: true, get: function () { return generated_1.MembershipScope; } });
68
+ Object.defineProperty(exports, "ModelType", { enumerable: true, get: function () { return generated_1.ModelType; } });
69
+ Object.defineProperty(exports, "RaiJobStatus", { enumerable: true, get: function () { return generated_1.RaiJobStatus; } });
70
+ Object.defineProperty(exports, "RaiJobType", { enumerable: true, get: function () { return generated_1.RaiJobType; } });
71
+ Object.defineProperty(exports, "ReferentialAction", { enumerable: true, get: function () { return generated_1.ReferentialAction; } });
72
+ Object.defineProperty(exports, "RelationType", { enumerable: true, get: function () { return generated_1.RelationType; } });
73
+ Object.defineProperty(exports, "RollupFunction", { enumerable: true, get: function () { return generated_1.RollupFunction; } });
74
+ Object.defineProperty(exports, "RowColoringMode", { enumerable: true, get: function () { return generated_1.RowColoringMode; } });
75
+ Object.defineProperty(exports, "SortDirection", { enumerable: true, get: function () { return generated_1.SortDirection; } });
76
+ Object.defineProperty(exports, "SourceType", { enumerable: true, get: function () { return generated_1.SourceType; } });
77
+ Object.defineProperty(exports, "StorageMode", { enumerable: true, get: function () { return generated_1.StorageMode; } });
78
+ Object.defineProperty(exports, "ViewLockType", { enumerable: true, get: function () { return generated_1.ViewLockType; } });
79
+ Object.defineProperty(exports, "ViewSortDirection", { enumerable: true, get: function () { return generated_1.ViewSortDirection; } });
80
+ Object.defineProperty(exports, "ViewType", { enumerable: true, get: function () { return generated_1.ViewType; } });
81
+ Object.defineProperty(exports, "WorkspaceInviteLinkStatus", { enumerable: true, get: function () { return generated_1.WorkspaceInviteLinkStatus; } });
82
+ Object.defineProperty(exports, "WorkspaceInviteStatus", { enumerable: true, get: function () { return generated_1.WorkspaceInviteStatus; } });
83
+ Object.defineProperty(exports, "WorkspaceJoinRequestStatus", { enumerable: true, get: function () { return generated_1.WorkspaceJoinRequestStatus; } });
84
+ Object.defineProperty(exports, "WorkspaceMemberRole", { enumerable: true, get: function () { return generated_1.WorkspaceMemberRole; } });
58
85
  const createFrontendAxiosTokenProvider = (options) => {
59
86
  const authStorageKey = options?.authStorageKey ?? 'auth_data';
60
87
  return {
@@ -81,7 +108,7 @@ const createFrontendAxiosTokenProvider = (options) => {
81
108
  };
82
109
  };
83
110
  exports.createFrontendAxiosTokenProvider = createFrontendAxiosTokenProvider;
84
- const createDynamicTableSdk = (config) => {
111
+ const createRedaiBackendSdk = (config) => {
85
112
  const auth = new auth_1.DynamicTableAuth({ bearerToken: config.bearerToken ?? null, dtApiToken: config.dtApiToken ?? null }, config.tokenProvider);
86
113
  const client = new http_client_1.HttpClient(config, auth);
87
114
  const viewColumns = new services_1.ViewColumnsService(client);
@@ -114,6 +141,7 @@ const createDynamicTableSdk = (config) => {
114
141
  kanbanData: new services_1.KanbanDataService(client),
115
142
  kanbans: new services_1.KanbansService(client),
116
143
  maps: new services_1.MapsService(client),
144
+ raiJob: new services_1.RaiJobService(client),
117
145
  rowColor: new services_1.RowColorService(client),
118
146
  sorts: new services_1.SortsService(client),
119
147
  sources: new services_1.SourcesService(client),
@@ -132,5 +160,7 @@ const createDynamicTableSdk = (config) => {
132
160
  viewColumns,
133
161
  };
134
162
  };
135
- exports.createDynamicTableSdk = createDynamicTableSdk;
163
+ exports.createRedaiBackendSdk = createRedaiBackendSdk;
164
+ // Backward compatibility
165
+ exports.createDynamicTableSdk = exports.createRedaiBackendSdk;
136
166
  //# sourceMappingURL=index.js.map
package/dist/index.js.map CHANGED
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;AAAA,sCAA+C;AAC/C,oDAAgD;AAEhD,mDAAgzB;AAGhzB,8CAA4B;AAC5B,yDAA8mB;AAArmB,kGAAA,SAAS,OAAA;AAAE,mGAAA,UAAU,OAAA;AAAE,yGAAA,gBAAgB,OAAA;AAAE,yGAAA,gBAAgB,OAAA;AAAE,kGAAA,SAAS,OAAA;AAAE,2GAAA,kBAAkB,OAAA;AAAE,8GAAA,qBAAqB,OAAA;AAAE,wGAAA,eAAe,OAAA;AAAE,wGAAA,eAAe,OAAA;AAAE,sGAAA,aAAa,OAAA;AAAE,wGAAA,eAAe,OAAA;AAAE,6GAAA,oBAAoB,OAAA;AAAE,sGAAA,aAAa,OAAA;AAAE,sGAAA,aAAa,OAAA;AAAE,iGAAA,QAAQ,OAAA;AAAE,oGAAA,WAAW,OAAA;AAAE,yGAAA,gBAAgB,OAAA;AAAE,mGAAA,UAAU,OAAA;AAAE,kGAAA,SAAS,OAAA;AAAE,wGAAA,eAAe,OAAA;AAAE,wGAAA,eAAe,OAAA;AAAE,kGAAA,SAAS,OAAA;AAAE,0GAAA,iBAAiB,OAAA;AAAE,qGAAA,YAAY,OAAA;AAAE,uGAAA,cAAc,OAAA;AAAE,wGAAA,eAAe,OAAA;AAAE,mGAAA,UAAU,OAAA;AAAE,oGAAA,WAAW,OAAA;AAAE,qGAAA,YAAY,OAAA;AAAE,0GAAA,iBAAiB,OAAA;AAAE,iGAAA,QAAQ,OAAA;AAAE,kHAAA,yBAAyB,OAAA;AAAE,8GAAA,qBAAqB,OAAA;AAAE,mHAAA,0BAA0B,OAAA;AAAE,4GAAA,mBAAmB,OAAA;AAG7jB,MAAM,gCAAgC,GAAG,CAAC,OAIhD,EAAE,EAAE;IACH,MAAM,cAAc,GAAG,OAAO,EAAE,cAAc,IAAI,WAAW,CAAC;IAC9D,OAAO;QACL,cAAc,EAAE,GAAG,EAAE;YACnB,MAAM,OAAO,GAAI,UAA6E,CAAC,YAAY,CAAC;YAC5G,IAAI,CAAC,OAAO;gBAAE,OAAO,IAAI,CAAC;YAC1B,IAAI,CAAC;gBACH,MAAM,GAAG,GAAG,OAAO,CAAC,OAAO,CAAC,cAAc,CAAC,CAAC;gBAC5C,IAAI,CAAC,GAAG;oBAAE,OAAO,IAAI,CAAC;gBACtB,MAAM,MAAM,GAAG,IAAI,CAAC,KAAK,CAAC,GAAG,CAAiD,CAAC;gBAC/E,IAAI,CAAC,MAAM,EAAE,WAAW;oBAAE,OAAO,IAAI,CAAC;gBACtC,IAAI,OAAO,MAAM,CAAC,SAAS,KAAK,QAAQ,IAAI,MAAM,CAAC,SAAS,IAAI,IAAI,CAAC,GAAG,EAAE;oBAAE,OAAO,IAAI,CAAC;gBACxF,OAAO,MAAM,CAAC,WAAW,CAAC;YAC5B,CAAC;YAAC,MAAM,CAAC;gBACP,OAAO,IAAI,CAAC;YACd,CAAC;QACH,CAAC;QACD,aAAa,EAAE,GAAG,EAAE,CAAC,OAAO,EAAE,aAAa,EAAE,EAAE,IAAI,OAAO,EAAE,UAAU,IAAI,IAAI;KACtE,CAAC;AACb,CAAC,CAAC;AAvBW,QAAA,gCAAgC,oCAuB3C;AAEK,MAAM,qBAAqB,GAAG,CAAC,MAA6B,EAAE,EAAE;IACrE,MAAM,IAAI,GAAG,IAAI,uBAAgB,CAAC,EAAE,WAAW,EAAE,MAAM,CAAC,WAAW,IAAI,IAAI,EAAE,UAAU,EAAE,MAAM,CAAC,UAAU,IAAI,IAAI,EAAE,EAAE,MAAM,CAAC,aAAa,CAAC,CAAC;IAC5I,MAAM,MAAM,GAAG,IAAI,wBAAU,CAAC,MAAM,EAAE,IAAI,CAAC,CAAC;IAC5C,MAAM,WAAW,GAAG,IAAI,6BAAkB,CAAC,MAAM,CAAC,CAAC;IACnD,OAAO;QACL,IAAI;QACJ,OAAO,EAAE,IAAI,yBAAc,CAAC,MAAM,CAAC;QACnC,SAAS,EAAE,IAAI,2BAAgB,CAAC,MAAM,CAAC;QACvC,iBAAiB,EAAE,IAAI,mCAAwB,CAAC,MAAM,CAAC;QACvD,WAAW,EAAE,IAAI,6BAAkB,CAAC,MAAM,CAAC;QAC3C,WAAW,EAAE,IAAI,6BAAkB,CAAC,MAAM,CAAC;QAC3C,KAAK,EAAE,IAAI,uBAAY,CAAC,MAAM,CAAC;QAC/B,MAAM,EAAE,IAAI,wBAAa,CAAC,MAAM,CAAC;QACjC,YAAY,EAAE,IAAI,8BAAmB,CAAC,MAAM,CAAC;QAC7C,SAAS,EAAE,IAAI,2BAAgB,CAAC,MAAM,CAAC;QACvC,OAAO,EAAE,IAAI,yBAAc,CAAC,MAAM,CAAC;QACnC,cAAc,EAAE,IAAI,gCAAqB,CAAC,MAAM,CAAC;QACjD,QAAQ,EAAE,IAAI,0BAAe,CAAC,MAAM,CAAC;QACrC,WAAW,EAAE,IAAI,6BAAkB,CAAC,MAAM,CAAC;QAC3C,WAAW,EAAE,IAAI,6BAAkB,CAAC,MAAM,CAAC;QAC3C,SAAS,EAAE,IAAI,2BAAgB,CAAC,MAAM,CAAC;QACvC,WAAW,EAAE,IAAI,kCAAuB,CAAC,MAAM,CAAC;QAChD,OAAO,EAAE,IAAI,yBAAc,CAAC,MAAM,CAAC;QACnC,KAAK,EAAE,IAAI,uBAAY,CAAC,MAAM,CAAC;QAC/B,SAAS,EAAE,IAAI,2BAAgB,CAAC,MAAM,CAAC;QACvC,KAAK,EAAE,IAAI,uBAAY,CAAC,MAAM,CAAC;QAC/B,KAAK,EAAE,IAAI,uBAAY,CAAC,MAAM,CAAC;QAC/B,QAAQ,EAAE,IAAI,0BAAe,CAAC,MAAM,CAAC;QACrC,QAAQ,EAAE,IAAI,0BAAe,CAAC,MAAM,CAAC;QACrC,IAAI,EAAE,IAAI,sBAAW,CAAC,MAAM,CAAC;QAC7B,UAAU,EAAE,IAAI,4BAAiB,CAAC,MAAM,CAAC;QACzC,OAAO,EAAE,IAAI,yBAAc,CAAC,MAAM,CAAC;QACnC,IAAI,EAAE,IAAI,sBAAW,CAAC,MAAM,CAAC;QAC7B,QAAQ,EAAE,IAAI,0BAAe,CAAC,MAAM,CAAC;QACrC,KAAK,EAAE,IAAI,uBAAY,CAAC,MAAM,CAAC;QAC/B,OAAO,EAAE,IAAI,yBAAc,CAAC,MAAM,CAAC;QACnC,MAAM,EAAE,IAAI,wBAAa,CAAC,MAAM,CAAC;QACjC,iBAAiB,EAAE,IAAI,mCAAwB,CAAC,MAAM,CAAC;QACvD,KAAK,EAAE,IAAI,uBAAY,CAAC,MAAM,CAAC;QAC/B,KAAK,EAAE,IAAI,uBAAY,CAAC,MAAM,CAAC;QAC/B,2BAA2B,EAAE,IAAI,6CAAkC,CAAC,MAAM,CAAC;QAC3E,oBAAoB,EAAE,IAAI,sCAA2B,CAAC,MAAM,CAAC;QAC7D,gBAAgB,EAAE,IAAI,kCAAuB,CAAC,MAAM,CAAC;QACrD,qBAAqB,EAAE,IAAI,uCAA4B,CAAC,MAAM,CAAC;QAC/D,gBAAgB,EAAE,IAAI,kCAAuB,CAAC,MAAM,CAAC;QACrD,UAAU,EAAE,IAAI,4BAAiB,CAAC,MAAM,CAAC;QACzC,WAAW,EAAE,WAAW;QACxB,WAAW,EAAE,WAAW;QACxB,WAAW;KACZ,CAAC;AACJ,CAAC,CAAC;AAlDW,QAAA,qBAAqB,yBAkDhC"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"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"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@redonvn/redai-backend-api-sdk",
3
- "version": "0.1.30",
3
+ "version": "0.1.31",
4
4
  "description": "Axios SDK for RedAI Dynamic Table APIs",
5
5
  "license": "UNLICENSED",
6
6
  "main": "./dist/index.js",
@@ -36,6 +36,7 @@
36
36
  "clean": "node -e \"require('fs').rmSync('dist',{ recursive: true, force: true })\"",
37
37
  "generate": "cross-env GEN_MODE=hybrid OUTPUT_REPORT=true tsx tools/generate-dynamic-table-sdk.ts",
38
38
  "generate:sdk": "tsx tools/generate-sdk.ts",
39
+ "generate:index": "node tools/sync-sdk-index.cjs",
39
40
  "generate:ts": "cross-env GEN_MODE=ts OUTPUT_REPORT=true tsx tools/generate-dynamic-table-sdk.ts",
40
41
  "generate:openapi": "cross-env GEN_MODE=openapi OUTPUT_REPORT=true tsx tools/generate-dynamic-table-sdk.ts",
41
42
  "generate:report": "cross-env GEN_MODE=hybrid OUTPUT_REPORT=true tsx tools/generate-dynamic-table-sdk.ts",