@lengors/protoscout-schemas 2.4.0-dev.1 → 2.4.0-dev.3
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/scrapers/scraper-response-result-grading.d.ts +2 -0
- package/dist/scrapers/scraper-response-result-grading.d.ts.map +1 -1
- package/dist/scrapers/scraper-response-result-grading.js +1 -1
- package/dist/scrapers/scraper-response-result-grading.js.map +1 -1
- package/dist/scrapers/scraper-response-result.d.ts +8 -4
- package/dist/scrapers/scraper-response-result.d.ts.map +1 -1
- package/dist/scrapers/scraper-response.d.ts +8 -4
- package/dist/scrapers/scraper-response.d.ts.map +1 -1
- package/dist/scrapers/specifications/index.d.ts +1 -1
- package/dist/scrapers/specifications/index.d.ts.map +1 -1
- package/dist/scrapers/specifications/index.js +1 -1
- package/dist/scrapers/specifications/index.js.map +1 -1
- package/dist/scrapers/specifications/scraper-specification-data-payload.d.ts +8 -3
- package/dist/scrapers/specifications/scraper-specification-data-payload.d.ts.map +1 -1
- package/dist/scrapers/specifications/scraper-specification-data-payload.js +2 -2
- package/dist/scrapers/specifications/scraper-specification-data-payload.js.map +1 -1
- package/dist/scrapers/specifications/scraper-specification-handler.d.ts +16 -6
- package/dist/scrapers/specifications/scraper-specification-handler.d.ts.map +1 -1
- package/dist/scrapers/specifications/scraper-specification-json-payload.d.ts +8 -3
- package/dist/scrapers/specifications/scraper-specification-json-payload.d.ts.map +1 -1
- package/dist/scrapers/specifications/scraper-specification-json-payload.js +2 -2
- package/dist/scrapers/specifications/scraper-specification-json-payload.js.map +1 -1
- package/dist/scrapers/specifications/scraper-specification-payload-entry-array.d.ts +16 -0
- package/dist/scrapers/specifications/scraper-specification-payload-entry-array.d.ts.map +1 -0
- package/dist/scrapers/specifications/scraper-specification-payload-entry-array.js +18 -0
- package/dist/scrapers/specifications/scraper-specification-payload-entry-array.js.map +1 -0
- package/dist/scrapers/specifications/scraper-specification-payload-entry.d.ts +16 -0
- package/dist/scrapers/specifications/scraper-specification-payload-entry.d.ts.map +1 -0
- package/dist/scrapers/specifications/scraper-specification-payload-entry.js +21 -0
- package/dist/scrapers/specifications/scraper-specification-payload-entry.js.map +1 -0
- package/dist/scrapers/specifications/scraper-specification-request-action.d.ts +16 -6
- package/dist/scrapers/specifications/scraper-specification-request-action.d.ts.map +1 -1
- package/dist/scrapers/specifications/scraper-specification-request.d.ts +16 -6
- package/dist/scrapers/specifications/scraper-specification-request.d.ts.map +1 -1
- package/dist/scrapers/specifications/scraper-specification.d.ts +16 -6
- package/dist/scrapers/specifications/scraper-specification.d.ts.map +1 -1
- package/package.json +1 -1
- package/dist/scrapers/specifications/scraper-specification-payload-map.d.ts +0 -11
- package/dist/scrapers/specifications/scraper-specification-payload-map.d.ts.map +0 -1
- package/dist/scrapers/specifications/scraper-specification-payload-map.js +0 -18
- package/dist/scrapers/specifications/scraper-specification-payload-map.js.map +0 -1
|
@@ -10,6 +10,8 @@ export declare const ScraperResponseResultGrading: z.ZodMiniEnum<{
|
|
|
10
10
|
c: "c";
|
|
11
11
|
d: "d";
|
|
12
12
|
e: "e";
|
|
13
|
+
f: "f";
|
|
14
|
+
g: "g";
|
|
13
15
|
}>;
|
|
14
16
|
export type ScraperResponseResultGrading = z.infer<typeof ScraperResponseResultGrading>;
|
|
15
17
|
//# sourceMappingURL=scraper-response-result-grading.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"scraper-response-result-grading.d.ts","sourceRoot":"","sources":["../../src/main/ts/scrapers/scraper-response-result-grading.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,UAAU,CAAC;AAE7B;;;;GAIG;AACH,eAAO,MAAM,4BAA4B
|
|
1
|
+
{"version":3,"file":"scraper-response-result-grading.d.ts","sourceRoot":"","sources":["../../src/main/ts/scrapers/scraper-response-result-grading.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,UAAU,CAAC;AAE7B;;;;GAIG;AACH,eAAO,MAAM,4BAA4B;;;;;;;;EAUrC,CAAC;AAEL,MAAM,MAAM,4BAA4B,GAAG,CAAC,CAAC,KAAK,CAChD,OAAO,4BAA4B,CACpC,CAAC"}
|
|
@@ -5,7 +5,7 @@ import { z } from "zod/mini";
|
|
|
5
5
|
* @author lengors
|
|
6
6
|
*/
|
|
7
7
|
export const ScraperResponseResultGrading = z
|
|
8
|
-
.enum(["a", "b", "c", "d", "e"])
|
|
8
|
+
.enum(["a", "b", "c", "d", "e", "f", "g"])
|
|
9
9
|
.register(z.globalRegistry, {
|
|
10
10
|
$schema: "http://json-schema.org/draft-07/schema",
|
|
11
11
|
id: "io/github/lengors/protoscout/domain/scrapers/models/scraper-response-result-grading.json",
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"scraper-response-result-grading.js","sourceRoot":"","sources":["../../src/main/ts/scrapers/scraper-response-result-grading.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,UAAU,CAAC;AAE7B;;;;GAIG;AACH,MAAM,CAAC,MAAM,4BAA4B,GAAG,CAAC;KAC1C,IAAI,CAAC,CAAC,GAAG,EAAE,GAAG,EAAE,GAAG,EAAE,GAAG,EAAE,GAAG,CAAC,CAAC;
|
|
1
|
+
{"version":3,"file":"scraper-response-result-grading.js","sourceRoot":"","sources":["../../src/main/ts/scrapers/scraper-response-result-grading.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,UAAU,CAAC;AAE7B;;;;GAIG;AACH,MAAM,CAAC,MAAM,4BAA4B,GAAG,CAAC;KAC1C,IAAI,CAAC,CAAC,GAAG,EAAE,GAAG,EAAE,GAAG,EAAE,GAAG,EAAE,GAAG,EAAE,GAAG,EAAE,GAAG,CAAC,CAAC;KACzC,QAAQ,CAAC,CAAC,CAAC,cAAc,EAAE;IAC1B,OAAO,EAAE,wCAAwC;IACjD,EAAE,EAAE,0FAA0F;IAC9F,KAAK,EAAE,kCAAkC;IACzC,WAAW,EAAE,gCAAgC;IAC7C,QAAQ,EACN,kFAAkF;IACpF,cAAc,EAAE,CAAC,sBAAsB,CAAC;CACzC,CAAC,CAAC"}
|
|
@@ -112,6 +112,8 @@ export declare const ScraperResponseResult: z.ZodMiniPipe<z.ZodMiniReadonly<z.Zo
|
|
|
112
112
|
c: "c";
|
|
113
113
|
d: "d";
|
|
114
114
|
e: "e";
|
|
115
|
+
f: "f";
|
|
116
|
+
g: "g";
|
|
115
117
|
}>>;
|
|
116
118
|
noise: z.ZodMiniOptional<z.ZodMiniEnum<{
|
|
117
119
|
a: "a";
|
|
@@ -125,6 +127,8 @@ export declare const ScraperResponseResult: z.ZodMiniPipe<z.ZodMiniReadonly<z.Zo
|
|
|
125
127
|
c: "c";
|
|
126
128
|
d: "d";
|
|
127
129
|
e: "e";
|
|
130
|
+
f: "f";
|
|
131
|
+
g: "g";
|
|
128
132
|
}>>;
|
|
129
133
|
details: z.ZodMiniOptional<z.ZodMiniReadonly<z.ZodMiniArray<z.ZodMiniUnion<readonly [z.ZodMiniReadonly<z.ZodMiniObject<{
|
|
130
134
|
name: z.ZodMiniString<string>;
|
|
@@ -166,10 +170,10 @@ export declare const ScraperResponseResult: z.ZodMiniPipe<z.ZodMiniReadonly<z.Zo
|
|
|
166
170
|
}>;
|
|
167
171
|
}> | undefined;
|
|
168
172
|
}[] | undefined;
|
|
169
|
-
grip?: "a" | "b" | "c" | "d" | "e" | undefined;
|
|
173
|
+
grip?: "a" | "b" | "c" | "d" | "e" | "f" | "g" | undefined;
|
|
170
174
|
noise?: "a" | "b" | "c" | undefined;
|
|
171
175
|
decibels?: number | undefined;
|
|
172
|
-
consumption?: "a" | "b" | "c" | "d" | "e" | undefined;
|
|
176
|
+
consumption?: "a" | "b" | "c" | "d" | "e" | "f" | "g" | undefined;
|
|
173
177
|
details?: readonly (Readonly<{
|
|
174
178
|
name: string;
|
|
175
179
|
image: string;
|
|
@@ -212,10 +216,10 @@ export declare const ScraperResponseResult: z.ZodMiniPipe<z.ZodMiniReadonly<z.Zo
|
|
|
212
216
|
}>;
|
|
213
217
|
}> | undefined;
|
|
214
218
|
}[] | undefined;
|
|
215
|
-
grip?: "a" | "b" | "c" | "d" | "e" | undefined;
|
|
219
|
+
grip?: "a" | "b" | "c" | "d" | "e" | "f" | "g" | undefined;
|
|
216
220
|
noise?: "a" | "b" | "c" | undefined;
|
|
217
221
|
decibels?: number | undefined;
|
|
218
|
-
consumption?: "a" | "b" | "c" | "d" | "e" | undefined;
|
|
222
|
+
consumption?: "a" | "b" | "c" | "d" | "e" | "f" | "g" | undefined;
|
|
219
223
|
details?: readonly (Readonly<{
|
|
220
224
|
name: string;
|
|
221
225
|
image: string;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"scraper-response-result.d.ts","sourceRoot":"","sources":["../../src/main/ts/scrapers/scraper-response-result.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,UAAU,CAAC;AAQ7B;;;;GAIG;AACH,eAAO,MAAM,qBAAqB
|
|
1
|
+
{"version":3,"file":"scraper-response-result.d.ts","sourceRoot":"","sources":["../../src/main/ts/scrapers/scraper-response-result.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,UAAU,CAAC;AAQ7B;;;;GAIG;AACH,eAAO,MAAM,qBAAqB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;IAoEjC,CAAC;AAEF,MAAM,MAAM,qBAAqB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,qBAAqB,CAAC,CAAC"}
|
|
@@ -140,6 +140,8 @@ export declare const ScraperResponse: z.ZodMiniUnion<readonly [z.ZodMiniPipe<z.Z
|
|
|
140
140
|
c: "c";
|
|
141
141
|
d: "d";
|
|
142
142
|
e: "e";
|
|
143
|
+
f: "f";
|
|
144
|
+
g: "g";
|
|
143
145
|
}>>;
|
|
144
146
|
noise: z.ZodMiniOptional<z.ZodMiniEnum<{
|
|
145
147
|
a: "a";
|
|
@@ -153,6 +155,8 @@ export declare const ScraperResponse: z.ZodMiniUnion<readonly [z.ZodMiniPipe<z.Z
|
|
|
153
155
|
c: "c";
|
|
154
156
|
d: "d";
|
|
155
157
|
e: "e";
|
|
158
|
+
f: "f";
|
|
159
|
+
g: "g";
|
|
156
160
|
}>>;
|
|
157
161
|
details: z.ZodMiniOptional<z.ZodMiniReadonly<z.ZodMiniArray<z.ZodMiniUnion<readonly [z.ZodMiniReadonly<z.ZodMiniObject<{
|
|
158
162
|
name: z.ZodMiniString<string>;
|
|
@@ -194,10 +198,10 @@ export declare const ScraperResponse: z.ZodMiniUnion<readonly [z.ZodMiniPipe<z.Z
|
|
|
194
198
|
}>;
|
|
195
199
|
}> | undefined;
|
|
196
200
|
}[] | undefined;
|
|
197
|
-
grip?: "a" | "b" | "c" | "d" | "e" | undefined;
|
|
201
|
+
grip?: "a" | "b" | "c" | "d" | "e" | "f" | "g" | undefined;
|
|
198
202
|
noise?: "a" | "b" | "c" | undefined;
|
|
199
203
|
decibels?: number | undefined;
|
|
200
|
-
consumption?: "a" | "b" | "c" | "d" | "e" | undefined;
|
|
204
|
+
consumption?: "a" | "b" | "c" | "d" | "e" | "f" | "g" | undefined;
|
|
201
205
|
details?: readonly (Readonly<{
|
|
202
206
|
name: string;
|
|
203
207
|
image: string;
|
|
@@ -240,10 +244,10 @@ export declare const ScraperResponse: z.ZodMiniUnion<readonly [z.ZodMiniPipe<z.Z
|
|
|
240
244
|
}>;
|
|
241
245
|
}> | undefined;
|
|
242
246
|
}[] | undefined;
|
|
243
|
-
grip?: "a" | "b" | "c" | "d" | "e" | undefined;
|
|
247
|
+
grip?: "a" | "b" | "c" | "d" | "e" | "f" | "g" | undefined;
|
|
244
248
|
noise?: "a" | "b" | "c" | undefined;
|
|
245
249
|
decibels?: number | undefined;
|
|
246
|
-
consumption?: "a" | "b" | "c" | "d" | "e" | undefined;
|
|
250
|
+
consumption?: "a" | "b" | "c" | "d" | "e" | "f" | "g" | undefined;
|
|
247
251
|
details?: readonly (Readonly<{
|
|
248
252
|
name: string;
|
|
249
253
|
image: string;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"scraper-response.d.ts","sourceRoot":"","sources":["../../src/main/ts/scrapers/scraper-response.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,UAAU,CAAC;AAI7B;;;;GAIG;AACH,eAAO,MAAM,eAAe
|
|
1
|
+
{"version":3,"file":"scraper-response.d.ts","sourceRoot":"","sources":["../../src/main/ts/scrapers/scraper-response.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,UAAU,CAAC;AAI7B;;;;GAIG;AACH,eAAO,MAAM,eAAe;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;MAOxB,CAAC;AAEL,MAAM,MAAM,eAAe,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,eAAe,CAAC,CAAC"}
|
|
@@ -9,7 +9,7 @@ export * from "./scraper-specification-jexl-specification.js";
|
|
|
9
9
|
export * from "./scraper-specification-json-payload.js";
|
|
10
10
|
export * from "./scraper-specification-map-action.js";
|
|
11
11
|
export * from "./scraper-specification-map.js";
|
|
12
|
-
export * from "./scraper-specification-payload-
|
|
12
|
+
export * from "./scraper-specification-payload-entry-array.js";
|
|
13
13
|
export * from "./scraper-specification-request-action.js";
|
|
14
14
|
export * from "./scraper-specification-request-method.js";
|
|
15
15
|
export * from "./scraper-specification-request-parser.js";
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/main/ts/scrapers/specifications/index.ts"],"names":[],"mappings":"AAAA,cAAc,yCAAyC,CAAC;AACxD,cAAc,qCAAqC,CAAC;AACpD,cAAc,uCAAuC,CAAC;AACtD,cAAc,wCAAwC,CAAC;AACvD,cAAc,kCAAkC,CAAC;AACjD,cAAc,oCAAoC,CAAC;AACnD,cAAc,uCAAuC,CAAC;AACtD,cAAc,+CAA+C,CAAC;AAC9D,cAAc,yCAAyC,CAAC;AACxD,cAAc,uCAAuC,CAAC;AACtD,cAAc,gCAAgC,CAAC;AAC/C,cAAc,
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/main/ts/scrapers/specifications/index.ts"],"names":[],"mappings":"AAAA,cAAc,yCAAyC,CAAC;AACxD,cAAc,qCAAqC,CAAC;AACpD,cAAc,uCAAuC,CAAC;AACtD,cAAc,wCAAwC,CAAC;AACvD,cAAc,kCAAkC,CAAC;AACjD,cAAc,oCAAoC,CAAC;AACnD,cAAc,uCAAuC,CAAC;AACtD,cAAc,+CAA+C,CAAC;AAC9D,cAAc,yCAAyC,CAAC;AACxD,cAAc,uCAAuC,CAAC;AACtD,cAAc,gCAAgC,CAAC;AAC/C,cAAc,gDAAgD,CAAC;AAC/D,cAAc,2CAA2C,CAAC;AAC1D,cAAc,2CAA2C,CAAC;AAC1D,cAAc,2CAA2C,CAAC;AAC1D,cAAc,oCAAoC,CAAC;AACnD,cAAc,6CAA6C,CAAC;AAC5D,cAAc,wCAAwC,CAAC;AACvD,cAAc,0CAA0C,CAAC;AACzD,cAAc,yCAAyC,CAAC;AACxD,cAAc,0DAA0D,CAAC;AACzE,cAAc,sDAAsD,CAAC;AACrE,cAAc,0CAA0C,CAAC;AACzD,cAAc,iDAAiD,CAAC;AAChE,cAAc,8CAA8C,CAAC;AAC7D,cAAc,mCAAmC,CAAC;AAClD,cAAc,qCAAqC,CAAC;AACpD,cAAc,0CAA0C,CAAC;AACzD,cAAc,gCAAgC,CAAC;AAC/C,cAAc,4BAA4B,CAAC"}
|
|
@@ -9,7 +9,7 @@ export * from "./scraper-specification-jexl-specification.js";
|
|
|
9
9
|
export * from "./scraper-specification-json-payload.js";
|
|
10
10
|
export * from "./scraper-specification-map-action.js";
|
|
11
11
|
export * from "./scraper-specification-map.js";
|
|
12
|
-
export * from "./scraper-specification-payload-
|
|
12
|
+
export * from "./scraper-specification-payload-entry-array.js";
|
|
13
13
|
export * from "./scraper-specification-request-action.js";
|
|
14
14
|
export * from "./scraper-specification-request-method.js";
|
|
15
15
|
export * from "./scraper-specification-request-parser.js";
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/main/ts/scrapers/specifications/index.ts"],"names":[],"mappings":"AAAA,cAAc,yCAAyC,CAAC;AACxD,cAAc,qCAAqC,CAAC;AACpD,cAAc,uCAAuC,CAAC;AACtD,cAAc,wCAAwC,CAAC;AACvD,cAAc,kCAAkC,CAAC;AACjD,cAAc,oCAAoC,CAAC;AACnD,cAAc,uCAAuC,CAAC;AACtD,cAAc,+CAA+C,CAAC;AAC9D,cAAc,yCAAyC,CAAC;AACxD,cAAc,uCAAuC,CAAC;AACtD,cAAc,gCAAgC,CAAC;AAC/C,cAAc,
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/main/ts/scrapers/specifications/index.ts"],"names":[],"mappings":"AAAA,cAAc,yCAAyC,CAAC;AACxD,cAAc,qCAAqC,CAAC;AACpD,cAAc,uCAAuC,CAAC;AACtD,cAAc,wCAAwC,CAAC;AACvD,cAAc,kCAAkC,CAAC;AACjD,cAAc,oCAAoC,CAAC;AACnD,cAAc,uCAAuC,CAAC;AACtD,cAAc,+CAA+C,CAAC;AAC9D,cAAc,yCAAyC,CAAC;AACxD,cAAc,uCAAuC,CAAC;AACtD,cAAc,gCAAgC,CAAC;AAC/C,cAAc,gDAAgD,CAAC;AAC/D,cAAc,2CAA2C,CAAC;AAC1D,cAAc,2CAA2C,CAAC;AAC1D,cAAc,2CAA2C,CAAC;AAC1D,cAAc,oCAAoC,CAAC;AACnD,cAAc,6CAA6C,CAAC;AAC5D,cAAc,wCAAwC,CAAC;AACvD,cAAc,0CAA0C,CAAC;AACzD,cAAc,yCAAyC,CAAC;AACxD,cAAc,0DAA0D,CAAC;AACzE,cAAc,sDAAsD,CAAC;AACrE,cAAc,0CAA0C,CAAC;AACzD,cAAc,iDAAiD,CAAC;AAChE,cAAc,8CAA8C,CAAC;AAC7D,cAAc,mCAAmC,CAAC;AAClD,cAAc,qCAAqC,CAAC;AACpD,cAAc,0CAA0C,CAAC;AACzD,cAAc,gCAAgC,CAAC;AAC/C,cAAc,4BAA4B,CAAC"}
|
|
@@ -5,9 +5,14 @@ import { z } from "zod/mini";
|
|
|
5
5
|
* @author lengors
|
|
6
6
|
*/
|
|
7
7
|
export declare const ScraperSpecificationDataPayload: z.ZodMiniReadonly<z.ZodMiniObject<{
|
|
8
|
-
data: z.ZodMiniReadonly<z.
|
|
9
|
-
|
|
10
|
-
|
|
8
|
+
data: z.ZodMiniReadonly<z.ZodMiniArray<z.ZodMiniReadonly<z.ZodMiniObject<{
|
|
9
|
+
name: z.ZodMiniUnion<readonly [z.ZodMiniString<string>, z.ZodMiniReadonly<z.ZodMiniObject<{
|
|
10
|
+
jexl: z.ZodMiniString<string>;
|
|
11
|
+
}, z.core.$strip>>]>;
|
|
12
|
+
value: z.ZodMiniUnion<readonly [z.ZodMiniString<string>, z.ZodMiniReadonly<z.ZodMiniObject<{
|
|
13
|
+
jexl: z.ZodMiniString<string>;
|
|
14
|
+
}, z.core.$strip>>]>;
|
|
15
|
+
}, z.core.$strip>>>>;
|
|
11
16
|
}, z.core.$strip>>;
|
|
12
17
|
export type ScraperSpecificationDataPayload = z.infer<typeof ScraperSpecificationDataPayload>;
|
|
13
18
|
//# sourceMappingURL=scraper-specification-data-payload.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"scraper-specification-data-payload.d.ts","sourceRoot":"","sources":["../../../src/main/ts/scrapers/specifications/scraper-specification-data-payload.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,UAAU,CAAC;AAG7B;;;;GAIG;AACH,eAAO,MAAM,+BAA+B
|
|
1
|
+
{"version":3,"file":"scraper-specification-data-payload.d.ts","sourceRoot":"","sources":["../../../src/main/ts/scrapers/specifications/scraper-specification-data-payload.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,UAAU,CAAC;AAG7B;;;;GAIG;AACH,eAAO,MAAM,+BAA+B;;;;;;;;;kBAiBxC,CAAC;AAEL,MAAM,MAAM,+BAA+B,GAAG,CAAC,CAAC,KAAK,CACnD,OAAO,+BAA+B,CACvC,CAAC"}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { z } from "zod/mini";
|
|
2
|
-
import {
|
|
2
|
+
import { ScraperSpecificationPayloadEntryArray } from "./scraper-specification-payload-entry-array.js";
|
|
3
3
|
/**
|
|
4
4
|
* Represents a data payload to be used by scraper's web request.
|
|
5
5
|
*
|
|
@@ -7,7 +7,7 @@ import { ScraperSpecificationPayloadMap } from "./scraper-specification-payload-
|
|
|
7
7
|
*/
|
|
8
8
|
export const ScraperSpecificationDataPayload = z
|
|
9
9
|
.readonly(z.object({
|
|
10
|
-
data:
|
|
10
|
+
data: ScraperSpecificationPayloadEntryArray,
|
|
11
11
|
}))
|
|
12
12
|
.register(z.globalRegistry, {
|
|
13
13
|
$schema: "http://json-schema.org/draft-07/schema",
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"scraper-specification-data-payload.js","sourceRoot":"","sources":["../../../src/main/ts/scrapers/specifications/scraper-specification-data-payload.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,UAAU,CAAC;AAC7B,OAAO,EAAE,
|
|
1
|
+
{"version":3,"file":"scraper-specification-data-payload.js","sourceRoot":"","sources":["../../../src/main/ts/scrapers/specifications/scraper-specification-data-payload.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,UAAU,CAAC;AAC7B,OAAO,EAAE,qCAAqC,EAAE,MAAM,gDAAgD,CAAC;AAEvG;;;;GAIG;AACH,MAAM,CAAC,MAAM,+BAA+B,GAAG,CAAC;KAC7C,QAAQ,CACP,CAAC,CAAC,MAAM,CAAC;IACP,IAAI,EAAE,qCAAqC;CAC5C,CAAC,CACH;KACA,QAAQ,CAAC,CAAC,CAAC,cAAc,EAAE;IAC1B,OAAO,EAAE,wCAAwC;IACjD,EAAE,EAAE,4GAA4G;IAChH,KAAK,EAAE,mCAAmC;IAC1C,WAAW,EAAE,mDAAmD;IAChE,QAAQ,EACN,oGAAoG;IACtG,cAAc,EAAE;QACd,gGAAgG;KACjG;IACD,oBAAoB,EAAE,KAAK;CAC5B,CAAC,CAAC"}
|
|
@@ -68,13 +68,23 @@ export declare const ScraperSpecificationHandler: z.ZodMiniReadonly<z.ZodMiniObj
|
|
|
68
68
|
jexl: z.ZodMiniString<string>;
|
|
69
69
|
}, z.core.$strip>>]>>>>;
|
|
70
70
|
payload: z.ZodMiniOptional<z.ZodMiniUnion<readonly [z.ZodMiniReadonly<z.ZodMiniObject<{
|
|
71
|
-
data: z.ZodMiniReadonly<z.
|
|
72
|
-
|
|
73
|
-
|
|
71
|
+
data: z.ZodMiniReadonly<z.ZodMiniArray<z.ZodMiniReadonly<z.ZodMiniObject<{
|
|
72
|
+
name: z.ZodMiniUnion<readonly [z.ZodMiniString<string>, z.ZodMiniReadonly<z.ZodMiniObject<{
|
|
73
|
+
jexl: z.ZodMiniString<string>;
|
|
74
|
+
}, z.core.$strip>>]>;
|
|
75
|
+
value: z.ZodMiniUnion<readonly [z.ZodMiniString<string>, z.ZodMiniReadonly<z.ZodMiniObject<{
|
|
76
|
+
jexl: z.ZodMiniString<string>;
|
|
77
|
+
}, z.core.$strip>>]>;
|
|
78
|
+
}, z.core.$strip>>>>;
|
|
74
79
|
}, z.core.$strip>>, z.ZodMiniReadonly<z.ZodMiniObject<{
|
|
75
|
-
json: z.ZodMiniReadonly<z.
|
|
76
|
-
|
|
77
|
-
|
|
80
|
+
json: z.ZodMiniReadonly<z.ZodMiniArray<z.ZodMiniReadonly<z.ZodMiniObject<{
|
|
81
|
+
name: z.ZodMiniUnion<readonly [z.ZodMiniString<string>, z.ZodMiniReadonly<z.ZodMiniObject<{
|
|
82
|
+
jexl: z.ZodMiniString<string>;
|
|
83
|
+
}, z.core.$strip>>]>;
|
|
84
|
+
value: z.ZodMiniUnion<readonly [z.ZodMiniString<string>, z.ZodMiniReadonly<z.ZodMiniObject<{
|
|
85
|
+
jexl: z.ZodMiniString<string>;
|
|
86
|
+
}, z.core.$strip>>]>;
|
|
87
|
+
}, z.core.$strip>>>>;
|
|
78
88
|
}, z.core.$strip>>]>>;
|
|
79
89
|
parser: z.ZodMiniOptional<z.ZodMiniEnum<{
|
|
80
90
|
json: "json";
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"scraper-specification-handler.d.ts","sourceRoot":"","sources":["../../../src/main/ts/scrapers/specifications/scraper-specification-handler.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,UAAU,CAAC;AAQ7B;;;;GAIG;AACH,eAAO,MAAM,2BAA2B
|
|
1
|
+
{"version":3,"file":"scraper-specification-handler.d.ts","sourceRoot":"","sources":["../../../src/main/ts/scrapers/specifications/scraper-specification-handler.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,UAAU,CAAC;AAQ7B;;;;GAIG;AACH,eAAO,MAAM,2BAA2B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;kBA+BpC,CAAC;AAEL,MAAM,MAAM,2BAA2B,GAAG,CAAC,CAAC,KAAK,CAC/C,OAAO,2BAA2B,CACnC,CAAC"}
|
|
@@ -5,9 +5,14 @@ import { z } from "zod/mini";
|
|
|
5
5
|
* @author lengors
|
|
6
6
|
*/
|
|
7
7
|
export declare const ScraperSpecificationJsonPayload: z.ZodMiniReadonly<z.ZodMiniObject<{
|
|
8
|
-
json: z.ZodMiniReadonly<z.
|
|
9
|
-
|
|
10
|
-
|
|
8
|
+
json: z.ZodMiniReadonly<z.ZodMiniArray<z.ZodMiniReadonly<z.ZodMiniObject<{
|
|
9
|
+
name: z.ZodMiniUnion<readonly [z.ZodMiniString<string>, z.ZodMiniReadonly<z.ZodMiniObject<{
|
|
10
|
+
jexl: z.ZodMiniString<string>;
|
|
11
|
+
}, z.core.$strip>>]>;
|
|
12
|
+
value: z.ZodMiniUnion<readonly [z.ZodMiniString<string>, z.ZodMiniReadonly<z.ZodMiniObject<{
|
|
13
|
+
jexl: z.ZodMiniString<string>;
|
|
14
|
+
}, z.core.$strip>>]>;
|
|
15
|
+
}, z.core.$strip>>>>;
|
|
11
16
|
}, z.core.$strip>>;
|
|
12
17
|
export type ScraperSpecificationJsonPayload = z.infer<typeof ScraperSpecificationJsonPayload>;
|
|
13
18
|
//# sourceMappingURL=scraper-specification-json-payload.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"scraper-specification-json-payload.d.ts","sourceRoot":"","sources":["../../../src/main/ts/scrapers/specifications/scraper-specification-json-payload.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,UAAU,CAAC;AAG7B;;;;GAIG;AACH,eAAO,MAAM,+BAA+B
|
|
1
|
+
{"version":3,"file":"scraper-specification-json-payload.d.ts","sourceRoot":"","sources":["../../../src/main/ts/scrapers/specifications/scraper-specification-json-payload.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,UAAU,CAAC;AAG7B;;;;GAIG;AACH,eAAO,MAAM,+BAA+B;;;;;;;;;kBAiBxC,CAAC;AAEL,MAAM,MAAM,+BAA+B,GAAG,CAAC,CAAC,KAAK,CACnD,OAAO,+BAA+B,CACvC,CAAC"}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { z } from "zod/mini";
|
|
2
|
-
import {
|
|
2
|
+
import { ScraperSpecificationPayloadEntryArray } from "./scraper-specification-payload-entry-array.js";
|
|
3
3
|
/**
|
|
4
4
|
* Represents a json payload to be used by scraper's web request.
|
|
5
5
|
*
|
|
@@ -7,7 +7,7 @@ import { ScraperSpecificationPayloadMap } from "./scraper-specification-payload-
|
|
|
7
7
|
*/
|
|
8
8
|
export const ScraperSpecificationJsonPayload = z
|
|
9
9
|
.readonly(z.object({
|
|
10
|
-
json:
|
|
10
|
+
json: ScraperSpecificationPayloadEntryArray,
|
|
11
11
|
}))
|
|
12
12
|
.register(z.globalRegistry, {
|
|
13
13
|
$schema: "http://json-schema.org/draft-07/schema",
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"scraper-specification-json-payload.js","sourceRoot":"","sources":["../../../src/main/ts/scrapers/specifications/scraper-specification-json-payload.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,UAAU,CAAC;AAC7B,OAAO,EAAE,
|
|
1
|
+
{"version":3,"file":"scraper-specification-json-payload.js","sourceRoot":"","sources":["../../../src/main/ts/scrapers/specifications/scraper-specification-json-payload.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,UAAU,CAAC;AAC7B,OAAO,EAAE,qCAAqC,EAAE,MAAM,gDAAgD,CAAC;AAEvG;;;;GAIG;AACH,MAAM,CAAC,MAAM,+BAA+B,GAAG,CAAC;KAC7C,QAAQ,CACP,CAAC,CAAC,MAAM,CAAC;IACP,IAAI,EAAE,qCAAqC;CAC5C,CAAC,CACH;KACA,QAAQ,CAAC,CAAC,CAAC,cAAc,EAAE;IAC1B,OAAO,EAAE,wCAAwC;IACjD,EAAE,EAAE,4GAA4G;IAChH,KAAK,EAAE,mCAAmC;IAC1C,WAAW,EAAE,mDAAmD;IAChE,QAAQ,EACN,oGAAoG;IACtG,cAAc,EAAE;QACd,gGAAgG;KACjG;IACD,oBAAoB,EAAE,KAAK;CAC5B,CAAC,CAAC"}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import { z } from "zod/mini";
|
|
2
|
+
/**
|
|
3
|
+
* Represents a payload to be used by a scraper's web request.
|
|
4
|
+
*
|
|
5
|
+
* @author lengors
|
|
6
|
+
*/
|
|
7
|
+
export declare const ScraperSpecificationPayloadEntryArray: z.ZodMiniReadonly<z.ZodMiniArray<z.ZodMiniReadonly<z.ZodMiniObject<{
|
|
8
|
+
name: z.ZodMiniUnion<readonly [z.ZodMiniString<string>, z.ZodMiniReadonly<z.ZodMiniObject<{
|
|
9
|
+
jexl: z.ZodMiniString<string>;
|
|
10
|
+
}, z.core.$strip>>]>;
|
|
11
|
+
value: z.ZodMiniUnion<readonly [z.ZodMiniString<string>, z.ZodMiniReadonly<z.ZodMiniObject<{
|
|
12
|
+
jexl: z.ZodMiniString<string>;
|
|
13
|
+
}, z.core.$strip>>]>;
|
|
14
|
+
}, z.core.$strip>>>>;
|
|
15
|
+
export type ScraperSpecificationPayloadEntryArray = z.infer<typeof ScraperSpecificationPayloadEntryArray>;
|
|
16
|
+
//# sourceMappingURL=scraper-specification-payload-entry-array.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"scraper-specification-payload-entry-array.d.ts","sourceRoot":"","sources":["../../../src/main/ts/scrapers/specifications/scraper-specification-payload-entry-array.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,UAAU,CAAC;AAG7B;;;;GAIG;AACH,eAAO,MAAM,qCAAqC;;;;;;;oBAU9C,CAAC;AAEL,MAAM,MAAM,qCAAqC,GAAG,CAAC,CAAC,KAAK,CACzD,OAAO,qCAAqC,CAC7C,CAAC"}
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import { z } from "zod/mini";
|
|
2
|
+
import { ScraperSpecificationPayloadEntry } from "./scraper-specification-payload-entry.js";
|
|
3
|
+
/**
|
|
4
|
+
* Represents a payload to be used by a scraper's web request.
|
|
5
|
+
*
|
|
6
|
+
* @author lengors
|
|
7
|
+
*/
|
|
8
|
+
export const ScraperSpecificationPayloadEntryArray = z
|
|
9
|
+
.readonly(z.array(ScraperSpecificationPayloadEntry))
|
|
10
|
+
.register(z.globalRegistry, {
|
|
11
|
+
$schema: "http://json-schema.org/draft-07/schema",
|
|
12
|
+
id: "io/github/lengors/protoscout/domain/scrapers/specifications/models/scraper-specification-payload.json",
|
|
13
|
+
title: "Scraper web request payload.",
|
|
14
|
+
description: "Payload to be used by scraper's web request.",
|
|
15
|
+
javaType: "io.github.lengors.protoscout.domain.scrapers.specifications.models.ScraperSpecificationPayloadEntryArray",
|
|
16
|
+
javaInterfaces: ["java.io.Serializable"],
|
|
17
|
+
});
|
|
18
|
+
//# sourceMappingURL=scraper-specification-payload-entry-array.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"scraper-specification-payload-entry-array.js","sourceRoot":"","sources":["../../../src/main/ts/scrapers/specifications/scraper-specification-payload-entry-array.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,UAAU,CAAC;AAC7B,OAAO,EAAE,gCAAgC,EAAE,MAAM,0CAA0C,CAAC;AAE5F;;;;GAIG;AACH,MAAM,CAAC,MAAM,qCAAqC,GAAG,CAAC;KACnD,QAAQ,CAAC,CAAC,CAAC,KAAK,CAAC,gCAAgC,CAAC,CAAC;KACnD,QAAQ,CAAC,CAAC,CAAC,cAAc,EAAE;IAC1B,OAAO,EAAE,wCAAwC;IACjD,EAAE,EAAE,uGAAuG;IAC3G,KAAK,EAAE,8BAA8B;IACrC,WAAW,EAAE,8CAA8C;IAC3D,QAAQ,EACN,0GAA0G;IAC5G,cAAc,EAAE,CAAC,sBAAsB,CAAC;CACzC,CAAC,CAAC"}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import { z } from "zod/mini";
|
|
2
|
+
/**
|
|
3
|
+
* Represents a payload entry to be used by a scraper's web request.
|
|
4
|
+
*
|
|
5
|
+
* @author lengors
|
|
6
|
+
*/
|
|
7
|
+
export declare const ScraperSpecificationPayloadEntry: z.ZodMiniReadonly<z.ZodMiniObject<{
|
|
8
|
+
name: z.ZodMiniUnion<readonly [z.ZodMiniString<string>, z.ZodMiniReadonly<z.ZodMiniObject<{
|
|
9
|
+
jexl: z.ZodMiniString<string>;
|
|
10
|
+
}, z.core.$strip>>]>;
|
|
11
|
+
value: z.ZodMiniUnion<readonly [z.ZodMiniString<string>, z.ZodMiniReadonly<z.ZodMiniObject<{
|
|
12
|
+
jexl: z.ZodMiniString<string>;
|
|
13
|
+
}, z.core.$strip>>]>;
|
|
14
|
+
}, z.core.$strip>>;
|
|
15
|
+
export type ScraperSpecificationPayloadEntry = z.infer<typeof ScraperSpecificationPayloadEntry>;
|
|
16
|
+
//# sourceMappingURL=scraper-specification-payload-entry.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"scraper-specification-payload-entry.d.ts","sourceRoot":"","sources":["../../../src/main/ts/scrapers/specifications/scraper-specification-payload-entry.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,UAAU,CAAC;AAG7B;;;;GAIG;AACH,eAAO,MAAM,gCAAgC;;;;;;;kBAezC,CAAC;AAEL,MAAM,MAAM,gCAAgC,GAAG,CAAC,CAAC,KAAK,CACpD,OAAO,gCAAgC,CACxC,CAAC"}
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
import { z } from "zod/mini";
|
|
2
|
+
import { ScraperSpecificationExpression } from "./scraper-specification-expression.js";
|
|
3
|
+
/**
|
|
4
|
+
* Represents a payload entry to be used by a scraper's web request.
|
|
5
|
+
*
|
|
6
|
+
* @author lengors
|
|
7
|
+
*/
|
|
8
|
+
export const ScraperSpecificationPayloadEntry = z
|
|
9
|
+
.readonly(z.object({
|
|
10
|
+
name: ScraperSpecificationExpression,
|
|
11
|
+
value: ScraperSpecificationExpression,
|
|
12
|
+
}))
|
|
13
|
+
.register(z.globalRegistry, {
|
|
14
|
+
$schema: "http://json-schema.org/draft-07/schema",
|
|
15
|
+
id: "io/github/lengors/protoscout/domain/scrapers/specifications/models/scraper-specification-payload-entry.json",
|
|
16
|
+
title: "Scraper web request payload entry.",
|
|
17
|
+
description: "Payload entry to be used by scraper's web request.",
|
|
18
|
+
javaType: "io.github.lengors.protoscout.domain.scrapers.specifications.models.ScraperSpecificationPayloadEntry",
|
|
19
|
+
javaInterfaces: ["java.io.Serializable"],
|
|
20
|
+
});
|
|
21
|
+
//# sourceMappingURL=scraper-specification-payload-entry.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"scraper-specification-payload-entry.js","sourceRoot":"","sources":["../../../src/main/ts/scrapers/specifications/scraper-specification-payload-entry.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,UAAU,CAAC;AAC7B,OAAO,EAAE,8BAA8B,EAAE,MAAM,uCAAuC,CAAC;AAEvF;;;;GAIG;AACH,MAAM,CAAC,MAAM,gCAAgC,GAAG,CAAC;KAC9C,QAAQ,CACP,CAAC,CAAC,MAAM,CAAC;IACP,IAAI,EAAE,8BAA8B;IACpC,KAAK,EAAE,8BAA8B;CACtC,CAAC,CACH;KACA,QAAQ,CAAC,CAAC,CAAC,cAAc,EAAE;IAC1B,OAAO,EAAE,wCAAwC;IACjD,EAAE,EAAE,6GAA6G;IACjH,KAAK,EAAE,oCAAoC;IAC3C,WAAW,EAAE,oDAAoD;IACjE,QAAQ,EACN,qGAAqG;IACvG,cAAc,EAAE,CAAC,sBAAsB,CAAC;CACzC,CAAC,CAAC"}
|
|
@@ -40,13 +40,23 @@ export declare const ScraperSpecificationRequestAction: z.ZodMiniReadonly<z.ZodM
|
|
|
40
40
|
jexl: z.ZodMiniString<string>;
|
|
41
41
|
}, z.core.$strip>>]>>>>;
|
|
42
42
|
payload: z.ZodMiniOptional<z.ZodMiniUnion<readonly [z.ZodMiniReadonly<z.ZodMiniObject<{
|
|
43
|
-
data: z.ZodMiniReadonly<z.
|
|
44
|
-
|
|
45
|
-
|
|
43
|
+
data: z.ZodMiniReadonly<z.ZodMiniArray<z.ZodMiniReadonly<z.ZodMiniObject<{
|
|
44
|
+
name: z.ZodMiniUnion<readonly [z.ZodMiniString<string>, z.ZodMiniReadonly<z.ZodMiniObject<{
|
|
45
|
+
jexl: z.ZodMiniString<string>;
|
|
46
|
+
}, z.core.$strip>>]>;
|
|
47
|
+
value: z.ZodMiniUnion<readonly [z.ZodMiniString<string>, z.ZodMiniReadonly<z.ZodMiniObject<{
|
|
48
|
+
jexl: z.ZodMiniString<string>;
|
|
49
|
+
}, z.core.$strip>>]>;
|
|
50
|
+
}, z.core.$strip>>>>;
|
|
46
51
|
}, z.core.$strip>>, z.ZodMiniReadonly<z.ZodMiniObject<{
|
|
47
|
-
json: z.ZodMiniReadonly<z.
|
|
48
|
-
|
|
49
|
-
|
|
52
|
+
json: z.ZodMiniReadonly<z.ZodMiniArray<z.ZodMiniReadonly<z.ZodMiniObject<{
|
|
53
|
+
name: z.ZodMiniUnion<readonly [z.ZodMiniString<string>, z.ZodMiniReadonly<z.ZodMiniObject<{
|
|
54
|
+
jexl: z.ZodMiniString<string>;
|
|
55
|
+
}, z.core.$strip>>]>;
|
|
56
|
+
value: z.ZodMiniUnion<readonly [z.ZodMiniString<string>, z.ZodMiniReadonly<z.ZodMiniObject<{
|
|
57
|
+
jexl: z.ZodMiniString<string>;
|
|
58
|
+
}, z.core.$strip>>]>;
|
|
59
|
+
}, z.core.$strip>>>>;
|
|
50
60
|
}, z.core.$strip>>]>>;
|
|
51
61
|
parser: z.ZodMiniOptional<z.ZodMiniEnum<{
|
|
52
62
|
json: "json";
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"scraper-specification-request-action.d.ts","sourceRoot":"","sources":["../../../src/main/ts/scrapers/specifications/scraper-specification-request-action.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,UAAU,CAAC;AAI7B;;;;GAIG;AACH,eAAO,MAAM,iCAAiC
|
|
1
|
+
{"version":3,"file":"scraper-specification-request-action.d.ts","sourceRoot":"","sources":["../../../src/main/ts/scrapers/specifications/scraper-specification-request-action.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,UAAU,CAAC;AAI7B;;;;GAIG;AACH,eAAO,MAAM,iCAAiC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;kBAkB1C,CAAC;AAEL,MAAM,MAAM,iCAAiC,GAAG,CAAC,CAAC,KAAK,CACrD,OAAO,iCAAiC,CACzC,CAAC"}
|
|
@@ -39,13 +39,23 @@ export declare const ScraperSpecificationRequest: z.ZodMiniReadonly<z.ZodMiniObj
|
|
|
39
39
|
jexl: z.ZodMiniString<string>;
|
|
40
40
|
}, z.core.$strip>>]>>>>;
|
|
41
41
|
payload: z.ZodMiniOptional<z.ZodMiniUnion<readonly [z.ZodMiniReadonly<z.ZodMiniObject<{
|
|
42
|
-
data: z.ZodMiniReadonly<z.
|
|
43
|
-
|
|
44
|
-
|
|
42
|
+
data: z.ZodMiniReadonly<z.ZodMiniArray<z.ZodMiniReadonly<z.ZodMiniObject<{
|
|
43
|
+
name: z.ZodMiniUnion<readonly [z.ZodMiniString<string>, z.ZodMiniReadonly<z.ZodMiniObject<{
|
|
44
|
+
jexl: z.ZodMiniString<string>;
|
|
45
|
+
}, z.core.$strip>>]>;
|
|
46
|
+
value: z.ZodMiniUnion<readonly [z.ZodMiniString<string>, z.ZodMiniReadonly<z.ZodMiniObject<{
|
|
47
|
+
jexl: z.ZodMiniString<string>;
|
|
48
|
+
}, z.core.$strip>>]>;
|
|
49
|
+
}, z.core.$strip>>>>;
|
|
45
50
|
}, z.core.$strip>>, z.ZodMiniReadonly<z.ZodMiniObject<{
|
|
46
|
-
json: z.ZodMiniReadonly<z.
|
|
47
|
-
|
|
48
|
-
|
|
51
|
+
json: z.ZodMiniReadonly<z.ZodMiniArray<z.ZodMiniReadonly<z.ZodMiniObject<{
|
|
52
|
+
name: z.ZodMiniUnion<readonly [z.ZodMiniString<string>, z.ZodMiniReadonly<z.ZodMiniObject<{
|
|
53
|
+
jexl: z.ZodMiniString<string>;
|
|
54
|
+
}, z.core.$strip>>]>;
|
|
55
|
+
value: z.ZodMiniUnion<readonly [z.ZodMiniString<string>, z.ZodMiniReadonly<z.ZodMiniObject<{
|
|
56
|
+
jexl: z.ZodMiniString<string>;
|
|
57
|
+
}, z.core.$strip>>]>;
|
|
58
|
+
}, z.core.$strip>>>>;
|
|
49
59
|
}, z.core.$strip>>]>>;
|
|
50
60
|
parser: z.ZodMiniOptional<z.ZodMiniEnum<{
|
|
51
61
|
json: "json";
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"scraper-specification-request.d.ts","sourceRoot":"","sources":["../../../src/main/ts/scrapers/specifications/scraper-specification-request.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,UAAU,CAAC;AAQ7B;;;;GAIG;AACH,eAAO,MAAM,2BAA2B
|
|
1
|
+
{"version":3,"file":"scraper-specification-request.d.ts","sourceRoot":"","sources":["../../../src/main/ts/scrapers/specifications/scraper-specification-request.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,UAAU,CAAC;AAQ7B;;;;GAIG;AACH,eAAO,MAAM,2BAA2B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;kBA6BpC,CAAC;AAEL,MAAM,MAAM,2BAA2B,GAAG,CAAC,CAAC,KAAK,CAC/C,OAAO,2BAA2B,CACnC,CAAC"}
|
|
@@ -118,13 +118,23 @@ export declare const ScraperSpecification: z.ZodMiniReadonly<z.ZodMiniObject<{
|
|
|
118
118
|
jexl: z.ZodMiniString<string>;
|
|
119
119
|
}, z.core.$strip>>]>>>>;
|
|
120
120
|
payload: z.ZodMiniOptional<z.ZodMiniUnion<readonly [z.ZodMiniReadonly<z.ZodMiniObject<{
|
|
121
|
-
data: z.ZodMiniReadonly<z.
|
|
122
|
-
|
|
123
|
-
|
|
121
|
+
data: z.ZodMiniReadonly<z.ZodMiniArray<z.ZodMiniReadonly<z.ZodMiniObject<{
|
|
122
|
+
name: z.ZodMiniUnion<readonly [z.ZodMiniString<string>, z.ZodMiniReadonly<z.ZodMiniObject<{
|
|
123
|
+
jexl: z.ZodMiniString<string>;
|
|
124
|
+
}, z.core.$strip>>]>;
|
|
125
|
+
value: z.ZodMiniUnion<readonly [z.ZodMiniString<string>, z.ZodMiniReadonly<z.ZodMiniObject<{
|
|
126
|
+
jexl: z.ZodMiniString<string>;
|
|
127
|
+
}, z.core.$strip>>]>;
|
|
128
|
+
}, z.core.$strip>>>>;
|
|
124
129
|
}, z.core.$strip>>, z.ZodMiniReadonly<z.ZodMiniObject<{
|
|
125
|
-
json: z.ZodMiniReadonly<z.
|
|
126
|
-
|
|
127
|
-
|
|
130
|
+
json: z.ZodMiniReadonly<z.ZodMiniArray<z.ZodMiniReadonly<z.ZodMiniObject<{
|
|
131
|
+
name: z.ZodMiniUnion<readonly [z.ZodMiniString<string>, z.ZodMiniReadonly<z.ZodMiniObject<{
|
|
132
|
+
jexl: z.ZodMiniString<string>;
|
|
133
|
+
}, z.core.$strip>>]>;
|
|
134
|
+
value: z.ZodMiniUnion<readonly [z.ZodMiniString<string>, z.ZodMiniReadonly<z.ZodMiniObject<{
|
|
135
|
+
jexl: z.ZodMiniString<string>;
|
|
136
|
+
}, z.core.$strip>>]>;
|
|
137
|
+
}, z.core.$strip>>>>;
|
|
128
138
|
}, z.core.$strip>>]>>;
|
|
129
139
|
parser: z.ZodMiniOptional<z.ZodMiniEnum<{
|
|
130
140
|
json: "json";
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"scraper-specification.d.ts","sourceRoot":"","sources":["../../../src/main/ts/scrapers/specifications/scraper-specification.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,UAAU,CAAC;AAI7B;;;;GAIG;AACH,eAAO,MAAM,oBAAoB
|
|
1
|
+
{"version":3,"file":"scraper-specification.d.ts","sourceRoot":"","sources":["../../../src/main/ts/scrapers/specifications/scraper-specification.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,UAAU,CAAC;AAI7B;;;;GAIG;AACH,eAAO,MAAM,oBAAoB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;kBAyB7B,CAAC;AAEL,MAAM,MAAM,oBAAoB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,oBAAoB,CAAC,CAAC"}
|
package/package.json
CHANGED
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
import { z } from "zod/mini";
|
|
2
|
-
/**
|
|
3
|
-
* Represents a payload map to be used by a scraper's web request.
|
|
4
|
-
*
|
|
5
|
-
* @author lengors
|
|
6
|
-
*/
|
|
7
|
-
export declare const ScraperSpecificationPayloadMap: z.ZodMiniReadonly<z.ZodMiniRecord<z.ZodMiniString<string>, z.ZodMiniUnion<readonly [z.ZodMiniString<string>, z.ZodMiniReadonly<z.ZodMiniObject<{
|
|
8
|
-
jexl: z.ZodMiniString<string>;
|
|
9
|
-
}, z.core.$strip>>]>>>;
|
|
10
|
-
export type ScraperSpecificationPayloadMap = z.infer<typeof ScraperSpecificationPayloadMap>;
|
|
11
|
-
//# sourceMappingURL=scraper-specification-payload-map.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"scraper-specification-payload-map.d.ts","sourceRoot":"","sources":["../../../src/main/ts/scrapers/specifications/scraper-specification-payload-map.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,UAAU,CAAC;AAG7B;;;;GAIG;AACH,eAAO,MAAM,8BAA8B;;sBAUvC,CAAC;AAEL,MAAM,MAAM,8BAA8B,GAAG,CAAC,CAAC,KAAK,CAClD,OAAO,8BAA8B,CACtC,CAAC"}
|
|
@@ -1,18 +0,0 @@
|
|
|
1
|
-
import { z } from "zod/mini";
|
|
2
|
-
import { ScraperSpecificationExpression } from "./scraper-specification-expression.js";
|
|
3
|
-
/**
|
|
4
|
-
* Represents a payload map to be used by a scraper's web request.
|
|
5
|
-
*
|
|
6
|
-
* @author lengors
|
|
7
|
-
*/
|
|
8
|
-
export const ScraperSpecificationPayloadMap = z
|
|
9
|
-
.readonly(z.record(z.string(), ScraperSpecificationExpression))
|
|
10
|
-
.register(z.globalRegistry, {
|
|
11
|
-
$schema: "http://json-schema.org/draft-07/schema",
|
|
12
|
-
id: "io/github/lengors/protoscout/domain/scrapers/specifications/models/scraper-specification-payload-map.json",
|
|
13
|
-
title: "Scraper web request payload.",
|
|
14
|
-
description: "Payload to be used by scraper's web request.",
|
|
15
|
-
javaType: "io.github.lengors.protoscout.domain.scrapers.specifications.models.ScraperSpecificationPayloadMap",
|
|
16
|
-
javaInterfaces: ["java.io.Serializable"],
|
|
17
|
-
});
|
|
18
|
-
//# sourceMappingURL=scraper-specification-payload-map.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"scraper-specification-payload-map.js","sourceRoot":"","sources":["../../../src/main/ts/scrapers/specifications/scraper-specification-payload-map.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,UAAU,CAAC;AAC7B,OAAO,EAAE,8BAA8B,EAAE,MAAM,uCAAuC,CAAC;AAEvF;;;;GAIG;AACH,MAAM,CAAC,MAAM,8BAA8B,GAAG,CAAC;KAC5C,QAAQ,CAAC,CAAC,CAAC,MAAM,CAAC,CAAC,CAAC,MAAM,EAAE,EAAE,8BAA8B,CAAC,CAAC;KAC9D,QAAQ,CAAC,CAAC,CAAC,cAAc,EAAE;IAC1B,OAAO,EAAE,wCAAwC;IACjD,EAAE,EAAE,2GAA2G;IAC/G,KAAK,EAAE,8BAA8B;IACrC,WAAW,EAAE,8CAA8C;IAC3D,QAAQ,EACN,mGAAmG;IACrG,cAAc,EAAE,CAAC,sBAAsB,CAAC;CACzC,CAAC,CAAC"}
|