@vepler/sdk 1.9.10 → 1.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/FUNCTIONS.md +3 -3
- package/README.md +53 -31
- package/dist/commonjs/funcs/{healthGetV1LocationHealth.d.ts → healthCheckLocationHealth.d.ts} +2 -2
- package/dist/commonjs/funcs/{healthGetV1PlanningHealth.d.ts.map → healthCheckLocationHealth.d.ts.map} +1 -1
- package/dist/commonjs/funcs/{healthGetV1LocationHealth.js → healthCheckLocationHealth.js} +4 -4
- package/dist/commonjs/funcs/{healthGetV1PlanningHealth.js.map → healthCheckLocationHealth.js.map} +1 -1
- package/dist/{esm/funcs/healthGetV1PlanningHealth.d.ts → commonjs/funcs/healthCheckPlanningHealth.d.ts} +2 -2
- package/dist/commonjs/funcs/{healthGetV1LocationHealth.d.ts.map → healthCheckPlanningHealth.d.ts.map} +1 -1
- package/dist/commonjs/funcs/{healthGetV1PlanningHealth.js → healthCheckPlanningHealth.js} +4 -4
- package/dist/commonjs/funcs/{healthGetV1PropertyHealth.js.map → healthCheckPlanningHealth.js.map} +1 -1
- package/dist/{esm/funcs/healthGetV1PropertyHealth.d.ts → commonjs/funcs/healthCheckPropertyHealth.d.ts} +2 -2
- package/dist/commonjs/funcs/{healthGetV1PropertyHealth.d.ts.map → healthCheckPropertyHealth.d.ts.map} +1 -1
- package/dist/commonjs/funcs/{healthGetV1PropertyHealth.js → healthCheckPropertyHealth.js} +4 -4
- package/dist/commonjs/funcs/{healthGetV1LocationHealth.js.map → healthCheckPropertyHealth.js.map} +1 -1
- package/dist/{esm/funcs/locationPostV1LocationStreetQuery.d.ts → commonjs/funcs/locationSearchStreets.d.ts} +2 -2
- package/dist/commonjs/funcs/locationSearchStreets.d.ts.map +1 -0
- package/dist/commonjs/funcs/{locationPostV1LocationStreetQuery.js → locationSearchStreets.js} +5 -5
- package/dist/commonjs/funcs/locationSearchStreets.js.map +1 -0
- package/dist/commonjs/funcs/{planningGetV1PlanningApplicationIds.d.ts → planningGetPlanningApplications.d.ts} +2 -2
- package/dist/commonjs/funcs/planningGetPlanningApplications.d.ts.map +1 -0
- package/dist/commonjs/funcs/{planningGetV1PlanningApplicationIds.js → planningGetPlanningApplications.js} +6 -6
- package/dist/commonjs/funcs/planningGetPlanningApplications.js.map +1 -0
- package/dist/commonjs/funcs/{planningGetV1PlanningSourcesSourceIds.d.ts → planningGetPlanningApplicationsBySource.d.ts} +2 -2
- package/dist/commonjs/funcs/planningGetPlanningApplicationsBySource.d.ts.map +1 -0
- package/dist/commonjs/funcs/{planningGetV1PlanningSourcesSourceIds.js → planningGetPlanningApplicationsBySource.js} +6 -6
- package/dist/commonjs/funcs/planningGetPlanningApplicationsBySource.js.map +1 -0
- package/dist/commonjs/funcs/{planningPostV1PlanningQuery.d.ts → planningSearchPlanningApplications.d.ts} +2 -2
- package/dist/commonjs/funcs/planningSearchPlanningApplications.d.ts.map +1 -0
- package/dist/commonjs/funcs/{planningPostV1PlanningQuery.js → planningSearchPlanningApplications.js} +5 -5
- package/dist/commonjs/funcs/planningSearchPlanningApplications.js.map +1 -0
- package/dist/commonjs/funcs/propertyGetProperties.d.ts +17 -0
- package/dist/commonjs/funcs/propertyGetProperties.d.ts.map +1 -0
- package/dist/commonjs/funcs/{propertyGetV1PropertyPropertyIdPropertyIds.js → propertyGetProperties.js} +6 -6
- package/dist/commonjs/funcs/propertyGetProperties.js.map +1 -0
- package/dist/{esm/funcs/propertyGetV1PropertyLocationIds.d.ts → commonjs/funcs/propertyGetPropertiesByLocation.d.ts} +2 -2
- package/dist/commonjs/funcs/propertyGetPropertiesByLocation.d.ts.map +1 -0
- package/dist/commonjs/funcs/{propertyGetV1PropertyLocationIds.js → propertyGetPropertiesByLocation.js} +6 -6
- package/dist/commonjs/funcs/propertyGetPropertiesByLocation.js.map +1 -0
- package/dist/commonjs/funcs/{propertyPostV1PropertyPropertiesBySlugs.d.ts → propertyGetPropertiesBySlugs.d.ts} +2 -2
- package/dist/commonjs/funcs/propertyGetPropertiesBySlugs.d.ts.map +1 -0
- package/dist/commonjs/funcs/{propertyPostV1PropertyPropertiesBySlugs.js → propertyGetPropertiesBySlugs.js} +5 -5
- package/dist/commonjs/funcs/propertyGetPropertiesBySlugs.js.map +1 -0
- package/dist/commonjs/funcs/{propertyGetV1PropertySourcesSourceIds.d.ts → propertyGetPropertiesBySource.d.ts} +2 -2
- package/dist/commonjs/funcs/propertyGetPropertiesBySource.d.ts.map +1 -0
- package/dist/commonjs/funcs/{propertyGetV1PropertySourcesSourceIds.js → propertyGetPropertiesBySource.js} +6 -6
- package/dist/commonjs/funcs/propertyGetPropertiesBySource.js.map +1 -0
- package/dist/commonjs/funcs/propertySearchProperties.d.ts +18 -0
- package/dist/commonjs/funcs/propertySearchProperties.d.ts.map +1 -0
- package/dist/commonjs/funcs/{propertyPostV1PropertyQuery.js → propertySearchProperties.js} +5 -5
- package/dist/commonjs/funcs/propertySearchProperties.js.map +1 -0
- package/dist/commonjs/funcs/schoolMetricsGetMetrics.d.ts +17 -0
- package/dist/commonjs/funcs/schoolMetricsGetMetrics.d.ts.map +1 -0
- package/dist/commonjs/funcs/schoolMetricsGetMetrics.js +130 -0
- package/dist/commonjs/funcs/schoolMetricsGetMetrics.js.map +1 -0
- package/dist/commonjs/funcs/schoolMetricsListProfiles.d.ts +17 -0
- package/dist/commonjs/funcs/schoolMetricsListProfiles.d.ts.map +1 -0
- package/dist/commonjs/funcs/schoolMetricsListProfiles.js +104 -0
- package/dist/commonjs/funcs/schoolMetricsListProfiles.js.map +1 -0
- package/dist/commonjs/funcs/schoolsGet.d.ts +17 -0
- package/dist/commonjs/funcs/{propertyGetV1PropertyPropertyIdPropertyIds.d.ts.map → schoolsGet.d.ts.map} +1 -1
- package/dist/commonjs/funcs/schoolsGet.js +124 -0
- package/dist/commonjs/funcs/schoolsGet.js.map +1 -0
- package/dist/commonjs/funcs/{propertyGetV1PropertyPropertyIdPropertyIds.d.ts → schoolsGetBySlug.d.ts} +4 -4
- package/dist/commonjs/funcs/schoolsGetBySlug.d.ts.map +1 -0
- package/dist/commonjs/funcs/schoolsGetBySlug.js +124 -0
- package/dist/commonjs/funcs/schoolsGetBySlug.js.map +1 -0
- package/dist/commonjs/funcs/schoolsGetByUrn.d.ts +17 -0
- package/dist/commonjs/funcs/schoolsGetByUrn.d.ts.map +1 -0
- package/dist/commonjs/funcs/schoolsGetByUrn.js +124 -0
- package/dist/commonjs/funcs/schoolsGetByUrn.js.map +1 -0
- package/dist/{esm/funcs/propertyGetV1PropertyPropertyIdPropertyIds.d.ts → commonjs/funcs/schoolsList.d.ts} +4 -4
- package/dist/commonjs/funcs/schoolsList.d.ts.map +1 -0
- package/dist/commonjs/funcs/schoolsList.js +126 -0
- package/dist/commonjs/funcs/schoolsList.js.map +1 -0
- package/dist/commonjs/funcs/schoolsSearchNearby.d.ts +17 -0
- package/dist/commonjs/funcs/schoolsSearchNearby.d.ts.map +1 -0
- package/dist/commonjs/funcs/schoolsSearchNearby.js +125 -0
- package/dist/commonjs/funcs/schoolsSearchNearby.js.map +1 -0
- package/dist/commonjs/funcs/schoolsSearchWithin.d.ts +17 -0
- package/dist/commonjs/funcs/schoolsSearchWithin.d.ts.map +1 -0
- package/dist/commonjs/funcs/schoolsSearchWithin.js +125 -0
- package/dist/commonjs/funcs/schoolsSearchWithin.js.map +1 -0
- package/dist/commonjs/lib/config.d.ts +3 -3
- package/dist/commonjs/lib/config.d.ts.map +1 -1
- package/dist/commonjs/lib/config.js +3 -3
- package/dist/commonjs/lib/config.js.map +1 -1
- package/dist/commonjs/sdk/health.d.ts +3 -3
- package/dist/commonjs/sdk/health.js +9 -9
- package/dist/commonjs/sdk/location.d.ts +1 -1
- package/dist/commonjs/sdk/location.d.ts.map +1 -1
- package/dist/commonjs/sdk/location.js +3 -3
- package/dist/commonjs/sdk/location.js.map +1 -1
- package/dist/commonjs/sdk/models/operations/getmetricprofiles.d.ts +89 -0
- package/dist/commonjs/sdk/models/operations/getmetricprofiles.d.ts.map +1 -0
- package/dist/commonjs/sdk/models/operations/getmetricprofiles.js +122 -0
- package/dist/commonjs/sdk/models/operations/getmetricprofiles.js.map +1 -0
- package/dist/commonjs/sdk/models/operations/getplanningapplications.d.ts +54 -0
- package/dist/commonjs/sdk/models/operations/getplanningapplications.d.ts.map +1 -0
- package/dist/commonjs/sdk/models/operations/getplanningapplications.js +99 -0
- package/dist/commonjs/sdk/models/operations/getplanningapplications.js.map +1 -0
- package/dist/commonjs/sdk/models/operations/getplanningapplicationsbysource.d.ts +54 -0
- package/dist/commonjs/sdk/models/operations/getplanningapplicationsbysource.d.ts.map +1 -0
- package/dist/commonjs/sdk/models/operations/getplanningapplicationsbysource.js +99 -0
- package/dist/commonjs/sdk/models/operations/getplanningapplicationsbysource.js.map +1 -0
- package/dist/commonjs/sdk/models/operations/getproperties.d.ts +69 -0
- package/dist/commonjs/sdk/models/operations/getproperties.d.ts.map +1 -0
- package/dist/commonjs/sdk/models/operations/getproperties.js +105 -0
- package/dist/commonjs/sdk/models/operations/getproperties.js.map +1 -0
- package/dist/commonjs/sdk/models/operations/getpropertiesbylocation.d.ts +69 -0
- package/dist/commonjs/sdk/models/operations/getpropertiesbylocation.d.ts.map +1 -0
- package/dist/commonjs/sdk/models/operations/getpropertiesbylocation.js +105 -0
- package/dist/commonjs/sdk/models/operations/getpropertiesbylocation.js.map +1 -0
- package/dist/commonjs/sdk/models/operations/getpropertiesbyslugs.d.ts +26 -0
- package/dist/commonjs/sdk/models/operations/getpropertiesbyslugs.d.ts.map +1 -0
- package/dist/commonjs/sdk/models/operations/{postv1propertyquery.js → getpropertiesbyslugs.js} +17 -17
- package/dist/commonjs/sdk/models/operations/getpropertiesbyslugs.js.map +1 -0
- package/dist/commonjs/sdk/models/operations/getpropertiesbysource.d.ts +69 -0
- package/dist/commonjs/sdk/models/operations/getpropertiesbysource.d.ts.map +1 -0
- package/dist/commonjs/sdk/models/operations/getpropertiesbysource.js +105 -0
- package/dist/commonjs/sdk/models/operations/getpropertiesbysource.js.map +1 -0
- package/dist/commonjs/sdk/models/operations/getschoolbyid.d.ts +245 -0
- package/dist/commonjs/sdk/models/operations/getschoolbyid.d.ts.map +1 -0
- package/dist/commonjs/sdk/models/operations/getschoolbyid.js +267 -0
- package/dist/commonjs/sdk/models/operations/getschoolbyid.js.map +1 -0
- package/dist/commonjs/sdk/models/operations/getschoolbyslug.d.ts +245 -0
- package/dist/commonjs/sdk/models/operations/getschoolbyslug.d.ts.map +1 -0
- package/dist/commonjs/sdk/models/operations/getschoolbyslug.js +267 -0
- package/dist/commonjs/sdk/models/operations/getschoolbyslug.js.map +1 -0
- package/dist/commonjs/sdk/models/operations/getschoolbyurn.d.ts +245 -0
- package/dist/commonjs/sdk/models/operations/getschoolbyurn.d.ts.map +1 -0
- package/dist/commonjs/sdk/models/operations/getschoolbyurn.js +267 -0
- package/dist/commonjs/sdk/models/operations/getschoolbyurn.js.map +1 -0
- package/dist/commonjs/sdk/models/operations/getschoolmetrics.d.ts +901 -0
- package/dist/commonjs/sdk/models/operations/getschoolmetrics.d.ts.map +1 -0
- package/dist/commonjs/sdk/models/operations/getschoolmetrics.js +844 -0
- package/dist/commonjs/sdk/models/operations/getschoolmetrics.js.map +1 -0
- package/dist/commonjs/sdk/models/operations/index.d.ts +17 -9
- package/dist/commonjs/sdk/models/operations/index.d.ts.map +1 -1
- package/dist/commonjs/sdk/models/operations/index.js +17 -9
- package/dist/commonjs/sdk/models/operations/index.js.map +1 -1
- package/dist/commonjs/sdk/models/operations/listschools.d.ts +248 -0
- package/dist/commonjs/sdk/models/operations/listschools.d.ts.map +1 -0
- package/dist/commonjs/sdk/models/operations/listschools.js +262 -0
- package/dist/commonjs/sdk/models/operations/listschools.js.map +1 -0
- package/dist/commonjs/sdk/models/operations/searchplanningapplications.d.ts +26 -0
- package/dist/commonjs/sdk/models/operations/searchplanningapplications.d.ts.map +1 -0
- package/dist/commonjs/sdk/models/operations/{postv1propertypropertiesbyslugs.js → searchplanningapplications.js} +19 -19
- package/dist/commonjs/sdk/models/operations/searchplanningapplications.js.map +1 -0
- package/dist/commonjs/sdk/models/operations/searchproperties.d.ts +26 -0
- package/dist/commonjs/sdk/models/operations/searchproperties.d.ts.map +1 -0
- package/dist/commonjs/sdk/models/operations/{postv1planningquery.js → searchproperties.js} +19 -19
- package/dist/commonjs/sdk/models/operations/searchproperties.js.map +1 -0
- package/dist/commonjs/sdk/models/operations/searchschoolsnearby.d.ts +274 -0
- package/dist/commonjs/sdk/models/operations/searchschoolsnearby.d.ts.map +1 -0
- package/dist/commonjs/sdk/models/operations/searchschoolsnearby.js +282 -0
- package/dist/commonjs/sdk/models/operations/searchschoolsnearby.js.map +1 -0
- package/dist/commonjs/sdk/models/operations/searchschoolswithin.d.ts +243 -0
- package/dist/commonjs/sdk/models/operations/searchschoolswithin.d.ts.map +1 -0
- package/dist/commonjs/sdk/models/operations/searchschoolswithin.js +260 -0
- package/dist/commonjs/sdk/models/operations/searchschoolswithin.js.map +1 -0
- package/dist/commonjs/sdk/models/operations/searchstreets.d.ts +26 -0
- package/dist/commonjs/sdk/models/operations/searchstreets.d.ts.map +1 -0
- package/dist/commonjs/sdk/models/operations/{postv1locationstreetquery.js → searchstreets.js} +17 -17
- package/dist/commonjs/sdk/models/operations/searchstreets.js.map +1 -0
- package/dist/commonjs/sdk/models/shared/index.d.ts +1 -0
- package/dist/commonjs/sdk/models/shared/index.d.ts.map +1 -1
- package/dist/commonjs/sdk/models/shared/index.js +1 -0
- package/dist/commonjs/sdk/models/shared/index.js.map +1 -1
- package/dist/commonjs/sdk/models/shared/postcodeareafilter.d.ts +1 -1
- package/dist/commonjs/sdk/models/shared/propertyaddress.d.ts +1 -1
- package/dist/commonjs/sdk/models/shared/school.d.ts +441 -0
- package/dist/commonjs/sdk/models/shared/school.d.ts.map +1 -0
- package/dist/commonjs/sdk/models/shared/school.js +301 -0
- package/dist/commonjs/sdk/models/shared/school.js.map +1 -0
- package/dist/commonjs/sdk/models/shared/streetquerybycoordinates.d.ts +2 -2
- package/dist/commonjs/sdk/planning.d.ts +7 -7
- package/dist/commonjs/sdk/planning.d.ts.map +1 -1
- package/dist/commonjs/sdk/planning.js +13 -13
- package/dist/commonjs/sdk/planning.js.map +1 -1
- package/dist/commonjs/sdk/property.d.ts +11 -11
- package/dist/commonjs/sdk/property.d.ts.map +1 -1
- package/dist/commonjs/sdk/property.js +21 -21
- package/dist/commonjs/sdk/property.js.map +1 -1
- package/dist/commonjs/sdk/schoolmetrics.d.ts +19 -0
- package/dist/commonjs/sdk/schoolmetrics.d.ts.map +1 -0
- package/dist/commonjs/sdk/schoolmetrics.js +32 -0
- package/dist/commonjs/sdk/schoolmetrics.js.map +1 -0
- package/dist/commonjs/sdk/schools.d.ts +47 -0
- package/dist/commonjs/sdk/schools.d.ts.map +1 -0
- package/dist/commonjs/sdk/schools.js +72 -0
- package/dist/commonjs/sdk/schools.js.map +1 -0
- package/dist/commonjs/sdk/sdk.d.ts +6 -0
- package/dist/commonjs/sdk/sdk.d.ts.map +1 -1
- package/dist/commonjs/sdk/sdk.js +8 -0
- package/dist/commonjs/sdk/sdk.js.map +1 -1
- package/dist/esm/funcs/{healthGetV1LocationHealth.d.ts → healthCheckLocationHealth.d.ts} +2 -2
- package/dist/esm/funcs/{healthGetV1LocationHealth.d.ts.map → healthCheckLocationHealth.d.ts.map} +1 -1
- package/dist/esm/funcs/{healthGetV1LocationHealth.js → healthCheckLocationHealth.js} +3 -3
- package/dist/esm/funcs/{healthGetV1PlanningHealth.js.map → healthCheckLocationHealth.js.map} +1 -1
- package/dist/{commonjs/funcs/healthGetV1PlanningHealth.d.ts → esm/funcs/healthCheckPlanningHealth.d.ts} +2 -2
- package/dist/esm/funcs/healthCheckPlanningHealth.d.ts.map +1 -0
- package/dist/esm/funcs/{healthGetV1PlanningHealth.js → healthCheckPlanningHealth.js} +3 -3
- package/dist/esm/funcs/{healthGetV1PropertyHealth.js.map → healthCheckPlanningHealth.js.map} +1 -1
- package/dist/{commonjs/funcs/healthGetV1PropertyHealth.d.ts → esm/funcs/healthCheckPropertyHealth.d.ts} +2 -2
- package/dist/esm/funcs/healthCheckPropertyHealth.d.ts.map +1 -0
- package/dist/esm/funcs/{healthGetV1PropertyHealth.js → healthCheckPropertyHealth.js} +3 -3
- package/dist/esm/funcs/{healthGetV1LocationHealth.js.map → healthCheckPropertyHealth.js.map} +1 -1
- package/dist/{commonjs/funcs/locationPostV1LocationStreetQuery.d.ts → esm/funcs/locationSearchStreets.d.ts} +2 -2
- package/dist/esm/funcs/locationSearchStreets.d.ts.map +1 -0
- package/dist/esm/funcs/{locationPostV1LocationStreetQuery.js → locationSearchStreets.js} +4 -4
- package/dist/esm/funcs/locationSearchStreets.js.map +1 -0
- package/dist/esm/funcs/{planningGetV1PlanningApplicationIds.d.ts → planningGetPlanningApplications.d.ts} +2 -2
- package/dist/esm/funcs/planningGetPlanningApplications.d.ts.map +1 -0
- package/dist/esm/funcs/{planningGetV1PlanningApplicationIds.js → planningGetPlanningApplications.js} +5 -5
- package/dist/esm/funcs/planningGetPlanningApplications.js.map +1 -0
- package/dist/esm/funcs/{planningGetV1PlanningSourcesSourceIds.d.ts → planningGetPlanningApplicationsBySource.d.ts} +2 -2
- package/dist/esm/funcs/planningGetPlanningApplicationsBySource.d.ts.map +1 -0
- package/dist/esm/funcs/{planningGetV1PlanningSourcesSourceIds.js → planningGetPlanningApplicationsBySource.js} +5 -5
- package/dist/esm/funcs/planningGetPlanningApplicationsBySource.js.map +1 -0
- package/dist/esm/funcs/{planningPostV1PlanningQuery.d.ts → planningSearchPlanningApplications.d.ts} +2 -2
- package/dist/esm/funcs/planningSearchPlanningApplications.d.ts.map +1 -0
- package/dist/esm/funcs/{planningPostV1PlanningQuery.js → planningSearchPlanningApplications.js} +4 -4
- package/dist/esm/funcs/planningSearchPlanningApplications.js.map +1 -0
- package/dist/esm/funcs/propertyGetProperties.d.ts +17 -0
- package/dist/esm/funcs/propertyGetProperties.d.ts.map +1 -0
- package/dist/esm/funcs/{propertyGetV1PropertyPropertyIdPropertyIds.js → propertyGetProperties.js} +5 -5
- package/dist/esm/funcs/propertyGetProperties.js.map +1 -0
- package/dist/{commonjs/funcs/propertyGetV1PropertyLocationIds.d.ts → esm/funcs/propertyGetPropertiesByLocation.d.ts} +2 -2
- package/dist/esm/funcs/propertyGetPropertiesByLocation.d.ts.map +1 -0
- package/dist/esm/funcs/{propertyGetV1PropertyLocationIds.js → propertyGetPropertiesByLocation.js} +5 -5
- package/dist/esm/funcs/propertyGetPropertiesByLocation.js.map +1 -0
- package/dist/esm/funcs/{propertyPostV1PropertyPropertiesBySlugs.d.ts → propertyGetPropertiesBySlugs.d.ts} +2 -2
- package/dist/esm/funcs/propertyGetPropertiesBySlugs.d.ts.map +1 -0
- package/dist/esm/funcs/{propertyPostV1PropertyPropertiesBySlugs.js → propertyGetPropertiesBySlugs.js} +4 -4
- package/dist/esm/funcs/propertyGetPropertiesBySlugs.js.map +1 -0
- package/dist/esm/funcs/{propertyGetV1PropertySourcesSourceIds.d.ts → propertyGetPropertiesBySource.d.ts} +2 -2
- package/dist/esm/funcs/propertyGetPropertiesBySource.d.ts.map +1 -0
- package/dist/esm/funcs/{propertyGetV1PropertySourcesSourceIds.js → propertyGetPropertiesBySource.js} +5 -5
- package/dist/esm/funcs/propertyGetPropertiesBySource.js.map +1 -0
- package/dist/esm/funcs/propertySearchProperties.d.ts +18 -0
- package/dist/esm/funcs/propertySearchProperties.d.ts.map +1 -0
- package/dist/esm/funcs/{propertyPostV1PropertyQuery.js → propertySearchProperties.js} +4 -4
- package/dist/esm/funcs/propertySearchProperties.js.map +1 -0
- package/dist/esm/funcs/schoolMetricsGetMetrics.d.ts +17 -0
- package/dist/esm/funcs/schoolMetricsGetMetrics.d.ts.map +1 -0
- package/dist/esm/funcs/schoolMetricsGetMetrics.js +94 -0
- package/dist/esm/funcs/schoolMetricsGetMetrics.js.map +1 -0
- package/dist/esm/funcs/schoolMetricsListProfiles.d.ts +17 -0
- package/dist/esm/funcs/schoolMetricsListProfiles.d.ts.map +1 -0
- package/dist/esm/funcs/schoolMetricsListProfiles.js +68 -0
- package/dist/esm/funcs/schoolMetricsListProfiles.js.map +1 -0
- package/dist/esm/funcs/schoolsGet.d.ts +17 -0
- package/dist/esm/funcs/{propertyGetV1PropertyPropertyIdPropertyIds.d.ts.map → schoolsGet.d.ts.map} +1 -1
- package/dist/esm/funcs/schoolsGet.js +88 -0
- package/dist/esm/funcs/schoolsGet.js.map +1 -0
- package/dist/esm/funcs/schoolsGetBySlug.d.ts +17 -0
- package/dist/esm/funcs/schoolsGetBySlug.d.ts.map +1 -0
- package/dist/esm/funcs/schoolsGetBySlug.js +88 -0
- package/dist/esm/funcs/schoolsGetBySlug.js.map +1 -0
- package/dist/esm/funcs/schoolsGetByUrn.d.ts +17 -0
- package/dist/esm/funcs/schoolsGetByUrn.d.ts.map +1 -0
- package/dist/esm/funcs/schoolsGetByUrn.js +88 -0
- package/dist/esm/funcs/schoolsGetByUrn.js.map +1 -0
- package/dist/esm/funcs/schoolsList.d.ts +17 -0
- package/dist/esm/funcs/schoolsList.d.ts.map +1 -0
- package/dist/esm/funcs/schoolsList.js +90 -0
- package/dist/esm/funcs/schoolsList.js.map +1 -0
- package/dist/esm/funcs/schoolsSearchNearby.d.ts +17 -0
- package/dist/esm/funcs/schoolsSearchNearby.d.ts.map +1 -0
- package/dist/esm/funcs/schoolsSearchNearby.js +89 -0
- package/dist/esm/funcs/schoolsSearchNearby.js.map +1 -0
- package/dist/esm/funcs/schoolsSearchWithin.d.ts +17 -0
- package/dist/esm/funcs/schoolsSearchWithin.d.ts.map +1 -0
- package/dist/esm/funcs/schoolsSearchWithin.js +89 -0
- package/dist/esm/funcs/schoolsSearchWithin.js.map +1 -0
- package/dist/esm/lib/config.d.ts +3 -3
- package/dist/esm/lib/config.d.ts.map +1 -1
- package/dist/esm/lib/config.js +3 -3
- package/dist/esm/lib/config.js.map +1 -1
- package/dist/esm/sdk/health.d.ts +3 -3
- package/dist/esm/sdk/health.js +9 -9
- package/dist/esm/sdk/location.d.ts +1 -1
- package/dist/esm/sdk/location.d.ts.map +1 -1
- package/dist/esm/sdk/location.js +3 -3
- package/dist/esm/sdk/location.js.map +1 -1
- package/dist/esm/sdk/models/operations/getmetricprofiles.d.ts +89 -0
- package/dist/esm/sdk/models/operations/getmetricprofiles.d.ts.map +1 -0
- package/dist/esm/sdk/models/operations/getmetricprofiles.js +82 -0
- package/dist/esm/sdk/models/operations/getmetricprofiles.js.map +1 -0
- package/dist/esm/sdk/models/operations/getplanningapplications.d.ts +54 -0
- package/dist/esm/sdk/models/operations/getplanningapplications.d.ts.map +1 -0
- package/dist/esm/sdk/models/operations/getplanningapplications.js +59 -0
- package/dist/esm/sdk/models/operations/getplanningapplications.js.map +1 -0
- package/dist/esm/sdk/models/operations/getplanningapplicationsbysource.d.ts +54 -0
- package/dist/esm/sdk/models/operations/getplanningapplicationsbysource.d.ts.map +1 -0
- package/dist/esm/sdk/models/operations/getplanningapplicationsbysource.js +59 -0
- package/dist/esm/sdk/models/operations/getplanningapplicationsbysource.js.map +1 -0
- package/dist/esm/sdk/models/operations/getproperties.d.ts +69 -0
- package/dist/esm/sdk/models/operations/getproperties.d.ts.map +1 -0
- package/dist/esm/sdk/models/operations/getproperties.js +65 -0
- package/dist/esm/sdk/models/operations/getproperties.js.map +1 -0
- package/dist/esm/sdk/models/operations/getpropertiesbylocation.d.ts +69 -0
- package/dist/esm/sdk/models/operations/getpropertiesbylocation.d.ts.map +1 -0
- package/dist/esm/sdk/models/operations/getpropertiesbylocation.js +65 -0
- package/dist/esm/sdk/models/operations/getpropertiesbylocation.js.map +1 -0
- package/dist/esm/sdk/models/operations/getpropertiesbyslugs.d.ts +26 -0
- package/dist/esm/sdk/models/operations/getpropertiesbyslugs.d.ts.map +1 -0
- package/dist/esm/sdk/models/operations/getpropertiesbyslugs.js +34 -0
- package/dist/esm/sdk/models/operations/getpropertiesbyslugs.js.map +1 -0
- package/dist/esm/sdk/models/operations/getpropertiesbysource.d.ts +69 -0
- package/dist/esm/sdk/models/operations/getpropertiesbysource.d.ts.map +1 -0
- package/dist/esm/sdk/models/operations/getpropertiesbysource.js +65 -0
- package/dist/esm/sdk/models/operations/getpropertiesbysource.js.map +1 -0
- package/dist/esm/sdk/models/operations/getschoolbyid.d.ts +245 -0
- package/dist/esm/sdk/models/operations/getschoolbyid.d.ts.map +1 -0
- package/dist/esm/sdk/models/operations/getschoolbyid.js +219 -0
- package/dist/esm/sdk/models/operations/getschoolbyid.js.map +1 -0
- package/dist/esm/sdk/models/operations/getschoolbyslug.d.ts +245 -0
- package/dist/esm/sdk/models/operations/getschoolbyslug.d.ts.map +1 -0
- package/dist/esm/sdk/models/operations/getschoolbyslug.js +219 -0
- package/dist/esm/sdk/models/operations/getschoolbyslug.js.map +1 -0
- package/dist/esm/sdk/models/operations/getschoolbyurn.d.ts +245 -0
- package/dist/esm/sdk/models/operations/getschoolbyurn.d.ts.map +1 -0
- package/dist/esm/sdk/models/operations/getschoolbyurn.js +219 -0
- package/dist/esm/sdk/models/operations/getschoolbyurn.js.map +1 -0
- package/dist/esm/sdk/models/operations/getschoolmetrics.d.ts +901 -0
- package/dist/esm/sdk/models/operations/getschoolmetrics.d.ts.map +1 -0
- package/dist/esm/sdk/models/operations/getschoolmetrics.js +771 -0
- package/dist/esm/sdk/models/operations/getschoolmetrics.js.map +1 -0
- package/dist/esm/sdk/models/operations/index.d.ts +17 -9
- package/dist/esm/sdk/models/operations/index.d.ts.map +1 -1
- package/dist/esm/sdk/models/operations/index.js +17 -9
- package/dist/esm/sdk/models/operations/index.js.map +1 -1
- package/dist/esm/sdk/models/operations/listschools.d.ts +248 -0
- package/dist/esm/sdk/models/operations/listschools.d.ts.map +1 -0
- package/dist/esm/sdk/models/operations/listschools.js +216 -0
- package/dist/esm/sdk/models/operations/listschools.js.map +1 -0
- package/dist/esm/sdk/models/operations/searchplanningapplications.d.ts +26 -0
- package/dist/esm/sdk/models/operations/searchplanningapplications.d.ts.map +1 -0
- package/dist/esm/sdk/models/operations/searchplanningapplications.js +34 -0
- package/dist/esm/sdk/models/operations/searchplanningapplications.js.map +1 -0
- package/dist/esm/sdk/models/operations/searchproperties.d.ts +26 -0
- package/dist/esm/sdk/models/operations/searchproperties.d.ts.map +1 -0
- package/dist/esm/sdk/models/operations/searchproperties.js +34 -0
- package/dist/esm/sdk/models/operations/searchproperties.js.map +1 -0
- package/dist/esm/sdk/models/operations/searchschoolsnearby.d.ts +274 -0
- package/dist/esm/sdk/models/operations/searchschoolsnearby.d.ts.map +1 -0
- package/dist/esm/sdk/models/operations/searchschoolsnearby.js +236 -0
- package/dist/esm/sdk/models/operations/searchschoolsnearby.js.map +1 -0
- package/dist/esm/sdk/models/operations/searchschoolswithin.d.ts +243 -0
- package/dist/esm/sdk/models/operations/searchschoolswithin.d.ts.map +1 -0
- package/dist/esm/sdk/models/operations/searchschoolswithin.js +214 -0
- package/dist/esm/sdk/models/operations/searchschoolswithin.js.map +1 -0
- package/dist/esm/sdk/models/operations/searchstreets.d.ts +26 -0
- package/dist/esm/sdk/models/operations/searchstreets.d.ts.map +1 -0
- package/dist/esm/sdk/models/operations/searchstreets.js +34 -0
- package/dist/esm/sdk/models/operations/searchstreets.js.map +1 -0
- package/dist/esm/sdk/models/shared/index.d.ts +1 -0
- package/dist/esm/sdk/models/shared/index.d.ts.map +1 -1
- package/dist/esm/sdk/models/shared/index.js +1 -0
- package/dist/esm/sdk/models/shared/index.js.map +1 -1
- package/dist/esm/sdk/models/shared/postcodeareafilter.d.ts +1 -1
- package/dist/esm/sdk/models/shared/propertyaddress.d.ts +1 -1
- package/dist/esm/sdk/models/shared/school.d.ts +441 -0
- package/dist/esm/sdk/models/shared/school.d.ts.map +1 -0
- package/dist/esm/sdk/models/shared/school.js +259 -0
- package/dist/esm/sdk/models/shared/school.js.map +1 -0
- package/dist/esm/sdk/models/shared/streetquerybycoordinates.d.ts +2 -2
- package/dist/esm/sdk/planning.d.ts +7 -7
- package/dist/esm/sdk/planning.d.ts.map +1 -1
- package/dist/esm/sdk/planning.js +13 -13
- package/dist/esm/sdk/planning.js.map +1 -1
- package/dist/esm/sdk/property.d.ts +11 -11
- package/dist/esm/sdk/property.d.ts.map +1 -1
- package/dist/esm/sdk/property.js +21 -21
- package/dist/esm/sdk/property.js.map +1 -1
- package/dist/esm/sdk/schoolmetrics.d.ts +19 -0
- package/dist/esm/sdk/schoolmetrics.d.ts.map +1 -0
- package/dist/esm/sdk/schoolmetrics.js +28 -0
- package/dist/esm/sdk/schoolmetrics.js.map +1 -0
- package/dist/esm/sdk/schools.d.ts +47 -0
- package/dist/esm/sdk/schools.d.ts.map +1 -0
- package/dist/esm/sdk/schools.js +68 -0
- package/dist/esm/sdk/schools.js.map +1 -0
- package/dist/esm/sdk/sdk.d.ts +6 -0
- package/dist/esm/sdk/sdk.d.ts.map +1 -1
- package/dist/esm/sdk/sdk.js +8 -0
- package/dist/esm/sdk/sdk.js.map +1 -1
- package/examples/{healthGetV1LocationHealth.example.ts → healthCheckLocationHealth.example.ts} +2 -2
- package/openapi.json +908 -1
- package/package.json +1 -1
- package/src/funcs/{healthGetV1LocationHealth.ts → healthCheckLocationHealth.ts} +2 -2
- package/src/funcs/{healthGetV1PlanningHealth.ts → healthCheckPlanningHealth.ts} +2 -2
- package/src/funcs/{healthGetV1PropertyHealth.ts → healthCheckPropertyHealth.ts} +2 -2
- package/src/funcs/{locationPostV1LocationStreetQuery.ts → locationSearchStreets.ts} +8 -11
- package/src/funcs/{planningGetV1PlanningApplicationIds.ts → planningGetPlanningApplications.ts} +11 -11
- package/src/funcs/{planningGetV1PlanningSourcesSourceIds.ts → planningGetPlanningApplicationsBySource.ts} +20 -11
- package/src/funcs/{planningPostV1PlanningQuery.ts → planningSearchPlanningApplications.ts} +8 -8
- package/src/funcs/{propertyGetV1PropertyPropertyIdPropertyIds.ts → propertyGetProperties.ts} +11 -23
- package/src/funcs/{propertyGetV1PropertyLocationIds.ts → propertyGetPropertiesByLocation.ts} +11 -11
- package/src/funcs/{propertyPostV1PropertyPropertiesBySlugs.ts → propertyGetPropertiesBySlugs.ts} +8 -17
- package/src/funcs/{propertyGetV1PropertySourcesSourceIds.ts → propertyGetPropertiesBySource.ts} +11 -13
- package/src/funcs/{propertyPostV1PropertyQuery.ts → propertySearchProperties.ts} +8 -8
- package/src/funcs/schoolMetricsGetMetrics.ts +177 -0
- package/src/funcs/schoolMetricsListProfiles.ts +140 -0
- package/src/funcs/schoolsGet.ts +172 -0
- package/src/funcs/schoolsGetBySlug.ts +172 -0
- package/src/funcs/schoolsGetByUrn.ts +172 -0
- package/src/funcs/schoolsList.ts +173 -0
- package/src/funcs/schoolsSearchNearby.ts +172 -0
- package/src/funcs/schoolsSearchWithin.ts +172 -0
- package/src/lib/config.ts +3 -3
- package/src/sdk/health.ts +9 -9
- package/src/sdk/location.ts +4 -4
- package/src/sdk/models/operations/getmetricprofiles.ts +159 -0
- package/src/sdk/models/operations/getplanningapplications.ts +134 -0
- package/src/sdk/models/operations/getplanningapplicationsbysource.ts +147 -0
- package/src/sdk/models/operations/getproperties.ts +151 -0
- package/src/sdk/models/operations/getpropertiesbylocation.ts +155 -0
- package/src/sdk/models/operations/getpropertiesbyslugs.ts +71 -0
- package/src/sdk/models/operations/getpropertiesbysource.ts +155 -0
- package/src/sdk/models/operations/getschoolbyid.ts +473 -0
- package/src/sdk/models/operations/getschoolbyslug.ts +479 -0
- package/src/sdk/models/operations/getschoolbyurn.ts +474 -0
- package/src/sdk/models/operations/getschoolmetrics.ts +1552 -0
- package/src/sdk/models/operations/index.ts +17 -9
- package/src/sdk/models/operations/listschools.ts +470 -0
- package/src/sdk/models/operations/searchplanningapplications.ts +73 -0
- package/src/sdk/models/operations/searchproperties.ts +69 -0
- package/src/sdk/models/operations/searchschoolsnearby.ts +507 -0
- package/src/sdk/models/operations/searchschoolswithin.ts +475 -0
- package/src/sdk/models/operations/searchstreets.ts +69 -0
- package/src/sdk/models/shared/index.ts +1 -0
- package/src/sdk/models/shared/postcodeareafilter.ts +1 -1
- package/src/sdk/models/shared/propertyaddress.ts +1 -1
- package/src/sdk/models/shared/school.ts +588 -0
- package/src/sdk/models/shared/streetquerybycoordinates.ts +2 -2
- package/src/sdk/planning.ts +18 -18
- package/src/sdk/property.ts +30 -30
- package/src/sdk/schoolmetrics.ts +43 -0
- package/src/sdk/schools.ts +117 -0
- package/src/sdk/sdk.ts +12 -0
- package/test-local.ts +4 -4
- package/dist/commonjs/funcs/locationPostV1LocationStreetQuery.d.ts.map +0 -1
- package/dist/commonjs/funcs/locationPostV1LocationStreetQuery.js.map +0 -1
- package/dist/commonjs/funcs/planningGetV1PlanningApplicationIds.d.ts.map +0 -1
- package/dist/commonjs/funcs/planningGetV1PlanningApplicationIds.js.map +0 -1
- package/dist/commonjs/funcs/planningGetV1PlanningSourcesSourceIds.d.ts.map +0 -1
- package/dist/commonjs/funcs/planningGetV1PlanningSourcesSourceIds.js.map +0 -1
- package/dist/commonjs/funcs/planningPostV1PlanningQuery.d.ts.map +0 -1
- package/dist/commonjs/funcs/planningPostV1PlanningQuery.js.map +0 -1
- package/dist/commonjs/funcs/propertyGetV1PropertyLocationIds.d.ts.map +0 -1
- package/dist/commonjs/funcs/propertyGetV1PropertyLocationIds.js.map +0 -1
- package/dist/commonjs/funcs/propertyGetV1PropertyPropertyIdPropertyIds.js.map +0 -1
- package/dist/commonjs/funcs/propertyGetV1PropertySourcesSourceIds.d.ts.map +0 -1
- package/dist/commonjs/funcs/propertyGetV1PropertySourcesSourceIds.js.map +0 -1
- package/dist/commonjs/funcs/propertyPostV1PropertyPropertiesBySlugs.d.ts.map +0 -1
- package/dist/commonjs/funcs/propertyPostV1PropertyPropertiesBySlugs.js.map +0 -1
- package/dist/commonjs/funcs/propertyPostV1PropertyQuery.d.ts +0 -18
- package/dist/commonjs/funcs/propertyPostV1PropertyQuery.d.ts.map +0 -1
- package/dist/commonjs/funcs/propertyPostV1PropertyQuery.js.map +0 -1
- package/dist/commonjs/sdk/models/operations/getv1planningapplicationids.d.ts +0 -54
- package/dist/commonjs/sdk/models/operations/getv1planningapplicationids.d.ts.map +0 -1
- package/dist/commonjs/sdk/models/operations/getv1planningapplicationids.js +0 -99
- package/dist/commonjs/sdk/models/operations/getv1planningapplicationids.js.map +0 -1
- package/dist/commonjs/sdk/models/operations/getv1planningsourcessourceids.d.ts +0 -54
- package/dist/commonjs/sdk/models/operations/getv1planningsourcessourceids.d.ts.map +0 -1
- package/dist/commonjs/sdk/models/operations/getv1planningsourcessourceids.js +0 -99
- package/dist/commonjs/sdk/models/operations/getv1planningsourcessourceids.js.map +0 -1
- package/dist/commonjs/sdk/models/operations/getv1propertylocationids.d.ts +0 -69
- package/dist/commonjs/sdk/models/operations/getv1propertylocationids.d.ts.map +0 -1
- package/dist/commonjs/sdk/models/operations/getv1propertylocationids.js +0 -105
- package/dist/commonjs/sdk/models/operations/getv1propertylocationids.js.map +0 -1
- package/dist/commonjs/sdk/models/operations/getv1propertypropertyidpropertyids.d.ts +0 -69
- package/dist/commonjs/sdk/models/operations/getv1propertypropertyidpropertyids.d.ts.map +0 -1
- package/dist/commonjs/sdk/models/operations/getv1propertypropertyidpropertyids.js +0 -105
- package/dist/commonjs/sdk/models/operations/getv1propertypropertyidpropertyids.js.map +0 -1
- package/dist/commonjs/sdk/models/operations/getv1propertysourcessourceids.d.ts +0 -69
- package/dist/commonjs/sdk/models/operations/getv1propertysourcessourceids.d.ts.map +0 -1
- package/dist/commonjs/sdk/models/operations/getv1propertysourcessourceids.js +0 -105
- package/dist/commonjs/sdk/models/operations/getv1propertysourcessourceids.js.map +0 -1
- package/dist/commonjs/sdk/models/operations/postv1locationstreetquery.d.ts +0 -26
- package/dist/commonjs/sdk/models/operations/postv1locationstreetquery.d.ts.map +0 -1
- package/dist/commonjs/sdk/models/operations/postv1locationstreetquery.js.map +0 -1
- package/dist/commonjs/sdk/models/operations/postv1planningquery.d.ts +0 -26
- package/dist/commonjs/sdk/models/operations/postv1planningquery.d.ts.map +0 -1
- package/dist/commonjs/sdk/models/operations/postv1planningquery.js.map +0 -1
- package/dist/commonjs/sdk/models/operations/postv1propertypropertiesbyslugs.d.ts +0 -26
- package/dist/commonjs/sdk/models/operations/postv1propertypropertiesbyslugs.d.ts.map +0 -1
- package/dist/commonjs/sdk/models/operations/postv1propertypropertiesbyslugs.js.map +0 -1
- package/dist/commonjs/sdk/models/operations/postv1propertyquery.d.ts +0 -26
- package/dist/commonjs/sdk/models/operations/postv1propertyquery.d.ts.map +0 -1
- package/dist/commonjs/sdk/models/operations/postv1propertyquery.js.map +0 -1
- package/dist/esm/funcs/healthGetV1PlanningHealth.d.ts.map +0 -1
- package/dist/esm/funcs/healthGetV1PropertyHealth.d.ts.map +0 -1
- package/dist/esm/funcs/locationPostV1LocationStreetQuery.d.ts.map +0 -1
- package/dist/esm/funcs/locationPostV1LocationStreetQuery.js.map +0 -1
- package/dist/esm/funcs/planningGetV1PlanningApplicationIds.d.ts.map +0 -1
- package/dist/esm/funcs/planningGetV1PlanningApplicationIds.js.map +0 -1
- package/dist/esm/funcs/planningGetV1PlanningSourcesSourceIds.d.ts.map +0 -1
- package/dist/esm/funcs/planningGetV1PlanningSourcesSourceIds.js.map +0 -1
- package/dist/esm/funcs/planningPostV1PlanningQuery.d.ts.map +0 -1
- package/dist/esm/funcs/planningPostV1PlanningQuery.js.map +0 -1
- package/dist/esm/funcs/propertyGetV1PropertyLocationIds.d.ts.map +0 -1
- package/dist/esm/funcs/propertyGetV1PropertyLocationIds.js.map +0 -1
- package/dist/esm/funcs/propertyGetV1PropertyPropertyIdPropertyIds.js.map +0 -1
- package/dist/esm/funcs/propertyGetV1PropertySourcesSourceIds.d.ts.map +0 -1
- package/dist/esm/funcs/propertyGetV1PropertySourcesSourceIds.js.map +0 -1
- package/dist/esm/funcs/propertyPostV1PropertyPropertiesBySlugs.d.ts.map +0 -1
- package/dist/esm/funcs/propertyPostV1PropertyPropertiesBySlugs.js.map +0 -1
- package/dist/esm/funcs/propertyPostV1PropertyQuery.d.ts +0 -18
- package/dist/esm/funcs/propertyPostV1PropertyQuery.d.ts.map +0 -1
- package/dist/esm/funcs/propertyPostV1PropertyQuery.js.map +0 -1
- package/dist/esm/sdk/models/operations/getv1planningapplicationids.d.ts +0 -54
- package/dist/esm/sdk/models/operations/getv1planningapplicationids.d.ts.map +0 -1
- package/dist/esm/sdk/models/operations/getv1planningapplicationids.js +0 -59
- package/dist/esm/sdk/models/operations/getv1planningapplicationids.js.map +0 -1
- package/dist/esm/sdk/models/operations/getv1planningsourcessourceids.d.ts +0 -54
- package/dist/esm/sdk/models/operations/getv1planningsourcessourceids.d.ts.map +0 -1
- package/dist/esm/sdk/models/operations/getv1planningsourcessourceids.js +0 -59
- package/dist/esm/sdk/models/operations/getv1planningsourcessourceids.js.map +0 -1
- package/dist/esm/sdk/models/operations/getv1propertylocationids.d.ts +0 -69
- package/dist/esm/sdk/models/operations/getv1propertylocationids.d.ts.map +0 -1
- package/dist/esm/sdk/models/operations/getv1propertylocationids.js +0 -65
- package/dist/esm/sdk/models/operations/getv1propertylocationids.js.map +0 -1
- package/dist/esm/sdk/models/operations/getv1propertypropertyidpropertyids.d.ts +0 -69
- package/dist/esm/sdk/models/operations/getv1propertypropertyidpropertyids.d.ts.map +0 -1
- package/dist/esm/sdk/models/operations/getv1propertypropertyidpropertyids.js +0 -65
- package/dist/esm/sdk/models/operations/getv1propertypropertyidpropertyids.js.map +0 -1
- package/dist/esm/sdk/models/operations/getv1propertysourcessourceids.d.ts +0 -69
- package/dist/esm/sdk/models/operations/getv1propertysourcessourceids.d.ts.map +0 -1
- package/dist/esm/sdk/models/operations/getv1propertysourcessourceids.js +0 -65
- package/dist/esm/sdk/models/operations/getv1propertysourcessourceids.js.map +0 -1
- package/dist/esm/sdk/models/operations/postv1locationstreetquery.d.ts +0 -26
- package/dist/esm/sdk/models/operations/postv1locationstreetquery.d.ts.map +0 -1
- package/dist/esm/sdk/models/operations/postv1locationstreetquery.js +0 -34
- package/dist/esm/sdk/models/operations/postv1locationstreetquery.js.map +0 -1
- package/dist/esm/sdk/models/operations/postv1planningquery.d.ts +0 -26
- package/dist/esm/sdk/models/operations/postv1planningquery.d.ts.map +0 -1
- package/dist/esm/sdk/models/operations/postv1planningquery.js +0 -34
- package/dist/esm/sdk/models/operations/postv1planningquery.js.map +0 -1
- package/dist/esm/sdk/models/operations/postv1propertypropertiesbyslugs.d.ts +0 -26
- package/dist/esm/sdk/models/operations/postv1propertypropertiesbyslugs.d.ts.map +0 -1
- package/dist/esm/sdk/models/operations/postv1propertypropertiesbyslugs.js +0 -34
- package/dist/esm/sdk/models/operations/postv1propertypropertiesbyslugs.js.map +0 -1
- package/dist/esm/sdk/models/operations/postv1propertyquery.d.ts +0 -26
- package/dist/esm/sdk/models/operations/postv1propertyquery.d.ts.map +0 -1
- package/dist/esm/sdk/models/operations/postv1propertyquery.js +0 -34
- package/dist/esm/sdk/models/operations/postv1propertyquery.js.map +0 -1
- package/src/sdk/models/operations/getv1planningapplicationids.ts +0 -139
- package/src/sdk/models/operations/getv1planningsourcessourceids.ts +0 -140
- package/src/sdk/models/operations/getv1propertylocationids.ts +0 -155
- package/src/sdk/models/operations/getv1propertypropertyidpropertyids.ts +0 -173
- package/src/sdk/models/operations/getv1propertysourcessourceids.ts +0 -161
- package/src/sdk/models/operations/postv1locationstreetquery.ts +0 -72
- package/src/sdk/models/operations/postv1planningquery.ts +0 -71
- package/src/sdk/models/operations/postv1propertypropertiesbyslugs.ts +0 -80
- package/src/sdk/models/operations/postv1propertyquery.ts +0 -71
|
@@ -1,69 +0,0 @@
|
|
|
1
|
-
import * as z from "zod";
|
|
2
|
-
import { Result as SafeParseResult } from "../../types/fp.js";
|
|
3
|
-
import { SDKValidationError } from "../errors/sdkvalidationerror.js";
|
|
4
|
-
import * as shared from "../shared/index.js";
|
|
5
|
-
export type GetV1PropertySourcesSourceIdsRequest = {
|
|
6
|
-
/**
|
|
7
|
-
* Comma-separated list of attributes to include
|
|
8
|
-
*/
|
|
9
|
-
attributes?: string | undefined;
|
|
10
|
-
/**
|
|
11
|
-
* Maximum number of results to return
|
|
12
|
-
*/
|
|
13
|
-
limit?: string | undefined;
|
|
14
|
-
/**
|
|
15
|
-
* Number of results to skip
|
|
16
|
-
*/
|
|
17
|
-
offset?: string | undefined;
|
|
18
|
-
/**
|
|
19
|
-
* Comma-separated list of source IDs (e.g., provider-a::123, provider-b::456)
|
|
20
|
-
*/
|
|
21
|
-
sourceIds: string;
|
|
22
|
-
};
|
|
23
|
-
export type GetV1PropertySourcesSourceIdsResponse = shared.PropertyListResponse | shared.ErrorResponse;
|
|
24
|
-
/** @internal */
|
|
25
|
-
export declare const GetV1PropertySourcesSourceIdsRequest$inboundSchema: z.ZodType<GetV1PropertySourcesSourceIdsRequest, z.ZodTypeDef, unknown>;
|
|
26
|
-
/** @internal */
|
|
27
|
-
export type GetV1PropertySourcesSourceIdsRequest$Outbound = {
|
|
28
|
-
attributes?: string | undefined;
|
|
29
|
-
limit?: string | undefined;
|
|
30
|
-
offset?: string | undefined;
|
|
31
|
-
sourceIds: string;
|
|
32
|
-
};
|
|
33
|
-
/** @internal */
|
|
34
|
-
export declare const GetV1PropertySourcesSourceIdsRequest$outboundSchema: z.ZodType<GetV1PropertySourcesSourceIdsRequest$Outbound, z.ZodTypeDef, GetV1PropertySourcesSourceIdsRequest>;
|
|
35
|
-
/**
|
|
36
|
-
* @internal
|
|
37
|
-
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
38
|
-
*/
|
|
39
|
-
export declare namespace GetV1PropertySourcesSourceIdsRequest$ {
|
|
40
|
-
/** @deprecated use `GetV1PropertySourcesSourceIdsRequest$inboundSchema` instead. */
|
|
41
|
-
const inboundSchema: z.ZodType<GetV1PropertySourcesSourceIdsRequest, z.ZodTypeDef, unknown>;
|
|
42
|
-
/** @deprecated use `GetV1PropertySourcesSourceIdsRequest$outboundSchema` instead. */
|
|
43
|
-
const outboundSchema: z.ZodType<GetV1PropertySourcesSourceIdsRequest$Outbound, z.ZodTypeDef, GetV1PropertySourcesSourceIdsRequest>;
|
|
44
|
-
/** @deprecated use `GetV1PropertySourcesSourceIdsRequest$Outbound` instead. */
|
|
45
|
-
type Outbound = GetV1PropertySourcesSourceIdsRequest$Outbound;
|
|
46
|
-
}
|
|
47
|
-
export declare function getV1PropertySourcesSourceIdsRequestToJSON(getV1PropertySourcesSourceIdsRequest: GetV1PropertySourcesSourceIdsRequest): string;
|
|
48
|
-
export declare function getV1PropertySourcesSourceIdsRequestFromJSON(jsonString: string): SafeParseResult<GetV1PropertySourcesSourceIdsRequest, SDKValidationError>;
|
|
49
|
-
/** @internal */
|
|
50
|
-
export declare const GetV1PropertySourcesSourceIdsResponse$inboundSchema: z.ZodType<GetV1PropertySourcesSourceIdsResponse, z.ZodTypeDef, unknown>;
|
|
51
|
-
/** @internal */
|
|
52
|
-
export type GetV1PropertySourcesSourceIdsResponse$Outbound = shared.PropertyListResponse$Outbound | shared.ErrorResponse$Outbound;
|
|
53
|
-
/** @internal */
|
|
54
|
-
export declare const GetV1PropertySourcesSourceIdsResponse$outboundSchema: z.ZodType<GetV1PropertySourcesSourceIdsResponse$Outbound, z.ZodTypeDef, GetV1PropertySourcesSourceIdsResponse>;
|
|
55
|
-
/**
|
|
56
|
-
* @internal
|
|
57
|
-
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
58
|
-
*/
|
|
59
|
-
export declare namespace GetV1PropertySourcesSourceIdsResponse$ {
|
|
60
|
-
/** @deprecated use `GetV1PropertySourcesSourceIdsResponse$inboundSchema` instead. */
|
|
61
|
-
const inboundSchema: z.ZodType<GetV1PropertySourcesSourceIdsResponse, z.ZodTypeDef, unknown>;
|
|
62
|
-
/** @deprecated use `GetV1PropertySourcesSourceIdsResponse$outboundSchema` instead. */
|
|
63
|
-
const outboundSchema: z.ZodType<GetV1PropertySourcesSourceIdsResponse$Outbound, z.ZodTypeDef, GetV1PropertySourcesSourceIdsResponse>;
|
|
64
|
-
/** @deprecated use `GetV1PropertySourcesSourceIdsResponse$Outbound` instead. */
|
|
65
|
-
type Outbound = GetV1PropertySourcesSourceIdsResponse$Outbound;
|
|
66
|
-
}
|
|
67
|
-
export declare function getV1PropertySourcesSourceIdsResponseToJSON(getV1PropertySourcesSourceIdsResponse: GetV1PropertySourcesSourceIdsResponse): string;
|
|
68
|
-
export declare function getV1PropertySourcesSourceIdsResponseFromJSON(jsonString: string): SafeParseResult<GetV1PropertySourcesSourceIdsResponse, SDKValidationError>;
|
|
69
|
-
//# sourceMappingURL=getv1propertysourcessourceids.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"getv1propertysourcessourceids.d.ts","sourceRoot":"","sources":["../../../../../src/sdk/models/operations/getv1propertysourcessourceids.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,CAAC,MAAM,KAAK,CAAC;AAEzB,OAAO,EAAE,MAAM,IAAI,eAAe,EAAE,MAAM,mBAAmB,CAAC;AAC9D,OAAO,EAAE,kBAAkB,EAAE,MAAM,iCAAiC,CAAC;AACrE,OAAO,KAAK,MAAM,MAAM,oBAAoB,CAAC;AAE7C,MAAM,MAAM,oCAAoC,GAAG;IACjD;;OAEG;IACH,UAAU,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAChC;;OAEG;IACH,KAAK,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAC3B;;OAEG;IACH,MAAM,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAC5B;;OAEG;IACH,SAAS,EAAE,MAAM,CAAC;CACnB,CAAC;AAEF,MAAM,MAAM,qCAAqC,GAC7C,MAAM,CAAC,oBAAoB,GAC3B,MAAM,CAAC,aAAa,CAAC;AAEzB,gBAAgB;AAChB,eAAO,MAAM,kDAAkD,EAAE,CAAC,CAAC,OAAO,CACxE,oCAAoC,EACpC,CAAC,CAAC,UAAU,EACZ,OAAO,CAMP,CAAC;AAEH,gBAAgB;AAChB,MAAM,MAAM,6CAA6C,GAAG;IAC1D,UAAU,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAChC,KAAK,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAC3B,MAAM,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAC5B,SAAS,EAAE,MAAM,CAAC;CACnB,CAAC;AAEF,gBAAgB;AAChB,eAAO,MAAM,mDAAmD,EAAE,CAAC,CAAC,OAAO,CACzE,6CAA6C,EAC7C,CAAC,CAAC,UAAU,EACZ,oCAAoC,CAMpC,CAAC;AAEH;;;GAGG;AACH,yBAAiB,qCAAqC,CAAC;IACrD,oFAAoF;IAC7E,MAAM,aAAa,wEAC0B,CAAC;IACrD,qFAAqF;IAC9E,MAAM,cAAc,8GAC0B,CAAC;IACtD,+EAA+E;IAC/E,KAAY,QAAQ,GAAG,6CAA6C,CAAC;CACtE;AAED,wBAAgB,0CAA0C,CACxD,oCAAoC,EAAE,oCAAoC,GACzE,MAAM,CAMR;AAED,wBAAgB,4CAA4C,CAC1D,UAAU,EAAE,MAAM,GACjB,eAAe,CAAC,oCAAoC,EAAE,kBAAkB,CAAC,CAO3E;AAED,gBAAgB;AAChB,eAAO,MAAM,mDAAmD,EAAE,CAAC,CAAC,OAAO,CACzE,qCAAqC,EACrC,CAAC,CAAC,UAAU,EACZ,OAAO,CAIP,CAAC;AAEH,gBAAgB;AAChB,MAAM,MAAM,8CAA8C,GACtD,MAAM,CAAC,6BAA6B,GACpC,MAAM,CAAC,sBAAsB,CAAC;AAElC,gBAAgB;AAChB,eAAO,MAAM,oDAAoD,EAAE,CAAC,CAAC,OAAO,CAC1E,8CAA8C,EAC9C,CAAC,CAAC,UAAU,EACZ,qCAAqC,CAIrC,CAAC;AAEH;;;GAGG;AACH,yBAAiB,sCAAsC,CAAC;IACtD,qFAAqF;IAC9E,MAAM,aAAa,yEAC2B,CAAC;IACtD,sFAAsF;IAC/E,MAAM,cAAc,gHAC2B,CAAC;IACvD,gFAAgF;IAChF,KAAY,QAAQ,GAAG,8CAA8C,CAAC;CACvE;AAED,wBAAgB,2CAA2C,CACzD,qCAAqC,EAAE,qCAAqC,GAC3E,MAAM,CAMR;AAED,wBAAgB,6CAA6C,CAC3D,UAAU,EAAE,MAAM,GACjB,eAAe,CAAC,qCAAqC,EAAE,kBAAkB,CAAC,CAO5E"}
|
|
@@ -1,65 +0,0 @@
|
|
|
1
|
-
/*
|
|
2
|
-
* Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.
|
|
3
|
-
*/
|
|
4
|
-
import * as z from "zod";
|
|
5
|
-
import { safeParse } from "../../../lib/schemas.js";
|
|
6
|
-
import * as shared from "../shared/index.js";
|
|
7
|
-
/** @internal */
|
|
8
|
-
export const GetV1PropertySourcesSourceIdsRequest$inboundSchema = z.object({
|
|
9
|
-
attributes: z.string().optional(),
|
|
10
|
-
limit: z.string().optional(),
|
|
11
|
-
offset: z.string().optional(),
|
|
12
|
-
sourceIds: z.string(),
|
|
13
|
-
});
|
|
14
|
-
/** @internal */
|
|
15
|
-
export const GetV1PropertySourcesSourceIdsRequest$outboundSchema = z.object({
|
|
16
|
-
attributes: z.string().optional(),
|
|
17
|
-
limit: z.string().optional(),
|
|
18
|
-
offset: z.string().optional(),
|
|
19
|
-
sourceIds: z.string(),
|
|
20
|
-
});
|
|
21
|
-
/**
|
|
22
|
-
* @internal
|
|
23
|
-
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
24
|
-
*/
|
|
25
|
-
export var GetV1PropertySourcesSourceIdsRequest$;
|
|
26
|
-
(function (GetV1PropertySourcesSourceIdsRequest$) {
|
|
27
|
-
/** @deprecated use `GetV1PropertySourcesSourceIdsRequest$inboundSchema` instead. */
|
|
28
|
-
GetV1PropertySourcesSourceIdsRequest$.inboundSchema = GetV1PropertySourcesSourceIdsRequest$inboundSchema;
|
|
29
|
-
/** @deprecated use `GetV1PropertySourcesSourceIdsRequest$outboundSchema` instead. */
|
|
30
|
-
GetV1PropertySourcesSourceIdsRequest$.outboundSchema = GetV1PropertySourcesSourceIdsRequest$outboundSchema;
|
|
31
|
-
})(GetV1PropertySourcesSourceIdsRequest$ || (GetV1PropertySourcesSourceIdsRequest$ = {}));
|
|
32
|
-
export function getV1PropertySourcesSourceIdsRequestToJSON(getV1PropertySourcesSourceIdsRequest) {
|
|
33
|
-
return JSON.stringify(GetV1PropertySourcesSourceIdsRequest$outboundSchema.parse(getV1PropertySourcesSourceIdsRequest));
|
|
34
|
-
}
|
|
35
|
-
export function getV1PropertySourcesSourceIdsRequestFromJSON(jsonString) {
|
|
36
|
-
return safeParse(jsonString, (x) => GetV1PropertySourcesSourceIdsRequest$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'GetV1PropertySourcesSourceIdsRequest' from JSON`);
|
|
37
|
-
}
|
|
38
|
-
/** @internal */
|
|
39
|
-
export const GetV1PropertySourcesSourceIdsResponse$inboundSchema = z.union([
|
|
40
|
-
shared.PropertyListResponse$inboundSchema,
|
|
41
|
-
shared.ErrorResponse$inboundSchema,
|
|
42
|
-
]);
|
|
43
|
-
/** @internal */
|
|
44
|
-
export const GetV1PropertySourcesSourceIdsResponse$outboundSchema = z.union([
|
|
45
|
-
shared.PropertyListResponse$outboundSchema,
|
|
46
|
-
shared.ErrorResponse$outboundSchema,
|
|
47
|
-
]);
|
|
48
|
-
/**
|
|
49
|
-
* @internal
|
|
50
|
-
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
51
|
-
*/
|
|
52
|
-
export var GetV1PropertySourcesSourceIdsResponse$;
|
|
53
|
-
(function (GetV1PropertySourcesSourceIdsResponse$) {
|
|
54
|
-
/** @deprecated use `GetV1PropertySourcesSourceIdsResponse$inboundSchema` instead. */
|
|
55
|
-
GetV1PropertySourcesSourceIdsResponse$.inboundSchema = GetV1PropertySourcesSourceIdsResponse$inboundSchema;
|
|
56
|
-
/** @deprecated use `GetV1PropertySourcesSourceIdsResponse$outboundSchema` instead. */
|
|
57
|
-
GetV1PropertySourcesSourceIdsResponse$.outboundSchema = GetV1PropertySourcesSourceIdsResponse$outboundSchema;
|
|
58
|
-
})(GetV1PropertySourcesSourceIdsResponse$ || (GetV1PropertySourcesSourceIdsResponse$ = {}));
|
|
59
|
-
export function getV1PropertySourcesSourceIdsResponseToJSON(getV1PropertySourcesSourceIdsResponse) {
|
|
60
|
-
return JSON.stringify(GetV1PropertySourcesSourceIdsResponse$outboundSchema.parse(getV1PropertySourcesSourceIdsResponse));
|
|
61
|
-
}
|
|
62
|
-
export function getV1PropertySourcesSourceIdsResponseFromJSON(jsonString) {
|
|
63
|
-
return safeParse(jsonString, (x) => GetV1PropertySourcesSourceIdsResponse$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'GetV1PropertySourcesSourceIdsResponse' from JSON`);
|
|
64
|
-
}
|
|
65
|
-
//# sourceMappingURL=getv1propertysourcessourceids.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"getv1propertysourcessourceids.js","sourceRoot":"","sources":["../../../../../src/sdk/models/operations/getv1propertysourcessourceids.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH,OAAO,KAAK,CAAC,MAAM,KAAK,CAAC;AACzB,OAAO,EAAE,SAAS,EAAE,MAAM,yBAAyB,CAAC;AAGpD,OAAO,KAAK,MAAM,MAAM,oBAAoB,CAAC;AAyB7C,gBAAgB;AAChB,MAAM,CAAC,MAAM,kDAAkD,GAI3D,CAAC,CAAC,MAAM,CAAC;IACX,UAAU,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;IACjC,KAAK,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;IAC5B,MAAM,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;IAC7B,SAAS,EAAE,CAAC,CAAC,MAAM,EAAE;CACtB,CAAC,CAAC;AAUH,gBAAgB;AAChB,MAAM,CAAC,MAAM,mDAAmD,GAI5D,CAAC,CAAC,MAAM,CAAC;IACX,UAAU,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;IACjC,KAAK,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;IAC5B,MAAM,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;IAC7B,SAAS,EAAE,CAAC,CAAC,MAAM,EAAE;CACtB,CAAC,CAAC;AAEH;;;GAGG;AACH,MAAM,KAAW,qCAAqC,CASrD;AATD,WAAiB,qCAAqC;IACpD,oFAAoF;IACvE,mDAAa,GACxB,kDAAkD,CAAC;IACrD,qFAAqF;IACxE,oDAAc,GACzB,mDAAmD,CAAC;AAGxD,CAAC,EATgB,qCAAqC,KAArC,qCAAqC,QASrD;AAED,MAAM,UAAU,0CAA0C,CACxD,oCAA0E;IAE1E,OAAO,IAAI,CAAC,SAAS,CACnB,mDAAmD,CAAC,KAAK,CACvD,oCAAoC,CACrC,CACF,CAAC;AACJ,CAAC;AAED,MAAM,UAAU,4CAA4C,CAC1D,UAAkB;IAElB,OAAO,SAAS,CACd,UAAU,EACV,CAAC,CAAC,EAAE,EAAE,CACJ,kDAAkD,CAAC,KAAK,CAAC,IAAI,CAAC,KAAK,CAAC,CAAC,CAAC,CAAC,EACzE,kEAAkE,CACnE,CAAC;AACJ,CAAC;AAED,gBAAgB;AAChB,MAAM,CAAC,MAAM,mDAAmD,GAI5D,CAAC,CAAC,KAAK,CAAC;IACV,MAAM,CAAC,kCAAkC;IACzC,MAAM,CAAC,2BAA2B;CACnC,CAAC,CAAC;AAOH,gBAAgB;AAChB,MAAM,CAAC,MAAM,oDAAoD,GAI7D,CAAC,CAAC,KAAK,CAAC;IACV,MAAM,CAAC,mCAAmC;IAC1C,MAAM,CAAC,4BAA4B;CACpC,CAAC,CAAC;AAEH;;;GAGG;AACH,MAAM,KAAW,sCAAsC,CAStD;AATD,WAAiB,sCAAsC;IACrD,qFAAqF;IACxE,oDAAa,GACxB,mDAAmD,CAAC;IACtD,sFAAsF;IACzE,qDAAc,GACzB,oDAAoD,CAAC;AAGzD,CAAC,EATgB,sCAAsC,KAAtC,sCAAsC,QAStD;AAED,MAAM,UAAU,2CAA2C,CACzD,qCAA4E;IAE5E,OAAO,IAAI,CAAC,SAAS,CACnB,oDAAoD,CAAC,KAAK,CACxD,qCAAqC,CACtC,CACF,CAAC;AACJ,CAAC;AAED,MAAM,UAAU,6CAA6C,CAC3D,UAAkB;IAElB,OAAO,SAAS,CACd,UAAU,EACV,CAAC,CAAC,EAAE,EAAE,CACJ,mDAAmD,CAAC,KAAK,CAAC,IAAI,CAAC,KAAK,CAAC,CAAC,CAAC,CAAC,EAC1E,mEAAmE,CACpE,CAAC;AACJ,CAAC"}
|
|
@@ -1,26 +0,0 @@
|
|
|
1
|
-
import * as z from "zod";
|
|
2
|
-
import { Result as SafeParseResult } from "../../types/fp.js";
|
|
3
|
-
import { SDKValidationError } from "../errors/sdkvalidationerror.js";
|
|
4
|
-
import * as shared from "../shared/index.js";
|
|
5
|
-
export type PostV1LocationStreetQueryResponse = shared.StreetQueryResponse | shared.ErrorResponse;
|
|
6
|
-
/** @internal */
|
|
7
|
-
export declare const PostV1LocationStreetQueryResponse$inboundSchema: z.ZodType<PostV1LocationStreetQueryResponse, z.ZodTypeDef, unknown>;
|
|
8
|
-
/** @internal */
|
|
9
|
-
export type PostV1LocationStreetQueryResponse$Outbound = shared.StreetQueryResponse$Outbound | shared.ErrorResponse$Outbound;
|
|
10
|
-
/** @internal */
|
|
11
|
-
export declare const PostV1LocationStreetQueryResponse$outboundSchema: z.ZodType<PostV1LocationStreetQueryResponse$Outbound, z.ZodTypeDef, PostV1LocationStreetQueryResponse>;
|
|
12
|
-
/**
|
|
13
|
-
* @internal
|
|
14
|
-
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
15
|
-
*/
|
|
16
|
-
export declare namespace PostV1LocationStreetQueryResponse$ {
|
|
17
|
-
/** @deprecated use `PostV1LocationStreetQueryResponse$inboundSchema` instead. */
|
|
18
|
-
const inboundSchema: z.ZodType<PostV1LocationStreetQueryResponse, z.ZodTypeDef, unknown>;
|
|
19
|
-
/** @deprecated use `PostV1LocationStreetQueryResponse$outboundSchema` instead. */
|
|
20
|
-
const outboundSchema: z.ZodType<PostV1LocationStreetQueryResponse$Outbound, z.ZodTypeDef, PostV1LocationStreetQueryResponse>;
|
|
21
|
-
/** @deprecated use `PostV1LocationStreetQueryResponse$Outbound` instead. */
|
|
22
|
-
type Outbound = PostV1LocationStreetQueryResponse$Outbound;
|
|
23
|
-
}
|
|
24
|
-
export declare function postV1LocationStreetQueryResponseToJSON(postV1LocationStreetQueryResponse: PostV1LocationStreetQueryResponse): string;
|
|
25
|
-
export declare function postV1LocationStreetQueryResponseFromJSON(jsonString: string): SafeParseResult<PostV1LocationStreetQueryResponse, SDKValidationError>;
|
|
26
|
-
//# sourceMappingURL=postv1locationstreetquery.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"postv1locationstreetquery.d.ts","sourceRoot":"","sources":["../../../../../src/sdk/models/operations/postv1locationstreetquery.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,CAAC,MAAM,KAAK,CAAC;AAEzB,OAAO,EAAE,MAAM,IAAI,eAAe,EAAE,MAAM,mBAAmB,CAAC;AAC9D,OAAO,EAAE,kBAAkB,EAAE,MAAM,iCAAiC,CAAC;AACrE,OAAO,KAAK,MAAM,MAAM,oBAAoB,CAAC;AAE7C,MAAM,MAAM,iCAAiC,GACzC,MAAM,CAAC,mBAAmB,GAC1B,MAAM,CAAC,aAAa,CAAC;AAEzB,gBAAgB;AAChB,eAAO,MAAM,+CAA+C,EAAE,CAAC,CAAC,OAAO,CACrE,iCAAiC,EACjC,CAAC,CAAC,UAAU,EACZ,OAAO,CAIP,CAAC;AAEH,gBAAgB;AAChB,MAAM,MAAM,0CAA0C,GAClD,MAAM,CAAC,4BAA4B,GACnC,MAAM,CAAC,sBAAsB,CAAC;AAElC,gBAAgB;AAChB,eAAO,MAAM,gDAAgD,EAAE,CAAC,CAAC,OAAO,CACtE,0CAA0C,EAC1C,CAAC,CAAC,UAAU,EACZ,iCAAiC,CAIjC,CAAC;AAEH;;;GAGG;AACH,yBAAiB,kCAAkC,CAAC;IAClD,iFAAiF;IAC1E,MAAM,aAAa,qEAAkD,CAAC;IAC7E,kFAAkF;IAC3E,MAAM,cAAc,wGACuB,CAAC;IACnD,4EAA4E;IAC5E,KAAY,QAAQ,GAAG,0CAA0C,CAAC;CACnE;AAED,wBAAgB,uCAAuC,CACrD,iCAAiC,EAAE,iCAAiC,GACnE,MAAM,CAMR;AAED,wBAAgB,yCAAyC,CACvD,UAAU,EAAE,MAAM,GACjB,eAAe,CAAC,iCAAiC,EAAE,kBAAkB,CAAC,CAMxE"}
|
|
@@ -1,34 +0,0 @@
|
|
|
1
|
-
/*
|
|
2
|
-
* Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.
|
|
3
|
-
*/
|
|
4
|
-
import * as z from "zod";
|
|
5
|
-
import { safeParse } from "../../../lib/schemas.js";
|
|
6
|
-
import * as shared from "../shared/index.js";
|
|
7
|
-
/** @internal */
|
|
8
|
-
export const PostV1LocationStreetQueryResponse$inboundSchema = z.union([
|
|
9
|
-
shared.StreetQueryResponse$inboundSchema,
|
|
10
|
-
shared.ErrorResponse$inboundSchema,
|
|
11
|
-
]);
|
|
12
|
-
/** @internal */
|
|
13
|
-
export const PostV1LocationStreetQueryResponse$outboundSchema = z.union([
|
|
14
|
-
shared.StreetQueryResponse$outboundSchema,
|
|
15
|
-
shared.ErrorResponse$outboundSchema,
|
|
16
|
-
]);
|
|
17
|
-
/**
|
|
18
|
-
* @internal
|
|
19
|
-
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
20
|
-
*/
|
|
21
|
-
export var PostV1LocationStreetQueryResponse$;
|
|
22
|
-
(function (PostV1LocationStreetQueryResponse$) {
|
|
23
|
-
/** @deprecated use `PostV1LocationStreetQueryResponse$inboundSchema` instead. */
|
|
24
|
-
PostV1LocationStreetQueryResponse$.inboundSchema = PostV1LocationStreetQueryResponse$inboundSchema;
|
|
25
|
-
/** @deprecated use `PostV1LocationStreetQueryResponse$outboundSchema` instead. */
|
|
26
|
-
PostV1LocationStreetQueryResponse$.outboundSchema = PostV1LocationStreetQueryResponse$outboundSchema;
|
|
27
|
-
})(PostV1LocationStreetQueryResponse$ || (PostV1LocationStreetQueryResponse$ = {}));
|
|
28
|
-
export function postV1LocationStreetQueryResponseToJSON(postV1LocationStreetQueryResponse) {
|
|
29
|
-
return JSON.stringify(PostV1LocationStreetQueryResponse$outboundSchema.parse(postV1LocationStreetQueryResponse));
|
|
30
|
-
}
|
|
31
|
-
export function postV1LocationStreetQueryResponseFromJSON(jsonString) {
|
|
32
|
-
return safeParse(jsonString, (x) => PostV1LocationStreetQueryResponse$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'PostV1LocationStreetQueryResponse' from JSON`);
|
|
33
|
-
}
|
|
34
|
-
//# sourceMappingURL=postv1locationstreetquery.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"postv1locationstreetquery.js","sourceRoot":"","sources":["../../../../../src/sdk/models/operations/postv1locationstreetquery.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH,OAAO,KAAK,CAAC,MAAM,KAAK,CAAC;AACzB,OAAO,EAAE,SAAS,EAAE,MAAM,yBAAyB,CAAC;AAGpD,OAAO,KAAK,MAAM,MAAM,oBAAoB,CAAC;AAM7C,gBAAgB;AAChB,MAAM,CAAC,MAAM,+CAA+C,GAIxD,CAAC,CAAC,KAAK,CAAC;IACV,MAAM,CAAC,iCAAiC;IACxC,MAAM,CAAC,2BAA2B;CACnC,CAAC,CAAC;AAOH,gBAAgB;AAChB,MAAM,CAAC,MAAM,gDAAgD,GAIzD,CAAC,CAAC,KAAK,CAAC;IACV,MAAM,CAAC,kCAAkC;IACzC,MAAM,CAAC,4BAA4B;CACpC,CAAC,CAAC;AAEH;;;GAGG;AACH,MAAM,KAAW,kCAAkC,CAQlD;AARD,WAAiB,kCAAkC;IACjD,iFAAiF;IACpE,gDAAa,GAAG,+CAA+C,CAAC;IAC7E,kFAAkF;IACrE,iDAAc,GACzB,gDAAgD,CAAC;AAGrD,CAAC,EARgB,kCAAkC,KAAlC,kCAAkC,QAQlD;AAED,MAAM,UAAU,uCAAuC,CACrD,iCAAoE;IAEpE,OAAO,IAAI,CAAC,SAAS,CACnB,gDAAgD,CAAC,KAAK,CACpD,iCAAiC,CAClC,CACF,CAAC;AACJ,CAAC;AAED,MAAM,UAAU,yCAAyC,CACvD,UAAkB;IAElB,OAAO,SAAS,CACd,UAAU,EACV,CAAC,CAAC,EAAE,EAAE,CAAC,+CAA+C,CAAC,KAAK,CAAC,IAAI,CAAC,KAAK,CAAC,CAAC,CAAC,CAAC,EAC3E,+DAA+D,CAChE,CAAC;AACJ,CAAC"}
|
|
@@ -1,26 +0,0 @@
|
|
|
1
|
-
import * as z from "zod";
|
|
2
|
-
import { Result as SafeParseResult } from "../../types/fp.js";
|
|
3
|
-
import { SDKValidationError } from "../errors/sdkvalidationerror.js";
|
|
4
|
-
import * as shared from "../shared/index.js";
|
|
5
|
-
export type PostV1PlanningQueryResponse = shared.PlanningListResponse | shared.ErrorResponse;
|
|
6
|
-
/** @internal */
|
|
7
|
-
export declare const PostV1PlanningQueryResponse$inboundSchema: z.ZodType<PostV1PlanningQueryResponse, z.ZodTypeDef, unknown>;
|
|
8
|
-
/** @internal */
|
|
9
|
-
export type PostV1PlanningQueryResponse$Outbound = shared.PlanningListResponse$Outbound | shared.ErrorResponse$Outbound;
|
|
10
|
-
/** @internal */
|
|
11
|
-
export declare const PostV1PlanningQueryResponse$outboundSchema: z.ZodType<PostV1PlanningQueryResponse$Outbound, z.ZodTypeDef, PostV1PlanningQueryResponse>;
|
|
12
|
-
/**
|
|
13
|
-
* @internal
|
|
14
|
-
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
15
|
-
*/
|
|
16
|
-
export declare namespace PostV1PlanningQueryResponse$ {
|
|
17
|
-
/** @deprecated use `PostV1PlanningQueryResponse$inboundSchema` instead. */
|
|
18
|
-
const inboundSchema: z.ZodType<PostV1PlanningQueryResponse, z.ZodTypeDef, unknown>;
|
|
19
|
-
/** @deprecated use `PostV1PlanningQueryResponse$outboundSchema` instead. */
|
|
20
|
-
const outboundSchema: z.ZodType<PostV1PlanningQueryResponse$Outbound, z.ZodTypeDef, PostV1PlanningQueryResponse>;
|
|
21
|
-
/** @deprecated use `PostV1PlanningQueryResponse$Outbound` instead. */
|
|
22
|
-
type Outbound = PostV1PlanningQueryResponse$Outbound;
|
|
23
|
-
}
|
|
24
|
-
export declare function postV1PlanningQueryResponseToJSON(postV1PlanningQueryResponse: PostV1PlanningQueryResponse): string;
|
|
25
|
-
export declare function postV1PlanningQueryResponseFromJSON(jsonString: string): SafeParseResult<PostV1PlanningQueryResponse, SDKValidationError>;
|
|
26
|
-
//# sourceMappingURL=postv1planningquery.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"postv1planningquery.d.ts","sourceRoot":"","sources":["../../../../../src/sdk/models/operations/postv1planningquery.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,CAAC,MAAM,KAAK,CAAC;AAEzB,OAAO,EAAE,MAAM,IAAI,eAAe,EAAE,MAAM,mBAAmB,CAAC;AAC9D,OAAO,EAAE,kBAAkB,EAAE,MAAM,iCAAiC,CAAC;AACrE,OAAO,KAAK,MAAM,MAAM,oBAAoB,CAAC;AAE7C,MAAM,MAAM,2BAA2B,GACnC,MAAM,CAAC,oBAAoB,GAC3B,MAAM,CAAC,aAAa,CAAC;AAEzB,gBAAgB;AAChB,eAAO,MAAM,yCAAyC,EAAE,CAAC,CAAC,OAAO,CAC/D,2BAA2B,EAC3B,CAAC,CAAC,UAAU,EACZ,OAAO,CAIP,CAAC;AAEH,gBAAgB;AAChB,MAAM,MAAM,oCAAoC,GAC5C,MAAM,CAAC,6BAA6B,GACpC,MAAM,CAAC,sBAAsB,CAAC;AAElC,gBAAgB;AAChB,eAAO,MAAM,0CAA0C,EAAE,CAAC,CAAC,OAAO,CAChE,oCAAoC,EACpC,CAAC,CAAC,UAAU,EACZ,2BAA2B,CAI3B,CAAC;AAEH;;;GAGG;AACH,yBAAiB,4BAA4B,CAAC;IAC5C,2EAA2E;IACpE,MAAM,aAAa,+DAA4C,CAAC;IACvE,4EAA4E;IACrE,MAAM,cAAc,4FAA6C,CAAC;IACzE,sEAAsE;IACtE,KAAY,QAAQ,GAAG,oCAAoC,CAAC;CAC7D;AAED,wBAAgB,iCAAiC,CAC/C,2BAA2B,EAAE,2BAA2B,GACvD,MAAM,CAMR;AAED,wBAAgB,mCAAmC,CACjD,UAAU,EAAE,MAAM,GACjB,eAAe,CAAC,2BAA2B,EAAE,kBAAkB,CAAC,CAMlE"}
|
|
@@ -1,34 +0,0 @@
|
|
|
1
|
-
/*
|
|
2
|
-
* Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.
|
|
3
|
-
*/
|
|
4
|
-
import * as z from "zod";
|
|
5
|
-
import { safeParse } from "../../../lib/schemas.js";
|
|
6
|
-
import * as shared from "../shared/index.js";
|
|
7
|
-
/** @internal */
|
|
8
|
-
export const PostV1PlanningQueryResponse$inboundSchema = z.union([
|
|
9
|
-
shared.PlanningListResponse$inboundSchema,
|
|
10
|
-
shared.ErrorResponse$inboundSchema,
|
|
11
|
-
]);
|
|
12
|
-
/** @internal */
|
|
13
|
-
export const PostV1PlanningQueryResponse$outboundSchema = z.union([
|
|
14
|
-
shared.PlanningListResponse$outboundSchema,
|
|
15
|
-
shared.ErrorResponse$outboundSchema,
|
|
16
|
-
]);
|
|
17
|
-
/**
|
|
18
|
-
* @internal
|
|
19
|
-
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
20
|
-
*/
|
|
21
|
-
export var PostV1PlanningQueryResponse$;
|
|
22
|
-
(function (PostV1PlanningQueryResponse$) {
|
|
23
|
-
/** @deprecated use `PostV1PlanningQueryResponse$inboundSchema` instead. */
|
|
24
|
-
PostV1PlanningQueryResponse$.inboundSchema = PostV1PlanningQueryResponse$inboundSchema;
|
|
25
|
-
/** @deprecated use `PostV1PlanningQueryResponse$outboundSchema` instead. */
|
|
26
|
-
PostV1PlanningQueryResponse$.outboundSchema = PostV1PlanningQueryResponse$outboundSchema;
|
|
27
|
-
})(PostV1PlanningQueryResponse$ || (PostV1PlanningQueryResponse$ = {}));
|
|
28
|
-
export function postV1PlanningQueryResponseToJSON(postV1PlanningQueryResponse) {
|
|
29
|
-
return JSON.stringify(PostV1PlanningQueryResponse$outboundSchema.parse(postV1PlanningQueryResponse));
|
|
30
|
-
}
|
|
31
|
-
export function postV1PlanningQueryResponseFromJSON(jsonString) {
|
|
32
|
-
return safeParse(jsonString, (x) => PostV1PlanningQueryResponse$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'PostV1PlanningQueryResponse' from JSON`);
|
|
33
|
-
}
|
|
34
|
-
//# sourceMappingURL=postv1planningquery.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"postv1planningquery.js","sourceRoot":"","sources":["../../../../../src/sdk/models/operations/postv1planningquery.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH,OAAO,KAAK,CAAC,MAAM,KAAK,CAAC;AACzB,OAAO,EAAE,SAAS,EAAE,MAAM,yBAAyB,CAAC;AAGpD,OAAO,KAAK,MAAM,MAAM,oBAAoB,CAAC;AAM7C,gBAAgB;AAChB,MAAM,CAAC,MAAM,yCAAyC,GAIlD,CAAC,CAAC,KAAK,CAAC;IACV,MAAM,CAAC,kCAAkC;IACzC,MAAM,CAAC,2BAA2B;CACnC,CAAC,CAAC;AAOH,gBAAgB;AAChB,MAAM,CAAC,MAAM,0CAA0C,GAInD,CAAC,CAAC,KAAK,CAAC;IACV,MAAM,CAAC,mCAAmC;IAC1C,MAAM,CAAC,4BAA4B;CACpC,CAAC,CAAC;AAEH;;;GAGG;AACH,MAAM,KAAW,4BAA4B,CAO5C;AAPD,WAAiB,4BAA4B;IAC3C,2EAA2E;IAC9D,0CAAa,GAAG,yCAAyC,CAAC;IACvE,4EAA4E;IAC/D,2CAAc,GAAG,0CAA0C,CAAC;AAG3E,CAAC,EAPgB,4BAA4B,KAA5B,4BAA4B,QAO5C;AAED,MAAM,UAAU,iCAAiC,CAC/C,2BAAwD;IAExD,OAAO,IAAI,CAAC,SAAS,CACnB,0CAA0C,CAAC,KAAK,CAC9C,2BAA2B,CAC5B,CACF,CAAC;AACJ,CAAC;AAED,MAAM,UAAU,mCAAmC,CACjD,UAAkB;IAElB,OAAO,SAAS,CACd,UAAU,EACV,CAAC,CAAC,EAAE,EAAE,CAAC,yCAAyC,CAAC,KAAK,CAAC,IAAI,CAAC,KAAK,CAAC,CAAC,CAAC,CAAC,EACrE,yDAAyD,CAC1D,CAAC;AACJ,CAAC"}
|
|
@@ -1,26 +0,0 @@
|
|
|
1
|
-
import * as z from "zod";
|
|
2
|
-
import { Result as SafeParseResult } from "../../types/fp.js";
|
|
3
|
-
import { SDKValidationError } from "../errors/sdkvalidationerror.js";
|
|
4
|
-
import * as shared from "../shared/index.js";
|
|
5
|
-
export type PostV1PropertyPropertiesBySlugsResponse = shared.PropertyListResponse | shared.ErrorResponse;
|
|
6
|
-
/** @internal */
|
|
7
|
-
export declare const PostV1PropertyPropertiesBySlugsResponse$inboundSchema: z.ZodType<PostV1PropertyPropertiesBySlugsResponse, z.ZodTypeDef, unknown>;
|
|
8
|
-
/** @internal */
|
|
9
|
-
export type PostV1PropertyPropertiesBySlugsResponse$Outbound = shared.PropertyListResponse$Outbound | shared.ErrorResponse$Outbound;
|
|
10
|
-
/** @internal */
|
|
11
|
-
export declare const PostV1PropertyPropertiesBySlugsResponse$outboundSchema: z.ZodType<PostV1PropertyPropertiesBySlugsResponse$Outbound, z.ZodTypeDef, PostV1PropertyPropertiesBySlugsResponse>;
|
|
12
|
-
/**
|
|
13
|
-
* @internal
|
|
14
|
-
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
15
|
-
*/
|
|
16
|
-
export declare namespace PostV1PropertyPropertiesBySlugsResponse$ {
|
|
17
|
-
/** @deprecated use `PostV1PropertyPropertiesBySlugsResponse$inboundSchema` instead. */
|
|
18
|
-
const inboundSchema: z.ZodType<PostV1PropertyPropertiesBySlugsResponse, z.ZodTypeDef, unknown>;
|
|
19
|
-
/** @deprecated use `PostV1PropertyPropertiesBySlugsResponse$outboundSchema` instead. */
|
|
20
|
-
const outboundSchema: z.ZodType<PostV1PropertyPropertiesBySlugsResponse$Outbound, z.ZodTypeDef, PostV1PropertyPropertiesBySlugsResponse>;
|
|
21
|
-
/** @deprecated use `PostV1PropertyPropertiesBySlugsResponse$Outbound` instead. */
|
|
22
|
-
type Outbound = PostV1PropertyPropertiesBySlugsResponse$Outbound;
|
|
23
|
-
}
|
|
24
|
-
export declare function postV1PropertyPropertiesBySlugsResponseToJSON(postV1PropertyPropertiesBySlugsResponse: PostV1PropertyPropertiesBySlugsResponse): string;
|
|
25
|
-
export declare function postV1PropertyPropertiesBySlugsResponseFromJSON(jsonString: string): SafeParseResult<PostV1PropertyPropertiesBySlugsResponse, SDKValidationError>;
|
|
26
|
-
//# sourceMappingURL=postv1propertypropertiesbyslugs.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"postv1propertypropertiesbyslugs.d.ts","sourceRoot":"","sources":["../../../../../src/sdk/models/operations/postv1propertypropertiesbyslugs.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,CAAC,MAAM,KAAK,CAAC;AAEzB,OAAO,EAAE,MAAM,IAAI,eAAe,EAAE,MAAM,mBAAmB,CAAC;AAC9D,OAAO,EAAE,kBAAkB,EAAE,MAAM,iCAAiC,CAAC;AACrE,OAAO,KAAK,MAAM,MAAM,oBAAoB,CAAC;AAE7C,MAAM,MAAM,uCAAuC,GAC/C,MAAM,CAAC,oBAAoB,GAC3B,MAAM,CAAC,aAAa,CAAC;AAEzB,gBAAgB;AAChB,eAAO,MAAM,qDAAqD,EAAE,CAAC,CAAC,OAAO,CAC3E,uCAAuC,EACvC,CAAC,CAAC,UAAU,EACZ,OAAO,CAIP,CAAC;AAEH,gBAAgB;AAChB,MAAM,MAAM,gDAAgD,GACxD,MAAM,CAAC,6BAA6B,GACpC,MAAM,CAAC,sBAAsB,CAAC;AAElC,gBAAgB;AAChB,eAAO,MAAM,sDAAsD,EAAE,CAAC,CAAC,OAAO,CAC5E,gDAAgD,EAChD,CAAC,CAAC,UAAU,EACZ,uCAAuC,CAIvC,CAAC;AAEH;;;GAGG;AACH,yBAAiB,wCAAwC,CAAC;IACxD,uFAAuF;IAChF,MAAM,aAAa,2EAC6B,CAAC;IACxD,wFAAwF;IACjF,MAAM,cAAc,oHAC6B,CAAC;IACzD,kFAAkF;IAClF,KAAY,QAAQ,GAAG,gDAAgD,CAAC;CACzE;AAED,wBAAgB,6CAA6C,CAC3D,uCAAuC,EACrC,uCAAuC,GACxC,MAAM,CAMR;AAED,wBAAgB,+CAA+C,CAC7D,UAAU,EAAE,MAAM,GACjB,eAAe,CAChB,uCAAuC,EACvC,kBAAkB,CACnB,CASA"}
|
|
@@ -1,34 +0,0 @@
|
|
|
1
|
-
/*
|
|
2
|
-
* Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.
|
|
3
|
-
*/
|
|
4
|
-
import * as z from "zod";
|
|
5
|
-
import { safeParse } from "../../../lib/schemas.js";
|
|
6
|
-
import * as shared from "../shared/index.js";
|
|
7
|
-
/** @internal */
|
|
8
|
-
export const PostV1PropertyPropertiesBySlugsResponse$inboundSchema = z.union([
|
|
9
|
-
shared.PropertyListResponse$inboundSchema,
|
|
10
|
-
shared.ErrorResponse$inboundSchema,
|
|
11
|
-
]);
|
|
12
|
-
/** @internal */
|
|
13
|
-
export const PostV1PropertyPropertiesBySlugsResponse$outboundSchema = z.union([
|
|
14
|
-
shared.PropertyListResponse$outboundSchema,
|
|
15
|
-
shared.ErrorResponse$outboundSchema,
|
|
16
|
-
]);
|
|
17
|
-
/**
|
|
18
|
-
* @internal
|
|
19
|
-
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
20
|
-
*/
|
|
21
|
-
export var PostV1PropertyPropertiesBySlugsResponse$;
|
|
22
|
-
(function (PostV1PropertyPropertiesBySlugsResponse$) {
|
|
23
|
-
/** @deprecated use `PostV1PropertyPropertiesBySlugsResponse$inboundSchema` instead. */
|
|
24
|
-
PostV1PropertyPropertiesBySlugsResponse$.inboundSchema = PostV1PropertyPropertiesBySlugsResponse$inboundSchema;
|
|
25
|
-
/** @deprecated use `PostV1PropertyPropertiesBySlugsResponse$outboundSchema` instead. */
|
|
26
|
-
PostV1PropertyPropertiesBySlugsResponse$.outboundSchema = PostV1PropertyPropertiesBySlugsResponse$outboundSchema;
|
|
27
|
-
})(PostV1PropertyPropertiesBySlugsResponse$ || (PostV1PropertyPropertiesBySlugsResponse$ = {}));
|
|
28
|
-
export function postV1PropertyPropertiesBySlugsResponseToJSON(postV1PropertyPropertiesBySlugsResponse) {
|
|
29
|
-
return JSON.stringify(PostV1PropertyPropertiesBySlugsResponse$outboundSchema.parse(postV1PropertyPropertiesBySlugsResponse));
|
|
30
|
-
}
|
|
31
|
-
export function postV1PropertyPropertiesBySlugsResponseFromJSON(jsonString) {
|
|
32
|
-
return safeParse(jsonString, (x) => PostV1PropertyPropertiesBySlugsResponse$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'PostV1PropertyPropertiesBySlugsResponse' from JSON`);
|
|
33
|
-
}
|
|
34
|
-
//# sourceMappingURL=postv1propertypropertiesbyslugs.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"postv1propertypropertiesbyslugs.js","sourceRoot":"","sources":["../../../../../src/sdk/models/operations/postv1propertypropertiesbyslugs.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH,OAAO,KAAK,CAAC,MAAM,KAAK,CAAC;AACzB,OAAO,EAAE,SAAS,EAAE,MAAM,yBAAyB,CAAC;AAGpD,OAAO,KAAK,MAAM,MAAM,oBAAoB,CAAC;AAM7C,gBAAgB;AAChB,MAAM,CAAC,MAAM,qDAAqD,GAI9D,CAAC,CAAC,KAAK,CAAC;IACV,MAAM,CAAC,kCAAkC;IACzC,MAAM,CAAC,2BAA2B;CACnC,CAAC,CAAC;AAOH,gBAAgB;AAChB,MAAM,CAAC,MAAM,sDAAsD,GAI/D,CAAC,CAAC,KAAK,CAAC;IACV,MAAM,CAAC,mCAAmC;IAC1C,MAAM,CAAC,4BAA4B;CACpC,CAAC,CAAC;AAEH;;;GAGG;AACH,MAAM,KAAW,wCAAwC,CASxD;AATD,WAAiB,wCAAwC;IACvD,uFAAuF;IAC1E,sDAAa,GACxB,qDAAqD,CAAC;IACxD,wFAAwF;IAC3E,uDAAc,GACzB,sDAAsD,CAAC;AAG3D,CAAC,EATgB,wCAAwC,KAAxC,wCAAwC,QASxD;AAED,MAAM,UAAU,6CAA6C,CAC3D,uCACyC;IAEzC,OAAO,IAAI,CAAC,SAAS,CACnB,sDAAsD,CAAC,KAAK,CAC1D,uCAAuC,CACxC,CACF,CAAC;AACJ,CAAC;AAED,MAAM,UAAU,+CAA+C,CAC7D,UAAkB;IAKlB,OAAO,SAAS,CACd,UAAU,EACV,CAAC,CAAC,EAAE,EAAE,CACJ,qDAAqD,CAAC,KAAK,CACzD,IAAI,CAAC,KAAK,CAAC,CAAC,CAAC,CACd,EACH,qEAAqE,CACtE,CAAC;AACJ,CAAC"}
|
|
@@ -1,26 +0,0 @@
|
|
|
1
|
-
import * as z from "zod";
|
|
2
|
-
import { Result as SafeParseResult } from "../../types/fp.js";
|
|
3
|
-
import { SDKValidationError } from "../errors/sdkvalidationerror.js";
|
|
4
|
-
import * as shared from "../shared/index.js";
|
|
5
|
-
export type PostV1PropertyQueryResponse = shared.PropertyListResponse | shared.ErrorResponse;
|
|
6
|
-
/** @internal */
|
|
7
|
-
export declare const PostV1PropertyQueryResponse$inboundSchema: z.ZodType<PostV1PropertyQueryResponse, z.ZodTypeDef, unknown>;
|
|
8
|
-
/** @internal */
|
|
9
|
-
export type PostV1PropertyQueryResponse$Outbound = shared.PropertyListResponse$Outbound | shared.ErrorResponse$Outbound;
|
|
10
|
-
/** @internal */
|
|
11
|
-
export declare const PostV1PropertyQueryResponse$outboundSchema: z.ZodType<PostV1PropertyQueryResponse$Outbound, z.ZodTypeDef, PostV1PropertyQueryResponse>;
|
|
12
|
-
/**
|
|
13
|
-
* @internal
|
|
14
|
-
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
15
|
-
*/
|
|
16
|
-
export declare namespace PostV1PropertyQueryResponse$ {
|
|
17
|
-
/** @deprecated use `PostV1PropertyQueryResponse$inboundSchema` instead. */
|
|
18
|
-
const inboundSchema: z.ZodType<PostV1PropertyQueryResponse, z.ZodTypeDef, unknown>;
|
|
19
|
-
/** @deprecated use `PostV1PropertyQueryResponse$outboundSchema` instead. */
|
|
20
|
-
const outboundSchema: z.ZodType<PostV1PropertyQueryResponse$Outbound, z.ZodTypeDef, PostV1PropertyQueryResponse>;
|
|
21
|
-
/** @deprecated use `PostV1PropertyQueryResponse$Outbound` instead. */
|
|
22
|
-
type Outbound = PostV1PropertyQueryResponse$Outbound;
|
|
23
|
-
}
|
|
24
|
-
export declare function postV1PropertyQueryResponseToJSON(postV1PropertyQueryResponse: PostV1PropertyQueryResponse): string;
|
|
25
|
-
export declare function postV1PropertyQueryResponseFromJSON(jsonString: string): SafeParseResult<PostV1PropertyQueryResponse, SDKValidationError>;
|
|
26
|
-
//# sourceMappingURL=postv1propertyquery.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"postv1propertyquery.d.ts","sourceRoot":"","sources":["../../../../../src/sdk/models/operations/postv1propertyquery.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,CAAC,MAAM,KAAK,CAAC;AAEzB,OAAO,EAAE,MAAM,IAAI,eAAe,EAAE,MAAM,mBAAmB,CAAC;AAC9D,OAAO,EAAE,kBAAkB,EAAE,MAAM,iCAAiC,CAAC;AACrE,OAAO,KAAK,MAAM,MAAM,oBAAoB,CAAC;AAE7C,MAAM,MAAM,2BAA2B,GACnC,MAAM,CAAC,oBAAoB,GAC3B,MAAM,CAAC,aAAa,CAAC;AAEzB,gBAAgB;AAChB,eAAO,MAAM,yCAAyC,EAAE,CAAC,CAAC,OAAO,CAC/D,2BAA2B,EAC3B,CAAC,CAAC,UAAU,EACZ,OAAO,CAIP,CAAC;AAEH,gBAAgB;AAChB,MAAM,MAAM,oCAAoC,GAC5C,MAAM,CAAC,6BAA6B,GACpC,MAAM,CAAC,sBAAsB,CAAC;AAElC,gBAAgB;AAChB,eAAO,MAAM,0CAA0C,EAAE,CAAC,CAAC,OAAO,CAChE,oCAAoC,EACpC,CAAC,CAAC,UAAU,EACZ,2BAA2B,CAI3B,CAAC;AAEH;;;GAGG;AACH,yBAAiB,4BAA4B,CAAC;IAC5C,2EAA2E;IACpE,MAAM,aAAa,+DAA4C,CAAC;IACvE,4EAA4E;IACrE,MAAM,cAAc,4FAA6C,CAAC;IACzE,sEAAsE;IACtE,KAAY,QAAQ,GAAG,oCAAoC,CAAC;CAC7D;AAED,wBAAgB,iCAAiC,CAC/C,2BAA2B,EAAE,2BAA2B,GACvD,MAAM,CAMR;AAED,wBAAgB,mCAAmC,CACjD,UAAU,EAAE,MAAM,GACjB,eAAe,CAAC,2BAA2B,EAAE,kBAAkB,CAAC,CAMlE"}
|
|
@@ -1,34 +0,0 @@
|
|
|
1
|
-
/*
|
|
2
|
-
* Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.
|
|
3
|
-
*/
|
|
4
|
-
import * as z from "zod";
|
|
5
|
-
import { safeParse } from "../../../lib/schemas.js";
|
|
6
|
-
import * as shared from "../shared/index.js";
|
|
7
|
-
/** @internal */
|
|
8
|
-
export const PostV1PropertyQueryResponse$inboundSchema = z.union([
|
|
9
|
-
shared.PropertyListResponse$inboundSchema,
|
|
10
|
-
shared.ErrorResponse$inboundSchema,
|
|
11
|
-
]);
|
|
12
|
-
/** @internal */
|
|
13
|
-
export const PostV1PropertyQueryResponse$outboundSchema = z.union([
|
|
14
|
-
shared.PropertyListResponse$outboundSchema,
|
|
15
|
-
shared.ErrorResponse$outboundSchema,
|
|
16
|
-
]);
|
|
17
|
-
/**
|
|
18
|
-
* @internal
|
|
19
|
-
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
20
|
-
*/
|
|
21
|
-
export var PostV1PropertyQueryResponse$;
|
|
22
|
-
(function (PostV1PropertyQueryResponse$) {
|
|
23
|
-
/** @deprecated use `PostV1PropertyQueryResponse$inboundSchema` instead. */
|
|
24
|
-
PostV1PropertyQueryResponse$.inboundSchema = PostV1PropertyQueryResponse$inboundSchema;
|
|
25
|
-
/** @deprecated use `PostV1PropertyQueryResponse$outboundSchema` instead. */
|
|
26
|
-
PostV1PropertyQueryResponse$.outboundSchema = PostV1PropertyQueryResponse$outboundSchema;
|
|
27
|
-
})(PostV1PropertyQueryResponse$ || (PostV1PropertyQueryResponse$ = {}));
|
|
28
|
-
export function postV1PropertyQueryResponseToJSON(postV1PropertyQueryResponse) {
|
|
29
|
-
return JSON.stringify(PostV1PropertyQueryResponse$outboundSchema.parse(postV1PropertyQueryResponse));
|
|
30
|
-
}
|
|
31
|
-
export function postV1PropertyQueryResponseFromJSON(jsonString) {
|
|
32
|
-
return safeParse(jsonString, (x) => PostV1PropertyQueryResponse$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'PostV1PropertyQueryResponse' from JSON`);
|
|
33
|
-
}
|
|
34
|
-
//# sourceMappingURL=postv1propertyquery.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"postv1propertyquery.js","sourceRoot":"","sources":["../../../../../src/sdk/models/operations/postv1propertyquery.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH,OAAO,KAAK,CAAC,MAAM,KAAK,CAAC;AACzB,OAAO,EAAE,SAAS,EAAE,MAAM,yBAAyB,CAAC;AAGpD,OAAO,KAAK,MAAM,MAAM,oBAAoB,CAAC;AAM7C,gBAAgB;AAChB,MAAM,CAAC,MAAM,yCAAyC,GAIlD,CAAC,CAAC,KAAK,CAAC;IACV,MAAM,CAAC,kCAAkC;IACzC,MAAM,CAAC,2BAA2B;CACnC,CAAC,CAAC;AAOH,gBAAgB;AAChB,MAAM,CAAC,MAAM,0CAA0C,GAInD,CAAC,CAAC,KAAK,CAAC;IACV,MAAM,CAAC,mCAAmC;IAC1C,MAAM,CAAC,4BAA4B;CACpC,CAAC,CAAC;AAEH;;;GAGG;AACH,MAAM,KAAW,4BAA4B,CAO5C;AAPD,WAAiB,4BAA4B;IAC3C,2EAA2E;IAC9D,0CAAa,GAAG,yCAAyC,CAAC;IACvE,4EAA4E;IAC/D,2CAAc,GAAG,0CAA0C,CAAC;AAG3E,CAAC,EAPgB,4BAA4B,KAA5B,4BAA4B,QAO5C;AAED,MAAM,UAAU,iCAAiC,CAC/C,2BAAwD;IAExD,OAAO,IAAI,CAAC,SAAS,CACnB,0CAA0C,CAAC,KAAK,CAC9C,2BAA2B,CAC5B,CACF,CAAC;AACJ,CAAC;AAED,MAAM,UAAU,mCAAmC,CACjD,UAAkB;IAElB,OAAO,SAAS,CACd,UAAU,EACV,CAAC,CAAC,EAAE,EAAE,CAAC,yCAAyC,CAAC,KAAK,CAAC,IAAI,CAAC,KAAK,CAAC,CAAC,CAAC,CAAC,EACrE,yDAAyD,CAC1D,CAAC;AACJ,CAAC"}
|
|
@@ -1,139 +0,0 @@
|
|
|
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 GetV1PlanningApplicationIdsRequest = {
|
|
12
|
-
/**
|
|
13
|
-
* Comma-separated list of planning application IDs
|
|
14
|
-
*/
|
|
15
|
-
applicationIds: string;
|
|
16
|
-
};
|
|
17
|
-
|
|
18
|
-
export type GetV1PlanningApplicationIdsResponse =
|
|
19
|
-
| shared.PlanningListResponse
|
|
20
|
-
| shared.ErrorResponse;
|
|
21
|
-
|
|
22
|
-
/** @internal */
|
|
23
|
-
export const GetV1PlanningApplicationIdsRequest$inboundSchema: z.ZodType<
|
|
24
|
-
GetV1PlanningApplicationIdsRequest,
|
|
25
|
-
z.ZodTypeDef,
|
|
26
|
-
unknown
|
|
27
|
-
> = z.object({
|
|
28
|
-
applicationIds: z.string(),
|
|
29
|
-
});
|
|
30
|
-
|
|
31
|
-
/** @internal */
|
|
32
|
-
export type GetV1PlanningApplicationIdsRequest$Outbound = {
|
|
33
|
-
applicationIds: string;
|
|
34
|
-
};
|
|
35
|
-
|
|
36
|
-
/** @internal */
|
|
37
|
-
export const GetV1PlanningApplicationIdsRequest$outboundSchema: z.ZodType<
|
|
38
|
-
GetV1PlanningApplicationIdsRequest$Outbound,
|
|
39
|
-
z.ZodTypeDef,
|
|
40
|
-
GetV1PlanningApplicationIdsRequest
|
|
41
|
-
> = z.object({
|
|
42
|
-
applicationIds: z.string(),
|
|
43
|
-
});
|
|
44
|
-
|
|
45
|
-
/**
|
|
46
|
-
* @internal
|
|
47
|
-
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
48
|
-
*/
|
|
49
|
-
export namespace GetV1PlanningApplicationIdsRequest$ {
|
|
50
|
-
/** @deprecated use `GetV1PlanningApplicationIdsRequest$inboundSchema` instead. */
|
|
51
|
-
export const inboundSchema = GetV1PlanningApplicationIdsRequest$inboundSchema;
|
|
52
|
-
/** @deprecated use `GetV1PlanningApplicationIdsRequest$outboundSchema` instead. */
|
|
53
|
-
export const outboundSchema =
|
|
54
|
-
GetV1PlanningApplicationIdsRequest$outboundSchema;
|
|
55
|
-
/** @deprecated use `GetV1PlanningApplicationIdsRequest$Outbound` instead. */
|
|
56
|
-
export type Outbound = GetV1PlanningApplicationIdsRequest$Outbound;
|
|
57
|
-
}
|
|
58
|
-
|
|
59
|
-
export function getV1PlanningApplicationIdsRequestToJSON(
|
|
60
|
-
getV1PlanningApplicationIdsRequest: GetV1PlanningApplicationIdsRequest,
|
|
61
|
-
): string {
|
|
62
|
-
return JSON.stringify(
|
|
63
|
-
GetV1PlanningApplicationIdsRequest$outboundSchema.parse(
|
|
64
|
-
getV1PlanningApplicationIdsRequest,
|
|
65
|
-
),
|
|
66
|
-
);
|
|
67
|
-
}
|
|
68
|
-
|
|
69
|
-
export function getV1PlanningApplicationIdsRequestFromJSON(
|
|
70
|
-
jsonString: string,
|
|
71
|
-
): SafeParseResult<GetV1PlanningApplicationIdsRequest, SDKValidationError> {
|
|
72
|
-
return safeParse(
|
|
73
|
-
jsonString,
|
|
74
|
-
(x) =>
|
|
75
|
-
GetV1PlanningApplicationIdsRequest$inboundSchema.parse(JSON.parse(x)),
|
|
76
|
-
`Failed to parse 'GetV1PlanningApplicationIdsRequest' from JSON`,
|
|
77
|
-
);
|
|
78
|
-
}
|
|
79
|
-
|
|
80
|
-
/** @internal */
|
|
81
|
-
export const GetV1PlanningApplicationIdsResponse$inboundSchema: z.ZodType<
|
|
82
|
-
GetV1PlanningApplicationIdsResponse,
|
|
83
|
-
z.ZodTypeDef,
|
|
84
|
-
unknown
|
|
85
|
-
> = z.union([
|
|
86
|
-
shared.PlanningListResponse$inboundSchema,
|
|
87
|
-
shared.ErrorResponse$inboundSchema,
|
|
88
|
-
]);
|
|
89
|
-
|
|
90
|
-
/** @internal */
|
|
91
|
-
export type GetV1PlanningApplicationIdsResponse$Outbound =
|
|
92
|
-
| shared.PlanningListResponse$Outbound
|
|
93
|
-
| shared.ErrorResponse$Outbound;
|
|
94
|
-
|
|
95
|
-
/** @internal */
|
|
96
|
-
export const GetV1PlanningApplicationIdsResponse$outboundSchema: z.ZodType<
|
|
97
|
-
GetV1PlanningApplicationIdsResponse$Outbound,
|
|
98
|
-
z.ZodTypeDef,
|
|
99
|
-
GetV1PlanningApplicationIdsResponse
|
|
100
|
-
> = z.union([
|
|
101
|
-
shared.PlanningListResponse$outboundSchema,
|
|
102
|
-
shared.ErrorResponse$outboundSchema,
|
|
103
|
-
]);
|
|
104
|
-
|
|
105
|
-
/**
|
|
106
|
-
* @internal
|
|
107
|
-
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
108
|
-
*/
|
|
109
|
-
export namespace GetV1PlanningApplicationIdsResponse$ {
|
|
110
|
-
/** @deprecated use `GetV1PlanningApplicationIdsResponse$inboundSchema` instead. */
|
|
111
|
-
export const inboundSchema =
|
|
112
|
-
GetV1PlanningApplicationIdsResponse$inboundSchema;
|
|
113
|
-
/** @deprecated use `GetV1PlanningApplicationIdsResponse$outboundSchema` instead. */
|
|
114
|
-
export const outboundSchema =
|
|
115
|
-
GetV1PlanningApplicationIdsResponse$outboundSchema;
|
|
116
|
-
/** @deprecated use `GetV1PlanningApplicationIdsResponse$Outbound` instead. */
|
|
117
|
-
export type Outbound = GetV1PlanningApplicationIdsResponse$Outbound;
|
|
118
|
-
}
|
|
119
|
-
|
|
120
|
-
export function getV1PlanningApplicationIdsResponseToJSON(
|
|
121
|
-
getV1PlanningApplicationIdsResponse: GetV1PlanningApplicationIdsResponse,
|
|
122
|
-
): string {
|
|
123
|
-
return JSON.stringify(
|
|
124
|
-
GetV1PlanningApplicationIdsResponse$outboundSchema.parse(
|
|
125
|
-
getV1PlanningApplicationIdsResponse,
|
|
126
|
-
),
|
|
127
|
-
);
|
|
128
|
-
}
|
|
129
|
-
|
|
130
|
-
export function getV1PlanningApplicationIdsResponseFromJSON(
|
|
131
|
-
jsonString: string,
|
|
132
|
-
): SafeParseResult<GetV1PlanningApplicationIdsResponse, SDKValidationError> {
|
|
133
|
-
return safeParse(
|
|
134
|
-
jsonString,
|
|
135
|
-
(x) =>
|
|
136
|
-
GetV1PlanningApplicationIdsResponse$inboundSchema.parse(JSON.parse(x)),
|
|
137
|
-
`Failed to parse 'GetV1PlanningApplicationIdsResponse' from JSON`,
|
|
138
|
-
);
|
|
139
|
-
}
|