@saritasa/renewaire-frontend-sdk 0.322.0 → 0.323.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +2 -2
- package/package.json +2 -2
- package/types/saritasa-renewaire-frontend-sdk.d.ts +16 -16
package/README.md
CHANGED
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@saritasa/renewaire-frontend-sdk",
|
|
3
|
-
"version": "0.
|
|
4
|
-
"description": "OpenAPI client for @saritasa/renewaire-frontend-sdk(for version 0.
|
|
3
|
+
"version": "0.323.0",
|
|
4
|
+
"description": "OpenAPI client for @saritasa/renewaire-frontend-sdk(for version 0.323.0+79cb2a8077e6412f335858847b5ccc81cf49b3b7)",
|
|
5
5
|
"author": "OpenAPI-Generator Contributors",
|
|
6
6
|
"repository": {
|
|
7
7
|
"type": "git",
|
|
@@ -9029,30 +9029,14 @@ interface UpdateProjectRevisionDto {
|
|
|
9029
9029
|
* Project name.
|
|
9030
9030
|
*/
|
|
9031
9031
|
name: string;
|
|
9032
|
-
/**
|
|
9033
|
-
* Construction order type.<br />ConstructionOrderType<br />0 = NewConstruction<br />1 = RetrofitRemodel<br />2 = Stock<br />3 = ReplacementParts
|
|
9034
|
-
*/
|
|
9035
|
-
constructionOrderType: ConstructionOrderType;
|
|
9036
|
-
/**
|
|
9037
|
-
* Building category.<br />BuildingCategory<br />0 = ResidentialMixedUse<br />1 = Education<br />2 = Commercial<br />3 = HealthCare<br />4 = GovernmentFederal<br />5 = GovernmentState<br />6 = GovernmentMunicipal<br />1000 = Other
|
|
9038
|
-
*/
|
|
9039
|
-
buildingCategory: BuildingCategory;
|
|
9040
9032
|
/**
|
|
9041
9033
|
* Other building category if RenewAire.Cores.Domain.Projects.ProjectRevision.BuildingCategory is other.
|
|
9042
9034
|
*/
|
|
9043
9035
|
otherBuildingCategory: string;
|
|
9044
|
-
/**
|
|
9045
|
-
* Building type.<br />BuildingType<br />0 = SingleFamily<br />1 = MultiFamilyLess3Stories<br />2 = MultiFamilyGreater3Stories<br />3 = MultiFamilyMixLess3Stories<br />4 = MultiFamilyMixGreater3Stories<br />5 = K12<br />6 = HigherResidentialLess3Stories<br />7 = HigherResidentialMore4Stories<br />8 = HigherResidentialMixedLess3Stories<br />9 = HigherResidentialMixedMore4Stories<br />10 = HigherInstructionalOfficesUnions<br />11 = HigherLaboratoryResearch<br />12 = HigherSportingVenueStadium<br />13 = HigherGymCommunityAndRecCenter<br />14 = HigherPool<br />15 = VocationalTechnical<br />16 = DayCarePreK<br />17 = OfficeLess4Stories<br />18 = OfficeMore5Stories<br />19 = HospitalityHotel<br />20 = ManufacturingIndustrialProcessing<br />21 = LaboratoryResearch<br />22 = RetailService<br />23 = MultiCommercialStripMall<br />24 = Restaurant<br />25 = BankCreditUnion<br />26 = AnimalFacility<br />27 = WarehouseStorage<br />28 = SportingVenueStadium<br />29 = GymCommunityAndRecCenter<br />30 = Pool<br />31 = PublicAssemblyVenue<br />32 = Museum<br />33 = PlaceOfWorship<br />34 = Utility<br />35 = TransportationAirport<br />36 = DataCenter<br />37 = Hospital<br />38 = ClinicAcuteOrUrgentCareDentistry<br />39 = AssistedLivingNursingHomeHospicePalliativeCare<br />1000 = Other
|
|
9046
|
-
*/
|
|
9047
|
-
buildingType: BuildingType;
|
|
9048
9036
|
/**
|
|
9049
9037
|
* Other building type if RenewAire.Cores.Domain.Projects.ProjectRevision.BuildingType is Other.
|
|
9050
9038
|
*/
|
|
9051
9039
|
otherBuildingType: string;
|
|
9052
|
-
/**
|
|
9053
|
-
* Basis of design.
|
|
9054
|
-
*/
|
|
9055
|
-
isBasisOfDesign: boolean;
|
|
9056
9040
|
/**
|
|
9057
9041
|
* Basis of design if RenewAire.Cores.Domain.Projects.ProjectRevision.IsBasisOfDesign is False.
|
|
9058
9042
|
*/
|
|
@@ -9101,6 +9085,22 @@ interface UpdateProjectRevisionDto {
|
|
|
9101
9085
|
* Project shipping notes.
|
|
9102
9086
|
*/
|
|
9103
9087
|
shippingNotes: string;
|
|
9088
|
+
/**
|
|
9089
|
+
* ConstructionOrderType<br />0 = NewConstruction<br />1 = RetrofitRemodel<br />2 = Stock<br />3 = ReplacementParts
|
|
9090
|
+
*/
|
|
9091
|
+
constructionOrderType?: ConstructionOrderType | null;
|
|
9092
|
+
/**
|
|
9093
|
+
* BuildingCategory<br />0 = ResidentialMixedUse<br />1 = Education<br />2 = Commercial<br />3 = HealthCare<br />4 = GovernmentFederal<br />5 = GovernmentState<br />6 = GovernmentMunicipal<br />1000 = Other
|
|
9094
|
+
*/
|
|
9095
|
+
buildingCategory?: BuildingCategory | null;
|
|
9096
|
+
/**
|
|
9097
|
+
* BuildingType<br />0 = SingleFamily<br />1 = MultiFamilyLess3Stories<br />2 = MultiFamilyGreater3Stories<br />3 = MultiFamilyMixLess3Stories<br />4 = MultiFamilyMixGreater3Stories<br />5 = K12<br />6 = HigherResidentialLess3Stories<br />7 = HigherResidentialMore4Stories<br />8 = HigherResidentialMixedLess3Stories<br />9 = HigherResidentialMixedMore4Stories<br />10 = HigherInstructionalOfficesUnions<br />11 = HigherLaboratoryResearch<br />12 = HigherSportingVenueStadium<br />13 = HigherGymCommunityAndRecCenter<br />14 = HigherPool<br />15 = VocationalTechnical<br />16 = DayCarePreK<br />17 = OfficeLess4Stories<br />18 = OfficeMore5Stories<br />19 = HospitalityHotel<br />20 = ManufacturingIndustrialProcessing<br />21 = LaboratoryResearch<br />22 = RetailService<br />23 = MultiCommercialStripMall<br />24 = Restaurant<br />25 = BankCreditUnion<br />26 = AnimalFacility<br />27 = WarehouseStorage<br />28 = SportingVenueStadium<br />29 = GymCommunityAndRecCenter<br />30 = Pool<br />31 = PublicAssemblyVenue<br />32 = Museum<br />33 = PlaceOfWorship<br />34 = Utility<br />35 = TransportationAirport<br />36 = DataCenter<br />37 = Hospital<br />38 = ClinicAcuteOrUrgentCareDentistry<br />39 = AssistedLivingNursingHomeHospicePalliativeCare<br />1000 = Other
|
|
9098
|
+
*/
|
|
9099
|
+
buildingType?: BuildingType | null;
|
|
9100
|
+
/**
|
|
9101
|
+
* Basis of design.
|
|
9102
|
+
*/
|
|
9103
|
+
isBasisOfDesign?: boolean | null;
|
|
9104
9104
|
/**
|
|
9105
9105
|
* DTO to update RenewAire.Cores.Domain.Projects.ProjectRevision.SoldTo.<br />Required permissions: SystemAdmin | ViewSoldToSelectionAndInformation
|
|
9106
9106
|
*/
|