@saritasa/renewaire-frontend-sdk 0.180.0 → 0.181.1
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
|
@@ -10185,26 +10185,6 @@ var CoolingDesignBasis;
|
|
|
10185
10185
|
* Do not edit the class manually.
|
|
10186
10186
|
*/
|
|
10187
10187
|
|
|
10188
|
-
/**
|
|
10189
|
-
* RenewAire CORES API
|
|
10190
|
-
*
|
|
10191
|
-
* Contact: renewaire@saritasa.com
|
|
10192
|
-
*
|
|
10193
|
-
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
10194
|
-
* https://openapi-generator.tech
|
|
10195
|
-
* Do not edit the class manually.
|
|
10196
|
-
*/
|
|
10197
|
-
|
|
10198
|
-
/**
|
|
10199
|
-
* RenewAire CORES API
|
|
10200
|
-
*
|
|
10201
|
-
* Contact: renewaire@saritasa.com
|
|
10202
|
-
*
|
|
10203
|
-
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
10204
|
-
* https://openapi-generator.tech
|
|
10205
|
-
* Do not edit the class manually.
|
|
10206
|
-
*/
|
|
10207
|
-
|
|
10208
10188
|
/**
|
|
10209
10189
|
* RenewAire CORES API
|
|
10210
10190
|
*
|
|
@@ -10656,6 +10636,24 @@ var Permission;
|
|
|
10656
10636
|
* Do not edit the class manually.
|
|
10657
10637
|
*/
|
|
10658
10638
|
|
|
10639
|
+
/**
|
|
10640
|
+
* RenewAire CORES API
|
|
10641
|
+
*
|
|
10642
|
+
* Contact: renewaire@saritasa.com
|
|
10643
|
+
*
|
|
10644
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
10645
|
+
* https://openapi-generator.tech
|
|
10646
|
+
* Do not edit the class manually.
|
|
10647
|
+
*/
|
|
10648
|
+
/**
|
|
10649
|
+
* ProjectAccessLevel<br />0 = ReadOnly<br />1 = Edit
|
|
10650
|
+
*/
|
|
10651
|
+
var ProjectAccessLevel;
|
|
10652
|
+
(function (ProjectAccessLevel) {
|
|
10653
|
+
ProjectAccessLevel["ReadOnly"] = "ReadOnly";
|
|
10654
|
+
ProjectAccessLevel["Edit"] = "Edit";
|
|
10655
|
+
})(ProjectAccessLevel || (ProjectAccessLevel = {}));
|
|
10656
|
+
|
|
10659
10657
|
/**
|
|
10660
10658
|
* RenewAire CORES API
|
|
10661
10659
|
*
|
|
@@ -11317,5 +11315,5 @@ function provideApi(configOrBasePath) {
|
|
|
11317
11315
|
* Generated bundle index. Do not edit.
|
|
11318
11316
|
*/
|
|
11319
11317
|
|
|
11320
|
-
export { APIS, AddressCountry, ApiModule, AshraeVersion, AuditEntity, AuditLogsApiService, AuthApiService, BASE_PATH, BuildingCategory, BuildingType, COLLECTION_FORMATS, Configuration, ConstructionOrderType, ControllerProgramReleaseType, ControllerProgramType, ControllerProgramsApiService, CoolingDesignBasis, DesignWeatherMode, FeedbackType, FeedbacksApiService, FileType, GroupCustomerType, GroupType, GroupsApiService, KnownContactsApiService, Language, LeadTimeType, LeadTimesApiService, MaintenanceApiService, MaterialsApiService, OperationType, Permission, PermissionBundlesApiService, PermissionsApiService, ProjectBidStatusType, ProjectBidStatusesApiService, ProjectLinksApiService, ProjectLogType, ProjectNoteType, ProjectNotesApiService, ProjectRevisionsApiService, ProjectSharingAccessLevel, ProjectSharingApiService, ProjectShippingApiService, ProjectSoldToApiService, ProjectStatus, ProjectStatusesApiService, ProjectsApiService, QualifiedSpecificationStatus, RegionLevel, RegionsApiService, RegistrationStatus, RepContactsApiService, RepSalesReportsApiService, RepTerritoriesApiService, RepTerritoryLocationsApiService, RoutingsApiService, RsdRegionsApiService, S3ApiService, StaticFilesApiService, UnitSystem, UserStatus, UserTablesApiService, UsersApiService, UsersManagementApiService, provideApi };
|
|
11318
|
+
export { APIS, AddressCountry, ApiModule, AshraeVersion, AuditEntity, AuditLogsApiService, AuthApiService, BASE_PATH, BuildingCategory, BuildingType, COLLECTION_FORMATS, Configuration, ConstructionOrderType, ControllerProgramReleaseType, ControllerProgramType, ControllerProgramsApiService, CoolingDesignBasis, DesignWeatherMode, FeedbackType, FeedbacksApiService, FileType, GroupCustomerType, GroupType, GroupsApiService, KnownContactsApiService, Language, LeadTimeType, LeadTimesApiService, MaintenanceApiService, MaterialsApiService, OperationType, Permission, PermissionBundlesApiService, PermissionsApiService, ProjectAccessLevel, ProjectBidStatusType, ProjectBidStatusesApiService, ProjectLinksApiService, ProjectLogType, ProjectNoteType, ProjectNotesApiService, ProjectRevisionsApiService, ProjectSharingAccessLevel, ProjectSharingApiService, ProjectShippingApiService, ProjectSoldToApiService, ProjectStatus, ProjectStatusesApiService, ProjectsApiService, QualifiedSpecificationStatus, RegionLevel, RegionsApiService, RegistrationStatus, RepContactsApiService, RepSalesReportsApiService, RepTerritoriesApiService, RepTerritoryLocationsApiService, RoutingsApiService, RsdRegionsApiService, S3ApiService, StaticFilesApiService, UnitSystem, UserStatus, UserTablesApiService, UsersApiService, UsersManagementApiService, provideApi };
|
|
11321
11319
|
//# sourceMappingURL=saritasa-renewaire-frontend-sdk.mjs.map
|