@budibase/shared-core 2.29.1 → 2.29.2
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/constants/index.d.ts +1 -0
- package/dist/index.js +3 -0
- package/dist/index.js.map +2 -2
- package/dist/index.js.meta.json +1 -1
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/package.json +3 -3
package/dist/index.js
CHANGED
|
@@ -10015,6 +10015,7 @@ __export(src_exports, {
|
|
|
10015
10015
|
BuilderSocketEvent: () => BuilderSocketEvent,
|
|
10016
10016
|
CONSTANT_EXTERNAL_ROW_COLS: () => CONSTANT_EXTERNAL_ROW_COLS,
|
|
10017
10017
|
CONSTANT_INTERNAL_ROW_COLS: () => CONSTANT_INTERNAL_ROW_COLS,
|
|
10018
|
+
DEFAULT_BB_DATASOURCE_ID: () => DEFAULT_BB_DATASOURCE_ID,
|
|
10018
10019
|
GridSocketEvent: () => GridSocketEvent,
|
|
10019
10020
|
Header: () => Header,
|
|
10020
10021
|
InvalidFileExtensions: () => InvalidFileExtensions,
|
|
@@ -10368,6 +10369,7 @@ var BpmStatusValue = /* @__PURE__ */ ((BpmStatusValue2) => {
|
|
|
10368
10369
|
BpmStatusValue2["COMPLETED"] = "completed";
|
|
10369
10370
|
return BpmStatusValue2;
|
|
10370
10371
|
})(BpmStatusValue || {});
|
|
10372
|
+
var DEFAULT_BB_DATASOURCE_ID = "datasource_internal_bb_default";
|
|
10371
10373
|
|
|
10372
10374
|
// src/filters.ts
|
|
10373
10375
|
var filters_exports = {};
|
|
@@ -11254,6 +11256,7 @@ function findDuplicateInternalColumns(table) {
|
|
|
11254
11256
|
BuilderSocketEvent,
|
|
11255
11257
|
CONSTANT_EXTERNAL_ROW_COLS,
|
|
11256
11258
|
CONSTANT_INTERNAL_ROW_COLS,
|
|
11259
|
+
DEFAULT_BB_DATASOURCE_ID,
|
|
11257
11260
|
GridSocketEvent,
|
|
11258
11261
|
Header,
|
|
11259
11262
|
InvalidFileExtensions,
|