@lengors/protoscout-schemas 2.0.0-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.
Files changed (213) hide show
  1. package/dist/scrapers/index.d.ts +22 -0
  2. package/dist/scrapers/index.d.ts.map +1 -0
  3. package/dist/scrapers/index.js +38 -0
  4. package/dist/scrapers/index.js.map +1 -0
  5. package/dist/scrapers/scraper-inputs.d.ts +9 -0
  6. package/dist/scrapers/scraper-inputs.d.ts.map +1 -0
  7. package/dist/scrapers/scraper-inputs.js +23 -0
  8. package/dist/scrapers/scraper-inputs.js.map +1 -0
  9. package/dist/scrapers/scraper-profile.d.ts +18 -0
  10. package/dist/scrapers/scraper-profile.d.ts.map +1 -0
  11. package/dist/scrapers/scraper-profile.js +31 -0
  12. package/dist/scrapers/scraper-profile.js.map +1 -0
  13. package/dist/scrapers/scraper-request.d.ts +33 -0
  14. package/dist/scrapers/scraper-request.d.ts.map +1 -0
  15. package/dist/scrapers/scraper-request.js +36 -0
  16. package/dist/scrapers/scraper-request.js.map +1 -0
  17. package/dist/scrapers/scraper-response-error-code.d.ts +22 -0
  18. package/dist/scrapers/scraper-response-error-code.d.ts.map +1 -0
  19. package/dist/scrapers/scraper-response-error-code.js +33 -0
  20. package/dist/scrapers/scraper-response-error-code.js.map +1 -0
  21. package/dist/scrapers/scraper-response-error.d.ts +27 -0
  22. package/dist/scrapers/scraper-response-error.d.ts.map +1 -0
  23. package/dist/scrapers/scraper-response-error.js +38 -0
  24. package/dist/scrapers/scraper-response-error.js.map +1 -0
  25. package/dist/scrapers/scraper-response-result-brand.d.ts +12 -0
  26. package/dist/scrapers/scraper-response-result-brand.d.ts.map +1 -0
  27. package/dist/scrapers/scraper-response-result-brand.js +30 -0
  28. package/dist/scrapers/scraper-response-result-brand.js.map +1 -0
  29. package/dist/scrapers/scraper-response-result-date-time-instant-grain.d.ts +18 -0
  30. package/dist/scrapers/scraper-response-result-date-time-instant-grain.d.ts.map +1 -0
  31. package/dist/scrapers/scraper-response-result-date-time-instant-grain.js +19 -0
  32. package/dist/scrapers/scraper-response-result-date-time-instant-grain.js.map +1 -0
  33. package/dist/scrapers/scraper-response-result-date-time-instant.d.ts +21 -0
  34. package/dist/scrapers/scraper-response-result-date-time-instant.d.ts.map +1 -0
  35. package/dist/scrapers/scraper-response-result-date-time-instant.js +30 -0
  36. package/dist/scrapers/scraper-response-result-date-time-instant.js.map +1 -0
  37. package/dist/scrapers/scraper-response-result-date-time-range.d.ts +36 -0
  38. package/dist/scrapers/scraper-response-result-date-time-range.d.ts.map +1 -0
  39. package/dist/scrapers/scraper-response-result-date-time-range.js +27 -0
  40. package/dist/scrapers/scraper-response-result-date-time-range.js.map +1 -0
  41. package/dist/scrapers/scraper-response-result-date-time.d.ts +48 -0
  42. package/dist/scrapers/scraper-response-result-date-time.d.ts.map +1 -0
  43. package/dist/scrapers/scraper-response-result-date-time.js +22 -0
  44. package/dist/scrapers/scraper-response-result-date-time.js.map +1 -0
  45. package/dist/scrapers/scraper-response-result-descriptionless-detail.d.ts +12 -0
  46. package/dist/scrapers/scraper-response-result-descriptionless-detail.d.ts.map +1 -0
  47. package/dist/scrapers/scraper-response-result-descriptionless-detail.js +32 -0
  48. package/dist/scrapers/scraper-response-result-descriptionless-detail.js.map +1 -0
  49. package/dist/scrapers/scraper-response-result-descriptive-detail.d.ts +13 -0
  50. package/dist/scrapers/scraper-response-result-descriptive-detail.d.ts.map +1 -0
  51. package/dist/scrapers/scraper-response-result-descriptive-detail.js +36 -0
  52. package/dist/scrapers/scraper-response-result-descriptive-detail.js.map +1 -0
  53. package/dist/scrapers/scraper-response-result-detail.d.ts +16 -0
  54. package/dist/scrapers/scraper-response-result-detail.d.ts.map +1 -0
  55. package/dist/scrapers/scraper-response-result-detail.js +22 -0
  56. package/dist/scrapers/scraper-response-result-detail.js.map +1 -0
  57. package/dist/scrapers/scraper-response-result-grading.d.ts +15 -0
  58. package/dist/scrapers/scraper-response-result-grading.d.ts.map +1 -0
  59. package/dist/scrapers/scraper-response-result-grading.js +20 -0
  60. package/dist/scrapers/scraper-response-result-grading.js.map +1 -0
  61. package/dist/scrapers/scraper-response-result-noise-level.d.ts +13 -0
  62. package/dist/scrapers/scraper-response-result-noise-level.d.ts.map +1 -0
  63. package/dist/scrapers/scraper-response-result-noise-level.js +20 -0
  64. package/dist/scrapers/scraper-response-result-noise-level.js.map +1 -0
  65. package/dist/scrapers/scraper-response-result-price.d.ts +12 -0
  66. package/dist/scrapers/scraper-response-result-price.d.ts.map +1 -0
  67. package/dist/scrapers/scraper-response-result-price.js +30 -0
  68. package/dist/scrapers/scraper-response-result-price.js.map +1 -0
  69. package/dist/scrapers/scraper-response-result-quantity-modifier.d.ts +13 -0
  70. package/dist/scrapers/scraper-response-result-quantity-modifier.d.ts.map +1 -0
  71. package/dist/scrapers/scraper-response-result-quantity-modifier.js +20 -0
  72. package/dist/scrapers/scraper-response-result-quantity-modifier.js.map +1 -0
  73. package/dist/scrapers/scraper-response-result-quantity.d.ts +16 -0
  74. package/dist/scrapers/scraper-response-result-quantity.d.ts.map +1 -0
  75. package/dist/scrapers/scraper-response-result-quantity.js +28 -0
  76. package/dist/scrapers/scraper-response-result-quantity.js.map +1 -0
  77. package/dist/scrapers/scraper-response-result-stock.d.ts +97 -0
  78. package/dist/scrapers/scraper-response-result-stock.d.ts.map +1 -0
  79. package/dist/scrapers/scraper-response-result-stock.js +34 -0
  80. package/dist/scrapers/scraper-response-result-stock.js.map +1 -0
  81. package/dist/scrapers/scraper-response-result.d.ts +229 -0
  82. package/dist/scrapers/scraper-response-result.d.ts.map +1 -0
  83. package/dist/scrapers/scraper-response-result.js +80 -0
  84. package/dist/scrapers/scraper-response-result.js.map +1 -0
  85. package/dist/scrapers/scraper-response.d.ts +247 -0
  86. package/dist/scrapers/scraper-response.d.ts.map +1 -0
  87. package/dist/scrapers/scraper-response.js +19 -0
  88. package/dist/scrapers/scraper-response.js.map +1 -0
  89. package/dist/scrapers/specifications/index.d.ts +31 -0
  90. package/dist/scrapers/specifications/index.d.ts.map +1 -0
  91. package/dist/scrapers/specifications/index.js +47 -0
  92. package/dist/scrapers/specifications/index.js.map +1 -0
  93. package/dist/scrapers/specifications/scraper-specification-data-payload.d.ts +13 -0
  94. package/dist/scrapers/specifications/scraper-specification-data-payload.d.ts.map +1 -0
  95. package/dist/scrapers/specifications/scraper-specification-data-payload.js +26 -0
  96. package/dist/scrapers/specifications/scraper-specification-data-payload.js.map +1 -0
  97. package/dist/scrapers/specifications/scraper-specification-defaults.d.ts +38 -0
  98. package/dist/scrapers/specifications/scraper-specification-defaults.d.ts.map +1 -0
  99. package/dist/scrapers/specifications/scraper-specification-defaults.js +33 -0
  100. package/dist/scrapers/specifications/scraper-specification-defaults.js.map +1 -0
  101. package/dist/scrapers/specifications/scraper-specification-expression.d.ts +11 -0
  102. package/dist/scrapers/specifications/scraper-specification-expression.d.ts.map +1 -0
  103. package/dist/scrapers/specifications/scraper-specification-expression.js +24 -0
  104. package/dist/scrapers/specifications/scraper-specification-expression.js.map +1 -0
  105. package/dist/scrapers/specifications/scraper-specification-flat-action.d.ts +13 -0
  106. package/dist/scrapers/specifications/scraper-specification-flat-action.d.ts.map +1 -0
  107. package/dist/scrapers/specifications/scraper-specification-flat-action.js +26 -0
  108. package/dist/scrapers/specifications/scraper-specification-flat-action.js.map +1 -0
  109. package/dist/scrapers/specifications/scraper-specification-gates.d.ts +19 -0
  110. package/dist/scrapers/specifications/scraper-specification-gates.d.ts.map +1 -0
  111. package/dist/scrapers/specifications/scraper-specification-gates.js +41 -0
  112. package/dist/scrapers/specifications/scraper-specification-gates.js.map +1 -0
  113. package/dist/scrapers/specifications/scraper-specification-handler.d.ts +207 -0
  114. package/dist/scrapers/specifications/scraper-specification-handler.d.ts.map +1 -0
  115. package/dist/scrapers/specifications/scraper-specification-handler.js +44 -0
  116. package/dist/scrapers/specifications/scraper-specification-handler.js.map +1 -0
  117. package/dist/scrapers/specifications/scraper-specification-header-map.d.ts +11 -0
  118. package/dist/scrapers/specifications/scraper-specification-header-map.d.ts.map +1 -0
  119. package/dist/scrapers/specifications/scraper-specification-header-map.js +21 -0
  120. package/dist/scrapers/specifications/scraper-specification-header-map.js.map +1 -0
  121. package/dist/scrapers/specifications/scraper-specification-jexl-specification.d.ts +11 -0
  122. package/dist/scrapers/specifications/scraper-specification-jexl-specification.d.ts.map +1 -0
  123. package/dist/scrapers/specifications/scraper-specification-jexl-specification.js +29 -0
  124. package/dist/scrapers/specifications/scraper-specification-jexl-specification.js.map +1 -0
  125. package/dist/scrapers/specifications/scraper-specification-json-payload.d.ts +13 -0
  126. package/dist/scrapers/specifications/scraper-specification-json-payload.d.ts.map +1 -0
  127. package/dist/scrapers/specifications/scraper-specification-json-payload.js +26 -0
  128. package/dist/scrapers/specifications/scraper-specification-json-payload.js.map +1 -0
  129. package/dist/scrapers/specifications/scraper-specification-map-action.d.ts +15 -0
  130. package/dist/scrapers/specifications/scraper-specification-map-action.d.ts.map +1 -0
  131. package/dist/scrapers/specifications/scraper-specification-map-action.js +26 -0
  132. package/dist/scrapers/specifications/scraper-specification-map-action.js.map +1 -0
  133. package/dist/scrapers/specifications/scraper-specification-map.d.ts +13 -0
  134. package/dist/scrapers/specifications/scraper-specification-map.d.ts.map +1 -0
  135. package/dist/scrapers/specifications/scraper-specification-map.js +26 -0
  136. package/dist/scrapers/specifications/scraper-specification-map.js.map +1 -0
  137. package/dist/scrapers/specifications/scraper-specification-payload-map.d.ts +11 -0
  138. package/dist/scrapers/specifications/scraper-specification-payload-map.d.ts.map +1 -0
  139. package/dist/scrapers/specifications/scraper-specification-payload-map.js +21 -0
  140. package/dist/scrapers/specifications/scraper-specification-payload-map.js.map +1 -0
  141. package/dist/scrapers/specifications/scraper-specification-request-action.d.ts +64 -0
  142. package/dist/scrapers/specifications/scraper-specification-request-action.d.ts.map +1 -0
  143. package/dist/scrapers/specifications/scraper-specification-request-action.js +28 -0
  144. package/dist/scrapers/specifications/scraper-specification-request-action.js.map +1 -0
  145. package/dist/scrapers/specifications/scraper-specification-request-method.d.ts +16 -0
  146. package/dist/scrapers/specifications/scraper-specification-request-method.d.ts.map +1 -0
  147. package/dist/scrapers/specifications/scraper-specification-request-method.js +19 -0
  148. package/dist/scrapers/specifications/scraper-specification-request-method.js.map +1 -0
  149. package/dist/scrapers/specifications/scraper-specification-request-parser.d.ts +13 -0
  150. package/dist/scrapers/specifications/scraper-specification-request-parser.d.ts.map +1 -0
  151. package/dist/scrapers/specifications/scraper-specification-request-parser.js +19 -0
  152. package/dist/scrapers/specifications/scraper-specification-request-parser.js.map +1 -0
  153. package/dist/scrapers/specifications/scraper-specification-request.d.ts +57 -0
  154. package/dist/scrapers/specifications/scraper-specification-request.d.ts.map +1 -0
  155. package/dist/scrapers/specifications/scraper-specification-request.js +40 -0
  156. package/dist/scrapers/specifications/scraper-specification-request.js.map +1 -0
  157. package/dist/scrapers/specifications/scraper-specification-requirement-type.d.ts +13 -0
  158. package/dist/scrapers/specifications/scraper-specification-requirement-type.d.ts.map +1 -0
  159. package/dist/scrapers/specifications/scraper-specification-requirement-type.js +19 -0
  160. package/dist/scrapers/specifications/scraper-specification-requirement-type.js.map +1 -0
  161. package/dist/scrapers/specifications/scraper-specification-requirement.d.ts +17 -0
  162. package/dist/scrapers/specifications/scraper-specification-requirement.d.ts.map +1 -0
  163. package/dist/scrapers/specifications/scraper-specification-requirement.js +32 -0
  164. package/dist/scrapers/specifications/scraper-specification-requirement.js.map +1 -0
  165. package/dist/scrapers/specifications/scraper-specification-return-action.d.ts +125 -0
  166. package/dist/scrapers/specifications/scraper-specification-return-action.d.ts.map +1 -0
  167. package/dist/scrapers/specifications/scraper-specification-return-action.js +26 -0
  168. package/dist/scrapers/specifications/scraper-specification-return-action.js.map +1 -0
  169. package/dist/scrapers/specifications/scraper-specification-return-brand.d.ts +16 -0
  170. package/dist/scrapers/specifications/scraper-specification-return-brand.d.ts.map +1 -0
  171. package/dist/scrapers/specifications/scraper-specification-return-brand.js +25 -0
  172. package/dist/scrapers/specifications/scraper-specification-return-brand.js.map +1 -0
  173. package/dist/scrapers/specifications/scraper-specification-return-descriptionless-detail.d.ts +16 -0
  174. package/dist/scrapers/specifications/scraper-specification-return-descriptionless-detail.d.ts.map +1 -0
  175. package/dist/scrapers/specifications/scraper-specification-return-descriptionless-detail.js +27 -0
  176. package/dist/scrapers/specifications/scraper-specification-return-descriptionless-detail.js.map +1 -0
  177. package/dist/scrapers/specifications/scraper-specification-return-descriptive-detail.d.ts +19 -0
  178. package/dist/scrapers/specifications/scraper-specification-return-descriptive-detail.d.ts.map +1 -0
  179. package/dist/scrapers/specifications/scraper-specification-return-descriptive-detail.js +28 -0
  180. package/dist/scrapers/specifications/scraper-specification-return-descriptive-detail.js.map +1 -0
  181. package/dist/scrapers/specifications/scraper-specification-return-detail.d.ts +26 -0
  182. package/dist/scrapers/specifications/scraper-specification-return-detail.d.ts.map +1 -0
  183. package/dist/scrapers/specifications/scraper-specification-return-detail.js +22 -0
  184. package/dist/scrapers/specifications/scraper-specification-return-detail.js.map +1 -0
  185. package/dist/scrapers/specifications/scraper-specification-return-extract-stock.d.ts +39 -0
  186. package/dist/scrapers/specifications/scraper-specification-return-extract-stock.d.ts.map +1 -0
  187. package/dist/scrapers/specifications/scraper-specification-return-extract-stock.js +32 -0
  188. package/dist/scrapers/specifications/scraper-specification-return-extract-stock.js.map +1 -0
  189. package/dist/scrapers/specifications/scraper-specification-return-flat-stock.d.ts +44 -0
  190. package/dist/scrapers/specifications/scraper-specification-return-flat-stock.d.ts.map +1 -0
  191. package/dist/scrapers/specifications/scraper-specification-return-flat-stock.js +28 -0
  192. package/dist/scrapers/specifications/scraper-specification-return-flat-stock.js.map +1 -0
  193. package/dist/scrapers/specifications/scraper-specification-return.d.ts +123 -0
  194. package/dist/scrapers/specifications/scraper-specification-return.d.ts.map +1 -0
  195. package/dist/scrapers/specifications/scraper-specification-return.js +54 -0
  196. package/dist/scrapers/specifications/scraper-specification-return.js.map +1 -0
  197. package/dist/scrapers/specifications/scraper-specification-settings.d.ts +56 -0
  198. package/dist/scrapers/specifications/scraper-specification-settings.d.ts.map +1 -0
  199. package/dist/scrapers/specifications/scraper-specification-settings.js +43 -0
  200. package/dist/scrapers/specifications/scraper-specification-settings.js.map +1 -0
  201. package/dist/scrapers/specifications/scraper-specification-url-parameter.d.ts +16 -0
  202. package/dist/scrapers/specifications/scraper-specification-url-parameter.d.ts.map +1 -0
  203. package/dist/scrapers/specifications/scraper-specification-url-parameter.js +25 -0
  204. package/dist/scrapers/specifications/scraper-specification-url-parameter.js.map +1 -0
  205. package/dist/scrapers/specifications/scraper-specification-url.d.ts +30 -0
  206. package/dist/scrapers/specifications/scraper-specification-url.d.ts.map +1 -0
  207. package/dist/scrapers/specifications/scraper-specification-url.js +34 -0
  208. package/dist/scrapers/specifications/scraper-specification-url.js.map +1 -0
  209. package/dist/scrapers/specifications/scraper-specification.d.ts +258 -0
  210. package/dist/scrapers/specifications/scraper-specification.d.ts.map +1 -0
  211. package/dist/scrapers/specifications/scraper-specification.js +35 -0
  212. package/dist/scrapers/specifications/scraper-specification.js.map +1 -0
  213. package/package.json +58 -0
@@ -0,0 +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,yCAAgC;AAChC,2GAAmG;AAEnG;;;;GAIG;AACU,QAAA,kCAAkC,GAAG,WAAC;KAChD,QAAQ,CACP,WAAC,CAAC,MAAM,CAAC;IACP,IAAI,EAAE,gFAAoC;IAC1C,KAAK,EAAE,gFAAoC;CAC5C,CAAC,CACH;KACA,QAAQ,CAAC,WAAC,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"}
@@ -0,0 +1,48 @@
1
+ import { z } from "zod/v4-mini";
2
+ /**
3
+ * Represents the delivery date-time associated with a scrapped result.
4
+ *
5
+ * @author lengors
6
+ */
7
+ export declare const ScraperResponseResultDateTime: z.ZodMiniUnion<readonly [z.ZodMiniReadonly<z.ZodMiniObject<{
8
+ value: z.iso.ZodMiniISODateTime;
9
+ grain: z.ZodMiniEnum<{
10
+ second: "second";
11
+ minute: "minute";
12
+ hour: "hour";
13
+ day: "day";
14
+ week: "week";
15
+ month: "month";
16
+ quarter: "quarter";
17
+ year: "year";
18
+ }>;
19
+ }, z.core.$strip>>, z.ZodMiniReadonly<z.ZodMiniObject<{
20
+ from: z.ZodMiniReadonly<z.ZodMiniObject<{
21
+ value: z.iso.ZodMiniISODateTime;
22
+ grain: z.ZodMiniEnum<{
23
+ second: "second";
24
+ minute: "minute";
25
+ hour: "hour";
26
+ day: "day";
27
+ week: "week";
28
+ month: "month";
29
+ quarter: "quarter";
30
+ year: "year";
31
+ }>;
32
+ }, z.core.$strip>>;
33
+ grain: z.ZodMiniReadonly<z.ZodMiniObject<{
34
+ value: z.iso.ZodMiniISODateTime;
35
+ grain: z.ZodMiniEnum<{
36
+ second: "second";
37
+ minute: "minute";
38
+ hour: "hour";
39
+ day: "day";
40
+ week: "week";
41
+ month: "month";
42
+ quarter: "quarter";
43
+ year: "year";
44
+ }>;
45
+ }, z.core.$strip>>;
46
+ }, z.core.$strip>>]>;
47
+ export type ScraperResponseResultDateTime = z.infer<typeof ScraperResponseResultDateTime>;
48
+ //# sourceMappingURL=scraper-response-result-date-time.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"scraper-response-result-date-time.d.ts","sourceRoot":"","sources":["../../src/main/ts/scrapers/scraper-response-result-date-time.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,aAAa,CAAC;AAIhC;;;;GAIG;AACH,eAAO,MAAM,6BAA6B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;oBAUtC,CAAC;AAEL,MAAM,MAAM,6BAA6B,GAAG,CAAC,CAAC,KAAK,CACjD,OAAO,6BAA6B,CACrC,CAAC"}
@@ -0,0 +1,22 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.ScraperResponseResultDateTime = void 0;
4
+ const v4_mini_1 = require("zod/v4-mini");
5
+ const scraper_response_result_date_time_instant_1 = require("./scraper-response-result-date-time-instant");
6
+ const scraper_response_result_date_time_range_1 = require("./scraper-response-result-date-time-range");
7
+ /**
8
+ * Represents the delivery date-time associated with a scrapped result.
9
+ *
10
+ * @author lengors
11
+ */
12
+ exports.ScraperResponseResultDateTime = v4_mini_1.z
13
+ .union([
14
+ scraper_response_result_date_time_instant_1.ScraperResponseResultDateTimeInstant,
15
+ scraper_response_result_date_time_range_1.ScraperResponseResultDateTimeRange,
16
+ ])
17
+ .register(v4_mini_1.z.globalRegistry, {
18
+ $schema: "http://json-schema.org/draft-07/schema",
19
+ id: "io/github/lengors/protoscout/domain/scrapers/models/scraper-response-result-date-time.json",
20
+ existingJavaType: "io.github.lengors.protoscout.domain.scrapers.models.ScraperResponseResultDateTime",
21
+ });
22
+ //# sourceMappingURL=scraper-response-result-date-time.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"scraper-response-result-date-time.js","sourceRoot":"","sources":["../../src/main/ts/scrapers/scraper-response-result-date-time.ts"],"names":[],"mappings":";;;AAAA,yCAAgC;AAChC,2GAAmG;AACnG,uGAA+F;AAE/F;;;;GAIG;AACU,QAAA,6BAA6B,GAAG,WAAC;KAC3C,KAAK,CAAC;IACL,gFAAoC;IACpC,4EAAkC;CACnC,CAAC;KACD,QAAQ,CAAC,WAAC,CAAC,cAAc,EAAE;IAC1B,OAAO,EAAE,wCAAwC;IACjD,EAAE,EAAE,4FAA4F;IAChG,gBAAgB,EACd,mFAAmF;CACtF,CAAC,CAAC"}
@@ -0,0 +1,12 @@
1
+ import { z } from "zod/v4-mini";
2
+ /**
3
+ * Represents the detail data associated with a scrapped result without description.
4
+ *
5
+ * @author lengors
6
+ */
7
+ export declare const ScraperResponseResultDescriptionlessDetail: z.ZodMiniReadonly<z.ZodMiniObject<{
8
+ name: z.ZodMiniString<string>;
9
+ image: z.ZodMiniString<string>;
10
+ }, z.core.$strip>>;
11
+ export type ScraperResponseResultDescriptionlessDetail = z.infer<typeof ScraperResponseResultDescriptionlessDetail>;
12
+ //# sourceMappingURL=scraper-response-result-descriptionless-detail.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"scraper-response-result-descriptionless-detail.d.ts","sourceRoot":"","sources":["../../src/main/ts/scrapers/scraper-response-result-descriptionless-detail.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,aAAa,CAAC;AAEhC;;;;GAIG;AACH,eAAO,MAAM,0CAA0C;;;kBAyBnD,CAAC;AAEL,MAAM,MAAM,0CAA0C,GAAG,CAAC,CAAC,KAAK,CAC9D,OAAO,0CAA0C,CAClD,CAAC"}
@@ -0,0 +1,32 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.ScraperResponseResultDescriptionlessDetail = void 0;
4
+ const v4_mini_1 = require("zod/v4-mini");
5
+ /**
6
+ * Represents the detail data associated with a scrapped result without description.
7
+ *
8
+ * @author lengors
9
+ */
10
+ exports.ScraperResponseResultDescriptionlessDetail = v4_mini_1.z
11
+ .readonly(v4_mini_1.z.object({
12
+ name: v4_mini_1.z.string().register(v4_mini_1.z.globalRegistry, {
13
+ title: "Result detail name.",
14
+ description: "Name of detail data associated with scrapped result.",
15
+ }),
16
+ image: v4_mini_1.z.string().register(v4_mini_1.z.globalRegistry, {
17
+ title: "Result detail image.",
18
+ description: "Image of detail data associated with scrapped result.",
19
+ }),
20
+ }))
21
+ .register(v4_mini_1.z.globalRegistry, {
22
+ $schema: "http://json-schema.org/draft-07/schema",
23
+ id: "io/github/lengors/protoscout/domain/scrapers/models/scraper-response-result-descriptionless-detail.json",
24
+ title: "Scraper response result descriptionless detail.",
25
+ description: "Descriptionless detail data associated with result of scraper.",
26
+ javaType: "io.github.lengors.protoscout.domain.scrapers.models.ScraperResponseResultDescriptionlessDetail",
27
+ javaInterfaces: [
28
+ "io.github.lengors.protoscout.domain.scrapers.models.ScraperResponseResultDetail",
29
+ ],
30
+ additionalProperties: false,
31
+ });
32
+ //# sourceMappingURL=scraper-response-result-descriptionless-detail.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"scraper-response-result-descriptionless-detail.js","sourceRoot":"","sources":["../../src/main/ts/scrapers/scraper-response-result-descriptionless-detail.ts"],"names":[],"mappings":";;;AAAA,yCAAgC;AAEhC;;;;GAIG;AACU,QAAA,0CAA0C,GAAG,WAAC;KACxD,QAAQ,CACP,WAAC,CAAC,MAAM,CAAC;IACP,IAAI,EAAE,WAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,CAAC,WAAC,CAAC,cAAc,EAAE;QAC1C,KAAK,EAAE,qBAAqB;QAC5B,WAAW,EAAE,sDAAsD;KACpE,CAAC;IACF,KAAK,EAAE,WAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,CAAC,WAAC,CAAC,cAAc,EAAE;QAC3C,KAAK,EAAE,sBAAsB;QAC7B,WAAW,EAAE,uDAAuD;KACrE,CAAC;CACH,CAAC,CACH;KACA,QAAQ,CAAC,WAAC,CAAC,cAAc,EAAE;IAC1B,OAAO,EAAE,wCAAwC;IACjD,EAAE,EAAE,yGAAyG;IAC7G,KAAK,EAAE,iDAAiD;IACxD,WAAW,EACT,gEAAgE;IAClE,QAAQ,EACN,gGAAgG;IAClG,cAAc,EAAE;QACd,iFAAiF;KAClF;IACD,oBAAoB,EAAE,KAAK;CAC5B,CAAC,CAAC"}
@@ -0,0 +1,13 @@
1
+ import { z } from "zod/v4-mini";
2
+ /**
3
+ * Represents the detail data associated with a scrapped result with description.
4
+ *
5
+ * @author lengors
6
+ */
7
+ export declare const ScraperResponseResultDescriptiveDetail: z.ZodMiniReadonly<z.ZodMiniObject<{
8
+ name: z.ZodMiniString<string>;
9
+ description: z.ZodMiniString<string>;
10
+ image: z.ZodMiniOptional<z.ZodMiniString<string>>;
11
+ }, z.core.$strip>>;
12
+ export type ScraperResponseResultDescriptiveDetail = z.infer<typeof ScraperResponseResultDescriptiveDetail>;
13
+ //# sourceMappingURL=scraper-response-result-descriptive-detail.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"scraper-response-result-descriptive-detail.d.ts","sourceRoot":"","sources":["../../src/main/ts/scrapers/scraper-response-result-descriptive-detail.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,aAAa,CAAC;AAEhC;;;;GAIG;AACH,eAAO,MAAM,sCAAsC;;;;kBA+B/C,CAAC;AAEL,MAAM,MAAM,sCAAsC,GAAG,CAAC,CAAC,KAAK,CAC1D,OAAO,sCAAsC,CAC9C,CAAC"}
@@ -0,0 +1,36 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.ScraperResponseResultDescriptiveDetail = void 0;
4
+ const v4_mini_1 = require("zod/v4-mini");
5
+ /**
6
+ * Represents the detail data associated with a scrapped result with description.
7
+ *
8
+ * @author lengors
9
+ */
10
+ exports.ScraperResponseResultDescriptiveDetail = v4_mini_1.z
11
+ .readonly(v4_mini_1.z.object({
12
+ name: v4_mini_1.z.string().register(v4_mini_1.z.globalRegistry, {
13
+ title: "Result detail name.",
14
+ description: "Name of detail data associated with scrapped result.",
15
+ }),
16
+ description: v4_mini_1.z.string().register(v4_mini_1.z.globalRegistry, {
17
+ title: "Result detail description.",
18
+ description: "Description of detail data associated with scrapped result.",
19
+ }),
20
+ image: v4_mini_1.z.optional(v4_mini_1.z.string().register(v4_mini_1.z.globalRegistry, {
21
+ title: "Result detail image.",
22
+ description: "Image of detail data associated with scrapped result.",
23
+ })),
24
+ }))
25
+ .register(v4_mini_1.z.globalRegistry, {
26
+ $schema: "http://json-schema.org/draft-07/schema",
27
+ id: "io/github/lengors/protoscout/domain/scrapers/models/scraper-response-result-descriptive-detail.json",
28
+ title: "Scraper response result descriptive detail.",
29
+ description: "Descriptive detail data associated with result of scraper.",
30
+ javaType: "io.github.lengors.protoscout.domain.scrapers.models.ScraperResponseResultDescriptiveDetail",
31
+ javaInterfaces: [
32
+ "io.github.lengors.protoscout.domain.scrapers.models.ScraperResponseResultDetail",
33
+ ],
34
+ additionalProperties: false,
35
+ });
36
+ //# sourceMappingURL=scraper-response-result-descriptive-detail.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"scraper-response-result-descriptive-detail.js","sourceRoot":"","sources":["../../src/main/ts/scrapers/scraper-response-result-descriptive-detail.ts"],"names":[],"mappings":";;;AAAA,yCAAgC;AAEhC;;;;GAIG;AACU,QAAA,sCAAsC,GAAG,WAAC;KACpD,QAAQ,CACP,WAAC,CAAC,MAAM,CAAC;IACP,IAAI,EAAE,WAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,CAAC,WAAC,CAAC,cAAc,EAAE;QAC1C,KAAK,EAAE,qBAAqB;QAC5B,WAAW,EAAE,sDAAsD;KACpE,CAAC;IACF,WAAW,EAAE,WAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,CAAC,WAAC,CAAC,cAAc,EAAE;QACjD,KAAK,EAAE,4BAA4B;QACnC,WAAW,EACT,6DAA6D;KAChE,CAAC;IACF,KAAK,EAAE,WAAC,CAAC,QAAQ,CACf,WAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,CAAC,WAAC,CAAC,cAAc,EAAE;QACpC,KAAK,EAAE,sBAAsB;QAC7B,WAAW,EAAE,uDAAuD;KACrE,CAAC,CACH;CACF,CAAC,CACH;KACA,QAAQ,CAAC,WAAC,CAAC,cAAc,EAAE;IAC1B,OAAO,EAAE,wCAAwC;IACjD,EAAE,EAAE,qGAAqG;IACzG,KAAK,EAAE,6CAA6C;IACpD,WAAW,EAAE,4DAA4D;IACzE,QAAQ,EACN,4FAA4F;IAC9F,cAAc,EAAE;QACd,iFAAiF;KAClF;IACD,oBAAoB,EAAE,KAAK;CAC5B,CAAC,CAAC"}
@@ -0,0 +1,16 @@
1
+ import { z } from "zod/v4-mini";
2
+ /**
3
+ * Represents the detail data associated with a scrapped result.
4
+ *
5
+ * @author lengors
6
+ */
7
+ export declare const ScraperResponseResultDetail: z.ZodMiniUnion<readonly [z.ZodMiniReadonly<z.ZodMiniObject<{
8
+ name: z.ZodMiniString<string>;
9
+ image: z.ZodMiniString<string>;
10
+ }, z.core.$strip>>, z.ZodMiniReadonly<z.ZodMiniObject<{
11
+ name: z.ZodMiniString<string>;
12
+ description: z.ZodMiniString<string>;
13
+ image: z.ZodMiniOptional<z.ZodMiniString<string>>;
14
+ }, z.core.$strip>>]>;
15
+ export type ScraperResponseResultDetail = z.infer<typeof ScraperResponseResultDetail>;
16
+ //# sourceMappingURL=scraper-response-result-detail.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"scraper-response-result-detail.d.ts","sourceRoot":"","sources":["../../src/main/ts/scrapers/scraper-response-result-detail.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,aAAa,CAAC;AAIhC;;;;GAIG;AACH,eAAO,MAAM,2BAA2B;;;;;;;oBAUpC,CAAC;AAEL,MAAM,MAAM,2BAA2B,GAAG,CAAC,CAAC,KAAK,CAC/C,OAAO,2BAA2B,CACnC,CAAC"}
@@ -0,0 +1,22 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.ScraperResponseResultDetail = void 0;
4
+ const v4_mini_1 = require("zod/v4-mini");
5
+ const scraper_response_result_descriptionless_detail_1 = require("./scraper-response-result-descriptionless-detail");
6
+ const scraper_response_result_descriptive_detail_1 = require("./scraper-response-result-descriptive-detail");
7
+ /**
8
+ * Represents the detail data associated with a scrapped result.
9
+ *
10
+ * @author lengors
11
+ */
12
+ exports.ScraperResponseResultDetail = v4_mini_1.z
13
+ .union([
14
+ scraper_response_result_descriptionless_detail_1.ScraperResponseResultDescriptionlessDetail,
15
+ scraper_response_result_descriptive_detail_1.ScraperResponseResultDescriptiveDetail,
16
+ ])
17
+ .register(v4_mini_1.z.globalRegistry, {
18
+ $schema: "http://json-schema.org/draft-07/schema",
19
+ id: "io/github/lengors/protoscout/domain/scrapers/models/scraper-response-result-detail.json",
20
+ existingJavaType: "io.github.lengors.protoscout.domain.scrapers.models.ScraperResponseResultDetail",
21
+ });
22
+ //# sourceMappingURL=scraper-response-result-detail.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"scraper-response-result-detail.js","sourceRoot":"","sources":["../../src/main/ts/scrapers/scraper-response-result-detail.ts"],"names":[],"mappings":";;;AAAA,yCAAgC;AAChC,qHAA8G;AAC9G,6GAAsG;AAEtG;;;;GAIG;AACU,QAAA,2BAA2B,GAAG,WAAC;KACzC,KAAK,CAAC;IACL,2FAA0C;IAC1C,mFAAsC;CACvC,CAAC;KACD,QAAQ,CAAC,WAAC,CAAC,cAAc,EAAE;IAC1B,OAAO,EAAE,wCAAwC;IACjD,EAAE,EAAE,yFAAyF;IAC7F,gBAAgB,EACd,iFAAiF;CACpF,CAAC,CAAC"}
@@ -0,0 +1,15 @@
1
+ import { z } from "zod/v4-mini";
2
+ /**
3
+ * Represents a grading for the result of a scraper.
4
+ *
5
+ * @author lengors
6
+ */
7
+ export declare const ScraperResponseResultGrading: z.ZodMiniEnum<{
8
+ a: "a";
9
+ b: "b";
10
+ c: "c";
11
+ d: "d";
12
+ e: "e";
13
+ }>;
14
+ export type ScraperResponseResultGrading = z.infer<typeof ScraperResponseResultGrading>;
15
+ //# sourceMappingURL=scraper-response-result-grading.d.ts.map
@@ -0,0 +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,aAAa,CAAC;AAEhC;;;;GAIG;AACH,eAAO,MAAM,4BAA4B;;;;;;EAUrC,CAAC;AAEL,MAAM,MAAM,4BAA4B,GAAG,CAAC,CAAC,KAAK,CAChD,OAAO,4BAA4B,CACpC,CAAC"}
@@ -0,0 +1,20 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.ScraperResponseResultGrading = void 0;
4
+ const v4_mini_1 = require("zod/v4-mini");
5
+ /**
6
+ * Represents a grading for the result of a scraper.
7
+ *
8
+ * @author lengors
9
+ */
10
+ exports.ScraperResponseResultGrading = v4_mini_1.z
11
+ .enum(["a", "b", "c", "d", "e"])
12
+ .register(v4_mini_1.z.globalRegistry, {
13
+ $schema: "http://json-schema.org/draft-07/schema",
14
+ id: "io/github/lengors/protoscout/domain/scrapers/models/scraper-response-result-grading.json",
15
+ title: "Scraper response result grading.",
16
+ description: "Grading for result of scraper.",
17
+ javaType: "io.github.lengors.protoscout.domain.scrapers.models.ScraperResponseResultGrading",
18
+ javaInterfaces: ["java.io.Serializable"],
19
+ });
20
+ //# sourceMappingURL=scraper-response-result-grading.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"scraper-response-result-grading.js","sourceRoot":"","sources":["../../src/main/ts/scrapers/scraper-response-result-grading.ts"],"names":[],"mappings":";;;AAAA,yCAAgC;AAEhC;;;;GAIG;AACU,QAAA,4BAA4B,GAAG,WAAC;KAC1C,IAAI,CAAC,CAAC,GAAG,EAAE,GAAG,EAAE,GAAG,EAAE,GAAG,EAAE,GAAG,CAAC,CAAC;KAC/B,QAAQ,CAAC,WAAC,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"}
@@ -0,0 +1,13 @@
1
+ import { z } from "zod/v4-mini";
2
+ /**
3
+ * Represents a noise level for the result of a scraper.
4
+ *
5
+ * @author lengors
6
+ */
7
+ export declare const ScraperResponseResultNoiseLevel: z.ZodMiniEnum<{
8
+ a: "a";
9
+ b: "b";
10
+ c: "c";
11
+ }>;
12
+ export type ScraperResponseResultNoiseLevel = z.infer<typeof ScraperResponseResultNoiseLevel>;
13
+ //# sourceMappingURL=scraper-response-result-noise-level.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"scraper-response-result-noise-level.d.ts","sourceRoot":"","sources":["../../src/main/ts/scrapers/scraper-response-result-noise-level.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,aAAa,CAAC;AAEhC;;;;GAIG;AACH,eAAO,MAAM,+BAA+B;;;;EAUxC,CAAC;AAEL,MAAM,MAAM,+BAA+B,GAAG,CAAC,CAAC,KAAK,CACnD,OAAO,+BAA+B,CACvC,CAAC"}
@@ -0,0 +1,20 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.ScraperResponseResultNoiseLevel = void 0;
4
+ const v4_mini_1 = require("zod/v4-mini");
5
+ /**
6
+ * Represents a noise level for the result of a scraper.
7
+ *
8
+ * @author lengors
9
+ */
10
+ exports.ScraperResponseResultNoiseLevel = v4_mini_1.z
11
+ .enum(["a", "b", "c"])
12
+ .register(v4_mini_1.z.globalRegistry, {
13
+ $schema: "http://json-schema.org/draft-07/schema",
14
+ id: "io/github/lengors/protoscout/domain/scrapers/models/scraper-response-result-noise-level.json",
15
+ title: "Scraper response result noise level.",
16
+ description: "Noise level for result of scraper.",
17
+ javaType: "io.github.lengors.protoscout.domain.scrapers.models.ScraperResponseResultNoiseLevel",
18
+ javaInterfaces: ["java.io.Serializable"],
19
+ });
20
+ //# sourceMappingURL=scraper-response-result-noise-level.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"scraper-response-result-noise-level.js","sourceRoot":"","sources":["../../src/main/ts/scrapers/scraper-response-result-noise-level.ts"],"names":[],"mappings":";;;AAAA,yCAAgC;AAEhC;;;;GAIG;AACU,QAAA,+BAA+B,GAAG,WAAC;KAC7C,IAAI,CAAC,CAAC,GAAG,EAAE,GAAG,EAAE,GAAG,CAAC,CAAC;KACrB,QAAQ,CAAC,WAAC,CAAC,cAAc,EAAE;IAC1B,OAAO,EAAE,wCAAwC;IACjD,EAAE,EAAE,8FAA8F;IAClG,KAAK,EAAE,sCAAsC;IAC7C,WAAW,EAAE,oCAAoC;IACjD,QAAQ,EACN,qFAAqF;IACvF,cAAc,EAAE,CAAC,sBAAsB,CAAC;CACzC,CAAC,CAAC"}
@@ -0,0 +1,12 @@
1
+ import { z } from "zod/v4-mini";
2
+ /**
3
+ * Represents the price for data associated with a scrapped result.
4
+ *
5
+ * @author lengors
6
+ */
7
+ export declare const ScraperResponseResultPrice: z.ZodMiniReadonly<z.ZodMiniObject<{
8
+ amount: z.ZodMiniString<string>;
9
+ unit: z.ZodMiniString<string>;
10
+ }, z.core.$strip>>;
11
+ export type ScraperResponseResultPrice = z.infer<typeof ScraperResponseResultPrice>;
12
+ //# sourceMappingURL=scraper-response-result-price.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"scraper-response-result-price.d.ts","sourceRoot":"","sources":["../../src/main/ts/scrapers/scraper-response-result-price.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,aAAa,CAAC;AAEhC;;;;GAIG;AACH,eAAO,MAAM,0BAA0B;;;kBAuBnC,CAAC;AAEL,MAAM,MAAM,0BAA0B,GAAG,CAAC,CAAC,KAAK,CAC9C,OAAO,0BAA0B,CAClC,CAAC"}
@@ -0,0 +1,30 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.ScraperResponseResultPrice = void 0;
4
+ const v4_mini_1 = require("zod/v4-mini");
5
+ /**
6
+ * Represents the price for data associated with a scrapped result.
7
+ *
8
+ * @author lengors
9
+ */
10
+ exports.ScraperResponseResultPrice = v4_mini_1.z
11
+ .readonly(v4_mini_1.z.object({
12
+ amount: v4_mini_1.z.string().register(v4_mini_1.z.globalRegistry, {
13
+ title: "Price amount.",
14
+ description: "Numerical amount for price associated with scrapped result.",
15
+ }),
16
+ unit: v4_mini_1.z.string().register(v4_mini_1.z.globalRegistry, {
17
+ title: "Price unit.",
18
+ description: "Currency unit of price associated with scrapped result.",
19
+ }),
20
+ }))
21
+ .register(v4_mini_1.z.globalRegistry, {
22
+ $schema: "http://json-schema.org/draft-07/schema",
23
+ id: "io/github/lengors/protoscout/domain/scrapers/models/scraper-response-result-price.json",
24
+ title: "Scraper response result price.",
25
+ description: "Price for data associated with result of scraper.",
26
+ javaType: "io.github.lengors.protoscout.domain.scrapers.models.ScraperResponseResultPrice",
27
+ javaInterfaces: ["java.io.Serializable"],
28
+ additionalProperties: false,
29
+ });
30
+ //# sourceMappingURL=scraper-response-result-price.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"scraper-response-result-price.js","sourceRoot":"","sources":["../../src/main/ts/scrapers/scraper-response-result-price.ts"],"names":[],"mappings":";;;AAAA,yCAAgC;AAEhC;;;;GAIG;AACU,QAAA,0BAA0B,GAAG,WAAC;KACxC,QAAQ,CACP,WAAC,CAAC,MAAM,CAAC;IACP,MAAM,EAAE,WAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,CAAC,WAAC,CAAC,cAAc,EAAE;QAC5C,KAAK,EAAE,eAAe;QACtB,WAAW,EACT,6DAA6D;KAChE,CAAC;IACF,IAAI,EAAE,WAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,CAAC,WAAC,CAAC,cAAc,EAAE;QAC1C,KAAK,EAAE,aAAa;QACpB,WAAW,EAAE,yDAAyD;KACvE,CAAC;CACH,CAAC,CACH;KACA,QAAQ,CAAC,WAAC,CAAC,cAAc,EAAE;IAC1B,OAAO,EAAE,wCAAwC;IACjD,EAAE,EAAE,wFAAwF;IAC5F,KAAK,EAAE,gCAAgC;IACvC,WAAW,EAAE,mDAAmD;IAChE,QAAQ,EACN,gFAAgF;IAClF,cAAc,EAAE,CAAC,sBAAsB,CAAC;IACxC,oBAAoB,EAAE,KAAK;CAC5B,CAAC,CAAC"}
@@ -0,0 +1,13 @@
1
+ import { z } from "zod/v4-mini";
2
+ /**
3
+ * Represents a quantity modifier for the result of a scraper.
4
+ *
5
+ * @author lengors
6
+ */
7
+ export declare const ScraperResponseResultQuantityModifier: z.ZodMiniEnum<{
8
+ exact: "exact";
9
+ at_least: "at_least";
10
+ at_most: "at_most";
11
+ }>;
12
+ export type ScraperResponseResultQuantityModifier = z.infer<typeof ScraperResponseResultQuantityModifier>;
13
+ //# sourceMappingURL=scraper-response-result-quantity-modifier.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"scraper-response-result-quantity-modifier.d.ts","sourceRoot":"","sources":["../../src/main/ts/scrapers/scraper-response-result-quantity-modifier.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,aAAa,CAAC;AAEhC;;;;GAIG;AACH,eAAO,MAAM,qCAAqC;;;;EAU9C,CAAC;AAEL,MAAM,MAAM,qCAAqC,GAAG,CAAC,CAAC,KAAK,CACzD,OAAO,qCAAqC,CAC7C,CAAC"}
@@ -0,0 +1,20 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.ScraperResponseResultQuantityModifier = void 0;
4
+ const v4_mini_1 = require("zod/v4-mini");
5
+ /**
6
+ * Represents a quantity modifier for the result of a scraper.
7
+ *
8
+ * @author lengors
9
+ */
10
+ exports.ScraperResponseResultQuantityModifier = v4_mini_1.z
11
+ .enum(["exact", "at_least", "at_most"])
12
+ .register(v4_mini_1.z.globalRegistry, {
13
+ $schema: "http://json-schema.org/draft-07/schema",
14
+ id: "io/github/lengors/protoscout/domain/scrapers/models/scraper-response-result-quantity-modifier.json",
15
+ title: "Result quantity modifier.",
16
+ description: "Specifies some modification for how to interpret quantity.",
17
+ javaType: "io.github.lengors.protoscout.domain.scrapers.models.ScraperResponseResultQuantityModifier",
18
+ javaInterfaces: ["java.io.Serializable"],
19
+ });
20
+ //# sourceMappingURL=scraper-response-result-quantity-modifier.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"scraper-response-result-quantity-modifier.js","sourceRoot":"","sources":["../../src/main/ts/scrapers/scraper-response-result-quantity-modifier.ts"],"names":[],"mappings":";;;AAAA,yCAAgC;AAEhC;;;;GAIG;AACU,QAAA,qCAAqC,GAAG,WAAC;KACnD,IAAI,CAAC,CAAC,OAAO,EAAE,UAAU,EAAE,SAAS,CAAC,CAAC;KACtC,QAAQ,CAAC,WAAC,CAAC,cAAc,EAAE;IAC1B,OAAO,EAAE,wCAAwC;IACjD,EAAE,EAAE,oGAAoG;IACxG,KAAK,EAAE,2BAA2B;IAClC,WAAW,EAAE,4DAA4D;IACzE,QAAQ,EACN,2FAA2F;IAC7F,cAAc,EAAE,CAAC,sBAAsB,CAAC;CACzC,CAAC,CAAC"}
@@ -0,0 +1,16 @@
1
+ import { z } from "zod/v4-mini";
2
+ /**
3
+ * Represents a quantity for the result of a scraper.
4
+ *
5
+ * @author lengors
6
+ */
7
+ export declare const ScraperResponseResultQuantity: z.ZodMiniReadonly<z.ZodMiniObject<{
8
+ amount: z.ZodMiniNumberFormat;
9
+ modifier: z.ZodMiniEnum<{
10
+ exact: "exact";
11
+ at_least: "at_least";
12
+ at_most: "at_most";
13
+ }>;
14
+ }, z.core.$strip>>;
15
+ export type ScraperResponseResultQuantity = z.infer<typeof ScraperResponseResultQuantity>;
16
+ //# sourceMappingURL=scraper-response-result-quantity.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"scraper-response-result-quantity.d.ts","sourceRoot":"","sources":["../../src/main/ts/scrapers/scraper-response-result-quantity.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,aAAa,CAAC;AAGhC;;;;GAIG;AACH,eAAO,MAAM,6BAA6B;;;;;;;kBAmBtC,CAAC;AAEL,MAAM,MAAM,6BAA6B,GAAG,CAAC,CAAC,KAAK,CACjD,OAAO,6BAA6B,CACrC,CAAC"}
@@ -0,0 +1,28 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.ScraperResponseResultQuantity = void 0;
4
+ const v4_mini_1 = require("zod/v4-mini");
5
+ const scraper_response_result_quantity_modifier_1 = require("./scraper-response-result-quantity-modifier");
6
+ /**
7
+ * Represents a quantity for the result of a scraper.
8
+ *
9
+ * @author lengors
10
+ */
11
+ exports.ScraperResponseResultQuantity = v4_mini_1.z
12
+ .readonly(v4_mini_1.z.object({
13
+ amount: v4_mini_1.z.int32().register(v4_mini_1.z.globalRegistry, {
14
+ title: "Result quantity amount.",
15
+ description: "Amount for quantity of scrapped result.",
16
+ }),
17
+ modifier: scraper_response_result_quantity_modifier_1.ScraperResponseResultQuantityModifier,
18
+ }))
19
+ .register(v4_mini_1.z.globalRegistry, {
20
+ $schema: "http://json-schema.org/draft-07/schema",
21
+ id: "io/github/lengors/protoscout/domain/scrapers/models/scraper-response-result-quantity.json",
22
+ title: "Scraper response result quantity.",
23
+ description: "Quantity for data associated with result of scraper.",
24
+ javaType: "io.github.lengors.protoscout.domain.scrapers.models.ScraperResponseResultQuantity",
25
+ javaInterfaces: ["java.io.Serializable"],
26
+ additionalProperties: false,
27
+ });
28
+ //# sourceMappingURL=scraper-response-result-quantity.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"scraper-response-result-quantity.js","sourceRoot":"","sources":["../../src/main/ts/scrapers/scraper-response-result-quantity.ts"],"names":[],"mappings":";;;AAAA,yCAAgC;AAChC,2GAAoG;AAEpG;;;;GAIG;AACU,QAAA,6BAA6B,GAAG,WAAC;KAC3C,QAAQ,CACP,WAAC,CAAC,MAAM,CAAC;IACP,MAAM,EAAE,WAAC,CAAC,KAAK,EAAE,CAAC,QAAQ,CAAC,WAAC,CAAC,cAAc,EAAE;QAC3C,KAAK,EAAE,yBAAyB;QAChC,WAAW,EAAE,yCAAyC;KACvD,CAAC;IACF,QAAQ,EAAE,iFAAqC;CAChD,CAAC,CACH;KACA,QAAQ,CAAC,WAAC,CAAC,cAAc,EAAE;IAC1B,OAAO,EAAE,wCAAwC;IACjD,EAAE,EAAE,2FAA2F;IAC/F,KAAK,EAAE,mCAAmC;IAC1C,WAAW,EAAE,sDAAsD;IACnE,QAAQ,EACN,mFAAmF;IACrF,cAAc,EAAE,CAAC,sBAAsB,CAAC;IACxC,oBAAoB,EAAE,KAAK;CAC5B,CAAC,CAAC"}
@@ -0,0 +1,97 @@
1
+ import { z } from "zod/v4-mini";
2
+ /**
3
+ * Represents the stock data associated with the result of a scraper.
4
+ *
5
+ * @author lengors
6
+ */
7
+ export declare const ScraperResponseResultStock: z.ZodMiniPipe<z.ZodMiniReadonly<z.ZodMiniObject<{
8
+ availability: z.ZodMiniReadonly<z.ZodMiniObject<{
9
+ amount: z.ZodMiniNumberFormat;
10
+ modifier: z.ZodMiniEnum<{
11
+ exact: "exact";
12
+ at_least: "at_least";
13
+ at_most: "at_most";
14
+ }>;
15
+ }, z.core.$strip>>;
16
+ storage: z.ZodMiniOptional<z.ZodMiniString<string>>;
17
+ delivering_on: z.ZodMiniOptional<z.ZodMiniUnion<readonly [z.ZodMiniReadonly<z.ZodMiniObject<{
18
+ value: z.iso.ZodMiniISODateTime;
19
+ grain: z.ZodMiniEnum<{
20
+ second: "second";
21
+ minute: "minute";
22
+ hour: "hour";
23
+ day: "day";
24
+ week: "week";
25
+ month: "month";
26
+ quarter: "quarter";
27
+ year: "year";
28
+ }>;
29
+ }, z.core.$strip>>, z.ZodMiniReadonly<z.ZodMiniObject<{
30
+ from: z.ZodMiniReadonly<z.ZodMiniObject<{
31
+ value: z.iso.ZodMiniISODateTime;
32
+ grain: z.ZodMiniEnum<{
33
+ second: "second";
34
+ minute: "minute";
35
+ hour: "hour";
36
+ day: "day";
37
+ week: "week";
38
+ month: "month";
39
+ quarter: "quarter";
40
+ year: "year";
41
+ }>;
42
+ }, z.core.$strip>>;
43
+ grain: z.ZodMiniReadonly<z.ZodMiniObject<{
44
+ value: z.iso.ZodMiniISODateTime;
45
+ grain: z.ZodMiniEnum<{
46
+ second: "second";
47
+ minute: "minute";
48
+ hour: "hour";
49
+ day: "day";
50
+ week: "week";
51
+ month: "month";
52
+ quarter: "quarter";
53
+ year: "year";
54
+ }>;
55
+ }, z.core.$strip>>;
56
+ }, z.core.$strip>>]>>;
57
+ }, z.core.$strip>>, z.ZodMiniTransform<{
58
+ availability: Readonly<{
59
+ amount: number;
60
+ modifier: "exact" | "at_least" | "at_most";
61
+ }>;
62
+ storage: string | undefined;
63
+ deliveringOn: Readonly<{
64
+ value: string;
65
+ grain: "second" | "minute" | "hour" | "day" | "week" | "month" | "quarter" | "year";
66
+ }> | Readonly<{
67
+ from: Readonly<{
68
+ value: string;
69
+ grain: "second" | "minute" | "hour" | "day" | "week" | "month" | "quarter" | "year";
70
+ }>;
71
+ grain: Readonly<{
72
+ value: string;
73
+ grain: "second" | "minute" | "hour" | "day" | "week" | "month" | "quarter" | "year";
74
+ }>;
75
+ }> | undefined;
76
+ }, Readonly<{
77
+ availability: Readonly<{
78
+ amount: number;
79
+ modifier: "exact" | "at_least" | "at_most";
80
+ }>;
81
+ storage?: string | undefined;
82
+ delivering_on?: Readonly<{
83
+ value: string;
84
+ grain: "second" | "minute" | "hour" | "day" | "week" | "month" | "quarter" | "year";
85
+ }> | Readonly<{
86
+ from: Readonly<{
87
+ value: string;
88
+ grain: "second" | "minute" | "hour" | "day" | "week" | "month" | "quarter" | "year";
89
+ }>;
90
+ grain: Readonly<{
91
+ value: string;
92
+ grain: "second" | "minute" | "hour" | "day" | "week" | "month" | "quarter" | "year";
93
+ }>;
94
+ }> | undefined;
95
+ }>>>;
96
+ export type ScraperResponseResultStock = z.infer<typeof ScraperResponseResultStock>;
97
+ //# sourceMappingURL=scraper-response-result-stock.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"scraper-response-result-stock.d.ts","sourceRoot":"","sources":["../../src/main/ts/scrapers/scraper-response-result-stock.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,aAAa,CAAC;AAIhC;;;;GAIG;AACH,eAAO,MAAM,0BAA0B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;IA8BtC,CAAC;AAEF,MAAM,MAAM,0BAA0B,GAAG,CAAC,CAAC,KAAK,CAC9C,OAAO,0BAA0B,CAClC,CAAC"}
@@ -0,0 +1,34 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.ScraperResponseResultStock = void 0;
4
+ const v4_mini_1 = require("zod/v4-mini");
5
+ const scraper_response_result_quantity_1 = require("./scraper-response-result-quantity");
6
+ const scraper_response_result_date_time_1 = require("./scraper-response-result-date-time");
7
+ /**
8
+ * Represents the stock data associated with the result of a scraper.
9
+ *
10
+ * @author lengors
11
+ */
12
+ exports.ScraperResponseResultStock = v4_mini_1.z.pipe(v4_mini_1.z
13
+ .readonly(v4_mini_1.z.object({
14
+ availability: scraper_response_result_quantity_1.ScraperResponseResultQuantity,
15
+ storage: v4_mini_1.z.optional(v4_mini_1.z.string().register(v4_mini_1.z.globalRegistry, {
16
+ title: "Result availability storage.",
17
+ description: "Storage associated with given availability of scrapped result.",
18
+ })),
19
+ ["delivering_on"]: v4_mini_1.z.optional(scraper_response_result_date_time_1.ScraperResponseResultDateTime),
20
+ }))
21
+ .register(v4_mini_1.z.globalRegistry, {
22
+ $schema: "http://json-schema.org/draft-07/schema",
23
+ id: "io/github/lengors/protoscout/domain/scrapers/models/scraper-response-result-stock.json",
24
+ title: "Scraper response result stock.",
25
+ description: "Stock data associated with result of scraper.",
26
+ javaType: "io.github.lengors.protoscout.domain.scrapers.models.ScraperResponseResultStock",
27
+ javaInterfaces: ["java.io.Serializable"],
28
+ additionalProperties: false,
29
+ }), v4_mini_1.z.transform((data) => ({
30
+ availability: data.availability,
31
+ storage: data.storage,
32
+ deliveringOn: data.delivering_on,
33
+ })));
34
+ //# sourceMappingURL=scraper-response-result-stock.js.map