@pelican.ts/sdk 0.4.12 → 0.4.13
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/api/index.d.mts
CHANGED
|
@@ -1373,7 +1373,7 @@ declare class Servers {
|
|
|
1373
1373
|
suspend: () => Promise<void>;
|
|
1374
1374
|
unsuspend: () => Promise<void>;
|
|
1375
1375
|
reinstall: () => Promise<void>;
|
|
1376
|
-
transferStart: (node_id: number, allocation_id: number, allocation_additional?:
|
|
1376
|
+
transferStart: (node_id: number, allocation_id: number, allocation_additional?: number[]) => Promise<void>;
|
|
1377
1377
|
transferCancel: () => Promise<void>;
|
|
1378
1378
|
}
|
|
1379
1379
|
declare const CreateServerSchema: z.ZodObject<{
|
package/dist/api/index.d.ts
CHANGED
|
@@ -1373,7 +1373,7 @@ declare class Servers {
|
|
|
1373
1373
|
suspend: () => Promise<void>;
|
|
1374
1374
|
unsuspend: () => Promise<void>;
|
|
1375
1375
|
reinstall: () => Promise<void>;
|
|
1376
|
-
transferStart: (node_id: number, allocation_id: number, allocation_additional?:
|
|
1376
|
+
transferStart: (node_id: number, allocation_id: number, allocation_additional?: number[]) => Promise<void>;
|
|
1377
1377
|
transferCancel: () => Promise<void>;
|
|
1378
1378
|
}
|
|
1379
1379
|
declare const CreateServerSchema: z.ZodObject<{
|
package/package.json
CHANGED