@norskvideo/norsk-manager-sdk 1.0.402-2025-10-11-b3a6f4e4 → 1.0.402-2025-10-14-182cdf98

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.
@@ -136,7 +136,6 @@ export declare interface AwsNodeCreate {
136
136
  tags: {
137
137
  [key: string]: string;
138
138
  };
139
- writeFiles?: WriteFile[];
140
139
  region: AwsRegion;
141
140
  instanceType: string;
142
141
  /**
@@ -286,15 +285,6 @@ export declare interface EventStreamSettings {
286
285
  onEvent: (event: EventStreamEvent) => void;
287
286
  }
288
287
 
289
- /** @public */
290
- export declare type FileContent = {
291
- location: "remote";
292
- url: string;
293
- } | {
294
- location: "local";
295
- text: string;
296
- };
297
-
298
288
  export declare function fromNodeInfo(nodeInfo: ManagerPB.NodeInfo): NodeInfo | undefined;
299
289
 
300
290
  export declare function getJobIdForNode(nodeMetadata: NodeMetadata | undefined): JobId | undefined;
@@ -355,7 +345,6 @@ export declare interface Job {
355
345
  * Service parameters to be passed to the Norsk Media container when it is started
356
346
  */
357
347
  norskServiceParameters?: ServiceParameters;
358
- writeFiles?: WriteFile[];
359
348
  state: JobState;
360
349
  shape: string;
361
350
  availabilityDomain: string;
@@ -799,7 +788,6 @@ export declare interface OciNodeCreate {
799
788
  tags: {
800
789
  [key: string]: string;
801
790
  };
802
- writeFiles?: WriteFile[];
803
791
  availabilityDomain: OciRegion;
804
792
  architecture: string;
805
793
  shape: string;
@@ -1019,10 +1007,4 @@ export declare type VolumeMount = {
1019
1007
  readOnly: boolean;
1020
1008
  };
1021
1009
 
1022
- /** @public */
1023
- export declare type WriteFile = {
1024
- hostPath: string;
1025
- fileContent: FileContent;
1026
- };
1027
-
1028
1010
  export { }
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-10-11-b3a6f4e4+nightly",
4
+ "version": "1.0.402-2025-10-14-182cdf98+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-10-11-b3a6f4e4+nightly",
8
+ "@norskvideo/norsk-api": "1.0.402-2025-10-14-182cdf98+nightly",
9
9
  "typescript-nullable": "^0.6.0",
10
10
  "uuid": "^11.1.0"
11
11
  },