@0xsquid/squid-types 0.1.135 → 0.1.136

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.
@@ -6,7 +6,8 @@ export declare enum FeeType {
6
6
  INTEGRATOR_FEE = "Integrator fee",
7
7
  CHAINFLIP_FEE = "Chainflip fee",
8
8
  EXECUTION_FEE = "Execution fee",
9
- SETTLEMENT_FEE = "Settlement fee"
9
+ SETTLEMENT_FEE = "Settlement fee",
10
+ SERVICE_FEE = "Service fee"
10
11
  }
11
12
  export declare enum GasCostType {
12
13
  EXECUTE_CALL = "executeCall"
@@ -10,6 +10,7 @@ var FeeType;
10
10
  FeeType["CHAINFLIP_FEE"] = "Chainflip fee";
11
11
  FeeType["EXECUTION_FEE"] = "Execution fee";
12
12
  FeeType["SETTLEMENT_FEE"] = "Settlement fee";
13
+ FeeType["SERVICE_FEE"] = "Service fee";
13
14
  })(FeeType || (exports.FeeType = FeeType = {}));
14
15
  var GasCostType;
15
16
  (function (GasCostType) {
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/fees/index.ts"],"names":[],"mappings":";;;AAEA,IAAY,OAQX;AARD,WAAY,OAAO;IACjB,oCAAyB,CAAA;IACzB,gDAAqC,CAAA;IACrC,kCAAuB,CAAA;IACvB,4CAAiC,CAAA;IACjC,0CAA+B,CAAA;IAC/B,0CAA+B,CAAA;IAC/B,4CAAiC,CAAA;AACnC,CAAC,EARW,OAAO,uBAAP,OAAO,QAQlB;AAED,IAAY,WAEX;AAFD,WAAY,WAAW;IACrB,2CAA4B,CAAA;AAC9B,CAAC,EAFW,WAAW,2BAAX,WAAW,QAEtB"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/fees/index.ts"],"names":[],"mappings":";;;AAEA,IAAY,OASX;AATD,WAAY,OAAO;IACjB,oCAAyB,CAAA;IACzB,gDAAqC,CAAA;IACrC,kCAAuB,CAAA;IACvB,4CAAiC,CAAA;IACjC,0CAA+B,CAAA;IAC/B,0CAA+B,CAAA;IAC/B,4CAAiC,CAAA;IACjC,sCAA2B,CAAA;AAC7B,CAAC,EATW,OAAO,uBAAP,OAAO,QASlB;AAED,IAAY,WAEX;AAFD,WAAY,WAAW;IACrB,2CAA4B,CAAA;AAC9B,CAAC,EAFW,WAAW,2BAAX,WAAW,QAEtB"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@0xsquid/squid-types",
3
- "version": "0.1.135",
3
+ "version": "0.1.136",
4
4
  "description": "JS and TS types relating to 0xsquid related projects.",
5
5
  "main": "dist/index.js",
6
6
  "types": "./dist/index.d.ts",