@merkl/api 1.6.82 → 1.6.83

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.
@@ -13532,7 +13532,7 @@ declare const eden: {
13532
13532
  200: {
13533
13533
  id: string;
13534
13534
  name: string;
13535
- description: string;
13535
+ description?: string | undefined;
13536
13536
  baseConfig: any;
13537
13537
  completionConfig: {
13538
13538
  [x: string]: any;
@@ -13579,7 +13579,7 @@ declare const eden: {
13579
13579
  200: {
13580
13580
  id: string;
13581
13581
  name: string;
13582
- description: string;
13582
+ description?: string | undefined;
13583
13583
  baseConfig: any;
13584
13584
  completionConfig: {
13585
13585
  [x: string]: any;
@@ -13620,7 +13620,7 @@ declare const eden: {
13620
13620
  200: {
13621
13621
  id: string;
13622
13622
  name: string;
13623
- description: string;
13623
+ description: string | null;
13624
13624
  baseConfig: import("@prisma/client/runtime/client").JsonValue;
13625
13625
  completionConfig: import("@prisma/client/runtime/client").JsonValue;
13626
13626
  protocolId: string | null;
@@ -13649,7 +13649,7 @@ declare const eden: {
13649
13649
  200: {
13650
13650
  id: string;
13651
13651
  name: string;
13652
- description: string;
13652
+ description?: string | undefined;
13653
13653
  baseConfig: any;
13654
13654
  completionConfig: {
13655
13655
  [x: string]: any;
@@ -13682,7 +13682,7 @@ declare const eden: {
13682
13682
  }>>;
13683
13683
  post: (body: {
13684
13684
  name: string;
13685
- description: string;
13685
+ description?: string | undefined;
13686
13686
  baseConfig: any;
13687
13687
  completionConfig: {
13688
13688
  [x: string]: any;
@@ -13698,7 +13698,7 @@ declare const eden: {
13698
13698
  200: {
13699
13699
  id: string;
13700
13700
  name: string;
13701
- description: string;
13701
+ description?: string | undefined;
13702
13702
  baseConfig: any;
13703
13703
  completionConfig: {
13704
13704
  [x: string]: any;
@@ -1 +1 @@
1
- {"version":3,"file":"factory.js","sourceRoot":"","sources":["../../../../../../apps/api/src/engine/nativeAPR/factory.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,YAAY,EAAE,MAAM,0BAA0B,CAAC;AACxD,OAAO,EAAE,wBAAwB,EAAE,MAAM,4BAA4B,CAAC;AACtE,OAAO,EAAE,yBAAyB,EAAE,MAAM,6BAA6B,CAAC;AACxE,OAAO,EAAE,uCAAuC,EAAE,MAAM,2CAA2C,CAAC;AACpG,OAAO,EAAE,2BAA2B,EAAE,MAAM,+BAA+B,CAAC;AAG5E,MAAM,CAAC,MAAM,uBAAuB,GAAqC;IACvE,CAAC,YAAY,CAAC,wBAAwB,CAAC,EAAE,IAAI,uCAAuC,EAAE;IACtF,CAAC,YAAY,CAAC,KAAK,CAAC,EAAE,IAAI,yBAAyB,EAAE;IACrD,CAAC,YAAY,CAAC,WAAW,CAAC,EAAE,IAAI,2BAA2B,EAAE;IAC7D,CAAC,YAAY,CAAC,WAAW,CAAC,EAAE,IAAI,wBAAwB,EAAE;CAC3D,CAAC"}
1
+ {"version":3,"file":"factory.js","sourceRoot":"","sources":["../../../../../../apps/api/src/engine/nativeAPR/factory.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,YAAY,EAAE,YAAY,EAAE,MAAM,0BAA0B,CAAC;AACtE,OAAO,EAAE,wBAAwB,EAAE,MAAM,4BAA4B,CAAC;AACtE,OAAO,EAAE,qBAAqB,EAAE,MAAM,kCAAkC,CAAC;AACzE,OAAO,EAAE,yBAAyB,EAAE,MAAM,6BAA6B,CAAC;AACxE,OAAO,EAAE,uCAAuC,EAAE,MAAM,2CAA2C,CAAC;AACpG,OAAO,EAAE,2BAA2B,EAAE,MAAM,+BAA+B,CAAC;AAG5E,MAAM,CAAC,MAAM,uBAAuB,GAAqC;IACvE,CAAC,YAAY,CAAC,wBAAwB,CAAC,EAAE,IAAI,uCAAuC,EAAE;IACtF,CAAC,YAAY,CAAC,KAAK,CAAC,EAAE,IAAI,yBAAyB,EAAE;IACrD,CAAC,YAAY,CAAC,WAAW,CAAC,EAAE,IAAI,2BAA2B,EAAE;IAC7D,CAAC,YAAY,CAAC,WAAW,CAAC,EAAE,IAAI,wBAAwB,EAAE;IAC1D,CAAC,YAAY,CAAC,MAAM,CAAC,EAAE,IAAI,qBAAqB,CAAC,gDAAgD,CAAC;CACnG,CAAC"}
@@ -14162,7 +14162,7 @@ declare const app: Elysia<"", {
14162
14162
  200: {
14163
14163
  id: string;
14164
14164
  name: string;
14165
- description: string;
14165
+ description?: string | undefined;
14166
14166
  baseConfig: any;
14167
14167
  completionConfig: {
14168
14168
  [x: string]: any;
@@ -14237,7 +14237,7 @@ declare const app: Elysia<"", {
14237
14237
  200: {
14238
14238
  id: string;
14239
14239
  name: string;
14240
- description: string;
14240
+ description?: string | undefined;
14241
14241
  baseConfig: any;
14242
14242
  completionConfig: {
14243
14243
  [x: string]: any;
@@ -14276,7 +14276,7 @@ declare const app: Elysia<"", {
14276
14276
  post: {
14277
14277
  body: {
14278
14278
  name: string;
14279
- description: string;
14279
+ description?: string | undefined;
14280
14280
  baseConfig: any;
14281
14281
  completionConfig: {
14282
14282
  [x: string]: any;
@@ -14292,7 +14292,7 @@ declare const app: Elysia<"", {
14292
14292
  200: {
14293
14293
  id: string;
14294
14294
  name: string;
14295
- description: string;
14295
+ description?: string | undefined;
14296
14296
  baseConfig: any;
14297
14297
  completionConfig: {
14298
14298
  [x: string]: any;
@@ -14347,7 +14347,7 @@ declare const app: Elysia<"", {
14347
14347
  200: {
14348
14348
  id: string;
14349
14349
  name: string;
14350
- description: string;
14350
+ description?: string | undefined;
14351
14351
  baseConfig: any;
14352
14352
  completionConfig: {
14353
14353
  [x: string]: any;
@@ -14397,7 +14397,7 @@ declare const app: Elysia<"", {
14397
14397
  200: {
14398
14398
  id: string;
14399
14399
  name: string;
14400
- description: string;
14400
+ description: string | null;
14401
14401
  baseConfig: import("@prisma/client/runtime/client").JsonValue;
14402
14402
  completionConfig: import("@prisma/client/runtime/client").JsonValue;
14403
14403
  protocolId: string | null;
@@ -1 +1 @@
1
- {"version":3,"file":"apr.repository.js","sourceRoot":"","sources":["../../../../../../../apps/api/src/modules/v4/apr/apr.repository.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,WAAW,EAAE,MAAM,oBAAoB,CAAC;AACjD,OAAO,EAAE,GAAG,EAAE,MAAM,6BAA6B,CAAC;AAClD,OAAO,MAAM,MAAM,QAAQ,CAAC;AAE5B,OAAO,EAAE,UAAU,EAAE,MAAM,eAAe,CAAC;AAE3C,MAAM,OAAgB,aAAa;IACjC,MAAM,CAAC,KAAK,CAAC,qBAAqB,CAAC,MAA6B,EAAE;QAChE,MAAM,aAAa,GAAG,IAAI,CAAC,KAAK,CAAC,MAAM,EAAE,CAAC,IAAI,EAAE,GAAG,GAAG,CAAC,GAAG,GAAG,CAAC;QAE9D,MAAM,WAAW,CAAC,YAAY,CAAC;YAC7B,WAAW,CAAC,eAAe,CAAC,MAAM,CAAC;gBACjC,IAAI,EAAE;oBACJ,GAAG,MAAM;oBACT,EAAE,EAAE,UAAU,CAAC,MAAM,CAAC,MAAM,CAAC,aAAa,EAAE,MAAM,CAAC,MAAM,CAAC,SAAS,CAAC,EAAE,MAAM,CAAC,KAAK,CAAC;iBACpF;aACF,CAAC;YACF,WAAW,CAAC,eAAe,CAAC,UAAU,CAAC;gBACrC,KAAK,EAAE;oBACL,WAAW,EAAE,EAAE,EAAE,EAAE,MAAM,CAAC,aAAa,EAAE;oBACzC,SAAS,EAAE,EAAE,EAAE,EAAE,MAAM,CAAC,SAAS,EAAE,GAAG,EAAE,aAAa,EAAE;iBACxD;aACF,CAAC;SACH,CAAC,CAAC;IAAA,CACJ;CACF"}
1
+ {"version":3,"file":"apr.repository.js","sourceRoot":"","sources":["../../../../../../../apps/api/src/modules/v4/apr/apr.repository.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,WAAW,EAAE,MAAM,oBAAoB,CAAC;AACjD,OAAO,EAAE,GAAG,EAAE,MAAM,6BAA6B,CAAC;AAClD,OAAO,MAAM,MAAM,QAAQ,CAAC;AAE5B,OAAO,EAAE,UAAU,EAAE,MAAM,eAAe,CAAC;AAE3C,MAAM,OAAgB,aAAa;IACjC,MAAM,CAAC,KAAK,CAAC,qBAAqB,CAAC,MAA6B,EAAE;QAChE,MAAM,aAAa,GAAG,IAAI,CAAC,KAAK,CAAC,MAAM,EAAE,CAAC,IAAI,EAAE,GAAG,GAAG,CAAC,GAAG,GAAG,CAAC;QAE9D,+EAA+E;QAC/E,MAAM,cAAc,GAAG;YACrB,KAAK,EAAE,MAAM,CAAC,KAAK;YACnB,aAAa,EAAE,MAAM,CAAC,aAAa;YACnC,SAAS,EAAE,MAAM,CAAC,MAAM,CAAC,SAAS,CAAC;YACnC,KAAK,EAAE,MAAM,CAAC,KAAK;YACnB,GAAG,CAAC,MAAM,CAAC,WAAW,KAAK,SAAS,IAAI,EAAE,WAAW,EAAE,MAAM,CAAC,WAAW,EAAE,CAAC;SAC7E,CAAC;QAEF,MAAM,WAAW,CAAC,YAAY,CAAC;YAC7B,WAAW,CAAC,eAAe,CAAC,MAAM,CAAC;gBACjC,IAAI,EAAE;oBACJ,GAAG,cAAc;oBACjB,EAAE,EAAE,UAAU,CAAC,MAAM,CAAC,MAAM,CAAC,aAAa,EAAE,MAAM,CAAC,MAAM,CAAC,SAAS,CAAC,EAAE,MAAM,CAAC,KAAK,CAAC;iBACpF;aACF,CAAC;YACF,WAAW,CAAC,eAAe,CAAC,UAAU,CAAC;gBACrC,KAAK,EAAE;oBACL,WAAW,EAAE,EAAE,EAAE,EAAE,MAAM,CAAC,aAAa,EAAE;oBACzC,SAAS,EAAE,EAAE,EAAE,EAAE,MAAM,CAAC,MAAM,CAAC,SAAS,CAAC,EAAE,GAAG,EAAE,MAAM,CAAC,aAAa,CAAC,EAAE;iBACxE;aACF,CAAC;SACH,CAAC,CAAC;IAAA,CACJ;CACF"}
@@ -14149,7 +14149,7 @@ export declare const v4: Elysia<"/v4", {
14149
14149
  200: {
14150
14150
  id: string;
14151
14151
  name: string;
14152
- description: string;
14152
+ description?: string | undefined;
14153
14153
  baseConfig: any;
14154
14154
  completionConfig: {
14155
14155
  [x: string]: any;
@@ -14224,7 +14224,7 @@ export declare const v4: Elysia<"/v4", {
14224
14224
  200: {
14225
14225
  id: string;
14226
14226
  name: string;
14227
- description: string;
14227
+ description?: string | undefined;
14228
14228
  baseConfig: any;
14229
14229
  completionConfig: {
14230
14230
  [x: string]: any;
@@ -14263,7 +14263,7 @@ export declare const v4: Elysia<"/v4", {
14263
14263
  post: {
14264
14264
  body: {
14265
14265
  name: string;
14266
- description: string;
14266
+ description?: string | undefined;
14267
14267
  baseConfig: any;
14268
14268
  completionConfig: {
14269
14269
  [x: string]: any;
@@ -14279,7 +14279,7 @@ export declare const v4: Elysia<"/v4", {
14279
14279
  200: {
14280
14280
  id: string;
14281
14281
  name: string;
14282
- description: string;
14282
+ description?: string | undefined;
14283
14283
  baseConfig: any;
14284
14284
  completionConfig: {
14285
14285
  [x: string]: any;
@@ -14334,7 +14334,7 @@ export declare const v4: Elysia<"/v4", {
14334
14334
  200: {
14335
14335
  id: string;
14336
14336
  name: string;
14337
- description: string;
14337
+ description?: string | undefined;
14338
14338
  baseConfig: any;
14339
14339
  completionConfig: {
14340
14340
  [x: string]: any;
@@ -14384,7 +14384,7 @@ export declare const v4: Elysia<"/v4", {
14384
14384
  200: {
14385
14385
  id: string;
14386
14386
  name: string;
14387
- description: string;
14387
+ description: string | null;
14388
14388
  baseConfig: import("@prisma/client/runtime/client").JsonValue;
14389
14389
  completionConfig: import("@prisma/client/runtime/client").JsonValue;
14390
14390
  protocolId: string | null;
@@ -34,7 +34,7 @@ export declare const TemplateController: Elysia<"/templates", {
34
34
  200: {
35
35
  id: string;
36
36
  name: string;
37
- description: string;
37
+ description?: string | undefined;
38
38
  baseConfig: any;
39
39
  completionConfig: {
40
40
  [x: string]: any;
@@ -109,7 +109,7 @@ export declare const TemplateController: Elysia<"/templates", {
109
109
  200: {
110
110
  id: string;
111
111
  name: string;
112
- description: string;
112
+ description?: string | undefined;
113
113
  baseConfig: any;
114
114
  completionConfig: {
115
115
  [x: string]: any;
@@ -148,7 +148,7 @@ export declare const TemplateController: Elysia<"/templates", {
148
148
  post: {
149
149
  body: {
150
150
  name: string;
151
- description: string;
151
+ description?: string | undefined;
152
152
  baseConfig: any;
153
153
  completionConfig: {
154
154
  [x: string]: any;
@@ -164,7 +164,7 @@ export declare const TemplateController: Elysia<"/templates", {
164
164
  200: {
165
165
  id: string;
166
166
  name: string;
167
- description: string;
167
+ description?: string | undefined;
168
168
  baseConfig: any;
169
169
  completionConfig: {
170
170
  [x: string]: any;
@@ -219,7 +219,7 @@ export declare const TemplateController: Elysia<"/templates", {
219
219
  200: {
220
220
  id: string;
221
221
  name: string;
222
- description: string;
222
+ description?: string | undefined;
223
223
  baseConfig: any;
224
224
  completionConfig: {
225
225
  [x: string]: any;
@@ -269,7 +269,7 @@ export declare const TemplateController: Elysia<"/templates", {
269
269
  200: {
270
270
  id: string;
271
271
  name: string;
272
- description: string;
272
+ description: string | null;
273
273
  baseConfig: import("@prisma/client/runtime/client").JsonValue;
274
274
  completionConfig: import("@prisma/client/runtime/client").JsonValue;
275
275
  protocolId: string | null;
@@ -1 +1 @@
1
- {"version":3,"file":"template.formatter.js","sourceRoot":"","sources":["../../../../../../../apps/api/src/modules/v4/template/template.formatter.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,iBAAiB,EAAE,MAAM,gCAAgC,CAAC;AAMnE;;;GAGG;AACH,MAAM,OAAgB,iBAAiB;IACrC;;;;OAIG;IACH,MAAM,CAAC,MAAM,CAAC,cAA0C,EAAY;QAClE,MAAM,gBAAgB,GAAI,cAAc,CAAC,gBAA4C,IAAI,EAAE,CAAC;QAE5F,OAAO;YACL,EAAE,EAAE,cAAc,CAAC,EAAE;YACrB,IAAI,EAAE,cAAc,CAAC,IAAI;YACzB,WAAW,EAAE,cAAc,CAAC,WAAW;YACvC,UAAU,EAAE,cAAc,CAAC,UAAU;YACrC,gBAAgB;YAChB,UAAU,EAAE,cAAc,CAAC,UAAU,IAAI,SAAS;YAClD,QAAQ,EAAE,cAAc,CAAC,QAAQ,CAAC,CAAC,CAAC,iBAAiB,CAAC,MAAM,CAAC,cAAc,CAAC,QAAQ,CAAC,CAAC,CAAC,CAAC,SAAS;SAClG,CAAC;IAAA,CACH;IAED;;;;OAIG;IACH,MAAM,CAAC,UAAU,CAAC,eAA6C,EAAc;QAC3E,OAAO,eAAe,CAAC,GAAG,CAAC,iBAAiB,CAAC,MAAM,CAAC,CAAC;IAAA,CACtD;CACF"}
1
+ {"version":3,"file":"template.formatter.js","sourceRoot":"","sources":["../../../../../../../apps/api/src/modules/v4/template/template.formatter.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,iBAAiB,EAAE,MAAM,gCAAgC,CAAC;AAMnE;;;GAGG;AACH,MAAM,OAAgB,iBAAiB;IACrC;;;;OAIG;IACH,MAAM,CAAC,MAAM,CAAC,cAA0C,EAAY;QAClE,MAAM,gBAAgB,GAAI,cAAc,CAAC,gBAA4C,IAAI,EAAE,CAAC;QAE5F,OAAO;YACL,EAAE,EAAE,cAAc,CAAC,EAAE;YACrB,IAAI,EAAE,cAAc,CAAC,IAAI;YACzB,WAAW,EAAE,cAAc,CAAC,WAAW,IAAI,SAAS;YACpD,UAAU,EAAE,cAAc,CAAC,UAAU;YACrC,gBAAgB;YAChB,UAAU,EAAE,cAAc,CAAC,UAAU,IAAI,SAAS;YAClD,QAAQ,EAAE,cAAc,CAAC,QAAQ,CAAC,CAAC,CAAC,iBAAiB,CAAC,MAAM,CAAC,cAAc,CAAC,QAAQ,CAAC,CAAC,CAAC,CAAC,SAAS;SAClG,CAAC;IAAA,CACH;IAED;;;;OAIG;IACH,MAAM,CAAC,UAAU,CAAC,eAA6C,EAAc;QAC3E,OAAO,eAAe,CAAC,GAAG,CAAC,iBAAiB,CAAC,MAAM,CAAC,CAAC;IAAA,CACtD;CACF"}
@@ -7,7 +7,7 @@ export declare abstract class TemplateRepository {
7
7
  };
8
8
  static create(body: {
9
9
  name: string;
10
- description: string;
10
+ description?: string;
11
11
  baseConfig: Prisma.InputJsonValue;
12
12
  completionConfig: Prisma.InputJsonValue;
13
13
  protocolId?: string;
@@ -29,7 +29,7 @@ export declare abstract class TemplateRepository {
29
29
  static delete(idOrName: string): Promise<{
30
30
  id: string;
31
31
  name: string;
32
- description: string;
32
+ description: string | null;
33
33
  baseConfig: import("@prisma/client/runtime/client").JsonValue;
34
34
  completionConfig: import("@prisma/client/runtime/client").JsonValue;
35
35
  protocolId: string | null;
@@ -4,7 +4,7 @@ export declare abstract class TemplateService {
4
4
  static create(body: CreateTemplateDto): Promise<{
5
5
  id: string;
6
6
  name: string;
7
- description: string;
7
+ description?: string | undefined;
8
8
  baseConfig: any;
9
9
  completionConfig: {
10
10
  [x: string]: any;
@@ -28,7 +28,7 @@ export declare abstract class TemplateService {
28
28
  static findMany(query: GetTemplatesQueryDtoModel): Promise<{
29
29
  id: string;
30
30
  name: string;
31
- description: string;
31
+ description?: string | undefined;
32
32
  baseConfig: any;
33
33
  completionConfig: {
34
34
  [x: string]: any;
@@ -52,7 +52,7 @@ export declare abstract class TemplateService {
52
52
  static findUnique(idOrName: string): Promise<{
53
53
  id: string;
54
54
  name: string;
55
- description: string;
55
+ description?: string | undefined;
56
56
  baseConfig: any;
57
57
  completionConfig: {
58
58
  [x: string]: any;
@@ -76,7 +76,7 @@ export declare abstract class TemplateService {
76
76
  static update(idOrName: string, body: UpdateTemplateDto): Promise<{
77
77
  id: string;
78
78
  name: string;
79
- description: string;
79
+ description?: string | undefined;
80
80
  baseConfig: any;
81
81
  completionConfig: {
82
82
  [x: string]: any;
@@ -101,7 +101,7 @@ export declare abstract class TemplateService {
101
101
  static delete(id: string): Promise<{
102
102
  id: string;
103
103
  name: string;
104
- description: string;
104
+ description: string | null;
105
105
  baseConfig: import("@prisma/client/runtime/client").JsonValue;
106
106
  completionConfig: import("@prisma/client/runtime/client").JsonValue;
107
107
  protocolId: string | null;
@@ -250,6 +250,11 @@ export declare const getAPR: (params: {
250
250
  priority: number;
251
251
  sender: string;
252
252
  } & ({
253
+ forwarderType: import("@package/resources/enums").CLAMM;
254
+ type: string | number;
255
+ owner?: string | undefined;
256
+ target: string;
257
+ } | {
253
258
  forwarderType: import("@package/resources/enums").IRONCLAD_RELIQUARY;
254
259
  } | {
255
260
  forwarderType: import("@package/resources/enums").ZKSWAP_FARM;
@@ -257,11 +262,6 @@ export declare const getAPR: (params: {
257
262
  forwarderType: import("@package/resources/enums").SUPERFORM;
258
263
  } | {
259
264
  forwarderType: import("@package/resources/enums").SWAP_X_GAUGE;
260
- } | {
261
- forwarderType: import("@package/resources/enums").CLAMM;
262
- type: string | number;
263
- owner?: string | undefined;
264
- target: string;
265
265
  } | {
266
266
  forwarderType: import("@package/resources/enums").ERC20;
267
267
  token: string;
@@ -584,6 +584,11 @@ export declare const getAPR: (params: {
584
584
  priority: number;
585
585
  sender: string;
586
586
  } & ({
587
+ forwarderType: import("@package/resources/enums").CLAMM;
588
+ type: string | number;
589
+ owner?: string | undefined;
590
+ target: string;
591
+ } | {
587
592
  forwarderType: import("@package/resources/enums").IRONCLAD_RELIQUARY;
588
593
  } | {
589
594
  forwarderType: import("@package/resources/enums").ZKSWAP_FARM;
@@ -591,11 +596,6 @@ export declare const getAPR: (params: {
591
596
  forwarderType: import("@package/resources/enums").SUPERFORM;
592
597
  } | {
593
598
  forwarderType: import("@package/resources/enums").SWAP_X_GAUGE;
594
- } | {
595
- forwarderType: import("@package/resources/enums").CLAMM;
596
- type: string | number;
597
- owner?: string | undefined;
598
- target: string;
599
599
  } | {
600
600
  forwarderType: import("@package/resources/enums").ERC20;
601
601
  token: string;
@@ -1198,6 +1198,11 @@ export declare const getAPR: (params: {
1198
1198
  priority: number;
1199
1199
  sender: string;
1200
1200
  } & ({
1201
+ forwarderType: import("@package/resources/enums").CLAMM;
1202
+ type: string | number;
1203
+ owner?: string | undefined;
1204
+ target: string;
1205
+ } | {
1201
1206
  forwarderType: import("@package/resources/enums").IRONCLAD_RELIQUARY;
1202
1207
  } | {
1203
1208
  forwarderType: import("@package/resources/enums").ZKSWAP_FARM;
@@ -1205,11 +1210,6 @@ export declare const getAPR: (params: {
1205
1210
  forwarderType: import("@package/resources/enums").SUPERFORM;
1206
1211
  } | {
1207
1212
  forwarderType: import("@package/resources/enums").SWAP_X_GAUGE;
1208
- } | {
1209
- forwarderType: import("@package/resources/enums").CLAMM;
1210
- type: string | number;
1211
- owner?: string | undefined;
1212
- target: string;
1213
1213
  } | {
1214
1214
  forwarderType: import("@package/resources/enums").ERC20;
1215
1215
  token: string;
@@ -1889,6 +1889,11 @@ export declare const getAPR: (params: {
1889
1889
  priority: number;
1890
1890
  sender: string;
1891
1891
  } & ({
1892
+ forwarderType: import("@package/resources/enums").CLAMM;
1893
+ type: string | number;
1894
+ owner?: string | undefined;
1895
+ target: string;
1896
+ } | {
1892
1897
  forwarderType: import("@package/resources/enums").IRONCLAD_RELIQUARY;
1893
1898
  } | {
1894
1899
  forwarderType: import("@package/resources/enums").ZKSWAP_FARM;
@@ -1896,11 +1901,6 @@ export declare const getAPR: (params: {
1896
1901
  forwarderType: import("@package/resources/enums").SUPERFORM;
1897
1902
  } | {
1898
1903
  forwarderType: import("@package/resources/enums").SWAP_X_GAUGE;
1899
- } | {
1900
- forwarderType: import("@package/resources/enums").CLAMM;
1901
- type: string | number;
1902
- owner?: string | undefined;
1903
- target: string;
1904
1904
  } | {
1905
1905
  forwarderType: import("@package/resources/enums").ERC20;
1906
1906
  token: string;
@@ -2275,6 +2275,11 @@ export declare const getAPR: (params: {
2275
2275
  priority: number;
2276
2276
  sender: string;
2277
2277
  } & ({
2278
+ forwarderType: import("@package/resources/enums").CLAMM;
2279
+ type: string | number;
2280
+ owner?: string | undefined;
2281
+ target: string;
2282
+ } | {
2278
2283
  forwarderType: import("@package/resources/enums").IRONCLAD_RELIQUARY;
2279
2284
  } | {
2280
2285
  forwarderType: import("@package/resources/enums").ZKSWAP_FARM;
@@ -2282,11 +2287,6 @@ export declare const getAPR: (params: {
2282
2287
  forwarderType: import("@package/resources/enums").SUPERFORM;
2283
2288
  } | {
2284
2289
  forwarderType: import("@package/resources/enums").SWAP_X_GAUGE;
2285
- } | {
2286
- forwarderType: import("@package/resources/enums").CLAMM;
2287
- type: string | number;
2288
- owner?: string | undefined;
2289
- target: string;
2290
2290
  } | {
2291
2291
  forwarderType: import("@package/resources/enums").ERC20;
2292
2292
  token: string;
@@ -2889,6 +2889,11 @@ export declare const getAPR: (params: {
2889
2889
  priority: number;
2890
2890
  sender: string;
2891
2891
  } & ({
2892
+ forwarderType: import("@package/resources/enums").CLAMM;
2893
+ type: string | number;
2894
+ owner?: string | undefined;
2895
+ target: string;
2896
+ } | {
2892
2897
  forwarderType: import("@package/resources/enums").IRONCLAD_RELIQUARY;
2893
2898
  } | {
2894
2899
  forwarderType: import("@package/resources/enums").ZKSWAP_FARM;
@@ -2896,11 +2901,6 @@ export declare const getAPR: (params: {
2896
2901
  forwarderType: import("@package/resources/enums").SUPERFORM;
2897
2902
  } | {
2898
2903
  forwarderType: import("@package/resources/enums").SWAP_X_GAUGE;
2899
- } | {
2900
- forwarderType: import("@package/resources/enums").CLAMM;
2901
- type: string | number;
2902
- owner?: string | undefined;
2903
- target: string;
2904
2904
  } | {
2905
2905
  forwarderType: import("@package/resources/enums").ERC20;
2906
2906
  token: string;
@@ -3278,6 +3278,11 @@ export declare const getAPR: (params: {
3278
3278
  priority: number;
3279
3279
  sender: string;
3280
3280
  } & ({
3281
+ forwarderType: import("@package/resources/enums").CLAMM;
3282
+ type: string | number;
3283
+ owner?: string | undefined;
3284
+ target: string;
3285
+ } | {
3281
3286
  forwarderType: import("@package/resources/enums").IRONCLAD_RELIQUARY;
3282
3287
  } | {
3283
3288
  forwarderType: import("@package/resources/enums").ZKSWAP_FARM;
@@ -3285,11 +3290,6 @@ export declare const getAPR: (params: {
3285
3290
  forwarderType: import("@package/resources/enums").SUPERFORM;
3286
3291
  } | {
3287
3292
  forwarderType: import("@package/resources/enums").SWAP_X_GAUGE;
3288
- } | {
3289
- forwarderType: import("@package/resources/enums").CLAMM;
3290
- type: string | number;
3291
- owner?: string | undefined;
3292
- target: string;
3293
3293
  } | {
3294
3294
  forwarderType: import("@package/resources/enums").ERC20;
3295
3295
  token: string;
@@ -3892,6 +3892,11 @@ export declare const getAPR: (params: {
3892
3892
  priority: number;
3893
3893
  sender: string;
3894
3894
  } & ({
3895
+ forwarderType: import("@package/resources/enums").CLAMM;
3896
+ type: string | number;
3897
+ owner?: string | undefined;
3898
+ target: string;
3899
+ } | {
3895
3900
  forwarderType: import("@package/resources/enums").IRONCLAD_RELIQUARY;
3896
3901
  } | {
3897
3902
  forwarderType: import("@package/resources/enums").ZKSWAP_FARM;
@@ -3899,11 +3904,6 @@ export declare const getAPR: (params: {
3899
3904
  forwarderType: import("@package/resources/enums").SUPERFORM;
3900
3905
  } | {
3901
3906
  forwarderType: import("@package/resources/enums").SWAP_X_GAUGE;
3902
- } | {
3903
- forwarderType: import("@package/resources/enums").CLAMM;
3904
- type: string | number;
3905
- owner?: string | undefined;
3906
- target: string;
3907
3907
  } | {
3908
3908
  forwarderType: import("@package/resources/enums").ERC20;
3909
3909
  token: string;
@@ -4286,6 +4286,11 @@ export declare const getAPR: (params: {
4286
4286
  priority: number;
4287
4287
  sender: string;
4288
4288
  } & ({
4289
+ forwarderType: import("@package/resources/enums").CLAMM;
4290
+ type: string | number;
4291
+ owner?: string | undefined;
4292
+ target: string;
4293
+ } | {
4289
4294
  forwarderType: import("@package/resources/enums").IRONCLAD_RELIQUARY;
4290
4295
  } | {
4291
4296
  forwarderType: import("@package/resources/enums").ZKSWAP_FARM;
@@ -4293,11 +4298,6 @@ export declare const getAPR: (params: {
4293
4298
  forwarderType: import("@package/resources/enums").SUPERFORM;
4294
4299
  } | {
4295
4300
  forwarderType: import("@package/resources/enums").SWAP_X_GAUGE;
4296
- } | {
4297
- forwarderType: import("@package/resources/enums").CLAMM;
4298
- type: string | number;
4299
- owner?: string | undefined;
4300
- target: string;
4301
4301
  } | {
4302
4302
  forwarderType: import("@package/resources/enums").ERC20;
4303
4303
  token: string;
@@ -4900,6 +4900,11 @@ export declare const getAPR: (params: {
4900
4900
  priority: number;
4901
4901
  sender: string;
4902
4902
  } & ({
4903
+ forwarderType: import("@package/resources/enums").CLAMM;
4904
+ type: string | number;
4905
+ owner?: string | undefined;
4906
+ target: string;
4907
+ } | {
4903
4908
  forwarderType: import("@package/resources/enums").IRONCLAD_RELIQUARY;
4904
4909
  } | {
4905
4910
  forwarderType: import("@package/resources/enums").ZKSWAP_FARM;
@@ -4907,11 +4912,6 @@ export declare const getAPR: (params: {
4907
4912
  forwarderType: import("@package/resources/enums").SUPERFORM;
4908
4913
  } | {
4909
4914
  forwarderType: import("@package/resources/enums").SWAP_X_GAUGE;
4910
- } | {
4911
- forwarderType: import("@package/resources/enums").CLAMM;
4912
- type: string | number;
4913
- owner?: string | undefined;
4914
- target: string;
4915
4915
  } | {
4916
4916
  forwarderType: import("@package/resources/enums").ERC20;
4917
4917
  token: string;
@@ -5295,6 +5295,11 @@ export declare const getAPR: (params: {
5295
5295
  priority: number;
5296
5296
  sender: string;
5297
5297
  } & ({
5298
+ forwarderType: import("@package/resources/enums").CLAMM;
5299
+ type: string | number;
5300
+ owner?: string | undefined;
5301
+ target: string;
5302
+ } | {
5298
5303
  forwarderType: import("@package/resources/enums").IRONCLAD_RELIQUARY;
5299
5304
  } | {
5300
5305
  forwarderType: import("@package/resources/enums").ZKSWAP_FARM;
@@ -5302,11 +5307,6 @@ export declare const getAPR: (params: {
5302
5307
  forwarderType: import("@package/resources/enums").SUPERFORM;
5303
5308
  } | {
5304
5309
  forwarderType: import("@package/resources/enums").SWAP_X_GAUGE;
5305
- } | {
5306
- forwarderType: import("@package/resources/enums").CLAMM;
5307
- type: string | number;
5308
- owner?: string | undefined;
5309
- target: string;
5310
5310
  } | {
5311
5311
  forwarderType: import("@package/resources/enums").ERC20;
5312
5312
  token: string;
@@ -5909,6 +5909,11 @@ export declare const getAPR: (params: {
5909
5909
  priority: number;
5910
5910
  sender: string;
5911
5911
  } & ({
5912
+ forwarderType: import("@package/resources/enums").CLAMM;
5913
+ type: string | number;
5914
+ owner?: string | undefined;
5915
+ target: string;
5916
+ } | {
5912
5917
  forwarderType: import("@package/resources/enums").IRONCLAD_RELIQUARY;
5913
5918
  } | {
5914
5919
  forwarderType: import("@package/resources/enums").ZKSWAP_FARM;
@@ -5916,11 +5921,6 @@ export declare const getAPR: (params: {
5916
5921
  forwarderType: import("@package/resources/enums").SUPERFORM;
5917
5922
  } | {
5918
5923
  forwarderType: import("@package/resources/enums").SWAP_X_GAUGE;
5919
- } | {
5920
- forwarderType: import("@package/resources/enums").CLAMM;
5921
- type: string | number;
5922
- owner?: string | undefined;
5923
- target: string;
5924
5924
  } | {
5925
5925
  forwarderType: import("@package/resources/enums").ERC20;
5926
5926
  token: string;
package/package.json CHANGED
@@ -32,5 +32,5 @@
32
32
  "access": "public",
33
33
  "registry": "https://registry.npmjs.org/"
34
34
  },
35
- "version": "1.6.82"
35
+ "version": "1.6.83"
36
36
  }