@saritasa/renewaire-frontend-sdk 0.361.0 → 0.362.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
|
@@ -15414,6 +15414,28 @@ var ModelNumberValidationErrorType;
|
|
|
15414
15414
|
* Do not edit the class manually.
|
|
15415
15415
|
*/
|
|
15416
15416
|
|
|
15417
|
+
/**
|
|
15418
|
+
* RenewAire CORES API
|
|
15419
|
+
*
|
|
15420
|
+
* Contact: renewaire@saritasa.com
|
|
15421
|
+
*
|
|
15422
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
15423
|
+
* https://openapi-generator.tech
|
|
15424
|
+
* Do not edit the class manually.
|
|
15425
|
+
*/
|
|
15426
|
+
/**
|
|
15427
|
+
* OEM customer project.<br />OemCustomerType<br />0 = No<br />1 = Jci<br />2 = JciResidential<br />3 = SnP<br />4 = Trane<br />5 = Rep
|
|
15428
|
+
*/
|
|
15429
|
+
var OemCustomerType;
|
|
15430
|
+
(function (OemCustomerType) {
|
|
15431
|
+
OemCustomerType["No"] = "No";
|
|
15432
|
+
OemCustomerType["Jci"] = "Jci";
|
|
15433
|
+
OemCustomerType["JciResidential"] = "JciResidential";
|
|
15434
|
+
OemCustomerType["SnP"] = "SnP";
|
|
15435
|
+
OemCustomerType["Trane"] = "Trane";
|
|
15436
|
+
OemCustomerType["Rep"] = "Rep";
|
|
15437
|
+
})(OemCustomerType || (OemCustomerType = {}));
|
|
15438
|
+
|
|
15417
15439
|
/**
|
|
15418
15440
|
* RenewAire CORES API
|
|
15419
15441
|
*
|
|
@@ -16808,5 +16830,5 @@ function provideApi(configOrBasePath) {
|
|
|
16808
16830
|
* Generated bundle index. Do not edit.
|
|
16809
16831
|
*/
|
|
16810
16832
|
|
|
16811
|
-
export { APIS, AddressCountry, ApiModule, AshraeVersion, AuditEntity, AuditLogsApiService, AuthApiService, BASE_PATH, BombDownloadsApiService, BombMaterialsApiService, BombParametersApiService, BombProductCodesApiService, BombRoutingsApiService, BombSyncApiService, BombValidationsApiService, BuildingCategory, BuildingType, COLLECTION_FORMATS, Configuration, ConstructionOrderType, ControllerProgramReleaseType, ControllerProgramType, ControllerProgramsApiService, CoolingDesignBasis, CsiApiService, DesignWeatherMode, DownloadType, FeedbackType, FeedbacksApiService, FileType, GroupCustomerType, GroupType, GroupsApiService, KnownContactsApiService, Language, LeadTimeType, LeadTimesApiService, LineDownloadFileType, MaintenanceApiService, ModelNumberValidationErrorType, OemType, OperationType, OperatorType, ParameterKind, ParameterType, PartsApiService, Permission, PermissionBundlesApiService, PermissionsApiService, PricingApiService, ProjectAccessLevel, ProjectBidStatusType, ProjectBidStatusesApiService, ProjectDiscountStatus, ProjectDiscountType, ProjectDiscountsApiService, ProjectDownloadFileType, ProjectDownloadsApiService, ProjectLineCustomizationStatus, 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, RepDataSource, RepSalesReportsApiService, RepTerritoriesApiService, RepTerritoryLocationsApiService, RsdRegionsApiService, S3ApiService, StaticFilesApiService, UnitSystem, UserStatus, UserTablesApiService, UsersApiService, UsersManagementApiService, provideApi };
|
|
16833
|
+
export { APIS, AddressCountry, ApiModule, AshraeVersion, AuditEntity, AuditLogsApiService, AuthApiService, BASE_PATH, BombDownloadsApiService, BombMaterialsApiService, BombParametersApiService, BombProductCodesApiService, BombRoutingsApiService, BombSyncApiService, BombValidationsApiService, BuildingCategory, BuildingType, COLLECTION_FORMATS, Configuration, ConstructionOrderType, ControllerProgramReleaseType, ControllerProgramType, ControllerProgramsApiService, CoolingDesignBasis, CsiApiService, DesignWeatherMode, DownloadType, FeedbackType, FeedbacksApiService, FileType, GroupCustomerType, GroupType, GroupsApiService, KnownContactsApiService, Language, LeadTimeType, LeadTimesApiService, LineDownloadFileType, MaintenanceApiService, ModelNumberValidationErrorType, OemCustomerType, OemType, OperationType, OperatorType, ParameterKind, ParameterType, PartsApiService, Permission, PermissionBundlesApiService, PermissionsApiService, PricingApiService, ProjectAccessLevel, ProjectBidStatusType, ProjectBidStatusesApiService, ProjectDiscountStatus, ProjectDiscountType, ProjectDiscountsApiService, ProjectDownloadFileType, ProjectDownloadsApiService, ProjectLineCustomizationStatus, 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, RepDataSource, RepSalesReportsApiService, RepTerritoriesApiService, RepTerritoryLocationsApiService, RsdRegionsApiService, S3ApiService, StaticFilesApiService, UnitSystem, UserStatus, UserTablesApiService, UsersApiService, UsersManagementApiService, provideApi };
|
|
16812
16834
|
//# sourceMappingURL=saritasa-renewaire-frontend-sdk.mjs.map
|