@openfin/workspace-platform 13.0.5 → 13.0.6

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.
@@ -10,6 +10,11 @@ export declare type SnapshotExtended = {
10
10
  export declare type ApplySnapshotOptionsExtended = OpenFin.ApplySnapshotOptions & {
11
11
  attachToExistingWindow: boolean;
12
12
  };
13
+ /**
14
+ * Set a friendly name of the current machine.
15
+ * @param name the friendly name.
16
+ */
17
+ export declare function setMachineName(name: string): void;
13
18
  /**
14
19
  * Get the machine's friendly name.
15
20
  * @returns the machine's friendly name.