@censys/platform-sdk 0.5.0 → 0.6.0

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 (230) hide show
  1. package/README.md +17 -17
  2. package/docs/sdks/globaldata/README.md +190 -92
  3. package/docs/sdks/threathunting/README.md +29 -21
  4. package/examples/globalDataSearch.example.ts +1 -1
  5. package/examples/package-lock.json +3 -3
  6. package/funcs/globalDataConvertLegacySearchQueries.d.ts +18 -0
  7. package/funcs/globalDataConvertLegacySearchQueries.d.ts.map +1 -0
  8. package/funcs/globalDataConvertLegacySearchQueries.js +134 -0
  9. package/funcs/globalDataConvertLegacySearchQueries.js.map +1 -0
  10. package/funcs/globalDataCreateTrackedScan.d.ts +2 -2
  11. package/funcs/globalDataCreateTrackedScan.js +2 -2
  12. package/funcs/{globalDataGetTrackedScanThreatHunting.d.ts → globalDataGetCertificateRaw.d.ts} +4 -5
  13. package/funcs/globalDataGetCertificateRaw.d.ts.map +1 -0
  14. package/funcs/{globalDataGetHostObservationsWithCertificate.js → globalDataGetCertificateRaw.js} +10 -19
  15. package/funcs/globalDataGetCertificateRaw.js.map +1 -0
  16. package/funcs/globalDataGetCertificates.d.ts +1 -1
  17. package/funcs/globalDataGetCertificates.d.ts.map +1 -1
  18. package/funcs/globalDataGetCertificates.js +9 -6
  19. package/funcs/globalDataGetCertificates.js.map +1 -1
  20. package/funcs/globalDataGetCertificatesRaw.d.ts +18 -0
  21. package/funcs/globalDataGetCertificatesRaw.d.ts.map +1 -0
  22. package/funcs/globalDataGetCertificatesRaw.js +130 -0
  23. package/funcs/globalDataGetCertificatesRaw.js.map +1 -0
  24. package/funcs/globalDataGetHostTimeline.d.ts +1 -1
  25. package/funcs/globalDataGetHostTimeline.js +1 -1
  26. package/funcs/globalDataGetHosts.d.ts +1 -1
  27. package/funcs/globalDataGetHosts.d.ts.map +1 -1
  28. package/funcs/globalDataGetHosts.js +8 -6
  29. package/funcs/globalDataGetHosts.js.map +1 -1
  30. package/funcs/globalDataGetTrackedScan.d.ts +2 -3
  31. package/funcs/globalDataGetTrackedScan.d.ts.map +1 -1
  32. package/funcs/globalDataGetTrackedScan.js +2 -3
  33. package/funcs/globalDataGetTrackedScan.js.map +1 -1
  34. package/funcs/globalDataGetWebProperties.d.ts +1 -1
  35. package/funcs/globalDataGetWebProperties.d.ts.map +1 -1
  36. package/funcs/globalDataGetWebProperties.js +9 -6
  37. package/funcs/globalDataGetWebProperties.js.map +1 -1
  38. package/funcs/threatHuntingCreateTrackedScan.d.ts +2 -2
  39. package/funcs/threatHuntingCreateTrackedScan.js +2 -2
  40. package/funcs/threatHuntingGetHostObservationsWithCertificate.d.ts +18 -0
  41. package/funcs/threatHuntingGetHostObservationsWithCertificate.d.ts.map +1 -0
  42. package/funcs/threatHuntingGetHostObservationsWithCertificate.js +141 -0
  43. package/funcs/threatHuntingGetHostObservationsWithCertificate.js.map +1 -0
  44. package/funcs/threatHuntingGetTrackedScanThreatHunting.d.ts +18 -0
  45. package/funcs/threatHuntingGetTrackedScanThreatHunting.d.ts.map +1 -0
  46. package/funcs/{globalDataGetTrackedScanThreatHunting.js → threatHuntingGetTrackedScanThreatHunting.js} +5 -6
  47. package/funcs/threatHuntingGetTrackedScanThreatHunting.js.map +1 -0
  48. package/jsr.json +1 -1
  49. package/lib/config.d.ts +4 -4
  50. package/lib/config.js +4 -4
  51. package/lib/security.d.ts.map +1 -1
  52. package/lib/security.js.map +1 -1
  53. package/models/components/alternativequery.d.ts +69 -0
  54. package/models/components/alternativequery.d.ts.map +1 -0
  55. package/models/components/alternativequery.js +93 -0
  56. package/models/components/alternativequery.js.map +1 -0
  57. package/models/components/assetcertificatelistinputbody.d.ts +32 -0
  58. package/models/components/assetcertificatelistinputbody.d.ts.map +1 -0
  59. package/models/components/assetcertificatelistinputbody.js +78 -0
  60. package/models/components/assetcertificatelistinputbody.js.map +1 -0
  61. package/models/components/assethostlistinputbody.d.ts +32 -0
  62. package/models/components/assethostlistinputbody.d.ts.map +1 -0
  63. package/models/components/assethostlistinputbody.js +78 -0
  64. package/models/components/assethostlistinputbody.js.map +1 -0
  65. package/models/components/assetwebpropertylistinputbody.d.ts +32 -0
  66. package/models/components/assetwebpropertylistinputbody.d.ts.map +1 -0
  67. package/models/components/assetwebpropertylistinputbody.js +78 -0
  68. package/models/components/assetwebpropertylistinputbody.js.map +1 -0
  69. package/models/components/asteriskmanagerinterface.d.ts +29 -0
  70. package/models/components/asteriskmanagerinterface.d.ts.map +1 -0
  71. package/models/components/asteriskmanagerinterface.js +69 -0
  72. package/models/components/asteriskmanagerinterface.js.map +1 -0
  73. package/models/components/convertqueryerror.d.ts +32 -0
  74. package/models/components/convertqueryerror.d.ts.map +1 -0
  75. package/models/components/convertqueryerror.js +69 -0
  76. package/models/components/convertqueryerror.js.map +1 -0
  77. package/models/components/index.d.ts +12 -0
  78. package/models/components/index.d.ts.map +1 -1
  79. package/models/components/index.js +12 -0
  80. package/models/components/index.js.map +1 -1
  81. package/models/components/openvpnmgmt.d.ts +37 -0
  82. package/models/components/openvpnmgmt.d.ts.map +1 -0
  83. package/models/components/openvpnmgmt.js +92 -0
  84. package/models/components/openvpnmgmt.js.map +1 -0
  85. package/models/components/rawcertificateresponse.d.ts +31 -0
  86. package/models/components/rawcertificateresponse.d.ts.map +1 -0
  87. package/models/components/rawcertificateresponse.js +80 -0
  88. package/models/components/rawcertificateresponse.js.map +1 -0
  89. package/models/components/rdp.d.ts +2 -0
  90. package/models/components/rdp.d.ts.map +1 -1
  91. package/models/components/rdp.js +4 -0
  92. package/models/components/rdp.js.map +1 -1
  93. package/models/components/responseenvelopelistrawcertificateresponse.d.ts +30 -0
  94. package/models/components/responseenvelopelistrawcertificateresponse.d.ts.map +1 -0
  95. package/models/components/responseenvelopelistrawcertificateresponse.js +72 -0
  96. package/models/components/responseenvelopelistrawcertificateresponse.js.map +1 -0
  97. package/models/components/responseenvelopelistsearchconvertqueryresponse.d.ts +30 -0
  98. package/models/components/responseenvelopelistsearchconvertqueryresponse.d.ts.map +1 -0
  99. package/models/components/responseenvelopelistsearchconvertqueryresponse.js +72 -0
  100. package/models/components/responseenvelopelistsearchconvertqueryresponse.js.map +1 -0
  101. package/models/components/screenshot.d.ts +2 -0
  102. package/models/components/screenshot.d.ts.map +1 -1
  103. package/models/components/screenshot.js +2 -0
  104. package/models/components/screenshot.js.map +1 -1
  105. package/models/components/searchconvertqueryinputbody.d.ts +32 -0
  106. package/models/components/searchconvertqueryinputbody.d.ts.map +1 -0
  107. package/models/components/searchconvertqueryinputbody.js +69 -0
  108. package/models/components/searchconvertqueryinputbody.js.map +1 -0
  109. package/models/components/searchconvertqueryresponse.d.ts +91 -0
  110. package/models/components/searchconvertqueryresponse.d.ts.map +1 -0
  111. package/models/components/searchconvertqueryresponse.js +117 -0
  112. package/models/components/searchconvertqueryresponse.js.map +1 -0
  113. package/models/components/service.d.ts +6 -0
  114. package/models/components/service.d.ts.map +1 -1
  115. package/models/components/service.js +11 -0
  116. package/models/components/service.js.map +1 -1
  117. package/models/components/servicescan.d.ts +6 -0
  118. package/models/components/servicescan.d.ts.map +1 -1
  119. package/models/components/servicescan.js +10 -0
  120. package/models/components/servicescan.js.map +1 -1
  121. package/models/operations/index.d.ts +7 -4
  122. package/models/operations/index.d.ts.map +1 -1
  123. package/models/operations/index.js +7 -4
  124. package/models/operations/index.js.map +1 -1
  125. package/models/operations/v3globaldataassetcertificatelistpost.d.ts +91 -0
  126. package/models/operations/v3globaldataassetcertificatelistpost.d.ts.map +1 -0
  127. package/models/operations/v3globaldataassetcertificatelistpost.js +157 -0
  128. package/models/operations/v3globaldataassetcertificatelistpost.js.map +1 -0
  129. package/models/operations/v3globaldataassetcertificatelistrawpost.d.ts +91 -0
  130. package/models/operations/v3globaldataassetcertificatelistrawpost.d.ts.map +1 -0
  131. package/models/operations/v3globaldataassetcertificatelistrawpost.js +157 -0
  132. package/models/operations/v3globaldataassetcertificatelistrawpost.js.map +1 -0
  133. package/models/operations/v3globaldataassetcertificateraw.d.ts +93 -0
  134. package/models/operations/v3globaldataassetcertificateraw.d.ts.map +1 -0
  135. package/models/operations/v3globaldataassetcertificateraw.js +156 -0
  136. package/models/operations/v3globaldataassetcertificateraw.js.map +1 -0
  137. package/models/operations/v3globaldataassethostlistpost.d.ts +91 -0
  138. package/models/operations/v3globaldataassethostlistpost.d.ts.map +1 -0
  139. package/models/operations/v3globaldataassethostlistpost.js +157 -0
  140. package/models/operations/v3globaldataassethostlistpost.js.map +1 -0
  141. package/models/operations/v3globaldataassethosttimeline.d.ts +2 -2
  142. package/models/operations/v3globaldataassetwebpropertylistpost.d.ts +91 -0
  143. package/models/operations/v3globaldataassetwebpropertylistpost.d.ts.map +1 -0
  144. package/models/operations/v3globaldataassetwebpropertylistpost.js +157 -0
  145. package/models/operations/v3globaldataassetwebpropertylistpost.js.map +1 -0
  146. package/models/operations/v3globaldatasearchconvert.d.ts +91 -0
  147. package/models/operations/v3globaldatasearchconvert.d.ts.map +1 -0
  148. package/models/operations/v3globaldatasearchconvert.js +157 -0
  149. package/models/operations/v3globaldatasearchconvert.js.map +1 -0
  150. package/models/operations/v3threathuntinggethostobservationswithcertificate.d.ts +124 -0
  151. package/models/operations/v3threathuntinggethostobservationswithcertificate.d.ts.map +1 -0
  152. package/models/operations/v3threathuntinggethostobservationswithcertificate.js +183 -0
  153. package/models/operations/v3threathuntinggethostobservationswithcertificate.js.map +1 -0
  154. package/package.json +3 -3
  155. package/sdk/globaldata.d.ts +24 -19
  156. package/sdk/globaldata.d.ts.map +1 -1
  157. package/sdk/globaldata.js +29 -21
  158. package/sdk/globaldata.js.map +1 -1
  159. package/sdk/threathunting.d.ts +7 -9
  160. package/sdk/threathunting.d.ts.map +1 -1
  161. package/sdk/threathunting.js +11 -13
  162. package/sdk/threathunting.js.map +1 -1
  163. package/src/funcs/globalDataConvertLegacySearchQueries.ts +188 -0
  164. package/src/funcs/globalDataCreateTrackedScan.ts +2 -2
  165. package/src/funcs/{globalDataGetHostObservationsWithCertificate.ts → globalDataGetCertificateRaw.ts} +19 -26
  166. package/src/funcs/globalDataGetCertificates.ts +15 -14
  167. package/src/funcs/globalDataGetCertificatesRaw.ts +187 -0
  168. package/src/funcs/globalDataGetHostTimeline.ts +1 -1
  169. package/src/funcs/globalDataGetHosts.ts +24 -16
  170. package/src/funcs/globalDataGetTrackedScan.ts +2 -3
  171. package/src/funcs/globalDataGetWebProperties.ts +15 -14
  172. package/src/funcs/threatHuntingCreateTrackedScan.ts +2 -2
  173. package/src/funcs/threatHuntingGetHostObservationsWithCertificate.ts +201 -0
  174. package/src/funcs/{globalDataGetTrackedScanThreatHunting.ts → threatHuntingGetTrackedScanThreatHunting.ts} +3 -4
  175. package/src/lib/config.ts +4 -4
  176. package/src/lib/security.ts +4 -1
  177. package/src/models/components/alternativequery.ts +104 -0
  178. package/src/models/components/assetcertificatelistinputbody.ts +80 -0
  179. package/src/models/components/assethostlistinputbody.ts +78 -0
  180. package/src/models/components/assetwebpropertylistinputbody.ts +80 -0
  181. package/src/models/components/asteriskmanagerinterface.ts +66 -0
  182. package/src/models/components/convertqueryerror.ts +69 -0
  183. package/src/models/components/index.ts +12 -0
  184. package/src/models/components/openvpnmgmt.ts +93 -0
  185. package/src/models/components/rawcertificateresponse.ts +79 -0
  186. package/src/models/components/rdp.ts +6 -0
  187. package/src/models/components/responseenvelopelistrawcertificateresponse.ts +84 -0
  188. package/src/models/components/responseenvelopelistsearchconvertqueryresponse.ts +88 -0
  189. package/src/models/components/screenshot.ts +4 -0
  190. package/src/models/components/searchconvertqueryinputbody.ts +71 -0
  191. package/src/models/components/searchconvertqueryresponse.ts +166 -0
  192. package/src/models/components/service.ts +25 -0
  193. package/src/models/components/servicescan.ts +24 -0
  194. package/src/models/operations/index.ts +7 -4
  195. package/src/models/operations/v3globaldataassetcertificatelistpost.ts +265 -0
  196. package/src/models/operations/v3globaldataassetcertificatelistrawpost.ts +269 -0
  197. package/src/models/operations/v3globaldataassetcertificateraw.ts +248 -0
  198. package/src/models/operations/v3globaldataassethostlistpost.ts +238 -0
  199. package/src/models/operations/v3globaldataassethosttimeline.ts +2 -2
  200. package/src/models/operations/v3globaldataassetwebpropertylistpost.ts +265 -0
  201. package/src/models/operations/v3globaldatasearchconvert.ts +234 -0
  202. package/src/models/operations/v3threathuntinggethostobservationswithcertificate.ts +315 -0
  203. package/src/sdk/globaldata.ts +49 -35
  204. package/src/sdk/threathunting.ts +16 -15
  205. package/tests/sdk.test.ts +2 -2
  206. package/funcs/globalDataGetHostObservationsWithCertificate.d.ts +0 -18
  207. package/funcs/globalDataGetHostObservationsWithCertificate.d.ts.map +0 -1
  208. package/funcs/globalDataGetHostObservationsWithCertificate.js.map +0 -1
  209. package/funcs/globalDataGetTrackedScanThreatHunting.d.ts.map +0 -1
  210. package/funcs/globalDataGetTrackedScanThreatHunting.js.map +0 -1
  211. package/models/operations/v3globaldataassetcertificatelist.d.ts +0 -94
  212. package/models/operations/v3globaldataassetcertificatelist.d.ts.map +0 -1
  213. package/models/operations/v3globaldataassetcertificatelist.js +0 -157
  214. package/models/operations/v3globaldataassetcertificatelist.js.map +0 -1
  215. package/models/operations/v3globaldataassethostlist.d.ts +0 -94
  216. package/models/operations/v3globaldataassethostlist.d.ts.map +0 -1
  217. package/models/operations/v3globaldataassethostlist.js +0 -157
  218. package/models/operations/v3globaldataassethostlist.js.map +0 -1
  219. package/models/operations/v3globaldataassetwebpropertylist.d.ts +0 -94
  220. package/models/operations/v3globaldataassetwebpropertylist.d.ts.map +0 -1
  221. package/models/operations/v3globaldataassetwebpropertylist.js +0 -157
  222. package/models/operations/v3globaldataassetwebpropertylist.js.map +0 -1
  223. package/models/operations/v3globaldatagethostobservationswithcertificate.d.ts +0 -124
  224. package/models/operations/v3globaldatagethostobservationswithcertificate.d.ts.map +0 -1
  225. package/models/operations/v3globaldatagethostobservationswithcertificate.js +0 -178
  226. package/models/operations/v3globaldatagethostobservationswithcertificate.js.map +0 -1
  227. package/src/models/operations/v3globaldataassetcertificatelist.ts +0 -259
  228. package/src/models/operations/v3globaldataassethostlist.ts +0 -233
  229. package/src/models/operations/v3globaldataassetwebpropertylist.ts +0 -259
  230. package/src/models/operations/v3globaldatagethostobservationswithcertificate.ts +0 -317
@@ -0,0 +1,157 @@
1
+ "use strict";
2
+ /*
3
+ * Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.
4
+ */
5
+ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
6
+ if (k2 === undefined) k2 = k;
7
+ var desc = Object.getOwnPropertyDescriptor(m, k);
8
+ if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
9
+ desc = { enumerable: true, get: function() { return m[k]; } };
10
+ }
11
+ Object.defineProperty(o, k2, desc);
12
+ }) : (function(o, m, k, k2) {
13
+ if (k2 === undefined) k2 = k;
14
+ o[k2] = m[k];
15
+ }));
16
+ var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
17
+ Object.defineProperty(o, "default", { enumerable: true, value: v });
18
+ }) : function(o, v) {
19
+ o["default"] = v;
20
+ });
21
+ var __importStar = (this && this.__importStar) || (function () {
22
+ var ownKeys = function(o) {
23
+ ownKeys = Object.getOwnPropertyNames || function (o) {
24
+ var ar = [];
25
+ for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k;
26
+ return ar;
27
+ };
28
+ return ownKeys(o);
29
+ };
30
+ return function (mod) {
31
+ if (mod && mod.__esModule) return mod;
32
+ var result = {};
33
+ if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== "default") __createBinding(result, mod, k[i]);
34
+ __setModuleDefault(result, mod);
35
+ return result;
36
+ };
37
+ })();
38
+ Object.defineProperty(exports, "__esModule", { value: true });
39
+ exports.V3GlobaldataAssetHostListPostResponse$ = exports.V3GlobaldataAssetHostListPostResponse$outboundSchema = exports.V3GlobaldataAssetHostListPostResponse$inboundSchema = exports.V3GlobaldataAssetHostListPostRequest$ = exports.V3GlobaldataAssetHostListPostRequest$outboundSchema = exports.V3GlobaldataAssetHostListPostRequest$inboundSchema = exports.V3GlobaldataAssetHostListPostGlobals$ = exports.V3GlobaldataAssetHostListPostGlobals$outboundSchema = exports.V3GlobaldataAssetHostListPostGlobals$inboundSchema = void 0;
40
+ exports.v3GlobaldataAssetHostListPostGlobalsToJSON = v3GlobaldataAssetHostListPostGlobalsToJSON;
41
+ exports.v3GlobaldataAssetHostListPostGlobalsFromJSON = v3GlobaldataAssetHostListPostGlobalsFromJSON;
42
+ exports.v3GlobaldataAssetHostListPostRequestToJSON = v3GlobaldataAssetHostListPostRequestToJSON;
43
+ exports.v3GlobaldataAssetHostListPostRequestFromJSON = v3GlobaldataAssetHostListPostRequestFromJSON;
44
+ exports.v3GlobaldataAssetHostListPostResponseToJSON = v3GlobaldataAssetHostListPostResponseToJSON;
45
+ exports.v3GlobaldataAssetHostListPostResponseFromJSON = v3GlobaldataAssetHostListPostResponseFromJSON;
46
+ const z = __importStar(require("zod"));
47
+ const primitives_js_1 = require("../../lib/primitives.js");
48
+ const schemas_js_1 = require("../../lib/schemas.js");
49
+ const components = __importStar(require("../components/index.js"));
50
+ /** @internal */
51
+ exports.V3GlobaldataAssetHostListPostGlobals$inboundSchema = z.object({
52
+ organization_id: z.string().optional(),
53
+ }).transform((v) => {
54
+ return (0, primitives_js_1.remap)(v, {
55
+ "organization_id": "organizationId",
56
+ });
57
+ });
58
+ /** @internal */
59
+ exports.V3GlobaldataAssetHostListPostGlobals$outboundSchema = z.object({
60
+ organizationId: z.string().optional(),
61
+ }).transform((v) => {
62
+ return (0, primitives_js_1.remap)(v, {
63
+ organizationId: "organization_id",
64
+ });
65
+ });
66
+ /**
67
+ * @internal
68
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
69
+ */
70
+ var V3GlobaldataAssetHostListPostGlobals$;
71
+ (function (V3GlobaldataAssetHostListPostGlobals$) {
72
+ /** @deprecated use `V3GlobaldataAssetHostListPostGlobals$inboundSchema` instead. */
73
+ V3GlobaldataAssetHostListPostGlobals$.inboundSchema = exports.V3GlobaldataAssetHostListPostGlobals$inboundSchema;
74
+ /** @deprecated use `V3GlobaldataAssetHostListPostGlobals$outboundSchema` instead. */
75
+ V3GlobaldataAssetHostListPostGlobals$.outboundSchema = exports.V3GlobaldataAssetHostListPostGlobals$outboundSchema;
76
+ })(V3GlobaldataAssetHostListPostGlobals$ || (exports.V3GlobaldataAssetHostListPostGlobals$ = V3GlobaldataAssetHostListPostGlobals$ = {}));
77
+ function v3GlobaldataAssetHostListPostGlobalsToJSON(v3GlobaldataAssetHostListPostGlobals) {
78
+ return JSON.stringify(exports.V3GlobaldataAssetHostListPostGlobals$outboundSchema.parse(v3GlobaldataAssetHostListPostGlobals));
79
+ }
80
+ function v3GlobaldataAssetHostListPostGlobalsFromJSON(jsonString) {
81
+ return (0, schemas_js_1.safeParse)(jsonString, (x) => exports.V3GlobaldataAssetHostListPostGlobals$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'V3GlobaldataAssetHostListPostGlobals' from JSON`);
82
+ }
83
+ /** @internal */
84
+ exports.V3GlobaldataAssetHostListPostRequest$inboundSchema = z.object({
85
+ organization_id: z.string().optional(),
86
+ AssetHostListInputBody: components.AssetHostListInputBody$inboundSchema,
87
+ }).transform((v) => {
88
+ return (0, primitives_js_1.remap)(v, {
89
+ "organization_id": "organizationId",
90
+ "AssetHostListInputBody": "assetHostListInputBody",
91
+ });
92
+ });
93
+ /** @internal */
94
+ exports.V3GlobaldataAssetHostListPostRequest$outboundSchema = z.object({
95
+ organizationId: z.string().optional(),
96
+ assetHostListInputBody: components.AssetHostListInputBody$outboundSchema,
97
+ }).transform((v) => {
98
+ return (0, primitives_js_1.remap)(v, {
99
+ organizationId: "organization_id",
100
+ assetHostListInputBody: "AssetHostListInputBody",
101
+ });
102
+ });
103
+ /**
104
+ * @internal
105
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
106
+ */
107
+ var V3GlobaldataAssetHostListPostRequest$;
108
+ (function (V3GlobaldataAssetHostListPostRequest$) {
109
+ /** @deprecated use `V3GlobaldataAssetHostListPostRequest$inboundSchema` instead. */
110
+ V3GlobaldataAssetHostListPostRequest$.inboundSchema = exports.V3GlobaldataAssetHostListPostRequest$inboundSchema;
111
+ /** @deprecated use `V3GlobaldataAssetHostListPostRequest$outboundSchema` instead. */
112
+ V3GlobaldataAssetHostListPostRequest$.outboundSchema = exports.V3GlobaldataAssetHostListPostRequest$outboundSchema;
113
+ })(V3GlobaldataAssetHostListPostRequest$ || (exports.V3GlobaldataAssetHostListPostRequest$ = V3GlobaldataAssetHostListPostRequest$ = {}));
114
+ function v3GlobaldataAssetHostListPostRequestToJSON(v3GlobaldataAssetHostListPostRequest) {
115
+ return JSON.stringify(exports.V3GlobaldataAssetHostListPostRequest$outboundSchema.parse(v3GlobaldataAssetHostListPostRequest));
116
+ }
117
+ function v3GlobaldataAssetHostListPostRequestFromJSON(jsonString) {
118
+ return (0, schemas_js_1.safeParse)(jsonString, (x) => exports.V3GlobaldataAssetHostListPostRequest$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'V3GlobaldataAssetHostListPostRequest' from JSON`);
119
+ }
120
+ /** @internal */
121
+ exports.V3GlobaldataAssetHostListPostResponse$inboundSchema = z.object({
122
+ Headers: z.record(z.array(z.string())),
123
+ Result: components.ResponseEnvelopeListHostAsset$inboundSchema,
124
+ }).transform((v) => {
125
+ return (0, primitives_js_1.remap)(v, {
126
+ "Headers": "headers",
127
+ "Result": "result",
128
+ });
129
+ });
130
+ /** @internal */
131
+ exports.V3GlobaldataAssetHostListPostResponse$outboundSchema = z.object({
132
+ headers: z.record(z.array(z.string())),
133
+ result: components.ResponseEnvelopeListHostAsset$outboundSchema,
134
+ }).transform((v) => {
135
+ return (0, primitives_js_1.remap)(v, {
136
+ headers: "Headers",
137
+ result: "Result",
138
+ });
139
+ });
140
+ /**
141
+ * @internal
142
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
143
+ */
144
+ var V3GlobaldataAssetHostListPostResponse$;
145
+ (function (V3GlobaldataAssetHostListPostResponse$) {
146
+ /** @deprecated use `V3GlobaldataAssetHostListPostResponse$inboundSchema` instead. */
147
+ V3GlobaldataAssetHostListPostResponse$.inboundSchema = exports.V3GlobaldataAssetHostListPostResponse$inboundSchema;
148
+ /** @deprecated use `V3GlobaldataAssetHostListPostResponse$outboundSchema` instead. */
149
+ V3GlobaldataAssetHostListPostResponse$.outboundSchema = exports.V3GlobaldataAssetHostListPostResponse$outboundSchema;
150
+ })(V3GlobaldataAssetHostListPostResponse$ || (exports.V3GlobaldataAssetHostListPostResponse$ = V3GlobaldataAssetHostListPostResponse$ = {}));
151
+ function v3GlobaldataAssetHostListPostResponseToJSON(v3GlobaldataAssetHostListPostResponse) {
152
+ return JSON.stringify(exports.V3GlobaldataAssetHostListPostResponse$outboundSchema.parse(v3GlobaldataAssetHostListPostResponse));
153
+ }
154
+ function v3GlobaldataAssetHostListPostResponseFromJSON(jsonString) {
155
+ return (0, schemas_js_1.safeParse)(jsonString, (x) => exports.V3GlobaldataAssetHostListPostResponse$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'V3GlobaldataAssetHostListPostResponse' from JSON`);
156
+ }
157
+ //# sourceMappingURL=v3globaldataassethostlistpost.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"v3globaldataassethostlistpost.js","sourceRoot":"","sources":["../../src/models/operations/v3globaldataassethostlistpost.ts"],"names":[],"mappings":";AAAA;;GAEG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAwEH,gGAQC;AAED,oGASC;AAqDD,gGAQC;AAED,oGASC;AAqDD,kGAQC;AAED,sGASC;AAzOD,uCAAyB;AACzB,2DAA0D;AAC1D,qDAAiD;AAEjD,mEAAqD;AAoBrD,gBAAgB;AACH,QAAA,kDAAkD,GAI3D,CAAC,CAAC,MAAM,CAAC;IACX,eAAe,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;CACvC,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,EAAE,EAAE;IACjB,OAAO,IAAA,qBAAM,EAAC,CAAC,EAAE;QACf,iBAAiB,EAAE,gBAAgB;KACpC,CAAC,CAAC;AACL,CAAC,CAAC,CAAC;AAOH,gBAAgB;AACH,QAAA,mDAAmD,GAI5D,CAAC,CAAC,MAAM,CAAC;IACX,cAAc,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;CACtC,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,EAAE,EAAE;IACjB,OAAO,IAAA,qBAAM,EAAC,CAAC,EAAE;QACf,cAAc,EAAE,iBAAiB;KAClC,CAAC,CAAC;AACL,CAAC,CAAC,CAAC;AAEH;;;GAGG;AACH,IAAiB,qCAAqC,CASrD;AATD,WAAiB,qCAAqC;IACpD,oFAAoF;IACvE,mDAAa,GACxB,0DAAkD,CAAC;IACrD,qFAAqF;IACxE,oDAAc,GACzB,2DAAmD,CAAC;AAGxD,CAAC,EATgB,qCAAqC,qDAArC,qCAAqC,QASrD;AAED,SAAgB,0CAA0C,CACxD,oCAA0E;IAE1E,OAAO,IAAI,CAAC,SAAS,CACnB,2DAAmD,CAAC,KAAK,CACvD,oCAAoC,CACrC,CACF,CAAC;AACJ,CAAC;AAED,SAAgB,4CAA4C,CAC1D,UAAkB;IAElB,OAAO,IAAA,sBAAS,EACd,UAAU,EACV,CAAC,CAAC,EAAE,EAAE,CACJ,0DAAkD,CAAC,KAAK,CAAC,IAAI,CAAC,KAAK,CAAC,CAAC,CAAC,CAAC,EACzE,kEAAkE,CACnE,CAAC;AACJ,CAAC;AAED,gBAAgB;AACH,QAAA,kDAAkD,GAI3D,CAAC,CAAC,MAAM,CAAC;IACX,eAAe,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;IACtC,sBAAsB,EAAE,UAAU,CAAC,oCAAoC;CACxE,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,EAAE,EAAE;IACjB,OAAO,IAAA,qBAAM,EAAC,CAAC,EAAE;QACf,iBAAiB,EAAE,gBAAgB;QACnC,wBAAwB,EAAE,wBAAwB;KACnD,CAAC,CAAC;AACL,CAAC,CAAC,CAAC;AAQH,gBAAgB;AACH,QAAA,mDAAmD,GAI5D,CAAC,CAAC,MAAM,CAAC;IACX,cAAc,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;IACrC,sBAAsB,EAAE,UAAU,CAAC,qCAAqC;CACzE,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,EAAE,EAAE;IACjB,OAAO,IAAA,qBAAM,EAAC,CAAC,EAAE;QACf,cAAc,EAAE,iBAAiB;QACjC,sBAAsB,EAAE,wBAAwB;KACjD,CAAC,CAAC;AACL,CAAC,CAAC,CAAC;AAEH;;;GAGG;AACH,IAAiB,qCAAqC,CASrD;AATD,WAAiB,qCAAqC;IACpD,oFAAoF;IACvE,mDAAa,GACxB,0DAAkD,CAAC;IACrD,qFAAqF;IACxE,oDAAc,GACzB,2DAAmD,CAAC;AAGxD,CAAC,EATgB,qCAAqC,qDAArC,qCAAqC,QASrD;AAED,SAAgB,0CAA0C,CACxD,oCAA0E;IAE1E,OAAO,IAAI,CAAC,SAAS,CACnB,2DAAmD,CAAC,KAAK,CACvD,oCAAoC,CACrC,CACF,CAAC;AACJ,CAAC;AAED,SAAgB,4CAA4C,CAC1D,UAAkB;IAElB,OAAO,IAAA,sBAAS,EACd,UAAU,EACV,CAAC,CAAC,EAAE,EAAE,CACJ,0DAAkD,CAAC,KAAK,CAAC,IAAI,CAAC,KAAK,CAAC,CAAC,CAAC,CAAC,EACzE,kEAAkE,CACnE,CAAC;AACJ,CAAC;AAED,gBAAgB;AACH,QAAA,mDAAmD,GAI5D,CAAC,CAAC,MAAM,CAAC;IACX,OAAO,EAAE,CAAC,CAAC,MAAM,CAAC,CAAC,CAAC,KAAK,CAAC,CAAC,CAAC,MAAM,EAAE,CAAC,CAAC;IACtC,MAAM,EAAE,UAAU,CAAC,2CAA2C;CAC/D,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,EAAE,EAAE;IACjB,OAAO,IAAA,qBAAM,EAAC,CAAC,EAAE;QACf,SAAS,EAAE,SAAS;QACpB,QAAQ,EAAE,QAAQ;KACnB,CAAC,CAAC;AACL,CAAC,CAAC,CAAC;AAQH,gBAAgB;AACH,QAAA,oDAAoD,GAI7D,CAAC,CAAC,MAAM,CAAC;IACX,OAAO,EAAE,CAAC,CAAC,MAAM,CAAC,CAAC,CAAC,KAAK,CAAC,CAAC,CAAC,MAAM,EAAE,CAAC,CAAC;IACtC,MAAM,EAAE,UAAU,CAAC,4CAA4C;CAChE,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,EAAE,EAAE;IACjB,OAAO,IAAA,qBAAM,EAAC,CAAC,EAAE;QACf,OAAO,EAAE,SAAS;QAClB,MAAM,EAAE,QAAQ;KACjB,CAAC,CAAC;AACL,CAAC,CAAC,CAAC;AAEH;;;GAGG;AACH,IAAiB,sCAAsC,CAStD;AATD,WAAiB,sCAAsC;IACrD,qFAAqF;IACxE,oDAAa,GACxB,2DAAmD,CAAC;IACtD,sFAAsF;IACzE,qDAAc,GACzB,4DAAoD,CAAC;AAGzD,CAAC,EATgB,sCAAsC,sDAAtC,sCAAsC,QAStD;AAED,SAAgB,2CAA2C,CACzD,qCAA4E;IAE5E,OAAO,IAAI,CAAC,SAAS,CACnB,4DAAoD,CAAC,KAAK,CACxD,qCAAqC,CACtC,CACF,CAAC;AACJ,CAAC;AAED,SAAgB,6CAA6C,CAC3D,UAAkB;IAElB,OAAO,IAAA,sBAAS,EACd,UAAU,EACV,CAAC,CAAC,EAAE,EAAE,CACJ,2DAAmD,CAAC,KAAK,CAAC,IAAI,CAAC,KAAK,CAAC,CAAC,CAAC,CAAC,EAC1E,mEAAmE,CACpE,CAAC;AACJ,CAAC"}
@@ -15,11 +15,11 @@ export type V3GlobaldataAssetHostTimelineRequest = {
15
15
  */
16
16
  hostId: string;
17
17
  /**
18
- * Start time of the host timeline. Must be a valid RFC3339 string. Ensure that you suffix the date with T00:00:00Z or a specific time.
18
+ * Start time of the host timeline. Equivalent to the To field in the event history UI. This must be the timestamp closest to the current time. For example, if you want events from January 1, 2025 to the start of January 2, 2025, input the January 2 timestamp here. Must be a valid RFC3339 string. Ensure that you suffix the date with T00:00:00Z or a specific time.
19
19
  */
20
20
  startTime: Date;
21
21
  /**
22
- * End time of the host timeline. Must be a valid RFC3339 string. Ensure that you suffix the date with T00:00:00Z or a specific time.
22
+ * End time of the host timeline. Equivalent to the From field in the event history UI. This must be the timestamp furthest from the current time. For example, if you want events from January 1, 2025 to the start of January 2, 2025, input the January 1 timestamp here. Must be a valid RFC3339 string. Ensure that you suffix the date with T00:00:00Z or a specific time.
23
23
  */
24
24
  endTime: Date;
25
25
  };
@@ -0,0 +1,91 @@
1
+ import * as z from "zod";
2
+ import { Result as SafeParseResult } from "../../types/fp.js";
3
+ import * as components from "../components/index.js";
4
+ import { SDKValidationError } from "../errors/sdkvalidationerror.js";
5
+ export type V3GlobaldataAssetWebpropertyListPostGlobals = {
6
+ organizationId?: string | undefined;
7
+ };
8
+ export type V3GlobaldataAssetWebpropertyListPostRequest = {
9
+ /**
10
+ * The ID of a Censys organization to associate the request with. See the [Getting Started docs](https://docs.censys.com/reference/get-started#step-3-set-your-organization-id) for more information.
11
+ */
12
+ organizationId?: string | undefined;
13
+ assetWebpropertyListInputBody: components.AssetWebpropertyListInputBody;
14
+ };
15
+ export type V3GlobaldataAssetWebpropertyListPostResponse = {
16
+ headers: {
17
+ [k: string]: Array<string>;
18
+ };
19
+ result: components.ResponseEnvelopeListWebpropertyAsset;
20
+ };
21
+ /** @internal */
22
+ export declare const V3GlobaldataAssetWebpropertyListPostGlobals$inboundSchema: z.ZodType<V3GlobaldataAssetWebpropertyListPostGlobals, z.ZodTypeDef, unknown>;
23
+ /** @internal */
24
+ export type V3GlobaldataAssetWebpropertyListPostGlobals$Outbound = {
25
+ organization_id?: string | undefined;
26
+ };
27
+ /** @internal */
28
+ export declare const V3GlobaldataAssetWebpropertyListPostGlobals$outboundSchema: z.ZodType<V3GlobaldataAssetWebpropertyListPostGlobals$Outbound, z.ZodTypeDef, V3GlobaldataAssetWebpropertyListPostGlobals>;
29
+ /**
30
+ * @internal
31
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
32
+ */
33
+ export declare namespace V3GlobaldataAssetWebpropertyListPostGlobals$ {
34
+ /** @deprecated use `V3GlobaldataAssetWebpropertyListPostGlobals$inboundSchema` instead. */
35
+ const inboundSchema: z.ZodType<V3GlobaldataAssetWebpropertyListPostGlobals, z.ZodTypeDef, unknown>;
36
+ /** @deprecated use `V3GlobaldataAssetWebpropertyListPostGlobals$outboundSchema` instead. */
37
+ const outboundSchema: z.ZodType<V3GlobaldataAssetWebpropertyListPostGlobals$Outbound, z.ZodTypeDef, V3GlobaldataAssetWebpropertyListPostGlobals>;
38
+ /** @deprecated use `V3GlobaldataAssetWebpropertyListPostGlobals$Outbound` instead. */
39
+ type Outbound = V3GlobaldataAssetWebpropertyListPostGlobals$Outbound;
40
+ }
41
+ export declare function v3GlobaldataAssetWebpropertyListPostGlobalsToJSON(v3GlobaldataAssetWebpropertyListPostGlobals: V3GlobaldataAssetWebpropertyListPostGlobals): string;
42
+ export declare function v3GlobaldataAssetWebpropertyListPostGlobalsFromJSON(jsonString: string): SafeParseResult<V3GlobaldataAssetWebpropertyListPostGlobals, SDKValidationError>;
43
+ /** @internal */
44
+ export declare const V3GlobaldataAssetWebpropertyListPostRequest$inboundSchema: z.ZodType<V3GlobaldataAssetWebpropertyListPostRequest, z.ZodTypeDef, unknown>;
45
+ /** @internal */
46
+ export type V3GlobaldataAssetWebpropertyListPostRequest$Outbound = {
47
+ organization_id?: string | undefined;
48
+ AssetWebpropertyListInputBody: components.AssetWebpropertyListInputBody$Outbound;
49
+ };
50
+ /** @internal */
51
+ export declare const V3GlobaldataAssetWebpropertyListPostRequest$outboundSchema: z.ZodType<V3GlobaldataAssetWebpropertyListPostRequest$Outbound, z.ZodTypeDef, V3GlobaldataAssetWebpropertyListPostRequest>;
52
+ /**
53
+ * @internal
54
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
55
+ */
56
+ export declare namespace V3GlobaldataAssetWebpropertyListPostRequest$ {
57
+ /** @deprecated use `V3GlobaldataAssetWebpropertyListPostRequest$inboundSchema` instead. */
58
+ const inboundSchema: z.ZodType<V3GlobaldataAssetWebpropertyListPostRequest, z.ZodTypeDef, unknown>;
59
+ /** @deprecated use `V3GlobaldataAssetWebpropertyListPostRequest$outboundSchema` instead. */
60
+ const outboundSchema: z.ZodType<V3GlobaldataAssetWebpropertyListPostRequest$Outbound, z.ZodTypeDef, V3GlobaldataAssetWebpropertyListPostRequest>;
61
+ /** @deprecated use `V3GlobaldataAssetWebpropertyListPostRequest$Outbound` instead. */
62
+ type Outbound = V3GlobaldataAssetWebpropertyListPostRequest$Outbound;
63
+ }
64
+ export declare function v3GlobaldataAssetWebpropertyListPostRequestToJSON(v3GlobaldataAssetWebpropertyListPostRequest: V3GlobaldataAssetWebpropertyListPostRequest): string;
65
+ export declare function v3GlobaldataAssetWebpropertyListPostRequestFromJSON(jsonString: string): SafeParseResult<V3GlobaldataAssetWebpropertyListPostRequest, SDKValidationError>;
66
+ /** @internal */
67
+ export declare const V3GlobaldataAssetWebpropertyListPostResponse$inboundSchema: z.ZodType<V3GlobaldataAssetWebpropertyListPostResponse, z.ZodTypeDef, unknown>;
68
+ /** @internal */
69
+ export type V3GlobaldataAssetWebpropertyListPostResponse$Outbound = {
70
+ Headers: {
71
+ [k: string]: Array<string>;
72
+ };
73
+ Result: components.ResponseEnvelopeListWebpropertyAsset$Outbound;
74
+ };
75
+ /** @internal */
76
+ export declare const V3GlobaldataAssetWebpropertyListPostResponse$outboundSchema: z.ZodType<V3GlobaldataAssetWebpropertyListPostResponse$Outbound, z.ZodTypeDef, V3GlobaldataAssetWebpropertyListPostResponse>;
77
+ /**
78
+ * @internal
79
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
80
+ */
81
+ export declare namespace V3GlobaldataAssetWebpropertyListPostResponse$ {
82
+ /** @deprecated use `V3GlobaldataAssetWebpropertyListPostResponse$inboundSchema` instead. */
83
+ const inboundSchema: z.ZodType<V3GlobaldataAssetWebpropertyListPostResponse, z.ZodTypeDef, unknown>;
84
+ /** @deprecated use `V3GlobaldataAssetWebpropertyListPostResponse$outboundSchema` instead. */
85
+ const outboundSchema: z.ZodType<V3GlobaldataAssetWebpropertyListPostResponse$Outbound, z.ZodTypeDef, V3GlobaldataAssetWebpropertyListPostResponse>;
86
+ /** @deprecated use `V3GlobaldataAssetWebpropertyListPostResponse$Outbound` instead. */
87
+ type Outbound = V3GlobaldataAssetWebpropertyListPostResponse$Outbound;
88
+ }
89
+ export declare function v3GlobaldataAssetWebpropertyListPostResponseToJSON(v3GlobaldataAssetWebpropertyListPostResponse: V3GlobaldataAssetWebpropertyListPostResponse): string;
90
+ export declare function v3GlobaldataAssetWebpropertyListPostResponseFromJSON(jsonString: string): SafeParseResult<V3GlobaldataAssetWebpropertyListPostResponse, SDKValidationError>;
91
+ //# sourceMappingURL=v3globaldataassetwebpropertylistpost.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"v3globaldataassetwebpropertylistpost.d.ts","sourceRoot":"","sources":["../../src/models/operations/v3globaldataassetwebpropertylistpost.ts"],"names":[],"mappings":"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"}
@@ -0,0 +1,157 @@
1
+ "use strict";
2
+ /*
3
+ * Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.
4
+ */
5
+ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
6
+ if (k2 === undefined) k2 = k;
7
+ var desc = Object.getOwnPropertyDescriptor(m, k);
8
+ if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
9
+ desc = { enumerable: true, get: function() { return m[k]; } };
10
+ }
11
+ Object.defineProperty(o, k2, desc);
12
+ }) : (function(o, m, k, k2) {
13
+ if (k2 === undefined) k2 = k;
14
+ o[k2] = m[k];
15
+ }));
16
+ var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
17
+ Object.defineProperty(o, "default", { enumerable: true, value: v });
18
+ }) : function(o, v) {
19
+ o["default"] = v;
20
+ });
21
+ var __importStar = (this && this.__importStar) || (function () {
22
+ var ownKeys = function(o) {
23
+ ownKeys = Object.getOwnPropertyNames || function (o) {
24
+ var ar = [];
25
+ for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k;
26
+ return ar;
27
+ };
28
+ return ownKeys(o);
29
+ };
30
+ return function (mod) {
31
+ if (mod && mod.__esModule) return mod;
32
+ var result = {};
33
+ if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== "default") __createBinding(result, mod, k[i]);
34
+ __setModuleDefault(result, mod);
35
+ return result;
36
+ };
37
+ })();
38
+ Object.defineProperty(exports, "__esModule", { value: true });
39
+ exports.V3GlobaldataAssetWebpropertyListPostResponse$ = exports.V3GlobaldataAssetWebpropertyListPostResponse$outboundSchema = exports.V3GlobaldataAssetWebpropertyListPostResponse$inboundSchema = exports.V3GlobaldataAssetWebpropertyListPostRequest$ = exports.V3GlobaldataAssetWebpropertyListPostRequest$outboundSchema = exports.V3GlobaldataAssetWebpropertyListPostRequest$inboundSchema = exports.V3GlobaldataAssetWebpropertyListPostGlobals$ = exports.V3GlobaldataAssetWebpropertyListPostGlobals$outboundSchema = exports.V3GlobaldataAssetWebpropertyListPostGlobals$inboundSchema = void 0;
40
+ exports.v3GlobaldataAssetWebpropertyListPostGlobalsToJSON = v3GlobaldataAssetWebpropertyListPostGlobalsToJSON;
41
+ exports.v3GlobaldataAssetWebpropertyListPostGlobalsFromJSON = v3GlobaldataAssetWebpropertyListPostGlobalsFromJSON;
42
+ exports.v3GlobaldataAssetWebpropertyListPostRequestToJSON = v3GlobaldataAssetWebpropertyListPostRequestToJSON;
43
+ exports.v3GlobaldataAssetWebpropertyListPostRequestFromJSON = v3GlobaldataAssetWebpropertyListPostRequestFromJSON;
44
+ exports.v3GlobaldataAssetWebpropertyListPostResponseToJSON = v3GlobaldataAssetWebpropertyListPostResponseToJSON;
45
+ exports.v3GlobaldataAssetWebpropertyListPostResponseFromJSON = v3GlobaldataAssetWebpropertyListPostResponseFromJSON;
46
+ const z = __importStar(require("zod"));
47
+ const primitives_js_1 = require("../../lib/primitives.js");
48
+ const schemas_js_1 = require("../../lib/schemas.js");
49
+ const components = __importStar(require("../components/index.js"));
50
+ /** @internal */
51
+ exports.V3GlobaldataAssetWebpropertyListPostGlobals$inboundSchema = z.object({
52
+ organization_id: z.string().optional(),
53
+ }).transform((v) => {
54
+ return (0, primitives_js_1.remap)(v, {
55
+ "organization_id": "organizationId",
56
+ });
57
+ });
58
+ /** @internal */
59
+ exports.V3GlobaldataAssetWebpropertyListPostGlobals$outboundSchema = z.object({
60
+ organizationId: z.string().optional(),
61
+ }).transform((v) => {
62
+ return (0, primitives_js_1.remap)(v, {
63
+ organizationId: "organization_id",
64
+ });
65
+ });
66
+ /**
67
+ * @internal
68
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
69
+ */
70
+ var V3GlobaldataAssetWebpropertyListPostGlobals$;
71
+ (function (V3GlobaldataAssetWebpropertyListPostGlobals$) {
72
+ /** @deprecated use `V3GlobaldataAssetWebpropertyListPostGlobals$inboundSchema` instead. */
73
+ V3GlobaldataAssetWebpropertyListPostGlobals$.inboundSchema = exports.V3GlobaldataAssetWebpropertyListPostGlobals$inboundSchema;
74
+ /** @deprecated use `V3GlobaldataAssetWebpropertyListPostGlobals$outboundSchema` instead. */
75
+ V3GlobaldataAssetWebpropertyListPostGlobals$.outboundSchema = exports.V3GlobaldataAssetWebpropertyListPostGlobals$outboundSchema;
76
+ })(V3GlobaldataAssetWebpropertyListPostGlobals$ || (exports.V3GlobaldataAssetWebpropertyListPostGlobals$ = V3GlobaldataAssetWebpropertyListPostGlobals$ = {}));
77
+ function v3GlobaldataAssetWebpropertyListPostGlobalsToJSON(v3GlobaldataAssetWebpropertyListPostGlobals) {
78
+ return JSON.stringify(exports.V3GlobaldataAssetWebpropertyListPostGlobals$outboundSchema.parse(v3GlobaldataAssetWebpropertyListPostGlobals));
79
+ }
80
+ function v3GlobaldataAssetWebpropertyListPostGlobalsFromJSON(jsonString) {
81
+ return (0, schemas_js_1.safeParse)(jsonString, (x) => exports.V3GlobaldataAssetWebpropertyListPostGlobals$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'V3GlobaldataAssetWebpropertyListPostGlobals' from JSON`);
82
+ }
83
+ /** @internal */
84
+ exports.V3GlobaldataAssetWebpropertyListPostRequest$inboundSchema = z.object({
85
+ organization_id: z.string().optional(),
86
+ AssetWebpropertyListInputBody: components.AssetWebpropertyListInputBody$inboundSchema,
87
+ }).transform((v) => {
88
+ return (0, primitives_js_1.remap)(v, {
89
+ "organization_id": "organizationId",
90
+ "AssetWebpropertyListInputBody": "assetWebpropertyListInputBody",
91
+ });
92
+ });
93
+ /** @internal */
94
+ exports.V3GlobaldataAssetWebpropertyListPostRequest$outboundSchema = z.object({
95
+ organizationId: z.string().optional(),
96
+ assetWebpropertyListInputBody: components.AssetWebpropertyListInputBody$outboundSchema,
97
+ }).transform((v) => {
98
+ return (0, primitives_js_1.remap)(v, {
99
+ organizationId: "organization_id",
100
+ assetWebpropertyListInputBody: "AssetWebpropertyListInputBody",
101
+ });
102
+ });
103
+ /**
104
+ * @internal
105
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
106
+ */
107
+ var V3GlobaldataAssetWebpropertyListPostRequest$;
108
+ (function (V3GlobaldataAssetWebpropertyListPostRequest$) {
109
+ /** @deprecated use `V3GlobaldataAssetWebpropertyListPostRequest$inboundSchema` instead. */
110
+ V3GlobaldataAssetWebpropertyListPostRequest$.inboundSchema = exports.V3GlobaldataAssetWebpropertyListPostRequest$inboundSchema;
111
+ /** @deprecated use `V3GlobaldataAssetWebpropertyListPostRequest$outboundSchema` instead. */
112
+ V3GlobaldataAssetWebpropertyListPostRequest$.outboundSchema = exports.V3GlobaldataAssetWebpropertyListPostRequest$outboundSchema;
113
+ })(V3GlobaldataAssetWebpropertyListPostRequest$ || (exports.V3GlobaldataAssetWebpropertyListPostRequest$ = V3GlobaldataAssetWebpropertyListPostRequest$ = {}));
114
+ function v3GlobaldataAssetWebpropertyListPostRequestToJSON(v3GlobaldataAssetWebpropertyListPostRequest) {
115
+ return JSON.stringify(exports.V3GlobaldataAssetWebpropertyListPostRequest$outboundSchema.parse(v3GlobaldataAssetWebpropertyListPostRequest));
116
+ }
117
+ function v3GlobaldataAssetWebpropertyListPostRequestFromJSON(jsonString) {
118
+ return (0, schemas_js_1.safeParse)(jsonString, (x) => exports.V3GlobaldataAssetWebpropertyListPostRequest$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'V3GlobaldataAssetWebpropertyListPostRequest' from JSON`);
119
+ }
120
+ /** @internal */
121
+ exports.V3GlobaldataAssetWebpropertyListPostResponse$inboundSchema = z.object({
122
+ Headers: z.record(z.array(z.string())),
123
+ Result: components.ResponseEnvelopeListWebpropertyAsset$inboundSchema,
124
+ }).transform((v) => {
125
+ return (0, primitives_js_1.remap)(v, {
126
+ "Headers": "headers",
127
+ "Result": "result",
128
+ });
129
+ });
130
+ /** @internal */
131
+ exports.V3GlobaldataAssetWebpropertyListPostResponse$outboundSchema = z.object({
132
+ headers: z.record(z.array(z.string())),
133
+ result: components.ResponseEnvelopeListWebpropertyAsset$outboundSchema,
134
+ }).transform((v) => {
135
+ return (0, primitives_js_1.remap)(v, {
136
+ headers: "Headers",
137
+ result: "Result",
138
+ });
139
+ });
140
+ /**
141
+ * @internal
142
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
143
+ */
144
+ var V3GlobaldataAssetWebpropertyListPostResponse$;
145
+ (function (V3GlobaldataAssetWebpropertyListPostResponse$) {
146
+ /** @deprecated use `V3GlobaldataAssetWebpropertyListPostResponse$inboundSchema` instead. */
147
+ V3GlobaldataAssetWebpropertyListPostResponse$.inboundSchema = exports.V3GlobaldataAssetWebpropertyListPostResponse$inboundSchema;
148
+ /** @deprecated use `V3GlobaldataAssetWebpropertyListPostResponse$outboundSchema` instead. */
149
+ V3GlobaldataAssetWebpropertyListPostResponse$.outboundSchema = exports.V3GlobaldataAssetWebpropertyListPostResponse$outboundSchema;
150
+ })(V3GlobaldataAssetWebpropertyListPostResponse$ || (exports.V3GlobaldataAssetWebpropertyListPostResponse$ = V3GlobaldataAssetWebpropertyListPostResponse$ = {}));
151
+ function v3GlobaldataAssetWebpropertyListPostResponseToJSON(v3GlobaldataAssetWebpropertyListPostResponse) {
152
+ return JSON.stringify(exports.V3GlobaldataAssetWebpropertyListPostResponse$outboundSchema.parse(v3GlobaldataAssetWebpropertyListPostResponse));
153
+ }
154
+ function v3GlobaldataAssetWebpropertyListPostResponseFromJSON(jsonString) {
155
+ return (0, schemas_js_1.safeParse)(jsonString, (x) => exports.V3GlobaldataAssetWebpropertyListPostResponse$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'V3GlobaldataAssetWebpropertyListPostResponse' from JSON`);
156
+ }
157
+ //# sourceMappingURL=v3globaldataassetwebpropertylistpost.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"v3globaldataassetwebpropertylistpost.js","sourceRoot":"","sources":["../../src/models/operations/v3globaldataassetwebpropertylistpost.ts"],"names":[],"mappings":";AAAA;;GAEG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AA0EH,8GASC;AAED,kHAcC;AA0DD,8GASC;AAED,kHAcC;AAuDD,gHASC;AAED,oHAcC;AApQD,uCAAyB;AACzB,2DAA0D;AAC1D,qDAAiD;AAEjD,mEAAqD;AAoBrD,gBAAgB;AACH,QAAA,yDAAyD,GAKhE,CAAC,CAAC,MAAM,CAAC;IACX,eAAe,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;CACvC,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,EAAE,EAAE;IACjB,OAAO,IAAA,qBAAM,EAAC,CAAC,EAAE;QACf,iBAAiB,EAAE,gBAAgB;KACpC,CAAC,CAAC;AACL,CAAC,CAAC,CAAC;AAOL,gBAAgB;AACH,QAAA,0DAA0D,GAKjE,CAAC,CAAC,MAAM,CAAC;IACX,cAAc,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;CACtC,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,EAAE,EAAE;IACjB,OAAO,IAAA,qBAAM,EAAC,CAAC,EAAE;QACf,cAAc,EAAE,iBAAiB;KAClC,CAAC,CAAC;AACL,CAAC,CAAC,CAAC;AAEL;;;GAGG;AACH,IAAiB,4CAA4C,CAS5D;AATD,WAAiB,4CAA4C;IAC3D,2FAA2F;IAC9E,0DAAa,GACxB,iEAAyD,CAAC;IAC5D,4FAA4F;IAC/E,2DAAc,GACzB,kEAA0D,CAAC;AAG/D,CAAC,EATgB,4CAA4C,4DAA5C,4CAA4C,QAS5D;AAED,SAAgB,iDAAiD,CAC/D,2CAC6C;IAE7C,OAAO,IAAI,CAAC,SAAS,CACnB,kEAA0D,CAAC,KAAK,CAC9D,2CAA2C,CAC5C,CACF,CAAC;AACJ,CAAC;AAED,SAAgB,mDAAmD,CACjE,UAAkB;IAKlB,OAAO,IAAA,sBAAS,EACd,UAAU,EACV,CAAC,CAAC,EAAE,EAAE,CACJ,iEAAyD,CAAC,KAAK,CAC7D,IAAI,CAAC,KAAK,CAAC,CAAC,CAAC,CACd,EACH,yEAAyE,CAC1E,CAAC;AACJ,CAAC;AAED,gBAAgB;AACH,QAAA,yDAAyD,GAKhE,CAAC,CAAC,MAAM,CAAC;IACX,eAAe,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;IACtC,6BAA6B,EAC3B,UAAU,CAAC,2CAA2C;CACzD,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,EAAE,EAAE;IACjB,OAAO,IAAA,qBAAM,EAAC,CAAC,EAAE;QACf,iBAAiB,EAAE,gBAAgB;QACnC,+BAA+B,EAAE,+BAA+B;KACjE,CAAC,CAAC;AACL,CAAC,CAAC,CAAC;AASL,gBAAgB;AACH,QAAA,0DAA0D,GAKjE,CAAC,CAAC,MAAM,CAAC;IACX,cAAc,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;IACrC,6BAA6B,EAC3B,UAAU,CAAC,4CAA4C;CAC1D,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,EAAE,EAAE;IACjB,OAAO,IAAA,qBAAM,EAAC,CAAC,EAAE;QACf,cAAc,EAAE,iBAAiB;QACjC,6BAA6B,EAAE,+BAA+B;KAC/D,CAAC,CAAC;AACL,CAAC,CAAC,CAAC;AAEL;;;GAGG;AACH,IAAiB,4CAA4C,CAS5D;AATD,WAAiB,4CAA4C;IAC3D,2FAA2F;IAC9E,0DAAa,GACxB,iEAAyD,CAAC;IAC5D,4FAA4F;IAC/E,2DAAc,GACzB,kEAA0D,CAAC;AAG/D,CAAC,EATgB,4CAA4C,4DAA5C,4CAA4C,QAS5D;AAED,SAAgB,iDAAiD,CAC/D,2CAC6C;IAE7C,OAAO,IAAI,CAAC,SAAS,CACnB,kEAA0D,CAAC,KAAK,CAC9D,2CAA2C,CAC5C,CACF,CAAC;AACJ,CAAC;AAED,SAAgB,mDAAmD,CACjE,UAAkB;IAKlB,OAAO,IAAA,sBAAS,EACd,UAAU,EACV,CAAC,CAAC,EAAE,EAAE,CACJ,iEAAyD,CAAC,KAAK,CAC7D,IAAI,CAAC,KAAK,CAAC,CAAC,CAAC,CACd,EACH,yEAAyE,CAC1E,CAAC;AACJ,CAAC;AAED,gBAAgB;AACH,QAAA,0DAA0D,GAKjE,CAAC,CAAC,MAAM,CAAC;IACX,OAAO,EAAE,CAAC,CAAC,MAAM,CAAC,CAAC,CAAC,KAAK,CAAC,CAAC,CAAC,MAAM,EAAE,CAAC,CAAC;IACtC,MAAM,EAAE,UAAU,CAAC,kDAAkD;CACtE,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,EAAE,EAAE;IACjB,OAAO,IAAA,qBAAM,EAAC,CAAC,EAAE;QACf,SAAS,EAAE,SAAS;QACpB,QAAQ,EAAE,QAAQ;KACnB,CAAC,CAAC;AACL,CAAC,CAAC,CAAC;AAQL,gBAAgB;AACH,QAAA,2DAA2D,GAKlE,CAAC,CAAC,MAAM,CAAC;IACX,OAAO,EAAE,CAAC,CAAC,MAAM,CAAC,CAAC,CAAC,KAAK,CAAC,CAAC,CAAC,MAAM,EAAE,CAAC,CAAC;IACtC,MAAM,EAAE,UAAU,CAAC,mDAAmD;CACvE,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,EAAE,EAAE;IACjB,OAAO,IAAA,qBAAM,EAAC,CAAC,EAAE;QACf,OAAO,EAAE,SAAS;QAClB,MAAM,EAAE,QAAQ;KACjB,CAAC,CAAC;AACL,CAAC,CAAC,CAAC;AAEL;;;GAGG;AACH,IAAiB,6CAA6C,CAS7D;AATD,WAAiB,6CAA6C;IAC5D,4FAA4F;IAC/E,2DAAa,GACxB,kEAA0D,CAAC;IAC7D,6FAA6F;IAChF,4DAAc,GACzB,mEAA2D,CAAC;AAGhE,CAAC,EATgB,6CAA6C,6DAA7C,6CAA6C,QAS7D;AAED,SAAgB,kDAAkD,CAChE,4CAC8C;IAE9C,OAAO,IAAI,CAAC,SAAS,CACnB,mEAA2D,CAAC,KAAK,CAC/D,4CAA4C,CAC7C,CACF,CAAC;AACJ,CAAC;AAED,SAAgB,oDAAoD,CAClE,UAAkB;IAKlB,OAAO,IAAA,sBAAS,EACd,UAAU,EACV,CAAC,CAAC,EAAE,EAAE,CACJ,kEAA0D,CAAC,KAAK,CAC9D,IAAI,CAAC,KAAK,CAAC,CAAC,CAAC,CACd,EACH,0EAA0E,CAC3E,CAAC;AACJ,CAAC"}
@@ -0,0 +1,91 @@
1
+ import * as z from "zod";
2
+ import { Result as SafeParseResult } from "../../types/fp.js";
3
+ import * as components from "../components/index.js";
4
+ import { SDKValidationError } from "../errors/sdkvalidationerror.js";
5
+ export type V3GlobaldataSearchConvertGlobals = {
6
+ organizationId?: string | undefined;
7
+ };
8
+ export type V3GlobaldataSearchConvertRequest = {
9
+ /**
10
+ * The ID of a Censys organization to associate the request with. See the [Getting Started docs](https://docs.censys.com/reference/get-started#step-3-set-your-organization-id) for more information.
11
+ */
12
+ organizationId?: string | undefined;
13
+ searchConvertQueryInputBody: components.SearchConvertQueryInputBody;
14
+ };
15
+ export type V3GlobaldataSearchConvertResponse = {
16
+ headers: {
17
+ [k: string]: Array<string>;
18
+ };
19
+ result: components.ResponseEnvelopeListSearchConvertQueryResponse;
20
+ };
21
+ /** @internal */
22
+ export declare const V3GlobaldataSearchConvertGlobals$inboundSchema: z.ZodType<V3GlobaldataSearchConvertGlobals, z.ZodTypeDef, unknown>;
23
+ /** @internal */
24
+ export type V3GlobaldataSearchConvertGlobals$Outbound = {
25
+ organization_id?: string | undefined;
26
+ };
27
+ /** @internal */
28
+ export declare const V3GlobaldataSearchConvertGlobals$outboundSchema: z.ZodType<V3GlobaldataSearchConvertGlobals$Outbound, z.ZodTypeDef, V3GlobaldataSearchConvertGlobals>;
29
+ /**
30
+ * @internal
31
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
32
+ */
33
+ export declare namespace V3GlobaldataSearchConvertGlobals$ {
34
+ /** @deprecated use `V3GlobaldataSearchConvertGlobals$inboundSchema` instead. */
35
+ const inboundSchema: z.ZodType<V3GlobaldataSearchConvertGlobals, z.ZodTypeDef, unknown>;
36
+ /** @deprecated use `V3GlobaldataSearchConvertGlobals$outboundSchema` instead. */
37
+ const outboundSchema: z.ZodType<V3GlobaldataSearchConvertGlobals$Outbound, z.ZodTypeDef, V3GlobaldataSearchConvertGlobals>;
38
+ /** @deprecated use `V3GlobaldataSearchConvertGlobals$Outbound` instead. */
39
+ type Outbound = V3GlobaldataSearchConvertGlobals$Outbound;
40
+ }
41
+ export declare function v3GlobaldataSearchConvertGlobalsToJSON(v3GlobaldataSearchConvertGlobals: V3GlobaldataSearchConvertGlobals): string;
42
+ export declare function v3GlobaldataSearchConvertGlobalsFromJSON(jsonString: string): SafeParseResult<V3GlobaldataSearchConvertGlobals, SDKValidationError>;
43
+ /** @internal */
44
+ export declare const V3GlobaldataSearchConvertRequest$inboundSchema: z.ZodType<V3GlobaldataSearchConvertRequest, z.ZodTypeDef, unknown>;
45
+ /** @internal */
46
+ export type V3GlobaldataSearchConvertRequest$Outbound = {
47
+ organization_id?: string | undefined;
48
+ SearchConvertQueryInputBody: components.SearchConvertQueryInputBody$Outbound;
49
+ };
50
+ /** @internal */
51
+ export declare const V3GlobaldataSearchConvertRequest$outboundSchema: z.ZodType<V3GlobaldataSearchConvertRequest$Outbound, z.ZodTypeDef, V3GlobaldataSearchConvertRequest>;
52
+ /**
53
+ * @internal
54
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
55
+ */
56
+ export declare namespace V3GlobaldataSearchConvertRequest$ {
57
+ /** @deprecated use `V3GlobaldataSearchConvertRequest$inboundSchema` instead. */
58
+ const inboundSchema: z.ZodType<V3GlobaldataSearchConvertRequest, z.ZodTypeDef, unknown>;
59
+ /** @deprecated use `V3GlobaldataSearchConvertRequest$outboundSchema` instead. */
60
+ const outboundSchema: z.ZodType<V3GlobaldataSearchConvertRequest$Outbound, z.ZodTypeDef, V3GlobaldataSearchConvertRequest>;
61
+ /** @deprecated use `V3GlobaldataSearchConvertRequest$Outbound` instead. */
62
+ type Outbound = V3GlobaldataSearchConvertRequest$Outbound;
63
+ }
64
+ export declare function v3GlobaldataSearchConvertRequestToJSON(v3GlobaldataSearchConvertRequest: V3GlobaldataSearchConvertRequest): string;
65
+ export declare function v3GlobaldataSearchConvertRequestFromJSON(jsonString: string): SafeParseResult<V3GlobaldataSearchConvertRequest, SDKValidationError>;
66
+ /** @internal */
67
+ export declare const V3GlobaldataSearchConvertResponse$inboundSchema: z.ZodType<V3GlobaldataSearchConvertResponse, z.ZodTypeDef, unknown>;
68
+ /** @internal */
69
+ export type V3GlobaldataSearchConvertResponse$Outbound = {
70
+ Headers: {
71
+ [k: string]: Array<string>;
72
+ };
73
+ Result: components.ResponseEnvelopeListSearchConvertQueryResponse$Outbound;
74
+ };
75
+ /** @internal */
76
+ export declare const V3GlobaldataSearchConvertResponse$outboundSchema: z.ZodType<V3GlobaldataSearchConvertResponse$Outbound, z.ZodTypeDef, V3GlobaldataSearchConvertResponse>;
77
+ /**
78
+ * @internal
79
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
80
+ */
81
+ export declare namespace V3GlobaldataSearchConvertResponse$ {
82
+ /** @deprecated use `V3GlobaldataSearchConvertResponse$inboundSchema` instead. */
83
+ const inboundSchema: z.ZodType<V3GlobaldataSearchConvertResponse, z.ZodTypeDef, unknown>;
84
+ /** @deprecated use `V3GlobaldataSearchConvertResponse$outboundSchema` instead. */
85
+ const outboundSchema: z.ZodType<V3GlobaldataSearchConvertResponse$Outbound, z.ZodTypeDef, V3GlobaldataSearchConvertResponse>;
86
+ /** @deprecated use `V3GlobaldataSearchConvertResponse$Outbound` instead. */
87
+ type Outbound = V3GlobaldataSearchConvertResponse$Outbound;
88
+ }
89
+ export declare function v3GlobaldataSearchConvertResponseToJSON(v3GlobaldataSearchConvertResponse: V3GlobaldataSearchConvertResponse): string;
90
+ export declare function v3GlobaldataSearchConvertResponseFromJSON(jsonString: string): SafeParseResult<V3GlobaldataSearchConvertResponse, SDKValidationError>;
91
+ //# sourceMappingURL=v3globaldatasearchconvert.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"v3globaldatasearchconvert.d.ts","sourceRoot":"","sources":["../../src/models/operations/v3globaldatasearchconvert.ts"],"names":[],"mappings":"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"}