@juhuu/sdk-ts 1.2.283 → 1.2.284

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
@@ -932,7 +932,7 @@ interface UiNavigateScreenBlock extends BaseBlock {
932
932
  };
933
933
  }
934
934
  interface UiNavigateScreenBlockInputs {
935
- target: "panel" | "location";
935
+ screenName: string;
936
936
  transition: "push" | "replace";
937
937
  params: Record<string, any>;
938
938
  }
package/dist/index.d.ts CHANGED
@@ -932,7 +932,7 @@ interface UiNavigateScreenBlock extends BaseBlock {
932
932
  };
933
933
  }
934
934
  interface UiNavigateScreenBlockInputs {
935
- target: "panel" | "location";
935
+ screenName: string;
936
936
  transition: "push" | "replace";
937
937
  params: Record<string, any>;
938
938
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@juhuu/sdk-ts",
3
- "version": "1.2.283",
3
+ "version": "1.2.284",
4
4
  "description": "Typescript wrapper for JUHUU services",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.mjs",