@lengors/protoscout-schemas 2.1.2-dev.1 → 2.1.3-alpha.1

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.
@@ -18,7 +18,7 @@ export declare const ScraperResponseResultDateTimeRange: z.ZodMiniReadonly<z.Zod
18
18
  year: "year";
19
19
  }>;
20
20
  }, z.core.$strip>>;
21
- grain: z.ZodMiniReadonly<z.ZodMiniObject<{
21
+ to: z.ZodMiniReadonly<z.ZodMiniObject<{
22
22
  value: z.iso.ZodMiniISODateTime;
23
23
  grain: z.ZodMiniEnum<{
24
24
  second: "second";
@@ -8,7 +8,7 @@ import { ScraperResponseResultDateTimeInstant } from "./scraper-response-result-
8
8
  export const ScraperResponseResultDateTimeRange = z
9
9
  .readonly(z.object({
10
10
  from: ScraperResponseResultDateTimeInstant,
11
- grain: ScraperResponseResultDateTimeInstant,
11
+ to: ScraperResponseResultDateTimeInstant,
12
12
  }))
13
13
  .register(z.globalRegistry, {
14
14
  $schema: "http://json-schema.org/draft-07/schema",
@@ -1 +1 @@
1
- {"version":3,"file":"scraper-response-result-date-time-range.js","sourceRoot":"","sources":["../../src/main/ts/scrapers/scraper-response-result-date-time-range.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,UAAU,CAAC;AAC7B,OAAO,EAAE,oCAAoC,EAAE,MAAM,gDAAgD,CAAC;AAEtG;;;;GAIG;AACH,MAAM,CAAC,MAAM,kCAAkC,GAAG,CAAC;KAChD,QAAQ,CACP,CAAC,CAAC,MAAM,CAAC;IACP,IAAI,EAAE,oCAAoC;IAC1C,KAAK,EAAE,oCAAoC;CAC5C,CAAC,CACH;KACA,QAAQ,CAAC,CAAC,CAAC,cAAc,EAAE;IAC1B,OAAO,EAAE,wCAAwC;IACjD,EAAE,EAAE,kGAAkG;IACtG,KAAK,EAAE,yBAAyB;IAChC,WAAW,EAAE,kDAAkD;IAC/D,QAAQ,EACN,wFAAwF;IAC1F,cAAc,EAAE;QACd,mFAAmF;KACpF;IACD,oBAAoB,EAAE,KAAK;CAC5B,CAAC,CAAC"}
1
+ {"version":3,"file":"scraper-response-result-date-time-range.js","sourceRoot":"","sources":["../../src/main/ts/scrapers/scraper-response-result-date-time-range.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,UAAU,CAAC;AAC7B,OAAO,EAAE,oCAAoC,EAAE,MAAM,gDAAgD,CAAC;AAEtG;;;;GAIG;AACH,MAAM,CAAC,MAAM,kCAAkC,GAAG,CAAC;KAChD,QAAQ,CACP,CAAC,CAAC,MAAM,CAAC;IACP,IAAI,EAAE,oCAAoC;IAC1C,EAAE,EAAE,oCAAoC;CACzC,CAAC,CACH;KACA,QAAQ,CAAC,CAAC,CAAC,cAAc,EAAE;IAC1B,OAAO,EAAE,wCAAwC;IACjD,EAAE,EAAE,kGAAkG;IACtG,KAAK,EAAE,yBAAyB;IAChC,WAAW,EAAE,kDAAkD;IAC/D,QAAQ,EACN,wFAAwF;IAC1F,cAAc,EAAE;QACd,mFAAmF;KACpF;IACD,oBAAoB,EAAE,KAAK;CAC5B,CAAC,CAAC"}
@@ -30,7 +30,7 @@ export declare const ScraperResponseResultDateTime: z.ZodMiniUnion<readonly [z.Z
30
30
  year: "year";
31
31
  }>;
32
32
  }, z.core.$strip>>;
33
- grain: z.ZodMiniReadonly<z.ZodMiniObject<{
33
+ to: z.ZodMiniReadonly<z.ZodMiniObject<{
34
34
  value: z.iso.ZodMiniISODateTime;
35
35
  grain: z.ZodMiniEnum<{
36
36
  second: "second";
@@ -40,7 +40,7 @@ export declare const ScraperResponseResultStock: z.ZodMiniPipe<z.ZodMiniReadonly
40
40
  year: "year";
41
41
  }>;
42
42
  }, z.core.$strip>>;
43
- grain: z.ZodMiniReadonly<z.ZodMiniObject<{
43
+ to: z.ZodMiniReadonly<z.ZodMiniObject<{
44
44
  value: z.iso.ZodMiniISODateTime;
45
45
  grain: z.ZodMiniEnum<{
46
46
  second: "second";
@@ -68,7 +68,7 @@ export declare const ScraperResponseResultStock: z.ZodMiniPipe<z.ZodMiniReadonly
68
68
  value: string;
69
69
  grain: "second" | "minute" | "hour" | "day" | "week" | "month" | "quarter" | "year";
70
70
  }>;
71
- grain: Readonly<{
71
+ to: Readonly<{
72
72
  value: string;
73
73
  grain: "second" | "minute" | "hour" | "day" | "week" | "month" | "quarter" | "year";
74
74
  }>;
@@ -87,7 +87,7 @@ export declare const ScraperResponseResultStock: z.ZodMiniPipe<z.ZodMiniReadonly
87
87
  value: string;
88
88
  grain: "second" | "minute" | "hour" | "day" | "week" | "month" | "quarter" | "year";
89
89
  }>;
90
- grain: Readonly<{
90
+ to: Readonly<{
91
91
  value: string;
92
92
  grain: "second" | "minute" | "hour" | "day" | "week" | "month" | "quarter" | "year";
93
93
  }>;
@@ -53,7 +53,7 @@ export declare const ScraperResponseResult: z.ZodMiniPipe<z.ZodMiniReadonly<z.Zo
53
53
  year: "year";
54
54
  }>;
55
55
  }, z.core.$strip>>;
56
- grain: z.ZodMiniReadonly<z.ZodMiniObject<{
56
+ to: z.ZodMiniReadonly<z.ZodMiniObject<{
57
57
  value: z.iso.ZodMiniISODateTime;
58
58
  grain: z.ZodMiniEnum<{
59
59
  second: "second";
@@ -81,7 +81,7 @@ export declare const ScraperResponseResult: z.ZodMiniPipe<z.ZodMiniReadonly<z.Zo
81
81
  value: string;
82
82
  grain: "second" | "minute" | "hour" | "day" | "week" | "month" | "quarter" | "year";
83
83
  }>;
84
- grain: Readonly<{
84
+ to: Readonly<{
85
85
  value: string;
86
86
  grain: "second" | "minute" | "hour" | "day" | "week" | "month" | "quarter" | "year";
87
87
  }>;
@@ -100,7 +100,7 @@ export declare const ScraperResponseResult: z.ZodMiniPipe<z.ZodMiniReadonly<z.Zo
100
100
  value: string;
101
101
  grain: "second" | "minute" | "hour" | "day" | "week" | "month" | "quarter" | "year";
102
102
  }>;
103
- grain: Readonly<{
103
+ to: Readonly<{
104
104
  value: string;
105
105
  grain: "second" | "minute" | "hour" | "day" | "week" | "month" | "quarter" | "year";
106
106
  }>;
@@ -161,7 +161,7 @@ export declare const ScraperResponseResult: z.ZodMiniPipe<z.ZodMiniReadonly<z.Zo
161
161
  value: string;
162
162
  grain: "second" | "minute" | "hour" | "day" | "week" | "month" | "quarter" | "year";
163
163
  }>;
164
- grain: Readonly<{
164
+ to: Readonly<{
165
165
  value: string;
166
166
  grain: "second" | "minute" | "hour" | "day" | "week" | "month" | "quarter" | "year";
167
167
  }>;
@@ -206,7 +206,7 @@ export declare const ScraperResponseResult: z.ZodMiniPipe<z.ZodMiniReadonly<z.Zo
206
206
  value: string;
207
207
  grain: "second" | "minute" | "hour" | "day" | "week" | "month" | "quarter" | "year";
208
208
  }>;
209
- grain: Readonly<{
209
+ to: Readonly<{
210
210
  value: string;
211
211
  grain: "second" | "minute" | "hour" | "day" | "week" | "month" | "quarter" | "year";
212
212
  }>;
@@ -71,7 +71,7 @@ export declare const ScraperResponse: z.ZodMiniUnion<readonly [z.ZodMiniReadonly
71
71
  year: "year";
72
72
  }>;
73
73
  }, z.core.$strip>>;
74
- grain: z.ZodMiniReadonly<z.ZodMiniObject<{
74
+ to: z.ZodMiniReadonly<z.ZodMiniObject<{
75
75
  value: z.iso.ZodMiniISODateTime;
76
76
  grain: z.ZodMiniEnum<{
77
77
  second: "second";
@@ -99,7 +99,7 @@ export declare const ScraperResponse: z.ZodMiniUnion<readonly [z.ZodMiniReadonly
99
99
  value: string;
100
100
  grain: "second" | "minute" | "hour" | "day" | "week" | "month" | "quarter" | "year";
101
101
  }>;
102
- grain: Readonly<{
102
+ to: Readonly<{
103
103
  value: string;
104
104
  grain: "second" | "minute" | "hour" | "day" | "week" | "month" | "quarter" | "year";
105
105
  }>;
@@ -118,7 +118,7 @@ export declare const ScraperResponse: z.ZodMiniUnion<readonly [z.ZodMiniReadonly
118
118
  value: string;
119
119
  grain: "second" | "minute" | "hour" | "day" | "week" | "month" | "quarter" | "year";
120
120
  }>;
121
- grain: Readonly<{
121
+ to: Readonly<{
122
122
  value: string;
123
123
  grain: "second" | "minute" | "hour" | "day" | "week" | "month" | "quarter" | "year";
124
124
  }>;
@@ -179,7 +179,7 @@ export declare const ScraperResponse: z.ZodMiniUnion<readonly [z.ZodMiniReadonly
179
179
  value: string;
180
180
  grain: "second" | "minute" | "hour" | "day" | "week" | "month" | "quarter" | "year";
181
181
  }>;
182
- grain: Readonly<{
182
+ to: Readonly<{
183
183
  value: string;
184
184
  grain: "second" | "minute" | "hour" | "day" | "week" | "month" | "quarter" | "year";
185
185
  }>;
@@ -224,7 +224,7 @@ export declare const ScraperResponse: z.ZodMiniUnion<readonly [z.ZodMiniReadonly
224
224
  value: string;
225
225
  grain: "second" | "minute" | "hour" | "day" | "week" | "month" | "quarter" | "year";
226
226
  }>;
227
- grain: Readonly<{
227
+ to: Readonly<{
228
228
  value: string;
229
229
  grain: "second" | "minute" | "hour" | "day" | "week" | "month" | "quarter" | "year";
230
230
  }>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lengors/protoscout-schemas",
3
- "version": "2.1.2-dev.1",
3
+ "version": "2.1.3-alpha.1",
4
4
  "description": "Project containing schemas for ProtoScout, the protocol used by WebScout",
5
5
  "keywords": [
6
6
  "protoscout",