@sentio/api 1.0.4-rc.9 → 1.0.5-rc.1
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/src/sdk.gen.d.ts +5 -5
- package/dist/src/sdk.gen.js +81 -81
- package/dist/src/sdk.gen.js.map +1 -1
- package/dist/src/types.gen.d.ts +95 -76
- package/package.json +1 -1
- package/src/sdk.gen.ts +81 -81
- package/src/types.gen.ts +95 -76
package/dist/src/types.gen.d.ts
CHANGED
|
@@ -111,7 +111,7 @@ export declare namespace ai_service {
|
|
|
111
111
|
body: ai_service.ChatSession;
|
|
112
112
|
path?: never;
|
|
113
113
|
query?: never;
|
|
114
|
-
url: '/
|
|
114
|
+
url: '/v1/ai/chat';
|
|
115
115
|
};
|
|
116
116
|
type CreateChatSessionResponses = {
|
|
117
117
|
/**
|
|
@@ -134,7 +134,7 @@ export declare namespace ai_service {
|
|
|
134
134
|
*/
|
|
135
135
|
cursorPosition?: number;
|
|
136
136
|
};
|
|
137
|
-
url: '/
|
|
137
|
+
url: '/v1/ai/chat/{sessionId}';
|
|
138
138
|
};
|
|
139
139
|
type QueryChatSessionResponses = {
|
|
140
140
|
/**
|
|
@@ -152,7 +152,7 @@ export declare namespace ai_service {
|
|
|
152
152
|
sessionId: string;
|
|
153
153
|
};
|
|
154
154
|
query?: never;
|
|
155
|
-
url: '/
|
|
155
|
+
url: '/v1/ai/chat/{sessionId}/message';
|
|
156
156
|
};
|
|
157
157
|
type PostSessionMessageResponses = {
|
|
158
158
|
/**
|
|
@@ -165,7 +165,7 @@ export declare namespace ai_service {
|
|
|
165
165
|
body?: never;
|
|
166
166
|
path?: never;
|
|
167
167
|
query?: never;
|
|
168
|
-
url: '/
|
|
168
|
+
url: '/v1/ai/healthz';
|
|
169
169
|
};
|
|
170
170
|
type HealthzResponses = {
|
|
171
171
|
/**
|
|
@@ -320,7 +320,7 @@ export declare namespace alert_service {
|
|
|
320
320
|
body: alert_service.SaveAlertRuleRequest;
|
|
321
321
|
path?: never;
|
|
322
322
|
query?: never;
|
|
323
|
-
url: '/
|
|
323
|
+
url: '/v1/alerts/rule';
|
|
324
324
|
};
|
|
325
325
|
type SaveAlertRuleResponses = {
|
|
326
326
|
/**
|
|
@@ -337,7 +337,7 @@ export declare namespace alert_service {
|
|
|
337
337
|
projectId: string;
|
|
338
338
|
};
|
|
339
339
|
query?: never;
|
|
340
|
-
url: '/
|
|
340
|
+
url: '/v1/alerts/rule/project/{projectId}';
|
|
341
341
|
};
|
|
342
342
|
type GetAlertRulesResponses = {
|
|
343
343
|
/**
|
|
@@ -352,7 +352,7 @@ export declare namespace alert_service {
|
|
|
352
352
|
id: string;
|
|
353
353
|
};
|
|
354
354
|
query?: never;
|
|
355
|
-
url: '/
|
|
355
|
+
url: '/v1/alerts/rule/{id}';
|
|
356
356
|
};
|
|
357
357
|
type DeleteAlertRuleResponses = {
|
|
358
358
|
/**
|
|
@@ -369,7 +369,7 @@ export declare namespace alert_service {
|
|
|
369
369
|
id: string;
|
|
370
370
|
};
|
|
371
371
|
query?: never;
|
|
372
|
-
url: '/
|
|
372
|
+
url: '/v1/alerts/rule/{id}';
|
|
373
373
|
};
|
|
374
374
|
type SaveAlertRule2Responses = {
|
|
375
375
|
/**
|
|
@@ -389,7 +389,7 @@ export declare namespace alert_service {
|
|
|
389
389
|
page?: number;
|
|
390
390
|
pageSize?: number;
|
|
391
391
|
};
|
|
392
|
-
url: '/
|
|
392
|
+
url: '/v1/alerts/{ruleId}';
|
|
393
393
|
};
|
|
394
394
|
type GetAlertResponses = {
|
|
395
395
|
/**
|
|
@@ -602,7 +602,7 @@ export declare namespace analytic_service {
|
|
|
602
602
|
body: analytic_service.SaveSharingSqlRequest;
|
|
603
603
|
path?: never;
|
|
604
604
|
query?: never;
|
|
605
|
-
url: '/
|
|
605
|
+
url: '/v1/analytics/sql/sharing';
|
|
606
606
|
};
|
|
607
607
|
type SaveSharingSqlResponses = {
|
|
608
608
|
/**
|
|
@@ -617,7 +617,7 @@ export declare namespace analytic_service {
|
|
|
617
617
|
id: string;
|
|
618
618
|
};
|
|
619
619
|
query?: never;
|
|
620
|
-
url: '/
|
|
620
|
+
url: '/v1/analytics/sql/sharing/{id}';
|
|
621
621
|
};
|
|
622
622
|
type GetSharingSqlResponses = {
|
|
623
623
|
/**
|
|
@@ -639,7 +639,7 @@ export declare namespace analytic_service {
|
|
|
639
639
|
includeExternals?: boolean;
|
|
640
640
|
includeDash?: boolean;
|
|
641
641
|
};
|
|
642
|
-
url: '/
|
|
642
|
+
url: '/v1/analytics/sql/tables';
|
|
643
643
|
};
|
|
644
644
|
type QueryTables2Responses = {
|
|
645
645
|
/**
|
|
@@ -671,7 +671,7 @@ export declare namespace analytic_service {
|
|
|
671
671
|
*/
|
|
672
672
|
version?: number;
|
|
673
673
|
};
|
|
674
|
-
url: '/
|
|
674
|
+
url: '/v1/analytics/{owner}/{slug}/sql/cancel_query/{executionId}';
|
|
675
675
|
};
|
|
676
676
|
type CancelSqlQueryResponses = {
|
|
677
677
|
/**
|
|
@@ -695,7 +695,7 @@ export declare namespace analytic_service {
|
|
|
695
695
|
slug: string;
|
|
696
696
|
};
|
|
697
697
|
query?: never;
|
|
698
|
-
url: '/
|
|
698
|
+
url: '/v1/analytics/{owner}/{slug}/sql/execute';
|
|
699
699
|
};
|
|
700
700
|
type ExecuteSqlResponses = {
|
|
701
701
|
/**
|
|
@@ -717,7 +717,7 @@ export declare namespace analytic_service {
|
|
|
717
717
|
slug: string;
|
|
718
718
|
};
|
|
719
719
|
query?: never;
|
|
720
|
-
url: '/
|
|
720
|
+
url: '/v1/analytics/{owner}/{slug}/sql/execute/async';
|
|
721
721
|
};
|
|
722
722
|
type ExecuteSqlAsyncResponses = {
|
|
723
723
|
/**
|
|
@@ -749,7 +749,7 @@ export declare namespace analytic_service {
|
|
|
749
749
|
*/
|
|
750
750
|
version?: number;
|
|
751
751
|
};
|
|
752
|
-
url: '/
|
|
752
|
+
url: '/v1/analytics/{owner}/{slug}/sql/query_execution_detail/{executionId}';
|
|
753
753
|
};
|
|
754
754
|
type QuerySqlExecutionDetailResponses = {
|
|
755
755
|
/**
|
|
@@ -781,7 +781,7 @@ export declare namespace analytic_service {
|
|
|
781
781
|
*/
|
|
782
782
|
version?: number;
|
|
783
783
|
};
|
|
784
|
-
url: '/
|
|
784
|
+
url: '/v1/analytics/{owner}/{slug}/sql/query_result/{executionId}';
|
|
785
785
|
};
|
|
786
786
|
type QuerySqlResultResponses = {
|
|
787
787
|
/**
|
|
@@ -803,7 +803,7 @@ export declare namespace analytic_service {
|
|
|
803
803
|
slug: string;
|
|
804
804
|
};
|
|
805
805
|
query?: never;
|
|
806
|
-
url: '/
|
|
806
|
+
url: '/v1/analytics/{owner}/{slug}/sql/refreshable_materialized_view';
|
|
807
807
|
};
|
|
808
808
|
type SaveRefreshableMaterializedViewResponses = {
|
|
809
809
|
/**
|
|
@@ -831,7 +831,7 @@ export declare namespace analytic_service {
|
|
|
831
831
|
*/
|
|
832
832
|
projectId?: string;
|
|
833
833
|
};
|
|
834
|
-
url: '/
|
|
834
|
+
url: '/v1/analytics/{owner}/{slug}/sql/refreshable_materialized_view/{name}';
|
|
835
835
|
};
|
|
836
836
|
type DeleteRefreshableMaterializedViewResponses = {
|
|
837
837
|
/**
|
|
@@ -861,7 +861,7 @@ export declare namespace analytic_service {
|
|
|
861
861
|
*/
|
|
862
862
|
projectId?: string;
|
|
863
863
|
};
|
|
864
|
-
url: '/
|
|
864
|
+
url: '/v1/analytics/{owner}/{slug}/sql/refreshable_materialized_view/{name}';
|
|
865
865
|
};
|
|
866
866
|
type GetRefreshableMaterializedStatusResponses = {
|
|
867
867
|
/**
|
|
@@ -888,7 +888,7 @@ export declare namespace analytic_service {
|
|
|
888
888
|
*/
|
|
889
889
|
projectId?: string;
|
|
890
890
|
};
|
|
891
|
-
url: '/
|
|
891
|
+
url: '/v1/analytics/{owner}/{slug}/sql/refreshable_materialized_views';
|
|
892
892
|
};
|
|
893
893
|
type ListRefreshableMaterializedViewsResponses = {
|
|
894
894
|
/**
|
|
@@ -910,7 +910,7 @@ export declare namespace analytic_service {
|
|
|
910
910
|
slug: string;
|
|
911
911
|
};
|
|
912
912
|
query?: never;
|
|
913
|
-
url: '/
|
|
913
|
+
url: '/v1/analytics/{owner}/{slug}/sql/save';
|
|
914
914
|
};
|
|
915
915
|
type SaveSqlResponses = {
|
|
916
916
|
/**
|
|
@@ -932,7 +932,7 @@ export declare namespace analytic_service {
|
|
|
932
932
|
slug: string;
|
|
933
933
|
};
|
|
934
934
|
query?: never;
|
|
935
|
-
url: '/
|
|
935
|
+
url: '/v1/analytics/{owner}/{slug}/sql/save';
|
|
936
936
|
};
|
|
937
937
|
type SaveSql2Responses = {
|
|
938
938
|
/**
|
|
@@ -955,7 +955,7 @@ export declare namespace analytic_service {
|
|
|
955
955
|
includeExternals?: boolean;
|
|
956
956
|
includeDash?: boolean;
|
|
957
957
|
};
|
|
958
|
-
url: '/
|
|
958
|
+
url: '/v1/analytics/{owner}/{slug}/sql/tables';
|
|
959
959
|
};
|
|
960
960
|
type QueryTablesResponses = {
|
|
961
961
|
/**
|
|
@@ -971,7 +971,7 @@ export declare namespace analytic_service {
|
|
|
971
971
|
slug: string;
|
|
972
972
|
};
|
|
973
973
|
query?: never;
|
|
974
|
-
url: '/
|
|
974
|
+
url: '/v1/eventlogs/{owner}/{slug}';
|
|
975
975
|
};
|
|
976
976
|
type QueryLogResponses = {
|
|
977
977
|
/**
|
|
@@ -1022,7 +1022,7 @@ export declare namespace analytic_service {
|
|
|
1022
1022
|
*/
|
|
1023
1023
|
'cachePolicy.noCache'?: boolean;
|
|
1024
1024
|
};
|
|
1025
|
-
url: '/
|
|
1025
|
+
url: '/v1/eventlogs/{owner}/{slug}/query';
|
|
1026
1026
|
};
|
|
1027
1027
|
type QueryLog2Responses = {
|
|
1028
1028
|
/**
|
|
@@ -1041,7 +1041,7 @@ export declare namespace analytic_service {
|
|
|
1041
1041
|
version?: number;
|
|
1042
1042
|
name?: string;
|
|
1043
1043
|
};
|
|
1044
|
-
url: '/
|
|
1044
|
+
url: '/v1/sql/table';
|
|
1045
1045
|
};
|
|
1046
1046
|
type QueryTable2Responses = {
|
|
1047
1047
|
/**
|
|
@@ -1059,7 +1059,7 @@ export declare namespace analytic_service {
|
|
|
1059
1059
|
projectId?: string;
|
|
1060
1060
|
version?: number;
|
|
1061
1061
|
};
|
|
1062
|
-
url: '/
|
|
1062
|
+
url: '/v1/sql/tables';
|
|
1063
1063
|
};
|
|
1064
1064
|
type ListTables2Responses = {
|
|
1065
1065
|
/**
|
|
@@ -1079,7 +1079,7 @@ export declare namespace analytic_service {
|
|
|
1079
1079
|
projectId?: string;
|
|
1080
1080
|
version?: number;
|
|
1081
1081
|
};
|
|
1082
|
-
url: '/
|
|
1082
|
+
url: '/v1/sql/{owner}/{slug}/table/{name}';
|
|
1083
1083
|
};
|
|
1084
1084
|
type QueryTableResponses = {
|
|
1085
1085
|
/**
|
|
@@ -1098,7 +1098,7 @@ export declare namespace analytic_service {
|
|
|
1098
1098
|
projectId?: string;
|
|
1099
1099
|
version?: number;
|
|
1100
1100
|
};
|
|
1101
|
-
url: '/
|
|
1101
|
+
url: '/v1/sql/{owner}/{slug}/tables';
|
|
1102
1102
|
};
|
|
1103
1103
|
type ListTablesResponses = {
|
|
1104
1104
|
/**
|
|
@@ -1803,7 +1803,7 @@ export declare namespace google {
|
|
|
1803
1803
|
networkId?: string;
|
|
1804
1804
|
txHash?: string;
|
|
1805
1805
|
};
|
|
1806
|
-
url: '/
|
|
1806
|
+
url: '/v1/move/call_trace';
|
|
1807
1807
|
};
|
|
1808
1808
|
type GetCallTraceResponses = {
|
|
1809
1809
|
/**
|
|
@@ -1834,7 +1834,7 @@ export declare namespace google {
|
|
|
1834
1834
|
*/
|
|
1835
1835
|
ignoreGasCost?: boolean;
|
|
1836
1836
|
};
|
|
1837
|
-
url: '/
|
|
1837
|
+
url: '/v1/solidity/{owner}/{slug}/fork/{forkId}/bundle/{bundleId}/call_trace';
|
|
1838
1838
|
};
|
|
1839
1839
|
type GetCallTraceOnForkBundleResponses = {
|
|
1840
1840
|
/**
|
|
@@ -1865,7 +1865,7 @@ export declare namespace google {
|
|
|
1865
1865
|
*/
|
|
1866
1866
|
ignoreGasCost?: boolean;
|
|
1867
1867
|
};
|
|
1868
|
-
url: '/
|
|
1868
|
+
url: '/v1/solidity/{owner}/{slug}/fork/{forkId}/simulation/{simulationId}/call_trace';
|
|
1869
1869
|
};
|
|
1870
1870
|
type GetCallTraceOnForkSimulationResponses = {
|
|
1871
1871
|
/**
|
|
@@ -1896,7 +1896,7 @@ export declare namespace google {
|
|
|
1896
1896
|
*/
|
|
1897
1897
|
ignoreGasCost?: boolean;
|
|
1898
1898
|
};
|
|
1899
|
-
url: '/
|
|
1899
|
+
url: '/v1/solidity/{owner}/{slug}/fork/{forkId}/transaction/{txHash}/call_trace';
|
|
1900
1900
|
};
|
|
1901
1901
|
type GetCallTraceOnForkTransactionResponses = {
|
|
1902
1902
|
/**
|
|
@@ -1927,7 +1927,7 @@ export declare namespace google {
|
|
|
1927
1927
|
*/
|
|
1928
1928
|
ignoreGasCost?: boolean;
|
|
1929
1929
|
};
|
|
1930
|
-
url: '/
|
|
1930
|
+
url: '/v1/solidity/{owner}/{slug}/{chainId}/bundle/{bundleId}/call_trace';
|
|
1931
1931
|
};
|
|
1932
1932
|
type GetCallTraceByBundleResponses = {
|
|
1933
1933
|
/**
|
|
@@ -1958,7 +1958,7 @@ export declare namespace google {
|
|
|
1958
1958
|
*/
|
|
1959
1959
|
ignoreGasCost?: boolean;
|
|
1960
1960
|
};
|
|
1961
|
-
url: '/
|
|
1961
|
+
url: '/v1/solidity/{owner}/{slug}/{chainId}/simulation/{simulationId}/call_trace';
|
|
1962
1962
|
};
|
|
1963
1963
|
type GetCallTraceBySimulationResponses = {
|
|
1964
1964
|
/**
|
|
@@ -1989,7 +1989,7 @@ export declare namespace google {
|
|
|
1989
1989
|
*/
|
|
1990
1990
|
ignoreGasCost?: boolean;
|
|
1991
1991
|
};
|
|
1992
|
-
url: '/
|
|
1992
|
+
url: '/v1/solidity/{owner}/{slug}/{chainId}/transaction/{txHash}/call_trace';
|
|
1993
1993
|
};
|
|
1994
1994
|
type GetCallTraceByTransactionResponses = {
|
|
1995
1995
|
/**
|
|
@@ -2048,7 +2048,7 @@ export declare namespace insights_service {
|
|
|
2048
2048
|
offset?: number;
|
|
2049
2049
|
searchQuery?: string;
|
|
2050
2050
|
};
|
|
2051
|
-
url: '/
|
|
2051
|
+
url: '/v1/insights/coins';
|
|
2052
2052
|
};
|
|
2053
2053
|
type ListCoins2Responses = {
|
|
2054
2054
|
/**
|
|
@@ -2070,7 +2070,7 @@ export declare namespace insights_service {
|
|
|
2070
2070
|
offset?: number;
|
|
2071
2071
|
searchQuery?: string;
|
|
2072
2072
|
};
|
|
2073
|
-
url: '/
|
|
2073
|
+
url: '/v1/insights/{owner}/{slug}/coins';
|
|
2074
2074
|
};
|
|
2075
2075
|
type ListCoinsResponses = {
|
|
2076
2076
|
/**
|
|
@@ -2092,7 +2092,7 @@ export declare namespace insights_service {
|
|
|
2092
2092
|
slug: string;
|
|
2093
2093
|
};
|
|
2094
2094
|
query?: never;
|
|
2095
|
-
url: '/
|
|
2095
|
+
url: '/v1/insights/{owner}/{slug}/query';
|
|
2096
2096
|
};
|
|
2097
2097
|
type QueryResponses = {
|
|
2098
2098
|
/**
|
|
@@ -2200,7 +2200,7 @@ export declare namespace metrics_service {
|
|
|
2200
2200
|
labelLimit?: string;
|
|
2201
2201
|
labelSearchQuery?: string;
|
|
2202
2202
|
};
|
|
2203
|
-
url: '/
|
|
2203
|
+
url: '/v1/metrics';
|
|
2204
2204
|
};
|
|
2205
2205
|
type GetMetricsResponses = {
|
|
2206
2206
|
/**
|
|
@@ -2222,7 +2222,7 @@ export declare namespace metrics_service {
|
|
|
2222
2222
|
slug: string;
|
|
2223
2223
|
};
|
|
2224
2224
|
query?: never;
|
|
2225
|
-
url: '/
|
|
2225
|
+
url: '/v1/metrics/{owner}/{slug}/query';
|
|
2226
2226
|
};
|
|
2227
2227
|
type QueryInstantResponses = {
|
|
2228
2228
|
/**
|
|
@@ -2244,7 +2244,7 @@ export declare namespace metrics_service {
|
|
|
2244
2244
|
slug: string;
|
|
2245
2245
|
};
|
|
2246
2246
|
query?: never;
|
|
2247
|
-
url: '/
|
|
2247
|
+
url: '/v1/metrics/{owner}/{slug}/query_range';
|
|
2248
2248
|
};
|
|
2249
2249
|
type QueryRangeResponses = {
|
|
2250
2250
|
/**
|
|
@@ -2291,7 +2291,7 @@ export declare namespace move_service {
|
|
|
2291
2291
|
networkId?: string;
|
|
2292
2292
|
txDigest?: string;
|
|
2293
2293
|
};
|
|
2294
|
-
url: '/
|
|
2294
|
+
url: '/v1/move/sui_call_trace';
|
|
2295
2295
|
};
|
|
2296
2296
|
type GetSuiCallTraceResponses = {
|
|
2297
2297
|
/**
|
|
@@ -2393,7 +2393,7 @@ export declare namespace price_service {
|
|
|
2393
2393
|
source?: string;
|
|
2394
2394
|
'experimentalFlag.enablePythSource'?: boolean;
|
|
2395
2395
|
};
|
|
2396
|
-
url: '/
|
|
2396
|
+
url: '/v1/prices';
|
|
2397
2397
|
};
|
|
2398
2398
|
type GetPriceResponses = {
|
|
2399
2399
|
/**
|
|
@@ -2406,7 +2406,7 @@ export declare namespace price_service {
|
|
|
2406
2406
|
body: price_service.AddCoinByGeckoRequest;
|
|
2407
2407
|
path?: never;
|
|
2408
2408
|
query?: never;
|
|
2409
|
-
url: '/
|
|
2409
|
+
url: '/v1/prices/add_coin_by_gecko';
|
|
2410
2410
|
};
|
|
2411
2411
|
type AddCoinByGeckoResponses = {
|
|
2412
2412
|
/**
|
|
@@ -2419,7 +2419,7 @@ export declare namespace price_service {
|
|
|
2419
2419
|
body: price_service.BatchGetPricesRequest;
|
|
2420
2420
|
path?: never;
|
|
2421
2421
|
query?: never;
|
|
2422
|
-
url: '/
|
|
2422
|
+
url: '/v1/prices/batch';
|
|
2423
2423
|
};
|
|
2424
2424
|
type BatchGetPricesResponses = {
|
|
2425
2425
|
/**
|
|
@@ -2432,7 +2432,7 @@ export declare namespace price_service {
|
|
|
2432
2432
|
body?: never;
|
|
2433
2433
|
path?: never;
|
|
2434
2434
|
query?: never;
|
|
2435
|
-
url: '/
|
|
2435
|
+
url: '/v1/prices/check_latest';
|
|
2436
2436
|
};
|
|
2437
2437
|
type CheckLatestPriceResponses = {
|
|
2438
2438
|
/**
|
|
@@ -2450,7 +2450,7 @@ export declare namespace price_service {
|
|
|
2450
2450
|
searchQuery?: string;
|
|
2451
2451
|
chain?: string;
|
|
2452
2452
|
};
|
|
2453
|
-
url: '/
|
|
2453
|
+
url: '/v1/prices/coins';
|
|
2454
2454
|
};
|
|
2455
2455
|
type PriceListCoinsResponses = {
|
|
2456
2456
|
/**
|
|
@@ -2490,6 +2490,7 @@ export declare namespace processor_service {
|
|
|
2490
2490
|
handlerStat?: string;
|
|
2491
2491
|
initialStartBlockNumber?: string;
|
|
2492
2492
|
estimatedLatestBlockNumber?: string;
|
|
2493
|
+
lastBlockNumber?: string;
|
|
2493
2494
|
/**
|
|
2494
2495
|
* To be deprecated after the migration.
|
|
2495
2496
|
*/
|
|
@@ -2557,7 +2558,7 @@ export declare namespace processor_service {
|
|
|
2557
2558
|
slug: string;
|
|
2558
2559
|
};
|
|
2559
2560
|
query?: never;
|
|
2560
|
-
url: '/
|
|
2561
|
+
url: '/v1/processors/{owner}/{slug}/activate_pending';
|
|
2561
2562
|
};
|
|
2562
2563
|
type ActivatePendingVersionResponses = {
|
|
2563
2564
|
/**
|
|
@@ -2580,7 +2581,7 @@ export declare namespace processor_service {
|
|
|
2580
2581
|
*/
|
|
2581
2582
|
version?: number;
|
|
2582
2583
|
};
|
|
2583
|
-
url: '/
|
|
2584
|
+
url: '/v1/processors/{owner}/{slug}/source_files';
|
|
2584
2585
|
};
|
|
2585
2586
|
type GetProcessorSourceFilesResponses = {
|
|
2586
2587
|
/**
|
|
@@ -2603,7 +2604,7 @@ export declare namespace processor_service {
|
|
|
2603
2604
|
*/
|
|
2604
2605
|
version?: 'ACTIVE' | 'PENDING' | 'ALL';
|
|
2605
2606
|
};
|
|
2606
|
-
url: '/
|
|
2607
|
+
url: '/v1/processors/{owner}/{slug}/status';
|
|
2607
2608
|
};
|
|
2608
2609
|
type GetProcessorStatusV2Responses = {
|
|
2609
2610
|
/**
|
|
@@ -2839,7 +2840,7 @@ export declare namespace solidity_service {
|
|
|
2839
2840
|
*/
|
|
2840
2841
|
chainId?: string;
|
|
2841
2842
|
};
|
|
2842
|
-
url: '/
|
|
2843
|
+
url: '/v1/solidity/estimated_gas_price';
|
|
2843
2844
|
};
|
|
2844
2845
|
type GetEstimatedGasPriceResponses = {
|
|
2845
2846
|
/**
|
|
@@ -2855,7 +2856,7 @@ export declare namespace solidity_service {
|
|
|
2855
2856
|
slug: string;
|
|
2856
2857
|
};
|
|
2857
2858
|
query?: never;
|
|
2858
|
-
url: '/
|
|
2859
|
+
url: '/v1/solidity/{owner}/{slug}/fork';
|
|
2859
2860
|
};
|
|
2860
2861
|
type ListForksResponses = {
|
|
2861
2862
|
/**
|
|
@@ -2871,7 +2872,7 @@ export declare namespace solidity_service {
|
|
|
2871
2872
|
slug: string;
|
|
2872
2873
|
};
|
|
2873
2874
|
query?: never;
|
|
2874
|
-
url: '/
|
|
2875
|
+
url: '/v1/solidity/{owner}/{slug}/fork';
|
|
2875
2876
|
};
|
|
2876
2877
|
type CreateForkResponses = {
|
|
2877
2878
|
/**
|
|
@@ -2888,7 +2889,7 @@ export declare namespace solidity_service {
|
|
|
2888
2889
|
forkId: string;
|
|
2889
2890
|
};
|
|
2890
2891
|
query?: never;
|
|
2891
|
-
url: '/
|
|
2892
|
+
url: '/v1/solidity/{owner}/{slug}/fork/{forkId}/simulation';
|
|
2892
2893
|
};
|
|
2893
2894
|
type SimulateTransactionOnForkResponses = {
|
|
2894
2895
|
/**
|
|
@@ -2905,7 +2906,7 @@ export declare namespace solidity_service {
|
|
|
2905
2906
|
forkId: string;
|
|
2906
2907
|
};
|
|
2907
2908
|
query?: never;
|
|
2908
|
-
url: '/
|
|
2909
|
+
url: '/v1/solidity/{owner}/{slug}/fork/{forkId}/simulation_bundle';
|
|
2909
2910
|
};
|
|
2910
2911
|
type SimulateTransactionBundleOnForkResponses = {
|
|
2911
2912
|
/**
|
|
@@ -2922,7 +2923,7 @@ export declare namespace solidity_service {
|
|
|
2922
2923
|
id: string;
|
|
2923
2924
|
};
|
|
2924
2925
|
query?: never;
|
|
2925
|
-
url: '/
|
|
2926
|
+
url: '/v1/solidity/{owner}/{slug}/fork/{id}';
|
|
2926
2927
|
};
|
|
2927
2928
|
type GetForkResponses = {
|
|
2928
2929
|
/**
|
|
@@ -2939,7 +2940,7 @@ export declare namespace solidity_service {
|
|
|
2939
2940
|
id: string;
|
|
2940
2941
|
};
|
|
2941
2942
|
query?: never;
|
|
2942
|
-
url: '/
|
|
2943
|
+
url: '/v1/solidity/{owner}/{slug}/fork/{id}';
|
|
2943
2944
|
};
|
|
2944
2945
|
type UpdateForkResponses = {
|
|
2945
2946
|
/**
|
|
@@ -2956,7 +2957,7 @@ export declare namespace solidity_service {
|
|
|
2956
2957
|
id: string;
|
|
2957
2958
|
};
|
|
2958
2959
|
query?: never;
|
|
2959
|
-
url: '/
|
|
2960
|
+
url: '/v1/solidity/{owner}/{slug}/fork/{id}/info';
|
|
2960
2961
|
};
|
|
2961
2962
|
type GetForkInfoResponses = {
|
|
2962
2963
|
/**
|
|
@@ -2987,7 +2988,7 @@ export declare namespace solidity_service {
|
|
|
2987
2988
|
limit?: number;
|
|
2988
2989
|
pageToken?: string;
|
|
2989
2990
|
};
|
|
2990
|
-
url: '/
|
|
2991
|
+
url: '/v1/solidity/{owner}/{slug}/search_transactions';
|
|
2991
2992
|
};
|
|
2992
2993
|
type SearchTransactionsResponses = {
|
|
2993
2994
|
/**
|
|
@@ -3007,7 +3008,7 @@ export declare namespace solidity_service {
|
|
|
3007
3008
|
page?: number;
|
|
3008
3009
|
pageSize?: number;
|
|
3009
3010
|
};
|
|
3010
|
-
url: '/
|
|
3011
|
+
url: '/v1/solidity/{owner}/{slug}/simulation';
|
|
3011
3012
|
};
|
|
3012
3013
|
type GetSimulationsResponses = {
|
|
3013
3014
|
/**
|
|
@@ -3024,7 +3025,7 @@ export declare namespace solidity_service {
|
|
|
3024
3025
|
simulationId: string;
|
|
3025
3026
|
};
|
|
3026
3027
|
query?: never;
|
|
3027
|
-
url: '/
|
|
3028
|
+
url: '/v1/solidity/{owner}/{slug}/simulation/{simulationId}';
|
|
3028
3029
|
};
|
|
3029
3030
|
type GetSimulationResponses = {
|
|
3030
3031
|
/**
|
|
@@ -3041,7 +3042,7 @@ export declare namespace solidity_service {
|
|
|
3041
3042
|
bundleId: string;
|
|
3042
3043
|
};
|
|
3043
3044
|
query?: never;
|
|
3044
|
-
url: '/
|
|
3045
|
+
url: '/v1/solidity/{owner}/{slug}/simulation_bundle/{bundleId}';
|
|
3045
3046
|
};
|
|
3046
3047
|
type GetSimulationBundleInProjectResponses = {
|
|
3047
3048
|
/**
|
|
@@ -3058,7 +3059,7 @@ export declare namespace solidity_service {
|
|
|
3058
3059
|
chainId: string;
|
|
3059
3060
|
};
|
|
3060
3061
|
query?: never;
|
|
3061
|
-
url: '/
|
|
3062
|
+
url: '/v1/solidity/{owner}/{slug}/{chainId}/simulation';
|
|
3062
3063
|
};
|
|
3063
3064
|
type SimulateTransactionResponses = {
|
|
3064
3065
|
/**
|
|
@@ -3075,7 +3076,7 @@ export declare namespace solidity_service {
|
|
|
3075
3076
|
chainId: string;
|
|
3076
3077
|
};
|
|
3077
3078
|
query?: never;
|
|
3078
|
-
url: '/
|
|
3079
|
+
url: '/v1/solidity/{owner}/{slug}/{chainId}/simulation_bundle';
|
|
3079
3080
|
};
|
|
3080
3081
|
type SimulateTransactionBundleResponses = {
|
|
3081
3082
|
/**
|
|
@@ -3101,6 +3102,7 @@ export declare namespace web_service {
|
|
|
3101
3102
|
sqlQueryId?: string;
|
|
3102
3103
|
sqlExecuteEngine?: analytic_service.ExecuteEngine;
|
|
3103
3104
|
enableExperimentalFeatures?: boolean;
|
|
3105
|
+
overlayGraphs?: Array<OverlayGraph>;
|
|
3104
3106
|
};
|
|
3105
3107
|
type ChartDataSourceType = 'METRICS' | 'NOTES' | 'ANALYTICS' | 'INSIGHTS' | 'EVENTS' | 'RETENTION' | 'SQL';
|
|
3106
3108
|
type ChartConfig = {
|
|
@@ -3399,6 +3401,23 @@ export declare namespace web_service {
|
|
|
3399
3401
|
type NoteAlignment = 'LEFT' | 'CENTER' | 'RIGHT';
|
|
3400
3402
|
type NoteFontSize = 'MD' | 'SM' | 'LG' | 'XL' | 'XXL';
|
|
3401
3403
|
type NoteVerticalAlignment = 'TOP' | 'MIDDLE' | 'BOTTOM';
|
|
3404
|
+
/**
|
|
3405
|
+
* An additional graph overlaid on the primary chart, with its own queries
|
|
3406
|
+
* and Y-axis configuration. Chart type defaults to the parent chart type.
|
|
3407
|
+
*/
|
|
3408
|
+
type OverlayGraph = {
|
|
3409
|
+
insightsQueries?: Array<insights_service.QueryRequestQuery>;
|
|
3410
|
+
formulas?: Array<common.Formula>;
|
|
3411
|
+
yAxis?: ChartConfigYAxisConfig;
|
|
3412
|
+
name?: string;
|
|
3413
|
+
lineConfig?: ChartConfigLineConfig;
|
|
3414
|
+
valueConfig?: ChartConfigValueConfig;
|
|
3415
|
+
dataConfig?: ChartConfigDataConfig;
|
|
3416
|
+
sqlQuery?: string;
|
|
3417
|
+
sqlQueryId?: string;
|
|
3418
|
+
sqlExecuteEngine?: analytic_service.ExecuteEngine;
|
|
3419
|
+
chartType?: ChartType2;
|
|
3420
|
+
};
|
|
3402
3421
|
type Panel = {
|
|
3403
3422
|
id?: string;
|
|
3404
3423
|
name?: string;
|
|
@@ -3432,7 +3451,7 @@ export declare namespace web_service {
|
|
|
3432
3451
|
*/
|
|
3433
3452
|
slug?: string;
|
|
3434
3453
|
};
|
|
3435
|
-
url: '/
|
|
3454
|
+
url: '/v1/dashboards';
|
|
3436
3455
|
};
|
|
3437
3456
|
type ListDashboardsResponses = {
|
|
3438
3457
|
/**
|
|
@@ -3445,7 +3464,7 @@ export declare namespace web_service {
|
|
|
3445
3464
|
body: ImportDashboardRequest;
|
|
3446
3465
|
path?: never;
|
|
3447
3466
|
query?: never;
|
|
3448
|
-
url: '/
|
|
3467
|
+
url: '/v1/dashboards/json';
|
|
3449
3468
|
};
|
|
3450
3469
|
type ImportDashboardResponses = {
|
|
3451
3470
|
/**
|
|
@@ -3476,7 +3495,7 @@ export declare namespace web_service {
|
|
|
3476
3495
|
*/
|
|
3477
3496
|
slug?: string;
|
|
3478
3497
|
};
|
|
3479
|
-
url: '/
|
|
3498
|
+
url: '/v1/dashboards/{dashboardId}';
|
|
3480
3499
|
};
|
|
3481
3500
|
type DeleteDashboardResponses = {
|
|
3482
3501
|
/**
|
|
@@ -3507,7 +3526,7 @@ export declare namespace web_service {
|
|
|
3507
3526
|
*/
|
|
3508
3527
|
slug?: string;
|
|
3509
3528
|
};
|
|
3510
|
-
url: '/
|
|
3529
|
+
url: '/v1/dashboards/{dashboardId}';
|
|
3511
3530
|
};
|
|
3512
3531
|
type GetDashboardResponses = {
|
|
3513
3532
|
/**
|
|
@@ -3525,7 +3544,7 @@ export declare namespace web_service {
|
|
|
3525
3544
|
limit?: number;
|
|
3526
3545
|
offset?: number;
|
|
3527
3546
|
};
|
|
3528
|
-
url: '/
|
|
3547
|
+
url: '/v1/dashboards/{dashboardId}/history';
|
|
3529
3548
|
};
|
|
3530
3549
|
type GetDashboardHistoryResponses = {
|
|
3531
3550
|
/**
|
|
@@ -3540,7 +3559,7 @@ export declare namespace web_service {
|
|
|
3540
3559
|
dashboardId: string;
|
|
3541
3560
|
};
|
|
3542
3561
|
query?: never;
|
|
3543
|
-
url: '/
|
|
3562
|
+
url: '/v1/dashboards/{dashboardId}/json';
|
|
3544
3563
|
};
|
|
3545
3564
|
type ExportDashboardResponses = {
|
|
3546
3565
|
/**
|
|
@@ -3571,7 +3590,7 @@ export declare namespace web_service {
|
|
|
3571
3590
|
*/
|
|
3572
3591
|
projectId?: string;
|
|
3573
3592
|
};
|
|
3574
|
-
url: '/
|
|
3593
|
+
url: '/v1/projects/{owner}/{slug}/dashboards';
|
|
3575
3594
|
};
|
|
3576
3595
|
type ListDashboards2Responses = {
|
|
3577
3596
|
/**
|
|
@@ -3602,7 +3621,7 @@ export declare namespace web_service {
|
|
|
3602
3621
|
*/
|
|
3603
3622
|
projectId?: string;
|
|
3604
3623
|
};
|
|
3605
|
-
url: '/
|
|
3624
|
+
url: '/v1/projects/{owner}/{slug}/dashboards/{dashboardId}';
|
|
3606
3625
|
};
|
|
3607
3626
|
type GetDashboard2Responses = {
|
|
3608
3627
|
/**
|
|
@@ -3615,7 +3634,7 @@ export declare namespace web_service {
|
|
|
3615
3634
|
body?: never;
|
|
3616
3635
|
path?: never;
|
|
3617
3636
|
query?: never;
|
|
3618
|
-
url: '/
|
|
3637
|
+
url: '/v1/users/link';
|
|
3619
3638
|
};
|
|
3620
3639
|
type CreateLinkSessionResponses = {
|
|
3621
3640
|
/**
|
|
@@ -3634,7 +3653,7 @@ export declare namespace solidit_service {
|
|
|
3634
3653
|
id: string;
|
|
3635
3654
|
};
|
|
3636
3655
|
query?: never;
|
|
3637
|
-
url: '/
|
|
3656
|
+
url: '/v1/solidity/{owner}/{slug}/fork/{id}';
|
|
3638
3657
|
};
|
|
3639
3658
|
type DeleteForkResponses = {
|
|
3640
3659
|
/**
|