@crisp-e3/sdk 0.5.10 → 0.5.11

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/dist/index.d.ts CHANGED
@@ -130,8 +130,8 @@ type VoteProofRequest = {
130
130
  * the credits can vary based on certain criteria (e.g., voter balance).
131
131
  */
132
132
  declare enum CreditMode {
133
- CONSTANT = "0",
134
- CUSTOM = "1"
133
+ CONSTANT = 0,
134
+ CUSTOM = 1
135
135
  }
136
136
 
137
137
  /**