@saritasa/renewaire-frontend-sdk 0.224.0 → 0.225.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
CHANGED
|
@@ -12573,6 +12573,25 @@ var ProjectLineStatus;
|
|
|
12573
12573
|
ProjectLineStatus["Valid"] = "Valid";
|
|
12574
12574
|
})(ProjectLineStatus || (ProjectLineStatus = {}));
|
|
12575
12575
|
|
|
12576
|
+
/**
|
|
12577
|
+
* RenewAire CORES API
|
|
12578
|
+
*
|
|
12579
|
+
* Contact: renewaire@saritasa.com
|
|
12580
|
+
*
|
|
12581
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
12582
|
+
* https://openapi-generator.tech
|
|
12583
|
+
* Do not edit the class manually.
|
|
12584
|
+
*/
|
|
12585
|
+
/**
|
|
12586
|
+
* Line type.<br />ProjectLineType<br />0 = Line<br />1 = CustomLine<br />2 = Accessory
|
|
12587
|
+
*/
|
|
12588
|
+
var ProjectLineType;
|
|
12589
|
+
(function (ProjectLineType) {
|
|
12590
|
+
ProjectLineType["Line"] = "Line";
|
|
12591
|
+
ProjectLineType["CustomLine"] = "CustomLine";
|
|
12592
|
+
ProjectLineType["Accessory"] = "Accessory";
|
|
12593
|
+
})(ProjectLineType || (ProjectLineType = {}));
|
|
12594
|
+
|
|
12576
12595
|
/**
|
|
12577
12596
|
* RenewAire CORES API
|
|
12578
12597
|
*
|
|
@@ -13275,5 +13294,5 @@ function provideApi(configOrBasePath) {
|
|
|
13275
13294
|
* Generated bundle index. Do not edit.
|
|
13276
13295
|
*/
|
|
13277
13296
|
|
|
13278
|
-
export { APIS, AddressCountry, ApiModule, AshraeVersion, AuditEntity, AuditLogsApiService, AuthApiService, BASE_PATH, BombMaterialsApiService, BombParametersApiService, BombRoutingsApiService, BombSchematicsApiService, BombValidationsApiService, BuildingCategory, BuildingType, COLLECTION_FORMATS, Configuration, ConstructionOrderType, ControllerProgramReleaseType, ControllerProgramType, ControllerProgramsApiService, CoolingDesignBasis, DesignWeatherMode, FeedbackType, FeedbacksApiService, FileType, GroupCustomerType, GroupType, GroupsApiService, KnownContactsApiService, Language, LeadTimeType, LeadTimesApiService, MaintenanceApiService, ModelNumberValidationErrorType, OperationType, OperatorType, ParameterKind, ParameterType, Permission, PermissionBundlesApiService, PermissionsApiService, ProjectAccessLevel, ProjectBidStatusType, ProjectBidStatusesApiService, ProjectDiscountType, ProjectDiscountsApiService, ProjectLineStatus, ProjectLinesApiService, ProjectLinksApiService, ProjectLogType, ProjectNoteType, ProjectNotesApiService, ProjectQualifiedSpecificationsApiService, ProjectRevisionsApiService, ProjectSharingAccessLevel, ProjectSharingApiService, ProjectShippingApiService, ProjectSoldToApiService, ProjectStatus, ProjectStatusesApiService, ProjectsApiService, QualifiedSpecificationStatus, RegionLevel, RegionsApiService, RegistrationStatus, RepContactsApiService, RepSalesReportsApiService, RepTerritoriesApiService, RepTerritoryLocationsApiService, RsdRegionsApiService, S3ApiService, StaticFilesApiService, UnitSystem, UserStatus, UserTablesApiService, UsersApiService, UsersManagementApiService, provideApi };
|
|
13297
|
+
export { APIS, AddressCountry, ApiModule, AshraeVersion, AuditEntity, AuditLogsApiService, AuthApiService, BASE_PATH, BombMaterialsApiService, BombParametersApiService, BombRoutingsApiService, BombSchematicsApiService, BombValidationsApiService, BuildingCategory, BuildingType, COLLECTION_FORMATS, Configuration, ConstructionOrderType, ControllerProgramReleaseType, ControllerProgramType, ControllerProgramsApiService, CoolingDesignBasis, DesignWeatherMode, FeedbackType, FeedbacksApiService, FileType, GroupCustomerType, GroupType, GroupsApiService, KnownContactsApiService, Language, LeadTimeType, LeadTimesApiService, MaintenanceApiService, ModelNumberValidationErrorType, OperationType, OperatorType, ParameterKind, ParameterType, Permission, PermissionBundlesApiService, PermissionsApiService, ProjectAccessLevel, ProjectBidStatusType, ProjectBidStatusesApiService, ProjectDiscountType, ProjectDiscountsApiService, ProjectLineStatus, ProjectLineType, ProjectLinesApiService, ProjectLinksApiService, ProjectLogType, ProjectNoteType, ProjectNotesApiService, ProjectQualifiedSpecificationsApiService, ProjectRevisionsApiService, ProjectSharingAccessLevel, ProjectSharingApiService, ProjectShippingApiService, ProjectSoldToApiService, ProjectStatus, ProjectStatusesApiService, ProjectsApiService, QualifiedSpecificationStatus, RegionLevel, RegionsApiService, RegistrationStatus, RepContactsApiService, RepSalesReportsApiService, RepTerritoriesApiService, RepTerritoryLocationsApiService, RsdRegionsApiService, S3ApiService, StaticFilesApiService, UnitSystem, UserStatus, UserTablesApiService, UsersApiService, UsersManagementApiService, provideApi };
|
|
13279
13298
|
//# sourceMappingURL=saritasa-renewaire-frontend-sdk.mjs.map
|