@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
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
* Do not edit the class manually.
|
|
13
13
|
*/
|
|
14
14
|
import * as runtime from '../runtime.js';
|
|
15
|
-
import { GoogleApiHttpBodyFromJSON, SolidityServiceGetSimulationBundleResponseFromJSON, SolidityServiceGetSimulationResponseFromJSON, SolidityServiceGetSimulationsResponseFromJSON,
|
|
15
|
+
import { GoogleApiHttpBodyFromJSON, SolidityServiceGetSimulationBundleResponseFromJSON, SolidityServiceGetSimulationResponseFromJSON, SolidityServiceGetSimulationsResponseFromJSON, SolidityServiceSimulateTransactionBundleResponseFromJSON, SolidityServiceSimulateTransactionResponseFromJSON, SolidityServiceSolidityAPIServiceSimulateTransactionBodyToJSON, SolidityServiceSolidityAPIServiceSimulateTransactionBundleBodyToJSON, TxindexEvmSearchTransactionsResponseFromJSON, } from '../models/index.js';
|
|
16
16
|
/**
|
|
17
17
|
*
|
|
18
18
|
*/
|
|
@@ -22,21 +22,133 @@ export class DebugAndSimulationApi extends runtime.BaseAPI {
|
|
|
22
22
|
* Get indexed call trace
|
|
23
23
|
*/
|
|
24
24
|
async getCallTraceRaw(requestParameters, initOverrides) {
|
|
25
|
-
if (requestParameters['
|
|
26
|
-
throw new runtime.RequiredError('
|
|
25
|
+
if (requestParameters['projectOwner'] == null) {
|
|
26
|
+
throw new runtime.RequiredError('projectOwner', 'Required parameter "projectOwner" was null or undefined when calling getCallTrace().');
|
|
27
|
+
}
|
|
28
|
+
if (requestParameters['projectSlug'] == null) {
|
|
29
|
+
throw new runtime.RequiredError('projectSlug', 'Required parameter "projectSlug" was null or undefined when calling getCallTrace().');
|
|
30
|
+
}
|
|
31
|
+
if (requestParameters['chainSpecChainId'] == null) {
|
|
32
|
+
throw new runtime.RequiredError('chainSpecChainId', 'Required parameter "chainSpecChainId" was null or undefined when calling getCallTrace().');
|
|
27
33
|
}
|
|
28
34
|
if (requestParameters['txIdTxHash'] == null) {
|
|
29
35
|
throw new runtime.RequiredError('txIdTxHash', 'Required parameter "txIdTxHash" was null or undefined when calling getCallTrace().');
|
|
30
36
|
}
|
|
31
37
|
const queryParameters = {};
|
|
32
|
-
if (requestParameters['
|
|
33
|
-
queryParameters['
|
|
38
|
+
if (requestParameters['chainSpecForkId'] != null) {
|
|
39
|
+
queryParameters['chainSpec.forkId'] = requestParameters['chainSpecForkId'];
|
|
40
|
+
}
|
|
41
|
+
if (requestParameters['txIdSimulationId'] != null) {
|
|
42
|
+
queryParameters['txId.simulationId'] = requestParameters['txIdSimulationId'];
|
|
43
|
+
}
|
|
44
|
+
if (requestParameters['txIdBundleId'] != null) {
|
|
45
|
+
queryParameters['txId.bundleId'] = requestParameters['txIdBundleId'];
|
|
46
|
+
}
|
|
47
|
+
if (requestParameters['withInternalCalls'] != null) {
|
|
48
|
+
queryParameters['withInternalCalls'] = requestParameters['withInternalCalls'];
|
|
49
|
+
}
|
|
50
|
+
if (requestParameters['disableOptimizer'] != null) {
|
|
51
|
+
queryParameters['disableOptimizer'] = requestParameters['disableOptimizer'];
|
|
52
|
+
}
|
|
53
|
+
if (requestParameters['ignoreGasCost'] != null) {
|
|
54
|
+
queryParameters['ignoreGasCost'] = requestParameters['ignoreGasCost'];
|
|
55
|
+
}
|
|
56
|
+
const headerParameters = {};
|
|
57
|
+
if (this.configuration && this.configuration.apiKey) {
|
|
58
|
+
headerParameters["api-key"] = await this.configuration.apiKey("api-key"); // ApiKeyAuth authentication
|
|
59
|
+
}
|
|
60
|
+
const response = await this.request({
|
|
61
|
+
path: `/api/v1/solidity/{projectOwner}/{projectSlug}/{chainSpec.chainId}/transaction/{txId.txHash}/call_trace`.replace(`{${"projectOwner"}}`, encodeURIComponent(String(requestParameters['projectOwner']))).replace(`{${"projectSlug"}}`, encodeURIComponent(String(requestParameters['projectSlug']))).replace(`{${"chainSpec.chainId"}}`, encodeURIComponent(String(requestParameters['chainSpecChainId']))).replace(`{${"txId.txHash"}}`, encodeURIComponent(String(requestParameters['txIdTxHash']))),
|
|
62
|
+
method: 'GET',
|
|
63
|
+
headers: headerParameters,
|
|
64
|
+
query: queryParameters,
|
|
65
|
+
}, initOverrides);
|
|
66
|
+
return new runtime.JSONApiResponse(response, (jsonValue) => GoogleApiHttpBodyFromJSON(jsonValue));
|
|
67
|
+
}
|
|
68
|
+
/**
|
|
69
|
+
* API to get Sentio call trace. It takes `txId.txHash` and `networkId` arguments, where the first is transaction hash, and the second is the numeric ethereum chain ID. The results looks very similar to the normal [Ethereum call trace](https://raw.githubusercontent.com/sentioxyz/docs/main/.gitbook/assets/image%20(2)%20(1)%20(1)%20(1).png). But we have an additional `startIndex` and `startIndex` on each trace entry even for the LOG, representing the execution order in the trace. This allows you to build chart that marks the order of fund flow. %20(1)%20(1)%20(1).png)
|
|
70
|
+
* Get indexed call trace
|
|
71
|
+
*/
|
|
72
|
+
async getCallTrace(requestParameters, initOverrides) {
|
|
73
|
+
const response = await this.getCallTraceRaw(requestParameters, initOverrides);
|
|
74
|
+
return await response.value();
|
|
75
|
+
}
|
|
76
|
+
/**
|
|
77
|
+
* API to get Sentio call trace. It takes `txId.txHash` and `networkId` arguments, where the first is transaction hash, and the second is the numeric ethereum chain ID. The results looks very similar to the normal [Ethereum call trace](https://raw.githubusercontent.com/sentioxyz/docs/main/.gitbook/assets/image%20(2)%20(1)%20(1)%20(1).png). But we have an additional `startIndex` and `startIndex` on each trace entry even for the LOG, representing the execution order in the trace. This allows you to build chart that marks the order of fund flow. %20(1)%20(1)%20(1).png)
|
|
78
|
+
* Get indexed call trace
|
|
79
|
+
*/
|
|
80
|
+
async getCallTrace2Raw(requestParameters, initOverrides) {
|
|
81
|
+
if (requestParameters['projectOwner'] == null) {
|
|
82
|
+
throw new runtime.RequiredError('projectOwner', 'Required parameter "projectOwner" was null or undefined when calling getCallTrace2().');
|
|
83
|
+
}
|
|
84
|
+
if (requestParameters['projectSlug'] == null) {
|
|
85
|
+
throw new runtime.RequiredError('projectSlug', 'Required parameter "projectSlug" was null or undefined when calling getCallTrace2().');
|
|
86
|
+
}
|
|
87
|
+
if (requestParameters['chainSpecChainId'] == null) {
|
|
88
|
+
throw new runtime.RequiredError('chainSpecChainId', 'Required parameter "chainSpecChainId" was null or undefined when calling getCallTrace2().');
|
|
89
|
+
}
|
|
90
|
+
if (requestParameters['txIdSimulationId'] == null) {
|
|
91
|
+
throw new runtime.RequiredError('txIdSimulationId', 'Required parameter "txIdSimulationId" was null or undefined when calling getCallTrace2().');
|
|
92
|
+
}
|
|
93
|
+
const queryParameters = {};
|
|
94
|
+
if (requestParameters['chainSpecForkId'] != null) {
|
|
95
|
+
queryParameters['chainSpec.forkId'] = requestParameters['chainSpecForkId'];
|
|
96
|
+
}
|
|
97
|
+
if (requestParameters['txIdTxHash'] != null) {
|
|
98
|
+
queryParameters['txId.txHash'] = requestParameters['txIdTxHash'];
|
|
99
|
+
}
|
|
100
|
+
if (requestParameters['txIdBundleId'] != null) {
|
|
101
|
+
queryParameters['txId.bundleId'] = requestParameters['txIdBundleId'];
|
|
102
|
+
}
|
|
103
|
+
if (requestParameters['withInternalCalls'] != null) {
|
|
104
|
+
queryParameters['withInternalCalls'] = requestParameters['withInternalCalls'];
|
|
105
|
+
}
|
|
106
|
+
if (requestParameters['disableOptimizer'] != null) {
|
|
107
|
+
queryParameters['disableOptimizer'] = requestParameters['disableOptimizer'];
|
|
108
|
+
}
|
|
109
|
+
if (requestParameters['ignoreGasCost'] != null) {
|
|
110
|
+
queryParameters['ignoreGasCost'] = requestParameters['ignoreGasCost'];
|
|
111
|
+
}
|
|
112
|
+
const headerParameters = {};
|
|
113
|
+
if (this.configuration && this.configuration.apiKey) {
|
|
114
|
+
headerParameters["api-key"] = await this.configuration.apiKey("api-key"); // ApiKeyAuth authentication
|
|
115
|
+
}
|
|
116
|
+
const response = await this.request({
|
|
117
|
+
path: `/api/v1/solidity/{projectOwner}/{projectSlug}/{chainSpec.chainId}/simulation/{txId.simulationId}/call_trace`.replace(`{${"projectOwner"}}`, encodeURIComponent(String(requestParameters['projectOwner']))).replace(`{${"projectSlug"}}`, encodeURIComponent(String(requestParameters['projectSlug']))).replace(`{${"chainSpec.chainId"}}`, encodeURIComponent(String(requestParameters['chainSpecChainId']))).replace(`{${"txId.simulationId"}}`, encodeURIComponent(String(requestParameters['txIdSimulationId']))),
|
|
118
|
+
method: 'GET',
|
|
119
|
+
headers: headerParameters,
|
|
120
|
+
query: queryParameters,
|
|
121
|
+
}, initOverrides);
|
|
122
|
+
return new runtime.JSONApiResponse(response, (jsonValue) => GoogleApiHttpBodyFromJSON(jsonValue));
|
|
123
|
+
}
|
|
124
|
+
/**
|
|
125
|
+
* API to get Sentio call trace. It takes `txId.txHash` and `networkId` arguments, where the first is transaction hash, and the second is the numeric ethereum chain ID. The results looks very similar to the normal [Ethereum call trace](https://raw.githubusercontent.com/sentioxyz/docs/main/.gitbook/assets/image%20(2)%20(1)%20(1)%20(1).png). But we have an additional `startIndex` and `startIndex` on each trace entry even for the LOG, representing the execution order in the trace. This allows you to build chart that marks the order of fund flow. %20(1)%20(1)%20(1).png)
|
|
126
|
+
* Get indexed call trace
|
|
127
|
+
*/
|
|
128
|
+
async getCallTrace2(requestParameters, initOverrides) {
|
|
129
|
+
const response = await this.getCallTrace2Raw(requestParameters, initOverrides);
|
|
130
|
+
return await response.value();
|
|
131
|
+
}
|
|
132
|
+
/**
|
|
133
|
+
* API to get Sentio call trace. It takes `txId.txHash` and `networkId` arguments, where the first is transaction hash, and the second is the numeric ethereum chain ID. The results looks very similar to the normal [Ethereum call trace](https://raw.githubusercontent.com/sentioxyz/docs/main/.gitbook/assets/image%20(2)%20(1)%20(1)%20(1).png). But we have an additional `startIndex` and `startIndex` on each trace entry even for the LOG, representing the execution order in the trace. This allows you to build chart that marks the order of fund flow. %20(1)%20(1)%20(1).png)
|
|
134
|
+
* Get indexed call trace
|
|
135
|
+
*/
|
|
136
|
+
async getCallTrace3Raw(requestParameters, initOverrides) {
|
|
137
|
+
if (requestParameters['projectOwner'] == null) {
|
|
138
|
+
throw new runtime.RequiredError('projectOwner', 'Required parameter "projectOwner" was null or undefined when calling getCallTrace3().');
|
|
139
|
+
}
|
|
140
|
+
if (requestParameters['projectSlug'] == null) {
|
|
141
|
+
throw new runtime.RequiredError('projectSlug', 'Required parameter "projectSlug" was null or undefined when calling getCallTrace3().');
|
|
34
142
|
}
|
|
35
|
-
if (requestParameters['
|
|
36
|
-
|
|
143
|
+
if (requestParameters['chainSpecChainId'] == null) {
|
|
144
|
+
throw new runtime.RequiredError('chainSpecChainId', 'Required parameter "chainSpecChainId" was null or undefined when calling getCallTrace3().');
|
|
37
145
|
}
|
|
38
|
-
if (requestParameters['
|
|
39
|
-
|
|
146
|
+
if (requestParameters['txIdBundleId'] == null) {
|
|
147
|
+
throw new runtime.RequiredError('txIdBundleId', 'Required parameter "txIdBundleId" was null or undefined when calling getCallTrace3().');
|
|
148
|
+
}
|
|
149
|
+
const queryParameters = {};
|
|
150
|
+
if (requestParameters['chainSpecForkId'] != null) {
|
|
151
|
+
queryParameters['chainSpec.forkId'] = requestParameters['chainSpecForkId'];
|
|
40
152
|
}
|
|
41
153
|
if (requestParameters['txIdTxHash'] != null) {
|
|
42
154
|
queryParameters['txId.txHash'] = requestParameters['txIdTxHash'];
|
|
@@ -44,24 +156,189 @@ export class DebugAndSimulationApi extends runtime.BaseAPI {
|
|
|
44
156
|
if (requestParameters['txIdSimulationId'] != null) {
|
|
45
157
|
queryParameters['txId.simulationId'] = requestParameters['txIdSimulationId'];
|
|
46
158
|
}
|
|
159
|
+
if (requestParameters['withInternalCalls'] != null) {
|
|
160
|
+
queryParameters['withInternalCalls'] = requestParameters['withInternalCalls'];
|
|
161
|
+
}
|
|
162
|
+
if (requestParameters['disableOptimizer'] != null) {
|
|
163
|
+
queryParameters['disableOptimizer'] = requestParameters['disableOptimizer'];
|
|
164
|
+
}
|
|
165
|
+
if (requestParameters['ignoreGasCost'] != null) {
|
|
166
|
+
queryParameters['ignoreGasCost'] = requestParameters['ignoreGasCost'];
|
|
167
|
+
}
|
|
168
|
+
const headerParameters = {};
|
|
169
|
+
if (this.configuration && this.configuration.apiKey) {
|
|
170
|
+
headerParameters["api-key"] = await this.configuration.apiKey("api-key"); // ApiKeyAuth authentication
|
|
171
|
+
}
|
|
172
|
+
const response = await this.request({
|
|
173
|
+
path: `/api/v1/solidity/{projectOwner}/{projectSlug}/{chainSpec.chainId}/simulation_bundle/{txId.bundleId}/call_trace`.replace(`{${"projectOwner"}}`, encodeURIComponent(String(requestParameters['projectOwner']))).replace(`{${"projectSlug"}}`, encodeURIComponent(String(requestParameters['projectSlug']))).replace(`{${"chainSpec.chainId"}}`, encodeURIComponent(String(requestParameters['chainSpecChainId']))).replace(`{${"txId.bundleId"}}`, encodeURIComponent(String(requestParameters['txIdBundleId']))),
|
|
174
|
+
method: 'GET',
|
|
175
|
+
headers: headerParameters,
|
|
176
|
+
query: queryParameters,
|
|
177
|
+
}, initOverrides);
|
|
178
|
+
return new runtime.JSONApiResponse(response, (jsonValue) => GoogleApiHttpBodyFromJSON(jsonValue));
|
|
179
|
+
}
|
|
180
|
+
/**
|
|
181
|
+
* API to get Sentio call trace. It takes `txId.txHash` and `networkId` arguments, where the first is transaction hash, and the second is the numeric ethereum chain ID. The results looks very similar to the normal [Ethereum call trace](https://raw.githubusercontent.com/sentioxyz/docs/main/.gitbook/assets/image%20(2)%20(1)%20(1)%20(1).png). But we have an additional `startIndex` and `startIndex` on each trace entry even for the LOG, representing the execution order in the trace. This allows you to build chart that marks the order of fund flow. %20(1)%20(1)%20(1).png)
|
|
182
|
+
* Get indexed call trace
|
|
183
|
+
*/
|
|
184
|
+
async getCallTrace3(requestParameters, initOverrides) {
|
|
185
|
+
const response = await this.getCallTrace3Raw(requestParameters, initOverrides);
|
|
186
|
+
return await response.value();
|
|
187
|
+
}
|
|
188
|
+
/**
|
|
189
|
+
* API to get Sentio call trace. It takes `txId.txHash` and `networkId` arguments, where the first is transaction hash, and the second is the numeric ethereum chain ID. The results looks very similar to the normal [Ethereum call trace](https://raw.githubusercontent.com/sentioxyz/docs/main/.gitbook/assets/image%20(2)%20(1)%20(1)%20(1).png). But we have an additional `startIndex` and `startIndex` on each trace entry even for the LOG, representing the execution order in the trace. This allows you to build chart that marks the order of fund flow. %20(1)%20(1)%20(1).png)
|
|
190
|
+
* Get indexed call trace
|
|
191
|
+
*/
|
|
192
|
+
async getCallTrace4Raw(requestParameters, initOverrides) {
|
|
193
|
+
if (requestParameters['projectOwner'] == null) {
|
|
194
|
+
throw new runtime.RequiredError('projectOwner', 'Required parameter "projectOwner" was null or undefined when calling getCallTrace4().');
|
|
195
|
+
}
|
|
196
|
+
if (requestParameters['projectSlug'] == null) {
|
|
197
|
+
throw new runtime.RequiredError('projectSlug', 'Required parameter "projectSlug" was null or undefined when calling getCallTrace4().');
|
|
198
|
+
}
|
|
199
|
+
if (requestParameters['chainSpecForkId'] == null) {
|
|
200
|
+
throw new runtime.RequiredError('chainSpecForkId', 'Required parameter "chainSpecForkId" was null or undefined when calling getCallTrace4().');
|
|
201
|
+
}
|
|
202
|
+
if (requestParameters['txIdTxHash'] == null) {
|
|
203
|
+
throw new runtime.RequiredError('txIdTxHash', 'Required parameter "txIdTxHash" was null or undefined when calling getCallTrace4().');
|
|
204
|
+
}
|
|
205
|
+
const queryParameters = {};
|
|
206
|
+
if (requestParameters['chainSpecChainId'] != null) {
|
|
207
|
+
queryParameters['chainSpec.chainId'] = requestParameters['chainSpecChainId'];
|
|
208
|
+
}
|
|
209
|
+
if (requestParameters['txIdSimulationId'] != null) {
|
|
210
|
+
queryParameters['txId.simulationId'] = requestParameters['txIdSimulationId'];
|
|
211
|
+
}
|
|
212
|
+
if (requestParameters['txIdBundleId'] != null) {
|
|
213
|
+
queryParameters['txId.bundleId'] = requestParameters['txIdBundleId'];
|
|
214
|
+
}
|
|
215
|
+
if (requestParameters['withInternalCalls'] != null) {
|
|
216
|
+
queryParameters['withInternalCalls'] = requestParameters['withInternalCalls'];
|
|
217
|
+
}
|
|
218
|
+
if (requestParameters['disableOptimizer'] != null) {
|
|
219
|
+
queryParameters['disableOptimizer'] = requestParameters['disableOptimizer'];
|
|
220
|
+
}
|
|
221
|
+
if (requestParameters['ignoreGasCost'] != null) {
|
|
222
|
+
queryParameters['ignoreGasCost'] = requestParameters['ignoreGasCost'];
|
|
223
|
+
}
|
|
224
|
+
const headerParameters = {};
|
|
225
|
+
if (this.configuration && this.configuration.apiKey) {
|
|
226
|
+
headerParameters["api-key"] = await this.configuration.apiKey("api-key"); // ApiKeyAuth authentication
|
|
227
|
+
}
|
|
228
|
+
const response = await this.request({
|
|
229
|
+
path: `/api/v1/solidity/{projectOwner}/{projectSlug}/fork/{chainSpec.forkId}/transaction/{txId.txHash}/call_trace`.replace(`{${"projectOwner"}}`, encodeURIComponent(String(requestParameters['projectOwner']))).replace(`{${"projectSlug"}}`, encodeURIComponent(String(requestParameters['projectSlug']))).replace(`{${"chainSpec.forkId"}}`, encodeURIComponent(String(requestParameters['chainSpecForkId']))).replace(`{${"txId.txHash"}}`, encodeURIComponent(String(requestParameters['txIdTxHash']))),
|
|
230
|
+
method: 'GET',
|
|
231
|
+
headers: headerParameters,
|
|
232
|
+
query: queryParameters,
|
|
233
|
+
}, initOverrides);
|
|
234
|
+
return new runtime.JSONApiResponse(response, (jsonValue) => GoogleApiHttpBodyFromJSON(jsonValue));
|
|
235
|
+
}
|
|
236
|
+
/**
|
|
237
|
+
* API to get Sentio call trace. It takes `txId.txHash` and `networkId` arguments, where the first is transaction hash, and the second is the numeric ethereum chain ID. The results looks very similar to the normal [Ethereum call trace](https://raw.githubusercontent.com/sentioxyz/docs/main/.gitbook/assets/image%20(2)%20(1)%20(1)%20(1).png). But we have an additional `startIndex` and `startIndex` on each trace entry even for the LOG, representing the execution order in the trace. This allows you to build chart that marks the order of fund flow. %20(1)%20(1)%20(1).png)
|
|
238
|
+
* Get indexed call trace
|
|
239
|
+
*/
|
|
240
|
+
async getCallTrace4(requestParameters, initOverrides) {
|
|
241
|
+
const response = await this.getCallTrace4Raw(requestParameters, initOverrides);
|
|
242
|
+
return await response.value();
|
|
243
|
+
}
|
|
244
|
+
/**
|
|
245
|
+
* API to get Sentio call trace. It takes `txId.txHash` and `networkId` arguments, where the first is transaction hash, and the second is the numeric ethereum chain ID. The results looks very similar to the normal [Ethereum call trace](https://raw.githubusercontent.com/sentioxyz/docs/main/.gitbook/assets/image%20(2)%20(1)%20(1)%20(1).png). But we have an additional `startIndex` and `startIndex` on each trace entry even for the LOG, representing the execution order in the trace. This allows you to build chart that marks the order of fund flow. %20(1)%20(1)%20(1).png)
|
|
246
|
+
* Get indexed call trace
|
|
247
|
+
*/
|
|
248
|
+
async getCallTrace5Raw(requestParameters, initOverrides) {
|
|
249
|
+
if (requestParameters['projectOwner'] == null) {
|
|
250
|
+
throw new runtime.RequiredError('projectOwner', 'Required parameter "projectOwner" was null or undefined when calling getCallTrace5().');
|
|
251
|
+
}
|
|
252
|
+
if (requestParameters['projectSlug'] == null) {
|
|
253
|
+
throw new runtime.RequiredError('projectSlug', 'Required parameter "projectSlug" was null or undefined when calling getCallTrace5().');
|
|
254
|
+
}
|
|
255
|
+
if (requestParameters['chainSpecForkId'] == null) {
|
|
256
|
+
throw new runtime.RequiredError('chainSpecForkId', 'Required parameter "chainSpecForkId" was null or undefined when calling getCallTrace5().');
|
|
257
|
+
}
|
|
258
|
+
if (requestParameters['txIdSimulationId'] == null) {
|
|
259
|
+
throw new runtime.RequiredError('txIdSimulationId', 'Required parameter "txIdSimulationId" was null or undefined when calling getCallTrace5().');
|
|
260
|
+
}
|
|
261
|
+
const queryParameters = {};
|
|
262
|
+
if (requestParameters['chainSpecChainId'] != null) {
|
|
263
|
+
queryParameters['chainSpec.chainId'] = requestParameters['chainSpecChainId'];
|
|
264
|
+
}
|
|
265
|
+
if (requestParameters['txIdTxHash'] != null) {
|
|
266
|
+
queryParameters['txId.txHash'] = requestParameters['txIdTxHash'];
|
|
267
|
+
}
|
|
47
268
|
if (requestParameters['txIdBundleId'] != null) {
|
|
48
269
|
queryParameters['txId.bundleId'] = requestParameters['txIdBundleId'];
|
|
49
270
|
}
|
|
271
|
+
if (requestParameters['withInternalCalls'] != null) {
|
|
272
|
+
queryParameters['withInternalCalls'] = requestParameters['withInternalCalls'];
|
|
273
|
+
}
|
|
50
274
|
if (requestParameters['disableOptimizer'] != null) {
|
|
51
275
|
queryParameters['disableOptimizer'] = requestParameters['disableOptimizer'];
|
|
52
276
|
}
|
|
277
|
+
if (requestParameters['ignoreGasCost'] != null) {
|
|
278
|
+
queryParameters['ignoreGasCost'] = requestParameters['ignoreGasCost'];
|
|
279
|
+
}
|
|
280
|
+
const headerParameters = {};
|
|
281
|
+
if (this.configuration && this.configuration.apiKey) {
|
|
282
|
+
headerParameters["api-key"] = await this.configuration.apiKey("api-key"); // ApiKeyAuth authentication
|
|
283
|
+
}
|
|
284
|
+
const response = await this.request({
|
|
285
|
+
path: `/api/v1/solidity/{projectOwner}/{projectSlug}/fork/{chainSpec.forkId}/simulation/{txId.simulationId}/call_trace`.replace(`{${"projectOwner"}}`, encodeURIComponent(String(requestParameters['projectOwner']))).replace(`{${"projectSlug"}}`, encodeURIComponent(String(requestParameters['projectSlug']))).replace(`{${"chainSpec.forkId"}}`, encodeURIComponent(String(requestParameters['chainSpecForkId']))).replace(`{${"txId.simulationId"}}`, encodeURIComponent(String(requestParameters['txIdSimulationId']))),
|
|
286
|
+
method: 'GET',
|
|
287
|
+
headers: headerParameters,
|
|
288
|
+
query: queryParameters,
|
|
289
|
+
}, initOverrides);
|
|
290
|
+
return new runtime.JSONApiResponse(response, (jsonValue) => GoogleApiHttpBodyFromJSON(jsonValue));
|
|
291
|
+
}
|
|
292
|
+
/**
|
|
293
|
+
* API to get Sentio call trace. It takes `txId.txHash` and `networkId` arguments, where the first is transaction hash, and the second is the numeric ethereum chain ID. The results looks very similar to the normal [Ethereum call trace](https://raw.githubusercontent.com/sentioxyz/docs/main/.gitbook/assets/image%20(2)%20(1)%20(1)%20(1).png). But we have an additional `startIndex` and `startIndex` on each trace entry even for the LOG, representing the execution order in the trace. This allows you to build chart that marks the order of fund flow. %20(1)%20(1)%20(1).png)
|
|
294
|
+
* Get indexed call trace
|
|
295
|
+
*/
|
|
296
|
+
async getCallTrace5(requestParameters, initOverrides) {
|
|
297
|
+
const response = await this.getCallTrace5Raw(requestParameters, initOverrides);
|
|
298
|
+
return await response.value();
|
|
299
|
+
}
|
|
300
|
+
/**
|
|
301
|
+
* API to get Sentio call trace. It takes `txId.txHash` and `networkId` arguments, where the first is transaction hash, and the second is the numeric ethereum chain ID. The results looks very similar to the normal [Ethereum call trace](https://raw.githubusercontent.com/sentioxyz/docs/main/.gitbook/assets/image%20(2)%20(1)%20(1)%20(1).png). But we have an additional `startIndex` and `startIndex` on each trace entry even for the LOG, representing the execution order in the trace. This allows you to build chart that marks the order of fund flow. %20(1)%20(1)%20(1).png)
|
|
302
|
+
* Get indexed call trace
|
|
303
|
+
*/
|
|
304
|
+
async getCallTrace6Raw(requestParameters, initOverrides) {
|
|
305
|
+
if (requestParameters['projectOwner'] == null) {
|
|
306
|
+
throw new runtime.RequiredError('projectOwner', 'Required parameter "projectOwner" was null or undefined when calling getCallTrace6().');
|
|
307
|
+
}
|
|
308
|
+
if (requestParameters['projectSlug'] == null) {
|
|
309
|
+
throw new runtime.RequiredError('projectSlug', 'Required parameter "projectSlug" was null or undefined when calling getCallTrace6().');
|
|
310
|
+
}
|
|
311
|
+
if (requestParameters['chainSpecForkId'] == null) {
|
|
312
|
+
throw new runtime.RequiredError('chainSpecForkId', 'Required parameter "chainSpecForkId" was null or undefined when calling getCallTrace6().');
|
|
313
|
+
}
|
|
314
|
+
if (requestParameters['txIdBundleId'] == null) {
|
|
315
|
+
throw new runtime.RequiredError('txIdBundleId', 'Required parameter "txIdBundleId" was null or undefined when calling getCallTrace6().');
|
|
316
|
+
}
|
|
317
|
+
const queryParameters = {};
|
|
318
|
+
if (requestParameters['chainSpecChainId'] != null) {
|
|
319
|
+
queryParameters['chainSpec.chainId'] = requestParameters['chainSpecChainId'];
|
|
320
|
+
}
|
|
321
|
+
if (requestParameters['txIdTxHash'] != null) {
|
|
322
|
+
queryParameters['txId.txHash'] = requestParameters['txIdTxHash'];
|
|
323
|
+
}
|
|
324
|
+
if (requestParameters['txIdSimulationId'] != null) {
|
|
325
|
+
queryParameters['txId.simulationId'] = requestParameters['txIdSimulationId'];
|
|
326
|
+
}
|
|
53
327
|
if (requestParameters['withInternalCalls'] != null) {
|
|
54
328
|
queryParameters['withInternalCalls'] = requestParameters['withInternalCalls'];
|
|
55
329
|
}
|
|
330
|
+
if (requestParameters['disableOptimizer'] != null) {
|
|
331
|
+
queryParameters['disableOptimizer'] = requestParameters['disableOptimizer'];
|
|
332
|
+
}
|
|
56
333
|
if (requestParameters['ignoreGasCost'] != null) {
|
|
57
334
|
queryParameters['ignoreGasCost'] = requestParameters['ignoreGasCost'];
|
|
58
335
|
}
|
|
59
336
|
const headerParameters = {};
|
|
60
337
|
if (this.configuration && this.configuration.apiKey) {
|
|
61
|
-
headerParameters["
|
|
338
|
+
headerParameters["api-key"] = await this.configuration.apiKey("api-key"); // ApiKeyAuth authentication
|
|
62
339
|
}
|
|
63
340
|
const response = await this.request({
|
|
64
|
-
path: `/api/v1/solidity/call_trace`,
|
|
341
|
+
path: `/api/v1/solidity/{projectOwner}/{projectSlug}/fork/{chainSpec.forkId}/simulation_bundle/{txId.bundleId}/call_trace`.replace(`{${"projectOwner"}}`, encodeURIComponent(String(requestParameters['projectOwner']))).replace(`{${"projectSlug"}}`, encodeURIComponent(String(requestParameters['projectSlug']))).replace(`{${"chainSpec.forkId"}}`, encodeURIComponent(String(requestParameters['chainSpecForkId']))).replace(`{${"txId.bundleId"}}`, encodeURIComponent(String(requestParameters['txIdBundleId']))),
|
|
65
342
|
method: 'GET',
|
|
66
343
|
headers: headerParameters,
|
|
67
344
|
query: queryParameters,
|
|
@@ -72,30 +349,30 @@ export class DebugAndSimulationApi extends runtime.BaseAPI {
|
|
|
72
349
|
* API to get Sentio call trace. It takes `txId.txHash` and `networkId` arguments, where the first is transaction hash, and the second is the numeric ethereum chain ID. The results looks very similar to the normal [Ethereum call trace](https://raw.githubusercontent.com/sentioxyz/docs/main/.gitbook/assets/image%20(2)%20(1)%20(1)%20(1).png). But we have an additional `startIndex` and `startIndex` on each trace entry even for the LOG, representing the execution order in the trace. This allows you to build chart that marks the order of fund flow. %20(1)%20(1)%20(1).png)
|
|
73
350
|
* Get indexed call trace
|
|
74
351
|
*/
|
|
75
|
-
async
|
|
76
|
-
const response = await this.
|
|
352
|
+
async getCallTrace6(requestParameters, initOverrides) {
|
|
353
|
+
const response = await this.getCallTrace6Raw(requestParameters, initOverrides);
|
|
77
354
|
return await response.value();
|
|
78
355
|
}
|
|
79
356
|
/**
|
|
80
357
|
* Get a simulation by id
|
|
81
358
|
*/
|
|
82
359
|
async getSimulationRaw(requestParameters, initOverrides) {
|
|
360
|
+
if (requestParameters['projectOwner'] == null) {
|
|
361
|
+
throw new runtime.RequiredError('projectOwner', 'Required parameter "projectOwner" was null or undefined when calling getSimulation().');
|
|
362
|
+
}
|
|
363
|
+
if (requestParameters['projectSlug'] == null) {
|
|
364
|
+
throw new runtime.RequiredError('projectSlug', 'Required parameter "projectSlug" was null or undefined when calling getSimulation().');
|
|
365
|
+
}
|
|
83
366
|
if (requestParameters['simulationId'] == null) {
|
|
84
367
|
throw new runtime.RequiredError('simulationId', 'Required parameter "simulationId" was null or undefined when calling getSimulation().');
|
|
85
368
|
}
|
|
86
369
|
const queryParameters = {};
|
|
87
|
-
if (requestParameters['projectOwner'] != null) {
|
|
88
|
-
queryParameters['projectOwner'] = requestParameters['projectOwner'];
|
|
89
|
-
}
|
|
90
|
-
if (requestParameters['projectSlug'] != null) {
|
|
91
|
-
queryParameters['projectSlug'] = requestParameters['projectSlug'];
|
|
92
|
-
}
|
|
93
370
|
const headerParameters = {};
|
|
94
371
|
if (this.configuration && this.configuration.apiKey) {
|
|
95
|
-
headerParameters["
|
|
372
|
+
headerParameters["api-key"] = await this.configuration.apiKey("api-key"); // ApiKeyAuth authentication
|
|
96
373
|
}
|
|
97
374
|
const response = await this.request({
|
|
98
|
-
path: `/api/v1/solidity/
|
|
375
|
+
path: `/api/v1/solidity/{projectOwner}/{projectSlug}/simulation/{simulationId}`.replace(`{${"projectOwner"}}`, encodeURIComponent(String(requestParameters['projectOwner']))).replace(`{${"projectSlug"}}`, encodeURIComponent(String(requestParameters['projectSlug']))).replace(`{${"simulationId"}}`, encodeURIComponent(String(requestParameters['simulationId']))),
|
|
99
376
|
method: 'GET',
|
|
100
377
|
headers: headerParameters,
|
|
101
378
|
query: queryParameters,
|
|
@@ -112,23 +389,23 @@ export class DebugAndSimulationApi extends runtime.BaseAPI {
|
|
|
112
389
|
/**
|
|
113
390
|
* Get a bundle simulation by id
|
|
114
391
|
*/
|
|
115
|
-
async
|
|
116
|
-
if (requestParameters['
|
|
117
|
-
throw new runtime.RequiredError('
|
|
392
|
+
async getSimulationBundleInProjectRaw(requestParameters, initOverrides) {
|
|
393
|
+
if (requestParameters['projectOwner'] == null) {
|
|
394
|
+
throw new runtime.RequiredError('projectOwner', 'Required parameter "projectOwner" was null or undefined when calling getSimulationBundleInProject().');
|
|
118
395
|
}
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
queryParameters['projectOwner'] = requestParameters['projectOwner'];
|
|
396
|
+
if (requestParameters['projectSlug'] == null) {
|
|
397
|
+
throw new runtime.RequiredError('projectSlug', 'Required parameter "projectSlug" was null or undefined when calling getSimulationBundleInProject().');
|
|
122
398
|
}
|
|
123
|
-
if (requestParameters['
|
|
124
|
-
|
|
399
|
+
if (requestParameters['bundleId'] == null) {
|
|
400
|
+
throw new runtime.RequiredError('bundleId', 'Required parameter "bundleId" was null or undefined when calling getSimulationBundleInProject().');
|
|
125
401
|
}
|
|
402
|
+
const queryParameters = {};
|
|
126
403
|
const headerParameters = {};
|
|
127
404
|
if (this.configuration && this.configuration.apiKey) {
|
|
128
|
-
headerParameters["
|
|
405
|
+
headerParameters["api-key"] = await this.configuration.apiKey("api-key"); // ApiKeyAuth authentication
|
|
129
406
|
}
|
|
130
407
|
const response = await this.request({
|
|
131
|
-
path: `/api/v1/solidity/
|
|
408
|
+
path: `/api/v1/solidity/{projectOwner}/{projectSlug}/simulation_bundle/{bundleId}`.replace(`{${"projectOwner"}}`, encodeURIComponent(String(requestParameters['projectOwner']))).replace(`{${"projectSlug"}}`, encodeURIComponent(String(requestParameters['projectSlug']))).replace(`{${"bundleId"}}`, encodeURIComponent(String(requestParameters['bundleId']))),
|
|
132
409
|
method: 'GET',
|
|
133
410
|
headers: headerParameters,
|
|
134
411
|
query: queryParameters,
|
|
@@ -138,20 +415,23 @@ export class DebugAndSimulationApi extends runtime.BaseAPI {
|
|
|
138
415
|
/**
|
|
139
416
|
* Get a bundle simulation by id
|
|
140
417
|
*/
|
|
141
|
-
async
|
|
142
|
-
const response = await this.
|
|
418
|
+
async getSimulationBundleInProject(requestParameters, initOverrides) {
|
|
419
|
+
const response = await this.getSimulationBundleInProjectRaw(requestParameters, initOverrides);
|
|
143
420
|
return await response.value();
|
|
144
421
|
}
|
|
145
422
|
/**
|
|
146
423
|
* Get existing transaction simulations
|
|
147
424
|
*/
|
|
148
425
|
async getSimulationsRaw(requestParameters, initOverrides) {
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
426
|
+
if (requestParameters['projectOwner'] == null) {
|
|
427
|
+
throw new runtime.RequiredError('projectOwner', 'Required parameter "projectOwner" was null or undefined when calling getSimulations().');
|
|
428
|
+
}
|
|
429
|
+
if (requestParameters['projectSlug'] == null) {
|
|
430
|
+
throw new runtime.RequiredError('projectSlug', 'Required parameter "projectSlug" was null or undefined when calling getSimulations().');
|
|
152
431
|
}
|
|
153
|
-
|
|
154
|
-
|
|
432
|
+
const queryParameters = {};
|
|
433
|
+
if (requestParameters['labelContains'] != null) {
|
|
434
|
+
queryParameters['labelContains'] = requestParameters['labelContains'];
|
|
155
435
|
}
|
|
156
436
|
if (requestParameters['page'] != null) {
|
|
157
437
|
queryParameters['page'] = requestParameters['page'];
|
|
@@ -161,10 +441,10 @@ export class DebugAndSimulationApi extends runtime.BaseAPI {
|
|
|
161
441
|
}
|
|
162
442
|
const headerParameters = {};
|
|
163
443
|
if (this.configuration && this.configuration.apiKey) {
|
|
164
|
-
headerParameters["
|
|
444
|
+
headerParameters["api-key"] = await this.configuration.apiKey("api-key"); // ApiKeyAuth authentication
|
|
165
445
|
}
|
|
166
446
|
const response = await this.request({
|
|
167
|
-
path: `/api/v1/solidity/
|
|
447
|
+
path: `/api/v1/solidity/{projectOwner}/{projectSlug}/simulation`.replace(`{${"projectOwner"}}`, encodeURIComponent(String(requestParameters['projectOwner']))).replace(`{${"projectSlug"}}`, encodeURIComponent(String(requestParameters['projectSlug']))),
|
|
168
448
|
method: 'GET',
|
|
169
449
|
headers: headerParameters,
|
|
170
450
|
query: queryParameters,
|
|
@@ -174,7 +454,7 @@ export class DebugAndSimulationApi extends runtime.BaseAPI {
|
|
|
174
454
|
/**
|
|
175
455
|
* Get existing transaction simulations
|
|
176
456
|
*/
|
|
177
|
-
async getSimulations(requestParameters
|
|
457
|
+
async getSimulations(requestParameters, initOverrides) {
|
|
178
458
|
const response = await this.getSimulationsRaw(requestParameters, initOverrides);
|
|
179
459
|
return await response.value();
|
|
180
460
|
}
|
|
@@ -182,6 +462,12 @@ export class DebugAndSimulationApi extends runtime.BaseAPI {
|
|
|
182
462
|
* Search for transactions
|
|
183
463
|
*/
|
|
184
464
|
async searchTransactionsRaw(requestParameters, initOverrides) {
|
|
465
|
+
if (requestParameters['projectOwner'] == null) {
|
|
466
|
+
throw new runtime.RequiredError('projectOwner', 'Required parameter "projectOwner" was null or undefined when calling searchTransactions().');
|
|
467
|
+
}
|
|
468
|
+
if (requestParameters['projectSlug'] == null) {
|
|
469
|
+
throw new runtime.RequiredError('projectSlug', 'Required parameter "projectSlug" was null or undefined when calling searchTransactions().');
|
|
470
|
+
}
|
|
185
471
|
const queryParameters = {};
|
|
186
472
|
if (requestParameters['chainId'] != null) {
|
|
187
473
|
queryParameters['chainId'] = requestParameters['chainId'];
|
|
@@ -227,10 +513,10 @@ export class DebugAndSimulationApi extends runtime.BaseAPI {
|
|
|
227
513
|
}
|
|
228
514
|
const headerParameters = {};
|
|
229
515
|
if (this.configuration && this.configuration.apiKey) {
|
|
230
|
-
headerParameters["
|
|
516
|
+
headerParameters["api-key"] = await this.configuration.apiKey("api-key"); // ApiKeyAuth authentication
|
|
231
517
|
}
|
|
232
518
|
const response = await this.request({
|
|
233
|
-
path: `/api/v1/solidity/search_transactions`,
|
|
519
|
+
path: `/api/v1/solidity/{projectOwner}/{projectSlug}/search_transactions`.replace(`{${"projectOwner"}}`, encodeURIComponent(String(requestParameters['projectOwner']))).replace(`{${"projectSlug"}}`, encodeURIComponent(String(requestParameters['projectSlug']))),
|
|
234
520
|
method: 'GET',
|
|
235
521
|
headers: headerParameters,
|
|
236
522
|
query: queryParameters,
|
|
@@ -240,7 +526,7 @@ export class DebugAndSimulationApi extends runtime.BaseAPI {
|
|
|
240
526
|
/**
|
|
241
527
|
* Search for transactions
|
|
242
528
|
*/
|
|
243
|
-
async searchTransactions(requestParameters
|
|
529
|
+
async searchTransactions(requestParameters, initOverrides) {
|
|
244
530
|
const response = await this.searchTransactionsRaw(requestParameters, initOverrides);
|
|
245
531
|
return await response.value();
|
|
246
532
|
}
|
|
@@ -249,6 +535,15 @@ export class DebugAndSimulationApi extends runtime.BaseAPI {
|
|
|
249
535
|
* Single simulation
|
|
250
536
|
*/
|
|
251
537
|
async simulateTransactionRaw(requestParameters, initOverrides) {
|
|
538
|
+
if (requestParameters['projectOwner'] == null) {
|
|
539
|
+
throw new runtime.RequiredError('projectOwner', 'Required parameter "projectOwner" was null or undefined when calling simulateTransaction().');
|
|
540
|
+
}
|
|
541
|
+
if (requestParameters['projectSlug'] == null) {
|
|
542
|
+
throw new runtime.RequiredError('projectSlug', 'Required parameter "projectSlug" was null or undefined when calling simulateTransaction().');
|
|
543
|
+
}
|
|
544
|
+
if (requestParameters['chainSpecChainId'] == null) {
|
|
545
|
+
throw new runtime.RequiredError('chainSpecChainId', 'Required parameter "chainSpecChainId" was null or undefined when calling simulateTransaction().');
|
|
546
|
+
}
|
|
252
547
|
if (requestParameters['body'] == null) {
|
|
253
548
|
throw new runtime.RequiredError('body', 'Required parameter "body" was null or undefined when calling simulateTransaction().');
|
|
254
549
|
}
|
|
@@ -256,14 +551,14 @@ export class DebugAndSimulationApi extends runtime.BaseAPI {
|
|
|
256
551
|
const headerParameters = {};
|
|
257
552
|
headerParameters['Content-Type'] = 'application/json';
|
|
258
553
|
if (this.configuration && this.configuration.apiKey) {
|
|
259
|
-
headerParameters["
|
|
554
|
+
headerParameters["api-key"] = await this.configuration.apiKey("api-key"); // ApiKeyAuth authentication
|
|
260
555
|
}
|
|
261
556
|
const response = await this.request({
|
|
262
|
-
path: `/api/v1/solidity/
|
|
557
|
+
path: `/api/v1/solidity/{projectOwner}/{projectSlug}/{chainSpec.chainId}/simulation`.replace(`{${"projectOwner"}}`, encodeURIComponent(String(requestParameters['projectOwner']))).replace(`{${"projectSlug"}}`, encodeURIComponent(String(requestParameters['projectSlug']))).replace(`{${"chainSpec.chainId"}}`, encodeURIComponent(String(requestParameters['chainSpecChainId']))),
|
|
263
558
|
method: 'POST',
|
|
264
559
|
headers: headerParameters,
|
|
265
560
|
query: queryParameters,
|
|
266
|
-
body:
|
|
561
|
+
body: SolidityServiceSolidityAPIServiceSimulateTransactionBodyToJSON(requestParameters['body']),
|
|
267
562
|
}, initOverrides);
|
|
268
563
|
return new runtime.JSONApiResponse(response, (jsonValue) => SolidityServiceSimulateTransactionResponseFromJSON(jsonValue));
|
|
269
564
|
}
|
|
@@ -275,11 +570,60 @@ export class DebugAndSimulationApi extends runtime.BaseAPI {
|
|
|
275
570
|
const response = await this.simulateTransactionRaw(requestParameters, initOverrides);
|
|
276
571
|
return await response.value();
|
|
277
572
|
}
|
|
573
|
+
/**
|
|
574
|
+
* Create a new transaction simulation. The simulation body should be included in the request body. Your simulations will be saved, and a unique ID for each simulation is included in the response. It will be useful for fetching simulation details.
|
|
575
|
+
* Single simulation
|
|
576
|
+
*/
|
|
577
|
+
async simulateTransaction2Raw(requestParameters, initOverrides) {
|
|
578
|
+
if (requestParameters['projectOwner'] == null) {
|
|
579
|
+
throw new runtime.RequiredError('projectOwner', 'Required parameter "projectOwner" was null or undefined when calling simulateTransaction2().');
|
|
580
|
+
}
|
|
581
|
+
if (requestParameters['projectSlug'] == null) {
|
|
582
|
+
throw new runtime.RequiredError('projectSlug', 'Required parameter "projectSlug" was null or undefined when calling simulateTransaction2().');
|
|
583
|
+
}
|
|
584
|
+
if (requestParameters['chainSpecForkId'] == null) {
|
|
585
|
+
throw new runtime.RequiredError('chainSpecForkId', 'Required parameter "chainSpecForkId" was null or undefined when calling simulateTransaction2().');
|
|
586
|
+
}
|
|
587
|
+
if (requestParameters['body'] == null) {
|
|
588
|
+
throw new runtime.RequiredError('body', 'Required parameter "body" was null or undefined when calling simulateTransaction2().');
|
|
589
|
+
}
|
|
590
|
+
const queryParameters = {};
|
|
591
|
+
const headerParameters = {};
|
|
592
|
+
headerParameters['Content-Type'] = 'application/json';
|
|
593
|
+
if (this.configuration && this.configuration.apiKey) {
|
|
594
|
+
headerParameters["api-key"] = await this.configuration.apiKey("api-key"); // ApiKeyAuth authentication
|
|
595
|
+
}
|
|
596
|
+
const response = await this.request({
|
|
597
|
+
path: `/api/v1/solidity/{projectOwner}/{projectSlug}/fork/{chainSpec.forkId}/simulation`.replace(`{${"projectOwner"}}`, encodeURIComponent(String(requestParameters['projectOwner']))).replace(`{${"projectSlug"}}`, encodeURIComponent(String(requestParameters['projectSlug']))).replace(`{${"chainSpec.forkId"}}`, encodeURIComponent(String(requestParameters['chainSpecForkId']))),
|
|
598
|
+
method: 'POST',
|
|
599
|
+
headers: headerParameters,
|
|
600
|
+
query: queryParameters,
|
|
601
|
+
body: SolidityServiceSolidityAPIServiceSimulateTransactionBodyToJSON(requestParameters['body']),
|
|
602
|
+
}, initOverrides);
|
|
603
|
+
return new runtime.JSONApiResponse(response, (jsonValue) => SolidityServiceSimulateTransactionResponseFromJSON(jsonValue));
|
|
604
|
+
}
|
|
605
|
+
/**
|
|
606
|
+
* Create a new transaction simulation. The simulation body should be included in the request body. Your simulations will be saved, and a unique ID for each simulation is included in the response. It will be useful for fetching simulation details.
|
|
607
|
+
* Single simulation
|
|
608
|
+
*/
|
|
609
|
+
async simulateTransaction2(requestParameters, initOverrides) {
|
|
610
|
+
const response = await this.simulateTransaction2Raw(requestParameters, initOverrides);
|
|
611
|
+
return await response.value();
|
|
612
|
+
}
|
|
278
613
|
/**
|
|
279
614
|
* You could also create bundle simulations so that one transaction could be executed one after another. For `blockNumber` `transactionIndex` `networkId` `stateOverrides` and `blockOverrides` fields, only the first simulation takes effect.
|
|
280
615
|
* Bundle simulation
|
|
281
616
|
*/
|
|
282
617
|
async simulateTransactionBundleRaw(requestParameters, initOverrides) {
|
|
618
|
+
if (requestParameters['projectOwner'] == null) {
|
|
619
|
+
throw new runtime.RequiredError('projectOwner', 'Required parameter "projectOwner" was null or undefined when calling simulateTransactionBundle().');
|
|
620
|
+
}
|
|
621
|
+
if (requestParameters['projectSlug'] == null) {
|
|
622
|
+
throw new runtime.RequiredError('projectSlug', 'Required parameter "projectSlug" was null or undefined when calling simulateTransactionBundle().');
|
|
623
|
+
}
|
|
624
|
+
if (requestParameters['chainSpecChainId'] == null) {
|
|
625
|
+
throw new runtime.RequiredError('chainSpecChainId', 'Required parameter "chainSpecChainId" was null or undefined when calling simulateTransactionBundle().');
|
|
626
|
+
}
|
|
283
627
|
if (requestParameters['body'] == null) {
|
|
284
628
|
throw new runtime.RequiredError('body', 'Required parameter "body" was null or undefined when calling simulateTransactionBundle().');
|
|
285
629
|
}
|
|
@@ -287,14 +631,14 @@ export class DebugAndSimulationApi extends runtime.BaseAPI {
|
|
|
287
631
|
const headerParameters = {};
|
|
288
632
|
headerParameters['Content-Type'] = 'application/json';
|
|
289
633
|
if (this.configuration && this.configuration.apiKey) {
|
|
290
|
-
headerParameters["
|
|
634
|
+
headerParameters["api-key"] = await this.configuration.apiKey("api-key"); // ApiKeyAuth authentication
|
|
291
635
|
}
|
|
292
636
|
const response = await this.request({
|
|
293
|
-
path: `/api/v1/solidity/
|
|
637
|
+
path: `/api/v1/solidity/{projectOwner}/{projectSlug}/{chainSpec.chainId}/simulation_bundle`.replace(`{${"projectOwner"}}`, encodeURIComponent(String(requestParameters['projectOwner']))).replace(`{${"projectSlug"}}`, encodeURIComponent(String(requestParameters['projectSlug']))).replace(`{${"chainSpec.chainId"}}`, encodeURIComponent(String(requestParameters['chainSpecChainId']))),
|
|
294
638
|
method: 'POST',
|
|
295
639
|
headers: headerParameters,
|
|
296
640
|
query: queryParameters,
|
|
297
|
-
body:
|
|
641
|
+
body: SolidityServiceSolidityAPIServiceSimulateTransactionBundleBodyToJSON(requestParameters['body']),
|
|
298
642
|
}, initOverrides);
|
|
299
643
|
return new runtime.JSONApiResponse(response, (jsonValue) => SolidityServiceSimulateTransactionBundleResponseFromJSON(jsonValue));
|
|
300
644
|
}
|
|
@@ -306,5 +650,45 @@ export class DebugAndSimulationApi extends runtime.BaseAPI {
|
|
|
306
650
|
const response = await this.simulateTransactionBundleRaw(requestParameters, initOverrides);
|
|
307
651
|
return await response.value();
|
|
308
652
|
}
|
|
653
|
+
/**
|
|
654
|
+
* You could also create bundle simulations so that one transaction could be executed one after another. For `blockNumber` `transactionIndex` `networkId` `stateOverrides` and `blockOverrides` fields, only the first simulation takes effect.
|
|
655
|
+
* Bundle simulation
|
|
656
|
+
*/
|
|
657
|
+
async simulateTransactionBundle2Raw(requestParameters, initOverrides) {
|
|
658
|
+
if (requestParameters['projectOwner'] == null) {
|
|
659
|
+
throw new runtime.RequiredError('projectOwner', 'Required parameter "projectOwner" was null or undefined when calling simulateTransactionBundle2().');
|
|
660
|
+
}
|
|
661
|
+
if (requestParameters['projectSlug'] == null) {
|
|
662
|
+
throw new runtime.RequiredError('projectSlug', 'Required parameter "projectSlug" was null or undefined when calling simulateTransactionBundle2().');
|
|
663
|
+
}
|
|
664
|
+
if (requestParameters['chainSpecForkId'] == null) {
|
|
665
|
+
throw new runtime.RequiredError('chainSpecForkId', 'Required parameter "chainSpecForkId" was null or undefined when calling simulateTransactionBundle2().');
|
|
666
|
+
}
|
|
667
|
+
if (requestParameters['body'] == null) {
|
|
668
|
+
throw new runtime.RequiredError('body', 'Required parameter "body" was null or undefined when calling simulateTransactionBundle2().');
|
|
669
|
+
}
|
|
670
|
+
const queryParameters = {};
|
|
671
|
+
const headerParameters = {};
|
|
672
|
+
headerParameters['Content-Type'] = 'application/json';
|
|
673
|
+
if (this.configuration && this.configuration.apiKey) {
|
|
674
|
+
headerParameters["api-key"] = await this.configuration.apiKey("api-key"); // ApiKeyAuth authentication
|
|
675
|
+
}
|
|
676
|
+
const response = await this.request({
|
|
677
|
+
path: `/api/v1/solidity/{projectOwner}/{projectSlug}/fork/{chainSpec.forkId}/simulation_bundle`.replace(`{${"projectOwner"}}`, encodeURIComponent(String(requestParameters['projectOwner']))).replace(`{${"projectSlug"}}`, encodeURIComponent(String(requestParameters['projectSlug']))).replace(`{${"chainSpec.forkId"}}`, encodeURIComponent(String(requestParameters['chainSpecForkId']))),
|
|
678
|
+
method: 'POST',
|
|
679
|
+
headers: headerParameters,
|
|
680
|
+
query: queryParameters,
|
|
681
|
+
body: SolidityServiceSolidityAPIServiceSimulateTransactionBundleBodyToJSON(requestParameters['body']),
|
|
682
|
+
}, initOverrides);
|
|
683
|
+
return new runtime.JSONApiResponse(response, (jsonValue) => SolidityServiceSimulateTransactionBundleResponseFromJSON(jsonValue));
|
|
684
|
+
}
|
|
685
|
+
/**
|
|
686
|
+
* You could also create bundle simulations so that one transaction could be executed one after another. For `blockNumber` `transactionIndex` `networkId` `stateOverrides` and `blockOverrides` fields, only the first simulation takes effect.
|
|
687
|
+
* Bundle simulation
|
|
688
|
+
*/
|
|
689
|
+
async simulateTransactionBundle2(requestParameters, initOverrides) {
|
|
690
|
+
const response = await this.simulateTransactionBundle2Raw(requestParameters, initOverrides);
|
|
691
|
+
return await response.value();
|
|
692
|
+
}
|
|
309
693
|
}
|
|
310
694
|
//# sourceMappingURL=DebugAndSimulationApi.js.map
|