@sentio/api 1.0.0-dev.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 (847) hide show
  1. package/LICENSE +55 -0
  2. package/README.md +1 -0
  3. package/dist/src/apis/DataApi.d.ts +221 -0
  4. package/dist/src/apis/DataApi.js +543 -0
  5. package/dist/src/apis/DataApi.js.map +1 -0
  6. package/dist/src/apis/DebugAndSimulationApi.d.ts +133 -0
  7. package/dist/src/apis/DebugAndSimulationApi.js +337 -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 +322 -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 +9 -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 +9 -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 +58 -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 +50 -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 +48 -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 +52 -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 +48 -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 +66 -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 +62 -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 +54 -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 +49 -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 +44 -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 +59 -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 +55 -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 +52 -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 +71 -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 +46 -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 +57 -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 +55 -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 +49 -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 +47 -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 +47 -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 +50 -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 +54 -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 +49 -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 +48 -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 +53 -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 +48 -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 +56 -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 +48 -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 +58 -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 +50 -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 +76 -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 +55 -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 +49 -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 +42 -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 +49 -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 +50 -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 +50 -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 +48 -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 +67 -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 +50 -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 +41 -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 +53 -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 +42 -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 +53 -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 +89 -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 +75 -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 +49 -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 +50 -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 +41 -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 +53 -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 +47 -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 +41 -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 +60 -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 +47 -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 +57 -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 +63 -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 +41 -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 +50 -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 +47 -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 +42 -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 +49 -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 +42 -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 +49 -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 +48 -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 +66 -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 +54 -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 +49 -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 +57 -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 +47 -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 +54 -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 +41 -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 +50 -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 +50 -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 +52 -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 +50 -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 +50 -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 +54 -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 +46 -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 +56 -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 +44 -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 +44 -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 +56 -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 +58 -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 +50 -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 +49 -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 +74 -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 +43 -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 +56 -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 +48 -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 +77 -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 +58 -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 +51 -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 +48 -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 +45 -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 +45 -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 +66 -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 +54 -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 +50 -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 +70 -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 +58 -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 +47 -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 +59 -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 +58 -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 +52 -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 +47 -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 +63 -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 +46 -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 +52 -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 +47 -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 +49 -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 +50 -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 +56 -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 +50 -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 +48 -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 +60 -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 +63 -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 +47 -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 +53 -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 +56 -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 +47 -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 +54 -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 +48 -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 +46 -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 +48 -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 +50 -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 +49 -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 +47 -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 +53 -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 +47 -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 +49 -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 +48 -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 +50 -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 +46 -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 +50 -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 +51 -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 +53 -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 +48 -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 +46 -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 +58 -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 +57 -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 +51 -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 +57 -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 +47 -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 +93 -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 +50 -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 +49 -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 +48 -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 +59 -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 +46 -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 +50 -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 +50 -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 +52 -0
  473. package/dist/src/models/SolidityServiceTxIdentifier.js.map +1 -0
  474. package/dist/src/models/SolidityServiceUniversalSearchResponse.d.ts +32 -0
  475. package/dist/src/models/SolidityServiceUniversalSearchResponse.js +47 -0
  476. package/dist/src/models/SolidityServiceUniversalSearchResponse.js.map +1 -0
  477. package/dist/src/models/SolidityServiceUniversalSearchResult.d.ts +51 -0
  478. package/dist/src/models/SolidityServiceUniversalSearchResult.js +54 -0
  479. package/dist/src/models/SolidityServiceUniversalSearchResult.js.map +1 -0
  480. package/dist/src/models/SolidityServiceUniversalSearchResultContract.d.ts +37 -0
  481. package/dist/src/models/SolidityServiceUniversalSearchResultContract.js +48 -0
  482. package/dist/src/models/SolidityServiceUniversalSearchResultContract.js.map +1 -0
  483. package/dist/src/models/SolidityServiceUniversalSearchResultTransaction.d.ts +73 -0
  484. package/dist/src/models/SolidityServiceUniversalSearchResultTransaction.js +60 -0
  485. package/dist/src/models/SolidityServiceUniversalSearchResultTransaction.js.map +1 -0
  486. package/dist/src/models/TxindexEvmRawTransaction.d.ts +92 -0
  487. package/dist/src/models/TxindexEvmRawTransaction.js +67 -0
  488. package/dist/src/models/TxindexEvmRawTransaction.js.map +1 -0
  489. package/dist/src/models/TxindexEvmSearchTransactionsResponse.d.ts +38 -0
  490. package/dist/src/models/TxindexEvmSearchTransactionsResponse.js +49 -0
  491. package/dist/src/models/TxindexEvmSearchTransactionsResponse.js.map +1 -0
  492. package/dist/src/models/WebServiceChart.d.ts +101 -0
  493. package/dist/src/models/WebServiceChart.js +76 -0
  494. package/dist/src/models/WebServiceChart.js.map +1 -0
  495. package/dist/src/models/WebServiceChartChartType.d.ts +30 -0
  496. package/dist/src/models/WebServiceChartChartType.js +47 -0
  497. package/dist/src/models/WebServiceChartChartType.js.map +1 -0
  498. package/dist/src/models/WebServiceChartConfig.d.ts +81 -0
  499. package/dist/src/models/WebServiceChartConfig.js +68 -0
  500. package/dist/src/models/WebServiceChartConfig.js.map +1 -0
  501. package/dist/src/models/WebServiceChartConfigBarGaugeConfig.d.ts +46 -0
  502. package/dist/src/models/WebServiceChartConfigBarGaugeConfig.js +53 -0
  503. package/dist/src/models/WebServiceChartConfigBarGaugeConfig.js.map +1 -0
  504. package/dist/src/models/WebServiceChartConfigCalculation.d.ts +29 -0
  505. package/dist/src/models/WebServiceChartConfigCalculation.js +46 -0
  506. package/dist/src/models/WebServiceChartConfigCalculation.js.map +1 -0
  507. package/dist/src/models/WebServiceChartConfigColorTheme.d.ts +43 -0
  508. package/dist/src/models/WebServiceChartConfigColorTheme.js +50 -0
  509. package/dist/src/models/WebServiceChartConfigColorTheme.js.map +1 -0
  510. package/dist/src/models/WebServiceChartConfigColumnSort.d.ts +37 -0
  511. package/dist/src/models/WebServiceChartConfigColumnSort.js +48 -0
  512. package/dist/src/models/WebServiceChartConfigColumnSort.js.map +1 -0
  513. package/dist/src/models/WebServiceChartConfigCompareTime.d.ts +32 -0
  514. package/dist/src/models/WebServiceChartConfigCompareTime.js +47 -0
  515. package/dist/src/models/WebServiceChartConfigCompareTime.js.map +1 -0
  516. package/dist/src/models/WebServiceChartConfigDirection.d.ts +24 -0
  517. package/dist/src/models/WebServiceChartConfigDirection.js +41 -0
  518. package/dist/src/models/WebServiceChartConfigDirection.js.map +1 -0
  519. package/dist/src/models/WebServiceChartConfigMappingRule.d.ts +50 -0
  520. package/dist/src/models/WebServiceChartConfigMappingRule.js +53 -0
  521. package/dist/src/models/WebServiceChartConfigMappingRule.js.map +1 -0
  522. package/dist/src/models/WebServiceChartConfigMarker.d.ts +56 -0
  523. package/dist/src/models/WebServiceChartConfigMarker.js +55 -0
  524. package/dist/src/models/WebServiceChartConfigMarker.js.map +1 -0
  525. package/dist/src/models/WebServiceChartConfigMarkerType.d.ts +25 -0
  526. package/dist/src/models/WebServiceChartConfigMarkerType.js +42 -0
  527. package/dist/src/models/WebServiceChartConfigMarkerType.js.map +1 -0
  528. package/dist/src/models/WebServiceChartConfigPieConfig.d.ts +51 -0
  529. package/dist/src/models/WebServiceChartConfigPieConfig.js +54 -0
  530. package/dist/src/models/WebServiceChartConfigPieConfig.js.map +1 -0
  531. package/dist/src/models/WebServiceChartConfigPieConfigPieType.d.ts +24 -0
  532. package/dist/src/models/WebServiceChartConfigPieConfigPieType.js +41 -0
  533. package/dist/src/models/WebServiceChartConfigPieConfigPieType.js.map +1 -0
  534. package/dist/src/models/WebServiceChartConfigQueryValueConfig.d.ts +51 -0
  535. package/dist/src/models/WebServiceChartConfigQueryValueConfig.js +54 -0
  536. package/dist/src/models/WebServiceChartConfigQueryValueConfig.js.map +1 -0
  537. package/dist/src/models/WebServiceChartConfigSort.d.ts +38 -0
  538. package/dist/src/models/WebServiceChartConfigSort.js +49 -0
  539. package/dist/src/models/WebServiceChartConfigSort.js.map +1 -0
  540. package/dist/src/models/WebServiceChartConfigSortBy.d.ts +24 -0
  541. package/dist/src/models/WebServiceChartConfigSortBy.js +41 -0
  542. package/dist/src/models/WebServiceChartConfigSortBy.js.map +1 -0
  543. package/dist/src/models/WebServiceChartConfigTableConfig.d.ts +90 -0
  544. package/dist/src/models/WebServiceChartConfigTableConfig.js +66 -0
  545. package/dist/src/models/WebServiceChartConfigTableConfig.js.map +1 -0
  546. package/dist/src/models/WebServiceChartConfigTimeRangeOverride.d.ts +45 -0
  547. package/dist/src/models/WebServiceChartConfigTimeRangeOverride.js +52 -0
  548. package/dist/src/models/WebServiceChartConfigTimeRangeOverride.js.map +1 -0
  549. package/dist/src/models/WebServiceChartConfigValueConfig.d.ts +82 -0
  550. package/dist/src/models/WebServiceChartConfigValueConfig.js +65 -0
  551. package/dist/src/models/WebServiceChartConfigValueConfig.js.map +1 -0
  552. package/dist/src/models/WebServiceChartConfigValueConfigStyle.d.ts +28 -0
  553. package/dist/src/models/WebServiceChartConfigValueConfigStyle.js +45 -0
  554. package/dist/src/models/WebServiceChartConfigValueConfigStyle.js.map +1 -0
  555. package/dist/src/models/WebServiceChartConfigValueFormatter.d.ts +25 -0
  556. package/dist/src/models/WebServiceChartConfigValueFormatter.js +42 -0
  557. package/dist/src/models/WebServiceChartConfigValueFormatter.js.map +1 -0
  558. package/dist/src/models/WebServiceChartConfigYAxisConfig.d.ts +49 -0
  559. package/dist/src/models/WebServiceChartConfigYAxisConfig.js +52 -0
  560. package/dist/src/models/WebServiceChartConfigYAxisConfig.js.map +1 -0
  561. package/dist/src/models/WebServiceChartDataSourceType.d.ts +29 -0
  562. package/dist/src/models/WebServiceChartDataSourceType.js +46 -0
  563. package/dist/src/models/WebServiceChartDataSourceType.js.map +1 -0
  564. package/dist/src/models/WebServiceDashboard.d.ts +122 -0
  565. package/dist/src/models/WebServiceDashboard.js +80 -0
  566. package/dist/src/models/WebServiceDashboard.js.map +1 -0
  567. package/dist/src/models/WebServiceDashboardDashboardVisibility.d.ts +25 -0
  568. package/dist/src/models/WebServiceDashboardDashboardVisibility.js +42 -0
  569. package/dist/src/models/WebServiceDashboardDashboardVisibility.js.map +1 -0
  570. package/dist/src/models/WebServiceDashboardExtra.d.ts +41 -0
  571. package/dist/src/models/WebServiceDashboardExtra.js +51 -0
  572. package/dist/src/models/WebServiceDashboardExtra.js.map +1 -0
  573. package/dist/src/models/WebServiceDashboardExtraTemplateVariable.d.ts +49 -0
  574. package/dist/src/models/WebServiceDashboardExtraTemplateVariable.js +52 -0
  575. package/dist/src/models/WebServiceDashboardExtraTemplateVariable.js.map +1 -0
  576. package/dist/src/models/WebServiceDashboardExtraTemplateView.d.ts +33 -0
  577. package/dist/src/models/WebServiceDashboardExtraTemplateView.js +46 -0
  578. package/dist/src/models/WebServiceDashboardExtraTemplateView.js.map +1 -0
  579. package/dist/src/models/WebServiceDashboardLayouts.d.ts +32 -0
  580. package/dist/src/models/WebServiceDashboardLayouts.js +47 -0
  581. package/dist/src/models/WebServiceDashboardLayouts.js.map +1 -0
  582. package/dist/src/models/WebServiceDashboardLayoutsLayout.d.ts +55 -0
  583. package/dist/src/models/WebServiceDashboardLayoutsLayout.js +54 -0
  584. package/dist/src/models/WebServiceDashboardLayoutsLayout.js.map +1 -0
  585. package/dist/src/models/WebServiceDashboardResponsiveLayouts.d.ts +34 -0
  586. package/dist/src/models/WebServiceDashboardResponsiveLayouts.js +48 -0
  587. package/dist/src/models/WebServiceDashboardResponsiveLayouts.js.map +1 -0
  588. package/dist/src/models/WebServiceDashboardSharing.d.ts +49 -0
  589. package/dist/src/models/WebServiceDashboardSharing.js +52 -0
  590. package/dist/src/models/WebServiceDashboardSharing.js.map +1 -0
  591. package/dist/src/models/WebServiceEventLogsConfig.d.ts +51 -0
  592. package/dist/src/models/WebServiceEventLogsConfig.js +54 -0
  593. package/dist/src/models/WebServiceEventLogsConfig.js.map +1 -0
  594. package/dist/src/models/WebServiceEventLogsConfigTimeRangeOverride.d.ts +38 -0
  595. package/dist/src/models/WebServiceEventLogsConfigTimeRangeOverride.js +49 -0
  596. package/dist/src/models/WebServiceEventLogsConfigTimeRangeOverride.js.map +1 -0
  597. package/dist/src/models/WebServiceExportDashboardResponse.d.ts +31 -0
  598. package/dist/src/models/WebServiceExportDashboardResponse.js +46 -0
  599. package/dist/src/models/WebServiceExportDashboardResponse.js.map +1 -0
  600. package/dist/src/models/WebServiceGetDashboardResponse.d.ts +39 -0
  601. package/dist/src/models/WebServiceGetDashboardResponse.js +50 -0
  602. package/dist/src/models/WebServiceGetDashboardResponse.js.map +1 -0
  603. package/dist/src/models/WebServiceGetProjectListResponse.d.ts +44 -0
  604. package/dist/src/models/WebServiceGetProjectListResponse.js +51 -0
  605. package/dist/src/models/WebServiceGetProjectListResponse.js.map +1 -0
  606. package/dist/src/models/WebServiceGetProjectResponse.d.ts +39 -0
  607. package/dist/src/models/WebServiceGetProjectResponse.js +50 -0
  608. package/dist/src/models/WebServiceGetProjectResponse.js.map +1 -0
  609. package/dist/src/models/WebServiceImportDashboardRequest.d.ts +43 -0
  610. package/dist/src/models/WebServiceImportDashboardRequest.js +54 -0
  611. package/dist/src/models/WebServiceImportDashboardRequest.js.map +1 -0
  612. package/dist/src/models/WebServiceImportDashboardResponse.d.ts +32 -0
  613. package/dist/src/models/WebServiceImportDashboardResponse.js +47 -0
  614. package/dist/src/models/WebServiceImportDashboardResponse.js.map +1 -0
  615. package/dist/src/models/WebServiceNote.d.ts +64 -0
  616. package/dist/src/models/WebServiceNote.js +59 -0
  617. package/dist/src/models/WebServiceNote.js.map +1 -0
  618. package/dist/src/models/WebServiceNoteAlignment.d.ts +25 -0
  619. package/dist/src/models/WebServiceNoteAlignment.js +42 -0
  620. package/dist/src/models/WebServiceNoteAlignment.js.map +1 -0
  621. package/dist/src/models/WebServiceNoteFontSize.d.ts +27 -0
  622. package/dist/src/models/WebServiceNoteFontSize.js +44 -0
  623. package/dist/src/models/WebServiceNoteFontSize.js.map +1 -0
  624. package/dist/src/models/WebServiceNoteVerticalAlignment.d.ts +25 -0
  625. package/dist/src/models/WebServiceNoteVerticalAlignment.js +42 -0
  626. package/dist/src/models/WebServiceNoteVerticalAlignment.js.map +1 -0
  627. package/dist/src/models/WebServicePanel.d.ts +50 -0
  628. package/dist/src/models/WebServicePanel.js +53 -0
  629. package/dist/src/models/WebServicePanel.js.map +1 -0
  630. package/dist/src/models/index.d.ts +204 -0
  631. package/dist/src/models/index.js +210 -0
  632. package/dist/src/models/index.js.map +1 -0
  633. package/dist/src/runtime.d.ts +181 -0
  634. package/dist/src/runtime.js +341 -0
  635. package/dist/src/runtime.js.map +1 -0
  636. package/package.json +34 -0
  637. package/src/apis/DataApi.ts +910 -0
  638. package/src/apis/DebugAndSimulationApi.ts +536 -0
  639. package/src/apis/WebApi.ts +511 -0
  640. package/src/apis/index.ts +5 -0
  641. package/src/index.ts +5 -0
  642. package/src/models/AnalyticServiceAnalyticServiceExecuteSQLBody.ts +113 -0
  643. package/src/models/AnalyticServiceLogQueryRequestFilter.ts +76 -0
  644. package/src/models/AnalyticServiceLogQueryRequestSort.ts +68 -0
  645. package/src/models/AnalyticServiceLogQueryResponse.ts +89 -0
  646. package/src/models/AnalyticServiceSQLQuery.ts +68 -0
  647. package/src/models/AnalyticServiceSearchServiceQueryLogBody.ts +149 -0
  648. package/src/models/AnalyticServiceSyncExecuteSQLRequest.ts +129 -0
  649. package/src/models/AnalyticServiceSyncExecuteSQLResponse.ts +97 -0
  650. package/src/models/CommonAggregate.ts +75 -0
  651. package/src/models/CommonAggregateAggregateOps.ts +45 -0
  652. package/src/models/CommonAny.ts +115 -0
  653. package/src/models/CommonArgument.ts +99 -0
  654. package/src/models/CommonCachePolicy.ts +84 -0
  655. package/src/models/CommonChannel.ts +163 -0
  656. package/src/models/CommonChannelType.ts +47 -0
  657. package/src/models/CommonCohortsFilter.ts +111 -0
  658. package/src/models/CommonCohortsFilterAggregation.ts +103 -0
  659. package/src/models/CommonCohortsFilterAggregationAggregateProperties.ts +75 -0
  660. package/src/models/CommonCohortsFilterAggregationAggregatePropertiesAggregationType.ts +48 -0
  661. package/src/models/CommonCohortsFilterAggregationOperatorType.ts +48 -0
  662. package/src/models/CommonCohortsGroup.ts +81 -0
  663. package/src/models/CommonCohortsQuery.ts +97 -0
  664. package/src/models/CommonCoinID.ts +75 -0
  665. package/src/models/CommonCoinIDAddressIdentifier.ts +68 -0
  666. package/src/models/CommonColumnState.ts +91 -0
  667. package/src/models/CommonColumnStateSort.ts +68 -0
  668. package/src/models/CommonComputeStats.ts +100 -0
  669. package/src/models/CommonDuration.ts +68 -0
  670. package/src/models/CommonEventLogColumn.ts +108 -0
  671. package/src/models/CommonEventLogConfig.ts +81 -0
  672. package/src/models/CommonEventLogEntry.ts +180 -0
  673. package/src/models/CommonFormula.ts +99 -0
  674. package/src/models/CommonFunction.ts +75 -0
  675. package/src/models/CommonJoinOperator.ts +43 -0
  676. package/src/models/CommonMatrix.ts +75 -0
  677. package/src/models/CommonMatrixMetric.ts +76 -0
  678. package/src/models/CommonMatrixSample.ts +81 -0
  679. package/src/models/CommonMatrixValue.ts +68 -0
  680. package/src/models/CommonOrganization.ts +151 -0
  681. package/src/models/CommonOrganizationMember.ts +81 -0
  682. package/src/models/CommonOrganizationRole.ts +42 -0
  683. package/src/models/CommonOwner.ts +95 -0
  684. package/src/models/CommonPermission.ts +43 -0
  685. package/src/models/CommonPriceSegmentationQuery.ts +91 -0
  686. package/src/models/CommonProject.ts +247 -0
  687. package/src/models/CommonProjectInfo.ts +183 -0
  688. package/src/models/CommonProjectProjectMember.ts +75 -0
  689. package/src/models/CommonProjectSuperset.ts +76 -0
  690. package/src/models/CommonProjectType.ts +42 -0
  691. package/src/models/CommonProjectView.ts +91 -0
  692. package/src/models/CommonProjectViewProjectViewConfig.ts +67 -0
  693. package/src/models/CommonProjectVisibility.ts +42 -0
  694. package/src/models/CommonQuery.ts +121 -0
  695. package/src/models/CommonRetentionMatrix.ts +67 -0
  696. package/src/models/CommonRetentionMatrixSample.ts +107 -0
  697. package/src/models/CommonRetentionQuery.ts +139 -0
  698. package/src/models/CommonRetentionQueryCriteria.ts +42 -0
  699. package/src/models/CommonRetentionQueryFilter.ts +81 -0
  700. package/src/models/CommonRetentionQueryFilterTimeFilter.ts +67 -0
  701. package/src/models/CommonRetentionQueryFilterTimeFilterType.ts +43 -0
  702. package/src/models/CommonRetentionQueryInterval.ts +75 -0
  703. package/src/models/CommonRetentionQueryIntervalUnit.ts +43 -0
  704. package/src/models/CommonRetentionQueryResource.ts +75 -0
  705. package/src/models/CommonSegmentParameter.ts +68 -0
  706. package/src/models/CommonSegmentationQuery.ts +149 -0
  707. package/src/models/CommonSegmentationQueryAggregation.ts +97 -0
  708. package/src/models/CommonSegmentationQueryAggregationAggregateProperties.ts +75 -0
  709. package/src/models/CommonSegmentationQueryAggregationAggregatePropertiesAggregationType.ts +58 -0
  710. package/src/models/CommonSegmentationQueryAggregationCountUnique.ts +67 -0
  711. package/src/models/CommonSegmentationQueryResource.ts +97 -0
  712. package/src/models/CommonSegmentationQueryResourceType.ts +42 -0
  713. package/src/models/CommonSegmentationQuerySelectorExpr.ts +81 -0
  714. package/src/models/CommonSegmentationQuerySelectorExprLogicExpr.ts +81 -0
  715. package/src/models/CommonSelector.ts +89 -0
  716. package/src/models/CommonSelectorExpr.ts +81 -0
  717. package/src/models/CommonSelectorExprLogicExpr.ts +81 -0
  718. package/src/models/CommonSelectorOperatorType.ts +55 -0
  719. package/src/models/CommonStringList.ts +60 -0
  720. package/src/models/CommonTabularData.ts +99 -0
  721. package/src/models/CommonTabularDataColumnType.ts +45 -0
  722. package/src/models/CommonTier.ts +45 -0
  723. package/src/models/CommonTimeRange.ts +105 -0
  724. package/src/models/CommonTimeRangeLite.ts +87 -0
  725. package/src/models/CommonTimeRangeRelativeTime.ts +76 -0
  726. package/src/models/CommonTimeRangeTimeLike.ts +75 -0
  727. package/src/models/CommonUser.ts +177 -0
  728. package/src/models/CommonUserAccountStatus.ts +44 -0
  729. package/src/models/CommonUserInfo.ts +100 -0
  730. package/src/models/EvmAccessListItem.ts +68 -0
  731. package/src/models/EvmTransaction.ts +187 -0
  732. package/src/models/EvmTransactionReceipt.ts +108 -0
  733. package/src/models/GoogleApiHttpBody.ts +126 -0
  734. package/src/models/GoogleProtobufAny.ts +173 -0
  735. package/src/models/GoogleProtobufNullValue.ts +46 -0
  736. package/src/models/InsightsServiceDataSource.ts +46 -0
  737. package/src/models/InsightsServiceInsightsServiceQueryBody.ts +149 -0
  738. package/src/models/InsightsServiceInsightsServiceRetentionBody.ts +97 -0
  739. package/src/models/InsightsServiceListCoinsResponse.ts +81 -0
  740. package/src/models/InsightsServiceQueryRequest.ts +165 -0
  741. package/src/models/InsightsServiceQueryRequestQuery.ts +117 -0
  742. package/src/models/InsightsServiceQueryResponse.ts +67 -0
  743. package/src/models/InsightsServiceQueryResponseResult.ts +119 -0
  744. package/src/models/InsightsServiceRetentionRequest.ts +113 -0
  745. package/src/models/InsightsServiceRetentionResponse.ts +89 -0
  746. package/src/models/MetricsServiceGetMetricsResponse.ts +67 -0
  747. package/src/models/MetricsServiceMetricInfo.ts +129 -0
  748. package/src/models/MetricsServiceMetricInfoLabelValues.ts +60 -0
  749. package/src/models/MetricsServiceMetricMetadata.ts +84 -0
  750. package/src/models/MetricsServiceMetricsQueryResponse.ts +67 -0
  751. package/src/models/MetricsServiceMetricsQueryResponseMatrix.ts +75 -0
  752. package/src/models/MetricsServiceMetricsQueryResponseMetric.ts +76 -0
  753. package/src/models/MetricsServiceMetricsQueryResponseResult.ts +105 -0
  754. package/src/models/MetricsServiceMetricsQueryResponseSample.ts +81 -0
  755. package/src/models/MetricsServiceMetricsQueryResponseValue.ts +68 -0
  756. package/src/models/MetricsServiceObservabilityServiceQueryBody.ts +121 -0
  757. package/src/models/MetricsServiceObservabilityServiceQueryRangeBody.ts +128 -0
  758. package/src/models/MetricsServiceQueryValueResponse.ts +67 -0
  759. package/src/models/MetricsServiceQueryValueResponseResult.ts +91 -0
  760. package/src/models/SolidityServiceBlockOverrides.ts +100 -0
  761. package/src/models/SolidityServiceCompileSourceInternalResponse.ts +67 -0
  762. package/src/models/SolidityServiceCompilerOptions.ts +97 -0
  763. package/src/models/SolidityServiceContractKeyInfo.ts +68 -0
  764. package/src/models/SolidityServiceDecodeStateDiffResponse.ts +60 -0
  765. package/src/models/SolidityServiceFailure.ts +68 -0
  766. package/src/models/SolidityServiceFetchAndCompileInternalResponse.ts +75 -0
  767. package/src/models/SolidityServiceGetSimulationBundleResponse.ts +75 -0
  768. package/src/models/SolidityServiceGetSimulationResponse.ts +67 -0
  769. package/src/models/SolidityServiceGetSimulationsResponse.ts +91 -0
  770. package/src/models/SolidityServiceGetStorageSummaryInternalResponse.ts +67 -0
  771. package/src/models/SolidityServiceGetTraceCallInternalRequestBundle.ts +75 -0
  772. package/src/models/SolidityServiceGetTraceCallInternalRequestStateContext.ts +68 -0
  773. package/src/models/SolidityServiceGetTraceCallInternalResponse.ts +76 -0
  774. package/src/models/SolidityServiceGetTraceTransactionInternalResponse.ts +60 -0
  775. package/src/models/SolidityServiceMetadata.ts +76 -0
  776. package/src/models/SolidityServiceOptimizer.ts +83 -0
  777. package/src/models/SolidityServiceOptimizerDetails.ts +91 -0
  778. package/src/models/SolidityServiceOptimizerDetailsYulDetails.ts +68 -0
  779. package/src/models/SolidityServicePreProcessCompilationInternalResponse.ts +60 -0
  780. package/src/models/SolidityServiceSettings.ts +113 -0
  781. package/src/models/SolidityServiceSimulateTransactionBundleRequest.ts +86 -0
  782. package/src/models/SolidityServiceSimulateTransactionBundleResponse.ts +83 -0
  783. package/src/models/SolidityServiceSimulateTransactionRequest.ts +86 -0
  784. package/src/models/SolidityServiceSimulateTransactionResponse.ts +67 -0
  785. package/src/models/SolidityServiceSimulation.ts +253 -0
  786. package/src/models/SolidityServiceSimulationResult.ts +81 -0
  787. package/src/models/SolidityServiceSourceInfo.ts +75 -0
  788. package/src/models/SolidityServiceSourceMultiFile.ts +68 -0
  789. package/src/models/SolidityServiceSourceSpec.ts +115 -0
  790. package/src/models/SolidityServiceSpecializations.ts +60 -0
  791. package/src/models/SolidityServiceStateOverride.ts +76 -0
  792. package/src/models/SolidityServiceStorageSummaryResult.ts +76 -0
  793. package/src/models/SolidityServiceTxIdentifier.ts +77 -0
  794. package/src/models/SolidityServiceUniversalSearchResponse.ts +67 -0
  795. package/src/models/SolidityServiceUniversalSearchResult.ts +97 -0
  796. package/src/models/SolidityServiceUniversalSearchResultContract.ts +68 -0
  797. package/src/models/SolidityServiceUniversalSearchResultTransaction.ts +116 -0
  798. package/src/models/TxindexEvmRawTransaction.ts +147 -0
  799. package/src/models/TxindexEvmSearchTransactionsResponse.ts +75 -0
  800. package/src/models/WebServiceChart.ts +201 -0
  801. package/src/models/WebServiceChartChartType.ts +48 -0
  802. package/src/models/WebServiceChartConfig.ts +165 -0
  803. package/src/models/WebServiceChartConfigBarGaugeConfig.ts +95 -0
  804. package/src/models/WebServiceChartConfigCalculation.ts +47 -0
  805. package/src/models/WebServiceChartConfigColorTheme.ts +76 -0
  806. package/src/models/WebServiceChartConfigColumnSort.ts +68 -0
  807. package/src/models/WebServiceChartConfigCompareTime.ts +67 -0
  808. package/src/models/WebServiceChartConfigDirection.ts +42 -0
  809. package/src/models/WebServiceChartConfigMappingRule.ts +91 -0
  810. package/src/models/WebServiceChartConfigMarker.ts +99 -0
  811. package/src/models/WebServiceChartConfigMarkerType.ts +43 -0
  812. package/src/models/WebServiceChartConfigPieConfig.ts +97 -0
  813. package/src/models/WebServiceChartConfigPieConfigPieType.ts +42 -0
  814. package/src/models/WebServiceChartConfigQueryValueConfig.ts +97 -0
  815. package/src/models/WebServiceChartConfigSort.ts +75 -0
  816. package/src/models/WebServiceChartConfigSortBy.ts +42 -0
  817. package/src/models/WebServiceChartConfigTableConfig.ts +143 -0
  818. package/src/models/WebServiceChartConfigTimeRangeOverride.ts +89 -0
  819. package/src/models/WebServiceChartConfigValueConfig.ts +143 -0
  820. package/src/models/WebServiceChartConfigValueConfigStyle.ts +46 -0
  821. package/src/models/WebServiceChartConfigValueFormatter.ts +43 -0
  822. package/src/models/WebServiceChartConfigYAxisConfig.ts +84 -0
  823. package/src/models/WebServiceChartDataSourceType.ts +47 -0
  824. package/src/models/WebServiceDashboard.ts +203 -0
  825. package/src/models/WebServiceDashboardDashboardVisibility.ts +43 -0
  826. package/src/models/WebServiceDashboardExtra.ts +81 -0
  827. package/src/models/WebServiceDashboardExtraTemplateVariable.ts +84 -0
  828. package/src/models/WebServiceDashboardExtraTemplateView.ts +60 -0
  829. package/src/models/WebServiceDashboardLayouts.ts +67 -0
  830. package/src/models/WebServiceDashboardLayoutsLayout.ts +92 -0
  831. package/src/models/WebServiceDashboardResponsiveLayouts.ts +67 -0
  832. package/src/models/WebServiceDashboardSharing.ts +84 -0
  833. package/src/models/WebServiceEventLogsConfig.ts +97 -0
  834. package/src/models/WebServiceEventLogsConfigTimeRangeOverride.ts +75 -0
  835. package/src/models/WebServiceExportDashboardResponse.ts +60 -0
  836. package/src/models/WebServiceGetDashboardResponse.ts +81 -0
  837. package/src/models/WebServiceGetProjectListResponse.ts +83 -0
  838. package/src/models/WebServiceGetProjectResponse.ts +81 -0
  839. package/src/models/WebServiceImportDashboardRequest.ts +78 -0
  840. package/src/models/WebServiceImportDashboardResponse.ts +67 -0
  841. package/src/models/WebServiceNote.ts +119 -0
  842. package/src/models/WebServiceNoteAlignment.ts +43 -0
  843. package/src/models/WebServiceNoteFontSize.ts +45 -0
  844. package/src/models/WebServiceNoteVerticalAlignment.ts +43 -0
  845. package/src/models/WebServicePanel.ts +91 -0
  846. package/src/models/index.ts +206 -0
  847. package/src/runtime.ts +426 -0
@@ -0,0 +1,97 @@
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
+ import { mapValues } from '../runtime';
16
+ import type { CommonSegmentationQueryAggregationAggregateProperties } from './CommonSegmentationQueryAggregationAggregateProperties';
17
+ import {
18
+ CommonSegmentationQueryAggregationAggregatePropertiesFromJSON,
19
+ CommonSegmentationQueryAggregationAggregatePropertiesFromJSONTyped,
20
+ CommonSegmentationQueryAggregationAggregatePropertiesToJSON,
21
+ } from './CommonSegmentationQueryAggregationAggregateProperties';
22
+ import type { CommonSegmentationQueryAggregationCountUnique } from './CommonSegmentationQueryAggregationCountUnique';
23
+ import {
24
+ CommonSegmentationQueryAggregationCountUniqueFromJSON,
25
+ CommonSegmentationQueryAggregationCountUniqueFromJSONTyped,
26
+ CommonSegmentationQueryAggregationCountUniqueToJSON,
27
+ } from './CommonSegmentationQueryAggregationCountUnique';
28
+
29
+ /**
30
+ *
31
+ * @export
32
+ * @interface CommonSegmentationQueryAggregation
33
+ */
34
+ export interface CommonSegmentationQueryAggregation {
35
+ /**
36
+ *
37
+ * @type {object}
38
+ * @memberof CommonSegmentationQueryAggregation
39
+ */
40
+ total?: object;
41
+ /**
42
+ *
43
+ * @type {object}
44
+ * @memberof CommonSegmentationQueryAggregation
45
+ */
46
+ unique?: object;
47
+ /**
48
+ *
49
+ * @type {CommonSegmentationQueryAggregationCountUnique}
50
+ * @memberof CommonSegmentationQueryAggregation
51
+ */
52
+ countUnique?: CommonSegmentationQueryAggregationCountUnique;
53
+ /**
54
+ *
55
+ * @type {CommonSegmentationQueryAggregationAggregateProperties}
56
+ * @memberof CommonSegmentationQueryAggregation
57
+ */
58
+ aggregateProperties?: CommonSegmentationQueryAggregationAggregateProperties;
59
+ }
60
+
61
+ /**
62
+ * Check if a given object implements the CommonSegmentationQueryAggregation interface.
63
+ */
64
+ export function instanceOfCommonSegmentationQueryAggregation(value: object): boolean {
65
+ return true;
66
+ }
67
+
68
+ export function CommonSegmentationQueryAggregationFromJSON(json: any): CommonSegmentationQueryAggregation {
69
+ return CommonSegmentationQueryAggregationFromJSONTyped(json, false);
70
+ }
71
+
72
+ export function CommonSegmentationQueryAggregationFromJSONTyped(json: any, ignoreDiscriminator: boolean): CommonSegmentationQueryAggregation {
73
+ if (json == null) {
74
+ return json;
75
+ }
76
+ return {
77
+
78
+ 'total': json['total'] == null ? undefined : json['total'],
79
+ 'unique': json['unique'] == null ? undefined : json['unique'],
80
+ 'countUnique': json['countUnique'] == null ? undefined : CommonSegmentationQueryAggregationCountUniqueFromJSON(json['countUnique']),
81
+ 'aggregateProperties': json['aggregateProperties'] == null ? undefined : CommonSegmentationQueryAggregationAggregatePropertiesFromJSON(json['aggregateProperties']),
82
+ };
83
+ }
84
+
85
+ export function CommonSegmentationQueryAggregationToJSON(value?: CommonSegmentationQueryAggregation | null): any {
86
+ if (value == null) {
87
+ return value;
88
+ }
89
+ return {
90
+
91
+ 'total': value['total'],
92
+ 'unique': value['unique'],
93
+ 'countUnique': CommonSegmentationQueryAggregationCountUniqueToJSON(value['countUnique']),
94
+ 'aggregateProperties': CommonSegmentationQueryAggregationAggregatePropertiesToJSON(value['aggregateProperties']),
95
+ };
96
+ }
97
+
@@ -0,0 +1,75 @@
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
+ import { mapValues } from '../runtime';
16
+ import type { CommonSegmentationQueryAggregationAggregatePropertiesAggregationType } from './CommonSegmentationQueryAggregationAggregatePropertiesAggregationType';
17
+ import {
18
+ CommonSegmentationQueryAggregationAggregatePropertiesAggregationTypeFromJSON,
19
+ CommonSegmentationQueryAggregationAggregatePropertiesAggregationTypeFromJSONTyped,
20
+ CommonSegmentationQueryAggregationAggregatePropertiesAggregationTypeToJSON,
21
+ } from './CommonSegmentationQueryAggregationAggregatePropertiesAggregationType';
22
+
23
+ /**
24
+ *
25
+ * @export
26
+ * @interface CommonSegmentationQueryAggregationAggregateProperties
27
+ */
28
+ export interface CommonSegmentationQueryAggregationAggregateProperties {
29
+ /**
30
+ *
31
+ * @type {CommonSegmentationQueryAggregationAggregatePropertiesAggregationType}
32
+ * @memberof CommonSegmentationQueryAggregationAggregateProperties
33
+ */
34
+ type?: CommonSegmentationQueryAggregationAggregatePropertiesAggregationType;
35
+ /**
36
+ *
37
+ * @type {string}
38
+ * @memberof CommonSegmentationQueryAggregationAggregateProperties
39
+ */
40
+ propertyName?: string;
41
+ }
42
+
43
+ /**
44
+ * Check if a given object implements the CommonSegmentationQueryAggregationAggregateProperties interface.
45
+ */
46
+ export function instanceOfCommonSegmentationQueryAggregationAggregateProperties(value: object): boolean {
47
+ return true;
48
+ }
49
+
50
+ export function CommonSegmentationQueryAggregationAggregatePropertiesFromJSON(json: any): CommonSegmentationQueryAggregationAggregateProperties {
51
+ return CommonSegmentationQueryAggregationAggregatePropertiesFromJSONTyped(json, false);
52
+ }
53
+
54
+ export function CommonSegmentationQueryAggregationAggregatePropertiesFromJSONTyped(json: any, ignoreDiscriminator: boolean): CommonSegmentationQueryAggregationAggregateProperties {
55
+ if (json == null) {
56
+ return json;
57
+ }
58
+ return {
59
+
60
+ 'type': json['type'] == null ? undefined : CommonSegmentationQueryAggregationAggregatePropertiesAggregationTypeFromJSON(json['type']),
61
+ 'propertyName': json['propertyName'] == null ? undefined : json['propertyName'],
62
+ };
63
+ }
64
+
65
+ export function CommonSegmentationQueryAggregationAggregatePropertiesToJSON(value?: CommonSegmentationQueryAggregationAggregateProperties | null): any {
66
+ if (value == null) {
67
+ return value;
68
+ }
69
+ return {
70
+
71
+ 'type': CommonSegmentationQueryAggregationAggregatePropertiesAggregationTypeToJSON(value['type']),
72
+ 'propertyName': value['propertyName'],
73
+ };
74
+ }
75
+
@@ -0,0 +1,58 @@
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
+ /**
17
+ *
18
+ * @export
19
+ */
20
+ export const CommonSegmentationQueryAggregationAggregatePropertiesAggregationType = {
21
+ Sum: 'SUM',
22
+ CumulativeSum: 'CUMULATIVE_SUM',
23
+ Avg: 'AVG',
24
+ Median: 'MEDIAN',
25
+ Min: 'MIN',
26
+ Max: 'MAX',
27
+ DistinctCount: 'DISTINCT_COUNT',
28
+ CumulativeDistinctCount: 'CUMULATIVE_DISTINCT_COUNT',
29
+ CumulativeCount: 'CUMULATIVE_COUNT',
30
+ Last: 'LAST',
31
+ CumulativeLast: 'CUMULATIVE_LAST',
32
+ First: 'FIRST',
33
+ CumulativeFirst: 'CUMULATIVE_FIRST',
34
+ Percentile25Th: 'PERCENTILE_25TH',
35
+ Percentile75Th: 'PERCENTILE_75TH',
36
+ Percentile90Th: 'PERCENTILE_90TH',
37
+ Percentile95Th: 'PERCENTILE_95TH',
38
+ Percentile99Th: 'PERCENTILE_99TH'
39
+ } as const;
40
+ export type CommonSegmentationQueryAggregationAggregatePropertiesAggregationType = typeof CommonSegmentationQueryAggregationAggregatePropertiesAggregationType[keyof typeof CommonSegmentationQueryAggregationAggregatePropertiesAggregationType];
41
+
42
+
43
+ export function instanceOfCommonSegmentationQueryAggregationAggregatePropertiesAggregationType(value: any): boolean {
44
+ return Object.values(CommonSegmentationQueryAggregationAggregatePropertiesAggregationType).includes(value);
45
+ }
46
+
47
+ export function CommonSegmentationQueryAggregationAggregatePropertiesAggregationTypeFromJSON(json: any): CommonSegmentationQueryAggregationAggregatePropertiesAggregationType {
48
+ return CommonSegmentationQueryAggregationAggregatePropertiesAggregationTypeFromJSONTyped(json, false);
49
+ }
50
+
51
+ export function CommonSegmentationQueryAggregationAggregatePropertiesAggregationTypeFromJSONTyped(json: any, ignoreDiscriminator: boolean): CommonSegmentationQueryAggregationAggregatePropertiesAggregationType {
52
+ return json as CommonSegmentationQueryAggregationAggregatePropertiesAggregationType;
53
+ }
54
+
55
+ export function CommonSegmentationQueryAggregationAggregatePropertiesAggregationTypeToJSON(value?: CommonSegmentationQueryAggregationAggregatePropertiesAggregationType | null): any {
56
+ return value as any;
57
+ }
58
+
@@ -0,0 +1,67 @@
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
+ import { mapValues } from '../runtime';
16
+ import type { CommonDuration } from './CommonDuration';
17
+ import {
18
+ CommonDurationFromJSON,
19
+ CommonDurationFromJSONTyped,
20
+ CommonDurationToJSON,
21
+ } from './CommonDuration';
22
+
23
+ /**
24
+ *
25
+ * @export
26
+ * @interface CommonSegmentationQueryAggregationCountUnique
27
+ */
28
+ export interface CommonSegmentationQueryAggregationCountUnique {
29
+ /**
30
+ *
31
+ * @type {CommonDuration}
32
+ * @memberof CommonSegmentationQueryAggregationCountUnique
33
+ */
34
+ duration?: CommonDuration;
35
+ }
36
+
37
+ /**
38
+ * Check if a given object implements the CommonSegmentationQueryAggregationCountUnique interface.
39
+ */
40
+ export function instanceOfCommonSegmentationQueryAggregationCountUnique(value: object): boolean {
41
+ return true;
42
+ }
43
+
44
+ export function CommonSegmentationQueryAggregationCountUniqueFromJSON(json: any): CommonSegmentationQueryAggregationCountUnique {
45
+ return CommonSegmentationQueryAggregationCountUniqueFromJSONTyped(json, false);
46
+ }
47
+
48
+ export function CommonSegmentationQueryAggregationCountUniqueFromJSONTyped(json: any, ignoreDiscriminator: boolean): CommonSegmentationQueryAggregationCountUnique {
49
+ if (json == null) {
50
+ return json;
51
+ }
52
+ return {
53
+
54
+ 'duration': json['duration'] == null ? undefined : CommonDurationFromJSON(json['duration']),
55
+ };
56
+ }
57
+
58
+ export function CommonSegmentationQueryAggregationCountUniqueToJSON(value?: CommonSegmentationQueryAggregationCountUnique | null): any {
59
+ if (value == null) {
60
+ return value;
61
+ }
62
+ return {
63
+
64
+ 'duration': CommonDurationToJSON(value['duration']),
65
+ };
66
+ }
67
+
@@ -0,0 +1,97 @@
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
+ import { mapValues } from '../runtime';
16
+ import type { CommonCohortsQuery } from './CommonCohortsQuery';
17
+ import {
18
+ CommonCohortsQueryFromJSON,
19
+ CommonCohortsQueryFromJSONTyped,
20
+ CommonCohortsQueryToJSON,
21
+ } from './CommonCohortsQuery';
22
+ import type { CommonSegmentationQueryResourceType } from './CommonSegmentationQueryResourceType';
23
+ import {
24
+ CommonSegmentationQueryResourceTypeFromJSON,
25
+ CommonSegmentationQueryResourceTypeFromJSONTyped,
26
+ CommonSegmentationQueryResourceTypeToJSON,
27
+ } from './CommonSegmentationQueryResourceType';
28
+
29
+ /**
30
+ *
31
+ * @export
32
+ * @interface CommonSegmentationQueryResource
33
+ */
34
+ export interface CommonSegmentationQueryResource {
35
+ /**
36
+ *
37
+ * @type {string}
38
+ * @memberof CommonSegmentationQueryResource
39
+ */
40
+ name?: string;
41
+ /**
42
+ *
43
+ * @type {CommonSegmentationQueryResourceType}
44
+ * @memberof CommonSegmentationQueryResource
45
+ */
46
+ type?: CommonSegmentationQueryResourceType;
47
+ /**
48
+ *
49
+ * @type {string}
50
+ * @memberof CommonSegmentationQueryResource
51
+ */
52
+ cohortsId?: string;
53
+ /**
54
+ *
55
+ * @type {CommonCohortsQuery}
56
+ * @memberof CommonSegmentationQueryResource
57
+ */
58
+ cohortsQuery?: CommonCohortsQuery;
59
+ }
60
+
61
+ /**
62
+ * Check if a given object implements the CommonSegmentationQueryResource interface.
63
+ */
64
+ export function instanceOfCommonSegmentationQueryResource(value: object): boolean {
65
+ return true;
66
+ }
67
+
68
+ export function CommonSegmentationQueryResourceFromJSON(json: any): CommonSegmentationQueryResource {
69
+ return CommonSegmentationQueryResourceFromJSONTyped(json, false);
70
+ }
71
+
72
+ export function CommonSegmentationQueryResourceFromJSONTyped(json: any, ignoreDiscriminator: boolean): CommonSegmentationQueryResource {
73
+ if (json == null) {
74
+ return json;
75
+ }
76
+ return {
77
+
78
+ 'name': json['name'] == null ? undefined : json['name'],
79
+ 'type': json['type'] == null ? undefined : CommonSegmentationQueryResourceTypeFromJSON(json['type']),
80
+ 'cohortsId': json['cohortsId'] == null ? undefined : json['cohortsId'],
81
+ 'cohortsQuery': json['cohortsQuery'] == null ? undefined : CommonCohortsQueryFromJSON(json['cohortsQuery']),
82
+ };
83
+ }
84
+
85
+ export function CommonSegmentationQueryResourceToJSON(value?: CommonSegmentationQueryResource | null): any {
86
+ if (value == null) {
87
+ return value;
88
+ }
89
+ return {
90
+
91
+ 'name': value['name'],
92
+ 'type': CommonSegmentationQueryResourceTypeToJSON(value['type']),
93
+ 'cohortsId': value['cohortsId'],
94
+ 'cohortsQuery': CommonCohortsQueryToJSON(value['cohortsQuery']),
95
+ };
96
+ }
97
+
@@ -0,0 +1,42 @@
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
+ /**
17
+ *
18
+ * @export
19
+ */
20
+ export const CommonSegmentationQueryResourceType = {
21
+ Events: 'EVENTS',
22
+ Cohorts: 'COHORTS'
23
+ } as const;
24
+ export type CommonSegmentationQueryResourceType = typeof CommonSegmentationQueryResourceType[keyof typeof CommonSegmentationQueryResourceType];
25
+
26
+
27
+ export function instanceOfCommonSegmentationQueryResourceType(value: any): boolean {
28
+ return Object.values(CommonSegmentationQueryResourceType).includes(value);
29
+ }
30
+
31
+ export function CommonSegmentationQueryResourceTypeFromJSON(json: any): CommonSegmentationQueryResourceType {
32
+ return CommonSegmentationQueryResourceTypeFromJSONTyped(json, false);
33
+ }
34
+
35
+ export function CommonSegmentationQueryResourceTypeFromJSONTyped(json: any, ignoreDiscriminator: boolean): CommonSegmentationQueryResourceType {
36
+ return json as CommonSegmentationQueryResourceType;
37
+ }
38
+
39
+ export function CommonSegmentationQueryResourceTypeToJSON(value?: CommonSegmentationQueryResourceType | null): any {
40
+ return value as any;
41
+ }
42
+
@@ -0,0 +1,81 @@
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
+ import { mapValues } from '../runtime';
16
+ import type { CommonSegmentationQuerySelectorExprLogicExpr } from './CommonSegmentationQuerySelectorExprLogicExpr';
17
+ import {
18
+ CommonSegmentationQuerySelectorExprLogicExprFromJSON,
19
+ CommonSegmentationQuerySelectorExprLogicExprFromJSONTyped,
20
+ CommonSegmentationQuerySelectorExprLogicExprToJSON,
21
+ } from './CommonSegmentationQuerySelectorExprLogicExpr';
22
+ import type { CommonSelector } from './CommonSelector';
23
+ import {
24
+ CommonSelectorFromJSON,
25
+ CommonSelectorFromJSONTyped,
26
+ CommonSelectorToJSON,
27
+ } from './CommonSelector';
28
+
29
+ /**
30
+ *
31
+ * @export
32
+ * @interface CommonSegmentationQuerySelectorExpr
33
+ */
34
+ export interface CommonSegmentationQuerySelectorExpr {
35
+ /**
36
+ *
37
+ * @type {CommonSelector}
38
+ * @memberof CommonSegmentationQuerySelectorExpr
39
+ */
40
+ selector?: CommonSelector;
41
+ /**
42
+ *
43
+ * @type {CommonSegmentationQuerySelectorExprLogicExpr}
44
+ * @memberof CommonSegmentationQuerySelectorExpr
45
+ */
46
+ logicExpr?: CommonSegmentationQuerySelectorExprLogicExpr;
47
+ }
48
+
49
+ /**
50
+ * Check if a given object implements the CommonSegmentationQuerySelectorExpr interface.
51
+ */
52
+ export function instanceOfCommonSegmentationQuerySelectorExpr(value: object): boolean {
53
+ return true;
54
+ }
55
+
56
+ export function CommonSegmentationQuerySelectorExprFromJSON(json: any): CommonSegmentationQuerySelectorExpr {
57
+ return CommonSegmentationQuerySelectorExprFromJSONTyped(json, false);
58
+ }
59
+
60
+ export function CommonSegmentationQuerySelectorExprFromJSONTyped(json: any, ignoreDiscriminator: boolean): CommonSegmentationQuerySelectorExpr {
61
+ if (json == null) {
62
+ return json;
63
+ }
64
+ return {
65
+
66
+ 'selector': json['selector'] == null ? undefined : CommonSelectorFromJSON(json['selector']),
67
+ 'logicExpr': json['logicExpr'] == null ? undefined : CommonSegmentationQuerySelectorExprLogicExprFromJSON(json['logicExpr']),
68
+ };
69
+ }
70
+
71
+ export function CommonSegmentationQuerySelectorExprToJSON(value?: CommonSegmentationQuerySelectorExpr | null): any {
72
+ if (value == null) {
73
+ return value;
74
+ }
75
+ return {
76
+
77
+ 'selector': CommonSelectorToJSON(value['selector']),
78
+ 'logicExpr': CommonSegmentationQuerySelectorExprLogicExprToJSON(value['logicExpr']),
79
+ };
80
+ }
81
+
@@ -0,0 +1,81 @@
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
+ import { mapValues } from '../runtime';
16
+ import type { CommonJoinOperator } from './CommonJoinOperator';
17
+ import {
18
+ CommonJoinOperatorFromJSON,
19
+ CommonJoinOperatorFromJSONTyped,
20
+ CommonJoinOperatorToJSON,
21
+ } from './CommonJoinOperator';
22
+ import type { CommonSegmentationQuerySelectorExpr } from './CommonSegmentationQuerySelectorExpr';
23
+ import {
24
+ CommonSegmentationQuerySelectorExprFromJSON,
25
+ CommonSegmentationQuerySelectorExprFromJSONTyped,
26
+ CommonSegmentationQuerySelectorExprToJSON,
27
+ } from './CommonSegmentationQuerySelectorExpr';
28
+
29
+ /**
30
+ *
31
+ * @export
32
+ * @interface CommonSegmentationQuerySelectorExprLogicExpr
33
+ */
34
+ export interface CommonSegmentationQuerySelectorExprLogicExpr {
35
+ /**
36
+ *
37
+ * @type {Array<CommonSegmentationQuerySelectorExpr>}
38
+ * @memberof CommonSegmentationQuerySelectorExprLogicExpr
39
+ */
40
+ expressions?: Array<CommonSegmentationQuerySelectorExpr>;
41
+ /**
42
+ *
43
+ * @type {CommonJoinOperator}
44
+ * @memberof CommonSegmentationQuerySelectorExprLogicExpr
45
+ */
46
+ operator?: CommonJoinOperator;
47
+ }
48
+
49
+ /**
50
+ * Check if a given object implements the CommonSegmentationQuerySelectorExprLogicExpr interface.
51
+ */
52
+ export function instanceOfCommonSegmentationQuerySelectorExprLogicExpr(value: object): boolean {
53
+ return true;
54
+ }
55
+
56
+ export function CommonSegmentationQuerySelectorExprLogicExprFromJSON(json: any): CommonSegmentationQuerySelectorExprLogicExpr {
57
+ return CommonSegmentationQuerySelectorExprLogicExprFromJSONTyped(json, false);
58
+ }
59
+
60
+ export function CommonSegmentationQuerySelectorExprLogicExprFromJSONTyped(json: any, ignoreDiscriminator: boolean): CommonSegmentationQuerySelectorExprLogicExpr {
61
+ if (json == null) {
62
+ return json;
63
+ }
64
+ return {
65
+
66
+ 'expressions': json['expressions'] == null ? undefined : ((json['expressions'] as Array<any>).map(CommonSegmentationQuerySelectorExprFromJSON)),
67
+ 'operator': json['operator'] == null ? undefined : CommonJoinOperatorFromJSON(json['operator']),
68
+ };
69
+ }
70
+
71
+ export function CommonSegmentationQuerySelectorExprLogicExprToJSON(value?: CommonSegmentationQuerySelectorExprLogicExpr | null): any {
72
+ if (value == null) {
73
+ return value;
74
+ }
75
+ return {
76
+
77
+ 'expressions': value['expressions'] == null ? undefined : ((value['expressions'] as Array<any>).map(CommonSegmentationQuerySelectorExprToJSON)),
78
+ 'operator': CommonJoinOperatorToJSON(value['operator']),
79
+ };
80
+ }
81
+
@@ -0,0 +1,89 @@
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
+ import { mapValues } from '../runtime';
16
+ import type { CommonAny } from './CommonAny';
17
+ import {
18
+ CommonAnyFromJSON,
19
+ CommonAnyFromJSONTyped,
20
+ CommonAnyToJSON,
21
+ } from './CommonAny';
22
+ import type { CommonSelectorOperatorType } from './CommonSelectorOperatorType';
23
+ import {
24
+ CommonSelectorOperatorTypeFromJSON,
25
+ CommonSelectorOperatorTypeFromJSONTyped,
26
+ CommonSelectorOperatorTypeToJSON,
27
+ } from './CommonSelectorOperatorType';
28
+
29
+ /**
30
+ *
31
+ * @export
32
+ * @interface CommonSelector
33
+ */
34
+ export interface CommonSelector {
35
+ /**
36
+ *
37
+ * @type {string}
38
+ * @memberof CommonSelector
39
+ */
40
+ key?: string;
41
+ /**
42
+ *
43
+ * @type {CommonSelectorOperatorType}
44
+ * @memberof CommonSelector
45
+ */
46
+ operator?: CommonSelectorOperatorType;
47
+ /**
48
+ *
49
+ * @type {Array<CommonAny>}
50
+ * @memberof CommonSelector
51
+ */
52
+ value?: Array<CommonAny>;
53
+ }
54
+
55
+ /**
56
+ * Check if a given object implements the CommonSelector interface.
57
+ */
58
+ export function instanceOfCommonSelector(value: object): boolean {
59
+ return true;
60
+ }
61
+
62
+ export function CommonSelectorFromJSON(json: any): CommonSelector {
63
+ return CommonSelectorFromJSONTyped(json, false);
64
+ }
65
+
66
+ export function CommonSelectorFromJSONTyped(json: any, ignoreDiscriminator: boolean): CommonSelector {
67
+ if (json == null) {
68
+ return json;
69
+ }
70
+ return {
71
+
72
+ 'key': json['key'] == null ? undefined : json['key'],
73
+ 'operator': json['operator'] == null ? undefined : CommonSelectorOperatorTypeFromJSON(json['operator']),
74
+ 'value': json['value'] == null ? undefined : ((json['value'] as Array<any>).map(CommonAnyFromJSON)),
75
+ };
76
+ }
77
+
78
+ export function CommonSelectorToJSON(value?: CommonSelector | null): any {
79
+ if (value == null) {
80
+ return value;
81
+ }
82
+ return {
83
+
84
+ 'key': value['key'],
85
+ 'operator': CommonSelectorOperatorTypeToJSON(value['operator']),
86
+ 'value': value['value'] == null ? undefined : ((value['value'] as Array<any>).map(CommonAnyToJSON)),
87
+ };
88
+ }
89
+