@relevanceai/sdk 1.80.0 → 1.82.0
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.
|
@@ -2462,7 +2462,7 @@ export interface components {
|
|
|
2462
2462
|
private?: boolean;
|
|
2463
2463
|
deployables?: ({
|
|
2464
2464
|
id?: string;
|
|
2465
|
-
type?:
|
|
2465
|
+
type?: string;
|
|
2466
2466
|
text?: string;
|
|
2467
2467
|
name?: string;
|
|
2468
2468
|
} | string)[];
|
|
@@ -2476,7 +2476,7 @@ export interface components {
|
|
|
2476
2476
|
private?: boolean;
|
|
2477
2477
|
deployables?: ({
|
|
2478
2478
|
id?: string;
|
|
2479
|
-
type?:
|
|
2479
|
+
type?: string;
|
|
2480
2480
|
text?: string;
|
|
2481
2481
|
name?: string;
|
|
2482
2482
|
} | string)[];
|
|
@@ -2493,7 +2493,7 @@ export interface components {
|
|
|
2493
2493
|
private?: boolean;
|
|
2494
2494
|
deployables?: ({
|
|
2495
2495
|
id?: string;
|
|
2496
|
-
type?:
|
|
2496
|
+
type?: string;
|
|
2497
2497
|
text?: string;
|
|
2498
2498
|
name?: string;
|
|
2499
2499
|
} | string)[];
|
|
@@ -2506,7 +2506,7 @@ export interface components {
|
|
|
2506
2506
|
private?: boolean;
|
|
2507
2507
|
deployables?: ({
|
|
2508
2508
|
id?: string;
|
|
2509
|
-
type?:
|
|
2509
|
+
type?: string;
|
|
2510
2510
|
text?: string;
|
|
2511
2511
|
name?: string;
|
|
2512
2512
|
} | string)[];
|
package/package.json
CHANGED