@juhuu/sdk-ts 1.3.12 → 1.3.13
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 +1 -0
- package/dist/index.d.ts +1 -0
- package/dist/index.js +2 -1
- package/dist/index.mjs +2 -1
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
package/dist/index.d.ts
CHANGED
package/dist/index.js
CHANGED
|
@@ -1602,7 +1602,8 @@ var PointsService = class extends Service {
|
|
|
1602
1602
|
purposeArray: PointCreateParams.purposeArray,
|
|
1603
1603
|
iconLight: PointCreateParams.iconLight,
|
|
1604
1604
|
iconDark: PointCreateParams.iconDark,
|
|
1605
|
-
visualPriority: PointCreateParams.visualPriority
|
|
1605
|
+
visualPriority: PointCreateParams.visualPriority,
|
|
1606
|
+
pointClusterId: PointCreateParams.pointClusterId
|
|
1606
1607
|
},
|
|
1607
1608
|
authenticationNotOptional: true
|
|
1608
1609
|
},
|
package/dist/index.mjs
CHANGED
|
@@ -1558,7 +1558,8 @@ var PointsService = class extends Service {
|
|
|
1558
1558
|
purposeArray: PointCreateParams.purposeArray,
|
|
1559
1559
|
iconLight: PointCreateParams.iconLight,
|
|
1560
1560
|
iconDark: PointCreateParams.iconDark,
|
|
1561
|
-
visualPriority: PointCreateParams.visualPriority
|
|
1561
|
+
visualPriority: PointCreateParams.visualPriority,
|
|
1562
|
+
pointClusterId: PointCreateParams.pointClusterId
|
|
1562
1563
|
},
|
|
1563
1564
|
authenticationNotOptional: true
|
|
1564
1565
|
},
|