@sentio/api 1.0.2-rc.2 → 1.0.2-rc.21
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/README.md +48 -1
- package/dist/src/apis/DataApi.d.ts +39 -52
- package/dist/src/apis/DataApi.js +97 -128
- package/dist/src/apis/DataApi.js.map +1 -1
- package/dist/src/apis/DebugAndSimulationApi.d.ts +169 -17
- package/dist/src/apis/DebugAndSimulationApi.js +434 -50
- package/dist/src/apis/DebugAndSimulationApi.js.map +1 -1
- package/dist/src/apis/ForksApi.d.ts +96 -0
- package/dist/src/apis/ForksApi.js +223 -0
- package/dist/src/apis/ForksApi.js.map +1 -0
- package/dist/src/apis/PriceApi.d.ts +68 -0
- package/dist/src/apis/PriceApi.js +151 -0
- package/dist/src/apis/PriceApi.js.map +1 -0
- package/dist/src/apis/WebApi.js +9 -9
- package/dist/src/apis/index.d.ts +2 -0
- package/dist/src/apis/index.js +2 -0
- package/dist/src/apis/index.js.map +1 -1
- package/dist/src/models/AnalyticServiceAnalyticServiceExecuteSQLBody.d.ts +4 -3
- package/dist/src/models/AnalyticServiceAnalyticServiceExecuteSQLBody.js +5 -2
- package/dist/src/models/AnalyticServiceAnalyticServiceExecuteSQLBody.js.map +1 -1
- package/dist/src/models/AnalyticServiceLogQueryRequestFilter.d.ts +3 -2
- package/dist/src/models/AnalyticServiceLogQueryRequestFilter.js +4 -1
- package/dist/src/models/AnalyticServiceLogQueryRequestFilter.js.map +1 -1
- package/dist/src/models/AnalyticServiceLogQueryRequestSort.d.ts +3 -2
- package/dist/src/models/AnalyticServiceLogQueryRequestSort.js +4 -1
- package/dist/src/models/AnalyticServiceLogQueryRequestSort.js.map +1 -1
- package/dist/src/models/AnalyticServiceLogQueryResponse.d.ts +3 -2
- package/dist/src/models/AnalyticServiceLogQueryResponse.js +4 -1
- package/dist/src/models/AnalyticServiceLogQueryResponse.js.map +1 -1
- package/dist/src/models/AnalyticServiceSQLQuery.d.ts +16 -2
- package/dist/src/models/AnalyticServiceSQLQuery.js +9 -1
- package/dist/src/models/AnalyticServiceSQLQuery.js.map +1 -1
- package/dist/src/models/AnalyticServiceSearchServiceQueryLogBody.d.ts +4 -3
- package/dist/src/models/AnalyticServiceSearchServiceQueryLogBody.js +5 -2
- package/dist/src/models/AnalyticServiceSearchServiceQueryLogBody.js.map +1 -1
- package/dist/src/models/AnalyticServiceSyncExecuteSQLResponse.d.ts +4 -3
- package/dist/src/models/AnalyticServiceSyncExecuteSQLResponse.js +5 -2
- package/dist/src/models/AnalyticServiceSyncExecuteSQLResponse.js.map +1 -1
- package/dist/src/models/CommonAggregate.d.ts +3 -2
- package/dist/src/models/CommonAggregate.js +4 -1
- package/dist/src/models/CommonAggregate.js.map +1 -1
- package/dist/src/models/CommonAggregateAggregateOps.d.ts +1 -0
- package/dist/src/models/CommonAggregateAggregateOps.js +11 -1
- package/dist/src/models/CommonAggregateAggregateOps.js.map +1 -1
- package/dist/src/models/CommonAny.d.ts +3 -2
- package/dist/src/models/CommonAny.js +4 -1
- package/dist/src/models/CommonAny.js.map +1 -1
- package/dist/src/models/CommonArgument.d.ts +3 -2
- package/dist/src/models/CommonArgument.js +4 -1
- package/dist/src/models/CommonArgument.js.map +1 -1
- package/dist/src/models/CommonBigDecimal.d.ts +39 -0
- package/dist/src/models/CommonBigDecimal.js +45 -0
- package/dist/src/models/CommonBigDecimal.js.map +1 -0
- package/dist/src/models/CommonBigInteger.d.ts +38 -0
- package/dist/src/models/CommonBigInteger.js +44 -0
- package/dist/src/models/CommonBigInteger.js.map +1 -0
- package/dist/src/models/CommonCachePolicy.d.ts +3 -2
- package/dist/src/models/CommonCachePolicy.js +4 -1
- package/dist/src/models/CommonCachePolicy.js.map +1 -1
- package/dist/src/models/CommonChannel.d.ts +3 -2
- package/dist/src/models/CommonChannel.js +4 -1
- package/dist/src/models/CommonChannel.js.map +1 -1
- package/dist/src/models/CommonChannelType.d.ts +1 -0
- package/dist/src/models/CommonChannelType.js +11 -1
- package/dist/src/models/CommonChannelType.js.map +1 -1
- package/dist/src/models/CommonCohortsFilter.d.ts +4 -3
- package/dist/src/models/CommonCohortsFilter.js +5 -2
- package/dist/src/models/CommonCohortsFilter.js.map +1 -1
- package/dist/src/models/CommonCohortsFilterAggregation.d.ts +3 -2
- package/dist/src/models/CommonCohortsFilterAggregation.js +4 -1
- package/dist/src/models/CommonCohortsFilterAggregation.js.map +1 -1
- package/dist/src/models/CommonCohortsFilterAggregationAggregateProperties.d.ts +3 -2
- package/dist/src/models/CommonCohortsFilterAggregationAggregateProperties.js +4 -1
- package/dist/src/models/CommonCohortsFilterAggregationAggregateProperties.js.map +1 -1
- package/dist/src/models/CommonCohortsFilterAggregationAggregatePropertiesAggregationType.d.ts +1 -0
- package/dist/src/models/CommonCohortsFilterAggregationAggregatePropertiesAggregationType.js +11 -1
- package/dist/src/models/CommonCohortsFilterAggregationAggregatePropertiesAggregationType.js.map +1 -1
- package/dist/src/models/CommonCohortsFilterAggregationOperatorType.d.ts +1 -0
- package/dist/src/models/CommonCohortsFilterAggregationOperatorType.js +11 -1
- package/dist/src/models/CommonCohortsFilterAggregationOperatorType.js.map +1 -1
- package/dist/src/models/CommonCohortsGroup.d.ts +4 -3
- package/dist/src/models/CommonCohortsGroup.js +5 -2
- package/dist/src/models/CommonCohortsGroup.js.map +1 -1
- package/dist/src/models/CommonCohortsQuery.d.ts +4 -3
- package/dist/src/models/CommonCohortsQuery.js +5 -2
- package/dist/src/models/CommonCohortsQuery.js.map +1 -1
- package/dist/src/models/CommonCoinID.d.ts +3 -2
- package/dist/src/models/CommonCoinID.js +4 -1
- package/dist/src/models/CommonCoinID.js.map +1 -1
- package/dist/src/models/CommonCoinIDAddressIdentifier.d.ts +3 -2
- package/dist/src/models/CommonCoinIDAddressIdentifier.js +4 -1
- package/dist/src/models/CommonCoinIDAddressIdentifier.js.map +1 -1
- package/dist/src/models/CommonColumnState.d.ts +3 -2
- package/dist/src/models/CommonColumnState.js +4 -1
- package/dist/src/models/CommonColumnState.js.map +1 -1
- package/dist/src/models/CommonColumnStateSort.d.ts +3 -2
- package/dist/src/models/CommonColumnStateSort.js +4 -1
- package/dist/src/models/CommonColumnStateSort.js.map +1 -1
- package/dist/src/models/CommonComputeStats.d.ts +3 -2
- package/dist/src/models/CommonComputeStats.js +4 -1
- package/dist/src/models/CommonComputeStats.js.map +1 -1
- package/dist/src/models/CommonDuration.d.ts +3 -2
- package/dist/src/models/CommonDuration.js +4 -1
- package/dist/src/models/CommonDuration.js.map +1 -1
- package/dist/src/models/CommonEventLogColumn.d.ts +3 -2
- package/dist/src/models/CommonEventLogColumn.js +4 -1
- package/dist/src/models/CommonEventLogColumn.js.map +1 -1
- package/dist/src/models/CommonEventLogConfig.d.ts +4 -3
- package/dist/src/models/CommonEventLogConfig.js +5 -2
- package/dist/src/models/CommonEventLogConfig.js.map +1 -1
- package/dist/src/models/CommonEventLogEntry.d.ts +3 -2
- package/dist/src/models/CommonEventLogEntry.js +4 -1
- package/dist/src/models/CommonEventLogEntry.js.map +1 -1
- package/dist/src/models/CommonFormula.d.ts +3 -2
- package/dist/src/models/CommonFormula.js +4 -1
- package/dist/src/models/CommonFormula.js.map +1 -1
- package/dist/src/models/CommonFunction.d.ts +3 -2
- package/dist/src/models/CommonFunction.js +4 -1
- package/dist/src/models/CommonFunction.js.map +1 -1
- package/dist/src/models/CommonJoinOperator.d.ts +1 -0
- package/dist/src/models/CommonJoinOperator.js +11 -1
- package/dist/src/models/CommonJoinOperator.js.map +1 -1
- package/dist/src/models/CommonMatrix.d.ts +3 -2
- package/dist/src/models/CommonMatrix.js +4 -1
- package/dist/src/models/CommonMatrix.js.map +1 -1
- package/dist/src/models/CommonMatrixMetric.d.ts +3 -2
- package/dist/src/models/CommonMatrixMetric.js +4 -1
- package/dist/src/models/CommonMatrixMetric.js.map +1 -1
- package/dist/src/models/CommonMatrixSample.d.ts +3 -2
- package/dist/src/models/CommonMatrixSample.js +4 -1
- package/dist/src/models/CommonMatrixSample.js.map +1 -1
- package/dist/src/models/CommonMatrixValue.d.ts +3 -2
- package/dist/src/models/CommonMatrixValue.js +4 -1
- package/dist/src/models/CommonMatrixValue.js.map +1 -1
- package/dist/src/models/CommonOrganization.d.ts +4 -3
- package/dist/src/models/CommonOrganization.js +5 -2
- package/dist/src/models/CommonOrganization.js.map +1 -1
- package/dist/src/models/CommonOrganizationMember.d.ts +3 -2
- package/dist/src/models/CommonOrganizationMember.js +4 -1
- package/dist/src/models/CommonOrganizationMember.js.map +1 -1
- package/dist/src/models/CommonOrganizationRole.d.ts +1 -0
- package/dist/src/models/CommonOrganizationRole.js +11 -1
- package/dist/src/models/CommonOrganizationRole.js.map +1 -1
- package/dist/src/models/CommonOwner.d.ts +4 -3
- package/dist/src/models/CommonOwner.js +5 -2
- package/dist/src/models/CommonOwner.js.map +1 -1
- package/dist/src/models/CommonPermission.d.ts +1 -0
- package/dist/src/models/CommonPermission.js +11 -1
- package/dist/src/models/CommonPermission.js.map +1 -1
- package/dist/src/models/CommonPriceSegmentationQuery.d.ts +3 -2
- package/dist/src/models/CommonPriceSegmentationQuery.js +4 -1
- package/dist/src/models/CommonPriceSegmentationQuery.js.map +1 -1
- package/dist/src/models/CommonProject.d.ts +5 -4
- package/dist/src/models/CommonProject.js +6 -3
- package/dist/src/models/CommonProject.js.map +1 -1
- package/dist/src/models/CommonProjectInfo.d.ts +4 -3
- package/dist/src/models/CommonProjectInfo.js +5 -2
- package/dist/src/models/CommonProjectInfo.js.map +1 -1
- package/dist/src/models/CommonProjectProjectMember.d.ts +3 -2
- package/dist/src/models/CommonProjectProjectMember.js +4 -1
- package/dist/src/models/CommonProjectProjectMember.js.map +1 -1
- package/dist/src/models/CommonProjectSuperset.d.ts +3 -2
- package/dist/src/models/CommonProjectSuperset.js +4 -1
- package/dist/src/models/CommonProjectSuperset.js.map +1 -1
- package/dist/src/models/CommonProjectType.d.ts +2 -0
- package/dist/src/models/CommonProjectType.js +13 -2
- package/dist/src/models/CommonProjectType.js.map +1 -1
- package/dist/src/models/CommonProjectView.d.ts +3 -2
- package/dist/src/models/CommonProjectView.js +4 -1
- package/dist/src/models/CommonProjectView.js.map +1 -1
- package/dist/src/models/CommonProjectViewProjectViewConfig.d.ts +3 -2
- package/dist/src/models/CommonProjectViewProjectViewConfig.js +4 -1
- package/dist/src/models/CommonProjectViewProjectViewConfig.js.map +1 -1
- package/dist/src/models/CommonProjectVisibility.d.ts +1 -0
- package/dist/src/models/CommonProjectVisibility.js +11 -1
- package/dist/src/models/CommonProjectVisibility.js.map +1 -1
- package/dist/src/models/CommonQuery.d.ts +3 -2
- package/dist/src/models/CommonQuery.js +4 -1
- package/dist/src/models/CommonQuery.js.map +1 -1
- package/dist/src/models/CommonRetentionMatrix.d.ts +3 -2
- package/dist/src/models/CommonRetentionMatrix.js +4 -1
- package/dist/src/models/CommonRetentionMatrix.js.map +1 -1
- package/dist/src/models/CommonRetentionMatrixSample.d.ts +3 -2
- package/dist/src/models/CommonRetentionMatrixSample.js +4 -1
- package/dist/src/models/CommonRetentionMatrixSample.js.map +1 -1
- package/dist/src/models/CommonRetentionQuery.d.ts +6 -5
- package/dist/src/models/CommonRetentionQuery.js +7 -4
- package/dist/src/models/CommonRetentionQuery.js.map +1 -1
- package/dist/src/models/CommonRetentionQueryCriteria.d.ts +1 -0
- package/dist/src/models/CommonRetentionQueryCriteria.js +11 -1
- package/dist/src/models/CommonRetentionQueryCriteria.js.map +1 -1
- package/dist/src/models/CommonRetentionQueryFilter.d.ts +3 -2
- package/dist/src/models/CommonRetentionQueryFilter.js +4 -1
- package/dist/src/models/CommonRetentionQueryFilter.js.map +1 -1
- package/dist/src/models/CommonRetentionQueryFilterTimeFilter.d.ts +3 -2
- package/dist/src/models/CommonRetentionQueryFilterTimeFilter.js +4 -1
- package/dist/src/models/CommonRetentionQueryFilterTimeFilter.js.map +1 -1
- package/dist/src/models/CommonRetentionQueryFilterTimeFilterType.d.ts +1 -0
- package/dist/src/models/CommonRetentionQueryFilterTimeFilterType.js +11 -1
- package/dist/src/models/CommonRetentionQueryFilterTimeFilterType.js.map +1 -1
- package/dist/src/models/CommonRetentionQueryInterval.d.ts +3 -2
- package/dist/src/models/CommonRetentionQueryInterval.js +4 -1
- package/dist/src/models/CommonRetentionQueryInterval.js.map +1 -1
- package/dist/src/models/CommonRetentionQueryIntervalUnit.d.ts +1 -0
- package/dist/src/models/CommonRetentionQueryIntervalUnit.js +11 -1
- package/dist/src/models/CommonRetentionQueryIntervalUnit.js.map +1 -1
- package/dist/src/models/CommonRetentionQueryResource.d.ts +3 -2
- package/dist/src/models/CommonRetentionQueryResource.js +4 -1
- package/dist/src/models/CommonRetentionQueryResource.js.map +1 -1
- package/dist/src/models/CommonRichStruct.d.ts +35 -0
- package/dist/src/models/CommonRichStruct.js +44 -0
- package/dist/src/models/CommonRichStruct.js.map +1 -0
- package/dist/src/models/CommonRichValue.d.ts +97 -0
- package/dist/src/models/CommonRichValue.js +67 -0
- package/dist/src/models/CommonRichValue.js.map +1 -0
- package/dist/src/models/CommonRichValueList.d.ts +33 -0
- package/dist/src/models/CommonRichValueList.js +43 -0
- package/dist/src/models/CommonRichValueList.js.map +1 -0
- package/dist/src/models/CommonRichValueNullValue.d.ts +24 -0
- package/dist/src/models/CommonRichValueNullValue.js +43 -0
- package/dist/src/models/CommonRichValueNullValue.js.map +1 -0
- package/dist/src/models/CommonSegmentParameter.d.ts +3 -2
- package/dist/src/models/CommonSegmentParameter.js +4 -1
- package/dist/src/models/CommonSegmentParameter.js.map +1 -1
- package/dist/src/models/CommonSegmentationQuery.d.ts +5 -4
- package/dist/src/models/CommonSegmentationQuery.js +6 -3
- package/dist/src/models/CommonSegmentationQuery.js.map +1 -1
- package/dist/src/models/CommonSegmentationQueryAggregation.d.ts +3 -2
- package/dist/src/models/CommonSegmentationQueryAggregation.js +4 -1
- package/dist/src/models/CommonSegmentationQueryAggregation.js.map +1 -1
- package/dist/src/models/CommonSegmentationQueryAggregationAggregateProperties.d.ts +3 -2
- package/dist/src/models/CommonSegmentationQueryAggregationAggregateProperties.js +4 -1
- package/dist/src/models/CommonSegmentationQueryAggregationAggregateProperties.js.map +1 -1
- package/dist/src/models/CommonSegmentationQueryAggregationAggregatePropertiesAggregationType.d.ts +1 -0
- package/dist/src/models/CommonSegmentationQueryAggregationAggregatePropertiesAggregationType.js +11 -1
- package/dist/src/models/CommonSegmentationQueryAggregationAggregatePropertiesAggregationType.js.map +1 -1
- package/dist/src/models/CommonSegmentationQueryAggregationCountUnique.d.ts +3 -2
- package/dist/src/models/CommonSegmentationQueryAggregationCountUnique.js +4 -1
- package/dist/src/models/CommonSegmentationQueryAggregationCountUnique.js.map +1 -1
- package/dist/src/models/CommonSegmentationQueryResource.d.ts +3 -2
- package/dist/src/models/CommonSegmentationQueryResource.js +4 -1
- package/dist/src/models/CommonSegmentationQueryResource.js.map +1 -1
- package/dist/src/models/CommonSegmentationQueryResourceType.d.ts +1 -0
- package/dist/src/models/CommonSegmentationQueryResourceType.js +11 -1
- package/dist/src/models/CommonSegmentationQueryResourceType.js.map +1 -1
- package/dist/src/models/CommonSegmentationQuerySelectorExpr.d.ts +4 -3
- package/dist/src/models/CommonSegmentationQuerySelectorExpr.js +5 -2
- package/dist/src/models/CommonSegmentationQuerySelectorExpr.js.map +1 -1
- package/dist/src/models/CommonSegmentationQuerySelectorExprLogicExpr.d.ts +4 -3
- package/dist/src/models/CommonSegmentationQuerySelectorExprLogicExpr.js +5 -2
- package/dist/src/models/CommonSegmentationQuerySelectorExprLogicExpr.js.map +1 -1
- package/dist/src/models/CommonSelector.d.ts +4 -3
- package/dist/src/models/CommonSelector.js +5 -2
- package/dist/src/models/CommonSelector.js.map +1 -1
- package/dist/src/models/CommonSelectorExpr.d.ts +4 -3
- package/dist/src/models/CommonSelectorExpr.js +5 -2
- package/dist/src/models/CommonSelectorExpr.js.map +1 -1
- package/dist/src/models/CommonSelectorExprLogicExpr.d.ts +4 -3
- package/dist/src/models/CommonSelectorExprLogicExpr.js +5 -2
- package/dist/src/models/CommonSelectorExprLogicExpr.js.map +1 -1
- package/dist/src/models/CommonSelectorOperatorType.d.ts +1 -0
- package/dist/src/models/CommonSelectorOperatorType.js +11 -1
- package/dist/src/models/CommonSelectorOperatorType.js.map +1 -1
- package/dist/src/models/CommonStringList.d.ts +3 -2
- package/dist/src/models/CommonStringList.js +4 -1
- package/dist/src/models/CommonStringList.js.map +1 -1
- package/dist/src/models/CommonTabularData.d.ts +3 -2
- package/dist/src/models/CommonTabularData.js +4 -1
- package/dist/src/models/CommonTabularData.js.map +1 -1
- package/dist/src/models/CommonTabularDataColumnType.d.ts +1 -0
- package/dist/src/models/CommonTabularDataColumnType.js +11 -1
- package/dist/src/models/CommonTabularDataColumnType.js.map +1 -1
- package/dist/src/models/CommonTier.d.ts +1 -0
- package/dist/src/models/CommonTier.js +11 -1
- package/dist/src/models/CommonTier.js.map +1 -1
- package/dist/src/models/CommonTimeRange.d.ts +3 -2
- package/dist/src/models/CommonTimeRange.js +4 -1
- package/dist/src/models/CommonTimeRange.js.map +1 -1
- package/dist/src/models/CommonTimeRangeLite.d.ts +4 -3
- package/dist/src/models/CommonTimeRangeLite.js +7 -4
- package/dist/src/models/CommonTimeRangeLite.js.map +1 -1
- package/dist/src/models/CommonTimeRangeRelativeTime.d.ts +3 -2
- package/dist/src/models/CommonTimeRangeRelativeTime.js +4 -1
- package/dist/src/models/CommonTimeRangeRelativeTime.js.map +1 -1
- package/dist/src/models/CommonTimeRangeTimeLike.d.ts +3 -2
- package/dist/src/models/CommonTimeRangeTimeLike.js +4 -1
- package/dist/src/models/CommonTimeRangeTimeLike.js.map +1 -1
- package/dist/src/models/CommonUser.d.ts +3 -2
- package/dist/src/models/CommonUser.js +4 -1
- package/dist/src/models/CommonUser.js.map +1 -1
- package/dist/src/models/CommonUserAccountStatus.d.ts +1 -0
- package/dist/src/models/CommonUserAccountStatus.js +11 -1
- package/dist/src/models/CommonUserAccountStatus.js.map +1 -1
- package/dist/src/models/CommonUserInfo.d.ts +3 -2
- package/dist/src/models/CommonUserInfo.js +4 -1
- package/dist/src/models/CommonUserInfo.js.map +1 -1
- package/dist/src/models/EvmAccessListItem.d.ts +3 -2
- package/dist/src/models/EvmAccessListItem.js +4 -1
- package/dist/src/models/EvmAccessListItem.js.map +1 -1
- package/dist/src/models/EvmTransaction.d.ts +3 -2
- package/dist/src/models/EvmTransaction.js +4 -1
- package/dist/src/models/EvmTransaction.js.map +1 -1
- package/dist/src/models/EvmTransactionReceipt.d.ts +3 -2
- package/dist/src/models/EvmTransactionReceipt.js +4 -1
- package/dist/src/models/EvmTransactionReceipt.js.map +1 -1
- package/dist/src/models/GoogleApiHttpBody.d.ts +6 -48
- package/dist/src/models/GoogleApiHttpBody.js +4 -1
- package/dist/src/models/GoogleApiHttpBody.js.map +1 -1
- package/dist/src/models/GoogleProtobufAny.d.ts +5 -3
- package/dist/src/models/GoogleProtobufAny.js +4 -1
- package/dist/src/models/GoogleProtobufAny.js.map +1 -1
- package/dist/src/models/GoogleProtobufNullValue.d.ts +1 -0
- package/dist/src/models/GoogleProtobufNullValue.js +11 -1
- package/dist/src/models/GoogleProtobufNullValue.js.map +1 -1
- package/dist/src/models/InsightsServiceDataSource.d.ts +1 -0
- package/dist/src/models/InsightsServiceDataSource.js +11 -1
- package/dist/src/models/InsightsServiceDataSource.js.map +1 -1
- package/dist/src/models/InsightsServiceInsightsServiceQueryBody.d.ts +3 -2
- package/dist/src/models/InsightsServiceInsightsServiceQueryBody.js +4 -1
- package/dist/src/models/InsightsServiceInsightsServiceQueryBody.js.map +1 -1
- package/dist/src/models/InsightsServiceInsightsServiceRetentionBody.d.ts +3 -2
- package/dist/src/models/InsightsServiceInsightsServiceRetentionBody.js +4 -1
- package/dist/src/models/InsightsServiceInsightsServiceRetentionBody.js.map +1 -1
- package/dist/src/models/InsightsServiceListCoinsResponse.d.ts +3 -2
- package/dist/src/models/InsightsServiceListCoinsResponse.js +4 -1
- package/dist/src/models/InsightsServiceListCoinsResponse.js.map +1 -1
- package/dist/src/models/InsightsServiceQueryRequestQuery.d.ts +5 -4
- package/dist/src/models/InsightsServiceQueryRequestQuery.js +6 -3
- package/dist/src/models/InsightsServiceQueryRequestQuery.js.map +1 -1
- package/dist/src/models/InsightsServiceQueryResponse.d.ts +3 -2
- package/dist/src/models/InsightsServiceQueryResponse.js +4 -1
- package/dist/src/models/InsightsServiceQueryResponse.js.map +1 -1
- package/dist/src/models/InsightsServiceQueryResponseResult.d.ts +4 -3
- package/dist/src/models/InsightsServiceQueryResponseResult.js +5 -2
- package/dist/src/models/InsightsServiceQueryResponseResult.js.map +1 -1
- package/dist/src/models/InsightsServiceRetentionRequest.d.ts +3 -2
- package/dist/src/models/InsightsServiceRetentionRequest.js +4 -1
- package/dist/src/models/InsightsServiceRetentionRequest.js.map +1 -1
- package/dist/src/models/InsightsServiceRetentionResponse.d.ts +4 -3
- package/dist/src/models/InsightsServiceRetentionResponse.js +5 -2
- package/dist/src/models/InsightsServiceRetentionResponse.js.map +1 -1
- package/dist/src/models/MetricsServiceGetMetricsResponse.d.ts +3 -2
- package/dist/src/models/MetricsServiceGetMetricsResponse.js +4 -1
- package/dist/src/models/MetricsServiceGetMetricsResponse.js.map +1 -1
- package/dist/src/models/MetricsServiceMetricInfo.d.ts +3 -2
- package/dist/src/models/MetricsServiceMetricInfo.js +4 -1
- package/dist/src/models/MetricsServiceMetricInfo.js.map +1 -1
- package/dist/src/models/MetricsServiceMetricInfoLabelValues.d.ts +3 -2
- package/dist/src/models/MetricsServiceMetricInfoLabelValues.js +4 -1
- package/dist/src/models/MetricsServiceMetricInfoLabelValues.js.map +1 -1
- package/dist/src/models/MetricsServiceMetricMetadata.d.ts +3 -2
- package/dist/src/models/MetricsServiceMetricMetadata.js +4 -1
- package/dist/src/models/MetricsServiceMetricMetadata.js.map +1 -1
- package/dist/src/models/MetricsServiceMetricsQueryResponse.d.ts +3 -2
- package/dist/src/models/MetricsServiceMetricsQueryResponse.js +4 -1
- package/dist/src/models/MetricsServiceMetricsQueryResponse.js.map +1 -1
- package/dist/src/models/MetricsServiceMetricsQueryResponseMatrix.d.ts +3 -2
- package/dist/src/models/MetricsServiceMetricsQueryResponseMatrix.js +4 -1
- package/dist/src/models/MetricsServiceMetricsQueryResponseMatrix.js.map +1 -1
- package/dist/src/models/MetricsServiceMetricsQueryResponseMetric.d.ts +3 -2
- package/dist/src/models/MetricsServiceMetricsQueryResponseMetric.js +4 -1
- package/dist/src/models/MetricsServiceMetricsQueryResponseMetric.js.map +1 -1
- package/dist/src/models/MetricsServiceMetricsQueryResponseResult.d.ts +4 -3
- package/dist/src/models/MetricsServiceMetricsQueryResponseResult.js +5 -2
- package/dist/src/models/MetricsServiceMetricsQueryResponseResult.js.map +1 -1
- package/dist/src/models/MetricsServiceMetricsQueryResponseSample.d.ts +3 -2
- package/dist/src/models/MetricsServiceMetricsQueryResponseSample.js +4 -1
- package/dist/src/models/MetricsServiceMetricsQueryResponseSample.js.map +1 -1
- package/dist/src/models/MetricsServiceMetricsQueryResponseValue.d.ts +3 -2
- package/dist/src/models/MetricsServiceMetricsQueryResponseValue.js +4 -1
- package/dist/src/models/MetricsServiceMetricsQueryResponseValue.js.map +1 -1
- package/dist/src/models/MetricsServiceObservabilityServiceQueryBody.d.ts +4 -3
- package/dist/src/models/MetricsServiceObservabilityServiceQueryBody.js +5 -2
- package/dist/src/models/MetricsServiceObservabilityServiceQueryBody.js.map +1 -1
- package/dist/src/models/MetricsServiceObservabilityServiceQueryRangeBody.d.ts +4 -3
- package/dist/src/models/MetricsServiceObservabilityServiceQueryRangeBody.js +6 -3
- package/dist/src/models/MetricsServiceObservabilityServiceQueryRangeBody.js.map +1 -1
- package/dist/src/models/MetricsServiceQueryValueResponse.d.ts +3 -2
- package/dist/src/models/MetricsServiceQueryValueResponse.js +4 -1
- package/dist/src/models/MetricsServiceQueryValueResponse.js.map +1 -1
- package/dist/src/models/MetricsServiceQueryValueResponseResult.d.ts +3 -2
- package/dist/src/models/MetricsServiceQueryValueResponseResult.js +4 -1
- package/dist/src/models/MetricsServiceQueryValueResponseResult.js.map +1 -1
- package/dist/src/models/PriceServiceBatchGetPricesRequest.d.ts +39 -0
- package/dist/src/models/PriceServiceBatchGetPricesRequest.js +45 -0
- package/dist/src/models/PriceServiceBatchGetPricesRequest.js.map +1 -0
- package/dist/src/models/PriceServiceBatchGetPricesResponse.d.ts +33 -0
- package/dist/src/models/PriceServiceBatchGetPricesResponse.js +43 -0
- package/dist/src/models/PriceServiceBatchGetPricesResponse.js.map +1 -0
- package/dist/src/models/PriceServiceBatchGetPricesResponseCoinPrice.d.ts +46 -0
- package/dist/src/models/PriceServiceBatchGetPricesResponseCoinPrice.js +48 -0
- package/dist/src/models/PriceServiceBatchGetPricesResponseCoinPrice.js.map +1 -0
- package/dist/src/models/PriceServiceBatchGetPricesResponseCoinPricePrice.d.ts +33 -0
- package/dist/src/models/PriceServiceBatchGetPricesResponseCoinPricePrice.js +43 -0
- package/dist/src/models/PriceServiceBatchGetPricesResponseCoinPricePrice.js.map +1 -0
- package/dist/src/models/PriceServiceCheckLatestPriceResponse.d.ts +39 -0
- package/dist/src/models/PriceServiceCheckLatestPriceResponse.js +45 -0
- package/dist/src/models/PriceServiceCheckLatestPriceResponse.js.map +1 -0
- package/dist/src/models/PriceServiceCheckLatestPriceResponseCoinPrice.d.ts +45 -0
- package/dist/src/models/PriceServiceCheckLatestPriceResponseCoinPrice.js +47 -0
- package/dist/src/models/PriceServiceCheckLatestPriceResponseCoinPrice.js.map +1 -0
- package/dist/src/models/PriceServiceCoinID.d.ts +39 -0
- package/dist/src/models/PriceServiceCoinID.js +45 -0
- package/dist/src/models/PriceServiceCoinID.js.map +1 -0
- package/dist/src/models/PriceServiceCoinIDAddressIdentifier.d.ts +39 -0
- package/dist/src/models/PriceServiceCoinIDAddressIdentifier.js +44 -0
- package/dist/src/models/PriceServiceCoinIDAddressIdentifier.js.map +1 -0
- package/dist/src/models/PriceServiceGetPriceResponse.d.ts +38 -0
- package/dist/src/models/PriceServiceGetPriceResponse.js +44 -0
- package/dist/src/models/PriceServiceGetPriceResponse.js.map +1 -0
- package/dist/src/models/PriceServiceListCoinsResponse.d.ts +41 -0
- package/dist/src/models/PriceServiceListCoinsResponse.js +46 -0
- package/dist/src/models/PriceServiceListCoinsResponse.js.map +1 -0
- package/dist/src/models/SolidityServiceBaseChainConfig.d.ts +69 -0
- package/dist/src/models/SolidityServiceBaseChainConfig.js +55 -0
- package/dist/src/models/SolidityServiceBaseChainConfig.js.map +1 -0
- package/dist/src/models/SolidityServiceBlockOverrides.d.ts +3 -2
- package/dist/src/models/SolidityServiceBlockOverrides.js +4 -1
- package/dist/src/models/SolidityServiceBlockOverrides.js.map +1 -1
- package/dist/src/models/SolidityServiceChainIdentifier.d.ts +38 -0
- package/dist/src/models/SolidityServiceChainIdentifier.js +44 -0
- package/dist/src/models/SolidityServiceChainIdentifier.js.map +1 -0
- package/dist/src/models/SolidityServiceCompileSourceInternalResponse.d.ts +3 -2
- package/dist/src/models/SolidityServiceCompileSourceInternalResponse.js +4 -1
- package/dist/src/models/SolidityServiceCompileSourceInternalResponse.js.map +1 -1
- package/dist/src/models/SolidityServiceCompilerOptions.d.ts +3 -2
- package/dist/src/models/SolidityServiceCompilerOptions.js +4 -1
- package/dist/src/models/SolidityServiceCompilerOptions.js.map +1 -1
- package/dist/src/models/SolidityServiceContractKeyInfo.d.ts +3 -2
- package/dist/src/models/SolidityServiceContractKeyInfo.js +4 -1
- package/dist/src/models/SolidityServiceContractKeyInfo.js.map +1 -1
- package/dist/src/models/SolidityServiceCreateForkResponse.d.ts +33 -0
- package/dist/src/models/SolidityServiceCreateForkResponse.js +43 -0
- package/dist/src/models/SolidityServiceCreateForkResponse.js.map +1 -0
- package/dist/src/models/SolidityServiceDecodeStateDiffResponse.d.ts +3 -2
- package/dist/src/models/SolidityServiceDecodeStateDiffResponse.js +4 -1
- package/dist/src/models/SolidityServiceDecodeStateDiffResponse.js.map +1 -1
- package/dist/src/models/SolidityServiceExternalFork.d.ts +39 -0
- package/dist/src/models/SolidityServiceExternalFork.js +45 -0
- package/dist/src/models/SolidityServiceExternalFork.js.map +1 -0
- package/dist/src/models/SolidityServiceFailure.d.ts +3 -2
- package/dist/src/models/SolidityServiceFailure.js +4 -1
- package/dist/src/models/SolidityServiceFailure.js.map +1 -1
- package/dist/src/models/SolidityServiceFetchAndCompileInternalResponse.d.ts +3 -2
- package/dist/src/models/SolidityServiceFetchAndCompileInternalResponse.js +4 -1
- package/dist/src/models/SolidityServiceFetchAndCompileInternalResponse.js.map +1 -1
- package/dist/src/models/SolidityServiceFork.d.ts +77 -0
- package/dist/src/models/SolidityServiceFork.js +59 -0
- package/dist/src/models/SolidityServiceFork.js.map +1 -0
- package/dist/src/models/SolidityServiceForkServiceCreateForkBody.d.ts +33 -0
- package/dist/src/models/SolidityServiceForkServiceCreateForkBody.js +45 -0
- package/dist/src/models/SolidityServiceForkServiceCreateForkBody.js.map +1 -0
- package/dist/src/models/SolidityServiceForkServiceUpdateForkBody.d.ts +33 -0
- package/dist/src/models/SolidityServiceForkServiceUpdateForkBody.js +45 -0
- package/dist/src/models/SolidityServiceForkServiceUpdateForkBody.js.map +1 -0
- package/dist/src/models/SolidityServiceForkType.d.ts +25 -0
- package/dist/src/models/SolidityServiceForkType.js +44 -0
- package/dist/src/models/SolidityServiceForkType.js.map +1 -0
- package/dist/src/models/SolidityServiceGetForkInfoResponse.d.ts +70 -0
- package/dist/src/models/SolidityServiceGetForkInfoResponse.js +56 -0
- package/dist/src/models/SolidityServiceGetForkInfoResponse.js.map +1 -0
- package/dist/src/models/SolidityServiceGetForkResponse.d.ts +33 -0
- package/dist/src/models/SolidityServiceGetForkResponse.js +43 -0
- package/dist/src/models/SolidityServiceGetForkResponse.js.map +1 -0
- package/dist/src/models/SolidityServiceGetSimulationBundleResponse.d.ts +3 -2
- package/dist/src/models/SolidityServiceGetSimulationBundleResponse.js +4 -1
- package/dist/src/models/SolidityServiceGetSimulationBundleResponse.js.map +1 -1
- package/dist/src/models/SolidityServiceGetSimulationResponse.d.ts +3 -2
- package/dist/src/models/SolidityServiceGetSimulationResponse.js +4 -1
- package/dist/src/models/SolidityServiceGetSimulationResponse.js.map +1 -1
- package/dist/src/models/SolidityServiceGetSimulationsResponse.d.ts +3 -2
- package/dist/src/models/SolidityServiceGetSimulationsResponse.js +4 -1
- package/dist/src/models/SolidityServiceGetSimulationsResponse.js.map +1 -1
- package/dist/src/models/SolidityServiceGetStorageSummaryInternalResponse.d.ts +3 -2
- package/dist/src/models/SolidityServiceGetStorageSummaryInternalResponse.js +4 -1
- package/dist/src/models/SolidityServiceGetStorageSummaryInternalResponse.js.map +1 -1
- package/dist/src/models/SolidityServiceGetTraceCallInternalRequestBundle.d.ts +3 -2
- package/dist/src/models/SolidityServiceGetTraceCallInternalRequestBundle.js +4 -1
- package/dist/src/models/SolidityServiceGetTraceCallInternalRequestBundle.js.map +1 -1
- package/dist/src/models/SolidityServiceGetTraceCallInternalRequestStateContext.d.ts +3 -2
- package/dist/src/models/SolidityServiceGetTraceCallInternalRequestStateContext.js +4 -1
- package/dist/src/models/SolidityServiceGetTraceCallInternalRequestStateContext.js.map +1 -1
- package/dist/src/models/SolidityServiceGetTraceCallInternalResponse.d.ts +3 -2
- package/dist/src/models/SolidityServiceGetTraceCallInternalResponse.js +4 -1
- package/dist/src/models/SolidityServiceGetTraceCallInternalResponse.js.map +1 -1
- package/dist/src/models/SolidityServiceGetTraceTransactionInternalResponse.d.ts +3 -2
- package/dist/src/models/SolidityServiceGetTraceTransactionInternalResponse.js +4 -1
- package/dist/src/models/SolidityServiceGetTraceTransactionInternalResponse.js.map +1 -1
- package/dist/src/models/SolidityServiceListForksResponse.d.ts +33 -0
- package/dist/src/models/SolidityServiceListForksResponse.js +43 -0
- package/dist/src/models/SolidityServiceListForksResponse.js.map +1 -0
- package/dist/src/models/SolidityServiceManagedFork.d.ts +45 -0
- package/dist/src/models/SolidityServiceManagedFork.js +47 -0
- package/dist/src/models/SolidityServiceManagedFork.js.map +1 -0
- package/dist/src/models/SolidityServiceMetadata.d.ts +3 -2
- package/dist/src/models/SolidityServiceMetadata.js +4 -1
- package/dist/src/models/SolidityServiceMetadata.js.map +1 -1
- package/dist/src/models/SolidityServiceNodeEnvironment.d.ts +50 -0
- package/dist/src/models/SolidityServiceNodeEnvironment.js +48 -0
- package/dist/src/models/SolidityServiceNodeEnvironment.js.map +1 -0
- package/dist/src/models/SolidityServiceNodeForkConfig.d.ts +44 -0
- package/dist/src/models/SolidityServiceNodeForkConfig.js +46 -0
- package/dist/src/models/SolidityServiceNodeForkConfig.js.map +1 -0
- package/dist/src/models/SolidityServiceOptimizer.d.ts +3 -2
- package/dist/src/models/SolidityServiceOptimizer.js +4 -1
- package/dist/src/models/SolidityServiceOptimizer.js.map +1 -1
- package/dist/src/models/SolidityServiceOptimizerDetails.d.ts +3 -2
- package/dist/src/models/SolidityServiceOptimizerDetails.js +4 -1
- package/dist/src/models/SolidityServiceOptimizerDetails.js.map +1 -1
- package/dist/src/models/SolidityServiceOptimizerDetailsYulDetails.d.ts +3 -2
- package/dist/src/models/SolidityServiceOptimizerDetailsYulDetails.js +4 -1
- package/dist/src/models/SolidityServiceOptimizerDetailsYulDetails.js.map +1 -1
- package/dist/src/models/SolidityServicePreProcessCompilationInternalResponse.d.ts +3 -2
- package/dist/src/models/SolidityServicePreProcessCompilationInternalResponse.js +4 -1
- package/dist/src/models/SolidityServicePreProcessCompilationInternalResponse.js.map +1 -1
- package/dist/src/models/SolidityServiceSettings.d.ts +3 -2
- package/dist/src/models/SolidityServiceSettings.js +4 -1
- package/dist/src/models/SolidityServiceSettings.js.map +1 -1
- package/dist/src/models/SolidityServiceSimulateTransactionBundleResponse.d.ts +3 -2
- package/dist/src/models/SolidityServiceSimulateTransactionBundleResponse.js +4 -1
- package/dist/src/models/SolidityServiceSimulateTransactionBundleResponse.js.map +1 -1
- package/dist/src/models/SolidityServiceSimulateTransactionResponse.d.ts +3 -2
- package/dist/src/models/SolidityServiceSimulateTransactionResponse.js +4 -1
- package/dist/src/models/SolidityServiceSimulateTransactionResponse.js.map +1 -1
- package/dist/src/models/SolidityServiceSimulation.d.ts +27 -13
- package/dist/src/models/SolidityServiceSimulation.js +39 -11
- package/dist/src/models/SolidityServiceSimulation.js.map +1 -1
- package/dist/src/models/SolidityServiceSimulationResult.d.ts +4 -3
- package/dist/src/models/SolidityServiceSimulationResult.js +5 -2
- package/dist/src/models/SolidityServiceSimulationResult.js.map +1 -1
- package/dist/src/models/SolidityServiceSolidityAPIServiceSimulateTransactionBody.d.ts +40 -0
- package/dist/src/models/SolidityServiceSolidityAPIServiceSimulateTransactionBody.js +48 -0
- package/dist/src/models/SolidityServiceSolidityAPIServiceSimulateTransactionBody.js.map +1 -0
- package/dist/src/models/SolidityServiceSolidityAPIServiceSimulateTransactionBodyChainSpec.d.ts +32 -0
- package/dist/src/models/SolidityServiceSolidityAPIServiceSimulateTransactionBodyChainSpec.js +42 -0
- package/dist/src/models/SolidityServiceSolidityAPIServiceSimulateTransactionBodyChainSpec.js.map +1 -0
- package/dist/src/models/SolidityServiceSolidityAPIServiceSimulateTransactionBundleBody.d.ts +40 -0
- package/dist/src/models/SolidityServiceSolidityAPIServiceSimulateTransactionBundleBody.js +48 -0
- package/dist/src/models/SolidityServiceSolidityAPIServiceSimulateTransactionBundleBody.js.map +1 -0
- package/dist/src/models/SolidityServiceSourceFetcherType.d.ts +26 -0
- package/dist/src/models/SolidityServiceSourceFetcherType.js +45 -0
- package/dist/src/models/SolidityServiceSourceFetcherType.js.map +1 -0
- package/dist/src/models/SolidityServiceSourceInfo.d.ts +3 -2
- package/dist/src/models/SolidityServiceSourceInfo.js +4 -1
- package/dist/src/models/SolidityServiceSourceInfo.js.map +1 -1
- package/dist/src/models/SolidityServiceSourceMultiFile.d.ts +3 -2
- package/dist/src/models/SolidityServiceSourceMultiFile.js +4 -1
- package/dist/src/models/SolidityServiceSourceMultiFile.js.map +1 -1
- package/dist/src/models/SolidityServiceSourceSpec.d.ts +3 -2
- package/dist/src/models/SolidityServiceSourceSpec.js +4 -1
- package/dist/src/models/SolidityServiceSourceSpec.js.map +1 -1
- package/dist/src/models/SolidityServiceSpecializations.d.ts +3 -2
- package/dist/src/models/SolidityServiceSpecializations.js +4 -1
- package/dist/src/models/SolidityServiceSpecializations.js.map +1 -1
- package/dist/src/models/SolidityServiceStateOverride.d.ts +3 -2
- package/dist/src/models/SolidityServiceStateOverride.js +4 -1
- package/dist/src/models/SolidityServiceStateOverride.js.map +1 -1
- package/dist/src/models/SolidityServiceStorageSummaryResult.d.ts +3 -2
- package/dist/src/models/SolidityServiceStorageSummaryResult.js +4 -1
- package/dist/src/models/SolidityServiceStorageSummaryResult.js.map +1 -1
- package/dist/src/models/SolidityServiceTxIdentifier.d.ts +5 -4
- package/dist/src/models/SolidityServiceTxIdentifier.js +5 -4
- package/dist/src/models/SolidityServiceTxIdentifier.js.map +1 -1
- package/dist/src/models/SolidityServiceUpdateForkResponse.d.ts +33 -0
- package/dist/src/models/SolidityServiceUpdateForkResponse.js +43 -0
- package/dist/src/models/SolidityServiceUpdateForkResponse.js.map +1 -0
- package/dist/src/models/TxindexEvmRawTransaction.d.ts +3 -2
- package/dist/src/models/TxindexEvmRawTransaction.js +4 -1
- package/dist/src/models/TxindexEvmRawTransaction.js.map +1 -1
- package/dist/src/models/TxindexEvmSearchTransactionsResponse.d.ts +3 -2
- package/dist/src/models/TxindexEvmSearchTransactionsResponse.js +4 -1
- package/dist/src/models/TxindexEvmSearchTransactionsResponse.js.map +1 -1
- package/dist/src/models/WebServiceChart.d.ts +8 -7
- package/dist/src/models/WebServiceChart.js +9 -6
- package/dist/src/models/WebServiceChart.js.map +1 -1
- package/dist/src/models/WebServiceChartChartType.d.ts +1 -0
- package/dist/src/models/WebServiceChartChartType.js +11 -1
- package/dist/src/models/WebServiceChartChartType.js.map +1 -1
- package/dist/src/models/WebServiceChartConfig.d.ts +15 -7
- package/dist/src/models/WebServiceChartConfig.js +12 -6
- package/dist/src/models/WebServiceChartConfig.js.map +1 -1
- package/dist/src/models/WebServiceChartConfigBarGaugeConfig.d.ts +4 -3
- package/dist/src/models/WebServiceChartConfigBarGaugeConfig.js +5 -2
- package/dist/src/models/WebServiceChartConfigBarGaugeConfig.js.map +1 -1
- package/dist/src/models/WebServiceChartConfigCalculation.d.ts +1 -0
- package/dist/src/models/WebServiceChartConfigCalculation.js +11 -1
- package/dist/src/models/WebServiceChartConfigCalculation.js.map +1 -1
- package/dist/src/models/WebServiceChartConfigColorTheme.d.ts +3 -2
- package/dist/src/models/WebServiceChartConfigColorTheme.js +4 -1
- package/dist/src/models/WebServiceChartConfigColorTheme.js.map +1 -1
- package/dist/src/models/WebServiceChartConfigColumnSort.d.ts +3 -2
- package/dist/src/models/WebServiceChartConfigColumnSort.js +4 -1
- package/dist/src/models/WebServiceChartConfigColumnSort.js.map +1 -1
- package/dist/src/models/WebServiceChartConfigCompareTime.d.ts +3 -2
- package/dist/src/models/WebServiceChartConfigCompareTime.js +4 -1
- package/dist/src/models/WebServiceChartConfigCompareTime.js.map +1 -1
- package/dist/src/models/WebServiceChartConfigDirection.d.ts +1 -0
- package/dist/src/models/WebServiceChartConfigDirection.js +11 -1
- package/dist/src/models/WebServiceChartConfigDirection.js.map +1 -1
- package/dist/src/models/WebServiceChartConfigLineConfig.d.ts +33 -0
- package/dist/src/models/WebServiceChartConfigLineConfig.js +43 -0
- package/dist/src/models/WebServiceChartConfigLineConfig.js.map +1 -0
- package/dist/src/models/WebServiceChartConfigLineConfigStyle.d.ts +25 -0
- package/dist/src/models/WebServiceChartConfigLineConfigStyle.js +44 -0
- package/dist/src/models/WebServiceChartConfigLineConfigStyle.js.map +1 -0
- package/dist/src/models/WebServiceChartConfigMappingRule.d.ts +3 -2
- package/dist/src/models/WebServiceChartConfigMappingRule.js +4 -1
- package/dist/src/models/WebServiceChartConfigMappingRule.js.map +1 -1
- package/dist/src/models/WebServiceChartConfigMarker.d.ts +3 -2
- package/dist/src/models/WebServiceChartConfigMarker.js +4 -1
- package/dist/src/models/WebServiceChartConfigMarker.js.map +1 -1
- package/dist/src/models/WebServiceChartConfigMarkerType.d.ts +1 -0
- package/dist/src/models/WebServiceChartConfigMarkerType.js +11 -1
- package/dist/src/models/WebServiceChartConfigMarkerType.js.map +1 -1
- package/dist/src/models/WebServiceChartConfigPieConfig.d.ts +3 -2
- package/dist/src/models/WebServiceChartConfigPieConfig.js +4 -1
- package/dist/src/models/WebServiceChartConfigPieConfig.js.map +1 -1
- package/dist/src/models/WebServiceChartConfigPieConfigPieType.d.ts +1 -0
- package/dist/src/models/WebServiceChartConfigPieConfigPieType.js +11 -1
- package/dist/src/models/WebServiceChartConfigPieConfigPieType.js.map +1 -1
- package/dist/src/models/WebServiceChartConfigQueryValueConfig.d.ts +3 -2
- package/dist/src/models/WebServiceChartConfigQueryValueConfig.js +4 -1
- package/dist/src/models/WebServiceChartConfigQueryValueConfig.js.map +1 -1
- package/dist/src/models/WebServiceChartConfigSort.d.ts +3 -2
- package/dist/src/models/WebServiceChartConfigSort.js +4 -1
- package/dist/src/models/WebServiceChartConfigSort.js.map +1 -1
- package/dist/src/models/WebServiceChartConfigSortBy.d.ts +1 -0
- package/dist/src/models/WebServiceChartConfigSortBy.js +11 -1
- package/dist/src/models/WebServiceChartConfigSortBy.js.map +1 -1
- package/dist/src/models/WebServiceChartConfigTableConfig.d.ts +4 -3
- package/dist/src/models/WebServiceChartConfigTableConfig.js +5 -2
- package/dist/src/models/WebServiceChartConfigTableConfig.js.map +1 -1
- package/dist/src/models/WebServiceChartConfigTimeRangeOverride.d.ts +3 -2
- package/dist/src/models/WebServiceChartConfigTimeRangeOverride.js +4 -1
- package/dist/src/models/WebServiceChartConfigTimeRangeOverride.js.map +1 -1
- package/dist/src/models/WebServiceChartConfigValueConfig.d.ts +3 -2
- package/dist/src/models/WebServiceChartConfigValueConfig.js +4 -1
- package/dist/src/models/WebServiceChartConfigValueConfig.js.map +1 -1
- package/dist/src/models/WebServiceChartConfigValueConfigStyle.d.ts +1 -0
- package/dist/src/models/WebServiceChartConfigValueConfigStyle.js +11 -1
- package/dist/src/models/WebServiceChartConfigValueConfigStyle.js.map +1 -1
- package/dist/src/models/WebServiceChartConfigValueFormatter.d.ts +1 -0
- package/dist/src/models/WebServiceChartConfigValueFormatter.js +11 -1
- package/dist/src/models/WebServiceChartConfigValueFormatter.js.map +1 -1
- package/dist/src/models/WebServiceChartConfigYAxisConfig.d.ts +3 -2
- package/dist/src/models/WebServiceChartConfigYAxisConfig.js +4 -1
- package/dist/src/models/WebServiceChartConfigYAxisConfig.js.map +1 -1
- package/dist/src/models/WebServiceChartDataSourceType.d.ts +1 -0
- package/dist/src/models/WebServiceChartDataSourceType.js +11 -1
- package/dist/src/models/WebServiceChartDataSourceType.js.map +1 -1
- package/dist/src/models/WebServiceDashboard.d.ts +5 -4
- package/dist/src/models/WebServiceDashboard.js +6 -3
- package/dist/src/models/WebServiceDashboard.js.map +1 -1
- package/dist/src/models/WebServiceDashboardDashboardVisibility.d.ts +1 -0
- package/dist/src/models/WebServiceDashboardDashboardVisibility.js +11 -1
- package/dist/src/models/WebServiceDashboardDashboardVisibility.js.map +1 -1
- package/dist/src/models/WebServiceDashboardExtra.d.ts +3 -2
- package/dist/src/models/WebServiceDashboardExtra.js +4 -1
- package/dist/src/models/WebServiceDashboardExtra.js.map +1 -1
- package/dist/src/models/WebServiceDashboardExtraTemplateVariable.d.ts +3 -2
- package/dist/src/models/WebServiceDashboardExtraTemplateVariable.js +4 -1
- package/dist/src/models/WebServiceDashboardExtraTemplateVariable.js.map +1 -1
- package/dist/src/models/WebServiceDashboardExtraTemplateView.d.ts +3 -2
- package/dist/src/models/WebServiceDashboardExtraTemplateView.js +4 -1
- package/dist/src/models/WebServiceDashboardExtraTemplateView.js.map +1 -1
- package/dist/src/models/WebServiceDashboardLayouts.d.ts +3 -2
- package/dist/src/models/WebServiceDashboardLayouts.js +4 -1
- package/dist/src/models/WebServiceDashboardLayouts.js.map +1 -1
- package/dist/src/models/WebServiceDashboardLayoutsLayout.d.ts +3 -2
- package/dist/src/models/WebServiceDashboardLayoutsLayout.js +4 -1
- package/dist/src/models/WebServiceDashboardLayoutsLayout.js.map +1 -1
- package/dist/src/models/WebServiceDashboardResponsiveLayouts.d.ts +3 -2
- package/dist/src/models/WebServiceDashboardResponsiveLayouts.js +4 -1
- package/dist/src/models/WebServiceDashboardResponsiveLayouts.js.map +1 -1
- package/dist/src/models/WebServiceDashboardSharing.d.ts +3 -2
- package/dist/src/models/WebServiceDashboardSharing.js +4 -1
- package/dist/src/models/WebServiceDashboardSharing.js.map +1 -1
- package/dist/src/models/WebServiceEventLogsConfig.d.ts +3 -2
- package/dist/src/models/WebServiceEventLogsConfig.js +4 -1
- package/dist/src/models/WebServiceEventLogsConfig.js.map +1 -1
- package/dist/src/models/WebServiceEventLogsConfigTimeRangeOverride.d.ts +3 -2
- package/dist/src/models/WebServiceEventLogsConfigTimeRangeOverride.js +4 -1
- package/dist/src/models/WebServiceEventLogsConfigTimeRangeOverride.js.map +1 -1
- package/dist/src/models/WebServiceExportDashboardResponse.d.ts +3 -2
- package/dist/src/models/WebServiceExportDashboardResponse.js +4 -1
- package/dist/src/models/WebServiceExportDashboardResponse.js.map +1 -1
- package/dist/src/models/WebServiceGetDashboardResponse.d.ts +3 -2
- package/dist/src/models/WebServiceGetDashboardResponse.js +4 -1
- package/dist/src/models/WebServiceGetDashboardResponse.js.map +1 -1
- package/dist/src/models/WebServiceGetProjectListResponse.d.ts +3 -2
- package/dist/src/models/WebServiceGetProjectListResponse.js +4 -1
- package/dist/src/models/WebServiceGetProjectListResponse.js.map +1 -1
- package/dist/src/models/WebServiceGetProjectResponse.d.ts +3 -2
- package/dist/src/models/WebServiceGetProjectResponse.js +4 -1
- package/dist/src/models/WebServiceGetProjectResponse.js.map +1 -1
- package/dist/src/models/WebServiceImportDashboardRequest.d.ts +3 -2
- package/dist/src/models/WebServiceImportDashboardRequest.js +6 -3
- package/dist/src/models/WebServiceImportDashboardRequest.js.map +1 -1
- package/dist/src/models/WebServiceImportDashboardResponse.d.ts +3 -2
- package/dist/src/models/WebServiceImportDashboardResponse.js +4 -1
- package/dist/src/models/WebServiceImportDashboardResponse.js.map +1 -1
- package/dist/src/models/WebServiceNote.d.ts +4 -3
- package/dist/src/models/WebServiceNote.js +5 -2
- package/dist/src/models/WebServiceNote.js.map +1 -1
- package/dist/src/models/WebServiceNoteAlignment.d.ts +1 -0
- package/dist/src/models/WebServiceNoteAlignment.js +11 -1
- package/dist/src/models/WebServiceNoteAlignment.js.map +1 -1
- package/dist/src/models/WebServiceNoteFontSize.d.ts +1 -0
- package/dist/src/models/WebServiceNoteFontSize.js +11 -1
- package/dist/src/models/WebServiceNoteFontSize.js.map +1 -1
- package/dist/src/models/WebServiceNoteVerticalAlignment.d.ts +1 -0
- package/dist/src/models/WebServiceNoteVerticalAlignment.js +11 -1
- package/dist/src/models/WebServiceNoteVerticalAlignment.js.map +1 -1
- package/dist/src/models/WebServicePanel.d.ts +3 -2
- package/dist/src/models/WebServicePanel.js +4 -1
- package/dist/src/models/WebServicePanel.js.map +1 -1
- package/dist/src/models/index.d.ts +37 -3
- package/dist/src/models/index.js +37 -3
- package/dist/src/models/index.js.map +1 -1
- package/dist/src/runtime.js +1 -1
- package/dist/src/runtime.js.map +1 -1
- package/package.json +1 -1
- package/src/apis/DataApi.ts +148 -197
- package/src/apis/DebugAndSimulationApi.ts +832 -117
- package/src/apis/ForksApi.ts +396 -0
- package/src/apis/PriceApi.ts +229 -0
- package/src/apis/WebApi.ts +9 -9
- package/src/apis/index.ts +2 -0
- package/src/models/AnalyticServiceAnalyticServiceExecuteSQLBody.ts +15 -8
- package/src/models/AnalyticServiceLogQueryRequestFilter.ts +7 -2
- package/src/models/AnalyticServiceLogQueryRequestSort.ts +7 -2
- package/src/models/AnalyticServiceLogQueryResponse.ts +9 -2
- package/src/models/AnalyticServiceSQLQuery.ts +31 -2
- package/src/models/AnalyticServiceSearchServiceQueryLogBody.ts +17 -8
- package/src/models/AnalyticServiceSyncExecuteSQLResponse.ts +15 -8
- package/src/models/CommonAggregate.ts +10 -2
- package/src/models/CommonAggregateAggregateOps.ts +12 -1
- package/src/models/CommonAny.ts +8 -2
- package/src/models/CommonArgument.ts +8 -2
- package/src/models/CommonBigDecimal.ts +81 -0
- package/src/models/CommonBigInteger.ts +73 -0
- package/src/models/CommonCachePolicy.ts +7 -2
- package/src/models/CommonChannel.ts +10 -2
- package/src/models/CommonChannelType.ts +12 -1
- package/src/models/CommonCohortsFilter.ts +16 -8
- package/src/models/CommonCohortsFilterAggregation.ts +12 -2
- package/src/models/CommonCohortsFilterAggregationAggregateProperties.ts +10 -2
- package/src/models/CommonCohortsFilterAggregationAggregatePropertiesAggregationType.ts +12 -1
- package/src/models/CommonCohortsFilterAggregationOperatorType.ts +12 -1
- package/src/models/CommonCohortsGroup.ts +17 -8
- package/src/models/CommonCohortsQuery.ts +17 -8
- package/src/models/CommonCoinID.ts +8 -2
- package/src/models/CommonCoinIDAddressIdentifier.ts +7 -2
- package/src/models/CommonColumnState.ts +8 -2
- package/src/models/CommonColumnStateSort.ts +7 -2
- package/src/models/CommonComputeStats.ts +7 -2
- package/src/models/CommonDuration.ts +7 -2
- package/src/models/CommonEventLogColumn.ts +7 -2
- package/src/models/CommonEventLogConfig.ts +15 -8
- package/src/models/CommonEventLogEntry.ts +7 -2
- package/src/models/CommonFormula.ts +8 -2
- package/src/models/CommonFunction.ts +8 -2
- package/src/models/CommonJoinOperator.ts +12 -1
- package/src/models/CommonMatrix.ts +8 -2
- package/src/models/CommonMatrixMetric.ts +7 -2
- package/src/models/CommonMatrixSample.ts +9 -2
- package/src/models/CommonMatrixValue.ts +7 -2
- package/src/models/CommonOrganization.ts +18 -8
- package/src/models/CommonOrganizationMember.ts +11 -2
- package/src/models/CommonOrganizationRole.ts +12 -1
- package/src/models/CommonOwner.ts +18 -8
- package/src/models/CommonPermission.ts +12 -1
- package/src/models/CommonPriceSegmentationQuery.ts +8 -2
- package/src/models/CommonProject.ts +28 -14
- package/src/models/CommonProjectInfo.ts +18 -8
- package/src/models/CommonProjectProjectMember.ts +8 -2
- package/src/models/CommonProjectSuperset.ts +7 -2
- package/src/models/CommonProjectType.ts +14 -2
- package/src/models/CommonProjectView.ts +8 -2
- package/src/models/CommonProjectViewProjectViewConfig.ts +8 -2
- package/src/models/CommonProjectVisibility.ts +12 -1
- package/src/models/CommonQuery.ts +9 -2
- package/src/models/CommonRetentionMatrix.ts +8 -2
- package/src/models/CommonRetentionMatrixSample.ts +8 -2
- package/src/models/CommonRetentionQuery.ts +31 -19
- package/src/models/CommonRetentionQueryCriteria.ts +12 -1
- package/src/models/CommonRetentionQueryFilter.ts +9 -2
- package/src/models/CommonRetentionQueryFilterTimeFilter.ts +10 -2
- package/src/models/CommonRetentionQueryFilterTimeFilterType.ts +12 -1
- package/src/models/CommonRetentionQueryInterval.ts +10 -2
- package/src/models/CommonRetentionQueryIntervalUnit.ts +12 -1
- package/src/models/CommonRetentionQueryResource.ts +8 -2
- package/src/models/CommonRichStruct.ts +73 -0
- package/src/models/CommonRichValue.ts +183 -0
- package/src/models/CommonRichValueList.ts +73 -0
- package/src/models/CommonRichValueNullValue.ts +52 -0
- package/src/models/CommonSegmentParameter.ts +7 -2
- package/src/models/CommonSegmentationQuery.ts +23 -14
- package/src/models/CommonSegmentationQueryAggregation.ts +9 -2
- package/src/models/CommonSegmentationQueryAggregationAggregateProperties.ts +10 -2
- package/src/models/CommonSegmentationQueryAggregationAggregatePropertiesAggregationType.ts +12 -1
- package/src/models/CommonSegmentationQueryAggregationCountUnique.ts +8 -2
- package/src/models/CommonSegmentationQueryResource.ts +11 -2
- package/src/models/CommonSegmentationQueryResourceType.ts +12 -1
- package/src/models/CommonSegmentationQuerySelectorExpr.ts +15 -8
- package/src/models/CommonSegmentationQuerySelectorExprLogicExpr.ts +17 -8
- package/src/models/CommonSelector.ts +17 -8
- package/src/models/CommonSelectorExpr.ts +15 -8
- package/src/models/CommonSelectorExprLogicExpr.ts +17 -8
- package/src/models/CommonSelectorOperatorType.ts +12 -1
- package/src/models/CommonStringList.ts +7 -2
- package/src/models/CommonTabularData.ts +8 -2
- package/src/models/CommonTabularDataColumnType.ts +12 -1
- package/src/models/CommonTier.ts +12 -1
- package/src/models/CommonTimeRange.ts +9 -2
- package/src/models/CommonTimeRangeLite.ts +11 -6
- package/src/models/CommonTimeRangeRelativeTime.ts +7 -2
- package/src/models/CommonTimeRangeTimeLike.ts +8 -2
- package/src/models/CommonUser.ts +11 -2
- package/src/models/CommonUserAccountStatus.ts +12 -1
- package/src/models/CommonUserInfo.ts +7 -2
- package/src/models/EvmAccessListItem.ts +7 -2
- package/src/models/EvmTransaction.ts +8 -2
- package/src/models/EvmTransactionReceipt.ts +7 -2
- package/src/models/GoogleApiHttpBody.ts +11 -48
- package/src/models/GoogleProtobufAny.ts +9 -3
- package/src/models/GoogleProtobufNullValue.ts +12 -1
- package/src/models/InsightsServiceDataSource.ts +12 -1
- package/src/models/InsightsServiceInsightsServiceQueryBody.ts +11 -2
- package/src/models/InsightsServiceInsightsServiceRetentionBody.ts +9 -2
- package/src/models/InsightsServiceListCoinsResponse.ts +9 -2
- package/src/models/InsightsServiceQueryRequestQuery.ts +24 -13
- package/src/models/InsightsServiceQueryResponse.ts +8 -2
- package/src/models/InsightsServiceQueryResponseResult.ts +18 -8
- package/src/models/InsightsServiceRetentionRequest.ts +9 -2
- package/src/models/InsightsServiceRetentionResponse.ts +15 -8
- package/src/models/MetricsServiceGetMetricsResponse.ts +8 -2
- package/src/models/MetricsServiceMetricInfo.ts +9 -2
- package/src/models/MetricsServiceMetricInfoLabelValues.ts +7 -2
- package/src/models/MetricsServiceMetricMetadata.ts +7 -2
- package/src/models/MetricsServiceMetricsQueryResponse.ts +8 -2
- package/src/models/MetricsServiceMetricsQueryResponseMatrix.ts +8 -2
- package/src/models/MetricsServiceMetricsQueryResponseMetric.ts +7 -2
- package/src/models/MetricsServiceMetricsQueryResponseResult.ts +15 -8
- package/src/models/MetricsServiceMetricsQueryResponseSample.ts +9 -2
- package/src/models/MetricsServiceMetricsQueryResponseValue.ts +7 -2
- package/src/models/MetricsServiceObservabilityServiceQueryBody.ts +15 -8
- package/src/models/MetricsServiceObservabilityServiceQueryRangeBody.ts +17 -9
- package/src/models/MetricsServiceQueryValueResponse.ts +8 -2
- package/src/models/MetricsServiceQueryValueResponseResult.ts +8 -2
- package/src/models/PriceServiceBatchGetPricesRequest.ts +81 -0
- package/src/models/PriceServiceBatchGetPricesResponse.ts +73 -0
- package/src/models/PriceServiceBatchGetPricesResponseCoinPrice.ts +96 -0
- package/src/models/PriceServiceBatchGetPricesResponseCoinPricePrice.ts +73 -0
- package/src/models/PriceServiceCheckLatestPriceResponse.ts +81 -0
- package/src/models/PriceServiceCheckLatestPriceResponseCoinPrice.ts +89 -0
- package/src/models/PriceServiceCoinID.ts +81 -0
- package/src/models/PriceServiceCoinIDAddressIdentifier.ts +74 -0
- package/src/models/PriceServiceGetPriceResponse.ts +73 -0
- package/src/models/PriceServiceListCoinsResponse.ts +81 -0
- package/src/models/SolidityServiceBaseChainConfig.ts +123 -0
- package/src/models/SolidityServiceBlockOverrides.ts +7 -2
- package/src/models/SolidityServiceChainIdentifier.ts +73 -0
- package/src/models/SolidityServiceCompileSourceInternalResponse.ts +8 -2
- package/src/models/SolidityServiceCompilerOptions.ts +9 -2
- package/src/models/SolidityServiceContractKeyInfo.ts +7 -2
- package/src/models/SolidityServiceCreateForkResponse.ts +73 -0
- package/src/models/SolidityServiceDecodeStateDiffResponse.ts +7 -2
- package/src/models/SolidityServiceExternalFork.ts +81 -0
- package/src/models/SolidityServiceFailure.ts +7 -2
- package/src/models/SolidityServiceFetchAndCompileInternalResponse.ts +8 -2
- package/src/models/SolidityServiceFork.ts +145 -0
- package/src/models/SolidityServiceForkServiceCreateForkBody.ts +74 -0
- package/src/models/SolidityServiceForkServiceUpdateForkBody.ts +74 -0
- package/src/models/SolidityServiceForkType.ts +53 -0
- package/src/models/SolidityServiceGetForkInfoResponse.ts +128 -0
- package/src/models/SolidityServiceGetForkResponse.ts +73 -0
- package/src/models/SolidityServiceGetSimulationBundleResponse.ts +8 -2
- package/src/models/SolidityServiceGetSimulationResponse.ts +8 -2
- package/src/models/SolidityServiceGetSimulationsResponse.ts +8 -2
- package/src/models/SolidityServiceGetStorageSummaryInternalResponse.ts +8 -2
- package/src/models/SolidityServiceGetTraceCallInternalRequestBundle.ts +8 -2
- package/src/models/SolidityServiceGetTraceCallInternalRequestStateContext.ts +7 -2
- package/src/models/SolidityServiceGetTraceCallInternalResponse.ts +7 -2
- package/src/models/SolidityServiceGetTraceTransactionInternalResponse.ts +7 -2
- package/src/models/SolidityServiceListForksResponse.ts +73 -0
- package/src/models/SolidityServiceManagedFork.ts +89 -0
- package/src/models/SolidityServiceMetadata.ts +7 -2
- package/src/models/SolidityServiceNodeEnvironment.ts +89 -0
- package/src/models/SolidityServiceNodeForkConfig.ts +81 -0
- package/src/models/SolidityServiceOptimizer.ts +8 -2
- package/src/models/SolidityServiceOptimizerDetails.ts +8 -2
- package/src/models/SolidityServiceOptimizerDetailsYulDetails.ts +7 -2
- package/src/models/SolidityServicePreProcessCompilationInternalResponse.ts +7 -2
- package/src/models/SolidityServiceSettings.ts +9 -2
- package/src/models/SolidityServiceSimulateTransactionBundleResponse.ts +8 -2
- package/src/models/SolidityServiceSimulateTransactionResponse.ts +8 -2
- package/src/models/SolidityServiceSimulation.ts +69 -27
- package/src/models/SolidityServiceSimulationResult.ts +15 -8
- package/src/models/SolidityServiceSolidityAPIServiceSimulateTransactionBody.ts +89 -0
- package/src/models/SolidityServiceSolidityAPIServiceSimulateTransactionBodyChainSpec.ts +65 -0
- package/src/models/SolidityServiceSolidityAPIServiceSimulateTransactionBundleBody.ts +89 -0
- package/src/models/SolidityServiceSourceFetcherType.ts +54 -0
- package/src/models/SolidityServiceSourceInfo.ts +8 -2
- package/src/models/SolidityServiceSourceMultiFile.ts +7 -2
- package/src/models/SolidityServiceSourceSpec.ts +8 -2
- package/src/models/SolidityServiceSpecializations.ts +7 -2
- package/src/models/SolidityServiceStateOverride.ts +7 -2
- package/src/models/SolidityServiceStorageSummaryResult.ts +7 -2
- package/src/models/SolidityServiceTxIdentifier.ts +10 -6
- package/src/models/SolidityServiceUpdateForkResponse.ts +73 -0
- package/src/models/TxindexEvmRawTransaction.ts +8 -2
- package/src/models/TxindexEvmSearchTransactionsResponse.ts +8 -2
- package/src/models/WebServiceChart.ts +47 -30
- package/src/models/WebServiceChartChartType.ts +12 -1
- package/src/models/WebServiceChartConfig.ts +59 -31
- package/src/models/WebServiceChartConfigBarGaugeConfig.ts +18 -8
- package/src/models/WebServiceChartConfigCalculation.ts +12 -1
- package/src/models/WebServiceChartConfigColorTheme.ts +7 -2
- package/src/models/WebServiceChartConfigColumnSort.ts +7 -2
- package/src/models/WebServiceChartConfigCompareTime.ts +8 -2
- package/src/models/WebServiceChartConfigDirection.ts +12 -1
- package/src/models/WebServiceChartConfigLineConfig.ts +75 -0
- package/src/models/WebServiceChartConfigLineConfigStyle.ts +53 -0
- package/src/models/WebServiceChartConfigMappingRule.ts +8 -2
- package/src/models/WebServiceChartConfigMarker.ts +10 -2
- package/src/models/WebServiceChartConfigMarkerType.ts +12 -1
- package/src/models/WebServiceChartConfigPieConfig.ts +11 -2
- package/src/models/WebServiceChartConfigPieConfigPieType.ts +12 -1
- package/src/models/WebServiceChartConfigQueryValueConfig.ts +11 -2
- package/src/models/WebServiceChartConfigSort.ts +10 -2
- package/src/models/WebServiceChartConfigSortBy.ts +12 -1
- package/src/models/WebServiceChartConfigTableConfig.ts +18 -8
- package/src/models/WebServiceChartConfigTimeRangeOverride.ts +9 -2
- package/src/models/WebServiceChartConfigValueConfig.ts +12 -2
- package/src/models/WebServiceChartConfigValueConfigStyle.ts +12 -1
- package/src/models/WebServiceChartConfigValueFormatter.ts +12 -1
- package/src/models/WebServiceChartConfigYAxisConfig.ts +7 -2
- package/src/models/WebServiceChartDataSourceType.ts +12 -1
- package/src/models/WebServiceDashboard.ts +26 -14
- package/src/models/WebServiceDashboardDashboardVisibility.ts +12 -1
- package/src/models/WebServiceDashboardExtra.ts +9 -2
- package/src/models/WebServiceDashboardExtraTemplateVariable.ts +7 -2
- package/src/models/WebServiceDashboardExtraTemplateView.ts +7 -2
- package/src/models/WebServiceDashboardLayouts.ts +8 -2
- package/src/models/WebServiceDashboardLayoutsLayout.ts +7 -2
- package/src/models/WebServiceDashboardResponsiveLayouts.ts +8 -2
- package/src/models/WebServiceDashboardSharing.ts +7 -2
- package/src/models/WebServiceEventLogsConfig.ts +9 -2
- package/src/models/WebServiceEventLogsConfigTimeRangeOverride.ts +8 -2
- package/src/models/WebServiceExportDashboardResponse.ts +7 -2
- package/src/models/WebServiceGetDashboardResponse.ts +9 -2
- package/src/models/WebServiceGetProjectListResponse.ts +8 -2
- package/src/models/WebServiceGetProjectResponse.ts +9 -2
- package/src/models/WebServiceImportDashboardRequest.ts +9 -4
- package/src/models/WebServiceImportDashboardResponse.ts +8 -2
- package/src/models/WebServiceNote.ts +18 -8
- package/src/models/WebServiceNoteAlignment.ts +12 -1
- package/src/models/WebServiceNoteFontSize.ts +12 -1
- package/src/models/WebServiceNoteVerticalAlignment.ts +12 -1
- package/src/models/WebServicePanel.ts +8 -2
- package/src/models/index.ts +37 -3
- package/src/runtime.ts +1 -1
- package/dist/src/models/InsightsServiceQueryRequest.d.ts +0 -95
- package/dist/src/models/InsightsServiceQueryRequest.js +0 -63
- package/dist/src/models/InsightsServiceQueryRequest.js.map +0 -1
- package/dist/src/models/SolidityServiceSimulateTransactionBundleRequest.d.ts +0 -44
- package/dist/src/models/SolidityServiceSimulateTransactionBundleRequest.js +0 -50
- package/dist/src/models/SolidityServiceSimulateTransactionBundleRequest.js.map +0 -1
- package/dist/src/models/SolidityServiceSimulateTransactionRequest.d.ts +0 -44
- package/dist/src/models/SolidityServiceSimulateTransactionRequest.js +0 -50
- package/dist/src/models/SolidityServiceSimulateTransactionRequest.js.map +0 -1
- package/src/models/InsightsServiceQueryRequest.ts +0 -165
- package/src/models/SolidityServiceSimulateTransactionBundleRequest.ts +0 -86
- package/src/models/SolidityServiceSimulateTransactionRequest.ts +0 -86
|
@@ -36,7 +36,7 @@ export interface EvmAccessListItem {
|
|
|
36
36
|
/**
|
|
37
37
|
* Check if a given object implements the EvmAccessListItem interface.
|
|
38
38
|
*/
|
|
39
|
-
export function instanceOfEvmAccessListItem(value: object):
|
|
39
|
+
export function instanceOfEvmAccessListItem(value: object): value is EvmAccessListItem {
|
|
40
40
|
return true;
|
|
41
41
|
}
|
|
42
42
|
|
|
@@ -55,10 +55,15 @@ export function EvmAccessListItemFromJSONTyped(json: any, ignoreDiscriminator: b
|
|
|
55
55
|
};
|
|
56
56
|
}
|
|
57
57
|
|
|
58
|
-
export function EvmAccessListItemToJSON(
|
|
58
|
+
export function EvmAccessListItemToJSON(json: any): EvmAccessListItem {
|
|
59
|
+
return EvmAccessListItemToJSONTyped(json, false);
|
|
60
|
+
}
|
|
61
|
+
|
|
62
|
+
export function EvmAccessListItemToJSONTyped(value?: EvmAccessListItem | null, ignoreDiscriminator: boolean = false): any {
|
|
59
63
|
if (value == null) {
|
|
60
64
|
return value;
|
|
61
65
|
}
|
|
66
|
+
|
|
62
67
|
return {
|
|
63
68
|
|
|
64
69
|
'address': value['address'],
|
|
@@ -18,6 +18,7 @@ import {
|
|
|
18
18
|
EvmAccessListItemFromJSON,
|
|
19
19
|
EvmAccessListItemFromJSONTyped,
|
|
20
20
|
EvmAccessListItemToJSON,
|
|
21
|
+
EvmAccessListItemToJSONTyped,
|
|
21
22
|
} from './EvmAccessListItem.js';
|
|
22
23
|
|
|
23
24
|
/**
|
|
@@ -127,7 +128,7 @@ export interface EvmTransaction {
|
|
|
127
128
|
/**
|
|
128
129
|
* Check if a given object implements the EvmTransaction interface.
|
|
129
130
|
*/
|
|
130
|
-
export function instanceOfEvmTransaction(value: object):
|
|
131
|
+
export function instanceOfEvmTransaction(value: object): value is EvmTransaction {
|
|
131
132
|
return true;
|
|
132
133
|
}
|
|
133
134
|
|
|
@@ -160,10 +161,15 @@ export function EvmTransactionFromJSONTyped(json: any, ignoreDiscriminator: bool
|
|
|
160
161
|
};
|
|
161
162
|
}
|
|
162
163
|
|
|
163
|
-
export function EvmTransactionToJSON(
|
|
164
|
+
export function EvmTransactionToJSON(json: any): EvmTransaction {
|
|
165
|
+
return EvmTransactionToJSONTyped(json, false);
|
|
166
|
+
}
|
|
167
|
+
|
|
168
|
+
export function EvmTransactionToJSONTyped(value?: EvmTransaction | null, ignoreDiscriminator: boolean = false): any {
|
|
164
169
|
if (value == null) {
|
|
165
170
|
return value;
|
|
166
171
|
}
|
|
172
|
+
|
|
167
173
|
return {
|
|
168
174
|
|
|
169
175
|
'blockNumber': value['blockNumber'],
|
|
@@ -66,7 +66,7 @@ export interface EvmTransactionReceipt {
|
|
|
66
66
|
/**
|
|
67
67
|
* Check if a given object implements the EvmTransactionReceipt interface.
|
|
68
68
|
*/
|
|
69
|
-
export function instanceOfEvmTransactionReceipt(value: object):
|
|
69
|
+
export function instanceOfEvmTransactionReceipt(value: object): value is EvmTransactionReceipt {
|
|
70
70
|
return true;
|
|
71
71
|
}
|
|
72
72
|
|
|
@@ -90,10 +90,15 @@ export function EvmTransactionReceiptFromJSONTyped(json: any, ignoreDiscriminato
|
|
|
90
90
|
};
|
|
91
91
|
}
|
|
92
92
|
|
|
93
|
-
export function EvmTransactionReceiptToJSON(
|
|
93
|
+
export function EvmTransactionReceiptToJSON(json: any): EvmTransactionReceipt {
|
|
94
|
+
return EvmTransactionReceiptToJSONTyped(json, false);
|
|
95
|
+
}
|
|
96
|
+
|
|
97
|
+
export function EvmTransactionReceiptToJSONTyped(value?: EvmTransactionReceipt | null, ignoreDiscriminator: boolean = false): any {
|
|
94
98
|
if (value == null) {
|
|
95
99
|
return value;
|
|
96
100
|
}
|
|
101
|
+
|
|
97
102
|
return {
|
|
98
103
|
|
|
99
104
|
'gasUsed': value['gasUsed'],
|
|
@@ -18,71 +18,29 @@ import {
|
|
|
18
18
|
GoogleProtobufAnyFromJSON,
|
|
19
19
|
GoogleProtobufAnyFromJSONTyped,
|
|
20
20
|
GoogleProtobufAnyToJSON,
|
|
21
|
+
GoogleProtobufAnyToJSONTyped,
|
|
21
22
|
} from './GoogleProtobufAny.js';
|
|
22
23
|
|
|
23
24
|
/**
|
|
24
|
-
* Message that represents an arbitrary HTTP body. It should only be used for
|
|
25
|
-
* payload formats that can't be represented as JSON, such as raw binary or
|
|
26
|
-
* an HTML page.
|
|
27
25
|
*
|
|
28
|
-
*
|
|
29
|
-
* This message can be used both in streaming and non-streaming API methods in
|
|
30
|
-
* the request as well as the response.
|
|
31
|
-
*
|
|
32
|
-
* It can be used as a top-level request field, which is convenient if one
|
|
33
|
-
* wants to extract parameters from either the URL or HTTP template into the
|
|
34
|
-
* request fields and also want access to the raw HTTP body.
|
|
35
|
-
*
|
|
36
|
-
* Example:
|
|
37
|
-
*
|
|
38
|
-
* message GetResourceRequest {
|
|
39
|
-
* // A unique request id.
|
|
40
|
-
* string request_id = 1;
|
|
41
|
-
*
|
|
42
|
-
* // The raw HTTP body is bound to this field.
|
|
43
|
-
* google.api.HttpBody http_body = 2;
|
|
44
|
-
*
|
|
45
|
-
* }
|
|
46
|
-
*
|
|
47
|
-
* service ResourceService {
|
|
48
|
-
* rpc GetResource(GetResourceRequest)
|
|
49
|
-
* returns (google.api.HttpBody);
|
|
50
|
-
* rpc UpdateResource(google.api.HttpBody)
|
|
51
|
-
* returns (google.protobuf.Empty);
|
|
52
|
-
*
|
|
53
|
-
* }
|
|
54
|
-
*
|
|
55
|
-
* Example with streaming methods:
|
|
56
|
-
*
|
|
57
|
-
* service CaldavService {
|
|
58
|
-
* rpc GetCalendar(stream google.api.HttpBody)
|
|
59
|
-
* returns (stream google.api.HttpBody);
|
|
60
|
-
* rpc UpdateCalendar(stream google.api.HttpBody)
|
|
61
|
-
* returns (stream google.api.HttpBody);
|
|
62
|
-
*
|
|
63
|
-
* }
|
|
64
|
-
*
|
|
65
|
-
* Use of this type only changes how the request and response bodies are
|
|
66
|
-
* handled, all other features will continue to work unchanged.
|
|
67
26
|
* @export
|
|
68
27
|
* @interface GoogleApiHttpBody
|
|
69
28
|
*/
|
|
70
29
|
export interface GoogleApiHttpBody {
|
|
71
30
|
/**
|
|
72
|
-
*
|
|
31
|
+
*
|
|
73
32
|
* @type {string}
|
|
74
33
|
* @memberof GoogleApiHttpBody
|
|
75
34
|
*/
|
|
76
35
|
contentType?: string;
|
|
77
36
|
/**
|
|
78
|
-
*
|
|
37
|
+
*
|
|
79
38
|
* @type {string}
|
|
80
39
|
* @memberof GoogleApiHttpBody
|
|
81
40
|
*/
|
|
82
41
|
data?: string;
|
|
83
42
|
/**
|
|
84
|
-
*
|
|
85
|
-
* for streaming APIs.
|
|
43
|
+
*
|
|
86
44
|
* @type {Array<GoogleProtobufAny>}
|
|
87
45
|
* @memberof GoogleApiHttpBody
|
|
88
46
|
*/
|
|
@@ -92,7 +50,7 @@ export interface GoogleApiHttpBody {
|
|
|
92
50
|
/**
|
|
93
51
|
* Check if a given object implements the GoogleApiHttpBody interface.
|
|
94
52
|
*/
|
|
95
|
-
export function instanceOfGoogleApiHttpBody(value: object):
|
|
53
|
+
export function instanceOfGoogleApiHttpBody(value: object): value is GoogleApiHttpBody {
|
|
96
54
|
return true;
|
|
97
55
|
}
|
|
98
56
|
|
|
@@ -112,10 +70,15 @@ export function GoogleApiHttpBodyFromJSONTyped(json: any, ignoreDiscriminator: b
|
|
|
112
70
|
};
|
|
113
71
|
}
|
|
114
72
|
|
|
115
|
-
export function GoogleApiHttpBodyToJSON(
|
|
73
|
+
export function GoogleApiHttpBodyToJSON(json: any): GoogleApiHttpBody {
|
|
74
|
+
return GoogleApiHttpBodyToJSONTyped(json, false);
|
|
75
|
+
}
|
|
76
|
+
|
|
77
|
+
export function GoogleApiHttpBodyToJSONTyped(value?: GoogleApiHttpBody | null, ignoreDiscriminator: boolean = false): any {
|
|
116
78
|
if (value == null) {
|
|
117
79
|
return value;
|
|
118
80
|
}
|
|
81
|
+
|
|
119
82
|
return {
|
|
120
83
|
|
|
121
84
|
'contentType': value['contentType'],
|
|
@@ -128,7 +128,8 @@ export interface GoogleProtobufAny {
|
|
|
128
128
|
*
|
|
129
129
|
* Note: this functionality is not currently available in the official
|
|
130
130
|
* protobuf release, and it is not used for type URLs beginning with
|
|
131
|
-
* type.googleapis.com.
|
|
131
|
+
* type.googleapis.com. As of May 2023, there are no widely used type server
|
|
132
|
+
* implementations and no plans to implement one.
|
|
132
133
|
*
|
|
133
134
|
* Schemes other than `http`, `https` (or the empty scheme) might be
|
|
134
135
|
* used with implementation specific semantics.
|
|
@@ -141,7 +142,7 @@ export interface GoogleProtobufAny {
|
|
|
141
142
|
/**
|
|
142
143
|
* Check if a given object implements the GoogleProtobufAny interface.
|
|
143
144
|
*/
|
|
144
|
-
export function instanceOfGoogleProtobufAny(value: object):
|
|
145
|
+
export function instanceOfGoogleProtobufAny(value: object): value is GoogleProtobufAny {
|
|
145
146
|
return true;
|
|
146
147
|
}
|
|
147
148
|
|
|
@@ -160,10 +161,15 @@ export function GoogleProtobufAnyFromJSONTyped(json: any, ignoreDiscriminator: b
|
|
|
160
161
|
};
|
|
161
162
|
}
|
|
162
163
|
|
|
163
|
-
export function GoogleProtobufAnyToJSON(
|
|
164
|
+
export function GoogleProtobufAnyToJSON(json: any): GoogleProtobufAny {
|
|
165
|
+
return GoogleProtobufAnyToJSONTyped(json, false);
|
|
166
|
+
}
|
|
167
|
+
|
|
168
|
+
export function GoogleProtobufAnyToJSONTyped(value?: GoogleProtobufAny | null, ignoreDiscriminator: boolean = false): any {
|
|
164
169
|
if (value == null) {
|
|
165
170
|
return value;
|
|
166
171
|
}
|
|
172
|
+
|
|
167
173
|
return {
|
|
168
174
|
|
|
169
175
|
...value,
|
|
@@ -29,7 +29,14 @@ export type GoogleProtobufNullValue = typeof GoogleProtobufNullValue[keyof typeo
|
|
|
29
29
|
|
|
30
30
|
|
|
31
31
|
export function instanceOfGoogleProtobufNullValue(value: any): boolean {
|
|
32
|
-
|
|
32
|
+
for (const key in GoogleProtobufNullValue) {
|
|
33
|
+
if (Object.prototype.hasOwnProperty.call(GoogleProtobufNullValue, key)) {
|
|
34
|
+
if (GoogleProtobufNullValue[key as keyof typeof GoogleProtobufNullValue] === value) {
|
|
35
|
+
return true;
|
|
36
|
+
}
|
|
37
|
+
}
|
|
38
|
+
}
|
|
39
|
+
return false;
|
|
33
40
|
}
|
|
34
41
|
|
|
35
42
|
export function GoogleProtobufNullValueFromJSON(json: any): GoogleProtobufNullValue {
|
|
@@ -44,3 +51,7 @@ export function GoogleProtobufNullValueToJSON(value?: GoogleProtobufNullValue |
|
|
|
44
51
|
return value as any;
|
|
45
52
|
}
|
|
46
53
|
|
|
54
|
+
export function GoogleProtobufNullValueToJSONTyped(value: any, ignoreDiscriminator: boolean): GoogleProtobufNullValue {
|
|
55
|
+
return value as GoogleProtobufNullValue;
|
|
56
|
+
}
|
|
57
|
+
|
|
@@ -29,7 +29,14 @@ export type InsightsServiceDataSource = typeof InsightsServiceDataSource[keyof t
|
|
|
29
29
|
|
|
30
30
|
|
|
31
31
|
export function instanceOfInsightsServiceDataSource(value: any): boolean {
|
|
32
|
-
|
|
32
|
+
for (const key in InsightsServiceDataSource) {
|
|
33
|
+
if (Object.prototype.hasOwnProperty.call(InsightsServiceDataSource, key)) {
|
|
34
|
+
if (InsightsServiceDataSource[key as keyof typeof InsightsServiceDataSource] === value) {
|
|
35
|
+
return true;
|
|
36
|
+
}
|
|
37
|
+
}
|
|
38
|
+
}
|
|
39
|
+
return false;
|
|
33
40
|
}
|
|
34
41
|
|
|
35
42
|
export function InsightsServiceDataSourceFromJSON(json: any): InsightsServiceDataSource {
|
|
@@ -44,3 +51,7 @@ export function InsightsServiceDataSourceToJSON(value?: InsightsServiceDataSourc
|
|
|
44
51
|
return value as any;
|
|
45
52
|
}
|
|
46
53
|
|
|
54
|
+
export function InsightsServiceDataSourceToJSONTyped(value: any, ignoreDiscriminator: boolean): InsightsServiceDataSource {
|
|
55
|
+
return value as InsightsServiceDataSource;
|
|
56
|
+
}
|
|
57
|
+
|
|
@@ -18,24 +18,28 @@ import {
|
|
|
18
18
|
CommonCachePolicyFromJSON,
|
|
19
19
|
CommonCachePolicyFromJSONTyped,
|
|
20
20
|
CommonCachePolicyToJSON,
|
|
21
|
+
CommonCachePolicyToJSONTyped,
|
|
21
22
|
} from './CommonCachePolicy.js';
|
|
22
23
|
import type { CommonFormula } from './CommonFormula.js';
|
|
23
24
|
import {
|
|
24
25
|
CommonFormulaFromJSON,
|
|
25
26
|
CommonFormulaFromJSONTyped,
|
|
26
27
|
CommonFormulaToJSON,
|
|
28
|
+
CommonFormulaToJSONTyped,
|
|
27
29
|
} from './CommonFormula.js';
|
|
28
30
|
import type { CommonTimeRangeLite } from './CommonTimeRangeLite.js';
|
|
29
31
|
import {
|
|
30
32
|
CommonTimeRangeLiteFromJSON,
|
|
31
33
|
CommonTimeRangeLiteFromJSONTyped,
|
|
32
34
|
CommonTimeRangeLiteToJSON,
|
|
35
|
+
CommonTimeRangeLiteToJSONTyped,
|
|
33
36
|
} from './CommonTimeRangeLite.js';
|
|
34
37
|
import type { InsightsServiceQueryRequestQuery } from './InsightsServiceQueryRequestQuery.js';
|
|
35
38
|
import {
|
|
36
39
|
InsightsServiceQueryRequestQueryFromJSON,
|
|
37
40
|
InsightsServiceQueryRequestQueryFromJSONTyped,
|
|
38
41
|
InsightsServiceQueryRequestQueryToJSON,
|
|
42
|
+
InsightsServiceQueryRequestQueryToJSONTyped,
|
|
39
43
|
} from './InsightsServiceQueryRequestQuery.js';
|
|
40
44
|
|
|
41
45
|
/**
|
|
@@ -103,7 +107,7 @@ export interface InsightsServiceInsightsServiceQueryBody {
|
|
|
103
107
|
/**
|
|
104
108
|
* Check if a given object implements the InsightsServiceInsightsServiceQueryBody interface.
|
|
105
109
|
*/
|
|
106
|
-
export function instanceOfInsightsServiceInsightsServiceQueryBody(value: object):
|
|
110
|
+
export function instanceOfInsightsServiceInsightsServiceQueryBody(value: object): value is InsightsServiceInsightsServiceQueryBody {
|
|
107
111
|
return true;
|
|
108
112
|
}
|
|
109
113
|
|
|
@@ -129,10 +133,15 @@ export function InsightsServiceInsightsServiceQueryBodyFromJSONTyped(json: any,
|
|
|
129
133
|
};
|
|
130
134
|
}
|
|
131
135
|
|
|
132
|
-
export function InsightsServiceInsightsServiceQueryBodyToJSON(
|
|
136
|
+
export function InsightsServiceInsightsServiceQueryBodyToJSON(json: any): InsightsServiceInsightsServiceQueryBody {
|
|
137
|
+
return InsightsServiceInsightsServiceQueryBodyToJSONTyped(json, false);
|
|
138
|
+
}
|
|
139
|
+
|
|
140
|
+
export function InsightsServiceInsightsServiceQueryBodyToJSONTyped(value?: InsightsServiceInsightsServiceQueryBody | null, ignoreDiscriminator: boolean = false): any {
|
|
133
141
|
if (value == null) {
|
|
134
142
|
return value;
|
|
135
143
|
}
|
|
144
|
+
|
|
136
145
|
return {
|
|
137
146
|
|
|
138
147
|
'projectId': value['projectId'],
|
|
@@ -18,12 +18,14 @@ import {
|
|
|
18
18
|
CommonRetentionQueryFromJSON,
|
|
19
19
|
CommonRetentionQueryFromJSONTyped,
|
|
20
20
|
CommonRetentionQueryToJSON,
|
|
21
|
+
CommonRetentionQueryToJSONTyped,
|
|
21
22
|
} from './CommonRetentionQuery.js';
|
|
22
23
|
import type { CommonTimeRangeLite } from './CommonTimeRangeLite.js';
|
|
23
24
|
import {
|
|
24
25
|
CommonTimeRangeLiteFromJSON,
|
|
25
26
|
CommonTimeRangeLiteFromJSONTyped,
|
|
26
27
|
CommonTimeRangeLiteToJSON,
|
|
28
|
+
CommonTimeRangeLiteToJSONTyped,
|
|
27
29
|
} from './CommonTimeRangeLite.js';
|
|
28
30
|
|
|
29
31
|
/**
|
|
@@ -61,7 +63,7 @@ export interface InsightsServiceInsightsServiceRetentionBody {
|
|
|
61
63
|
/**
|
|
62
64
|
* Check if a given object implements the InsightsServiceInsightsServiceRetentionBody interface.
|
|
63
65
|
*/
|
|
64
|
-
export function instanceOfInsightsServiceInsightsServiceRetentionBody(value: object):
|
|
66
|
+
export function instanceOfInsightsServiceInsightsServiceRetentionBody(value: object): value is InsightsServiceInsightsServiceRetentionBody {
|
|
65
67
|
return true;
|
|
66
68
|
}
|
|
67
69
|
|
|
@@ -82,10 +84,15 @@ export function InsightsServiceInsightsServiceRetentionBodyFromJSONTyped(json: a
|
|
|
82
84
|
};
|
|
83
85
|
}
|
|
84
86
|
|
|
85
|
-
export function InsightsServiceInsightsServiceRetentionBodyToJSON(
|
|
87
|
+
export function InsightsServiceInsightsServiceRetentionBodyToJSON(json: any): InsightsServiceInsightsServiceRetentionBody {
|
|
88
|
+
return InsightsServiceInsightsServiceRetentionBodyToJSONTyped(json, false);
|
|
89
|
+
}
|
|
90
|
+
|
|
91
|
+
export function InsightsServiceInsightsServiceRetentionBodyToJSONTyped(value?: InsightsServiceInsightsServiceRetentionBody | null, ignoreDiscriminator: boolean = false): any {
|
|
86
92
|
if (value == null) {
|
|
87
93
|
return value;
|
|
88
94
|
}
|
|
95
|
+
|
|
89
96
|
return {
|
|
90
97
|
|
|
91
98
|
'projectId': value['projectId'],
|
|
@@ -18,12 +18,14 @@ import {
|
|
|
18
18
|
CommonCoinIDFromJSON,
|
|
19
19
|
CommonCoinIDFromJSONTyped,
|
|
20
20
|
CommonCoinIDToJSON,
|
|
21
|
+
CommonCoinIDToJSONTyped,
|
|
21
22
|
} from './CommonCoinID.js';
|
|
22
23
|
import type { CommonComputeStats } from './CommonComputeStats.js';
|
|
23
24
|
import {
|
|
24
25
|
CommonComputeStatsFromJSON,
|
|
25
26
|
CommonComputeStatsFromJSONTyped,
|
|
26
27
|
CommonComputeStatsToJSON,
|
|
28
|
+
CommonComputeStatsToJSONTyped,
|
|
27
29
|
} from './CommonComputeStats.js';
|
|
28
30
|
|
|
29
31
|
/**
|
|
@@ -49,7 +51,7 @@ export interface InsightsServiceListCoinsResponse {
|
|
|
49
51
|
/**
|
|
50
52
|
* Check if a given object implements the InsightsServiceListCoinsResponse interface.
|
|
51
53
|
*/
|
|
52
|
-
export function instanceOfInsightsServiceListCoinsResponse(value: object):
|
|
54
|
+
export function instanceOfInsightsServiceListCoinsResponse(value: object): value is InsightsServiceListCoinsResponse {
|
|
53
55
|
return true;
|
|
54
56
|
}
|
|
55
57
|
|
|
@@ -68,10 +70,15 @@ export function InsightsServiceListCoinsResponseFromJSONTyped(json: any, ignoreD
|
|
|
68
70
|
};
|
|
69
71
|
}
|
|
70
72
|
|
|
71
|
-
export function InsightsServiceListCoinsResponseToJSON(
|
|
73
|
+
export function InsightsServiceListCoinsResponseToJSON(json: any): InsightsServiceListCoinsResponse {
|
|
74
|
+
return InsightsServiceListCoinsResponseToJSONTyped(json, false);
|
|
75
|
+
}
|
|
76
|
+
|
|
77
|
+
export function InsightsServiceListCoinsResponseToJSONTyped(value?: InsightsServiceListCoinsResponse | null, ignoreDiscriminator: boolean = false): any {
|
|
72
78
|
if (value == null) {
|
|
73
79
|
return value;
|
|
74
80
|
}
|
|
81
|
+
|
|
75
82
|
return {
|
|
76
83
|
|
|
77
84
|
'coins': value['coins'] == null ? undefined : ((value['coins'] as Array<any>).map(CommonCoinIDToJSON)),
|
|
@@ -13,30 +13,34 @@
|
|
|
13
13
|
*/
|
|
14
14
|
|
|
15
15
|
import { mapValues } from '../runtime.js';
|
|
16
|
-
import type {
|
|
16
|
+
import type { InsightsServiceDataSource } from './InsightsServiceDataSource.js';
|
|
17
17
|
import {
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
18
|
+
InsightsServiceDataSourceFromJSON,
|
|
19
|
+
InsightsServiceDataSourceFromJSONTyped,
|
|
20
|
+
InsightsServiceDataSourceToJSON,
|
|
21
|
+
InsightsServiceDataSourceToJSONTyped,
|
|
22
|
+
} from './InsightsServiceDataSource.js';
|
|
22
23
|
import type { CommonQuery } from './CommonQuery.js';
|
|
23
24
|
import {
|
|
24
25
|
CommonQueryFromJSON,
|
|
25
26
|
CommonQueryFromJSONTyped,
|
|
26
27
|
CommonQueryToJSON,
|
|
28
|
+
CommonQueryToJSONTyped,
|
|
27
29
|
} from './CommonQuery.js';
|
|
30
|
+
import type { CommonPriceSegmentationQuery } from './CommonPriceSegmentationQuery.js';
|
|
31
|
+
import {
|
|
32
|
+
CommonPriceSegmentationQueryFromJSON,
|
|
33
|
+
CommonPriceSegmentationQueryFromJSONTyped,
|
|
34
|
+
CommonPriceSegmentationQueryToJSON,
|
|
35
|
+
CommonPriceSegmentationQueryToJSONTyped,
|
|
36
|
+
} from './CommonPriceSegmentationQuery.js';
|
|
28
37
|
import type { CommonSegmentationQuery } from './CommonSegmentationQuery.js';
|
|
29
38
|
import {
|
|
30
39
|
CommonSegmentationQueryFromJSON,
|
|
31
40
|
CommonSegmentationQueryFromJSONTyped,
|
|
32
41
|
CommonSegmentationQueryToJSON,
|
|
42
|
+
CommonSegmentationQueryToJSONTyped,
|
|
33
43
|
} from './CommonSegmentationQuery.js';
|
|
34
|
-
import type { InsightsServiceDataSource } from './InsightsServiceDataSource.js';
|
|
35
|
-
import {
|
|
36
|
-
InsightsServiceDataSourceFromJSON,
|
|
37
|
-
InsightsServiceDataSourceFromJSONTyped,
|
|
38
|
-
InsightsServiceDataSourceToJSON,
|
|
39
|
-
} from './InsightsServiceDataSource.js';
|
|
40
44
|
|
|
41
45
|
/**
|
|
42
46
|
*
|
|
@@ -76,10 +80,12 @@ export interface InsightsServiceQueryRequestQuery {
|
|
|
76
80
|
sourceName?: string;
|
|
77
81
|
}
|
|
78
82
|
|
|
83
|
+
|
|
84
|
+
|
|
79
85
|
/**
|
|
80
86
|
* Check if a given object implements the InsightsServiceQueryRequestQuery interface.
|
|
81
87
|
*/
|
|
82
|
-
export function instanceOfInsightsServiceQueryRequestQuery(value: object):
|
|
88
|
+
export function instanceOfInsightsServiceQueryRequestQuery(value: object): value is InsightsServiceQueryRequestQuery {
|
|
83
89
|
return true;
|
|
84
90
|
}
|
|
85
91
|
|
|
@@ -101,10 +107,15 @@ export function InsightsServiceQueryRequestQueryFromJSONTyped(json: any, ignoreD
|
|
|
101
107
|
};
|
|
102
108
|
}
|
|
103
109
|
|
|
104
|
-
export function InsightsServiceQueryRequestQueryToJSON(
|
|
110
|
+
export function InsightsServiceQueryRequestQueryToJSON(json: any): InsightsServiceQueryRequestQuery {
|
|
111
|
+
return InsightsServiceQueryRequestQueryToJSONTyped(json, false);
|
|
112
|
+
}
|
|
113
|
+
|
|
114
|
+
export function InsightsServiceQueryRequestQueryToJSONTyped(value?: InsightsServiceQueryRequestQuery | null, ignoreDiscriminator: boolean = false): any {
|
|
105
115
|
if (value == null) {
|
|
106
116
|
return value;
|
|
107
117
|
}
|
|
118
|
+
|
|
108
119
|
return {
|
|
109
120
|
|
|
110
121
|
'metricsQuery': CommonQueryToJSON(value['metricsQuery']),
|
|
@@ -18,6 +18,7 @@ import {
|
|
|
18
18
|
InsightsServiceQueryResponseResultFromJSON,
|
|
19
19
|
InsightsServiceQueryResponseResultFromJSONTyped,
|
|
20
20
|
InsightsServiceQueryResponseResultToJSON,
|
|
21
|
+
InsightsServiceQueryResponseResultToJSONTyped,
|
|
21
22
|
} from './InsightsServiceQueryResponseResult.js';
|
|
22
23
|
|
|
23
24
|
/**
|
|
@@ -37,7 +38,7 @@ export interface InsightsServiceQueryResponse {
|
|
|
37
38
|
/**
|
|
38
39
|
* Check if a given object implements the InsightsServiceQueryResponse interface.
|
|
39
40
|
*/
|
|
40
|
-
export function instanceOfInsightsServiceQueryResponse(value: object):
|
|
41
|
+
export function instanceOfInsightsServiceQueryResponse(value: object): value is InsightsServiceQueryResponse {
|
|
41
42
|
return true;
|
|
42
43
|
}
|
|
43
44
|
|
|
@@ -55,10 +56,15 @@ export function InsightsServiceQueryResponseFromJSONTyped(json: any, ignoreDiscr
|
|
|
55
56
|
};
|
|
56
57
|
}
|
|
57
58
|
|
|
58
|
-
export function InsightsServiceQueryResponseToJSON(
|
|
59
|
+
export function InsightsServiceQueryResponseToJSON(json: any): InsightsServiceQueryResponse {
|
|
60
|
+
return InsightsServiceQueryResponseToJSONTyped(json, false);
|
|
61
|
+
}
|
|
62
|
+
|
|
63
|
+
export function InsightsServiceQueryResponseToJSONTyped(value?: InsightsServiceQueryResponse | null, ignoreDiscriminator: boolean = false): any {
|
|
59
64
|
if (value == null) {
|
|
60
65
|
return value;
|
|
61
66
|
}
|
|
67
|
+
|
|
62
68
|
return {
|
|
63
69
|
|
|
64
70
|
'results': value['results'] == null ? undefined : ((value['results'] as Array<any>).map(InsightsServiceQueryResponseResultToJSON)),
|
|
@@ -13,24 +13,27 @@
|
|
|
13
13
|
*/
|
|
14
14
|
|
|
15
15
|
import { mapValues } from '../runtime.js';
|
|
16
|
+
import type { InsightsServiceDataSource } from './InsightsServiceDataSource.js';
|
|
17
|
+
import {
|
|
18
|
+
InsightsServiceDataSourceFromJSON,
|
|
19
|
+
InsightsServiceDataSourceFromJSONTyped,
|
|
20
|
+
InsightsServiceDataSourceToJSON,
|
|
21
|
+
InsightsServiceDataSourceToJSONTyped,
|
|
22
|
+
} from './InsightsServiceDataSource.js';
|
|
16
23
|
import type { CommonComputeStats } from './CommonComputeStats.js';
|
|
17
24
|
import {
|
|
18
25
|
CommonComputeStatsFromJSON,
|
|
19
26
|
CommonComputeStatsFromJSONTyped,
|
|
20
27
|
CommonComputeStatsToJSON,
|
|
28
|
+
CommonComputeStatsToJSONTyped,
|
|
21
29
|
} from './CommonComputeStats.js';
|
|
22
30
|
import type { CommonMatrix } from './CommonMatrix.js';
|
|
23
31
|
import {
|
|
24
32
|
CommonMatrixFromJSON,
|
|
25
33
|
CommonMatrixFromJSONTyped,
|
|
26
34
|
CommonMatrixToJSON,
|
|
35
|
+
CommonMatrixToJSONTyped,
|
|
27
36
|
} from './CommonMatrix.js';
|
|
28
|
-
import type { InsightsServiceDataSource } from './InsightsServiceDataSource.js';
|
|
29
|
-
import {
|
|
30
|
-
InsightsServiceDataSourceFromJSON,
|
|
31
|
-
InsightsServiceDataSourceFromJSONTyped,
|
|
32
|
-
InsightsServiceDataSourceToJSON,
|
|
33
|
-
} from './InsightsServiceDataSource.js';
|
|
34
37
|
|
|
35
38
|
/**
|
|
36
39
|
*
|
|
@@ -76,10 +79,12 @@ export interface InsightsServiceQueryResponseResult {
|
|
|
76
79
|
computeStats?: CommonComputeStats;
|
|
77
80
|
}
|
|
78
81
|
|
|
82
|
+
|
|
83
|
+
|
|
79
84
|
/**
|
|
80
85
|
* Check if a given object implements the InsightsServiceQueryResponseResult interface.
|
|
81
86
|
*/
|
|
82
|
-
export function instanceOfInsightsServiceQueryResponseResult(value: object):
|
|
87
|
+
export function instanceOfInsightsServiceQueryResponseResult(value: object): value is InsightsServiceQueryResponseResult {
|
|
83
88
|
return true;
|
|
84
89
|
}
|
|
85
90
|
|
|
@@ -102,10 +107,15 @@ export function InsightsServiceQueryResponseResultFromJSONTyped(json: any, ignor
|
|
|
102
107
|
};
|
|
103
108
|
}
|
|
104
109
|
|
|
105
|
-
export function InsightsServiceQueryResponseResultToJSON(
|
|
110
|
+
export function InsightsServiceQueryResponseResultToJSON(json: any): InsightsServiceQueryResponseResult {
|
|
111
|
+
return InsightsServiceQueryResponseResultToJSONTyped(json, false);
|
|
112
|
+
}
|
|
113
|
+
|
|
114
|
+
export function InsightsServiceQueryResponseResultToJSONTyped(value?: InsightsServiceQueryResponseResult | null, ignoreDiscriminator: boolean = false): any {
|
|
106
115
|
if (value == null) {
|
|
107
116
|
return value;
|
|
108
117
|
}
|
|
118
|
+
|
|
109
119
|
return {
|
|
110
120
|
|
|
111
121
|
'id': value['id'],
|
|
@@ -18,12 +18,14 @@ import {
|
|
|
18
18
|
CommonRetentionQueryFromJSON,
|
|
19
19
|
CommonRetentionQueryFromJSONTyped,
|
|
20
20
|
CommonRetentionQueryToJSON,
|
|
21
|
+
CommonRetentionQueryToJSONTyped,
|
|
21
22
|
} from './CommonRetentionQuery.js';
|
|
22
23
|
import type { CommonTimeRangeLite } from './CommonTimeRangeLite.js';
|
|
23
24
|
import {
|
|
24
25
|
CommonTimeRangeLiteFromJSON,
|
|
25
26
|
CommonTimeRangeLiteFromJSONTyped,
|
|
26
27
|
CommonTimeRangeLiteToJSON,
|
|
28
|
+
CommonTimeRangeLiteToJSONTyped,
|
|
27
29
|
} from './CommonTimeRangeLite.js';
|
|
28
30
|
|
|
29
31
|
/**
|
|
@@ -73,7 +75,7 @@ export interface InsightsServiceRetentionRequest {
|
|
|
73
75
|
/**
|
|
74
76
|
* Check if a given object implements the InsightsServiceRetentionRequest interface.
|
|
75
77
|
*/
|
|
76
|
-
export function instanceOfInsightsServiceRetentionRequest(value: object):
|
|
78
|
+
export function instanceOfInsightsServiceRetentionRequest(value: object): value is InsightsServiceRetentionRequest {
|
|
77
79
|
return true;
|
|
78
80
|
}
|
|
79
81
|
|
|
@@ -96,10 +98,15 @@ export function InsightsServiceRetentionRequestFromJSONTyped(json: any, ignoreDi
|
|
|
96
98
|
};
|
|
97
99
|
}
|
|
98
100
|
|
|
99
|
-
export function InsightsServiceRetentionRequestToJSON(
|
|
101
|
+
export function InsightsServiceRetentionRequestToJSON(json: any): InsightsServiceRetentionRequest {
|
|
102
|
+
return InsightsServiceRetentionRequestToJSONTyped(json, false);
|
|
103
|
+
}
|
|
104
|
+
|
|
105
|
+
export function InsightsServiceRetentionRequestToJSONTyped(value?: InsightsServiceRetentionRequest | null, ignoreDiscriminator: boolean = false): any {
|
|
100
106
|
if (value == null) {
|
|
101
107
|
return value;
|
|
102
108
|
}
|
|
109
|
+
|
|
103
110
|
return {
|
|
104
111
|
|
|
105
112
|
'projectOwner': value['projectOwner'],
|
|
@@ -13,18 +13,20 @@
|
|
|
13
13
|
*/
|
|
14
14
|
|
|
15
15
|
import { mapValues } from '../runtime.js';
|
|
16
|
-
import type { CommonComputeStats } from './CommonComputeStats.js';
|
|
17
|
-
import {
|
|
18
|
-
CommonComputeStatsFromJSON,
|
|
19
|
-
CommonComputeStatsFromJSONTyped,
|
|
20
|
-
CommonComputeStatsToJSON,
|
|
21
|
-
} from './CommonComputeStats.js';
|
|
22
16
|
import type { CommonRetentionMatrix } from './CommonRetentionMatrix.js';
|
|
23
17
|
import {
|
|
24
18
|
CommonRetentionMatrixFromJSON,
|
|
25
19
|
CommonRetentionMatrixFromJSONTyped,
|
|
26
20
|
CommonRetentionMatrixToJSON,
|
|
21
|
+
CommonRetentionMatrixToJSONTyped,
|
|
27
22
|
} from './CommonRetentionMatrix.js';
|
|
23
|
+
import type { CommonComputeStats } from './CommonComputeStats.js';
|
|
24
|
+
import {
|
|
25
|
+
CommonComputeStatsFromJSON,
|
|
26
|
+
CommonComputeStatsFromJSONTyped,
|
|
27
|
+
CommonComputeStatsToJSON,
|
|
28
|
+
CommonComputeStatsToJSONTyped,
|
|
29
|
+
} from './CommonComputeStats.js';
|
|
28
30
|
|
|
29
31
|
/**
|
|
30
32
|
*
|
|
@@ -55,7 +57,7 @@ export interface InsightsServiceRetentionResponse {
|
|
|
55
57
|
/**
|
|
56
58
|
* Check if a given object implements the InsightsServiceRetentionResponse interface.
|
|
57
59
|
*/
|
|
58
|
-
export function instanceOfInsightsServiceRetentionResponse(value: object):
|
|
60
|
+
export function instanceOfInsightsServiceRetentionResponse(value: object): value is InsightsServiceRetentionResponse {
|
|
59
61
|
return true;
|
|
60
62
|
}
|
|
61
63
|
|
|
@@ -75,10 +77,15 @@ export function InsightsServiceRetentionResponseFromJSONTyped(json: any, ignoreD
|
|
|
75
77
|
};
|
|
76
78
|
}
|
|
77
79
|
|
|
78
|
-
export function InsightsServiceRetentionResponseToJSON(
|
|
80
|
+
export function InsightsServiceRetentionResponseToJSON(json: any): InsightsServiceRetentionResponse {
|
|
81
|
+
return InsightsServiceRetentionResponseToJSONTyped(json, false);
|
|
82
|
+
}
|
|
83
|
+
|
|
84
|
+
export function InsightsServiceRetentionResponseToJSONTyped(value?: InsightsServiceRetentionResponse | null, ignoreDiscriminator: boolean = false): any {
|
|
79
85
|
if (value == null) {
|
|
80
86
|
return value;
|
|
81
87
|
}
|
|
88
|
+
|
|
82
89
|
return {
|
|
83
90
|
|
|
84
91
|
'computeStats': CommonComputeStatsToJSON(value['computeStats']),
|