@kudashi/kds-api 2.13.23-rc.1 → 2.13.24

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.
Files changed (2) hide show
  1. package/api.d.ts +1 -1
  2. package/package.json +1 -1
package/api.d.ts CHANGED
@@ -1732,7 +1732,7 @@ declare global {
1732
1732
  * The method is used to deactivate the final group instance in the activated instance path.
1733
1733
  * @returns Return an object that contains success flag.
1734
1734
  */
1735
- deactivateGroupInstance(): { isSuccess: boolean };
1735
+ deactivateGroupInstance(): HostPromise<{ isSuccess: boolean }>;
1736
1736
 
1737
1737
  /**
1738
1738
  *
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kudashi/kds-api",
3
- "version": "2.13.23-rc.1",
3
+ "version": "2.13.24",
4
4
  "description": "kds api",
5
5
  "main": "api.d.ts",
6
6
  "scripts": {