@loopstack/core 0.12.0 → 0.12.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
|
@@ -1,5 +1,21 @@
|
|
|
1
1
|
# @loopstack/core
|
|
2
2
|
|
|
3
|
+
## 0.12.2
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- 1b88ec2: Bump version
|
|
8
|
+
- Updated dependencies [1b88ec2]
|
|
9
|
+
- @loopstack/shared@0.12.2
|
|
10
|
+
|
|
11
|
+
## 0.12.1
|
|
12
|
+
|
|
13
|
+
### Patch Changes
|
|
14
|
+
|
|
15
|
+
- 228674f: Minor changes, Use Client Secret fallback
|
|
16
|
+
- Updated dependencies [228674f]
|
|
17
|
+
- @loopstack/shared@0.12.1
|
|
18
|
+
|
|
3
19
|
## 0.12.0
|
|
4
20
|
|
|
5
21
|
### Minor Changes
|
|
@@ -31,6 +31,7 @@ export declare const CreateDocumentInputSchema: z.ZodObject<{
|
|
|
31
31
|
}>>;
|
|
32
32
|
}, "strip", z.ZodTypeAny, {
|
|
33
33
|
ui?: any;
|
|
34
|
+
content?: any;
|
|
34
35
|
meta?: {
|
|
35
36
|
invalidate?: boolean | undefined;
|
|
36
37
|
mimeType?: "text/plain" | "text/html" | "text/css" | "text/xml" | "text/markdown" | "application/javascript" | "application/typescript" | "application/json" | "application/xml" | "application/yaml" | undefined;
|
|
@@ -39,10 +40,10 @@ export declare const CreateDocumentInputSchema: z.ZodObject<{
|
|
|
39
40
|
hideAtPlaces?: string[] | undefined;
|
|
40
41
|
} | undefined;
|
|
41
42
|
schema?: any;
|
|
42
|
-
content?: any;
|
|
43
43
|
tags?: string[] | undefined;
|
|
44
44
|
}, {
|
|
45
45
|
ui?: any;
|
|
46
|
+
content?: any;
|
|
46
47
|
meta?: {
|
|
47
48
|
invalidate?: boolean | undefined;
|
|
48
49
|
mimeType?: "text/plain" | "text/html" | "text/css" | "text/xml" | "text/markdown" | "application/javascript" | "application/typescript" | "application/json" | "application/xml" | "application/yaml" | undefined;
|
|
@@ -51,7 +52,6 @@ export declare const CreateDocumentInputSchema: z.ZodObject<{
|
|
|
51
52
|
hideAtPlaces?: string[] | undefined;
|
|
52
53
|
} | undefined;
|
|
53
54
|
schema?: any;
|
|
54
|
-
content?: any;
|
|
55
55
|
tags?: string[] | undefined;
|
|
56
56
|
}>>;
|
|
57
57
|
}, "strict", z.ZodTypeAny, {
|
|
@@ -59,6 +59,7 @@ export declare const CreateDocumentInputSchema: z.ZodObject<{
|
|
|
59
59
|
validate?: "strict" | "skip" | "safe" | undefined;
|
|
60
60
|
update?: {
|
|
61
61
|
ui?: any;
|
|
62
|
+
content?: any;
|
|
62
63
|
meta?: {
|
|
63
64
|
invalidate?: boolean | undefined;
|
|
64
65
|
mimeType?: "text/plain" | "text/html" | "text/css" | "text/xml" | "text/markdown" | "application/javascript" | "application/typescript" | "application/json" | "application/xml" | "application/yaml" | undefined;
|
|
@@ -67,7 +68,6 @@ export declare const CreateDocumentInputSchema: z.ZodObject<{
|
|
|
67
68
|
hideAtPlaces?: string[] | undefined;
|
|
68
69
|
} | undefined;
|
|
69
70
|
schema?: any;
|
|
70
|
-
content?: any;
|
|
71
71
|
tags?: string[] | undefined;
|
|
72
72
|
} | undefined;
|
|
73
73
|
}, {
|
|
@@ -75,6 +75,7 @@ export declare const CreateDocumentInputSchema: z.ZodObject<{
|
|
|
75
75
|
validate?: "strict" | "skip" | "safe" | undefined;
|
|
76
76
|
update?: {
|
|
77
77
|
ui?: any;
|
|
78
|
+
content?: any;
|
|
78
79
|
meta?: {
|
|
79
80
|
invalidate?: boolean | undefined;
|
|
80
81
|
mimeType?: "text/plain" | "text/html" | "text/css" | "text/xml" | "text/markdown" | "application/javascript" | "application/typescript" | "application/json" | "application/xml" | "application/yaml" | undefined;
|
|
@@ -83,7 +84,6 @@ export declare const CreateDocumentInputSchema: z.ZodObject<{
|
|
|
83
84
|
hideAtPlaces?: string[] | undefined;
|
|
84
85
|
} | undefined;
|
|
85
86
|
schema?: any;
|
|
86
|
-
content?: any;
|
|
87
87
|
tags?: string[] | undefined;
|
|
88
88
|
} | undefined;
|
|
89
89
|
}>;
|
|
@@ -117,6 +117,7 @@ export declare const CreateDocumentConfigSchema: z.ZodObject<{
|
|
|
117
117
|
}>>;
|
|
118
118
|
}, "strip", z.ZodTypeAny, {
|
|
119
119
|
ui?: any;
|
|
120
|
+
content?: any;
|
|
120
121
|
meta?: {
|
|
121
122
|
invalidate?: string | boolean | undefined;
|
|
122
123
|
mimeType?: string | undefined;
|
|
@@ -125,10 +126,10 @@ export declare const CreateDocumentConfigSchema: z.ZodObject<{
|
|
|
125
126
|
hideAtPlaces?: string[] | undefined;
|
|
126
127
|
} | undefined;
|
|
127
128
|
schema?: any;
|
|
128
|
-
content?: any;
|
|
129
129
|
tags?: string[] | undefined;
|
|
130
130
|
}, {
|
|
131
131
|
ui?: any;
|
|
132
|
+
content?: any;
|
|
132
133
|
meta?: {
|
|
133
134
|
invalidate?: string | boolean | undefined;
|
|
134
135
|
mimeType?: string | undefined;
|
|
@@ -137,7 +138,6 @@ export declare const CreateDocumentConfigSchema: z.ZodObject<{
|
|
|
137
138
|
hideAtPlaces?: string[] | undefined;
|
|
138
139
|
} | undefined;
|
|
139
140
|
schema?: any;
|
|
140
|
-
content?: any;
|
|
141
141
|
tags?: string[] | undefined;
|
|
142
142
|
}>>;
|
|
143
143
|
}, "strict", z.ZodTypeAny, {
|
|
@@ -145,6 +145,7 @@ export declare const CreateDocumentConfigSchema: z.ZodObject<{
|
|
|
145
145
|
validate?: string | undefined;
|
|
146
146
|
update?: {
|
|
147
147
|
ui?: any;
|
|
148
|
+
content?: any;
|
|
148
149
|
meta?: {
|
|
149
150
|
invalidate?: string | boolean | undefined;
|
|
150
151
|
mimeType?: string | undefined;
|
|
@@ -153,7 +154,6 @@ export declare const CreateDocumentConfigSchema: z.ZodObject<{
|
|
|
153
154
|
hideAtPlaces?: string[] | undefined;
|
|
154
155
|
} | undefined;
|
|
155
156
|
schema?: any;
|
|
156
|
-
content?: any;
|
|
157
157
|
tags?: string[] | undefined;
|
|
158
158
|
} | undefined;
|
|
159
159
|
}, {
|
|
@@ -161,6 +161,7 @@ export declare const CreateDocumentConfigSchema: z.ZodObject<{
|
|
|
161
161
|
validate?: string | undefined;
|
|
162
162
|
update?: {
|
|
163
163
|
ui?: any;
|
|
164
|
+
content?: any;
|
|
164
165
|
meta?: {
|
|
165
166
|
invalidate?: string | boolean | undefined;
|
|
166
167
|
mimeType?: string | undefined;
|
|
@@ -169,7 +170,6 @@ export declare const CreateDocumentConfigSchema: z.ZodObject<{
|
|
|
169
170
|
hideAtPlaces?: string[] | undefined;
|
|
170
171
|
} | undefined;
|
|
171
172
|
schema?: any;
|
|
172
|
-
content?: any;
|
|
173
173
|
tags?: string[] | undefined;
|
|
174
174
|
} | undefined;
|
|
175
175
|
}>;
|
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.12.
|
|
5
|
+
"version": "0.12.2",
|
|
6
6
|
"author": {
|
|
7
7
|
"name": "Jakob Klippel",
|
|
8
8
|
"url": "https://www.linkedin.com/in/jakob-klippel//"
|
|
@@ -20,7 +20,7 @@
|
|
|
20
20
|
"typeorm": "^0.3.20"
|
|
21
21
|
},
|
|
22
22
|
"dependencies": {
|
|
23
|
-
"@loopstack/shared": "^0.12.
|
|
23
|
+
"@loopstack/shared": "^0.12.2",
|
|
24
24
|
"@nestjs/bullmq": "^11.0.3",
|
|
25
25
|
"@nestjs/config": "^4.0.0",
|
|
26
26
|
"@nestjs/event-emitter": "^3.0.1",
|