@saritasa/renewaire-frontend-sdk 0.122.0 → 0.123.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 +2 -2
- package/index.d.ts +2 -1
- package/package.json +2 -2
package/README.md
CHANGED
package/index.d.ts
CHANGED
|
@@ -4047,6 +4047,7 @@ interface SearchRepTerritoryRepContactDto {
|
|
|
4047
4047
|
* Last name.
|
|
4048
4048
|
*/
|
|
4049
4049
|
lastName?: string | null;
|
|
4050
|
+
name?: string | null;
|
|
4050
4051
|
/**
|
|
4051
4052
|
* REP phone.
|
|
4052
4053
|
*/
|
|
@@ -6859,7 +6860,7 @@ interface RepContactsRemoveRepTerritoryRepContactRequestParams {
|
|
|
6859
6860
|
repTerritoryRepContactId: number;
|
|
6860
6861
|
}
|
|
6861
6862
|
interface RepContactsSearchRepTerritoryRepContactRequestParams {
|
|
6862
|
-
fields: Array<"id" | "repTerritory" | "headerLabel" | "subHeaderLabel" | "firstName" | "lastName" | "phone" | "email" | "website" | "websiteLabel" | "address">;
|
|
6863
|
+
fields: Array<"id" | "repTerritory" | "headerLabel" | "subHeaderLabel" | "firstName" | "lastName" | "name" | "phone" | "email" | "website" | "websiteLabel" | "address">;
|
|
6863
6864
|
pageIndexById?: number | null;
|
|
6864
6865
|
name?: string;
|
|
6865
6866
|
phone?: 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.123.0",
|
|
4
|
+
"description": "OpenAPI client for @saritasa/renewaire-frontend-sdk(for version 0.123.0+7340c68e7393bee06b435c2d8ffe341b12c0fca2)",
|
|
5
5
|
"author": "OpenAPI-Generator Contributors",
|
|
6
6
|
"repository": {
|
|
7
7
|
"type": "git",
|