@loopstack/core 0.10.1 → 0.10.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/CHANGELOG.md
CHANGED
|
@@ -33,6 +33,7 @@ export declare const CreateDocumentInputSchema: z.ZodObject<{
|
|
|
33
33
|
}>>;
|
|
34
34
|
}, "strip", z.ZodTypeAny, {
|
|
35
35
|
ui?: any;
|
|
36
|
+
content?: any;
|
|
36
37
|
meta?: {
|
|
37
38
|
invalidate?: boolean | undefined;
|
|
38
39
|
mimeType?: "text/plain" | "text/html" | "text/css" | "text/xml" | "text/markdown" | "application/javascript" | "application/typescript" | "application/json" | "application/xml" | "application/yaml" | undefined;
|
|
@@ -41,10 +42,10 @@ export declare const CreateDocumentInputSchema: z.ZodObject<{
|
|
|
41
42
|
hideAtPlaces?: string[] | undefined;
|
|
42
43
|
} | undefined;
|
|
43
44
|
schema?: any;
|
|
44
|
-
content?: any;
|
|
45
45
|
tags?: string[] | undefined;
|
|
46
46
|
}, {
|
|
47
47
|
ui?: any;
|
|
48
|
+
content?: any;
|
|
48
49
|
meta?: {
|
|
49
50
|
invalidate?: boolean | undefined;
|
|
50
51
|
mimeType?: "text/plain" | "text/html" | "text/css" | "text/xml" | "text/markdown" | "application/javascript" | "application/typescript" | "application/json" | "application/xml" | "application/yaml" | undefined;
|
|
@@ -53,7 +54,6 @@ export declare const CreateDocumentInputSchema: z.ZodObject<{
|
|
|
53
54
|
hideAtPlaces?: string[] | undefined;
|
|
54
55
|
} | undefined;
|
|
55
56
|
schema?: any;
|
|
56
|
-
content?: any;
|
|
57
57
|
tags?: string[] | undefined;
|
|
58
58
|
}>>;
|
|
59
59
|
}, "strict", z.ZodTypeAny, {
|
|
@@ -61,6 +61,7 @@ export declare const CreateDocumentInputSchema: z.ZodObject<{
|
|
|
61
61
|
validate?: "strict" | "skip" | "safe" | undefined;
|
|
62
62
|
update?: {
|
|
63
63
|
ui?: any;
|
|
64
|
+
content?: any;
|
|
64
65
|
meta?: {
|
|
65
66
|
invalidate?: boolean | undefined;
|
|
66
67
|
mimeType?: "text/plain" | "text/html" | "text/css" | "text/xml" | "text/markdown" | "application/javascript" | "application/typescript" | "application/json" | "application/xml" | "application/yaml" | undefined;
|
|
@@ -69,7 +70,6 @@ export declare const CreateDocumentInputSchema: z.ZodObject<{
|
|
|
69
70
|
hideAtPlaces?: string[] | undefined;
|
|
70
71
|
} | undefined;
|
|
71
72
|
schema?: any;
|
|
72
|
-
content?: any;
|
|
73
73
|
tags?: string[] | undefined;
|
|
74
74
|
} | undefined;
|
|
75
75
|
}, {
|
|
@@ -77,6 +77,7 @@ export declare const CreateDocumentInputSchema: z.ZodObject<{
|
|
|
77
77
|
validate?: "strict" | "skip" | "safe" | undefined;
|
|
78
78
|
update?: {
|
|
79
79
|
ui?: any;
|
|
80
|
+
content?: any;
|
|
80
81
|
meta?: {
|
|
81
82
|
invalidate?: boolean | undefined;
|
|
82
83
|
mimeType?: "text/plain" | "text/html" | "text/css" | "text/xml" | "text/markdown" | "application/javascript" | "application/typescript" | "application/json" | "application/xml" | "application/yaml" | undefined;
|
|
@@ -85,7 +86,6 @@ export declare const CreateDocumentInputSchema: z.ZodObject<{
|
|
|
85
86
|
hideAtPlaces?: string[] | undefined;
|
|
86
87
|
} | undefined;
|
|
87
88
|
schema?: any;
|
|
88
|
-
content?: any;
|
|
89
89
|
tags?: string[] | undefined;
|
|
90
90
|
} | undefined;
|
|
91
91
|
}>;
|
|
@@ -119,6 +119,7 @@ export declare const CreateDocumentConfigSchema: z.ZodObject<{
|
|
|
119
119
|
}>>;
|
|
120
120
|
}, "strip", z.ZodTypeAny, {
|
|
121
121
|
ui?: any;
|
|
122
|
+
content?: any;
|
|
122
123
|
meta?: {
|
|
123
124
|
invalidate?: string | boolean | undefined;
|
|
124
125
|
mimeType?: string | undefined;
|
|
@@ -127,10 +128,10 @@ export declare const CreateDocumentConfigSchema: z.ZodObject<{
|
|
|
127
128
|
hideAtPlaces?: string[] | undefined;
|
|
128
129
|
} | undefined;
|
|
129
130
|
schema?: any;
|
|
130
|
-
content?: any;
|
|
131
131
|
tags?: string[] | undefined;
|
|
132
132
|
}, {
|
|
133
133
|
ui?: any;
|
|
134
|
+
content?: any;
|
|
134
135
|
meta?: {
|
|
135
136
|
invalidate?: string | boolean | undefined;
|
|
136
137
|
mimeType?: string | undefined;
|
|
@@ -139,7 +140,6 @@ export declare const CreateDocumentConfigSchema: z.ZodObject<{
|
|
|
139
140
|
hideAtPlaces?: string[] | undefined;
|
|
140
141
|
} | undefined;
|
|
141
142
|
schema?: any;
|
|
142
|
-
content?: any;
|
|
143
143
|
tags?: string[] | undefined;
|
|
144
144
|
}>>;
|
|
145
145
|
}, "strict", z.ZodTypeAny, {
|
|
@@ -147,6 +147,7 @@ export declare const CreateDocumentConfigSchema: z.ZodObject<{
|
|
|
147
147
|
validate?: string | undefined;
|
|
148
148
|
update?: {
|
|
149
149
|
ui?: any;
|
|
150
|
+
content?: any;
|
|
150
151
|
meta?: {
|
|
151
152
|
invalidate?: string | boolean | undefined;
|
|
152
153
|
mimeType?: string | undefined;
|
|
@@ -155,7 +156,6 @@ export declare const CreateDocumentConfigSchema: z.ZodObject<{
|
|
|
155
156
|
hideAtPlaces?: string[] | undefined;
|
|
156
157
|
} | undefined;
|
|
157
158
|
schema?: any;
|
|
158
|
-
content?: any;
|
|
159
159
|
tags?: string[] | undefined;
|
|
160
160
|
} | undefined;
|
|
161
161
|
}, {
|
|
@@ -163,6 +163,7 @@ export declare const CreateDocumentConfigSchema: z.ZodObject<{
|
|
|
163
163
|
validate?: string | undefined;
|
|
164
164
|
update?: {
|
|
165
165
|
ui?: any;
|
|
166
|
+
content?: any;
|
|
166
167
|
meta?: {
|
|
167
168
|
invalidate?: string | boolean | undefined;
|
|
168
169
|
mimeType?: string | undefined;
|
|
@@ -171,7 +172,6 @@ export declare const CreateDocumentConfigSchema: z.ZodObject<{
|
|
|
171
172
|
hideAtPlaces?: string[] | undefined;
|
|
172
173
|
} | undefined;
|
|
173
174
|
schema?: any;
|
|
174
|
-
content?: any;
|
|
175
175
|
tags?: string[] | undefined;
|
|
176
176
|
} | undefined;
|
|
177
177
|
}>;
|
package/package.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"name": "@loopstack/core",
|
|
3
3
|
"displayName": "Loopstack Core Module",
|
|
4
4
|
"description": "The core module of the loopstack automation framework",
|
|
5
|
-
"version": "0.10.
|
|
5
|
+
"version": "0.10.2",
|
|
6
6
|
"author": {
|
|
7
7
|
"name": "Jakob Klippel",
|
|
8
8
|
"url": "https://www.linkedin.com/in/jakob-klippel//"
|