@redonvn/redai-backend-api-sdk 0.1.27 → 0.1.28
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/generated/dynamic-table/index.d.ts +1 -0
- package/dist/generated/dynamic-table/index.d.ts.map +1 -1
- package/dist/generated/dynamic-table/index.js +37 -0
- package/dist/generated/dynamic-table/index.js.map +1 -1
- package/dist/generated/index.d.ts +1 -0
- package/dist/generated/index.d.ts.map +1 -1
- package/dist/generated/index.js +37 -1
- package/dist/generated/index.js.map +1 -1
- package/dist/index.d.ts +1 -0
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +37 -1
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
|
@@ -1,3 +1,4 @@
|
|
|
1
1
|
export * from './types';
|
|
2
2
|
export * from './services';
|
|
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 './types';
|
|
3
4
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/generated/dynamic-table/index.ts"],"names":[],"mappings":"AACA,cAAc,SAAS,CAAC;AACxB,cAAc,YAAY,CAAC"}
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/generated/dynamic-table/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,SAAS,CAAC"}
|
|
@@ -14,7 +14,44 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
|
14
14
|
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
15
15
|
};
|
|
16
16
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
17
|
+
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;
|
|
17
18
|
/* eslint-disable */
|
|
18
19
|
__exportStar(require("./types"), exports);
|
|
19
20
|
__exportStar(require("./services"), exports);
|
|
21
|
+
var types_1 = require("./types");
|
|
22
|
+
Object.defineProperty(exports, "AppEvents", { enumerable: true, get: function () { return types_1.AppEvents; } });
|
|
23
|
+
Object.defineProperty(exports, "BaseStatus", { enumerable: true, get: function () { return types_1.BaseStatus; } });
|
|
24
|
+
Object.defineProperty(exports, "ExportFormatEnum", { enumerable: true, get: function () { return types_1.ExportFormatEnum; } });
|
|
25
|
+
Object.defineProperty(exports, "ExternalDataType", { enumerable: true, get: function () { return types_1.ExternalDataType; } });
|
|
26
|
+
Object.defineProperty(exports, "FieldType", { enumerable: true, get: function () { return types_1.FieldType; } });
|
|
27
|
+
Object.defineProperty(exports, "FilterComparisonOp", { enumerable: true, get: function () { return types_1.FilterComparisonOp; } });
|
|
28
|
+
Object.defineProperty(exports, "FilterComparisonSubOp", { enumerable: true, get: function () { return types_1.FilterComparisonSubOp; } });
|
|
29
|
+
Object.defineProperty(exports, "FilterLogicalOp", { enumerable: true, get: function () { return types_1.FilterLogicalOp; } });
|
|
30
|
+
Object.defineProperty(exports, "GridColumnAlign", { enumerable: true, get: function () { return types_1.GridColumnAlign; } });
|
|
31
|
+
Object.defineProperty(exports, "GridRowHeight", { enumerable: true, get: function () { return types_1.GridRowHeight; } });
|
|
32
|
+
Object.defineProperty(exports, "HookEnvironment", { enumerable: true, get: function () { return types_1.HookEnvironment; } });
|
|
33
|
+
Object.defineProperty(exports, "HookFullMutationMode", { enumerable: true, get: function () { return types_1.HookFullMutationMode; } });
|
|
34
|
+
Object.defineProperty(exports, "HookLogStatus", { enumerable: true, get: function () { return types_1.HookLogStatus; } });
|
|
35
|
+
Object.defineProperty(exports, "HookOperation", { enumerable: true, get: function () { return types_1.HookOperation; } });
|
|
36
|
+
Object.defineProperty(exports, "HookType", { enumerable: true, get: function () { return types_1.HookType; } });
|
|
37
|
+
Object.defineProperty(exports, "HookVersion", { enumerable: true, get: function () { return types_1.HookVersion; } });
|
|
38
|
+
Object.defineProperty(exports, "ImportFileFormat", { enumerable: true, get: function () { return types_1.ImportFileFormat; } });
|
|
39
|
+
Object.defineProperty(exports, "ImportMode", { enumerable: true, get: function () { return types_1.ImportMode; } });
|
|
40
|
+
Object.defineProperty(exports, "JobStatus", { enumerable: true, get: function () { return types_1.JobStatus; } });
|
|
41
|
+
Object.defineProperty(exports, "MapProviderType", { enumerable: true, get: function () { return types_1.MapProviderType; } });
|
|
42
|
+
Object.defineProperty(exports, "MembershipScope", { enumerable: true, get: function () { return types_1.MembershipScope; } });
|
|
43
|
+
Object.defineProperty(exports, "ModelType", { enumerable: true, get: function () { return types_1.ModelType; } });
|
|
44
|
+
Object.defineProperty(exports, "ReferentialAction", { enumerable: true, get: function () { return types_1.ReferentialAction; } });
|
|
45
|
+
Object.defineProperty(exports, "RelationType", { enumerable: true, get: function () { return types_1.RelationType; } });
|
|
46
|
+
Object.defineProperty(exports, "RollupFunction", { enumerable: true, get: function () { return types_1.RollupFunction; } });
|
|
47
|
+
Object.defineProperty(exports, "RowColoringMode", { enumerable: true, get: function () { return types_1.RowColoringMode; } });
|
|
48
|
+
Object.defineProperty(exports, "SourceType", { enumerable: true, get: function () { return types_1.SourceType; } });
|
|
49
|
+
Object.defineProperty(exports, "StorageMode", { enumerable: true, get: function () { return types_1.StorageMode; } });
|
|
50
|
+
Object.defineProperty(exports, "ViewLockType", { enumerable: true, get: function () { return types_1.ViewLockType; } });
|
|
51
|
+
Object.defineProperty(exports, "ViewSortDirection", { enumerable: true, get: function () { return types_1.ViewSortDirection; } });
|
|
52
|
+
Object.defineProperty(exports, "ViewType", { enumerable: true, get: function () { return types_1.ViewType; } });
|
|
53
|
+
Object.defineProperty(exports, "WorkspaceInviteLinkStatus", { enumerable: true, get: function () { return types_1.WorkspaceInviteLinkStatus; } });
|
|
54
|
+
Object.defineProperty(exports, "WorkspaceInviteStatus", { enumerable: true, get: function () { return types_1.WorkspaceInviteStatus; } });
|
|
55
|
+
Object.defineProperty(exports, "WorkspaceJoinRequestStatus", { enumerable: true, get: function () { return types_1.WorkspaceJoinRequestStatus; } });
|
|
56
|
+
Object.defineProperty(exports, "WorkspaceMemberRole", { enumerable: true, get: function () { return types_1.WorkspaceMemberRole; } });
|
|
20
57
|
//# sourceMappingURL=index.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/generated/dynamic-table/index.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/generated/dynamic-table/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;AAAA,oBAAoB;AACpB,0CAAwB;AACxB,6CAA2B;AAC3B,iCAAslB;AAA7kB,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"}
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
export * from './types';
|
|
2
2
|
export * from './services';
|
|
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';
|
|
3
4
|
export * as dynamicTable from './dynamic-table';
|
|
4
5
|
//# 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,KAAK,YAAY,MAAM,iBAAiB,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,KAAK,YAAY,MAAM,iBAAiB,CAAC"}
|
package/dist/generated/index.js
CHANGED
|
@@ -36,9 +36,45 @@ var __importStar = (this && this.__importStar) || (function () {
|
|
|
36
36
|
};
|
|
37
37
|
})();
|
|
38
38
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
39
|
-
exports.dynamicTable = void 0;
|
|
39
|
+
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;
|
|
40
40
|
/* eslint-disable */
|
|
41
41
|
__exportStar(require("./types"), exports);
|
|
42
42
|
__exportStar(require("./services"), exports);
|
|
43
|
+
var types_1 = require("./dynamic-table/types");
|
|
44
|
+
Object.defineProperty(exports, "AppEvents", { enumerable: true, get: function () { return types_1.AppEvents; } });
|
|
45
|
+
Object.defineProperty(exports, "BaseStatus", { enumerable: true, get: function () { return types_1.BaseStatus; } });
|
|
46
|
+
Object.defineProperty(exports, "ExportFormatEnum", { enumerable: true, get: function () { return types_1.ExportFormatEnum; } });
|
|
47
|
+
Object.defineProperty(exports, "ExternalDataType", { enumerable: true, get: function () { return types_1.ExternalDataType; } });
|
|
48
|
+
Object.defineProperty(exports, "FieldType", { enumerable: true, get: function () { return types_1.FieldType; } });
|
|
49
|
+
Object.defineProperty(exports, "FilterComparisonOp", { enumerable: true, get: function () { return types_1.FilterComparisonOp; } });
|
|
50
|
+
Object.defineProperty(exports, "FilterComparisonSubOp", { enumerable: true, get: function () { return types_1.FilterComparisonSubOp; } });
|
|
51
|
+
Object.defineProperty(exports, "FilterLogicalOp", { enumerable: true, get: function () { return types_1.FilterLogicalOp; } });
|
|
52
|
+
Object.defineProperty(exports, "GridColumnAlign", { enumerable: true, get: function () { return types_1.GridColumnAlign; } });
|
|
53
|
+
Object.defineProperty(exports, "GridRowHeight", { enumerable: true, get: function () { return types_1.GridRowHeight; } });
|
|
54
|
+
Object.defineProperty(exports, "HookEnvironment", { enumerable: true, get: function () { return types_1.HookEnvironment; } });
|
|
55
|
+
Object.defineProperty(exports, "HookFullMutationMode", { enumerable: true, get: function () { return types_1.HookFullMutationMode; } });
|
|
56
|
+
Object.defineProperty(exports, "HookLogStatus", { enumerable: true, get: function () { return types_1.HookLogStatus; } });
|
|
57
|
+
Object.defineProperty(exports, "HookOperation", { enumerable: true, get: function () { return types_1.HookOperation; } });
|
|
58
|
+
Object.defineProperty(exports, "HookType", { enumerable: true, get: function () { return types_1.HookType; } });
|
|
59
|
+
Object.defineProperty(exports, "HookVersion", { enumerable: true, get: function () { return types_1.HookVersion; } });
|
|
60
|
+
Object.defineProperty(exports, "ImportFileFormat", { enumerable: true, get: function () { return types_1.ImportFileFormat; } });
|
|
61
|
+
Object.defineProperty(exports, "ImportMode", { enumerable: true, get: function () { return types_1.ImportMode; } });
|
|
62
|
+
Object.defineProperty(exports, "JobStatus", { enumerable: true, get: function () { return types_1.JobStatus; } });
|
|
63
|
+
Object.defineProperty(exports, "MapProviderType", { enumerable: true, get: function () { return types_1.MapProviderType; } });
|
|
64
|
+
Object.defineProperty(exports, "MembershipScope", { enumerable: true, get: function () { return types_1.MembershipScope; } });
|
|
65
|
+
Object.defineProperty(exports, "ModelType", { enumerable: true, get: function () { return types_1.ModelType; } });
|
|
66
|
+
Object.defineProperty(exports, "ReferentialAction", { enumerable: true, get: function () { return types_1.ReferentialAction; } });
|
|
67
|
+
Object.defineProperty(exports, "RelationType", { enumerable: true, get: function () { return types_1.RelationType; } });
|
|
68
|
+
Object.defineProperty(exports, "RollupFunction", { enumerable: true, get: function () { return types_1.RollupFunction; } });
|
|
69
|
+
Object.defineProperty(exports, "RowColoringMode", { enumerable: true, get: function () { return types_1.RowColoringMode; } });
|
|
70
|
+
Object.defineProperty(exports, "SourceType", { enumerable: true, get: function () { return types_1.SourceType; } });
|
|
71
|
+
Object.defineProperty(exports, "StorageMode", { enumerable: true, get: function () { return types_1.StorageMode; } });
|
|
72
|
+
Object.defineProperty(exports, "ViewLockType", { enumerable: true, get: function () { return types_1.ViewLockType; } });
|
|
73
|
+
Object.defineProperty(exports, "ViewSortDirection", { enumerable: true, get: function () { return types_1.ViewSortDirection; } });
|
|
74
|
+
Object.defineProperty(exports, "ViewType", { enumerable: true, get: function () { return types_1.ViewType; } });
|
|
75
|
+
Object.defineProperty(exports, "WorkspaceInviteLinkStatus", { enumerable: true, get: function () { return types_1.WorkspaceInviteLinkStatus; } });
|
|
76
|
+
Object.defineProperty(exports, "WorkspaceInviteStatus", { enumerable: true, get: function () { return types_1.WorkspaceInviteStatus; } });
|
|
77
|
+
Object.defineProperty(exports, "WorkspaceJoinRequestStatus", { enumerable: true, get: function () { return types_1.WorkspaceJoinRequestStatus; } });
|
|
78
|
+
Object.defineProperty(exports, "WorkspaceMemberRole", { enumerable: true, get: function () { return types_1.WorkspaceMemberRole; } });
|
|
43
79
|
exports.dynamicTable = __importStar(require("./dynamic-table"));
|
|
44
80
|
//# 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,gEAAgD"}
|
|
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"}
|
package/dist/index.d.ts
CHANGED
|
@@ -3,6 +3,7 @@ import { DynamicTableSdkConfig } from './core/types';
|
|
|
3
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';
|
|
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
7
|
export declare const createFrontendAxiosTokenProvider: (options?: {
|
|
7
8
|
authStorageKey?: string;
|
|
8
9
|
dtApiToken?: string | null;
|
package/dist/index.d.ts.map
CHANGED
|
@@ -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;
|
|
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"}
|
package/dist/index.js
CHANGED
|
@@ -14,11 +14,47 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
|
14
14
|
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
15
15
|
};
|
|
16
16
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
17
|
-
exports.createDynamicTableSdk = exports.createFrontendAxiosTokenProvider = void 0;
|
|
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;
|
|
18
18
|
const auth_1 = require("./core/auth");
|
|
19
19
|
const http_client_1 = require("./core/http-client");
|
|
20
20
|
const services_1 = require("./generated/services");
|
|
21
21
|
__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; } });
|
|
22
58
|
const createFrontendAxiosTokenProvider = (options) => {
|
|
23
59
|
const authStorageKey = options?.authStorageKey ?? 'auth_data';
|
|
24
60
|
return {
|
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;
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"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"}
|