@sentio/api 1.0.4-rc.9 → 1.0.4
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 +94 -76
- package/package.json +1 -1
- package/src/sdk.gen.ts +81 -81
- package/src/types.gen.ts +94 -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
|
/**
|
|
@@ -2557,7 +2557,7 @@ export declare namespace processor_service {
|
|
|
2557
2557
|
slug: string;
|
|
2558
2558
|
};
|
|
2559
2559
|
query?: never;
|
|
2560
|
-
url: '/
|
|
2560
|
+
url: '/v1/processors/{owner}/{slug}/activate_pending';
|
|
2561
2561
|
};
|
|
2562
2562
|
type ActivatePendingVersionResponses = {
|
|
2563
2563
|
/**
|
|
@@ -2580,7 +2580,7 @@ export declare namespace processor_service {
|
|
|
2580
2580
|
*/
|
|
2581
2581
|
version?: number;
|
|
2582
2582
|
};
|
|
2583
|
-
url: '/
|
|
2583
|
+
url: '/v1/processors/{owner}/{slug}/source_files';
|
|
2584
2584
|
};
|
|
2585
2585
|
type GetProcessorSourceFilesResponses = {
|
|
2586
2586
|
/**
|
|
@@ -2603,7 +2603,7 @@ export declare namespace processor_service {
|
|
|
2603
2603
|
*/
|
|
2604
2604
|
version?: 'ACTIVE' | 'PENDING' | 'ALL';
|
|
2605
2605
|
};
|
|
2606
|
-
url: '/
|
|
2606
|
+
url: '/v1/processors/{owner}/{slug}/status';
|
|
2607
2607
|
};
|
|
2608
2608
|
type GetProcessorStatusV2Responses = {
|
|
2609
2609
|
/**
|
|
@@ -2839,7 +2839,7 @@ export declare namespace solidity_service {
|
|
|
2839
2839
|
*/
|
|
2840
2840
|
chainId?: string;
|
|
2841
2841
|
};
|
|
2842
|
-
url: '/
|
|
2842
|
+
url: '/v1/solidity/estimated_gas_price';
|
|
2843
2843
|
};
|
|
2844
2844
|
type GetEstimatedGasPriceResponses = {
|
|
2845
2845
|
/**
|
|
@@ -2855,7 +2855,7 @@ export declare namespace solidity_service {
|
|
|
2855
2855
|
slug: string;
|
|
2856
2856
|
};
|
|
2857
2857
|
query?: never;
|
|
2858
|
-
url: '/
|
|
2858
|
+
url: '/v1/solidity/{owner}/{slug}/fork';
|
|
2859
2859
|
};
|
|
2860
2860
|
type ListForksResponses = {
|
|
2861
2861
|
/**
|
|
@@ -2871,7 +2871,7 @@ export declare namespace solidity_service {
|
|
|
2871
2871
|
slug: string;
|
|
2872
2872
|
};
|
|
2873
2873
|
query?: never;
|
|
2874
|
-
url: '/
|
|
2874
|
+
url: '/v1/solidity/{owner}/{slug}/fork';
|
|
2875
2875
|
};
|
|
2876
2876
|
type CreateForkResponses = {
|
|
2877
2877
|
/**
|
|
@@ -2888,7 +2888,7 @@ export declare namespace solidity_service {
|
|
|
2888
2888
|
forkId: string;
|
|
2889
2889
|
};
|
|
2890
2890
|
query?: never;
|
|
2891
|
-
url: '/
|
|
2891
|
+
url: '/v1/solidity/{owner}/{slug}/fork/{forkId}/simulation';
|
|
2892
2892
|
};
|
|
2893
2893
|
type SimulateTransactionOnForkResponses = {
|
|
2894
2894
|
/**
|
|
@@ -2905,7 +2905,7 @@ export declare namespace solidity_service {
|
|
|
2905
2905
|
forkId: string;
|
|
2906
2906
|
};
|
|
2907
2907
|
query?: never;
|
|
2908
|
-
url: '/
|
|
2908
|
+
url: '/v1/solidity/{owner}/{slug}/fork/{forkId}/simulation_bundle';
|
|
2909
2909
|
};
|
|
2910
2910
|
type SimulateTransactionBundleOnForkResponses = {
|
|
2911
2911
|
/**
|
|
@@ -2922,7 +2922,7 @@ export declare namespace solidity_service {
|
|
|
2922
2922
|
id: string;
|
|
2923
2923
|
};
|
|
2924
2924
|
query?: never;
|
|
2925
|
-
url: '/
|
|
2925
|
+
url: '/v1/solidity/{owner}/{slug}/fork/{id}';
|
|
2926
2926
|
};
|
|
2927
2927
|
type GetForkResponses = {
|
|
2928
2928
|
/**
|
|
@@ -2939,7 +2939,7 @@ export declare namespace solidity_service {
|
|
|
2939
2939
|
id: string;
|
|
2940
2940
|
};
|
|
2941
2941
|
query?: never;
|
|
2942
|
-
url: '/
|
|
2942
|
+
url: '/v1/solidity/{owner}/{slug}/fork/{id}';
|
|
2943
2943
|
};
|
|
2944
2944
|
type UpdateForkResponses = {
|
|
2945
2945
|
/**
|
|
@@ -2956,7 +2956,7 @@ export declare namespace solidity_service {
|
|
|
2956
2956
|
id: string;
|
|
2957
2957
|
};
|
|
2958
2958
|
query?: never;
|
|
2959
|
-
url: '/
|
|
2959
|
+
url: '/v1/solidity/{owner}/{slug}/fork/{id}/info';
|
|
2960
2960
|
};
|
|
2961
2961
|
type GetForkInfoResponses = {
|
|
2962
2962
|
/**
|
|
@@ -2987,7 +2987,7 @@ export declare namespace solidity_service {
|
|
|
2987
2987
|
limit?: number;
|
|
2988
2988
|
pageToken?: string;
|
|
2989
2989
|
};
|
|
2990
|
-
url: '/
|
|
2990
|
+
url: '/v1/solidity/{owner}/{slug}/search_transactions';
|
|
2991
2991
|
};
|
|
2992
2992
|
type SearchTransactionsResponses = {
|
|
2993
2993
|
/**
|
|
@@ -3007,7 +3007,7 @@ export declare namespace solidity_service {
|
|
|
3007
3007
|
page?: number;
|
|
3008
3008
|
pageSize?: number;
|
|
3009
3009
|
};
|
|
3010
|
-
url: '/
|
|
3010
|
+
url: '/v1/solidity/{owner}/{slug}/simulation';
|
|
3011
3011
|
};
|
|
3012
3012
|
type GetSimulationsResponses = {
|
|
3013
3013
|
/**
|
|
@@ -3024,7 +3024,7 @@ export declare namespace solidity_service {
|
|
|
3024
3024
|
simulationId: string;
|
|
3025
3025
|
};
|
|
3026
3026
|
query?: never;
|
|
3027
|
-
url: '/
|
|
3027
|
+
url: '/v1/solidity/{owner}/{slug}/simulation/{simulationId}';
|
|
3028
3028
|
};
|
|
3029
3029
|
type GetSimulationResponses = {
|
|
3030
3030
|
/**
|
|
@@ -3041,7 +3041,7 @@ export declare namespace solidity_service {
|
|
|
3041
3041
|
bundleId: string;
|
|
3042
3042
|
};
|
|
3043
3043
|
query?: never;
|
|
3044
|
-
url: '/
|
|
3044
|
+
url: '/v1/solidity/{owner}/{slug}/simulation_bundle/{bundleId}';
|
|
3045
3045
|
};
|
|
3046
3046
|
type GetSimulationBundleInProjectResponses = {
|
|
3047
3047
|
/**
|
|
@@ -3058,7 +3058,7 @@ export declare namespace solidity_service {
|
|
|
3058
3058
|
chainId: string;
|
|
3059
3059
|
};
|
|
3060
3060
|
query?: never;
|
|
3061
|
-
url: '/
|
|
3061
|
+
url: '/v1/solidity/{owner}/{slug}/{chainId}/simulation';
|
|
3062
3062
|
};
|
|
3063
3063
|
type SimulateTransactionResponses = {
|
|
3064
3064
|
/**
|
|
@@ -3075,7 +3075,7 @@ export declare namespace solidity_service {
|
|
|
3075
3075
|
chainId: string;
|
|
3076
3076
|
};
|
|
3077
3077
|
query?: never;
|
|
3078
|
-
url: '/
|
|
3078
|
+
url: '/v1/solidity/{owner}/{slug}/{chainId}/simulation_bundle';
|
|
3079
3079
|
};
|
|
3080
3080
|
type SimulateTransactionBundleResponses = {
|
|
3081
3081
|
/**
|
|
@@ -3101,6 +3101,7 @@ export declare namespace web_service {
|
|
|
3101
3101
|
sqlQueryId?: string;
|
|
3102
3102
|
sqlExecuteEngine?: analytic_service.ExecuteEngine;
|
|
3103
3103
|
enableExperimentalFeatures?: boolean;
|
|
3104
|
+
overlayGraphs?: Array<OverlayGraph>;
|
|
3104
3105
|
};
|
|
3105
3106
|
type ChartDataSourceType = 'METRICS' | 'NOTES' | 'ANALYTICS' | 'INSIGHTS' | 'EVENTS' | 'RETENTION' | 'SQL';
|
|
3106
3107
|
type ChartConfig = {
|
|
@@ -3399,6 +3400,23 @@ export declare namespace web_service {
|
|
|
3399
3400
|
type NoteAlignment = 'LEFT' | 'CENTER' | 'RIGHT';
|
|
3400
3401
|
type NoteFontSize = 'MD' | 'SM' | 'LG' | 'XL' | 'XXL';
|
|
3401
3402
|
type NoteVerticalAlignment = 'TOP' | 'MIDDLE' | 'BOTTOM';
|
|
3403
|
+
/**
|
|
3404
|
+
* An additional graph overlaid on the primary chart, with its own queries
|
|
3405
|
+
* and Y-axis configuration. Chart type defaults to the parent chart type.
|
|
3406
|
+
*/
|
|
3407
|
+
type OverlayGraph = {
|
|
3408
|
+
insightsQueries?: Array<insights_service.QueryRequestQuery>;
|
|
3409
|
+
formulas?: Array<common.Formula>;
|
|
3410
|
+
yAxis?: ChartConfigYAxisConfig;
|
|
3411
|
+
name?: string;
|
|
3412
|
+
lineConfig?: ChartConfigLineConfig;
|
|
3413
|
+
valueConfig?: ChartConfigValueConfig;
|
|
3414
|
+
dataConfig?: ChartConfigDataConfig;
|
|
3415
|
+
sqlQuery?: string;
|
|
3416
|
+
sqlQueryId?: string;
|
|
3417
|
+
sqlExecuteEngine?: analytic_service.ExecuteEngine;
|
|
3418
|
+
chartType?: ChartType2;
|
|
3419
|
+
};
|
|
3402
3420
|
type Panel = {
|
|
3403
3421
|
id?: string;
|
|
3404
3422
|
name?: string;
|
|
@@ -3432,7 +3450,7 @@ export declare namespace web_service {
|
|
|
3432
3450
|
*/
|
|
3433
3451
|
slug?: string;
|
|
3434
3452
|
};
|
|
3435
|
-
url: '/
|
|
3453
|
+
url: '/v1/dashboards';
|
|
3436
3454
|
};
|
|
3437
3455
|
type ListDashboardsResponses = {
|
|
3438
3456
|
/**
|
|
@@ -3445,7 +3463,7 @@ export declare namespace web_service {
|
|
|
3445
3463
|
body: ImportDashboardRequest;
|
|
3446
3464
|
path?: never;
|
|
3447
3465
|
query?: never;
|
|
3448
|
-
url: '/
|
|
3466
|
+
url: '/v1/dashboards/json';
|
|
3449
3467
|
};
|
|
3450
3468
|
type ImportDashboardResponses = {
|
|
3451
3469
|
/**
|
|
@@ -3476,7 +3494,7 @@ export declare namespace web_service {
|
|
|
3476
3494
|
*/
|
|
3477
3495
|
slug?: string;
|
|
3478
3496
|
};
|
|
3479
|
-
url: '/
|
|
3497
|
+
url: '/v1/dashboards/{dashboardId}';
|
|
3480
3498
|
};
|
|
3481
3499
|
type DeleteDashboardResponses = {
|
|
3482
3500
|
/**
|
|
@@ -3507,7 +3525,7 @@ export declare namespace web_service {
|
|
|
3507
3525
|
*/
|
|
3508
3526
|
slug?: string;
|
|
3509
3527
|
};
|
|
3510
|
-
url: '/
|
|
3528
|
+
url: '/v1/dashboards/{dashboardId}';
|
|
3511
3529
|
};
|
|
3512
3530
|
type GetDashboardResponses = {
|
|
3513
3531
|
/**
|
|
@@ -3525,7 +3543,7 @@ export declare namespace web_service {
|
|
|
3525
3543
|
limit?: number;
|
|
3526
3544
|
offset?: number;
|
|
3527
3545
|
};
|
|
3528
|
-
url: '/
|
|
3546
|
+
url: '/v1/dashboards/{dashboardId}/history';
|
|
3529
3547
|
};
|
|
3530
3548
|
type GetDashboardHistoryResponses = {
|
|
3531
3549
|
/**
|
|
@@ -3540,7 +3558,7 @@ export declare namespace web_service {
|
|
|
3540
3558
|
dashboardId: string;
|
|
3541
3559
|
};
|
|
3542
3560
|
query?: never;
|
|
3543
|
-
url: '/
|
|
3561
|
+
url: '/v1/dashboards/{dashboardId}/json';
|
|
3544
3562
|
};
|
|
3545
3563
|
type ExportDashboardResponses = {
|
|
3546
3564
|
/**
|
|
@@ -3571,7 +3589,7 @@ export declare namespace web_service {
|
|
|
3571
3589
|
*/
|
|
3572
3590
|
projectId?: string;
|
|
3573
3591
|
};
|
|
3574
|
-
url: '/
|
|
3592
|
+
url: '/v1/projects/{owner}/{slug}/dashboards';
|
|
3575
3593
|
};
|
|
3576
3594
|
type ListDashboards2Responses = {
|
|
3577
3595
|
/**
|
|
@@ -3602,7 +3620,7 @@ export declare namespace web_service {
|
|
|
3602
3620
|
*/
|
|
3603
3621
|
projectId?: string;
|
|
3604
3622
|
};
|
|
3605
|
-
url: '/
|
|
3623
|
+
url: '/v1/projects/{owner}/{slug}/dashboards/{dashboardId}';
|
|
3606
3624
|
};
|
|
3607
3625
|
type GetDashboard2Responses = {
|
|
3608
3626
|
/**
|
|
@@ -3615,7 +3633,7 @@ export declare namespace web_service {
|
|
|
3615
3633
|
body?: never;
|
|
3616
3634
|
path?: never;
|
|
3617
3635
|
query?: never;
|
|
3618
|
-
url: '/
|
|
3636
|
+
url: '/v1/users/link';
|
|
3619
3637
|
};
|
|
3620
3638
|
type CreateLinkSessionResponses = {
|
|
3621
3639
|
/**
|
|
@@ -3634,7 +3652,7 @@ export declare namespace solidit_service {
|
|
|
3634
3652
|
id: string;
|
|
3635
3653
|
};
|
|
3636
3654
|
query?: never;
|
|
3637
|
-
url: '/
|
|
3655
|
+
url: '/v1/solidity/{owner}/{slug}/fork/{id}';
|
|
3638
3656
|
};
|
|
3639
3657
|
type DeleteForkResponses = {
|
|
3640
3658
|
/**
|