@stanterprise/protobuf 0.0.2 → 0.0.4

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 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, Timestamp };
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, Timestamp };
407
+ export { Ack, Attachment, type ITestEventCollectorClient, TestEventCollector, TestEventCollectorClient, TestFinishEvent, TestStartEvent, TestStatus, TestStep, TestStepEvent };