@juhuu/sdk-ts 1.2.121 → 1.2.122

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/dist/index.d.mts CHANGED
@@ -1987,7 +1987,7 @@ declare namespace JUHUU {
1987
1987
  propertyId: string;
1988
1988
  name?: string;
1989
1989
  legalName?: string;
1990
- billingAddress?: Partial<Address>;
1990
+ billingAddress?: Address | null;
1991
1991
  email?: string;
1992
1992
  website?: string;
1993
1993
  phone?: string;
package/dist/index.d.ts CHANGED
@@ -1987,7 +1987,7 @@ declare namespace JUHUU {
1987
1987
  propertyId: string;
1988
1988
  name?: string;
1989
1989
  legalName?: string;
1990
- billingAddress?: Partial<Address>;
1990
+ billingAddress?: Address | null;
1991
1991
  email?: string;
1992
1992
  website?: string;
1993
1993
  phone?: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@juhuu/sdk-ts",
3
- "version": "1.2.121",
3
+ "version": "1.2.122",
4
4
  "description": "Typescript wrapper for JUHUU services",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.mjs",