@datapos/datapos-shared 0.3.519 → 0.3.520
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/{componentConfig.schema-C0C6ceb5.js → componentConfig.schema-BhoHfdqq.js} +5 -5
- package/dist/datapos-shared-component.es.js +1 -1
- package/dist/datapos-shared-connector.es.js +2 -2
- package/dist/datapos-shared-engine.es.js +19 -1
- package/dist/datapos-shared.es.js +2 -2
- package/dist/{moduleConfig.schema-DNq1iU4S.js → moduleConfig.schema-CzfX-j-V.js} +1 -1
- package/dist/types/src/engine/index.d.ts +2 -1
- package/package.json +1 -1
|
@@ -445,11 +445,11 @@ const E = (n) => /* @__PURE__ */ D(n.map((t) => /* @__PURE__ */ j(t))), T = /* @
|
|
|
445
445
|
path: /* @__PURE__ */ o()
|
|
446
446
|
});
|
|
447
447
|
export {
|
|
448
|
-
|
|
449
|
-
|
|
450
|
-
|
|
451
|
-
|
|
452
|
-
|
|
448
|
+
q as a,
|
|
449
|
+
j as b,
|
|
450
|
+
Q as c,
|
|
451
|
+
B as d,
|
|
452
|
+
z as e,
|
|
453
453
|
v as f,
|
|
454
454
|
b as g,
|
|
455
455
|
T as h,
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { DEFAULT_LOCALE_CODE as a } from "./datapos-shared-locale.es.js";
|
|
2
|
-
import {
|
|
2
|
+
import { e as s } from "./componentConfig.schema-BhoHfdqq.js";
|
|
3
3
|
const n = [
|
|
4
4
|
{ id: "alpha", color: "red", labels: { "en-gb": "alpha" } },
|
|
5
5
|
{ id: "beta", color: "amber", labels: { "en-gb": "beta" } },
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { DEFAULT_LOCALE_CODE as p, createLabelMap as C, resolveLabel as u } from "./datapos-shared-locale.es.js";
|
|
2
|
-
import { l as n, o as i, f as a,
|
|
3
|
-
import { m as O } from "./moduleConfig.schema-
|
|
2
|
+
import { l as n, o as i, f as a, a as s, r as d, b as g, s as e, g as o, n as l, h, i as S, p as f } from "./componentConfig.schema-BhoHfdqq.js";
|
|
3
|
+
import { m as O } from "./moduleConfig.schema-CzfX-j-V.js";
|
|
4
4
|
const L = n(["apiKey", "disabled", "oAuth2", "none"]), R = i({
|
|
5
5
|
authMethodId: L,
|
|
6
6
|
activeConnectionCount: o(l()),
|
|
@@ -1 +1,19 @@
|
|
|
1
|
-
|
|
1
|
+
const e = [
|
|
2
|
+
"abort",
|
|
3
|
+
"initialise",
|
|
4
|
+
"auditContent",
|
|
5
|
+
"auditObjectContent",
|
|
6
|
+
"createObject",
|
|
7
|
+
"dropObject",
|
|
8
|
+
"findObject",
|
|
9
|
+
"getObject",
|
|
10
|
+
"getReader",
|
|
11
|
+
"listNodes",
|
|
12
|
+
"previewObject",
|
|
13
|
+
"removeRecords",
|
|
14
|
+
"retrieveRecords",
|
|
15
|
+
"upsertRecords"
|
|
16
|
+
];
|
|
17
|
+
export {
|
|
18
|
+
e as ENGINE_OPERATION_NAMES
|
|
19
|
+
};
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { l as n, o,
|
|
2
|
-
import { m as s } from "./moduleConfig.schema-
|
|
1
|
+
import { l as n, o, a as e, b as t, n as a, c, d as r } from "./componentConfig.schema-BhoHfdqq.js";
|
|
2
|
+
import { m as s } from "./moduleConfig.schema-CzfX-j-V.js";
|
|
3
3
|
const i = n(["list"]), p = o({
|
|
4
4
|
...c,
|
|
5
5
|
typeId: t("contextModelGroup"),
|
|
@@ -64,4 +64,5 @@ interface AuditObjectContentOptions extends ConnectorOperationOptions {
|
|
|
64
64
|
interface AuditObjectContentResult {
|
|
65
65
|
contentAuditConfig: ContentAuditConfig;
|
|
66
66
|
}
|
|
67
|
-
export
|
|
67
|
+
export { ENGINE_OPERATION_NAMES };
|
|
68
|
+
export type { AuditObjectContentOptions, AuditObjectContentResult, EngineCallbackData, EngineConfig, EngineRuntimeInterface, EngineUtilities, EngineWorkerInitialiseOptions, EngineWorkerInterface };
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@datapos/datapos-shared",
|
|
3
|
-
"version": "0.3.
|
|
3
|
+
"version": "0.3.520",
|
|
4
4
|
"description": "A library containing common constants, types and utilities used across all Data Positioning projects.",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"author": "Jonathan Terrell <terrell.jm@gmail.com>",
|