@vepler/sdk 0.1.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/.claude/settings.local.json +14 -0
- package/FUNCTIONS.md +87 -0
- package/README.md +479 -0
- package/RUNTIMES.md +48 -0
- package/dist/commonjs/core.d.ts +10 -0
- package/dist/commonjs/core.d.ts.map +1 -0
- package/dist/commonjs/core.js +17 -0
- package/dist/commonjs/core.js.map +1 -0
- package/dist/commonjs/funcs/healthGetV1PlanningHealth.d.ts +17 -0
- package/dist/commonjs/funcs/healthGetV1PlanningHealth.d.ts.map +1 -0
- package/dist/commonjs/funcs/healthGetV1PlanningHealth.js +104 -0
- package/dist/commonjs/funcs/healthGetV1PlanningHealth.js.map +1 -0
- package/dist/commonjs/funcs/healthGetV1PropertyHealth.d.ts +17 -0
- package/dist/commonjs/funcs/healthGetV1PropertyHealth.d.ts.map +1 -0
- package/dist/commonjs/funcs/healthGetV1PropertyHealth.js +104 -0
- package/dist/commonjs/funcs/healthGetV1PropertyHealth.js.map +1 -0
- package/dist/commonjs/funcs/planningGetV1PlanningApplicationIds.d.ts +17 -0
- package/dist/commonjs/funcs/planningGetV1PlanningApplicationIds.d.ts.map +1 -0
- package/dist/commonjs/funcs/planningGetV1PlanningApplicationIds.js +119 -0
- package/dist/commonjs/funcs/planningGetV1PlanningApplicationIds.js.map +1 -0
- package/dist/commonjs/funcs/planningGetV1PlanningSourcesSourceIds.d.ts +17 -0
- package/dist/commonjs/funcs/planningGetV1PlanningSourcesSourceIds.d.ts.map +1 -0
- package/dist/commonjs/funcs/planningGetV1PlanningSourcesSourceIds.js +119 -0
- package/dist/commonjs/funcs/planningGetV1PlanningSourcesSourceIds.js.map +1 -0
- package/dist/commonjs/funcs/planningPostV1PlanningQuery.d.ts +18 -0
- package/dist/commonjs/funcs/planningPostV1PlanningQuery.d.ts.map +1 -0
- package/dist/commonjs/funcs/planningPostV1PlanningQuery.js +117 -0
- package/dist/commonjs/funcs/planningPostV1PlanningQuery.js.map +1 -0
- package/dist/commonjs/funcs/propertyGetV1PropertyLocationIds.d.ts +17 -0
- package/dist/commonjs/funcs/propertyGetV1PropertyLocationIds.d.ts.map +1 -0
- package/dist/commonjs/funcs/propertyGetV1PropertyLocationIds.js +125 -0
- package/dist/commonjs/funcs/propertyGetV1PropertyLocationIds.js.map +1 -0
- package/dist/commonjs/funcs/propertyGetV1PropertyPropertyIdPropertyIds.d.ts +17 -0
- package/dist/commonjs/funcs/propertyGetV1PropertyPropertyIdPropertyIds.d.ts.map +1 -0
- package/dist/commonjs/funcs/propertyGetV1PropertyPropertyIdPropertyIds.js +125 -0
- package/dist/commonjs/funcs/propertyGetV1PropertyPropertyIdPropertyIds.js.map +1 -0
- package/dist/commonjs/funcs/propertyGetV1PropertySourcesSourceIds.d.ts +17 -0
- package/dist/commonjs/funcs/propertyGetV1PropertySourcesSourceIds.d.ts.map +1 -0
- package/dist/commonjs/funcs/propertyGetV1PropertySourcesSourceIds.js +125 -0
- package/dist/commonjs/funcs/propertyGetV1PropertySourcesSourceIds.js.map +1 -0
- package/dist/commonjs/funcs/propertyPostV1PropertyPropertiesBySlugs.d.ts +18 -0
- package/dist/commonjs/funcs/propertyPostV1PropertyPropertiesBySlugs.d.ts.map +1 -0
- package/dist/commonjs/funcs/propertyPostV1PropertyPropertiesBySlugs.js +117 -0
- package/dist/commonjs/funcs/propertyPostV1PropertyPropertiesBySlugs.js.map +1 -0
- package/dist/commonjs/funcs/propertyPostV1PropertyQuery.d.ts +18 -0
- package/dist/commonjs/funcs/propertyPostV1PropertyQuery.d.ts.map +1 -0
- package/dist/commonjs/funcs/propertyPostV1PropertyQuery.js +117 -0
- package/dist/commonjs/funcs/propertyPostV1PropertyQuery.js.map +1 -0
- package/dist/commonjs/hooks/hooks.d.ts +24 -0
- package/dist/commonjs/hooks/hooks.d.ts.map +1 -0
- package/dist/commonjs/hooks/hooks.js +84 -0
- package/dist/commonjs/hooks/hooks.js.map +1 -0
- package/dist/commonjs/hooks/index.d.ts +3 -0
- package/dist/commonjs/hooks/index.d.ts.map +1 -0
- package/dist/commonjs/hooks/index.js +22 -0
- package/dist/commonjs/hooks/index.js.map +1 -0
- package/dist/commonjs/hooks/registration.d.ts +3 -0
- package/dist/commonjs/hooks/registration.d.ts.map +1 -0
- package/dist/commonjs/hooks/registration.js +15 -0
- package/dist/commonjs/hooks/registration.js.map +1 -0
- package/dist/commonjs/hooks/types.d.ts +80 -0
- package/dist/commonjs/hooks/types.d.ts.map +1 -0
- package/dist/commonjs/hooks/types.js +6 -0
- package/dist/commonjs/hooks/types.js.map +1 -0
- package/dist/commonjs/index.d.ts +6 -0
- package/dist/commonjs/index.d.ts.map +1 -0
- package/dist/commonjs/index.js +48 -0
- package/dist/commonjs/index.js.map +1 -0
- package/dist/commonjs/lib/base64.d.ts +10 -0
- package/dist/commonjs/lib/base64.d.ts.map +1 -0
- package/dist/commonjs/lib/base64.js +71 -0
- package/dist/commonjs/lib/base64.js.map +1 -0
- package/dist/commonjs/lib/config.d.ts +38 -0
- package/dist/commonjs/lib/config.d.ts.map +1 -0
- package/dist/commonjs/lib/config.js +38 -0
- package/dist/commonjs/lib/config.js.map +1 -0
- package/dist/commonjs/lib/dlv.d.ts +14 -0
- package/dist/commonjs/lib/dlv.d.ts.map +1 -0
- package/dist/commonjs/lib/dlv.js +49 -0
- package/dist/commonjs/lib/dlv.js.map +1 -0
- package/dist/commonjs/lib/encodings.d.ts +52 -0
- package/dist/commonjs/lib/encodings.d.ts.map +1 -0
- package/dist/commonjs/lib/encodings.js +368 -0
- package/dist/commonjs/lib/encodings.js.map +1 -0
- package/dist/commonjs/lib/files.d.ts +13 -0
- package/dist/commonjs/lib/files.d.ts.map +1 -0
- package/dist/commonjs/lib/files.js +77 -0
- package/dist/commonjs/lib/files.js.map +1 -0
- package/dist/commonjs/lib/http.d.ts +67 -0
- package/dist/commonjs/lib/http.d.ts.map +1 -0
- package/dist/commonjs/lib/http.js +217 -0
- package/dist/commonjs/lib/http.js.map +1 -0
- package/dist/commonjs/lib/is-plain-object.d.ts +2 -0
- package/dist/commonjs/lib/is-plain-object.d.ts.map +1 -0
- package/dist/commonjs/lib/is-plain-object.js +41 -0
- package/dist/commonjs/lib/is-plain-object.js.map +1 -0
- package/dist/commonjs/lib/logger.d.ts +6 -0
- package/dist/commonjs/lib/logger.d.ts.map +1 -0
- package/dist/commonjs/lib/logger.js +6 -0
- package/dist/commonjs/lib/logger.js.map +1 -0
- package/dist/commonjs/lib/matchers.d.ts +59 -0
- package/dist/commonjs/lib/matchers.d.ts.map +1 -0
- package/dist/commonjs/lib/matchers.js +218 -0
- package/dist/commonjs/lib/matchers.js.map +1 -0
- package/dist/commonjs/lib/primitives.d.ts +26 -0
- package/dist/commonjs/lib/primitives.d.ts.map +1 -0
- package/dist/commonjs/lib/primitives.js +111 -0
- package/dist/commonjs/lib/primitives.js.map +1 -0
- package/dist/commonjs/lib/retries.d.ts +38 -0
- package/dist/commonjs/lib/retries.d.ts.map +1 -0
- package/dist/commonjs/lib/retries.js +153 -0
- package/dist/commonjs/lib/retries.js.map +1 -0
- package/dist/commonjs/lib/schemas.d.ts +19 -0
- package/dist/commonjs/lib/schemas.d.ts.map +1 -0
- package/dist/commonjs/lib/schemas.js +62 -0
- package/dist/commonjs/lib/schemas.js.map +1 -0
- package/dist/commonjs/lib/sdks.d.ts +63 -0
- package/dist/commonjs/lib/sdks.d.ts.map +1 -0
- package/dist/commonjs/lib/sdks.js +270 -0
- package/dist/commonjs/lib/sdks.js.map +1 -0
- package/dist/commonjs/lib/security.d.ts +83 -0
- package/dist/commonjs/lib/security.d.ts.map +1 -0
- package/dist/commonjs/lib/security.js +143 -0
- package/dist/commonjs/lib/security.js.map +1 -0
- package/dist/commonjs/lib/url.d.ts +5 -0
- package/dist/commonjs/lib/url.d.ts.map +1 -0
- package/dist/commonjs/lib/url.js +25 -0
- package/dist/commonjs/lib/url.js.map +1 -0
- package/dist/commonjs/package.json +3 -0
- package/dist/commonjs/sdk/health.d.ts +19 -0
- package/dist/commonjs/sdk/health.d.ts.map +1 -0
- package/dist/commonjs/sdk/health.js +32 -0
- package/dist/commonjs/sdk/health.js.map +1 -0
- package/dist/commonjs/sdk/index.d.ts +2 -0
- package/dist/commonjs/sdk/index.d.ts.map +1 -0
- package/dist/commonjs/sdk/index.js +21 -0
- package/dist/commonjs/sdk/index.js.map +1 -0
- package/dist/commonjs/sdk/models/errors/httpclienterrors.d.ts +44 -0
- package/dist/commonjs/sdk/models/errors/httpclienterrors.d.ts.map +1 -0
- package/dist/commonjs/sdk/models/errors/httpclienterrors.js +78 -0
- package/dist/commonjs/sdk/models/errors/httpclienterrors.js.map +1 -0
- package/dist/commonjs/sdk/models/errors/index.d.ts +5 -0
- package/dist/commonjs/sdk/models/errors/index.d.ts.map +1 -0
- package/dist/commonjs/sdk/models/errors/index.js +24 -0
- package/dist/commonjs/sdk/models/errors/index.js.map +1 -0
- package/dist/commonjs/sdk/models/errors/responsevalidationerror.d.ts +26 -0
- package/dist/commonjs/sdk/models/errors/responsevalidationerror.d.ts.map +1 -0
- package/dist/commonjs/sdk/models/errors/responsevalidationerror.js +66 -0
- package/dist/commonjs/sdk/models/errors/responsevalidationerror.js.map +1 -0
- package/dist/commonjs/sdk/models/errors/sdkbaseerror.d.ts +19 -0
- package/dist/commonjs/sdk/models/errors/sdkbaseerror.d.ts.map +1 -0
- package/dist/commonjs/sdk/models/errors/sdkbaseerror.js +20 -0
- package/dist/commonjs/sdk/models/errors/sdkbaseerror.js.map +1 -0
- package/dist/commonjs/sdk/models/errors/sdkerror.d.ts +10 -0
- package/dist/commonjs/sdk/models/errors/sdkerror.d.ts.map +1 -0
- package/dist/commonjs/sdk/models/errors/sdkerror.js +34 -0
- package/dist/commonjs/sdk/models/errors/sdkerror.js.map +1 -0
- package/dist/commonjs/sdk/models/errors/sdkvalidationerror.d.ts +21 -0
- package/dist/commonjs/sdk/models/errors/sdkvalidationerror.d.ts.map +1 -0
- package/dist/commonjs/sdk/models/errors/sdkvalidationerror.js +129 -0
- package/dist/commonjs/sdk/models/errors/sdkvalidationerror.js.map +1 -0
- package/dist/commonjs/sdk/models/operations/getv1planningapplicationids.d.ts +54 -0
- package/dist/commonjs/sdk/models/operations/getv1planningapplicationids.d.ts.map +1 -0
- package/dist/commonjs/sdk/models/operations/getv1planningapplicationids.js +99 -0
- package/dist/commonjs/sdk/models/operations/getv1planningapplicationids.js.map +1 -0
- package/dist/commonjs/sdk/models/operations/getv1planningsourcessourceids.d.ts +54 -0
- package/dist/commonjs/sdk/models/operations/getv1planningsourcessourceids.d.ts.map +1 -0
- package/dist/commonjs/sdk/models/operations/getv1planningsourcessourceids.js +99 -0
- package/dist/commonjs/sdk/models/operations/getv1planningsourcessourceids.js.map +1 -0
- package/dist/commonjs/sdk/models/operations/getv1propertylocationids.d.ts +69 -0
- package/dist/commonjs/sdk/models/operations/getv1propertylocationids.d.ts.map +1 -0
- package/dist/commonjs/sdk/models/operations/getv1propertylocationids.js +105 -0
- package/dist/commonjs/sdk/models/operations/getv1propertylocationids.js.map +1 -0
- package/dist/commonjs/sdk/models/operations/getv1propertypropertyidpropertyids.d.ts +69 -0
- package/dist/commonjs/sdk/models/operations/getv1propertypropertyidpropertyids.d.ts.map +1 -0
- package/dist/commonjs/sdk/models/operations/getv1propertypropertyidpropertyids.js +105 -0
- package/dist/commonjs/sdk/models/operations/getv1propertypropertyidpropertyids.js.map +1 -0
- package/dist/commonjs/sdk/models/operations/getv1propertysourcessourceids.d.ts +69 -0
- package/dist/commonjs/sdk/models/operations/getv1propertysourcessourceids.d.ts.map +1 -0
- package/dist/commonjs/sdk/models/operations/getv1propertysourcessourceids.js +105 -0
- package/dist/commonjs/sdk/models/operations/getv1propertysourcessourceids.js.map +1 -0
- package/dist/commonjs/sdk/models/operations/index.d.ts +9 -0
- package/dist/commonjs/sdk/models/operations/index.d.ts.map +1 -0
- package/dist/commonjs/sdk/models/operations/index.js +28 -0
- package/dist/commonjs/sdk/models/operations/index.js.map +1 -0
- package/dist/commonjs/sdk/models/operations/postv1planningquery.d.ts +26 -0
- package/dist/commonjs/sdk/models/operations/postv1planningquery.d.ts.map +1 -0
- package/dist/commonjs/sdk/models/operations/postv1planningquery.js +72 -0
- package/dist/commonjs/sdk/models/operations/postv1planningquery.js.map +1 -0
- package/dist/commonjs/sdk/models/operations/postv1propertypropertiesbyslugs.d.ts +26 -0
- package/dist/commonjs/sdk/models/operations/postv1propertypropertiesbyslugs.d.ts.map +1 -0
- package/dist/commonjs/sdk/models/operations/postv1propertypropertiesbyslugs.js +72 -0
- package/dist/commonjs/sdk/models/operations/postv1propertypropertiesbyslugs.js.map +1 -0
- package/dist/commonjs/sdk/models/operations/postv1propertyquery.d.ts +26 -0
- package/dist/commonjs/sdk/models/operations/postv1propertyquery.d.ts.map +1 -0
- package/dist/commonjs/sdk/models/operations/postv1propertyquery.js +72 -0
- package/dist/commonjs/sdk/models/operations/postv1propertyquery.js.map +1 -0
- package/dist/commonjs/sdk/models/shared/areafilter.d.ts +69 -0
- package/dist/commonjs/sdk/models/shared/areafilter.d.ts.map +1 -0
- package/dist/commonjs/sdk/models/shared/areafilter.js +97 -0
- package/dist/commonjs/sdk/models/shared/areafilter.js.map +1 -0
- package/dist/commonjs/sdk/models/shared/errorresponse.d.ts +35 -0
- package/dist/commonjs/sdk/models/shared/errorresponse.d.ts.map +1 -0
- package/dist/commonjs/sdk/models/shared/errorresponse.js +75 -0
- package/dist/commonjs/sdk/models/shared/errorresponse.js.map +1 -0
- package/dist/commonjs/sdk/models/shared/healthresponse.d.ts +35 -0
- package/dist/commonjs/sdk/models/shared/healthresponse.d.ts.map +1 -0
- package/dist/commonjs/sdk/models/shared/healthresponse.js +75 -0
- package/dist/commonjs/sdk/models/shared/healthresponse.js.map +1 -0
- package/dist/commonjs/sdk/models/shared/index.d.ts +16 -0
- package/dist/commonjs/sdk/models/shared/index.d.ts.map +1 -0
- package/dist/commonjs/sdk/models/shared/index.js +35 -0
- package/dist/commonjs/sdk/models/shared/index.js.map +1 -0
- package/dist/commonjs/sdk/models/shared/planningapplication.d.ts +184 -0
- package/dist/commonjs/sdk/models/shared/planningapplication.d.ts.map +1 -0
- package/dist/commonjs/sdk/models/shared/planningapplication.js +186 -0
- package/dist/commonjs/sdk/models/shared/planningapplication.js.map +1 -0
- package/dist/commonjs/sdk/models/shared/planninglistresponse.d.ts +38 -0
- package/dist/commonjs/sdk/models/shared/planninglistresponse.d.ts.map +1 -0
- package/dist/commonjs/sdk/models/shared/planninglistresponse.js +78 -0
- package/dist/commonjs/sdk/models/shared/planninglistresponse.js.map +1 -0
- package/dist/commonjs/sdk/models/shared/planningqueryfilters.d.ts +82 -0
- package/dist/commonjs/sdk/models/shared/planningqueryfilters.d.ts.map +1 -0
- package/dist/commonjs/sdk/models/shared/planningqueryfilters.js +89 -0
- package/dist/commonjs/sdk/models/shared/planningqueryfilters.js.map +1 -0
- package/dist/commonjs/sdk/models/shared/planningqueryrequest.d.ts +98 -0
- package/dist/commonjs/sdk/models/shared/planningqueryrequest.d.ts.map +1 -0
- package/dist/commonjs/sdk/models/shared/planningqueryrequest.js +121 -0
- package/dist/commonjs/sdk/models/shared/planningqueryrequest.js.map +1 -0
- package/dist/commonjs/sdk/models/shared/pricingdata.d.ts +35 -0
- package/dist/commonjs/sdk/models/shared/pricingdata.d.ts.map +1 -0
- package/dist/commonjs/sdk/models/shared/pricingdata.js +75 -0
- package/dist/commonjs/sdk/models/shared/pricingdata.js.map +1 -0
- package/dist/commonjs/sdk/models/shared/propertyaddress.d.ts +43 -0
- package/dist/commonjs/sdk/models/shared/propertyaddress.d.ts.map +1 -0
- package/dist/commonjs/sdk/models/shared/propertyaddress.js +83 -0
- package/dist/commonjs/sdk/models/shared/propertyaddress.js.map +1 -0
- package/dist/commonjs/sdk/models/shared/propertybyslugsrequest.d.ts +47 -0
- package/dist/commonjs/sdk/models/shared/propertybyslugsrequest.d.ts.map +1 -0
- package/dist/commonjs/sdk/models/shared/propertybyslugsrequest.js +75 -0
- package/dist/commonjs/sdk/models/shared/propertybyslugsrequest.js.map +1 -0
- package/dist/commonjs/sdk/models/shared/propertydata.d.ts +95 -0
- package/dist/commonjs/sdk/models/shared/propertydata.d.ts.map +1 -0
- package/dist/commonjs/sdk/models/shared/propertydata.js +139 -0
- package/dist/commonjs/sdk/models/shared/propertydata.js.map +1 -0
- package/dist/commonjs/sdk/models/shared/propertyfilters.d.ts +41 -0
- package/dist/commonjs/sdk/models/shared/propertyfilters.d.ts.map +1 -0
- package/dist/commonjs/sdk/models/shared/propertyfilters.js +81 -0
- package/dist/commonjs/sdk/models/shared/propertyfilters.js.map +1 -0
- package/dist/commonjs/sdk/models/shared/propertylistresponse.d.ts +36 -0
- package/dist/commonjs/sdk/models/shared/propertylistresponse.d.ts.map +1 -0
- package/dist/commonjs/sdk/models/shared/propertylistresponse.js +76 -0
- package/dist/commonjs/sdk/models/shared/propertylistresponse.js.map +1 -0
- package/dist/commonjs/sdk/models/shared/propertyqueryrequest.d.ts +39 -0
- package/dist/commonjs/sdk/models/shared/propertyqueryrequest.d.ts.map +1 -0
- package/dist/commonjs/sdk/models/shared/propertyqueryrequest.js +79 -0
- package/dist/commonjs/sdk/models/shared/propertyqueryrequest.js.map +1 -0
- package/dist/commonjs/sdk/models/shared/security.d.ts +29 -0
- package/dist/commonjs/sdk/models/shared/security.d.ts.map +1 -0
- package/dist/commonjs/sdk/models/shared/security.js +78 -0
- package/dist/commonjs/sdk/models/shared/security.js.map +1 -0
- package/dist/commonjs/sdk/planning.d.ts +27 -0
- package/dist/commonjs/sdk/planning.d.ts.map +1 -0
- package/dist/commonjs/sdk/planning.js +42 -0
- package/dist/commonjs/sdk/planning.js.map +1 -0
- package/dist/commonjs/sdk/property.d.ts +41 -0
- package/dist/commonjs/sdk/property.d.ts.map +1 -0
- package/dist/commonjs/sdk/property.js +62 -0
- package/dist/commonjs/sdk/property.js.map +1 -0
- package/dist/commonjs/sdk/sdk.d.ts +13 -0
- package/dist/commonjs/sdk/sdk.d.ts.map +1 -0
- package/dist/commonjs/sdk/sdk.js +23 -0
- package/dist/commonjs/sdk/sdk.js.map +1 -0
- package/dist/commonjs/sdk/types/async.d.ts +23 -0
- package/dist/commonjs/sdk/types/async.d.ts.map +1 -0
- package/dist/commonjs/sdk/types/async.js +44 -0
- package/dist/commonjs/sdk/types/async.js.map +1 -0
- package/dist/commonjs/sdk/types/blobs.d.ts +4 -0
- package/dist/commonjs/sdk/types/blobs.d.ts.map +1 -0
- package/dist/commonjs/sdk/types/blobs.js +62 -0
- package/dist/commonjs/sdk/types/blobs.js.map +1 -0
- package/dist/commonjs/sdk/types/constdatetime.d.ts +3 -0
- package/dist/commonjs/sdk/types/constdatetime.d.ts.map +1 -0
- package/dist/commonjs/sdk/types/constdatetime.js +46 -0
- package/dist/commonjs/sdk/types/constdatetime.js.map +1 -0
- package/dist/commonjs/sdk/types/enums.d.ts +12 -0
- package/dist/commonjs/sdk/types/enums.d.ts.map +1 -0
- package/dist/commonjs/sdk/types/enums.js +10 -0
- package/dist/commonjs/sdk/types/enums.js.map +1 -0
- package/dist/commonjs/sdk/types/fp.d.ts +31 -0
- package/dist/commonjs/sdk/types/fp.d.ts.map +1 -0
- package/dist/commonjs/sdk/types/fp.js +37 -0
- package/dist/commonjs/sdk/types/fp.js.map +1 -0
- package/dist/commonjs/sdk/types/index.d.ts +8 -0
- package/dist/commonjs/sdk/types/index.d.ts.map +1 -0
- package/dist/commonjs/sdk/types/index.js +16 -0
- package/dist/commonjs/sdk/types/index.js.map +1 -0
- package/dist/commonjs/sdk/types/operations.d.ts +27 -0
- package/dist/commonjs/sdk/types/operations.d.ts.map +1 -0
- package/dist/commonjs/sdk/types/operations.js +83 -0
- package/dist/commonjs/sdk/types/operations.js.map +1 -0
- package/dist/commonjs/sdk/types/rfcdate.d.ts +21 -0
- package/dist/commonjs/sdk/types/rfcdate.d.ts.map +1 -0
- package/dist/commonjs/sdk/types/rfcdate.js +46 -0
- package/dist/commonjs/sdk/types/rfcdate.js.map +1 -0
- package/dist/commonjs/sdk/types/streams.d.ts +2 -0
- package/dist/commonjs/sdk/types/streams.d.ts.map +1 -0
- package/dist/commonjs/sdk/types/streams.js +18 -0
- package/dist/commonjs/sdk/types/streams.js.map +1 -0
- package/dist/esm/core.d.ts +10 -0
- package/dist/esm/core.d.ts.map +1 -0
- package/dist/esm/core.js +13 -0
- package/dist/esm/core.js.map +1 -0
- package/dist/esm/funcs/healthGetV1PlanningHealth.d.ts +17 -0
- package/dist/esm/funcs/healthGetV1PlanningHealth.d.ts.map +1 -0
- package/dist/esm/funcs/healthGetV1PlanningHealth.js +68 -0
- package/dist/esm/funcs/healthGetV1PlanningHealth.js.map +1 -0
- package/dist/esm/funcs/healthGetV1PropertyHealth.d.ts +17 -0
- package/dist/esm/funcs/healthGetV1PropertyHealth.d.ts.map +1 -0
- package/dist/esm/funcs/healthGetV1PropertyHealth.js +68 -0
- package/dist/esm/funcs/healthGetV1PropertyHealth.js.map +1 -0
- package/dist/esm/funcs/planningGetV1PlanningApplicationIds.d.ts +17 -0
- package/dist/esm/funcs/planningGetV1PlanningApplicationIds.d.ts.map +1 -0
- package/dist/esm/funcs/planningGetV1PlanningApplicationIds.js +83 -0
- package/dist/esm/funcs/planningGetV1PlanningApplicationIds.js.map +1 -0
- package/dist/esm/funcs/planningGetV1PlanningSourcesSourceIds.d.ts +17 -0
- package/dist/esm/funcs/planningGetV1PlanningSourcesSourceIds.d.ts.map +1 -0
- package/dist/esm/funcs/planningGetV1PlanningSourcesSourceIds.js +83 -0
- package/dist/esm/funcs/planningGetV1PlanningSourcesSourceIds.js.map +1 -0
- package/dist/esm/funcs/planningPostV1PlanningQuery.d.ts +18 -0
- package/dist/esm/funcs/planningPostV1PlanningQuery.d.ts.map +1 -0
- package/dist/esm/funcs/planningPostV1PlanningQuery.js +81 -0
- package/dist/esm/funcs/planningPostV1PlanningQuery.js.map +1 -0
- package/dist/esm/funcs/propertyGetV1PropertyLocationIds.d.ts +17 -0
- package/dist/esm/funcs/propertyGetV1PropertyLocationIds.d.ts.map +1 -0
- package/dist/esm/funcs/propertyGetV1PropertyLocationIds.js +89 -0
- package/dist/esm/funcs/propertyGetV1PropertyLocationIds.js.map +1 -0
- package/dist/esm/funcs/propertyGetV1PropertyPropertyIdPropertyIds.d.ts +17 -0
- package/dist/esm/funcs/propertyGetV1PropertyPropertyIdPropertyIds.d.ts.map +1 -0
- package/dist/esm/funcs/propertyGetV1PropertyPropertyIdPropertyIds.js +89 -0
- package/dist/esm/funcs/propertyGetV1PropertyPropertyIdPropertyIds.js.map +1 -0
- package/dist/esm/funcs/propertyGetV1PropertySourcesSourceIds.d.ts +17 -0
- package/dist/esm/funcs/propertyGetV1PropertySourcesSourceIds.d.ts.map +1 -0
- package/dist/esm/funcs/propertyGetV1PropertySourcesSourceIds.js +89 -0
- package/dist/esm/funcs/propertyGetV1PropertySourcesSourceIds.js.map +1 -0
- package/dist/esm/funcs/propertyPostV1PropertyPropertiesBySlugs.d.ts +18 -0
- package/dist/esm/funcs/propertyPostV1PropertyPropertiesBySlugs.d.ts.map +1 -0
- package/dist/esm/funcs/propertyPostV1PropertyPropertiesBySlugs.js +81 -0
- package/dist/esm/funcs/propertyPostV1PropertyPropertiesBySlugs.js.map +1 -0
- package/dist/esm/funcs/propertyPostV1PropertyQuery.d.ts +18 -0
- package/dist/esm/funcs/propertyPostV1PropertyQuery.d.ts.map +1 -0
- package/dist/esm/funcs/propertyPostV1PropertyQuery.js +81 -0
- package/dist/esm/funcs/propertyPostV1PropertyQuery.js.map +1 -0
- package/dist/esm/hooks/hooks.d.ts +24 -0
- package/dist/esm/hooks/hooks.d.ts.map +1 -0
- package/dist/esm/hooks/hooks.js +80 -0
- package/dist/esm/hooks/hooks.js.map +1 -0
- package/dist/esm/hooks/index.d.ts +3 -0
- package/dist/esm/hooks/index.d.ts.map +1 -0
- package/dist/esm/hooks/index.js +6 -0
- package/dist/esm/hooks/index.js.map +1 -0
- package/dist/esm/hooks/registration.d.ts +3 -0
- package/dist/esm/hooks/registration.d.ts.map +1 -0
- package/dist/esm/hooks/registration.js +12 -0
- package/dist/esm/hooks/registration.js.map +1 -0
- package/dist/esm/hooks/types.d.ts +80 -0
- package/dist/esm/hooks/types.d.ts.map +1 -0
- package/dist/esm/hooks/types.js +5 -0
- package/dist/esm/hooks/types.js.map +1 -0
- package/dist/esm/index.d.ts +6 -0
- package/dist/esm/index.d.ts.map +1 -0
- package/dist/esm/index.js +8 -0
- package/dist/esm/index.js.map +1 -0
- package/dist/esm/lib/base64.d.ts +10 -0
- package/dist/esm/lib/base64.d.ts.map +1 -0
- package/dist/esm/lib/base64.js +29 -0
- package/dist/esm/lib/base64.js.map +1 -0
- package/dist/esm/lib/config.d.ts +38 -0
- package/dist/esm/lib/config.d.ts.map +1 -0
- package/dist/esm/lib/config.js +34 -0
- package/dist/esm/lib/config.js.map +1 -0
- package/dist/esm/lib/dlv.d.ts +14 -0
- package/dist/esm/lib/dlv.d.ts.map +1 -0
- package/dist/esm/lib/dlv.js +46 -0
- package/dist/esm/lib/dlv.js.map +1 -0
- package/dist/esm/lib/encodings.d.ts +52 -0
- package/dist/esm/lib/encodings.d.ts.map +1 -0
- package/dist/esm/lib/encodings.js +354 -0
- package/dist/esm/lib/encodings.js.map +1 -0
- package/dist/esm/lib/files.d.ts +13 -0
- package/dist/esm/lib/files.d.ts.map +1 -0
- package/dist/esm/lib/files.js +73 -0
- package/dist/esm/lib/files.js.map +1 -0
- package/dist/esm/lib/http.d.ts +67 -0
- package/dist/esm/lib/http.d.ts.map +1 -0
- package/dist/esm/lib/http.js +207 -0
- package/dist/esm/lib/http.js.map +1 -0
- package/dist/esm/lib/is-plain-object.d.ts +2 -0
- package/dist/esm/lib/is-plain-object.d.ts.map +1 -0
- package/dist/esm/lib/is-plain-object.js +38 -0
- package/dist/esm/lib/is-plain-object.js.map +1 -0
- package/dist/esm/lib/logger.d.ts +6 -0
- package/dist/esm/lib/logger.d.ts.map +1 -0
- package/dist/esm/lib/logger.js +5 -0
- package/dist/esm/lib/logger.js.map +1 -0
- package/dist/esm/lib/matchers.d.ts +59 -0
- package/dist/esm/lib/matchers.d.ts.map +1 -0
- package/dist/esm/lib/matchers.js +199 -0
- package/dist/esm/lib/matchers.js.map +1 -0
- package/dist/esm/lib/primitives.d.ts +26 -0
- package/dist/esm/lib/primitives.d.ts.map +1 -0
- package/dist/esm/lib/primitives.js +103 -0
- package/dist/esm/lib/primitives.js.map +1 -0
- package/dist/esm/lib/retries.d.ts +38 -0
- package/dist/esm/lib/retries.d.ts.map +1 -0
- package/dist/esm/lib/retries.js +147 -0
- package/dist/esm/lib/retries.js.map +1 -0
- package/dist/esm/lib/schemas.d.ts +19 -0
- package/dist/esm/lib/schemas.d.ts.map +1 -0
- package/dist/esm/lib/schemas.js +57 -0
- package/dist/esm/lib/schemas.js.map +1 -0
- package/dist/esm/lib/sdks.d.ts +63 -0
- package/dist/esm/lib/sdks.d.ts.map +1 -0
- package/dist/esm/lib/sdks.js +266 -0
- package/dist/esm/lib/sdks.js.map +1 -0
- package/dist/esm/lib/security.d.ts +83 -0
- package/dist/esm/lib/security.d.ts.map +1 -0
- package/dist/esm/lib/security.js +136 -0
- package/dist/esm/lib/security.js.map +1 -0
- package/dist/esm/lib/url.d.ts +5 -0
- package/dist/esm/lib/url.d.ts.map +1 -0
- package/dist/esm/lib/url.js +22 -0
- package/dist/esm/lib/url.js.map +1 -0
- package/dist/esm/package.json +3 -0
- package/dist/esm/sdk/health.d.ts +19 -0
- package/dist/esm/sdk/health.d.ts.map +1 -0
- package/dist/esm/sdk/health.js +28 -0
- package/dist/esm/sdk/health.js.map +1 -0
- package/dist/esm/sdk/index.d.ts +2 -0
- package/dist/esm/sdk/index.d.ts.map +1 -0
- package/dist/esm/sdk/index.js +5 -0
- package/dist/esm/sdk/index.js.map +1 -0
- package/dist/esm/sdk/models/errors/httpclienterrors.d.ts +44 -0
- package/dist/esm/sdk/models/errors/httpclienterrors.d.ts.map +1 -0
- package/dist/esm/sdk/models/errors/httpclienterrors.js +69 -0
- package/dist/esm/sdk/models/errors/httpclienterrors.js.map +1 -0
- package/dist/esm/sdk/models/errors/index.d.ts +5 -0
- package/dist/esm/sdk/models/errors/index.d.ts.map +1 -0
- package/dist/esm/sdk/models/errors/index.js +8 -0
- package/dist/esm/sdk/models/errors/index.js.map +1 -0
- package/dist/esm/sdk/models/errors/responsevalidationerror.d.ts +26 -0
- package/dist/esm/sdk/models/errors/responsevalidationerror.d.ts.map +1 -0
- package/dist/esm/sdk/models/errors/responsevalidationerror.js +29 -0
- package/dist/esm/sdk/models/errors/responsevalidationerror.js.map +1 -0
- package/dist/esm/sdk/models/errors/sdkbaseerror.d.ts +19 -0
- package/dist/esm/sdk/models/errors/sdkbaseerror.d.ts.map +1 -0
- package/dist/esm/sdk/models/errors/sdkbaseerror.js +16 -0
- package/dist/esm/sdk/models/errors/sdkbaseerror.js.map +1 -0
- package/dist/esm/sdk/models/errors/sdkerror.d.ts +10 -0
- package/dist/esm/sdk/models/errors/sdkerror.d.ts.map +1 -0
- package/dist/esm/sdk/models/errors/sdkerror.js +30 -0
- package/dist/esm/sdk/models/errors/sdkerror.js.map +1 -0
- package/dist/esm/sdk/models/errors/sdkvalidationerror.d.ts +21 -0
- package/dist/esm/sdk/models/errors/sdkvalidationerror.d.ts.map +1 -0
- package/dist/esm/sdk/models/errors/sdkvalidationerror.js +91 -0
- package/dist/esm/sdk/models/errors/sdkvalidationerror.js.map +1 -0
- package/dist/esm/sdk/models/operations/getv1planningapplicationids.d.ts +54 -0
- package/dist/esm/sdk/models/operations/getv1planningapplicationids.d.ts.map +1 -0
- package/dist/esm/sdk/models/operations/getv1planningapplicationids.js +59 -0
- package/dist/esm/sdk/models/operations/getv1planningapplicationids.js.map +1 -0
- package/dist/esm/sdk/models/operations/getv1planningsourcessourceids.d.ts +54 -0
- package/dist/esm/sdk/models/operations/getv1planningsourcessourceids.d.ts.map +1 -0
- package/dist/esm/sdk/models/operations/getv1planningsourcessourceids.js +59 -0
- package/dist/esm/sdk/models/operations/getv1planningsourcessourceids.js.map +1 -0
- package/dist/esm/sdk/models/operations/getv1propertylocationids.d.ts +69 -0
- package/dist/esm/sdk/models/operations/getv1propertylocationids.d.ts.map +1 -0
- package/dist/esm/sdk/models/operations/getv1propertylocationids.js +65 -0
- package/dist/esm/sdk/models/operations/getv1propertylocationids.js.map +1 -0
- package/dist/esm/sdk/models/operations/getv1propertypropertyidpropertyids.d.ts +69 -0
- package/dist/esm/sdk/models/operations/getv1propertypropertyidpropertyids.d.ts.map +1 -0
- package/dist/esm/sdk/models/operations/getv1propertypropertyidpropertyids.js +65 -0
- package/dist/esm/sdk/models/operations/getv1propertypropertyidpropertyids.js.map +1 -0
- package/dist/esm/sdk/models/operations/getv1propertysourcessourceids.d.ts +69 -0
- package/dist/esm/sdk/models/operations/getv1propertysourcessourceids.d.ts.map +1 -0
- package/dist/esm/sdk/models/operations/getv1propertysourcessourceids.js +65 -0
- package/dist/esm/sdk/models/operations/getv1propertysourcessourceids.js.map +1 -0
- package/dist/esm/sdk/models/operations/index.d.ts +9 -0
- package/dist/esm/sdk/models/operations/index.d.ts.map +1 -0
- package/dist/esm/sdk/models/operations/index.js +12 -0
- package/dist/esm/sdk/models/operations/index.js.map +1 -0
- package/dist/esm/sdk/models/operations/postv1planningquery.d.ts +26 -0
- package/dist/esm/sdk/models/operations/postv1planningquery.d.ts.map +1 -0
- package/dist/esm/sdk/models/operations/postv1planningquery.js +34 -0
- package/dist/esm/sdk/models/operations/postv1planningquery.js.map +1 -0
- package/dist/esm/sdk/models/operations/postv1propertypropertiesbyslugs.d.ts +26 -0
- package/dist/esm/sdk/models/operations/postv1propertypropertiesbyslugs.d.ts.map +1 -0
- package/dist/esm/sdk/models/operations/postv1propertypropertiesbyslugs.js +34 -0
- package/dist/esm/sdk/models/operations/postv1propertypropertiesbyslugs.js.map +1 -0
- package/dist/esm/sdk/models/operations/postv1propertyquery.d.ts +26 -0
- package/dist/esm/sdk/models/operations/postv1propertyquery.d.ts.map +1 -0
- package/dist/esm/sdk/models/operations/postv1propertyquery.js +34 -0
- package/dist/esm/sdk/models/operations/postv1propertyquery.js.map +1 -0
- package/dist/esm/sdk/models/shared/areafilter.d.ts +69 -0
- package/dist/esm/sdk/models/shared/areafilter.d.ts.map +1 -0
- package/dist/esm/sdk/models/shared/areafilter.js +59 -0
- package/dist/esm/sdk/models/shared/areafilter.js.map +1 -0
- package/dist/esm/sdk/models/shared/errorresponse.d.ts +35 -0
- package/dist/esm/sdk/models/shared/errorresponse.d.ts.map +1 -0
- package/dist/esm/sdk/models/shared/errorresponse.js +37 -0
- package/dist/esm/sdk/models/shared/errorresponse.js.map +1 -0
- package/dist/esm/sdk/models/shared/healthresponse.d.ts +35 -0
- package/dist/esm/sdk/models/shared/healthresponse.d.ts.map +1 -0
- package/dist/esm/sdk/models/shared/healthresponse.js +37 -0
- package/dist/esm/sdk/models/shared/healthresponse.js.map +1 -0
- package/dist/esm/sdk/models/shared/index.d.ts +16 -0
- package/dist/esm/sdk/models/shared/index.d.ts.map +1 -0
- package/dist/esm/sdk/models/shared/index.js +19 -0
- package/dist/esm/sdk/models/shared/index.js.map +1 -0
- package/dist/esm/sdk/models/shared/planningapplication.d.ts +184 -0
- package/dist/esm/sdk/models/shared/planningapplication.d.ts.map +1 -0
- package/dist/esm/sdk/models/shared/planningapplication.js +146 -0
- package/dist/esm/sdk/models/shared/planningapplication.js.map +1 -0
- package/dist/esm/sdk/models/shared/planninglistresponse.d.ts +38 -0
- package/dist/esm/sdk/models/shared/planninglistresponse.d.ts.map +1 -0
- package/dist/esm/sdk/models/shared/planninglistresponse.js +40 -0
- package/dist/esm/sdk/models/shared/planninglistresponse.js.map +1 -0
- package/dist/esm/sdk/models/shared/planningqueryfilters.d.ts +82 -0
- package/dist/esm/sdk/models/shared/planningqueryfilters.d.ts.map +1 -0
- package/dist/esm/sdk/models/shared/planningqueryfilters.js +51 -0
- package/dist/esm/sdk/models/shared/planningqueryfilters.js.map +1 -0
- package/dist/esm/sdk/models/shared/planningqueryrequest.d.ts +98 -0
- package/dist/esm/sdk/models/shared/planningqueryrequest.d.ts.map +1 -0
- package/dist/esm/sdk/models/shared/planningqueryrequest.js +83 -0
- package/dist/esm/sdk/models/shared/planningqueryrequest.js.map +1 -0
- package/dist/esm/sdk/models/shared/pricingdata.d.ts +35 -0
- package/dist/esm/sdk/models/shared/pricingdata.d.ts.map +1 -0
- package/dist/esm/sdk/models/shared/pricingdata.js +37 -0
- package/dist/esm/sdk/models/shared/pricingdata.js.map +1 -0
- package/dist/esm/sdk/models/shared/propertyaddress.d.ts +43 -0
- package/dist/esm/sdk/models/shared/propertyaddress.d.ts.map +1 -0
- package/dist/esm/sdk/models/shared/propertyaddress.js +45 -0
- package/dist/esm/sdk/models/shared/propertyaddress.js.map +1 -0
- package/dist/esm/sdk/models/shared/propertybyslugsrequest.d.ts +47 -0
- package/dist/esm/sdk/models/shared/propertybyslugsrequest.d.ts.map +1 -0
- package/dist/esm/sdk/models/shared/propertybyslugsrequest.js +37 -0
- package/dist/esm/sdk/models/shared/propertybyslugsrequest.js.map +1 -0
- package/dist/esm/sdk/models/shared/propertydata.d.ts +95 -0
- package/dist/esm/sdk/models/shared/propertydata.d.ts.map +1 -0
- package/dist/esm/sdk/models/shared/propertydata.js +97 -0
- package/dist/esm/sdk/models/shared/propertydata.js.map +1 -0
- package/dist/esm/sdk/models/shared/propertyfilters.d.ts +41 -0
- package/dist/esm/sdk/models/shared/propertyfilters.d.ts.map +1 -0
- package/dist/esm/sdk/models/shared/propertyfilters.js +43 -0
- package/dist/esm/sdk/models/shared/propertyfilters.js.map +1 -0
- package/dist/esm/sdk/models/shared/propertylistresponse.d.ts +36 -0
- package/dist/esm/sdk/models/shared/propertylistresponse.d.ts.map +1 -0
- package/dist/esm/sdk/models/shared/propertylistresponse.js +38 -0
- package/dist/esm/sdk/models/shared/propertylistresponse.js.map +1 -0
- package/dist/esm/sdk/models/shared/propertyqueryrequest.d.ts +39 -0
- package/dist/esm/sdk/models/shared/propertyqueryrequest.d.ts.map +1 -0
- package/dist/esm/sdk/models/shared/propertyqueryrequest.js +41 -0
- package/dist/esm/sdk/models/shared/propertyqueryrequest.js.map +1 -0
- package/dist/esm/sdk/models/shared/security.d.ts +29 -0
- package/dist/esm/sdk/models/shared/security.d.ts.map +1 -0
- package/dist/esm/sdk/models/shared/security.js +40 -0
- package/dist/esm/sdk/models/shared/security.js.map +1 -0
- package/dist/esm/sdk/planning.d.ts +27 -0
- package/dist/esm/sdk/planning.d.ts.map +1 -0
- package/dist/esm/sdk/planning.js +38 -0
- package/dist/esm/sdk/planning.js.map +1 -0
- package/dist/esm/sdk/property.d.ts +41 -0
- package/dist/esm/sdk/property.d.ts.map +1 -0
- package/dist/esm/sdk/property.js +58 -0
- package/dist/esm/sdk/property.js.map +1 -0
- package/dist/esm/sdk/sdk.d.ts +13 -0
- package/dist/esm/sdk/sdk.d.ts.map +1 -0
- package/dist/esm/sdk/sdk.js +19 -0
- package/dist/esm/sdk/sdk.js.map +1 -0
- package/dist/esm/sdk/types/async.d.ts +23 -0
- package/dist/esm/sdk/types/async.d.ts.map +1 -0
- package/dist/esm/sdk/types/async.js +40 -0
- package/dist/esm/sdk/types/async.js.map +1 -0
- package/dist/esm/sdk/types/blobs.d.ts +4 -0
- package/dist/esm/sdk/types/blobs.d.ts.map +1 -0
- package/dist/esm/sdk/types/blobs.js +25 -0
- package/dist/esm/sdk/types/blobs.js.map +1 -0
- package/dist/esm/sdk/types/constdatetime.d.ts +3 -0
- package/dist/esm/sdk/types/constdatetime.d.ts.map +1 -0
- package/dist/esm/sdk/types/constdatetime.js +10 -0
- package/dist/esm/sdk/types/constdatetime.js.map +1 -0
- package/dist/esm/sdk/types/enums.d.ts +12 -0
- package/dist/esm/sdk/types/enums.d.ts.map +1 -0
- package/dist/esm/sdk/types/enums.js +7 -0
- package/dist/esm/sdk/types/enums.js.map +1 -0
- package/dist/esm/sdk/types/fp.d.ts +31 -0
- package/dist/esm/sdk/types/fp.d.ts.map +1 -0
- package/dist/esm/sdk/types/fp.js +31 -0
- package/dist/esm/sdk/types/fp.js.map +1 -0
- package/dist/esm/sdk/types/index.d.ts +8 -0
- package/dist/esm/sdk/types/index.d.ts.map +1 -0
- package/dist/esm/sdk/types/index.js +8 -0
- package/dist/esm/sdk/types/index.js.map +1 -0
- package/dist/esm/sdk/types/operations.d.ts +27 -0
- package/dist/esm/sdk/types/operations.d.ts.map +1 -0
- package/dist/esm/sdk/types/operations.js +77 -0
- package/dist/esm/sdk/types/operations.js.map +1 -0
- package/dist/esm/sdk/types/rfcdate.d.ts +21 -0
- package/dist/esm/sdk/types/rfcdate.d.ts.map +1 -0
- package/dist/esm/sdk/types/rfcdate.js +42 -0
- package/dist/esm/sdk/types/rfcdate.js.map +1 -0
- package/dist/esm/sdk/types/streams.d.ts +2 -0
- package/dist/esm/sdk/types/streams.d.ts.map +1 -0
- package/dist/esm/sdk/types/streams.js +15 -0
- package/dist/esm/sdk/types/streams.js.map +1 -0
- package/examples/healthGetV1PlanningHealth.example.ts +26 -0
- package/examples/package.json +18 -0
- package/jsr.json +27 -0
- package/openapi.json +1 -0
- package/package.json +122 -0
- package/src/core.ts +13 -0
- package/src/funcs/healthGetV1PlanningHealth.ts +140 -0
- package/src/funcs/healthGetV1PropertyHealth.ts +140 -0
- package/src/funcs/planningGetV1PlanningApplicationIds.ts +167 -0
- package/src/funcs/planningGetV1PlanningSourcesSourceIds.ts +169 -0
- package/src/funcs/planningPostV1PlanningQuery.ts +164 -0
- package/src/funcs/propertyGetV1PropertyLocationIds.ts +174 -0
- package/src/funcs/propertyGetV1PropertyPropertyIdPropertyIds.ts +185 -0
- package/src/funcs/propertyGetV1PropertySourcesSourceIds.ts +176 -0
- package/src/funcs/propertyPostV1PropertyPropertiesBySlugs.ts +173 -0
- package/src/funcs/propertyPostV1PropertyQuery.ts +164 -0
- package/src/hooks/hooks.ts +129 -0
- package/src/hooks/index.ts +6 -0
- package/src/hooks/registration.ts +14 -0
- package/src/hooks/types.ts +112 -0
- package/src/index.ts +9 -0
- package/src/lib/base64.ts +37 -0
- package/src/lib/config.ts +67 -0
- package/src/lib/dlv.ts +53 -0
- package/src/lib/encodings.ts +483 -0
- package/src/lib/files.ts +82 -0
- package/src/lib/http.ts +323 -0
- package/src/lib/is-plain-object.ts +43 -0
- package/src/lib/logger.ts +9 -0
- package/src/lib/matchers.ts +345 -0
- package/src/lib/primitives.ts +150 -0
- package/src/lib/retries.ts +218 -0
- package/src/lib/schemas.ts +91 -0
- package/src/lib/sdks.ts +403 -0
- package/src/lib/security.ts +263 -0
- package/src/lib/url.ts +33 -0
- package/src/sdk/health.ts +41 -0
- package/src/sdk/index.ts +5 -0
- package/src/sdk/models/errors/httpclienterrors.ts +62 -0
- package/src/sdk/models/errors/index.ts +8 -0
- package/src/sdk/models/errors/responsevalidationerror.ts +50 -0
- package/src/sdk/models/errors/sdkbaseerror.ts +35 -0
- package/src/sdk/models/errors/sdkerror.ts +40 -0
- package/src/sdk/models/errors/sdkvalidationerror.ts +109 -0
- package/src/sdk/models/operations/getv1planningapplicationids.ts +139 -0
- package/src/sdk/models/operations/getv1planningsourcessourceids.ts +140 -0
- package/src/sdk/models/operations/getv1propertylocationids.ts +155 -0
- package/src/sdk/models/operations/getv1propertypropertyidpropertyids.ts +173 -0
- package/src/sdk/models/operations/getv1propertysourcessourceids.ts +161 -0
- package/src/sdk/models/operations/index.ts +12 -0
- package/src/sdk/models/operations/postv1planningquery.ts +71 -0
- package/src/sdk/models/operations/postv1propertypropertiesbyslugs.ts +80 -0
- package/src/sdk/models/operations/postv1propertyquery.ts +71 -0
- package/src/sdk/models/shared/areafilter.ts +109 -0
- package/src/sdk/models/shared/errorresponse.ts +74 -0
- package/src/sdk/models/shared/healthresponse.ts +74 -0
- package/src/sdk/models/shared/index.ts +19 -0
- package/src/sdk/models/shared/planningapplication.ts +269 -0
- package/src/sdk/models/shared/planninglistresponse.ts +88 -0
- package/src/sdk/models/shared/planningqueryfilters.ts +139 -0
- package/src/sdk/models/shared/planningqueryrequest.ts +142 -0
- package/src/sdk/models/shared/pricingdata.ts +74 -0
- package/src/sdk/models/shared/propertyaddress.ts +92 -0
- package/src/sdk/models/shared/propertybyslugsrequest.ts +90 -0
- package/src/sdk/models/shared/propertydata.ts +214 -0
- package/src/sdk/models/shared/propertyfilters.ts +88 -0
- package/src/sdk/models/shared/propertylistresponse.ts +84 -0
- package/src/sdk/models/shared/propertyqueryrequest.ts +94 -0
- package/src/sdk/models/shared/security.ts +71 -0
- package/src/sdk/planning.ts +64 -0
- package/src/sdk/property.ts +100 -0
- package/src/sdk/sdk.ts +25 -0
- package/src/sdk/types/async.ts +68 -0
- package/src/sdk/types/blobs.ts +31 -0
- package/src/sdk/types/constdatetime.ts +15 -0
- package/src/sdk/types/enums.ts +16 -0
- package/src/sdk/types/fp.ts +50 -0
- package/src/sdk/types/index.ts +11 -0
- package/src/sdk/types/operations.ts +105 -0
- package/src/sdk/types/rfcdate.ts +54 -0
- package/src/sdk/types/streams.ts +21 -0
- package/test-local.ts +145 -0
- package/tsconfig.json +41 -0
|
@@ -0,0 +1,155 @@
|
|
|
1
|
+
/*
|
|
2
|
+
* Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.
|
|
3
|
+
*/
|
|
4
|
+
|
|
5
|
+
import * as z from "zod";
|
|
6
|
+
import { safeParse } from "../../../lib/schemas.js";
|
|
7
|
+
import { Result as SafeParseResult } from "../../types/fp.js";
|
|
8
|
+
import { SDKValidationError } from "../errors/sdkvalidationerror.js";
|
|
9
|
+
import * as shared from "../shared/index.js";
|
|
10
|
+
|
|
11
|
+
export type GetV1PropertyLocationIdsRequest = {
|
|
12
|
+
/**
|
|
13
|
+
* Comma-separated list of attributes to include
|
|
14
|
+
*/
|
|
15
|
+
attributes?: string | undefined;
|
|
16
|
+
/**
|
|
17
|
+
* Maximum number of results to return
|
|
18
|
+
*/
|
|
19
|
+
limit?: string | undefined;
|
|
20
|
+
/**
|
|
21
|
+
* Comma-separated list of location IDs
|
|
22
|
+
*/
|
|
23
|
+
locationIds: string;
|
|
24
|
+
/**
|
|
25
|
+
* Number of results to skip
|
|
26
|
+
*/
|
|
27
|
+
offset?: string | undefined;
|
|
28
|
+
};
|
|
29
|
+
|
|
30
|
+
export type GetV1PropertyLocationIdsResponse =
|
|
31
|
+
| shared.PropertyListResponse
|
|
32
|
+
| shared.ErrorResponse;
|
|
33
|
+
|
|
34
|
+
/** @internal */
|
|
35
|
+
export const GetV1PropertyLocationIdsRequest$inboundSchema: z.ZodType<
|
|
36
|
+
GetV1PropertyLocationIdsRequest,
|
|
37
|
+
z.ZodTypeDef,
|
|
38
|
+
unknown
|
|
39
|
+
> = z.object({
|
|
40
|
+
attributes: z.string().optional(),
|
|
41
|
+
limit: z.string().optional(),
|
|
42
|
+
locationIds: z.string(),
|
|
43
|
+
offset: z.string().optional(),
|
|
44
|
+
});
|
|
45
|
+
|
|
46
|
+
/** @internal */
|
|
47
|
+
export type GetV1PropertyLocationIdsRequest$Outbound = {
|
|
48
|
+
attributes?: string | undefined;
|
|
49
|
+
limit?: string | undefined;
|
|
50
|
+
locationIds: string;
|
|
51
|
+
offset?: string | undefined;
|
|
52
|
+
};
|
|
53
|
+
|
|
54
|
+
/** @internal */
|
|
55
|
+
export const GetV1PropertyLocationIdsRequest$outboundSchema: z.ZodType<
|
|
56
|
+
GetV1PropertyLocationIdsRequest$Outbound,
|
|
57
|
+
z.ZodTypeDef,
|
|
58
|
+
GetV1PropertyLocationIdsRequest
|
|
59
|
+
> = z.object({
|
|
60
|
+
attributes: z.string().optional(),
|
|
61
|
+
limit: z.string().optional(),
|
|
62
|
+
locationIds: z.string(),
|
|
63
|
+
offset: z.string().optional(),
|
|
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
|
+
export namespace GetV1PropertyLocationIdsRequest$ {
|
|
71
|
+
/** @deprecated use `GetV1PropertyLocationIdsRequest$inboundSchema` instead. */
|
|
72
|
+
export const inboundSchema = GetV1PropertyLocationIdsRequest$inboundSchema;
|
|
73
|
+
/** @deprecated use `GetV1PropertyLocationIdsRequest$outboundSchema` instead. */
|
|
74
|
+
export const outboundSchema = GetV1PropertyLocationIdsRequest$outboundSchema;
|
|
75
|
+
/** @deprecated use `GetV1PropertyLocationIdsRequest$Outbound` instead. */
|
|
76
|
+
export type Outbound = GetV1PropertyLocationIdsRequest$Outbound;
|
|
77
|
+
}
|
|
78
|
+
|
|
79
|
+
export function getV1PropertyLocationIdsRequestToJSON(
|
|
80
|
+
getV1PropertyLocationIdsRequest: GetV1PropertyLocationIdsRequest,
|
|
81
|
+
): string {
|
|
82
|
+
return JSON.stringify(
|
|
83
|
+
GetV1PropertyLocationIdsRequest$outboundSchema.parse(
|
|
84
|
+
getV1PropertyLocationIdsRequest,
|
|
85
|
+
),
|
|
86
|
+
);
|
|
87
|
+
}
|
|
88
|
+
|
|
89
|
+
export function getV1PropertyLocationIdsRequestFromJSON(
|
|
90
|
+
jsonString: string,
|
|
91
|
+
): SafeParseResult<GetV1PropertyLocationIdsRequest, SDKValidationError> {
|
|
92
|
+
return safeParse(
|
|
93
|
+
jsonString,
|
|
94
|
+
(x) => GetV1PropertyLocationIdsRequest$inboundSchema.parse(JSON.parse(x)),
|
|
95
|
+
`Failed to parse 'GetV1PropertyLocationIdsRequest' from JSON`,
|
|
96
|
+
);
|
|
97
|
+
}
|
|
98
|
+
|
|
99
|
+
/** @internal */
|
|
100
|
+
export const GetV1PropertyLocationIdsResponse$inboundSchema: z.ZodType<
|
|
101
|
+
GetV1PropertyLocationIdsResponse,
|
|
102
|
+
z.ZodTypeDef,
|
|
103
|
+
unknown
|
|
104
|
+
> = z.union([
|
|
105
|
+
shared.PropertyListResponse$inboundSchema,
|
|
106
|
+
shared.ErrorResponse$inboundSchema,
|
|
107
|
+
]);
|
|
108
|
+
|
|
109
|
+
/** @internal */
|
|
110
|
+
export type GetV1PropertyLocationIdsResponse$Outbound =
|
|
111
|
+
| shared.PropertyListResponse$Outbound
|
|
112
|
+
| shared.ErrorResponse$Outbound;
|
|
113
|
+
|
|
114
|
+
/** @internal */
|
|
115
|
+
export const GetV1PropertyLocationIdsResponse$outboundSchema: z.ZodType<
|
|
116
|
+
GetV1PropertyLocationIdsResponse$Outbound,
|
|
117
|
+
z.ZodTypeDef,
|
|
118
|
+
GetV1PropertyLocationIdsResponse
|
|
119
|
+
> = z.union([
|
|
120
|
+
shared.PropertyListResponse$outboundSchema,
|
|
121
|
+
shared.ErrorResponse$outboundSchema,
|
|
122
|
+
]);
|
|
123
|
+
|
|
124
|
+
/**
|
|
125
|
+
* @internal
|
|
126
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
127
|
+
*/
|
|
128
|
+
export namespace GetV1PropertyLocationIdsResponse$ {
|
|
129
|
+
/** @deprecated use `GetV1PropertyLocationIdsResponse$inboundSchema` instead. */
|
|
130
|
+
export const inboundSchema = GetV1PropertyLocationIdsResponse$inboundSchema;
|
|
131
|
+
/** @deprecated use `GetV1PropertyLocationIdsResponse$outboundSchema` instead. */
|
|
132
|
+
export const outboundSchema = GetV1PropertyLocationIdsResponse$outboundSchema;
|
|
133
|
+
/** @deprecated use `GetV1PropertyLocationIdsResponse$Outbound` instead. */
|
|
134
|
+
export type Outbound = GetV1PropertyLocationIdsResponse$Outbound;
|
|
135
|
+
}
|
|
136
|
+
|
|
137
|
+
export function getV1PropertyLocationIdsResponseToJSON(
|
|
138
|
+
getV1PropertyLocationIdsResponse: GetV1PropertyLocationIdsResponse,
|
|
139
|
+
): string {
|
|
140
|
+
return JSON.stringify(
|
|
141
|
+
GetV1PropertyLocationIdsResponse$outboundSchema.parse(
|
|
142
|
+
getV1PropertyLocationIdsResponse,
|
|
143
|
+
),
|
|
144
|
+
);
|
|
145
|
+
}
|
|
146
|
+
|
|
147
|
+
export function getV1PropertyLocationIdsResponseFromJSON(
|
|
148
|
+
jsonString: string,
|
|
149
|
+
): SafeParseResult<GetV1PropertyLocationIdsResponse, SDKValidationError> {
|
|
150
|
+
return safeParse(
|
|
151
|
+
jsonString,
|
|
152
|
+
(x) => GetV1PropertyLocationIdsResponse$inboundSchema.parse(JSON.parse(x)),
|
|
153
|
+
`Failed to parse 'GetV1PropertyLocationIdsResponse' from JSON`,
|
|
154
|
+
);
|
|
155
|
+
}
|
|
@@ -0,0 +1,173 @@
|
|
|
1
|
+
/*
|
|
2
|
+
* Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.
|
|
3
|
+
*/
|
|
4
|
+
|
|
5
|
+
import * as z from "zod";
|
|
6
|
+
import { safeParse } from "../../../lib/schemas.js";
|
|
7
|
+
import { Result as SafeParseResult } from "../../types/fp.js";
|
|
8
|
+
import { SDKValidationError } from "../errors/sdkvalidationerror.js";
|
|
9
|
+
import * as shared from "../shared/index.js";
|
|
10
|
+
|
|
11
|
+
export type GetV1PropertyPropertyIdPropertyIdsRequest = {
|
|
12
|
+
/**
|
|
13
|
+
* Comma-separated list of attributes to include
|
|
14
|
+
*/
|
|
15
|
+
attributes?: string | undefined;
|
|
16
|
+
/**
|
|
17
|
+
* Maximum number of results to return
|
|
18
|
+
*/
|
|
19
|
+
limit?: string | undefined;
|
|
20
|
+
/**
|
|
21
|
+
* Number of results to skip
|
|
22
|
+
*/
|
|
23
|
+
offset?: string | undefined;
|
|
24
|
+
/**
|
|
25
|
+
* Comma-separated list of property IDs
|
|
26
|
+
*/
|
|
27
|
+
propertyIds: string;
|
|
28
|
+
};
|
|
29
|
+
|
|
30
|
+
export type GetV1PropertyPropertyIdPropertyIdsResponse =
|
|
31
|
+
| shared.PropertyListResponse
|
|
32
|
+
| shared.ErrorResponse;
|
|
33
|
+
|
|
34
|
+
/** @internal */
|
|
35
|
+
export const GetV1PropertyPropertyIdPropertyIdsRequest$inboundSchema: z.ZodType<
|
|
36
|
+
GetV1PropertyPropertyIdPropertyIdsRequest,
|
|
37
|
+
z.ZodTypeDef,
|
|
38
|
+
unknown
|
|
39
|
+
> = z.object({
|
|
40
|
+
attributes: z.string().optional(),
|
|
41
|
+
limit: z.string().optional(),
|
|
42
|
+
offset: z.string().optional(),
|
|
43
|
+
propertyIds: z.string(),
|
|
44
|
+
});
|
|
45
|
+
|
|
46
|
+
/** @internal */
|
|
47
|
+
export type GetV1PropertyPropertyIdPropertyIdsRequest$Outbound = {
|
|
48
|
+
attributes?: string | undefined;
|
|
49
|
+
limit?: string | undefined;
|
|
50
|
+
offset?: string | undefined;
|
|
51
|
+
propertyIds: string;
|
|
52
|
+
};
|
|
53
|
+
|
|
54
|
+
/** @internal */
|
|
55
|
+
export const GetV1PropertyPropertyIdPropertyIdsRequest$outboundSchema:
|
|
56
|
+
z.ZodType<
|
|
57
|
+
GetV1PropertyPropertyIdPropertyIdsRequest$Outbound,
|
|
58
|
+
z.ZodTypeDef,
|
|
59
|
+
GetV1PropertyPropertyIdPropertyIdsRequest
|
|
60
|
+
> = z.object({
|
|
61
|
+
attributes: z.string().optional(),
|
|
62
|
+
limit: z.string().optional(),
|
|
63
|
+
offset: z.string().optional(),
|
|
64
|
+
propertyIds: z.string(),
|
|
65
|
+
});
|
|
66
|
+
|
|
67
|
+
/**
|
|
68
|
+
* @internal
|
|
69
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
70
|
+
*/
|
|
71
|
+
export namespace GetV1PropertyPropertyIdPropertyIdsRequest$ {
|
|
72
|
+
/** @deprecated use `GetV1PropertyPropertyIdPropertyIdsRequest$inboundSchema` instead. */
|
|
73
|
+
export const inboundSchema =
|
|
74
|
+
GetV1PropertyPropertyIdPropertyIdsRequest$inboundSchema;
|
|
75
|
+
/** @deprecated use `GetV1PropertyPropertyIdPropertyIdsRequest$outboundSchema` instead. */
|
|
76
|
+
export const outboundSchema =
|
|
77
|
+
GetV1PropertyPropertyIdPropertyIdsRequest$outboundSchema;
|
|
78
|
+
/** @deprecated use `GetV1PropertyPropertyIdPropertyIdsRequest$Outbound` instead. */
|
|
79
|
+
export type Outbound = GetV1PropertyPropertyIdPropertyIdsRequest$Outbound;
|
|
80
|
+
}
|
|
81
|
+
|
|
82
|
+
export function getV1PropertyPropertyIdPropertyIdsRequestToJSON(
|
|
83
|
+
getV1PropertyPropertyIdPropertyIdsRequest:
|
|
84
|
+
GetV1PropertyPropertyIdPropertyIdsRequest,
|
|
85
|
+
): string {
|
|
86
|
+
return JSON.stringify(
|
|
87
|
+
GetV1PropertyPropertyIdPropertyIdsRequest$outboundSchema.parse(
|
|
88
|
+
getV1PropertyPropertyIdPropertyIdsRequest,
|
|
89
|
+
),
|
|
90
|
+
);
|
|
91
|
+
}
|
|
92
|
+
|
|
93
|
+
export function getV1PropertyPropertyIdPropertyIdsRequestFromJSON(
|
|
94
|
+
jsonString: string,
|
|
95
|
+
): SafeParseResult<
|
|
96
|
+
GetV1PropertyPropertyIdPropertyIdsRequest,
|
|
97
|
+
SDKValidationError
|
|
98
|
+
> {
|
|
99
|
+
return safeParse(
|
|
100
|
+
jsonString,
|
|
101
|
+
(x) =>
|
|
102
|
+
GetV1PropertyPropertyIdPropertyIdsRequest$inboundSchema.parse(
|
|
103
|
+
JSON.parse(x),
|
|
104
|
+
),
|
|
105
|
+
`Failed to parse 'GetV1PropertyPropertyIdPropertyIdsRequest' from JSON`,
|
|
106
|
+
);
|
|
107
|
+
}
|
|
108
|
+
|
|
109
|
+
/** @internal */
|
|
110
|
+
export const GetV1PropertyPropertyIdPropertyIdsResponse$inboundSchema:
|
|
111
|
+
z.ZodType<GetV1PropertyPropertyIdPropertyIdsResponse, z.ZodTypeDef, unknown> =
|
|
112
|
+
z.union([
|
|
113
|
+
shared.PropertyListResponse$inboundSchema,
|
|
114
|
+
shared.ErrorResponse$inboundSchema,
|
|
115
|
+
]);
|
|
116
|
+
|
|
117
|
+
/** @internal */
|
|
118
|
+
export type GetV1PropertyPropertyIdPropertyIdsResponse$Outbound =
|
|
119
|
+
| shared.PropertyListResponse$Outbound
|
|
120
|
+
| shared.ErrorResponse$Outbound;
|
|
121
|
+
|
|
122
|
+
/** @internal */
|
|
123
|
+
export const GetV1PropertyPropertyIdPropertyIdsResponse$outboundSchema:
|
|
124
|
+
z.ZodType<
|
|
125
|
+
GetV1PropertyPropertyIdPropertyIdsResponse$Outbound,
|
|
126
|
+
z.ZodTypeDef,
|
|
127
|
+
GetV1PropertyPropertyIdPropertyIdsResponse
|
|
128
|
+
> = z.union([
|
|
129
|
+
shared.PropertyListResponse$outboundSchema,
|
|
130
|
+
shared.ErrorResponse$outboundSchema,
|
|
131
|
+
]);
|
|
132
|
+
|
|
133
|
+
/**
|
|
134
|
+
* @internal
|
|
135
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
136
|
+
*/
|
|
137
|
+
export namespace GetV1PropertyPropertyIdPropertyIdsResponse$ {
|
|
138
|
+
/** @deprecated use `GetV1PropertyPropertyIdPropertyIdsResponse$inboundSchema` instead. */
|
|
139
|
+
export const inboundSchema =
|
|
140
|
+
GetV1PropertyPropertyIdPropertyIdsResponse$inboundSchema;
|
|
141
|
+
/** @deprecated use `GetV1PropertyPropertyIdPropertyIdsResponse$outboundSchema` instead. */
|
|
142
|
+
export const outboundSchema =
|
|
143
|
+
GetV1PropertyPropertyIdPropertyIdsResponse$outboundSchema;
|
|
144
|
+
/** @deprecated use `GetV1PropertyPropertyIdPropertyIdsResponse$Outbound` instead. */
|
|
145
|
+
export type Outbound = GetV1PropertyPropertyIdPropertyIdsResponse$Outbound;
|
|
146
|
+
}
|
|
147
|
+
|
|
148
|
+
export function getV1PropertyPropertyIdPropertyIdsResponseToJSON(
|
|
149
|
+
getV1PropertyPropertyIdPropertyIdsResponse:
|
|
150
|
+
GetV1PropertyPropertyIdPropertyIdsResponse,
|
|
151
|
+
): string {
|
|
152
|
+
return JSON.stringify(
|
|
153
|
+
GetV1PropertyPropertyIdPropertyIdsResponse$outboundSchema.parse(
|
|
154
|
+
getV1PropertyPropertyIdPropertyIdsResponse,
|
|
155
|
+
),
|
|
156
|
+
);
|
|
157
|
+
}
|
|
158
|
+
|
|
159
|
+
export function getV1PropertyPropertyIdPropertyIdsResponseFromJSON(
|
|
160
|
+
jsonString: string,
|
|
161
|
+
): SafeParseResult<
|
|
162
|
+
GetV1PropertyPropertyIdPropertyIdsResponse,
|
|
163
|
+
SDKValidationError
|
|
164
|
+
> {
|
|
165
|
+
return safeParse(
|
|
166
|
+
jsonString,
|
|
167
|
+
(x) =>
|
|
168
|
+
GetV1PropertyPropertyIdPropertyIdsResponse$inboundSchema.parse(
|
|
169
|
+
JSON.parse(x),
|
|
170
|
+
),
|
|
171
|
+
`Failed to parse 'GetV1PropertyPropertyIdPropertyIdsResponse' from JSON`,
|
|
172
|
+
);
|
|
173
|
+
}
|
|
@@ -0,0 +1,161 @@
|
|
|
1
|
+
/*
|
|
2
|
+
* Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.
|
|
3
|
+
*/
|
|
4
|
+
|
|
5
|
+
import * as z from "zod";
|
|
6
|
+
import { safeParse } from "../../../lib/schemas.js";
|
|
7
|
+
import { Result as SafeParseResult } from "../../types/fp.js";
|
|
8
|
+
import { SDKValidationError } from "../errors/sdkvalidationerror.js";
|
|
9
|
+
import * as shared from "../shared/index.js";
|
|
10
|
+
|
|
11
|
+
export type GetV1PropertySourcesSourceIdsRequest = {
|
|
12
|
+
/**
|
|
13
|
+
* Comma-separated list of attributes to include
|
|
14
|
+
*/
|
|
15
|
+
attributes?: string | undefined;
|
|
16
|
+
/**
|
|
17
|
+
* Maximum number of results to return
|
|
18
|
+
*/
|
|
19
|
+
limit?: string | undefined;
|
|
20
|
+
/**
|
|
21
|
+
* Number of results to skip
|
|
22
|
+
*/
|
|
23
|
+
offset?: string | undefined;
|
|
24
|
+
/**
|
|
25
|
+
* Comma-separated list of source IDs (e.g., provider-a::123, provider-b::456)
|
|
26
|
+
*/
|
|
27
|
+
sourceIds: string;
|
|
28
|
+
};
|
|
29
|
+
|
|
30
|
+
export type GetV1PropertySourcesSourceIdsResponse =
|
|
31
|
+
| shared.PropertyListResponse
|
|
32
|
+
| shared.ErrorResponse;
|
|
33
|
+
|
|
34
|
+
/** @internal */
|
|
35
|
+
export const GetV1PropertySourcesSourceIdsRequest$inboundSchema: z.ZodType<
|
|
36
|
+
GetV1PropertySourcesSourceIdsRequest,
|
|
37
|
+
z.ZodTypeDef,
|
|
38
|
+
unknown
|
|
39
|
+
> = z.object({
|
|
40
|
+
attributes: z.string().optional(),
|
|
41
|
+
limit: z.string().optional(),
|
|
42
|
+
offset: z.string().optional(),
|
|
43
|
+
sourceIds: z.string(),
|
|
44
|
+
});
|
|
45
|
+
|
|
46
|
+
/** @internal */
|
|
47
|
+
export type GetV1PropertySourcesSourceIdsRequest$Outbound = {
|
|
48
|
+
attributes?: string | undefined;
|
|
49
|
+
limit?: string | undefined;
|
|
50
|
+
offset?: string | undefined;
|
|
51
|
+
sourceIds: string;
|
|
52
|
+
};
|
|
53
|
+
|
|
54
|
+
/** @internal */
|
|
55
|
+
export const GetV1PropertySourcesSourceIdsRequest$outboundSchema: z.ZodType<
|
|
56
|
+
GetV1PropertySourcesSourceIdsRequest$Outbound,
|
|
57
|
+
z.ZodTypeDef,
|
|
58
|
+
GetV1PropertySourcesSourceIdsRequest
|
|
59
|
+
> = z.object({
|
|
60
|
+
attributes: z.string().optional(),
|
|
61
|
+
limit: z.string().optional(),
|
|
62
|
+
offset: z.string().optional(),
|
|
63
|
+
sourceIds: z.string(),
|
|
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
|
+
export namespace GetV1PropertySourcesSourceIdsRequest$ {
|
|
71
|
+
/** @deprecated use `GetV1PropertySourcesSourceIdsRequest$inboundSchema` instead. */
|
|
72
|
+
export const inboundSchema =
|
|
73
|
+
GetV1PropertySourcesSourceIdsRequest$inboundSchema;
|
|
74
|
+
/** @deprecated use `GetV1PropertySourcesSourceIdsRequest$outboundSchema` instead. */
|
|
75
|
+
export const outboundSchema =
|
|
76
|
+
GetV1PropertySourcesSourceIdsRequest$outboundSchema;
|
|
77
|
+
/** @deprecated use `GetV1PropertySourcesSourceIdsRequest$Outbound` instead. */
|
|
78
|
+
export type Outbound = GetV1PropertySourcesSourceIdsRequest$Outbound;
|
|
79
|
+
}
|
|
80
|
+
|
|
81
|
+
export function getV1PropertySourcesSourceIdsRequestToJSON(
|
|
82
|
+
getV1PropertySourcesSourceIdsRequest: GetV1PropertySourcesSourceIdsRequest,
|
|
83
|
+
): string {
|
|
84
|
+
return JSON.stringify(
|
|
85
|
+
GetV1PropertySourcesSourceIdsRequest$outboundSchema.parse(
|
|
86
|
+
getV1PropertySourcesSourceIdsRequest,
|
|
87
|
+
),
|
|
88
|
+
);
|
|
89
|
+
}
|
|
90
|
+
|
|
91
|
+
export function getV1PropertySourcesSourceIdsRequestFromJSON(
|
|
92
|
+
jsonString: string,
|
|
93
|
+
): SafeParseResult<GetV1PropertySourcesSourceIdsRequest, SDKValidationError> {
|
|
94
|
+
return safeParse(
|
|
95
|
+
jsonString,
|
|
96
|
+
(x) =>
|
|
97
|
+
GetV1PropertySourcesSourceIdsRequest$inboundSchema.parse(JSON.parse(x)),
|
|
98
|
+
`Failed to parse 'GetV1PropertySourcesSourceIdsRequest' from JSON`,
|
|
99
|
+
);
|
|
100
|
+
}
|
|
101
|
+
|
|
102
|
+
/** @internal */
|
|
103
|
+
export const GetV1PropertySourcesSourceIdsResponse$inboundSchema: z.ZodType<
|
|
104
|
+
GetV1PropertySourcesSourceIdsResponse,
|
|
105
|
+
z.ZodTypeDef,
|
|
106
|
+
unknown
|
|
107
|
+
> = z.union([
|
|
108
|
+
shared.PropertyListResponse$inboundSchema,
|
|
109
|
+
shared.ErrorResponse$inboundSchema,
|
|
110
|
+
]);
|
|
111
|
+
|
|
112
|
+
/** @internal */
|
|
113
|
+
export type GetV1PropertySourcesSourceIdsResponse$Outbound =
|
|
114
|
+
| shared.PropertyListResponse$Outbound
|
|
115
|
+
| shared.ErrorResponse$Outbound;
|
|
116
|
+
|
|
117
|
+
/** @internal */
|
|
118
|
+
export const GetV1PropertySourcesSourceIdsResponse$outboundSchema: z.ZodType<
|
|
119
|
+
GetV1PropertySourcesSourceIdsResponse$Outbound,
|
|
120
|
+
z.ZodTypeDef,
|
|
121
|
+
GetV1PropertySourcesSourceIdsResponse
|
|
122
|
+
> = z.union([
|
|
123
|
+
shared.PropertyListResponse$outboundSchema,
|
|
124
|
+
shared.ErrorResponse$outboundSchema,
|
|
125
|
+
]);
|
|
126
|
+
|
|
127
|
+
/**
|
|
128
|
+
* @internal
|
|
129
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
130
|
+
*/
|
|
131
|
+
export namespace GetV1PropertySourcesSourceIdsResponse$ {
|
|
132
|
+
/** @deprecated use `GetV1PropertySourcesSourceIdsResponse$inboundSchema` instead. */
|
|
133
|
+
export const inboundSchema =
|
|
134
|
+
GetV1PropertySourcesSourceIdsResponse$inboundSchema;
|
|
135
|
+
/** @deprecated use `GetV1PropertySourcesSourceIdsResponse$outboundSchema` instead. */
|
|
136
|
+
export const outboundSchema =
|
|
137
|
+
GetV1PropertySourcesSourceIdsResponse$outboundSchema;
|
|
138
|
+
/** @deprecated use `GetV1PropertySourcesSourceIdsResponse$Outbound` instead. */
|
|
139
|
+
export type Outbound = GetV1PropertySourcesSourceIdsResponse$Outbound;
|
|
140
|
+
}
|
|
141
|
+
|
|
142
|
+
export function getV1PropertySourcesSourceIdsResponseToJSON(
|
|
143
|
+
getV1PropertySourcesSourceIdsResponse: GetV1PropertySourcesSourceIdsResponse,
|
|
144
|
+
): string {
|
|
145
|
+
return JSON.stringify(
|
|
146
|
+
GetV1PropertySourcesSourceIdsResponse$outboundSchema.parse(
|
|
147
|
+
getV1PropertySourcesSourceIdsResponse,
|
|
148
|
+
),
|
|
149
|
+
);
|
|
150
|
+
}
|
|
151
|
+
|
|
152
|
+
export function getV1PropertySourcesSourceIdsResponseFromJSON(
|
|
153
|
+
jsonString: string,
|
|
154
|
+
): SafeParseResult<GetV1PropertySourcesSourceIdsResponse, SDKValidationError> {
|
|
155
|
+
return safeParse(
|
|
156
|
+
jsonString,
|
|
157
|
+
(x) =>
|
|
158
|
+
GetV1PropertySourcesSourceIdsResponse$inboundSchema.parse(JSON.parse(x)),
|
|
159
|
+
`Failed to parse 'GetV1PropertySourcesSourceIdsResponse' from JSON`,
|
|
160
|
+
);
|
|
161
|
+
}
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
/*
|
|
2
|
+
* Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.
|
|
3
|
+
*/
|
|
4
|
+
|
|
5
|
+
export * from "./getv1planningapplicationids.js";
|
|
6
|
+
export * from "./getv1planningsourcessourceids.js";
|
|
7
|
+
export * from "./getv1propertylocationids.js";
|
|
8
|
+
export * from "./getv1propertypropertyidpropertyids.js";
|
|
9
|
+
export * from "./getv1propertysourcessourceids.js";
|
|
10
|
+
export * from "./postv1planningquery.js";
|
|
11
|
+
export * from "./postv1propertypropertiesbyslugs.js";
|
|
12
|
+
export * from "./postv1propertyquery.js";
|
|
@@ -0,0 +1,71 @@
|
|
|
1
|
+
/*
|
|
2
|
+
* Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.
|
|
3
|
+
*/
|
|
4
|
+
|
|
5
|
+
import * as z from "zod";
|
|
6
|
+
import { safeParse } from "../../../lib/schemas.js";
|
|
7
|
+
import { Result as SafeParseResult } from "../../types/fp.js";
|
|
8
|
+
import { SDKValidationError } from "../errors/sdkvalidationerror.js";
|
|
9
|
+
import * as shared from "../shared/index.js";
|
|
10
|
+
|
|
11
|
+
export type PostV1PlanningQueryResponse =
|
|
12
|
+
| shared.PlanningListResponse
|
|
13
|
+
| shared.ErrorResponse;
|
|
14
|
+
|
|
15
|
+
/** @internal */
|
|
16
|
+
export const PostV1PlanningQueryResponse$inboundSchema: z.ZodType<
|
|
17
|
+
PostV1PlanningQueryResponse,
|
|
18
|
+
z.ZodTypeDef,
|
|
19
|
+
unknown
|
|
20
|
+
> = z.union([
|
|
21
|
+
shared.PlanningListResponse$inboundSchema,
|
|
22
|
+
shared.ErrorResponse$inboundSchema,
|
|
23
|
+
]);
|
|
24
|
+
|
|
25
|
+
/** @internal */
|
|
26
|
+
export type PostV1PlanningQueryResponse$Outbound =
|
|
27
|
+
| shared.PlanningListResponse$Outbound
|
|
28
|
+
| shared.ErrorResponse$Outbound;
|
|
29
|
+
|
|
30
|
+
/** @internal */
|
|
31
|
+
export const PostV1PlanningQueryResponse$outboundSchema: z.ZodType<
|
|
32
|
+
PostV1PlanningQueryResponse$Outbound,
|
|
33
|
+
z.ZodTypeDef,
|
|
34
|
+
PostV1PlanningQueryResponse
|
|
35
|
+
> = z.union([
|
|
36
|
+
shared.PlanningListResponse$outboundSchema,
|
|
37
|
+
shared.ErrorResponse$outboundSchema,
|
|
38
|
+
]);
|
|
39
|
+
|
|
40
|
+
/**
|
|
41
|
+
* @internal
|
|
42
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
43
|
+
*/
|
|
44
|
+
export namespace PostV1PlanningQueryResponse$ {
|
|
45
|
+
/** @deprecated use `PostV1PlanningQueryResponse$inboundSchema` instead. */
|
|
46
|
+
export const inboundSchema = PostV1PlanningQueryResponse$inboundSchema;
|
|
47
|
+
/** @deprecated use `PostV1PlanningQueryResponse$outboundSchema` instead. */
|
|
48
|
+
export const outboundSchema = PostV1PlanningQueryResponse$outboundSchema;
|
|
49
|
+
/** @deprecated use `PostV1PlanningQueryResponse$Outbound` instead. */
|
|
50
|
+
export type Outbound = PostV1PlanningQueryResponse$Outbound;
|
|
51
|
+
}
|
|
52
|
+
|
|
53
|
+
export function postV1PlanningQueryResponseToJSON(
|
|
54
|
+
postV1PlanningQueryResponse: PostV1PlanningQueryResponse,
|
|
55
|
+
): string {
|
|
56
|
+
return JSON.stringify(
|
|
57
|
+
PostV1PlanningQueryResponse$outboundSchema.parse(
|
|
58
|
+
postV1PlanningQueryResponse,
|
|
59
|
+
),
|
|
60
|
+
);
|
|
61
|
+
}
|
|
62
|
+
|
|
63
|
+
export function postV1PlanningQueryResponseFromJSON(
|
|
64
|
+
jsonString: string,
|
|
65
|
+
): SafeParseResult<PostV1PlanningQueryResponse, SDKValidationError> {
|
|
66
|
+
return safeParse(
|
|
67
|
+
jsonString,
|
|
68
|
+
(x) => PostV1PlanningQueryResponse$inboundSchema.parse(JSON.parse(x)),
|
|
69
|
+
`Failed to parse 'PostV1PlanningQueryResponse' from JSON`,
|
|
70
|
+
);
|
|
71
|
+
}
|
|
@@ -0,0 +1,80 @@
|
|
|
1
|
+
/*
|
|
2
|
+
* Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.
|
|
3
|
+
*/
|
|
4
|
+
|
|
5
|
+
import * as z from "zod";
|
|
6
|
+
import { safeParse } from "../../../lib/schemas.js";
|
|
7
|
+
import { Result as SafeParseResult } from "../../types/fp.js";
|
|
8
|
+
import { SDKValidationError } from "../errors/sdkvalidationerror.js";
|
|
9
|
+
import * as shared from "../shared/index.js";
|
|
10
|
+
|
|
11
|
+
export type PostV1PropertyPropertiesBySlugsResponse =
|
|
12
|
+
| shared.PropertyListResponse
|
|
13
|
+
| shared.ErrorResponse;
|
|
14
|
+
|
|
15
|
+
/** @internal */
|
|
16
|
+
export const PostV1PropertyPropertiesBySlugsResponse$inboundSchema: z.ZodType<
|
|
17
|
+
PostV1PropertyPropertiesBySlugsResponse,
|
|
18
|
+
z.ZodTypeDef,
|
|
19
|
+
unknown
|
|
20
|
+
> = z.union([
|
|
21
|
+
shared.PropertyListResponse$inboundSchema,
|
|
22
|
+
shared.ErrorResponse$inboundSchema,
|
|
23
|
+
]);
|
|
24
|
+
|
|
25
|
+
/** @internal */
|
|
26
|
+
export type PostV1PropertyPropertiesBySlugsResponse$Outbound =
|
|
27
|
+
| shared.PropertyListResponse$Outbound
|
|
28
|
+
| shared.ErrorResponse$Outbound;
|
|
29
|
+
|
|
30
|
+
/** @internal */
|
|
31
|
+
export const PostV1PropertyPropertiesBySlugsResponse$outboundSchema: z.ZodType<
|
|
32
|
+
PostV1PropertyPropertiesBySlugsResponse$Outbound,
|
|
33
|
+
z.ZodTypeDef,
|
|
34
|
+
PostV1PropertyPropertiesBySlugsResponse
|
|
35
|
+
> = z.union([
|
|
36
|
+
shared.PropertyListResponse$outboundSchema,
|
|
37
|
+
shared.ErrorResponse$outboundSchema,
|
|
38
|
+
]);
|
|
39
|
+
|
|
40
|
+
/**
|
|
41
|
+
* @internal
|
|
42
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
43
|
+
*/
|
|
44
|
+
export namespace PostV1PropertyPropertiesBySlugsResponse$ {
|
|
45
|
+
/** @deprecated use `PostV1PropertyPropertiesBySlugsResponse$inboundSchema` instead. */
|
|
46
|
+
export const inboundSchema =
|
|
47
|
+
PostV1PropertyPropertiesBySlugsResponse$inboundSchema;
|
|
48
|
+
/** @deprecated use `PostV1PropertyPropertiesBySlugsResponse$outboundSchema` instead. */
|
|
49
|
+
export const outboundSchema =
|
|
50
|
+
PostV1PropertyPropertiesBySlugsResponse$outboundSchema;
|
|
51
|
+
/** @deprecated use `PostV1PropertyPropertiesBySlugsResponse$Outbound` instead. */
|
|
52
|
+
export type Outbound = PostV1PropertyPropertiesBySlugsResponse$Outbound;
|
|
53
|
+
}
|
|
54
|
+
|
|
55
|
+
export function postV1PropertyPropertiesBySlugsResponseToJSON(
|
|
56
|
+
postV1PropertyPropertiesBySlugsResponse:
|
|
57
|
+
PostV1PropertyPropertiesBySlugsResponse,
|
|
58
|
+
): string {
|
|
59
|
+
return JSON.stringify(
|
|
60
|
+
PostV1PropertyPropertiesBySlugsResponse$outboundSchema.parse(
|
|
61
|
+
postV1PropertyPropertiesBySlugsResponse,
|
|
62
|
+
),
|
|
63
|
+
);
|
|
64
|
+
}
|
|
65
|
+
|
|
66
|
+
export function postV1PropertyPropertiesBySlugsResponseFromJSON(
|
|
67
|
+
jsonString: string,
|
|
68
|
+
): SafeParseResult<
|
|
69
|
+
PostV1PropertyPropertiesBySlugsResponse,
|
|
70
|
+
SDKValidationError
|
|
71
|
+
> {
|
|
72
|
+
return safeParse(
|
|
73
|
+
jsonString,
|
|
74
|
+
(x) =>
|
|
75
|
+
PostV1PropertyPropertiesBySlugsResponse$inboundSchema.parse(
|
|
76
|
+
JSON.parse(x),
|
|
77
|
+
),
|
|
78
|
+
`Failed to parse 'PostV1PropertyPropertiesBySlugsResponse' from JSON`,
|
|
79
|
+
);
|
|
80
|
+
}
|