@saritasa/renewaire-frontend-sdk 0.29.0 → 0.31.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
|
@@ -321,10 +321,10 @@ class AuditLogsApiService extends BaseService {
|
|
|
321
321
|
reportProgress: reportProgress,
|
|
322
322
|
});
|
|
323
323
|
}
|
|
324
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.2.
|
|
325
|
-
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.2.
|
|
324
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.2.4", ngImport: i0, type: AuditLogsApiService, deps: [{ token: i1.HttpClient }, { token: BASE_PATH, optional: true }, { token: Configuration, optional: true }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
325
|
+
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.2.4", ngImport: i0, type: AuditLogsApiService, providedIn: "root" });
|
|
326
326
|
}
|
|
327
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.2.
|
|
327
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.2.4", ngImport: i0, type: AuditLogsApiService, decorators: [{
|
|
328
328
|
type: Injectable,
|
|
329
329
|
args: [{
|
|
330
330
|
providedIn: "root",
|
|
@@ -524,10 +524,10 @@ class AuthApiService extends BaseService {
|
|
|
524
524
|
reportProgress: reportProgress,
|
|
525
525
|
});
|
|
526
526
|
}
|
|
527
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.2.
|
|
528
|
-
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.2.
|
|
527
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.2.4", ngImport: i0, type: AuthApiService, deps: [{ token: i1.HttpClient }, { token: BASE_PATH, optional: true }, { token: Configuration, optional: true }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
528
|
+
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.2.4", ngImport: i0, type: AuthApiService, providedIn: "root" });
|
|
529
529
|
}
|
|
530
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.2.
|
|
530
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.2.4", ngImport: i0, type: AuthApiService, decorators: [{
|
|
531
531
|
type: Injectable,
|
|
532
532
|
args: [{
|
|
533
533
|
providedIn: "root",
|
|
@@ -652,10 +652,10 @@ class FeedbacksApiService extends BaseService {
|
|
|
652
652
|
reportProgress: reportProgress,
|
|
653
653
|
});
|
|
654
654
|
}
|
|
655
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.2.
|
|
656
|
-
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.2.
|
|
655
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.2.4", ngImport: i0, type: FeedbacksApiService, deps: [{ token: i1.HttpClient }, { token: BASE_PATH, optional: true }, { token: Configuration, optional: true }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
656
|
+
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.2.4", ngImport: i0, type: FeedbacksApiService, providedIn: "root" });
|
|
657
657
|
}
|
|
658
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.2.
|
|
658
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.2.4", ngImport: i0, type: FeedbacksApiService, decorators: [{
|
|
659
659
|
type: Injectable,
|
|
660
660
|
args: [{
|
|
661
661
|
providedIn: "root",
|
|
@@ -822,6 +822,7 @@ class GroupsApiService extends BaseService {
|
|
|
822
822
|
if (fields === null || fields === undefined) {
|
|
823
823
|
throw new Error("Required parameter fields was null or undefined when calling groupsSearchGroups.");
|
|
824
824
|
}
|
|
825
|
+
const pageIndexById = requestParameters?.pageIndexById;
|
|
825
826
|
const name = requestParameters?.name;
|
|
826
827
|
const type = requestParameters?.type;
|
|
827
828
|
const isActive = requestParameters?.isActive;
|
|
@@ -836,6 +837,7 @@ class GroupsApiService extends BaseService {
|
|
|
836
837
|
localVarQueryParameters = this.addToHttpParams(localVarQueryParameters, element, "Fields");
|
|
837
838
|
});
|
|
838
839
|
}
|
|
840
|
+
localVarQueryParameters = this.addToHttpParams(localVarQueryParameters, pageIndexById, "PageIndexById");
|
|
839
841
|
localVarQueryParameters = this.addToHttpParams(localVarQueryParameters, name, "Name");
|
|
840
842
|
localVarQueryParameters = this.addToHttpParams(localVarQueryParameters, type, "Type");
|
|
841
843
|
localVarQueryParameters = this.addToHttpParams(localVarQueryParameters, isActive, "IsActive");
|
|
@@ -937,10 +939,10 @@ class GroupsApiService extends BaseService {
|
|
|
937
939
|
reportProgress: reportProgress,
|
|
938
940
|
});
|
|
939
941
|
}
|
|
940
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.2.
|
|
941
|
-
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.2.
|
|
942
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.2.4", ngImport: i0, type: GroupsApiService, deps: [{ token: i1.HttpClient }, { token: BASE_PATH, optional: true }, { token: Configuration, optional: true }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
943
|
+
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.2.4", ngImport: i0, type: GroupsApiService, providedIn: "root" });
|
|
942
944
|
}
|
|
943
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.2.
|
|
945
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.2.4", ngImport: i0, type: GroupsApiService, decorators: [{
|
|
944
946
|
type: Injectable,
|
|
945
947
|
args: [{
|
|
946
948
|
providedIn: "root",
|
|
@@ -1064,6 +1066,7 @@ class KnownContactsApiService extends BaseService {
|
|
|
1064
1066
|
if (fields === null || fields === undefined) {
|
|
1065
1067
|
throw new Error("Required parameter fields was null or undefined when calling knownContactsSearchKnownContacts.");
|
|
1066
1068
|
}
|
|
1069
|
+
const pageIndexById = requestParameters?.pageIndexById;
|
|
1067
1070
|
const company = requestParameters?.company;
|
|
1068
1071
|
const group = requestParameters?.group;
|
|
1069
1072
|
const orderBy = requestParameters?.orderBy;
|
|
@@ -1075,6 +1078,7 @@ class KnownContactsApiService extends BaseService {
|
|
|
1075
1078
|
localVarQueryParameters = this.addToHttpParams(localVarQueryParameters, element, "Fields");
|
|
1076
1079
|
});
|
|
1077
1080
|
}
|
|
1081
|
+
localVarQueryParameters = this.addToHttpParams(localVarQueryParameters, pageIndexById, "PageIndexById");
|
|
1078
1082
|
localVarQueryParameters = this.addToHttpParams(localVarQueryParameters, company, "Company");
|
|
1079
1083
|
localVarQueryParameters = this.addToHttpParams(localVarQueryParameters, group, "Group");
|
|
1080
1084
|
localVarQueryParameters = this.addToHttpParams(localVarQueryParameters, orderBy, "OrderBy");
|
|
@@ -1169,10 +1173,10 @@ class KnownContactsApiService extends BaseService {
|
|
|
1169
1173
|
reportProgress: reportProgress,
|
|
1170
1174
|
});
|
|
1171
1175
|
}
|
|
1172
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.2.
|
|
1173
|
-
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.2.
|
|
1176
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.2.4", ngImport: i0, type: KnownContactsApiService, deps: [{ token: i1.HttpClient }, { token: BASE_PATH, optional: true }, { token: Configuration, optional: true }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
1177
|
+
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.2.4", ngImport: i0, type: KnownContactsApiService, providedIn: "root" });
|
|
1174
1178
|
}
|
|
1175
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.2.
|
|
1179
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.2.4", ngImport: i0, type: KnownContactsApiService, decorators: [{
|
|
1176
1180
|
type: Injectable,
|
|
1177
1181
|
args: [{
|
|
1178
1182
|
providedIn: "root",
|
|
@@ -1335,11 +1339,13 @@ class PermissionBundlesApiService extends BaseService {
|
|
|
1335
1339
|
});
|
|
1336
1340
|
}
|
|
1337
1341
|
permissionBundlesSearchPermissionBundles(requestParameters, observe = "body", reportProgress = false, options) {
|
|
1342
|
+
const pageIndexById = requestParameters?.pageIndexById;
|
|
1338
1343
|
const name = requestParameters?.name;
|
|
1339
1344
|
const orderBy = requestParameters?.orderBy;
|
|
1340
1345
|
const page = requestParameters?.page;
|
|
1341
1346
|
const pageSize = requestParameters?.pageSize;
|
|
1342
1347
|
let localVarQueryParameters = new HttpParams({ encoder: this.encoder });
|
|
1348
|
+
localVarQueryParameters = this.addToHttpParams(localVarQueryParameters, pageIndexById, "PageIndexById");
|
|
1343
1349
|
localVarQueryParameters = this.addToHttpParams(localVarQueryParameters, name, "Name");
|
|
1344
1350
|
localVarQueryParameters = this.addToHttpParams(localVarQueryParameters, orderBy, "OrderBy");
|
|
1345
1351
|
localVarQueryParameters = this.addToHttpParams(localVarQueryParameters, page, "Page");
|
|
@@ -1433,10 +1439,10 @@ class PermissionBundlesApiService extends BaseService {
|
|
|
1433
1439
|
reportProgress: reportProgress,
|
|
1434
1440
|
});
|
|
1435
1441
|
}
|
|
1436
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.2.
|
|
1437
|
-
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.2.
|
|
1442
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.2.4", ngImport: i0, type: PermissionBundlesApiService, deps: [{ token: i1.HttpClient }, { token: BASE_PATH, optional: true }, { token: Configuration, optional: true }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
1443
|
+
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.2.4", ngImport: i0, type: PermissionBundlesApiService, providedIn: "root" });
|
|
1438
1444
|
}
|
|
1439
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.2.
|
|
1445
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.2.4", ngImport: i0, type: PermissionBundlesApiService, decorators: [{
|
|
1440
1446
|
type: Injectable,
|
|
1441
1447
|
args: [{
|
|
1442
1448
|
providedIn: "root",
|
|
@@ -1505,10 +1511,149 @@ class PermissionsApiService extends BaseService {
|
|
|
1505
1511
|
reportProgress: reportProgress,
|
|
1506
1512
|
});
|
|
1507
1513
|
}
|
|
1508
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.2.
|
|
1509
|
-
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.2.
|
|
1514
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.2.4", ngImport: i0, type: PermissionsApiService, deps: [{ token: i1.HttpClient }, { token: BASE_PATH, optional: true }, { token: Configuration, optional: true }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
1515
|
+
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.2.4", ngImport: i0, type: PermissionsApiService, providedIn: "root" });
|
|
1516
|
+
}
|
|
1517
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.2.4", ngImport: i0, type: PermissionsApiService, decorators: [{
|
|
1518
|
+
type: Injectable,
|
|
1519
|
+
args: [{
|
|
1520
|
+
providedIn: "root",
|
|
1521
|
+
}]
|
|
1522
|
+
}], ctorParameters: () => [{ type: i1.HttpClient }, { type: undefined, decorators: [{
|
|
1523
|
+
type: Optional
|
|
1524
|
+
}, {
|
|
1525
|
+
type: Inject,
|
|
1526
|
+
args: [BASE_PATH]
|
|
1527
|
+
}] }, { type: Configuration, decorators: [{
|
|
1528
|
+
type: Optional
|
|
1529
|
+
}] }] });
|
|
1530
|
+
|
|
1531
|
+
/**
|
|
1532
|
+
* RenewAire CORES API
|
|
1533
|
+
*
|
|
1534
|
+
* Contact: renewaire@saritasa.com
|
|
1535
|
+
*
|
|
1536
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
1537
|
+
* https://openapi-generator.tech
|
|
1538
|
+
* Do not edit the class manually.
|
|
1539
|
+
*/
|
|
1540
|
+
/* tslint:disable:no-unused-variable member-ordering */
|
|
1541
|
+
class ProjectsApiService extends BaseService {
|
|
1542
|
+
httpClient;
|
|
1543
|
+
constructor(httpClient, basePath, configuration) {
|
|
1544
|
+
super(basePath, configuration);
|
|
1545
|
+
this.httpClient = httpClient;
|
|
1546
|
+
}
|
|
1547
|
+
projectsCreateProject(requestParameters, observe = "body", reportProgress = false, options) {
|
|
1548
|
+
const body = requestParameters?.body;
|
|
1549
|
+
let localVarHeaders = this.defaultHeaders;
|
|
1550
|
+
// authentication (Bearer) required
|
|
1551
|
+
localVarHeaders = this.configuration.addCredentialToHeaders("Bearer", "Authorization", localVarHeaders, "Bearer ");
|
|
1552
|
+
const localVarHttpHeaderAcceptSelected = options?.httpHeaderAccept ??
|
|
1553
|
+
this.configuration.selectHeaderAccept([
|
|
1554
|
+
"text/plain",
|
|
1555
|
+
"application/json",
|
|
1556
|
+
"text/json",
|
|
1557
|
+
]);
|
|
1558
|
+
if (localVarHttpHeaderAcceptSelected !== undefined) {
|
|
1559
|
+
localVarHeaders = localVarHeaders.set("Accept", localVarHttpHeaderAcceptSelected);
|
|
1560
|
+
}
|
|
1561
|
+
const localVarHttpContext = options?.context ?? new HttpContext();
|
|
1562
|
+
const localVarTransferCache = options?.transferCache ?? true;
|
|
1563
|
+
// to determine the Content-Type header
|
|
1564
|
+
const consumes = [
|
|
1565
|
+
"application/json",
|
|
1566
|
+
"text/json",
|
|
1567
|
+
"application/*+json",
|
|
1568
|
+
];
|
|
1569
|
+
const httpContentTypeSelected = this.configuration.selectHeaderContentType(consumes);
|
|
1570
|
+
if (httpContentTypeSelected !== undefined) {
|
|
1571
|
+
localVarHeaders = localVarHeaders.set("Content-Type", httpContentTypeSelected);
|
|
1572
|
+
}
|
|
1573
|
+
let responseType_ = "json";
|
|
1574
|
+
if (localVarHttpHeaderAcceptSelected) {
|
|
1575
|
+
if (localVarHttpHeaderAcceptSelected.startsWith("text")) {
|
|
1576
|
+
responseType_ = "text";
|
|
1577
|
+
}
|
|
1578
|
+
else if (this.configuration.isJsonMime(localVarHttpHeaderAcceptSelected)) {
|
|
1579
|
+
responseType_ = "json";
|
|
1580
|
+
}
|
|
1581
|
+
else {
|
|
1582
|
+
responseType_ = "blob";
|
|
1583
|
+
}
|
|
1584
|
+
}
|
|
1585
|
+
let localVarPath = `/api/projects`;
|
|
1586
|
+
const { basePath, withCredentials } = this.configuration;
|
|
1587
|
+
return this.httpClient.request("post", `${basePath}${localVarPath}`, {
|
|
1588
|
+
context: localVarHttpContext,
|
|
1589
|
+
body: body,
|
|
1590
|
+
responseType: responseType_,
|
|
1591
|
+
...(withCredentials ? { withCredentials } : {}),
|
|
1592
|
+
headers: localVarHeaders,
|
|
1593
|
+
observe: observe,
|
|
1594
|
+
transferCache: localVarTransferCache,
|
|
1595
|
+
reportProgress: reportProgress,
|
|
1596
|
+
});
|
|
1597
|
+
}
|
|
1598
|
+
projectsRequestQuote(requestParameters, observe = "body", reportProgress = false, options) {
|
|
1599
|
+
const projectId = requestParameters?.projectId;
|
|
1600
|
+
if (projectId === null || projectId === undefined) {
|
|
1601
|
+
throw new Error("Required parameter projectId was null or undefined when calling projectsRequestQuote.");
|
|
1602
|
+
}
|
|
1603
|
+
const requestQuoteCommand = requestParameters?.requestQuoteCommand;
|
|
1604
|
+
let localVarHeaders = this.defaultHeaders;
|
|
1605
|
+
// authentication (Bearer) required
|
|
1606
|
+
localVarHeaders = this.configuration.addCredentialToHeaders("Bearer", "Authorization", localVarHeaders, "Bearer ");
|
|
1607
|
+
const localVarHttpHeaderAcceptSelected = options?.httpHeaderAccept ??
|
|
1608
|
+
this.configuration.selectHeaderAccept([
|
|
1609
|
+
"text/plain",
|
|
1610
|
+
"application/json",
|
|
1611
|
+
"text/json",
|
|
1612
|
+
]);
|
|
1613
|
+
if (localVarHttpHeaderAcceptSelected !== undefined) {
|
|
1614
|
+
localVarHeaders = localVarHeaders.set("Accept", localVarHttpHeaderAcceptSelected);
|
|
1615
|
+
}
|
|
1616
|
+
const localVarHttpContext = options?.context ?? new HttpContext();
|
|
1617
|
+
const localVarTransferCache = options?.transferCache ?? true;
|
|
1618
|
+
// to determine the Content-Type header
|
|
1619
|
+
const consumes = [
|
|
1620
|
+
"application/json",
|
|
1621
|
+
"text/json",
|
|
1622
|
+
"application/*+json",
|
|
1623
|
+
];
|
|
1624
|
+
const httpContentTypeSelected = this.configuration.selectHeaderContentType(consumes);
|
|
1625
|
+
if (httpContentTypeSelected !== undefined) {
|
|
1626
|
+
localVarHeaders = localVarHeaders.set("Content-Type", httpContentTypeSelected);
|
|
1627
|
+
}
|
|
1628
|
+
let responseType_ = "json";
|
|
1629
|
+
if (localVarHttpHeaderAcceptSelected) {
|
|
1630
|
+
if (localVarHttpHeaderAcceptSelected.startsWith("text")) {
|
|
1631
|
+
responseType_ = "text";
|
|
1632
|
+
}
|
|
1633
|
+
else if (this.configuration.isJsonMime(localVarHttpHeaderAcceptSelected)) {
|
|
1634
|
+
responseType_ = "json";
|
|
1635
|
+
}
|
|
1636
|
+
else {
|
|
1637
|
+
responseType_ = "blob";
|
|
1638
|
+
}
|
|
1639
|
+
}
|
|
1640
|
+
let localVarPath = `/api/projects/${this.configuration.encodeParam({ name: "projectId", value: projectId, in: "path", style: "simple", explode: false, dataType: "object", dataFormat: "int64" })}/request-quote`;
|
|
1641
|
+
const { basePath, withCredentials } = this.configuration;
|
|
1642
|
+
return this.httpClient.request("put", `${basePath}${localVarPath}`, {
|
|
1643
|
+
context: localVarHttpContext,
|
|
1644
|
+
body: requestQuoteCommand,
|
|
1645
|
+
responseType: responseType_,
|
|
1646
|
+
...(withCredentials ? { withCredentials } : {}),
|
|
1647
|
+
headers: localVarHeaders,
|
|
1648
|
+
observe: observe,
|
|
1649
|
+
transferCache: localVarTransferCache,
|
|
1650
|
+
reportProgress: reportProgress,
|
|
1651
|
+
});
|
|
1652
|
+
}
|
|
1653
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.2.4", ngImport: i0, type: ProjectsApiService, deps: [{ token: i1.HttpClient }, { token: BASE_PATH, optional: true }, { token: Configuration, optional: true }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
1654
|
+
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.2.4", ngImport: i0, type: ProjectsApiService, providedIn: "root" });
|
|
1510
1655
|
}
|
|
1511
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.2.
|
|
1656
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.2.4", ngImport: i0, type: ProjectsApiService, decorators: [{
|
|
1512
1657
|
type: Injectable,
|
|
1513
1658
|
args: [{
|
|
1514
1659
|
providedIn: "root",
|
|
@@ -1542,6 +1687,7 @@ class RegionsApiService extends BaseService {
|
|
|
1542
1687
|
const name = requestParameters?.name;
|
|
1543
1688
|
const code = requestParameters?.code;
|
|
1544
1689
|
const level = requestParameters?.level;
|
|
1690
|
+
const pageIndexById = requestParameters?.pageIndexById;
|
|
1545
1691
|
const orderBy = requestParameters?.orderBy;
|
|
1546
1692
|
const page = requestParameters?.page;
|
|
1547
1693
|
const pageSize = requestParameters?.pageSize;
|
|
@@ -1549,6 +1695,7 @@ class RegionsApiService extends BaseService {
|
|
|
1549
1695
|
localVarQueryParameters = this.addToHttpParams(localVarQueryParameters, name, "Name");
|
|
1550
1696
|
localVarQueryParameters = this.addToHttpParams(localVarQueryParameters, code, "Code");
|
|
1551
1697
|
localVarQueryParameters = this.addToHttpParams(localVarQueryParameters, level, "Level");
|
|
1698
|
+
localVarQueryParameters = this.addToHttpParams(localVarQueryParameters, pageIndexById, "PageIndexById");
|
|
1552
1699
|
localVarQueryParameters = this.addToHttpParams(localVarQueryParameters, orderBy, "OrderBy");
|
|
1553
1700
|
localVarQueryParameters = this.addToHttpParams(localVarQueryParameters, page, "Page");
|
|
1554
1701
|
localVarQueryParameters = this.addToHttpParams(localVarQueryParameters, pageSize, "PageSize");
|
|
@@ -1591,10 +1738,10 @@ class RegionsApiService extends BaseService {
|
|
|
1591
1738
|
reportProgress: reportProgress,
|
|
1592
1739
|
});
|
|
1593
1740
|
}
|
|
1594
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.2.
|
|
1595
|
-
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.2.
|
|
1741
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.2.4", ngImport: i0, type: RegionsApiService, deps: [{ token: i1.HttpClient }, { token: BASE_PATH, optional: true }, { token: Configuration, optional: true }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
1742
|
+
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.2.4", ngImport: i0, type: RegionsApiService, providedIn: "root" });
|
|
1596
1743
|
}
|
|
1597
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.2.
|
|
1744
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.2.4", ngImport: i0, type: RegionsApiService, decorators: [{
|
|
1598
1745
|
type: Injectable,
|
|
1599
1746
|
args: [{
|
|
1600
1747
|
providedIn: "root",
|
|
@@ -1712,6 +1859,7 @@ class RepContactsApiService extends BaseService {
|
|
|
1712
1859
|
if (fields === null || fields === undefined) {
|
|
1713
1860
|
throw new Error("Required parameter fields was null or undefined when calling repContactsSearchRepTerritoryRepContact.");
|
|
1714
1861
|
}
|
|
1862
|
+
const pageIndexById = requestParameters?.pageIndexById;
|
|
1715
1863
|
const name = requestParameters?.name;
|
|
1716
1864
|
const phone = requestParameters?.phone;
|
|
1717
1865
|
const email = requestParameters?.email;
|
|
@@ -1725,6 +1873,7 @@ class RepContactsApiService extends BaseService {
|
|
|
1725
1873
|
localVarQueryParameters = this.addToHttpParams(localVarQueryParameters, element, "Fields");
|
|
1726
1874
|
});
|
|
1727
1875
|
}
|
|
1876
|
+
localVarQueryParameters = this.addToHttpParams(localVarQueryParameters, pageIndexById, "PageIndexById");
|
|
1728
1877
|
localVarQueryParameters = this.addToHttpParams(localVarQueryParameters, name, "Name");
|
|
1729
1878
|
localVarQueryParameters = this.addToHttpParams(localVarQueryParameters, phone, "Phone");
|
|
1730
1879
|
localVarQueryParameters = this.addToHttpParams(localVarQueryParameters, email, "Email");
|
|
@@ -1822,10 +1971,10 @@ class RepContactsApiService extends BaseService {
|
|
|
1822
1971
|
reportProgress: reportProgress,
|
|
1823
1972
|
});
|
|
1824
1973
|
}
|
|
1825
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.2.
|
|
1826
|
-
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.2.
|
|
1974
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.2.4", ngImport: i0, type: RepContactsApiService, deps: [{ token: i1.HttpClient }, { token: BASE_PATH, optional: true }, { token: Configuration, optional: true }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
1975
|
+
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.2.4", ngImport: i0, type: RepContactsApiService, providedIn: "root" });
|
|
1827
1976
|
}
|
|
1828
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.2.
|
|
1977
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.2.4", ngImport: i0, type: RepContactsApiService, decorators: [{
|
|
1829
1978
|
type: Injectable,
|
|
1830
1979
|
args: [{
|
|
1831
1980
|
providedIn: "root",
|
|
@@ -2217,10 +2366,10 @@ class RepTerritoriesApiService extends BaseService {
|
|
|
2217
2366
|
reportProgress: reportProgress,
|
|
2218
2367
|
});
|
|
2219
2368
|
}
|
|
2220
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.2.
|
|
2221
|
-
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.2.
|
|
2369
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.2.4", ngImport: i0, type: RepTerritoriesApiService, deps: [{ token: i1.HttpClient }, { token: BASE_PATH, optional: true }, { token: Configuration, optional: true }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
2370
|
+
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.2.4", ngImport: i0, type: RepTerritoriesApiService, providedIn: "root" });
|
|
2222
2371
|
}
|
|
2223
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.2.
|
|
2372
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.2.4", ngImport: i0, type: RepTerritoriesApiService, decorators: [{
|
|
2224
2373
|
type: Injectable,
|
|
2225
2374
|
args: [{
|
|
2226
2375
|
providedIn: "root",
|
|
@@ -2338,6 +2487,7 @@ class RepTerritoryLocationsApiService extends BaseService {
|
|
|
2338
2487
|
if (fields === null || fields === undefined) {
|
|
2339
2488
|
throw new Error("Required parameter fields was null or undefined when calling repTerritoryLocationsSearchRepTerritoryLocations.");
|
|
2340
2489
|
}
|
|
2490
|
+
const pageIndexById = requestParameters?.pageIndexById;
|
|
2341
2491
|
const name = requestParameters?.name;
|
|
2342
2492
|
const repTerritoryId = requestParameters?.repTerritoryId;
|
|
2343
2493
|
const repName = requestParameters?.repName;
|
|
@@ -2351,6 +2501,7 @@ class RepTerritoryLocationsApiService extends BaseService {
|
|
|
2351
2501
|
localVarQueryParameters = this.addToHttpParams(localVarQueryParameters, element, "Fields");
|
|
2352
2502
|
});
|
|
2353
2503
|
}
|
|
2504
|
+
localVarQueryParameters = this.addToHttpParams(localVarQueryParameters, pageIndexById, "PageIndexById");
|
|
2354
2505
|
localVarQueryParameters = this.addToHttpParams(localVarQueryParameters, name, "Name");
|
|
2355
2506
|
localVarQueryParameters = this.addToHttpParams(localVarQueryParameters, repTerritoryId, "RepTerritoryId");
|
|
2356
2507
|
localVarQueryParameters = this.addToHttpParams(localVarQueryParameters, repName, "RepName");
|
|
@@ -2448,10 +2599,10 @@ class RepTerritoryLocationsApiService extends BaseService {
|
|
|
2448
2599
|
reportProgress: reportProgress,
|
|
2449
2600
|
});
|
|
2450
2601
|
}
|
|
2451
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.2.
|
|
2452
|
-
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.2.
|
|
2602
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.2.4", ngImport: i0, type: RepTerritoryLocationsApiService, deps: [{ token: i1.HttpClient }, { token: BASE_PATH, optional: true }, { token: Configuration, optional: true }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
2603
|
+
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.2.4", ngImport: i0, type: RepTerritoryLocationsApiService, providedIn: "root" });
|
|
2453
2604
|
}
|
|
2454
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.2.
|
|
2605
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.2.4", ngImport: i0, type: RepTerritoryLocationsApiService, decorators: [{
|
|
2455
2606
|
type: Injectable,
|
|
2456
2607
|
args: [{
|
|
2457
2608
|
providedIn: "root",
|
|
@@ -2856,7 +3007,9 @@ class RsdRegionsApiService extends BaseService {
|
|
|
2856
3007
|
if (fields === null || fields === undefined) {
|
|
2857
3008
|
throw new Error("Required parameter fields was null or undefined when calling rsdRegionsSearchRsdRegions.");
|
|
2858
3009
|
}
|
|
3010
|
+
const pageIndexById = requestParameters?.pageIndexById;
|
|
2859
3011
|
const name = requestParameters?.name;
|
|
3012
|
+
const text = requestParameters?.text;
|
|
2860
3013
|
const isActive = requestParameters?.isActive;
|
|
2861
3014
|
const rsdUserIds = requestParameters?.rsdUserIds;
|
|
2862
3015
|
const repTerritoryIds = requestParameters?.repTerritoryIds;
|
|
@@ -2869,7 +3022,9 @@ class RsdRegionsApiService extends BaseService {
|
|
|
2869
3022
|
localVarQueryParameters = this.addToHttpParams(localVarQueryParameters, element, "Fields");
|
|
2870
3023
|
});
|
|
2871
3024
|
}
|
|
3025
|
+
localVarQueryParameters = this.addToHttpParams(localVarQueryParameters, pageIndexById, "PageIndexById");
|
|
2872
3026
|
localVarQueryParameters = this.addToHttpParams(localVarQueryParameters, name, "Name");
|
|
3027
|
+
localVarQueryParameters = this.addToHttpParams(localVarQueryParameters, text, "Text");
|
|
2873
3028
|
localVarQueryParameters = this.addToHttpParams(localVarQueryParameters, isActive, "IsActive");
|
|
2874
3029
|
if (rsdUserIds) {
|
|
2875
3030
|
rsdUserIds.forEach((element) => {
|
|
@@ -2977,10 +3132,10 @@ class RsdRegionsApiService extends BaseService {
|
|
|
2977
3132
|
reportProgress: reportProgress,
|
|
2978
3133
|
});
|
|
2979
3134
|
}
|
|
2980
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.2.
|
|
2981
|
-
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.2.
|
|
3135
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.2.4", ngImport: i0, type: RsdRegionsApiService, deps: [{ token: i1.HttpClient }, { token: BASE_PATH, optional: true }, { token: Configuration, optional: true }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
3136
|
+
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.2.4", ngImport: i0, type: RsdRegionsApiService, providedIn: "root" });
|
|
2982
3137
|
}
|
|
2983
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.2.
|
|
3138
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.2.4", ngImport: i0, type: RsdRegionsApiService, decorators: [{
|
|
2984
3139
|
type: Injectable,
|
|
2985
3140
|
args: [{
|
|
2986
3141
|
providedIn: "root",
|
|
@@ -3099,10 +3254,10 @@ class UserDesignConditionsApiService extends BaseService {
|
|
|
3099
3254
|
reportProgress: reportProgress,
|
|
3100
3255
|
});
|
|
3101
3256
|
}
|
|
3102
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.2.
|
|
3103
|
-
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.2.
|
|
3257
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.2.4", ngImport: i0, type: UserDesignConditionsApiService, deps: [{ token: i1.HttpClient }, { token: BASE_PATH, optional: true }, { token: Configuration, optional: true }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
3258
|
+
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.2.4", ngImport: i0, type: UserDesignConditionsApiService, providedIn: "root" });
|
|
3104
3259
|
}
|
|
3105
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.2.
|
|
3260
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.2.4", ngImport: i0, type: UserDesignConditionsApiService, decorators: [{
|
|
3106
3261
|
type: Injectable,
|
|
3107
3262
|
args: [{
|
|
3108
3263
|
providedIn: "root",
|
|
@@ -3264,10 +3419,10 @@ class UserTablesApiService extends BaseService {
|
|
|
3264
3419
|
reportProgress: reportProgress,
|
|
3265
3420
|
});
|
|
3266
3421
|
}
|
|
3267
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.2.
|
|
3268
|
-
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.2.
|
|
3422
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.2.4", ngImport: i0, type: UserTablesApiService, deps: [{ token: i1.HttpClient }, { token: BASE_PATH, optional: true }, { token: Configuration, optional: true }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
3423
|
+
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.2.4", ngImport: i0, type: UserTablesApiService, providedIn: "root" });
|
|
3269
3424
|
}
|
|
3270
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.2.
|
|
3425
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.2.4", ngImport: i0, type: UserTablesApiService, decorators: [{
|
|
3271
3426
|
type: Injectable,
|
|
3272
3427
|
args: [{
|
|
3273
3428
|
providedIn: "root",
|
|
@@ -4391,10 +4546,10 @@ class UsersApiService extends BaseService {
|
|
|
4391
4546
|
reportProgress: reportProgress,
|
|
4392
4547
|
});
|
|
4393
4548
|
}
|
|
4394
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.2.
|
|
4395
|
-
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.2.
|
|
4549
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.2.4", ngImport: i0, type: UsersApiService, deps: [{ token: i1.HttpClient }, { token: BASE_PATH, optional: true }, { token: Configuration, optional: true }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
4550
|
+
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.2.4", ngImport: i0, type: UsersApiService, providedIn: "root" });
|
|
4396
4551
|
}
|
|
4397
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.2.
|
|
4552
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.2.4", ngImport: i0, type: UsersApiService, decorators: [{
|
|
4398
4553
|
type: Injectable,
|
|
4399
4554
|
args: [{
|
|
4400
4555
|
providedIn: "root",
|
|
@@ -4524,6 +4679,7 @@ class UsersManagementApiService extends BaseService {
|
|
|
4524
4679
|
throw new Error("Required parameter fields was null or undefined when calling usersManagementSearchUsers.");
|
|
4525
4680
|
}
|
|
4526
4681
|
const orderBy = requestParameters?.orderBy;
|
|
4682
|
+
const pageIndexById = requestParameters?.pageIndexById;
|
|
4527
4683
|
const id = requestParameters?.id;
|
|
4528
4684
|
const company = requestParameters?.company;
|
|
4529
4685
|
const name = requestParameters?.name;
|
|
@@ -4550,6 +4706,7 @@ class UsersManagementApiService extends BaseService {
|
|
|
4550
4706
|
});
|
|
4551
4707
|
}
|
|
4552
4708
|
localVarQueryParameters = this.addToHttpParams(localVarQueryParameters, orderBy, "OrderBy");
|
|
4709
|
+
localVarQueryParameters = this.addToHttpParams(localVarQueryParameters, pageIndexById, "PageIndexById");
|
|
4553
4710
|
localVarQueryParameters = this.addToHttpParams(localVarQueryParameters, id, "Id");
|
|
4554
4711
|
localVarQueryParameters = this.addToHttpParams(localVarQueryParameters, company, "Company");
|
|
4555
4712
|
localVarQueryParameters = this.addToHttpParams(localVarQueryParameters, name, "Name");
|
|
@@ -4663,10 +4820,10 @@ class UsersManagementApiService extends BaseService {
|
|
|
4663
4820
|
reportProgress: reportProgress,
|
|
4664
4821
|
});
|
|
4665
4822
|
}
|
|
4666
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.2.
|
|
4667
|
-
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.2.
|
|
4823
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.2.4", ngImport: i0, type: UsersManagementApiService, deps: [{ token: i1.HttpClient }, { token: BASE_PATH, optional: true }, { token: Configuration, optional: true }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
4824
|
+
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.2.4", ngImport: i0, type: UsersManagementApiService, providedIn: "root" });
|
|
4668
4825
|
}
|
|
4669
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.2.
|
|
4826
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.2.4", ngImport: i0, type: UsersManagementApiService, decorators: [{
|
|
4670
4827
|
type: Injectable,
|
|
4671
4828
|
args: [{
|
|
4672
4829
|
providedIn: "root",
|
|
@@ -4688,6 +4845,7 @@ const APIS = [
|
|
|
4688
4845
|
KnownContactsApiService,
|
|
4689
4846
|
PermissionBundlesApiService,
|
|
4690
4847
|
PermissionsApiService,
|
|
4848
|
+
ProjectsApiService,
|
|
4691
4849
|
RegionsApiService,
|
|
4692
4850
|
RepContactsApiService,
|
|
4693
4851
|
RepTerritoriesApiService,
|
|
@@ -5032,6 +5190,16 @@ var GroupType;
|
|
|
5032
5190
|
* Do not edit the class manually.
|
|
5033
5191
|
*/
|
|
5034
5192
|
|
|
5193
|
+
/**
|
|
5194
|
+
* RenewAire CORES API
|
|
5195
|
+
*
|
|
5196
|
+
* Contact: renewaire@saritasa.com
|
|
5197
|
+
*
|
|
5198
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
5199
|
+
* https://openapi-generator.tech
|
|
5200
|
+
* Do not edit the class manually.
|
|
5201
|
+
*/
|
|
5202
|
+
|
|
5035
5203
|
/**
|
|
5036
5204
|
* RenewAire CORES API
|
|
5037
5205
|
*
|
|
@@ -5226,6 +5394,16 @@ var RegistrationStatus;
|
|
|
5226
5394
|
* Do not edit the class manually.
|
|
5227
5395
|
*/
|
|
5228
5396
|
|
|
5397
|
+
/**
|
|
5398
|
+
* RenewAire CORES API
|
|
5399
|
+
*
|
|
5400
|
+
* Contact: renewaire@saritasa.com
|
|
5401
|
+
*
|
|
5402
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
5403
|
+
* https://openapi-generator.tech
|
|
5404
|
+
* Do not edit the class manually.
|
|
5405
|
+
*/
|
|
5406
|
+
|
|
5229
5407
|
/**
|
|
5230
5408
|
* RenewAire CORES API
|
|
5231
5409
|
*
|
|
@@ -5547,11 +5725,11 @@ class ApiModule {
|
|
|
5547
5725
|
"See also https://github.com/angular/angular/issues/20575");
|
|
5548
5726
|
}
|
|
5549
5727
|
}
|
|
5550
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.2.
|
|
5551
|
-
static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "20.2.
|
|
5552
|
-
static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "20.2.
|
|
5728
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.2.4", ngImport: i0, type: ApiModule, deps: [{ token: ApiModule, optional: true, skipSelf: true }, { token: i1.HttpClient, optional: true }], target: i0.ɵɵFactoryTarget.NgModule });
|
|
5729
|
+
static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "20.2.4", ngImport: i0, type: ApiModule });
|
|
5730
|
+
static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "20.2.4", ngImport: i0, type: ApiModule });
|
|
5553
5731
|
}
|
|
5554
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.2.
|
|
5732
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.2.4", ngImport: i0, type: ApiModule, decorators: [{
|
|
5555
5733
|
type: NgModule,
|
|
5556
5734
|
args: [{
|
|
5557
5735
|
imports: [],
|
|
@@ -5583,5 +5761,5 @@ function provideApi(configOrBasePath) {
|
|
|
5583
5761
|
* Generated bundle index. Do not edit.
|
|
5584
5762
|
*/
|
|
5585
5763
|
|
|
5586
|
-
export { APIS, AddressCountry, AddressDtoCountryEnum, ApiModule, AshraeVersion, AuditEntity, AuditLogsApiService, AuthApiService, BASE_PATH, COLLECTION_FORMATS, Configuration, CoolingDesignBasis, CreateUserDtoStatusEnum, CurrentUserDtoPreferredUnitEnum, CurrentUserDtoRegistrationStatusEnum, DesignWeatherMode, FeedbackType, FeedbacksApiService, GroupCustomerType, GroupDtoCustomerTypeEnum, GroupDtoTypeEnum, GroupType, GroupsApiService, KnownContactsApiService, Language, Permission, PermissionBundlesApiService, PermissionsApiService, RegionDtoLevelEnum, RegionLevel, RegionsApiService, RegistrationStatus, RepContactsApiService, RepTerritoriesApiService, RepTerritoryLocationsApiService, RsdRegionsApiService, SaveGroupDtoTypeEnum, SaveUserDesignConditionsDtoCoolingDesignBasisEnum, SearchRegionDtoLevelEnum, SetPreferredLanguageCommandPreferredLanguageEnum, UnitSystem, UpdateUserDtoStatusEnum, UserDesignConditionsApiService, UserDesignConditionsDtoCoolingDesignBasisEnum, UserDesignWeatherConditionDtoDesignWeatherModeEnum, UserPermissionDtoPermissionEnum, UserPreferencesDtoPreferredLanguageEnum, UserPreferencesDtoPreferredUnitEnum, UserProfileSettingsDtoRegistrationStatusEnum, UserStatus, UserTablesApiService, UsersApiService, UsersManagementApiService, provideApi };
|
|
5764
|
+
export { APIS, AddressCountry, AddressDtoCountryEnum, ApiModule, AshraeVersion, AuditEntity, AuditLogsApiService, AuthApiService, BASE_PATH, COLLECTION_FORMATS, Configuration, CoolingDesignBasis, CreateUserDtoStatusEnum, CurrentUserDtoPreferredUnitEnum, CurrentUserDtoRegistrationStatusEnum, DesignWeatherMode, FeedbackType, FeedbacksApiService, GroupCustomerType, GroupDtoCustomerTypeEnum, GroupDtoTypeEnum, GroupType, GroupsApiService, KnownContactsApiService, Language, Permission, PermissionBundlesApiService, PermissionsApiService, ProjectsApiService, RegionDtoLevelEnum, RegionLevel, RegionsApiService, RegistrationStatus, RepContactsApiService, RepTerritoriesApiService, RepTerritoryLocationsApiService, RsdRegionsApiService, SaveGroupDtoTypeEnum, SaveUserDesignConditionsDtoCoolingDesignBasisEnum, SearchRegionDtoLevelEnum, SetPreferredLanguageCommandPreferredLanguageEnum, UnitSystem, UpdateUserDtoStatusEnum, UserDesignConditionsApiService, UserDesignConditionsDtoCoolingDesignBasisEnum, UserDesignWeatherConditionDtoDesignWeatherModeEnum, UserPermissionDtoPermissionEnum, UserPreferencesDtoPreferredLanguageEnum, UserPreferencesDtoPreferredUnitEnum, UserProfileSettingsDtoRegistrationStatusEnum, UserStatus, UserTablesApiService, UsersApiService, UsersManagementApiService, provideApi };
|
|
5587
5765
|
//# sourceMappingURL=saritasa-renewaire-frontend-sdk.mjs.map
|