@ercworldio/blockchain-shared 1.0.3-dev.3-PROJ-1296.4 → 1.0.3-dev.3-PROJ-1296.6

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.
Files changed (32) hide show
  1. package/build/contracts/artifacts/Escrow.json +0 -6
  2. package/build/contracts/contract-events/AccessControlEvents.js +4 -4
  3. package/build/contracts/contract-events/EscrowEvents.d.ts +105 -2
  4. package/build/contracts/contract-events/EscrowEvents.d.ts.map +1 -1
  5. package/build/contracts/contract-events/EscrowEvents.js +59 -17
  6. package/build/contracts/contract-events/types/events.d.ts +35 -1
  7. package/build/contracts/contract-events/types/events.d.ts.map +1 -1
  8. package/build/contracts/typechain-types/contracts/escrow/Escrow.d.ts +1 -4
  9. package/build/contracts/typechain-types/contracts/escrow/Escrow.d.ts.map +1 -1
  10. package/build/contracts/typechain-types/contracts/lib/Events.d.ts +1 -4
  11. package/build/contracts/typechain-types/contracts/lib/Events.d.ts.map +1 -1
  12. package/build/contracts/typechain-types/factories/contracts/escrow/EscrowAccessControl__factory.d.ts +1 -1
  13. package/build/contracts/typechain-types/factories/contracts/escrow/EscrowAccessControl__factory.js +1 -1
  14. package/build/contracts/typechain-types/factories/contracts/escrow/Escrow__factory.d.ts +1 -6
  15. package/build/contracts/typechain-types/factories/contracts/escrow/Escrow__factory.d.ts.map +1 -1
  16. package/build/contracts/typechain-types/factories/contracts/escrow/Escrow__factory.js +1 -7
  17. package/build/contracts/typechain-types/factories/contracts/lib/Events__factory.d.ts +1 -6
  18. package/build/contracts/typechain-types/factories/contracts/lib/Events__factory.d.ts.map +1 -1
  19. package/build/contracts/typechain-types/factories/contracts/lib/Events__factory.js +1 -7
  20. package/build/entities/AdminOperationThresholds.d.ts +0 -1
  21. package/build/entities/AdminOperationThresholds.d.ts.map +1 -1
  22. package/build/entities/AdminOperationThresholds.js +0 -4
  23. package/build/entities/GlobalTimelock.d.ts +0 -1
  24. package/build/entities/GlobalTimelock.d.ts.map +1 -1
  25. package/build/entities/GlobalTimelock.js +0 -4
  26. package/build/entities/GranularTimelock .d.ts +0 -1
  27. package/build/entities/GranularTimelock .d.ts.map +1 -1
  28. package/build/entities/GranularTimelock .js +0 -4
  29. package/build/entities/TokenExecutionThresholds.d.ts +0 -1
  30. package/build/entities/TokenExecutionThresholds.d.ts.map +1 -1
  31. package/build/entities/TokenExecutionThresholds.js +0 -4
  32. package/package.json +1 -1
@@ -1,6 +1,5 @@
1
1
  export declare class TokenExecutionThresholds {
2
2
  id: number;
3
- operation_type: number;
4
3
  blockchain: string;
5
4
  chain_id: string;
6
5
  escrow_address: string;
@@ -1 +1 @@
1
- {"version":3,"file":"TokenExecutionThresholds.d.ts","sourceRoot":"","sources":["../../src/entities/TokenExecutionThresholds.ts"],"names":[],"mappings":"AAEA,qBAEa,wBAAwB;IAEjC,EAAE,EAAG,MAAM,CAAC;IAGZ,cAAc,EAAG,MAAM,CAAC;IAGxB,UAAU,EAAG,MAAM,CAAC;IAGpB,QAAQ,EAAG,MAAM,CAAC;IAGlB,cAAc,EAAG,MAAM,CAAC;IAGxB,aAAa,EAAG,MAAM,CAAC;IAGvB,eAAe,EAAG,MAAM,CAAC;IAGzB,kBAAkB,EAAG,MAAM,CAAC;IAG5B,kBAAkB,EAAG,MAAM,CAAC;IAG5B,gBAAgB,EAAG,MAAM,CAAC;IAG1B,gBAAgB,EAAG,MAAM,CAAC;IAG1B,UAAU,EAAG,IAAI,CAAC;IAGlB,UAAU,EAAG,IAAI,CAAC;CACrB"}
1
+ {"version":3,"file":"TokenExecutionThresholds.d.ts","sourceRoot":"","sources":["../../src/entities/TokenExecutionThresholds.ts"],"names":[],"mappings":"AAEA,qBAEa,wBAAwB;IAEjC,EAAE,EAAG,MAAM,CAAC;IAGZ,UAAU,EAAG,MAAM,CAAC;IAGpB,QAAQ,EAAG,MAAM,CAAC;IAGlB,cAAc,EAAG,MAAM,CAAC;IAGxB,aAAa,EAAG,MAAM,CAAC;IAGvB,eAAe,EAAG,MAAM,CAAC;IAGzB,kBAAkB,EAAG,MAAM,CAAC;IAG5B,kBAAkB,EAAG,MAAM,CAAC;IAG5B,gBAAgB,EAAG,MAAM,CAAC;IAG1B,gBAAgB,EAAG,MAAM,CAAC;IAG1B,UAAU,EAAG,IAAI,CAAC;IAGlB,UAAU,EAAG,IAAI,CAAC;CACrB"}
@@ -18,10 +18,6 @@ __decorate([
18
18
  (0, typeorm_1.PrimaryGeneratedColumn)({ type: 'bigint' }),
19
19
  __metadata("design:type", Number)
20
20
  ], TokenExecutionThresholds.prototype, "id", void 0);
21
- __decorate([
22
- (0, typeorm_1.Column)(),
23
- __metadata("design:type", Number)
24
- ], TokenExecutionThresholds.prototype, "operation_type", void 0);
25
21
  __decorate([
26
22
  (0, typeorm_1.Column)(),
27
23
  __metadata("design:type", String)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ercworldio/blockchain-shared",
3
- "version": "1.0.3-dev.3-PROJ-1296.4",
3
+ "version": "1.0.3-dev.3-PROJ-1296.6",
4
4
  "description": "Shared library for blockchain projects",
5
5
  "main": "build/index.js",
6
6
  "types": "build/index.d.ts",