@saritasa/renewaire-frontend-sdk 0.195.0 → 0.196.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
@@ -1718,6 +1718,7 @@ interface ForgotPasswordCommand {
1718
1718
  * https://openapi-generator.tech
1719
1719
  * Do not edit the class manually.
1720
1720
  */
1721
+
1721
1722
  /**
1722
1723
  * DTO for getting RenewAire.Cores.Domain.Projects.ProjectShippingLocation.
1723
1724
  */
@@ -1747,9 +1748,9 @@ interface GetShippingLocationDto {
1747
1748
  */
1748
1749
  county: string;
1749
1750
  /**
1750
- * Country.
1751
+ * Address country.<br />AddressCountry<br />0 = Unknown<br />1 = UnitedStates<br />2 = Canada<br />3 = Mexico
1751
1752
  */
1752
- country: string;
1753
+ country: AddressCountry;
1753
1754
  /**
1754
1755
  * Phone.
1755
1756
  */
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@saritasa/renewaire-frontend-sdk",
3
- "version": "0.195.0",
4
- "description": "OpenAPI client for @saritasa/renewaire-frontend-sdk(for version 0.195.0+95b0ac72a9f39afc419548ad7f9ec03e0c68d77b)",
3
+ "version": "0.196.0",
4
+ "description": "OpenAPI client for @saritasa/renewaire-frontend-sdk(for version 0.196.0+3446e4755db5344572debeec9344632068de14ac)",
5
5
  "author": "OpenAPI-Generator Contributors",
6
6
  "repository": {
7
7
  "type": "git",