@saritasa/renewaire-frontend-sdk 0.261.0 → 0.262.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
|
@@ -13454,6 +13454,18 @@ var DesignWeatherMode;
|
|
|
13454
13454
|
* https://openapi-generator.tech
|
|
13455
13455
|
* Do not edit the class manually.
|
|
13456
13456
|
*/
|
|
13457
|
+
/**
|
|
13458
|
+
* Download layer type.<br />DownloadType<br />0 = Schematic<br />1 = Manual<br />2 = Drawing<br />3 = Spec<br />4 = Submittal<br />5 = Misc
|
|
13459
|
+
*/
|
|
13460
|
+
var DownloadType;
|
|
13461
|
+
(function (DownloadType) {
|
|
13462
|
+
DownloadType["Schematic"] = "Schematic";
|
|
13463
|
+
DownloadType["Manual"] = "Manual";
|
|
13464
|
+
DownloadType["Drawing"] = "Drawing";
|
|
13465
|
+
DownloadType["Spec"] = "Spec";
|
|
13466
|
+
DownloadType["Submittal"] = "Submittal";
|
|
13467
|
+
DownloadType["Misc"] = "Misc";
|
|
13468
|
+
})(DownloadType || (DownloadType = {}));
|
|
13457
13469
|
|
|
13458
13470
|
/**
|
|
13459
13471
|
* RenewAire CORES API
|
|
@@ -14221,6 +14233,16 @@ var ProjectNoteType;
|
|
|
14221
14233
|
ProjectNoteType["SalesChannel"] = "SalesChannel";
|
|
14222
14234
|
})(ProjectNoteType || (ProjectNoteType = {}));
|
|
14223
14235
|
|
|
14236
|
+
/**
|
|
14237
|
+
* RenewAire CORES API
|
|
14238
|
+
*
|
|
14239
|
+
* Contact: renewaire@saritasa.com
|
|
14240
|
+
*
|
|
14241
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
14242
|
+
* https://openapi-generator.tech
|
|
14243
|
+
* Do not edit the class manually.
|
|
14244
|
+
*/
|
|
14245
|
+
|
|
14224
14246
|
/**
|
|
14225
14247
|
* RenewAire CORES API
|
|
14226
14248
|
*
|
|
@@ -14929,5 +14951,5 @@ function provideApi(configOrBasePath) {
|
|
|
14929
14951
|
* Generated bundle index. Do not edit.
|
|
14930
14952
|
*/
|
|
14931
14953
|
|
|
14932
|
-
export { APIS, AddressCountry, ApiModule, AshraeVersion, AuditEntity, AuditLogsApiService, AuthApiService, BASE_PATH, BombDownloadsApiService, BombMaterialsApiService, BombParametersApiService, BombRoutingsApiService, BombSchematicsApiService, BombValidationsApiService, BuildingCategory, BuildingType, COLLECTION_FORMATS, Configuration, ConstructionOrderType, ControllerProgramReleaseType, ControllerProgramType, ControllerProgramsApiService, CoolingDesignBasis, CsiApiService, DesignWeatherMode, FeedbackType, FeedbacksApiService, FileType, GroupCustomerType, GroupType, GroupsApiService, KnownContactsApiService, Language, LeadTimeType, LeadTimesApiService, MaintenanceApiService, ModelNumberValidationErrorType, OperationType, OperatorType, ParameterKind, ParameterType, PartsApiService, Permission, PermissionBundlesApiService, PermissionsApiService, PricingApiService, ProjectAccessLevel, ProjectBidStatusType, ProjectBidStatusesApiService, ProjectDiscountStatus, ProjectDiscountType, ProjectDiscountsApiService, ProjectLineStatus, ProjectLineType, ProjectLinesApiService, ProjectLinksApiService, ProjectLogType, ProjectNoteType, ProjectNotesApiService, ProjectQualifiedSpecificationsApiService, ProjectQuoteLogAccessoriesView, ProjectQuoteMultiplier, ProjectQuotePricing, ProjectQuotesApiService, 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 };
|
|
14954
|
+
export { APIS, AddressCountry, ApiModule, AshraeVersion, AuditEntity, AuditLogsApiService, AuthApiService, BASE_PATH, BombDownloadsApiService, BombMaterialsApiService, BombParametersApiService, BombRoutingsApiService, BombSchematicsApiService, BombValidationsApiService, BuildingCategory, BuildingType, COLLECTION_FORMATS, Configuration, ConstructionOrderType, ControllerProgramReleaseType, ControllerProgramType, ControllerProgramsApiService, CoolingDesignBasis, CsiApiService, DesignWeatherMode, DownloadType, FeedbackType, FeedbacksApiService, FileType, GroupCustomerType, GroupType, GroupsApiService, KnownContactsApiService, Language, LeadTimeType, LeadTimesApiService, MaintenanceApiService, ModelNumberValidationErrorType, OperationType, OperatorType, ParameterKind, ParameterType, PartsApiService, Permission, PermissionBundlesApiService, PermissionsApiService, PricingApiService, ProjectAccessLevel, ProjectBidStatusType, ProjectBidStatusesApiService, ProjectDiscountStatus, ProjectDiscountType, ProjectDiscountsApiService, ProjectLineStatus, ProjectLineType, ProjectLinesApiService, ProjectLinksApiService, ProjectLogType, ProjectNoteType, ProjectNotesApiService, ProjectQualifiedSpecificationsApiService, ProjectQuoteLogAccessoriesView, ProjectQuoteMultiplier, ProjectQuotePricing, ProjectQuotesApiService, 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 };
|
|
14933
14955
|
//# sourceMappingURL=saritasa-renewaire-frontend-sdk.mjs.map
|