@uniswap/client-data-api 0.0.243 → 0.0.244

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.
@@ -69,7 +69,11 @@ export declare enum SwapType {
69
69
  /**
70
70
  * @generated from enum value: SWAP_TYPE_VAULT_WITHDRAW = 16;
71
71
  */
72
- VAULT_WITHDRAW = 16
72
+ VAULT_WITHDRAW = 16,
73
+ /**
74
+ * @generated from enum value: SWAP_TYPE_SWAP_BRIDGE = 17;
75
+ */
76
+ SWAP_BRIDGE = 17
73
77
  }
74
78
  /**
75
79
  * @generated from enum data.v1.EarnPlanAction
@@ -76,6 +76,10 @@ export var SwapType;
76
76
  * @generated from enum value: SWAP_TYPE_VAULT_WITHDRAW = 16;
77
77
  */
78
78
  SwapType[SwapType["VAULT_WITHDRAW"] = 16] = "VAULT_WITHDRAW";
79
+ /**
80
+ * @generated from enum value: SWAP_TYPE_SWAP_BRIDGE = 17;
81
+ */
82
+ SwapType[SwapType["SWAP_BRIDGE"] = 17] = "SWAP_BRIDGE";
79
83
  })(SwapType || (SwapType = {}));
80
84
  // Retrieve enum metadata with: proto3.getEnumType(SwapType)
81
85
  proto3.util.setEnumType(SwapType, "data.v1.SwapType", [
@@ -96,6 +100,7 @@ proto3.util.setEnumType(SwapType, "data.v1.SwapType", [
96
100
  { no: 14, name: "SWAP_TYPE_RESET_APPROVAL_TXN" },
97
101
  { no: 15, name: "SWAP_TYPE_VAULT_DEPOSIT" },
98
102
  { no: 16, name: "SWAP_TYPE_VAULT_WITHDRAW" },
103
+ { no: 17, name: "SWAP_TYPE_SWAP_BRIDGE" },
99
104
  ]);
100
105
  /**
101
106
  * @generated from enum data.v1.EarnPlanAction
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@uniswap/client-data-api",
3
- "version": "0.0.243",
3
+ "version": "0.0.244",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },