@norskvideo/norsk-manager-sdk 1.0.402-2025-05-29-75f7f1f6 → 1.0.402-2025-05-31-f3c7c38f
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/norsk-manager-sdk.d.ts +1 -21
- package/package.json +2 -2
|
@@ -426,12 +426,6 @@ export declare type Log = {
|
|
|
426
426
|
/** @public */
|
|
427
427
|
export declare type NodeId = string;
|
|
428
428
|
|
|
429
|
-
/**
|
|
430
|
-
* @public
|
|
431
|
-
* State of a node
|
|
432
|
-
*/
|
|
433
|
-
export declare type NodeInfo = NodePending | NodeStarting | NodeRunning | NodeStopping;
|
|
434
|
-
|
|
435
429
|
/** @public */
|
|
436
430
|
export declare type NodeMetadata = {
|
|
437
431
|
nodeId: NodeId;
|
|
@@ -442,15 +436,6 @@ export declare type NodeMetadata = {
|
|
|
442
436
|
providerMetadata: ProviderMetadata;
|
|
443
437
|
};
|
|
444
438
|
|
|
445
|
-
/**
|
|
446
|
-
* @public
|
|
447
|
-
* A node is pending
|
|
448
|
-
*/
|
|
449
|
-
export declare interface NodePending {
|
|
450
|
-
event: "nodePending";
|
|
451
|
-
nodeId: NodeId;
|
|
452
|
-
}
|
|
453
|
-
|
|
454
439
|
/**
|
|
455
440
|
* @public
|
|
456
441
|
* A node is running - used in initial state messages
|
|
@@ -596,11 +581,6 @@ export declare class NorskManager {
|
|
|
596
581
|
* Search for jobs by tag/date/etc. See {@link JobSearchSettings}
|
|
597
582
|
*/
|
|
598
583
|
jobSearch(settings: JobSearchSettings): Promise<CurrentJob[]>;
|
|
599
|
-
/**
|
|
600
|
-
* @public
|
|
601
|
-
* Return a list a all the nodes the manager knows about.
|
|
602
|
-
*/
|
|
603
|
-
listNodes(): Promise<NodeInfo[]>;
|
|
604
584
|
}
|
|
605
585
|
|
|
606
586
|
/**
|
|
@@ -717,7 +697,7 @@ export declare type PortMapping = {
|
|
|
717
697
|
*/
|
|
718
698
|
export declare type ProviderHealth = AwsHealth | OciHealth;
|
|
719
699
|
|
|
720
|
-
|
|
700
|
+
/**
|
|
721
701
|
* @public
|
|
722
702
|
* The health status of a provider has changed
|
|
723
703
|
* */
|
package/package.json
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
{
|
|
2
2
|
"license": "MIT",
|
|
3
3
|
"name": "@norskvideo/norsk-manager-sdk",
|
|
4
|
-
"version": "1.0.402-2025-05-
|
|
4
|
+
"version": "1.0.402-2025-05-31-f3c7c38f+nightly",
|
|
5
5
|
"dependencies": {
|
|
6
6
|
"@bufbuild/protobuf": "^0.3.0",
|
|
7
7
|
"@grpc/grpc-js": "~1.12.0",
|
|
8
|
-
"@norskvideo/norsk-api": "1.0.402-2025-05-
|
|
8
|
+
"@norskvideo/norsk-api": "1.0.402-2025-05-31-f3c7c38f+nightly",
|
|
9
9
|
"typescript-nullable": "^0.6.0"
|
|
10
10
|
},
|
|
11
11
|
"files": [
|