@censys/platform-sdk 0.9.0 → 0.10.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.
- package/README.md +19 -13
- package/docs/sdks/accountmanagement/README.md +113 -9
- package/docs/sdks/collections/README.md +22 -14
- package/docs/sdks/globaldata/README.md +27 -14
- package/docs/sdks/threathunting/README.md +11 -6
- package/examples/package-lock.json +3 -3
- package/funcs/accountManagementGetMemberCreditUsage.d.ts +2 -2
- package/funcs/accountManagementGetMemberCreditUsage.js +8 -3
- package/funcs/accountManagementGetMemberCreditUsage.js.map +1 -1
- package/funcs/accountManagementGetOrganizationCreditUsage.d.ts +1 -1
- package/funcs/accountManagementGetOrganizationCreditUsage.js +8 -2
- package/funcs/accountManagementGetOrganizationCreditUsage.js.map +1 -1
- package/funcs/accountManagementGetOrganizationCredits.d.ts +1 -1
- package/funcs/accountManagementGetOrganizationCredits.js +4 -2
- package/funcs/accountManagementGetOrganizationCredits.js.map +1 -1
- package/funcs/accountManagementGetOrganizationDetails.js +3 -1
- package/funcs/accountManagementGetOrganizationDetails.js.map +1 -1
- package/funcs/accountManagementGetUserCredits.d.ts +2 -2
- package/funcs/accountManagementGetUserCredits.js +5 -3
- package/funcs/accountManagementGetUserCredits.js.map +1 -1
- package/funcs/accountManagementGetUserCreditsUsage.d.ts +18 -0
- package/funcs/accountManagementGetUserCreditsUsage.d.ts.map +1 -0
- package/funcs/accountManagementGetUserCreditsUsage.js +131 -0
- package/funcs/accountManagementGetUserCreditsUsage.js.map +1 -0
- package/funcs/accountManagementInviteUserToOrganization.js +4 -2
- package/funcs/accountManagementInviteUserToOrganization.js.map +1 -1
- package/funcs/accountManagementListOrganizationMembers.js +4 -2
- package/funcs/accountManagementListOrganizationMembers.js.map +1 -1
- package/funcs/accountManagementRemoveOrganizationMember.js +3 -1
- package/funcs/accountManagementRemoveOrganizationMember.js.map +1 -1
- package/funcs/accountManagementUpdateOrganizationMember.js +4 -2
- package/funcs/accountManagementUpdateOrganizationMember.js.map +1 -1
- package/funcs/collectionsAggregate.js +4 -2
- package/funcs/collectionsAggregate.js.map +1 -1
- package/funcs/collectionsCreate.d.ts +1 -1
- package/funcs/collectionsCreate.js +5 -3
- package/funcs/collectionsCreate.js.map +1 -1
- package/funcs/collectionsDelete.d.ts +1 -1
- package/funcs/collectionsDelete.js +5 -3
- package/funcs/collectionsDelete.js.map +1 -1
- package/funcs/collectionsGet.d.ts +1 -1
- package/funcs/collectionsGet.js +5 -3
- package/funcs/collectionsGet.js.map +1 -1
- package/funcs/collectionsList.d.ts +1 -1
- package/funcs/collectionsList.js +5 -3
- package/funcs/collectionsList.js.map +1 -1
- package/funcs/collectionsListEvents.d.ts +1 -1
- package/funcs/collectionsListEvents.js +5 -3
- package/funcs/collectionsListEvents.js.map +1 -1
- package/funcs/collectionsSearch.js +4 -2
- package/funcs/collectionsSearch.js.map +1 -1
- package/funcs/collectionsUpdate.d.ts +1 -1
- package/funcs/collectionsUpdate.js +5 -3
- package/funcs/collectionsUpdate.js.map +1 -1
- package/funcs/globalDataAggregate.js +4 -2
- package/funcs/globalDataAggregate.js.map +1 -1
- package/funcs/globalDataConvertLegacySearchQueries.js +2 -2
- package/funcs/globalDataConvertLegacySearchQueries.js.map +1 -1
- package/funcs/globalDataCreateTrackedScan.js +4 -2
- package/funcs/globalDataCreateTrackedScan.js.map +1 -1
- package/funcs/globalDataGetCertificate.js +4 -2
- package/funcs/globalDataGetCertificate.js.map +1 -1
- package/funcs/globalDataGetCertificateRaw.js +4 -2
- package/funcs/globalDataGetCertificateRaw.js.map +1 -1
- package/funcs/globalDataGetCertificates.js +4 -2
- package/funcs/globalDataGetCertificates.js.map +1 -1
- package/funcs/globalDataGetCertificatesRaw.js +4 -2
- package/funcs/globalDataGetCertificatesRaw.js.map +1 -1
- package/funcs/globalDataGetHost.js +4 -2
- package/funcs/globalDataGetHost.js.map +1 -1
- package/funcs/globalDataGetHostTimeline.js +4 -2
- package/funcs/globalDataGetHostTimeline.js.map +1 -1
- package/funcs/globalDataGetHosts.js +4 -2
- package/funcs/globalDataGetHosts.js.map +1 -1
- package/funcs/globalDataGetTrackedScan.js +4 -2
- package/funcs/globalDataGetTrackedScan.js.map +1 -1
- package/funcs/globalDataGetWebProperties.js +4 -2
- package/funcs/globalDataGetWebProperties.js.map +1 -1
- package/funcs/globalDataGetWebProperty.js +4 -2
- package/funcs/globalDataGetWebProperty.js.map +1 -1
- package/funcs/globalDataSearch.js +4 -2
- package/funcs/globalDataSearch.js.map +1 -1
- package/funcs/threatHuntingCreateTrackedScan.js +4 -2
- package/funcs/threatHuntingCreateTrackedScan.js.map +1 -1
- package/funcs/threatHuntingGetHostObservationsWithCertificate.js +4 -2
- package/funcs/threatHuntingGetHostObservationsWithCertificate.js.map +1 -1
- package/funcs/threatHuntingGetTrackedScanThreatHunting.js +4 -2
- package/funcs/threatHuntingGetTrackedScanThreatHunting.js.map +1 -1
- package/funcs/threatHuntingListThreats.d.ts +1 -1
- package/funcs/threatHuntingListThreats.js +5 -3
- package/funcs/threatHuntingListThreats.js.map +1 -1
- package/funcs/threatHuntingValueCounts.js +4 -2
- package/funcs/threatHuntingValueCounts.js.map +1 -1
- package/jsr.json +1 -1
- package/lib/config.d.ts +4 -4
- package/lib/config.js +4 -4
- package/lib/config.js.map +1 -1
- package/lib/sdks.js +2 -2
- package/lib/sdks.js.map +1 -1
- package/models/components/alternativequery.d.ts +3 -3
- package/models/components/alternativequery.d.ts.map +1 -1
- package/models/components/alternativequery.js +2 -2
- package/models/components/alternativequery.js.map +1 -1
- package/models/components/attribute.d.ts +4 -3
- package/models/components/attribute.d.ts.map +1 -1
- package/models/components/attribute.js +3 -2
- package/models/components/attribute.js.map +1 -1
- package/models/components/certificate.d.ts +5 -5
- package/models/components/certificate.d.ts.map +1 -1
- package/models/components/certificate.js +3 -3
- package/models/components/certificate.js.map +1 -1
- package/models/components/certificaterevocationrevocationinfo.d.ts +3 -3
- package/models/components/certificaterevocationrevocationinfo.d.ts.map +1 -1
- package/models/components/certificaterevocationrevocationinfo.js +2 -2
- package/models/components/certificaterevocationrevocationinfo.js.map +1 -1
- package/models/components/collection.d.ts +9 -5
- package/models/components/collection.d.ts.map +1 -1
- package/models/components/collection.js +5 -2
- package/models/components/collection.js.map +1 -1
- package/models/components/creditexpiration.d.ts +4 -0
- package/models/components/creditexpiration.d.ts.map +1 -1
- package/models/components/creditexpiration.js +2 -0
- package/models/components/creditexpiration.js.map +1 -1
- package/models/components/creditusagereport.d.ts +44 -5
- package/models/components/creditusagereport.d.ts.map +1 -1
- package/models/components/creditusagereport.js +28 -7
- package/models/components/creditusagereport.js.map +1 -1
- package/models/components/creditusagereportperiod.d.ts +33 -0
- package/models/components/creditusagereportperiod.d.ts.map +1 -0
- package/models/components/creditusagereportperiod.js +65 -0
- package/models/components/creditusagereportperiod.js.map +1 -0
- package/models/components/cvsscomponents.d.ts +17 -17
- package/models/components/cvsscomponents.d.ts.map +1 -1
- package/models/components/cvsscomponents.js +9 -9
- package/models/components/cvsscomponents.js.map +1 -1
- package/models/components/cvssv4components.d.ts +29 -29
- package/models/components/cvssv4components.d.ts.map +1 -1
- package/models/components/cvssv4components.js +15 -17
- package/models/components/cvssv4components.js.map +1 -1
- package/models/components/dns.d.ts +5 -5
- package/models/components/dns.d.ts.map +1 -1
- package/models/components/dns.js +3 -3
- package/models/components/dns.js.map +1 -1
- package/models/components/dnsresourcerecord.d.ts +3 -3
- package/models/components/dnsresourcerecord.d.ts.map +1 -1
- package/models/components/dnsresourcerecord.js +2 -1
- package/models/components/dnsresourcerecord.js.map +1 -1
- package/models/components/endpointscan.d.ts +3 -3
- package/models/components/endpointscan.d.ts.map +1 -1
- package/models/components/endpointscan.js +2 -1
- package/models/components/endpointscan.js.map +1 -1
- package/models/components/endpointscanstate.d.ts +5 -3
- package/models/components/endpointscanstate.d.ts.map +1 -1
- package/models/components/endpointscanstate.js +4 -1
- package/models/components/endpointscanstate.js.map +1 -1
- package/models/components/eventassetchange.d.ts +3 -3
- package/models/components/eventassetchange.d.ts.map +1 -1
- package/models/components/eventassetchange.js +2 -2
- package/models/components/eventassetchange.js.map +1 -1
- package/models/components/eventstatuschange.d.ts +5 -5
- package/models/components/eventstatuschange.d.ts.map +1 -1
- package/models/components/eventstatuschange.js +3 -4
- package/models/components/eventstatuschange.js.map +1 -1
- package/models/components/extractedendpointdata.d.ts +17 -0
- package/models/components/extractedendpointdata.d.ts.map +1 -0
- package/models/components/extractedendpointdata.js +65 -0
- package/models/components/extractedendpointdata.js.map +1 -0
- package/models/components/extractedendpointdataanalyticsservice.d.ts +11 -0
- package/models/components/extractedendpointdataanalyticsservice.d.ts.map +1 -0
- package/models/components/extractedendpointdataanalyticsservice.js +51 -0
- package/models/components/extractedendpointdataanalyticsservice.js.map +1 -0
- package/models/components/extractedendpointdatacopyright.d.ts +13 -0
- package/models/components/extractedendpointdatacopyright.d.ts.map +1 -0
- package/models/components/extractedendpointdatacopyright.js +59 -0
- package/models/components/extractedendpointdatacopyright.js.map +1 -0
- package/models/components/flashsocketpolicy.d.ts +13 -0
- package/models/components/flashsocketpolicy.d.ts.map +1 -0
- package/models/components/flashsocketpolicy.js +59 -0
- package/models/components/flashsocketpolicy.js.map +1 -0
- package/models/components/flashsocketpolicyallowaccessfrom.d.ts +12 -0
- package/models/components/flashsocketpolicyallowaccessfrom.d.ts.map +1 -0
- package/models/components/flashsocketpolicyallowaccessfrom.js +57 -0
- package/models/components/flashsocketpolicyallowaccessfrom.js.map +1 -0
- package/models/components/gemini.d.ts +13 -0
- package/models/components/gemini.d.ts.map +1 -0
- package/models/components/gemini.js +60 -0
- package/models/components/gemini.js.map +1 -0
- package/models/components/greynoise.d.ts +22 -0
- package/models/components/greynoise.d.ts.map +1 -0
- package/models/components/greynoise.js +53 -0
- package/models/components/greynoise.js.map +1 -0
- package/models/components/greynoisetag.d.ts +13 -0
- package/models/components/greynoisetag.d.ts.map +1 -0
- package/models/components/greynoisetag.js +50 -0
- package/models/components/greynoisetag.js.map +1 -0
- package/models/components/hajime.d.ts +10 -0
- package/models/components/hajime.d.ts.map +1 -0
- package/models/components/hajime.js +56 -0
- package/models/components/hajime.js.map +1 -0
- package/models/components/host.d.ts +2 -0
- package/models/components/host.d.ts.map +1 -1
- package/models/components/host.js +2 -0
- package/models/components/host.js.map +1 -1
- package/models/components/hostdnsforwardresolution.d.ts +3 -3
- package/models/components/hostdnsforwardresolution.d.ts.map +1 -1
- package/models/components/hostdnsforwardresolution.js +2 -2
- package/models/components/hostdnsforwardresolution.js.map +1 -1
- package/models/components/http.d.ts +7 -0
- package/models/components/http.d.ts.map +1 -1
- package/models/components/http.js +7 -0
- package/models/components/http.js.map +1 -1
- package/models/components/httpredirectchainlink.d.ts +26 -0
- package/models/components/httpredirectchainlink.d.ts.map +1 -0
- package/models/components/httpredirectchainlink.js +71 -0
- package/models/components/httpredirectchainlink.js.map +1 -0
- package/models/components/index.d.ts +26 -0
- package/models/components/index.d.ts.map +1 -1
- package/models/components/index.js +26 -0
- package/models/components/index.js.map +1 -1
- package/models/components/jarmscan.d.ts +3 -3
- package/models/components/jarmscan.d.ts.map +1 -1
- package/models/components/jarmscan.js +2 -1
- package/models/components/jarmscan.js.map +1 -1
- package/models/components/kev.d.ts +3 -3
- package/models/components/kev.d.ts.map +1 -1
- package/models/components/kev.js +2 -2
- package/models/components/kev.js.map +1 -1
- package/models/components/label.d.ts +4 -3
- package/models/components/label.d.ts.map +1 -1
- package/models/components/label.js +3 -2
- package/models/components/label.js.map +1 -1
- package/models/components/matchedservice.d.ts +3 -3
- package/models/components/matchedservice.d.ts.map +1 -1
- package/models/components/matchedservice.js +2 -1
- package/models/components/matchedservice.js.map +1 -1
- package/models/components/mavlink.d.ts +12 -0
- package/models/components/mavlink.d.ts.map +1 -0
- package/models/components/mavlink.js +57 -0
- package/models/components/mavlink.js.map +1 -0
- package/models/components/mavlinkframe.d.ts +15 -0
- package/models/components/mavlinkframe.d.ts.map +1 -0
- package/models/components/mavlinkframe.js +63 -0
- package/models/components/mavlinkframe.js.map +1 -0
- package/models/components/melsec.d.ts +10 -0
- package/models/components/melsec.d.ts.map +1 -0
- package/models/components/melsec.js +56 -0
- package/models/components/melsec.js.map +1 -0
- package/models/components/memberlist.d.ts +15 -0
- package/models/components/memberlist.d.ts.map +1 -0
- package/models/components/memberlist.js +62 -0
- package/models/components/memberlist.js.map +1 -0
- package/models/components/memberlistnodeinfo.d.ts +16 -0
- package/models/components/memberlistnodeinfo.d.ts.map +1 -0
- package/models/components/memberlistnodeinfo.js +62 -0
- package/models/components/memberlistnodeinfo.js.map +1 -0
- package/models/components/networklog.d.ts +18 -0
- package/models/components/networklog.d.ts.map +1 -0
- package/models/components/networklog.js +58 -0
- package/models/components/networklog.js.map +1 -0
- package/models/components/networklogresourceinfo.d.ts +49 -0
- package/models/components/networklogresourceinfo.d.ts.map +1 -0
- package/models/components/networklogresourceinfo.js +64 -0
- package/models/components/networklogresourceinfo.js.map +1 -0
- package/models/components/paginationinfo.d.ts +1 -1
- package/models/components/reject.d.ts +3 -3
- package/models/components/reject.d.ts.map +1 -1
- package/models/components/reject.js +2 -2
- package/models/components/reject.js.map +1 -1
- package/models/components/representativeinfo.d.ts +3 -3
- package/models/components/representativeinfo.d.ts.map +1 -1
- package/models/components/representativeinfo.js +2 -1
- package/models/components/representativeinfo.js.map +1 -1
- package/models/components/risk.d.ts +8 -7
- package/models/components/risk.d.ts.map +1 -1
- package/models/components/risk.js +5 -6
- package/models/components/risk.js.map +1 -1
- package/models/components/rootstore.d.ts +3 -3
- package/models/components/rootstore.d.ts.map +1 -1
- package/models/components/rootstore.js +2 -1
- package/models/components/rootstore.js.map +1 -1
- package/models/components/routerosapi.d.ts +12 -0
- package/models/components/routerosapi.d.ts.map +1 -0
- package/models/components/routerosapi.js +58 -0
- package/models/components/routerosapi.js.map +1 -0
- package/models/components/rustdeskheartbeat.d.ts +12 -0
- package/models/components/rustdeskheartbeat.d.ts.map +1 -0
- package/models/components/rustdeskheartbeat.js +59 -0
- package/models/components/rustdeskheartbeat.js.map +1 -0
- package/models/components/rustdeskheartbeatregisterpeerresponse.d.ts +10 -0
- package/models/components/rustdeskheartbeatregisterpeerresponse.d.ts.map +1 -0
- package/models/components/rustdeskheartbeatregisterpeerresponse.js +55 -0
- package/models/components/rustdeskheartbeatregisterpeerresponse.js.map +1 -0
- package/models/components/rustdeskrelay.d.ts +10 -0
- package/models/components/rustdeskrelay.d.ts.map +1 -0
- package/models/components/rustdeskrelay.js +55 -0
- package/models/components/rustdeskrelay.js.map +1 -0
- package/models/components/rustdeskrendezvous.d.ts +14 -0
- package/models/components/rustdeskrendezvous.d.ts.map +1 -0
- package/models/components/rustdeskrendezvous.js +61 -0
- package/models/components/rustdeskrendezvous.js.map +1 -0
- package/models/components/rustdeskrendezvousconfigupdate.d.ts +11 -0
- package/models/components/rustdeskrendezvousconfigupdate.d.ts.map +1 -0
- package/models/components/rustdeskrendezvousconfigupdate.js +56 -0
- package/models/components/rustdeskrendezvousconfigupdate.js.map +1 -0
- package/models/components/rustdeskrendezvouskeyexchange.d.ts +10 -0
- package/models/components/rustdeskrendezvouskeyexchange.d.ts.map +1 -0
- package/models/components/rustdeskrendezvouskeyexchange.js +50 -0
- package/models/components/rustdeskrendezvouskeyexchange.js.map +1 -0
- package/models/components/rustdeskrendezvoustestnatresponse.d.ts +12 -0
- package/models/components/rustdeskrendezvoustestnatresponse.d.ts.map +1 -0
- package/models/components/rustdeskrendezvoustestnatresponse.js +57 -0
- package/models/components/rustdeskrendezvoustestnatresponse.js.map +1 -0
- package/models/components/screenshot.d.ts +1 -0
- package/models/components/screenshot.d.ts.map +1 -1
- package/models/components/screenshot.js +1 -0
- package/models/components/screenshot.js.map +1 -1
- package/models/components/searchconvertqueryresponse.d.ts +3 -3
- package/models/components/searchconvertqueryresponse.d.ts.map +1 -1
- package/models/components/searchconvertqueryresponse.js +2 -1
- package/models/components/searchconvertqueryresponse.js.map +1 -1
- package/models/components/searchqueryinputbody.d.ts +1 -1
- package/models/components/service.d.ts +23 -3
- package/models/components/service.d.ts.map +1 -1
- package/models/components/service.js +27 -1
- package/models/components/service.js.map +1 -1
- package/models/components/serviceid.d.ts +3 -3
- package/models/components/serviceid.d.ts.map +1 -1
- package/models/components/serviceid.js +2 -1
- package/models/components/serviceid.js.map +1 -1
- package/models/components/servicescan.d.ts +23 -3
- package/models/components/servicescan.d.ts.map +1 -1
- package/models/components/servicescan.js +27 -1
- package/models/components/servicescan.js.map +1 -1
- package/models/components/sourceusagebreakdown.d.ts +9 -1
- package/models/components/sourceusagebreakdown.d.ts.map +1 -1
- package/models/components/sourceusagebreakdown.js +7 -0
- package/models/components/sourceusagebreakdown.js.map +1 -1
- package/models/components/threat.d.ts +4 -3
- package/models/components/threat.d.ts.map +1 -1
- package/models/components/threat.js +3 -1
- package/models/components/threat.js.map +1 -1
- package/models/components/tls.d.ts +3 -3
- package/models/components/tls.d.ts.map +1 -1
- package/models/components/tls.js +2 -1
- package/models/components/tls.js.map +1 -1
- package/models/components/tlsversiondata.d.ts +3 -3
- package/models/components/tlsversiondata.d.ts.map +1 -1
- package/models/components/tlsversiondata.js +2 -2
- package/models/components/tlsversiondata.js.map +1 -1
- package/models/components/trackedscantask.d.ts +3 -3
- package/models/components/trackedscantask.d.ts.map +1 -1
- package/models/components/trackedscantask.js +2 -1
- package/models/components/trackedscantask.js.map +1 -1
- package/models/components/vuln.d.ts +8 -7
- package/models/components/vuln.d.ts.map +1 -1
- package/models/components/vuln.js +5 -4
- package/models/components/vuln.js.map +1 -1
- package/models/operations/index.d.ts +1 -0
- package/models/operations/index.d.ts.map +1 -1
- package/models/operations/index.js +1 -0
- package/models/operations/index.js.map +1 -1
- package/models/operations/v3accountmanagementmembercreditsusage.d.ts +33 -3
- package/models/operations/v3accountmanagementmembercreditsusage.d.ts.map +1 -1
- package/models/operations/v3accountmanagementmembercreditsusage.js +17 -2
- package/models/operations/v3accountmanagementmembercreditsusage.js.map +1 -1
- package/models/operations/v3accountmanagementorgcreditsusage.d.ts +38 -3
- package/models/operations/v3accountmanagementorgcreditsusage.d.ts.map +1 -1
- package/models/operations/v3accountmanagementorgcreditsusage.js +20 -2
- package/models/operations/v3accountmanagementorgcreditsusage.js.map +1 -1
- package/models/operations/v3accountmanagementusercreditsusage.d.ts +57 -0
- package/models/operations/v3accountmanagementusercreditsusage.d.ts.map +1 -0
- package/models/operations/v3accountmanagementusercreditsusage.js +85 -0
- package/models/operations/v3accountmanagementusercreditsusage.js.map +1 -0
- package/package.json +3 -3
- package/sdk/accountmanagement.d.ts +13 -6
- package/sdk/accountmanagement.d.ts.map +1 -1
- package/sdk/accountmanagement.js +16 -6
- package/sdk/accountmanagement.js.map +1 -1
- package/sdk/collections.d.ts +6 -6
- package/sdk/collections.js +6 -6
- package/sdk/threathunting.d.ts +1 -1
- package/sdk/threathunting.js +1 -1
- package/src/funcs/accountManagementGetMemberCreditUsage.ts +9 -3
- package/src/funcs/accountManagementGetOrganizationCreditUsage.ts +9 -2
- package/src/funcs/accountManagementGetOrganizationCredits.ts +5 -2
- package/src/funcs/accountManagementGetOrganizationDetails.ts +4 -1
- package/src/funcs/accountManagementGetUserCredits.ts +6 -3
- package/src/funcs/accountManagementGetUserCreditsUsage.ts +193 -0
- package/src/funcs/accountManagementInviteUserToOrganization.ts +5 -2
- package/src/funcs/accountManagementListOrganizationMembers.ts +5 -2
- package/src/funcs/accountManagementRemoveOrganizationMember.ts +4 -1
- package/src/funcs/accountManagementUpdateOrganizationMember.ts +5 -2
- package/src/funcs/collectionsAggregate.ts +5 -2
- package/src/funcs/collectionsCreate.ts +6 -3
- package/src/funcs/collectionsDelete.ts +6 -3
- package/src/funcs/collectionsGet.ts +6 -3
- package/src/funcs/collectionsList.ts +6 -3
- package/src/funcs/collectionsListEvents.ts +6 -3
- package/src/funcs/collectionsSearch.ts +5 -2
- package/src/funcs/collectionsUpdate.ts +6 -3
- package/src/funcs/globalDataAggregate.ts +5 -2
- package/src/funcs/globalDataConvertLegacySearchQueries.ts +2 -2
- package/src/funcs/globalDataCreateTrackedScan.ts +5 -2
- package/src/funcs/globalDataGetCertificate.ts +5 -2
- package/src/funcs/globalDataGetCertificateRaw.ts +5 -2
- package/src/funcs/globalDataGetCertificates.ts +5 -2
- package/src/funcs/globalDataGetCertificatesRaw.ts +5 -2
- package/src/funcs/globalDataGetHost.ts +5 -2
- package/src/funcs/globalDataGetHostTimeline.ts +5 -2
- package/src/funcs/globalDataGetHosts.ts +5 -2
- package/src/funcs/globalDataGetTrackedScan.ts +5 -2
- package/src/funcs/globalDataGetWebProperties.ts +5 -2
- package/src/funcs/globalDataGetWebProperty.ts +5 -2
- package/src/funcs/globalDataSearch.ts +5 -2
- package/src/funcs/threatHuntingCreateTrackedScan.ts +5 -2
- package/src/funcs/threatHuntingGetHostObservationsWithCertificate.ts +5 -2
- package/src/funcs/threatHuntingGetTrackedScanThreatHunting.ts +5 -2
- package/src/funcs/threatHuntingListThreats.ts +6 -3
- package/src/funcs/threatHuntingValueCounts.ts +5 -2
- package/src/lib/config.ts +4 -4
- package/src/lib/sdks.ts +2 -2
- package/src/models/components/alternativequery.ts +5 -4
- package/src/models/components/attribute.ts +6 -4
- package/src/models/components/certificate.ts +14 -8
- package/src/models/components/certificaterevocationrevocationinfo.ts +5 -4
- package/src/models/components/collection.ts +20 -8
- package/src/models/components/creditexpiration.ts +6 -0
- package/src/models/components/creditusagereport.ts +70 -11
- package/src/models/components/creditusagereportperiod.ts +69 -0
- package/src/models/components/cvsscomponents.ts +47 -30
- package/src/models/components/cvssv4components.ts +83 -53
- package/src/models/components/dns.ts +11 -8
- package/src/models/components/dnsresourcerecord.ts +8 -5
- package/src/models/components/endpointscan.ts +8 -5
- package/src/models/components/endpointscanstate.ts +14 -5
- package/src/models/components/eventassetchange.ts +8 -4
- package/src/models/components/eventstatuschange.ts +14 -7
- package/src/models/components/extractedendpointdata.ts +62 -0
- package/src/models/components/extractedendpointdataanalyticsservice.ts +34 -0
- package/src/models/components/extractedendpointdatacopyright.ts +43 -0
- package/src/models/components/flashsocketpolicy.ts +47 -0
- package/src/models/components/flashsocketpolicyallowaccessfrom.ts +40 -0
- package/src/models/components/gemini.ts +40 -0
- package/src/models/components/greynoise.ts +45 -0
- package/src/models/components/greynoisetag.ts +34 -0
- package/src/models/components/hajime.ts +33 -0
- package/src/models/components/host.ts +3 -0
- package/src/models/components/hostdnsforwardresolution.ts +8 -4
- package/src/models/components/http.ts +15 -0
- package/src/models/components/httpredirectchainlink.ts +67 -0
- package/src/models/components/index.ts +26 -0
- package/src/models/components/jarmscan.ts +8 -5
- package/src/models/components/kev.ts +8 -4
- package/src/models/components/label.ts +9 -4
- package/src/models/components/matchedservice.ts +8 -5
- package/src/models/components/mavlink.ts +36 -0
- package/src/models/components/mavlinkframe.ts +49 -0
- package/src/models/components/melsec.ts +33 -0
- package/src/models/components/memberlist.ts +50 -0
- package/src/models/components/memberlistnodeinfo.ts +49 -0
- package/src/models/components/networklog.ts +49 -0
- package/src/models/components/networklogresourceinfo.ts +84 -0
- package/src/models/components/paginationinfo.ts +1 -1
- package/src/models/components/reject.ts +8 -4
- package/src/models/components/representativeinfo.ts +8 -5
- package/src/models/components/risk.ts +21 -10
- package/src/models/components/rootstore.ts +5 -5
- package/src/models/components/routerosapi.ts +41 -0
- package/src/models/components/rustdeskheartbeat.ts +44 -0
- package/src/models/components/rustdeskheartbeatregisterpeerresponse.ts +37 -0
- package/src/models/components/rustdeskrelay.ts +36 -0
- package/src/models/components/rustdeskrendezvous.ts +50 -0
- package/src/models/components/rustdeskrendezvousconfigupdate.ts +38 -0
- package/src/models/components/rustdeskrendezvouskeyexchange.ts +31 -0
- package/src/models/components/rustdeskrendezvoustestnatresponse.ts +42 -0
- package/src/models/components/screenshot.ts +2 -0
- package/src/models/components/searchconvertqueryresponse.ts +8 -5
- package/src/models/components/searchqueryinputbody.ts +1 -1
- package/src/models/components/service.ts +52 -5
- package/src/models/components/serviceid.ts +8 -5
- package/src/models/components/servicescan.ts +52 -5
- package/src/models/components/sourceusagebreakdown.ts +16 -1
- package/src/models/components/threat.ts +9 -4
- package/src/models/components/tls.ts +8 -5
- package/src/models/components/tlsversiondata.ts +5 -4
- package/src/models/components/trackedscantask.ts +8 -5
- package/src/models/components/vuln.ts +21 -11
- package/src/models/operations/index.ts +1 -0
- package/src/models/operations/v3accountmanagementmembercreditsusage.ts +43 -4
- package/src/models/operations/v3accountmanagementorgcreditsusage.ts +49 -4
- package/src/models/operations/v3accountmanagementusercreditsusage.ts +128 -0
- package/src/sdk/accountmanagement.ts +24 -6
- package/src/sdk/collections.ts +6 -6
- package/src/sdk/threathunting.ts +1 -1
|
@@ -5,7 +5,8 @@
|
|
|
5
5
|
import * as z from "zod/v3";
|
|
6
6
|
import { remap as remap$ } from "../../lib/primitives.js";
|
|
7
7
|
import { safeParse } from "../../lib/schemas.js";
|
|
8
|
-
import
|
|
8
|
+
import * as openEnums from "../../types/enums.js";
|
|
9
|
+
import { OpenEnum } from "../../types/enums.js";
|
|
9
10
|
import { Result as SafeParseResult } from "../../types/fp.js";
|
|
10
11
|
import { SDKValidationError } from "../errors/sdkvalidationerror.js";
|
|
11
12
|
|
|
@@ -20,7 +21,7 @@ export const AttackComplexity = {
|
|
|
20
21
|
/**
|
|
21
22
|
* Indicates conditions beyond the attacker’s control that must exist in order to exploit the vulnerability. The Attack Complexity metric is scored as either Low or High. There are two possible values: Low (L) – There are no specific pre-conditions required for exploitation, High (H) – The attacker must complete some number of preparatory steps in order to get access.
|
|
22
23
|
*/
|
|
23
|
-
export type AttackComplexity =
|
|
24
|
+
export type AttackComplexity = OpenEnum<typeof AttackComplexity>;
|
|
24
25
|
|
|
25
26
|
/**
|
|
26
27
|
* Indicates the level of access required for an attacker to exploit the vulnerability. The Attack Vector metric is scored in one of four levels: Network (N) – Vulnerabilities with this rating are remotely exploitable, from one or more hops away, up to, and including, remote exploitation over the Internet, Adjacent (A) – A vulnerability with this rating requires network adjacency for exploitation. The attack must be launched from the same physical or logical network, Local (L) – Vulnerabilities with this rating are not exploitable over a network, Physical (P) – An attacker must physically interact with the target system.
|
|
@@ -35,7 +36,7 @@ export const AttackVector = {
|
|
|
35
36
|
/**
|
|
36
37
|
* Indicates the level of access required for an attacker to exploit the vulnerability. The Attack Vector metric is scored in one of four levels: Network (N) – Vulnerabilities with this rating are remotely exploitable, from one or more hops away, up to, and including, remote exploitation over the Internet, Adjacent (A) – A vulnerability with this rating requires network adjacency for exploitation. The attack must be launched from the same physical or logical network, Local (L) – Vulnerabilities with this rating are not exploitable over a network, Physical (P) – An attacker must physically interact with the target system.
|
|
37
38
|
*/
|
|
38
|
-
export type AttackVector =
|
|
39
|
+
export type AttackVector = OpenEnum<typeof AttackVector>;
|
|
39
40
|
|
|
40
41
|
/**
|
|
41
42
|
* If an attack renders information unavailable, such as when a system crashes or through a DDoS attack, availability is negatively impacted. Availability has three possible values: None (N) – There is no loss of availability, Low (L) – Availability might be intermittently limited, or performance might be negatively impacted, as a result of a successful attack, High (H) – There is a complete loss of availability of the impacted system or information.
|
|
@@ -49,7 +50,7 @@ export const Availability = {
|
|
|
49
50
|
/**
|
|
50
51
|
* If an attack renders information unavailable, such as when a system crashes or through a DDoS attack, availability is negatively impacted. Availability has three possible values: None (N) – There is no loss of availability, Low (L) – Availability might be intermittently limited, or performance might be negatively impacted, as a result of a successful attack, High (H) – There is a complete loss of availability of the impacted system or information.
|
|
51
52
|
*/
|
|
52
|
-
export type Availability =
|
|
53
|
+
export type Availability = OpenEnum<typeof Availability>;
|
|
53
54
|
|
|
54
55
|
/**
|
|
55
56
|
* Refers to the disclosure of sensitive information to authorized and unauthorized users, with the goal being that only authorized users are able to access the target data. Confidentiality has three potential values: High (H) – The attacker has full access to all resources in the impacted system, including highly sensitive information such as encryption keys, Low (L) – The attacker has partial access to information, with no control over what, specifically, they are able to access, None (N) – No data is accessible to unauthorized users as a result of the exploit.
|
|
@@ -63,7 +64,7 @@ export const Confidentiality = {
|
|
|
63
64
|
/**
|
|
64
65
|
* Refers to the disclosure of sensitive information to authorized and unauthorized users, with the goal being that only authorized users are able to access the target data. Confidentiality has three potential values: High (H) – The attacker has full access to all resources in the impacted system, including highly sensitive information such as encryption keys, Low (L) – The attacker has partial access to information, with no control over what, specifically, they are able to access, None (N) – No data is accessible to unauthorized users as a result of the exploit.
|
|
65
66
|
*/
|
|
66
|
-
export type Confidentiality =
|
|
67
|
+
export type Confidentiality = OpenEnum<typeof Confidentiality>;
|
|
67
68
|
|
|
68
69
|
/**
|
|
69
70
|
* Refers to whether the protected information has been tampered with or changed in any way. If there is no way for an attacker to alter the accuracy or completeness of the information, integrity has been maintained. Integrity has three values: None (N) – There is no loss of the integrity of any information, Low (L) – A limited amount of information might be tampered with or modified, but there is no serious impact on the protected system, High (H) – The attacker can modify any/all information on the target system, resulting in a complete loss of integrity.
|
|
@@ -77,7 +78,7 @@ export const Integrity = {
|
|
|
77
78
|
/**
|
|
78
79
|
* Refers to whether the protected information has been tampered with or changed in any way. If there is no way for an attacker to alter the accuracy or completeness of the information, integrity has been maintained. Integrity has three values: None (N) – There is no loss of the integrity of any information, Low (L) – A limited amount of information might be tampered with or modified, but there is no serious impact on the protected system, High (H) – The attacker can modify any/all information on the target system, resulting in a complete loss of integrity.
|
|
79
80
|
*/
|
|
80
|
-
export type Integrity =
|
|
81
|
+
export type Integrity = OpenEnum<typeof Integrity>;
|
|
81
82
|
|
|
82
83
|
/**
|
|
83
84
|
* Describes the level of privileges or access an attacker must have before successful exploitation. There are three possible values: None (N) – There is no privilege or special access required to conduct the attack, Low (L) – The attacker requires basic, “user” level privileges to leverage the exploit, High (H) – Administrative or similar access privileges are required for successful attack.
|
|
@@ -91,7 +92,7 @@ export const PrivilegesRequired = {
|
|
|
91
92
|
/**
|
|
92
93
|
* Describes the level of privileges or access an attacker must have before successful exploitation. There are three possible values: None (N) – There is no privilege or special access required to conduct the attack, Low (L) – The attacker requires basic, “user” level privileges to leverage the exploit, High (H) – Administrative or similar access privileges are required for successful attack.
|
|
93
94
|
*/
|
|
94
|
-
export type PrivilegesRequired =
|
|
95
|
+
export type PrivilegesRequired = OpenEnum<typeof PrivilegesRequired>;
|
|
95
96
|
|
|
96
97
|
/**
|
|
97
98
|
* Determines whether a vulnerability in one system or component can impact another system or component. If a vulnerability in a vulnerable component can affect a component which is in a different security scope than the vulnerable component, a scope change occurs. Scope has two possible ratings: Changed (C) – An exploited vulnerability can have a carry over impact on another system, Unchanged (U) – The exploited vulnerability is limited in damage to only the local security authority.
|
|
@@ -104,7 +105,7 @@ export const Scope = {
|
|
|
104
105
|
/**
|
|
105
106
|
* Determines whether a vulnerability in one system or component can impact another system or component. If a vulnerability in a vulnerable component can affect a component which is in a different security scope than the vulnerable component, a scope change occurs. Scope has two possible ratings: Changed (C) – An exploited vulnerability can have a carry over impact on another system, Unchanged (U) – The exploited vulnerability is limited in damage to only the local security authority.
|
|
106
107
|
*/
|
|
107
|
-
export type Scope =
|
|
108
|
+
export type Scope = OpenEnum<typeof Scope>;
|
|
108
109
|
|
|
109
110
|
/**
|
|
110
111
|
* Describes whether a user, other than the attacker, is required to do anything or participate in exploitation of the vulnerability. User interaction has two possible values: None (N) – No user interaction is required, Required (R) – A user must complete some steps for the exploit to succeed. For example, a user might be required to install some software.
|
|
@@ -117,7 +118,7 @@ export const UserInteraction = {
|
|
|
117
118
|
/**
|
|
118
119
|
* Describes whether a user, other than the attacker, is required to do anything or participate in exploitation of the vulnerability. User interaction has two possible values: None (N) – No user interaction is required, Required (R) – A user must complete some steps for the exploit to succeed. For example, a user might be required to install some software.
|
|
119
120
|
*/
|
|
120
|
-
export type UserInteraction =
|
|
121
|
+
export type UserInteraction = OpenEnum<typeof UserInteraction>;
|
|
121
122
|
|
|
122
123
|
export type CVSSComponents = {
|
|
123
124
|
/**
|
|
@@ -155,41 +156,57 @@ export type CVSSComponents = {
|
|
|
155
156
|
};
|
|
156
157
|
|
|
157
158
|
/** @internal */
|
|
158
|
-
export const AttackComplexity$inboundSchema: z.
|
|
159
|
-
|
|
160
|
-
|
|
159
|
+
export const AttackComplexity$inboundSchema: z.ZodType<
|
|
160
|
+
AttackComplexity,
|
|
161
|
+
z.ZodTypeDef,
|
|
162
|
+
unknown
|
|
163
|
+
> = openEnums.inboundSchema(AttackComplexity);
|
|
161
164
|
|
|
162
165
|
/** @internal */
|
|
163
|
-
export const AttackVector$inboundSchema: z.
|
|
164
|
-
|
|
166
|
+
export const AttackVector$inboundSchema: z.ZodType<
|
|
167
|
+
AttackVector,
|
|
168
|
+
z.ZodTypeDef,
|
|
169
|
+
unknown
|
|
170
|
+
> = openEnums.inboundSchema(AttackVector);
|
|
165
171
|
|
|
166
172
|
/** @internal */
|
|
167
|
-
export const Availability$inboundSchema: z.
|
|
168
|
-
|
|
173
|
+
export const Availability$inboundSchema: z.ZodType<
|
|
174
|
+
Availability,
|
|
175
|
+
z.ZodTypeDef,
|
|
176
|
+
unknown
|
|
177
|
+
> = openEnums.inboundSchema(Availability);
|
|
169
178
|
|
|
170
179
|
/** @internal */
|
|
171
|
-
export const Confidentiality$inboundSchema: z.
|
|
172
|
-
|
|
173
|
-
|
|
180
|
+
export const Confidentiality$inboundSchema: z.ZodType<
|
|
181
|
+
Confidentiality,
|
|
182
|
+
z.ZodTypeDef,
|
|
183
|
+
unknown
|
|
184
|
+
> = openEnums.inboundSchema(Confidentiality);
|
|
174
185
|
|
|
175
186
|
/** @internal */
|
|
176
|
-
export const Integrity$inboundSchema: z.
|
|
177
|
-
|
|
187
|
+
export const Integrity$inboundSchema: z.ZodType<
|
|
188
|
+
Integrity,
|
|
189
|
+
z.ZodTypeDef,
|
|
190
|
+
unknown
|
|
191
|
+
> = openEnums.inboundSchema(Integrity);
|
|
178
192
|
|
|
179
193
|
/** @internal */
|
|
180
|
-
export const PrivilegesRequired$inboundSchema: z.
|
|
181
|
-
|
|
182
|
-
|
|
194
|
+
export const PrivilegesRequired$inboundSchema: z.ZodType<
|
|
195
|
+
PrivilegesRequired,
|
|
196
|
+
z.ZodTypeDef,
|
|
197
|
+
unknown
|
|
198
|
+
> = openEnums.inboundSchema(PrivilegesRequired);
|
|
183
199
|
|
|
184
200
|
/** @internal */
|
|
185
|
-
export const Scope$inboundSchema: z.
|
|
186
|
-
Scope
|
|
187
|
-
);
|
|
201
|
+
export const Scope$inboundSchema: z.ZodType<Scope, z.ZodTypeDef, unknown> =
|
|
202
|
+
openEnums.inboundSchema(Scope);
|
|
188
203
|
|
|
189
204
|
/** @internal */
|
|
190
|
-
export const UserInteraction$inboundSchema: z.
|
|
191
|
-
|
|
192
|
-
|
|
205
|
+
export const UserInteraction$inboundSchema: z.ZodType<
|
|
206
|
+
UserInteraction,
|
|
207
|
+
z.ZodTypeDef,
|
|
208
|
+
unknown
|
|
209
|
+
> = openEnums.inboundSchema(UserInteraction);
|
|
193
210
|
|
|
194
211
|
/** @internal */
|
|
195
212
|
export const CVSSComponents$inboundSchema: z.ZodType<
|
|
@@ -5,7 +5,8 @@
|
|
|
5
5
|
import * as z from "zod/v3";
|
|
6
6
|
import { remap as remap$ } from "../../lib/primitives.js";
|
|
7
7
|
import { safeParse } from "../../lib/schemas.js";
|
|
8
|
-
import
|
|
8
|
+
import * as openEnums from "../../types/enums.js";
|
|
9
|
+
import { OpenEnum } from "../../types/enums.js";
|
|
9
10
|
import { Result as SafeParseResult } from "../../types/fp.js";
|
|
10
11
|
import { SDKValidationError } from "../errors/sdkvalidationerror.js";
|
|
11
12
|
|
|
@@ -20,7 +21,7 @@ export const CVSSv4ComponentsAttackComplexity = {
|
|
|
20
21
|
/**
|
|
21
22
|
* Indicates conditions beyond the attacker’s control that must exist in order to exploit the vulnerability. The Attack Complexity metric is scored as either Low or High. There are two possible values: Low (L) – There are no specific pre-conditions required for exploitation, High (H) – The attacker must complete some number of preparatory steps in order to get access.
|
|
22
23
|
*/
|
|
23
|
-
export type CVSSv4ComponentsAttackComplexity =
|
|
24
|
+
export type CVSSv4ComponentsAttackComplexity = OpenEnum<
|
|
24
25
|
typeof CVSSv4ComponentsAttackComplexity
|
|
25
26
|
>;
|
|
26
27
|
|
|
@@ -29,7 +30,7 @@ export const AttackRequirements = {
|
|
|
29
30
|
None: "none",
|
|
30
31
|
Present: "present",
|
|
31
32
|
} as const;
|
|
32
|
-
export type AttackRequirements =
|
|
33
|
+
export type AttackRequirements = OpenEnum<typeof AttackRequirements>;
|
|
33
34
|
|
|
34
35
|
/**
|
|
35
36
|
* Indicates the level of access required for an attacker to exploit the vulnerability. The Attack Vector metric is scored in one of four levels: Network (N) – Vulnerabilities with this rating are remotely exploitable, from one or more hops away, up to, and including, remote exploitation over the Internet, Adjacent (A) – A vulnerability with this rating requires network adjacency for exploitation. The attack must be launched from the same physical or logical network, Local (L) – Vulnerabilities with this rating are not exploitable over a network, Physical (P) – An attacker must physically interact with the target system.
|
|
@@ -44,7 +45,7 @@ export const CVSSv4ComponentsAttackVector = {
|
|
|
44
45
|
/**
|
|
45
46
|
* Indicates the level of access required for an attacker to exploit the vulnerability. The Attack Vector metric is scored in one of four levels: Network (N) – Vulnerabilities with this rating are remotely exploitable, from one or more hops away, up to, and including, remote exploitation over the Internet, Adjacent (A) – A vulnerability with this rating requires network adjacency for exploitation. The attack must be launched from the same physical or logical network, Local (L) – Vulnerabilities with this rating are not exploitable over a network, Physical (P) – An attacker must physically interact with the target system.
|
|
46
47
|
*/
|
|
47
|
-
export type CVSSv4ComponentsAttackVector =
|
|
48
|
+
export type CVSSv4ComponentsAttackVector = OpenEnum<
|
|
48
49
|
typeof CVSSv4ComponentsAttackVector
|
|
49
50
|
>;
|
|
50
51
|
|
|
@@ -53,7 +54,7 @@ export const Automatable = {
|
|
|
53
54
|
No: "no",
|
|
54
55
|
Yes: "yes",
|
|
55
56
|
} as const;
|
|
56
|
-
export type Automatable =
|
|
57
|
+
export type Automatable = OpenEnum<typeof Automatable>;
|
|
57
58
|
|
|
58
59
|
/**
|
|
59
60
|
* If an attack renders information unavailable, such as when a system crashes or through a DDoS attack, availability is negatively impacted. Availability has three possible values: None (N) – There is no loss of availability, Low (L) – Availability might be intermittently limited, or performance might be negatively impacted, as a result of a successful attack, High (H) – There is a complete loss of availability of the impacted system or information.
|
|
@@ -67,7 +68,7 @@ export const CVSSv4ComponentsAvailability = {
|
|
|
67
68
|
/**
|
|
68
69
|
* If an attack renders information unavailable, such as when a system crashes or through a DDoS attack, availability is negatively impacted. Availability has three possible values: None (N) – There is no loss of availability, Low (L) – Availability might be intermittently limited, or performance might be negatively impacted, as a result of a successful attack, High (H) – There is a complete loss of availability of the impacted system or information.
|
|
69
70
|
*/
|
|
70
|
-
export type CVSSv4ComponentsAvailability =
|
|
71
|
+
export type CVSSv4ComponentsAvailability = OpenEnum<
|
|
71
72
|
typeof CVSSv4ComponentsAvailability
|
|
72
73
|
>;
|
|
73
74
|
|
|
@@ -83,7 +84,7 @@ export const CVSSv4ComponentsConfidentiality = {
|
|
|
83
84
|
/**
|
|
84
85
|
* Refers to the disclosure of sensitive information to authorized and unauthorized users, with the goal being that only authorized users are able to access the target data. Confidentiality has three potential values: High (H) – The attacker has full access to all resources in the impacted system, including highly sensitive information such as encryption keys, Low (L) – The attacker has partial access to information, with no control over what, specifically, they are able to access, None (N) – No data is accessible to unauthorized users as a result of the exploit.
|
|
85
86
|
*/
|
|
86
|
-
export type CVSSv4ComponentsConfidentiality =
|
|
87
|
+
export type CVSSv4ComponentsConfidentiality = OpenEnum<
|
|
87
88
|
typeof CVSSv4ComponentsConfidentiality
|
|
88
89
|
>;
|
|
89
90
|
|
|
@@ -99,7 +100,7 @@ export const CVSSv4ComponentsIntegrity = {
|
|
|
99
100
|
/**
|
|
100
101
|
* Refers to whether the protected information has been tampered with or changed in any way. If there is no way for an attacker to alter the accuracy or completeness of the information, integrity has been maintained. Integrity has three values: None (N) – There is no loss of the integrity of any information, Low (L) – A limited amount of information might be tampered with or modified, but there is no serious impact on the protected system, High (H) – The attacker can modify any/all information on the target system, resulting in a complete loss of integrity.
|
|
101
102
|
*/
|
|
102
|
-
export type CVSSv4ComponentsIntegrity =
|
|
103
|
+
export type CVSSv4ComponentsIntegrity = OpenEnum<
|
|
103
104
|
typeof CVSSv4ComponentsIntegrity
|
|
104
105
|
>;
|
|
105
106
|
|
|
@@ -115,7 +116,7 @@ export const CVSSv4ComponentsPrivilegesRequired = {
|
|
|
115
116
|
/**
|
|
116
117
|
* Describes the level of privileges or access an attacker must have before successful exploitation. There are three possible values: None (N) – There is no privilege or special access required to conduct the attack, Low (L) – The attacker requires basic, “user” level privileges to leverage the exploit, High (H) – Administrative or similar access privileges are required for successful attack.
|
|
117
118
|
*/
|
|
118
|
-
export type CVSSv4ComponentsPrivilegesRequired =
|
|
119
|
+
export type CVSSv4ComponentsPrivilegesRequired = OpenEnum<
|
|
119
120
|
typeof CVSSv4ComponentsPrivilegesRequired
|
|
120
121
|
>;
|
|
121
122
|
|
|
@@ -126,7 +127,7 @@ export const ProviderUrgency = {
|
|
|
126
127
|
Amber: "amber",
|
|
127
128
|
Red: "red",
|
|
128
129
|
} as const;
|
|
129
|
-
export type ProviderUrgency =
|
|
130
|
+
export type ProviderUrgency = OpenEnum<typeof ProviderUrgency>;
|
|
130
131
|
|
|
131
132
|
export const Recovery = {
|
|
132
133
|
Unknown: "",
|
|
@@ -134,14 +135,14 @@ export const Recovery = {
|
|
|
134
135
|
User: "user",
|
|
135
136
|
Irrecoverable: "irrecoverable",
|
|
136
137
|
} as const;
|
|
137
|
-
export type Recovery =
|
|
138
|
+
export type Recovery = OpenEnum<typeof Recovery>;
|
|
138
139
|
|
|
139
140
|
export const Safety = {
|
|
140
141
|
Unknown: "",
|
|
141
142
|
Negligible: "negligible",
|
|
142
143
|
Present: "present",
|
|
143
144
|
} as const;
|
|
144
|
-
export type Safety =
|
|
145
|
+
export type Safety = OpenEnum<typeof Safety>;
|
|
145
146
|
|
|
146
147
|
/**
|
|
147
148
|
* Describes whether a user, other than the attacker, is required to do anything or participate in exploitation of the vulnerability. User interaction has two possible values: None (N) – No user interaction is required, Required (R) – A user must complete some steps for the exploit to succeed. For example, a user might be required to install some software.
|
|
@@ -154,7 +155,7 @@ export const CVSSv4ComponentsUserInteraction = {
|
|
|
154
155
|
/**
|
|
155
156
|
* Describes whether a user, other than the attacker, is required to do anything or participate in exploitation of the vulnerability. User interaction has two possible values: None (N) – No user interaction is required, Required (R) – A user must complete some steps for the exploit to succeed. For example, a user might be required to install some software.
|
|
156
157
|
*/
|
|
157
|
-
export type CVSSv4ComponentsUserInteraction =
|
|
158
|
+
export type CVSSv4ComponentsUserInteraction = OpenEnum<
|
|
158
159
|
typeof CVSSv4ComponentsUserInteraction
|
|
159
160
|
>;
|
|
160
161
|
|
|
@@ -163,7 +164,7 @@ export const ValueDensity = {
|
|
|
163
164
|
Diffuse: "diffuse",
|
|
164
165
|
Concentrated: "concentrated",
|
|
165
166
|
} as const;
|
|
166
|
-
export type ValueDensity =
|
|
167
|
+
export type ValueDensity = OpenEnum<typeof ValueDensity>;
|
|
167
168
|
|
|
168
169
|
export const VulnerabilityResponseEffort = {
|
|
169
170
|
Unknown: "",
|
|
@@ -171,7 +172,7 @@ export const VulnerabilityResponseEffort = {
|
|
|
171
172
|
Moderate: "moderate",
|
|
172
173
|
High: "high",
|
|
173
174
|
} as const;
|
|
174
|
-
export type VulnerabilityResponseEffort =
|
|
175
|
+
export type VulnerabilityResponseEffort = OpenEnum<
|
|
175
176
|
typeof VulnerabilityResponseEffort
|
|
176
177
|
>;
|
|
177
178
|
|
|
@@ -214,70 +215,99 @@ export type CVSSv4Components = {
|
|
|
214
215
|
};
|
|
215
216
|
|
|
216
217
|
/** @internal */
|
|
217
|
-
export const CVSSv4ComponentsAttackComplexity$inboundSchema: z.
|
|
218
|
-
|
|
219
|
-
|
|
218
|
+
export const CVSSv4ComponentsAttackComplexity$inboundSchema: z.ZodType<
|
|
219
|
+
CVSSv4ComponentsAttackComplexity,
|
|
220
|
+
z.ZodTypeDef,
|
|
221
|
+
unknown
|
|
222
|
+
> = openEnums.inboundSchema(CVSSv4ComponentsAttackComplexity);
|
|
220
223
|
|
|
221
224
|
/** @internal */
|
|
222
|
-
export const AttackRequirements$inboundSchema: z.
|
|
223
|
-
|
|
224
|
-
|
|
225
|
+
export const AttackRequirements$inboundSchema: z.ZodType<
|
|
226
|
+
AttackRequirements,
|
|
227
|
+
z.ZodTypeDef,
|
|
228
|
+
unknown
|
|
229
|
+
> = openEnums.inboundSchema(AttackRequirements);
|
|
225
230
|
|
|
226
231
|
/** @internal */
|
|
227
|
-
export const CVSSv4ComponentsAttackVector$inboundSchema: z.
|
|
228
|
-
|
|
229
|
-
|
|
232
|
+
export const CVSSv4ComponentsAttackVector$inboundSchema: z.ZodType<
|
|
233
|
+
CVSSv4ComponentsAttackVector,
|
|
234
|
+
z.ZodTypeDef,
|
|
235
|
+
unknown
|
|
236
|
+
> = openEnums.inboundSchema(CVSSv4ComponentsAttackVector);
|
|
230
237
|
|
|
231
238
|
/** @internal */
|
|
232
|
-
export const Automatable$inboundSchema: z.
|
|
233
|
-
|
|
239
|
+
export const Automatable$inboundSchema: z.ZodType<
|
|
240
|
+
Automatable,
|
|
241
|
+
z.ZodTypeDef,
|
|
242
|
+
unknown
|
|
243
|
+
> = openEnums.inboundSchema(Automatable);
|
|
234
244
|
|
|
235
245
|
/** @internal */
|
|
236
|
-
export const CVSSv4ComponentsAvailability$inboundSchema: z.
|
|
237
|
-
|
|
238
|
-
|
|
246
|
+
export const CVSSv4ComponentsAvailability$inboundSchema: z.ZodType<
|
|
247
|
+
CVSSv4ComponentsAvailability,
|
|
248
|
+
z.ZodTypeDef,
|
|
249
|
+
unknown
|
|
250
|
+
> = openEnums.inboundSchema(CVSSv4ComponentsAvailability);
|
|
239
251
|
|
|
240
252
|
/** @internal */
|
|
241
|
-
export const CVSSv4ComponentsConfidentiality$inboundSchema: z.
|
|
242
|
-
|
|
243
|
-
|
|
253
|
+
export const CVSSv4ComponentsConfidentiality$inboundSchema: z.ZodType<
|
|
254
|
+
CVSSv4ComponentsConfidentiality,
|
|
255
|
+
z.ZodTypeDef,
|
|
256
|
+
unknown
|
|
257
|
+
> = openEnums.inboundSchema(CVSSv4ComponentsConfidentiality);
|
|
244
258
|
|
|
245
259
|
/** @internal */
|
|
246
|
-
export const CVSSv4ComponentsIntegrity$inboundSchema: z.
|
|
247
|
-
|
|
248
|
-
|
|
260
|
+
export const CVSSv4ComponentsIntegrity$inboundSchema: z.ZodType<
|
|
261
|
+
CVSSv4ComponentsIntegrity,
|
|
262
|
+
z.ZodTypeDef,
|
|
263
|
+
unknown
|
|
264
|
+
> = openEnums.inboundSchema(CVSSv4ComponentsIntegrity);
|
|
249
265
|
|
|
250
266
|
/** @internal */
|
|
251
|
-
export const CVSSv4ComponentsPrivilegesRequired$inboundSchema: z.
|
|
252
|
-
|
|
253
|
-
|
|
267
|
+
export const CVSSv4ComponentsPrivilegesRequired$inboundSchema: z.ZodType<
|
|
268
|
+
CVSSv4ComponentsPrivilegesRequired,
|
|
269
|
+
z.ZodTypeDef,
|
|
270
|
+
unknown
|
|
271
|
+
> = openEnums.inboundSchema(CVSSv4ComponentsPrivilegesRequired);
|
|
254
272
|
|
|
255
273
|
/** @internal */
|
|
256
|
-
export const ProviderUrgency$inboundSchema: z.
|
|
257
|
-
|
|
258
|
-
|
|
274
|
+
export const ProviderUrgency$inboundSchema: z.ZodType<
|
|
275
|
+
ProviderUrgency,
|
|
276
|
+
z.ZodTypeDef,
|
|
277
|
+
unknown
|
|
278
|
+
> = openEnums.inboundSchema(ProviderUrgency);
|
|
259
279
|
|
|
260
280
|
/** @internal */
|
|
261
|
-
export const Recovery$inboundSchema: z.
|
|
262
|
-
|
|
281
|
+
export const Recovery$inboundSchema: z.ZodType<
|
|
282
|
+
Recovery,
|
|
283
|
+
z.ZodTypeDef,
|
|
284
|
+
unknown
|
|
285
|
+
> = openEnums.inboundSchema(Recovery);
|
|
263
286
|
|
|
264
287
|
/** @internal */
|
|
265
|
-
export const Safety$inboundSchema: z.
|
|
266
|
-
.
|
|
288
|
+
export const Safety$inboundSchema: z.ZodType<Safety, z.ZodTypeDef, unknown> =
|
|
289
|
+
openEnums.inboundSchema(Safety);
|
|
267
290
|
|
|
268
291
|
/** @internal */
|
|
269
|
-
export const CVSSv4ComponentsUserInteraction$inboundSchema: z.
|
|
270
|
-
|
|
271
|
-
|
|
292
|
+
export const CVSSv4ComponentsUserInteraction$inboundSchema: z.ZodType<
|
|
293
|
+
CVSSv4ComponentsUserInteraction,
|
|
294
|
+
z.ZodTypeDef,
|
|
295
|
+
unknown
|
|
296
|
+
> = openEnums.inboundSchema(CVSSv4ComponentsUserInteraction);
|
|
272
297
|
|
|
273
298
|
/** @internal */
|
|
274
|
-
export const ValueDensity$inboundSchema: z.
|
|
275
|
-
|
|
299
|
+
export const ValueDensity$inboundSchema: z.ZodType<
|
|
300
|
+
ValueDensity,
|
|
301
|
+
z.ZodTypeDef,
|
|
302
|
+
unknown
|
|
303
|
+
> = openEnums.inboundSchema(ValueDensity);
|
|
276
304
|
|
|
277
305
|
/** @internal */
|
|
278
|
-
export const VulnerabilityResponseEffort$inboundSchema: z.
|
|
279
|
-
|
|
280
|
-
|
|
306
|
+
export const VulnerabilityResponseEffort$inboundSchema: z.ZodType<
|
|
307
|
+
VulnerabilityResponseEffort,
|
|
308
|
+
z.ZodTypeDef,
|
|
309
|
+
unknown
|
|
310
|
+
> = openEnums.inboundSchema(VulnerabilityResponseEffort);
|
|
281
311
|
|
|
282
312
|
/** @internal */
|
|
283
313
|
export const CVSSv4Components$inboundSchema: z.ZodType<
|
|
@@ -5,7 +5,8 @@
|
|
|
5
5
|
import * as z from "zod/v3";
|
|
6
6
|
import { remap as remap$ } from "../../lib/primitives.js";
|
|
7
7
|
import { safeParse } from "../../lib/schemas.js";
|
|
8
|
-
import
|
|
8
|
+
import * as openEnums from "../../types/enums.js";
|
|
9
|
+
import { OpenEnum } from "../../types/enums.js";
|
|
9
10
|
import { Result as SafeParseResult } from "../../types/fp.js";
|
|
10
11
|
import { SDKValidationError } from "../errors/sdkvalidationerror.js";
|
|
11
12
|
import { DnsEDns, DnsEDns$inboundSchema } from "./dnsedns.js";
|
|
@@ -42,7 +43,7 @@ export const RCode = {
|
|
|
42
43
|
/**
|
|
43
44
|
* A enumerated field indicating the result of the request. The most common values are defined in RFC 1035.
|
|
44
45
|
*/
|
|
45
|
-
export type RCode =
|
|
46
|
+
export type RCode = OpenEnum<typeof RCode>;
|
|
46
47
|
|
|
47
48
|
/**
|
|
48
49
|
* An enumerated value indicating the behavior of the server. An AUTHORITATIVE server fulfills requests for domain names it controls, which are not listed by the server. FORWARDING and RECURSIVE_RESOLVER servers fulfill requests indirectly for domain names they do not control. A RECURSIVE_RESOLVER will query ip.parrotdns.com itself, resulting in its own IP address being present in the dns.answers.response field.
|
|
@@ -57,7 +58,7 @@ export const ServerType = {
|
|
|
57
58
|
/**
|
|
58
59
|
* An enumerated value indicating the behavior of the server. An AUTHORITATIVE server fulfills requests for domain names it controls, which are not listed by the server. FORWARDING and RECURSIVE_RESOLVER servers fulfill requests indirectly for domain names they do not control. A RECURSIVE_RESOLVER will query ip.parrotdns.com itself, resulting in its own IP address being present in the dns.answers.response field.
|
|
59
60
|
*/
|
|
60
|
-
export type ServerType =
|
|
61
|
+
export type ServerType = OpenEnum<typeof ServerType>;
|
|
61
62
|
|
|
62
63
|
export type Dns = {
|
|
63
64
|
/**
|
|
@@ -93,13 +94,15 @@ export type Dns = {
|
|
|
93
94
|
};
|
|
94
95
|
|
|
95
96
|
/** @internal */
|
|
96
|
-
export const RCode$inboundSchema: z.
|
|
97
|
-
RCode
|
|
98
|
-
);
|
|
97
|
+
export const RCode$inboundSchema: z.ZodType<RCode, z.ZodTypeDef, unknown> =
|
|
98
|
+
openEnums.inboundSchema(RCode);
|
|
99
99
|
|
|
100
100
|
/** @internal */
|
|
101
|
-
export const ServerType$inboundSchema: z.
|
|
102
|
-
|
|
101
|
+
export const ServerType$inboundSchema: z.ZodType<
|
|
102
|
+
ServerType,
|
|
103
|
+
z.ZodTypeDef,
|
|
104
|
+
unknown
|
|
105
|
+
> = openEnums.inboundSchema(ServerType);
|
|
103
106
|
|
|
104
107
|
/** @internal */
|
|
105
108
|
export const Dns$inboundSchema: z.ZodType<Dns, z.ZodTypeDef, unknown> = z
|
|
@@ -4,7 +4,8 @@
|
|
|
4
4
|
|
|
5
5
|
import * as z from "zod/v3";
|
|
6
6
|
import { safeParse } from "../../lib/schemas.js";
|
|
7
|
-
import
|
|
7
|
+
import * as openEnums from "../../types/enums.js";
|
|
8
|
+
import { OpenEnum } from "../../types/enums.js";
|
|
8
9
|
import { Result as SafeParseResult } from "../../types/fp.js";
|
|
9
10
|
import { SDKValidationError } from "../errors/sdkvalidationerror.js";
|
|
10
11
|
|
|
@@ -20,7 +21,7 @@ export const DnsResourceRecordType = {
|
|
|
20
21
|
/**
|
|
21
22
|
* An enumerated field indicating what type of data is in the "services.dns.additionals.response" field. For example, "A" signifies that the value in "services.dns.additionals.response" is an IPv4 address for the FQDN in "services.dns.additionals.name".
|
|
22
23
|
*/
|
|
23
|
-
export type DnsResourceRecordType =
|
|
24
|
+
export type DnsResourceRecordType = OpenEnum<typeof DnsResourceRecordType>;
|
|
24
25
|
|
|
25
26
|
export type DnsResourceRecord = {
|
|
26
27
|
/**
|
|
@@ -38,9 +39,11 @@ export type DnsResourceRecord = {
|
|
|
38
39
|
};
|
|
39
40
|
|
|
40
41
|
/** @internal */
|
|
41
|
-
export const DnsResourceRecordType$inboundSchema: z.
|
|
42
|
-
|
|
43
|
-
|
|
42
|
+
export const DnsResourceRecordType$inboundSchema: z.ZodType<
|
|
43
|
+
DnsResourceRecordType,
|
|
44
|
+
z.ZodTypeDef,
|
|
45
|
+
unknown
|
|
46
|
+
> = openEnums.inboundSchema(DnsResourceRecordType);
|
|
44
47
|
|
|
45
48
|
/** @internal */
|
|
46
49
|
export const DnsResourceRecord$inboundSchema: z.ZodType<
|
|
@@ -5,7 +5,8 @@
|
|
|
5
5
|
import * as z from "zod/v3";
|
|
6
6
|
import { remap as remap$ } from "../../lib/primitives.js";
|
|
7
7
|
import { safeParse } from "../../lib/schemas.js";
|
|
8
|
-
import
|
|
8
|
+
import * as openEnums from "../../types/enums.js";
|
|
9
|
+
import { OpenEnum } from "../../types/enums.js";
|
|
9
10
|
import { Result as SafeParseResult } from "../../types/fp.js";
|
|
10
11
|
import { SDKValidationError } from "../errors/sdkvalidationerror.js";
|
|
11
12
|
import {
|
|
@@ -47,7 +48,7 @@ export const EndpointScanTransportProtocol = {
|
|
|
47
48
|
Icmp: "icmp",
|
|
48
49
|
Quic: "quic",
|
|
49
50
|
} as const;
|
|
50
|
-
export type EndpointScanTransportProtocol =
|
|
51
|
+
export type EndpointScanTransportProtocol = OpenEnum<
|
|
51
52
|
typeof EndpointScanTransportProtocol
|
|
52
53
|
>;
|
|
53
54
|
|
|
@@ -84,9 +85,11 @@ export type EndpointScan = {
|
|
|
84
85
|
};
|
|
85
86
|
|
|
86
87
|
/** @internal */
|
|
87
|
-
export const EndpointScanTransportProtocol$inboundSchema: z.
|
|
88
|
-
|
|
89
|
-
|
|
88
|
+
export const EndpointScanTransportProtocol$inboundSchema: z.ZodType<
|
|
89
|
+
EndpointScanTransportProtocol,
|
|
90
|
+
z.ZodTypeDef,
|
|
91
|
+
unknown
|
|
92
|
+
> = openEnums.inboundSchema(EndpointScanTransportProtocol);
|
|
90
93
|
|
|
91
94
|
/** @internal */
|
|
92
95
|
export const EndpointScan$inboundSchema: z.ZodType<
|
|
@@ -5,7 +5,8 @@
|
|
|
5
5
|
import * as z from "zod/v3";
|
|
6
6
|
import { remap as remap$ } from "../../lib/primitives.js";
|
|
7
7
|
import { safeParse } from "../../lib/schemas.js";
|
|
8
|
-
import
|
|
8
|
+
import * as openEnums from "../../types/enums.js";
|
|
9
|
+
import { OpenEnum } from "../../types/enums.js";
|
|
9
10
|
import { Result as SafeParseResult } from "../../types/fp.js";
|
|
10
11
|
import { SDKValidationError } from "../errors/sdkvalidationerror.js";
|
|
11
12
|
import {
|
|
@@ -14,6 +15,10 @@ import {
|
|
|
14
15
|
} from "./chromedevtools.js";
|
|
15
16
|
import { CobaltStrike, CobaltStrike$inboundSchema } from "./cobaltstrike.js";
|
|
16
17
|
import { ElasticSearch, ElasticSearch$inboundSchema } from "./elasticsearch.js";
|
|
18
|
+
import {
|
|
19
|
+
ExtractedEndpointData,
|
|
20
|
+
ExtractedEndpointData$inboundSchema,
|
|
21
|
+
} from "./extractedendpointdata.js";
|
|
17
22
|
import { Fortigate, Fortigate$inboundSchema } from "./fortigate.js";
|
|
18
23
|
import { Graphql, Graphql$inboundSchema } from "./graphql.js";
|
|
19
24
|
import { Http, Http$inboundSchema } from "./http.js";
|
|
@@ -46,7 +51,7 @@ export const EndpointScanStateTransportProtocol = {
|
|
|
46
51
|
Icmp: "icmp",
|
|
47
52
|
Quic: "quic",
|
|
48
53
|
} as const;
|
|
49
|
-
export type EndpointScanStateTransportProtocol =
|
|
54
|
+
export type EndpointScanStateTransportProtocol = OpenEnum<
|
|
50
55
|
typeof EndpointScanStateTransportProtocol
|
|
51
56
|
>;
|
|
52
57
|
|
|
@@ -57,6 +62,7 @@ export type EndpointScanState = {
|
|
|
57
62
|
cobaltStrike?: CobaltStrike | undefined;
|
|
58
63
|
elasticsearch?: ElasticSearch | undefined;
|
|
59
64
|
endpointType?: string | undefined;
|
|
65
|
+
extracted?: ExtractedEndpointData | undefined;
|
|
60
66
|
fortigate?: Fortigate | undefined;
|
|
61
67
|
graphql?: Graphql | undefined;
|
|
62
68
|
hostname?: string | undefined;
|
|
@@ -81,9 +87,11 @@ export type EndpointScanState = {
|
|
|
81
87
|
};
|
|
82
88
|
|
|
83
89
|
/** @internal */
|
|
84
|
-
export const EndpointScanStateTransportProtocol$inboundSchema: z.
|
|
85
|
-
|
|
86
|
-
|
|
90
|
+
export const EndpointScanStateTransportProtocol$inboundSchema: z.ZodType<
|
|
91
|
+
EndpointScanStateTransportProtocol,
|
|
92
|
+
z.ZodTypeDef,
|
|
93
|
+
unknown
|
|
94
|
+
> = openEnums.inboundSchema(EndpointScanStateTransportProtocol);
|
|
87
95
|
|
|
88
96
|
/** @internal */
|
|
89
97
|
export const EndpointScanState$inboundSchema: z.ZodType<
|
|
@@ -97,6 +105,7 @@ export const EndpointScanState$inboundSchema: z.ZodType<
|
|
|
97
105
|
cobalt_strike: CobaltStrike$inboundSchema.optional(),
|
|
98
106
|
elasticsearch: ElasticSearch$inboundSchema.optional(),
|
|
99
107
|
endpoint_type: z.string().optional(),
|
|
108
|
+
extracted: ExtractedEndpointData$inboundSchema.optional(),
|
|
100
109
|
fortigate: Fortigate$inboundSchema.optional(),
|
|
101
110
|
graphql: Graphql$inboundSchema.optional(),
|
|
102
111
|
hostname: z.string().optional(),
|
|
@@ -5,7 +5,8 @@
|
|
|
5
5
|
import * as z from "zod/v3";
|
|
6
6
|
import { remap as remap$ } from "../../lib/primitives.js";
|
|
7
7
|
import { safeParse } from "../../lib/schemas.js";
|
|
8
|
-
import
|
|
8
|
+
import * as openEnums from "../../types/enums.js";
|
|
9
|
+
import { OpenEnum } from "../../types/enums.js";
|
|
9
10
|
import { Result as SafeParseResult } from "../../types/fp.js";
|
|
10
11
|
import { SDKValidationError } from "../errors/sdkvalidationerror.js";
|
|
11
12
|
|
|
@@ -13,7 +14,7 @@ export const ChangeType = {
|
|
|
13
14
|
Added: "added",
|
|
14
15
|
Removed: "removed",
|
|
15
16
|
} as const;
|
|
16
|
-
export type ChangeType =
|
|
17
|
+
export type ChangeType = OpenEnum<typeof ChangeType>;
|
|
17
18
|
|
|
18
19
|
export type EventAssetChange = {
|
|
19
20
|
changeType: ChangeType;
|
|
@@ -22,8 +23,11 @@ export type EventAssetChange = {
|
|
|
22
23
|
};
|
|
23
24
|
|
|
24
25
|
/** @internal */
|
|
25
|
-
export const ChangeType$inboundSchema: z.
|
|
26
|
-
|
|
26
|
+
export const ChangeType$inboundSchema: z.ZodType<
|
|
27
|
+
ChangeType,
|
|
28
|
+
z.ZodTypeDef,
|
|
29
|
+
unknown
|
|
30
|
+
> = openEnums.inboundSchema(ChangeType);
|
|
27
31
|
|
|
28
32
|
/** @internal */
|
|
29
33
|
export const EventAssetChange$inboundSchema: z.ZodType<
|