@stanterprise/protobuf 0.0.3 → 0.0.5
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/README.md +1 -0
- package/dist/index.d.mts +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.js +92 -2514
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +75 -2496
- package/dist/index.mjs.map +1 -1
- package/package.json +5 -4
- package/LICENSE +0 -0
package/README.md
CHANGED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
# Stanterprise test solution Typescript Protobuf implementations
|
package/dist/index.d.mts
CHANGED
|
@@ -404,4 +404,4 @@ declare class TestEventCollectorClient implements ITestEventCollectorClient, Ser
|
|
|
404
404
|
reportTestStep(input: TestStepEvent, options?: RpcOptions): UnaryCall<TestStepEvent, Ack>;
|
|
405
405
|
}
|
|
406
406
|
|
|
407
|
-
export { Ack, Attachment, type ITestEventCollectorClient, TestEventCollector, TestEventCollectorClient, TestFinishEvent, TestStartEvent, TestStatus, TestStep, TestStepEvent
|
|
407
|
+
export { Ack, Attachment, type ITestEventCollectorClient, TestEventCollector, TestEventCollectorClient, TestFinishEvent, TestStartEvent, TestStatus, TestStep, TestStepEvent };
|
package/dist/index.d.ts
CHANGED
|
@@ -404,4 +404,4 @@ declare class TestEventCollectorClient implements ITestEventCollectorClient, Ser
|
|
|
404
404
|
reportTestStep(input: TestStepEvent, options?: RpcOptions): UnaryCall<TestStepEvent, Ack>;
|
|
405
405
|
}
|
|
406
406
|
|
|
407
|
-
export { Ack, Attachment, type ITestEventCollectorClient, TestEventCollector, TestEventCollectorClient, TestFinishEvent, TestStartEvent, TestStatus, TestStep, TestStepEvent
|
|
407
|
+
export { Ack, Attachment, type ITestEventCollectorClient, TestEventCollector, TestEventCollectorClient, TestFinishEvent, TestStartEvent, TestStatus, TestStep, TestStepEvent };
|