@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 +2 -2
- package/dist/index.d.ts +2 -2
- package/package.json +1 -1
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
|
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
|
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
|
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
|
1510
|
+
name?: string;
|
1511
1511
|
};
|
1512
1512
|
type Options = JUHUU.RequestOptions;
|
1513
1513
|
type Response = {
|