@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.
Files changed (3) hide show
  1. package/README.md +2 -2
  2. package/index.d.ts +2 -1
  3. package/package.json +2 -2
package/README.md CHANGED
@@ -1,5 +1,5 @@
1
- # @@saritasa/renewaire-frontend-sdk@0.122.0
1
+ # @@saritasa/renewaire-frontend-sdk@0.123.0
2
2
 
3
3
  ```bash
4
- npm install @saritasa/renewaire-frontend-sdk@0.122.0 --save
4
+ npm install @saritasa/renewaire-frontend-sdk@0.123.0 --save
5
5
  ```
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.122.0",
4
- "description": "OpenAPI client for @saritasa/renewaire-frontend-sdk(for version 0.122.0+47c8c2df1d9ad84d25dba9ab8da80c21d4e738fd)",
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",