Skip to content

Commit 80513df

Browse files
committed
Merge branch 'feature/solarssh' into develop
2 parents 41ee38e + 0b6b8ff commit 80513df

File tree

108 files changed

+7513
-1088
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

108 files changed

+7513
-1088
lines changed

lib/domain/index.d.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,10 @@ export { type ErrorDetail, type FilterResults, type Result } from "./result.js";
2222
export { default as SecurityPolicy, SecurityPolicyBuilder, type SecurityPolicyFilter, } from "./securityPolicy.js";
2323
export { default as SkyConditions, SkyCondition, type SkyConditionEnumsType, SkyConditionNames, } from "./skyCondition.js";
2424
export { default as SortDescriptor } from "./sortDescriptor.js";
25+
export { default as SshCloseCodes, SshCloseCode, type SshCloseCodeEnumsType, SshCloseCodeNames, } from "./sshCloseCode.js";
26+
export { default as SshCommand, SolarSshCommandAttachSsh, } from "./sshCommand.js";
27+
export { default as SshSession } from "./sshSession.js";
28+
export { default as SshTerminalSettings } from "./sshTerminalSettings.js";
2529
export { default as StreamAggregateDatum, type AccumulatingPropertyStatistics, type InstantaneousPropertyStatistics, } from "./streamAggregateDatum.js";
2630
export { default as StreamDatum } from "./streamDatum.js";
2731
export type { default as StreamedDatum } from "./streamedDatum.js";

lib/domain/index.d.ts.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

lib/domain/index.js

Lines changed: 4 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

lib/domain/index.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

lib/domain/instruction.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ export default class Instruction implements InstructionInfo {
6363
* @param value the parameter value
6464
* @returns the parameter object
6565
*/
66-
static parameter(name: string, value: string): InstructionParameter;
66+
static parameter(name: string, value: any): InstructionParameter;
6767
}
6868
/**
6969
* Common instruction topic names.

lib/domain/instruction.d.ts.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

lib/domain/instruction.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

lib/domain/instruction.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)