@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
|
@@ -0,0 +1,97 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Sentio API
|
|
3
|
+
* Sentio Open API for query data
|
|
4
|
+
*
|
|
5
|
+
* The version of the OpenAPI document: version not set
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
|
+
* https://openapi-generator.tech
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*/
|
|
12
|
+
import type { CommonRichValueNullValue } from './CommonRichValueNullValue.js';
|
|
13
|
+
import type { CommonBigInteger } from './CommonBigInteger.js';
|
|
14
|
+
import type { CommonRichValueList } from './CommonRichValueList.js';
|
|
15
|
+
import type { CommonRichStruct } from './CommonRichStruct.js';
|
|
16
|
+
import type { CommonBigDecimal } from './CommonBigDecimal.js';
|
|
17
|
+
/**
|
|
18
|
+
*
|
|
19
|
+
* @export
|
|
20
|
+
* @interface CommonRichValue
|
|
21
|
+
*/
|
|
22
|
+
export interface CommonRichValue {
|
|
23
|
+
/**
|
|
24
|
+
*
|
|
25
|
+
* @type {CommonRichValueNullValue}
|
|
26
|
+
* @memberof CommonRichValue
|
|
27
|
+
*/
|
|
28
|
+
nullValue?: CommonRichValueNullValue;
|
|
29
|
+
/**
|
|
30
|
+
*
|
|
31
|
+
* @type {number}
|
|
32
|
+
* @memberof CommonRichValue
|
|
33
|
+
*/
|
|
34
|
+
intValue?: number;
|
|
35
|
+
/**
|
|
36
|
+
*
|
|
37
|
+
* @type {number}
|
|
38
|
+
* @memberof CommonRichValue
|
|
39
|
+
*/
|
|
40
|
+
floatValue?: number;
|
|
41
|
+
/**
|
|
42
|
+
*
|
|
43
|
+
* @type {string}
|
|
44
|
+
* @memberof CommonRichValue
|
|
45
|
+
*/
|
|
46
|
+
bytesValue?: string;
|
|
47
|
+
/**
|
|
48
|
+
*
|
|
49
|
+
* @type {boolean}
|
|
50
|
+
* @memberof CommonRichValue
|
|
51
|
+
*/
|
|
52
|
+
boolValue?: boolean;
|
|
53
|
+
/**
|
|
54
|
+
*
|
|
55
|
+
* @type {string}
|
|
56
|
+
* @memberof CommonRichValue
|
|
57
|
+
*/
|
|
58
|
+
stringValue?: string;
|
|
59
|
+
/**
|
|
60
|
+
*
|
|
61
|
+
* @type {Date}
|
|
62
|
+
* @memberof CommonRichValue
|
|
63
|
+
*/
|
|
64
|
+
timestampValue?: Date;
|
|
65
|
+
/**
|
|
66
|
+
*
|
|
67
|
+
* @type {CommonBigInteger}
|
|
68
|
+
* @memberof CommonRichValue
|
|
69
|
+
*/
|
|
70
|
+
bigintValue?: CommonBigInteger;
|
|
71
|
+
/**
|
|
72
|
+
*
|
|
73
|
+
* @type {CommonBigDecimal}
|
|
74
|
+
* @memberof CommonRichValue
|
|
75
|
+
*/
|
|
76
|
+
bigdecimalValue?: CommonBigDecimal;
|
|
77
|
+
/**
|
|
78
|
+
*
|
|
79
|
+
* @type {CommonRichValueList}
|
|
80
|
+
* @memberof CommonRichValue
|
|
81
|
+
*/
|
|
82
|
+
listValue?: CommonRichValueList;
|
|
83
|
+
/**
|
|
84
|
+
*
|
|
85
|
+
* @type {CommonRichStruct}
|
|
86
|
+
* @memberof CommonRichValue
|
|
87
|
+
*/
|
|
88
|
+
structValue?: CommonRichStruct;
|
|
89
|
+
}
|
|
90
|
+
/**
|
|
91
|
+
* Check if a given object implements the CommonRichValue interface.
|
|
92
|
+
*/
|
|
93
|
+
export declare function instanceOfCommonRichValue(value: object): value is CommonRichValue;
|
|
94
|
+
export declare function CommonRichValueFromJSON(json: any): CommonRichValue;
|
|
95
|
+
export declare function CommonRichValueFromJSONTyped(json: any, ignoreDiscriminator: boolean): CommonRichValue;
|
|
96
|
+
export declare function CommonRichValueToJSON(json: any): CommonRichValue;
|
|
97
|
+
export declare function CommonRichValueToJSONTyped(value?: CommonRichValue | null, ignoreDiscriminator?: boolean): any;
|
|
@@ -0,0 +1,67 @@
|
|
|
1
|
+
/* tslint:disable */
|
|
2
|
+
/* eslint-disable */
|
|
3
|
+
/**
|
|
4
|
+
* Sentio API
|
|
5
|
+
* Sentio Open API for query data
|
|
6
|
+
*
|
|
7
|
+
* The version of the OpenAPI document: version not set
|
|
8
|
+
*
|
|
9
|
+
*
|
|
10
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
11
|
+
* https://openapi-generator.tech
|
|
12
|
+
* Do not edit the class manually.
|
|
13
|
+
*/
|
|
14
|
+
import { CommonRichValueNullValueFromJSON, CommonRichValueNullValueToJSON, } from './CommonRichValueNullValue.js';
|
|
15
|
+
import { CommonBigIntegerFromJSON, CommonBigIntegerToJSON, } from './CommonBigInteger.js';
|
|
16
|
+
import { CommonRichValueListFromJSON, CommonRichValueListToJSON, } from './CommonRichValueList.js';
|
|
17
|
+
import { CommonRichStructFromJSON, CommonRichStructToJSON, } from './CommonRichStruct.js';
|
|
18
|
+
import { CommonBigDecimalFromJSON, CommonBigDecimalToJSON, } from './CommonBigDecimal.js';
|
|
19
|
+
/**
|
|
20
|
+
* Check if a given object implements the CommonRichValue interface.
|
|
21
|
+
*/
|
|
22
|
+
export function instanceOfCommonRichValue(value) {
|
|
23
|
+
return true;
|
|
24
|
+
}
|
|
25
|
+
export function CommonRichValueFromJSON(json) {
|
|
26
|
+
return CommonRichValueFromJSONTyped(json, false);
|
|
27
|
+
}
|
|
28
|
+
export function CommonRichValueFromJSONTyped(json, ignoreDiscriminator) {
|
|
29
|
+
if (json == null) {
|
|
30
|
+
return json;
|
|
31
|
+
}
|
|
32
|
+
return {
|
|
33
|
+
'nullValue': json['nullValue'] == null ? undefined : CommonRichValueNullValueFromJSON(json['nullValue']),
|
|
34
|
+
'intValue': json['intValue'] == null ? undefined : json['intValue'],
|
|
35
|
+
'floatValue': json['floatValue'] == null ? undefined : json['floatValue'],
|
|
36
|
+
'bytesValue': json['bytesValue'] == null ? undefined : json['bytesValue'],
|
|
37
|
+
'boolValue': json['boolValue'] == null ? undefined : json['boolValue'],
|
|
38
|
+
'stringValue': json['stringValue'] == null ? undefined : json['stringValue'],
|
|
39
|
+
'timestampValue': json['timestampValue'] == null ? undefined : (new Date(json['timestampValue'])),
|
|
40
|
+
'bigintValue': json['bigintValue'] == null ? undefined : CommonBigIntegerFromJSON(json['bigintValue']),
|
|
41
|
+
'bigdecimalValue': json['bigdecimalValue'] == null ? undefined : CommonBigDecimalFromJSON(json['bigdecimalValue']),
|
|
42
|
+
'listValue': json['listValue'] == null ? undefined : CommonRichValueListFromJSON(json['listValue']),
|
|
43
|
+
'structValue': json['structValue'] == null ? undefined : CommonRichStructFromJSON(json['structValue']),
|
|
44
|
+
};
|
|
45
|
+
}
|
|
46
|
+
export function CommonRichValueToJSON(json) {
|
|
47
|
+
return CommonRichValueToJSONTyped(json, false);
|
|
48
|
+
}
|
|
49
|
+
export function CommonRichValueToJSONTyped(value, ignoreDiscriminator = false) {
|
|
50
|
+
if (value == null) {
|
|
51
|
+
return value;
|
|
52
|
+
}
|
|
53
|
+
return {
|
|
54
|
+
'nullValue': CommonRichValueNullValueToJSON(value['nullValue']),
|
|
55
|
+
'intValue': value['intValue'],
|
|
56
|
+
'floatValue': value['floatValue'],
|
|
57
|
+
'bytesValue': value['bytesValue'],
|
|
58
|
+
'boolValue': value['boolValue'],
|
|
59
|
+
'stringValue': value['stringValue'],
|
|
60
|
+
'timestampValue': value['timestampValue'] == null ? undefined : ((value['timestampValue']).toISOString()),
|
|
61
|
+
'bigintValue': CommonBigIntegerToJSON(value['bigintValue']),
|
|
62
|
+
'bigdecimalValue': CommonBigDecimalToJSON(value['bigdecimalValue']),
|
|
63
|
+
'listValue': CommonRichValueListToJSON(value['listValue']),
|
|
64
|
+
'structValue': CommonRichStructToJSON(value['structValue']),
|
|
65
|
+
};
|
|
66
|
+
}
|
|
67
|
+
//# sourceMappingURL=CommonRichValue.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"CommonRichValue.js","sourceRoot":"","sources":["../../../src/models/CommonRichValue.ts"],"names":[],"mappings":"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"}
|
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Sentio API
|
|
3
|
+
* Sentio Open API for query data
|
|
4
|
+
*
|
|
5
|
+
* The version of the OpenAPI document: version not set
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
|
+
* https://openapi-generator.tech
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*/
|
|
12
|
+
import type { CommonRichValue } from './CommonRichValue.js';
|
|
13
|
+
/**
|
|
14
|
+
*
|
|
15
|
+
* @export
|
|
16
|
+
* @interface CommonRichValueList
|
|
17
|
+
*/
|
|
18
|
+
export interface CommonRichValueList {
|
|
19
|
+
/**
|
|
20
|
+
*
|
|
21
|
+
* @type {Array<CommonRichValue>}
|
|
22
|
+
* @memberof CommonRichValueList
|
|
23
|
+
*/
|
|
24
|
+
values?: Array<CommonRichValue>;
|
|
25
|
+
}
|
|
26
|
+
/**
|
|
27
|
+
* Check if a given object implements the CommonRichValueList interface.
|
|
28
|
+
*/
|
|
29
|
+
export declare function instanceOfCommonRichValueList(value: object): value is CommonRichValueList;
|
|
30
|
+
export declare function CommonRichValueListFromJSON(json: any): CommonRichValueList;
|
|
31
|
+
export declare function CommonRichValueListFromJSONTyped(json: any, ignoreDiscriminator: boolean): CommonRichValueList;
|
|
32
|
+
export declare function CommonRichValueListToJSON(json: any): CommonRichValueList;
|
|
33
|
+
export declare function CommonRichValueListToJSONTyped(value?: CommonRichValueList | null, ignoreDiscriminator?: boolean): any;
|
|
@@ -0,0 +1,43 @@
|
|
|
1
|
+
/* tslint:disable */
|
|
2
|
+
/* eslint-disable */
|
|
3
|
+
/**
|
|
4
|
+
* Sentio API
|
|
5
|
+
* Sentio Open API for query data
|
|
6
|
+
*
|
|
7
|
+
* The version of the OpenAPI document: version not set
|
|
8
|
+
*
|
|
9
|
+
*
|
|
10
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
11
|
+
* https://openapi-generator.tech
|
|
12
|
+
* Do not edit the class manually.
|
|
13
|
+
*/
|
|
14
|
+
import { CommonRichValueFromJSON, CommonRichValueToJSON, } from './CommonRichValue.js';
|
|
15
|
+
/**
|
|
16
|
+
* Check if a given object implements the CommonRichValueList interface.
|
|
17
|
+
*/
|
|
18
|
+
export function instanceOfCommonRichValueList(value) {
|
|
19
|
+
return true;
|
|
20
|
+
}
|
|
21
|
+
export function CommonRichValueListFromJSON(json) {
|
|
22
|
+
return CommonRichValueListFromJSONTyped(json, false);
|
|
23
|
+
}
|
|
24
|
+
export function CommonRichValueListFromJSONTyped(json, ignoreDiscriminator) {
|
|
25
|
+
if (json == null) {
|
|
26
|
+
return json;
|
|
27
|
+
}
|
|
28
|
+
return {
|
|
29
|
+
'values': json['values'] == null ? undefined : (json['values'].map(CommonRichValueFromJSON)),
|
|
30
|
+
};
|
|
31
|
+
}
|
|
32
|
+
export function CommonRichValueListToJSON(json) {
|
|
33
|
+
return CommonRichValueListToJSONTyped(json, false);
|
|
34
|
+
}
|
|
35
|
+
export function CommonRichValueListToJSONTyped(value, ignoreDiscriminator = false) {
|
|
36
|
+
if (value == null) {
|
|
37
|
+
return value;
|
|
38
|
+
}
|
|
39
|
+
return {
|
|
40
|
+
'values': value['values'] == null ? undefined : (value['values'].map(CommonRichValueToJSON)),
|
|
41
|
+
};
|
|
42
|
+
}
|
|
43
|
+
//# sourceMappingURL=CommonRichValueList.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"CommonRichValueList.js","sourceRoot":"","sources":["../../../src/models/CommonRichValueList.ts"],"names":[],"mappings":"AAAA,oBAAoB;AACpB,oBAAoB;AACpB;;;;;;;;;;GAUG;AAIH,OAAO,EACH,uBAAuB,EAEvB,qBAAqB,GAExB,MAAM,sBAAsB,CAAC;AAgB9B;;GAEG;AACH,MAAM,UAAU,6BAA6B,CAAC,KAAa;IACvD,OAAO,IAAI,CAAC;AAChB,CAAC;AAED,MAAM,UAAU,2BAA2B,CAAC,IAAS;IACjD,OAAO,gCAAgC,CAAC,IAAI,EAAE,KAAK,CAAC,CAAC;AACzD,CAAC;AAED,MAAM,UAAU,gCAAgC,CAAC,IAAS,EAAE,mBAA4B;IACpF,IAAI,IAAI,IAAI,IAAI,EAAE,CAAC;QACf,OAAO,IAAI,CAAC;IAChB,CAAC;IACD,OAAO;QAEH,QAAQ,EAAE,IAAI,CAAC,QAAQ,CAAC,IAAI,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,CAAE,IAAI,CAAC,QAAQ,CAAgB,CAAC,GAAG,CAAC,uBAAuB,CAAC,CAAC;KAC/G,CAAC;AACN,CAAC;AAEC,MAAM,UAAU,yBAAyB,CAAC,IAAS;IAC/C,OAAO,8BAA8B,CAAC,IAAI,EAAE,KAAK,CAAC,CAAC;AACvD,CAAC;AAED,MAAM,UAAU,8BAA8B,CAAC,KAAkC,EAAE,sBAA+B,KAAK;IACrH,IAAI,KAAK,IAAI,IAAI,EAAE,CAAC;QAChB,OAAO,KAAK,CAAC;IACjB,CAAC;IAED,OAAO;QAEH,QAAQ,EAAE,KAAK,CAAC,QAAQ,CAAC,IAAI,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,CAAE,KAAK,CAAC,QAAQ,CAAgB,CAAC,GAAG,CAAC,qBAAqB,CAAC,CAAC;KAC/G,CAAC;AACN,CAAC"}
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Sentio API
|
|
3
|
+
* Sentio Open API for query data
|
|
4
|
+
*
|
|
5
|
+
* The version of the OpenAPI document: version not set
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
|
+
* https://openapi-generator.tech
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*/
|
|
12
|
+
/**
|
|
13
|
+
*
|
|
14
|
+
* @export
|
|
15
|
+
*/
|
|
16
|
+
export declare const CommonRichValueNullValue: {
|
|
17
|
+
readonly NullValue: "NULL_VALUE";
|
|
18
|
+
};
|
|
19
|
+
export type CommonRichValueNullValue = typeof CommonRichValueNullValue[keyof typeof CommonRichValueNullValue];
|
|
20
|
+
export declare function instanceOfCommonRichValueNullValue(value: any): boolean;
|
|
21
|
+
export declare function CommonRichValueNullValueFromJSON(json: any): CommonRichValueNullValue;
|
|
22
|
+
export declare function CommonRichValueNullValueFromJSONTyped(json: any, ignoreDiscriminator: boolean): CommonRichValueNullValue;
|
|
23
|
+
export declare function CommonRichValueNullValueToJSON(value?: CommonRichValueNullValue | null): any;
|
|
24
|
+
export declare function CommonRichValueNullValueToJSONTyped(value: any, ignoreDiscriminator: boolean): CommonRichValueNullValue;
|
|
@@ -0,0 +1,43 @@
|
|
|
1
|
+
/* tslint:disable */
|
|
2
|
+
/* eslint-disable */
|
|
3
|
+
/**
|
|
4
|
+
* Sentio API
|
|
5
|
+
* Sentio Open API for query data
|
|
6
|
+
*
|
|
7
|
+
* The version of the OpenAPI document: version not set
|
|
8
|
+
*
|
|
9
|
+
*
|
|
10
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
11
|
+
* https://openapi-generator.tech
|
|
12
|
+
* Do not edit the class manually.
|
|
13
|
+
*/
|
|
14
|
+
/**
|
|
15
|
+
*
|
|
16
|
+
* @export
|
|
17
|
+
*/
|
|
18
|
+
export const CommonRichValueNullValue = {
|
|
19
|
+
NullValue: 'NULL_VALUE'
|
|
20
|
+
};
|
|
21
|
+
export function instanceOfCommonRichValueNullValue(value) {
|
|
22
|
+
for (const key in CommonRichValueNullValue) {
|
|
23
|
+
if (Object.prototype.hasOwnProperty.call(CommonRichValueNullValue, key)) {
|
|
24
|
+
if (CommonRichValueNullValue[key] === value) {
|
|
25
|
+
return true;
|
|
26
|
+
}
|
|
27
|
+
}
|
|
28
|
+
}
|
|
29
|
+
return false;
|
|
30
|
+
}
|
|
31
|
+
export function CommonRichValueNullValueFromJSON(json) {
|
|
32
|
+
return CommonRichValueNullValueFromJSONTyped(json, false);
|
|
33
|
+
}
|
|
34
|
+
export function CommonRichValueNullValueFromJSONTyped(json, ignoreDiscriminator) {
|
|
35
|
+
return json;
|
|
36
|
+
}
|
|
37
|
+
export function CommonRichValueNullValueToJSON(value) {
|
|
38
|
+
return value;
|
|
39
|
+
}
|
|
40
|
+
export function CommonRichValueNullValueToJSONTyped(value, ignoreDiscriminator) {
|
|
41
|
+
return value;
|
|
42
|
+
}
|
|
43
|
+
//# sourceMappingURL=CommonRichValueNullValue.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"CommonRichValueNullValue.js","sourceRoot":"","sources":["../../../src/models/CommonRichValueNullValue.ts"],"names":[],"mappings":"AAAA,oBAAoB;AACpB,oBAAoB;AACpB;;;;;;;;;;GAUG;AAGH;;;GAGG;AACH,MAAM,CAAC,MAAM,wBAAwB,GAAG;IACpC,SAAS,EAAE,YAAY;CACjB,CAAC;AAIX,MAAM,UAAU,kCAAkC,CAAC,KAAU;IACzD,KAAK,MAAM,GAAG,IAAI,wBAAwB,EAAE,CAAC;QACzC,IAAI,MAAM,CAAC,SAAS,CAAC,cAAc,CAAC,IAAI,CAAC,wBAAwB,EAAE,GAAG,CAAC,EAAE,CAAC;YACtE,IAAI,wBAAwB,CAAC,GAA4C,CAAC,KAAK,KAAK,EAAE,CAAC;gBACnF,OAAO,IAAI,CAAC;YAChB,CAAC;QACL,CAAC;IACL,CAAC;IACD,OAAO,KAAK,CAAC;AACjB,CAAC;AAED,MAAM,UAAU,gCAAgC,CAAC,IAAS;IACtD,OAAO,qCAAqC,CAAC,IAAI,EAAE,KAAK,CAAC,CAAC;AAC9D,CAAC;AAED,MAAM,UAAU,qCAAqC,CAAC,IAAS,EAAE,mBAA4B;IACzF,OAAO,IAAgC,CAAC;AAC5C,CAAC;AAED,MAAM,UAAU,8BAA8B,CAAC,KAAuC;IAClF,OAAO,KAAY,CAAC;AACxB,CAAC;AAED,MAAM,UAAU,mCAAmC,CAAC,KAAU,EAAE,mBAA4B;IACxF,OAAO,KAAiC,CAAC;AAC7C,CAAC"}
|
|
@@ -31,7 +31,8 @@ export interface CommonSegmentParameter {
|
|
|
31
31
|
/**
|
|
32
32
|
* Check if a given object implements the CommonSegmentParameter interface.
|
|
33
33
|
*/
|
|
34
|
-
export declare function instanceOfCommonSegmentParameter(value: object):
|
|
34
|
+
export declare function instanceOfCommonSegmentParameter(value: object): value is CommonSegmentParameter;
|
|
35
35
|
export declare function CommonSegmentParameterFromJSON(json: any): CommonSegmentParameter;
|
|
36
36
|
export declare function CommonSegmentParameterFromJSONTyped(json: any, ignoreDiscriminator: boolean): CommonSegmentParameter;
|
|
37
|
-
export declare function CommonSegmentParameterToJSON(
|
|
37
|
+
export declare function CommonSegmentParameterToJSON(json: any): CommonSegmentParameter;
|
|
38
|
+
export declare function CommonSegmentParameterToJSONTyped(value?: CommonSegmentParameter | null, ignoreDiscriminator?: boolean): any;
|
|
@@ -29,7 +29,10 @@ export function CommonSegmentParameterFromJSONTyped(json, ignoreDiscriminator) {
|
|
|
29
29
|
'allUsers': json['allUsers'] == null ? undefined : json['allUsers'],
|
|
30
30
|
};
|
|
31
31
|
}
|
|
32
|
-
export function CommonSegmentParameterToJSON(
|
|
32
|
+
export function CommonSegmentParameterToJSON(json) {
|
|
33
|
+
return CommonSegmentParameterToJSONTyped(json, false);
|
|
34
|
+
}
|
|
35
|
+
export function CommonSegmentParameterToJSONTyped(value, ignoreDiscriminator = false) {
|
|
33
36
|
if (value == null) {
|
|
34
37
|
return value;
|
|
35
38
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"CommonSegmentParameter.js","sourceRoot":"","sources":["../../../src/models/CommonSegmentParameter.ts"],"names":[],"mappings":"AAAA,oBAAoB;AACpB,oBAAoB;AACpB;;;;;;;;;;GAUG;AAuBH;;GAEG;AACH,MAAM,UAAU,gCAAgC,CAAC,KAAa;IAC1D,OAAO,IAAI,CAAC;AAChB,CAAC;AAED,MAAM,UAAU,8BAA8B,CAAC,IAAS;IACpD,OAAO,mCAAmC,CAAC,IAAI,EAAE,KAAK,CAAC,CAAC;AAC5D,CAAC;AAED,MAAM,UAAU,mCAAmC,CAAC,IAAS,EAAE,mBAA4B;IACvF,IAAI,IAAI,IAAI,IAAI,EAAE,CAAC;QACf,OAAO,IAAI,CAAC;IAChB,CAAC;IACD,OAAO;QAEH,UAAU,EAAE,IAAI,CAAC,UAAU,CAAC,IAAI,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,IAAI,CAAC,UAAU,CAAC;QACnE,UAAU,EAAE,IAAI,CAAC,UAAU,CAAC,IAAI,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,IAAI,CAAC,UAAU,CAAC;KACtE,CAAC;AACN,CAAC;
|
|
1
|
+
{"version":3,"file":"CommonSegmentParameter.js","sourceRoot":"","sources":["../../../src/models/CommonSegmentParameter.ts"],"names":[],"mappings":"AAAA,oBAAoB;AACpB,oBAAoB;AACpB;;;;;;;;;;GAUG;AAuBH;;GAEG;AACH,MAAM,UAAU,gCAAgC,CAAC,KAAa;IAC1D,OAAO,IAAI,CAAC;AAChB,CAAC;AAED,MAAM,UAAU,8BAA8B,CAAC,IAAS;IACpD,OAAO,mCAAmC,CAAC,IAAI,EAAE,KAAK,CAAC,CAAC;AAC5D,CAAC;AAED,MAAM,UAAU,mCAAmC,CAAC,IAAS,EAAE,mBAA4B;IACvF,IAAI,IAAI,IAAI,IAAI,EAAE,CAAC;QACf,OAAO,IAAI,CAAC;IAChB,CAAC;IACD,OAAO;QAEH,UAAU,EAAE,IAAI,CAAC,UAAU,CAAC,IAAI,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,IAAI,CAAC,UAAU,CAAC;QACnE,UAAU,EAAE,IAAI,CAAC,UAAU,CAAC,IAAI,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,IAAI,CAAC,UAAU,CAAC;KACtE,CAAC;AACN,CAAC;AAEC,MAAM,UAAU,4BAA4B,CAAC,IAAS;IAClD,OAAO,iCAAiC,CAAC,IAAI,EAAE,KAAK,CAAC,CAAC;AAC1D,CAAC;AAED,MAAM,UAAU,iCAAiC,CAAC,KAAqC,EAAE,sBAA+B,KAAK;IAC3H,IAAI,KAAK,IAAI,IAAI,EAAE,CAAC;QAChB,OAAO,KAAK,CAAC;IACjB,CAAC;IAED,OAAO;QAEH,UAAU,EAAE,KAAK,CAAC,UAAU,CAAC;QAC7B,UAAU,EAAE,KAAK,CAAC,UAAU,CAAC;KAChC,CAAC;AACN,CAAC"}
|
|
@@ -9,10 +9,10 @@
|
|
|
9
9
|
* https://openapi-generator.tech
|
|
10
10
|
* Do not edit the class manually.
|
|
11
11
|
*/
|
|
12
|
+
import type { CommonSegmentationQuerySelectorExpr } from './CommonSegmentationQuerySelectorExpr.js';
|
|
13
|
+
import type { CommonSegmentationQueryResource } from './CommonSegmentationQueryResource.js';
|
|
12
14
|
import type { CommonFunction } from './CommonFunction.js';
|
|
13
15
|
import type { CommonSegmentationQueryAggregation } from './CommonSegmentationQueryAggregation.js';
|
|
14
|
-
import type { CommonSegmentationQueryResource } from './CommonSegmentationQueryResource.js';
|
|
15
|
-
import type { CommonSegmentationQuerySelectorExpr } from './CommonSegmentationQuerySelectorExpr.js';
|
|
16
16
|
/**
|
|
17
17
|
*
|
|
18
18
|
* @export
|
|
@@ -77,7 +77,8 @@ export interface CommonSegmentationQuery {
|
|
|
77
77
|
/**
|
|
78
78
|
* Check if a given object implements the CommonSegmentationQuery interface.
|
|
79
79
|
*/
|
|
80
|
-
export declare function instanceOfCommonSegmentationQuery(value: object):
|
|
80
|
+
export declare function instanceOfCommonSegmentationQuery(value: object): value is CommonSegmentationQuery;
|
|
81
81
|
export declare function CommonSegmentationQueryFromJSON(json: any): CommonSegmentationQuery;
|
|
82
82
|
export declare function CommonSegmentationQueryFromJSONTyped(json: any, ignoreDiscriminator: boolean): CommonSegmentationQuery;
|
|
83
|
-
export declare function CommonSegmentationQueryToJSON(
|
|
83
|
+
export declare function CommonSegmentationQueryToJSON(json: any): CommonSegmentationQuery;
|
|
84
|
+
export declare function CommonSegmentationQueryToJSONTyped(value?: CommonSegmentationQuery | null, ignoreDiscriminator?: boolean): any;
|
|
@@ -11,10 +11,10 @@
|
|
|
11
11
|
* https://openapi-generator.tech
|
|
12
12
|
* Do not edit the class manually.
|
|
13
13
|
*/
|
|
14
|
+
import { CommonSegmentationQuerySelectorExprFromJSON, CommonSegmentationQuerySelectorExprToJSON, } from './CommonSegmentationQuerySelectorExpr.js';
|
|
15
|
+
import { CommonSegmentationQueryResourceFromJSON, CommonSegmentationQueryResourceToJSON, } from './CommonSegmentationQueryResource.js';
|
|
14
16
|
import { CommonFunctionFromJSON, CommonFunctionToJSON, } from './CommonFunction.js';
|
|
15
17
|
import { CommonSegmentationQueryAggregationFromJSON, CommonSegmentationQueryAggregationToJSON, } from './CommonSegmentationQueryAggregation.js';
|
|
16
|
-
import { CommonSegmentationQueryResourceFromJSON, CommonSegmentationQueryResourceToJSON, } from './CommonSegmentationQueryResource.js';
|
|
17
|
-
import { CommonSegmentationQuerySelectorExprFromJSON, CommonSegmentationQuerySelectorExprToJSON, } from './CommonSegmentationQuerySelectorExpr.js';
|
|
18
18
|
/**
|
|
19
19
|
* Check if a given object implements the CommonSegmentationQuery interface.
|
|
20
20
|
*/
|
|
@@ -40,7 +40,10 @@ export function CommonSegmentationQueryFromJSONTyped(json, ignoreDiscriminator)
|
|
|
40
40
|
'disabled': json['disabled'] == null ? undefined : json['disabled'],
|
|
41
41
|
};
|
|
42
42
|
}
|
|
43
|
-
export function CommonSegmentationQueryToJSON(
|
|
43
|
+
export function CommonSegmentationQueryToJSON(json) {
|
|
44
|
+
return CommonSegmentationQueryToJSONTyped(json, false);
|
|
45
|
+
}
|
|
46
|
+
export function CommonSegmentationQueryToJSONTyped(value, ignoreDiscriminator = false) {
|
|
44
47
|
if (value == null) {
|
|
45
48
|
return value;
|
|
46
49
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"CommonSegmentationQuery.js","sourceRoot":"","sources":["../../../src/models/CommonSegmentationQuery.ts"],"names":[],"mappings":"AAAA,oBAAoB;AACpB,oBAAoB;AACpB;;;;;;;;;;GAUG;AAIH,OAAO,EACH,
|
|
1
|
+
{"version":3,"file":"CommonSegmentationQuery.js","sourceRoot":"","sources":["../../../src/models/CommonSegmentationQuery.ts"],"names":[],"mappings":"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"}
|
|
@@ -45,7 +45,8 @@ export interface CommonSegmentationQueryAggregation {
|
|
|
45
45
|
/**
|
|
46
46
|
* Check if a given object implements the CommonSegmentationQueryAggregation interface.
|
|
47
47
|
*/
|
|
48
|
-
export declare function instanceOfCommonSegmentationQueryAggregation(value: object):
|
|
48
|
+
export declare function instanceOfCommonSegmentationQueryAggregation(value: object): value is CommonSegmentationQueryAggregation;
|
|
49
49
|
export declare function CommonSegmentationQueryAggregationFromJSON(json: any): CommonSegmentationQueryAggregation;
|
|
50
50
|
export declare function CommonSegmentationQueryAggregationFromJSONTyped(json: any, ignoreDiscriminator: boolean): CommonSegmentationQueryAggregation;
|
|
51
|
-
export declare function CommonSegmentationQueryAggregationToJSON(
|
|
51
|
+
export declare function CommonSegmentationQueryAggregationToJSON(json: any): CommonSegmentationQueryAggregation;
|
|
52
|
+
export declare function CommonSegmentationQueryAggregationToJSONTyped(value?: CommonSegmentationQueryAggregation | null, ignoreDiscriminator?: boolean): any;
|
|
@@ -33,7 +33,10 @@ export function CommonSegmentationQueryAggregationFromJSONTyped(json, ignoreDisc
|
|
|
33
33
|
'aggregateProperties': json['aggregateProperties'] == null ? undefined : CommonSegmentationQueryAggregationAggregatePropertiesFromJSON(json['aggregateProperties']),
|
|
34
34
|
};
|
|
35
35
|
}
|
|
36
|
-
export function CommonSegmentationQueryAggregationToJSON(
|
|
36
|
+
export function CommonSegmentationQueryAggregationToJSON(json) {
|
|
37
|
+
return CommonSegmentationQueryAggregationToJSONTyped(json, false);
|
|
38
|
+
}
|
|
39
|
+
export function CommonSegmentationQueryAggregationToJSONTyped(value, ignoreDiscriminator = false) {
|
|
37
40
|
if (value == null) {
|
|
38
41
|
return value;
|
|
39
42
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"CommonSegmentationQueryAggregation.js","sourceRoot":"","sources":["../../../src/models/CommonSegmentationQueryAggregation.ts"],"names":[],"mappings":"AAAA,oBAAoB;AACpB,oBAAoB;AACpB;;;;;;;;;;GAUG;AAIH,OAAO,EACH,6DAA6D,EAE7D,2DAA2D,
|
|
1
|
+
{"version":3,"file":"CommonSegmentationQueryAggregation.js","sourceRoot":"","sources":["../../../src/models/CommonSegmentationQueryAggregation.ts"],"names":[],"mappings":"AAAA,oBAAoB;AACpB,oBAAoB;AACpB;;;;;;;;;;GAUG;AAIH,OAAO,EACH,6DAA6D,EAE7D,2DAA2D,GAE9D,MAAM,4DAA4D,CAAC;AAEpE,OAAO,EACH,qDAAqD,EAErD,mDAAmD,GAEtD,MAAM,oDAAoD,CAAC;AAkC5D;;GAEG;AACH,MAAM,UAAU,4CAA4C,CAAC,KAAa;IACtE,OAAO,IAAI,CAAC;AAChB,CAAC;AAED,MAAM,UAAU,0CAA0C,CAAC,IAAS;IAChE,OAAO,+CAA+C,CAAC,IAAI,EAAE,KAAK,CAAC,CAAC;AACxE,CAAC;AAED,MAAM,UAAU,+CAA+C,CAAC,IAAS,EAAE,mBAA4B;IACnG,IAAI,IAAI,IAAI,IAAI,EAAE,CAAC;QACf,OAAO,IAAI,CAAC;IAChB,CAAC;IACD,OAAO;QAEH,OAAO,EAAE,IAAI,CAAC,OAAO,CAAC,IAAI,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,IAAI,CAAC,OAAO,CAAC;QAC1D,QAAQ,EAAE,IAAI,CAAC,QAAQ,CAAC,IAAI,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,IAAI,CAAC,QAAQ,CAAC;QAC7D,aAAa,EAAE,IAAI,CAAC,aAAa,CAAC,IAAI,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,qDAAqD,CAAC,IAAI,CAAC,aAAa,CAAC,CAAC;QACnI,qBAAqB,EAAE,IAAI,CAAC,qBAAqB,CAAC,IAAI,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,6DAA6D,CAAC,IAAI,CAAC,qBAAqB,CAAC,CAAC;KACtK,CAAC;AACN,CAAC;AAEC,MAAM,UAAU,wCAAwC,CAAC,IAAS;IAC9D,OAAO,6CAA6C,CAAC,IAAI,EAAE,KAAK,CAAC,CAAC;AACtE,CAAC;AAED,MAAM,UAAU,6CAA6C,CAAC,KAAiD,EAAE,sBAA+B,KAAK;IACnJ,IAAI,KAAK,IAAI,IAAI,EAAE,CAAC;QAChB,OAAO,KAAK,CAAC;IACjB,CAAC;IAED,OAAO;QAEH,OAAO,EAAE,KAAK,CAAC,OAAO,CAAC;QACvB,QAAQ,EAAE,KAAK,CAAC,QAAQ,CAAC;QACzB,aAAa,EAAE,mDAAmD,CAAC,KAAK,CAAC,aAAa,CAAC,CAAC;QACxF,qBAAqB,EAAE,2DAA2D,CAAC,KAAK,CAAC,qBAAqB,CAAC,CAAC;KACnH,CAAC;AACN,CAAC"}
|
|
@@ -32,7 +32,8 @@ export interface CommonSegmentationQueryAggregationAggregateProperties {
|
|
|
32
32
|
/**
|
|
33
33
|
* Check if a given object implements the CommonSegmentationQueryAggregationAggregateProperties interface.
|
|
34
34
|
*/
|
|
35
|
-
export declare function instanceOfCommonSegmentationQueryAggregationAggregateProperties(value: object):
|
|
35
|
+
export declare function instanceOfCommonSegmentationQueryAggregationAggregateProperties(value: object): value is CommonSegmentationQueryAggregationAggregateProperties;
|
|
36
36
|
export declare function CommonSegmentationQueryAggregationAggregatePropertiesFromJSON(json: any): CommonSegmentationQueryAggregationAggregateProperties;
|
|
37
37
|
export declare function CommonSegmentationQueryAggregationAggregatePropertiesFromJSONTyped(json: any, ignoreDiscriminator: boolean): CommonSegmentationQueryAggregationAggregateProperties;
|
|
38
|
-
export declare function CommonSegmentationQueryAggregationAggregatePropertiesToJSON(
|
|
38
|
+
export declare function CommonSegmentationQueryAggregationAggregatePropertiesToJSON(json: any): CommonSegmentationQueryAggregationAggregateProperties;
|
|
39
|
+
export declare function CommonSegmentationQueryAggregationAggregatePropertiesToJSONTyped(value?: CommonSegmentationQueryAggregationAggregateProperties | null, ignoreDiscriminator?: boolean): any;
|
|
@@ -30,7 +30,10 @@ export function CommonSegmentationQueryAggregationAggregatePropertiesFromJSONTyp
|
|
|
30
30
|
'propertyName': json['propertyName'] == null ? undefined : json['propertyName'],
|
|
31
31
|
};
|
|
32
32
|
}
|
|
33
|
-
export function CommonSegmentationQueryAggregationAggregatePropertiesToJSON(
|
|
33
|
+
export function CommonSegmentationQueryAggregationAggregatePropertiesToJSON(json) {
|
|
34
|
+
return CommonSegmentationQueryAggregationAggregatePropertiesToJSONTyped(json, false);
|
|
35
|
+
}
|
|
36
|
+
export function CommonSegmentationQueryAggregationAggregatePropertiesToJSONTyped(value, ignoreDiscriminator = false) {
|
|
34
37
|
if (value == null) {
|
|
35
38
|
return value;
|
|
36
39
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"CommonSegmentationQueryAggregationAggregateProperties.js","sourceRoot":"","sources":["../../../src/models/CommonSegmentationQueryAggregationAggregateProperties.ts"],"names":[],"mappings":"AAAA,oBAAoB;AACpB,oBAAoB;AACpB;;;;;;;;;;GAUG;AAIH,OAAO,EACH,4EAA4E,EAE5E,0EAA0E,
|
|
1
|
+
{"version":3,"file":"CommonSegmentationQueryAggregationAggregateProperties.js","sourceRoot":"","sources":["../../../src/models/CommonSegmentationQueryAggregationAggregateProperties.ts"],"names":[],"mappings":"AAAA,oBAAoB;AACpB,oBAAoB;AACpB;;;;;;;;;;GAUG;AAIH,OAAO,EACH,4EAA4E,EAE5E,0EAA0E,GAE7E,MAAM,2EAA2E,CAAC;AAwBnF;;GAEG;AACH,MAAM,UAAU,+DAA+D,CAAC,KAAa;IACzF,OAAO,IAAI,CAAC;AAChB,CAAC;AAED,MAAM,UAAU,6DAA6D,CAAC,IAAS;IACnF,OAAO,kEAAkE,CAAC,IAAI,EAAE,KAAK,CAAC,CAAC;AAC3F,CAAC;AAED,MAAM,UAAU,kEAAkE,CAAC,IAAS,EAAE,mBAA4B;IACtH,IAAI,IAAI,IAAI,IAAI,EAAE,CAAC;QACf,OAAO,IAAI,CAAC;IAChB,CAAC;IACD,OAAO;QAEH,MAAM,EAAE,IAAI,CAAC,MAAM,CAAC,IAAI,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,4EAA4E,CAAC,IAAI,CAAC,MAAM,CAAC,CAAC;QACrI,cAAc,EAAE,IAAI,CAAC,cAAc,CAAC,IAAI,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,IAAI,CAAC,cAAc,CAAC;KAClF,CAAC;AACN,CAAC;AAEC,MAAM,UAAU,2DAA2D,CAAC,IAAS;IACjF,OAAO,gEAAgE,CAAC,IAAI,EAAE,KAAK,CAAC,CAAC;AACzF,CAAC;AAED,MAAM,UAAU,gEAAgE,CAAC,KAAoE,EAAE,sBAA+B,KAAK;IACzL,IAAI,KAAK,IAAI,IAAI,EAAE,CAAC;QAChB,OAAO,KAAK,CAAC;IACjB,CAAC;IAED,OAAO;QAEH,MAAM,EAAE,0EAA0E,CAAC,KAAK,CAAC,MAAM,CAAC,CAAC;QACjG,cAAc,EAAE,KAAK,CAAC,cAAc,CAAC;KACxC,CAAC;AACN,CAAC"}
|
package/dist/src/models/CommonSegmentationQueryAggregationAggregatePropertiesAggregationType.d.ts
CHANGED
|
@@ -38,3 +38,4 @@ export declare function instanceOfCommonSegmentationQueryAggregationAggregatePro
|
|
|
38
38
|
export declare function CommonSegmentationQueryAggregationAggregatePropertiesAggregationTypeFromJSON(json: any): CommonSegmentationQueryAggregationAggregatePropertiesAggregationType;
|
|
39
39
|
export declare function CommonSegmentationQueryAggregationAggregatePropertiesAggregationTypeFromJSONTyped(json: any, ignoreDiscriminator: boolean): CommonSegmentationQueryAggregationAggregatePropertiesAggregationType;
|
|
40
40
|
export declare function CommonSegmentationQueryAggregationAggregatePropertiesAggregationTypeToJSON(value?: CommonSegmentationQueryAggregationAggregatePropertiesAggregationType | null): any;
|
|
41
|
+
export declare function CommonSegmentationQueryAggregationAggregatePropertiesAggregationTypeToJSONTyped(value: any, ignoreDiscriminator: boolean): CommonSegmentationQueryAggregationAggregatePropertiesAggregationType;
|
package/dist/src/models/CommonSegmentationQueryAggregationAggregatePropertiesAggregationType.js
CHANGED
|
@@ -36,7 +36,14 @@ export const CommonSegmentationQueryAggregationAggregatePropertiesAggregationTyp
|
|
|
36
36
|
Percentile99Th: 'PERCENTILE_99TH'
|
|
37
37
|
};
|
|
38
38
|
export function instanceOfCommonSegmentationQueryAggregationAggregatePropertiesAggregationType(value) {
|
|
39
|
-
|
|
39
|
+
for (const key in CommonSegmentationQueryAggregationAggregatePropertiesAggregationType) {
|
|
40
|
+
if (Object.prototype.hasOwnProperty.call(CommonSegmentationQueryAggregationAggregatePropertiesAggregationType, key)) {
|
|
41
|
+
if (CommonSegmentationQueryAggregationAggregatePropertiesAggregationType[key] === value) {
|
|
42
|
+
return true;
|
|
43
|
+
}
|
|
44
|
+
}
|
|
45
|
+
}
|
|
46
|
+
return false;
|
|
40
47
|
}
|
|
41
48
|
export function CommonSegmentationQueryAggregationAggregatePropertiesAggregationTypeFromJSON(json) {
|
|
42
49
|
return CommonSegmentationQueryAggregationAggregatePropertiesAggregationTypeFromJSONTyped(json, false);
|
|
@@ -47,4 +54,7 @@ export function CommonSegmentationQueryAggregationAggregatePropertiesAggregation
|
|
|
47
54
|
export function CommonSegmentationQueryAggregationAggregatePropertiesAggregationTypeToJSON(value) {
|
|
48
55
|
return value;
|
|
49
56
|
}
|
|
57
|
+
export function CommonSegmentationQueryAggregationAggregatePropertiesAggregationTypeToJSONTyped(value, ignoreDiscriminator) {
|
|
58
|
+
return value;
|
|
59
|
+
}
|
|
50
60
|
//# sourceMappingURL=CommonSegmentationQueryAggregationAggregatePropertiesAggregationType.js.map
|
package/dist/src/models/CommonSegmentationQueryAggregationAggregatePropertiesAggregationType.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"CommonSegmentationQueryAggregationAggregatePropertiesAggregationType.js","sourceRoot":"","sources":["../../../src/models/CommonSegmentationQueryAggregationAggregatePropertiesAggregationType.ts"],"names":[],"mappings":"AAAA,oBAAoB;AACpB,oBAAoB;AACpB;;;;;;;;;;GAUG;AAGH;;;GAGG;AACH,MAAM,CAAC,MAAM,oEAAoE,GAAG;IAChF,GAAG,EAAE,KAAK;IACV,aAAa,EAAE,gBAAgB;IAC/B,GAAG,EAAE,KAAK;IACV,MAAM,EAAE,QAAQ;IAChB,GAAG,EAAE,KAAK;IACV,GAAG,EAAE,KAAK;IACV,aAAa,EAAE,gBAAgB;IAC/B,uBAAuB,EAAE,2BAA2B;IACpD,eAAe,EAAE,kBAAkB;IACnC,IAAI,EAAE,MAAM;IACZ,cAAc,EAAE,iBAAiB;IACjC,KAAK,EAAE,OAAO;IACd,eAAe,EAAE,kBAAkB;IACnC,cAAc,EAAE,iBAAiB;IACjC,cAAc,EAAE,iBAAiB;IACjC,cAAc,EAAE,iBAAiB;IACjC,cAAc,EAAE,iBAAiB;IACjC,cAAc,EAAE,iBAAiB;CAC3B,CAAC;AAIX,MAAM,UAAU,8EAA8E,CAAC,KAAU;IACrG,
|
|
1
|
+
{"version":3,"file":"CommonSegmentationQueryAggregationAggregatePropertiesAggregationType.js","sourceRoot":"","sources":["../../../src/models/CommonSegmentationQueryAggregationAggregatePropertiesAggregationType.ts"],"names":[],"mappings":"AAAA,oBAAoB;AACpB,oBAAoB;AACpB;;;;;;;;;;GAUG;AAGH;;;GAGG;AACH,MAAM,CAAC,MAAM,oEAAoE,GAAG;IAChF,GAAG,EAAE,KAAK;IACV,aAAa,EAAE,gBAAgB;IAC/B,GAAG,EAAE,KAAK;IACV,MAAM,EAAE,QAAQ;IAChB,GAAG,EAAE,KAAK;IACV,GAAG,EAAE,KAAK;IACV,aAAa,EAAE,gBAAgB;IAC/B,uBAAuB,EAAE,2BAA2B;IACpD,eAAe,EAAE,kBAAkB;IACnC,IAAI,EAAE,MAAM;IACZ,cAAc,EAAE,iBAAiB;IACjC,KAAK,EAAE,OAAO;IACd,eAAe,EAAE,kBAAkB;IACnC,cAAc,EAAE,iBAAiB;IACjC,cAAc,EAAE,iBAAiB;IACjC,cAAc,EAAE,iBAAiB;IACjC,cAAc,EAAE,iBAAiB;IACjC,cAAc,EAAE,iBAAiB;CAC3B,CAAC;AAIX,MAAM,UAAU,8EAA8E,CAAC,KAAU;IACrG,KAAK,MAAM,GAAG,IAAI,oEAAoE,EAAE,CAAC;QACrF,IAAI,MAAM,CAAC,SAAS,CAAC,cAAc,CAAC,IAAI,CAAC,oEAAoE,EAAE,GAAG,CAAC,EAAE,CAAC;YAClH,IAAI,oEAAoE,CAAC,GAAwF,CAAC,KAAK,KAAK,EAAE,CAAC;gBAC3K,OAAO,IAAI,CAAC;YAChB,CAAC;QACL,CAAC;IACL,CAAC;IACD,OAAO,KAAK,CAAC;AACjB,CAAC;AAED,MAAM,UAAU,4EAA4E,CAAC,IAAS;IAClG,OAAO,iFAAiF,CAAC,IAAI,EAAE,KAAK,CAAC,CAAC;AAC1G,CAAC;AAED,MAAM,UAAU,iFAAiF,CAAC,IAAS,EAAE,mBAA4B;IACrI,OAAO,IAA4E,CAAC;AACxF,CAAC;AAED,MAAM,UAAU,0EAA0E,CAAC,KAAmF;IAC1K,OAAO,KAAY,CAAC;AACxB,CAAC;AAED,MAAM,UAAU,+EAA+E,CAAC,KAAU,EAAE,mBAA4B;IACpI,OAAO,KAA6E,CAAC;AACzF,CAAC"}
|
|
@@ -26,7 +26,8 @@ export interface CommonSegmentationQueryAggregationCountUnique {
|
|
|
26
26
|
/**
|
|
27
27
|
* Check if a given object implements the CommonSegmentationQueryAggregationCountUnique interface.
|
|
28
28
|
*/
|
|
29
|
-
export declare function instanceOfCommonSegmentationQueryAggregationCountUnique(value: object):
|
|
29
|
+
export declare function instanceOfCommonSegmentationQueryAggregationCountUnique(value: object): value is CommonSegmentationQueryAggregationCountUnique;
|
|
30
30
|
export declare function CommonSegmentationQueryAggregationCountUniqueFromJSON(json: any): CommonSegmentationQueryAggregationCountUnique;
|
|
31
31
|
export declare function CommonSegmentationQueryAggregationCountUniqueFromJSONTyped(json: any, ignoreDiscriminator: boolean): CommonSegmentationQueryAggregationCountUnique;
|
|
32
|
-
export declare function CommonSegmentationQueryAggregationCountUniqueToJSON(
|
|
32
|
+
export declare function CommonSegmentationQueryAggregationCountUniqueToJSON(json: any): CommonSegmentationQueryAggregationCountUnique;
|
|
33
|
+
export declare function CommonSegmentationQueryAggregationCountUniqueToJSONTyped(value?: CommonSegmentationQueryAggregationCountUnique | null, ignoreDiscriminator?: boolean): any;
|
|
@@ -29,7 +29,10 @@ export function CommonSegmentationQueryAggregationCountUniqueFromJSONTyped(json,
|
|
|
29
29
|
'duration': json['duration'] == null ? undefined : CommonDurationFromJSON(json['duration']),
|
|
30
30
|
};
|
|
31
31
|
}
|
|
32
|
-
export function CommonSegmentationQueryAggregationCountUniqueToJSON(
|
|
32
|
+
export function CommonSegmentationQueryAggregationCountUniqueToJSON(json) {
|
|
33
|
+
return CommonSegmentationQueryAggregationCountUniqueToJSONTyped(json, false);
|
|
34
|
+
}
|
|
35
|
+
export function CommonSegmentationQueryAggregationCountUniqueToJSONTyped(value, ignoreDiscriminator = false) {
|
|
33
36
|
if (value == null) {
|
|
34
37
|
return value;
|
|
35
38
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"CommonSegmentationQueryAggregationCountUnique.js","sourceRoot":"","sources":["../../../src/models/CommonSegmentationQueryAggregationCountUnique.ts"],"names":[],"mappings":"AAAA,oBAAoB;AACpB,oBAAoB;AACpB;;;;;;;;;;GAUG;AAIH,OAAO,EACH,sBAAsB,EAEtB,oBAAoB,
|
|
1
|
+
{"version":3,"file":"CommonSegmentationQueryAggregationCountUnique.js","sourceRoot":"","sources":["../../../src/models/CommonSegmentationQueryAggregationCountUnique.ts"],"names":[],"mappings":"AAAA,oBAAoB;AACpB,oBAAoB;AACpB;;;;;;;;;;GAUG;AAIH,OAAO,EACH,sBAAsB,EAEtB,oBAAoB,GAEvB,MAAM,qBAAqB,CAAC;AAgB7B;;GAEG;AACH,MAAM,UAAU,uDAAuD,CAAC,KAAa;IACjF,OAAO,IAAI,CAAC;AAChB,CAAC;AAED,MAAM,UAAU,qDAAqD,CAAC,IAAS;IAC3E,OAAO,0DAA0D,CAAC,IAAI,EAAE,KAAK,CAAC,CAAC;AACnF,CAAC;AAED,MAAM,UAAU,0DAA0D,CAAC,IAAS,EAAE,mBAA4B;IAC9G,IAAI,IAAI,IAAI,IAAI,EAAE,CAAC;QACf,OAAO,IAAI,CAAC;IAChB,CAAC;IACD,OAAO;QAEH,UAAU,EAAE,IAAI,CAAC,UAAU,CAAC,IAAI,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,sBAAsB,CAAC,IAAI,CAAC,UAAU,CAAC,CAAC;KAC9F,CAAC;AACN,CAAC;AAEC,MAAM,UAAU,mDAAmD,CAAC,IAAS;IACzE,OAAO,wDAAwD,CAAC,IAAI,EAAE,KAAK,CAAC,CAAC;AACjF,CAAC;AAED,MAAM,UAAU,wDAAwD,CAAC,KAA4D,EAAE,sBAA+B,KAAK;IACzK,IAAI,KAAK,IAAI,IAAI,EAAE,CAAC;QAChB,OAAO,KAAK,CAAC;IACjB,CAAC;IAED,OAAO;QAEH,UAAU,EAAE,oBAAoB,CAAC,KAAK,CAAC,UAAU,CAAC,CAAC;KACtD,CAAC;AACN,CAAC"}
|
|
@@ -45,7 +45,8 @@ export interface CommonSegmentationQueryResource {
|
|
|
45
45
|
/**
|
|
46
46
|
* Check if a given object implements the CommonSegmentationQueryResource interface.
|
|
47
47
|
*/
|
|
48
|
-
export declare function instanceOfCommonSegmentationQueryResource(value: object):
|
|
48
|
+
export declare function instanceOfCommonSegmentationQueryResource(value: object): value is CommonSegmentationQueryResource;
|
|
49
49
|
export declare function CommonSegmentationQueryResourceFromJSON(json: any): CommonSegmentationQueryResource;
|
|
50
50
|
export declare function CommonSegmentationQueryResourceFromJSONTyped(json: any, ignoreDiscriminator: boolean): CommonSegmentationQueryResource;
|
|
51
|
-
export declare function CommonSegmentationQueryResourceToJSON(
|
|
51
|
+
export declare function CommonSegmentationQueryResourceToJSON(json: any): CommonSegmentationQueryResource;
|
|
52
|
+
export declare function CommonSegmentationQueryResourceToJSONTyped(value?: CommonSegmentationQueryResource | null, ignoreDiscriminator?: boolean): any;
|
|
@@ -33,7 +33,10 @@ export function CommonSegmentationQueryResourceFromJSONTyped(json, ignoreDiscrim
|
|
|
33
33
|
'cohortsQuery': json['cohortsQuery'] == null ? undefined : CommonCohortsQueryFromJSON(json['cohortsQuery']),
|
|
34
34
|
};
|
|
35
35
|
}
|
|
36
|
-
export function CommonSegmentationQueryResourceToJSON(
|
|
36
|
+
export function CommonSegmentationQueryResourceToJSON(json) {
|
|
37
|
+
return CommonSegmentationQueryResourceToJSONTyped(json, false);
|
|
38
|
+
}
|
|
39
|
+
export function CommonSegmentationQueryResourceToJSONTyped(value, ignoreDiscriminator = false) {
|
|
37
40
|
if (value == null) {
|
|
38
41
|
return value;
|
|
39
42
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"CommonSegmentationQueryResource.js","sourceRoot":"","sources":["../../../src/models/CommonSegmentationQueryResource.ts"],"names":[],"mappings":"AAAA,oBAAoB;AACpB,oBAAoB;AACpB;;;;;;;;;;GAUG;AAIH,OAAO,EACH,0BAA0B,EAE1B,wBAAwB,
|
|
1
|
+
{"version":3,"file":"CommonSegmentationQueryResource.js","sourceRoot":"","sources":["../../../src/models/CommonSegmentationQueryResource.ts"],"names":[],"mappings":"AAAA,oBAAoB;AACpB,oBAAoB;AACpB;;;;;;;;;;GAUG;AAIH,OAAO,EACH,0BAA0B,EAE1B,wBAAwB,GAE3B,MAAM,yBAAyB,CAAC;AAEjC,OAAO,EACH,2CAA2C,EAE3C,yCAAyC,GAE5C,MAAM,0CAA0C,CAAC;AAoClD;;GAEG;AACH,MAAM,UAAU,yCAAyC,CAAC,KAAa;IACnE,OAAO,IAAI,CAAC;AAChB,CAAC;AAED,MAAM,UAAU,uCAAuC,CAAC,IAAS;IAC7D,OAAO,4CAA4C,CAAC,IAAI,EAAE,KAAK,CAAC,CAAC;AACrE,CAAC;AAED,MAAM,UAAU,4CAA4C,CAAC,IAAS,EAAE,mBAA4B;IAChG,IAAI,IAAI,IAAI,IAAI,EAAE,CAAC;QACf,OAAO,IAAI,CAAC;IAChB,CAAC;IACD,OAAO;QAEH,MAAM,EAAE,IAAI,CAAC,MAAM,CAAC,IAAI,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,IAAI,CAAC,MAAM,CAAC;QACvD,MAAM,EAAE,IAAI,CAAC,MAAM,CAAC,IAAI,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,2CAA2C,CAAC,IAAI,CAAC,MAAM,CAAC,CAAC;QACpG,WAAW,EAAE,IAAI,CAAC,WAAW,CAAC,IAAI,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,IAAI,CAAC,WAAW,CAAC;QACtE,cAAc,EAAE,IAAI,CAAC,cAAc,CAAC,IAAI,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,0BAA0B,CAAC,IAAI,CAAC,cAAc,CAAC,CAAC;KAC9G,CAAC;AACN,CAAC;AAEC,MAAM,UAAU,qCAAqC,CAAC,IAAS;IAC3D,OAAO,0CAA0C,CAAC,IAAI,EAAE,KAAK,CAAC,CAAC;AACnE,CAAC;AAED,MAAM,UAAU,0CAA0C,CAAC,KAA8C,EAAE,sBAA+B,KAAK;IAC7I,IAAI,KAAK,IAAI,IAAI,EAAE,CAAC;QAChB,OAAO,KAAK,CAAC;IACjB,CAAC;IAED,OAAO;QAEH,MAAM,EAAE,KAAK,CAAC,MAAM,CAAC;QACrB,MAAM,EAAE,yCAAyC,CAAC,KAAK,CAAC,MAAM,CAAC,CAAC;QAChE,WAAW,EAAE,KAAK,CAAC,WAAW,CAAC;QAC/B,cAAc,EAAE,wBAAwB,CAAC,KAAK,CAAC,cAAc,CAAC,CAAC;KAClE,CAAC;AACN,CAAC"}
|
|
@@ -22,3 +22,4 @@ export declare function instanceOfCommonSegmentationQueryResourceType(value: any
|
|
|
22
22
|
export declare function CommonSegmentationQueryResourceTypeFromJSON(json: any): CommonSegmentationQueryResourceType;
|
|
23
23
|
export declare function CommonSegmentationQueryResourceTypeFromJSONTyped(json: any, ignoreDiscriminator: boolean): CommonSegmentationQueryResourceType;
|
|
24
24
|
export declare function CommonSegmentationQueryResourceTypeToJSON(value?: CommonSegmentationQueryResourceType | null): any;
|
|
25
|
+
export declare function CommonSegmentationQueryResourceTypeToJSONTyped(value: any, ignoreDiscriminator: boolean): CommonSegmentationQueryResourceType;
|