arky-sdk 0.3.124 → 0.3.125

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/types.d.cts CHANGED
@@ -547,7 +547,6 @@ interface GetNodesParams {
547
547
  }
548
548
  interface CreateNodeParams {
549
549
  name: string;
550
- parentId?: string;
551
550
  type?: string;
552
551
  blocks?: any[];
553
552
  config?: any;
@@ -560,7 +559,6 @@ interface CreateNodeParams {
560
559
  interface UpdateNodeParams {
561
560
  id: string;
562
561
  name?: string;
563
- parentId?: string;
564
562
  type?: string;
565
563
  blocks?: any[];
566
564
  config?: any;
package/dist/types.d.ts CHANGED
@@ -547,7 +547,6 @@ interface GetNodesParams {
547
547
  }
548
548
  interface CreateNodeParams {
549
549
  name: string;
550
- parentId?: string;
551
550
  type?: string;
552
551
  blocks?: any[];
553
552
  config?: any;
@@ -560,7 +559,6 @@ interface CreateNodeParams {
560
559
  interface UpdateNodeParams {
561
560
  id: string;
562
561
  name?: string;
563
- parentId?: string;
564
562
  type?: string;
565
563
  blocks?: any[];
566
564
  config?: any;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "arky-sdk",
3
- "version": "0.3.124",
3
+ "version": "0.3.125",
4
4
  "description": "Official TypeScript SDK for Arky - All-in-one business platform",
5
5
  "type": "module",
6
6
  "main": "./dist/index.cjs",