@saritasa/renewaire-frontend-sdk 0.169.0 → 0.172.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
|
@@ -2039,6 +2039,49 @@ class MaterialsApiService extends BaseService {
|
|
|
2039
2039
|
reportProgress: reportProgress,
|
|
2040
2040
|
});
|
|
2041
2041
|
}
|
|
2042
|
+
materialsSearchMaterialLayers(requestParameters, observe = "body", reportProgress = false, options) {
|
|
2043
|
+
const parentMaterialLayerId = requestParameters?.parentMaterialLayerId;
|
|
2044
|
+
let localVarQueryParameters = new HttpParams({ encoder: this.encoder });
|
|
2045
|
+
localVarQueryParameters = this.addToHttpParams(localVarQueryParameters, parentMaterialLayerId, "ParentMaterialLayerId");
|
|
2046
|
+
let localVarHeaders = this.defaultHeaders;
|
|
2047
|
+
// authentication (Bearer) required
|
|
2048
|
+
localVarHeaders = this.configuration.addCredentialToHeaders("Bearer", "Authorization", localVarHeaders, "Bearer ");
|
|
2049
|
+
const localVarHttpHeaderAcceptSelected = options?.httpHeaderAccept ??
|
|
2050
|
+
this.configuration.selectHeaderAccept([
|
|
2051
|
+
"text/plain",
|
|
2052
|
+
"application/json",
|
|
2053
|
+
"text/json",
|
|
2054
|
+
]);
|
|
2055
|
+
if (localVarHttpHeaderAcceptSelected !== undefined) {
|
|
2056
|
+
localVarHeaders = localVarHeaders.set("Accept", localVarHttpHeaderAcceptSelected);
|
|
2057
|
+
}
|
|
2058
|
+
const localVarHttpContext = options?.context ?? new HttpContext();
|
|
2059
|
+
const localVarTransferCache = options?.transferCache ?? true;
|
|
2060
|
+
let responseType_ = "json";
|
|
2061
|
+
if (localVarHttpHeaderAcceptSelected) {
|
|
2062
|
+
if (localVarHttpHeaderAcceptSelected.startsWith("text")) {
|
|
2063
|
+
responseType_ = "text";
|
|
2064
|
+
}
|
|
2065
|
+
else if (this.configuration.isJsonMime(localVarHttpHeaderAcceptSelected)) {
|
|
2066
|
+
responseType_ = "json";
|
|
2067
|
+
}
|
|
2068
|
+
else {
|
|
2069
|
+
responseType_ = "blob";
|
|
2070
|
+
}
|
|
2071
|
+
}
|
|
2072
|
+
let localVarPath = `/api/materials`;
|
|
2073
|
+
const { basePath, withCredentials } = this.configuration;
|
|
2074
|
+
return this.httpClient.request("get", `${basePath}${localVarPath}`, {
|
|
2075
|
+
context: localVarHttpContext,
|
|
2076
|
+
params: localVarQueryParameters,
|
|
2077
|
+
responseType: responseType_,
|
|
2078
|
+
...(withCredentials ? { withCredentials } : {}),
|
|
2079
|
+
headers: localVarHeaders,
|
|
2080
|
+
observe: observe,
|
|
2081
|
+
transferCache: localVarTransferCache,
|
|
2082
|
+
reportProgress: reportProgress,
|
|
2083
|
+
});
|
|
2084
|
+
}
|
|
2042
2085
|
materialsUpdateMaterialLayer(requestParameters, observe = "body", reportProgress = false, options) {
|
|
2043
2086
|
const materialLayerId = requestParameters?.materialLayerId;
|
|
2044
2087
|
if (materialLayerId === null || materialLayerId === undefined) {
|
|
@@ -6077,6 +6120,7 @@ class RepTerritoriesApiService extends BaseService {
|
|
|
6077
6120
|
const phone = requestParameters?.phone;
|
|
6078
6121
|
const email = requestParameters?.email;
|
|
6079
6122
|
const website = requestParameters?.website;
|
|
6123
|
+
const csiSalesman = requestParameters?.csiSalesman;
|
|
6080
6124
|
const text = requestParameters?.text;
|
|
6081
6125
|
const orderBy = requestParameters?.orderBy;
|
|
6082
6126
|
const page = requestParameters?.page;
|
|
@@ -6103,6 +6147,7 @@ class RepTerritoriesApiService extends BaseService {
|
|
|
6103
6147
|
localVarQueryParameters = this.addToHttpParams(localVarQueryParameters, phone, "Phone");
|
|
6104
6148
|
localVarQueryParameters = this.addToHttpParams(localVarQueryParameters, email, "Email");
|
|
6105
6149
|
localVarQueryParameters = this.addToHttpParams(localVarQueryParameters, website, "Website");
|
|
6150
|
+
localVarQueryParameters = this.addToHttpParams(localVarQueryParameters, csiSalesman, "CsiSalesman");
|
|
6106
6151
|
localVarQueryParameters = this.addToHttpParams(localVarQueryParameters, text, "Text");
|
|
6107
6152
|
localVarQueryParameters = this.addToHttpParams(localVarQueryParameters, orderBy, "OrderBy");
|
|
6108
6153
|
localVarQueryParameters = this.addToHttpParams(localVarQueryParameters, page, "Page");
|
|
@@ -6633,6 +6678,91 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.14", ngImpo
|
|
|
6633
6678
|
type: Optional
|
|
6634
6679
|
}] }] });
|
|
6635
6680
|
|
|
6681
|
+
/**
|
|
6682
|
+
* RenewAire CORES API
|
|
6683
|
+
*
|
|
6684
|
+
* Contact: renewaire@saritasa.com
|
|
6685
|
+
*
|
|
6686
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
6687
|
+
* https://openapi-generator.tech
|
|
6688
|
+
* Do not edit the class manually.
|
|
6689
|
+
*/
|
|
6690
|
+
/* tslint:disable:no-unused-variable member-ordering */
|
|
6691
|
+
class RoutingsApiService extends BaseService {
|
|
6692
|
+
httpClient;
|
|
6693
|
+
constructor(httpClient, basePath, configuration) {
|
|
6694
|
+
super(basePath, configuration);
|
|
6695
|
+
this.httpClient = httpClient;
|
|
6696
|
+
}
|
|
6697
|
+
routingsCreateRoutingLayer(requestParameters, observe = "body", reportProgress = false, options) {
|
|
6698
|
+
const createRoutingLayerCommand = requestParameters?.createRoutingLayerCommand;
|
|
6699
|
+
let localVarHeaders = this.defaultHeaders;
|
|
6700
|
+
// authentication (Bearer) required
|
|
6701
|
+
localVarHeaders = this.configuration.addCredentialToHeaders("Bearer", "Authorization", localVarHeaders, "Bearer ");
|
|
6702
|
+
const localVarHttpHeaderAcceptSelected = options?.httpHeaderAccept ??
|
|
6703
|
+
this.configuration.selectHeaderAccept([
|
|
6704
|
+
"text/plain",
|
|
6705
|
+
"application/json",
|
|
6706
|
+
"text/json",
|
|
6707
|
+
]);
|
|
6708
|
+
if (localVarHttpHeaderAcceptSelected !== undefined) {
|
|
6709
|
+
localVarHeaders = localVarHeaders.set("Accept", localVarHttpHeaderAcceptSelected);
|
|
6710
|
+
}
|
|
6711
|
+
const localVarHttpContext = options?.context ?? new HttpContext();
|
|
6712
|
+
const localVarTransferCache = options?.transferCache ?? true;
|
|
6713
|
+
// to determine the Content-Type header
|
|
6714
|
+
const consumes = [
|
|
6715
|
+
"application/json-patch+json",
|
|
6716
|
+
"application/json",
|
|
6717
|
+
"text/json",
|
|
6718
|
+
"application/*+json",
|
|
6719
|
+
];
|
|
6720
|
+
const httpContentTypeSelected = this.configuration.selectHeaderContentType(consumes);
|
|
6721
|
+
if (httpContentTypeSelected !== undefined) {
|
|
6722
|
+
localVarHeaders = localVarHeaders.set("Content-Type", httpContentTypeSelected);
|
|
6723
|
+
}
|
|
6724
|
+
let responseType_ = "json";
|
|
6725
|
+
if (localVarHttpHeaderAcceptSelected) {
|
|
6726
|
+
if (localVarHttpHeaderAcceptSelected.startsWith("text")) {
|
|
6727
|
+
responseType_ = "text";
|
|
6728
|
+
}
|
|
6729
|
+
else if (this.configuration.isJsonMime(localVarHttpHeaderAcceptSelected)) {
|
|
6730
|
+
responseType_ = "json";
|
|
6731
|
+
}
|
|
6732
|
+
else {
|
|
6733
|
+
responseType_ = "blob";
|
|
6734
|
+
}
|
|
6735
|
+
}
|
|
6736
|
+
let localVarPath = `/api/routings`;
|
|
6737
|
+
const { basePath, withCredentials } = this.configuration;
|
|
6738
|
+
return this.httpClient.request("post", `${basePath}${localVarPath}`, {
|
|
6739
|
+
context: localVarHttpContext,
|
|
6740
|
+
body: createRoutingLayerCommand,
|
|
6741
|
+
responseType: responseType_,
|
|
6742
|
+
...(withCredentials ? { withCredentials } : {}),
|
|
6743
|
+
headers: localVarHeaders,
|
|
6744
|
+
observe: observe,
|
|
6745
|
+
transferCache: localVarTransferCache,
|
|
6746
|
+
reportProgress: reportProgress,
|
|
6747
|
+
});
|
|
6748
|
+
}
|
|
6749
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.14", ngImport: i0, type: RoutingsApiService, deps: [{ token: i1.HttpClient }, { token: BASE_PATH, optional: true }, { token: Configuration, optional: true }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
6750
|
+
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.3.14", ngImport: i0, type: RoutingsApiService, providedIn: "root" });
|
|
6751
|
+
}
|
|
6752
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.14", ngImport: i0, type: RoutingsApiService, decorators: [{
|
|
6753
|
+
type: Injectable,
|
|
6754
|
+
args: [{
|
|
6755
|
+
providedIn: "root",
|
|
6756
|
+
}]
|
|
6757
|
+
}], ctorParameters: () => [{ type: i1.HttpClient }, { type: undefined, decorators: [{
|
|
6758
|
+
type: Optional
|
|
6759
|
+
}, {
|
|
6760
|
+
type: Inject,
|
|
6761
|
+
args: [BASE_PATH]
|
|
6762
|
+
}] }, { type: Configuration, decorators: [{
|
|
6763
|
+
type: Optional
|
|
6764
|
+
}] }] });
|
|
6765
|
+
|
|
6636
6766
|
/**
|
|
6637
6767
|
* RenewAire CORES API
|
|
6638
6768
|
*
|
|
@@ -9579,6 +9709,7 @@ const APIS = [
|
|
|
9579
9709
|
RepSalesReportsApiService,
|
|
9580
9710
|
RepTerritoriesApiService,
|
|
9581
9711
|
RepTerritoryLocationsApiService,
|
|
9712
|
+
RoutingsApiService,
|
|
9582
9713
|
RsdRegionsApiService,
|
|
9583
9714
|
S3ApiService,
|
|
9584
9715
|
StaticFilesApiService,
|
|
@@ -9914,6 +10045,16 @@ var CoolingDesignBasis;
|
|
|
9914
10045
|
* Do not edit the class manually.
|
|
9915
10046
|
*/
|
|
9916
10047
|
|
|
10048
|
+
/**
|
|
10049
|
+
* RenewAire CORES API
|
|
10050
|
+
*
|
|
10051
|
+
* Contact: renewaire@saritasa.com
|
|
10052
|
+
*
|
|
10053
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
10054
|
+
* https://openapi-generator.tech
|
|
10055
|
+
* Do not edit the class manually.
|
|
10056
|
+
*/
|
|
10057
|
+
|
|
9917
10058
|
/**
|
|
9918
10059
|
* RenewAire CORES API
|
|
9919
10060
|
*
|
|
@@ -10202,6 +10343,16 @@ var LeadTimeType;
|
|
|
10202
10343
|
* Do not edit the class manually.
|
|
10203
10344
|
*/
|
|
10204
10345
|
|
|
10346
|
+
/**
|
|
10347
|
+
* RenewAire CORES API
|
|
10348
|
+
*
|
|
10349
|
+
* Contact: renewaire@saritasa.com
|
|
10350
|
+
*
|
|
10351
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
10352
|
+
* https://openapi-generator.tech
|
|
10353
|
+
* Do not edit the class manually.
|
|
10354
|
+
*/
|
|
10355
|
+
|
|
10205
10356
|
/**
|
|
10206
10357
|
* RenewAire CORES API
|
|
10207
10358
|
*
|
|
@@ -10245,7 +10396,7 @@ var OperationType;
|
|
|
10245
10396
|
* Do not edit the class manually.
|
|
10246
10397
|
*/
|
|
10247
10398
|
/**
|
|
10248
|
-
* Group/user permission.<br />Permission<br />0 = SystemAdmin<br />1 = ManageUsers<br />2 = ViewAllProjectsInTheSystem<br />3 = EditAllProjectsInTheSystem<br />4 = ViewOtherGroupMembersProjects<br />5 = EditEachOthersGroupMembersProjects<br />6 = AnswerIncomingChats<br />7 = QsEligible<br />8 = ViewQsApplications<br />9 = ViewPricing<br />10 = ConfigurationAccessDoas<br />11 = ConfigurationAccessCommercial<br />12 = ConfigurationAccessResidential<br />13 = ConfigurationAccessApplied<br />14 = ConfigurationAccessElectricHeaters<br />15 = ConfigurationAccessGasFurnaces<br />16 = ConfigurationAccessCoilModules<br />17 = ConfigurationAccessAccessories<br />18 = ConfigurationAccessServiceParts<br />19 = ConfigurationAccessSpUnits<br />20 = ConfigurationAccessJciResUnits<br />21 = ConfigurationAccessJciComUnits<br />22 = ConfigurationAccessTraneUnits<br />23 = EditSystemGroups<br />24 = ViewAllHiddenFieldsExtraData<br />25 = ViewExtraCalculationData<br />26 = EditCertainReadonlyFields<br />27 = ViewRenewAireOnlyData<br />28 = ViewAhriCertificationItemsAndData<br />29 = ReassignProjects<br />30 = CreateNewProjects<br />31 = CreateNewLineItems<br />32 = ViewClosedLines<br />33 = AccessSiteInMaintenanceMode<br />34 = ViewSoldToSelectionAndInformation<br />35 = Rep<br />36 = RequestAccountUpgrade<br />37 = EditUserAccountEmailAddress<br />38 = ManageAllUserGroups<br />39 = ManageRsdRegions<br />40 = ViewRsdRegions<br />41 = ManageRepTerritories<br />42 = ViewRepTerritories<br />43 = ViewRelatedRepTerritories<br />44 = ManageRepContacts<br />45 = ViewRepContacts<br />46 = ManageStateProvinces<br />47 = ViewStateProvinces<br />48 = ManageGroups<br />49 = ViewAllGroups<br />50 = ViewRelatedGroups<br />51 = ViewAllUsers<br />52 = ViewRelatedUsers<br />53 = ViewRenewAireLeadTimesData<br />54 = ViewSpLeadTimesData<br />55 = ViewRepReports<br />56 = ViewFinancialReports<br />57 = AccessPartnerPortal<br />58 = AccessExchangerPerformanceApp<br />59 = ViewDefrost<br />60 = ViewAshraeOptions<br />61 = ViewRolesTable<br />62 = ViewPermissionBundles<br />63 = EditUsers<br />64 = BombMaterialsAdmin<br />100 = SubmitOrder<br />101 = ImportOrdersToErp<br />104 = ViewDiscountWorkflows<br />105 = AddUnrestrictedDiscountsToProjects<br />106 = AddLimitedDiscountsToProjects<br />107 = ApproveUnrestrictedDiscountsInProjects<br />108 = ApproveLimitedDiscountsInProjects<br />109 = SubmitQsApplication<br />110 = QsBonus<br />111 = QsDiscount<br />113 = ApproveQsApplications<br />114 = MakeObsoleteLineItemsValid<br />115 = GenerateQuotes<br />116 = ViewAllProjectDownloadHistory<br />117 = ViewEnergyAnalysis<br />118 = ViewExtraQuoteOptions<br />119 = ViewShipToSelectionAndInformation<br />120 = ViewProjectRevisions<br />121 = AddProjectRevisions<br />122 = ViewLinkedProjects<br />123 = AddLinkedProjects<br />124 = TakeOverEditingFromOtherUsers<br />125 = AccessProjectSalesChannelNotes
|
|
10399
|
+
* Group/user permission.<br />Permission<br />0 = SystemAdmin<br />1 = ManageUsers<br />2 = ViewAllProjectsInTheSystem<br />3 = EditAllProjectsInTheSystem<br />4 = ViewOtherGroupMembersProjects<br />5 = EditEachOthersGroupMembersProjects<br />6 = AnswerIncomingChats<br />7 = QsEligible<br />8 = ViewQsApplications<br />9 = ViewPricing<br />10 = ConfigurationAccessDoas<br />11 = ConfigurationAccessCommercial<br />12 = ConfigurationAccessResidential<br />13 = ConfigurationAccessApplied<br />14 = ConfigurationAccessElectricHeaters<br />15 = ConfigurationAccessGasFurnaces<br />16 = ConfigurationAccessCoilModules<br />17 = ConfigurationAccessAccessories<br />18 = ConfigurationAccessServiceParts<br />19 = ConfigurationAccessSpUnits<br />20 = ConfigurationAccessJciResUnits<br />21 = ConfigurationAccessJciComUnits<br />22 = ConfigurationAccessTraneUnits<br />23 = EditSystemGroups<br />24 = ViewAllHiddenFieldsExtraData<br />25 = ViewExtraCalculationData<br />26 = EditCertainReadonlyFields<br />27 = ViewRenewAireOnlyData<br />28 = ViewAhriCertificationItemsAndData<br />29 = ReassignProjects<br />30 = CreateNewProjects<br />31 = CreateNewLineItems<br />32 = ViewClosedLines<br />33 = AccessSiteInMaintenanceMode<br />34 = ViewSoldToSelectionAndInformation<br />35 = Rep<br />36 = RequestAccountUpgrade<br />37 = EditUserAccountEmailAddress<br />38 = ManageAllUserGroups<br />39 = ManageRsdRegions<br />40 = ViewRsdRegions<br />41 = ManageRepTerritories<br />42 = ViewRepTerritories<br />43 = ViewRelatedRepTerritories<br />44 = ManageRepContacts<br />45 = ViewRepContacts<br />46 = ManageStateProvinces<br />47 = ViewStateProvinces<br />48 = ManageGroups<br />49 = ViewAllGroups<br />50 = ViewRelatedGroups<br />51 = ViewAllUsers<br />52 = ViewRelatedUsers<br />53 = ViewRenewAireLeadTimesData<br />54 = ViewSpLeadTimesData<br />55 = ViewRepReports<br />56 = ViewFinancialReports<br />57 = AccessPartnerPortal<br />58 = AccessExchangerPerformanceApp<br />59 = ViewDefrost<br />60 = ViewAshraeOptions<br />61 = ViewRolesTable<br />62 = ViewPermissionBundles<br />63 = EditUsers<br />64 = BombMaterialsAdmin<br />65 = BombRoutingAdmin<br />66 = BombSchematicsAdmin<br />67 = BombValidationsAdmin<br />100 = SubmitOrder<br />101 = ImportOrdersToErp<br />104 = ViewDiscountWorkflows<br />105 = AddUnrestrictedDiscountsToProjects<br />106 = AddLimitedDiscountsToProjects<br />107 = ApproveUnrestrictedDiscountsInProjects<br />108 = ApproveLimitedDiscountsInProjects<br />109 = SubmitQsApplication<br />110 = QsBonus<br />111 = QsDiscount<br />113 = ApproveQsApplications<br />114 = MakeObsoleteLineItemsValid<br />115 = GenerateQuotes<br />116 = ViewAllProjectDownloadHistory<br />117 = ViewEnergyAnalysis<br />118 = ViewExtraQuoteOptions<br />119 = ViewShipToSelectionAndInformation<br />120 = ViewProjectRevisions<br />121 = AddProjectRevisions<br />122 = ViewLinkedProjects<br />123 = AddLinkedProjects<br />124 = TakeOverEditingFromOtherUsers<br />125 = AccessProjectSalesChannelNotes
|
|
10249
10400
|
*/
|
|
10250
10401
|
var Permission;
|
|
10251
10402
|
(function (Permission) {
|
|
@@ -10314,6 +10465,9 @@ var Permission;
|
|
|
10314
10465
|
Permission["ViewPermissionBundles"] = "ViewPermissionBundles";
|
|
10315
10466
|
Permission["EditUsers"] = "EditUsers";
|
|
10316
10467
|
Permission["BombMaterialsAdmin"] = "BombMaterialsAdmin";
|
|
10468
|
+
Permission["BombRoutingAdmin"] = "BombRoutingAdmin";
|
|
10469
|
+
Permission["BombSchematicsAdmin"] = "BombSchematicsAdmin";
|
|
10470
|
+
Permission["BombValidationsAdmin"] = "BombValidationsAdmin";
|
|
10317
10471
|
Permission["SubmitOrder"] = "SubmitOrder";
|
|
10318
10472
|
Permission["ImportOrdersToErp"] = "ImportOrdersToErp";
|
|
10319
10473
|
Permission["ViewDiscountWorkflows"] = "ViewDiscountWorkflows";
|
|
@@ -11000,5 +11154,5 @@ function provideApi(configOrBasePath) {
|
|
|
11000
11154
|
* Generated bundle index. Do not edit.
|
|
11001
11155
|
*/
|
|
11002
11156
|
|
|
11003
|
-
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, RsdRegionsApiService, S3ApiService, StaticFilesApiService, UnitSystem, UserStatus, UserTablesApiService, UsersApiService, UsersManagementApiService, provideApi };
|
|
11157
|
+
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 };
|
|
11004
11158
|
//# sourceMappingURL=saritasa-renewaire-frontend-sdk.mjs.map
|