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 +0 -2
- package/dist/types.d.ts +0 -2
- package/package.json +1 -1
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;
|