browserstack-node-sdk 1.36.5 → 1.36.7
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/ats/src/cloudproviders/AWS.js +1 -1
- package/ats/src/cloudproviders/Azure.js +1 -1
- package/ats/src/cloudproviders/CloudProvider.js +1 -1
- package/ats/src/cloudproviders/GoogleCloudProvider.js +1 -1
- package/ats/src/cloudproviders/utils.js +1 -1
- package/ats/src/commands/configure.js +1 -1
- package/ats/src/commands/connect.js +1 -1
- package/ats/src/commands/connect_commands/grid.js +1 -1
- package/ats/src/commands/create.js +1 -1
- package/ats/src/commands/create_commands/grid.js +1 -1
- package/ats/src/commands/delete.js +1 -1
- package/ats/src/commands/delete_commands/grid.js +1 -1
- package/ats/src/commands/init.js +1 -1
- package/ats/src/commands/list.js +1 -1
- package/ats/src/commands/list_commands/grid_profiles.js +1 -1
- package/ats/src/commands/list_commands/grids.js +1 -1
- package/ats/src/commands/precheck.js +1 -1
- package/ats/src/commands/precheck_commands/setup_precheck.js +1 -1
- package/ats/src/commands/start.js +1 -1
- package/ats/src/commands/start_commands/grid.js +1 -1
- package/ats/src/commands/stop.js +1 -1
- package/ats/src/commands/stop_commands/grid.js +1 -1
- package/ats/src/config/constants.js +1 -1
- package/ats/src/config/logger.js +1 -1
- package/ats/src/index.js +1 -1
- package/ats/src/utils/AWSUtils.js +1 -1
- package/ats/src/utils/createAutoscalerStack.js +1 -1
- package/ats/src/utils/createClusterStack.js +1 -1
- package/ats/src/utils/createHubHaStack.js +1 -1
- package/ats/src/utils/createk8sClient.js +1 -1
- package/ats/src/utils/deleteEFSMountTargets.js +1 -1
- package/ats/src/utils/deleteStack.js +1 -1
- package/ats/src/utils/describeStack.js +1 -1
- package/ats/src/utils/gridComponents.js +1 -1
- package/ats/src/utils/hstUtils.js +1 -1
- package/ats/src/utils/instrumentationUtils.js +1 -1
- package/ats/src/utils/userInput.js +1 -1
- package/ats/src/utils/utilityMethods.js +1 -1
- package/ats/src/utils/webSocketUtils.js +1 -1
- package/generated/sdk-messages-accessibility_grpc_pb.d.ts +1 -0
- package/generated/sdk-messages-accessibility_grpc_pb.js +1 -0
- package/generated/sdk-messages-accessibility_pb.d.ts +279 -0
- package/generated/sdk-messages-accessibility_pb.js +2186 -0
- package/generated/sdk-messages-ai_grpc_pb.d.ts +1 -0
- package/generated/sdk-messages-ai_grpc_pb.js +1 -0
- package/generated/sdk-messages-ai_pb.d.ts +217 -0
- package/generated/sdk-messages-ai_pb.js +1650 -0
- package/generated/sdk-messages-observability_grpc_pb.d.ts +1 -0
- package/generated/sdk-messages-observability_grpc_pb.js +1 -0
- package/generated/sdk-messages-observability_pb.d.ts +178 -0
- package/generated/sdk-messages-observability_pb.js +1377 -0
- package/generated/sdk-messages-percy_grpc_pb.d.ts +1 -0
- package/generated/sdk-messages-percy_grpc_pb.js +1 -0
- package/generated/sdk-messages-percy_pb.d.ts +37 -0
- package/generated/sdk-messages-percy_pb.js +266 -0
- package/generated/sdk-messages-testhub_grpc_pb.d.ts +1 -0
- package/generated/sdk-messages-testhub_grpc_pb.js +1 -0
- package/generated/sdk-messages-testhub_pb.d.ts +39 -0
- package/generated/sdk-messages-testhub_pb.js +290 -0
- package/generated/sdk-messages_grpc_pb.d.ts +1 -0
- package/generated/sdk-messages_grpc_pb.js +1 -0
- package/generated/sdk-messages_pb.d.ts +1105 -0
- package/generated/sdk-messages_pb.js +8580 -0
- package/generated/sdk_grpc_pb.d.ts +113 -0
- package/generated/sdk_grpc_pb.js +609 -0
- package/generated/sdk_pb.d.ts +9 -0
- package/generated/sdk_pb.js +31 -0
- package/package.json +7 -1
- package/src/ai-sdk-node/bundle.js +1 -1
- package/src/bin/codeceptjs/BrowserStackPlugin.js +1 -1
- package/src/bin/codeceptjs/command.js +1 -1
- package/src/bin/codeceptjs/helper.js +1 -1
- package/src/bin/codeceptjs/o11yHelper.js +1 -1
- package/src/bin/cucumber-js/command.js +1 -1
- package/src/bin/cucumber-js/formatter/custom_formatter.js +1 -1
- package/src/bin/cucumber-js/formatter/custom_formatter_old_versions.js +1 -1
- package/src/bin/cucumber-js/test-observability.js +1 -1
- package/src/bin/cucumber-js/test.setup.js +1 -1
- package/src/bin/cucumber-js/test_old.setup.js +1 -1
- package/src/bin/cucumber-js/timeout.setup.js +1 -1
- package/src/bin/integrations/command.js +1 -1
- package/src/bin/integrations/constants.js +1 -1
- package/src/bin/jest/command.js +1 -1
- package/src/bin/jest/customImplements/customCircus.js +1 -1
- package/src/bin/jest/customImplements/customEnvironment.js +1 -1
- package/src/bin/jest/customImplements/customJestAdapterInit.js +1 -1
- package/src/bin/jest/customImplements/customTestRunnerTemplate.js +1 -1
- package/src/bin/jest/jest.setup.js +1 -1
- package/src/bin/jest/test-observability/data-hooks.js +1 -1
- package/src/bin/jest/test-observability/helper.js +1 -1
- package/src/bin/jest/test-observability/obsReporter.js +1 -1
- package/src/bin/jest/test-observability/test-details.js +1 -1
- package/src/bin/jest/test_before.setup.js +1 -1
- package/src/bin/launcher/launcher.js +1 -1
- package/src/bin/mocha/accessibility-automation/helper.js +1 -1
- package/src/bin/mocha/bstack-reporter/customReporter.js +1 -1
- package/src/bin/mocha/command.js +1 -1
- package/src/bin/mocha/test-observability/builderPatch.js +1 -1
- package/src/bin/mocha/test-observability/data-hooks.js +1 -1
- package/src/bin/mocha/test-observability/mochaUtils.js +1 -1
- package/src/bin/mocha/test.setup.js +1 -1
- package/src/bin/nightwatch/command.js +1 -1
- package/src/bin/playwright/accessibility-helper.js +1 -1
- package/src/bin/playwright/command.js +1 -1
- package/src/bin/playwright/globalSetup.js +1 -1
- package/src/bin/playwright/mock-process.js +1 -1
- package/src/bin/playwright/modifyPlaywrightConf.js +1 -1
- package/src/bin/playwright/patches.js +1 -1
- package/src/bin/playwright/reporter/pwUtils.js +1 -1
- package/src/bin/playwright/reporter/reporter.js +1 -1
- package/src/bin/playwright/reporter/test-details.js +1 -1
- package/src/bin/playwright/sessionDetails.js +1 -1
- package/src/bin/runner.js +1 -1
- package/src/bin/setup.js +1 -1
- package/src/bin/test-runner/index.js +1 -1
- package/src/bin/test-runner/runTest.js +1 -1
- package/src/bin/test-runner/testWorker.js +1 -1
- package/src/bin/utils/constants.js +1 -1
- package/src/bin/utils/log4jsAppender.js +1 -1
- package/src/bin/utils/logPatcher.js +1 -1
- package/src/bin/utils/logReportingAPI.js +1 -1
- package/src/bin/v2/TestInfo.js +1 -0
- package/src/bin/v2/browserstackCLI.js +1 -0
- package/src/bin/v2/cliUtils.js +1 -0
- package/src/bin/v2/customTagManager.js +1 -0
- package/src/bin/v2/eventDispatcher.js +1 -0
- package/src/bin/v2/framework/automationFramework.js +1 -0
- package/src/bin/v2/framework/constants/automationFrameworkConstants.js +1 -0
- package/src/bin/v2/framework/constants/testFrameworkConstants.js +1 -0
- package/src/bin/v2/framework/playwrightAutomationFramework.js +1 -0
- package/src/bin/v2/framework/playwrightTestFramework.js +1 -0
- package/src/bin/v2/framework/testFramework.js +1 -0
- package/src/bin/v2/grpcClient.js +1 -0
- package/src/bin/v2/instances/automationFrameworkInstance.js +1 -0
- package/src/bin/v2/instances/testFrameworkInstance.js +1 -0
- package/src/bin/v2/instances/trackedContext.js +1 -0
- package/src/bin/v2/instances/trackedInstance.js +1 -0
- package/src/bin/v2/modules/accessibilityModule.js +1 -0
- package/src/bin/v2/modules/baseModule.js +1 -0
- package/src/bin/v2/modules/observabilityModule.js +1 -0
- package/src/bin/v2/modules/playwrightDriverModule.js +1 -0
- package/src/bin/v2/modules/testhubModule.js +1 -0
- package/src/bin/v2/state/automationFrameworkState.js +1 -0
- package/src/bin/v2/state/hookState.js +1 -0
- package/src/bin/v2/state/testFrameworkState.js +1 -0
- package/src/bin/v2/uploadAttachmentsManager.js +1 -0
- package/src/bin/vanilla-js/command.js +1 -1
- package/src/browserStackSdk.js +1 -1
- package/src/helpers/BrowserStackSetup.js +1 -1
- package/src/helpers/accessibility-automation/constants.js +1 -1
- package/src/helpers/accessibility-automation/helper.js +1 -1
- package/src/helpers/accessibility-automation/scripts.js +1 -1
- package/src/helpers/ai-sdk/aiSdkWrapper.js +1 -1
- package/src/helpers/ai-sdk/autoHealHelper.js +1 -1
- package/src/helpers/ats/constants.js +1 -1
- package/src/helpers/ats/helper.js +1 -1
- package/src/helpers/capsMapping.js +1 -1
- package/src/helpers/central-scanner/constants.js +1 -1
- package/src/helpers/central-scanner/helpers.js +1 -1
- package/src/helpers/classLogger.js +1 -0
- package/src/helpers/globals.js +1 -1
- package/src/helpers/helper.js +1 -1
- package/src/helpers/logger.js +1 -1
- package/src/helpers/metadata.js +1 -1
- package/src/helpers/patchHelper.js +1 -1
- package/src/helpers/patchHelpers.js +1 -1
- package/src/helpers/percy/Percy.js +1 -1
- package/src/helpers/percy/PercyBinary.js +1 -1
- package/src/helpers/percy/PercyCaptureMap.js +1 -1
- package/src/helpers/percy/PercyCaptureModes.js +1 -1
- package/src/helpers/percy/PercySDK.js +1 -1
- package/src/helpers/percy/index.js +1 -1
- package/src/helpers/percy/utils.js +1 -1
- package/src/helpers/performance/constants.js +1 -1
- package/src/helpers/performance/performance-tester.js +1 -1
- package/src/helpers/processHelper.js +1 -1
- package/src/helpers/request-spy.js +1 -1
- package/src/helpers/setKeepAlive.js +1 -1
- package/src/helpers/test-observability/constants.js +1 -1
- package/src/helpers/test-observability/error-handler.js +1 -1
- package/src/helpers/test-observability/requestQueueHandler.js +1 -1
- package/src/helpers/test-observability/sessionHandler.js +1 -1
- package/src/helpers/test-observability/utils.js +1 -1
- package/src/helpers/test-orchestration/fail-fast/fileHelper.js +1 -0
- package/src/helpers/test-orchestration/fail-fast/jest.js +1 -0
- package/src/helpers/test-orchestration/fail-fast/requestUtils.js +1 -0
- package/src/helpers/testhub/constants.js +1 -1
- package/src/helpers/testhub/testhubHandler.js +1 -1
- package/src/helpers/testhub/utils.js +1 -1
- package/src/helpers/timeoutPromise.js +1 -1
- package/src/helpers/utilities.js +1 -1
- package/src/helpers/w3cMapping.js +1 -1
- package/src/hubAllocationMethods.js +1 -1
- package/src/index.js +1 -1
|
@@ -0,0 +1 @@
|
|
|
1
|
+
// GENERATED CODE -- NO SERVICES IN PROTO
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
// GENERATED CODE -- NO SERVICES IN PROTO
|
|
@@ -0,0 +1,217 @@
|
|
|
1
|
+
// package: browserstack.sdk.v1
|
|
2
|
+
// file: sdk-messages-ai.proto
|
|
3
|
+
|
|
4
|
+
import * as jspb from "google-protobuf";
|
|
5
|
+
|
|
6
|
+
export class AIBrowserExtensionRequest extends jspb.Message {
|
|
7
|
+
getBinSessionId(): string;
|
|
8
|
+
setBinSessionId(value: string): void;
|
|
9
|
+
|
|
10
|
+
getBrowserName(): string;
|
|
11
|
+
setBrowserName(value: string): void;
|
|
12
|
+
|
|
13
|
+
getBrowserVersion(): string;
|
|
14
|
+
setBrowserVersion(value: string): void;
|
|
15
|
+
|
|
16
|
+
serializeBinary(): Uint8Array;
|
|
17
|
+
toObject(includeInstance?: boolean): AIBrowserExtensionRequest.AsObject;
|
|
18
|
+
static toObject(includeInstance: boolean, msg: AIBrowserExtensionRequest): AIBrowserExtensionRequest.AsObject;
|
|
19
|
+
static extensions: {[key: number]: jspb.ExtensionFieldInfo<jspb.Message>};
|
|
20
|
+
static extensionsBinary: {[key: number]: jspb.ExtensionFieldBinaryInfo<jspb.Message>};
|
|
21
|
+
static serializeBinaryToWriter(message: AIBrowserExtensionRequest, writer: jspb.BinaryWriter): void;
|
|
22
|
+
static deserializeBinary(bytes: Uint8Array): AIBrowserExtensionRequest;
|
|
23
|
+
static deserializeBinaryFromReader(message: AIBrowserExtensionRequest, reader: jspb.BinaryReader): AIBrowserExtensionRequest;
|
|
24
|
+
}
|
|
25
|
+
|
|
26
|
+
export namespace AIBrowserExtensionRequest {
|
|
27
|
+
export type AsObject = {
|
|
28
|
+
binSessionId: string,
|
|
29
|
+
browserName: string,
|
|
30
|
+
browserVersion: string,
|
|
31
|
+
}
|
|
32
|
+
}
|
|
33
|
+
|
|
34
|
+
export class AIBrowserExtensionResponse extends jspb.Message {
|
|
35
|
+
getSuccess(): boolean;
|
|
36
|
+
setSuccess(value: boolean): void;
|
|
37
|
+
|
|
38
|
+
hasExtension$(): boolean;
|
|
39
|
+
clearExtension$(): void;
|
|
40
|
+
getExtension$(): string;
|
|
41
|
+
setExtension$(value: string): void;
|
|
42
|
+
|
|
43
|
+
hasError(): boolean;
|
|
44
|
+
clearError(): void;
|
|
45
|
+
getError(): string;
|
|
46
|
+
setError(value: string): void;
|
|
47
|
+
|
|
48
|
+
serializeBinary(): Uint8Array;
|
|
49
|
+
toObject(includeInstance?: boolean): AIBrowserExtensionResponse.AsObject;
|
|
50
|
+
static toObject(includeInstance: boolean, msg: AIBrowserExtensionResponse): AIBrowserExtensionResponse.AsObject;
|
|
51
|
+
static extensions: {[key: number]: jspb.ExtensionFieldInfo<jspb.Message>};
|
|
52
|
+
static extensionsBinary: {[key: number]: jspb.ExtensionFieldBinaryInfo<jspb.Message>};
|
|
53
|
+
static serializeBinaryToWriter(message: AIBrowserExtensionResponse, writer: jspb.BinaryWriter): void;
|
|
54
|
+
static deserializeBinary(bytes: Uint8Array): AIBrowserExtensionResponse;
|
|
55
|
+
static deserializeBinaryFromReader(message: AIBrowserExtensionResponse, reader: jspb.BinaryReader): AIBrowserExtensionResponse;
|
|
56
|
+
}
|
|
57
|
+
|
|
58
|
+
export namespace AIBrowserExtensionResponse {
|
|
59
|
+
export type AsObject = {
|
|
60
|
+
success: boolean,
|
|
61
|
+
extension: string,
|
|
62
|
+
error: string,
|
|
63
|
+
}
|
|
64
|
+
}
|
|
65
|
+
|
|
66
|
+
export class AISelfHealGetRequest extends jspb.Message {
|
|
67
|
+
getBinSessionId(): string;
|
|
68
|
+
setBinSessionId(value: string): void;
|
|
69
|
+
|
|
70
|
+
hasPlatformIndex(): boolean;
|
|
71
|
+
clearPlatformIndex(): void;
|
|
72
|
+
getPlatformIndex(): string;
|
|
73
|
+
setPlatformIndex(value: string): void;
|
|
74
|
+
|
|
75
|
+
getFrameworkSessionId(): string;
|
|
76
|
+
setFrameworkSessionId(value: string): void;
|
|
77
|
+
|
|
78
|
+
getLocatorType(): string;
|
|
79
|
+
setLocatorType(value: string): void;
|
|
80
|
+
|
|
81
|
+
serializeBinary(): Uint8Array;
|
|
82
|
+
toObject(includeInstance?: boolean): AISelfHealGetRequest.AsObject;
|
|
83
|
+
static toObject(includeInstance: boolean, msg: AISelfHealGetRequest): AISelfHealGetRequest.AsObject;
|
|
84
|
+
static extensions: {[key: number]: jspb.ExtensionFieldInfo<jspb.Message>};
|
|
85
|
+
static extensionsBinary: {[key: number]: jspb.ExtensionFieldBinaryInfo<jspb.Message>};
|
|
86
|
+
static serializeBinaryToWriter(message: AISelfHealGetRequest, writer: jspb.BinaryWriter): void;
|
|
87
|
+
static deserializeBinary(bytes: Uint8Array): AISelfHealGetRequest;
|
|
88
|
+
static deserializeBinaryFromReader(message: AISelfHealGetRequest, reader: jspb.BinaryReader): AISelfHealGetRequest;
|
|
89
|
+
}
|
|
90
|
+
|
|
91
|
+
export namespace AISelfHealGetRequest {
|
|
92
|
+
export type AsObject = {
|
|
93
|
+
binSessionId: string,
|
|
94
|
+
platformIndex: string,
|
|
95
|
+
frameworkSessionId: string,
|
|
96
|
+
locatorType: string,
|
|
97
|
+
}
|
|
98
|
+
}
|
|
99
|
+
|
|
100
|
+
export class AISelfHealGetResponse extends jspb.Message {
|
|
101
|
+
getSuccess(): boolean;
|
|
102
|
+
setSuccess(value: boolean): void;
|
|
103
|
+
|
|
104
|
+
getFrameworkSessionId(): string;
|
|
105
|
+
setFrameworkSessionId(value: string): void;
|
|
106
|
+
|
|
107
|
+
hasLocatorType(): boolean;
|
|
108
|
+
clearLocatorType(): void;
|
|
109
|
+
getLocatorType(): string;
|
|
110
|
+
setLocatorType(value: string): void;
|
|
111
|
+
|
|
112
|
+
hasLocatorValue(): boolean;
|
|
113
|
+
clearLocatorValue(): void;
|
|
114
|
+
getLocatorValue(): string;
|
|
115
|
+
setLocatorValue(value: string): void;
|
|
116
|
+
|
|
117
|
+
hasAiHealing(): boolean;
|
|
118
|
+
clearAiHealing(): void;
|
|
119
|
+
getAiHealing(): boolean;
|
|
120
|
+
setAiHealing(value: boolean): void;
|
|
121
|
+
|
|
122
|
+
hasError(): boolean;
|
|
123
|
+
clearError(): void;
|
|
124
|
+
getError(): string;
|
|
125
|
+
setError(value: string): void;
|
|
126
|
+
|
|
127
|
+
serializeBinary(): Uint8Array;
|
|
128
|
+
toObject(includeInstance?: boolean): AISelfHealGetResponse.AsObject;
|
|
129
|
+
static toObject(includeInstance: boolean, msg: AISelfHealGetResponse): AISelfHealGetResponse.AsObject;
|
|
130
|
+
static extensions: {[key: number]: jspb.ExtensionFieldInfo<jspb.Message>};
|
|
131
|
+
static extensionsBinary: {[key: number]: jspb.ExtensionFieldBinaryInfo<jspb.Message>};
|
|
132
|
+
static serializeBinaryToWriter(message: AISelfHealGetResponse, writer: jspb.BinaryWriter): void;
|
|
133
|
+
static deserializeBinary(bytes: Uint8Array): AISelfHealGetResponse;
|
|
134
|
+
static deserializeBinaryFromReader(message: AISelfHealGetResponse, reader: jspb.BinaryReader): AISelfHealGetResponse;
|
|
135
|
+
}
|
|
136
|
+
|
|
137
|
+
export namespace AISelfHealGetResponse {
|
|
138
|
+
export type AsObject = {
|
|
139
|
+
success: boolean,
|
|
140
|
+
frameworkSessionId: string,
|
|
141
|
+
locatorType: string,
|
|
142
|
+
locatorValue: string,
|
|
143
|
+
aiHealing: boolean,
|
|
144
|
+
error: string,
|
|
145
|
+
}
|
|
146
|
+
}
|
|
147
|
+
|
|
148
|
+
export class AISelfHealStepRequest extends jspb.Message {
|
|
149
|
+
getBinSessionId(): string;
|
|
150
|
+
setBinSessionId(value: string): void;
|
|
151
|
+
|
|
152
|
+
hasPlatformIndex(): boolean;
|
|
153
|
+
clearPlatformIndex(): void;
|
|
154
|
+
getPlatformIndex(): string;
|
|
155
|
+
setPlatformIndex(value: string): void;
|
|
156
|
+
|
|
157
|
+
getFrameworkSessionId(): string;
|
|
158
|
+
setFrameworkSessionId(value: string): void;
|
|
159
|
+
|
|
160
|
+
getIsSuccess(): boolean;
|
|
161
|
+
setIsSuccess(value: boolean): void;
|
|
162
|
+
|
|
163
|
+
getLocatorType(): string;
|
|
164
|
+
setLocatorType(value: string): void;
|
|
165
|
+
|
|
166
|
+
getLocatorValue(): string;
|
|
167
|
+
setLocatorValue(value: string): void;
|
|
168
|
+
|
|
169
|
+
getTestName(): string;
|
|
170
|
+
setTestName(value: string): void;
|
|
171
|
+
|
|
172
|
+
serializeBinary(): Uint8Array;
|
|
173
|
+
toObject(includeInstance?: boolean): AISelfHealStepRequest.AsObject;
|
|
174
|
+
static toObject(includeInstance: boolean, msg: AISelfHealStepRequest): AISelfHealStepRequest.AsObject;
|
|
175
|
+
static extensions: {[key: number]: jspb.ExtensionFieldInfo<jspb.Message>};
|
|
176
|
+
static extensionsBinary: {[key: number]: jspb.ExtensionFieldBinaryInfo<jspb.Message>};
|
|
177
|
+
static serializeBinaryToWriter(message: AISelfHealStepRequest, writer: jspb.BinaryWriter): void;
|
|
178
|
+
static deserializeBinary(bytes: Uint8Array): AISelfHealStepRequest;
|
|
179
|
+
static deserializeBinaryFromReader(message: AISelfHealStepRequest, reader: jspb.BinaryReader): AISelfHealStepRequest;
|
|
180
|
+
}
|
|
181
|
+
|
|
182
|
+
export namespace AISelfHealStepRequest {
|
|
183
|
+
export type AsObject = {
|
|
184
|
+
binSessionId: string,
|
|
185
|
+
platformIndex: string,
|
|
186
|
+
frameworkSessionId: string,
|
|
187
|
+
isSuccess: boolean,
|
|
188
|
+
locatorType: string,
|
|
189
|
+
locatorValue: string,
|
|
190
|
+
testName: string,
|
|
191
|
+
}
|
|
192
|
+
}
|
|
193
|
+
|
|
194
|
+
export class AISelfHealStepResponse extends jspb.Message {
|
|
195
|
+
getFrameworkSessionId(): string;
|
|
196
|
+
setFrameworkSessionId(value: string): void;
|
|
197
|
+
|
|
198
|
+
getExecuteScript(): string;
|
|
199
|
+
setExecuteScript(value: string): void;
|
|
200
|
+
|
|
201
|
+
serializeBinary(): Uint8Array;
|
|
202
|
+
toObject(includeInstance?: boolean): AISelfHealStepResponse.AsObject;
|
|
203
|
+
static toObject(includeInstance: boolean, msg: AISelfHealStepResponse): AISelfHealStepResponse.AsObject;
|
|
204
|
+
static extensions: {[key: number]: jspb.ExtensionFieldInfo<jspb.Message>};
|
|
205
|
+
static extensionsBinary: {[key: number]: jspb.ExtensionFieldBinaryInfo<jspb.Message>};
|
|
206
|
+
static serializeBinaryToWriter(message: AISelfHealStepResponse, writer: jspb.BinaryWriter): void;
|
|
207
|
+
static deserializeBinary(bytes: Uint8Array): AISelfHealStepResponse;
|
|
208
|
+
static deserializeBinaryFromReader(message: AISelfHealStepResponse, reader: jspb.BinaryReader): AISelfHealStepResponse;
|
|
209
|
+
}
|
|
210
|
+
|
|
211
|
+
export namespace AISelfHealStepResponse {
|
|
212
|
+
export type AsObject = {
|
|
213
|
+
frameworkSessionId: string,
|
|
214
|
+
executeScript: string,
|
|
215
|
+
}
|
|
216
|
+
}
|
|
217
|
+
|