@sentio/api 1.0.4-rc.2 → 1.0.4-rc.3

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.
@@ -2628,6 +2628,7 @@ export declare namespace processor_service {
2628
2628
  isBinary?: boolean;
2629
2629
  chainId?: string;
2630
2630
  requiredChains?: Array<string>;
2631
+ createTxHash?: string;
2631
2632
  };
2632
2633
  type ProcessorSourceFile = {
2633
2634
  path?: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sentio/api",
3
- "version": "1.0.4-rc.2",
3
+ "version": "1.0.4-rc.3",
4
4
  "license": "Apache-2.0",
5
5
  "repository": {
6
6
  "type": "git",
package/src/types.gen.ts CHANGED
@@ -2640,6 +2640,7 @@ export namespace processor_service {
2640
2640
  isBinary?: boolean;
2641
2641
  chainId?: string;
2642
2642
  requiredChains?: Array<string>;
2643
+ createTxHash?: string;
2643
2644
  };
2644
2645
  export type ProcessorSourceFile = {
2645
2646
  path?: string;