@juhuu/sdk-ts 1.2.179 → 1.2.180

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
@@ -1436,7 +1436,7 @@ declare namespace JUHUU {
1436
1436
  namespace Create {
1437
1437
  type Params = {
1438
1438
  propertyId: string;
1439
- name: string;
1439
+ name?: string;
1440
1440
  };
1441
1441
  type Options = JUHUU.RequestOptions;
1442
1442
  type Response = {
@@ -1507,7 +1507,7 @@ declare namespace JUHUU {
1507
1507
  namespace Create {
1508
1508
  type Params = {
1509
1509
  propertyId: string;
1510
- name: string;
1510
+ name?: string;
1511
1511
  };
1512
1512
  type Options = JUHUU.RequestOptions;
1513
1513
  type Response = {
package/dist/index.d.ts CHANGED
@@ -1436,7 +1436,7 @@ declare namespace JUHUU {
1436
1436
  namespace Create {
1437
1437
  type Params = {
1438
1438
  propertyId: string;
1439
- name: string;
1439
+ name?: string;
1440
1440
  };
1441
1441
  type Options = JUHUU.RequestOptions;
1442
1442
  type Response = {
@@ -1507,7 +1507,7 @@ declare namespace JUHUU {
1507
1507
  namespace Create {
1508
1508
  type Params = {
1509
1509
  propertyId: string;
1510
- name: string;
1510
+ name?: string;
1511
1511
  };
1512
1512
  type Options = JUHUU.RequestOptions;
1513
1513
  type Response = {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@juhuu/sdk-ts",
3
- "version": "1.2.179",
3
+ "version": "1.2.180",
4
4
  "description": "Typescript wrapper for JUHUU services",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.mjs",