@sentio/api 1.0.0 → 1.0.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/LICENSE +55 -0
- package/README.md +27 -1
- package/dist/src/apis/DataApi.d.ts +221 -0
- package/dist/src/apis/DataApi.js +538 -0
- package/dist/src/apis/DataApi.js.map +1 -0
- package/dist/src/apis/DebugAndSimulationApi.d.ts +123 -0
- package/dist/src/apis/DebugAndSimulationApi.js +304 -0
- package/dist/src/apis/DebugAndSimulationApi.js.map +1 -0
- package/dist/src/apis/WebApi.d.ts +134 -0
- package/dist/src/apis/WebApi.js +317 -0
- package/dist/src/apis/WebApi.js.map +1 -0
- package/dist/src/apis/index.d.ts +3 -0
- package/dist/src/apis/index.js +6 -0
- package/dist/src/apis/index.js.map +1 -0
- package/dist/src/index.d.ts +3 -0
- package/dist/src/index.js +6 -0
- package/dist/src/index.js.map +1 -0
- package/dist/src/models/AnalyticServiceAnalyticServiceExecuteSQLBody.d.ts +63 -0
- package/dist/src/models/AnalyticServiceAnalyticServiceExecuteSQLBody.js +51 -0
- package/dist/src/models/AnalyticServiceAnalyticServiceExecuteSQLBody.js.map +1 -0
- package/dist/src/models/AnalyticServiceLogQueryRequestFilter.d.ts +43 -0
- package/dist/src/models/AnalyticServiceLogQueryRequestFilter.js +43 -0
- package/dist/src/models/AnalyticServiceLogQueryRequestFilter.js.map +1 -0
- package/dist/src/models/AnalyticServiceLogQueryRequestSort.d.ts +37 -0
- package/dist/src/models/AnalyticServiceLogQueryRequestSort.js +41 -0
- package/dist/src/models/AnalyticServiceLogQueryRequestSort.js.map +1 -0
- package/dist/src/models/AnalyticServiceLogQueryResponse.d.ts +45 -0
- package/dist/src/models/AnalyticServiceLogQueryResponse.js +45 -0
- package/dist/src/models/AnalyticServiceLogQueryResponse.js.map +1 -0
- package/dist/src/models/AnalyticServiceSQLQuery.d.ts +37 -0
- package/dist/src/models/AnalyticServiceSQLQuery.js +41 -0
- package/dist/src/models/AnalyticServiceSQLQuery.js.map +1 -0
- package/dist/src/models/AnalyticServiceSearchServiceQueryLogBody.d.ts +83 -0
- package/dist/src/models/AnalyticServiceSearchServiceQueryLogBody.js +59 -0
- package/dist/src/models/AnalyticServiceSearchServiceQueryLogBody.js.map +1 -0
- package/dist/src/models/AnalyticServiceSyncExecuteSQLRequest.d.ts +75 -0
- package/dist/src/models/AnalyticServiceSyncExecuteSQLRequest.js +55 -0
- package/dist/src/models/AnalyticServiceSyncExecuteSQLRequest.js.map +1 -0
- package/dist/src/models/AnalyticServiceSyncExecuteSQLResponse.d.ts +51 -0
- package/dist/src/models/AnalyticServiceSyncExecuteSQLResponse.js +47 -0
- package/dist/src/models/AnalyticServiceSyncExecuteSQLResponse.js.map +1 -0
- package/dist/src/models/CommonAggregate.d.ts +38 -0
- package/dist/src/models/CommonAggregate.js +42 -0
- package/dist/src/models/CommonAggregate.js.map +1 -0
- package/dist/src/models/CommonAggregateAggregateOps.d.ts +27 -0
- package/dist/src/models/CommonAggregateAggregateOps.js +37 -0
- package/dist/src/models/CommonAggregateAggregateOps.js.map +1 -0
- package/dist/src/models/CommonAny.d.ts +68 -0
- package/dist/src/models/CommonAny.js +52 -0
- package/dist/src/models/CommonAny.js.map +1 -0
- package/dist/src/models/CommonArgument.d.ts +56 -0
- package/dist/src/models/CommonArgument.js +48 -0
- package/dist/src/models/CommonArgument.js.map +1 -0
- package/dist/src/models/CommonCachePolicy.d.ts +49 -0
- package/dist/src/models/CommonCachePolicy.js +45 -0
- package/dist/src/models/CommonCachePolicy.js.map +1 -0
- package/dist/src/models/CommonChannel.d.ts +106 -0
- package/dist/src/models/CommonChannel.js +64 -0
- package/dist/src/models/CommonChannel.js.map +1 -0
- package/dist/src/models/CommonChannelType.d.ts +29 -0
- package/dist/src/models/CommonChannelType.js +39 -0
- package/dist/src/models/CommonChannelType.js.map +1 -0
- package/dist/src/models/CommonCohortsFilter.d.ts +58 -0
- package/dist/src/models/CommonCohortsFilter.js +50 -0
- package/dist/src/models/CommonCohortsFilter.js.map +1 -0
- package/dist/src/models/CommonCohortsFilterAggregation.d.ts +52 -0
- package/dist/src/models/CommonCohortsFilterAggregation.js +48 -0
- package/dist/src/models/CommonCohortsFilterAggregation.js.map +1 -0
- package/dist/src/models/CommonCohortsFilterAggregationAggregateProperties.d.ts +38 -0
- package/dist/src/models/CommonCohortsFilterAggregationAggregateProperties.js +42 -0
- package/dist/src/models/CommonCohortsFilterAggregationAggregateProperties.js.map +1 -0
- package/dist/src/models/CommonCohortsFilterAggregationAggregatePropertiesAggregationType.d.ts +30 -0
- package/dist/src/models/CommonCohortsFilterAggregationAggregatePropertiesAggregationType.js +40 -0
- package/dist/src/models/CommonCohortsFilterAggregationAggregatePropertiesAggregationType.js.map +1 -0
- package/dist/src/models/CommonCohortsFilterAggregationOperatorType.d.ts +30 -0
- package/dist/src/models/CommonCohortsFilterAggregationOperatorType.js +40 -0
- package/dist/src/models/CommonCohortsFilterAggregationOperatorType.js.map +1 -0
- package/dist/src/models/CommonCohortsGroup.d.ts +39 -0
- package/dist/src/models/CommonCohortsGroup.js +43 -0
- package/dist/src/models/CommonCohortsGroup.js.map +1 -0
- package/dist/src/models/CommonCohortsQuery.d.ts +51 -0
- package/dist/src/models/CommonCohortsQuery.js +47 -0
- package/dist/src/models/CommonCohortsQuery.js.map +1 -0
- package/dist/src/models/CommonCoinID.d.ts +38 -0
- package/dist/src/models/CommonCoinID.js +42 -0
- package/dist/src/models/CommonCoinID.js.map +1 -0
- package/dist/src/models/CommonCoinIDAddressIdentifier.d.ts +37 -0
- package/dist/src/models/CommonCoinIDAddressIdentifier.js +41 -0
- package/dist/src/models/CommonCoinIDAddressIdentifier.js.map +1 -0
- package/dist/src/models/CommonColumnState.d.ts +54 -0
- package/dist/src/models/CommonColumnState.js +46 -0
- package/dist/src/models/CommonColumnState.js.map +1 -0
- package/dist/src/models/CommonColumnStateSort.d.ts +37 -0
- package/dist/src/models/CommonColumnStateSort.js +41 -0
- package/dist/src/models/CommonColumnStateSort.js.map +1 -0
- package/dist/src/models/CommonComputeStats.d.ts +61 -0
- package/dist/src/models/CommonComputeStats.js +49 -0
- package/dist/src/models/CommonComputeStats.js.map +1 -0
- package/dist/src/models/CommonDuration.d.ts +37 -0
- package/dist/src/models/CommonDuration.js +41 -0
- package/dist/src/models/CommonDuration.js.map +1 -0
- package/dist/src/models/CommonEventLogColumn.d.ts +67 -0
- package/dist/src/models/CommonEventLogColumn.js +51 -0
- package/dist/src/models/CommonEventLogColumn.js.map +1 -0
- package/dist/src/models/CommonEventLogConfig.d.ts +39 -0
- package/dist/src/models/CommonEventLogConfig.js +43 -0
- package/dist/src/models/CommonEventLogConfig.js.map +1 -0
- package/dist/src/models/CommonEventLogEntry.d.ts +121 -0
- package/dist/src/models/CommonEventLogEntry.js +69 -0
- package/dist/src/models/CommonEventLogEntry.js.map +1 -0
- package/dist/src/models/CommonFormula.d.ts +56 -0
- package/dist/src/models/CommonFormula.js +48 -0
- package/dist/src/models/CommonFormula.js.map +1 -0
- package/dist/src/models/CommonFunction.d.ts +38 -0
- package/dist/src/models/CommonFunction.js +42 -0
- package/dist/src/models/CommonFunction.js.map +1 -0
- package/dist/src/models/CommonJoinOperator.d.ts +25 -0
- package/dist/src/models/CommonJoinOperator.js +35 -0
- package/dist/src/models/CommonJoinOperator.js.map +1 -0
- package/dist/src/models/CommonMatrix.d.ts +38 -0
- package/dist/src/models/CommonMatrix.js +42 -0
- package/dist/src/models/CommonMatrix.js.map +1 -0
- package/dist/src/models/CommonMatrixMetric.d.ts +45 -0
- package/dist/src/models/CommonMatrixMetric.js +43 -0
- package/dist/src/models/CommonMatrixMetric.js.map +1 -0
- package/dist/src/models/CommonMatrixSample.d.ts +39 -0
- package/dist/src/models/CommonMatrixSample.js +43 -0
- package/dist/src/models/CommonMatrixSample.js.map +1 -0
- package/dist/src/models/CommonMatrixValue.d.ts +37 -0
- package/dist/src/models/CommonMatrixValue.js +41 -0
- package/dist/src/models/CommonMatrixValue.js.map +1 -0
- package/dist/src/models/CommonOrganization.d.ts +88 -0
- package/dist/src/models/CommonOrganization.js +60 -0
- package/dist/src/models/CommonOrganization.js.map +1 -0
- package/dist/src/models/CommonOrganizationMember.d.ts +39 -0
- package/dist/src/models/CommonOrganizationMember.js +43 -0
- package/dist/src/models/CommonOrganizationMember.js.map +1 -0
- package/dist/src/models/CommonOrganizationRole.d.ts +24 -0
- package/dist/src/models/CommonOrganizationRole.js +34 -0
- package/dist/src/models/CommonOrganizationRole.js.map +1 -0
- package/dist/src/models/CommonOwner.d.ts +46 -0
- package/dist/src/models/CommonOwner.js +46 -0
- package/dist/src/models/CommonOwner.js.map +1 -0
- package/dist/src/models/CommonPermission.d.ts +25 -0
- package/dist/src/models/CommonPermission.js +35 -0
- package/dist/src/models/CommonPermission.js.map +1 -0
- package/dist/src/models/CommonPriceSegmentationQuery.d.ts +50 -0
- package/dist/src/models/CommonPriceSegmentationQuery.js +46 -0
- package/dist/src/models/CommonPriceSegmentationQuery.js.map +1 -0
- package/dist/src/models/CommonProject.d.ts +146 -0
- package/dist/src/models/CommonProject.js +82 -0
- package/dist/src/models/CommonProject.js.map +1 -0
- package/dist/src/models/CommonProjectInfo.d.ts +112 -0
- package/dist/src/models/CommonProjectInfo.js +68 -0
- package/dist/src/models/CommonProjectInfo.js.map +1 -0
- package/dist/src/models/CommonProjectProjectMember.d.ts +38 -0
- package/dist/src/models/CommonProjectProjectMember.js +42 -0
- package/dist/src/models/CommonProjectProjectMember.js.map +1 -0
- package/dist/src/models/CommonProjectSuperset.d.ts +43 -0
- package/dist/src/models/CommonProjectSuperset.js +43 -0
- package/dist/src/models/CommonProjectSuperset.js.map +1 -0
- package/dist/src/models/CommonProjectType.d.ts +24 -0
- package/dist/src/models/CommonProjectType.js +34 -0
- package/dist/src/models/CommonProjectType.js.map +1 -0
- package/dist/src/models/CommonProjectView.d.ts +50 -0
- package/dist/src/models/CommonProjectView.js +46 -0
- package/dist/src/models/CommonProjectView.js.map +1 -0
- package/dist/src/models/CommonProjectViewProjectViewConfig.d.ts +32 -0
- package/dist/src/models/CommonProjectViewProjectViewConfig.js +40 -0
- package/dist/src/models/CommonProjectViewProjectViewConfig.js.map +1 -0
- package/dist/src/models/CommonProjectVisibility.d.ts +24 -0
- package/dist/src/models/CommonProjectVisibility.js +34 -0
- package/dist/src/models/CommonProjectVisibility.js.map +1 -0
- package/dist/src/models/CommonQuery.d.ts +71 -0
- package/dist/src/models/CommonQuery.js +53 -0
- package/dist/src/models/CommonQuery.js.map +1 -0
- package/dist/src/models/CommonRetentionMatrix.d.ts +32 -0
- package/dist/src/models/CommonRetentionMatrix.js +40 -0
- package/dist/src/models/CommonRetentionMatrix.js.map +1 -0
- package/dist/src/models/CommonRetentionMatrixSample.d.ts +64 -0
- package/dist/src/models/CommonRetentionMatrixSample.js +50 -0
- package/dist/src/models/CommonRetentionMatrixSample.js.map +1 -0
- package/dist/src/models/CommonRetentionQuery.d.ts +72 -0
- package/dist/src/models/CommonRetentionQuery.js +56 -0
- package/dist/src/models/CommonRetentionQuery.js.map +1 -0
- package/dist/src/models/CommonRetentionQueryCriteria.d.ts +24 -0
- package/dist/src/models/CommonRetentionQueryCriteria.js +34 -0
- package/dist/src/models/CommonRetentionQueryCriteria.js.map +1 -0
- package/dist/src/models/CommonRetentionQueryFilter.d.ts +39 -0
- package/dist/src/models/CommonRetentionQueryFilter.js +43 -0
- package/dist/src/models/CommonRetentionQueryFilter.js.map +1 -0
- package/dist/src/models/CommonRetentionQueryFilterTimeFilter.d.ts +32 -0
- package/dist/src/models/CommonRetentionQueryFilterTimeFilter.js +40 -0
- package/dist/src/models/CommonRetentionQueryFilterTimeFilter.js.map +1 -0
- package/dist/src/models/CommonRetentionQueryFilterTimeFilterType.d.ts +25 -0
- package/dist/src/models/CommonRetentionQueryFilterTimeFilterType.js +35 -0
- package/dist/src/models/CommonRetentionQueryFilterTimeFilterType.js.map +1 -0
- package/dist/src/models/CommonRetentionQueryInterval.d.ts +38 -0
- package/dist/src/models/CommonRetentionQueryInterval.js +42 -0
- package/dist/src/models/CommonRetentionQueryInterval.js.map +1 -0
- package/dist/src/models/CommonRetentionQueryIntervalUnit.d.ts +25 -0
- package/dist/src/models/CommonRetentionQueryIntervalUnit.js +35 -0
- package/dist/src/models/CommonRetentionQueryIntervalUnit.js.map +1 -0
- package/dist/src/models/CommonRetentionQueryResource.d.ts +38 -0
- package/dist/src/models/CommonRetentionQueryResource.js +42 -0
- package/dist/src/models/CommonRetentionQueryResource.js.map +1 -0
- package/dist/src/models/CommonSegmentParameter.d.ts +37 -0
- package/dist/src/models/CommonSegmentParameter.js +41 -0
- package/dist/src/models/CommonSegmentParameter.js.map +1 -0
- package/dist/src/models/CommonSegmentationQuery.d.ts +83 -0
- package/dist/src/models/CommonSegmentationQuery.js +59 -0
- package/dist/src/models/CommonSegmentationQuery.js.map +1 -0
- package/dist/src/models/CommonSegmentationQueryAggregation.d.ts +51 -0
- package/dist/src/models/CommonSegmentationQueryAggregation.js +47 -0
- package/dist/src/models/CommonSegmentationQueryAggregation.js.map +1 -0
- package/dist/src/models/CommonSegmentationQueryAggregationAggregateProperties.d.ts +38 -0
- package/dist/src/models/CommonSegmentationQueryAggregationAggregateProperties.js +42 -0
- package/dist/src/models/CommonSegmentationQueryAggregationAggregateProperties.js.map +1 -0
- package/dist/src/models/CommonSegmentationQueryAggregationAggregatePropertiesAggregationType.d.ts +40 -0
- package/dist/src/models/CommonSegmentationQueryAggregationAggregatePropertiesAggregationType.js +50 -0
- package/dist/src/models/CommonSegmentationQueryAggregationAggregatePropertiesAggregationType.js.map +1 -0
- package/dist/src/models/CommonSegmentationQueryAggregationCountUnique.d.ts +32 -0
- package/dist/src/models/CommonSegmentationQueryAggregationCountUnique.js +40 -0
- package/dist/src/models/CommonSegmentationQueryAggregationCountUnique.js.map +1 -0
- package/dist/src/models/CommonSegmentationQueryResource.d.ts +51 -0
- package/dist/src/models/CommonSegmentationQueryResource.js +47 -0
- package/dist/src/models/CommonSegmentationQueryResource.js.map +1 -0
- package/dist/src/models/CommonSegmentationQueryResourceType.d.ts +24 -0
- package/dist/src/models/CommonSegmentationQueryResourceType.js +34 -0
- package/dist/src/models/CommonSegmentationQueryResourceType.js.map +1 -0
- package/dist/src/models/CommonSegmentationQuerySelectorExpr.d.ts +39 -0
- package/dist/src/models/CommonSegmentationQuerySelectorExpr.js +43 -0
- package/dist/src/models/CommonSegmentationQuerySelectorExpr.js.map +1 -0
- package/dist/src/models/CommonSegmentationQuerySelectorExprLogicExpr.d.ts +39 -0
- package/dist/src/models/CommonSegmentationQuerySelectorExprLogicExpr.js +43 -0
- package/dist/src/models/CommonSegmentationQuerySelectorExprLogicExpr.js.map +1 -0
- package/dist/src/models/CommonSelector.d.ts +45 -0
- package/dist/src/models/CommonSelector.js +45 -0
- package/dist/src/models/CommonSelector.js.map +1 -0
- package/dist/src/models/CommonSelectorExpr.d.ts +39 -0
- package/dist/src/models/CommonSelectorExpr.js +43 -0
- package/dist/src/models/CommonSelectorExpr.js.map +1 -0
- package/dist/src/models/CommonSelectorExprLogicExpr.d.ts +39 -0
- package/dist/src/models/CommonSelectorExprLogicExpr.js +43 -0
- package/dist/src/models/CommonSelectorExprLogicExpr.js.map +1 -0
- package/dist/src/models/CommonSelectorOperatorType.d.ts +37 -0
- package/dist/src/models/CommonSelectorOperatorType.js +47 -0
- package/dist/src/models/CommonSelectorOperatorType.js.map +1 -0
- package/dist/src/models/CommonStringList.d.ts +31 -0
- package/dist/src/models/CommonStringList.js +39 -0
- package/dist/src/models/CommonStringList.js.map +1 -0
- package/dist/src/models/CommonTabularData.d.ts +58 -0
- package/dist/src/models/CommonTabularData.js +49 -0
- package/dist/src/models/CommonTabularData.js.map +1 -0
- package/dist/src/models/CommonTabularDataColumnType.d.ts +27 -0
- package/dist/src/models/CommonTabularDataColumnType.js +37 -0
- package/dist/src/models/CommonTabularDataColumnType.js.map +1 -0
- package/dist/src/models/CommonTier.d.ts +27 -0
- package/dist/src/models/CommonTier.js +37 -0
- package/dist/src/models/CommonTier.js.map +1 -0
- package/dist/src/models/CommonTimeRange.d.ts +57 -0
- package/dist/src/models/CommonTimeRange.js +49 -0
- package/dist/src/models/CommonTimeRange.js.map +1 -0
- package/dist/src/models/CommonTimeRangeLite.d.ts +49 -0
- package/dist/src/models/CommonTimeRangeLite.js +51 -0
- package/dist/src/models/CommonTimeRangeLite.js.map +1 -0
- package/dist/src/models/CommonTimeRangeRelativeTime.d.ts +43 -0
- package/dist/src/models/CommonTimeRangeRelativeTime.js +43 -0
- package/dist/src/models/CommonTimeRangeRelativeTime.js.map +1 -0
- package/dist/src/models/CommonTimeRangeTimeLike.d.ts +38 -0
- package/dist/src/models/CommonTimeRangeTimeLike.js +42 -0
- package/dist/src/models/CommonTimeRangeTimeLike.js.map +1 -0
- package/dist/src/models/CommonUser.d.ts +111 -0
- package/dist/src/models/CommonUser.js +67 -0
- package/dist/src/models/CommonUser.js.map +1 -0
- package/dist/src/models/CommonUserAccountStatus.d.ts +26 -0
- package/dist/src/models/CommonUserAccountStatus.js +36 -0
- package/dist/src/models/CommonUserAccountStatus.js.map +1 -0
- package/dist/src/models/CommonUserInfo.d.ts +61 -0
- package/dist/src/models/CommonUserInfo.js +49 -0
- package/dist/src/models/CommonUserInfo.js.map +1 -0
- package/dist/src/models/EvmAccessListItem.d.ts +37 -0
- package/dist/src/models/EvmAccessListItem.js +41 -0
- package/dist/src/models/EvmAccessListItem.js.map +1 -0
- package/dist/src/models/EvmTransaction.d.ts +122 -0
- package/dist/src/models/EvmTransaction.js +70 -0
- package/dist/src/models/EvmTransaction.js.map +1 -0
- package/dist/src/models/EvmTransactionReceipt.d.ts +67 -0
- package/dist/src/models/EvmTransactionReceipt.js +51 -0
- package/dist/src/models/EvmTransactionReceipt.js.map +1 -0
- package/dist/src/models/GoogleApiHttpBody.d.ts +87 -0
- package/dist/src/models/GoogleApiHttpBody.js +44 -0
- package/dist/src/models/GoogleApiHttpBody.js.map +1 -0
- package/dist/src/models/GoogleProtobufAny.d.ts +142 -0
- package/dist/src/models/GoogleProtobufAny.js +41 -0
- package/dist/src/models/GoogleProtobufAny.js.map +1 -0
- package/dist/src/models/GoogleProtobufNullValue.d.ts +28 -0
- package/dist/src/models/GoogleProtobufNullValue.js +38 -0
- package/dist/src/models/GoogleProtobufNullValue.js.map +1 -0
- package/dist/src/models/InsightsServiceDataSource.d.ts +28 -0
- package/dist/src/models/InsightsServiceDataSource.js +38 -0
- package/dist/src/models/InsightsServiceDataSource.js.map +1 -0
- package/dist/src/models/InsightsServiceInsightsServiceQueryBody.d.ts +83 -0
- package/dist/src/models/InsightsServiceInsightsServiceQueryBody.js +59 -0
- package/dist/src/models/InsightsServiceInsightsServiceQueryBody.js.map +1 -0
- package/dist/src/models/InsightsServiceInsightsServiceRetentionBody.d.ts +51 -0
- package/dist/src/models/InsightsServiceInsightsServiceRetentionBody.js +47 -0
- package/dist/src/models/InsightsServiceInsightsServiceRetentionBody.js.map +1 -0
- package/dist/src/models/InsightsServiceListCoinsResponse.d.ts +39 -0
- package/dist/src/models/InsightsServiceListCoinsResponse.js +43 -0
- package/dist/src/models/InsightsServiceListCoinsResponse.js.map +1 -0
- package/dist/src/models/InsightsServiceQueryRequest.d.ts +95 -0
- package/dist/src/models/InsightsServiceQueryRequest.js +63 -0
- package/dist/src/models/InsightsServiceQueryRequest.js.map +1 -0
- package/dist/src/models/InsightsServiceQueryRequestQuery.d.ts +59 -0
- package/dist/src/models/InsightsServiceQueryRequestQuery.js +51 -0
- package/dist/src/models/InsightsServiceQueryRequestQuery.js.map +1 -0
- package/dist/src/models/InsightsServiceQueryResponse.d.ts +32 -0
- package/dist/src/models/InsightsServiceQueryResponse.js +40 -0
- package/dist/src/models/InsightsServiceQueryResponse.js.map +1 -0
- package/dist/src/models/InsightsServiceQueryResponseResult.d.ts +64 -0
- package/dist/src/models/InsightsServiceQueryResponseResult.js +52 -0
- package/dist/src/models/InsightsServiceQueryResponseResult.js.map +1 -0
- package/dist/src/models/InsightsServiceRetentionRequest.d.ts +63 -0
- package/dist/src/models/InsightsServiceRetentionRequest.js +51 -0
- package/dist/src/models/InsightsServiceRetentionRequest.js.map +1 -0
- package/dist/src/models/InsightsServiceRetentionResponse.d.ts +45 -0
- package/dist/src/models/InsightsServiceRetentionResponse.js +45 -0
- package/dist/src/models/InsightsServiceRetentionResponse.js.map +1 -0
- package/dist/src/models/MetricsServiceGetMetricsResponse.d.ts +32 -0
- package/dist/src/models/MetricsServiceGetMetricsResponse.js +40 -0
- package/dist/src/models/MetricsServiceGetMetricsResponse.js.map +1 -0
- package/dist/src/models/MetricsServiceMetricInfo.d.ts +77 -0
- package/dist/src/models/MetricsServiceMetricInfo.js +56 -0
- package/dist/src/models/MetricsServiceMetricInfo.js.map +1 -0
- package/dist/src/models/MetricsServiceMetricInfoLabelValues.d.ts +31 -0
- package/dist/src/models/MetricsServiceMetricInfoLabelValues.js +39 -0
- package/dist/src/models/MetricsServiceMetricInfoLabelValues.js.map +1 -0
- package/dist/src/models/MetricsServiceMetricMetadata.d.ts +49 -0
- package/dist/src/models/MetricsServiceMetricMetadata.js +45 -0
- package/dist/src/models/MetricsServiceMetricMetadata.js.map +1 -0
- package/dist/src/models/MetricsServiceMetricsQueryResponse.d.ts +32 -0
- package/dist/src/models/MetricsServiceMetricsQueryResponse.js +40 -0
- package/dist/src/models/MetricsServiceMetricsQueryResponse.js.map +1 -0
- package/dist/src/models/MetricsServiceMetricsQueryResponseMatrix.d.ts +38 -0
- package/dist/src/models/MetricsServiceMetricsQueryResponseMatrix.js +42 -0
- package/dist/src/models/MetricsServiceMetricsQueryResponseMatrix.js.map +1 -0
- package/dist/src/models/MetricsServiceMetricsQueryResponseMetric.d.ts +45 -0
- package/dist/src/models/MetricsServiceMetricsQueryResponseMetric.js +43 -0
- package/dist/src/models/MetricsServiceMetricsQueryResponseMetric.js.map +1 -0
- package/dist/src/models/MetricsServiceMetricsQueryResponseResult.d.ts +57 -0
- package/dist/src/models/MetricsServiceMetricsQueryResponseResult.js +49 -0
- package/dist/src/models/MetricsServiceMetricsQueryResponseResult.js.map +1 -0
- package/dist/src/models/MetricsServiceMetricsQueryResponseSample.d.ts +39 -0
- package/dist/src/models/MetricsServiceMetricsQueryResponseSample.js +43 -0
- package/dist/src/models/MetricsServiceMetricsQueryResponseSample.js.map +1 -0
- package/dist/src/models/MetricsServiceMetricsQueryResponseValue.d.ts +37 -0
- package/dist/src/models/MetricsServiceMetricsQueryResponseValue.js +41 -0
- package/dist/src/models/MetricsServiceMetricsQueryResponseValue.js.map +1 -0
- package/dist/src/models/MetricsServiceObservabilityServiceQueryBody.d.ts +69 -0
- package/dist/src/models/MetricsServiceObservabilityServiceQueryBody.js +53 -0
- package/dist/src/models/MetricsServiceObservabilityServiceQueryBody.js.map +1 -0
- package/dist/src/models/MetricsServiceObservabilityServiceQueryRangeBody.d.ts +70 -0
- package/dist/src/models/MetricsServiceObservabilityServiceQueryRangeBody.js +56 -0
- package/dist/src/models/MetricsServiceObservabilityServiceQueryRangeBody.js.map +1 -0
- package/dist/src/models/MetricsServiceQueryValueResponse.d.ts +32 -0
- package/dist/src/models/MetricsServiceQueryValueResponse.js +40 -0
- package/dist/src/models/MetricsServiceQueryValueResponse.js.map +1 -0
- package/dist/src/models/MetricsServiceQueryValueResponseResult.d.ts +50 -0
- package/dist/src/models/MetricsServiceQueryValueResponseResult.js +46 -0
- package/dist/src/models/MetricsServiceQueryValueResponseResult.js.map +1 -0
- package/dist/src/models/SolidityServiceBlockOverrides.d.ts +63 -0
- package/dist/src/models/SolidityServiceBlockOverrides.js +49 -0
- package/dist/src/models/SolidityServiceBlockOverrides.js.map +1 -0
- package/dist/src/models/SolidityServiceCompileSourceInternalResponse.d.ts +32 -0
- package/dist/src/models/SolidityServiceCompileSourceInternalResponse.js +40 -0
- package/dist/src/models/SolidityServiceCompileSourceInternalResponse.js.map +1 -0
- package/dist/src/models/SolidityServiceCompilerOptions.d.ts +51 -0
- package/dist/src/models/SolidityServiceCompilerOptions.js +47 -0
- package/dist/src/models/SolidityServiceCompilerOptions.js.map +1 -0
- package/dist/src/models/SolidityServiceContractKeyInfo.d.ts +37 -0
- package/dist/src/models/SolidityServiceContractKeyInfo.js +41 -0
- package/dist/src/models/SolidityServiceContractKeyInfo.js.map +1 -0
- package/dist/src/models/SolidityServiceDecodeStateDiffResponse.d.ts +31 -0
- package/dist/src/models/SolidityServiceDecodeStateDiffResponse.js +39 -0
- package/dist/src/models/SolidityServiceDecodeStateDiffResponse.js.map +1 -0
- package/dist/src/models/SolidityServiceFailure.d.ts +37 -0
- package/dist/src/models/SolidityServiceFailure.js +41 -0
- package/dist/src/models/SolidityServiceFailure.js.map +1 -0
- package/dist/src/models/SolidityServiceFetchAndCompileInternalResponse.d.ts +40 -0
- package/dist/src/models/SolidityServiceFetchAndCompileInternalResponse.js +43 -0
- package/dist/src/models/SolidityServiceFetchAndCompileInternalResponse.js.map +1 -0
- package/dist/src/models/SolidityServiceGetSimulationBundleResponse.d.ts +38 -0
- package/dist/src/models/SolidityServiceGetSimulationBundleResponse.js +42 -0
- package/dist/src/models/SolidityServiceGetSimulationBundleResponse.js.map +1 -0
- package/dist/src/models/SolidityServiceGetSimulationResponse.d.ts +32 -0
- package/dist/src/models/SolidityServiceGetSimulationResponse.js +40 -0
- package/dist/src/models/SolidityServiceGetSimulationResponse.js.map +1 -0
- package/dist/src/models/SolidityServiceGetSimulationsResponse.d.ts +50 -0
- package/dist/src/models/SolidityServiceGetSimulationsResponse.js +46 -0
- package/dist/src/models/SolidityServiceGetSimulationsResponse.js.map +1 -0
- package/dist/src/models/SolidityServiceGetStorageSummaryInternalResponse.d.ts +32 -0
- package/dist/src/models/SolidityServiceGetStorageSummaryInternalResponse.js +40 -0
- package/dist/src/models/SolidityServiceGetStorageSummaryInternalResponse.js.map +1 -0
- package/dist/src/models/SolidityServiceGetTraceCallInternalRequestBundle.d.ts +38 -0
- package/dist/src/models/SolidityServiceGetTraceCallInternalRequestBundle.js +42 -0
- package/dist/src/models/SolidityServiceGetTraceCallInternalRequestBundle.js.map +1 -0
- package/dist/src/models/SolidityServiceGetTraceCallInternalRequestStateContext.d.ts +37 -0
- package/dist/src/models/SolidityServiceGetTraceCallInternalRequestStateContext.js +41 -0
- package/dist/src/models/SolidityServiceGetTraceCallInternalRequestStateContext.js.map +1 -0
- package/dist/src/models/SolidityServiceGetTraceCallInternalResponse.d.ts +43 -0
- package/dist/src/models/SolidityServiceGetTraceCallInternalResponse.js +43 -0
- package/dist/src/models/SolidityServiceGetTraceCallInternalResponse.js.map +1 -0
- package/dist/src/models/SolidityServiceGetTraceTransactionInternalResponse.d.ts +31 -0
- package/dist/src/models/SolidityServiceGetTraceTransactionInternalResponse.js +39 -0
- package/dist/src/models/SolidityServiceGetTraceTransactionInternalResponse.js.map +1 -0
- package/dist/src/models/SolidityServiceMetadata.d.ts +43 -0
- package/dist/src/models/SolidityServiceMetadata.js +43 -0
- package/dist/src/models/SolidityServiceMetadata.js.map +1 -0
- package/dist/src/models/SolidityServiceOptimizer.d.ts +44 -0
- package/dist/src/models/SolidityServiceOptimizer.js +44 -0
- package/dist/src/models/SolidityServiceOptimizer.js.map +1 -0
- package/dist/src/models/SolidityServiceOptimizerDetails.d.ts +50 -0
- package/dist/src/models/SolidityServiceOptimizerDetails.js +46 -0
- package/dist/src/models/SolidityServiceOptimizerDetails.js.map +1 -0
- package/dist/src/models/SolidityServiceOptimizerDetailsYulDetails.d.ts +37 -0
- package/dist/src/models/SolidityServiceOptimizerDetailsYulDetails.js +41 -0
- package/dist/src/models/SolidityServiceOptimizerDetailsYulDetails.js.map +1 -0
- package/dist/src/models/SolidityServicePreProcessCompilationInternalResponse.d.ts +31 -0
- package/dist/src/models/SolidityServicePreProcessCompilationInternalResponse.js +39 -0
- package/dist/src/models/SolidityServicePreProcessCompilationInternalResponse.js.map +1 -0
- package/dist/src/models/SolidityServiceSettings.d.ts +65 -0
- package/dist/src/models/SolidityServiceSettings.js +51 -0
- package/dist/src/models/SolidityServiceSettings.js.map +1 -0
- package/dist/src/models/SolidityServiceSimulateTransactionBundleRequest.d.ts +44 -0
- package/dist/src/models/SolidityServiceSimulateTransactionBundleRequest.js +50 -0
- package/dist/src/models/SolidityServiceSimulateTransactionBundleRequest.js.map +1 -0
- package/dist/src/models/SolidityServiceSimulateTransactionBundleResponse.d.ts +44 -0
- package/dist/src/models/SolidityServiceSimulateTransactionBundleResponse.js +44 -0
- package/dist/src/models/SolidityServiceSimulateTransactionBundleResponse.js.map +1 -0
- package/dist/src/models/SolidityServiceSimulateTransactionRequest.d.ts +44 -0
- package/dist/src/models/SolidityServiceSimulateTransactionRequest.js +50 -0
- package/dist/src/models/SolidityServiceSimulateTransactionRequest.js.map +1 -0
- package/dist/src/models/SolidityServiceSimulateTransactionResponse.d.ts +32 -0
- package/dist/src/models/SolidityServiceSimulateTransactionResponse.js +40 -0
- package/dist/src/models/SolidityServiceSimulateTransactionResponse.js.map +1 -0
- package/dist/src/models/SolidityServiceSimulation.d.ts +165 -0
- package/dist/src/models/SolidityServiceSimulation.js +86 -0
- package/dist/src/models/SolidityServiceSimulation.js.map +1 -0
- package/dist/src/models/SolidityServiceSimulationResult.d.ts +39 -0
- package/dist/src/models/SolidityServiceSimulationResult.js +43 -0
- package/dist/src/models/SolidityServiceSimulationResult.js.map +1 -0
- package/dist/src/models/SolidityServiceSourceInfo.d.ts +38 -0
- package/dist/src/models/SolidityServiceSourceInfo.js +42 -0
- package/dist/src/models/SolidityServiceSourceInfo.js.map +1 -0
- package/dist/src/models/SolidityServiceSourceMultiFile.d.ts +39 -0
- package/dist/src/models/SolidityServiceSourceMultiFile.js +41 -0
- package/dist/src/models/SolidityServiceSourceMultiFile.js.map +1 -0
- package/dist/src/models/SolidityServiceSourceSpec.d.ts +68 -0
- package/dist/src/models/SolidityServiceSourceSpec.js +52 -0
- package/dist/src/models/SolidityServiceSourceSpec.js.map +1 -0
- package/dist/src/models/SolidityServiceSpecializations.d.ts +31 -0
- package/dist/src/models/SolidityServiceSpecializations.js +39 -0
- package/dist/src/models/SolidityServiceSpecializations.js.map +1 -0
- package/dist/src/models/SolidityServiceStateOverride.d.ts +45 -0
- package/dist/src/models/SolidityServiceStateOverride.js +43 -0
- package/dist/src/models/SolidityServiceStateOverride.js.map +1 -0
- package/dist/src/models/SolidityServiceStorageSummaryResult.d.ts +43 -0
- package/dist/src/models/SolidityServiceStorageSummaryResult.js +43 -0
- package/dist/src/models/SolidityServiceStorageSummaryResult.js.map +1 -0
- package/dist/src/models/SolidityServiceTxIdentifier.d.ts +43 -0
- package/dist/src/models/SolidityServiceTxIdentifier.js +45 -0
- package/dist/src/models/SolidityServiceTxIdentifier.js.map +1 -0
- package/dist/src/models/TxindexEvmRawTransaction.d.ts +92 -0
- package/dist/src/models/TxindexEvmRawTransaction.js +60 -0
- package/dist/src/models/TxindexEvmRawTransaction.js.map +1 -0
- package/dist/src/models/TxindexEvmSearchTransactionsResponse.d.ts +38 -0
- package/dist/src/models/TxindexEvmSearchTransactionsResponse.js +42 -0
- package/dist/src/models/TxindexEvmSearchTransactionsResponse.js.map +1 -0
- package/dist/src/models/WebServiceChart.d.ts +101 -0
- package/dist/src/models/WebServiceChart.js +69 -0
- package/dist/src/models/WebServiceChart.js.map +1 -0
- package/dist/src/models/WebServiceChartChartType.d.ts +30 -0
- package/dist/src/models/WebServiceChartChartType.js +40 -0
- package/dist/src/models/WebServiceChartChartType.js.map +1 -0
- package/dist/src/models/WebServiceChartConfig.d.ts +81 -0
- package/dist/src/models/WebServiceChartConfig.js +61 -0
- package/dist/src/models/WebServiceChartConfig.js.map +1 -0
- package/dist/src/models/WebServiceChartConfigBarGaugeConfig.d.ts +46 -0
- package/dist/src/models/WebServiceChartConfigBarGaugeConfig.js +46 -0
- package/dist/src/models/WebServiceChartConfigBarGaugeConfig.js.map +1 -0
- package/dist/src/models/WebServiceChartConfigCalculation.d.ts +29 -0
- package/dist/src/models/WebServiceChartConfigCalculation.js +39 -0
- package/dist/src/models/WebServiceChartConfigCalculation.js.map +1 -0
- package/dist/src/models/WebServiceChartConfigColorTheme.d.ts +43 -0
- package/dist/src/models/WebServiceChartConfigColorTheme.js +43 -0
- package/dist/src/models/WebServiceChartConfigColorTheme.js.map +1 -0
- package/dist/src/models/WebServiceChartConfigColumnSort.d.ts +37 -0
- package/dist/src/models/WebServiceChartConfigColumnSort.js +41 -0
- package/dist/src/models/WebServiceChartConfigColumnSort.js.map +1 -0
- package/dist/src/models/WebServiceChartConfigCompareTime.d.ts +32 -0
- package/dist/src/models/WebServiceChartConfigCompareTime.js +40 -0
- package/dist/src/models/WebServiceChartConfigCompareTime.js.map +1 -0
- package/dist/src/models/WebServiceChartConfigDirection.d.ts +24 -0
- package/dist/src/models/WebServiceChartConfigDirection.js +34 -0
- package/dist/src/models/WebServiceChartConfigDirection.js.map +1 -0
- package/dist/src/models/WebServiceChartConfigMappingRule.d.ts +50 -0
- package/dist/src/models/WebServiceChartConfigMappingRule.js +46 -0
- package/dist/src/models/WebServiceChartConfigMappingRule.js.map +1 -0
- package/dist/src/models/WebServiceChartConfigMarker.d.ts +56 -0
- package/dist/src/models/WebServiceChartConfigMarker.js +48 -0
- package/dist/src/models/WebServiceChartConfigMarker.js.map +1 -0
- package/dist/src/models/WebServiceChartConfigMarkerType.d.ts +25 -0
- package/dist/src/models/WebServiceChartConfigMarkerType.js +35 -0
- package/dist/src/models/WebServiceChartConfigMarkerType.js.map +1 -0
- package/dist/src/models/WebServiceChartConfigPieConfig.d.ts +51 -0
- package/dist/src/models/WebServiceChartConfigPieConfig.js +47 -0
- package/dist/src/models/WebServiceChartConfigPieConfig.js.map +1 -0
- package/dist/src/models/WebServiceChartConfigPieConfigPieType.d.ts +24 -0
- package/dist/src/models/WebServiceChartConfigPieConfigPieType.js +34 -0
- package/dist/src/models/WebServiceChartConfigPieConfigPieType.js.map +1 -0
- package/dist/src/models/WebServiceChartConfigQueryValueConfig.d.ts +51 -0
- package/dist/src/models/WebServiceChartConfigQueryValueConfig.js +47 -0
- package/dist/src/models/WebServiceChartConfigQueryValueConfig.js.map +1 -0
- package/dist/src/models/WebServiceChartConfigSort.d.ts +38 -0
- package/dist/src/models/WebServiceChartConfigSort.js +42 -0
- package/dist/src/models/WebServiceChartConfigSort.js.map +1 -0
- package/dist/src/models/WebServiceChartConfigSortBy.d.ts +24 -0
- package/dist/src/models/WebServiceChartConfigSortBy.js +34 -0
- package/dist/src/models/WebServiceChartConfigSortBy.js.map +1 -0
- package/dist/src/models/WebServiceChartConfigTableConfig.d.ts +90 -0
- package/dist/src/models/WebServiceChartConfigTableConfig.js +59 -0
- package/dist/src/models/WebServiceChartConfigTableConfig.js.map +1 -0
- package/dist/src/models/WebServiceChartConfigTimeRangeOverride.d.ts +45 -0
- package/dist/src/models/WebServiceChartConfigTimeRangeOverride.js +45 -0
- package/dist/src/models/WebServiceChartConfigTimeRangeOverride.js.map +1 -0
- package/dist/src/models/WebServiceChartConfigValueConfig.d.ts +82 -0
- package/dist/src/models/WebServiceChartConfigValueConfig.js +58 -0
- package/dist/src/models/WebServiceChartConfigValueConfig.js.map +1 -0
- package/dist/src/models/WebServiceChartConfigValueConfigStyle.d.ts +28 -0
- package/dist/src/models/WebServiceChartConfigValueConfigStyle.js +38 -0
- package/dist/src/models/WebServiceChartConfigValueConfigStyle.js.map +1 -0
- package/dist/src/models/WebServiceChartConfigValueFormatter.d.ts +25 -0
- package/dist/src/models/WebServiceChartConfigValueFormatter.js +35 -0
- package/dist/src/models/WebServiceChartConfigValueFormatter.js.map +1 -0
- package/dist/src/models/WebServiceChartConfigYAxisConfig.d.ts +49 -0
- package/dist/src/models/WebServiceChartConfigYAxisConfig.js +45 -0
- package/dist/src/models/WebServiceChartConfigYAxisConfig.js.map +1 -0
- package/dist/src/models/WebServiceChartDataSourceType.d.ts +29 -0
- package/dist/src/models/WebServiceChartDataSourceType.js +39 -0
- package/dist/src/models/WebServiceChartDataSourceType.js.map +1 -0
- package/dist/src/models/WebServiceDashboard.d.ts +122 -0
- package/dist/src/models/WebServiceDashboard.js +73 -0
- package/dist/src/models/WebServiceDashboard.js.map +1 -0
- package/dist/src/models/WebServiceDashboardDashboardVisibility.d.ts +25 -0
- package/dist/src/models/WebServiceDashboardDashboardVisibility.js +35 -0
- package/dist/src/models/WebServiceDashboardDashboardVisibility.js.map +1 -0
- package/dist/src/models/WebServiceDashboardExtra.d.ts +41 -0
- package/dist/src/models/WebServiceDashboardExtra.js +44 -0
- package/dist/src/models/WebServiceDashboardExtra.js.map +1 -0
- package/dist/src/models/WebServiceDashboardExtraTemplateVariable.d.ts +49 -0
- package/dist/src/models/WebServiceDashboardExtraTemplateVariable.js +45 -0
- package/dist/src/models/WebServiceDashboardExtraTemplateVariable.js.map +1 -0
- package/dist/src/models/WebServiceDashboardExtraTemplateView.d.ts +33 -0
- package/dist/src/models/WebServiceDashboardExtraTemplateView.js +39 -0
- package/dist/src/models/WebServiceDashboardExtraTemplateView.js.map +1 -0
- package/dist/src/models/WebServiceDashboardLayouts.d.ts +32 -0
- package/dist/src/models/WebServiceDashboardLayouts.js +40 -0
- package/dist/src/models/WebServiceDashboardLayouts.js.map +1 -0
- package/dist/src/models/WebServiceDashboardLayoutsLayout.d.ts +55 -0
- package/dist/src/models/WebServiceDashboardLayoutsLayout.js +47 -0
- package/dist/src/models/WebServiceDashboardLayoutsLayout.js.map +1 -0
- package/dist/src/models/WebServiceDashboardResponsiveLayouts.d.ts +34 -0
- package/dist/src/models/WebServiceDashboardResponsiveLayouts.js +41 -0
- package/dist/src/models/WebServiceDashboardResponsiveLayouts.js.map +1 -0
- package/dist/src/models/WebServiceDashboardSharing.d.ts +49 -0
- package/dist/src/models/WebServiceDashboardSharing.js +45 -0
- package/dist/src/models/WebServiceDashboardSharing.js.map +1 -0
- package/dist/src/models/WebServiceEventLogsConfig.d.ts +51 -0
- package/dist/src/models/WebServiceEventLogsConfig.js +47 -0
- package/dist/src/models/WebServiceEventLogsConfig.js.map +1 -0
- package/dist/src/models/WebServiceEventLogsConfigTimeRangeOverride.d.ts +38 -0
- package/dist/src/models/WebServiceEventLogsConfigTimeRangeOverride.js +42 -0
- package/dist/src/models/WebServiceEventLogsConfigTimeRangeOverride.js.map +1 -0
- package/dist/src/models/WebServiceExportDashboardResponse.d.ts +31 -0
- package/dist/src/models/WebServiceExportDashboardResponse.js +39 -0
- package/dist/src/models/WebServiceExportDashboardResponse.js.map +1 -0
- package/dist/src/models/WebServiceGetDashboardResponse.d.ts +39 -0
- package/dist/src/models/WebServiceGetDashboardResponse.js +43 -0
- package/dist/src/models/WebServiceGetDashboardResponse.js.map +1 -0
- package/dist/src/models/WebServiceGetProjectListResponse.d.ts +44 -0
- package/dist/src/models/WebServiceGetProjectListResponse.js +44 -0
- package/dist/src/models/WebServiceGetProjectListResponse.js.map +1 -0
- package/dist/src/models/WebServiceGetProjectResponse.d.ts +39 -0
- package/dist/src/models/WebServiceGetProjectResponse.js +43 -0
- package/dist/src/models/WebServiceGetProjectResponse.js.map +1 -0
- package/dist/src/models/WebServiceImportDashboardRequest.d.ts +43 -0
- package/dist/src/models/WebServiceImportDashboardRequest.js +47 -0
- package/dist/src/models/WebServiceImportDashboardRequest.js.map +1 -0
- package/dist/src/models/WebServiceImportDashboardResponse.d.ts +32 -0
- package/dist/src/models/WebServiceImportDashboardResponse.js +40 -0
- package/dist/src/models/WebServiceImportDashboardResponse.js.map +1 -0
- package/dist/src/models/WebServiceNote.d.ts +64 -0
- package/dist/src/models/WebServiceNote.js +52 -0
- package/dist/src/models/WebServiceNote.js.map +1 -0
- package/dist/src/models/WebServiceNoteAlignment.d.ts +25 -0
- package/dist/src/models/WebServiceNoteAlignment.js +35 -0
- package/dist/src/models/WebServiceNoteAlignment.js.map +1 -0
- package/dist/src/models/WebServiceNoteFontSize.d.ts +27 -0
- package/dist/src/models/WebServiceNoteFontSize.js +37 -0
- package/dist/src/models/WebServiceNoteFontSize.js.map +1 -0
- package/dist/src/models/WebServiceNoteVerticalAlignment.d.ts +25 -0
- package/dist/src/models/WebServiceNoteVerticalAlignment.js +35 -0
- package/dist/src/models/WebServiceNoteVerticalAlignment.js.map +1 -0
- package/dist/src/models/WebServicePanel.d.ts +50 -0
- package/dist/src/models/WebServicePanel.js +46 -0
- package/dist/src/models/WebServicePanel.js.map +1 -0
- package/dist/src/models/index.d.ts +200 -0
- package/dist/src/models/index.js +203 -0
- package/dist/src/models/index.js.map +1 -0
- package/dist/src/runtime.d.ts +181 -0
- package/dist/src/runtime.js +326 -0
- package/dist/src/runtime.js.map +1 -0
- package/package.json +23 -22
- package/src/apis/DataApi.ts +910 -0
- package/src/apis/DebugAndSimulationApi.ts +492 -0
- package/src/apis/WebApi.ts +511 -0
- package/src/apis/index.ts +3 -1
- package/src/index.ts +3 -3
- package/src/models/AnalyticServiceAnalyticServiceExecuteSQLBody.ts +113 -0
- package/src/models/AnalyticServiceLogQueryRequestFilter.ts +76 -0
- package/src/models/AnalyticServiceLogQueryRequestSort.ts +68 -0
- package/src/models/AnalyticServiceLogQueryResponse.ts +89 -0
- package/src/models/AnalyticServiceSQLQuery.ts +68 -0
- package/src/models/AnalyticServiceSearchServiceQueryLogBody.ts +149 -0
- package/src/models/AnalyticServiceSyncExecuteSQLRequest.ts +129 -0
- package/src/models/AnalyticServiceSyncExecuteSQLResponse.ts +97 -0
- package/src/models/CommonAggregate.ts +11 -16
- package/src/models/CommonAggregateAggregateOps.ts +5 -2
- package/src/models/CommonAny.ts +21 -26
- package/src/models/CommonArgument.ts +17 -22
- package/src/models/CommonCachePolicy.ts +84 -0
- package/src/models/CommonChannel.ts +163 -0
- package/src/models/CommonChannelType.ts +47 -0
- package/src/models/CommonCohortsFilter.ts +111 -0
- package/src/models/CommonCohortsFilterAggregation.ts +103 -0
- package/src/models/CommonCohortsFilterAggregationAggregateProperties.ts +75 -0
- package/src/models/CommonCohortsFilterAggregationAggregatePropertiesAggregationType.ts +48 -0
- package/src/models/CommonCohortsFilterAggregationOperatorType.ts +48 -0
- package/src/models/CommonCohortsGroup.ts +81 -0
- package/src/models/CommonCohortsQuery.ts +97 -0
- package/src/models/CommonCoinID.ts +75 -0
- package/src/models/CommonCoinIDAddressIdentifier.ts +68 -0
- package/src/models/CommonColumnState.ts +91 -0
- package/src/models/CommonColumnStateSort.ts +68 -0
- package/src/models/CommonComputeStats.ts +100 -0
- package/src/models/CommonDuration.ts +9 -14
- package/src/models/CommonEventLogColumn.ts +108 -0
- package/src/models/CommonEventLogConfig.ts +81 -0
- package/src/models/CommonEventLogEntry.ts +180 -0
- package/src/models/CommonFormula.ts +29 -19
- package/src/models/CommonFunction.ts +11 -16
- package/src/models/CommonJoinOperator.ts +5 -1
- package/src/models/CommonMatrix.ts +75 -0
- package/src/models/CommonMatrixMetric.ts +76 -0
- package/src/models/CommonMatrixSample.ts +81 -0
- package/src/models/CommonMatrixValue.ts +68 -0
- package/src/models/CommonOrganization.ts +31 -36
- package/src/models/CommonOrganizationMember.ts +13 -18
- package/src/models/CommonOrganizationRole.ts +5 -2
- package/src/models/CommonOwner.ts +17 -22
- package/src/models/CommonPermission.ts +5 -2
- package/src/models/CommonPriceSegmentationQuery.ts +91 -0
- package/src/models/CommonProject.ts +115 -40
- package/src/models/CommonProjectInfo.ts +77 -30
- package/src/models/CommonProjectProjectMember.ts +11 -16
- package/src/models/CommonProjectSuperset.ts +76 -0
- package/src/models/CommonProjectType.ts +42 -0
- package/src/models/CommonProjectView.ts +91 -0
- package/src/models/CommonProjectViewProjectViewConfig.ts +67 -0
- package/src/models/CommonProjectVisibility.ts +5 -2
- package/src/models/CommonQuery.ts +24 -29
- package/src/models/CommonRetentionMatrix.ts +67 -0
- package/src/models/CommonRetentionMatrixSample.ts +107 -0
- package/src/models/CommonRetentionQuery.ts +139 -0
- package/src/models/CommonRetentionQueryCriteria.ts +42 -0
- package/src/models/CommonRetentionQueryFilter.ts +81 -0
- package/src/models/CommonRetentionQueryFilterTimeFilter.ts +67 -0
- package/src/models/CommonRetentionQueryFilterTimeFilterType.ts +43 -0
- package/src/models/CommonRetentionQueryInterval.ts +75 -0
- package/src/models/CommonRetentionQueryIntervalUnit.ts +43 -0
- package/src/models/CommonRetentionQueryResource.ts +75 -0
- package/src/models/CommonSegmentParameter.ts +68 -0
- package/src/models/CommonSegmentationQuery.ts +47 -30
- package/src/models/CommonSegmentationQueryAggregation.ts +17 -22
- package/src/models/CommonSegmentationQueryAggregationAggregateProperties.ts +11 -16
- package/src/models/CommonSegmentationQueryAggregationAggregatePropertiesAggregationType.ts +16 -2
- package/src/models/CommonSegmentationQueryAggregationCountUnique.ts +9 -14
- package/src/models/CommonSegmentationQueryResource.ts +33 -16
- package/src/models/CommonSegmentationQueryResourceType.ts +5 -2
- package/src/models/CommonSegmentationQuerySelectorExpr.ts +13 -18
- package/src/models/CommonSegmentationQuerySelectorExprLogicExpr.ts +13 -18
- package/src/models/CommonSelector.ts +15 -20
- package/src/models/CommonSelectorExpr.ts +81 -0
- package/src/models/CommonSelectorExprLogicExpr.ts +81 -0
- package/src/models/CommonSelectorOperatorType.ts +6 -1
- package/src/models/CommonStringList.ts +7 -12
- package/src/models/CommonTabularData.ts +99 -0
- package/src/models/CommonTabularDataColumnType.ts +45 -0
- package/src/models/CommonTier.ts +5 -1
- package/src/models/CommonTimeRange.ts +19 -24
- package/src/models/CommonTimeRangeLite.ts +20 -22
- package/src/models/CommonTimeRangeRelativeTime.ts +17 -14
- package/src/models/CommonTimeRangeTimeLike.ts +11 -16
- package/src/models/CommonUser.ts +37 -42
- package/src/models/CommonUserAccountStatus.ts +5 -2
- package/src/models/CommonUserInfo.ts +17 -22
- package/src/models/EvmAccessListItem.ts +68 -0
- package/src/models/EvmTransaction.ts +187 -0
- package/src/models/EvmTransactionReceipt.ts +108 -0
- package/src/models/GoogleApiHttpBody.ts +126 -0
- package/src/models/GoogleProtobufAny.ts +173 -0
- package/src/models/GoogleProtobufNullValue.ts +6 -3
- package/src/models/InsightsServiceDataSource.ts +46 -0
- package/src/models/InsightsServiceInsightsServiceQueryBody.ts +149 -0
- package/src/models/InsightsServiceInsightsServiceRetentionBody.ts +97 -0
- package/src/models/InsightsServiceListCoinsResponse.ts +81 -0
- package/src/models/InsightsServiceQueryRequest.ts +165 -0
- package/src/models/InsightsServiceQueryRequestQuery.ts +117 -0
- package/src/models/InsightsServiceQueryResponse.ts +67 -0
- package/src/models/InsightsServiceQueryResponseResult.ts +119 -0
- package/src/models/InsightsServiceRetentionRequest.ts +113 -0
- package/src/models/InsightsServiceRetentionResponse.ts +89 -0
- package/src/models/MetricsServiceGetMetricsResponse.ts +67 -0
- package/src/models/MetricsServiceMetricInfo.ts +129 -0
- package/src/models/MetricsServiceMetricInfoLabelValues.ts +60 -0
- package/src/models/MetricsServiceMetricMetadata.ts +84 -0
- package/src/models/MetricsServiceMetricsQueryResponse.ts +9 -14
- package/src/models/MetricsServiceMetricsQueryResponseMatrix.ts +11 -16
- package/src/models/MetricsServiceMetricsQueryResponseMetric.ts +11 -16
- package/src/models/MetricsServiceMetricsQueryResponseResult.ts +29 -20
- package/src/models/MetricsServiceMetricsQueryResponseSample.ts +13 -18
- package/src/models/MetricsServiceMetricsQueryResponseValue.ts +9 -14
- package/src/models/MetricsServiceObservabilityServiceQueryBody.ts +121 -0
- package/src/models/MetricsServiceObservabilityServiceQueryRangeBody.ts +128 -0
- package/src/models/MetricsServiceQueryValueResponse.ts +9 -14
- package/src/models/MetricsServiceQueryValueResponseResult.ts +15 -20
- package/src/models/SolidityServiceBlockOverrides.ts +100 -0
- package/src/models/SolidityServiceCompileSourceInternalResponse.ts +67 -0
- package/src/models/SolidityServiceCompilerOptions.ts +97 -0
- package/src/models/SolidityServiceContractKeyInfo.ts +68 -0
- package/src/models/SolidityServiceDecodeStateDiffResponse.ts +60 -0
- package/src/models/SolidityServiceFailure.ts +68 -0
- package/src/models/SolidityServiceFetchAndCompileInternalResponse.ts +75 -0
- package/src/models/SolidityServiceGetSimulationBundleResponse.ts +75 -0
- package/src/models/SolidityServiceGetSimulationResponse.ts +67 -0
- package/src/models/SolidityServiceGetSimulationsResponse.ts +91 -0
- package/src/models/SolidityServiceGetStorageSummaryInternalResponse.ts +67 -0
- package/src/models/SolidityServiceGetTraceCallInternalRequestBundle.ts +75 -0
- package/src/models/SolidityServiceGetTraceCallInternalRequestStateContext.ts +68 -0
- package/src/models/SolidityServiceGetTraceCallInternalResponse.ts +76 -0
- package/src/models/SolidityServiceGetTraceTransactionInternalResponse.ts +60 -0
- package/src/models/SolidityServiceMetadata.ts +76 -0
- package/src/models/SolidityServiceOptimizer.ts +83 -0
- package/src/models/SolidityServiceOptimizerDetails.ts +91 -0
- package/src/models/SolidityServiceOptimizerDetailsYulDetails.ts +68 -0
- package/src/models/SolidityServicePreProcessCompilationInternalResponse.ts +60 -0
- package/src/models/SolidityServiceSettings.ts +113 -0
- package/src/models/SolidityServiceSimulateTransactionBundleRequest.ts +86 -0
- package/src/models/SolidityServiceSimulateTransactionBundleResponse.ts +83 -0
- package/src/models/SolidityServiceSimulateTransactionRequest.ts +86 -0
- package/src/models/SolidityServiceSimulateTransactionResponse.ts +67 -0
- package/src/models/SolidityServiceSimulation.ts +253 -0
- package/src/models/SolidityServiceSimulationResult.ts +81 -0
- package/src/models/SolidityServiceSourceInfo.ts +75 -0
- package/src/models/SolidityServiceSourceMultiFile.ts +68 -0
- package/src/models/SolidityServiceSourceSpec.ts +115 -0
- package/src/models/SolidityServiceSpecializations.ts +60 -0
- package/src/models/SolidityServiceStateOverride.ts +76 -0
- package/src/models/SolidityServiceStorageSummaryResult.ts +76 -0
- package/src/models/SolidityServiceTxIdentifier.ts +77 -0
- package/src/models/TxindexEvmRawTransaction.ts +147 -0
- package/src/models/TxindexEvmSearchTransactionsResponse.ts +75 -0
- package/src/models/WebServiceChart.ts +83 -38
- package/src/models/WebServiceChartChartType.ts +5 -2
- package/src/models/WebServiceChartConfig.ts +47 -38
- package/src/models/WebServiceChartConfigBarGaugeConfig.ts +17 -22
- package/src/models/WebServiceChartConfigCalculation.ts +6 -1
- package/src/models/WebServiceChartConfigColorTheme.ts +11 -16
- package/src/models/WebServiceChartConfigColumnSort.ts +9 -14
- package/src/models/WebServiceChartConfigCompareTime.ts +67 -0
- package/src/models/WebServiceChartConfigDirection.ts +5 -2
- package/src/models/WebServiceChartConfigMappingRule.ts +15 -20
- package/src/models/WebServiceChartConfigMarker.ts +99 -0
- package/src/models/WebServiceChartConfigMarkerType.ts +43 -0
- package/src/models/WebServiceChartConfigPieConfig.ts +17 -22
- package/src/models/WebServiceChartConfigPieConfigPieType.ts +5 -2
- package/src/models/WebServiceChartConfigQueryValueConfig.ts +23 -20
- package/src/models/WebServiceChartConfigSort.ts +11 -16
- package/src/models/WebServiceChartConfigSortBy.ts +5 -2
- package/src/models/WebServiceChartConfigTableConfig.ts +35 -32
- package/src/models/WebServiceChartConfigTimeRangeOverride.ts +25 -16
- package/src/models/WebServiceChartConfigValueConfig.ts +29 -34
- package/src/models/WebServiceChartConfigValueConfigStyle.ts +5 -1
- package/src/models/WebServiceChartConfigValueFormatter.ts +5 -2
- package/src/models/WebServiceChartConfigYAxisConfig.ts +13 -18
- package/src/models/WebServiceChartDataSourceType.ts +8 -1
- package/src/models/WebServiceDashboard.ts +79 -38
- package/src/models/WebServiceDashboardDashboardVisibility.ts +43 -0
- package/src/models/WebServiceDashboardExtra.ts +13 -18
- package/src/models/WebServiceDashboardExtraTemplateVariable.ts +25 -14
- package/src/models/WebServiceDashboardExtraTemplateView.ts +7 -12
- package/src/models/WebServiceDashboardLayouts.ts +9 -14
- package/src/models/WebServiceDashboardLayoutsLayout.ts +15 -20
- package/src/models/WebServiceDashboardResponsiveLayouts.ts +9 -14
- package/src/models/WebServiceDashboardSharing.ts +13 -18
- package/src/models/WebServiceEventLogsConfig.ts +97 -0
- package/src/models/WebServiceEventLogsConfigTimeRangeOverride.ts +75 -0
- package/src/models/WebServiceExportDashboardResponse.ts +7 -12
- package/src/models/WebServiceGetDashboardResponse.ts +13 -18
- package/src/models/WebServiceGetProjectListResponse.ts +83 -0
- package/src/models/WebServiceGetProjectResponse.ts +13 -18
- package/src/models/WebServiceImportDashboardRequest.ts +18 -21
- package/src/models/WebServiceImportDashboardResponse.ts +9 -14
- package/src/models/WebServiceNote.ts +45 -20
- package/src/models/WebServiceNoteAlignment.ts +5 -2
- package/src/models/WebServiceNoteFontSize.ts +5 -2
- package/src/models/WebServiceNoteVerticalAlignment.ts +43 -0
- package/src/models/WebServicePanel.ts +15 -20
- package/src/models/index.ts +200 -108
- package/src/runtime.ts +35 -16
- package/BUILD.bazel +0 -14
- package/doc/index.html +0 -11971
- package/jest.config.ts +0 -6
- package/spec.json +0 -2635
- package/src/apis/DefaultApi.ts +0 -910
- package/src/models/CommonErrorRecord.ts +0 -105
- package/src/models/CommonLogEntry.ts +0 -153
- package/src/models/MetricsServiceLogQueryRequestFilter.ts +0 -81
- package/src/models/MetricsServiceLogQueryRequestSort.ts +0 -73
- package/src/models/MetricsServiceLogQueryResponse.ts +0 -94
- package/src/models/ProcessorServiceChainState.ts +0 -168
- package/src/models/ProcessorServiceChainStateStatus.ts +0 -86
- package/src/models/ProcessorServiceChainStateStatusState.ts +0 -41
- package/src/models/ProcessorServiceDownloadProcessorResponse.ts +0 -65
- package/src/models/ProcessorServiceGetProcessorResponse.ts +0 -72
- package/src/models/ProcessorServiceGetProcessorStatusResponse.ts +0 -72
- package/src/models/ProcessorServiceGetProcessorStatusResponseProcessorEx.ts +0 -170
- package/src/models/ProcessorServiceGetProcessorStatusResponseProcessorStatus.ts +0 -86
- package/src/models/ProcessorServiceGetProcessorStatusResponseProcessorStatusState.ts +0 -41
- package/src/models/ProcessorServiceGetProcessorWithProjectResponse.ts +0 -86
- package/src/models/ProcessorServiceGetProcessorsResponse.ts +0 -72
- package/src/models/ProcessorServiceGetProjectVersionsResponse.ts +0 -72
- package/src/models/ProcessorServiceGetProjectVersionsResponseVersion.ts +0 -88
- package/src/models/ProcessorServiceProcessor.ts +0 -150
- package/src/models/ProcessorServiceProcessorVersionState.ts +0 -41
- package/src/models/QueryLogRequest.ts +0 -146
- package/src/models/QueryRangeRequest.ts +0 -124
- package/src/models/QueryRequest.ts +0 -118
- package/test/simple.test.ts +0 -21
- package/tsconfig.json +0 -34
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
/* tslint:disable */
|
|
2
|
+
/* eslint-disable */
|
|
3
|
+
/**
|
|
4
|
+
* Sentio API
|
|
5
|
+
* Sentio Open API for query data
|
|
6
|
+
*
|
|
7
|
+
* The version of the OpenAPI document: version not set
|
|
8
|
+
*
|
|
9
|
+
*
|
|
10
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
11
|
+
* https://openapi-generator.tech
|
|
12
|
+
* Do not edit the class manually.
|
|
13
|
+
*/
|
|
14
|
+
import { CommonSegmentationQueryAggregationAggregatePropertiesAggregationTypeFromJSON, CommonSegmentationQueryAggregationAggregatePropertiesAggregationTypeToJSON, } from './CommonSegmentationQueryAggregationAggregatePropertiesAggregationType.js';
|
|
15
|
+
/**
|
|
16
|
+
* Check if a given object implements the CommonSegmentationQueryAggregationAggregateProperties interface.
|
|
17
|
+
*/
|
|
18
|
+
export function instanceOfCommonSegmentationQueryAggregationAggregateProperties(value) {
|
|
19
|
+
return true;
|
|
20
|
+
}
|
|
21
|
+
export function CommonSegmentationQueryAggregationAggregatePropertiesFromJSON(json) {
|
|
22
|
+
return CommonSegmentationQueryAggregationAggregatePropertiesFromJSONTyped(json, false);
|
|
23
|
+
}
|
|
24
|
+
export function CommonSegmentationQueryAggregationAggregatePropertiesFromJSONTyped(json, ignoreDiscriminator) {
|
|
25
|
+
if (json == null) {
|
|
26
|
+
return json;
|
|
27
|
+
}
|
|
28
|
+
return {
|
|
29
|
+
'type': json['type'] == null ? undefined : CommonSegmentationQueryAggregationAggregatePropertiesAggregationTypeFromJSON(json['type']),
|
|
30
|
+
'propertyName': json['propertyName'] == null ? undefined : json['propertyName'],
|
|
31
|
+
};
|
|
32
|
+
}
|
|
33
|
+
export function CommonSegmentationQueryAggregationAggregatePropertiesToJSON(value) {
|
|
34
|
+
if (value == null) {
|
|
35
|
+
return value;
|
|
36
|
+
}
|
|
37
|
+
return {
|
|
38
|
+
'type': CommonSegmentationQueryAggregationAggregatePropertiesAggregationTypeToJSON(value['type']),
|
|
39
|
+
'propertyName': value['propertyName'],
|
|
40
|
+
};
|
|
41
|
+
}
|
|
42
|
+
//# sourceMappingURL=CommonSegmentationQueryAggregationAggregateProperties.js.map
|
|
@@ -0,0 +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,GAC7E,MAAM,2EAA2E,CAAC;AAsBnF;;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;AAED,MAAM,UAAU,2DAA2D,CAAC,KAAoE;IAC5I,IAAI,KAAK,IAAI,IAAI,EAAE,CAAC;QAChB,OAAO,KAAK,CAAC;IACjB,CAAC;IACD,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
ADDED
|
@@ -0,0 +1,40 @@
|
|
|
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 CommonSegmentationQueryAggregationAggregatePropertiesAggregationType: {
|
|
17
|
+
readonly Sum: "SUM";
|
|
18
|
+
readonly CumulativeSum: "CUMULATIVE_SUM";
|
|
19
|
+
readonly Avg: "AVG";
|
|
20
|
+
readonly Median: "MEDIAN";
|
|
21
|
+
readonly Min: "MIN";
|
|
22
|
+
readonly Max: "MAX";
|
|
23
|
+
readonly DistinctCount: "DISTINCT_COUNT";
|
|
24
|
+
readonly CumulativeDistinctCount: "CUMULATIVE_DISTINCT_COUNT";
|
|
25
|
+
readonly CumulativeCount: "CUMULATIVE_COUNT";
|
|
26
|
+
readonly Last: "LAST";
|
|
27
|
+
readonly CumulativeLast: "CUMULATIVE_LAST";
|
|
28
|
+
readonly First: "FIRST";
|
|
29
|
+
readonly CumulativeFirst: "CUMULATIVE_FIRST";
|
|
30
|
+
readonly Percentile25Th: "PERCENTILE_25TH";
|
|
31
|
+
readonly Percentile75Th: "PERCENTILE_75TH";
|
|
32
|
+
readonly Percentile90Th: "PERCENTILE_90TH";
|
|
33
|
+
readonly Percentile95Th: "PERCENTILE_95TH";
|
|
34
|
+
readonly Percentile99Th: "PERCENTILE_99TH";
|
|
35
|
+
};
|
|
36
|
+
export type CommonSegmentationQueryAggregationAggregatePropertiesAggregationType = typeof CommonSegmentationQueryAggregationAggregatePropertiesAggregationType[keyof typeof CommonSegmentationQueryAggregationAggregatePropertiesAggregationType];
|
|
37
|
+
export declare function instanceOfCommonSegmentationQueryAggregationAggregatePropertiesAggregationType(value: any): boolean;
|
|
38
|
+
export declare function CommonSegmentationQueryAggregationAggregatePropertiesAggregationTypeFromJSON(json: any): CommonSegmentationQueryAggregationAggregatePropertiesAggregationType;
|
|
39
|
+
export declare function CommonSegmentationQueryAggregationAggregatePropertiesAggregationTypeFromJSONTyped(json: any, ignoreDiscriminator: boolean): CommonSegmentationQueryAggregationAggregatePropertiesAggregationType;
|
|
40
|
+
export declare function CommonSegmentationQueryAggregationAggregatePropertiesAggregationTypeToJSON(value?: CommonSegmentationQueryAggregationAggregatePropertiesAggregationType | null): any;
|
package/dist/src/models/CommonSegmentationQueryAggregationAggregatePropertiesAggregationType.js
ADDED
|
@@ -0,0 +1,50 @@
|
|
|
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 CommonSegmentationQueryAggregationAggregatePropertiesAggregationType = {
|
|
19
|
+
Sum: 'SUM',
|
|
20
|
+
CumulativeSum: 'CUMULATIVE_SUM',
|
|
21
|
+
Avg: 'AVG',
|
|
22
|
+
Median: 'MEDIAN',
|
|
23
|
+
Min: 'MIN',
|
|
24
|
+
Max: 'MAX',
|
|
25
|
+
DistinctCount: 'DISTINCT_COUNT',
|
|
26
|
+
CumulativeDistinctCount: 'CUMULATIVE_DISTINCT_COUNT',
|
|
27
|
+
CumulativeCount: 'CUMULATIVE_COUNT',
|
|
28
|
+
Last: 'LAST',
|
|
29
|
+
CumulativeLast: 'CUMULATIVE_LAST',
|
|
30
|
+
First: 'FIRST',
|
|
31
|
+
CumulativeFirst: 'CUMULATIVE_FIRST',
|
|
32
|
+
Percentile25Th: 'PERCENTILE_25TH',
|
|
33
|
+
Percentile75Th: 'PERCENTILE_75TH',
|
|
34
|
+
Percentile90Th: 'PERCENTILE_90TH',
|
|
35
|
+
Percentile95Th: 'PERCENTILE_95TH',
|
|
36
|
+
Percentile99Th: 'PERCENTILE_99TH'
|
|
37
|
+
};
|
|
38
|
+
export function instanceOfCommonSegmentationQueryAggregationAggregatePropertiesAggregationType(value) {
|
|
39
|
+
return Object.values(CommonSegmentationQueryAggregationAggregatePropertiesAggregationType).includes(value);
|
|
40
|
+
}
|
|
41
|
+
export function CommonSegmentationQueryAggregationAggregatePropertiesAggregationTypeFromJSON(json) {
|
|
42
|
+
return CommonSegmentationQueryAggregationAggregatePropertiesAggregationTypeFromJSONTyped(json, false);
|
|
43
|
+
}
|
|
44
|
+
export function CommonSegmentationQueryAggregationAggregatePropertiesAggregationTypeFromJSONTyped(json, ignoreDiscriminator) {
|
|
45
|
+
return json;
|
|
46
|
+
}
|
|
47
|
+
export function CommonSegmentationQueryAggregationAggregatePropertiesAggregationTypeToJSON(value) {
|
|
48
|
+
return value;
|
|
49
|
+
}
|
|
50
|
+
//# sourceMappingURL=CommonSegmentationQueryAggregationAggregatePropertiesAggregationType.js.map
|
package/dist/src/models/CommonSegmentationQueryAggregationAggregatePropertiesAggregationType.js.map
ADDED
|
@@ -0,0 +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,OAAO,MAAM,CAAC,MAAM,CAAC,oEAAoE,CAAC,CAAC,QAAQ,CAAC,KAAK,CAAC,CAAC;AAC/G,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"}
|
|
@@ -0,0 +1,32 @@
|
|
|
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 { CommonDuration } from './CommonDuration.js';
|
|
13
|
+
/**
|
|
14
|
+
*
|
|
15
|
+
* @export
|
|
16
|
+
* @interface CommonSegmentationQueryAggregationCountUnique
|
|
17
|
+
*/
|
|
18
|
+
export interface CommonSegmentationQueryAggregationCountUnique {
|
|
19
|
+
/**
|
|
20
|
+
*
|
|
21
|
+
* @type {CommonDuration}
|
|
22
|
+
* @memberof CommonSegmentationQueryAggregationCountUnique
|
|
23
|
+
*/
|
|
24
|
+
duration?: CommonDuration;
|
|
25
|
+
}
|
|
26
|
+
/**
|
|
27
|
+
* Check if a given object implements the CommonSegmentationQueryAggregationCountUnique interface.
|
|
28
|
+
*/
|
|
29
|
+
export declare function instanceOfCommonSegmentationQueryAggregationCountUnique(value: object): boolean;
|
|
30
|
+
export declare function CommonSegmentationQueryAggregationCountUniqueFromJSON(json: any): CommonSegmentationQueryAggregationCountUnique;
|
|
31
|
+
export declare function CommonSegmentationQueryAggregationCountUniqueFromJSONTyped(json: any, ignoreDiscriminator: boolean): CommonSegmentationQueryAggregationCountUnique;
|
|
32
|
+
export declare function CommonSegmentationQueryAggregationCountUniqueToJSON(value?: CommonSegmentationQueryAggregationCountUnique | null): any;
|
|
@@ -0,0 +1,40 @@
|
|
|
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 { CommonDurationFromJSON, CommonDurationToJSON, } from './CommonDuration.js';
|
|
15
|
+
/**
|
|
16
|
+
* Check if a given object implements the CommonSegmentationQueryAggregationCountUnique interface.
|
|
17
|
+
*/
|
|
18
|
+
export function instanceOfCommonSegmentationQueryAggregationCountUnique(value) {
|
|
19
|
+
return true;
|
|
20
|
+
}
|
|
21
|
+
export function CommonSegmentationQueryAggregationCountUniqueFromJSON(json) {
|
|
22
|
+
return CommonSegmentationQueryAggregationCountUniqueFromJSONTyped(json, false);
|
|
23
|
+
}
|
|
24
|
+
export function CommonSegmentationQueryAggregationCountUniqueFromJSONTyped(json, ignoreDiscriminator) {
|
|
25
|
+
if (json == null) {
|
|
26
|
+
return json;
|
|
27
|
+
}
|
|
28
|
+
return {
|
|
29
|
+
'duration': json['duration'] == null ? undefined : CommonDurationFromJSON(json['duration']),
|
|
30
|
+
};
|
|
31
|
+
}
|
|
32
|
+
export function CommonSegmentationQueryAggregationCountUniqueToJSON(value) {
|
|
33
|
+
if (value == null) {
|
|
34
|
+
return value;
|
|
35
|
+
}
|
|
36
|
+
return {
|
|
37
|
+
'duration': CommonDurationToJSON(value['duration']),
|
|
38
|
+
};
|
|
39
|
+
}
|
|
40
|
+
//# sourceMappingURL=CommonSegmentationQueryAggregationCountUnique.js.map
|
|
@@ -0,0 +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,GACvB,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;AAED,MAAM,UAAU,mDAAmD,CAAC,KAA4D;IAC5H,IAAI,KAAK,IAAI,IAAI,EAAE,CAAC;QAChB,OAAO,KAAK,CAAC;IACjB,CAAC;IACD,OAAO;QAEH,UAAU,EAAE,oBAAoB,CAAC,KAAK,CAAC,UAAU,CAAC,CAAC;KACtD,CAAC;AACN,CAAC"}
|
|
@@ -0,0 +1,51 @@
|
|
|
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 { CommonCohortsQuery } from './CommonCohortsQuery.js';
|
|
13
|
+
import type { CommonSegmentationQueryResourceType } from './CommonSegmentationQueryResourceType.js';
|
|
14
|
+
/**
|
|
15
|
+
*
|
|
16
|
+
* @export
|
|
17
|
+
* @interface CommonSegmentationQueryResource
|
|
18
|
+
*/
|
|
19
|
+
export interface CommonSegmentationQueryResource {
|
|
20
|
+
/**
|
|
21
|
+
*
|
|
22
|
+
* @type {string}
|
|
23
|
+
* @memberof CommonSegmentationQueryResource
|
|
24
|
+
*/
|
|
25
|
+
name?: string;
|
|
26
|
+
/**
|
|
27
|
+
*
|
|
28
|
+
* @type {CommonSegmentationQueryResourceType}
|
|
29
|
+
* @memberof CommonSegmentationQueryResource
|
|
30
|
+
*/
|
|
31
|
+
type?: CommonSegmentationQueryResourceType;
|
|
32
|
+
/**
|
|
33
|
+
*
|
|
34
|
+
* @type {string}
|
|
35
|
+
* @memberof CommonSegmentationQueryResource
|
|
36
|
+
*/
|
|
37
|
+
cohortsId?: string;
|
|
38
|
+
/**
|
|
39
|
+
*
|
|
40
|
+
* @type {CommonCohortsQuery}
|
|
41
|
+
* @memberof CommonSegmentationQueryResource
|
|
42
|
+
*/
|
|
43
|
+
cohortsQuery?: CommonCohortsQuery;
|
|
44
|
+
}
|
|
45
|
+
/**
|
|
46
|
+
* Check if a given object implements the CommonSegmentationQueryResource interface.
|
|
47
|
+
*/
|
|
48
|
+
export declare function instanceOfCommonSegmentationQueryResource(value: object): boolean;
|
|
49
|
+
export declare function CommonSegmentationQueryResourceFromJSON(json: any): CommonSegmentationQueryResource;
|
|
50
|
+
export declare function CommonSegmentationQueryResourceFromJSONTyped(json: any, ignoreDiscriminator: boolean): CommonSegmentationQueryResource;
|
|
51
|
+
export declare function CommonSegmentationQueryResourceToJSON(value?: CommonSegmentationQueryResource | null): any;
|
|
@@ -0,0 +1,47 @@
|
|
|
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 { CommonCohortsQueryFromJSON, CommonCohortsQueryToJSON, } from './CommonCohortsQuery.js';
|
|
15
|
+
import { CommonSegmentationQueryResourceTypeFromJSON, CommonSegmentationQueryResourceTypeToJSON, } from './CommonSegmentationQueryResourceType.js';
|
|
16
|
+
/**
|
|
17
|
+
* Check if a given object implements the CommonSegmentationQueryResource interface.
|
|
18
|
+
*/
|
|
19
|
+
export function instanceOfCommonSegmentationQueryResource(value) {
|
|
20
|
+
return true;
|
|
21
|
+
}
|
|
22
|
+
export function CommonSegmentationQueryResourceFromJSON(json) {
|
|
23
|
+
return CommonSegmentationQueryResourceFromJSONTyped(json, false);
|
|
24
|
+
}
|
|
25
|
+
export function CommonSegmentationQueryResourceFromJSONTyped(json, ignoreDiscriminator) {
|
|
26
|
+
if (json == null) {
|
|
27
|
+
return json;
|
|
28
|
+
}
|
|
29
|
+
return {
|
|
30
|
+
'name': json['name'] == null ? undefined : json['name'],
|
|
31
|
+
'type': json['type'] == null ? undefined : CommonSegmentationQueryResourceTypeFromJSON(json['type']),
|
|
32
|
+
'cohortsId': json['cohortsId'] == null ? undefined : json['cohortsId'],
|
|
33
|
+
'cohortsQuery': json['cohortsQuery'] == null ? undefined : CommonCohortsQueryFromJSON(json['cohortsQuery']),
|
|
34
|
+
};
|
|
35
|
+
}
|
|
36
|
+
export function CommonSegmentationQueryResourceToJSON(value) {
|
|
37
|
+
if (value == null) {
|
|
38
|
+
return value;
|
|
39
|
+
}
|
|
40
|
+
return {
|
|
41
|
+
'name': value['name'],
|
|
42
|
+
'type': CommonSegmentationQueryResourceTypeToJSON(value['type']),
|
|
43
|
+
'cohortsId': value['cohortsId'],
|
|
44
|
+
'cohortsQuery': CommonCohortsQueryToJSON(value['cohortsQuery']),
|
|
45
|
+
};
|
|
46
|
+
}
|
|
47
|
+
//# sourceMappingURL=CommonSegmentationQueryResource.js.map
|
|
@@ -0,0 +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,GAC3B,MAAM,yBAAyB,CAAC;AAEjC,OAAO,EACH,2CAA2C,EAE3C,yCAAyC,GAC5C,MAAM,0CAA0C,CAAC;AAkClD;;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;AAED,MAAM,UAAU,qCAAqC,CAAC,KAA8C;IAChG,IAAI,KAAK,IAAI,IAAI,EAAE,CAAC;QAChB,OAAO,KAAK,CAAC;IACjB,CAAC;IACD,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"}
|
|
@@ -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 CommonSegmentationQueryResourceType: {
|
|
17
|
+
readonly Events: "EVENTS";
|
|
18
|
+
readonly Cohorts: "COHORTS";
|
|
19
|
+
};
|
|
20
|
+
export type CommonSegmentationQueryResourceType = typeof CommonSegmentationQueryResourceType[keyof typeof CommonSegmentationQueryResourceType];
|
|
21
|
+
export declare function instanceOfCommonSegmentationQueryResourceType(value: any): boolean;
|
|
22
|
+
export declare function CommonSegmentationQueryResourceTypeFromJSON(json: any): CommonSegmentationQueryResourceType;
|
|
23
|
+
export declare function CommonSegmentationQueryResourceTypeFromJSONTyped(json: any, ignoreDiscriminator: boolean): CommonSegmentationQueryResourceType;
|
|
24
|
+
export declare function CommonSegmentationQueryResourceTypeToJSON(value?: CommonSegmentationQueryResourceType | null): any;
|
|
@@ -0,0 +1,34 @@
|
|
|
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 CommonSegmentationQueryResourceType = {
|
|
19
|
+
Events: 'EVENTS',
|
|
20
|
+
Cohorts: 'COHORTS'
|
|
21
|
+
};
|
|
22
|
+
export function instanceOfCommonSegmentationQueryResourceType(value) {
|
|
23
|
+
return Object.values(CommonSegmentationQueryResourceType).includes(value);
|
|
24
|
+
}
|
|
25
|
+
export function CommonSegmentationQueryResourceTypeFromJSON(json) {
|
|
26
|
+
return CommonSegmentationQueryResourceTypeFromJSONTyped(json, false);
|
|
27
|
+
}
|
|
28
|
+
export function CommonSegmentationQueryResourceTypeFromJSONTyped(json, ignoreDiscriminator) {
|
|
29
|
+
return json;
|
|
30
|
+
}
|
|
31
|
+
export function CommonSegmentationQueryResourceTypeToJSON(value) {
|
|
32
|
+
return value;
|
|
33
|
+
}
|
|
34
|
+
//# sourceMappingURL=CommonSegmentationQueryResourceType.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"CommonSegmentationQueryResourceType.js","sourceRoot":"","sources":["../../../src/models/CommonSegmentationQueryResourceType.ts"],"names":[],"mappings":"AAAA,oBAAoB;AACpB,oBAAoB;AACpB;;;;;;;;;;GAUG;AAGH;;;GAGG;AACH,MAAM,CAAC,MAAM,mCAAmC,GAAG;IAC/C,MAAM,EAAE,QAAQ;IAChB,OAAO,EAAE,SAAS;CACZ,CAAC;AAIX,MAAM,UAAU,6CAA6C,CAAC,KAAU;IACpE,OAAO,MAAM,CAAC,MAAM,CAAC,mCAAmC,CAAC,CAAC,QAAQ,CAAC,KAAK,CAAC,CAAC;AAC9E,CAAC;AAED,MAAM,UAAU,2CAA2C,CAAC,IAAS;IACjE,OAAO,gDAAgD,CAAC,IAAI,EAAE,KAAK,CAAC,CAAC;AACzE,CAAC;AAED,MAAM,UAAU,gDAAgD,CAAC,IAAS,EAAE,mBAA4B;IACpG,OAAO,IAA2C,CAAC;AACvD,CAAC;AAED,MAAM,UAAU,yCAAyC,CAAC,KAAkD;IACxG,OAAO,KAAY,CAAC;AACxB,CAAC"}
|
|
@@ -0,0 +1,39 @@
|
|
|
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 { CommonSegmentationQuerySelectorExprLogicExpr } from './CommonSegmentationQuerySelectorExprLogicExpr.js';
|
|
13
|
+
import type { CommonSelector } from './CommonSelector.js';
|
|
14
|
+
/**
|
|
15
|
+
*
|
|
16
|
+
* @export
|
|
17
|
+
* @interface CommonSegmentationQuerySelectorExpr
|
|
18
|
+
*/
|
|
19
|
+
export interface CommonSegmentationQuerySelectorExpr {
|
|
20
|
+
/**
|
|
21
|
+
*
|
|
22
|
+
* @type {CommonSelector}
|
|
23
|
+
* @memberof CommonSegmentationQuerySelectorExpr
|
|
24
|
+
*/
|
|
25
|
+
selector?: CommonSelector;
|
|
26
|
+
/**
|
|
27
|
+
*
|
|
28
|
+
* @type {CommonSegmentationQuerySelectorExprLogicExpr}
|
|
29
|
+
* @memberof CommonSegmentationQuerySelectorExpr
|
|
30
|
+
*/
|
|
31
|
+
logicExpr?: CommonSegmentationQuerySelectorExprLogicExpr;
|
|
32
|
+
}
|
|
33
|
+
/**
|
|
34
|
+
* Check if a given object implements the CommonSegmentationQuerySelectorExpr interface.
|
|
35
|
+
*/
|
|
36
|
+
export declare function instanceOfCommonSegmentationQuerySelectorExpr(value: object): boolean;
|
|
37
|
+
export declare function CommonSegmentationQuerySelectorExprFromJSON(json: any): CommonSegmentationQuerySelectorExpr;
|
|
38
|
+
export declare function CommonSegmentationQuerySelectorExprFromJSONTyped(json: any, ignoreDiscriminator: boolean): CommonSegmentationQuerySelectorExpr;
|
|
39
|
+
export declare function CommonSegmentationQuerySelectorExprToJSON(value?: CommonSegmentationQuerySelectorExpr | null): 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 { CommonSegmentationQuerySelectorExprLogicExprFromJSON, CommonSegmentationQuerySelectorExprLogicExprToJSON, } from './CommonSegmentationQuerySelectorExprLogicExpr.js';
|
|
15
|
+
import { CommonSelectorFromJSON, CommonSelectorToJSON, } from './CommonSelector.js';
|
|
16
|
+
/**
|
|
17
|
+
* Check if a given object implements the CommonSegmentationQuerySelectorExpr interface.
|
|
18
|
+
*/
|
|
19
|
+
export function instanceOfCommonSegmentationQuerySelectorExpr(value) {
|
|
20
|
+
return true;
|
|
21
|
+
}
|
|
22
|
+
export function CommonSegmentationQuerySelectorExprFromJSON(json) {
|
|
23
|
+
return CommonSegmentationQuerySelectorExprFromJSONTyped(json, false);
|
|
24
|
+
}
|
|
25
|
+
export function CommonSegmentationQuerySelectorExprFromJSONTyped(json, ignoreDiscriminator) {
|
|
26
|
+
if (json == null) {
|
|
27
|
+
return json;
|
|
28
|
+
}
|
|
29
|
+
return {
|
|
30
|
+
'selector': json['selector'] == null ? undefined : CommonSelectorFromJSON(json['selector']),
|
|
31
|
+
'logicExpr': json['logicExpr'] == null ? undefined : CommonSegmentationQuerySelectorExprLogicExprFromJSON(json['logicExpr']),
|
|
32
|
+
};
|
|
33
|
+
}
|
|
34
|
+
export function CommonSegmentationQuerySelectorExprToJSON(value) {
|
|
35
|
+
if (value == null) {
|
|
36
|
+
return value;
|
|
37
|
+
}
|
|
38
|
+
return {
|
|
39
|
+
'selector': CommonSelectorToJSON(value['selector']),
|
|
40
|
+
'logicExpr': CommonSegmentationQuerySelectorExprLogicExprToJSON(value['logicExpr']),
|
|
41
|
+
};
|
|
42
|
+
}
|
|
43
|
+
//# sourceMappingURL=CommonSegmentationQuerySelectorExpr.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"CommonSegmentationQuerySelectorExpr.js","sourceRoot":"","sources":["../../../src/models/CommonSegmentationQuerySelectorExpr.ts"],"names":[],"mappings":"AAAA,oBAAoB;AACpB,oBAAoB;AACpB;;;;;;;;;;GAUG;AAIH,OAAO,EACH,oDAAoD,EAEpD,kDAAkD,GACrD,MAAM,mDAAmD,CAAC;AAE3D,OAAO,EACH,sBAAsB,EAEtB,oBAAoB,GACvB,MAAM,qBAAqB,CAAC;AAsB7B;;GAEG;AACH,MAAM,UAAU,6CAA6C,CAAC,KAAa;IACvE,OAAO,IAAI,CAAC;AAChB,CAAC;AAED,MAAM,UAAU,2CAA2C,CAAC,IAAS;IACjE,OAAO,gDAAgD,CAAC,IAAI,EAAE,KAAK,CAAC,CAAC;AACzE,CAAC;AAED,MAAM,UAAU,gDAAgD,CAAC,IAAS,EAAE,mBAA4B;IACpG,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;QAC3F,WAAW,EAAE,IAAI,CAAC,WAAW,CAAC,IAAI,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,oDAAoD,CAAC,IAAI,CAAC,WAAW,CAAC,CAAC;KAC/H,CAAC;AACN,CAAC;AAED,MAAM,UAAU,yCAAyC,CAAC,KAAkD;IACxG,IAAI,KAAK,IAAI,IAAI,EAAE,CAAC;QAChB,OAAO,KAAK,CAAC;IACjB,CAAC;IACD,OAAO;QAEH,UAAU,EAAE,oBAAoB,CAAC,KAAK,CAAC,UAAU,CAAC,CAAC;QACnD,WAAW,EAAE,kDAAkD,CAAC,KAAK,CAAC,WAAW,CAAC,CAAC;KACtF,CAAC;AACN,CAAC"}
|
|
@@ -0,0 +1,39 @@
|
|
|
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 { CommonJoinOperator } from './CommonJoinOperator.js';
|
|
13
|
+
import type { CommonSegmentationQuerySelectorExpr } from './CommonSegmentationQuerySelectorExpr.js';
|
|
14
|
+
/**
|
|
15
|
+
*
|
|
16
|
+
* @export
|
|
17
|
+
* @interface CommonSegmentationQuerySelectorExprLogicExpr
|
|
18
|
+
*/
|
|
19
|
+
export interface CommonSegmentationQuerySelectorExprLogicExpr {
|
|
20
|
+
/**
|
|
21
|
+
*
|
|
22
|
+
* @type {Array<CommonSegmentationQuerySelectorExpr>}
|
|
23
|
+
* @memberof CommonSegmentationQuerySelectorExprLogicExpr
|
|
24
|
+
*/
|
|
25
|
+
expressions?: Array<CommonSegmentationQuerySelectorExpr>;
|
|
26
|
+
/**
|
|
27
|
+
*
|
|
28
|
+
* @type {CommonJoinOperator}
|
|
29
|
+
* @memberof CommonSegmentationQuerySelectorExprLogicExpr
|
|
30
|
+
*/
|
|
31
|
+
operator?: CommonJoinOperator;
|
|
32
|
+
}
|
|
33
|
+
/**
|
|
34
|
+
* Check if a given object implements the CommonSegmentationQuerySelectorExprLogicExpr interface.
|
|
35
|
+
*/
|
|
36
|
+
export declare function instanceOfCommonSegmentationQuerySelectorExprLogicExpr(value: object): boolean;
|
|
37
|
+
export declare function CommonSegmentationQuerySelectorExprLogicExprFromJSON(json: any): CommonSegmentationQuerySelectorExprLogicExpr;
|
|
38
|
+
export declare function CommonSegmentationQuerySelectorExprLogicExprFromJSONTyped(json: any, ignoreDiscriminator: boolean): CommonSegmentationQuerySelectorExprLogicExpr;
|
|
39
|
+
export declare function CommonSegmentationQuerySelectorExprLogicExprToJSON(value?: CommonSegmentationQuerySelectorExprLogicExpr | null): 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 { CommonJoinOperatorFromJSON, CommonJoinOperatorToJSON, } from './CommonJoinOperator.js';
|
|
15
|
+
import { CommonSegmentationQuerySelectorExprFromJSON, CommonSegmentationQuerySelectorExprToJSON, } from './CommonSegmentationQuerySelectorExpr.js';
|
|
16
|
+
/**
|
|
17
|
+
* Check if a given object implements the CommonSegmentationQuerySelectorExprLogicExpr interface.
|
|
18
|
+
*/
|
|
19
|
+
export function instanceOfCommonSegmentationQuerySelectorExprLogicExpr(value) {
|
|
20
|
+
return true;
|
|
21
|
+
}
|
|
22
|
+
export function CommonSegmentationQuerySelectorExprLogicExprFromJSON(json) {
|
|
23
|
+
return CommonSegmentationQuerySelectorExprLogicExprFromJSONTyped(json, false);
|
|
24
|
+
}
|
|
25
|
+
export function CommonSegmentationQuerySelectorExprLogicExprFromJSONTyped(json, ignoreDiscriminator) {
|
|
26
|
+
if (json == null) {
|
|
27
|
+
return json;
|
|
28
|
+
}
|
|
29
|
+
return {
|
|
30
|
+
'expressions': json['expressions'] == null ? undefined : (json['expressions'].map(CommonSegmentationQuerySelectorExprFromJSON)),
|
|
31
|
+
'operator': json['operator'] == null ? undefined : CommonJoinOperatorFromJSON(json['operator']),
|
|
32
|
+
};
|
|
33
|
+
}
|
|
34
|
+
export function CommonSegmentationQuerySelectorExprLogicExprToJSON(value) {
|
|
35
|
+
if (value == null) {
|
|
36
|
+
return value;
|
|
37
|
+
}
|
|
38
|
+
return {
|
|
39
|
+
'expressions': value['expressions'] == null ? undefined : (value['expressions'].map(CommonSegmentationQuerySelectorExprToJSON)),
|
|
40
|
+
'operator': CommonJoinOperatorToJSON(value['operator']),
|
|
41
|
+
};
|
|
42
|
+
}
|
|
43
|
+
//# sourceMappingURL=CommonSegmentationQuerySelectorExprLogicExpr.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"CommonSegmentationQuerySelectorExprLogicExpr.js","sourceRoot":"","sources":["../../../src/models/CommonSegmentationQuerySelectorExprLogicExpr.ts"],"names":[],"mappings":"AAAA,oBAAoB;AACpB,oBAAoB;AACpB;;;;;;;;;;GAUG;AAIH,OAAO,EACH,0BAA0B,EAE1B,wBAAwB,GAC3B,MAAM,yBAAyB,CAAC;AAEjC,OAAO,EACH,2CAA2C,EAE3C,yCAAyC,GAC5C,MAAM,0CAA0C,CAAC;AAsBlD;;GAEG;AACH,MAAM,UAAU,sDAAsD,CAAC,KAAa;IAChF,OAAO,IAAI,CAAC;AAChB,CAAC;AAED,MAAM,UAAU,oDAAoD,CAAC,IAAS;IAC1E,OAAO,yDAAyD,CAAC,IAAI,EAAE,KAAK,CAAC,CAAC;AAClF,CAAC;AAED,MAAM,UAAU,yDAAyD,CAAC,IAAS,EAAE,mBAA4B;IAC7G,IAAI,IAAI,IAAI,IAAI,EAAE,CAAC;QACf,OAAO,IAAI,CAAC;IAChB,CAAC;IACD,OAAO;QAEH,aAAa,EAAE,IAAI,CAAC,aAAa,CAAC,IAAI,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,CAAE,IAAI,CAAC,aAAa,CAAgB,CAAC,GAAG,CAAC,2CAA2C,CAAC,CAAC;QAC/I,UAAU,EAAE,IAAI,CAAC,UAAU,CAAC,IAAI,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,0BAA0B,CAAC,IAAI,CAAC,UAAU,CAAC,CAAC;KAClG,CAAC;AACN,CAAC;AAED,MAAM,UAAU,kDAAkD,CAAC,KAA2D;IAC1H,IAAI,KAAK,IAAI,IAAI,EAAE,CAAC;QAChB,OAAO,KAAK,CAAC;IACjB,CAAC;IACD,OAAO;QAEH,aAAa,EAAE,KAAK,CAAC,aAAa,CAAC,IAAI,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,CAAE,KAAK,CAAC,aAAa,CAAgB,CAAC,GAAG,CAAC,yCAAyC,CAAC,CAAC;QAC/I,UAAU,EAAE,wBAAwB,CAAC,KAAK,CAAC,UAAU,CAAC,CAAC;KAC1D,CAAC;AACN,CAAC"}
|
|
@@ -0,0 +1,45 @@
|
|
|
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 { CommonAny } from './CommonAny.js';
|
|
13
|
+
import type { CommonSelectorOperatorType } from './CommonSelectorOperatorType.js';
|
|
14
|
+
/**
|
|
15
|
+
*
|
|
16
|
+
* @export
|
|
17
|
+
* @interface CommonSelector
|
|
18
|
+
*/
|
|
19
|
+
export interface CommonSelector {
|
|
20
|
+
/**
|
|
21
|
+
*
|
|
22
|
+
* @type {string}
|
|
23
|
+
* @memberof CommonSelector
|
|
24
|
+
*/
|
|
25
|
+
key?: string;
|
|
26
|
+
/**
|
|
27
|
+
*
|
|
28
|
+
* @type {CommonSelectorOperatorType}
|
|
29
|
+
* @memberof CommonSelector
|
|
30
|
+
*/
|
|
31
|
+
operator?: CommonSelectorOperatorType;
|
|
32
|
+
/**
|
|
33
|
+
*
|
|
34
|
+
* @type {Array<CommonAny>}
|
|
35
|
+
* @memberof CommonSelector
|
|
36
|
+
*/
|
|
37
|
+
value?: Array<CommonAny>;
|
|
38
|
+
}
|
|
39
|
+
/**
|
|
40
|
+
* Check if a given object implements the CommonSelector interface.
|
|
41
|
+
*/
|
|
42
|
+
export declare function instanceOfCommonSelector(value: object): boolean;
|
|
43
|
+
export declare function CommonSelectorFromJSON(json: any): CommonSelector;
|
|
44
|
+
export declare function CommonSelectorFromJSONTyped(json: any, ignoreDiscriminator: boolean): CommonSelector;
|
|
45
|
+
export declare function CommonSelectorToJSON(value?: CommonSelector | null): any;
|