@saritasa/renewaire-frontend-sdk 0.44.0 → 0.46.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
@@ -1,5 +1,5 @@
1
- # @@saritasa/renewaire-frontend-sdk@0.44.0
1
+ # @@saritasa/renewaire-frontend-sdk@0.46.0
2
2
 
3
3
  ```bash
4
- npm install @saritasa/renewaire-frontend-sdk@0.44.0 --save
4
+ npm install @saritasa/renewaire-frontend-sdk@0.46.0 --save
5
5
  ```
@@ -767,7 +767,7 @@ class GroupsApiService extends BaseService {
767
767
  responseType_ = "blob";
768
768
  }
769
769
  }
770
- let localVarPath = `/api/groups/${this.configuration.encodeParam({ name: "groupId", value: groupId, in: "path", style: "simple", explode: false, dataType: "object", dataFormat: "int32" })}`;
770
+ let localVarPath = `/api/groups/${this.configuration.encodeParam({ name: "groupId", value: groupId, in: "path", style: "simple", explode: false, dataType: "number", dataFormat: "int32" })}`;
771
771
  const { basePath, withCredentials } = this.configuration;
772
772
  return this.httpClient.request("get", `${basePath}${localVarPath}`, {
773
773
  context: localVarHttpContext,
@@ -805,7 +805,7 @@ class GroupsApiService extends BaseService {
805
805
  responseType_ = "blob";
806
806
  }
807
807
  }
808
- let localVarPath = `/api/groups/${this.configuration.encodeParam({ name: "groupId", value: groupId, in: "path", style: "simple", explode: false, dataType: "object", dataFormat: "int32" })}`;
808
+ let localVarPath = `/api/groups/${this.configuration.encodeParam({ name: "groupId", value: groupId, in: "path", style: "simple", explode: false, dataType: "number", dataFormat: "int32" })}`;
809
809
  const { basePath, withCredentials } = this.configuration;
810
810
  return this.httpClient.request("delete", `${basePath}${localVarPath}`, {
811
811
  context: localVarHttpContext,
@@ -925,7 +925,7 @@ class GroupsApiService extends BaseService {
925
925
  responseType_ = "blob";
926
926
  }
927
927
  }
928
- let localVarPath = `/api/groups/${this.configuration.encodeParam({ name: "groupId", value: groupId, in: "path", style: "simple", explode: false, dataType: "object", dataFormat: "int32" })}`;
928
+ let localVarPath = `/api/groups/${this.configuration.encodeParam({ name: "groupId", value: groupId, in: "path", style: "simple", explode: false, dataType: "number", dataFormat: "int32" })}`;
929
929
  const { basePath, withCredentials } = this.configuration;
930
930
  return this.httpClient.request("put", `${basePath}${localVarPath}`, {
931
931
  context: localVarHttpContext,
@@ -1288,7 +1288,7 @@ class PermissionBundlesApiService extends BaseService {
1288
1288
  responseType_ = "blob";
1289
1289
  }
1290
1290
  }
1291
- let localVarPath = `/api/permission-bundles/${this.configuration.encodeParam({ name: "permissionBundleId", value: permissionBundleId, in: "path", style: "simple", explode: false, dataType: "object", dataFormat: "int32" })}`;
1291
+ let localVarPath = `/api/permission-bundles/${this.configuration.encodeParam({ name: "permissionBundleId", value: permissionBundleId, in: "path", style: "simple", explode: false, dataType: "number", dataFormat: "int32" })}`;
1292
1292
  const { basePath, withCredentials } = this.configuration;
1293
1293
  return this.httpClient.request("get", `${basePath}${localVarPath}`, {
1294
1294
  context: localVarHttpContext,
@@ -1326,7 +1326,7 @@ class PermissionBundlesApiService extends BaseService {
1326
1326
  responseType_ = "blob";
1327
1327
  }
1328
1328
  }
1329
- let localVarPath = `/api/permission-bundles/${this.configuration.encodeParam({ name: "permissionBundleId", value: permissionBundleId, in: "path", style: "simple", explode: false, dataType: "object", dataFormat: "int32" })}`;
1329
+ let localVarPath = `/api/permission-bundles/${this.configuration.encodeParam({ name: "permissionBundleId", value: permissionBundleId, in: "path", style: "simple", explode: false, dataType: "number", dataFormat: "int32" })}`;
1330
1330
  const { basePath, withCredentials } = this.configuration;
1331
1331
  return this.httpClient.request("delete", `${basePath}${localVarPath}`, {
1332
1332
  context: localVarHttpContext,
@@ -1434,7 +1434,7 @@ class PermissionBundlesApiService extends BaseService {
1434
1434
  responseType_ = "blob";
1435
1435
  }
1436
1436
  }
1437
- let localVarPath = `/api/permission-bundles/${this.configuration.encodeParam({ name: "permissionBundleId", value: permissionBundleId, in: "path", style: "simple", explode: false, dataType: "object", dataFormat: "int32" })}`;
1437
+ let localVarPath = `/api/permission-bundles/${this.configuration.encodeParam({ name: "permissionBundleId", value: permissionBundleId, in: "path", style: "simple", explode: false, dataType: "number", dataFormat: "int32" })}`;
1438
1438
  const { basePath, withCredentials } = this.configuration;
1439
1439
  return this.httpClient.request("put", `${basePath}${localVarPath}`, {
1440
1440
  context: localVarHttpContext,
@@ -1594,7 +1594,7 @@ class ProjectsApiService extends BaseService {
1594
1594
  responseType_ = "blob";
1595
1595
  }
1596
1596
  }
1597
- let localVarPath = `/api/projects/${this.configuration.encodeParam({ name: "projectId", value: projectId, in: "path", style: "simple", explode: false, dataType: "object", dataFormat: "int64" })}/cancel-quote-request`;
1597
+ let localVarPath = `/api/projects/${this.configuration.encodeParam({ name: "projectId", value: projectId, in: "path", style: "simple", explode: false, dataType: "number", dataFormat: "int64" })}/cancel-quote-request`;
1598
1598
  const { basePath, withCredentials } = this.configuration;
1599
1599
  return this.httpClient.request("put", `${basePath}${localVarPath}`, {
1600
1600
  context: localVarHttpContext,
@@ -1700,7 +1700,7 @@ class ProjectsApiService extends BaseService {
1700
1700
  responseType_ = "blob";
1701
1701
  }
1702
1702
  }
1703
- let localVarPath = `/api/projects/${this.configuration.encodeParam({ name: "projectId", value: projectId, in: "path", style: "simple", explode: false, dataType: "object", dataFormat: "int64" })}/request-order`;
1703
+ let localVarPath = `/api/projects/${this.configuration.encodeParam({ name: "projectId", value: projectId, in: "path", style: "simple", explode: false, dataType: "number", dataFormat: "int64" })}/request-order`;
1704
1704
  const { basePath, withCredentials } = this.configuration;
1705
1705
  return this.httpClient.request("put", `${basePath}${localVarPath}`, {
1706
1706
  context: localVarHttpContext,
@@ -1755,7 +1755,7 @@ class ProjectsApiService extends BaseService {
1755
1755
  responseType_ = "blob";
1756
1756
  }
1757
1757
  }
1758
- let localVarPath = `/api/projects/${this.configuration.encodeParam({ name: "projectId", value: projectId, in: "path", style: "simple", explode: false, dataType: "object", dataFormat: "int64" })}/request-quote`;
1758
+ let localVarPath = `/api/projects/${this.configuration.encodeParam({ name: "projectId", value: projectId, in: "path", style: "simple", explode: false, dataType: "number", dataFormat: "int64" })}/request-quote`;
1759
1759
  const { basePath, withCredentials } = this.configuration;
1760
1760
  return this.httpClient.request("put", `${basePath}${localVarPath}`, {
1761
1761
  context: localVarHttpContext,
@@ -1810,7 +1810,7 @@ class ProjectsApiService extends BaseService {
1810
1810
  responseType_ = "blob";
1811
1811
  }
1812
1812
  }
1813
- let localVarPath = `/api/projects/${this.configuration.encodeParam({ name: "projectId", value: projectId, in: "path", style: "simple", explode: false, dataType: "object", dataFormat: "int64" })}/reject-quote`;
1813
+ let localVarPath = `/api/projects/${this.configuration.encodeParam({ name: "projectId", value: projectId, in: "path", style: "simple", explode: false, dataType: "number", dataFormat: "int64" })}/reject-quote`;
1814
1814
  const { basePath, withCredentials } = this.configuration;
1815
1815
  return this.httpClient.request("put", `${basePath}${localVarPath}`, {
1816
1816
  context: localVarHttpContext,
@@ -1865,7 +1865,7 @@ class ProjectsApiService extends BaseService {
1865
1865
  responseType_ = "blob";
1866
1866
  }
1867
1867
  }
1868
- let localVarPath = `/api/projects/${this.configuration.encodeParam({ name: "projectId", value: projectId, in: "path", style: "simple", explode: false, dataType: "object", dataFormat: "int64" })}/submit-quote`;
1868
+ let localVarPath = `/api/projects/${this.configuration.encodeParam({ name: "projectId", value: projectId, in: "path", style: "simple", explode: false, dataType: "number", dataFormat: "int64" })}/submit-quote`;
1869
1869
  const { basePath, withCredentials } = this.configuration;
1870
1870
  return this.httpClient.request("put", `${basePath}${localVarPath}`, {
1871
1871
  context: localVarHttpContext,
@@ -1920,7 +1920,7 @@ class ProjectsApiService extends BaseService {
1920
1920
  responseType_ = "blob";
1921
1921
  }
1922
1922
  }
1923
- let localVarPath = `/api/projects/${this.configuration.encodeParam({ name: "projectId", value: projectId, in: "path", style: "simple", explode: false, dataType: "object", dataFormat: "int64" })}/submit-to-renewaire`;
1923
+ let localVarPath = `/api/projects/${this.configuration.encodeParam({ name: "projectId", value: projectId, in: "path", style: "simple", explode: false, dataType: "number", dataFormat: "int64" })}/submit-to-renewaire`;
1924
1924
  const { basePath, withCredentials } = this.configuration;
1925
1925
  return this.httpClient.request("put", `${basePath}${localVarPath}`, {
1926
1926
  context: localVarHttpContext,
@@ -2531,7 +2531,7 @@ class RepTerritoriesApiService extends BaseService {
2531
2531
  responseType_ = "blob";
2532
2532
  }
2533
2533
  }
2534
- let localVarPath = `/api/rep-territories/${this.configuration.encodeParam({ name: "repTerritoryId", value: repTerritoryId, in: "path", style: "simple", explode: false, dataType: "object", dataFormat: "int32" })}/locations`;
2534
+ let localVarPath = `/api/rep-territories/${this.configuration.encodeParam({ name: "repTerritoryId", value: repTerritoryId, in: "path", style: "simple", explode: false, dataType: "number", dataFormat: "int32" })}/locations`;
2535
2535
  const { basePath, withCredentials } = this.configuration;
2536
2536
  return this.httpClient.request("post", `${basePath}${localVarPath}`, {
2537
2537
  context: localVarHttpContext,
@@ -2586,7 +2586,7 @@ class RepTerritoriesApiService extends BaseService {
2586
2586
  responseType_ = "blob";
2587
2587
  }
2588
2588
  }
2589
- let localVarPath = `/api/rep-territories/${this.configuration.encodeParam({ name: "repTerritoryId", value: repTerritoryId, in: "path", style: "simple", explode: false, dataType: "object", dataFormat: "int32" })}/rep-contacts`;
2589
+ let localVarPath = `/api/rep-territories/${this.configuration.encodeParam({ name: "repTerritoryId", value: repTerritoryId, in: "path", style: "simple", explode: false, dataType: "number", dataFormat: "int32" })}/rep-contacts`;
2590
2590
  const { basePath, withCredentials } = this.configuration;
2591
2591
  return this.httpClient.request("post", `${basePath}${localVarPath}`, {
2592
2592
  context: localVarHttpContext,
@@ -2630,7 +2630,7 @@ class RepTerritoriesApiService extends BaseService {
2630
2630
  responseType_ = "blob";
2631
2631
  }
2632
2632
  }
2633
- let localVarPath = `/api/rep-territories/${this.configuration.encodeParam({ name: "repTerritoryId", value: repTerritoryId, in: "path", style: "simple", explode: false, dataType: "object", dataFormat: "int32" })}`;
2633
+ let localVarPath = `/api/rep-territories/${this.configuration.encodeParam({ name: "repTerritoryId", value: repTerritoryId, in: "path", style: "simple", explode: false, dataType: "number", dataFormat: "int32" })}`;
2634
2634
  const { basePath, withCredentials } = this.configuration;
2635
2635
  return this.httpClient.request("get", `${basePath}${localVarPath}`, {
2636
2636
  context: localVarHttpContext,
@@ -2668,7 +2668,7 @@ class RepTerritoriesApiService extends BaseService {
2668
2668
  responseType_ = "blob";
2669
2669
  }
2670
2670
  }
2671
- let localVarPath = `/api/rep-territories/${this.configuration.encodeParam({ name: "repTerritoryId", value: repTerritoryId, in: "path", style: "simple", explode: false, dataType: "object", dataFormat: "int32" })}`;
2671
+ let localVarPath = `/api/rep-territories/${this.configuration.encodeParam({ name: "repTerritoryId", value: repTerritoryId, in: "path", style: "simple", explode: false, dataType: "number", dataFormat: "int32" })}`;
2672
2672
  const { basePath, withCredentials } = this.configuration;
2673
2673
  return this.httpClient.request("delete", `${basePath}${localVarPath}`, {
2674
2674
  context: localVarHttpContext,
@@ -2967,7 +2967,7 @@ class RepTerritoriesApiService extends BaseService {
2967
2967
  responseType_ = "blob";
2968
2968
  }
2969
2969
  }
2970
- let localVarPath = `/api/rep-territories/${this.configuration.encodeParam({ name: "repTerritoryId", value: repTerritoryId, in: "path", style: "simple", explode: false, dataType: "object", dataFormat: "int32" })}`;
2970
+ let localVarPath = `/api/rep-territories/${this.configuration.encodeParam({ name: "repTerritoryId", value: repTerritoryId, in: "path", style: "simple", explode: false, dataType: "number", dataFormat: "int32" })}`;
2971
2971
  const { basePath, withCredentials } = this.configuration;
2972
2972
  return this.httpClient.request("put", `${basePath}${localVarPath}`, {
2973
2973
  context: localVarHttpContext,
@@ -3286,7 +3286,7 @@ class RsdRegionsApiService extends BaseService {
3286
3286
  responseType_ = "blob";
3287
3287
  }
3288
3288
  }
3289
- let localVarPath = `/api/rsd-regions/${this.configuration.encodeParam({ name: "rsdRegionId", value: rsdRegionId, in: "path", style: "simple", explode: false, dataType: "object", dataFormat: "int32" })}/documents/${this.configuration.encodeParam({ name: "documentId", value: documentId, in: "path", style: "simple", explode: false, dataType: "object", dataFormat: "int32" })}/download-url`;
3289
+ let localVarPath = `/api/rsd-regions/${this.configuration.encodeParam({ name: "rsdRegionId", value: rsdRegionId, in: "path", style: "simple", explode: false, dataType: "number", dataFormat: "int32" })}/documents/${this.configuration.encodeParam({ name: "documentId", value: documentId, in: "path", style: "simple", explode: false, dataType: "number", dataFormat: "int32" })}/download-url`;
3290
3290
  const { basePath, withCredentials } = this.configuration;
3291
3291
  return this.httpClient.request("get", `${basePath}${localVarPath}`, {
3292
3292
  context: localVarHttpContext,
@@ -3487,7 +3487,7 @@ class RsdRegionsApiService extends BaseService {
3487
3487
  responseType_ = "blob";
3488
3488
  }
3489
3489
  }
3490
- let localVarPath = `/api/rsd-regions/${this.configuration.encodeParam({ name: "id", value: id, in: "path", style: "simple", explode: false, dataType: "object", dataFormat: "int32" })}/documents`;
3490
+ let localVarPath = `/api/rsd-regions/${this.configuration.encodeParam({ name: "id", value: id, in: "path", style: "simple", explode: false, dataType: "number", dataFormat: "int32" })}/documents`;
3491
3491
  const { basePath, withCredentials } = this.configuration;
3492
3492
  return this.httpClient.request("post", `${basePath}${localVarPath}`, {
3493
3493
  context: localVarHttpContext,
@@ -3531,7 +3531,7 @@ class RsdRegionsApiService extends BaseService {
3531
3531
  responseType_ = "blob";
3532
3532
  }
3533
3533
  }
3534
- let localVarPath = `/api/rsd-regions/${this.configuration.encodeParam({ name: "id", value: id, in: "path", style: "simple", explode: false, dataType: "object", dataFormat: "int32" })}`;
3534
+ let localVarPath = `/api/rsd-regions/${this.configuration.encodeParam({ name: "id", value: id, in: "path", style: "simple", explode: false, dataType: "number", dataFormat: "int32" })}`;
3535
3535
  const { basePath, withCredentials } = this.configuration;
3536
3536
  return this.httpClient.request("get", `${basePath}${localVarPath}`, {
3537
3537
  context: localVarHttpContext,
@@ -3569,7 +3569,7 @@ class RsdRegionsApiService extends BaseService {
3569
3569
  responseType_ = "blob";
3570
3570
  }
3571
3571
  }
3572
- let localVarPath = `/api/rsd-regions/${this.configuration.encodeParam({ name: "rsdRegionId", value: rsdRegionId, in: "path", style: "simple", explode: false, dataType: "object", dataFormat: "int32" })}`;
3572
+ let localVarPath = `/api/rsd-regions/${this.configuration.encodeParam({ name: "rsdRegionId", value: rsdRegionId, in: "path", style: "simple", explode: false, dataType: "number", dataFormat: "int32" })}`;
3573
3573
  const { basePath, withCredentials } = this.configuration;
3574
3574
  return this.httpClient.request("delete", `${basePath}${localVarPath}`, {
3575
3575
  context: localVarHttpContext,
@@ -3840,7 +3840,7 @@ class RsdRegionsApiService extends BaseService {
3840
3840
  responseType_ = "blob";
3841
3841
  }
3842
3842
  }
3843
- let localVarPath = `/api/rsd-regions/${this.configuration.encodeParam({ name: "rsdRegionId", value: rsdRegionId, in: "path", style: "simple", explode: false, dataType: "object", dataFormat: "int32" })}`;
3843
+ let localVarPath = `/api/rsd-regions/${this.configuration.encodeParam({ name: "rsdRegionId", value: rsdRegionId, in: "path", style: "simple", explode: false, dataType: "number", dataFormat: "int32" })}`;
3844
3844
  const { basePath, withCredentials } = this.configuration;
3845
3845
  return this.httpClient.request("put", `${basePath}${localVarPath}`, {
3846
3846
  context: localVarHttpContext,
@@ -3873,6 +3873,75 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.0", ngImpor
3873
3873
  type: Optional
3874
3874
  }] }] });
3875
3875
 
3876
+ /**
3877
+ * RenewAire CORES API
3878
+ *
3879
+ * Contact: renewaire@saritasa.com
3880
+ *
3881
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
3882
+ * https://openapi-generator.tech
3883
+ * Do not edit the class manually.
3884
+ */
3885
+ /* tslint:disable:no-unused-variable member-ordering */
3886
+ class StaticFilesApiService extends BaseService {
3887
+ httpClient;
3888
+ constructor(httpClient, basePath, configuration) {
3889
+ super(basePath, configuration);
3890
+ this.httpClient = httpClient;
3891
+ }
3892
+ staticFilesGet(requestParameters, observe = "body", reportProgress = false, options) {
3893
+ const key = requestParameters?.key;
3894
+ if (key === null || key === undefined) {
3895
+ throw new Error("Required parameter key was null or undefined when calling staticFilesGet.");
3896
+ }
3897
+ let localVarHeaders = this.defaultHeaders;
3898
+ const localVarHttpHeaderAcceptSelected = options?.httpHeaderAccept ?? this.configuration.selectHeaderAccept([]);
3899
+ if (localVarHttpHeaderAcceptSelected !== undefined) {
3900
+ localVarHeaders = localVarHeaders.set("Accept", localVarHttpHeaderAcceptSelected);
3901
+ }
3902
+ const localVarHttpContext = options?.context ?? new HttpContext();
3903
+ const localVarTransferCache = options?.transferCache ?? true;
3904
+ let responseType_ = "json";
3905
+ if (localVarHttpHeaderAcceptSelected) {
3906
+ if (localVarHttpHeaderAcceptSelected.startsWith("text")) {
3907
+ responseType_ = "text";
3908
+ }
3909
+ else if (this.configuration.isJsonMime(localVarHttpHeaderAcceptSelected)) {
3910
+ responseType_ = "json";
3911
+ }
3912
+ else {
3913
+ responseType_ = "blob";
3914
+ }
3915
+ }
3916
+ let localVarPath = `/api/static-files/${this.configuration.encodeParam({ name: "key", value: key, in: "path", style: "simple", explode: false, dataType: "string", dataFormat: undefined })}`;
3917
+ const { basePath, withCredentials } = this.configuration;
3918
+ return this.httpClient.request("get", `${basePath}${localVarPath}`, {
3919
+ context: localVarHttpContext,
3920
+ responseType: responseType_,
3921
+ ...(withCredentials ? { withCredentials } : {}),
3922
+ headers: localVarHeaders,
3923
+ observe: observe,
3924
+ transferCache: localVarTransferCache,
3925
+ reportProgress: reportProgress,
3926
+ });
3927
+ }
3928
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.0", ngImport: i0, type: StaticFilesApiService, deps: [{ token: i1.HttpClient }, { token: BASE_PATH, optional: true }, { token: Configuration, optional: true }], target: i0.ɵɵFactoryTarget.Injectable });
3929
+ static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.3.0", ngImport: i0, type: StaticFilesApiService, providedIn: "root" });
3930
+ }
3931
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.0", ngImport: i0, type: StaticFilesApiService, decorators: [{
3932
+ type: Injectable,
3933
+ args: [{
3934
+ providedIn: "root",
3935
+ }]
3936
+ }], ctorParameters: () => [{ type: i1.HttpClient }, { type: undefined, decorators: [{
3937
+ type: Optional
3938
+ }, {
3939
+ type: Inject,
3940
+ args: [BASE_PATH]
3941
+ }] }, { type: Configuration, decorators: [{
3942
+ type: Optional
3943
+ }] }] });
3944
+
3876
3945
  /**
3877
3946
  * RenewAire CORES API
3878
3947
  *
@@ -6047,6 +6116,7 @@ const APIS = [
6047
6116
  RepTerritoriesApiService,
6048
6117
  RepTerritoryLocationsApiService,
6049
6118
  RsdRegionsApiService,
6119
+ StaticFilesApiService,
6050
6120
  UserDesignConditionsApiService,
6051
6121
  UserTablesApiService,
6052
6122
  UsersApiService,
@@ -6994,5 +7064,5 @@ function provideApi(configOrBasePath) {
6994
7064
  * Generated bundle index. Do not edit.
6995
7065
  */
6996
7066
 
6997
- export { APIS, AddressCountry, AddressDtoCountryEnum, ApiModule, AshraeVersion, AuditEntity, AuditLogsApiService, AuthApiService, BASE_PATH, COLLECTION_FORMATS, Configuration, CoolingDesignBasis, CurrentUserDtoPreferredUnitEnum, CurrentUserDtoRegistrationStatusEnum, DesignWeatherMode, FeedbackType, FeedbacksApiService, GroupCustomerType, GroupDtoCustomerTypeEnum, GroupDtoTypeEnum, GroupType, GroupsApiService, KnownContactsApiService, Language, Permission, PermissionBundlesApiService, PermissionsApiService, ProjectsApiService, RegionLevel, RegionsApiService, RegistrationStatus, RepContactsApiService, RepTerritoriesApiService, RepTerritoryLocationsApiService, RsdRegionsApiService, SaveGroupDtoTypeEnum, SaveUserDesignConditionsDtoCoolingDesignBasisEnum, SearchRegionDtoLevelEnum, SetPreferredLanguageCommandPreferredLanguageEnum, UnitSystem, UserDesignConditionsApiService, UserDesignConditionsDtoCoolingDesignBasisEnum, UserDesignWeatherConditionDtoDesignWeatherModeEnum, UserPermissionDtoPermissionEnum, UserPreferencesDtoPreferredLanguageEnum, UserPreferencesDtoPreferredUnitEnum, UserProfileSettingsDtoRegistrationStatusEnum, UserStatus, UserTablesApiService, UsersApiService, UsersManagementApiService, provideApi };
7067
+ export { APIS, AddressCountry, AddressDtoCountryEnum, ApiModule, AshraeVersion, AuditEntity, AuditLogsApiService, AuthApiService, BASE_PATH, COLLECTION_FORMATS, Configuration, CoolingDesignBasis, CurrentUserDtoPreferredUnitEnum, CurrentUserDtoRegistrationStatusEnum, DesignWeatherMode, FeedbackType, FeedbacksApiService, GroupCustomerType, GroupDtoCustomerTypeEnum, GroupDtoTypeEnum, GroupType, GroupsApiService, KnownContactsApiService, Language, Permission, PermissionBundlesApiService, PermissionsApiService, ProjectsApiService, RegionLevel, RegionsApiService, RegistrationStatus, RepContactsApiService, RepTerritoriesApiService, RepTerritoryLocationsApiService, RsdRegionsApiService, SaveGroupDtoTypeEnum, SaveUserDesignConditionsDtoCoolingDesignBasisEnum, SearchRegionDtoLevelEnum, SetPreferredLanguageCommandPreferredLanguageEnum, StaticFilesApiService, UnitSystem, UserDesignConditionsApiService, UserDesignConditionsDtoCoolingDesignBasisEnum, UserDesignWeatherConditionDtoDesignWeatherModeEnum, UserPermissionDtoPermissionEnum, UserPreferencesDtoPreferredLanguageEnum, UserPreferencesDtoPreferredUnitEnum, UserProfileSettingsDtoRegistrationStatusEnum, UserStatus, UserTablesApiService, UsersApiService, UsersManagementApiService, provideApi };
6998
7068
  //# sourceMappingURL=saritasa-renewaire-frontend-sdk.mjs.map