@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,140 +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 GetV1PlanningSourcesSourceIdsRequest = {
|
|
12
|
-
/**
|
|
13
|
-
* Comma-separated list of source IDs (e.g., council-a::APP/2024/0001)
|
|
14
|
-
*/
|
|
15
|
-
sourceIds: string;
|
|
16
|
-
};
|
|
17
|
-
|
|
18
|
-
export type GetV1PlanningSourcesSourceIdsResponse =
|
|
19
|
-
| shared.PlanningListResponse
|
|
20
|
-
| shared.ErrorResponse;
|
|
21
|
-
|
|
22
|
-
/** @internal */
|
|
23
|
-
export const GetV1PlanningSourcesSourceIdsRequest$inboundSchema: z.ZodType<
|
|
24
|
-
GetV1PlanningSourcesSourceIdsRequest,
|
|
25
|
-
z.ZodTypeDef,
|
|
26
|
-
unknown
|
|
27
|
-
> = z.object({
|
|
28
|
-
sourceIds: z.string(),
|
|
29
|
-
});
|
|
30
|
-
|
|
31
|
-
/** @internal */
|
|
32
|
-
export type GetV1PlanningSourcesSourceIdsRequest$Outbound = {
|
|
33
|
-
sourceIds: string;
|
|
34
|
-
};
|
|
35
|
-
|
|
36
|
-
/** @internal */
|
|
37
|
-
export const GetV1PlanningSourcesSourceIdsRequest$outboundSchema: z.ZodType<
|
|
38
|
-
GetV1PlanningSourcesSourceIdsRequest$Outbound,
|
|
39
|
-
z.ZodTypeDef,
|
|
40
|
-
GetV1PlanningSourcesSourceIdsRequest
|
|
41
|
-
> = z.object({
|
|
42
|
-
sourceIds: 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 GetV1PlanningSourcesSourceIdsRequest$ {
|
|
50
|
-
/** @deprecated use `GetV1PlanningSourcesSourceIdsRequest$inboundSchema` instead. */
|
|
51
|
-
export const inboundSchema =
|
|
52
|
-
GetV1PlanningSourcesSourceIdsRequest$inboundSchema;
|
|
53
|
-
/** @deprecated use `GetV1PlanningSourcesSourceIdsRequest$outboundSchema` instead. */
|
|
54
|
-
export const outboundSchema =
|
|
55
|
-
GetV1PlanningSourcesSourceIdsRequest$outboundSchema;
|
|
56
|
-
/** @deprecated use `GetV1PlanningSourcesSourceIdsRequest$Outbound` instead. */
|
|
57
|
-
export type Outbound = GetV1PlanningSourcesSourceIdsRequest$Outbound;
|
|
58
|
-
}
|
|
59
|
-
|
|
60
|
-
export function getV1PlanningSourcesSourceIdsRequestToJSON(
|
|
61
|
-
getV1PlanningSourcesSourceIdsRequest: GetV1PlanningSourcesSourceIdsRequest,
|
|
62
|
-
): string {
|
|
63
|
-
return JSON.stringify(
|
|
64
|
-
GetV1PlanningSourcesSourceIdsRequest$outboundSchema.parse(
|
|
65
|
-
getV1PlanningSourcesSourceIdsRequest,
|
|
66
|
-
),
|
|
67
|
-
);
|
|
68
|
-
}
|
|
69
|
-
|
|
70
|
-
export function getV1PlanningSourcesSourceIdsRequestFromJSON(
|
|
71
|
-
jsonString: string,
|
|
72
|
-
): SafeParseResult<GetV1PlanningSourcesSourceIdsRequest, SDKValidationError> {
|
|
73
|
-
return safeParse(
|
|
74
|
-
jsonString,
|
|
75
|
-
(x) =>
|
|
76
|
-
GetV1PlanningSourcesSourceIdsRequest$inboundSchema.parse(JSON.parse(x)),
|
|
77
|
-
`Failed to parse 'GetV1PlanningSourcesSourceIdsRequest' from JSON`,
|
|
78
|
-
);
|
|
79
|
-
}
|
|
80
|
-
|
|
81
|
-
/** @internal */
|
|
82
|
-
export const GetV1PlanningSourcesSourceIdsResponse$inboundSchema: z.ZodType<
|
|
83
|
-
GetV1PlanningSourcesSourceIdsResponse,
|
|
84
|
-
z.ZodTypeDef,
|
|
85
|
-
unknown
|
|
86
|
-
> = z.union([
|
|
87
|
-
shared.PlanningListResponse$inboundSchema,
|
|
88
|
-
shared.ErrorResponse$inboundSchema,
|
|
89
|
-
]);
|
|
90
|
-
|
|
91
|
-
/** @internal */
|
|
92
|
-
export type GetV1PlanningSourcesSourceIdsResponse$Outbound =
|
|
93
|
-
| shared.PlanningListResponse$Outbound
|
|
94
|
-
| shared.ErrorResponse$Outbound;
|
|
95
|
-
|
|
96
|
-
/** @internal */
|
|
97
|
-
export const GetV1PlanningSourcesSourceIdsResponse$outboundSchema: z.ZodType<
|
|
98
|
-
GetV1PlanningSourcesSourceIdsResponse$Outbound,
|
|
99
|
-
z.ZodTypeDef,
|
|
100
|
-
GetV1PlanningSourcesSourceIdsResponse
|
|
101
|
-
> = z.union([
|
|
102
|
-
shared.PlanningListResponse$outboundSchema,
|
|
103
|
-
shared.ErrorResponse$outboundSchema,
|
|
104
|
-
]);
|
|
105
|
-
|
|
106
|
-
/**
|
|
107
|
-
* @internal
|
|
108
|
-
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
109
|
-
*/
|
|
110
|
-
export namespace GetV1PlanningSourcesSourceIdsResponse$ {
|
|
111
|
-
/** @deprecated use `GetV1PlanningSourcesSourceIdsResponse$inboundSchema` instead. */
|
|
112
|
-
export const inboundSchema =
|
|
113
|
-
GetV1PlanningSourcesSourceIdsResponse$inboundSchema;
|
|
114
|
-
/** @deprecated use `GetV1PlanningSourcesSourceIdsResponse$outboundSchema` instead. */
|
|
115
|
-
export const outboundSchema =
|
|
116
|
-
GetV1PlanningSourcesSourceIdsResponse$outboundSchema;
|
|
117
|
-
/** @deprecated use `GetV1PlanningSourcesSourceIdsResponse$Outbound` instead. */
|
|
118
|
-
export type Outbound = GetV1PlanningSourcesSourceIdsResponse$Outbound;
|
|
119
|
-
}
|
|
120
|
-
|
|
121
|
-
export function getV1PlanningSourcesSourceIdsResponseToJSON(
|
|
122
|
-
getV1PlanningSourcesSourceIdsResponse: GetV1PlanningSourcesSourceIdsResponse,
|
|
123
|
-
): string {
|
|
124
|
-
return JSON.stringify(
|
|
125
|
-
GetV1PlanningSourcesSourceIdsResponse$outboundSchema.parse(
|
|
126
|
-
getV1PlanningSourcesSourceIdsResponse,
|
|
127
|
-
),
|
|
128
|
-
);
|
|
129
|
-
}
|
|
130
|
-
|
|
131
|
-
export function getV1PlanningSourcesSourceIdsResponseFromJSON(
|
|
132
|
-
jsonString: string,
|
|
133
|
-
): SafeParseResult<GetV1PlanningSourcesSourceIdsResponse, SDKValidationError> {
|
|
134
|
-
return safeParse(
|
|
135
|
-
jsonString,
|
|
136
|
-
(x) =>
|
|
137
|
-
GetV1PlanningSourcesSourceIdsResponse$inboundSchema.parse(JSON.parse(x)),
|
|
138
|
-
`Failed to parse 'GetV1PlanningSourcesSourceIdsResponse' from JSON`,
|
|
139
|
-
);
|
|
140
|
-
}
|
|
@@ -1,155 +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 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
|
-
}
|
|
@@ -1,173 +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 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
|
-
}
|
|
@@ -1,161 +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 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
|
-
}
|
|
@@ -1,72 +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 PostV1LocationStreetQueryResponse =
|
|
12
|
-
| shared.StreetQueryResponse
|
|
13
|
-
| shared.ErrorResponse;
|
|
14
|
-
|
|
15
|
-
/** @internal */
|
|
16
|
-
export const PostV1LocationStreetQueryResponse$inboundSchema: z.ZodType<
|
|
17
|
-
PostV1LocationStreetQueryResponse,
|
|
18
|
-
z.ZodTypeDef,
|
|
19
|
-
unknown
|
|
20
|
-
> = z.union([
|
|
21
|
-
shared.StreetQueryResponse$inboundSchema,
|
|
22
|
-
shared.ErrorResponse$inboundSchema,
|
|
23
|
-
]);
|
|
24
|
-
|
|
25
|
-
/** @internal */
|
|
26
|
-
export type PostV1LocationStreetQueryResponse$Outbound =
|
|
27
|
-
| shared.StreetQueryResponse$Outbound
|
|
28
|
-
| shared.ErrorResponse$Outbound;
|
|
29
|
-
|
|
30
|
-
/** @internal */
|
|
31
|
-
export const PostV1LocationStreetQueryResponse$outboundSchema: z.ZodType<
|
|
32
|
-
PostV1LocationStreetQueryResponse$Outbound,
|
|
33
|
-
z.ZodTypeDef,
|
|
34
|
-
PostV1LocationStreetQueryResponse
|
|
35
|
-
> = z.union([
|
|
36
|
-
shared.StreetQueryResponse$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 PostV1LocationStreetQueryResponse$ {
|
|
45
|
-
/** @deprecated use `PostV1LocationStreetQueryResponse$inboundSchema` instead. */
|
|
46
|
-
export const inboundSchema = PostV1LocationStreetQueryResponse$inboundSchema;
|
|
47
|
-
/** @deprecated use `PostV1LocationStreetQueryResponse$outboundSchema` instead. */
|
|
48
|
-
export const outboundSchema =
|
|
49
|
-
PostV1LocationStreetQueryResponse$outboundSchema;
|
|
50
|
-
/** @deprecated use `PostV1LocationStreetQueryResponse$Outbound` instead. */
|
|
51
|
-
export type Outbound = PostV1LocationStreetQueryResponse$Outbound;
|
|
52
|
-
}
|
|
53
|
-
|
|
54
|
-
export function postV1LocationStreetQueryResponseToJSON(
|
|
55
|
-
postV1LocationStreetQueryResponse: PostV1LocationStreetQueryResponse,
|
|
56
|
-
): string {
|
|
57
|
-
return JSON.stringify(
|
|
58
|
-
PostV1LocationStreetQueryResponse$outboundSchema.parse(
|
|
59
|
-
postV1LocationStreetQueryResponse,
|
|
60
|
-
),
|
|
61
|
-
);
|
|
62
|
-
}
|
|
63
|
-
|
|
64
|
-
export function postV1LocationStreetQueryResponseFromJSON(
|
|
65
|
-
jsonString: string,
|
|
66
|
-
): SafeParseResult<PostV1LocationStreetQueryResponse, SDKValidationError> {
|
|
67
|
-
return safeParse(
|
|
68
|
-
jsonString,
|
|
69
|
-
(x) => PostV1LocationStreetQueryResponse$inboundSchema.parse(JSON.parse(x)),
|
|
70
|
-
`Failed to parse 'PostV1LocationStreetQueryResponse' from JSON`,
|
|
71
|
-
);
|
|
72
|
-
}
|