@datapos/datapos-development 0.3.393 → 0.3.394
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/package.json
CHANGED
|
@@ -1,54 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* Created by asking Copilot to generate a 'valibot' schema for the 'ConnectorConfig' interface.
|
|
3
|
-
*/
|
|
4
|
-
export declare const connectorConfigSchema: import('valibot').ObjectSchema<{
|
|
5
|
-
readonly id: import('valibot').StringSchema<undefined>;
|
|
6
|
-
readonly label: import('valibot').ObjectSchema<{
|
|
7
|
-
readonly 'en-au': import('valibot').OptionalSchema<import('valibot').StringSchema<undefined>, undefined>;
|
|
8
|
-
readonly 'en-gb': import('valibot').OptionalSchema<import('valibot').StringSchema<undefined>, undefined>;
|
|
9
|
-
readonly 'en-us': import('valibot').OptionalSchema<import('valibot').StringSchema<undefined>, undefined>;
|
|
10
|
-
readonly 'es-es': import('valibot').OptionalSchema<import('valibot').StringSchema<undefined>, undefined>;
|
|
11
|
-
}, undefined>;
|
|
12
|
-
readonly description: import('valibot').ObjectSchema<{
|
|
13
|
-
readonly 'en-au': import('valibot').OptionalSchema<import('valibot').StringSchema<undefined>, undefined>;
|
|
14
|
-
readonly 'en-gb': import('valibot').OptionalSchema<import('valibot').StringSchema<undefined>, undefined>;
|
|
15
|
-
readonly 'en-us': import('valibot').OptionalSchema<import('valibot').StringSchema<undefined>, undefined>;
|
|
16
|
-
readonly 'es-es': import('valibot').OptionalSchema<import('valibot').StringSchema<undefined>, undefined>;
|
|
17
|
-
}, undefined>;
|
|
18
|
-
readonly firstCreatedAt: import('valibot').OptionalSchema<import('valibot').NumberSchema<undefined>, undefined>;
|
|
19
|
-
readonly icon: import('valibot').NullableSchema<import('valibot').StringSchema<undefined>, undefined>;
|
|
20
|
-
readonly iconDark: import('valibot').NullableSchema<import('valibot').StringSchema<undefined>, undefined>;
|
|
21
|
-
readonly lastUpdatedAt: import('valibot').NullableSchema<import('valibot').NumberSchema<undefined>, undefined>;
|
|
22
|
-
readonly status: import('valibot').NullableSchema<import('valibot').ObjectSchema<{
|
|
23
|
-
readonly id: import('valibot').StringSchema<undefined>;
|
|
24
|
-
readonly color: import('valibot').UnionSchema<import('valibot').UnionOptions, import('valibot').ErrorMessage<import('valibot').UnionIssue<import('valibot').BaseIssue<unknown>>> | undefined>;
|
|
25
|
-
readonly label: import('valibot').StringSchema<undefined>;
|
|
26
|
-
}, undefined>, undefined>;
|
|
27
|
-
readonly statusId: import('valibot').UnionSchema<import('valibot').UnionOptions, import('valibot').ErrorMessage<import('valibot').UnionIssue<import('valibot').BaseIssue<unknown>>> | undefined>;
|
|
28
|
-
readonly typeId: import('valibot').LiteralSchema<"connector", undefined>;
|
|
29
|
-
readonly version: import('valibot').StringSchema<undefined>;
|
|
30
|
-
readonly category: import('valibot').NullableSchema<import('valibot').ObjectSchema<{
|
|
31
|
-
readonly id: import('valibot').StringSchema<undefined>;
|
|
32
|
-
readonly label: import('valibot').StringSchema<undefined>;
|
|
33
|
-
}, undefined>, undefined>;
|
|
34
|
-
readonly categoryId: import('valibot').UnionSchema<import('valibot').UnionOptions, import('valibot').ErrorMessage<import('valibot').UnionIssue<import('valibot').BaseIssue<unknown>>> | undefined>;
|
|
35
|
-
readonly implementations: import('valibot').RecordSchema<import('valibot').StringSchema<undefined>, import('valibot').ObjectSchema<{
|
|
36
|
-
readonly authMethodId: import('valibot').UnionSchema<import('valibot').UnionOptions, import('valibot').ErrorMessage<import('valibot').UnionIssue<import('valibot').BaseIssue<unknown>>> | undefined>;
|
|
37
|
-
readonly activeConnectionCount: import('valibot').OptionalSchema<import('valibot').NumberSchema<undefined>, undefined>;
|
|
38
|
-
readonly canDescribe: import('valibot').OptionalSchema<import('valibot').BooleanSchema<undefined>, undefined>;
|
|
39
|
-
readonly id: import('valibot').OptionalSchema<import('valibot').StringSchema<undefined>, undefined>;
|
|
40
|
-
readonly label: import('valibot').OptionalSchema<import('valibot').ObjectSchema<{
|
|
41
|
-
readonly 'en-au': import('valibot').StringSchema<undefined>;
|
|
42
|
-
readonly 'en-gb': import('valibot').StringSchema<undefined>;
|
|
43
|
-
readonly 'en-us': import('valibot').StringSchema<undefined>;
|
|
44
|
-
readonly 'es-es': import('valibot').StringSchema<undefined>;
|
|
45
|
-
}, undefined>, undefined>;
|
|
46
|
-
readonly maxConnectionCount: import('valibot').OptionalSchema<import('valibot').NumberSchema<undefined>, undefined>;
|
|
47
|
-
readonly params: import('valibot').OptionalSchema<import('valibot').ArraySchema<import('valibot').RecordSchema<import('valibot').StringSchema<undefined>, import('valibot').StringSchema<undefined>, undefined>, undefined>, undefined>;
|
|
48
|
-
}, undefined>, undefined>;
|
|
49
|
-
readonly operations: import('valibot').ArraySchema<import('valibot').UnionSchema<import('valibot').UnionOptions, import('valibot').ErrorMessage<import('valibot').UnionIssue<import('valibot').BaseIssue<unknown>>> | undefined>, undefined>;
|
|
50
|
-
readonly usageId: import('valibot').UnionSchema<import('valibot').UnionOptions, import('valibot').ErrorMessage<import('valibot').UnionIssue<import('valibot').BaseIssue<unknown>>> | undefined>;
|
|
51
|
-
readonly vendorAccountURL: import('valibot').NullableSchema<import('valibot').StringSchema<undefined>, undefined>;
|
|
52
|
-
readonly vendorDocumentationURL: import('valibot').NullableSchema<import('valibot').StringSchema<undefined>, undefined>;
|
|
53
|
-
readonly vendorHomeURL: import('valibot').NullableSchema<import('valibot').StringSchema<undefined>, undefined>;
|
|
54
|
-
}, undefined>;
|
|
@@ -1,77 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* Created by asking Copilot to generate a 'valibot' schema for the 'ContextConfig' interface.
|
|
3
|
-
*/
|
|
4
|
-
export declare const contextConfigSchema: import('valibot').ObjectSchema<{
|
|
5
|
-
readonly typeId: import('valibot').LiteralSchema<"context", undefined>;
|
|
6
|
-
readonly version: import('valibot').StringSchema<undefined>;
|
|
7
|
-
readonly models: import('valibot').ArraySchema<import('valibot').ObjectSchema<{
|
|
8
|
-
readonly typeId: import('valibot').LiteralSchema<"contextModelGroup", undefined>;
|
|
9
|
-
readonly modelRefs: import('valibot').ArraySchema<import('valibot').ObjectSchema<{
|
|
10
|
-
readonly id: import('valibot').StringSchema<undefined>;
|
|
11
|
-
readonly label: import('valibot').ObjectSchema<{
|
|
12
|
-
readonly 'en-au': import('valibot').OptionalSchema<import('valibot').StringSchema<undefined>, undefined>;
|
|
13
|
-
readonly 'en-gb': import('valibot').OptionalSchema<import('valibot').StringSchema<undefined>, undefined>;
|
|
14
|
-
readonly 'en-us': import('valibot').OptionalSchema<import('valibot').StringSchema<undefined>, undefined>;
|
|
15
|
-
readonly 'es-es': import('valibot').OptionalSchema<import('valibot').StringSchema<undefined>, undefined>;
|
|
16
|
-
}, undefined>;
|
|
17
|
-
readonly description: import('valibot').ObjectSchema<{
|
|
18
|
-
readonly 'en-au': import('valibot').OptionalSchema<import('valibot').StringSchema<undefined>, undefined>;
|
|
19
|
-
readonly 'en-gb': import('valibot').OptionalSchema<import('valibot').StringSchema<undefined>, undefined>;
|
|
20
|
-
readonly 'en-us': import('valibot').OptionalSchema<import('valibot').StringSchema<undefined>, undefined>;
|
|
21
|
-
readonly 'es-es': import('valibot').OptionalSchema<import('valibot').StringSchema<undefined>, undefined>;
|
|
22
|
-
}, undefined>;
|
|
23
|
-
readonly icon: import('valibot').OptionalSchema<import('valibot').StringSchema<undefined>, undefined>;
|
|
24
|
-
readonly iconDark: import('valibot').OptionalSchema<import('valibot').StringSchema<undefined>, undefined>;
|
|
25
|
-
readonly order: import('valibot').NumberSchema<undefined>;
|
|
26
|
-
readonly path: import('valibot').StringSchema<undefined>;
|
|
27
|
-
}, undefined>, undefined>;
|
|
28
|
-
readonly order: import('valibot').NumberSchema<undefined>;
|
|
29
|
-
readonly id: import('valibot').StringSchema<undefined>;
|
|
30
|
-
readonly label: import('valibot').ObjectSchema<{
|
|
31
|
-
readonly 'en-au': import('valibot').OptionalSchema<import('valibot').StringSchema<undefined>, undefined>;
|
|
32
|
-
readonly 'en-gb': import('valibot').OptionalSchema<import('valibot').StringSchema<undefined>, undefined>;
|
|
33
|
-
readonly 'en-us': import('valibot').OptionalSchema<import('valibot').StringSchema<undefined>, undefined>;
|
|
34
|
-
readonly 'es-es': import('valibot').OptionalSchema<import('valibot').StringSchema<undefined>, undefined>;
|
|
35
|
-
}, undefined>;
|
|
36
|
-
readonly description: import('valibot').ObjectSchema<{
|
|
37
|
-
readonly 'en-au': import('valibot').OptionalSchema<import('valibot').StringSchema<undefined>, undefined>;
|
|
38
|
-
readonly 'en-gb': import('valibot').OptionalSchema<import('valibot').StringSchema<undefined>, undefined>;
|
|
39
|
-
readonly 'en-us': import('valibot').OptionalSchema<import('valibot').StringSchema<undefined>, undefined>;
|
|
40
|
-
readonly 'es-es': import('valibot').OptionalSchema<import('valibot').StringSchema<undefined>, undefined>;
|
|
41
|
-
}, undefined>;
|
|
42
|
-
readonly firstCreatedAt: import('valibot').OptionalSchema<import('valibot').NumberSchema<undefined>, undefined>;
|
|
43
|
-
readonly icon: import('valibot').NullableSchema<import('valibot').StringSchema<undefined>, undefined>;
|
|
44
|
-
readonly iconDark: import('valibot').NullableSchema<import('valibot').StringSchema<undefined>, undefined>;
|
|
45
|
-
readonly lastUpdatedAt: import('valibot').NullableSchema<import('valibot').NumberSchema<undefined>, undefined>;
|
|
46
|
-
readonly status: import('valibot').NullableSchema<import('valibot').ObjectSchema<{
|
|
47
|
-
readonly id: import('valibot').StringSchema<undefined>;
|
|
48
|
-
readonly color: import('valibot').UnionSchema<import('valibot').UnionOptions, import('valibot').ErrorMessage<import('valibot').UnionIssue<import('valibot').BaseIssue<unknown>>> | undefined>;
|
|
49
|
-
readonly label: import('valibot').StringSchema<undefined>;
|
|
50
|
-
}, undefined>, undefined>;
|
|
51
|
-
readonly statusId: import('valibot').UnionSchema<import('valibot').UnionOptions, import('valibot').ErrorMessage<import('valibot').UnionIssue<import('valibot').BaseIssue<unknown>>> | undefined>;
|
|
52
|
-
}, undefined>, undefined>;
|
|
53
|
-
readonly operations: import('valibot').ArraySchema<import('valibot').UnionSchema<import('valibot').UnionOptions, import('valibot').ErrorMessage<import('valibot').UnionIssue<import('valibot').BaseIssue<unknown>>> | undefined>, undefined>;
|
|
54
|
-
readonly id: import('valibot').StringSchema<undefined>;
|
|
55
|
-
readonly label: import('valibot').ObjectSchema<{
|
|
56
|
-
readonly 'en-au': import('valibot').OptionalSchema<import('valibot').StringSchema<undefined>, undefined>;
|
|
57
|
-
readonly 'en-gb': import('valibot').OptionalSchema<import('valibot').StringSchema<undefined>, undefined>;
|
|
58
|
-
readonly 'en-us': import('valibot').OptionalSchema<import('valibot').StringSchema<undefined>, undefined>;
|
|
59
|
-
readonly 'es-es': import('valibot').OptionalSchema<import('valibot').StringSchema<undefined>, undefined>;
|
|
60
|
-
}, undefined>;
|
|
61
|
-
readonly description: import('valibot').ObjectSchema<{
|
|
62
|
-
readonly 'en-au': import('valibot').OptionalSchema<import('valibot').StringSchema<undefined>, undefined>;
|
|
63
|
-
readonly 'en-gb': import('valibot').OptionalSchema<import('valibot').StringSchema<undefined>, undefined>;
|
|
64
|
-
readonly 'en-us': import('valibot').OptionalSchema<import('valibot').StringSchema<undefined>, undefined>;
|
|
65
|
-
readonly 'es-es': import('valibot').OptionalSchema<import('valibot').StringSchema<undefined>, undefined>;
|
|
66
|
-
}, undefined>;
|
|
67
|
-
readonly firstCreatedAt: import('valibot').OptionalSchema<import('valibot').NumberSchema<undefined>, undefined>;
|
|
68
|
-
readonly icon: import('valibot').NullableSchema<import('valibot').StringSchema<undefined>, undefined>;
|
|
69
|
-
readonly iconDark: import('valibot').NullableSchema<import('valibot').StringSchema<undefined>, undefined>;
|
|
70
|
-
readonly lastUpdatedAt: import('valibot').NullableSchema<import('valibot').NumberSchema<undefined>, undefined>;
|
|
71
|
-
readonly status: import('valibot').NullableSchema<import('valibot').ObjectSchema<{
|
|
72
|
-
readonly id: import('valibot').StringSchema<undefined>;
|
|
73
|
-
readonly color: import('valibot').UnionSchema<import('valibot').UnionOptions, import('valibot').ErrorMessage<import('valibot').UnionIssue<import('valibot').BaseIssue<unknown>>> | undefined>;
|
|
74
|
-
readonly label: import('valibot').StringSchema<undefined>;
|
|
75
|
-
}, undefined>, undefined>;
|
|
76
|
-
readonly statusId: import('valibot').UnionSchema<import('valibot').UnionOptions, import('valibot').ErrorMessage<import('valibot').UnionIssue<import('valibot').BaseIssue<unknown>>> | undefined>;
|
|
77
|
-
}, undefined>;
|
|
@@ -1,50 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* Created by asking Copilot to generate a 'valibot' schema for the 'PresenterConfig' interface.
|
|
3
|
-
*/
|
|
4
|
-
export declare const presenterConfigSchema: import('valibot').ObjectSchema<{
|
|
5
|
-
readonly typeId: import('valibot').LiteralSchema<"presenter", undefined>;
|
|
6
|
-
readonly version: import('valibot').StringSchema<undefined>;
|
|
7
|
-
readonly presentations: import('valibot').ArraySchema<import('valibot').ObjectSchema<{
|
|
8
|
-
readonly id: import('valibot').StringSchema<undefined>;
|
|
9
|
-
readonly label: import('valibot').ObjectSchema<{
|
|
10
|
-
readonly 'en-au': import('valibot').OptionalSchema<import('valibot').StringSchema<undefined>, undefined>;
|
|
11
|
-
readonly 'en-gb': import('valibot').OptionalSchema<import('valibot').StringSchema<undefined>, undefined>;
|
|
12
|
-
readonly 'en-us': import('valibot').OptionalSchema<import('valibot').StringSchema<undefined>, undefined>;
|
|
13
|
-
readonly 'es-es': import('valibot').OptionalSchema<import('valibot').StringSchema<undefined>, undefined>;
|
|
14
|
-
}, undefined>;
|
|
15
|
-
readonly description: import('valibot').ObjectSchema<{
|
|
16
|
-
readonly 'en-au': import('valibot').OptionalSchema<import('valibot').StringSchema<undefined>, undefined>;
|
|
17
|
-
readonly 'en-gb': import('valibot').OptionalSchema<import('valibot').StringSchema<undefined>, undefined>;
|
|
18
|
-
readonly 'en-us': import('valibot').OptionalSchema<import('valibot').StringSchema<undefined>, undefined>;
|
|
19
|
-
readonly 'es-es': import('valibot').OptionalSchema<import('valibot').StringSchema<undefined>, undefined>;
|
|
20
|
-
}, undefined>;
|
|
21
|
-
readonly icon: import('valibot').OptionalSchema<import('valibot').StringSchema<undefined>, undefined>;
|
|
22
|
-
readonly iconDark: import('valibot').OptionalSchema<import('valibot').StringSchema<undefined>, undefined>;
|
|
23
|
-
readonly order: import('valibot').NumberSchema<undefined>;
|
|
24
|
-
readonly path: import('valibot').StringSchema<undefined>;
|
|
25
|
-
}, undefined>, undefined>;
|
|
26
|
-
readonly operations: import('valibot').ArraySchema<import('valibot').UnionSchema<import('valibot').UnionOptions, import('valibot').ErrorMessage<import('valibot').UnionIssue<import('valibot').BaseIssue<unknown>>> | undefined>, undefined>;
|
|
27
|
-
readonly id: import('valibot').StringSchema<undefined>;
|
|
28
|
-
readonly label: import('valibot').ObjectSchema<{
|
|
29
|
-
readonly 'en-au': import('valibot').OptionalSchema<import('valibot').StringSchema<undefined>, undefined>;
|
|
30
|
-
readonly 'en-gb': import('valibot').OptionalSchema<import('valibot').StringSchema<undefined>, undefined>;
|
|
31
|
-
readonly 'en-us': import('valibot').OptionalSchema<import('valibot').StringSchema<undefined>, undefined>;
|
|
32
|
-
readonly 'es-es': import('valibot').OptionalSchema<import('valibot').StringSchema<undefined>, undefined>;
|
|
33
|
-
}, undefined>;
|
|
34
|
-
readonly description: import('valibot').ObjectSchema<{
|
|
35
|
-
readonly 'en-au': import('valibot').OptionalSchema<import('valibot').StringSchema<undefined>, undefined>;
|
|
36
|
-
readonly 'en-gb': import('valibot').OptionalSchema<import('valibot').StringSchema<undefined>, undefined>;
|
|
37
|
-
readonly 'en-us': import('valibot').OptionalSchema<import('valibot').StringSchema<undefined>, undefined>;
|
|
38
|
-
readonly 'es-es': import('valibot').OptionalSchema<import('valibot').StringSchema<undefined>, undefined>;
|
|
39
|
-
}, undefined>;
|
|
40
|
-
readonly firstCreatedAt: import('valibot').OptionalSchema<import('valibot').NumberSchema<undefined>, undefined>;
|
|
41
|
-
readonly icon: import('valibot').NullableSchema<import('valibot').StringSchema<undefined>, undefined>;
|
|
42
|
-
readonly iconDark: import('valibot').NullableSchema<import('valibot').StringSchema<undefined>, undefined>;
|
|
43
|
-
readonly lastUpdatedAt: import('valibot').NullableSchema<import('valibot').NumberSchema<undefined>, undefined>;
|
|
44
|
-
readonly status: import('valibot').NullableSchema<import('valibot').ObjectSchema<{
|
|
45
|
-
readonly id: import('valibot').StringSchema<undefined>;
|
|
46
|
-
readonly color: import('valibot').UnionSchema<import('valibot').UnionOptions, import('valibot').ErrorMessage<import('valibot').UnionIssue<import('valibot').BaseIssue<unknown>>> | undefined>;
|
|
47
|
-
readonly label: import('valibot').StringSchema<undefined>;
|
|
48
|
-
}, undefined>, undefined>;
|
|
49
|
-
readonly statusId: import('valibot').UnionSchema<import('valibot').UnionOptions, import('valibot').ErrorMessage<import('valibot').UnionIssue<import('valibot').BaseIssue<unknown>>> | undefined>;
|
|
50
|
-
}, undefined>;
|