@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,18 +0,0 @@
|
|
|
1
|
-
import { SDKCore } from "../core.js";
|
|
2
|
-
import { RequestOptions } from "../lib/sdks.js";
|
|
3
|
-
import { ConnectionError, InvalidRequestError, RequestAbortedError, RequestTimeoutError, UnexpectedClientError } from "../sdk/models/errors/httpclienterrors.js";
|
|
4
|
-
import { ResponseValidationError } from "../sdk/models/errors/responsevalidationerror.js";
|
|
5
|
-
import { SDKBaseError } from "../sdk/models/errors/sdkbaseerror.js";
|
|
6
|
-
import { SDKValidationError } from "../sdk/models/errors/sdkvalidationerror.js";
|
|
7
|
-
import * as operations from "../sdk/models/operations/index.js";
|
|
8
|
-
import * as shared from "../sdk/models/shared/index.js";
|
|
9
|
-
import { APIPromise } from "../sdk/types/async.js";
|
|
10
|
-
import { Result } from "../sdk/types/fp.js";
|
|
11
|
-
/**
|
|
12
|
-
* Query properties with advanced filters
|
|
13
|
-
*
|
|
14
|
-
* @remarks
|
|
15
|
-
* Search for properties using location, price, and other criteria
|
|
16
|
-
*/
|
|
17
|
-
export declare function propertyPostV1PropertyQuery(client: SDKCore, request?: shared.PropertyQueryRequest | undefined, options?: RequestOptions): APIPromise<Result<operations.PostV1PropertyQueryResponse, SDKBaseError | ResponseValidationError | ConnectionError | RequestAbortedError | RequestTimeoutError | InvalidRequestError | UnexpectedClientError | SDKValidationError>>;
|
|
18
|
-
//# sourceMappingURL=propertyPostV1PropertyQuery.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"propertyPostV1PropertyQuery.d.ts","sourceRoot":"","sources":["../../../src/funcs/propertyPostV1PropertyQuery.ts"],"names":[],"mappings":"AAIA,OAAO,EAAE,OAAO,EAAE,MAAM,YAAY,CAAC;AAKrC,OAAO,EAAE,cAAc,EAAE,MAAM,gBAAgB,CAAC;AAGhD,OAAO,EACL,eAAe,EACf,mBAAmB,EACnB,mBAAmB,EACnB,mBAAmB,EACnB,qBAAqB,EACtB,MAAM,0CAA0C,CAAC;AAClD,OAAO,EAAE,uBAAuB,EAAE,MAAM,iDAAiD,CAAC;AAC1F,OAAO,EAAE,YAAY,EAAE,MAAM,sCAAsC,CAAC;AACpE,OAAO,EAAE,kBAAkB,EAAE,MAAM,4CAA4C,CAAC;AAChF,OAAO,KAAK,UAAU,MAAM,mCAAmC,CAAC;AAChE,OAAO,KAAK,MAAM,MAAM,+BAA+B,CAAC;AACxD,OAAO,EAAW,UAAU,EAAE,MAAM,uBAAuB,CAAC;AAC5D,OAAO,EAAE,MAAM,EAAE,MAAM,oBAAoB,CAAC;AAE5C;;;;;GAKG;AACH,wBAAgB,2BAA2B,CACzC,MAAM,EAAE,OAAO,EACf,OAAO,CAAC,EAAE,MAAM,CAAC,oBAAoB,GAAG,SAAS,EACjD,OAAO,CAAC,EAAE,cAAc,GACvB,UAAU,CACX,MAAM,CACJ,UAAU,CAAC,2BAA2B,EACpC,YAAY,GACZ,uBAAuB,GACvB,eAAe,GACf,mBAAmB,GACnB,mBAAmB,GACnB,mBAAmB,GACnB,qBAAqB,GACrB,kBAAkB,CACrB,CACF,CAMA"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"propertyPostV1PropertyQuery.js","sourceRoot":"","sources":["../../../src/funcs/propertyPostV1PropertyQuery.ts"],"names":[],"mappings":"AAAA;;GAEG;AAGH,OAAO,EAAE,UAAU,EAAE,MAAM,qBAAqB,CAAC;AACjD,OAAO,KAAK,CAAC,MAAM,oBAAoB,CAAC;AACxC,OAAO,EAAE,UAAU,EAAE,MAAM,sBAAsB,CAAC;AAClD,OAAO,EAAE,SAAS,EAAE,MAAM,mBAAmB,CAAC;AAE9C,OAAO,EAAE,eAAe,EAAE,qBAAqB,EAAE,MAAM,oBAAoB,CAAC;AAC5E,OAAO,EAAE,UAAU,EAAE,MAAM,eAAe,CAAC;AAW3C,OAAO,KAAK,UAAU,MAAM,mCAAmC,CAAC;AAChE,OAAO,KAAK,MAAM,MAAM,+BAA+B,CAAC;AACxD,OAAO,EAAW,UAAU,EAAE,MAAM,uBAAuB,CAAC;AAG5D;;;;;GAKG;AACH,MAAM,UAAU,2BAA2B,CACzC,MAAe,EACf,OAAiD,EACjD,OAAwB;IAcxB,OAAO,IAAI,UAAU,CAAC,GAAG,CACvB,MAAM,EACN,OAAO,EACP,OAAO,CACR,CAAC,CAAC;AACL,CAAC;AAED,KAAK,UAAU,GAAG,CAChB,MAAe,EACf,OAAiD,EACjD,OAAwB;IAiBxB,MAAM,MAAM,GAAG,SAAS,CACtB,OAAO,EACP,CAAC,KAAK,EAAE,EAAE,CACR,MAAM,CAAC,mCAAmC,CAAC,QAAQ,EAAE,CAAC,KAAK,CAAC,KAAK,CAAC,EACpE,yBAAyB,CAC1B,CAAC;IACF,IAAI,CAAC,MAAM,CAAC,EAAE,EAAE,CAAC;QACf,OAAO,CAAC,MAAM,EAAE,EAAE,MAAM,EAAE,SAAS,EAAE,CAAC,CAAC;IACzC,CAAC;IACD,MAAM,OAAO,GAAG,MAAM,CAAC,KAAK,CAAC;IAC7B,MAAM,IAAI,GAAG,OAAO,KAAK,SAAS;QAChC,CAAC,CAAC,IAAI;QACN,CAAC,CAAC,UAAU,CAAC,MAAM,EAAE,OAAO,EAAE,EAAE,OAAO,EAAE,IAAI,EAAE,CAAC,CAAC;IAEnD,MAAM,IAAI,GAAG,UAAU,CAAC,oBAAoB,CAAC,EAAE,CAAC;IAEhD,MAAM,OAAO,GAAG,IAAI,OAAO,CAAC,UAAU,CAAC;QACrC,cAAc,EAAE,kBAAkB;QAClC,MAAM,EAAE,kBAAkB;KAC3B,CAAC,CAAC,CAAC;IAEJ,MAAM,SAAS,GAAG,MAAM,eAAe,CAAC,MAAM,CAAC,QAAQ,CAAC,UAAU,CAAC,CAAC;IACpE,MAAM,aAAa,GAAG,SAAS,IAAI,IAAI,CAAC,CAAC,CAAC,EAAE,CAAC,CAAC,CAAC,EAAE,UAAU,EAAE,SAAS,EAAE,CAAC;IACzE,MAAM,eAAe,GAAG,qBAAqB,CAAC,aAAa,CAAC,CAAC;IAE7D,MAAM,OAAO,GAAG;QACd,OAAO,EAAE,MAAM,CAAC,QAAQ;QACxB,OAAO,EAAE,OAAO,EAAE,SAAS,IAAI,MAAM,CAAC,QAAQ,IAAI,EAAE;QACpD,WAAW,EAAE,yBAAyB;QACtC,YAAY,EAAE,EAAE;QAEhB,gBAAgB,EAAE,eAAe;QAEjC,cAAc,EAAE,MAAM,CAAC,QAAQ,CAAC,UAAU;QAC1C,WAAW,EAAE,OAAO,EAAE,OAAO;eACxB,MAAM,CAAC,QAAQ,CAAC,WAAW;eAC3B,EAAE,QAAQ,EAAE,MAAM,EAAE;QACzB,UAAU,EAAE,OAAO,EAAE,UAAU,IAAI,CAAC,KAAK,EAAE,KAAK,EAAE,KAAK,EAAE,KAAK,EAAE,KAAK,CAAC;KACvE,CAAC;IAEF,MAAM,UAAU,GAAG,MAAM,CAAC,cAAc,CAAC,OAAO,EAAE;QAChD,QAAQ,EAAE,eAAe;QACzB,MAAM,EAAE,MAAM;QACd,OAAO,EAAE,OAAO,EAAE,SAAS;QAC3B,IAAI,EAAE,IAAI;QACV,OAAO,EAAE,OAAO;QAChB,IAAI,EAAE,IAAI;QACV,SAAS,EAAE,MAAM,CAAC,QAAQ,CAAC,SAAS;QACpC,SAAS,EAAE,OAAO,EAAE,SAAS,IAAI,MAAM,CAAC,QAAQ,CAAC,SAAS,IAAI,CAAC,CAAC;KACjE,EAAE,OAAO,CAAC,CAAC;IACZ,IAAI,CAAC,UAAU,CAAC,EAAE,EAAE,CAAC;QACnB,OAAO,CAAC,UAAU,EAAE,EAAE,MAAM,EAAE,SAAS,EAAE,CAAC,CAAC;IAC7C,CAAC;IACD,MAAM,GAAG,GAAG,UAAU,CAAC,KAAK,CAAC;IAE7B,MAAM,QAAQ,GAAG,MAAM,MAAM,CAAC,GAAG,CAAC,GAAG,EAAE;QACrC,OAAO;QACP,UAAU,EAAE,EAAE;QACd,WAAW,EAAE,OAAO,CAAC,WAAW;QAChC,UAAU,EAAE,OAAO,CAAC,UAAU;KAC/B,CAAC,CAAC;IACH,IAAI,CAAC,QAAQ,CAAC,EAAE,EAAE,CAAC;QACjB,OAAO,CAAC,QAAQ,EAAE,EAAE,MAAM,EAAE,eAAe,EAAE,OAAO,EAAE,GAAG,EAAE,CAAC,CAAC;IAC/D,CAAC;IACD,MAAM,QAAQ,GAAG,QAAQ,CAAC,KAAK,CAAC;IAEhC,MAAM,CAAC,MAAM,CAAC,GAAG,MAAM,CAAC,CAAC,KAAK,CAW5B,CAAC,CAAC,IAAI,CAAC,GAAG,EAAE,UAAU,CAAC,yCAAyC,CAAC,EACjE,CAAC,CAAC,IAAI,CAAC,GAAG,EAAE,UAAU,CAAC,yCAAyC,CAAC,EACjE,CAAC,CAAC,IAAI,CAAC,GAAG,EAAE,UAAU,CAAC,yCAAyC,CAAC,CAClE,CAAC,QAAQ,EAAE,GAAG,CAAC,CAAC;IACjB,IAAI,CAAC,MAAM,CAAC,EAAE,EAAE,CAAC;QACf,OAAO,CAAC,MAAM,EAAE,EAAE,MAAM,EAAE,UAAU,EAAE,OAAO,EAAE,GAAG,EAAE,QAAQ,EAAE,CAAC,CAAC;IAClE,CAAC;IAED,OAAO,CAAC,MAAM,EAAE,EAAE,MAAM,EAAE,UAAU,EAAE,OAAO,EAAE,GAAG,EAAE,QAAQ,EAAE,CAAC,CAAC;AAClE,CAAC"}
|
|
@@ -1,54 +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 GetV1PlanningApplicationIdsRequest = {
|
|
6
|
-
/**
|
|
7
|
-
* Comma-separated list of planning application IDs
|
|
8
|
-
*/
|
|
9
|
-
applicationIds: string;
|
|
10
|
-
};
|
|
11
|
-
export type GetV1PlanningApplicationIdsResponse = shared.PlanningListResponse | shared.ErrorResponse;
|
|
12
|
-
/** @internal */
|
|
13
|
-
export declare const GetV1PlanningApplicationIdsRequest$inboundSchema: z.ZodType<GetV1PlanningApplicationIdsRequest, z.ZodTypeDef, unknown>;
|
|
14
|
-
/** @internal */
|
|
15
|
-
export type GetV1PlanningApplicationIdsRequest$Outbound = {
|
|
16
|
-
applicationIds: string;
|
|
17
|
-
};
|
|
18
|
-
/** @internal */
|
|
19
|
-
export declare const GetV1PlanningApplicationIdsRequest$outboundSchema: z.ZodType<GetV1PlanningApplicationIdsRequest$Outbound, z.ZodTypeDef, GetV1PlanningApplicationIdsRequest>;
|
|
20
|
-
/**
|
|
21
|
-
* @internal
|
|
22
|
-
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
23
|
-
*/
|
|
24
|
-
export declare namespace GetV1PlanningApplicationIdsRequest$ {
|
|
25
|
-
/** @deprecated use `GetV1PlanningApplicationIdsRequest$inboundSchema` instead. */
|
|
26
|
-
const inboundSchema: z.ZodType<GetV1PlanningApplicationIdsRequest, z.ZodTypeDef, unknown>;
|
|
27
|
-
/** @deprecated use `GetV1PlanningApplicationIdsRequest$outboundSchema` instead. */
|
|
28
|
-
const outboundSchema: z.ZodType<GetV1PlanningApplicationIdsRequest$Outbound, z.ZodTypeDef, GetV1PlanningApplicationIdsRequest>;
|
|
29
|
-
/** @deprecated use `GetV1PlanningApplicationIdsRequest$Outbound` instead. */
|
|
30
|
-
type Outbound = GetV1PlanningApplicationIdsRequest$Outbound;
|
|
31
|
-
}
|
|
32
|
-
export declare function getV1PlanningApplicationIdsRequestToJSON(getV1PlanningApplicationIdsRequest: GetV1PlanningApplicationIdsRequest): string;
|
|
33
|
-
export declare function getV1PlanningApplicationIdsRequestFromJSON(jsonString: string): SafeParseResult<GetV1PlanningApplicationIdsRequest, SDKValidationError>;
|
|
34
|
-
/** @internal */
|
|
35
|
-
export declare const GetV1PlanningApplicationIdsResponse$inboundSchema: z.ZodType<GetV1PlanningApplicationIdsResponse, z.ZodTypeDef, unknown>;
|
|
36
|
-
/** @internal */
|
|
37
|
-
export type GetV1PlanningApplicationIdsResponse$Outbound = shared.PlanningListResponse$Outbound | shared.ErrorResponse$Outbound;
|
|
38
|
-
/** @internal */
|
|
39
|
-
export declare const GetV1PlanningApplicationIdsResponse$outboundSchema: z.ZodType<GetV1PlanningApplicationIdsResponse$Outbound, z.ZodTypeDef, GetV1PlanningApplicationIdsResponse>;
|
|
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 declare namespace GetV1PlanningApplicationIdsResponse$ {
|
|
45
|
-
/** @deprecated use `GetV1PlanningApplicationIdsResponse$inboundSchema` instead. */
|
|
46
|
-
const inboundSchema: z.ZodType<GetV1PlanningApplicationIdsResponse, z.ZodTypeDef, unknown>;
|
|
47
|
-
/** @deprecated use `GetV1PlanningApplicationIdsResponse$outboundSchema` instead. */
|
|
48
|
-
const outboundSchema: z.ZodType<GetV1PlanningApplicationIdsResponse$Outbound, z.ZodTypeDef, GetV1PlanningApplicationIdsResponse>;
|
|
49
|
-
/** @deprecated use `GetV1PlanningApplicationIdsResponse$Outbound` instead. */
|
|
50
|
-
type Outbound = GetV1PlanningApplicationIdsResponse$Outbound;
|
|
51
|
-
}
|
|
52
|
-
export declare function getV1PlanningApplicationIdsResponseToJSON(getV1PlanningApplicationIdsResponse: GetV1PlanningApplicationIdsResponse): string;
|
|
53
|
-
export declare function getV1PlanningApplicationIdsResponseFromJSON(jsonString: string): SafeParseResult<GetV1PlanningApplicationIdsResponse, SDKValidationError>;
|
|
54
|
-
//# sourceMappingURL=getv1planningapplicationids.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"getv1planningapplicationids.d.ts","sourceRoot":"","sources":["../../../../../src/sdk/models/operations/getv1planningapplicationids.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,kCAAkC,GAAG;IAC/C;;OAEG;IACH,cAAc,EAAE,MAAM,CAAC;CACxB,CAAC;AAEF,MAAM,MAAM,mCAAmC,GAC3C,MAAM,CAAC,oBAAoB,GAC3B,MAAM,CAAC,aAAa,CAAC;AAEzB,gBAAgB;AAChB,eAAO,MAAM,gDAAgD,EAAE,CAAC,CAAC,OAAO,CACtE,kCAAkC,EAClC,CAAC,CAAC,UAAU,EACZ,OAAO,CAGP,CAAC;AAEH,gBAAgB;AAChB,MAAM,MAAM,2CAA2C,GAAG;IACxD,cAAc,EAAE,MAAM,CAAC;CACxB,CAAC;AAEF,gBAAgB;AAChB,eAAO,MAAM,iDAAiD,EAAE,CAAC,CAAC,OAAO,CACvE,2CAA2C,EAC3C,CAAC,CAAC,UAAU,EACZ,kCAAkC,CAGlC,CAAC;AAEH;;;GAGG;AACH,yBAAiB,mCAAmC,CAAC;IACnD,kFAAkF;IAC3E,MAAM,aAAa,sEAAmD,CAAC;IAC9E,mFAAmF;IAC5E,MAAM,cAAc,0GACwB,CAAC;IACpD,6EAA6E;IAC7E,KAAY,QAAQ,GAAG,2CAA2C,CAAC;CACpE;AAED,wBAAgB,wCAAwC,CACtD,kCAAkC,EAAE,kCAAkC,GACrE,MAAM,CAMR;AAED,wBAAgB,0CAA0C,CACxD,UAAU,EAAE,MAAM,GACjB,eAAe,CAAC,kCAAkC,EAAE,kBAAkB,CAAC,CAOzE;AAED,gBAAgB;AAChB,eAAO,MAAM,iDAAiD,EAAE,CAAC,CAAC,OAAO,CACvE,mCAAmC,EACnC,CAAC,CAAC,UAAU,EACZ,OAAO,CAIP,CAAC;AAEH,gBAAgB;AAChB,MAAM,MAAM,4CAA4C,GACpD,MAAM,CAAC,6BAA6B,GACpC,MAAM,CAAC,sBAAsB,CAAC;AAElC,gBAAgB;AAChB,eAAO,MAAM,kDAAkD,EAAE,CAAC,CAAC,OAAO,CACxE,4CAA4C,EAC5C,CAAC,CAAC,UAAU,EACZ,mCAAmC,CAInC,CAAC;AAEH;;;GAGG;AACH,yBAAiB,oCAAoC,CAAC;IACpD,mFAAmF;IAC5E,MAAM,aAAa,uEACyB,CAAC;IACpD,oFAAoF;IAC7E,MAAM,cAAc,4GACyB,CAAC;IACrD,8EAA8E;IAC9E,KAAY,QAAQ,GAAG,4CAA4C,CAAC;CACrE;AAED,wBAAgB,yCAAyC,CACvD,mCAAmC,EAAE,mCAAmC,GACvE,MAAM,CAMR;AAED,wBAAgB,2CAA2C,CACzD,UAAU,EAAE,MAAM,GACjB,eAAe,CAAC,mCAAmC,EAAE,kBAAkB,CAAC,CAO1E"}
|
|
@@ -1,59 +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 GetV1PlanningApplicationIdsRequest$inboundSchema = z.object({
|
|
9
|
-
applicationIds: z.string(),
|
|
10
|
-
});
|
|
11
|
-
/** @internal */
|
|
12
|
-
export const GetV1PlanningApplicationIdsRequest$outboundSchema = z.object({
|
|
13
|
-
applicationIds: z.string(),
|
|
14
|
-
});
|
|
15
|
-
/**
|
|
16
|
-
* @internal
|
|
17
|
-
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
18
|
-
*/
|
|
19
|
-
export var GetV1PlanningApplicationIdsRequest$;
|
|
20
|
-
(function (GetV1PlanningApplicationIdsRequest$) {
|
|
21
|
-
/** @deprecated use `GetV1PlanningApplicationIdsRequest$inboundSchema` instead. */
|
|
22
|
-
GetV1PlanningApplicationIdsRequest$.inboundSchema = GetV1PlanningApplicationIdsRequest$inboundSchema;
|
|
23
|
-
/** @deprecated use `GetV1PlanningApplicationIdsRequest$outboundSchema` instead. */
|
|
24
|
-
GetV1PlanningApplicationIdsRequest$.outboundSchema = GetV1PlanningApplicationIdsRequest$outboundSchema;
|
|
25
|
-
})(GetV1PlanningApplicationIdsRequest$ || (GetV1PlanningApplicationIdsRequest$ = {}));
|
|
26
|
-
export function getV1PlanningApplicationIdsRequestToJSON(getV1PlanningApplicationIdsRequest) {
|
|
27
|
-
return JSON.stringify(GetV1PlanningApplicationIdsRequest$outboundSchema.parse(getV1PlanningApplicationIdsRequest));
|
|
28
|
-
}
|
|
29
|
-
export function getV1PlanningApplicationIdsRequestFromJSON(jsonString) {
|
|
30
|
-
return safeParse(jsonString, (x) => GetV1PlanningApplicationIdsRequest$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'GetV1PlanningApplicationIdsRequest' from JSON`);
|
|
31
|
-
}
|
|
32
|
-
/** @internal */
|
|
33
|
-
export const GetV1PlanningApplicationIdsResponse$inboundSchema = z.union([
|
|
34
|
-
shared.PlanningListResponse$inboundSchema,
|
|
35
|
-
shared.ErrorResponse$inboundSchema,
|
|
36
|
-
]);
|
|
37
|
-
/** @internal */
|
|
38
|
-
export const GetV1PlanningApplicationIdsResponse$outboundSchema = z.union([
|
|
39
|
-
shared.PlanningListResponse$outboundSchema,
|
|
40
|
-
shared.ErrorResponse$outboundSchema,
|
|
41
|
-
]);
|
|
42
|
-
/**
|
|
43
|
-
* @internal
|
|
44
|
-
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
45
|
-
*/
|
|
46
|
-
export var GetV1PlanningApplicationIdsResponse$;
|
|
47
|
-
(function (GetV1PlanningApplicationIdsResponse$) {
|
|
48
|
-
/** @deprecated use `GetV1PlanningApplicationIdsResponse$inboundSchema` instead. */
|
|
49
|
-
GetV1PlanningApplicationIdsResponse$.inboundSchema = GetV1PlanningApplicationIdsResponse$inboundSchema;
|
|
50
|
-
/** @deprecated use `GetV1PlanningApplicationIdsResponse$outboundSchema` instead. */
|
|
51
|
-
GetV1PlanningApplicationIdsResponse$.outboundSchema = GetV1PlanningApplicationIdsResponse$outboundSchema;
|
|
52
|
-
})(GetV1PlanningApplicationIdsResponse$ || (GetV1PlanningApplicationIdsResponse$ = {}));
|
|
53
|
-
export function getV1PlanningApplicationIdsResponseToJSON(getV1PlanningApplicationIdsResponse) {
|
|
54
|
-
return JSON.stringify(GetV1PlanningApplicationIdsResponse$outboundSchema.parse(getV1PlanningApplicationIdsResponse));
|
|
55
|
-
}
|
|
56
|
-
export function getV1PlanningApplicationIdsResponseFromJSON(jsonString) {
|
|
57
|
-
return safeParse(jsonString, (x) => GetV1PlanningApplicationIdsResponse$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'GetV1PlanningApplicationIdsResponse' from JSON`);
|
|
58
|
-
}
|
|
59
|
-
//# sourceMappingURL=getv1planningapplicationids.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"getv1planningapplicationids.js","sourceRoot":"","sources":["../../../../../src/sdk/models/operations/getv1planningapplicationids.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;AAa7C,gBAAgB;AAChB,MAAM,CAAC,MAAM,gDAAgD,GAIzD,CAAC,CAAC,MAAM,CAAC;IACX,cAAc,EAAE,CAAC,CAAC,MAAM,EAAE;CAC3B,CAAC,CAAC;AAOH,gBAAgB;AAChB,MAAM,CAAC,MAAM,iDAAiD,GAI1D,CAAC,CAAC,MAAM,CAAC;IACX,cAAc,EAAE,CAAC,CAAC,MAAM,EAAE;CAC3B,CAAC,CAAC;AAEH;;;GAGG;AACH,MAAM,KAAW,mCAAmC,CAQnD;AARD,WAAiB,mCAAmC;IAClD,kFAAkF;IACrE,iDAAa,GAAG,gDAAgD,CAAC;IAC9E,mFAAmF;IACtE,kDAAc,GACzB,iDAAiD,CAAC;AAGtD,CAAC,EARgB,mCAAmC,KAAnC,mCAAmC,QAQnD;AAED,MAAM,UAAU,wCAAwC,CACtD,kCAAsE;IAEtE,OAAO,IAAI,CAAC,SAAS,CACnB,iDAAiD,CAAC,KAAK,CACrD,kCAAkC,CACnC,CACF,CAAC;AACJ,CAAC;AAED,MAAM,UAAU,0CAA0C,CACxD,UAAkB;IAElB,OAAO,SAAS,CACd,UAAU,EACV,CAAC,CAAC,EAAE,EAAE,CACJ,gDAAgD,CAAC,KAAK,CAAC,IAAI,CAAC,KAAK,CAAC,CAAC,CAAC,CAAC,EACvE,gEAAgE,CACjE,CAAC;AACJ,CAAC;AAED,gBAAgB;AAChB,MAAM,CAAC,MAAM,iDAAiD,GAI1D,CAAC,CAAC,KAAK,CAAC;IACV,MAAM,CAAC,kCAAkC;IACzC,MAAM,CAAC,2BAA2B;CACnC,CAAC,CAAC;AAOH,gBAAgB;AAChB,MAAM,CAAC,MAAM,kDAAkD,GAI3D,CAAC,CAAC,KAAK,CAAC;IACV,MAAM,CAAC,mCAAmC;IAC1C,MAAM,CAAC,4BAA4B;CACpC,CAAC,CAAC;AAEH;;;GAGG;AACH,MAAM,KAAW,oCAAoC,CASpD;AATD,WAAiB,oCAAoC;IACnD,mFAAmF;IACtE,kDAAa,GACxB,iDAAiD,CAAC;IACpD,oFAAoF;IACvE,mDAAc,GACzB,kDAAkD,CAAC;AAGvD,CAAC,EATgB,oCAAoC,KAApC,oCAAoC,QASpD;AAED,MAAM,UAAU,yCAAyC,CACvD,mCAAwE;IAExE,OAAO,IAAI,CAAC,SAAS,CACnB,kDAAkD,CAAC,KAAK,CACtD,mCAAmC,CACpC,CACF,CAAC;AACJ,CAAC;AAED,MAAM,UAAU,2CAA2C,CACzD,UAAkB;IAElB,OAAO,SAAS,CACd,UAAU,EACV,CAAC,CAAC,EAAE,EAAE,CACJ,iDAAiD,CAAC,KAAK,CAAC,IAAI,CAAC,KAAK,CAAC,CAAC,CAAC,CAAC,EACxE,iEAAiE,CAClE,CAAC;AACJ,CAAC"}
|
|
@@ -1,54 +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 GetV1PlanningSourcesSourceIdsRequest = {
|
|
6
|
-
/**
|
|
7
|
-
* Comma-separated list of source IDs (e.g., council-a::APP/2024/0001)
|
|
8
|
-
*/
|
|
9
|
-
sourceIds: string;
|
|
10
|
-
};
|
|
11
|
-
export type GetV1PlanningSourcesSourceIdsResponse = shared.PlanningListResponse | shared.ErrorResponse;
|
|
12
|
-
/** @internal */
|
|
13
|
-
export declare const GetV1PlanningSourcesSourceIdsRequest$inboundSchema: z.ZodType<GetV1PlanningSourcesSourceIdsRequest, z.ZodTypeDef, unknown>;
|
|
14
|
-
/** @internal */
|
|
15
|
-
export type GetV1PlanningSourcesSourceIdsRequest$Outbound = {
|
|
16
|
-
sourceIds: string;
|
|
17
|
-
};
|
|
18
|
-
/** @internal */
|
|
19
|
-
export declare const GetV1PlanningSourcesSourceIdsRequest$outboundSchema: z.ZodType<GetV1PlanningSourcesSourceIdsRequest$Outbound, z.ZodTypeDef, GetV1PlanningSourcesSourceIdsRequest>;
|
|
20
|
-
/**
|
|
21
|
-
* @internal
|
|
22
|
-
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
23
|
-
*/
|
|
24
|
-
export declare namespace GetV1PlanningSourcesSourceIdsRequest$ {
|
|
25
|
-
/** @deprecated use `GetV1PlanningSourcesSourceIdsRequest$inboundSchema` instead. */
|
|
26
|
-
const inboundSchema: z.ZodType<GetV1PlanningSourcesSourceIdsRequest, z.ZodTypeDef, unknown>;
|
|
27
|
-
/** @deprecated use `GetV1PlanningSourcesSourceIdsRequest$outboundSchema` instead. */
|
|
28
|
-
const outboundSchema: z.ZodType<GetV1PlanningSourcesSourceIdsRequest$Outbound, z.ZodTypeDef, GetV1PlanningSourcesSourceIdsRequest>;
|
|
29
|
-
/** @deprecated use `GetV1PlanningSourcesSourceIdsRequest$Outbound` instead. */
|
|
30
|
-
type Outbound = GetV1PlanningSourcesSourceIdsRequest$Outbound;
|
|
31
|
-
}
|
|
32
|
-
export declare function getV1PlanningSourcesSourceIdsRequestToJSON(getV1PlanningSourcesSourceIdsRequest: GetV1PlanningSourcesSourceIdsRequest): string;
|
|
33
|
-
export declare function getV1PlanningSourcesSourceIdsRequestFromJSON(jsonString: string): SafeParseResult<GetV1PlanningSourcesSourceIdsRequest, SDKValidationError>;
|
|
34
|
-
/** @internal */
|
|
35
|
-
export declare const GetV1PlanningSourcesSourceIdsResponse$inboundSchema: z.ZodType<GetV1PlanningSourcesSourceIdsResponse, z.ZodTypeDef, unknown>;
|
|
36
|
-
/** @internal */
|
|
37
|
-
export type GetV1PlanningSourcesSourceIdsResponse$Outbound = shared.PlanningListResponse$Outbound | shared.ErrorResponse$Outbound;
|
|
38
|
-
/** @internal */
|
|
39
|
-
export declare const GetV1PlanningSourcesSourceIdsResponse$outboundSchema: z.ZodType<GetV1PlanningSourcesSourceIdsResponse$Outbound, z.ZodTypeDef, GetV1PlanningSourcesSourceIdsResponse>;
|
|
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 declare namespace GetV1PlanningSourcesSourceIdsResponse$ {
|
|
45
|
-
/** @deprecated use `GetV1PlanningSourcesSourceIdsResponse$inboundSchema` instead. */
|
|
46
|
-
const inboundSchema: z.ZodType<GetV1PlanningSourcesSourceIdsResponse, z.ZodTypeDef, unknown>;
|
|
47
|
-
/** @deprecated use `GetV1PlanningSourcesSourceIdsResponse$outboundSchema` instead. */
|
|
48
|
-
const outboundSchema: z.ZodType<GetV1PlanningSourcesSourceIdsResponse$Outbound, z.ZodTypeDef, GetV1PlanningSourcesSourceIdsResponse>;
|
|
49
|
-
/** @deprecated use `GetV1PlanningSourcesSourceIdsResponse$Outbound` instead. */
|
|
50
|
-
type Outbound = GetV1PlanningSourcesSourceIdsResponse$Outbound;
|
|
51
|
-
}
|
|
52
|
-
export declare function getV1PlanningSourcesSourceIdsResponseToJSON(getV1PlanningSourcesSourceIdsResponse: GetV1PlanningSourcesSourceIdsResponse): string;
|
|
53
|
-
export declare function getV1PlanningSourcesSourceIdsResponseFromJSON(jsonString: string): SafeParseResult<GetV1PlanningSourcesSourceIdsResponse, SDKValidationError>;
|
|
54
|
-
//# sourceMappingURL=getv1planningsourcessourceids.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"getv1planningsourcessourceids.d.ts","sourceRoot":"","sources":["../../../../../src/sdk/models/operations/getv1planningsourcessourceids.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,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,CAGP,CAAC;AAEH,gBAAgB;AAChB,MAAM,MAAM,6CAA6C,GAAG;IAC1D,SAAS,EAAE,MAAM,CAAC;CACnB,CAAC;AAEF,gBAAgB;AAChB,eAAO,MAAM,mDAAmD,EAAE,CAAC,CAAC,OAAO,CACzE,6CAA6C,EAC7C,CAAC,CAAC,UAAU,EACZ,oCAAoC,CAGpC,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,59 +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 GetV1PlanningSourcesSourceIdsRequest$inboundSchema = z.object({
|
|
9
|
-
sourceIds: z.string(),
|
|
10
|
-
});
|
|
11
|
-
/** @internal */
|
|
12
|
-
export const GetV1PlanningSourcesSourceIdsRequest$outboundSchema = z.object({
|
|
13
|
-
sourceIds: z.string(),
|
|
14
|
-
});
|
|
15
|
-
/**
|
|
16
|
-
* @internal
|
|
17
|
-
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
18
|
-
*/
|
|
19
|
-
export var GetV1PlanningSourcesSourceIdsRequest$;
|
|
20
|
-
(function (GetV1PlanningSourcesSourceIdsRequest$) {
|
|
21
|
-
/** @deprecated use `GetV1PlanningSourcesSourceIdsRequest$inboundSchema` instead. */
|
|
22
|
-
GetV1PlanningSourcesSourceIdsRequest$.inboundSchema = GetV1PlanningSourcesSourceIdsRequest$inboundSchema;
|
|
23
|
-
/** @deprecated use `GetV1PlanningSourcesSourceIdsRequest$outboundSchema` instead. */
|
|
24
|
-
GetV1PlanningSourcesSourceIdsRequest$.outboundSchema = GetV1PlanningSourcesSourceIdsRequest$outboundSchema;
|
|
25
|
-
})(GetV1PlanningSourcesSourceIdsRequest$ || (GetV1PlanningSourcesSourceIdsRequest$ = {}));
|
|
26
|
-
export function getV1PlanningSourcesSourceIdsRequestToJSON(getV1PlanningSourcesSourceIdsRequest) {
|
|
27
|
-
return JSON.stringify(GetV1PlanningSourcesSourceIdsRequest$outboundSchema.parse(getV1PlanningSourcesSourceIdsRequest));
|
|
28
|
-
}
|
|
29
|
-
export function getV1PlanningSourcesSourceIdsRequestFromJSON(jsonString) {
|
|
30
|
-
return safeParse(jsonString, (x) => GetV1PlanningSourcesSourceIdsRequest$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'GetV1PlanningSourcesSourceIdsRequest' from JSON`);
|
|
31
|
-
}
|
|
32
|
-
/** @internal */
|
|
33
|
-
export const GetV1PlanningSourcesSourceIdsResponse$inboundSchema = z.union([
|
|
34
|
-
shared.PlanningListResponse$inboundSchema,
|
|
35
|
-
shared.ErrorResponse$inboundSchema,
|
|
36
|
-
]);
|
|
37
|
-
/** @internal */
|
|
38
|
-
export const GetV1PlanningSourcesSourceIdsResponse$outboundSchema = z.union([
|
|
39
|
-
shared.PlanningListResponse$outboundSchema,
|
|
40
|
-
shared.ErrorResponse$outboundSchema,
|
|
41
|
-
]);
|
|
42
|
-
/**
|
|
43
|
-
* @internal
|
|
44
|
-
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
45
|
-
*/
|
|
46
|
-
export var GetV1PlanningSourcesSourceIdsResponse$;
|
|
47
|
-
(function (GetV1PlanningSourcesSourceIdsResponse$) {
|
|
48
|
-
/** @deprecated use `GetV1PlanningSourcesSourceIdsResponse$inboundSchema` instead. */
|
|
49
|
-
GetV1PlanningSourcesSourceIdsResponse$.inboundSchema = GetV1PlanningSourcesSourceIdsResponse$inboundSchema;
|
|
50
|
-
/** @deprecated use `GetV1PlanningSourcesSourceIdsResponse$outboundSchema` instead. */
|
|
51
|
-
GetV1PlanningSourcesSourceIdsResponse$.outboundSchema = GetV1PlanningSourcesSourceIdsResponse$outboundSchema;
|
|
52
|
-
})(GetV1PlanningSourcesSourceIdsResponse$ || (GetV1PlanningSourcesSourceIdsResponse$ = {}));
|
|
53
|
-
export function getV1PlanningSourcesSourceIdsResponseToJSON(getV1PlanningSourcesSourceIdsResponse) {
|
|
54
|
-
return JSON.stringify(GetV1PlanningSourcesSourceIdsResponse$outboundSchema.parse(getV1PlanningSourcesSourceIdsResponse));
|
|
55
|
-
}
|
|
56
|
-
export function getV1PlanningSourcesSourceIdsResponseFromJSON(jsonString) {
|
|
57
|
-
return safeParse(jsonString, (x) => GetV1PlanningSourcesSourceIdsResponse$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'GetV1PlanningSourcesSourceIdsResponse' from JSON`);
|
|
58
|
-
}
|
|
59
|
-
//# sourceMappingURL=getv1planningsourcessourceids.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"getv1planningsourcessourceids.js","sourceRoot":"","sources":["../../../../../src/sdk/models/operations/getv1planningsourcessourceids.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;AAa7C,gBAAgB;AAChB,MAAM,CAAC,MAAM,kDAAkD,GAI3D,CAAC,CAAC,MAAM,CAAC;IACX,SAAS,EAAE,CAAC,CAAC,MAAM,EAAE;CACtB,CAAC,CAAC;AAOH,gBAAgB;AAChB,MAAM,CAAC,MAAM,mDAAmD,GAI5D,CAAC,CAAC,MAAM,CAAC;IACX,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,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 GetV1PropertyLocationIdsRequest = {
|
|
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
|
-
* Comma-separated list of location IDs
|
|
16
|
-
*/
|
|
17
|
-
locationIds: string;
|
|
18
|
-
/**
|
|
19
|
-
* Number of results to skip
|
|
20
|
-
*/
|
|
21
|
-
offset?: string | undefined;
|
|
22
|
-
};
|
|
23
|
-
export type GetV1PropertyLocationIdsResponse = shared.PropertyListResponse | shared.ErrorResponse;
|
|
24
|
-
/** @internal */
|
|
25
|
-
export declare const GetV1PropertyLocationIdsRequest$inboundSchema: z.ZodType<GetV1PropertyLocationIdsRequest, z.ZodTypeDef, unknown>;
|
|
26
|
-
/** @internal */
|
|
27
|
-
export type GetV1PropertyLocationIdsRequest$Outbound = {
|
|
28
|
-
attributes?: string | undefined;
|
|
29
|
-
limit?: string | undefined;
|
|
30
|
-
locationIds: string;
|
|
31
|
-
offset?: string | undefined;
|
|
32
|
-
};
|
|
33
|
-
/** @internal */
|
|
34
|
-
export declare const GetV1PropertyLocationIdsRequest$outboundSchema: z.ZodType<GetV1PropertyLocationIdsRequest$Outbound, z.ZodTypeDef, GetV1PropertyLocationIdsRequest>;
|
|
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 GetV1PropertyLocationIdsRequest$ {
|
|
40
|
-
/** @deprecated use `GetV1PropertyLocationIdsRequest$inboundSchema` instead. */
|
|
41
|
-
const inboundSchema: z.ZodType<GetV1PropertyLocationIdsRequest, z.ZodTypeDef, unknown>;
|
|
42
|
-
/** @deprecated use `GetV1PropertyLocationIdsRequest$outboundSchema` instead. */
|
|
43
|
-
const outboundSchema: z.ZodType<GetV1PropertyLocationIdsRequest$Outbound, z.ZodTypeDef, GetV1PropertyLocationIdsRequest>;
|
|
44
|
-
/** @deprecated use `GetV1PropertyLocationIdsRequest$Outbound` instead. */
|
|
45
|
-
type Outbound = GetV1PropertyLocationIdsRequest$Outbound;
|
|
46
|
-
}
|
|
47
|
-
export declare function getV1PropertyLocationIdsRequestToJSON(getV1PropertyLocationIdsRequest: GetV1PropertyLocationIdsRequest): string;
|
|
48
|
-
export declare function getV1PropertyLocationIdsRequestFromJSON(jsonString: string): SafeParseResult<GetV1PropertyLocationIdsRequest, SDKValidationError>;
|
|
49
|
-
/** @internal */
|
|
50
|
-
export declare const GetV1PropertyLocationIdsResponse$inboundSchema: z.ZodType<GetV1PropertyLocationIdsResponse, z.ZodTypeDef, unknown>;
|
|
51
|
-
/** @internal */
|
|
52
|
-
export type GetV1PropertyLocationIdsResponse$Outbound = shared.PropertyListResponse$Outbound | shared.ErrorResponse$Outbound;
|
|
53
|
-
/** @internal */
|
|
54
|
-
export declare const GetV1PropertyLocationIdsResponse$outboundSchema: z.ZodType<GetV1PropertyLocationIdsResponse$Outbound, z.ZodTypeDef, GetV1PropertyLocationIdsResponse>;
|
|
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 GetV1PropertyLocationIdsResponse$ {
|
|
60
|
-
/** @deprecated use `GetV1PropertyLocationIdsResponse$inboundSchema` instead. */
|
|
61
|
-
const inboundSchema: z.ZodType<GetV1PropertyLocationIdsResponse, z.ZodTypeDef, unknown>;
|
|
62
|
-
/** @deprecated use `GetV1PropertyLocationIdsResponse$outboundSchema` instead. */
|
|
63
|
-
const outboundSchema: z.ZodType<GetV1PropertyLocationIdsResponse$Outbound, z.ZodTypeDef, GetV1PropertyLocationIdsResponse>;
|
|
64
|
-
/** @deprecated use `GetV1PropertyLocationIdsResponse$Outbound` instead. */
|
|
65
|
-
type Outbound = GetV1PropertyLocationIdsResponse$Outbound;
|
|
66
|
-
}
|
|
67
|
-
export declare function getV1PropertyLocationIdsResponseToJSON(getV1PropertyLocationIdsResponse: GetV1PropertyLocationIdsResponse): string;
|
|
68
|
-
export declare function getV1PropertyLocationIdsResponseFromJSON(jsonString: string): SafeParseResult<GetV1PropertyLocationIdsResponse, SDKValidationError>;
|
|
69
|
-
//# sourceMappingURL=getv1propertylocationids.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"getv1propertylocationids.d.ts","sourceRoot":"","sources":["../../../../../src/sdk/models/operations/getv1propertylocationids.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,+BAA+B,GAAG;IAC5C;;OAEG;IACH,UAAU,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAChC;;OAEG;IACH,KAAK,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAC3B;;OAEG;IACH,WAAW,EAAE,MAAM,CAAC;IACpB;;OAEG;IACH,MAAM,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;CAC7B,CAAC;AAEF,MAAM,MAAM,gCAAgC,GACxC,MAAM,CAAC,oBAAoB,GAC3B,MAAM,CAAC,aAAa,CAAC;AAEzB,gBAAgB;AAChB,eAAO,MAAM,6CAA6C,EAAE,CAAC,CAAC,OAAO,CACnE,+BAA+B,EAC/B,CAAC,CAAC,UAAU,EACZ,OAAO,CAMP,CAAC;AAEH,gBAAgB;AAChB,MAAM,MAAM,wCAAwC,GAAG;IACrD,UAAU,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAChC,KAAK,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAC3B,WAAW,EAAE,MAAM,CAAC;IACpB,MAAM,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;CAC7B,CAAC;AAEF,gBAAgB;AAChB,eAAO,MAAM,8CAA8C,EAAE,CAAC,CAAC,OAAO,CACpE,wCAAwC,EACxC,CAAC,CAAC,UAAU,EACZ,+BAA+B,CAM/B,CAAC;AAEH;;;GAGG;AACH,yBAAiB,gCAAgC,CAAC;IAChD,+EAA+E;IACxE,MAAM,aAAa,mEAAgD,CAAC;IAC3E,gFAAgF;IACzE,MAAM,cAAc,oGAAiD,CAAC;IAC7E,0EAA0E;IAC1E,KAAY,QAAQ,GAAG,wCAAwC,CAAC;CACjE;AAED,wBAAgB,qCAAqC,CACnD,+BAA+B,EAAE,+BAA+B,GAC/D,MAAM,CAMR;AAED,wBAAgB,uCAAuC,CACrD,UAAU,EAAE,MAAM,GACjB,eAAe,CAAC,+BAA+B,EAAE,kBAAkB,CAAC,CAMtE;AAED,gBAAgB;AAChB,eAAO,MAAM,8CAA8C,EAAE,CAAC,CAAC,OAAO,CACpE,gCAAgC,EAChC,CAAC,CAAC,UAAU,EACZ,OAAO,CAIP,CAAC;AAEH,gBAAgB;AAChB,MAAM,MAAM,yCAAyC,GACjD,MAAM,CAAC,6BAA6B,GACpC,MAAM,CAAC,sBAAsB,CAAC;AAElC,gBAAgB;AAChB,eAAO,MAAM,+CAA+C,EAAE,CAAC,CAAC,OAAO,CACrE,yCAAyC,EACzC,CAAC,CAAC,UAAU,EACZ,gCAAgC,CAIhC,CAAC;AAEH;;;GAGG;AACH,yBAAiB,iCAAiC,CAAC;IACjD,gFAAgF;IACzE,MAAM,aAAa,oEAAiD,CAAC;IAC5E,iFAAiF;IAC1E,MAAM,cAAc,sGAAkD,CAAC;IAC9E,2EAA2E;IAC3E,KAAY,QAAQ,GAAG,yCAAyC,CAAC;CAClE;AAED,wBAAgB,sCAAsC,CACpD,gCAAgC,EAAE,gCAAgC,GACjE,MAAM,CAMR;AAED,wBAAgB,wCAAwC,CACtD,UAAU,EAAE,MAAM,GACjB,eAAe,CAAC,gCAAgC,EAAE,kBAAkB,CAAC,CAMvE"}
|
|
@@ -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 GetV1PropertyLocationIdsRequest$inboundSchema = z.object({
|
|
9
|
-
attributes: z.string().optional(),
|
|
10
|
-
limit: z.string().optional(),
|
|
11
|
-
locationIds: z.string(),
|
|
12
|
-
offset: z.string().optional(),
|
|
13
|
-
});
|
|
14
|
-
/** @internal */
|
|
15
|
-
export const GetV1PropertyLocationIdsRequest$outboundSchema = z.object({
|
|
16
|
-
attributes: z.string().optional(),
|
|
17
|
-
limit: z.string().optional(),
|
|
18
|
-
locationIds: z.string(),
|
|
19
|
-
offset: z.string().optional(),
|
|
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 GetV1PropertyLocationIdsRequest$;
|
|
26
|
-
(function (GetV1PropertyLocationIdsRequest$) {
|
|
27
|
-
/** @deprecated use `GetV1PropertyLocationIdsRequest$inboundSchema` instead. */
|
|
28
|
-
GetV1PropertyLocationIdsRequest$.inboundSchema = GetV1PropertyLocationIdsRequest$inboundSchema;
|
|
29
|
-
/** @deprecated use `GetV1PropertyLocationIdsRequest$outboundSchema` instead. */
|
|
30
|
-
GetV1PropertyLocationIdsRequest$.outboundSchema = GetV1PropertyLocationIdsRequest$outboundSchema;
|
|
31
|
-
})(GetV1PropertyLocationIdsRequest$ || (GetV1PropertyLocationIdsRequest$ = {}));
|
|
32
|
-
export function getV1PropertyLocationIdsRequestToJSON(getV1PropertyLocationIdsRequest) {
|
|
33
|
-
return JSON.stringify(GetV1PropertyLocationIdsRequest$outboundSchema.parse(getV1PropertyLocationIdsRequest));
|
|
34
|
-
}
|
|
35
|
-
export function getV1PropertyLocationIdsRequestFromJSON(jsonString) {
|
|
36
|
-
return safeParse(jsonString, (x) => GetV1PropertyLocationIdsRequest$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'GetV1PropertyLocationIdsRequest' from JSON`);
|
|
37
|
-
}
|
|
38
|
-
/** @internal */
|
|
39
|
-
export const GetV1PropertyLocationIdsResponse$inboundSchema = z.union([
|
|
40
|
-
shared.PropertyListResponse$inboundSchema,
|
|
41
|
-
shared.ErrorResponse$inboundSchema,
|
|
42
|
-
]);
|
|
43
|
-
/** @internal */
|
|
44
|
-
export const GetV1PropertyLocationIdsResponse$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 GetV1PropertyLocationIdsResponse$;
|
|
53
|
-
(function (GetV1PropertyLocationIdsResponse$) {
|
|
54
|
-
/** @deprecated use `GetV1PropertyLocationIdsResponse$inboundSchema` instead. */
|
|
55
|
-
GetV1PropertyLocationIdsResponse$.inboundSchema = GetV1PropertyLocationIdsResponse$inboundSchema;
|
|
56
|
-
/** @deprecated use `GetV1PropertyLocationIdsResponse$outboundSchema` instead. */
|
|
57
|
-
GetV1PropertyLocationIdsResponse$.outboundSchema = GetV1PropertyLocationIdsResponse$outboundSchema;
|
|
58
|
-
})(GetV1PropertyLocationIdsResponse$ || (GetV1PropertyLocationIdsResponse$ = {}));
|
|
59
|
-
export function getV1PropertyLocationIdsResponseToJSON(getV1PropertyLocationIdsResponse) {
|
|
60
|
-
return JSON.stringify(GetV1PropertyLocationIdsResponse$outboundSchema.parse(getV1PropertyLocationIdsResponse));
|
|
61
|
-
}
|
|
62
|
-
export function getV1PropertyLocationIdsResponseFromJSON(jsonString) {
|
|
63
|
-
return safeParse(jsonString, (x) => GetV1PropertyLocationIdsResponse$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'GetV1PropertyLocationIdsResponse' from JSON`);
|
|
64
|
-
}
|
|
65
|
-
//# sourceMappingURL=getv1propertylocationids.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"getv1propertylocationids.js","sourceRoot":"","sources":["../../../../../src/sdk/models/operations/getv1propertylocationids.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,6CAA6C,GAItD,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,WAAW,EAAE,CAAC,CAAC,MAAM,EAAE;IACvB,MAAM,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;CAC9B,CAAC,CAAC;AAUH,gBAAgB;AAChB,MAAM,CAAC,MAAM,8CAA8C,GAIvD,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,WAAW,EAAE,CAAC,CAAC,MAAM,EAAE;IACvB,MAAM,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;CAC9B,CAAC,CAAC;AAEH;;;GAGG;AACH,MAAM,KAAW,gCAAgC,CAOhD;AAPD,WAAiB,gCAAgC;IAC/C,+EAA+E;IAClE,8CAAa,GAAG,6CAA6C,CAAC;IAC3E,gFAAgF;IACnE,+CAAc,GAAG,8CAA8C,CAAC;AAG/E,CAAC,EAPgB,gCAAgC,KAAhC,gCAAgC,QAOhD;AAED,MAAM,UAAU,qCAAqC,CACnD,+BAAgE;IAEhE,OAAO,IAAI,CAAC,SAAS,CACnB,8CAA8C,CAAC,KAAK,CAClD,+BAA+B,CAChC,CACF,CAAC;AACJ,CAAC;AAED,MAAM,UAAU,uCAAuC,CACrD,UAAkB;IAElB,OAAO,SAAS,CACd,UAAU,EACV,CAAC,CAAC,EAAE,EAAE,CAAC,6CAA6C,CAAC,KAAK,CAAC,IAAI,CAAC,KAAK,CAAC,CAAC,CAAC,CAAC,EACzE,6DAA6D,CAC9D,CAAC;AACJ,CAAC;AAED,gBAAgB;AAChB,MAAM,CAAC,MAAM,8CAA8C,GAIvD,CAAC,CAAC,KAAK,CAAC;IACV,MAAM,CAAC,kCAAkC;IACzC,MAAM,CAAC,2BAA2B;CACnC,CAAC,CAAC;AAOH,gBAAgB;AAChB,MAAM,CAAC,MAAM,+CAA+C,GAIxD,CAAC,CAAC,KAAK,CAAC;IACV,MAAM,CAAC,mCAAmC;IAC1C,MAAM,CAAC,4BAA4B;CACpC,CAAC,CAAC;AAEH;;;GAGG;AACH,MAAM,KAAW,iCAAiC,CAOjD;AAPD,WAAiB,iCAAiC;IAChD,gFAAgF;IACnE,+CAAa,GAAG,8CAA8C,CAAC;IAC5E,iFAAiF;IACpE,gDAAc,GAAG,+CAA+C,CAAC;AAGhF,CAAC,EAPgB,iCAAiC,KAAjC,iCAAiC,QAOjD;AAED,MAAM,UAAU,sCAAsC,CACpD,gCAAkE;IAElE,OAAO,IAAI,CAAC,SAAS,CACnB,+CAA+C,CAAC,KAAK,CACnD,gCAAgC,CACjC,CACF,CAAC;AACJ,CAAC;AAED,MAAM,UAAU,wCAAwC,CACtD,UAAkB;IAElB,OAAO,SAAS,CACd,UAAU,EACV,CAAC,CAAC,EAAE,EAAE,CAAC,8CAA8C,CAAC,KAAK,CAAC,IAAI,CAAC,KAAK,CAAC,CAAC,CAAC,CAAC,EAC1E,8DAA8D,CAC/D,CAAC;AACJ,CAAC"}
|
|
@@ -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 GetV1PropertyPropertyIdPropertyIdsRequest = {
|
|
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 property IDs
|
|
20
|
-
*/
|
|
21
|
-
propertyIds: string;
|
|
22
|
-
};
|
|
23
|
-
export type GetV1PropertyPropertyIdPropertyIdsResponse = shared.PropertyListResponse | shared.ErrorResponse;
|
|
24
|
-
/** @internal */
|
|
25
|
-
export declare const GetV1PropertyPropertyIdPropertyIdsRequest$inboundSchema: z.ZodType<GetV1PropertyPropertyIdPropertyIdsRequest, z.ZodTypeDef, unknown>;
|
|
26
|
-
/** @internal */
|
|
27
|
-
export type GetV1PropertyPropertyIdPropertyIdsRequest$Outbound = {
|
|
28
|
-
attributes?: string | undefined;
|
|
29
|
-
limit?: string | undefined;
|
|
30
|
-
offset?: string | undefined;
|
|
31
|
-
propertyIds: string;
|
|
32
|
-
};
|
|
33
|
-
/** @internal */
|
|
34
|
-
export declare const GetV1PropertyPropertyIdPropertyIdsRequest$outboundSchema: z.ZodType<GetV1PropertyPropertyIdPropertyIdsRequest$Outbound, z.ZodTypeDef, GetV1PropertyPropertyIdPropertyIdsRequest>;
|
|
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 GetV1PropertyPropertyIdPropertyIdsRequest$ {
|
|
40
|
-
/** @deprecated use `GetV1PropertyPropertyIdPropertyIdsRequest$inboundSchema` instead. */
|
|
41
|
-
const inboundSchema: z.ZodType<GetV1PropertyPropertyIdPropertyIdsRequest, z.ZodTypeDef, unknown>;
|
|
42
|
-
/** @deprecated use `GetV1PropertyPropertyIdPropertyIdsRequest$outboundSchema` instead. */
|
|
43
|
-
const outboundSchema: z.ZodType<GetV1PropertyPropertyIdPropertyIdsRequest$Outbound, z.ZodTypeDef, GetV1PropertyPropertyIdPropertyIdsRequest>;
|
|
44
|
-
/** @deprecated use `GetV1PropertyPropertyIdPropertyIdsRequest$Outbound` instead. */
|
|
45
|
-
type Outbound = GetV1PropertyPropertyIdPropertyIdsRequest$Outbound;
|
|
46
|
-
}
|
|
47
|
-
export declare function getV1PropertyPropertyIdPropertyIdsRequestToJSON(getV1PropertyPropertyIdPropertyIdsRequest: GetV1PropertyPropertyIdPropertyIdsRequest): string;
|
|
48
|
-
export declare function getV1PropertyPropertyIdPropertyIdsRequestFromJSON(jsonString: string): SafeParseResult<GetV1PropertyPropertyIdPropertyIdsRequest, SDKValidationError>;
|
|
49
|
-
/** @internal */
|
|
50
|
-
export declare const GetV1PropertyPropertyIdPropertyIdsResponse$inboundSchema: z.ZodType<GetV1PropertyPropertyIdPropertyIdsResponse, z.ZodTypeDef, unknown>;
|
|
51
|
-
/** @internal */
|
|
52
|
-
export type GetV1PropertyPropertyIdPropertyIdsResponse$Outbound = shared.PropertyListResponse$Outbound | shared.ErrorResponse$Outbound;
|
|
53
|
-
/** @internal */
|
|
54
|
-
export declare const GetV1PropertyPropertyIdPropertyIdsResponse$outboundSchema: z.ZodType<GetV1PropertyPropertyIdPropertyIdsResponse$Outbound, z.ZodTypeDef, GetV1PropertyPropertyIdPropertyIdsResponse>;
|
|
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 GetV1PropertyPropertyIdPropertyIdsResponse$ {
|
|
60
|
-
/** @deprecated use `GetV1PropertyPropertyIdPropertyIdsResponse$inboundSchema` instead. */
|
|
61
|
-
const inboundSchema: z.ZodType<GetV1PropertyPropertyIdPropertyIdsResponse, z.ZodTypeDef, unknown>;
|
|
62
|
-
/** @deprecated use `GetV1PropertyPropertyIdPropertyIdsResponse$outboundSchema` instead. */
|
|
63
|
-
const outboundSchema: z.ZodType<GetV1PropertyPropertyIdPropertyIdsResponse$Outbound, z.ZodTypeDef, GetV1PropertyPropertyIdPropertyIdsResponse>;
|
|
64
|
-
/** @deprecated use `GetV1PropertyPropertyIdPropertyIdsResponse$Outbound` instead. */
|
|
65
|
-
type Outbound = GetV1PropertyPropertyIdPropertyIdsResponse$Outbound;
|
|
66
|
-
}
|
|
67
|
-
export declare function getV1PropertyPropertyIdPropertyIdsResponseToJSON(getV1PropertyPropertyIdPropertyIdsResponse: GetV1PropertyPropertyIdPropertyIdsResponse): string;
|
|
68
|
-
export declare function getV1PropertyPropertyIdPropertyIdsResponseFromJSON(jsonString: string): SafeParseResult<GetV1PropertyPropertyIdPropertyIdsResponse, SDKValidationError>;
|
|
69
|
-
//# sourceMappingURL=getv1propertypropertyidpropertyids.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"getv1propertypropertyidpropertyids.d.ts","sourceRoot":"","sources":["../../../../../src/sdk/models/operations/getv1propertypropertyidpropertyids.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,yCAAyC,GAAG;IACtD;;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,WAAW,EAAE,MAAM,CAAC;CACrB,CAAC;AAEF,MAAM,MAAM,0CAA0C,GAClD,MAAM,CAAC,oBAAoB,GAC3B,MAAM,CAAC,aAAa,CAAC;AAEzB,gBAAgB;AAChB,eAAO,MAAM,uDAAuD,EAAE,CAAC,CAAC,OAAO,CAC7E,yCAAyC,EACzC,CAAC,CAAC,UAAU,EACZ,OAAO,CAMP,CAAC;AAEH,gBAAgB;AAChB,MAAM,MAAM,kDAAkD,GAAG;IAC/D,UAAU,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAChC,KAAK,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAC3B,MAAM,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAC5B,WAAW,EAAE,MAAM,CAAC;CACrB,CAAC;AAEF,gBAAgB;AAChB,eAAO,MAAM,wDAAwD,EACnE,CAAC,CAAC,OAAO,CACP,kDAAkD,EAClD,CAAC,CAAC,UAAU,EACZ,yCAAyC,CAMzC,CAAC;AAEL;;;GAGG;AACH,yBAAiB,0CAA0C,CAAC;IAC1D,yFAAyF;IAClF,MAAM,aAAa,6EAC+B,CAAC;IAC1D,0FAA0F;IACnF,MAAM,cAAc,wHAC+B,CAAC;IAC3D,oFAAoF;IACpF,KAAY,QAAQ,GAAG,kDAAkD,CAAC;CAC3E;AAED,wBAAgB,+CAA+C,CAC7D,yCAAyC,EACvC,yCAAyC,GAC1C,MAAM,CAMR;AAED,wBAAgB,iDAAiD,CAC/D,UAAU,EAAE,MAAM,GACjB,eAAe,CAChB,yCAAyC,EACzC,kBAAkB,CACnB,CASA;AAED,gBAAgB;AAChB,eAAO,MAAM,wDAAwD,EACnE,CAAC,CAAC,OAAO,CAAC,0CAA0C,EAAE,CAAC,CAAC,UAAU,EAAE,OAAO,CAIvE,CAAC;AAEP,gBAAgB;AAChB,MAAM,MAAM,mDAAmD,GAC3D,MAAM,CAAC,6BAA6B,GACpC,MAAM,CAAC,sBAAsB,CAAC;AAElC,gBAAgB;AAChB,eAAO,MAAM,yDAAyD,EACpE,CAAC,CAAC,OAAO,CACP,mDAAmD,EACnD,CAAC,CAAC,UAAU,EACZ,0CAA0C,CAI1C,CAAC;AAEL;;;GAGG;AACH,yBAAiB,2CAA2C,CAAC;IAC3D,0FAA0F;IACnF,MAAM,aAAa,8EACgC,CAAC;IAC3D,2FAA2F;IACpF,MAAM,cAAc,0HACgC,CAAC;IAC5D,qFAAqF;IACrF,KAAY,QAAQ,GAAG,mDAAmD,CAAC;CAC5E;AAED,wBAAgB,gDAAgD,CAC9D,0CAA0C,EACxC,0CAA0C,GAC3C,MAAM,CAMR;AAED,wBAAgB,kDAAkD,CAChE,UAAU,EAAE,MAAM,GACjB,eAAe,CAChB,0CAA0C,EAC1C,kBAAkB,CACnB,CASA"}
|
|
@@ -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 GetV1PropertyPropertyIdPropertyIdsRequest$inboundSchema = z.object({
|
|
9
|
-
attributes: z.string().optional(),
|
|
10
|
-
limit: z.string().optional(),
|
|
11
|
-
offset: z.string().optional(),
|
|
12
|
-
propertyIds: z.string(),
|
|
13
|
-
});
|
|
14
|
-
/** @internal */
|
|
15
|
-
export const GetV1PropertyPropertyIdPropertyIdsRequest$outboundSchema = z.object({
|
|
16
|
-
attributes: z.string().optional(),
|
|
17
|
-
limit: z.string().optional(),
|
|
18
|
-
offset: z.string().optional(),
|
|
19
|
-
propertyIds: 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 GetV1PropertyPropertyIdPropertyIdsRequest$;
|
|
26
|
-
(function (GetV1PropertyPropertyIdPropertyIdsRequest$) {
|
|
27
|
-
/** @deprecated use `GetV1PropertyPropertyIdPropertyIdsRequest$inboundSchema` instead. */
|
|
28
|
-
GetV1PropertyPropertyIdPropertyIdsRequest$.inboundSchema = GetV1PropertyPropertyIdPropertyIdsRequest$inboundSchema;
|
|
29
|
-
/** @deprecated use `GetV1PropertyPropertyIdPropertyIdsRequest$outboundSchema` instead. */
|
|
30
|
-
GetV1PropertyPropertyIdPropertyIdsRequest$.outboundSchema = GetV1PropertyPropertyIdPropertyIdsRequest$outboundSchema;
|
|
31
|
-
})(GetV1PropertyPropertyIdPropertyIdsRequest$ || (GetV1PropertyPropertyIdPropertyIdsRequest$ = {}));
|
|
32
|
-
export function getV1PropertyPropertyIdPropertyIdsRequestToJSON(getV1PropertyPropertyIdPropertyIdsRequest) {
|
|
33
|
-
return JSON.stringify(GetV1PropertyPropertyIdPropertyIdsRequest$outboundSchema.parse(getV1PropertyPropertyIdPropertyIdsRequest));
|
|
34
|
-
}
|
|
35
|
-
export function getV1PropertyPropertyIdPropertyIdsRequestFromJSON(jsonString) {
|
|
36
|
-
return safeParse(jsonString, (x) => GetV1PropertyPropertyIdPropertyIdsRequest$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'GetV1PropertyPropertyIdPropertyIdsRequest' from JSON`);
|
|
37
|
-
}
|
|
38
|
-
/** @internal */
|
|
39
|
-
export const GetV1PropertyPropertyIdPropertyIdsResponse$inboundSchema = z.union([
|
|
40
|
-
shared.PropertyListResponse$inboundSchema,
|
|
41
|
-
shared.ErrorResponse$inboundSchema,
|
|
42
|
-
]);
|
|
43
|
-
/** @internal */
|
|
44
|
-
export const GetV1PropertyPropertyIdPropertyIdsResponse$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 GetV1PropertyPropertyIdPropertyIdsResponse$;
|
|
53
|
-
(function (GetV1PropertyPropertyIdPropertyIdsResponse$) {
|
|
54
|
-
/** @deprecated use `GetV1PropertyPropertyIdPropertyIdsResponse$inboundSchema` instead. */
|
|
55
|
-
GetV1PropertyPropertyIdPropertyIdsResponse$.inboundSchema = GetV1PropertyPropertyIdPropertyIdsResponse$inboundSchema;
|
|
56
|
-
/** @deprecated use `GetV1PropertyPropertyIdPropertyIdsResponse$outboundSchema` instead. */
|
|
57
|
-
GetV1PropertyPropertyIdPropertyIdsResponse$.outboundSchema = GetV1PropertyPropertyIdPropertyIdsResponse$outboundSchema;
|
|
58
|
-
})(GetV1PropertyPropertyIdPropertyIdsResponse$ || (GetV1PropertyPropertyIdPropertyIdsResponse$ = {}));
|
|
59
|
-
export function getV1PropertyPropertyIdPropertyIdsResponseToJSON(getV1PropertyPropertyIdPropertyIdsResponse) {
|
|
60
|
-
return JSON.stringify(GetV1PropertyPropertyIdPropertyIdsResponse$outboundSchema.parse(getV1PropertyPropertyIdPropertyIdsResponse));
|
|
61
|
-
}
|
|
62
|
-
export function getV1PropertyPropertyIdPropertyIdsResponseFromJSON(jsonString) {
|
|
63
|
-
return safeParse(jsonString, (x) => GetV1PropertyPropertyIdPropertyIdsResponse$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'GetV1PropertyPropertyIdPropertyIdsResponse' from JSON`);
|
|
64
|
-
}
|
|
65
|
-
//# sourceMappingURL=getv1propertypropertyidpropertyids.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"getv1propertypropertyidpropertyids.js","sourceRoot":"","sources":["../../../../../src/sdk/models/operations/getv1propertypropertyidpropertyids.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,uDAAuD,GAIhE,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,WAAW,EAAE,CAAC,CAAC,MAAM,EAAE;CACxB,CAAC,CAAC;AAUH,gBAAgB;AAChB,MAAM,CAAC,MAAM,wDAAwD,GAK/D,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,WAAW,EAAE,CAAC,CAAC,MAAM,EAAE;CACxB,CAAC,CAAC;AAEL;;;GAGG;AACH,MAAM,KAAW,0CAA0C,CAS1D;AATD,WAAiB,0CAA0C;IACzD,yFAAyF;IAC5E,wDAAa,GACxB,uDAAuD,CAAC;IAC1D,0FAA0F;IAC7E,yDAAc,GACzB,wDAAwD,CAAC;AAG7D,CAAC,EATgB,0CAA0C,KAA1C,0CAA0C,QAS1D;AAED,MAAM,UAAU,+CAA+C,CAC7D,yCAC2C;IAE3C,OAAO,IAAI,CAAC,SAAS,CACnB,wDAAwD,CAAC,KAAK,CAC5D,yCAAyC,CAC1C,CACF,CAAC;AACJ,CAAC;AAED,MAAM,UAAU,iDAAiD,CAC/D,UAAkB;IAKlB,OAAO,SAAS,CACd,UAAU,EACV,CAAC,CAAC,EAAE,EAAE,CACJ,uDAAuD,CAAC,KAAK,CAC3D,IAAI,CAAC,KAAK,CAAC,CAAC,CAAC,CACd,EACH,uEAAuE,CACxE,CAAC;AACJ,CAAC;AAED,gBAAgB;AAChB,MAAM,CAAC,MAAM,wDAAwD,GAEjE,CAAC,CAAC,KAAK,CAAC;IACN,MAAM,CAAC,kCAAkC;IACzC,MAAM,CAAC,2BAA2B;CACnC,CAAC,CAAC;AAOP,gBAAgB;AAChB,MAAM,CAAC,MAAM,yDAAyD,GAKhE,CAAC,CAAC,KAAK,CAAC;IACV,MAAM,CAAC,mCAAmC;IAC1C,MAAM,CAAC,4BAA4B;CACpC,CAAC,CAAC;AAEL;;;GAGG;AACH,MAAM,KAAW,2CAA2C,CAS3D;AATD,WAAiB,2CAA2C;IAC1D,0FAA0F;IAC7E,yDAAa,GACxB,wDAAwD,CAAC;IAC3D,2FAA2F;IAC9E,0DAAc,GACzB,yDAAyD,CAAC;AAG9D,CAAC,EATgB,2CAA2C,KAA3C,2CAA2C,QAS3D;AAED,MAAM,UAAU,gDAAgD,CAC9D,0CAC4C;IAE5C,OAAO,IAAI,CAAC,SAAS,CACnB,yDAAyD,CAAC,KAAK,CAC7D,0CAA0C,CAC3C,CACF,CAAC;AACJ,CAAC;AAED,MAAM,UAAU,kDAAkD,CAChE,UAAkB;IAKlB,OAAO,SAAS,CACd,UAAU,EACV,CAAC,CAAC,EAAE,EAAE,CACJ,wDAAwD,CAAC,KAAK,CAC5D,IAAI,CAAC,KAAK,CAAC,CAAC,CAAC,CACd,EACH,wEAAwE,CACzE,CAAC;AACJ,CAAC"}
|