@juhuu/sdk-ts 1.2.225 → 1.2.226

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
@@ -612,6 +612,10 @@ interface MathAddBlock extends BaseBlock {
612
612
  out: {
613
613
  result: string;
614
614
  };
615
+ data: {
616
+ a: number | null;
617
+ b: number | null;
618
+ };
615
619
  }
616
620
  interface MathAddBlockInputs {
617
621
  a: number;
package/dist/index.d.ts CHANGED
@@ -612,6 +612,10 @@ interface MathAddBlock extends BaseBlock {
612
612
  out: {
613
613
  result: string;
614
614
  };
615
+ data: {
616
+ a: number | null;
617
+ b: number | null;
618
+ };
615
619
  }
616
620
  interface MathAddBlockInputs {
617
621
  a: number;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@juhuu/sdk-ts",
3
- "version": "1.2.225",
3
+ "version": "1.2.226",
4
4
  "description": "Typescript wrapper for JUHUU services",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.mjs",