@sentio/api 1.0.0 → 1.0.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.
Files changed (861) hide show
  1. package/LICENSE +55 -0
  2. package/README.md +27 -1
  3. package/dist/src/apis/DataApi.d.ts +221 -0
  4. package/dist/src/apis/DataApi.js +538 -0
  5. package/dist/src/apis/DataApi.js.map +1 -0
  6. package/dist/src/apis/DebugAndSimulationApi.d.ts +123 -0
  7. package/dist/src/apis/DebugAndSimulationApi.js +304 -0
  8. package/dist/src/apis/DebugAndSimulationApi.js.map +1 -0
  9. package/dist/src/apis/WebApi.d.ts +134 -0
  10. package/dist/src/apis/WebApi.js +317 -0
  11. package/dist/src/apis/WebApi.js.map +1 -0
  12. package/dist/src/apis/index.d.ts +3 -0
  13. package/dist/src/apis/index.js +6 -0
  14. package/dist/src/apis/index.js.map +1 -0
  15. package/dist/src/index.d.ts +3 -0
  16. package/dist/src/index.js +6 -0
  17. package/dist/src/index.js.map +1 -0
  18. package/dist/src/models/AnalyticServiceAnalyticServiceExecuteSQLBody.d.ts +63 -0
  19. package/dist/src/models/AnalyticServiceAnalyticServiceExecuteSQLBody.js +51 -0
  20. package/dist/src/models/AnalyticServiceAnalyticServiceExecuteSQLBody.js.map +1 -0
  21. package/dist/src/models/AnalyticServiceLogQueryRequestFilter.d.ts +43 -0
  22. package/dist/src/models/AnalyticServiceLogQueryRequestFilter.js +43 -0
  23. package/dist/src/models/AnalyticServiceLogQueryRequestFilter.js.map +1 -0
  24. package/dist/src/models/AnalyticServiceLogQueryRequestSort.d.ts +37 -0
  25. package/dist/src/models/AnalyticServiceLogQueryRequestSort.js +41 -0
  26. package/dist/src/models/AnalyticServiceLogQueryRequestSort.js.map +1 -0
  27. package/dist/src/models/AnalyticServiceLogQueryResponse.d.ts +45 -0
  28. package/dist/src/models/AnalyticServiceLogQueryResponse.js +45 -0
  29. package/dist/src/models/AnalyticServiceLogQueryResponse.js.map +1 -0
  30. package/dist/src/models/AnalyticServiceSQLQuery.d.ts +37 -0
  31. package/dist/src/models/AnalyticServiceSQLQuery.js +41 -0
  32. package/dist/src/models/AnalyticServiceSQLQuery.js.map +1 -0
  33. package/dist/src/models/AnalyticServiceSearchServiceQueryLogBody.d.ts +83 -0
  34. package/dist/src/models/AnalyticServiceSearchServiceQueryLogBody.js +59 -0
  35. package/dist/src/models/AnalyticServiceSearchServiceQueryLogBody.js.map +1 -0
  36. package/dist/src/models/AnalyticServiceSyncExecuteSQLRequest.d.ts +75 -0
  37. package/dist/src/models/AnalyticServiceSyncExecuteSQLRequest.js +55 -0
  38. package/dist/src/models/AnalyticServiceSyncExecuteSQLRequest.js.map +1 -0
  39. package/dist/src/models/AnalyticServiceSyncExecuteSQLResponse.d.ts +51 -0
  40. package/dist/src/models/AnalyticServiceSyncExecuteSQLResponse.js +47 -0
  41. package/dist/src/models/AnalyticServiceSyncExecuteSQLResponse.js.map +1 -0
  42. package/dist/src/models/CommonAggregate.d.ts +38 -0
  43. package/dist/src/models/CommonAggregate.js +42 -0
  44. package/dist/src/models/CommonAggregate.js.map +1 -0
  45. package/dist/src/models/CommonAggregateAggregateOps.d.ts +27 -0
  46. package/dist/src/models/CommonAggregateAggregateOps.js +37 -0
  47. package/dist/src/models/CommonAggregateAggregateOps.js.map +1 -0
  48. package/dist/src/models/CommonAny.d.ts +68 -0
  49. package/dist/src/models/CommonAny.js +52 -0
  50. package/dist/src/models/CommonAny.js.map +1 -0
  51. package/dist/src/models/CommonArgument.d.ts +56 -0
  52. package/dist/src/models/CommonArgument.js +48 -0
  53. package/dist/src/models/CommonArgument.js.map +1 -0
  54. package/dist/src/models/CommonCachePolicy.d.ts +49 -0
  55. package/dist/src/models/CommonCachePolicy.js +45 -0
  56. package/dist/src/models/CommonCachePolicy.js.map +1 -0
  57. package/dist/src/models/CommonChannel.d.ts +106 -0
  58. package/dist/src/models/CommonChannel.js +64 -0
  59. package/dist/src/models/CommonChannel.js.map +1 -0
  60. package/dist/src/models/CommonChannelType.d.ts +29 -0
  61. package/dist/src/models/CommonChannelType.js +39 -0
  62. package/dist/src/models/CommonChannelType.js.map +1 -0
  63. package/dist/src/models/CommonCohortsFilter.d.ts +58 -0
  64. package/dist/src/models/CommonCohortsFilter.js +50 -0
  65. package/dist/src/models/CommonCohortsFilter.js.map +1 -0
  66. package/dist/src/models/CommonCohortsFilterAggregation.d.ts +52 -0
  67. package/dist/src/models/CommonCohortsFilterAggregation.js +48 -0
  68. package/dist/src/models/CommonCohortsFilterAggregation.js.map +1 -0
  69. package/dist/src/models/CommonCohortsFilterAggregationAggregateProperties.d.ts +38 -0
  70. package/dist/src/models/CommonCohortsFilterAggregationAggregateProperties.js +42 -0
  71. package/dist/src/models/CommonCohortsFilterAggregationAggregateProperties.js.map +1 -0
  72. package/dist/src/models/CommonCohortsFilterAggregationAggregatePropertiesAggregationType.d.ts +30 -0
  73. package/dist/src/models/CommonCohortsFilterAggregationAggregatePropertiesAggregationType.js +40 -0
  74. package/dist/src/models/CommonCohortsFilterAggregationAggregatePropertiesAggregationType.js.map +1 -0
  75. package/dist/src/models/CommonCohortsFilterAggregationOperatorType.d.ts +30 -0
  76. package/dist/src/models/CommonCohortsFilterAggregationOperatorType.js +40 -0
  77. package/dist/src/models/CommonCohortsFilterAggregationOperatorType.js.map +1 -0
  78. package/dist/src/models/CommonCohortsGroup.d.ts +39 -0
  79. package/dist/src/models/CommonCohortsGroup.js +43 -0
  80. package/dist/src/models/CommonCohortsGroup.js.map +1 -0
  81. package/dist/src/models/CommonCohortsQuery.d.ts +51 -0
  82. package/dist/src/models/CommonCohortsQuery.js +47 -0
  83. package/dist/src/models/CommonCohortsQuery.js.map +1 -0
  84. package/dist/src/models/CommonCoinID.d.ts +38 -0
  85. package/dist/src/models/CommonCoinID.js +42 -0
  86. package/dist/src/models/CommonCoinID.js.map +1 -0
  87. package/dist/src/models/CommonCoinIDAddressIdentifier.d.ts +37 -0
  88. package/dist/src/models/CommonCoinIDAddressIdentifier.js +41 -0
  89. package/dist/src/models/CommonCoinIDAddressIdentifier.js.map +1 -0
  90. package/dist/src/models/CommonColumnState.d.ts +54 -0
  91. package/dist/src/models/CommonColumnState.js +46 -0
  92. package/dist/src/models/CommonColumnState.js.map +1 -0
  93. package/dist/src/models/CommonColumnStateSort.d.ts +37 -0
  94. package/dist/src/models/CommonColumnStateSort.js +41 -0
  95. package/dist/src/models/CommonColumnStateSort.js.map +1 -0
  96. package/dist/src/models/CommonComputeStats.d.ts +61 -0
  97. package/dist/src/models/CommonComputeStats.js +49 -0
  98. package/dist/src/models/CommonComputeStats.js.map +1 -0
  99. package/dist/src/models/CommonDuration.d.ts +37 -0
  100. package/dist/src/models/CommonDuration.js +41 -0
  101. package/dist/src/models/CommonDuration.js.map +1 -0
  102. package/dist/src/models/CommonEventLogColumn.d.ts +67 -0
  103. package/dist/src/models/CommonEventLogColumn.js +51 -0
  104. package/dist/src/models/CommonEventLogColumn.js.map +1 -0
  105. package/dist/src/models/CommonEventLogConfig.d.ts +39 -0
  106. package/dist/src/models/CommonEventLogConfig.js +43 -0
  107. package/dist/src/models/CommonEventLogConfig.js.map +1 -0
  108. package/dist/src/models/CommonEventLogEntry.d.ts +121 -0
  109. package/dist/src/models/CommonEventLogEntry.js +69 -0
  110. package/dist/src/models/CommonEventLogEntry.js.map +1 -0
  111. package/dist/src/models/CommonFormula.d.ts +56 -0
  112. package/dist/src/models/CommonFormula.js +48 -0
  113. package/dist/src/models/CommonFormula.js.map +1 -0
  114. package/dist/src/models/CommonFunction.d.ts +38 -0
  115. package/dist/src/models/CommonFunction.js +42 -0
  116. package/dist/src/models/CommonFunction.js.map +1 -0
  117. package/dist/src/models/CommonJoinOperator.d.ts +25 -0
  118. package/dist/src/models/CommonJoinOperator.js +35 -0
  119. package/dist/src/models/CommonJoinOperator.js.map +1 -0
  120. package/dist/src/models/CommonMatrix.d.ts +38 -0
  121. package/dist/src/models/CommonMatrix.js +42 -0
  122. package/dist/src/models/CommonMatrix.js.map +1 -0
  123. package/dist/src/models/CommonMatrixMetric.d.ts +45 -0
  124. package/dist/src/models/CommonMatrixMetric.js +43 -0
  125. package/dist/src/models/CommonMatrixMetric.js.map +1 -0
  126. package/dist/src/models/CommonMatrixSample.d.ts +39 -0
  127. package/dist/src/models/CommonMatrixSample.js +43 -0
  128. package/dist/src/models/CommonMatrixSample.js.map +1 -0
  129. package/dist/src/models/CommonMatrixValue.d.ts +37 -0
  130. package/dist/src/models/CommonMatrixValue.js +41 -0
  131. package/dist/src/models/CommonMatrixValue.js.map +1 -0
  132. package/dist/src/models/CommonOrganization.d.ts +88 -0
  133. package/dist/src/models/CommonOrganization.js +60 -0
  134. package/dist/src/models/CommonOrganization.js.map +1 -0
  135. package/dist/src/models/CommonOrganizationMember.d.ts +39 -0
  136. package/dist/src/models/CommonOrganizationMember.js +43 -0
  137. package/dist/src/models/CommonOrganizationMember.js.map +1 -0
  138. package/dist/src/models/CommonOrganizationRole.d.ts +24 -0
  139. package/dist/src/models/CommonOrganizationRole.js +34 -0
  140. package/dist/src/models/CommonOrganizationRole.js.map +1 -0
  141. package/dist/src/models/CommonOwner.d.ts +46 -0
  142. package/dist/src/models/CommonOwner.js +46 -0
  143. package/dist/src/models/CommonOwner.js.map +1 -0
  144. package/dist/src/models/CommonPermission.d.ts +25 -0
  145. package/dist/src/models/CommonPermission.js +35 -0
  146. package/dist/src/models/CommonPermission.js.map +1 -0
  147. package/dist/src/models/CommonPriceSegmentationQuery.d.ts +50 -0
  148. package/dist/src/models/CommonPriceSegmentationQuery.js +46 -0
  149. package/dist/src/models/CommonPriceSegmentationQuery.js.map +1 -0
  150. package/dist/src/models/CommonProject.d.ts +146 -0
  151. package/dist/src/models/CommonProject.js +82 -0
  152. package/dist/src/models/CommonProject.js.map +1 -0
  153. package/dist/src/models/CommonProjectInfo.d.ts +112 -0
  154. package/dist/src/models/CommonProjectInfo.js +68 -0
  155. package/dist/src/models/CommonProjectInfo.js.map +1 -0
  156. package/dist/src/models/CommonProjectProjectMember.d.ts +38 -0
  157. package/dist/src/models/CommonProjectProjectMember.js +42 -0
  158. package/dist/src/models/CommonProjectProjectMember.js.map +1 -0
  159. package/dist/src/models/CommonProjectSuperset.d.ts +43 -0
  160. package/dist/src/models/CommonProjectSuperset.js +43 -0
  161. package/dist/src/models/CommonProjectSuperset.js.map +1 -0
  162. package/dist/src/models/CommonProjectType.d.ts +24 -0
  163. package/dist/src/models/CommonProjectType.js +34 -0
  164. package/dist/src/models/CommonProjectType.js.map +1 -0
  165. package/dist/src/models/CommonProjectView.d.ts +50 -0
  166. package/dist/src/models/CommonProjectView.js +46 -0
  167. package/dist/src/models/CommonProjectView.js.map +1 -0
  168. package/dist/src/models/CommonProjectViewProjectViewConfig.d.ts +32 -0
  169. package/dist/src/models/CommonProjectViewProjectViewConfig.js +40 -0
  170. package/dist/src/models/CommonProjectViewProjectViewConfig.js.map +1 -0
  171. package/dist/src/models/CommonProjectVisibility.d.ts +24 -0
  172. package/dist/src/models/CommonProjectVisibility.js +34 -0
  173. package/dist/src/models/CommonProjectVisibility.js.map +1 -0
  174. package/dist/src/models/CommonQuery.d.ts +71 -0
  175. package/dist/src/models/CommonQuery.js +53 -0
  176. package/dist/src/models/CommonQuery.js.map +1 -0
  177. package/dist/src/models/CommonRetentionMatrix.d.ts +32 -0
  178. package/dist/src/models/CommonRetentionMatrix.js +40 -0
  179. package/dist/src/models/CommonRetentionMatrix.js.map +1 -0
  180. package/dist/src/models/CommonRetentionMatrixSample.d.ts +64 -0
  181. package/dist/src/models/CommonRetentionMatrixSample.js +50 -0
  182. package/dist/src/models/CommonRetentionMatrixSample.js.map +1 -0
  183. package/dist/src/models/CommonRetentionQuery.d.ts +72 -0
  184. package/dist/src/models/CommonRetentionQuery.js +56 -0
  185. package/dist/src/models/CommonRetentionQuery.js.map +1 -0
  186. package/dist/src/models/CommonRetentionQueryCriteria.d.ts +24 -0
  187. package/dist/src/models/CommonRetentionQueryCriteria.js +34 -0
  188. package/dist/src/models/CommonRetentionQueryCriteria.js.map +1 -0
  189. package/dist/src/models/CommonRetentionQueryFilter.d.ts +39 -0
  190. package/dist/src/models/CommonRetentionQueryFilter.js +43 -0
  191. package/dist/src/models/CommonRetentionQueryFilter.js.map +1 -0
  192. package/dist/src/models/CommonRetentionQueryFilterTimeFilter.d.ts +32 -0
  193. package/dist/src/models/CommonRetentionQueryFilterTimeFilter.js +40 -0
  194. package/dist/src/models/CommonRetentionQueryFilterTimeFilter.js.map +1 -0
  195. package/dist/src/models/CommonRetentionQueryFilterTimeFilterType.d.ts +25 -0
  196. package/dist/src/models/CommonRetentionQueryFilterTimeFilterType.js +35 -0
  197. package/dist/src/models/CommonRetentionQueryFilterTimeFilterType.js.map +1 -0
  198. package/dist/src/models/CommonRetentionQueryInterval.d.ts +38 -0
  199. package/dist/src/models/CommonRetentionQueryInterval.js +42 -0
  200. package/dist/src/models/CommonRetentionQueryInterval.js.map +1 -0
  201. package/dist/src/models/CommonRetentionQueryIntervalUnit.d.ts +25 -0
  202. package/dist/src/models/CommonRetentionQueryIntervalUnit.js +35 -0
  203. package/dist/src/models/CommonRetentionQueryIntervalUnit.js.map +1 -0
  204. package/dist/src/models/CommonRetentionQueryResource.d.ts +38 -0
  205. package/dist/src/models/CommonRetentionQueryResource.js +42 -0
  206. package/dist/src/models/CommonRetentionQueryResource.js.map +1 -0
  207. package/dist/src/models/CommonSegmentParameter.d.ts +37 -0
  208. package/dist/src/models/CommonSegmentParameter.js +41 -0
  209. package/dist/src/models/CommonSegmentParameter.js.map +1 -0
  210. package/dist/src/models/CommonSegmentationQuery.d.ts +83 -0
  211. package/dist/src/models/CommonSegmentationQuery.js +59 -0
  212. package/dist/src/models/CommonSegmentationQuery.js.map +1 -0
  213. package/dist/src/models/CommonSegmentationQueryAggregation.d.ts +51 -0
  214. package/dist/src/models/CommonSegmentationQueryAggregation.js +47 -0
  215. package/dist/src/models/CommonSegmentationQueryAggregation.js.map +1 -0
  216. package/dist/src/models/CommonSegmentationQueryAggregationAggregateProperties.d.ts +38 -0
  217. package/dist/src/models/CommonSegmentationQueryAggregationAggregateProperties.js +42 -0
  218. package/dist/src/models/CommonSegmentationQueryAggregationAggregateProperties.js.map +1 -0
  219. package/dist/src/models/CommonSegmentationQueryAggregationAggregatePropertiesAggregationType.d.ts +40 -0
  220. package/dist/src/models/CommonSegmentationQueryAggregationAggregatePropertiesAggregationType.js +50 -0
  221. package/dist/src/models/CommonSegmentationQueryAggregationAggregatePropertiesAggregationType.js.map +1 -0
  222. package/dist/src/models/CommonSegmentationQueryAggregationCountUnique.d.ts +32 -0
  223. package/dist/src/models/CommonSegmentationQueryAggregationCountUnique.js +40 -0
  224. package/dist/src/models/CommonSegmentationQueryAggregationCountUnique.js.map +1 -0
  225. package/dist/src/models/CommonSegmentationQueryResource.d.ts +51 -0
  226. package/dist/src/models/CommonSegmentationQueryResource.js +47 -0
  227. package/dist/src/models/CommonSegmentationQueryResource.js.map +1 -0
  228. package/dist/src/models/CommonSegmentationQueryResourceType.d.ts +24 -0
  229. package/dist/src/models/CommonSegmentationQueryResourceType.js +34 -0
  230. package/dist/src/models/CommonSegmentationQueryResourceType.js.map +1 -0
  231. package/dist/src/models/CommonSegmentationQuerySelectorExpr.d.ts +39 -0
  232. package/dist/src/models/CommonSegmentationQuerySelectorExpr.js +43 -0
  233. package/dist/src/models/CommonSegmentationQuerySelectorExpr.js.map +1 -0
  234. package/dist/src/models/CommonSegmentationQuerySelectorExprLogicExpr.d.ts +39 -0
  235. package/dist/src/models/CommonSegmentationQuerySelectorExprLogicExpr.js +43 -0
  236. package/dist/src/models/CommonSegmentationQuerySelectorExprLogicExpr.js.map +1 -0
  237. package/dist/src/models/CommonSelector.d.ts +45 -0
  238. package/dist/src/models/CommonSelector.js +45 -0
  239. package/dist/src/models/CommonSelector.js.map +1 -0
  240. package/dist/src/models/CommonSelectorExpr.d.ts +39 -0
  241. package/dist/src/models/CommonSelectorExpr.js +43 -0
  242. package/dist/src/models/CommonSelectorExpr.js.map +1 -0
  243. package/dist/src/models/CommonSelectorExprLogicExpr.d.ts +39 -0
  244. package/dist/src/models/CommonSelectorExprLogicExpr.js +43 -0
  245. package/dist/src/models/CommonSelectorExprLogicExpr.js.map +1 -0
  246. package/dist/src/models/CommonSelectorOperatorType.d.ts +37 -0
  247. package/dist/src/models/CommonSelectorOperatorType.js +47 -0
  248. package/dist/src/models/CommonSelectorOperatorType.js.map +1 -0
  249. package/dist/src/models/CommonStringList.d.ts +31 -0
  250. package/dist/src/models/CommonStringList.js +39 -0
  251. package/dist/src/models/CommonStringList.js.map +1 -0
  252. package/dist/src/models/CommonTabularData.d.ts +58 -0
  253. package/dist/src/models/CommonTabularData.js +49 -0
  254. package/dist/src/models/CommonTabularData.js.map +1 -0
  255. package/dist/src/models/CommonTabularDataColumnType.d.ts +27 -0
  256. package/dist/src/models/CommonTabularDataColumnType.js +37 -0
  257. package/dist/src/models/CommonTabularDataColumnType.js.map +1 -0
  258. package/dist/src/models/CommonTier.d.ts +27 -0
  259. package/dist/src/models/CommonTier.js +37 -0
  260. package/dist/src/models/CommonTier.js.map +1 -0
  261. package/dist/src/models/CommonTimeRange.d.ts +57 -0
  262. package/dist/src/models/CommonTimeRange.js +49 -0
  263. package/dist/src/models/CommonTimeRange.js.map +1 -0
  264. package/dist/src/models/CommonTimeRangeLite.d.ts +49 -0
  265. package/dist/src/models/CommonTimeRangeLite.js +51 -0
  266. package/dist/src/models/CommonTimeRangeLite.js.map +1 -0
  267. package/dist/src/models/CommonTimeRangeRelativeTime.d.ts +43 -0
  268. package/dist/src/models/CommonTimeRangeRelativeTime.js +43 -0
  269. package/dist/src/models/CommonTimeRangeRelativeTime.js.map +1 -0
  270. package/dist/src/models/CommonTimeRangeTimeLike.d.ts +38 -0
  271. package/dist/src/models/CommonTimeRangeTimeLike.js +42 -0
  272. package/dist/src/models/CommonTimeRangeTimeLike.js.map +1 -0
  273. package/dist/src/models/CommonUser.d.ts +111 -0
  274. package/dist/src/models/CommonUser.js +67 -0
  275. package/dist/src/models/CommonUser.js.map +1 -0
  276. package/dist/src/models/CommonUserAccountStatus.d.ts +26 -0
  277. package/dist/src/models/CommonUserAccountStatus.js +36 -0
  278. package/dist/src/models/CommonUserAccountStatus.js.map +1 -0
  279. package/dist/src/models/CommonUserInfo.d.ts +61 -0
  280. package/dist/src/models/CommonUserInfo.js +49 -0
  281. package/dist/src/models/CommonUserInfo.js.map +1 -0
  282. package/dist/src/models/EvmAccessListItem.d.ts +37 -0
  283. package/dist/src/models/EvmAccessListItem.js +41 -0
  284. package/dist/src/models/EvmAccessListItem.js.map +1 -0
  285. package/dist/src/models/EvmTransaction.d.ts +122 -0
  286. package/dist/src/models/EvmTransaction.js +70 -0
  287. package/dist/src/models/EvmTransaction.js.map +1 -0
  288. package/dist/src/models/EvmTransactionReceipt.d.ts +67 -0
  289. package/dist/src/models/EvmTransactionReceipt.js +51 -0
  290. package/dist/src/models/EvmTransactionReceipt.js.map +1 -0
  291. package/dist/src/models/GoogleApiHttpBody.d.ts +87 -0
  292. package/dist/src/models/GoogleApiHttpBody.js +44 -0
  293. package/dist/src/models/GoogleApiHttpBody.js.map +1 -0
  294. package/dist/src/models/GoogleProtobufAny.d.ts +142 -0
  295. package/dist/src/models/GoogleProtobufAny.js +41 -0
  296. package/dist/src/models/GoogleProtobufAny.js.map +1 -0
  297. package/dist/src/models/GoogleProtobufNullValue.d.ts +28 -0
  298. package/dist/src/models/GoogleProtobufNullValue.js +38 -0
  299. package/dist/src/models/GoogleProtobufNullValue.js.map +1 -0
  300. package/dist/src/models/InsightsServiceDataSource.d.ts +28 -0
  301. package/dist/src/models/InsightsServiceDataSource.js +38 -0
  302. package/dist/src/models/InsightsServiceDataSource.js.map +1 -0
  303. package/dist/src/models/InsightsServiceInsightsServiceQueryBody.d.ts +83 -0
  304. package/dist/src/models/InsightsServiceInsightsServiceQueryBody.js +59 -0
  305. package/dist/src/models/InsightsServiceInsightsServiceQueryBody.js.map +1 -0
  306. package/dist/src/models/InsightsServiceInsightsServiceRetentionBody.d.ts +51 -0
  307. package/dist/src/models/InsightsServiceInsightsServiceRetentionBody.js +47 -0
  308. package/dist/src/models/InsightsServiceInsightsServiceRetentionBody.js.map +1 -0
  309. package/dist/src/models/InsightsServiceListCoinsResponse.d.ts +39 -0
  310. package/dist/src/models/InsightsServiceListCoinsResponse.js +43 -0
  311. package/dist/src/models/InsightsServiceListCoinsResponse.js.map +1 -0
  312. package/dist/src/models/InsightsServiceQueryRequest.d.ts +95 -0
  313. package/dist/src/models/InsightsServiceQueryRequest.js +63 -0
  314. package/dist/src/models/InsightsServiceQueryRequest.js.map +1 -0
  315. package/dist/src/models/InsightsServiceQueryRequestQuery.d.ts +59 -0
  316. package/dist/src/models/InsightsServiceQueryRequestQuery.js +51 -0
  317. package/dist/src/models/InsightsServiceQueryRequestQuery.js.map +1 -0
  318. package/dist/src/models/InsightsServiceQueryResponse.d.ts +32 -0
  319. package/dist/src/models/InsightsServiceQueryResponse.js +40 -0
  320. package/dist/src/models/InsightsServiceQueryResponse.js.map +1 -0
  321. package/dist/src/models/InsightsServiceQueryResponseResult.d.ts +64 -0
  322. package/dist/src/models/InsightsServiceQueryResponseResult.js +52 -0
  323. package/dist/src/models/InsightsServiceQueryResponseResult.js.map +1 -0
  324. package/dist/src/models/InsightsServiceRetentionRequest.d.ts +63 -0
  325. package/dist/src/models/InsightsServiceRetentionRequest.js +51 -0
  326. package/dist/src/models/InsightsServiceRetentionRequest.js.map +1 -0
  327. package/dist/src/models/InsightsServiceRetentionResponse.d.ts +45 -0
  328. package/dist/src/models/InsightsServiceRetentionResponse.js +45 -0
  329. package/dist/src/models/InsightsServiceRetentionResponse.js.map +1 -0
  330. package/dist/src/models/MetricsServiceGetMetricsResponse.d.ts +32 -0
  331. package/dist/src/models/MetricsServiceGetMetricsResponse.js +40 -0
  332. package/dist/src/models/MetricsServiceGetMetricsResponse.js.map +1 -0
  333. package/dist/src/models/MetricsServiceMetricInfo.d.ts +77 -0
  334. package/dist/src/models/MetricsServiceMetricInfo.js +56 -0
  335. package/dist/src/models/MetricsServiceMetricInfo.js.map +1 -0
  336. package/dist/src/models/MetricsServiceMetricInfoLabelValues.d.ts +31 -0
  337. package/dist/src/models/MetricsServiceMetricInfoLabelValues.js +39 -0
  338. package/dist/src/models/MetricsServiceMetricInfoLabelValues.js.map +1 -0
  339. package/dist/src/models/MetricsServiceMetricMetadata.d.ts +49 -0
  340. package/dist/src/models/MetricsServiceMetricMetadata.js +45 -0
  341. package/dist/src/models/MetricsServiceMetricMetadata.js.map +1 -0
  342. package/dist/src/models/MetricsServiceMetricsQueryResponse.d.ts +32 -0
  343. package/dist/src/models/MetricsServiceMetricsQueryResponse.js +40 -0
  344. package/dist/src/models/MetricsServiceMetricsQueryResponse.js.map +1 -0
  345. package/dist/src/models/MetricsServiceMetricsQueryResponseMatrix.d.ts +38 -0
  346. package/dist/src/models/MetricsServiceMetricsQueryResponseMatrix.js +42 -0
  347. package/dist/src/models/MetricsServiceMetricsQueryResponseMatrix.js.map +1 -0
  348. package/dist/src/models/MetricsServiceMetricsQueryResponseMetric.d.ts +45 -0
  349. package/dist/src/models/MetricsServiceMetricsQueryResponseMetric.js +43 -0
  350. package/dist/src/models/MetricsServiceMetricsQueryResponseMetric.js.map +1 -0
  351. package/dist/src/models/MetricsServiceMetricsQueryResponseResult.d.ts +57 -0
  352. package/dist/src/models/MetricsServiceMetricsQueryResponseResult.js +49 -0
  353. package/dist/src/models/MetricsServiceMetricsQueryResponseResult.js.map +1 -0
  354. package/dist/src/models/MetricsServiceMetricsQueryResponseSample.d.ts +39 -0
  355. package/dist/src/models/MetricsServiceMetricsQueryResponseSample.js +43 -0
  356. package/dist/src/models/MetricsServiceMetricsQueryResponseSample.js.map +1 -0
  357. package/dist/src/models/MetricsServiceMetricsQueryResponseValue.d.ts +37 -0
  358. package/dist/src/models/MetricsServiceMetricsQueryResponseValue.js +41 -0
  359. package/dist/src/models/MetricsServiceMetricsQueryResponseValue.js.map +1 -0
  360. package/dist/src/models/MetricsServiceObservabilityServiceQueryBody.d.ts +69 -0
  361. package/dist/src/models/MetricsServiceObservabilityServiceQueryBody.js +53 -0
  362. package/dist/src/models/MetricsServiceObservabilityServiceQueryBody.js.map +1 -0
  363. package/dist/src/models/MetricsServiceObservabilityServiceQueryRangeBody.d.ts +70 -0
  364. package/dist/src/models/MetricsServiceObservabilityServiceQueryRangeBody.js +56 -0
  365. package/dist/src/models/MetricsServiceObservabilityServiceQueryRangeBody.js.map +1 -0
  366. package/dist/src/models/MetricsServiceQueryValueResponse.d.ts +32 -0
  367. package/dist/src/models/MetricsServiceQueryValueResponse.js +40 -0
  368. package/dist/src/models/MetricsServiceQueryValueResponse.js.map +1 -0
  369. package/dist/src/models/MetricsServiceQueryValueResponseResult.d.ts +50 -0
  370. package/dist/src/models/MetricsServiceQueryValueResponseResult.js +46 -0
  371. package/dist/src/models/MetricsServiceQueryValueResponseResult.js.map +1 -0
  372. package/dist/src/models/SolidityServiceBlockOverrides.d.ts +63 -0
  373. package/dist/src/models/SolidityServiceBlockOverrides.js +49 -0
  374. package/dist/src/models/SolidityServiceBlockOverrides.js.map +1 -0
  375. package/dist/src/models/SolidityServiceCompileSourceInternalResponse.d.ts +32 -0
  376. package/dist/src/models/SolidityServiceCompileSourceInternalResponse.js +40 -0
  377. package/dist/src/models/SolidityServiceCompileSourceInternalResponse.js.map +1 -0
  378. package/dist/src/models/SolidityServiceCompilerOptions.d.ts +51 -0
  379. package/dist/src/models/SolidityServiceCompilerOptions.js +47 -0
  380. package/dist/src/models/SolidityServiceCompilerOptions.js.map +1 -0
  381. package/dist/src/models/SolidityServiceContractKeyInfo.d.ts +37 -0
  382. package/dist/src/models/SolidityServiceContractKeyInfo.js +41 -0
  383. package/dist/src/models/SolidityServiceContractKeyInfo.js.map +1 -0
  384. package/dist/src/models/SolidityServiceDecodeStateDiffResponse.d.ts +31 -0
  385. package/dist/src/models/SolidityServiceDecodeStateDiffResponse.js +39 -0
  386. package/dist/src/models/SolidityServiceDecodeStateDiffResponse.js.map +1 -0
  387. package/dist/src/models/SolidityServiceFailure.d.ts +37 -0
  388. package/dist/src/models/SolidityServiceFailure.js +41 -0
  389. package/dist/src/models/SolidityServiceFailure.js.map +1 -0
  390. package/dist/src/models/SolidityServiceFetchAndCompileInternalResponse.d.ts +40 -0
  391. package/dist/src/models/SolidityServiceFetchAndCompileInternalResponse.js +43 -0
  392. package/dist/src/models/SolidityServiceFetchAndCompileInternalResponse.js.map +1 -0
  393. package/dist/src/models/SolidityServiceGetSimulationBundleResponse.d.ts +38 -0
  394. package/dist/src/models/SolidityServiceGetSimulationBundleResponse.js +42 -0
  395. package/dist/src/models/SolidityServiceGetSimulationBundleResponse.js.map +1 -0
  396. package/dist/src/models/SolidityServiceGetSimulationResponse.d.ts +32 -0
  397. package/dist/src/models/SolidityServiceGetSimulationResponse.js +40 -0
  398. package/dist/src/models/SolidityServiceGetSimulationResponse.js.map +1 -0
  399. package/dist/src/models/SolidityServiceGetSimulationsResponse.d.ts +50 -0
  400. package/dist/src/models/SolidityServiceGetSimulationsResponse.js +46 -0
  401. package/dist/src/models/SolidityServiceGetSimulationsResponse.js.map +1 -0
  402. package/dist/src/models/SolidityServiceGetStorageSummaryInternalResponse.d.ts +32 -0
  403. package/dist/src/models/SolidityServiceGetStorageSummaryInternalResponse.js +40 -0
  404. package/dist/src/models/SolidityServiceGetStorageSummaryInternalResponse.js.map +1 -0
  405. package/dist/src/models/SolidityServiceGetTraceCallInternalRequestBundle.d.ts +38 -0
  406. package/dist/src/models/SolidityServiceGetTraceCallInternalRequestBundle.js +42 -0
  407. package/dist/src/models/SolidityServiceGetTraceCallInternalRequestBundle.js.map +1 -0
  408. package/dist/src/models/SolidityServiceGetTraceCallInternalRequestStateContext.d.ts +37 -0
  409. package/dist/src/models/SolidityServiceGetTraceCallInternalRequestStateContext.js +41 -0
  410. package/dist/src/models/SolidityServiceGetTraceCallInternalRequestStateContext.js.map +1 -0
  411. package/dist/src/models/SolidityServiceGetTraceCallInternalResponse.d.ts +43 -0
  412. package/dist/src/models/SolidityServiceGetTraceCallInternalResponse.js +43 -0
  413. package/dist/src/models/SolidityServiceGetTraceCallInternalResponse.js.map +1 -0
  414. package/dist/src/models/SolidityServiceGetTraceTransactionInternalResponse.d.ts +31 -0
  415. package/dist/src/models/SolidityServiceGetTraceTransactionInternalResponse.js +39 -0
  416. package/dist/src/models/SolidityServiceGetTraceTransactionInternalResponse.js.map +1 -0
  417. package/dist/src/models/SolidityServiceMetadata.d.ts +43 -0
  418. package/dist/src/models/SolidityServiceMetadata.js +43 -0
  419. package/dist/src/models/SolidityServiceMetadata.js.map +1 -0
  420. package/dist/src/models/SolidityServiceOptimizer.d.ts +44 -0
  421. package/dist/src/models/SolidityServiceOptimizer.js +44 -0
  422. package/dist/src/models/SolidityServiceOptimizer.js.map +1 -0
  423. package/dist/src/models/SolidityServiceOptimizerDetails.d.ts +50 -0
  424. package/dist/src/models/SolidityServiceOptimizerDetails.js +46 -0
  425. package/dist/src/models/SolidityServiceOptimizerDetails.js.map +1 -0
  426. package/dist/src/models/SolidityServiceOptimizerDetailsYulDetails.d.ts +37 -0
  427. package/dist/src/models/SolidityServiceOptimizerDetailsYulDetails.js +41 -0
  428. package/dist/src/models/SolidityServiceOptimizerDetailsYulDetails.js.map +1 -0
  429. package/dist/src/models/SolidityServicePreProcessCompilationInternalResponse.d.ts +31 -0
  430. package/dist/src/models/SolidityServicePreProcessCompilationInternalResponse.js +39 -0
  431. package/dist/src/models/SolidityServicePreProcessCompilationInternalResponse.js.map +1 -0
  432. package/dist/src/models/SolidityServiceSettings.d.ts +65 -0
  433. package/dist/src/models/SolidityServiceSettings.js +51 -0
  434. package/dist/src/models/SolidityServiceSettings.js.map +1 -0
  435. package/dist/src/models/SolidityServiceSimulateTransactionBundleRequest.d.ts +44 -0
  436. package/dist/src/models/SolidityServiceSimulateTransactionBundleRequest.js +50 -0
  437. package/dist/src/models/SolidityServiceSimulateTransactionBundleRequest.js.map +1 -0
  438. package/dist/src/models/SolidityServiceSimulateTransactionBundleResponse.d.ts +44 -0
  439. package/dist/src/models/SolidityServiceSimulateTransactionBundleResponse.js +44 -0
  440. package/dist/src/models/SolidityServiceSimulateTransactionBundleResponse.js.map +1 -0
  441. package/dist/src/models/SolidityServiceSimulateTransactionRequest.d.ts +44 -0
  442. package/dist/src/models/SolidityServiceSimulateTransactionRequest.js +50 -0
  443. package/dist/src/models/SolidityServiceSimulateTransactionRequest.js.map +1 -0
  444. package/dist/src/models/SolidityServiceSimulateTransactionResponse.d.ts +32 -0
  445. package/dist/src/models/SolidityServiceSimulateTransactionResponse.js +40 -0
  446. package/dist/src/models/SolidityServiceSimulateTransactionResponse.js.map +1 -0
  447. package/dist/src/models/SolidityServiceSimulation.d.ts +165 -0
  448. package/dist/src/models/SolidityServiceSimulation.js +86 -0
  449. package/dist/src/models/SolidityServiceSimulation.js.map +1 -0
  450. package/dist/src/models/SolidityServiceSimulationResult.d.ts +39 -0
  451. package/dist/src/models/SolidityServiceSimulationResult.js +43 -0
  452. package/dist/src/models/SolidityServiceSimulationResult.js.map +1 -0
  453. package/dist/src/models/SolidityServiceSourceInfo.d.ts +38 -0
  454. package/dist/src/models/SolidityServiceSourceInfo.js +42 -0
  455. package/dist/src/models/SolidityServiceSourceInfo.js.map +1 -0
  456. package/dist/src/models/SolidityServiceSourceMultiFile.d.ts +39 -0
  457. package/dist/src/models/SolidityServiceSourceMultiFile.js +41 -0
  458. package/dist/src/models/SolidityServiceSourceMultiFile.js.map +1 -0
  459. package/dist/src/models/SolidityServiceSourceSpec.d.ts +68 -0
  460. package/dist/src/models/SolidityServiceSourceSpec.js +52 -0
  461. package/dist/src/models/SolidityServiceSourceSpec.js.map +1 -0
  462. package/dist/src/models/SolidityServiceSpecializations.d.ts +31 -0
  463. package/dist/src/models/SolidityServiceSpecializations.js +39 -0
  464. package/dist/src/models/SolidityServiceSpecializations.js.map +1 -0
  465. package/dist/src/models/SolidityServiceStateOverride.d.ts +45 -0
  466. package/dist/src/models/SolidityServiceStateOverride.js +43 -0
  467. package/dist/src/models/SolidityServiceStateOverride.js.map +1 -0
  468. package/dist/src/models/SolidityServiceStorageSummaryResult.d.ts +43 -0
  469. package/dist/src/models/SolidityServiceStorageSummaryResult.js +43 -0
  470. package/dist/src/models/SolidityServiceStorageSummaryResult.js.map +1 -0
  471. package/dist/src/models/SolidityServiceTxIdentifier.d.ts +43 -0
  472. package/dist/src/models/SolidityServiceTxIdentifier.js +45 -0
  473. package/dist/src/models/SolidityServiceTxIdentifier.js.map +1 -0
  474. package/dist/src/models/TxindexEvmRawTransaction.d.ts +92 -0
  475. package/dist/src/models/TxindexEvmRawTransaction.js +60 -0
  476. package/dist/src/models/TxindexEvmRawTransaction.js.map +1 -0
  477. package/dist/src/models/TxindexEvmSearchTransactionsResponse.d.ts +38 -0
  478. package/dist/src/models/TxindexEvmSearchTransactionsResponse.js +42 -0
  479. package/dist/src/models/TxindexEvmSearchTransactionsResponse.js.map +1 -0
  480. package/dist/src/models/WebServiceChart.d.ts +101 -0
  481. package/dist/src/models/WebServiceChart.js +69 -0
  482. package/dist/src/models/WebServiceChart.js.map +1 -0
  483. package/dist/src/models/WebServiceChartChartType.d.ts +30 -0
  484. package/dist/src/models/WebServiceChartChartType.js +40 -0
  485. package/dist/src/models/WebServiceChartChartType.js.map +1 -0
  486. package/dist/src/models/WebServiceChartConfig.d.ts +81 -0
  487. package/dist/src/models/WebServiceChartConfig.js +61 -0
  488. package/dist/src/models/WebServiceChartConfig.js.map +1 -0
  489. package/dist/src/models/WebServiceChartConfigBarGaugeConfig.d.ts +46 -0
  490. package/dist/src/models/WebServiceChartConfigBarGaugeConfig.js +46 -0
  491. package/dist/src/models/WebServiceChartConfigBarGaugeConfig.js.map +1 -0
  492. package/dist/src/models/WebServiceChartConfigCalculation.d.ts +29 -0
  493. package/dist/src/models/WebServiceChartConfigCalculation.js +39 -0
  494. package/dist/src/models/WebServiceChartConfigCalculation.js.map +1 -0
  495. package/dist/src/models/WebServiceChartConfigColorTheme.d.ts +43 -0
  496. package/dist/src/models/WebServiceChartConfigColorTheme.js +43 -0
  497. package/dist/src/models/WebServiceChartConfigColorTheme.js.map +1 -0
  498. package/dist/src/models/WebServiceChartConfigColumnSort.d.ts +37 -0
  499. package/dist/src/models/WebServiceChartConfigColumnSort.js +41 -0
  500. package/dist/src/models/WebServiceChartConfigColumnSort.js.map +1 -0
  501. package/dist/src/models/WebServiceChartConfigCompareTime.d.ts +32 -0
  502. package/dist/src/models/WebServiceChartConfigCompareTime.js +40 -0
  503. package/dist/src/models/WebServiceChartConfigCompareTime.js.map +1 -0
  504. package/dist/src/models/WebServiceChartConfigDirection.d.ts +24 -0
  505. package/dist/src/models/WebServiceChartConfigDirection.js +34 -0
  506. package/dist/src/models/WebServiceChartConfigDirection.js.map +1 -0
  507. package/dist/src/models/WebServiceChartConfigMappingRule.d.ts +50 -0
  508. package/dist/src/models/WebServiceChartConfigMappingRule.js +46 -0
  509. package/dist/src/models/WebServiceChartConfigMappingRule.js.map +1 -0
  510. package/dist/src/models/WebServiceChartConfigMarker.d.ts +56 -0
  511. package/dist/src/models/WebServiceChartConfigMarker.js +48 -0
  512. package/dist/src/models/WebServiceChartConfigMarker.js.map +1 -0
  513. package/dist/src/models/WebServiceChartConfigMarkerType.d.ts +25 -0
  514. package/dist/src/models/WebServiceChartConfigMarkerType.js +35 -0
  515. package/dist/src/models/WebServiceChartConfigMarkerType.js.map +1 -0
  516. package/dist/src/models/WebServiceChartConfigPieConfig.d.ts +51 -0
  517. package/dist/src/models/WebServiceChartConfigPieConfig.js +47 -0
  518. package/dist/src/models/WebServiceChartConfigPieConfig.js.map +1 -0
  519. package/dist/src/models/WebServiceChartConfigPieConfigPieType.d.ts +24 -0
  520. package/dist/src/models/WebServiceChartConfigPieConfigPieType.js +34 -0
  521. package/dist/src/models/WebServiceChartConfigPieConfigPieType.js.map +1 -0
  522. package/dist/src/models/WebServiceChartConfigQueryValueConfig.d.ts +51 -0
  523. package/dist/src/models/WebServiceChartConfigQueryValueConfig.js +47 -0
  524. package/dist/src/models/WebServiceChartConfigQueryValueConfig.js.map +1 -0
  525. package/dist/src/models/WebServiceChartConfigSort.d.ts +38 -0
  526. package/dist/src/models/WebServiceChartConfigSort.js +42 -0
  527. package/dist/src/models/WebServiceChartConfigSort.js.map +1 -0
  528. package/dist/src/models/WebServiceChartConfigSortBy.d.ts +24 -0
  529. package/dist/src/models/WebServiceChartConfigSortBy.js +34 -0
  530. package/dist/src/models/WebServiceChartConfigSortBy.js.map +1 -0
  531. package/dist/src/models/WebServiceChartConfigTableConfig.d.ts +90 -0
  532. package/dist/src/models/WebServiceChartConfigTableConfig.js +59 -0
  533. package/dist/src/models/WebServiceChartConfigTableConfig.js.map +1 -0
  534. package/dist/src/models/WebServiceChartConfigTimeRangeOverride.d.ts +45 -0
  535. package/dist/src/models/WebServiceChartConfigTimeRangeOverride.js +45 -0
  536. package/dist/src/models/WebServiceChartConfigTimeRangeOverride.js.map +1 -0
  537. package/dist/src/models/WebServiceChartConfigValueConfig.d.ts +82 -0
  538. package/dist/src/models/WebServiceChartConfigValueConfig.js +58 -0
  539. package/dist/src/models/WebServiceChartConfigValueConfig.js.map +1 -0
  540. package/dist/src/models/WebServiceChartConfigValueConfigStyle.d.ts +28 -0
  541. package/dist/src/models/WebServiceChartConfigValueConfigStyle.js +38 -0
  542. package/dist/src/models/WebServiceChartConfigValueConfigStyle.js.map +1 -0
  543. package/dist/src/models/WebServiceChartConfigValueFormatter.d.ts +25 -0
  544. package/dist/src/models/WebServiceChartConfigValueFormatter.js +35 -0
  545. package/dist/src/models/WebServiceChartConfigValueFormatter.js.map +1 -0
  546. package/dist/src/models/WebServiceChartConfigYAxisConfig.d.ts +49 -0
  547. package/dist/src/models/WebServiceChartConfigYAxisConfig.js +45 -0
  548. package/dist/src/models/WebServiceChartConfigYAxisConfig.js.map +1 -0
  549. package/dist/src/models/WebServiceChartDataSourceType.d.ts +29 -0
  550. package/dist/src/models/WebServiceChartDataSourceType.js +39 -0
  551. package/dist/src/models/WebServiceChartDataSourceType.js.map +1 -0
  552. package/dist/src/models/WebServiceDashboard.d.ts +122 -0
  553. package/dist/src/models/WebServiceDashboard.js +73 -0
  554. package/dist/src/models/WebServiceDashboard.js.map +1 -0
  555. package/dist/src/models/WebServiceDashboardDashboardVisibility.d.ts +25 -0
  556. package/dist/src/models/WebServiceDashboardDashboardVisibility.js +35 -0
  557. package/dist/src/models/WebServiceDashboardDashboardVisibility.js.map +1 -0
  558. package/dist/src/models/WebServiceDashboardExtra.d.ts +41 -0
  559. package/dist/src/models/WebServiceDashboardExtra.js +44 -0
  560. package/dist/src/models/WebServiceDashboardExtra.js.map +1 -0
  561. package/dist/src/models/WebServiceDashboardExtraTemplateVariable.d.ts +49 -0
  562. package/dist/src/models/WebServiceDashboardExtraTemplateVariable.js +45 -0
  563. package/dist/src/models/WebServiceDashboardExtraTemplateVariable.js.map +1 -0
  564. package/dist/src/models/WebServiceDashboardExtraTemplateView.d.ts +33 -0
  565. package/dist/src/models/WebServiceDashboardExtraTemplateView.js +39 -0
  566. package/dist/src/models/WebServiceDashboardExtraTemplateView.js.map +1 -0
  567. package/dist/src/models/WebServiceDashboardLayouts.d.ts +32 -0
  568. package/dist/src/models/WebServiceDashboardLayouts.js +40 -0
  569. package/dist/src/models/WebServiceDashboardLayouts.js.map +1 -0
  570. package/dist/src/models/WebServiceDashboardLayoutsLayout.d.ts +55 -0
  571. package/dist/src/models/WebServiceDashboardLayoutsLayout.js +47 -0
  572. package/dist/src/models/WebServiceDashboardLayoutsLayout.js.map +1 -0
  573. package/dist/src/models/WebServiceDashboardResponsiveLayouts.d.ts +34 -0
  574. package/dist/src/models/WebServiceDashboardResponsiveLayouts.js +41 -0
  575. package/dist/src/models/WebServiceDashboardResponsiveLayouts.js.map +1 -0
  576. package/dist/src/models/WebServiceDashboardSharing.d.ts +49 -0
  577. package/dist/src/models/WebServiceDashboardSharing.js +45 -0
  578. package/dist/src/models/WebServiceDashboardSharing.js.map +1 -0
  579. package/dist/src/models/WebServiceEventLogsConfig.d.ts +51 -0
  580. package/dist/src/models/WebServiceEventLogsConfig.js +47 -0
  581. package/dist/src/models/WebServiceEventLogsConfig.js.map +1 -0
  582. package/dist/src/models/WebServiceEventLogsConfigTimeRangeOverride.d.ts +38 -0
  583. package/dist/src/models/WebServiceEventLogsConfigTimeRangeOverride.js +42 -0
  584. package/dist/src/models/WebServiceEventLogsConfigTimeRangeOverride.js.map +1 -0
  585. package/dist/src/models/WebServiceExportDashboardResponse.d.ts +31 -0
  586. package/dist/src/models/WebServiceExportDashboardResponse.js +39 -0
  587. package/dist/src/models/WebServiceExportDashboardResponse.js.map +1 -0
  588. package/dist/src/models/WebServiceGetDashboardResponse.d.ts +39 -0
  589. package/dist/src/models/WebServiceGetDashboardResponse.js +43 -0
  590. package/dist/src/models/WebServiceGetDashboardResponse.js.map +1 -0
  591. package/dist/src/models/WebServiceGetProjectListResponse.d.ts +44 -0
  592. package/dist/src/models/WebServiceGetProjectListResponse.js +44 -0
  593. package/dist/src/models/WebServiceGetProjectListResponse.js.map +1 -0
  594. package/dist/src/models/WebServiceGetProjectResponse.d.ts +39 -0
  595. package/dist/src/models/WebServiceGetProjectResponse.js +43 -0
  596. package/dist/src/models/WebServiceGetProjectResponse.js.map +1 -0
  597. package/dist/src/models/WebServiceImportDashboardRequest.d.ts +43 -0
  598. package/dist/src/models/WebServiceImportDashboardRequest.js +47 -0
  599. package/dist/src/models/WebServiceImportDashboardRequest.js.map +1 -0
  600. package/dist/src/models/WebServiceImportDashboardResponse.d.ts +32 -0
  601. package/dist/src/models/WebServiceImportDashboardResponse.js +40 -0
  602. package/dist/src/models/WebServiceImportDashboardResponse.js.map +1 -0
  603. package/dist/src/models/WebServiceNote.d.ts +64 -0
  604. package/dist/src/models/WebServiceNote.js +52 -0
  605. package/dist/src/models/WebServiceNote.js.map +1 -0
  606. package/dist/src/models/WebServiceNoteAlignment.d.ts +25 -0
  607. package/dist/src/models/WebServiceNoteAlignment.js +35 -0
  608. package/dist/src/models/WebServiceNoteAlignment.js.map +1 -0
  609. package/dist/src/models/WebServiceNoteFontSize.d.ts +27 -0
  610. package/dist/src/models/WebServiceNoteFontSize.js +37 -0
  611. package/dist/src/models/WebServiceNoteFontSize.js.map +1 -0
  612. package/dist/src/models/WebServiceNoteVerticalAlignment.d.ts +25 -0
  613. package/dist/src/models/WebServiceNoteVerticalAlignment.js +35 -0
  614. package/dist/src/models/WebServiceNoteVerticalAlignment.js.map +1 -0
  615. package/dist/src/models/WebServicePanel.d.ts +50 -0
  616. package/dist/src/models/WebServicePanel.js +46 -0
  617. package/dist/src/models/WebServicePanel.js.map +1 -0
  618. package/dist/src/models/index.d.ts +200 -0
  619. package/dist/src/models/index.js +203 -0
  620. package/dist/src/models/index.js.map +1 -0
  621. package/dist/src/runtime.d.ts +181 -0
  622. package/dist/src/runtime.js +326 -0
  623. package/dist/src/runtime.js.map +1 -0
  624. package/package.json +23 -22
  625. package/src/apis/DataApi.ts +910 -0
  626. package/src/apis/DebugAndSimulationApi.ts +492 -0
  627. package/src/apis/WebApi.ts +511 -0
  628. package/src/apis/index.ts +3 -1
  629. package/src/index.ts +3 -3
  630. package/src/models/AnalyticServiceAnalyticServiceExecuteSQLBody.ts +113 -0
  631. package/src/models/AnalyticServiceLogQueryRequestFilter.ts +76 -0
  632. package/src/models/AnalyticServiceLogQueryRequestSort.ts +68 -0
  633. package/src/models/AnalyticServiceLogQueryResponse.ts +89 -0
  634. package/src/models/AnalyticServiceSQLQuery.ts +68 -0
  635. package/src/models/AnalyticServiceSearchServiceQueryLogBody.ts +149 -0
  636. package/src/models/AnalyticServiceSyncExecuteSQLRequest.ts +129 -0
  637. package/src/models/AnalyticServiceSyncExecuteSQLResponse.ts +97 -0
  638. package/src/models/CommonAggregate.ts +11 -16
  639. package/src/models/CommonAggregateAggregateOps.ts +5 -2
  640. package/src/models/CommonAny.ts +21 -26
  641. package/src/models/CommonArgument.ts +17 -22
  642. package/src/models/CommonCachePolicy.ts +84 -0
  643. package/src/models/CommonChannel.ts +163 -0
  644. package/src/models/CommonChannelType.ts +47 -0
  645. package/src/models/CommonCohortsFilter.ts +111 -0
  646. package/src/models/CommonCohortsFilterAggregation.ts +103 -0
  647. package/src/models/CommonCohortsFilterAggregationAggregateProperties.ts +75 -0
  648. package/src/models/CommonCohortsFilterAggregationAggregatePropertiesAggregationType.ts +48 -0
  649. package/src/models/CommonCohortsFilterAggregationOperatorType.ts +48 -0
  650. package/src/models/CommonCohortsGroup.ts +81 -0
  651. package/src/models/CommonCohortsQuery.ts +97 -0
  652. package/src/models/CommonCoinID.ts +75 -0
  653. package/src/models/CommonCoinIDAddressIdentifier.ts +68 -0
  654. package/src/models/CommonColumnState.ts +91 -0
  655. package/src/models/CommonColumnStateSort.ts +68 -0
  656. package/src/models/CommonComputeStats.ts +100 -0
  657. package/src/models/CommonDuration.ts +9 -14
  658. package/src/models/CommonEventLogColumn.ts +108 -0
  659. package/src/models/CommonEventLogConfig.ts +81 -0
  660. package/src/models/CommonEventLogEntry.ts +180 -0
  661. package/src/models/CommonFormula.ts +29 -19
  662. package/src/models/CommonFunction.ts +11 -16
  663. package/src/models/CommonJoinOperator.ts +5 -1
  664. package/src/models/CommonMatrix.ts +75 -0
  665. package/src/models/CommonMatrixMetric.ts +76 -0
  666. package/src/models/CommonMatrixSample.ts +81 -0
  667. package/src/models/CommonMatrixValue.ts +68 -0
  668. package/src/models/CommonOrganization.ts +31 -36
  669. package/src/models/CommonOrganizationMember.ts +13 -18
  670. package/src/models/CommonOrganizationRole.ts +5 -2
  671. package/src/models/CommonOwner.ts +17 -22
  672. package/src/models/CommonPermission.ts +5 -2
  673. package/src/models/CommonPriceSegmentationQuery.ts +91 -0
  674. package/src/models/CommonProject.ts +115 -40
  675. package/src/models/CommonProjectInfo.ts +77 -30
  676. package/src/models/CommonProjectProjectMember.ts +11 -16
  677. package/src/models/CommonProjectSuperset.ts +76 -0
  678. package/src/models/CommonProjectType.ts +42 -0
  679. package/src/models/CommonProjectView.ts +91 -0
  680. package/src/models/CommonProjectViewProjectViewConfig.ts +67 -0
  681. package/src/models/CommonProjectVisibility.ts +5 -2
  682. package/src/models/CommonQuery.ts +24 -29
  683. package/src/models/CommonRetentionMatrix.ts +67 -0
  684. package/src/models/CommonRetentionMatrixSample.ts +107 -0
  685. package/src/models/CommonRetentionQuery.ts +139 -0
  686. package/src/models/CommonRetentionQueryCriteria.ts +42 -0
  687. package/src/models/CommonRetentionQueryFilter.ts +81 -0
  688. package/src/models/CommonRetentionQueryFilterTimeFilter.ts +67 -0
  689. package/src/models/CommonRetentionQueryFilterTimeFilterType.ts +43 -0
  690. package/src/models/CommonRetentionQueryInterval.ts +75 -0
  691. package/src/models/CommonRetentionQueryIntervalUnit.ts +43 -0
  692. package/src/models/CommonRetentionQueryResource.ts +75 -0
  693. package/src/models/CommonSegmentParameter.ts +68 -0
  694. package/src/models/CommonSegmentationQuery.ts +47 -30
  695. package/src/models/CommonSegmentationQueryAggregation.ts +17 -22
  696. package/src/models/CommonSegmentationQueryAggregationAggregateProperties.ts +11 -16
  697. package/src/models/CommonSegmentationQueryAggregationAggregatePropertiesAggregationType.ts +16 -2
  698. package/src/models/CommonSegmentationQueryAggregationCountUnique.ts +9 -14
  699. package/src/models/CommonSegmentationQueryResource.ts +33 -16
  700. package/src/models/CommonSegmentationQueryResourceType.ts +5 -2
  701. package/src/models/CommonSegmentationQuerySelectorExpr.ts +13 -18
  702. package/src/models/CommonSegmentationQuerySelectorExprLogicExpr.ts +13 -18
  703. package/src/models/CommonSelector.ts +15 -20
  704. package/src/models/CommonSelectorExpr.ts +81 -0
  705. package/src/models/CommonSelectorExprLogicExpr.ts +81 -0
  706. package/src/models/CommonSelectorOperatorType.ts +6 -1
  707. package/src/models/CommonStringList.ts +7 -12
  708. package/src/models/CommonTabularData.ts +99 -0
  709. package/src/models/CommonTabularDataColumnType.ts +45 -0
  710. package/src/models/CommonTier.ts +5 -1
  711. package/src/models/CommonTimeRange.ts +19 -24
  712. package/src/models/CommonTimeRangeLite.ts +20 -22
  713. package/src/models/CommonTimeRangeRelativeTime.ts +17 -14
  714. package/src/models/CommonTimeRangeTimeLike.ts +11 -16
  715. package/src/models/CommonUser.ts +37 -42
  716. package/src/models/CommonUserAccountStatus.ts +5 -2
  717. package/src/models/CommonUserInfo.ts +17 -22
  718. package/src/models/EvmAccessListItem.ts +68 -0
  719. package/src/models/EvmTransaction.ts +187 -0
  720. package/src/models/EvmTransactionReceipt.ts +108 -0
  721. package/src/models/GoogleApiHttpBody.ts +126 -0
  722. package/src/models/GoogleProtobufAny.ts +173 -0
  723. package/src/models/GoogleProtobufNullValue.ts +6 -3
  724. package/src/models/InsightsServiceDataSource.ts +46 -0
  725. package/src/models/InsightsServiceInsightsServiceQueryBody.ts +149 -0
  726. package/src/models/InsightsServiceInsightsServiceRetentionBody.ts +97 -0
  727. package/src/models/InsightsServiceListCoinsResponse.ts +81 -0
  728. package/src/models/InsightsServiceQueryRequest.ts +165 -0
  729. package/src/models/InsightsServiceQueryRequestQuery.ts +117 -0
  730. package/src/models/InsightsServiceQueryResponse.ts +67 -0
  731. package/src/models/InsightsServiceQueryResponseResult.ts +119 -0
  732. package/src/models/InsightsServiceRetentionRequest.ts +113 -0
  733. package/src/models/InsightsServiceRetentionResponse.ts +89 -0
  734. package/src/models/MetricsServiceGetMetricsResponse.ts +67 -0
  735. package/src/models/MetricsServiceMetricInfo.ts +129 -0
  736. package/src/models/MetricsServiceMetricInfoLabelValues.ts +60 -0
  737. package/src/models/MetricsServiceMetricMetadata.ts +84 -0
  738. package/src/models/MetricsServiceMetricsQueryResponse.ts +9 -14
  739. package/src/models/MetricsServiceMetricsQueryResponseMatrix.ts +11 -16
  740. package/src/models/MetricsServiceMetricsQueryResponseMetric.ts +11 -16
  741. package/src/models/MetricsServiceMetricsQueryResponseResult.ts +29 -20
  742. package/src/models/MetricsServiceMetricsQueryResponseSample.ts +13 -18
  743. package/src/models/MetricsServiceMetricsQueryResponseValue.ts +9 -14
  744. package/src/models/MetricsServiceObservabilityServiceQueryBody.ts +121 -0
  745. package/src/models/MetricsServiceObservabilityServiceQueryRangeBody.ts +128 -0
  746. package/src/models/MetricsServiceQueryValueResponse.ts +9 -14
  747. package/src/models/MetricsServiceQueryValueResponseResult.ts +15 -20
  748. package/src/models/SolidityServiceBlockOverrides.ts +100 -0
  749. package/src/models/SolidityServiceCompileSourceInternalResponse.ts +67 -0
  750. package/src/models/SolidityServiceCompilerOptions.ts +97 -0
  751. package/src/models/SolidityServiceContractKeyInfo.ts +68 -0
  752. package/src/models/SolidityServiceDecodeStateDiffResponse.ts +60 -0
  753. package/src/models/SolidityServiceFailure.ts +68 -0
  754. package/src/models/SolidityServiceFetchAndCompileInternalResponse.ts +75 -0
  755. package/src/models/SolidityServiceGetSimulationBundleResponse.ts +75 -0
  756. package/src/models/SolidityServiceGetSimulationResponse.ts +67 -0
  757. package/src/models/SolidityServiceGetSimulationsResponse.ts +91 -0
  758. package/src/models/SolidityServiceGetStorageSummaryInternalResponse.ts +67 -0
  759. package/src/models/SolidityServiceGetTraceCallInternalRequestBundle.ts +75 -0
  760. package/src/models/SolidityServiceGetTraceCallInternalRequestStateContext.ts +68 -0
  761. package/src/models/SolidityServiceGetTraceCallInternalResponse.ts +76 -0
  762. package/src/models/SolidityServiceGetTraceTransactionInternalResponse.ts +60 -0
  763. package/src/models/SolidityServiceMetadata.ts +76 -0
  764. package/src/models/SolidityServiceOptimizer.ts +83 -0
  765. package/src/models/SolidityServiceOptimizerDetails.ts +91 -0
  766. package/src/models/SolidityServiceOptimizerDetailsYulDetails.ts +68 -0
  767. package/src/models/SolidityServicePreProcessCompilationInternalResponse.ts +60 -0
  768. package/src/models/SolidityServiceSettings.ts +113 -0
  769. package/src/models/SolidityServiceSimulateTransactionBundleRequest.ts +86 -0
  770. package/src/models/SolidityServiceSimulateTransactionBundleResponse.ts +83 -0
  771. package/src/models/SolidityServiceSimulateTransactionRequest.ts +86 -0
  772. package/src/models/SolidityServiceSimulateTransactionResponse.ts +67 -0
  773. package/src/models/SolidityServiceSimulation.ts +253 -0
  774. package/src/models/SolidityServiceSimulationResult.ts +81 -0
  775. package/src/models/SolidityServiceSourceInfo.ts +75 -0
  776. package/src/models/SolidityServiceSourceMultiFile.ts +68 -0
  777. package/src/models/SolidityServiceSourceSpec.ts +115 -0
  778. package/src/models/SolidityServiceSpecializations.ts +60 -0
  779. package/src/models/SolidityServiceStateOverride.ts +76 -0
  780. package/src/models/SolidityServiceStorageSummaryResult.ts +76 -0
  781. package/src/models/SolidityServiceTxIdentifier.ts +77 -0
  782. package/src/models/TxindexEvmRawTransaction.ts +147 -0
  783. package/src/models/TxindexEvmSearchTransactionsResponse.ts +75 -0
  784. package/src/models/WebServiceChart.ts +83 -38
  785. package/src/models/WebServiceChartChartType.ts +5 -2
  786. package/src/models/WebServiceChartConfig.ts +47 -38
  787. package/src/models/WebServiceChartConfigBarGaugeConfig.ts +17 -22
  788. package/src/models/WebServiceChartConfigCalculation.ts +6 -1
  789. package/src/models/WebServiceChartConfigColorTheme.ts +11 -16
  790. package/src/models/WebServiceChartConfigColumnSort.ts +9 -14
  791. package/src/models/WebServiceChartConfigCompareTime.ts +67 -0
  792. package/src/models/WebServiceChartConfigDirection.ts +5 -2
  793. package/src/models/WebServiceChartConfigMappingRule.ts +15 -20
  794. package/src/models/WebServiceChartConfigMarker.ts +99 -0
  795. package/src/models/WebServiceChartConfigMarkerType.ts +43 -0
  796. package/src/models/WebServiceChartConfigPieConfig.ts +17 -22
  797. package/src/models/WebServiceChartConfigPieConfigPieType.ts +5 -2
  798. package/src/models/WebServiceChartConfigQueryValueConfig.ts +23 -20
  799. package/src/models/WebServiceChartConfigSort.ts +11 -16
  800. package/src/models/WebServiceChartConfigSortBy.ts +5 -2
  801. package/src/models/WebServiceChartConfigTableConfig.ts +35 -32
  802. package/src/models/WebServiceChartConfigTimeRangeOverride.ts +25 -16
  803. package/src/models/WebServiceChartConfigValueConfig.ts +29 -34
  804. package/src/models/WebServiceChartConfigValueConfigStyle.ts +5 -1
  805. package/src/models/WebServiceChartConfigValueFormatter.ts +5 -2
  806. package/src/models/WebServiceChartConfigYAxisConfig.ts +13 -18
  807. package/src/models/WebServiceChartDataSourceType.ts +8 -1
  808. package/src/models/WebServiceDashboard.ts +79 -38
  809. package/src/models/WebServiceDashboardDashboardVisibility.ts +43 -0
  810. package/src/models/WebServiceDashboardExtra.ts +13 -18
  811. package/src/models/WebServiceDashboardExtraTemplateVariable.ts +25 -14
  812. package/src/models/WebServiceDashboardExtraTemplateView.ts +7 -12
  813. package/src/models/WebServiceDashboardLayouts.ts +9 -14
  814. package/src/models/WebServiceDashboardLayoutsLayout.ts +15 -20
  815. package/src/models/WebServiceDashboardResponsiveLayouts.ts +9 -14
  816. package/src/models/WebServiceDashboardSharing.ts +13 -18
  817. package/src/models/WebServiceEventLogsConfig.ts +97 -0
  818. package/src/models/WebServiceEventLogsConfigTimeRangeOverride.ts +75 -0
  819. package/src/models/WebServiceExportDashboardResponse.ts +7 -12
  820. package/src/models/WebServiceGetDashboardResponse.ts +13 -18
  821. package/src/models/WebServiceGetProjectListResponse.ts +83 -0
  822. package/src/models/WebServiceGetProjectResponse.ts +13 -18
  823. package/src/models/WebServiceImportDashboardRequest.ts +18 -21
  824. package/src/models/WebServiceImportDashboardResponse.ts +9 -14
  825. package/src/models/WebServiceNote.ts +45 -20
  826. package/src/models/WebServiceNoteAlignment.ts +5 -2
  827. package/src/models/WebServiceNoteFontSize.ts +5 -2
  828. package/src/models/WebServiceNoteVerticalAlignment.ts +43 -0
  829. package/src/models/WebServicePanel.ts +15 -20
  830. package/src/models/index.ts +200 -108
  831. package/src/runtime.ts +35 -16
  832. package/BUILD.bazel +0 -14
  833. package/doc/index.html +0 -11971
  834. package/jest.config.ts +0 -6
  835. package/spec.json +0 -2635
  836. package/src/apis/DefaultApi.ts +0 -910
  837. package/src/models/CommonErrorRecord.ts +0 -105
  838. package/src/models/CommonLogEntry.ts +0 -153
  839. package/src/models/MetricsServiceLogQueryRequestFilter.ts +0 -81
  840. package/src/models/MetricsServiceLogQueryRequestSort.ts +0 -73
  841. package/src/models/MetricsServiceLogQueryResponse.ts +0 -94
  842. package/src/models/ProcessorServiceChainState.ts +0 -168
  843. package/src/models/ProcessorServiceChainStateStatus.ts +0 -86
  844. package/src/models/ProcessorServiceChainStateStatusState.ts +0 -41
  845. package/src/models/ProcessorServiceDownloadProcessorResponse.ts +0 -65
  846. package/src/models/ProcessorServiceGetProcessorResponse.ts +0 -72
  847. package/src/models/ProcessorServiceGetProcessorStatusResponse.ts +0 -72
  848. package/src/models/ProcessorServiceGetProcessorStatusResponseProcessorEx.ts +0 -170
  849. package/src/models/ProcessorServiceGetProcessorStatusResponseProcessorStatus.ts +0 -86
  850. package/src/models/ProcessorServiceGetProcessorStatusResponseProcessorStatusState.ts +0 -41
  851. package/src/models/ProcessorServiceGetProcessorWithProjectResponse.ts +0 -86
  852. package/src/models/ProcessorServiceGetProcessorsResponse.ts +0 -72
  853. package/src/models/ProcessorServiceGetProjectVersionsResponse.ts +0 -72
  854. package/src/models/ProcessorServiceGetProjectVersionsResponseVersion.ts +0 -88
  855. package/src/models/ProcessorServiceProcessor.ts +0 -150
  856. package/src/models/ProcessorServiceProcessorVersionState.ts +0 -41
  857. package/src/models/QueryLogRequest.ts +0 -146
  858. package/src/models/QueryRangeRequest.ts +0 -124
  859. package/src/models/QueryRequest.ts +0 -118
  860. package/test/simple.test.ts +0 -21
  861. package/tsconfig.json +0 -34
@@ -0,0 +1,46 @@
1
+ /**
2
+ * Sentio API
3
+ * Sentio Open API for query data
4
+ *
5
+ * The version of the OpenAPI document: version not set
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
9
+ * https://openapi-generator.tech
10
+ * Do not edit the class manually.
11
+ */
12
+ import type { CommonOrganization } from './CommonOrganization.js';
13
+ import type { CommonTier } from './CommonTier.js';
14
+ import type { CommonUser } from './CommonUser.js';
15
+ /**
16
+ *
17
+ * @export
18
+ * @interface CommonOwner
19
+ */
20
+ export interface CommonOwner {
21
+ /**
22
+ *
23
+ * @type {CommonUser}
24
+ * @memberof CommonOwner
25
+ */
26
+ user?: CommonUser;
27
+ /**
28
+ *
29
+ * @type {CommonOrganization}
30
+ * @memberof CommonOwner
31
+ */
32
+ organization?: CommonOrganization;
33
+ /**
34
+ *
35
+ * @type {CommonTier}
36
+ * @memberof CommonOwner
37
+ */
38
+ tier?: CommonTier;
39
+ }
40
+ /**
41
+ * Check if a given object implements the CommonOwner interface.
42
+ */
43
+ export declare function instanceOfCommonOwner(value: object): boolean;
44
+ export declare function CommonOwnerFromJSON(json: any): CommonOwner;
45
+ export declare function CommonOwnerFromJSONTyped(json: any, ignoreDiscriminator: boolean): CommonOwner;
46
+ export declare function CommonOwnerToJSON(value?: CommonOwner | null): any;
@@ -0,0 +1,46 @@
1
+ /* tslint:disable */
2
+ /* eslint-disable */
3
+ /**
4
+ * Sentio API
5
+ * Sentio Open API for query data
6
+ *
7
+ * The version of the OpenAPI document: version not set
8
+ *
9
+ *
10
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
11
+ * https://openapi-generator.tech
12
+ * Do not edit the class manually.
13
+ */
14
+ import { CommonOrganizationFromJSON, CommonOrganizationToJSON, } from './CommonOrganization.js';
15
+ import { CommonTierFromJSON, CommonTierToJSON, } from './CommonTier.js';
16
+ import { CommonUserFromJSON, CommonUserToJSON, } from './CommonUser.js';
17
+ /**
18
+ * Check if a given object implements the CommonOwner interface.
19
+ */
20
+ export function instanceOfCommonOwner(value) {
21
+ return true;
22
+ }
23
+ export function CommonOwnerFromJSON(json) {
24
+ return CommonOwnerFromJSONTyped(json, false);
25
+ }
26
+ export function CommonOwnerFromJSONTyped(json, ignoreDiscriminator) {
27
+ if (json == null) {
28
+ return json;
29
+ }
30
+ return {
31
+ 'user': json['user'] == null ? undefined : CommonUserFromJSON(json['user']),
32
+ 'organization': json['organization'] == null ? undefined : CommonOrganizationFromJSON(json['organization']),
33
+ 'tier': json['tier'] == null ? undefined : CommonTierFromJSON(json['tier']),
34
+ };
35
+ }
36
+ export function CommonOwnerToJSON(value) {
37
+ if (value == null) {
38
+ return value;
39
+ }
40
+ return {
41
+ 'user': CommonUserToJSON(value['user']),
42
+ 'organization': CommonOrganizationToJSON(value['organization']),
43
+ 'tier': CommonTierToJSON(value['tier']),
44
+ };
45
+ }
46
+ //# sourceMappingURL=CommonOwner.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"CommonOwner.js","sourceRoot":"","sources":["../../../src/models/CommonOwner.ts"],"names":[],"mappings":"AAAA,oBAAoB;AACpB,oBAAoB;AACpB;;;;;;;;;;GAUG;AAIH,OAAO,EACH,0BAA0B,EAE1B,wBAAwB,GAC3B,MAAM,yBAAyB,CAAC;AAEjC,OAAO,EACH,kBAAkB,EAElB,gBAAgB,GACnB,MAAM,iBAAiB,CAAC;AAEzB,OAAO,EACH,kBAAkB,EAElB,gBAAgB,GACnB,MAAM,iBAAiB,CAAC;AA4BzB;;GAEG;AACH,MAAM,UAAU,qBAAqB,CAAC,KAAa;IAC/C,OAAO,IAAI,CAAC;AAChB,CAAC;AAED,MAAM,UAAU,mBAAmB,CAAC,IAAS;IACzC,OAAO,wBAAwB,CAAC,IAAI,EAAE,KAAK,CAAC,CAAC;AACjD,CAAC;AAED,MAAM,UAAU,wBAAwB,CAAC,IAAS,EAAE,mBAA4B;IAC5E,IAAI,IAAI,IAAI,IAAI,EAAE,CAAC;QACf,OAAO,IAAI,CAAC;IAChB,CAAC;IACD,OAAO;QAEH,MAAM,EAAE,IAAI,CAAC,MAAM,CAAC,IAAI,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,kBAAkB,CAAC,IAAI,CAAC,MAAM,CAAC,CAAC;QAC3E,cAAc,EAAE,IAAI,CAAC,cAAc,CAAC,IAAI,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,0BAA0B,CAAC,IAAI,CAAC,cAAc,CAAC,CAAC;QAC3G,MAAM,EAAE,IAAI,CAAC,MAAM,CAAC,IAAI,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,kBAAkB,CAAC,IAAI,CAAC,MAAM,CAAC,CAAC;KAC9E,CAAC;AACN,CAAC;AAED,MAAM,UAAU,iBAAiB,CAAC,KAA0B;IACxD,IAAI,KAAK,IAAI,IAAI,EAAE,CAAC;QAChB,OAAO,KAAK,CAAC;IACjB,CAAC;IACD,OAAO;QAEH,MAAM,EAAE,gBAAgB,CAAC,KAAK,CAAC,MAAM,CAAC,CAAC;QACvC,cAAc,EAAE,wBAAwB,CAAC,KAAK,CAAC,cAAc,CAAC,CAAC;QAC/D,MAAM,EAAE,gBAAgB,CAAC,KAAK,CAAC,MAAM,CAAC,CAAC;KAC1C,CAAC;AACN,CAAC"}
@@ -0,0 +1,25 @@
1
+ /**
2
+ * Sentio API
3
+ * Sentio Open API for query data
4
+ *
5
+ * The version of the OpenAPI document: version not set
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
9
+ * https://openapi-generator.tech
10
+ * Do not edit the class manually.
11
+ */
12
+ /**
13
+ *
14
+ * @export
15
+ */
16
+ export declare const CommonPermission: {
17
+ readonly Read: "READ";
18
+ readonly Write: "WRITE";
19
+ readonly Admin: "ADMIN";
20
+ };
21
+ export type CommonPermission = typeof CommonPermission[keyof typeof CommonPermission];
22
+ export declare function instanceOfCommonPermission(value: any): boolean;
23
+ export declare function CommonPermissionFromJSON(json: any): CommonPermission;
24
+ export declare function CommonPermissionFromJSONTyped(json: any, ignoreDiscriminator: boolean): CommonPermission;
25
+ export declare function CommonPermissionToJSON(value?: CommonPermission | null): any;
@@ -0,0 +1,35 @@
1
+ /* tslint:disable */
2
+ /* eslint-disable */
3
+ /**
4
+ * Sentio API
5
+ * Sentio Open API for query data
6
+ *
7
+ * The version of the OpenAPI document: version not set
8
+ *
9
+ *
10
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
11
+ * https://openapi-generator.tech
12
+ * Do not edit the class manually.
13
+ */
14
+ /**
15
+ *
16
+ * @export
17
+ */
18
+ export const CommonPermission = {
19
+ Read: 'READ',
20
+ Write: 'WRITE',
21
+ Admin: 'ADMIN'
22
+ };
23
+ export function instanceOfCommonPermission(value) {
24
+ return Object.values(CommonPermission).includes(value);
25
+ }
26
+ export function CommonPermissionFromJSON(json) {
27
+ return CommonPermissionFromJSONTyped(json, false);
28
+ }
29
+ export function CommonPermissionFromJSONTyped(json, ignoreDiscriminator) {
30
+ return json;
31
+ }
32
+ export function CommonPermissionToJSON(value) {
33
+ return value;
34
+ }
35
+ //# sourceMappingURL=CommonPermission.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"CommonPermission.js","sourceRoot":"","sources":["../../../src/models/CommonPermission.ts"],"names":[],"mappings":"AAAA,oBAAoB;AACpB,oBAAoB;AACpB;;;;;;;;;;GAUG;AAGH;;;GAGG;AACH,MAAM,CAAC,MAAM,gBAAgB,GAAG;IAC5B,IAAI,EAAE,MAAM;IACZ,KAAK,EAAE,OAAO;IACd,KAAK,EAAE,OAAO;CACR,CAAC;AAIX,MAAM,UAAU,0BAA0B,CAAC,KAAU;IACjD,OAAO,MAAM,CAAC,MAAM,CAAC,gBAAgB,CAAC,CAAC,QAAQ,CAAC,KAAK,CAAC,CAAC;AAC3D,CAAC;AAED,MAAM,UAAU,wBAAwB,CAAC,IAAS;IAC9C,OAAO,6BAA6B,CAAC,IAAI,EAAE,KAAK,CAAC,CAAC;AACtD,CAAC;AAED,MAAM,UAAU,6BAA6B,CAAC,IAAS,EAAE,mBAA4B;IACjF,OAAO,IAAwB,CAAC;AACpC,CAAC;AAED,MAAM,UAAU,sBAAsB,CAAC,KAA+B;IAClE,OAAO,KAAY,CAAC;AACxB,CAAC"}
@@ -0,0 +1,50 @@
1
+ /**
2
+ * Sentio API
3
+ * Sentio Open API for query data
4
+ *
5
+ * The version of the OpenAPI document: version not set
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
9
+ * https://openapi-generator.tech
10
+ * Do not edit the class manually.
11
+ */
12
+ import type { CommonCoinID } from './CommonCoinID.js';
13
+ /**
14
+ *
15
+ * @export
16
+ * @interface CommonPriceSegmentationQuery
17
+ */
18
+ export interface CommonPriceSegmentationQuery {
19
+ /**
20
+ *
21
+ * @type {string}
22
+ * @memberof CommonPriceSegmentationQuery
23
+ */
24
+ id?: string;
25
+ /**
26
+ *
27
+ * @type {string}
28
+ * @memberof CommonPriceSegmentationQuery
29
+ */
30
+ alias?: string;
31
+ /**
32
+ *
33
+ * @type {Array<CommonCoinID>}
34
+ * @memberof CommonPriceSegmentationQuery
35
+ */
36
+ coinId?: Array<CommonCoinID>;
37
+ /**
38
+ *
39
+ * @type {boolean}
40
+ * @memberof CommonPriceSegmentationQuery
41
+ */
42
+ disabled?: boolean;
43
+ }
44
+ /**
45
+ * Check if a given object implements the CommonPriceSegmentationQuery interface.
46
+ */
47
+ export declare function instanceOfCommonPriceSegmentationQuery(value: object): boolean;
48
+ export declare function CommonPriceSegmentationQueryFromJSON(json: any): CommonPriceSegmentationQuery;
49
+ export declare function CommonPriceSegmentationQueryFromJSONTyped(json: any, ignoreDiscriminator: boolean): CommonPriceSegmentationQuery;
50
+ export declare function CommonPriceSegmentationQueryToJSON(value?: CommonPriceSegmentationQuery | null): any;
@@ -0,0 +1,46 @@
1
+ /* tslint:disable */
2
+ /* eslint-disable */
3
+ /**
4
+ * Sentio API
5
+ * Sentio Open API for query data
6
+ *
7
+ * The version of the OpenAPI document: version not set
8
+ *
9
+ *
10
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
11
+ * https://openapi-generator.tech
12
+ * Do not edit the class manually.
13
+ */
14
+ import { CommonCoinIDFromJSON, CommonCoinIDToJSON, } from './CommonCoinID.js';
15
+ /**
16
+ * Check if a given object implements the CommonPriceSegmentationQuery interface.
17
+ */
18
+ export function instanceOfCommonPriceSegmentationQuery(value) {
19
+ return true;
20
+ }
21
+ export function CommonPriceSegmentationQueryFromJSON(json) {
22
+ return CommonPriceSegmentationQueryFromJSONTyped(json, false);
23
+ }
24
+ export function CommonPriceSegmentationQueryFromJSONTyped(json, ignoreDiscriminator) {
25
+ if (json == null) {
26
+ return json;
27
+ }
28
+ return {
29
+ 'id': json['id'] == null ? undefined : json['id'],
30
+ 'alias': json['alias'] == null ? undefined : json['alias'],
31
+ 'coinId': json['coinId'] == null ? undefined : (json['coinId'].map(CommonCoinIDFromJSON)),
32
+ 'disabled': json['disabled'] == null ? undefined : json['disabled'],
33
+ };
34
+ }
35
+ export function CommonPriceSegmentationQueryToJSON(value) {
36
+ if (value == null) {
37
+ return value;
38
+ }
39
+ return {
40
+ 'id': value['id'],
41
+ 'alias': value['alias'],
42
+ 'coinId': value['coinId'] == null ? undefined : (value['coinId'].map(CommonCoinIDToJSON)),
43
+ 'disabled': value['disabled'],
44
+ };
45
+ }
46
+ //# sourceMappingURL=CommonPriceSegmentationQuery.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"CommonPriceSegmentationQuery.js","sourceRoot":"","sources":["../../../src/models/CommonPriceSegmentationQuery.ts"],"names":[],"mappings":"AAAA,oBAAoB;AACpB,oBAAoB;AACpB;;;;;;;;;;GAUG;AAIH,OAAO,EACH,oBAAoB,EAEpB,kBAAkB,GACrB,MAAM,mBAAmB,CAAC;AAkC3B;;GAEG;AACH,MAAM,UAAU,sCAAsC,CAAC,KAAa;IAChE,OAAO,IAAI,CAAC;AAChB,CAAC;AAED,MAAM,UAAU,oCAAoC,CAAC,IAAS;IAC1D,OAAO,yCAAyC,CAAC,IAAI,EAAE,KAAK,CAAC,CAAC;AAClE,CAAC;AAED,MAAM,UAAU,yCAAyC,CAAC,IAAS,EAAE,mBAA4B;IAC7F,IAAI,IAAI,IAAI,IAAI,EAAE,CAAC;QACf,OAAO,IAAI,CAAC;IAChB,CAAC;IACD,OAAO;QAEH,IAAI,EAAE,IAAI,CAAC,IAAI,CAAC,IAAI,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,IAAI,CAAC,IAAI,CAAC;QACjD,OAAO,EAAE,IAAI,CAAC,OAAO,CAAC,IAAI,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,IAAI,CAAC,OAAO,CAAC;QAC1D,QAAQ,EAAE,IAAI,CAAC,QAAQ,CAAC,IAAI,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,CAAE,IAAI,CAAC,QAAQ,CAAgB,CAAC,GAAG,CAAC,oBAAoB,CAAC,CAAC;QACzG,UAAU,EAAE,IAAI,CAAC,UAAU,CAAC,IAAI,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,IAAI,CAAC,UAAU,CAAC;KACtE,CAAC;AACN,CAAC;AAED,MAAM,UAAU,kCAAkC,CAAC,KAA2C;IAC1F,IAAI,KAAK,IAAI,IAAI,EAAE,CAAC;QAChB,OAAO,KAAK,CAAC;IACjB,CAAC;IACD,OAAO;QAEH,IAAI,EAAE,KAAK,CAAC,IAAI,CAAC;QACjB,OAAO,EAAE,KAAK,CAAC,OAAO,CAAC;QACvB,QAAQ,EAAE,KAAK,CAAC,QAAQ,CAAC,IAAI,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,CAAE,KAAK,CAAC,QAAQ,CAAgB,CAAC,GAAG,CAAC,kBAAkB,CAAC,CAAC;QACzG,UAAU,EAAE,KAAK,CAAC,UAAU,CAAC;KAChC,CAAC;AACN,CAAC"}
@@ -0,0 +1,146 @@
1
+ /**
2
+ * Sentio API
3
+ * Sentio Open API for query data
4
+ *
5
+ * The version of the OpenAPI document: version not set
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
9
+ * https://openapi-generator.tech
10
+ * Do not edit the class manually.
11
+ */
12
+ import type { CommonChannel } from './CommonChannel.js';
13
+ import type { CommonOwner } from './CommonOwner.js';
14
+ import type { CommonProjectProjectMember } from './CommonProjectProjectMember.js';
15
+ import type { CommonProjectSuperset } from './CommonProjectSuperset.js';
16
+ import type { CommonProjectType } from './CommonProjectType.js';
17
+ import type { CommonProjectView } from './CommonProjectView.js';
18
+ import type { CommonProjectVisibility } from './CommonProjectVisibility.js';
19
+ /**
20
+ *
21
+ * @export
22
+ * @interface CommonProject
23
+ */
24
+ export interface CommonProject {
25
+ /**
26
+ *
27
+ * @type {string}
28
+ * @memberof CommonProject
29
+ */
30
+ id?: string;
31
+ /**
32
+ *
33
+ * @type {string}
34
+ * @memberof CommonProject
35
+ */
36
+ displayName?: string;
37
+ /**
38
+ *
39
+ * @type {string}
40
+ * @memberof CommonProject
41
+ */
42
+ description?: string;
43
+ /**
44
+ *
45
+ * @type {string}
46
+ * @memberof CommonProject
47
+ */
48
+ createdAt?: string;
49
+ /**
50
+ *
51
+ * @type {string}
52
+ * @memberof CommonProject
53
+ */
54
+ updatedAt?: string;
55
+ /**
56
+ *
57
+ * @type {string}
58
+ * @memberof CommonProject
59
+ */
60
+ slug?: string;
61
+ /**
62
+ *
63
+ * @type {string}
64
+ * @memberof CommonProject
65
+ */
66
+ ownerId?: string;
67
+ /**
68
+ *
69
+ * @type {CommonOwner}
70
+ * @memberof CommonProject
71
+ */
72
+ owner?: CommonOwner;
73
+ /**
74
+ *
75
+ * @type {CommonProjectVisibility}
76
+ * @memberof CommonProject
77
+ */
78
+ visibility?: CommonProjectVisibility;
79
+ /**
80
+ *
81
+ * @type {CommonProjectType}
82
+ * @memberof CommonProject
83
+ */
84
+ type?: CommonProjectType;
85
+ /**
86
+ *
87
+ * @type {Array<CommonProjectProjectMember>}
88
+ * @memberof CommonProject
89
+ */
90
+ members?: Array<CommonProjectProjectMember>;
91
+ /**
92
+ *
93
+ * @type {boolean}
94
+ * @memberof CommonProject
95
+ */
96
+ multiVersion?: boolean;
97
+ /**
98
+ *
99
+ * @type {string}
100
+ * @memberof CommonProject
101
+ */
102
+ ownerName?: string;
103
+ /**
104
+ *
105
+ * @type {Array<CommonChannel>}
106
+ * @memberof CommonProject
107
+ */
108
+ notificationChannels?: Array<CommonChannel>;
109
+ /**
110
+ *
111
+ * @type {Array<CommonProjectView>}
112
+ * @memberof CommonProject
113
+ */
114
+ views?: Array<CommonProjectView>;
115
+ /**
116
+ *
117
+ * @type {boolean}
118
+ * @memberof CommonProject
119
+ */
120
+ supersetEnable?: boolean;
121
+ /**
122
+ *
123
+ * @type {CommonProjectSuperset}
124
+ * @memberof CommonProject
125
+ */
126
+ superset?: CommonProjectSuperset;
127
+ /**
128
+ *
129
+ * @type {boolean}
130
+ * @memberof CommonProject
131
+ */
132
+ enableDisk?: boolean;
133
+ /**
134
+ *
135
+ * @type {boolean}
136
+ * @memberof CommonProject
137
+ */
138
+ enableMaterializedView?: boolean;
139
+ }
140
+ /**
141
+ * Check if a given object implements the CommonProject interface.
142
+ */
143
+ export declare function instanceOfCommonProject(value: object): boolean;
144
+ export declare function CommonProjectFromJSON(json: any): CommonProject;
145
+ export declare function CommonProjectFromJSONTyped(json: any, ignoreDiscriminator: boolean): CommonProject;
146
+ export declare function CommonProjectToJSON(value?: CommonProject | null): any;
@@ -0,0 +1,82 @@
1
+ /* tslint:disable */
2
+ /* eslint-disable */
3
+ /**
4
+ * Sentio API
5
+ * Sentio Open API for query data
6
+ *
7
+ * The version of the OpenAPI document: version not set
8
+ *
9
+ *
10
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
11
+ * https://openapi-generator.tech
12
+ * Do not edit the class manually.
13
+ */
14
+ import { CommonChannelFromJSON, CommonChannelToJSON, } from './CommonChannel.js';
15
+ import { CommonOwnerFromJSON, CommonOwnerToJSON, } from './CommonOwner.js';
16
+ import { CommonProjectProjectMemberFromJSON, CommonProjectProjectMemberToJSON, } from './CommonProjectProjectMember.js';
17
+ import { CommonProjectSupersetFromJSON, CommonProjectSupersetToJSON, } from './CommonProjectSuperset.js';
18
+ import { CommonProjectTypeFromJSON, CommonProjectTypeToJSON, } from './CommonProjectType.js';
19
+ import { CommonProjectViewFromJSON, CommonProjectViewToJSON, } from './CommonProjectView.js';
20
+ import { CommonProjectVisibilityFromJSON, CommonProjectVisibilityToJSON, } from './CommonProjectVisibility.js';
21
+ /**
22
+ * Check if a given object implements the CommonProject interface.
23
+ */
24
+ export function instanceOfCommonProject(value) {
25
+ return true;
26
+ }
27
+ export function CommonProjectFromJSON(json) {
28
+ return CommonProjectFromJSONTyped(json, false);
29
+ }
30
+ export function CommonProjectFromJSONTyped(json, ignoreDiscriminator) {
31
+ if (json == null) {
32
+ return json;
33
+ }
34
+ return {
35
+ 'id': json['id'] == null ? undefined : json['id'],
36
+ 'displayName': json['displayName'] == null ? undefined : json['displayName'],
37
+ 'description': json['description'] == null ? undefined : json['description'],
38
+ 'createdAt': json['createdAt'] == null ? undefined : json['createdAt'],
39
+ 'updatedAt': json['updatedAt'] == null ? undefined : json['updatedAt'],
40
+ 'slug': json['slug'] == null ? undefined : json['slug'],
41
+ 'ownerId': json['ownerId'] == null ? undefined : json['ownerId'],
42
+ 'owner': json['owner'] == null ? undefined : CommonOwnerFromJSON(json['owner']),
43
+ 'visibility': json['visibility'] == null ? undefined : CommonProjectVisibilityFromJSON(json['visibility']),
44
+ 'type': json['type'] == null ? undefined : CommonProjectTypeFromJSON(json['type']),
45
+ 'members': json['members'] == null ? undefined : (json['members'].map(CommonProjectProjectMemberFromJSON)),
46
+ 'multiVersion': json['multiVersion'] == null ? undefined : json['multiVersion'],
47
+ 'ownerName': json['ownerName'] == null ? undefined : json['ownerName'],
48
+ 'notificationChannels': json['notificationChannels'] == null ? undefined : (json['notificationChannels'].map(CommonChannelFromJSON)),
49
+ 'views': json['views'] == null ? undefined : (json['views'].map(CommonProjectViewFromJSON)),
50
+ 'supersetEnable': json['supersetEnable'] == null ? undefined : json['supersetEnable'],
51
+ 'superset': json['superset'] == null ? undefined : CommonProjectSupersetFromJSON(json['superset']),
52
+ 'enableDisk': json['enableDisk'] == null ? undefined : json['enableDisk'],
53
+ 'enableMaterializedView': json['enableMaterializedView'] == null ? undefined : json['enableMaterializedView'],
54
+ };
55
+ }
56
+ export function CommonProjectToJSON(value) {
57
+ if (value == null) {
58
+ return value;
59
+ }
60
+ return {
61
+ 'id': value['id'],
62
+ 'displayName': value['displayName'],
63
+ 'description': value['description'],
64
+ 'createdAt': value['createdAt'],
65
+ 'updatedAt': value['updatedAt'],
66
+ 'slug': value['slug'],
67
+ 'ownerId': value['ownerId'],
68
+ 'owner': CommonOwnerToJSON(value['owner']),
69
+ 'visibility': CommonProjectVisibilityToJSON(value['visibility']),
70
+ 'type': CommonProjectTypeToJSON(value['type']),
71
+ 'members': value['members'] == null ? undefined : (value['members'].map(CommonProjectProjectMemberToJSON)),
72
+ 'multiVersion': value['multiVersion'],
73
+ 'ownerName': value['ownerName'],
74
+ 'notificationChannels': value['notificationChannels'] == null ? undefined : (value['notificationChannels'].map(CommonChannelToJSON)),
75
+ 'views': value['views'] == null ? undefined : (value['views'].map(CommonProjectViewToJSON)),
76
+ 'supersetEnable': value['supersetEnable'],
77
+ 'superset': CommonProjectSupersetToJSON(value['superset']),
78
+ 'enableDisk': value['enableDisk'],
79
+ 'enableMaterializedView': value['enableMaterializedView'],
80
+ };
81
+ }
82
+ //# sourceMappingURL=CommonProject.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"CommonProject.js","sourceRoot":"","sources":["../../../src/models/CommonProject.ts"],"names":[],"mappings":"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"}
@@ -0,0 +1,112 @@
1
+ /**
2
+ * Sentio API
3
+ * Sentio Open API for query data
4
+ *
5
+ * The version of the OpenAPI document: version not set
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
9
+ * https://openapi-generator.tech
10
+ * Do not edit the class manually.
11
+ */
12
+ import type { CommonProjectSuperset } from './CommonProjectSuperset.js';
13
+ import type { CommonProjectType } from './CommonProjectType.js';
14
+ import type { CommonProjectVisibility } from './CommonProjectVisibility.js';
15
+ /**
16
+ *
17
+ * @export
18
+ * @interface CommonProjectInfo
19
+ */
20
+ export interface CommonProjectInfo {
21
+ /**
22
+ *
23
+ * @type {string}
24
+ * @memberof CommonProjectInfo
25
+ */
26
+ id?: string;
27
+ /**
28
+ *
29
+ * @type {string}
30
+ * @memberof CommonProjectInfo
31
+ */
32
+ displayName?: string;
33
+ /**
34
+ *
35
+ * @type {string}
36
+ * @memberof CommonProjectInfo
37
+ */
38
+ description?: string;
39
+ /**
40
+ *
41
+ * @type {string}
42
+ * @memberof CommonProjectInfo
43
+ */
44
+ createdAt?: string;
45
+ /**
46
+ *
47
+ * @type {string}
48
+ * @memberof CommonProjectInfo
49
+ */
50
+ updatedAt?: string;
51
+ /**
52
+ *
53
+ * @type {string}
54
+ * @memberof CommonProjectInfo
55
+ */
56
+ slug?: string;
57
+ /**
58
+ *
59
+ * @type {string}
60
+ * @memberof CommonProjectInfo
61
+ */
62
+ owner?: string;
63
+ /**
64
+ *
65
+ * @type {CommonProjectVisibility}
66
+ * @memberof CommonProjectInfo
67
+ */
68
+ visibility?: CommonProjectVisibility;
69
+ /**
70
+ *
71
+ * @type {CommonProjectType}
72
+ * @memberof CommonProjectInfo
73
+ */
74
+ type?: CommonProjectType;
75
+ /**
76
+ *
77
+ * @type {boolean}
78
+ * @memberof CommonProjectInfo
79
+ */
80
+ multiVersion?: boolean;
81
+ /**
82
+ *
83
+ * @type {boolean}
84
+ * @memberof CommonProjectInfo
85
+ */
86
+ supersetEnable?: boolean;
87
+ /**
88
+ *
89
+ * @type {CommonProjectSuperset}
90
+ * @memberof CommonProjectInfo
91
+ */
92
+ superset?: CommonProjectSuperset;
93
+ /**
94
+ *
95
+ * @type {boolean}
96
+ * @memberof CommonProjectInfo
97
+ */
98
+ enableDisk?: boolean;
99
+ /**
100
+ *
101
+ * @type {boolean}
102
+ * @memberof CommonProjectInfo
103
+ */
104
+ enableMaterializedView?: boolean;
105
+ }
106
+ /**
107
+ * Check if a given object implements the CommonProjectInfo interface.
108
+ */
109
+ export declare function instanceOfCommonProjectInfo(value: object): boolean;
110
+ export declare function CommonProjectInfoFromJSON(json: any): CommonProjectInfo;
111
+ export declare function CommonProjectInfoFromJSONTyped(json: any, ignoreDiscriminator: boolean): CommonProjectInfo;
112
+ export declare function CommonProjectInfoToJSON(value?: CommonProjectInfo | null): any;