@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.
- package/LICENSE +55 -0
- package/README.md +27 -1
- package/dist/src/apis/DataApi.d.ts +221 -0
- package/dist/src/apis/DataApi.js +538 -0
- package/dist/src/apis/DataApi.js.map +1 -0
- package/dist/src/apis/DebugAndSimulationApi.d.ts +123 -0
- package/dist/src/apis/DebugAndSimulationApi.js +304 -0
- package/dist/src/apis/DebugAndSimulationApi.js.map +1 -0
- package/dist/src/apis/WebApi.d.ts +134 -0
- package/dist/src/apis/WebApi.js +317 -0
- package/dist/src/apis/WebApi.js.map +1 -0
- package/dist/src/apis/index.d.ts +3 -0
- package/dist/src/apis/index.js +6 -0
- package/dist/src/apis/index.js.map +1 -0
- package/dist/src/index.d.ts +3 -0
- package/dist/src/index.js +6 -0
- package/dist/src/index.js.map +1 -0
- package/dist/src/models/AnalyticServiceAnalyticServiceExecuteSQLBody.d.ts +63 -0
- package/dist/src/models/AnalyticServiceAnalyticServiceExecuteSQLBody.js +51 -0
- package/dist/src/models/AnalyticServiceAnalyticServiceExecuteSQLBody.js.map +1 -0
- package/dist/src/models/AnalyticServiceLogQueryRequestFilter.d.ts +43 -0
- package/dist/src/models/AnalyticServiceLogQueryRequestFilter.js +43 -0
- package/dist/src/models/AnalyticServiceLogQueryRequestFilter.js.map +1 -0
- package/dist/src/models/AnalyticServiceLogQueryRequestSort.d.ts +37 -0
- package/dist/src/models/AnalyticServiceLogQueryRequestSort.js +41 -0
- package/dist/src/models/AnalyticServiceLogQueryRequestSort.js.map +1 -0
- package/dist/src/models/AnalyticServiceLogQueryResponse.d.ts +45 -0
- package/dist/src/models/AnalyticServiceLogQueryResponse.js +45 -0
- package/dist/src/models/AnalyticServiceLogQueryResponse.js.map +1 -0
- package/dist/src/models/AnalyticServiceSQLQuery.d.ts +37 -0
- package/dist/src/models/AnalyticServiceSQLQuery.js +41 -0
- package/dist/src/models/AnalyticServiceSQLQuery.js.map +1 -0
- package/dist/src/models/AnalyticServiceSearchServiceQueryLogBody.d.ts +83 -0
- package/dist/src/models/AnalyticServiceSearchServiceQueryLogBody.js +59 -0
- package/dist/src/models/AnalyticServiceSearchServiceQueryLogBody.js.map +1 -0
- package/dist/src/models/AnalyticServiceSyncExecuteSQLRequest.d.ts +75 -0
- package/dist/src/models/AnalyticServiceSyncExecuteSQLRequest.js +55 -0
- package/dist/src/models/AnalyticServiceSyncExecuteSQLRequest.js.map +1 -0
- package/dist/src/models/AnalyticServiceSyncExecuteSQLResponse.d.ts +51 -0
- package/dist/src/models/AnalyticServiceSyncExecuteSQLResponse.js +47 -0
- package/dist/src/models/AnalyticServiceSyncExecuteSQLResponse.js.map +1 -0
- package/dist/src/models/CommonAggregate.d.ts +38 -0
- package/dist/src/models/CommonAggregate.js +42 -0
- package/dist/src/models/CommonAggregate.js.map +1 -0
- package/dist/src/models/CommonAggregateAggregateOps.d.ts +27 -0
- package/dist/src/models/CommonAggregateAggregateOps.js +37 -0
- package/dist/src/models/CommonAggregateAggregateOps.js.map +1 -0
- package/dist/src/models/CommonAny.d.ts +68 -0
- package/dist/src/models/CommonAny.js +52 -0
- package/dist/src/models/CommonAny.js.map +1 -0
- package/dist/src/models/CommonArgument.d.ts +56 -0
- package/dist/src/models/CommonArgument.js +48 -0
- package/dist/src/models/CommonArgument.js.map +1 -0
- package/dist/src/models/CommonCachePolicy.d.ts +49 -0
- package/dist/src/models/CommonCachePolicy.js +45 -0
- package/dist/src/models/CommonCachePolicy.js.map +1 -0
- package/dist/src/models/CommonChannel.d.ts +106 -0
- package/dist/src/models/CommonChannel.js +64 -0
- package/dist/src/models/CommonChannel.js.map +1 -0
- package/dist/src/models/CommonChannelType.d.ts +29 -0
- package/dist/src/models/CommonChannelType.js +39 -0
- package/dist/src/models/CommonChannelType.js.map +1 -0
- package/dist/src/models/CommonCohortsFilter.d.ts +58 -0
- package/dist/src/models/CommonCohortsFilter.js +50 -0
- package/dist/src/models/CommonCohortsFilter.js.map +1 -0
- package/dist/src/models/CommonCohortsFilterAggregation.d.ts +52 -0
- package/dist/src/models/CommonCohortsFilterAggregation.js +48 -0
- package/dist/src/models/CommonCohortsFilterAggregation.js.map +1 -0
- package/dist/src/models/CommonCohortsFilterAggregationAggregateProperties.d.ts +38 -0
- package/dist/src/models/CommonCohortsFilterAggregationAggregateProperties.js +42 -0
- package/dist/src/models/CommonCohortsFilterAggregationAggregateProperties.js.map +1 -0
- package/dist/src/models/CommonCohortsFilterAggregationAggregatePropertiesAggregationType.d.ts +30 -0
- package/dist/src/models/CommonCohortsFilterAggregationAggregatePropertiesAggregationType.js +40 -0
- package/dist/src/models/CommonCohortsFilterAggregationAggregatePropertiesAggregationType.js.map +1 -0
- package/dist/src/models/CommonCohortsFilterAggregationOperatorType.d.ts +30 -0
- package/dist/src/models/CommonCohortsFilterAggregationOperatorType.js +40 -0
- package/dist/src/models/CommonCohortsFilterAggregationOperatorType.js.map +1 -0
- package/dist/src/models/CommonCohortsGroup.d.ts +39 -0
- package/dist/src/models/CommonCohortsGroup.js +43 -0
- package/dist/src/models/CommonCohortsGroup.js.map +1 -0
- package/dist/src/models/CommonCohortsQuery.d.ts +51 -0
- package/dist/src/models/CommonCohortsQuery.js +47 -0
- package/dist/src/models/CommonCohortsQuery.js.map +1 -0
- package/dist/src/models/CommonCoinID.d.ts +38 -0
- package/dist/src/models/CommonCoinID.js +42 -0
- package/dist/src/models/CommonCoinID.js.map +1 -0
- package/dist/src/models/CommonCoinIDAddressIdentifier.d.ts +37 -0
- package/dist/src/models/CommonCoinIDAddressIdentifier.js +41 -0
- package/dist/src/models/CommonCoinIDAddressIdentifier.js.map +1 -0
- package/dist/src/models/CommonColumnState.d.ts +54 -0
- package/dist/src/models/CommonColumnState.js +46 -0
- package/dist/src/models/CommonColumnState.js.map +1 -0
- package/dist/src/models/CommonColumnStateSort.d.ts +37 -0
- package/dist/src/models/CommonColumnStateSort.js +41 -0
- package/dist/src/models/CommonColumnStateSort.js.map +1 -0
- package/dist/src/models/CommonComputeStats.d.ts +61 -0
- package/dist/src/models/CommonComputeStats.js +49 -0
- package/dist/src/models/CommonComputeStats.js.map +1 -0
- package/dist/src/models/CommonDuration.d.ts +37 -0
- package/dist/src/models/CommonDuration.js +41 -0
- package/dist/src/models/CommonDuration.js.map +1 -0
- package/dist/src/models/CommonEventLogColumn.d.ts +67 -0
- package/dist/src/models/CommonEventLogColumn.js +51 -0
- package/dist/src/models/CommonEventLogColumn.js.map +1 -0
- package/dist/src/models/CommonEventLogConfig.d.ts +39 -0
- package/dist/src/models/CommonEventLogConfig.js +43 -0
- package/dist/src/models/CommonEventLogConfig.js.map +1 -0
- package/dist/src/models/CommonEventLogEntry.d.ts +121 -0
- package/dist/src/models/CommonEventLogEntry.js +69 -0
- package/dist/src/models/CommonEventLogEntry.js.map +1 -0
- package/dist/src/models/CommonFormula.d.ts +56 -0
- package/dist/src/models/CommonFormula.js +48 -0
- package/dist/src/models/CommonFormula.js.map +1 -0
- package/dist/src/models/CommonFunction.d.ts +38 -0
- package/dist/src/models/CommonFunction.js +42 -0
- package/dist/src/models/CommonFunction.js.map +1 -0
- package/dist/src/models/CommonJoinOperator.d.ts +25 -0
- package/dist/src/models/CommonJoinOperator.js +35 -0
- package/dist/src/models/CommonJoinOperator.js.map +1 -0
- package/dist/src/models/CommonMatrix.d.ts +38 -0
- package/dist/src/models/CommonMatrix.js +42 -0
- package/dist/src/models/CommonMatrix.js.map +1 -0
- package/dist/src/models/CommonMatrixMetric.d.ts +45 -0
- package/dist/src/models/CommonMatrixMetric.js +43 -0
- package/dist/src/models/CommonMatrixMetric.js.map +1 -0
- package/dist/src/models/CommonMatrixSample.d.ts +39 -0
- package/dist/src/models/CommonMatrixSample.js +43 -0
- package/dist/src/models/CommonMatrixSample.js.map +1 -0
- package/dist/src/models/CommonMatrixValue.d.ts +37 -0
- package/dist/src/models/CommonMatrixValue.js +41 -0
- package/dist/src/models/CommonMatrixValue.js.map +1 -0
- package/dist/src/models/CommonOrganization.d.ts +88 -0
- package/dist/src/models/CommonOrganization.js +60 -0
- package/dist/src/models/CommonOrganization.js.map +1 -0
- package/dist/src/models/CommonOrganizationMember.d.ts +39 -0
- package/dist/src/models/CommonOrganizationMember.js +43 -0
- package/dist/src/models/CommonOrganizationMember.js.map +1 -0
- package/dist/src/models/CommonOrganizationRole.d.ts +24 -0
- package/dist/src/models/CommonOrganizationRole.js +34 -0
- package/dist/src/models/CommonOrganizationRole.js.map +1 -0
- package/dist/src/models/CommonOwner.d.ts +46 -0
- package/dist/src/models/CommonOwner.js +46 -0
- package/dist/src/models/CommonOwner.js.map +1 -0
- package/dist/src/models/CommonPermission.d.ts +25 -0
- package/dist/src/models/CommonPermission.js +35 -0
- package/dist/src/models/CommonPermission.js.map +1 -0
- package/dist/src/models/CommonPriceSegmentationQuery.d.ts +50 -0
- package/dist/src/models/CommonPriceSegmentationQuery.js +46 -0
- package/dist/src/models/CommonPriceSegmentationQuery.js.map +1 -0
- package/dist/src/models/CommonProject.d.ts +146 -0
- package/dist/src/models/CommonProject.js +82 -0
- package/dist/src/models/CommonProject.js.map +1 -0
- package/dist/src/models/CommonProjectInfo.d.ts +112 -0
- package/dist/src/models/CommonProjectInfo.js +68 -0
- package/dist/src/models/CommonProjectInfo.js.map +1 -0
- package/dist/src/models/CommonProjectProjectMember.d.ts +38 -0
- package/dist/src/models/CommonProjectProjectMember.js +42 -0
- package/dist/src/models/CommonProjectProjectMember.js.map +1 -0
- package/dist/src/models/CommonProjectSuperset.d.ts +43 -0
- package/dist/src/models/CommonProjectSuperset.js +43 -0
- package/dist/src/models/CommonProjectSuperset.js.map +1 -0
- package/dist/src/models/CommonProjectType.d.ts +24 -0
- package/dist/src/models/CommonProjectType.js +34 -0
- package/dist/src/models/CommonProjectType.js.map +1 -0
- package/dist/src/models/CommonProjectView.d.ts +50 -0
- package/dist/src/models/CommonProjectView.js +46 -0
- package/dist/src/models/CommonProjectView.js.map +1 -0
- package/dist/src/models/CommonProjectViewProjectViewConfig.d.ts +32 -0
- package/dist/src/models/CommonProjectViewProjectViewConfig.js +40 -0
- package/dist/src/models/CommonProjectViewProjectViewConfig.js.map +1 -0
- package/dist/src/models/CommonProjectVisibility.d.ts +24 -0
- package/dist/src/models/CommonProjectVisibility.js +34 -0
- package/dist/src/models/CommonProjectVisibility.js.map +1 -0
- package/dist/src/models/CommonQuery.d.ts +71 -0
- package/dist/src/models/CommonQuery.js +53 -0
- package/dist/src/models/CommonQuery.js.map +1 -0
- package/dist/src/models/CommonRetentionMatrix.d.ts +32 -0
- package/dist/src/models/CommonRetentionMatrix.js +40 -0
- package/dist/src/models/CommonRetentionMatrix.js.map +1 -0
- package/dist/src/models/CommonRetentionMatrixSample.d.ts +64 -0
- package/dist/src/models/CommonRetentionMatrixSample.js +50 -0
- package/dist/src/models/CommonRetentionMatrixSample.js.map +1 -0
- package/dist/src/models/CommonRetentionQuery.d.ts +72 -0
- package/dist/src/models/CommonRetentionQuery.js +56 -0
- package/dist/src/models/CommonRetentionQuery.js.map +1 -0
- package/dist/src/models/CommonRetentionQueryCriteria.d.ts +24 -0
- package/dist/src/models/CommonRetentionQueryCriteria.js +34 -0
- package/dist/src/models/CommonRetentionQueryCriteria.js.map +1 -0
- package/dist/src/models/CommonRetentionQueryFilter.d.ts +39 -0
- package/dist/src/models/CommonRetentionQueryFilter.js +43 -0
- package/dist/src/models/CommonRetentionQueryFilter.js.map +1 -0
- package/dist/src/models/CommonRetentionQueryFilterTimeFilter.d.ts +32 -0
- package/dist/src/models/CommonRetentionQueryFilterTimeFilter.js +40 -0
- package/dist/src/models/CommonRetentionQueryFilterTimeFilter.js.map +1 -0
- package/dist/src/models/CommonRetentionQueryFilterTimeFilterType.d.ts +25 -0
- package/dist/src/models/CommonRetentionQueryFilterTimeFilterType.js +35 -0
- package/dist/src/models/CommonRetentionQueryFilterTimeFilterType.js.map +1 -0
- package/dist/src/models/CommonRetentionQueryInterval.d.ts +38 -0
- package/dist/src/models/CommonRetentionQueryInterval.js +42 -0
- package/dist/src/models/CommonRetentionQueryInterval.js.map +1 -0
- package/dist/src/models/CommonRetentionQueryIntervalUnit.d.ts +25 -0
- package/dist/src/models/CommonRetentionQueryIntervalUnit.js +35 -0
- package/dist/src/models/CommonRetentionQueryIntervalUnit.js.map +1 -0
- package/dist/src/models/CommonRetentionQueryResource.d.ts +38 -0
- package/dist/src/models/CommonRetentionQueryResource.js +42 -0
- package/dist/src/models/CommonRetentionQueryResource.js.map +1 -0
- package/dist/src/models/CommonSegmentParameter.d.ts +37 -0
- package/dist/src/models/CommonSegmentParameter.js +41 -0
- package/dist/src/models/CommonSegmentParameter.js.map +1 -0
- package/dist/src/models/CommonSegmentationQuery.d.ts +83 -0
- package/dist/src/models/CommonSegmentationQuery.js +59 -0
- package/dist/src/models/CommonSegmentationQuery.js.map +1 -0
- package/dist/src/models/CommonSegmentationQueryAggregation.d.ts +51 -0
- package/dist/src/models/CommonSegmentationQueryAggregation.js +47 -0
- package/dist/src/models/CommonSegmentationQueryAggregation.js.map +1 -0
- package/dist/src/models/CommonSegmentationQueryAggregationAggregateProperties.d.ts +38 -0
- package/dist/src/models/CommonSegmentationQueryAggregationAggregateProperties.js +42 -0
- package/dist/src/models/CommonSegmentationQueryAggregationAggregateProperties.js.map +1 -0
- package/dist/src/models/CommonSegmentationQueryAggregationAggregatePropertiesAggregationType.d.ts +40 -0
- package/dist/src/models/CommonSegmentationQueryAggregationAggregatePropertiesAggregationType.js +50 -0
- package/dist/src/models/CommonSegmentationQueryAggregationAggregatePropertiesAggregationType.js.map +1 -0
- package/dist/src/models/CommonSegmentationQueryAggregationCountUnique.d.ts +32 -0
- package/dist/src/models/CommonSegmentationQueryAggregationCountUnique.js +40 -0
- package/dist/src/models/CommonSegmentationQueryAggregationCountUnique.js.map +1 -0
- package/dist/src/models/CommonSegmentationQueryResource.d.ts +51 -0
- package/dist/src/models/CommonSegmentationQueryResource.js +47 -0
- package/dist/src/models/CommonSegmentationQueryResource.js.map +1 -0
- package/dist/src/models/CommonSegmentationQueryResourceType.d.ts +24 -0
- package/dist/src/models/CommonSegmentationQueryResourceType.js +34 -0
- package/dist/src/models/CommonSegmentationQueryResourceType.js.map +1 -0
- package/dist/src/models/CommonSegmentationQuerySelectorExpr.d.ts +39 -0
- package/dist/src/models/CommonSegmentationQuerySelectorExpr.js +43 -0
- package/dist/src/models/CommonSegmentationQuerySelectorExpr.js.map +1 -0
- package/dist/src/models/CommonSegmentationQuerySelectorExprLogicExpr.d.ts +39 -0
- package/dist/src/models/CommonSegmentationQuerySelectorExprLogicExpr.js +43 -0
- package/dist/src/models/CommonSegmentationQuerySelectorExprLogicExpr.js.map +1 -0
- package/dist/src/models/CommonSelector.d.ts +45 -0
- package/dist/src/models/CommonSelector.js +45 -0
- package/dist/src/models/CommonSelector.js.map +1 -0
- package/dist/src/models/CommonSelectorExpr.d.ts +39 -0
- package/dist/src/models/CommonSelectorExpr.js +43 -0
- package/dist/src/models/CommonSelectorExpr.js.map +1 -0
- package/dist/src/models/CommonSelectorExprLogicExpr.d.ts +39 -0
- package/dist/src/models/CommonSelectorExprLogicExpr.js +43 -0
- package/dist/src/models/CommonSelectorExprLogicExpr.js.map +1 -0
- package/dist/src/models/CommonSelectorOperatorType.d.ts +37 -0
- package/dist/src/models/CommonSelectorOperatorType.js +47 -0
- package/dist/src/models/CommonSelectorOperatorType.js.map +1 -0
- package/dist/src/models/CommonStringList.d.ts +31 -0
- package/dist/src/models/CommonStringList.js +39 -0
- package/dist/src/models/CommonStringList.js.map +1 -0
- package/dist/src/models/CommonTabularData.d.ts +58 -0
- package/dist/src/models/CommonTabularData.js +49 -0
- package/dist/src/models/CommonTabularData.js.map +1 -0
- package/dist/src/models/CommonTabularDataColumnType.d.ts +27 -0
- package/dist/src/models/CommonTabularDataColumnType.js +37 -0
- package/dist/src/models/CommonTabularDataColumnType.js.map +1 -0
- package/dist/src/models/CommonTier.d.ts +27 -0
- package/dist/src/models/CommonTier.js +37 -0
- package/dist/src/models/CommonTier.js.map +1 -0
- package/dist/src/models/CommonTimeRange.d.ts +57 -0
- package/dist/src/models/CommonTimeRange.js +49 -0
- package/dist/src/models/CommonTimeRange.js.map +1 -0
- package/dist/src/models/CommonTimeRangeLite.d.ts +49 -0
- package/dist/src/models/CommonTimeRangeLite.js +51 -0
- package/dist/src/models/CommonTimeRangeLite.js.map +1 -0
- package/dist/src/models/CommonTimeRangeRelativeTime.d.ts +43 -0
- package/dist/src/models/CommonTimeRangeRelativeTime.js +43 -0
- package/dist/src/models/CommonTimeRangeRelativeTime.js.map +1 -0
- package/dist/src/models/CommonTimeRangeTimeLike.d.ts +38 -0
- package/dist/src/models/CommonTimeRangeTimeLike.js +42 -0
- package/dist/src/models/CommonTimeRangeTimeLike.js.map +1 -0
- package/dist/src/models/CommonUser.d.ts +111 -0
- package/dist/src/models/CommonUser.js +67 -0
- package/dist/src/models/CommonUser.js.map +1 -0
- package/dist/src/models/CommonUserAccountStatus.d.ts +26 -0
- package/dist/src/models/CommonUserAccountStatus.js +36 -0
- package/dist/src/models/CommonUserAccountStatus.js.map +1 -0
- package/dist/src/models/CommonUserInfo.d.ts +61 -0
- package/dist/src/models/CommonUserInfo.js +49 -0
- package/dist/src/models/CommonUserInfo.js.map +1 -0
- package/dist/src/models/EvmAccessListItem.d.ts +37 -0
- package/dist/src/models/EvmAccessListItem.js +41 -0
- package/dist/src/models/EvmAccessListItem.js.map +1 -0
- package/dist/src/models/EvmTransaction.d.ts +122 -0
- package/dist/src/models/EvmTransaction.js +70 -0
- package/dist/src/models/EvmTransaction.js.map +1 -0
- package/dist/src/models/EvmTransactionReceipt.d.ts +67 -0
- package/dist/src/models/EvmTransactionReceipt.js +51 -0
- package/dist/src/models/EvmTransactionReceipt.js.map +1 -0
- package/dist/src/models/GoogleApiHttpBody.d.ts +87 -0
- package/dist/src/models/GoogleApiHttpBody.js +44 -0
- package/dist/src/models/GoogleApiHttpBody.js.map +1 -0
- package/dist/src/models/GoogleProtobufAny.d.ts +142 -0
- package/dist/src/models/GoogleProtobufAny.js +41 -0
- package/dist/src/models/GoogleProtobufAny.js.map +1 -0
- package/dist/src/models/GoogleProtobufNullValue.d.ts +28 -0
- package/dist/src/models/GoogleProtobufNullValue.js +38 -0
- package/dist/src/models/GoogleProtobufNullValue.js.map +1 -0
- package/dist/src/models/InsightsServiceDataSource.d.ts +28 -0
- package/dist/src/models/InsightsServiceDataSource.js +38 -0
- package/dist/src/models/InsightsServiceDataSource.js.map +1 -0
- package/dist/src/models/InsightsServiceInsightsServiceQueryBody.d.ts +83 -0
- package/dist/src/models/InsightsServiceInsightsServiceQueryBody.js +59 -0
- package/dist/src/models/InsightsServiceInsightsServiceQueryBody.js.map +1 -0
- package/dist/src/models/InsightsServiceInsightsServiceRetentionBody.d.ts +51 -0
- package/dist/src/models/InsightsServiceInsightsServiceRetentionBody.js +47 -0
- package/dist/src/models/InsightsServiceInsightsServiceRetentionBody.js.map +1 -0
- package/dist/src/models/InsightsServiceListCoinsResponse.d.ts +39 -0
- package/dist/src/models/InsightsServiceListCoinsResponse.js +43 -0
- package/dist/src/models/InsightsServiceListCoinsResponse.js.map +1 -0
- package/dist/src/models/InsightsServiceQueryRequest.d.ts +95 -0
- package/dist/src/models/InsightsServiceQueryRequest.js +63 -0
- package/dist/src/models/InsightsServiceQueryRequest.js.map +1 -0
- package/dist/src/models/InsightsServiceQueryRequestQuery.d.ts +59 -0
- package/dist/src/models/InsightsServiceQueryRequestQuery.js +51 -0
- package/dist/src/models/InsightsServiceQueryRequestQuery.js.map +1 -0
- package/dist/src/models/InsightsServiceQueryResponse.d.ts +32 -0
- package/dist/src/models/InsightsServiceQueryResponse.js +40 -0
- package/dist/src/models/InsightsServiceQueryResponse.js.map +1 -0
- package/dist/src/models/InsightsServiceQueryResponseResult.d.ts +64 -0
- package/dist/src/models/InsightsServiceQueryResponseResult.js +52 -0
- package/dist/src/models/InsightsServiceQueryResponseResult.js.map +1 -0
- package/dist/src/models/InsightsServiceRetentionRequest.d.ts +63 -0
- package/dist/src/models/InsightsServiceRetentionRequest.js +51 -0
- package/dist/src/models/InsightsServiceRetentionRequest.js.map +1 -0
- package/dist/src/models/InsightsServiceRetentionResponse.d.ts +45 -0
- package/dist/src/models/InsightsServiceRetentionResponse.js +45 -0
- package/dist/src/models/InsightsServiceRetentionResponse.js.map +1 -0
- package/dist/src/models/MetricsServiceGetMetricsResponse.d.ts +32 -0
- package/dist/src/models/MetricsServiceGetMetricsResponse.js +40 -0
- package/dist/src/models/MetricsServiceGetMetricsResponse.js.map +1 -0
- package/dist/src/models/MetricsServiceMetricInfo.d.ts +77 -0
- package/dist/src/models/MetricsServiceMetricInfo.js +56 -0
- package/dist/src/models/MetricsServiceMetricInfo.js.map +1 -0
- package/dist/src/models/MetricsServiceMetricInfoLabelValues.d.ts +31 -0
- package/dist/src/models/MetricsServiceMetricInfoLabelValues.js +39 -0
- package/dist/src/models/MetricsServiceMetricInfoLabelValues.js.map +1 -0
- package/dist/src/models/MetricsServiceMetricMetadata.d.ts +49 -0
- package/dist/src/models/MetricsServiceMetricMetadata.js +45 -0
- package/dist/src/models/MetricsServiceMetricMetadata.js.map +1 -0
- package/dist/src/models/MetricsServiceMetricsQueryResponse.d.ts +32 -0
- package/dist/src/models/MetricsServiceMetricsQueryResponse.js +40 -0
- package/dist/src/models/MetricsServiceMetricsQueryResponse.js.map +1 -0
- package/dist/src/models/MetricsServiceMetricsQueryResponseMatrix.d.ts +38 -0
- package/dist/src/models/MetricsServiceMetricsQueryResponseMatrix.js +42 -0
- package/dist/src/models/MetricsServiceMetricsQueryResponseMatrix.js.map +1 -0
- package/dist/src/models/MetricsServiceMetricsQueryResponseMetric.d.ts +45 -0
- package/dist/src/models/MetricsServiceMetricsQueryResponseMetric.js +43 -0
- package/dist/src/models/MetricsServiceMetricsQueryResponseMetric.js.map +1 -0
- package/dist/src/models/MetricsServiceMetricsQueryResponseResult.d.ts +57 -0
- package/dist/src/models/MetricsServiceMetricsQueryResponseResult.js +49 -0
- package/dist/src/models/MetricsServiceMetricsQueryResponseResult.js.map +1 -0
- package/dist/src/models/MetricsServiceMetricsQueryResponseSample.d.ts +39 -0
- package/dist/src/models/MetricsServiceMetricsQueryResponseSample.js +43 -0
- package/dist/src/models/MetricsServiceMetricsQueryResponseSample.js.map +1 -0
- package/dist/src/models/MetricsServiceMetricsQueryResponseValue.d.ts +37 -0
- package/dist/src/models/MetricsServiceMetricsQueryResponseValue.js +41 -0
- package/dist/src/models/MetricsServiceMetricsQueryResponseValue.js.map +1 -0
- package/dist/src/models/MetricsServiceObservabilityServiceQueryBody.d.ts +69 -0
- package/dist/src/models/MetricsServiceObservabilityServiceQueryBody.js +53 -0
- package/dist/src/models/MetricsServiceObservabilityServiceQueryBody.js.map +1 -0
- package/dist/src/models/MetricsServiceObservabilityServiceQueryRangeBody.d.ts +70 -0
- package/dist/src/models/MetricsServiceObservabilityServiceQueryRangeBody.js +56 -0
- package/dist/src/models/MetricsServiceObservabilityServiceQueryRangeBody.js.map +1 -0
- package/dist/src/models/MetricsServiceQueryValueResponse.d.ts +32 -0
- package/dist/src/models/MetricsServiceQueryValueResponse.js +40 -0
- package/dist/src/models/MetricsServiceQueryValueResponse.js.map +1 -0
- package/dist/src/models/MetricsServiceQueryValueResponseResult.d.ts +50 -0
- package/dist/src/models/MetricsServiceQueryValueResponseResult.js +46 -0
- package/dist/src/models/MetricsServiceQueryValueResponseResult.js.map +1 -0
- package/dist/src/models/SolidityServiceBlockOverrides.d.ts +63 -0
- package/dist/src/models/SolidityServiceBlockOverrides.js +49 -0
- package/dist/src/models/SolidityServiceBlockOverrides.js.map +1 -0
- package/dist/src/models/SolidityServiceCompileSourceInternalResponse.d.ts +32 -0
- package/dist/src/models/SolidityServiceCompileSourceInternalResponse.js +40 -0
- package/dist/src/models/SolidityServiceCompileSourceInternalResponse.js.map +1 -0
- package/dist/src/models/SolidityServiceCompilerOptions.d.ts +51 -0
- package/dist/src/models/SolidityServiceCompilerOptions.js +47 -0
- package/dist/src/models/SolidityServiceCompilerOptions.js.map +1 -0
- package/dist/src/models/SolidityServiceContractKeyInfo.d.ts +37 -0
- package/dist/src/models/SolidityServiceContractKeyInfo.js +41 -0
- package/dist/src/models/SolidityServiceContractKeyInfo.js.map +1 -0
- package/dist/src/models/SolidityServiceDecodeStateDiffResponse.d.ts +31 -0
- package/dist/src/models/SolidityServiceDecodeStateDiffResponse.js +39 -0
- package/dist/src/models/SolidityServiceDecodeStateDiffResponse.js.map +1 -0
- package/dist/src/models/SolidityServiceFailure.d.ts +37 -0
- package/dist/src/models/SolidityServiceFailure.js +41 -0
- package/dist/src/models/SolidityServiceFailure.js.map +1 -0
- package/dist/src/models/SolidityServiceFetchAndCompileInternalResponse.d.ts +40 -0
- package/dist/src/models/SolidityServiceFetchAndCompileInternalResponse.js +43 -0
- package/dist/src/models/SolidityServiceFetchAndCompileInternalResponse.js.map +1 -0
- package/dist/src/models/SolidityServiceGetSimulationBundleResponse.d.ts +38 -0
- package/dist/src/models/SolidityServiceGetSimulationBundleResponse.js +42 -0
- package/dist/src/models/SolidityServiceGetSimulationBundleResponse.js.map +1 -0
- package/dist/src/models/SolidityServiceGetSimulationResponse.d.ts +32 -0
- package/dist/src/models/SolidityServiceGetSimulationResponse.js +40 -0
- package/dist/src/models/SolidityServiceGetSimulationResponse.js.map +1 -0
- package/dist/src/models/SolidityServiceGetSimulationsResponse.d.ts +50 -0
- package/dist/src/models/SolidityServiceGetSimulationsResponse.js +46 -0
- package/dist/src/models/SolidityServiceGetSimulationsResponse.js.map +1 -0
- package/dist/src/models/SolidityServiceGetStorageSummaryInternalResponse.d.ts +32 -0
- package/dist/src/models/SolidityServiceGetStorageSummaryInternalResponse.js +40 -0
- package/dist/src/models/SolidityServiceGetStorageSummaryInternalResponse.js.map +1 -0
- package/dist/src/models/SolidityServiceGetTraceCallInternalRequestBundle.d.ts +38 -0
- package/dist/src/models/SolidityServiceGetTraceCallInternalRequestBundle.js +42 -0
- package/dist/src/models/SolidityServiceGetTraceCallInternalRequestBundle.js.map +1 -0
- package/dist/src/models/SolidityServiceGetTraceCallInternalRequestStateContext.d.ts +37 -0
- package/dist/src/models/SolidityServiceGetTraceCallInternalRequestStateContext.js +41 -0
- package/dist/src/models/SolidityServiceGetTraceCallInternalRequestStateContext.js.map +1 -0
- package/dist/src/models/SolidityServiceGetTraceCallInternalResponse.d.ts +43 -0
- package/dist/src/models/SolidityServiceGetTraceCallInternalResponse.js +43 -0
- package/dist/src/models/SolidityServiceGetTraceCallInternalResponse.js.map +1 -0
- package/dist/src/models/SolidityServiceGetTraceTransactionInternalResponse.d.ts +31 -0
- package/dist/src/models/SolidityServiceGetTraceTransactionInternalResponse.js +39 -0
- package/dist/src/models/SolidityServiceGetTraceTransactionInternalResponse.js.map +1 -0
- package/dist/src/models/SolidityServiceMetadata.d.ts +43 -0
- package/dist/src/models/SolidityServiceMetadata.js +43 -0
- package/dist/src/models/SolidityServiceMetadata.js.map +1 -0
- package/dist/src/models/SolidityServiceOptimizer.d.ts +44 -0
- package/dist/src/models/SolidityServiceOptimizer.js +44 -0
- package/dist/src/models/SolidityServiceOptimizer.js.map +1 -0
- package/dist/src/models/SolidityServiceOptimizerDetails.d.ts +50 -0
- package/dist/src/models/SolidityServiceOptimizerDetails.js +46 -0
- package/dist/src/models/SolidityServiceOptimizerDetails.js.map +1 -0
- package/dist/src/models/SolidityServiceOptimizerDetailsYulDetails.d.ts +37 -0
- package/dist/src/models/SolidityServiceOptimizerDetailsYulDetails.js +41 -0
- package/dist/src/models/SolidityServiceOptimizerDetailsYulDetails.js.map +1 -0
- package/dist/src/models/SolidityServicePreProcessCompilationInternalResponse.d.ts +31 -0
- package/dist/src/models/SolidityServicePreProcessCompilationInternalResponse.js +39 -0
- package/dist/src/models/SolidityServicePreProcessCompilationInternalResponse.js.map +1 -0
- package/dist/src/models/SolidityServiceSettings.d.ts +65 -0
- package/dist/src/models/SolidityServiceSettings.js +51 -0
- package/dist/src/models/SolidityServiceSettings.js.map +1 -0
- package/dist/src/models/SolidityServiceSimulateTransactionBundleRequest.d.ts +44 -0
- package/dist/src/models/SolidityServiceSimulateTransactionBundleRequest.js +50 -0
- package/dist/src/models/SolidityServiceSimulateTransactionBundleRequest.js.map +1 -0
- package/dist/src/models/SolidityServiceSimulateTransactionBundleResponse.d.ts +44 -0
- package/dist/src/models/SolidityServiceSimulateTransactionBundleResponse.js +44 -0
- package/dist/src/models/SolidityServiceSimulateTransactionBundleResponse.js.map +1 -0
- package/dist/src/models/SolidityServiceSimulateTransactionRequest.d.ts +44 -0
- package/dist/src/models/SolidityServiceSimulateTransactionRequest.js +50 -0
- package/dist/src/models/SolidityServiceSimulateTransactionRequest.js.map +1 -0
- package/dist/src/models/SolidityServiceSimulateTransactionResponse.d.ts +32 -0
- package/dist/src/models/SolidityServiceSimulateTransactionResponse.js +40 -0
- package/dist/src/models/SolidityServiceSimulateTransactionResponse.js.map +1 -0
- package/dist/src/models/SolidityServiceSimulation.d.ts +165 -0
- package/dist/src/models/SolidityServiceSimulation.js +86 -0
- package/dist/src/models/SolidityServiceSimulation.js.map +1 -0
- package/dist/src/models/SolidityServiceSimulationResult.d.ts +39 -0
- package/dist/src/models/SolidityServiceSimulationResult.js +43 -0
- package/dist/src/models/SolidityServiceSimulationResult.js.map +1 -0
- package/dist/src/models/SolidityServiceSourceInfo.d.ts +38 -0
- package/dist/src/models/SolidityServiceSourceInfo.js +42 -0
- package/dist/src/models/SolidityServiceSourceInfo.js.map +1 -0
- package/dist/src/models/SolidityServiceSourceMultiFile.d.ts +39 -0
- package/dist/src/models/SolidityServiceSourceMultiFile.js +41 -0
- package/dist/src/models/SolidityServiceSourceMultiFile.js.map +1 -0
- package/dist/src/models/SolidityServiceSourceSpec.d.ts +68 -0
- package/dist/src/models/SolidityServiceSourceSpec.js +52 -0
- package/dist/src/models/SolidityServiceSourceSpec.js.map +1 -0
- package/dist/src/models/SolidityServiceSpecializations.d.ts +31 -0
- package/dist/src/models/SolidityServiceSpecializations.js +39 -0
- package/dist/src/models/SolidityServiceSpecializations.js.map +1 -0
- package/dist/src/models/SolidityServiceStateOverride.d.ts +45 -0
- package/dist/src/models/SolidityServiceStateOverride.js +43 -0
- package/dist/src/models/SolidityServiceStateOverride.js.map +1 -0
- package/dist/src/models/SolidityServiceStorageSummaryResult.d.ts +43 -0
- package/dist/src/models/SolidityServiceStorageSummaryResult.js +43 -0
- package/dist/src/models/SolidityServiceStorageSummaryResult.js.map +1 -0
- package/dist/src/models/SolidityServiceTxIdentifier.d.ts +43 -0
- package/dist/src/models/SolidityServiceTxIdentifier.js +45 -0
- package/dist/src/models/SolidityServiceTxIdentifier.js.map +1 -0
- package/dist/src/models/TxindexEvmRawTransaction.d.ts +92 -0
- package/dist/src/models/TxindexEvmRawTransaction.js +60 -0
- package/dist/src/models/TxindexEvmRawTransaction.js.map +1 -0
- package/dist/src/models/TxindexEvmSearchTransactionsResponse.d.ts +38 -0
- package/dist/src/models/TxindexEvmSearchTransactionsResponse.js +42 -0
- package/dist/src/models/TxindexEvmSearchTransactionsResponse.js.map +1 -0
- package/dist/src/models/WebServiceChart.d.ts +101 -0
- package/dist/src/models/WebServiceChart.js +69 -0
- package/dist/src/models/WebServiceChart.js.map +1 -0
- package/dist/src/models/WebServiceChartChartType.d.ts +30 -0
- package/dist/src/models/WebServiceChartChartType.js +40 -0
- package/dist/src/models/WebServiceChartChartType.js.map +1 -0
- package/dist/src/models/WebServiceChartConfig.d.ts +81 -0
- package/dist/src/models/WebServiceChartConfig.js +61 -0
- package/dist/src/models/WebServiceChartConfig.js.map +1 -0
- package/dist/src/models/WebServiceChartConfigBarGaugeConfig.d.ts +46 -0
- package/dist/src/models/WebServiceChartConfigBarGaugeConfig.js +46 -0
- package/dist/src/models/WebServiceChartConfigBarGaugeConfig.js.map +1 -0
- package/dist/src/models/WebServiceChartConfigCalculation.d.ts +29 -0
- package/dist/src/models/WebServiceChartConfigCalculation.js +39 -0
- package/dist/src/models/WebServiceChartConfigCalculation.js.map +1 -0
- package/dist/src/models/WebServiceChartConfigColorTheme.d.ts +43 -0
- package/dist/src/models/WebServiceChartConfigColorTheme.js +43 -0
- package/dist/src/models/WebServiceChartConfigColorTheme.js.map +1 -0
- package/dist/src/models/WebServiceChartConfigColumnSort.d.ts +37 -0
- package/dist/src/models/WebServiceChartConfigColumnSort.js +41 -0
- package/dist/src/models/WebServiceChartConfigColumnSort.js.map +1 -0
- package/dist/src/models/WebServiceChartConfigCompareTime.d.ts +32 -0
- package/dist/src/models/WebServiceChartConfigCompareTime.js +40 -0
- package/dist/src/models/WebServiceChartConfigCompareTime.js.map +1 -0
- package/dist/src/models/WebServiceChartConfigDirection.d.ts +24 -0
- package/dist/src/models/WebServiceChartConfigDirection.js +34 -0
- package/dist/src/models/WebServiceChartConfigDirection.js.map +1 -0
- package/dist/src/models/WebServiceChartConfigMappingRule.d.ts +50 -0
- package/dist/src/models/WebServiceChartConfigMappingRule.js +46 -0
- package/dist/src/models/WebServiceChartConfigMappingRule.js.map +1 -0
- package/dist/src/models/WebServiceChartConfigMarker.d.ts +56 -0
- package/dist/src/models/WebServiceChartConfigMarker.js +48 -0
- package/dist/src/models/WebServiceChartConfigMarker.js.map +1 -0
- package/dist/src/models/WebServiceChartConfigMarkerType.d.ts +25 -0
- package/dist/src/models/WebServiceChartConfigMarkerType.js +35 -0
- package/dist/src/models/WebServiceChartConfigMarkerType.js.map +1 -0
- package/dist/src/models/WebServiceChartConfigPieConfig.d.ts +51 -0
- package/dist/src/models/WebServiceChartConfigPieConfig.js +47 -0
- package/dist/src/models/WebServiceChartConfigPieConfig.js.map +1 -0
- package/dist/src/models/WebServiceChartConfigPieConfigPieType.d.ts +24 -0
- package/dist/src/models/WebServiceChartConfigPieConfigPieType.js +34 -0
- package/dist/src/models/WebServiceChartConfigPieConfigPieType.js.map +1 -0
- package/dist/src/models/WebServiceChartConfigQueryValueConfig.d.ts +51 -0
- package/dist/src/models/WebServiceChartConfigQueryValueConfig.js +47 -0
- package/dist/src/models/WebServiceChartConfigQueryValueConfig.js.map +1 -0
- package/dist/src/models/WebServiceChartConfigSort.d.ts +38 -0
- package/dist/src/models/WebServiceChartConfigSort.js +42 -0
- package/dist/src/models/WebServiceChartConfigSort.js.map +1 -0
- package/dist/src/models/WebServiceChartConfigSortBy.d.ts +24 -0
- package/dist/src/models/WebServiceChartConfigSortBy.js +34 -0
- package/dist/src/models/WebServiceChartConfigSortBy.js.map +1 -0
- package/dist/src/models/WebServiceChartConfigTableConfig.d.ts +90 -0
- package/dist/src/models/WebServiceChartConfigTableConfig.js +59 -0
- package/dist/src/models/WebServiceChartConfigTableConfig.js.map +1 -0
- package/dist/src/models/WebServiceChartConfigTimeRangeOverride.d.ts +45 -0
- package/dist/src/models/WebServiceChartConfigTimeRangeOverride.js +45 -0
- package/dist/src/models/WebServiceChartConfigTimeRangeOverride.js.map +1 -0
- package/dist/src/models/WebServiceChartConfigValueConfig.d.ts +82 -0
- package/dist/src/models/WebServiceChartConfigValueConfig.js +58 -0
- package/dist/src/models/WebServiceChartConfigValueConfig.js.map +1 -0
- package/dist/src/models/WebServiceChartConfigValueConfigStyle.d.ts +28 -0
- package/dist/src/models/WebServiceChartConfigValueConfigStyle.js +38 -0
- package/dist/src/models/WebServiceChartConfigValueConfigStyle.js.map +1 -0
- package/dist/src/models/WebServiceChartConfigValueFormatter.d.ts +25 -0
- package/dist/src/models/WebServiceChartConfigValueFormatter.js +35 -0
- package/dist/src/models/WebServiceChartConfigValueFormatter.js.map +1 -0
- package/dist/src/models/WebServiceChartConfigYAxisConfig.d.ts +49 -0
- package/dist/src/models/WebServiceChartConfigYAxisConfig.js +45 -0
- package/dist/src/models/WebServiceChartConfigYAxisConfig.js.map +1 -0
- package/dist/src/models/WebServiceChartDataSourceType.d.ts +29 -0
- package/dist/src/models/WebServiceChartDataSourceType.js +39 -0
- package/dist/src/models/WebServiceChartDataSourceType.js.map +1 -0
- package/dist/src/models/WebServiceDashboard.d.ts +122 -0
- package/dist/src/models/WebServiceDashboard.js +73 -0
- package/dist/src/models/WebServiceDashboard.js.map +1 -0
- package/dist/src/models/WebServiceDashboardDashboardVisibility.d.ts +25 -0
- package/dist/src/models/WebServiceDashboardDashboardVisibility.js +35 -0
- package/dist/src/models/WebServiceDashboardDashboardVisibility.js.map +1 -0
- package/dist/src/models/WebServiceDashboardExtra.d.ts +41 -0
- package/dist/src/models/WebServiceDashboardExtra.js +44 -0
- package/dist/src/models/WebServiceDashboardExtra.js.map +1 -0
- package/dist/src/models/WebServiceDashboardExtraTemplateVariable.d.ts +49 -0
- package/dist/src/models/WebServiceDashboardExtraTemplateVariable.js +45 -0
- package/dist/src/models/WebServiceDashboardExtraTemplateVariable.js.map +1 -0
- package/dist/src/models/WebServiceDashboardExtraTemplateView.d.ts +33 -0
- package/dist/src/models/WebServiceDashboardExtraTemplateView.js +39 -0
- package/dist/src/models/WebServiceDashboardExtraTemplateView.js.map +1 -0
- package/dist/src/models/WebServiceDashboardLayouts.d.ts +32 -0
- package/dist/src/models/WebServiceDashboardLayouts.js +40 -0
- package/dist/src/models/WebServiceDashboardLayouts.js.map +1 -0
- package/dist/src/models/WebServiceDashboardLayoutsLayout.d.ts +55 -0
- package/dist/src/models/WebServiceDashboardLayoutsLayout.js +47 -0
- package/dist/src/models/WebServiceDashboardLayoutsLayout.js.map +1 -0
- package/dist/src/models/WebServiceDashboardResponsiveLayouts.d.ts +34 -0
- package/dist/src/models/WebServiceDashboardResponsiveLayouts.js +41 -0
- package/dist/src/models/WebServiceDashboardResponsiveLayouts.js.map +1 -0
- package/dist/src/models/WebServiceDashboardSharing.d.ts +49 -0
- package/dist/src/models/WebServiceDashboardSharing.js +45 -0
- package/dist/src/models/WebServiceDashboardSharing.js.map +1 -0
- package/dist/src/models/WebServiceEventLogsConfig.d.ts +51 -0
- package/dist/src/models/WebServiceEventLogsConfig.js +47 -0
- package/dist/src/models/WebServiceEventLogsConfig.js.map +1 -0
- package/dist/src/models/WebServiceEventLogsConfigTimeRangeOverride.d.ts +38 -0
- package/dist/src/models/WebServiceEventLogsConfigTimeRangeOverride.js +42 -0
- package/dist/src/models/WebServiceEventLogsConfigTimeRangeOverride.js.map +1 -0
- package/dist/src/models/WebServiceExportDashboardResponse.d.ts +31 -0
- package/dist/src/models/WebServiceExportDashboardResponse.js +39 -0
- package/dist/src/models/WebServiceExportDashboardResponse.js.map +1 -0
- package/dist/src/models/WebServiceGetDashboardResponse.d.ts +39 -0
- package/dist/src/models/WebServiceGetDashboardResponse.js +43 -0
- package/dist/src/models/WebServiceGetDashboardResponse.js.map +1 -0
- package/dist/src/models/WebServiceGetProjectListResponse.d.ts +44 -0
- package/dist/src/models/WebServiceGetProjectListResponse.js +44 -0
- package/dist/src/models/WebServiceGetProjectListResponse.js.map +1 -0
- package/dist/src/models/WebServiceGetProjectResponse.d.ts +39 -0
- package/dist/src/models/WebServiceGetProjectResponse.js +43 -0
- package/dist/src/models/WebServiceGetProjectResponse.js.map +1 -0
- package/dist/src/models/WebServiceImportDashboardRequest.d.ts +43 -0
- package/dist/src/models/WebServiceImportDashboardRequest.js +47 -0
- package/dist/src/models/WebServiceImportDashboardRequest.js.map +1 -0
- package/dist/src/models/WebServiceImportDashboardResponse.d.ts +32 -0
- package/dist/src/models/WebServiceImportDashboardResponse.js +40 -0
- package/dist/src/models/WebServiceImportDashboardResponse.js.map +1 -0
- package/dist/src/models/WebServiceNote.d.ts +64 -0
- package/dist/src/models/WebServiceNote.js +52 -0
- package/dist/src/models/WebServiceNote.js.map +1 -0
- package/dist/src/models/WebServiceNoteAlignment.d.ts +25 -0
- package/dist/src/models/WebServiceNoteAlignment.js +35 -0
- package/dist/src/models/WebServiceNoteAlignment.js.map +1 -0
- package/dist/src/models/WebServiceNoteFontSize.d.ts +27 -0
- package/dist/src/models/WebServiceNoteFontSize.js +37 -0
- package/dist/src/models/WebServiceNoteFontSize.js.map +1 -0
- package/dist/src/models/WebServiceNoteVerticalAlignment.d.ts +25 -0
- package/dist/src/models/WebServiceNoteVerticalAlignment.js +35 -0
- package/dist/src/models/WebServiceNoteVerticalAlignment.js.map +1 -0
- package/dist/src/models/WebServicePanel.d.ts +50 -0
- package/dist/src/models/WebServicePanel.js +46 -0
- package/dist/src/models/WebServicePanel.js.map +1 -0
- package/dist/src/models/index.d.ts +200 -0
- package/dist/src/models/index.js +203 -0
- package/dist/src/models/index.js.map +1 -0
- package/dist/src/runtime.d.ts +181 -0
- package/dist/src/runtime.js +326 -0
- package/dist/src/runtime.js.map +1 -0
- package/package.json +23 -22
- package/src/apis/DataApi.ts +910 -0
- package/src/apis/DebugAndSimulationApi.ts +492 -0
- package/src/apis/WebApi.ts +511 -0
- package/src/apis/index.ts +3 -1
- package/src/index.ts +3 -3
- package/src/models/AnalyticServiceAnalyticServiceExecuteSQLBody.ts +113 -0
- package/src/models/AnalyticServiceLogQueryRequestFilter.ts +76 -0
- package/src/models/AnalyticServiceLogQueryRequestSort.ts +68 -0
- package/src/models/AnalyticServiceLogQueryResponse.ts +89 -0
- package/src/models/AnalyticServiceSQLQuery.ts +68 -0
- package/src/models/AnalyticServiceSearchServiceQueryLogBody.ts +149 -0
- package/src/models/AnalyticServiceSyncExecuteSQLRequest.ts +129 -0
- package/src/models/AnalyticServiceSyncExecuteSQLResponse.ts +97 -0
- package/src/models/CommonAggregate.ts +11 -16
- package/src/models/CommonAggregateAggregateOps.ts +5 -2
- package/src/models/CommonAny.ts +21 -26
- package/src/models/CommonArgument.ts +17 -22
- package/src/models/CommonCachePolicy.ts +84 -0
- package/src/models/CommonChannel.ts +163 -0
- package/src/models/CommonChannelType.ts +47 -0
- package/src/models/CommonCohortsFilter.ts +111 -0
- package/src/models/CommonCohortsFilterAggregation.ts +103 -0
- package/src/models/CommonCohortsFilterAggregationAggregateProperties.ts +75 -0
- package/src/models/CommonCohortsFilterAggregationAggregatePropertiesAggregationType.ts +48 -0
- package/src/models/CommonCohortsFilterAggregationOperatorType.ts +48 -0
- package/src/models/CommonCohortsGroup.ts +81 -0
- package/src/models/CommonCohortsQuery.ts +97 -0
- package/src/models/CommonCoinID.ts +75 -0
- package/src/models/CommonCoinIDAddressIdentifier.ts +68 -0
- package/src/models/CommonColumnState.ts +91 -0
- package/src/models/CommonColumnStateSort.ts +68 -0
- package/src/models/CommonComputeStats.ts +100 -0
- package/src/models/CommonDuration.ts +9 -14
- package/src/models/CommonEventLogColumn.ts +108 -0
- package/src/models/CommonEventLogConfig.ts +81 -0
- package/src/models/CommonEventLogEntry.ts +180 -0
- package/src/models/CommonFormula.ts +29 -19
- package/src/models/CommonFunction.ts +11 -16
- package/src/models/CommonJoinOperator.ts +5 -1
- package/src/models/CommonMatrix.ts +75 -0
- package/src/models/CommonMatrixMetric.ts +76 -0
- package/src/models/CommonMatrixSample.ts +81 -0
- package/src/models/CommonMatrixValue.ts +68 -0
- package/src/models/CommonOrganization.ts +31 -36
- package/src/models/CommonOrganizationMember.ts +13 -18
- package/src/models/CommonOrganizationRole.ts +5 -2
- package/src/models/CommonOwner.ts +17 -22
- package/src/models/CommonPermission.ts +5 -2
- package/src/models/CommonPriceSegmentationQuery.ts +91 -0
- package/src/models/CommonProject.ts +115 -40
- package/src/models/CommonProjectInfo.ts +77 -30
- package/src/models/CommonProjectProjectMember.ts +11 -16
- package/src/models/CommonProjectSuperset.ts +76 -0
- package/src/models/CommonProjectType.ts +42 -0
- package/src/models/CommonProjectView.ts +91 -0
- package/src/models/CommonProjectViewProjectViewConfig.ts +67 -0
- package/src/models/CommonProjectVisibility.ts +5 -2
- package/src/models/CommonQuery.ts +24 -29
- package/src/models/CommonRetentionMatrix.ts +67 -0
- package/src/models/CommonRetentionMatrixSample.ts +107 -0
- package/src/models/CommonRetentionQuery.ts +139 -0
- package/src/models/CommonRetentionQueryCriteria.ts +42 -0
- package/src/models/CommonRetentionQueryFilter.ts +81 -0
- package/src/models/CommonRetentionQueryFilterTimeFilter.ts +67 -0
- package/src/models/CommonRetentionQueryFilterTimeFilterType.ts +43 -0
- package/src/models/CommonRetentionQueryInterval.ts +75 -0
- package/src/models/CommonRetentionQueryIntervalUnit.ts +43 -0
- package/src/models/CommonRetentionQueryResource.ts +75 -0
- package/src/models/CommonSegmentParameter.ts +68 -0
- package/src/models/CommonSegmentationQuery.ts +47 -30
- package/src/models/CommonSegmentationQueryAggregation.ts +17 -22
- package/src/models/CommonSegmentationQueryAggregationAggregateProperties.ts +11 -16
- package/src/models/CommonSegmentationQueryAggregationAggregatePropertiesAggregationType.ts +16 -2
- package/src/models/CommonSegmentationQueryAggregationCountUnique.ts +9 -14
- package/src/models/CommonSegmentationQueryResource.ts +33 -16
- package/src/models/CommonSegmentationQueryResourceType.ts +5 -2
- package/src/models/CommonSegmentationQuerySelectorExpr.ts +13 -18
- package/src/models/CommonSegmentationQuerySelectorExprLogicExpr.ts +13 -18
- package/src/models/CommonSelector.ts +15 -20
- package/src/models/CommonSelectorExpr.ts +81 -0
- package/src/models/CommonSelectorExprLogicExpr.ts +81 -0
- package/src/models/CommonSelectorOperatorType.ts +6 -1
- package/src/models/CommonStringList.ts +7 -12
- package/src/models/CommonTabularData.ts +99 -0
- package/src/models/CommonTabularDataColumnType.ts +45 -0
- package/src/models/CommonTier.ts +5 -1
- package/src/models/CommonTimeRange.ts +19 -24
- package/src/models/CommonTimeRangeLite.ts +20 -22
- package/src/models/CommonTimeRangeRelativeTime.ts +17 -14
- package/src/models/CommonTimeRangeTimeLike.ts +11 -16
- package/src/models/CommonUser.ts +37 -42
- package/src/models/CommonUserAccountStatus.ts +5 -2
- package/src/models/CommonUserInfo.ts +17 -22
- package/src/models/EvmAccessListItem.ts +68 -0
- package/src/models/EvmTransaction.ts +187 -0
- package/src/models/EvmTransactionReceipt.ts +108 -0
- package/src/models/GoogleApiHttpBody.ts +126 -0
- package/src/models/GoogleProtobufAny.ts +173 -0
- package/src/models/GoogleProtobufNullValue.ts +6 -3
- package/src/models/InsightsServiceDataSource.ts +46 -0
- package/src/models/InsightsServiceInsightsServiceQueryBody.ts +149 -0
- package/src/models/InsightsServiceInsightsServiceRetentionBody.ts +97 -0
- package/src/models/InsightsServiceListCoinsResponse.ts +81 -0
- package/src/models/InsightsServiceQueryRequest.ts +165 -0
- package/src/models/InsightsServiceQueryRequestQuery.ts +117 -0
- package/src/models/InsightsServiceQueryResponse.ts +67 -0
- package/src/models/InsightsServiceQueryResponseResult.ts +119 -0
- package/src/models/InsightsServiceRetentionRequest.ts +113 -0
- package/src/models/InsightsServiceRetentionResponse.ts +89 -0
- package/src/models/MetricsServiceGetMetricsResponse.ts +67 -0
- package/src/models/MetricsServiceMetricInfo.ts +129 -0
- package/src/models/MetricsServiceMetricInfoLabelValues.ts +60 -0
- package/src/models/MetricsServiceMetricMetadata.ts +84 -0
- package/src/models/MetricsServiceMetricsQueryResponse.ts +9 -14
- package/src/models/MetricsServiceMetricsQueryResponseMatrix.ts +11 -16
- package/src/models/MetricsServiceMetricsQueryResponseMetric.ts +11 -16
- package/src/models/MetricsServiceMetricsQueryResponseResult.ts +29 -20
- package/src/models/MetricsServiceMetricsQueryResponseSample.ts +13 -18
- package/src/models/MetricsServiceMetricsQueryResponseValue.ts +9 -14
- package/src/models/MetricsServiceObservabilityServiceQueryBody.ts +121 -0
- package/src/models/MetricsServiceObservabilityServiceQueryRangeBody.ts +128 -0
- package/src/models/MetricsServiceQueryValueResponse.ts +9 -14
- package/src/models/MetricsServiceQueryValueResponseResult.ts +15 -20
- package/src/models/SolidityServiceBlockOverrides.ts +100 -0
- package/src/models/SolidityServiceCompileSourceInternalResponse.ts +67 -0
- package/src/models/SolidityServiceCompilerOptions.ts +97 -0
- package/src/models/SolidityServiceContractKeyInfo.ts +68 -0
- package/src/models/SolidityServiceDecodeStateDiffResponse.ts +60 -0
- package/src/models/SolidityServiceFailure.ts +68 -0
- package/src/models/SolidityServiceFetchAndCompileInternalResponse.ts +75 -0
- package/src/models/SolidityServiceGetSimulationBundleResponse.ts +75 -0
- package/src/models/SolidityServiceGetSimulationResponse.ts +67 -0
- package/src/models/SolidityServiceGetSimulationsResponse.ts +91 -0
- package/src/models/SolidityServiceGetStorageSummaryInternalResponse.ts +67 -0
- package/src/models/SolidityServiceGetTraceCallInternalRequestBundle.ts +75 -0
- package/src/models/SolidityServiceGetTraceCallInternalRequestStateContext.ts +68 -0
- package/src/models/SolidityServiceGetTraceCallInternalResponse.ts +76 -0
- package/src/models/SolidityServiceGetTraceTransactionInternalResponse.ts +60 -0
- package/src/models/SolidityServiceMetadata.ts +76 -0
- package/src/models/SolidityServiceOptimizer.ts +83 -0
- package/src/models/SolidityServiceOptimizerDetails.ts +91 -0
- package/src/models/SolidityServiceOptimizerDetailsYulDetails.ts +68 -0
- package/src/models/SolidityServicePreProcessCompilationInternalResponse.ts +60 -0
- package/src/models/SolidityServiceSettings.ts +113 -0
- package/src/models/SolidityServiceSimulateTransactionBundleRequest.ts +86 -0
- package/src/models/SolidityServiceSimulateTransactionBundleResponse.ts +83 -0
- package/src/models/SolidityServiceSimulateTransactionRequest.ts +86 -0
- package/src/models/SolidityServiceSimulateTransactionResponse.ts +67 -0
- package/src/models/SolidityServiceSimulation.ts +253 -0
- package/src/models/SolidityServiceSimulationResult.ts +81 -0
- package/src/models/SolidityServiceSourceInfo.ts +75 -0
- package/src/models/SolidityServiceSourceMultiFile.ts +68 -0
- package/src/models/SolidityServiceSourceSpec.ts +115 -0
- package/src/models/SolidityServiceSpecializations.ts +60 -0
- package/src/models/SolidityServiceStateOverride.ts +76 -0
- package/src/models/SolidityServiceStorageSummaryResult.ts +76 -0
- package/src/models/SolidityServiceTxIdentifier.ts +77 -0
- package/src/models/TxindexEvmRawTransaction.ts +147 -0
- package/src/models/TxindexEvmSearchTransactionsResponse.ts +75 -0
- package/src/models/WebServiceChart.ts +83 -38
- package/src/models/WebServiceChartChartType.ts +5 -2
- package/src/models/WebServiceChartConfig.ts +47 -38
- package/src/models/WebServiceChartConfigBarGaugeConfig.ts +17 -22
- package/src/models/WebServiceChartConfigCalculation.ts +6 -1
- package/src/models/WebServiceChartConfigColorTheme.ts +11 -16
- package/src/models/WebServiceChartConfigColumnSort.ts +9 -14
- package/src/models/WebServiceChartConfigCompareTime.ts +67 -0
- package/src/models/WebServiceChartConfigDirection.ts +5 -2
- package/src/models/WebServiceChartConfigMappingRule.ts +15 -20
- package/src/models/WebServiceChartConfigMarker.ts +99 -0
- package/src/models/WebServiceChartConfigMarkerType.ts +43 -0
- package/src/models/WebServiceChartConfigPieConfig.ts +17 -22
- package/src/models/WebServiceChartConfigPieConfigPieType.ts +5 -2
- package/src/models/WebServiceChartConfigQueryValueConfig.ts +23 -20
- package/src/models/WebServiceChartConfigSort.ts +11 -16
- package/src/models/WebServiceChartConfigSortBy.ts +5 -2
- package/src/models/WebServiceChartConfigTableConfig.ts +35 -32
- package/src/models/WebServiceChartConfigTimeRangeOverride.ts +25 -16
- package/src/models/WebServiceChartConfigValueConfig.ts +29 -34
- package/src/models/WebServiceChartConfigValueConfigStyle.ts +5 -1
- package/src/models/WebServiceChartConfigValueFormatter.ts +5 -2
- package/src/models/WebServiceChartConfigYAxisConfig.ts +13 -18
- package/src/models/WebServiceChartDataSourceType.ts +8 -1
- package/src/models/WebServiceDashboard.ts +79 -38
- package/src/models/WebServiceDashboardDashboardVisibility.ts +43 -0
- package/src/models/WebServiceDashboardExtra.ts +13 -18
- package/src/models/WebServiceDashboardExtraTemplateVariable.ts +25 -14
- package/src/models/WebServiceDashboardExtraTemplateView.ts +7 -12
- package/src/models/WebServiceDashboardLayouts.ts +9 -14
- package/src/models/WebServiceDashboardLayoutsLayout.ts +15 -20
- package/src/models/WebServiceDashboardResponsiveLayouts.ts +9 -14
- package/src/models/WebServiceDashboardSharing.ts +13 -18
- package/src/models/WebServiceEventLogsConfig.ts +97 -0
- package/src/models/WebServiceEventLogsConfigTimeRangeOverride.ts +75 -0
- package/src/models/WebServiceExportDashboardResponse.ts +7 -12
- package/src/models/WebServiceGetDashboardResponse.ts +13 -18
- package/src/models/WebServiceGetProjectListResponse.ts +83 -0
- package/src/models/WebServiceGetProjectResponse.ts +13 -18
- package/src/models/WebServiceImportDashboardRequest.ts +18 -21
- package/src/models/WebServiceImportDashboardResponse.ts +9 -14
- package/src/models/WebServiceNote.ts +45 -20
- package/src/models/WebServiceNoteAlignment.ts +5 -2
- package/src/models/WebServiceNoteFontSize.ts +5 -2
- package/src/models/WebServiceNoteVerticalAlignment.ts +43 -0
- package/src/models/WebServicePanel.ts +15 -20
- package/src/models/index.ts +200 -108
- package/src/runtime.ts +35 -16
- package/BUILD.bazel +0 -14
- package/doc/index.html +0 -11971
- package/jest.config.ts +0 -6
- package/spec.json +0 -2635
- package/src/apis/DefaultApi.ts +0 -910
- package/src/models/CommonErrorRecord.ts +0 -105
- package/src/models/CommonLogEntry.ts +0 -153
- package/src/models/MetricsServiceLogQueryRequestFilter.ts +0 -81
- package/src/models/MetricsServiceLogQueryRequestSort.ts +0 -73
- package/src/models/MetricsServiceLogQueryResponse.ts +0 -94
- package/src/models/ProcessorServiceChainState.ts +0 -168
- package/src/models/ProcessorServiceChainStateStatus.ts +0 -86
- package/src/models/ProcessorServiceChainStateStatusState.ts +0 -41
- package/src/models/ProcessorServiceDownloadProcessorResponse.ts +0 -65
- package/src/models/ProcessorServiceGetProcessorResponse.ts +0 -72
- package/src/models/ProcessorServiceGetProcessorStatusResponse.ts +0 -72
- package/src/models/ProcessorServiceGetProcessorStatusResponseProcessorEx.ts +0 -170
- package/src/models/ProcessorServiceGetProcessorStatusResponseProcessorStatus.ts +0 -86
- package/src/models/ProcessorServiceGetProcessorStatusResponseProcessorStatusState.ts +0 -41
- package/src/models/ProcessorServiceGetProcessorWithProjectResponse.ts +0 -86
- package/src/models/ProcessorServiceGetProcessorsResponse.ts +0 -72
- package/src/models/ProcessorServiceGetProjectVersionsResponse.ts +0 -72
- package/src/models/ProcessorServiceGetProjectVersionsResponseVersion.ts +0 -88
- package/src/models/ProcessorServiceProcessor.ts +0 -150
- package/src/models/ProcessorServiceProcessorVersionState.ts +0 -41
- package/src/models/QueryLogRequest.ts +0 -146
- package/src/models/QueryRangeRequest.ts +0 -124
- package/src/models/QueryRequest.ts +0 -118
- package/test/simple.test.ts +0 -21
- package/tsconfig.json +0 -34
|
@@ -0,0 +1,203 @@
|
|
|
1
|
+
/* tslint:disable */
|
|
2
|
+
/* eslint-disable */
|
|
3
|
+
export * from './AnalyticServiceAnalyticServiceExecuteSQLBody.js';
|
|
4
|
+
export * from './AnalyticServiceLogQueryRequestFilter.js';
|
|
5
|
+
export * from './AnalyticServiceLogQueryRequestSort.js';
|
|
6
|
+
export * from './AnalyticServiceLogQueryResponse.js';
|
|
7
|
+
export * from './AnalyticServiceSQLQuery.js';
|
|
8
|
+
export * from './AnalyticServiceSearchServiceQueryLogBody.js';
|
|
9
|
+
export * from './AnalyticServiceSyncExecuteSQLRequest.js';
|
|
10
|
+
export * from './AnalyticServiceSyncExecuteSQLResponse.js';
|
|
11
|
+
export * from './CommonAggregate.js';
|
|
12
|
+
export * from './CommonAggregateAggregateOps.js';
|
|
13
|
+
export * from './CommonAny.js';
|
|
14
|
+
export * from './CommonArgument.js';
|
|
15
|
+
export * from './CommonCachePolicy.js';
|
|
16
|
+
export * from './CommonChannel.js';
|
|
17
|
+
export * from './CommonChannelType.js';
|
|
18
|
+
export * from './CommonCohortsFilter.js';
|
|
19
|
+
export * from './CommonCohortsFilterAggregation.js';
|
|
20
|
+
export * from './CommonCohortsFilterAggregationAggregateProperties.js';
|
|
21
|
+
export * from './CommonCohortsFilterAggregationAggregatePropertiesAggregationType.js';
|
|
22
|
+
export * from './CommonCohortsFilterAggregationOperatorType.js';
|
|
23
|
+
export * from './CommonCohortsGroup.js';
|
|
24
|
+
export * from './CommonCohortsQuery.js';
|
|
25
|
+
export * from './CommonCoinID.js';
|
|
26
|
+
export * from './CommonCoinIDAddressIdentifier.js';
|
|
27
|
+
export * from './CommonColumnState.js';
|
|
28
|
+
export * from './CommonColumnStateSort.js';
|
|
29
|
+
export * from './CommonComputeStats.js';
|
|
30
|
+
export * from './CommonDuration.js';
|
|
31
|
+
export * from './CommonEventLogColumn.js';
|
|
32
|
+
export * from './CommonEventLogConfig.js';
|
|
33
|
+
export * from './CommonEventLogEntry.js';
|
|
34
|
+
export * from './CommonFormula.js';
|
|
35
|
+
export * from './CommonFunction.js';
|
|
36
|
+
export * from './CommonJoinOperator.js';
|
|
37
|
+
export * from './CommonMatrix.js';
|
|
38
|
+
export * from './CommonMatrixMetric.js';
|
|
39
|
+
export * from './CommonMatrixSample.js';
|
|
40
|
+
export * from './CommonMatrixValue.js';
|
|
41
|
+
export * from './CommonOrganization.js';
|
|
42
|
+
export * from './CommonOrganizationMember.js';
|
|
43
|
+
export * from './CommonOrganizationRole.js';
|
|
44
|
+
export * from './CommonOwner.js';
|
|
45
|
+
export * from './CommonPermission.js';
|
|
46
|
+
export * from './CommonPriceSegmentationQuery.js';
|
|
47
|
+
export * from './CommonProject.js';
|
|
48
|
+
export * from './CommonProjectInfo.js';
|
|
49
|
+
export * from './CommonProjectProjectMember.js';
|
|
50
|
+
export * from './CommonProjectSuperset.js';
|
|
51
|
+
export * from './CommonProjectType.js';
|
|
52
|
+
export * from './CommonProjectView.js';
|
|
53
|
+
export * from './CommonProjectViewProjectViewConfig.js';
|
|
54
|
+
export * from './CommonProjectVisibility.js';
|
|
55
|
+
export * from './CommonQuery.js';
|
|
56
|
+
export * from './CommonRetentionMatrix.js';
|
|
57
|
+
export * from './CommonRetentionMatrixSample.js';
|
|
58
|
+
export * from './CommonRetentionQuery.js';
|
|
59
|
+
export * from './CommonRetentionQueryCriteria.js';
|
|
60
|
+
export * from './CommonRetentionQueryFilter.js';
|
|
61
|
+
export * from './CommonRetentionQueryFilterTimeFilter.js';
|
|
62
|
+
export * from './CommonRetentionQueryFilterTimeFilterType.js';
|
|
63
|
+
export * from './CommonRetentionQueryInterval.js';
|
|
64
|
+
export * from './CommonRetentionQueryIntervalUnit.js';
|
|
65
|
+
export * from './CommonRetentionQueryResource.js';
|
|
66
|
+
export * from './CommonSegmentParameter.js';
|
|
67
|
+
export * from './CommonSegmentationQuery.js';
|
|
68
|
+
export * from './CommonSegmentationQueryAggregation.js';
|
|
69
|
+
export * from './CommonSegmentationQueryAggregationAggregateProperties.js';
|
|
70
|
+
export * from './CommonSegmentationQueryAggregationAggregatePropertiesAggregationType.js';
|
|
71
|
+
export * from './CommonSegmentationQueryAggregationCountUnique.js';
|
|
72
|
+
export * from './CommonSegmentationQueryResource.js';
|
|
73
|
+
export * from './CommonSegmentationQueryResourceType.js';
|
|
74
|
+
export * from './CommonSegmentationQuerySelectorExpr.js';
|
|
75
|
+
export * from './CommonSegmentationQuerySelectorExprLogicExpr.js';
|
|
76
|
+
export * from './CommonSelector.js';
|
|
77
|
+
export * from './CommonSelectorExpr.js';
|
|
78
|
+
export * from './CommonSelectorExprLogicExpr.js';
|
|
79
|
+
export * from './CommonSelectorOperatorType.js';
|
|
80
|
+
export * from './CommonStringList.js';
|
|
81
|
+
export * from './CommonTabularData.js';
|
|
82
|
+
export * from './CommonTabularDataColumnType.js';
|
|
83
|
+
export * from './CommonTier.js';
|
|
84
|
+
export * from './CommonTimeRange.js';
|
|
85
|
+
export * from './CommonTimeRangeLite.js';
|
|
86
|
+
export * from './CommonTimeRangeRelativeTime.js';
|
|
87
|
+
export * from './CommonTimeRangeTimeLike.js';
|
|
88
|
+
export * from './CommonUser.js';
|
|
89
|
+
export * from './CommonUserAccountStatus.js';
|
|
90
|
+
export * from './CommonUserInfo.js';
|
|
91
|
+
export * from './EvmAccessListItem.js';
|
|
92
|
+
export * from './EvmTransaction.js';
|
|
93
|
+
export * from './EvmTransactionReceipt.js';
|
|
94
|
+
export * from './GoogleApiHttpBody.js';
|
|
95
|
+
export * from './GoogleProtobufAny.js';
|
|
96
|
+
export * from './GoogleProtobufNullValue.js';
|
|
97
|
+
export * from './InsightsServiceDataSource.js';
|
|
98
|
+
export * from './InsightsServiceInsightsServiceQueryBody.js';
|
|
99
|
+
export * from './InsightsServiceInsightsServiceRetentionBody.js';
|
|
100
|
+
export * from './InsightsServiceListCoinsResponse.js';
|
|
101
|
+
export * from './InsightsServiceQueryRequest.js';
|
|
102
|
+
export * from './InsightsServiceQueryRequestQuery.js';
|
|
103
|
+
export * from './InsightsServiceQueryResponse.js';
|
|
104
|
+
export * from './InsightsServiceQueryResponseResult.js';
|
|
105
|
+
export * from './InsightsServiceRetentionRequest.js';
|
|
106
|
+
export * from './InsightsServiceRetentionResponse.js';
|
|
107
|
+
export * from './MetricsServiceGetMetricsResponse.js';
|
|
108
|
+
export * from './MetricsServiceMetricInfo.js';
|
|
109
|
+
export * from './MetricsServiceMetricInfoLabelValues.js';
|
|
110
|
+
export * from './MetricsServiceMetricMetadata.js';
|
|
111
|
+
export * from './MetricsServiceMetricsQueryResponse.js';
|
|
112
|
+
export * from './MetricsServiceMetricsQueryResponseMatrix.js';
|
|
113
|
+
export * from './MetricsServiceMetricsQueryResponseMetric.js';
|
|
114
|
+
export * from './MetricsServiceMetricsQueryResponseResult.js';
|
|
115
|
+
export * from './MetricsServiceMetricsQueryResponseSample.js';
|
|
116
|
+
export * from './MetricsServiceMetricsQueryResponseValue.js';
|
|
117
|
+
export * from './MetricsServiceObservabilityServiceQueryBody.js';
|
|
118
|
+
export * from './MetricsServiceObservabilityServiceQueryRangeBody.js';
|
|
119
|
+
export * from './MetricsServiceQueryValueResponse.js';
|
|
120
|
+
export * from './MetricsServiceQueryValueResponseResult.js';
|
|
121
|
+
export * from './SolidityServiceBlockOverrides.js';
|
|
122
|
+
export * from './SolidityServiceCompileSourceInternalResponse.js';
|
|
123
|
+
export * from './SolidityServiceCompilerOptions.js';
|
|
124
|
+
export * from './SolidityServiceContractKeyInfo.js';
|
|
125
|
+
export * from './SolidityServiceDecodeStateDiffResponse.js';
|
|
126
|
+
export * from './SolidityServiceFailure.js';
|
|
127
|
+
export * from './SolidityServiceFetchAndCompileInternalResponse.js';
|
|
128
|
+
export * from './SolidityServiceGetSimulationBundleResponse.js';
|
|
129
|
+
export * from './SolidityServiceGetSimulationResponse.js';
|
|
130
|
+
export * from './SolidityServiceGetSimulationsResponse.js';
|
|
131
|
+
export * from './SolidityServiceGetStorageSummaryInternalResponse.js';
|
|
132
|
+
export * from './SolidityServiceGetTraceCallInternalRequestBundle.js';
|
|
133
|
+
export * from './SolidityServiceGetTraceCallInternalRequestStateContext.js';
|
|
134
|
+
export * from './SolidityServiceGetTraceCallInternalResponse.js';
|
|
135
|
+
export * from './SolidityServiceGetTraceTransactionInternalResponse.js';
|
|
136
|
+
export * from './SolidityServiceMetadata.js';
|
|
137
|
+
export * from './SolidityServiceOptimizer.js';
|
|
138
|
+
export * from './SolidityServiceOptimizerDetails.js';
|
|
139
|
+
export * from './SolidityServiceOptimizerDetailsYulDetails.js';
|
|
140
|
+
export * from './SolidityServicePreProcessCompilationInternalResponse.js';
|
|
141
|
+
export * from './SolidityServiceSettings.js';
|
|
142
|
+
export * from './SolidityServiceSimulateTransactionBundleRequest.js';
|
|
143
|
+
export * from './SolidityServiceSimulateTransactionBundleResponse.js';
|
|
144
|
+
export * from './SolidityServiceSimulateTransactionRequest.js';
|
|
145
|
+
export * from './SolidityServiceSimulateTransactionResponse.js';
|
|
146
|
+
export * from './SolidityServiceSimulation.js';
|
|
147
|
+
export * from './SolidityServiceSimulationResult.js';
|
|
148
|
+
export * from './SolidityServiceSourceInfo.js';
|
|
149
|
+
export * from './SolidityServiceSourceMultiFile.js';
|
|
150
|
+
export * from './SolidityServiceSourceSpec.js';
|
|
151
|
+
export * from './SolidityServiceSpecializations.js';
|
|
152
|
+
export * from './SolidityServiceStateOverride.js';
|
|
153
|
+
export * from './SolidityServiceStorageSummaryResult.js';
|
|
154
|
+
export * from './SolidityServiceTxIdentifier.js';
|
|
155
|
+
export * from './TxindexEvmRawTransaction.js';
|
|
156
|
+
export * from './TxindexEvmSearchTransactionsResponse.js';
|
|
157
|
+
export * from './WebServiceChart.js';
|
|
158
|
+
export * from './WebServiceChartChartType.js';
|
|
159
|
+
export * from './WebServiceChartConfig.js';
|
|
160
|
+
export * from './WebServiceChartConfigBarGaugeConfig.js';
|
|
161
|
+
export * from './WebServiceChartConfigCalculation.js';
|
|
162
|
+
export * from './WebServiceChartConfigColorTheme.js';
|
|
163
|
+
export * from './WebServiceChartConfigColumnSort.js';
|
|
164
|
+
export * from './WebServiceChartConfigCompareTime.js';
|
|
165
|
+
export * from './WebServiceChartConfigDirection.js';
|
|
166
|
+
export * from './WebServiceChartConfigMappingRule.js';
|
|
167
|
+
export * from './WebServiceChartConfigMarker.js';
|
|
168
|
+
export * from './WebServiceChartConfigMarkerType.js';
|
|
169
|
+
export * from './WebServiceChartConfigPieConfig.js';
|
|
170
|
+
export * from './WebServiceChartConfigPieConfigPieType.js';
|
|
171
|
+
export * from './WebServiceChartConfigQueryValueConfig.js';
|
|
172
|
+
export * from './WebServiceChartConfigSort.js';
|
|
173
|
+
export * from './WebServiceChartConfigSortBy.js';
|
|
174
|
+
export * from './WebServiceChartConfigTableConfig.js';
|
|
175
|
+
export * from './WebServiceChartConfigTimeRangeOverride.js';
|
|
176
|
+
export * from './WebServiceChartConfigValueConfig.js';
|
|
177
|
+
export * from './WebServiceChartConfigValueConfigStyle.js';
|
|
178
|
+
export * from './WebServiceChartConfigValueFormatter.js';
|
|
179
|
+
export * from './WebServiceChartConfigYAxisConfig.js';
|
|
180
|
+
export * from './WebServiceChartDataSourceType.js';
|
|
181
|
+
export * from './WebServiceDashboard.js';
|
|
182
|
+
export * from './WebServiceDashboardDashboardVisibility.js';
|
|
183
|
+
export * from './WebServiceDashboardExtra.js';
|
|
184
|
+
export * from './WebServiceDashboardExtraTemplateVariable.js';
|
|
185
|
+
export * from './WebServiceDashboardExtraTemplateView.js';
|
|
186
|
+
export * from './WebServiceDashboardLayouts.js';
|
|
187
|
+
export * from './WebServiceDashboardLayoutsLayout.js';
|
|
188
|
+
export * from './WebServiceDashboardResponsiveLayouts.js';
|
|
189
|
+
export * from './WebServiceDashboardSharing.js';
|
|
190
|
+
export * from './WebServiceEventLogsConfig.js';
|
|
191
|
+
export * from './WebServiceEventLogsConfigTimeRangeOverride.js';
|
|
192
|
+
export * from './WebServiceExportDashboardResponse.js';
|
|
193
|
+
export * from './WebServiceGetDashboardResponse.js';
|
|
194
|
+
export * from './WebServiceGetProjectListResponse.js';
|
|
195
|
+
export * from './WebServiceGetProjectResponse.js';
|
|
196
|
+
export * from './WebServiceImportDashboardRequest.js';
|
|
197
|
+
export * from './WebServiceImportDashboardResponse.js';
|
|
198
|
+
export * from './WebServiceNote.js';
|
|
199
|
+
export * from './WebServiceNoteAlignment.js';
|
|
200
|
+
export * from './WebServiceNoteFontSize.js';
|
|
201
|
+
export * from './WebServiceNoteVerticalAlignment.js';
|
|
202
|
+
export * from './WebServicePanel.js';
|
|
203
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/models/index.ts"],"names":[],"mappings":"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"}
|
|
@@ -0,0 +1,181 @@
|
|
|
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
|
+
export declare const BASE_PATH: string;
|
|
13
|
+
export interface ConfigurationParameters {
|
|
14
|
+
basePath?: string;
|
|
15
|
+
fetchApi?: FetchAPI;
|
|
16
|
+
middleware?: Middleware[];
|
|
17
|
+
queryParamsStringify?: (params: HTTPQuery) => string;
|
|
18
|
+
username?: string;
|
|
19
|
+
password?: string;
|
|
20
|
+
apiKey?: string | Promise<string> | ((name: string) => string | Promise<string>);
|
|
21
|
+
accessToken?: string | Promise<string> | ((name?: string, scopes?: string[]) => string | Promise<string>);
|
|
22
|
+
headers?: HTTPHeaders;
|
|
23
|
+
credentials?: RequestCredentials;
|
|
24
|
+
}
|
|
25
|
+
export declare class Configuration {
|
|
26
|
+
private configuration;
|
|
27
|
+
constructor(configuration?: ConfigurationParameters);
|
|
28
|
+
set config(configuration: Configuration);
|
|
29
|
+
get basePath(): string;
|
|
30
|
+
get fetchApi(): FetchAPI | undefined;
|
|
31
|
+
get middleware(): Middleware[];
|
|
32
|
+
get queryParamsStringify(): (params: HTTPQuery) => string;
|
|
33
|
+
get username(): string | undefined;
|
|
34
|
+
get password(): string | undefined;
|
|
35
|
+
get apiKey(): ((name: string) => string | Promise<string>) | undefined;
|
|
36
|
+
get accessToken(): ((name?: string, scopes?: string[]) => string | Promise<string>) | undefined;
|
|
37
|
+
get headers(): HTTPHeaders | undefined;
|
|
38
|
+
get credentials(): RequestCredentials | undefined;
|
|
39
|
+
}
|
|
40
|
+
export declare const DefaultConfig: Configuration;
|
|
41
|
+
/**
|
|
42
|
+
* This is the base class for all generated API classes.
|
|
43
|
+
*/
|
|
44
|
+
export declare class BaseAPI {
|
|
45
|
+
protected configuration: Configuration;
|
|
46
|
+
private static readonly jsonRegex;
|
|
47
|
+
private middleware;
|
|
48
|
+
constructor(configuration?: Configuration);
|
|
49
|
+
withMiddleware<T extends BaseAPI>(this: T, ...middlewares: Middleware[]): T;
|
|
50
|
+
withPreMiddleware<T extends BaseAPI>(this: T, ...preMiddlewares: Array<Middleware['pre']>): T;
|
|
51
|
+
withPostMiddleware<T extends BaseAPI>(this: T, ...postMiddlewares: Array<Middleware['post']>): T;
|
|
52
|
+
/**
|
|
53
|
+
* Check if the given MIME is a JSON MIME.
|
|
54
|
+
* JSON MIME examples:
|
|
55
|
+
* application/json
|
|
56
|
+
* application/json; charset=UTF8
|
|
57
|
+
* APPLICATION/JSON
|
|
58
|
+
* application/vnd.company+json
|
|
59
|
+
* @param mime - MIME (Multipurpose Internet Mail Extensions)
|
|
60
|
+
* @return True if the given MIME is JSON, false otherwise.
|
|
61
|
+
*/
|
|
62
|
+
protected isJsonMime(mime: string | null | undefined): boolean;
|
|
63
|
+
protected request(context: RequestOpts, initOverrides?: RequestInit | InitOverrideFunction): Promise<Response>;
|
|
64
|
+
private createFetchParams;
|
|
65
|
+
private fetchApi;
|
|
66
|
+
/**
|
|
67
|
+
* Create a shallow clone of `this` by constructing a new instance
|
|
68
|
+
* and then shallow cloning data members.
|
|
69
|
+
*/
|
|
70
|
+
private clone;
|
|
71
|
+
}
|
|
72
|
+
export declare class ResponseError extends Error {
|
|
73
|
+
response: Response;
|
|
74
|
+
name: "ResponseError";
|
|
75
|
+
constructor(response: Response, msg?: string);
|
|
76
|
+
}
|
|
77
|
+
export declare class FetchError extends Error {
|
|
78
|
+
cause: Error;
|
|
79
|
+
name: "FetchError";
|
|
80
|
+
constructor(cause: Error, msg?: string);
|
|
81
|
+
}
|
|
82
|
+
export declare class RequiredError extends Error {
|
|
83
|
+
field: string;
|
|
84
|
+
name: "RequiredError";
|
|
85
|
+
constructor(field: string, msg?: string);
|
|
86
|
+
}
|
|
87
|
+
export declare const COLLECTION_FORMATS: {
|
|
88
|
+
csv: string;
|
|
89
|
+
ssv: string;
|
|
90
|
+
tsv: string;
|
|
91
|
+
pipes: string;
|
|
92
|
+
};
|
|
93
|
+
export type FetchAPI = WindowOrWorkerGlobalScope['fetch'];
|
|
94
|
+
export type Json = any;
|
|
95
|
+
export type HTTPMethod = 'GET' | 'POST' | 'PUT' | 'PATCH' | 'DELETE' | 'OPTIONS' | 'HEAD';
|
|
96
|
+
export type HTTPHeaders = {
|
|
97
|
+
[key: string]: string;
|
|
98
|
+
};
|
|
99
|
+
export type HTTPQuery = {
|
|
100
|
+
[key: string]: string | number | null | boolean | Array<string | number | null | boolean> | Set<string | number | null | boolean> | HTTPQuery;
|
|
101
|
+
};
|
|
102
|
+
export type HTTPBody = Json | FormData | URLSearchParams;
|
|
103
|
+
export type HTTPRequestInit = {
|
|
104
|
+
headers?: HTTPHeaders;
|
|
105
|
+
method: HTTPMethod;
|
|
106
|
+
credentials?: RequestCredentials;
|
|
107
|
+
body?: HTTPBody;
|
|
108
|
+
};
|
|
109
|
+
export type ModelPropertyNaming = 'camelCase' | 'snake_case' | 'PascalCase' | 'original';
|
|
110
|
+
export type InitOverrideFunction = (requestContext: {
|
|
111
|
+
init: HTTPRequestInit;
|
|
112
|
+
context: RequestOpts;
|
|
113
|
+
}) => Promise<RequestInit>;
|
|
114
|
+
export interface FetchParams {
|
|
115
|
+
url: string;
|
|
116
|
+
init: RequestInit;
|
|
117
|
+
}
|
|
118
|
+
export interface RequestOpts {
|
|
119
|
+
path: string;
|
|
120
|
+
method: HTTPMethod;
|
|
121
|
+
headers: HTTPHeaders;
|
|
122
|
+
query?: HTTPQuery;
|
|
123
|
+
body?: HTTPBody;
|
|
124
|
+
}
|
|
125
|
+
export declare function querystring(params: HTTPQuery, prefix?: string): string;
|
|
126
|
+
export declare function mapValues(data: any, fn: (item: any) => any): {};
|
|
127
|
+
export declare function canConsumeForm(consumes: Consume[]): boolean;
|
|
128
|
+
export interface Consume {
|
|
129
|
+
contentType: string;
|
|
130
|
+
}
|
|
131
|
+
export interface RequestContext {
|
|
132
|
+
fetch: FetchAPI;
|
|
133
|
+
url: string;
|
|
134
|
+
init: RequestInit;
|
|
135
|
+
}
|
|
136
|
+
export interface ResponseContext {
|
|
137
|
+
fetch: FetchAPI;
|
|
138
|
+
url: string;
|
|
139
|
+
init: RequestInit;
|
|
140
|
+
response: Response;
|
|
141
|
+
}
|
|
142
|
+
export interface ErrorContext {
|
|
143
|
+
fetch: FetchAPI;
|
|
144
|
+
url: string;
|
|
145
|
+
init: RequestInit;
|
|
146
|
+
error: unknown;
|
|
147
|
+
response?: Response;
|
|
148
|
+
}
|
|
149
|
+
export interface Middleware {
|
|
150
|
+
pre?(context: RequestContext): Promise<FetchParams | void>;
|
|
151
|
+
post?(context: ResponseContext): Promise<Response | void>;
|
|
152
|
+
onError?(context: ErrorContext): Promise<Response | void>;
|
|
153
|
+
}
|
|
154
|
+
export interface ApiResponse<T> {
|
|
155
|
+
raw: Response;
|
|
156
|
+
value(): Promise<T>;
|
|
157
|
+
}
|
|
158
|
+
export interface ResponseTransformer<T> {
|
|
159
|
+
(json: any): T;
|
|
160
|
+
}
|
|
161
|
+
export declare class JSONApiResponse<T> {
|
|
162
|
+
raw: Response;
|
|
163
|
+
private transformer;
|
|
164
|
+
constructor(raw: Response, transformer?: ResponseTransformer<T>);
|
|
165
|
+
value(): Promise<T>;
|
|
166
|
+
}
|
|
167
|
+
export declare class VoidApiResponse {
|
|
168
|
+
raw: Response;
|
|
169
|
+
constructor(raw: Response);
|
|
170
|
+
value(): Promise<void>;
|
|
171
|
+
}
|
|
172
|
+
export declare class BlobApiResponse {
|
|
173
|
+
raw: Response;
|
|
174
|
+
constructor(raw: Response);
|
|
175
|
+
value(): Promise<Blob>;
|
|
176
|
+
}
|
|
177
|
+
export declare class TextApiResponse {
|
|
178
|
+
raw: Response;
|
|
179
|
+
constructor(raw: Response);
|
|
180
|
+
value(): Promise<string>;
|
|
181
|
+
}
|