@dpuse/dpuse-shared 0.3.775 → 0.3.777
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/README.md +6 -6
- package/dist/{componentConfig.schema-CK_0vKEB.js → componentConfig.schema-BvhUd4m4.js} +3 -3
- package/dist/dpuse-shared-component.es.js +6 -6
- package/dist/dpuse-shared-componentModuleConnector.es.js +30 -29
- package/dist/dpuse-shared-componentModuleCookbook.es.js +2 -2
- package/dist/dpuse-shared-componentModulePresenter.es.js +2 -2
- package/dist/{moduleConfig.schema-Cd6AU1nb.js → moduleConfig.schema-CcJFr8H1.js} +1 -1
- package/dist/types/src/component/componentConfig.schema.d.ts +4 -4
- package/dist/types/src/component/module/connector/connectorConfig.schema.d.ts +2 -1
- package/dist/types/src/component/module/cookbook/cookbookConfig.schema.d.ts +1 -1
- package/dist/types/src/component/module/moduleConfig.schema.d.ts +2 -2
- package/dist/types/src/component/module/presenter/presenterConfig.schema.d.ts +1 -1
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -142,17 +142,17 @@ _Note: Sonda's Vite reports currently exclude CSS files, since Vite does not gen
|
|
|
142
142
|
|
|
143
143
|
|Chunk/Module/File|Composition|
|
|
144
144
|
|:------ |:-----------|
|
|
145
|
-
| dist/componentConfig.schema-
|
|
145
|
+
| dist/componentConfig.schema-BvhUd4m4.js | 10.4 kB · brotli 2.2 kB |
|
|
146
146
|
| dist/dpuse-shared-encoding.es.js | 6.8 kB · brotli 953 B |
|
|
147
|
+
| dist/dpuse-shared-componentModuleConnector.es.js | 3.6 kB · brotli 1.2 kB |
|
|
147
148
|
| dist/dpuse-shared-utilities.es.js | 3.6 kB · brotli 1.1 kB |
|
|
148
149
|
| dist/dpuse-shared-errors.es.js | 3.5 kB · brotli 1.1 kB |
|
|
149
|
-
| dist/dpuse-shared-componentModuleConnector.es.js | 3.5 kB · brotli 1.1 kB |
|
|
150
150
|
| dist/dpuse-shared-locale.es.js | 1.0 kB · brotli 393 B |
|
|
151
|
-
| dist/dpuse-shared-component.es.js |
|
|
151
|
+
| dist/dpuse-shared-component.es.js | 842 B · brotli 355 B |
|
|
152
152
|
| dist/dpuse-shared-componentDataView.es.js | 722 B · brotli 310 B |
|
|
153
|
-
| dist/dpuse-shared-componentModulePresenter.es.js | 411 B · brotli
|
|
154
|
-
| dist/moduleConfig.schema-
|
|
155
|
-
| dist/dpuse-shared-componentModuleCookbook.es.js | 370 B · brotli
|
|
153
|
+
| dist/dpuse-shared-componentModulePresenter.es.js | 411 B · brotli 225 B |
|
|
154
|
+
| dist/moduleConfig.schema-CcJFr8H1.js | 405 B · brotli 224 B |
|
|
155
|
+
| dist/dpuse-shared-componentModuleCookbook.es.js | 370 B · brotli 203 B |
|
|
156
156
|
| dist/dpuse-shared-componentModuleTool.es.js | 325 B · brotli 223 B |
|
|
157
157
|
| dist/dpuse-shared-componentRecipe.es.js | 94 B · brotli 70 B |
|
|
158
158
|
| dist/dpuse-shared-componentConnection.es.js | 0 B · brotli 1 B |
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import "./dpuse-shared-locale.es.js";
|
|
2
|
-
import { n as e } from "./componentConfig.schema-
|
|
2
|
+
import { n as e } from "./componentConfig.schema-BvhUd4m4.js";
|
|
3
3
|
//#region src/component/index.ts
|
|
4
4
|
var t = [
|
|
5
5
|
{
|
|
6
6
|
id: "alpha",
|
|
7
|
-
color: "
|
|
7
|
+
color: "danger",
|
|
8
8
|
labels: {
|
|
9
9
|
en: "alpha",
|
|
10
10
|
es: "alfa"
|
|
@@ -12,7 +12,7 @@ var t = [
|
|
|
12
12
|
},
|
|
13
13
|
{
|
|
14
14
|
id: "beta",
|
|
15
|
-
color: "
|
|
15
|
+
color: "warning",
|
|
16
16
|
labels: {
|
|
17
17
|
en: "beta",
|
|
18
18
|
es: "beta"
|
|
@@ -20,7 +20,7 @@ var t = [
|
|
|
20
20
|
},
|
|
21
21
|
{
|
|
22
22
|
id: "releaseCandidate",
|
|
23
|
-
color: "
|
|
23
|
+
color: "success",
|
|
24
24
|
labels: {
|
|
25
25
|
en: "release-candidate",
|
|
26
26
|
es: "candidato-de-lanzamiento"
|
|
@@ -28,7 +28,7 @@ var t = [
|
|
|
28
28
|
},
|
|
29
29
|
{
|
|
30
30
|
id: "generalAvailability",
|
|
31
|
-
color: "
|
|
31
|
+
color: "success",
|
|
32
32
|
labels: {
|
|
33
33
|
en: "",
|
|
34
34
|
es: ""
|
|
@@ -45,7 +45,7 @@ function n(e, n = "en") {
|
|
|
45
45
|
};
|
|
46
46
|
}
|
|
47
47
|
return {
|
|
48
|
-
color: "
|
|
48
|
+
color: "danger",
|
|
49
49
|
label: e
|
|
50
50
|
};
|
|
51
51
|
}
|
|
@@ -1,7 +1,8 @@
|
|
|
1
1
|
import { createLabelMap as e, resolveLabel as t } from "./dpuse-shared-locale.es.js";
|
|
2
|
-
import { a as n, c as r, d as i, f as a, i as o, l as s, m as c, o as l, p as u, s as d, u as f } from "./componentConfig.schema-
|
|
3
|
-
import { t as p } from "./moduleConfig.schema-
|
|
4
|
-
|
|
2
|
+
import { a as n, c as r, d as i, f as a, i as o, l as s, m as c, o as l, p as u, s as d, u as f } from "./componentConfig.schema-BvhUd4m4.js";
|
|
3
|
+
import { t as p } from "./moduleConfig.schema-CcJFr8H1.js";
|
|
4
|
+
//#region src/component/module/connector/connectorConfig.schema.ts
|
|
5
|
+
var m = o([
|
|
5
6
|
"abortOperation",
|
|
6
7
|
"auditObjectContent",
|
|
7
8
|
"createObject",
|
|
@@ -17,38 +18,38 @@ o([
|
|
|
17
18
|
"retrieveChunks",
|
|
18
19
|
"retrieveRecords",
|
|
19
20
|
"upsertRecords"
|
|
20
|
-
])
|
|
21
|
-
var m = o([
|
|
21
|
+
]), h = o([
|
|
22
22
|
"application",
|
|
23
23
|
"curatedDataset",
|
|
24
24
|
"database",
|
|
25
25
|
"fileStore"
|
|
26
|
-
]),
|
|
26
|
+
]), g = i({ label: n }), _ = o([
|
|
27
27
|
"bidirectional",
|
|
28
28
|
"destination",
|
|
29
29
|
"source"
|
|
30
|
-
]),
|
|
30
|
+
]), v = i({ label: n }), y = o([
|
|
31
31
|
"apiKey",
|
|
32
32
|
"disabled",
|
|
33
33
|
"oAuth2",
|
|
34
34
|
"none"
|
|
35
|
-
]),
|
|
36
|
-
authMethodId:
|
|
35
|
+
]), b = i({
|
|
36
|
+
authMethodId: y,
|
|
37
37
|
activeConnectionCount: a(f()),
|
|
38
38
|
canDescribe: a(d()),
|
|
39
39
|
id: a(c()),
|
|
40
40
|
label: a(n),
|
|
41
41
|
maxConnectionCount: s(f()),
|
|
42
42
|
params: a(l(u(c(), c())))
|
|
43
|
-
}),
|
|
43
|
+
}), x = i({
|
|
44
44
|
...p,
|
|
45
45
|
typeId: r("connector"),
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
46
|
+
actionNames: l(m),
|
|
47
|
+
category: s(g),
|
|
48
|
+
categoryId: h,
|
|
49
|
+
implementations: u(c(), b),
|
|
50
|
+
usage: s(v),
|
|
51
|
+
usageId: s(_)
|
|
52
|
+
}), S = [
|
|
52
53
|
{
|
|
53
54
|
id: "application",
|
|
54
55
|
label: {
|
|
@@ -77,7 +78,7 @@ var m = o([
|
|
|
77
78
|
es: "Almacén de Archivos"
|
|
78
79
|
}
|
|
79
80
|
}
|
|
80
|
-
],
|
|
81
|
+
], C = {
|
|
81
82
|
abortOperation: "Abort Operation",
|
|
82
83
|
auditObjectContent: "Audit Object Content",
|
|
83
84
|
createObject: "Create Object",
|
|
@@ -93,7 +94,7 @@ var m = o([
|
|
|
93
94
|
retrieveChunks: "Retrieve Chunks",
|
|
94
95
|
retrieveRecords: "Retrieve Records",
|
|
95
96
|
upsertRecords: "Upsert Records"
|
|
96
|
-
},
|
|
97
|
+
}, w = [
|
|
97
98
|
{
|
|
98
99
|
id: "bidirectional",
|
|
99
100
|
label: {
|
|
@@ -122,12 +123,12 @@ var m = o([
|
|
|
122
123
|
es: "Desconocido"
|
|
123
124
|
}
|
|
124
125
|
}
|
|
125
|
-
],
|
|
126
|
+
], T = /* @__PURE__ */ new Set([
|
|
126
127
|
"createObject",
|
|
127
128
|
"dropObject",
|
|
128
129
|
"removeRecords",
|
|
129
130
|
"upsertRecords"
|
|
130
|
-
]),
|
|
131
|
+
]), E = /* @__PURE__ */ new Set([
|
|
131
132
|
"auditObjectContent",
|
|
132
133
|
"findObject",
|
|
133
134
|
"getInfo",
|
|
@@ -138,13 +139,13 @@ var m = o([
|
|
|
138
139
|
"retrieveChunks",
|
|
139
140
|
"retrieveRecords"
|
|
140
141
|
]);
|
|
141
|
-
function
|
|
142
|
+
function D(e) {
|
|
142
143
|
let t = !1, n = !1;
|
|
143
|
-
for (let r of e)
|
|
144
|
+
for (let r of e) E.has(r) && (t = !0), T.has(r) && (n = !0);
|
|
144
145
|
return t && n ? "bidirectional" : t ? "source" : n ? "destination" : "source";
|
|
145
146
|
}
|
|
146
|
-
var
|
|
147
|
-
let i =
|
|
147
|
+
var O = (n, r = "en") => {
|
|
148
|
+
let i = S.find((e) => e.id === n);
|
|
148
149
|
if (i) {
|
|
149
150
|
let n = e(i.label);
|
|
150
151
|
return {
|
|
@@ -156,8 +157,8 @@ var D = (n, r = "en") => {
|
|
|
156
157
|
label: n,
|
|
157
158
|
description: ""
|
|
158
159
|
};
|
|
159
|
-
},
|
|
160
|
-
let i =
|
|
160
|
+
}, k = (n, r = "en") => {
|
|
161
|
+
let i = w.find((e) => e.id === n);
|
|
161
162
|
if (i) {
|
|
162
163
|
let n = e(i.label);
|
|
163
164
|
return {
|
|
@@ -170,11 +171,11 @@ var D = (n, r = "en") => {
|
|
|
170
171
|
description: ""
|
|
171
172
|
};
|
|
172
173
|
};
|
|
173
|
-
function
|
|
174
|
+
function A(e) {
|
|
174
175
|
let t = new Set(e), n = "|Action|Supported|\n";
|
|
175
176
|
n += "|:----|:-------:|\n";
|
|
176
|
-
for (let e of Object.keys(
|
|
177
|
+
for (let e of Object.keys(C)) n += `| ${C[e]} | ${t.has(e) ? "✓" : ""} |\n`;
|
|
177
178
|
return n;
|
|
178
179
|
}
|
|
179
180
|
//#endregion
|
|
180
|
-
export {
|
|
181
|
+
export { C as CONNECTOR_ACTION_NAME_MAP, x as connectorConfigSchema, O as constructConnectorCategoryConfig, k as constructConnectorUsageConfig, D as determineConnectorUsageId, A as getConnectorActionsTable };
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { c as e, d as t, i as n, o as r, r as i } from "./componentConfig.schema-
|
|
2
|
-
import { t as a } from "./moduleConfig.schema-
|
|
1
|
+
import { c as e, d as t, i as n, o as r, r as i } from "./componentConfig.schema-BvhUd4m4.js";
|
|
2
|
+
import { t as a } from "./moduleConfig.schema-CcJFr8H1.js";
|
|
3
3
|
//#region src/component/module/cookbook/cookbookConfig.schema.ts
|
|
4
4
|
var o = n(["list"]), s = t({
|
|
5
5
|
...a,
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { c as e, d as t, i as n, o as r, r as i } from "./componentConfig.schema-
|
|
2
|
-
import { t as a } from "./moduleConfig.schema-
|
|
1
|
+
import { c as e, d as t, i as n, o as r, r as i } from "./componentConfig.schema-BvhUd4m4.js";
|
|
2
|
+
import { t as a } from "./moduleConfig.schema-CcJFr8H1.js";
|
|
3
3
|
//#region src/component/module/presenter/presenterConfig.schema.ts
|
|
4
4
|
var o = n([
|
|
5
5
|
"list",
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
export declare const componentTypeIdSchema: import('valibot').UnionSchema<readonly [import('valibot').LiteralSchema<"app", undefined>, import('valibot').LiteralSchema<"connector", undefined>, import('valibot').LiteralSchema<"connectorConnection", undefined>, import('valibot').LiteralSchema<"context", undefined>, import('valibot').LiteralSchema<"contextArea", undefined>, import('valibot').LiteralSchema<"contextModel", undefined>, import('valibot').LiteralSchema<"contextModelDimension", undefined>, import('valibot').LiteralSchema<"contextModelDimensionHierarchy", undefined>, import('valibot').LiteralSchema<"contextModelEntity", undefined>, import('valibot').LiteralSchema<"contextModelEntityDataItem", undefined>, import('valibot').LiteralSchema<"contextModelEntityEvent", undefined>, import('valibot').LiteralSchema<"contextModelEntityPrimaryMeasure", undefined>, import('valibot').LiteralSchema<"contextModelSecondaryMeasure", undefined>, import('valibot').LiteralSchema<"cookbook", undefined>, import('valibot').LiteralSchema<"cookbookRecipe", undefined>, import('valibot').LiteralSchema<"dataView", undefined>, import('valibot').LiteralSchema<"dimension", undefined>, import('valibot').LiteralSchema<"engine", undefined>, import('valibot').LiteralSchema<"eventQuery", undefined>, import('valibot').LiteralSchema<"presenter", undefined>, import('valibot').LiteralSchema<"presenterPresentation", undefined>, import('valibot').LiteralSchema<"tool", undefined>], undefined>;
|
|
2
|
-
export declare const componentStatusColorIdSchema: import('valibot').UnionSchema<readonly [import('valibot').LiteralSchema<"
|
|
2
|
+
export declare const componentStatusColorIdSchema: import('valibot').UnionSchema<readonly [import('valibot').LiteralSchema<"danger", undefined>, import('valibot').LiteralSchema<"success", undefined>, import('valibot').LiteralSchema<"warning", undefined>], undefined>;
|
|
3
3
|
export declare const componentStatusIdSchema: import('valibot').UnionSchema<readonly [import('valibot').LiteralSchema<"alpha", undefined>, import('valibot').LiteralSchema<"beta", undefined>, import('valibot').LiteralSchema<"releaseCandidate", undefined>, import('valibot').LiteralSchema<"generalAvailability", undefined>], undefined>;
|
|
4
4
|
export declare const componentStatusConfigSchema: import('valibot').ObjectSchema<{
|
|
5
|
-
readonly color: import('valibot').UnionSchema<readonly [import('valibot').LiteralSchema<"
|
|
5
|
+
readonly color: import('valibot').UnionSchema<readonly [import('valibot').LiteralSchema<"danger", undefined>, import('valibot').LiteralSchema<"success", undefined>, import('valibot').LiteralSchema<"warning", undefined>], undefined>;
|
|
6
6
|
readonly label: import('valibot').StringSchema<undefined>;
|
|
7
7
|
}, undefined>;
|
|
8
8
|
export declare const componentBaseConfigSchema: {
|
|
@@ -39,7 +39,7 @@ export declare const componentCoreFieldsConfig: {
|
|
|
39
39
|
firstCreatedAt: import('valibot').NullableSchema<import('valibot').NumberSchema<undefined>, undefined>;
|
|
40
40
|
lastUpdatedAt: import('valibot').NullableSchema<import('valibot').NumberSchema<undefined>, undefined>;
|
|
41
41
|
status: import('valibot').NullableSchema<import('valibot').ObjectSchema<{
|
|
42
|
-
readonly color: import('valibot').UnionSchema<readonly [import('valibot').LiteralSchema<"
|
|
42
|
+
readonly color: import('valibot').UnionSchema<readonly [import('valibot').LiteralSchema<"danger", undefined>, import('valibot').LiteralSchema<"success", undefined>, import('valibot').LiteralSchema<"warning", undefined>], undefined>;
|
|
43
43
|
readonly label: import('valibot').StringSchema<undefined>;
|
|
44
44
|
}, undefined>, undefined>;
|
|
45
45
|
statusId: import('valibot').NullableSchema<import('valibot').UnionSchema<readonly [import('valibot').LiteralSchema<"alpha", undefined>, import('valibot').LiteralSchema<"beta", undefined>, import('valibot').LiteralSchema<"releaseCandidate", undefined>, import('valibot').LiteralSchema<"generalAvailability", undefined>], undefined>, undefined>;
|
|
@@ -60,7 +60,7 @@ export declare const componentInstanceConfigSchema: import('valibot').ObjectSche
|
|
|
60
60
|
readonly firstCreatedAt: import('valibot').NullableSchema<import('valibot').NumberSchema<undefined>, undefined>;
|
|
61
61
|
readonly lastUpdatedAt: import('valibot').NullableSchema<import('valibot').NumberSchema<undefined>, undefined>;
|
|
62
62
|
readonly status: import('valibot').NullableSchema<import('valibot').ObjectSchema<{
|
|
63
|
-
readonly color: import('valibot').UnionSchema<readonly [import('valibot').LiteralSchema<"
|
|
63
|
+
readonly color: import('valibot').UnionSchema<readonly [import('valibot').LiteralSchema<"danger", undefined>, import('valibot').LiteralSchema<"success", undefined>, import('valibot').LiteralSchema<"warning", undefined>], undefined>;
|
|
64
64
|
readonly label: import('valibot').StringSchema<undefined>;
|
|
65
65
|
}, undefined>, undefined>;
|
|
66
66
|
readonly statusId: import('valibot').NullableSchema<import('valibot').UnionSchema<readonly [import('valibot').LiteralSchema<"alpha", undefined>, import('valibot').LiteralSchema<"beta", undefined>, import('valibot').LiteralSchema<"releaseCandidate", undefined>, import('valibot').LiteralSchema<"generalAvailability", undefined>], undefined>, undefined>;
|
|
@@ -18,6 +18,7 @@ export declare const connectorUsageConfigSchema: import('valibot').ObjectSchema<
|
|
|
18
18
|
}, undefined>;
|
|
19
19
|
export declare const connectorConfigSchema: import('valibot').ObjectSchema<{
|
|
20
20
|
readonly typeId: import('valibot').LiteralSchema<"connector", undefined>;
|
|
21
|
+
readonly actionNames: import('valibot').ArraySchema<import('valibot').UnionSchema<readonly [import('valibot').LiteralSchema<"abortOperation", undefined>, import('valibot').LiteralSchema<"auditObjectContent", undefined>, import('valibot').LiteralSchema<"createObject", undefined>, import('valibot').LiteralSchema<"describeConnection", undefined>, import('valibot').LiteralSchema<"dropObject", undefined>, import('valibot').LiteralSchema<"findObject", undefined>, import('valibot').LiteralSchema<"getInfo", undefined>, import('valibot').LiteralSchema<"getReadableStream", undefined>, import('valibot').LiteralSchema<"getRecord", undefined>, import('valibot').LiteralSchema<"listNodes", undefined>, import('valibot').LiteralSchema<"previewObject", undefined>, import('valibot').LiteralSchema<"removeRecords", undefined>, import('valibot').LiteralSchema<"retrieveChunks", undefined>, import('valibot').LiteralSchema<"retrieveRecords", undefined>, import('valibot').LiteralSchema<"upsertRecords", undefined>], undefined>, undefined>;
|
|
21
22
|
readonly category: import('valibot').NullableSchema<import('valibot').ObjectSchema<{
|
|
22
23
|
readonly label: import('valibot').ObjectSchema<{
|
|
23
24
|
readonly en: import('valibot').StringSchema<undefined>;
|
|
@@ -51,7 +52,7 @@ export declare const connectorConfigSchema: import('valibot').ObjectSchema<{
|
|
|
51
52
|
readonly firstCreatedAt: import('valibot').NullableSchema<import('valibot').NumberSchema<undefined>, undefined>;
|
|
52
53
|
readonly lastUpdatedAt: import('valibot').NullableSchema<import('valibot').NumberSchema<undefined>, undefined>;
|
|
53
54
|
readonly status: import('valibot').NullableSchema<import('valibot').ObjectSchema<{
|
|
54
|
-
readonly color: import('valibot').UnionSchema<readonly [import('valibot').LiteralSchema<"
|
|
55
|
+
readonly color: import('valibot').UnionSchema<readonly [import('valibot').LiteralSchema<"danger", undefined>, import('valibot').LiteralSchema<"success", undefined>, import('valibot').LiteralSchema<"warning", undefined>], undefined>;
|
|
55
56
|
readonly label: import('valibot').StringSchema<undefined>;
|
|
56
57
|
}, undefined>, undefined>;
|
|
57
58
|
readonly statusId: import('valibot').NullableSchema<import('valibot').UnionSchema<readonly [import('valibot').LiteralSchema<"alpha", undefined>, import('valibot').LiteralSchema<"beta", undefined>, import('valibot').LiteralSchema<"releaseCandidate", undefined>, import('valibot').LiteralSchema<"generalAvailability", undefined>], undefined>, undefined>;
|
|
@@ -25,7 +25,7 @@ export declare const cookbookConfigSchema: import('valibot').ObjectSchema<{
|
|
|
25
25
|
readonly firstCreatedAt: import('valibot').NullableSchema<import('valibot').NumberSchema<undefined>, undefined>;
|
|
26
26
|
readonly lastUpdatedAt: import('valibot').NullableSchema<import('valibot').NumberSchema<undefined>, undefined>;
|
|
27
27
|
readonly status: import('valibot').NullableSchema<import('valibot').ObjectSchema<{
|
|
28
|
-
readonly color: import('valibot').UnionSchema<readonly [import('valibot').LiteralSchema<"
|
|
28
|
+
readonly color: import('valibot').UnionSchema<readonly [import('valibot').LiteralSchema<"danger", undefined>, import('valibot').LiteralSchema<"success", undefined>, import('valibot').LiteralSchema<"warning", undefined>], undefined>;
|
|
29
29
|
readonly label: import('valibot').StringSchema<undefined>;
|
|
30
30
|
}, undefined>, undefined>;
|
|
31
31
|
readonly statusId: import('valibot').NullableSchema<import('valibot').UnionSchema<readonly [import('valibot').LiteralSchema<"alpha", undefined>, import('valibot').LiteralSchema<"beta", undefined>, import('valibot').LiteralSchema<"releaseCandidate", undefined>, import('valibot').LiteralSchema<"generalAvailability", undefined>], undefined>, undefined>;
|
|
@@ -7,7 +7,7 @@ export declare const moduleConfigCoreFields: {
|
|
|
7
7
|
firstCreatedAt: import('valibot').NullableSchema<import('valibot').NumberSchema<undefined>, undefined>;
|
|
8
8
|
lastUpdatedAt: import('valibot').NullableSchema<import('valibot').NumberSchema<undefined>, undefined>;
|
|
9
9
|
status: import('valibot').NullableSchema<import('valibot').ObjectSchema<{
|
|
10
|
-
readonly color: import('valibot').UnionSchema<readonly [import('valibot').LiteralSchema<"
|
|
10
|
+
readonly color: import('valibot').UnionSchema<readonly [import('valibot').LiteralSchema<"danger", undefined>, import('valibot').LiteralSchema<"success", undefined>, import('valibot').LiteralSchema<"warning", undefined>], undefined>;
|
|
11
11
|
readonly label: import('valibot').StringSchema<undefined>;
|
|
12
12
|
}, undefined>, undefined>;
|
|
13
13
|
statusId: import('valibot').NullableSchema<import('valibot').UnionSchema<readonly [import('valibot').LiteralSchema<"alpha", undefined>, import('valibot').LiteralSchema<"beta", undefined>, import('valibot').LiteralSchema<"releaseCandidate", undefined>, import('valibot').LiteralSchema<"generalAvailability", undefined>], undefined>, undefined>;
|
|
@@ -33,7 +33,7 @@ export declare const moduleConfigSchema: import('valibot').ObjectSchema<{
|
|
|
33
33
|
readonly firstCreatedAt: import('valibot').NullableSchema<import('valibot').NumberSchema<undefined>, undefined>;
|
|
34
34
|
readonly lastUpdatedAt: import('valibot').NullableSchema<import('valibot').NumberSchema<undefined>, undefined>;
|
|
35
35
|
readonly status: import('valibot').NullableSchema<import('valibot').ObjectSchema<{
|
|
36
|
-
readonly color: import('valibot').UnionSchema<readonly [import('valibot').LiteralSchema<"
|
|
36
|
+
readonly color: import('valibot').UnionSchema<readonly [import('valibot').LiteralSchema<"danger", undefined>, import('valibot').LiteralSchema<"success", undefined>, import('valibot').LiteralSchema<"warning", undefined>], undefined>;
|
|
37
37
|
readonly label: import('valibot').StringSchema<undefined>;
|
|
38
38
|
}, undefined>, undefined>;
|
|
39
39
|
readonly statusId: import('valibot').NullableSchema<import('valibot').UnionSchema<readonly [import('valibot').LiteralSchema<"alpha", undefined>, import('valibot').LiteralSchema<"beta", undefined>, import('valibot').LiteralSchema<"releaseCandidate", undefined>, import('valibot').LiteralSchema<"generalAvailability", undefined>], undefined>, undefined>;
|
|
@@ -25,7 +25,7 @@ export declare const presenterConfigSchema: import('valibot').ObjectSchema<{
|
|
|
25
25
|
readonly firstCreatedAt: import('valibot').NullableSchema<import('valibot').NumberSchema<undefined>, undefined>;
|
|
26
26
|
readonly lastUpdatedAt: import('valibot').NullableSchema<import('valibot').NumberSchema<undefined>, undefined>;
|
|
27
27
|
readonly status: import('valibot').NullableSchema<import('valibot').ObjectSchema<{
|
|
28
|
-
readonly color: import('valibot').UnionSchema<readonly [import('valibot').LiteralSchema<"
|
|
28
|
+
readonly color: import('valibot').UnionSchema<readonly [import('valibot').LiteralSchema<"danger", undefined>, import('valibot').LiteralSchema<"success", undefined>, import('valibot').LiteralSchema<"warning", undefined>], undefined>;
|
|
29
29
|
readonly label: import('valibot').StringSchema<undefined>;
|
|
30
30
|
}, undefined>, undefined>;
|
|
31
31
|
readonly statusId: import('valibot').NullableSchema<import('valibot').UnionSchema<readonly [import('valibot').LiteralSchema<"alpha", undefined>, import('valibot').LiteralSchema<"beta", undefined>, import('valibot').LiteralSchema<"releaseCandidate", undefined>, import('valibot').LiteralSchema<"generalAvailability", undefined>], undefined>, undefined>;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@dpuse/dpuse-shared",
|
|
3
|
-
"version": "0.3.
|
|
3
|
+
"version": "0.3.777",
|
|
4
4
|
"private": false,
|
|
5
5
|
"description": "Common constants, types and utilities used across all DPUse projects.",
|
|
6
6
|
"license": "MIT",
|
|
@@ -148,7 +148,7 @@
|
|
|
148
148
|
},
|
|
149
149
|
"devDependencies": {
|
|
150
150
|
"@dpuse/dpuse-development": "^0.3.705",
|
|
151
|
-
"@dpuse/eslint-config-dpuse": "^1.0.
|
|
151
|
+
"@dpuse/eslint-config-dpuse": "^1.0.116",
|
|
152
152
|
"@types/node": "^26.2.0",
|
|
153
153
|
"eslint": "^10.8.1",
|
|
154
154
|
"file-type": "^22.0.2",
|