@saritasa/renewaire-frontend-sdk 0.114.0 → 0.115.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/index.d.ts
CHANGED
|
@@ -5400,10 +5400,12 @@ interface GroupsSearchGroupsRequestParams {
|
|
|
5400
5400
|
isActive?: boolean;
|
|
5401
5401
|
erpCustomerName?: string;
|
|
5402
5402
|
customerType?: GroupCustomerType | null;
|
|
5403
|
-
createdAt?: string;
|
|
5404
5403
|
repTerritoryName?: string;
|
|
5405
5404
|
permissionBundleName?: string;
|
|
5406
5405
|
erpCustomerNumber?: string;
|
|
5406
|
+
note?: string;
|
|
5407
|
+
createdAt?: string;
|
|
5408
|
+
connectedGroup?: string;
|
|
5407
5409
|
text?: string;
|
|
5408
5410
|
orderBy?: string;
|
|
5409
5411
|
page?: number;
|
|
@@ -6634,7 +6636,10 @@ interface RepContactsSearchRepTerritoryRepContactRequestParams {
|
|
|
6634
6636
|
phone?: string;
|
|
6635
6637
|
email?: string;
|
|
6636
6638
|
repName?: string;
|
|
6639
|
+
website?: string;
|
|
6637
6640
|
websiteLabel?: string;
|
|
6641
|
+
headerLabel?: string;
|
|
6642
|
+
subHeaderLabel?: string;
|
|
6638
6643
|
text?: string;
|
|
6639
6644
|
orderBy?: string;
|
|
6640
6645
|
page?: number;
|
|
@@ -7433,6 +7438,9 @@ interface RsdRegionsSearchRsdRegionsRequestParams {
|
|
|
7433
7438
|
fields: Array<"id" | "name" | "notes" | "isActive" | "rsdUsers" | "repTerritories" | "tags" | "createdAt">;
|
|
7434
7439
|
pageIndexById?: number | null;
|
|
7435
7440
|
name?: string;
|
|
7441
|
+
note?: string;
|
|
7442
|
+
tag?: string;
|
|
7443
|
+
createdAt?: string;
|
|
7436
7444
|
text?: string;
|
|
7437
7445
|
isActive?: boolean;
|
|
7438
7446
|
repTerritoryName?: string;
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@saritasa/renewaire-frontend-sdk",
|
|
3
|
-
"version": "0.
|
|
4
|
-
"description": "OpenAPI client for @saritasa/renewaire-frontend-sdk(for version 0.
|
|
3
|
+
"version": "0.115.0",
|
|
4
|
+
"description": "OpenAPI client for @saritasa/renewaire-frontend-sdk(for version 0.115.0+b15a505f3d92175a7fd349333b940ad0297280d9)",
|
|
5
5
|
"author": "OpenAPI-Generator Contributors",
|
|
6
6
|
"repository": {
|
|
7
7
|
"type": "git",
|