@sentio/api 1.0.4-rc.13 → 1.0.4-rc.14

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/src/sdk.gen.ts CHANGED
@@ -36,7 +36,7 @@ export class AiService {
36
36
  type: 'apiKey'
37
37
  }
38
38
  ],
39
- url: '/api/v1/ai/chat',
39
+ url: '/v1/ai/chat',
40
40
  ...options,
41
41
  headers: {
42
42
  'Content-Type': 'application/json',
@@ -62,7 +62,7 @@ export class AiService {
62
62
  type: 'apiKey'
63
63
  }
64
64
  ],
65
- url: '/api/v1/ai/chat/{sessionId}',
65
+ url: '/v1/ai/chat/{sessionId}',
66
66
  ...options
67
67
  });
68
68
  }
@@ -84,7 +84,7 @@ export class AiService {
84
84
  type: 'apiKey'
85
85
  }
86
86
  ],
87
- url: '/api/v1/ai/chat/{sessionId}/message',
87
+ url: '/v1/ai/chat/{sessionId}/message',
88
88
  ...options,
89
89
  headers: {
90
90
  'Content-Type': 'application/json',
@@ -109,7 +109,7 @@ export class AiService {
109
109
  type: 'apiKey'
110
110
  }
111
111
  ],
112
- url: '/api/v1/ai/healthz',
112
+ url: '/v1/ai/healthz',
113
113
  ...options
114
114
  });
115
115
  }
@@ -133,7 +133,7 @@ export class AlertsService {
133
133
  type: 'apiKey'
134
134
  }
135
135
  ],
136
- url: '/api/v1/alerts/rule',
136
+ url: '/v1/alerts/rule',
137
137
  ...options,
138
138
  headers: {
139
139
  'Content-Type': 'application/json',
@@ -158,7 +158,7 @@ export class AlertsService {
158
158
  type: 'apiKey'
159
159
  }
160
160
  ],
161
- url: '/api/v1/alerts/rule/project/{projectId}',
161
+ url: '/v1/alerts/rule/project/{projectId}',
162
162
  ...options
163
163
  });
164
164
  }
@@ -179,7 +179,7 @@ export class AlertsService {
179
179
  type: 'apiKey'
180
180
  }
181
181
  ],
182
- url: '/api/v1/alerts/rule/{id}',
182
+ url: '/v1/alerts/rule/{id}',
183
183
  ...options
184
184
  });
185
185
  }
@@ -200,7 +200,7 @@ export class AlertsService {
200
200
  type: 'apiKey'
201
201
  }
202
202
  ],
203
- url: '/api/v1/alerts/rule/{id}',
203
+ url: '/v1/alerts/rule/{id}',
204
204
  ...options,
205
205
  headers: {
206
206
  'Content-Type': 'application/json',
@@ -225,7 +225,7 @@ export class AlertsService {
225
225
  type: 'apiKey'
226
226
  }
227
227
  ],
228
- url: '/api/v1/alerts/{ruleId}',
228
+ url: '/v1/alerts/{ruleId}',
229
229
  ...options
230
230
  });
231
231
  }
@@ -250,7 +250,7 @@ export class DataService {
250
250
  type: 'apiKey'
251
251
  }
252
252
  ],
253
- url: '/api/v1/analytics/sql/sharing',
253
+ url: '/v1/analytics/sql/sharing',
254
254
  ...options,
255
255
  headers: {
256
256
  'Content-Type': 'application/json',
@@ -276,7 +276,7 @@ export class DataService {
276
276
  type: 'apiKey'
277
277
  }
278
278
  ],
279
- url: '/api/v1/analytics/sql/sharing/{id}',
279
+ url: '/v1/analytics/sql/sharing/{id}',
280
280
  ...options
281
281
  });
282
282
  }
@@ -298,7 +298,7 @@ export class DataService {
298
298
  type: 'apiKey'
299
299
  }
300
300
  ],
301
- url: '/api/v1/analytics/sql/tables',
301
+ url: '/v1/analytics/sql/tables',
302
302
  ...options
303
303
  });
304
304
  }
@@ -320,7 +320,7 @@ export class DataService {
320
320
  type: 'apiKey'
321
321
  }
322
322
  ],
323
- url: '/api/v1/analytics/{owner}/{slug}/sql/cancel_query/{executionId}',
323
+ url: '/v1/analytics/{owner}/{slug}/sql/cancel_query/{executionId}',
324
324
  ...options
325
325
  });
326
326
  }
@@ -346,7 +346,7 @@ export class DataService {
346
346
  type: 'apiKey'
347
347
  }
348
348
  ],
349
- url: '/api/v1/analytics/{owner}/{slug}/sql/execute',
349
+ url: '/v1/analytics/{owner}/{slug}/sql/execute',
350
350
  ...options,
351
351
  headers: {
352
352
  'Content-Type': 'application/json',
@@ -372,7 +372,7 @@ export class DataService {
372
372
  type: 'apiKey'
373
373
  }
374
374
  ],
375
- url: '/api/v1/analytics/{owner}/{slug}/sql/execute/async',
375
+ url: '/v1/analytics/{owner}/{slug}/sql/execute/async',
376
376
  ...options,
377
377
  headers: {
378
378
  'Content-Type': 'application/json',
@@ -398,7 +398,7 @@ export class DataService {
398
398
  type: 'apiKey'
399
399
  }
400
400
  ],
401
- url: '/api/v1/analytics/{owner}/{slug}/sql/query_execution_detail/{executionId}',
401
+ url: '/v1/analytics/{owner}/{slug}/sql/query_execution_detail/{executionId}',
402
402
  ...options
403
403
  });
404
404
  }
@@ -420,7 +420,7 @@ export class DataService {
420
420
  type: 'apiKey'
421
421
  }
422
422
  ],
423
- url: '/api/v1/analytics/{owner}/{slug}/sql/query_result/{executionId}',
423
+ url: '/v1/analytics/{owner}/{slug}/sql/query_result/{executionId}',
424
424
  ...options
425
425
  });
426
426
  }
@@ -442,7 +442,7 @@ export class DataService {
442
442
  type: 'apiKey'
443
443
  }
444
444
  ],
445
- url: '/api/v1/analytics/{owner}/{slug}/sql/refreshable_materialized_view',
445
+ url: '/v1/analytics/{owner}/{slug}/sql/refreshable_materialized_view',
446
446
  ...options,
447
447
  headers: {
448
448
  'Content-Type': 'application/json',
@@ -468,7 +468,7 @@ export class DataService {
468
468
  type: 'apiKey'
469
469
  }
470
470
  ],
471
- url: '/api/v1/analytics/{owner}/{slug}/sql/refreshable_materialized_view/{name}',
471
+ url: '/v1/analytics/{owner}/{slug}/sql/refreshable_materialized_view/{name}',
472
472
  ...options
473
473
  });
474
474
  }
@@ -490,7 +490,7 @@ export class DataService {
490
490
  type: 'apiKey'
491
491
  }
492
492
  ],
493
- url: '/api/v1/analytics/{owner}/{slug}/sql/refreshable_materialized_view/{name}',
493
+ url: '/v1/analytics/{owner}/{slug}/sql/refreshable_materialized_view/{name}',
494
494
  ...options
495
495
  });
496
496
  }
@@ -512,7 +512,7 @@ export class DataService {
512
512
  type: 'apiKey'
513
513
  }
514
514
  ],
515
- url: '/api/v1/analytics/{owner}/{slug}/sql/refreshable_materialized_views',
515
+ url: '/v1/analytics/{owner}/{slug}/sql/refreshable_materialized_views',
516
516
  ...options
517
517
  });
518
518
  }
@@ -534,7 +534,7 @@ export class DataService {
534
534
  type: 'apiKey'
535
535
  }
536
536
  ],
537
- url: '/api/v1/analytics/{owner}/{slug}/sql/save',
537
+ url: '/v1/analytics/{owner}/{slug}/sql/save',
538
538
  ...options,
539
539
  headers: {
540
540
  'Content-Type': 'application/json',
@@ -560,7 +560,7 @@ export class DataService {
560
560
  type: 'apiKey'
561
561
  }
562
562
  ],
563
- url: '/api/v1/analytics/{owner}/{slug}/sql/save',
563
+ url: '/v1/analytics/{owner}/{slug}/sql/save',
564
564
  ...options,
565
565
  headers: {
566
566
  'Content-Type': 'application/json',
@@ -586,7 +586,7 @@ export class DataService {
586
586
  type: 'apiKey'
587
587
  }
588
588
  ],
589
- url: '/api/v1/analytics/{owner}/{slug}/sql/tables',
589
+ url: '/v1/analytics/{owner}/{slug}/sql/tables',
590
590
  ...options
591
591
  });
592
592
  }
@@ -607,7 +607,7 @@ export class DataService {
607
607
  type: 'apiKey'
608
608
  }
609
609
  ],
610
- url: '/api/v1/eventlogs/{owner}/{slug}',
610
+ url: '/v1/eventlogs/{owner}/{slug}',
611
611
  ...options,
612
612
  headers: {
613
613
  'Content-Type': 'application/json',
@@ -632,7 +632,7 @@ export class DataService {
632
632
  type: 'apiKey'
633
633
  }
634
634
  ],
635
- url: '/api/v1/eventlogs/{owner}/{slug}/query',
635
+ url: '/v1/eventlogs/{owner}/{slug}/query',
636
636
  ...options
637
637
  });
638
638
  }
@@ -654,7 +654,7 @@ export class DataService {
654
654
  type: 'apiKey'
655
655
  }
656
656
  ],
657
- url: '/api/v1/insights/coins',
657
+ url: '/v1/insights/coins',
658
658
  ...options
659
659
  });
660
660
  }
@@ -676,7 +676,7 @@ export class DataService {
676
676
  type: 'apiKey'
677
677
  }
678
678
  ],
679
- url: '/api/v1/insights/{owner}/{slug}/coins',
679
+ url: '/v1/insights/{owner}/{slug}/coins',
680
680
  ...options
681
681
  });
682
682
  }
@@ -698,7 +698,7 @@ export class DataService {
698
698
  type: 'apiKey'
699
699
  }
700
700
  ],
701
- url: '/api/v1/insights/{owner}/{slug}/query',
701
+ url: '/v1/insights/{owner}/{slug}/query',
702
702
  ...options,
703
703
  headers: {
704
704
  'Content-Type': 'application/json',
@@ -723,7 +723,7 @@ export class DataService {
723
723
  type: 'apiKey'
724
724
  }
725
725
  ],
726
- url: '/api/v1/metrics',
726
+ url: '/v1/metrics',
727
727
  ...options
728
728
  });
729
729
  }
@@ -744,7 +744,7 @@ export class DataService {
744
744
  type: 'apiKey'
745
745
  }
746
746
  ],
747
- url: '/api/v1/metrics/{owner}/{slug}/query',
747
+ url: '/v1/metrics/{owner}/{slug}/query',
748
748
  ...options,
749
749
  headers: {
750
750
  'Content-Type': 'application/json',
@@ -772,7 +772,7 @@ export class DataService {
772
772
  type: 'apiKey'
773
773
  }
774
774
  ],
775
- url: '/api/v1/metrics/{owner}/{slug}/query_range',
775
+ url: '/v1/metrics/{owner}/{slug}/query_range',
776
776
  ...options,
777
777
  headers: {
778
778
  'Content-Type': 'application/json',
@@ -798,7 +798,7 @@ export class DataService {
798
798
  type: 'apiKey'
799
799
  }
800
800
  ],
801
- url: '/api/v1/sql/table',
801
+ url: '/v1/sql/table',
802
802
  ...options
803
803
  });
804
804
  }
@@ -819,7 +819,7 @@ export class DataService {
819
819
  type: 'apiKey'
820
820
  }
821
821
  ],
822
- url: '/api/v1/sql/tables',
822
+ url: '/v1/sql/tables',
823
823
  ...options
824
824
  });
825
825
  }
@@ -841,7 +841,7 @@ export class DataService {
841
841
  type: 'apiKey'
842
842
  }
843
843
  ],
844
- url: '/api/v1/sql/{owner}/{slug}/table/{name}',
844
+ url: '/v1/sql/{owner}/{slug}/table/{name}',
845
845
  ...options
846
846
  });
847
847
  }
@@ -862,7 +862,7 @@ export class DataService {
862
862
  type: 'apiKey'
863
863
  }
864
864
  ],
865
- url: '/api/v1/sql/{owner}/{slug}/tables',
865
+ url: '/v1/sql/{owner}/{slug}/tables',
866
866
  ...options
867
867
  });
868
868
  }
@@ -886,7 +886,7 @@ export class WebService {
886
886
  type: 'apiKey'
887
887
  }
888
888
  ],
889
- url: '/api/v1/dashboards',
889
+ url: '/v1/dashboards',
890
890
  ...options
891
891
  });
892
892
  }
@@ -907,7 +907,7 @@ export class WebService {
907
907
  type: 'apiKey'
908
908
  }
909
909
  ],
910
- url: '/api/v1/dashboards/json',
910
+ url: '/v1/dashboards/json',
911
911
  ...options,
912
912
  headers: {
913
913
  'Content-Type': 'application/json',
@@ -932,7 +932,7 @@ export class WebService {
932
932
  type: 'apiKey'
933
933
  }
934
934
  ],
935
- url: '/api/v1/dashboards/{dashboardId}',
935
+ url: '/v1/dashboards/{dashboardId}',
936
936
  ...options
937
937
  });
938
938
  }
@@ -953,7 +953,7 @@ export class WebService {
953
953
  type: 'apiKey'
954
954
  }
955
955
  ],
956
- url: '/api/v1/dashboards/{dashboardId}',
956
+ url: '/v1/dashboards/{dashboardId}',
957
957
  ...options
958
958
  });
959
959
  }
@@ -974,7 +974,7 @@ export class WebService {
974
974
  type: 'apiKey'
975
975
  }
976
976
  ],
977
- url: '/api/v1/dashboards/{dashboardId}/history',
977
+ url: '/v1/dashboards/{dashboardId}/history',
978
978
  ...options
979
979
  });
980
980
  }
@@ -995,7 +995,7 @@ export class WebService {
995
995
  type: 'apiKey'
996
996
  }
997
997
  ],
998
- url: '/api/v1/dashboards/{dashboardId}/json',
998
+ url: '/v1/dashboards/{dashboardId}/json',
999
999
  ...options
1000
1000
  });
1001
1001
  }
@@ -1016,7 +1016,7 @@ export class WebService {
1016
1016
  type: 'apiKey'
1017
1017
  }
1018
1018
  ],
1019
- url: '/api/v1/projects/{owner}/{slug}/dashboards',
1019
+ url: '/v1/projects/{owner}/{slug}/dashboards',
1020
1020
  ...options
1021
1021
  });
1022
1022
  }
@@ -1037,7 +1037,7 @@ export class WebService {
1037
1037
  type: 'apiKey'
1038
1038
  }
1039
1039
  ],
1040
- url: '/api/v1/projects/{owner}/{slug}/dashboards/{dashboardId}',
1040
+ url: '/v1/projects/{owner}/{slug}/dashboards/{dashboardId}',
1041
1041
  ...options
1042
1042
  });
1043
1043
  }
@@ -1055,7 +1055,7 @@ export class WebService {
1055
1055
  type: 'apiKey'
1056
1056
  }
1057
1057
  ],
1058
- url: '/api/v1/users/link',
1058
+ url: '/v1/users/link',
1059
1059
  ...options
1060
1060
  });
1061
1061
  }
@@ -1080,7 +1080,7 @@ export class MoveService {
1080
1080
  type: 'apiKey'
1081
1081
  }
1082
1082
  ],
1083
- url: '/api/v1/move/call_trace',
1083
+ url: '/v1/move/call_trace',
1084
1084
  ...options
1085
1085
  });
1086
1086
  }
@@ -1102,7 +1102,7 @@ export class MoveService {
1102
1102
  type: 'apiKey'
1103
1103
  }
1104
1104
  ],
1105
- url: '/api/v1/move/sui_call_trace',
1105
+ url: '/v1/move/sui_call_trace',
1106
1106
  ...options
1107
1107
  });
1108
1108
  }
@@ -1130,7 +1130,7 @@ export class PriceService {
1130
1130
  type: 'apiKey'
1131
1131
  }
1132
1132
  ],
1133
- url: '/api/v1/prices',
1133
+ url: '/v1/prices',
1134
1134
  ...options
1135
1135
  });
1136
1136
  }
@@ -1158,7 +1158,7 @@ export class PriceService {
1158
1158
  type: 'apiKey'
1159
1159
  }
1160
1160
  ],
1161
- url: '/api/v1/prices/add_coin_by_gecko',
1161
+ url: '/v1/prices/add_coin_by_gecko',
1162
1162
  ...options,
1163
1163
  headers: {
1164
1164
  'Content-Type': 'application/json',
@@ -1183,7 +1183,7 @@ export class PriceService {
1183
1183
  type: 'apiKey'
1184
1184
  }
1185
1185
  ],
1186
- url: '/api/v1/prices/batch',
1186
+ url: '/v1/prices/batch',
1187
1187
  ...options,
1188
1188
  headers: {
1189
1189
  'Content-Type': 'application/json',
@@ -1208,7 +1208,7 @@ export class PriceService {
1208
1208
  type: 'apiKey'
1209
1209
  }
1210
1210
  ],
1211
- url: '/api/v1/prices/check_latest',
1211
+ url: '/v1/prices/check_latest',
1212
1212
  ...options
1213
1213
  });
1214
1214
  }
@@ -1229,7 +1229,7 @@ export class PriceService {
1229
1229
  type: 'apiKey'
1230
1230
  }
1231
1231
  ],
1232
- url: '/api/v1/prices/coins',
1232
+ url: '/v1/prices/coins',
1233
1233
  ...options
1234
1234
  });
1235
1235
  }
@@ -1253,7 +1253,7 @@ export class ProcessorService {
1253
1253
  type: 'apiKey'
1254
1254
  }
1255
1255
  ],
1256
- url: '/api/v1/processors/{owner}/{slug}/activate_pending',
1256
+ url: '/v1/processors/{owner}/{slug}/activate_pending',
1257
1257
  ...options
1258
1258
  });
1259
1259
  }
@@ -1274,7 +1274,7 @@ export class ProcessorService {
1274
1274
  type: 'apiKey'
1275
1275
  }
1276
1276
  ],
1277
- url: '/api/v1/processors/{owner}/{slug}/status',
1277
+ url: '/v1/processors/{owner}/{slug}/status',
1278
1278
  ...options
1279
1279
  });
1280
1280
  }
@@ -1298,7 +1298,7 @@ export class ProcessorExtService {
1298
1298
  type: 'apiKey'
1299
1299
  }
1300
1300
  ],
1301
- url: '/api/v1/processors/{owner}/{slug}/source_files',
1301
+ url: '/v1/processors/{owner}/{slug}/source_files',
1302
1302
  ...options
1303
1303
  });
1304
1304
  }
@@ -1322,7 +1322,7 @@ export class DebugAndSimulationService {
1322
1322
  type: 'apiKey'
1323
1323
  }
1324
1324
  ],
1325
- url: '/api/v1/solidity/estimated_gas_price',
1325
+ url: '/v1/solidity/estimated_gas_price',
1326
1326
  ...options
1327
1327
  });
1328
1328
  }
@@ -1343,7 +1343,7 @@ export class DebugAndSimulationService {
1343
1343
  type: 'apiKey'
1344
1344
  }
1345
1345
  ],
1346
- url: '/api/v1/solidity/{owner}/{slug}/search_transactions',
1346
+ url: '/v1/solidity/{owner}/{slug}/search_transactions',
1347
1347
  ...options
1348
1348
  });
1349
1349
  }
@@ -1364,7 +1364,7 @@ export class DebugAndSimulationService {
1364
1364
  type: 'apiKey'
1365
1365
  }
1366
1366
  ],
1367
- url: '/api/v1/solidity/{owner}/{slug}/simulation',
1367
+ url: '/v1/solidity/{owner}/{slug}/simulation',
1368
1368
  ...options
1369
1369
  });
1370
1370
  }
@@ -1385,7 +1385,7 @@ export class DebugAndSimulationService {
1385
1385
  type: 'apiKey'
1386
1386
  }
1387
1387
  ],
1388
- url: '/api/v1/solidity/{owner}/{slug}/simulation/{simulationId}',
1388
+ url: '/v1/solidity/{owner}/{slug}/simulation/{simulationId}',
1389
1389
  ...options
1390
1390
  });
1391
1391
  }
@@ -1406,7 +1406,7 @@ export class DebugAndSimulationService {
1406
1406
  type: 'apiKey'
1407
1407
  }
1408
1408
  ],
1409
- url: '/api/v1/solidity/{owner}/{slug}/simulation_bundle/{bundleId}',
1409
+ url: '/v1/solidity/{owner}/{slug}/simulation_bundle/{bundleId}',
1410
1410
  ...options
1411
1411
  });
1412
1412
  }
@@ -1427,7 +1427,7 @@ export class DebugAndSimulationService {
1427
1427
  type: 'apiKey'
1428
1428
  }
1429
1429
  ],
1430
- url: '/api/v1/solidity/{owner}/{slug}/{chainId}/bundle/{bundleId}/call_trace',
1430
+ url: '/v1/solidity/{owner}/{slug}/{chainId}/bundle/{bundleId}/call_trace',
1431
1431
  ...options
1432
1432
  });
1433
1433
  }
@@ -1450,7 +1450,7 @@ export class DebugAndSimulationService {
1450
1450
  type: 'apiKey'
1451
1451
  }
1452
1452
  ],
1453
- url: '/api/v1/solidity/{owner}/{slug}/{chainId}/simulation',
1453
+ url: '/v1/solidity/{owner}/{slug}/{chainId}/simulation',
1454
1454
  ...options,
1455
1455
  headers: {
1456
1456
  'Content-Type': 'application/json',
@@ -1475,7 +1475,7 @@ export class DebugAndSimulationService {
1475
1475
  type: 'apiKey'
1476
1476
  }
1477
1477
  ],
1478
- url: '/api/v1/solidity/{owner}/{slug}/{chainId}/simulation/{simulationId}/call_trace',
1478
+ url: '/v1/solidity/{owner}/{slug}/{chainId}/simulation/{simulationId}/call_trace',
1479
1479
  ...options
1480
1480
  });
1481
1481
  }
@@ -1497,7 +1497,7 @@ export class DebugAndSimulationService {
1497
1497
  type: 'apiKey'
1498
1498
  }
1499
1499
  ],
1500
- url: '/api/v1/solidity/{owner}/{slug}/{chainId}/simulation_bundle',
1500
+ url: '/v1/solidity/{owner}/{slug}/{chainId}/simulation_bundle',
1501
1501
  ...options,
1502
1502
  headers: {
1503
1503
  'Content-Type': 'application/json',
@@ -1529,7 +1529,7 @@ export class DebugAndSimulationService {
1529
1529
  type: 'apiKey'
1530
1530
  }
1531
1531
  ],
1532
- url: '/api/v1/solidity/{owner}/{slug}/{chainId}/transaction/{txHash}/call_trace',
1532
+ url: '/v1/solidity/{owner}/{slug}/{chainId}/transaction/{txHash}/call_trace',
1533
1533
  ...options
1534
1534
  });
1535
1535
  }
@@ -1553,7 +1553,7 @@ export class ForksService {
1553
1553
  type: 'apiKey'
1554
1554
  }
1555
1555
  ],
1556
- url: '/api/v1/solidity/{owner}/{slug}/fork',
1556
+ url: '/v1/solidity/{owner}/{slug}/fork',
1557
1557
  ...options
1558
1558
  });
1559
1559
  }
@@ -1574,7 +1574,7 @@ export class ForksService {
1574
1574
  type: 'apiKey'
1575
1575
  }
1576
1576
  ],
1577
- url: '/api/v1/solidity/{owner}/{slug}/fork',
1577
+ url: '/v1/solidity/{owner}/{slug}/fork',
1578
1578
  ...options,
1579
1579
  headers: {
1580
1580
  'Content-Type': 'application/json',
@@ -1599,7 +1599,7 @@ export class ForksService {
1599
1599
  type: 'apiKey'
1600
1600
  }
1601
1601
  ],
1602
- url: '/api/v1/solidity/{owner}/{slug}/fork/{forkId}/bundle/{bundleId}/call_trace',
1602
+ url: '/v1/solidity/{owner}/{slug}/fork/{forkId}/bundle/{bundleId}/call_trace',
1603
1603
  ...options
1604
1604
  });
1605
1605
  }
@@ -1620,7 +1620,7 @@ export class ForksService {
1620
1620
  type: 'apiKey'
1621
1621
  }
1622
1622
  ],
1623
- url: '/api/v1/solidity/{owner}/{slug}/fork/{forkId}/simulation',
1623
+ url: '/v1/solidity/{owner}/{slug}/fork/{forkId}/simulation',
1624
1624
  ...options,
1625
1625
  headers: {
1626
1626
  'Content-Type': 'application/json',
@@ -1645,7 +1645,7 @@ export class ForksService {
1645
1645
  type: 'apiKey'
1646
1646
  }
1647
1647
  ],
1648
- url: '/api/v1/solidity/{owner}/{slug}/fork/{forkId}/simulation/{simulationId}/call_trace',
1648
+ url: '/v1/solidity/{owner}/{slug}/fork/{forkId}/simulation/{simulationId}/call_trace',
1649
1649
  ...options
1650
1650
  });
1651
1651
  }
@@ -1666,7 +1666,7 @@ export class ForksService {
1666
1666
  type: 'apiKey'
1667
1667
  }
1668
1668
  ],
1669
- url: '/api/v1/solidity/{owner}/{slug}/fork/{forkId}/simulation_bundle',
1669
+ url: '/v1/solidity/{owner}/{slug}/fork/{forkId}/simulation_bundle',
1670
1670
  ...options,
1671
1671
  headers: {
1672
1672
  'Content-Type': 'application/json',
@@ -1691,7 +1691,7 @@ export class ForksService {
1691
1691
  type: 'apiKey'
1692
1692
  }
1693
1693
  ],
1694
- url: '/api/v1/solidity/{owner}/{slug}/fork/{forkId}/transaction/{txHash}/call_trace',
1694
+ url: '/v1/solidity/{owner}/{slug}/fork/{forkId}/transaction/{txHash}/call_trace',
1695
1695
  ...options
1696
1696
  });
1697
1697
  }
@@ -1712,7 +1712,7 @@ export class ForksService {
1712
1712
  type: 'apiKey'
1713
1713
  }
1714
1714
  ],
1715
- url: '/api/v1/solidity/{owner}/{slug}/fork/{id}',
1715
+ url: '/v1/solidity/{owner}/{slug}/fork/{id}',
1716
1716
  ...options
1717
1717
  });
1718
1718
  }
@@ -1733,7 +1733,7 @@ export class ForksService {
1733
1733
  type: 'apiKey'
1734
1734
  }
1735
1735
  ],
1736
- url: '/api/v1/solidity/{owner}/{slug}/fork/{id}',
1736
+ url: '/v1/solidity/{owner}/{slug}/fork/{id}',
1737
1737
  ...options
1738
1738
  });
1739
1739
  }
@@ -1754,7 +1754,7 @@ export class ForksService {
1754
1754
  type: 'apiKey'
1755
1755
  }
1756
1756
  ],
1757
- url: '/api/v1/solidity/{owner}/{slug}/fork/{id}',
1757
+ url: '/v1/solidity/{owner}/{slug}/fork/{id}',
1758
1758
  ...options,
1759
1759
  headers: {
1760
1760
  'Content-Type': 'application/json',
@@ -1779,7 +1779,7 @@ export class ForksService {
1779
1779
  type: 'apiKey'
1780
1780
  }
1781
1781
  ],
1782
- url: '/api/v1/solidity/{owner}/{slug}/fork/{id}/info',
1782
+ url: '/v1/solidity/{owner}/{slug}/fork/{id}/info',
1783
1783
  ...options
1784
1784
  });
1785
1785
  }