@coveo/platform-client 35.0.0
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 +201 -0
- package/README.md +245 -0
- package/dist/APICore.js +266 -0
- package/dist/APICore.js.map +1 -0
- package/dist/ConfigurationInterfaces.js +3 -0
- package/dist/ConfigurationInterfaces.js.map +1 -0
- package/dist/Endpoints.js +41 -0
- package/dist/Endpoints.js.map +1 -0
- package/dist/Entry.js +13 -0
- package/dist/Entry.js.map +1 -0
- package/dist/PlatformClient.js +45 -0
- package/dist/PlatformClient.js.map +1 -0
- package/dist/definitions/APICore.d.ts +31 -0
- package/dist/definitions/ConfigurationInterfaces.d.ts +14 -0
- package/dist/definitions/Endpoints.d.ts +13 -0
- package/dist/definitions/Entry.d.ts +9 -0
- package/dist/definitions/PlatformClient.d.ts +18 -0
- package/dist/definitions/handlers/ResponseHandlerInterfaces.d.ts +4 -0
- package/dist/definitions/handlers/ResponseHandlers.d.ts +10 -0
- package/dist/definitions/handlers/index.d.ts +2 -0
- package/dist/definitions/resources/AWS/AWS.d.ts +9 -0
- package/dist/definitions/resources/AWS/AWSInterfaces.d.ts +18 -0
- package/dist/definitions/resources/AWS/index.d.ts +2 -0
- package/dist/definitions/resources/ApiKeys/ApiKeys.d.ts +12 -0
- package/dist/definitions/resources/ApiKeys/ApiKeysInterfaces.d.ts +133 -0
- package/dist/definitions/resources/ApiKeys/index.d.ts +2 -0
- package/dist/definitions/resources/BaseInterfaces.d.ts +51 -0
- package/dist/definitions/resources/CaseAssistConfigs/CaseAssistConfig.d.ts +16 -0
- package/dist/definitions/resources/CaseAssistConfigs/CaseAssistConfigInterfaces.d.ts +59 -0
- package/dist/definitions/resources/CaseAssistConfigs/CaseAssistPreviewInterfaces.d.ts +27 -0
- package/dist/definitions/resources/CaseAssistConfigs/index.d.ts +3 -0
- package/dist/definitions/resources/Catalogs/Catalog.d.ts +21 -0
- package/dist/definitions/resources/Catalogs/CatalogConfiguration.d.ts +11 -0
- package/dist/definitions/resources/Catalogs/CatalogInterfaces.d.ts +338 -0
- package/dist/definitions/resources/Catalogs/ProductListing.d.ts +14 -0
- package/dist/definitions/resources/Catalogs/ProductListingInterfaces.d.ts +76 -0
- package/dist/definitions/resources/Catalogs/index.d.ts +5 -0
- package/dist/definitions/resources/Clusters/Agents/ClusterAgent.d.ts +9 -0
- package/dist/definitions/resources/Clusters/Agents/ClusterAgentInterfaces.d.ts +9 -0
- package/dist/definitions/resources/Clusters/Agents/index.d.ts +2 -0
- package/dist/definitions/resources/Clusters/Cluster.d.ts +18 -0
- package/dist/definitions/resources/Clusters/ClusterInterfaces.d.ts +92 -0
- package/dist/definitions/resources/Clusters/Nodes/ClusterNode.d.ts +12 -0
- package/dist/definitions/resources/Clusters/Nodes/ClusterNodeInterfaces.d.ts +20 -0
- package/dist/definitions/resources/Clusters/Nodes/index.d.ts +2 -0
- package/dist/definitions/resources/Clusters/index.d.ts +4 -0
- package/dist/definitions/resources/Connectivity/Connectivity.d.ts +7 -0
- package/dist/definitions/resources/Connectivity/ConnectivityInterface.d.ts +16 -0
- package/dist/definitions/resources/Connectivity/index.d.ts +2 -0
- package/dist/definitions/resources/CrawlingModule/CrawlingModule.d.ts +11 -0
- package/dist/definitions/resources/CrawlingModule/CrawlingModuleInterfaces.d.ts +28 -0
- package/dist/definitions/resources/CrawlingModule/index.d.ts +2 -0
- package/dist/definitions/resources/Enums.d.ts +976 -0
- package/dist/definitions/resources/Extensions/Extensions.d.ts +12 -0
- package/dist/definitions/resources/Extensions/ExtensionsInterfaces.d.ts +55 -0
- package/dist/definitions/resources/Extensions/index.d.ts +2 -0
- package/dist/definitions/resources/Fields/Fields.d.ts +19 -0
- package/dist/definitions/resources/Fields/FieldsInterfaces.d.ts +70 -0
- package/dist/definitions/resources/Fields/index.d.ts +2 -0
- package/dist/definitions/resources/Global/Global.d.ts +11 -0
- package/dist/definitions/resources/Global/OrganizationConfigurations/OrganizationConfiguration.d.ts +8 -0
- package/dist/definitions/resources/Global/OrganizationConfigurations/OrganizationConfigurationInterfaces.d.ts +6 -0
- package/dist/definitions/resources/Global/OrganizationConfigurations/index.d.ts +2 -0
- package/dist/definitions/resources/Global/RegionConfigurations/RegionConfiguration.d.ts +7 -0
- package/dist/definitions/resources/Global/RegionConfigurations/RegionConfigurationInterfaces.d.ts +10 -0
- package/dist/definitions/resources/Global/RegionConfigurations/index.d.ts +2 -0
- package/dist/definitions/resources/Global/index.d.ts +3 -0
- package/dist/definitions/resources/GlobalGroups/GlobalGroup.d.ts +13 -0
- package/dist/definitions/resources/GlobalGroups/GlobalGroupInterfaces.d.ts +18 -0
- package/dist/definitions/resources/GlobalGroups/index.d.ts +2 -0
- package/dist/definitions/resources/Groups/Groups.d.ts +24 -0
- package/dist/definitions/resources/Groups/GroupsInterfaces.d.ts +21 -0
- package/dist/definitions/resources/Groups/Invites/GroupInvite.d.ts +11 -0
- package/dist/definitions/resources/Groups/Invites/GroupInviteInterfaces.d.ts +35 -0
- package/dist/definitions/resources/Groups/Invites/index.d.ts +2 -0
- package/dist/definitions/resources/Groups/Members/GroupMember.d.ts +9 -0
- package/dist/definitions/resources/Groups/Members/GroupMemberInterfaces.d.ts +13 -0
- package/dist/definitions/resources/Groups/Members/index.d.ts +2 -0
- package/dist/definitions/resources/Groups/Realms/GroupRealm.d.ts +9 -0
- package/dist/definitions/resources/Groups/Realms/GroupRealmInterfaces.d.ts +7 -0
- package/dist/definitions/resources/Groups/Realms/index.d.ts +2 -0
- package/dist/definitions/resources/Groups/index.d.ts +5 -0
- package/dist/definitions/resources/InProductExperiences/InProductExperiences.d.ts +31 -0
- package/dist/definitions/resources/InProductExperiences/InProductExperiencesInterfaces.d.ts +327 -0
- package/dist/definitions/resources/InProductExperiences/index.d.ts +2 -0
- package/dist/definitions/resources/Indexes/Indexes.d.ts +26 -0
- package/dist/definitions/resources/Indexes/IndexesInterface.d.ts +198 -0
- package/dist/definitions/resources/Indexes/index.d.ts +2 -0
- package/dist/definitions/resources/InsightPanelConfigs/InsightPanelConfig.d.ts +11 -0
- package/dist/definitions/resources/InsightPanelConfigs/InsightPanelConfigInterfaces.d.ts +158 -0
- package/dist/definitions/resources/InsightPanelConfigs/index.d.ts +2 -0
- package/dist/definitions/resources/InsightPanelInterfaces/InsightPanelInterface.d.ts +11 -0
- package/dist/definitions/resources/InsightPanelInterfaces/InsightPanelInterface.model.d.ts +240 -0
- package/dist/definitions/resources/InsightPanelInterfaces/index.d.ts +2 -0
- package/dist/definitions/resources/InternalBaseInterface.d.ts +12 -0
- package/dist/definitions/resources/License/License.d.ts +12 -0
- package/dist/definitions/resources/License/LicenseInterfaces.d.ts +194 -0
- package/dist/definitions/resources/License/index.d.ts +2 -0
- package/dist/definitions/resources/Limits/Limits.d.ts +12 -0
- package/dist/definitions/resources/Limits/LimitsInterfaces.d.ts +38 -0
- package/dist/definitions/resources/Limits/index.d.ts +2 -0
- package/dist/definitions/resources/Links/Links.d.ts +5 -0
- package/dist/definitions/resources/Links/index.d.ts +1 -0
- package/dist/definitions/resources/Logs/Logs.d.ts +8 -0
- package/dist/definitions/resources/Logs/LogsInterfaces.d.ts +47 -0
- package/dist/definitions/resources/Logs/index.d.ts +2 -0
- package/dist/definitions/resources/MachineLearning/CaseClassificationConfiguration/CaseClassificationConfiguration.d.ts +15 -0
- package/dist/definitions/resources/MachineLearning/CaseClassificationConfiguration/CaseClassificationConfigurationInterfaces.d.ts +147 -0
- package/dist/definitions/resources/MachineLearning/CaseClassificationConfiguration/index.d.ts +2 -0
- package/dist/definitions/resources/MachineLearning/DNEConfiguration/DNEConfiguration.d.ts +15 -0
- package/dist/definitions/resources/MachineLearning/DNEConfiguration/DNEConfigurationInterfaces.d.ts +41 -0
- package/dist/definitions/resources/MachineLearning/DNEConfiguration/index.d.ts +2 -0
- package/dist/definitions/resources/MachineLearning/FilterConditions.d.ts +18 -0
- package/dist/definitions/resources/MachineLearning/MachineLearning.d.ts +26 -0
- package/dist/definitions/resources/MachineLearning/MachineLearningInterfaces.d.ts +65 -0
- package/dist/definitions/resources/MachineLearning/ModelConfiguration/ModelConfiguration.d.ts +7 -0
- package/dist/definitions/resources/MachineLearning/ModelConfiguration/ModelConfigurationInterfaces.d.ts +10 -0
- package/dist/definitions/resources/MachineLearning/ModelConfiguration/index.d.ts +2 -0
- package/dist/definitions/resources/MachineLearning/ModelInformation/ModelInformation.d.ts +10 -0
- package/dist/definitions/resources/MachineLearning/ModelInformation/ModelInformationInterfaces.d.ts +252 -0
- package/dist/definitions/resources/MachineLearning/ModelInformation/index.d.ts +2 -0
- package/dist/definitions/resources/MachineLearning/Models/Models.d.ts +13 -0
- package/dist/definitions/resources/MachineLearning/Models/ModelsInterfaces.d.ts +49 -0
- package/dist/definitions/resources/MachineLearning/Models/index.d.ts +2 -0
- package/dist/definitions/resources/MachineLearning/PQSConfiguration/PQSConfiguration.d.ts +6 -0
- package/dist/definitions/resources/MachineLearning/PQSConfiguration/PQSConfigurationInterfaces.d.ts +40 -0
- package/dist/definitions/resources/MachineLearning/PQSConfiguration/index.d.ts +2 -0
- package/dist/definitions/resources/MachineLearning/SmartSnippetsConfiguration/SmartSnippetsConfiguration.d.ts +17 -0
- package/dist/definitions/resources/MachineLearning/SmartSnippetsConfiguration/SmartSnippetsConfigurationInterfaces.d.ts +131 -0
- package/dist/definitions/resources/MachineLearning/SmartSnippetsConfiguration/index.d.ts +2 -0
- package/dist/definitions/resources/MachineLearning/UserActionHistoryConfiguration/UserActionHistoryConfiguration.d.ts +7 -0
- package/dist/definitions/resources/MachineLearning/UserActionHistoryConfiguration/index.d.ts +1 -0
- package/dist/definitions/resources/MachineLearning/index.d.ts +11 -0
- package/dist/definitions/resources/ModifierTemplates/ModifierTemplateInterfaces.d.ts +71 -0
- package/dist/definitions/resources/ModifierTemplates/ModifierTemplates.d.ts +7 -0
- package/dist/definitions/resources/ModifierTemplates/index.d.ts +2 -0
- package/dist/definitions/resources/Notification/Subscription/Subscription.d.ts +21 -0
- package/dist/definitions/resources/Notification/Subscription/SubscriptionInterfaces.d.ts +41 -0
- package/dist/definitions/resources/Notification/Subscription/index.d.ts +2 -0
- package/dist/definitions/resources/Notification/index.d.ts +2 -0
- package/dist/definitions/resources/Notification/notification.d.ts +9 -0
- package/dist/definitions/resources/OrganizationAccess/Access.d.ts +7 -0
- package/dist/definitions/resources/OrganizationAccess/AccessInterfaces.d.ts +13 -0
- package/dist/definitions/resources/OrganizationAccess/index.d.ts +2 -0
- package/dist/definitions/resources/Organizations/Members/Members.d.ts +8 -0
- package/dist/definitions/resources/Organizations/Members/MembersInterface.d.ts +37 -0
- package/dist/definitions/resources/Organizations/Members/index.d.ts +2 -0
- package/dist/definitions/resources/Organizations/Organization.d.ts +42 -0
- package/dist/definitions/resources/Organizations/OrganizationInterfaces.d.ts +176 -0
- package/dist/definitions/resources/Organizations/index.d.ts +3 -0
- package/dist/definitions/resources/Pipelines/Conditions/Condition.d.ts +11 -0
- package/dist/definitions/resources/Pipelines/Conditions/ConditionInterfaces.d.ts +25 -0
- package/dist/definitions/resources/Pipelines/Conditions/index.d.ts +2 -0
- package/dist/definitions/resources/Pipelines/FacetStateRules/FacetStateRules.d.ts +11 -0
- package/dist/definitions/resources/Pipelines/FacetStateRules/FacetStateRulesInterface.d.ts +45 -0
- package/dist/definitions/resources/Pipelines/FacetStateRules/index.d.ts +2 -0
- package/dist/definitions/resources/Pipelines/MLAssociations/MLAssociations.d.ts +13 -0
- package/dist/definitions/resources/Pipelines/MLAssociations/MLAssociationsInterfaces.d.ts +57 -0
- package/dist/definitions/resources/Pipelines/MLAssociations/index.d.ts +2 -0
- package/dist/definitions/resources/Pipelines/Pipelines.d.ts +30 -0
- package/dist/definitions/resources/Pipelines/PipelinesInterfaces.d.ts +183 -0
- package/dist/definitions/resources/Pipelines/ResultRankings/ResultRankings.d.ts +15 -0
- package/dist/definitions/resources/Pipelines/ResultRankings/ResultRankingsInterfaces.d.ts +266 -0
- package/dist/definitions/resources/Pipelines/ResultRankings/index.d.ts +2 -0
- package/dist/definitions/resources/Pipelines/StatementGroups/StatementGroups.d.ts +13 -0
- package/dist/definitions/resources/Pipelines/StatementGroups/StatementGroupsInterfaces.d.ts +230 -0
- package/dist/definitions/resources/Pipelines/StatementGroups/index.d.ts +2 -0
- package/dist/definitions/resources/Pipelines/Statements/Statements.d.ts +16 -0
- package/dist/definitions/resources/Pipelines/Statements/StatementsInterfaces.d.ts +139 -0
- package/dist/definitions/resources/Pipelines/Statements/index.d.ts +2 -0
- package/dist/definitions/resources/Pipelines/index.d.ts +8 -0
- package/dist/definitions/resources/PlatformResources.d.ts +95 -0
- package/dist/definitions/resources/PrivilegeEvaluator/PrivilegeEvaluator.d.ts +11 -0
- package/dist/definitions/resources/PrivilegeEvaluator/PrivilegeEvaluatorInterfaces.d.ts +29 -0
- package/dist/definitions/resources/PrivilegeEvaluator/index.d.ts +2 -0
- package/dist/definitions/resources/Products/Product.d.ts +7 -0
- package/dist/definitions/resources/Products/ProductInterfaces.d.ts +209 -0
- package/dist/definitions/resources/Products/index.d.ts +2 -0
- package/dist/definitions/resources/PushApi/PushApi.d.ts +10 -0
- package/dist/definitions/resources/PushApi/PushApiInterfaces.d.ts +37 -0
- package/dist/definitions/resources/PushApi/index.d.ts +2 -0
- package/dist/definitions/resources/Resource.d.ts +10 -0
- package/dist/definitions/resources/ResourceSnapshots/ResourceSnapshots.d.ts +61 -0
- package/dist/definitions/resources/ResourceSnapshots/ResourceSnapshotsInterfaces.d.ts +309 -0
- package/dist/definitions/resources/ResourceSnapshots/index.d.ts +2 -0
- package/dist/definitions/resources/Saml/Saml.d.ts +14 -0
- package/dist/definitions/resources/Saml/SamlInterfaces.d.ts +13 -0
- package/dist/definitions/resources/Saml/index.d.ts +2 -0
- package/dist/definitions/resources/SchemaService/SchemaService.d.ts +60 -0
- package/dist/definitions/resources/SchemaService/SchemaServiceInterfaces.d.ts +155 -0
- package/dist/definitions/resources/SchemaService/index.d.ts +2 -0
- package/dist/definitions/resources/Search/Search.d.ts +10 -0
- package/dist/definitions/resources/Search/SearchInterfaces.d.ts +2140 -0
- package/dist/definitions/resources/Search/index.d.ts +2 -0
- package/dist/definitions/resources/SearchInterfaces/SearchInterfaces.d.ts +17 -0
- package/dist/definitions/resources/SearchInterfaces/SearchInterfaces.model.d.ts +179 -0
- package/dist/definitions/resources/SearchInterfaces/index.d.ts +2 -0
- package/dist/definitions/resources/SearchPages/SearchPages.d.ts +20 -0
- package/dist/definitions/resources/SearchPages/SearchPagesInterfaces.d.ts +42 -0
- package/dist/definitions/resources/SearchPages/index.d.ts +2 -0
- package/dist/definitions/resources/SearchUsageMetrics/LicenseMetrics/LicenseMetrics.d.ts +7 -0
- package/dist/definitions/resources/SearchUsageMetrics/LicenseMetrics/LicenseMetricsInterface.d.ts +49 -0
- package/dist/definitions/resources/SearchUsageMetrics/LicenseMetrics/index.d.ts +2 -0
- package/dist/definitions/resources/SearchUsageMetrics/RawMetrics/RawMetrics.d.ts +10 -0
- package/dist/definitions/resources/SearchUsageMetrics/RawMetrics/RawMetricsInterface.d.ts +127 -0
- package/dist/definitions/resources/SearchUsageMetrics/RawMetrics/index.d.ts +2 -0
- package/dist/definitions/resources/SearchUsageMetrics/SearchHubs/SearchHubs.d.ts +11 -0
- package/dist/definitions/resources/SearchUsageMetrics/SearchHubs/SearchHubsInterface.d.ts +64 -0
- package/dist/definitions/resources/SearchUsageMetrics/SearchHubs/index.d.ts +2 -0
- package/dist/definitions/resources/SearchUsageMetrics/SearchUsageMetrics.d.ts +13 -0
- package/dist/definitions/resources/SearchUsageMetrics/index.d.ts +4 -0
- package/dist/definitions/resources/SecurityCache/SecurityCache.d.ts +26 -0
- package/dist/definitions/resources/SecurityCache/SecurityCacheInterfaces.d.ts +137 -0
- package/dist/definitions/resources/SecurityCache/index.d.ts +2 -0
- package/dist/definitions/resources/Sources/Sources.d.ts +67 -0
- package/dist/definitions/resources/Sources/SourcesDatasets/SourcesDatasets.d.ts +8 -0
- package/dist/definitions/resources/Sources/SourcesDatasets/SourcesDatasetsInterfaces.d.ts +24 -0
- package/dist/definitions/resources/Sources/SourcesDatasets/index.d.ts +2 -0
- package/dist/definitions/resources/Sources/SourcesFields/SourcesFields.d.ts +10 -0
- package/dist/definitions/resources/Sources/SourcesFields/SourcesFieldsInterfaces.d.ts +15 -0
- package/dist/definitions/resources/Sources/SourcesFields/index.d.ts +2 -0
- package/dist/definitions/resources/Sources/SourcesInterfaces.d.ts +114 -0
- package/dist/definitions/resources/Sources/SourcesMappings/SourcesMappings.d.ts +7 -0
- package/dist/definitions/resources/Sources/SourcesMappings/SourcesMappingsInterfaces.d.ts +72 -0
- package/dist/definitions/resources/Sources/SourcesMappings/index.d.ts +2 -0
- package/dist/definitions/resources/Sources/SourcesMetadata/SourcesMetadata.d.ts +9 -0
- package/dist/definitions/resources/Sources/SourcesMetadata/SourcesMetadataInterfaces.d.ts +55 -0
- package/dist/definitions/resources/Sources/SourcesMetadata/index.d.ts +2 -0
- package/dist/definitions/resources/Sources/SourcesSubInterfaces/Address.d.ts +6 -0
- package/dist/definitions/resources/Sources/SourcesSubInterfaces/Authentification.d.ts +37 -0
- package/dist/definitions/resources/Sources/SourcesSubInterfaces/Document.d.ts +104 -0
- package/dist/definitions/resources/Sources/SourcesSubInterfaces/Error.d.ts +4 -0
- package/dist/definitions/resources/Sources/SourcesSubInterfaces/ExtendedDataFile.d.ts +5 -0
- package/dist/definitions/resources/Sources/SourcesSubInterfaces/Extension.d.ts +9 -0
- package/dist/definitions/resources/Sources/SourcesSubInterfaces/Information.d.ts +59 -0
- package/dist/definitions/resources/Sources/SourcesSubInterfaces/Parameter.d.ts +4 -0
- package/dist/definitions/resources/Sources/SourcesSubInterfaces/Permission.d.ts +42 -0
- package/dist/definitions/resources/Sources/SourcesSubInterfaces/Url.d.ts +6 -0
- package/dist/definitions/resources/Sources/SourcesSubInterfaces/User.d.ts +5 -0
- package/dist/definitions/resources/Sources/SourcesSubInterfaces/index.d.ts +11 -0
- package/dist/definitions/resources/Sources/index.d.ts +6 -0
- package/dist/definitions/resources/TableauService/ContentQuery/ContentQuery.d.ts +8 -0
- package/dist/definitions/resources/TableauService/ContentQuery/ContentQueryInterfaces.d.ts +58 -0
- package/dist/definitions/resources/TableauService/ContentQuery/index.d.ts +2 -0
- package/dist/definitions/resources/TableauService/TableauService.d.ts +9 -0
- package/dist/definitions/resources/TableauService/index.d.ts +2 -0
- package/dist/definitions/resources/UsageAnalytics/Read/Administration/Administration.d.ts +10 -0
- package/dist/definitions/resources/UsageAnalytics/Read/Administration/AdministrationInterfaces.d.ts +21 -0
- package/dist/definitions/resources/UsageAnalytics/Read/Administration/index.d.ts +2 -0
- package/dist/definitions/resources/UsageAnalytics/Read/DataShare/DataShare.d.ts +9 -0
- package/dist/definitions/resources/UsageAnalytics/Read/DataShare/DataShareInterfaces.d.ts +43 -0
- package/dist/definitions/resources/UsageAnalytics/Read/DataShare/index.d.ts +2 -0
- package/dist/definitions/resources/UsageAnalytics/Read/Dimensions/Dimensions.d.ts +21 -0
- package/dist/definitions/resources/UsageAnalytics/Read/Dimensions/DimensionsInterfaces.d.ts +101 -0
- package/dist/definitions/resources/UsageAnalytics/Read/Dimensions/index.d.ts +2 -0
- package/dist/definitions/resources/UsageAnalytics/Read/Exports/Exports.d.ts +20 -0
- package/dist/definitions/resources/UsageAnalytics/Read/Exports/ExportsInterfaces.d.ts +101 -0
- package/dist/definitions/resources/UsageAnalytics/Read/Exports/index.d.ts +2 -0
- package/dist/definitions/resources/UsageAnalytics/Read/Filters/Filters.d.ts +71 -0
- package/dist/definitions/resources/UsageAnalytics/Read/Filters/FiltersInterfaces.d.ts +67 -0
- package/dist/definitions/resources/UsageAnalytics/Read/Filters/index.d.ts +2 -0
- package/dist/definitions/resources/UsageAnalytics/Read/Reports/Reports.d.ts +58 -0
- package/dist/definitions/resources/UsageAnalytics/Read/Reports/ReportsInterfaces.d.ts +99 -0
- package/dist/definitions/resources/UsageAnalytics/Read/Reports/index.d.ts +2 -0
- package/dist/definitions/resources/UsageAnalytics/Read/Snowflake/Snowflake.d.ts +16 -0
- package/dist/definitions/resources/UsageAnalytics/Read/Snowflake/SnowflakeInterfaces.d.ts +49 -0
- package/dist/definitions/resources/UsageAnalytics/Read/Snowflake/index.d.ts +2 -0
- package/dist/definitions/resources/UsageAnalytics/Read/Statistics/Statistics.d.ts +18 -0
- package/dist/definitions/resources/UsageAnalytics/Read/Statistics/StatisticsInterfaces.d.ts +186 -0
- package/dist/definitions/resources/UsageAnalytics/Read/Statistics/index.d.ts +2 -0
- package/dist/definitions/resources/UsageAnalytics/Read/Users/Users.d.ts +12 -0
- package/dist/definitions/resources/UsageAnalytics/Read/Users/UsersInterfaces.d.ts +113 -0
- package/dist/definitions/resources/UsageAnalytics/Read/Users/index.d.ts +2 -0
- package/dist/definitions/resources/UsageAnalytics/Read/index.d.ts +9 -0
- package/dist/definitions/resources/UsageAnalytics/UsageAnalytics.d.ts +23 -0
- package/dist/definitions/resources/UsageAnalytics/index.d.ts +2 -0
- package/dist/definitions/resources/Users/User.d.ts +9 -0
- package/dist/definitions/resources/Users/UserInterfaces.d.ts +29 -0
- package/dist/definitions/resources/Users/index.d.ts +2 -0
- package/dist/definitions/resources/Vaults/Vaults.d.ts +33 -0
- package/dist/definitions/resources/Vaults/VaultsInterfaces.d.ts +29 -0
- package/dist/definitions/resources/Vaults/index.d.ts +2 -0
- package/dist/definitions/resources/index.d.ts +44 -0
- package/dist/definitions/utils/FormData.d.ts +1 -0
- package/dist/definitions/utils/Retriever.d.ts +3 -0
- package/dist/definitions/utils/WithRequired.d.ts +3 -0
- package/dist/definitions/utils/index.d.ts +2 -0
- package/dist/definitions/utils/normalizePaginatedOptions.d.ts +3 -0
- package/dist/handlers/ResponseHandlerInterfaces.js +3 -0
- package/dist/handlers/ResponseHandlerInterfaces.js.map +1 -0
- package/dist/handlers/ResponseHandlers.js +46 -0
- package/dist/handlers/ResponseHandlers.js.map +1 -0
- package/dist/handlers/index.js +6 -0
- package/dist/handlers/index.js.map +1 -0
- package/dist/resources/AWS/AWS.js +18 -0
- package/dist/resources/AWS/AWS.js.map +1 -0
- package/dist/resources/AWS/AWSInterfaces.js +3 -0
- package/dist/resources/AWS/AWSInterfaces.js.map +1 -0
- package/dist/resources/AWS/index.js +6 -0
- package/dist/resources/AWS/index.js.map +1 -0
- package/dist/resources/ApiKeys/ApiKeys.js +34 -0
- package/dist/resources/ApiKeys/ApiKeys.js.map +1 -0
- package/dist/resources/ApiKeys/ApiKeysInterfaces.js +3 -0
- package/dist/resources/ApiKeys/ApiKeysInterfaces.js.map +1 -0
- package/dist/resources/ApiKeys/index.js +6 -0
- package/dist/resources/ApiKeys/index.js.map +1 -0
- package/dist/resources/BaseInterfaces.js +3 -0
- package/dist/resources/BaseInterfaces.js.map +1 -0
- package/dist/resources/CaseAssistConfigs/CaseAssistConfig.js +42 -0
- package/dist/resources/CaseAssistConfigs/CaseAssistConfig.js.map +1 -0
- package/dist/resources/CaseAssistConfigs/CaseAssistConfigInterfaces.js +18 -0
- package/dist/resources/CaseAssistConfigs/CaseAssistConfigInterfaces.js.map +1 -0
- package/dist/resources/CaseAssistConfigs/CaseAssistPreviewInterfaces.js +3 -0
- package/dist/resources/CaseAssistConfigs/CaseAssistPreviewInterfaces.js.map +1 -0
- package/dist/resources/CaseAssistConfigs/index.js +7 -0
- package/dist/resources/CaseAssistConfigs/index.js.map +1 -0
- package/dist/resources/Catalogs/Catalog.js +43 -0
- package/dist/resources/Catalogs/Catalog.js.map +1 -0
- package/dist/resources/Catalogs/CatalogConfiguration.js +30 -0
- package/dist/resources/Catalogs/CatalogConfiguration.js.map +1 -0
- package/dist/resources/Catalogs/CatalogInterfaces.js +3 -0
- package/dist/resources/Catalogs/CatalogInterfaces.js.map +1 -0
- package/dist/resources/Catalogs/ProductListing.js +39 -0
- package/dist/resources/Catalogs/ProductListing.js.map +1 -0
- package/dist/resources/Catalogs/ProductListingInterfaces.js +3 -0
- package/dist/resources/Catalogs/ProductListingInterfaces.js.map +1 -0
- package/dist/resources/Catalogs/index.js +9 -0
- package/dist/resources/Catalogs/index.js.map +1 -0
- package/dist/resources/Clusters/Agents/ClusterAgent.js +21 -0
- package/dist/resources/Clusters/Agents/ClusterAgent.js.map +1 -0
- package/dist/resources/Clusters/Agents/ClusterAgentInterfaces.js +3 -0
- package/dist/resources/Clusters/Agents/ClusterAgentInterfaces.js.map +1 -0
- package/dist/resources/Clusters/Agents/index.js +6 -0
- package/dist/resources/Clusters/Agents/index.js.map +1 -0
- package/dist/resources/Clusters/Cluster.js +38 -0
- package/dist/resources/Clusters/Cluster.js.map +1 -0
- package/dist/resources/Clusters/ClusterInterfaces.js +3 -0
- package/dist/resources/Clusters/ClusterInterfaces.js.map +1 -0
- package/dist/resources/Clusters/Nodes/ClusterNode.js +33 -0
- package/dist/resources/Clusters/Nodes/ClusterNode.js.map +1 -0
- package/dist/resources/Clusters/Nodes/ClusterNodeInterfaces.js +3 -0
- package/dist/resources/Clusters/Nodes/ClusterNodeInterfaces.js.map +1 -0
- package/dist/resources/Clusters/Nodes/index.js +6 -0
- package/dist/resources/Clusters/Nodes/index.js.map +1 -0
- package/dist/resources/Clusters/index.js +8 -0
- package/dist/resources/Clusters/index.js.map +1 -0
- package/dist/resources/Connectivity/Connectivity.js +23 -0
- package/dist/resources/Connectivity/Connectivity.js.map +1 -0
- package/dist/resources/Connectivity/ConnectivityInterface.js +9 -0
- package/dist/resources/Connectivity/ConnectivityInterface.js.map +1 -0
- package/dist/resources/Connectivity/index.js +6 -0
- package/dist/resources/Connectivity/index.js.map +1 -0
- package/dist/resources/CrawlingModule/CrawlingModule.js +33 -0
- package/dist/resources/CrawlingModule/CrawlingModule.js.map +1 -0
- package/dist/resources/CrawlingModule/CrawlingModuleInterfaces.js +3 -0
- package/dist/resources/CrawlingModule/CrawlingModuleInterfaces.js.map +1 -0
- package/dist/resources/CrawlingModule/index.js +6 -0
- package/dist/resources/CrawlingModule/index.js.map +1 -0
- package/dist/resources/Enums.js +1090 -0
- package/dist/resources/Enums.js.map +1 -0
- package/dist/resources/Extensions/Extensions.js +36 -0
- package/dist/resources/Extensions/Extensions.js.map +1 -0
- package/dist/resources/Extensions/ExtensionsInterfaces.js +3 -0
- package/dist/resources/Extensions/ExtensionsInterfaces.js.map +1 -0
- package/dist/resources/Extensions/index.js +6 -0
- package/dist/resources/Extensions/index.js.map +1 -0
- package/dist/resources/Fields/Fields.js +49 -0
- package/dist/resources/Fields/Fields.js.map +1 -0
- package/dist/resources/Fields/FieldsInterfaces.js +3 -0
- package/dist/resources/Fields/FieldsInterfaces.js.map +1 -0
- package/dist/resources/Fields/index.js +6 -0
- package/dist/resources/Fields/index.js.map +1 -0
- package/dist/resources/Global/Global.js +20 -0
- package/dist/resources/Global/Global.js.map +1 -0
- package/dist/resources/Global/OrganizationConfigurations/OrganizationConfiguration.js +20 -0
- package/dist/resources/Global/OrganizationConfigurations/OrganizationConfiguration.js.map +1 -0
- package/dist/resources/Global/OrganizationConfigurations/OrganizationConfigurationInterfaces.js +3 -0
- package/dist/resources/Global/OrganizationConfigurations/OrganizationConfigurationInterfaces.js.map +1 -0
- package/dist/resources/Global/OrganizationConfigurations/index.js +6 -0
- package/dist/resources/Global/OrganizationConfigurations/index.js.map +1 -0
- package/dist/resources/Global/RegionConfigurations/RegionConfiguration.js +20 -0
- package/dist/resources/Global/RegionConfigurations/RegionConfiguration.js.map +1 -0
- package/dist/resources/Global/RegionConfigurations/RegionConfigurationInterfaces.js +3 -0
- package/dist/resources/Global/RegionConfigurations/RegionConfigurationInterfaces.js.map +1 -0
- package/dist/resources/Global/RegionConfigurations/index.js +6 -0
- package/dist/resources/Global/RegionConfigurations/index.js.map +1 -0
- package/dist/resources/Global/index.js +7 -0
- package/dist/resources/Global/index.js.map +1 -0
- package/dist/resources/GlobalGroups/GlobalGroup.js +29 -0
- package/dist/resources/GlobalGroups/GlobalGroup.js.map +1 -0
- package/dist/resources/GlobalGroups/GlobalGroupInterfaces.js +3 -0
- package/dist/resources/GlobalGroups/GlobalGroupInterfaces.js.map +1 -0
- package/dist/resources/GlobalGroups/index.js +6 -0
- package/dist/resources/GlobalGroups/index.js.map +1 -0
- package/dist/resources/Groups/Groups.js +42 -0
- package/dist/resources/Groups/Groups.js.map +1 -0
- package/dist/resources/Groups/GroupsInterfaces.js +3 -0
- package/dist/resources/Groups/GroupsInterfaces.js.map +1 -0
- package/dist/resources/Groups/Invites/GroupInvite.js +31 -0
- package/dist/resources/Groups/Invites/GroupInvite.js.map +1 -0
- package/dist/resources/Groups/Invites/GroupInviteInterfaces.js +3 -0
- package/dist/resources/Groups/Invites/GroupInviteInterfaces.js.map +1 -0
- package/dist/resources/Groups/Invites/index.js +6 -0
- package/dist/resources/Groups/Invites/index.js.map +1 -0
- package/dist/resources/Groups/Members/GroupMember.js +28 -0
- package/dist/resources/Groups/Members/GroupMember.js.map +1 -0
- package/dist/resources/Groups/Members/GroupMemberInterfaces.js +3 -0
- package/dist/resources/Groups/Members/GroupMemberInterfaces.js.map +1 -0
- package/dist/resources/Groups/Members/index.js +6 -0
- package/dist/resources/Groups/Members/index.js.map +1 -0
- package/dist/resources/Groups/Realms/GroupRealm.js +27 -0
- package/dist/resources/Groups/Realms/GroupRealm.js.map +1 -0
- package/dist/resources/Groups/Realms/GroupRealmInterfaces.js +3 -0
- package/dist/resources/Groups/Realms/GroupRealmInterfaces.js.map +1 -0
- package/dist/resources/Groups/Realms/index.js +6 -0
- package/dist/resources/Groups/Realms/index.js.map +1 -0
- package/dist/resources/Groups/index.js +9 -0
- package/dist/resources/Groups/index.js.map +1 -0
- package/dist/resources/InProductExperiences/InProductExperiences.js +45 -0
- package/dist/resources/InProductExperiences/InProductExperiences.js.map +1 -0
- package/dist/resources/InProductExperiences/InProductExperiencesInterfaces.js +31 -0
- package/dist/resources/InProductExperiences/InProductExperiencesInterfaces.js.map +1 -0
- package/dist/resources/InProductExperiences/index.js +6 -0
- package/dist/resources/InProductExperiences/index.js.map +1 -0
- package/dist/resources/Indexes/Indexes.js +62 -0
- package/dist/resources/Indexes/Indexes.js.map +1 -0
- package/dist/resources/Indexes/IndexesInterface.js +3 -0
- package/dist/resources/Indexes/IndexesInterface.js.map +1 -0
- package/dist/resources/Indexes/index.js +6 -0
- package/dist/resources/Indexes/index.js.map +1 -0
- package/dist/resources/InsightPanelConfigs/InsightPanelConfig.js +31 -0
- package/dist/resources/InsightPanelConfigs/InsightPanelConfig.js.map +1 -0
- package/dist/resources/InsightPanelConfigs/InsightPanelConfigInterfaces.js +3 -0
- package/dist/resources/InsightPanelConfigs/InsightPanelConfigInterfaces.js.map +1 -0
- package/dist/resources/InsightPanelConfigs/index.js +6 -0
- package/dist/resources/InsightPanelConfigs/index.js.map +1 -0
- package/dist/resources/InsightPanelInterfaces/InsightPanelInterface.js +31 -0
- package/dist/resources/InsightPanelInterfaces/InsightPanelInterface.js.map +1 -0
- package/dist/resources/InsightPanelInterfaces/InsightPanelInterface.model.js +16 -0
- package/dist/resources/InsightPanelInterfaces/InsightPanelInterface.model.js.map +1 -0
- package/dist/resources/InsightPanelInterfaces/index.js +6 -0
- package/dist/resources/InsightPanelInterfaces/index.js.map +1 -0
- package/dist/resources/InternalBaseInterface.js +3 -0
- package/dist/resources/InternalBaseInterface.js.map +1 -0
- package/dist/resources/License/License.js +33 -0
- package/dist/resources/License/License.js.map +1 -0
- package/dist/resources/License/LicenseInterfaces.js +79 -0
- package/dist/resources/License/LicenseInterfaces.js.map +1 -0
- package/dist/resources/License/index.js +6 -0
- package/dist/resources/License/index.js.map +1 -0
- package/dist/resources/Limits/Limits.js +31 -0
- package/dist/resources/Limits/Limits.js.map +1 -0
- package/dist/resources/Limits/LimitsInterfaces.js +9 -0
- package/dist/resources/Limits/LimitsInterfaces.js.map +1 -0
- package/dist/resources/Limits/index.js +6 -0
- package/dist/resources/Limits/index.js.map +1 -0
- package/dist/resources/Links/Links.js +18 -0
- package/dist/resources/Links/Links.js.map +1 -0
- package/dist/resources/Links/index.js +5 -0
- package/dist/resources/Links/index.js.map +1 -0
- package/dist/resources/Logs/Logs.js +24 -0
- package/dist/resources/Logs/Logs.js.map +1 -0
- package/dist/resources/Logs/LogsInterfaces.js +3 -0
- package/dist/resources/Logs/LogsInterfaces.js.map +1 -0
- package/dist/resources/Logs/index.js +6 -0
- package/dist/resources/Logs/index.js.map +1 -0
- package/dist/resources/MachineLearning/CaseClassificationConfiguration/CaseClassificationConfiguration.js +36 -0
- package/dist/resources/MachineLearning/CaseClassificationConfiguration/CaseClassificationConfiguration.js.map +1 -0
- package/dist/resources/MachineLearning/CaseClassificationConfiguration/CaseClassificationConfigurationInterfaces.js +9 -0
- package/dist/resources/MachineLearning/CaseClassificationConfiguration/CaseClassificationConfigurationInterfaces.js.map +1 -0
- package/dist/resources/MachineLearning/CaseClassificationConfiguration/index.js +6 -0
- package/dist/resources/MachineLearning/CaseClassificationConfiguration/index.js.map +1 -0
- package/dist/resources/MachineLearning/DNEConfiguration/DNEConfiguration.js +52 -0
- package/dist/resources/MachineLearning/DNEConfiguration/DNEConfiguration.js.map +1 -0
- package/dist/resources/MachineLearning/DNEConfiguration/DNEConfigurationInterfaces.js +3 -0
- package/dist/resources/MachineLearning/DNEConfiguration/DNEConfigurationInterfaces.js.map +1 -0
- package/dist/resources/MachineLearning/DNEConfiguration/index.js +6 -0
- package/dist/resources/MachineLearning/DNEConfiguration/index.js.map +1 -0
- package/dist/resources/MachineLearning/FilterConditions.js +3 -0
- package/dist/resources/MachineLearning/FilterConditions.js.map +1 -0
- package/dist/resources/MachineLearning/MachineLearning.js +37 -0
- package/dist/resources/MachineLearning/MachineLearning.js.map +1 -0
- package/dist/resources/MachineLearning/MachineLearningInterfaces.js +3 -0
- package/dist/resources/MachineLearning/MachineLearningInterfaces.js.map +1 -0
- package/dist/resources/MachineLearning/ModelConfiguration/ModelConfiguration.js +23 -0
- package/dist/resources/MachineLearning/ModelConfiguration/ModelConfiguration.js.map +1 -0
- package/dist/resources/MachineLearning/ModelConfiguration/ModelConfigurationInterfaces.js +3 -0
- package/dist/resources/MachineLearning/ModelConfiguration/ModelConfigurationInterfaces.js.map +1 -0
- package/dist/resources/MachineLearning/ModelConfiguration/index.js +6 -0
- package/dist/resources/MachineLearning/ModelConfiguration/index.js.map +1 -0
- package/dist/resources/MachineLearning/ModelInformation/ModelInformation.js +26 -0
- package/dist/resources/MachineLearning/ModelInformation/ModelInformation.js.map +1 -0
- package/dist/resources/MachineLearning/ModelInformation/ModelInformationInterfaces.js +3 -0
- package/dist/resources/MachineLearning/ModelInformation/ModelInformationInterfaces.js.map +1 -0
- package/dist/resources/MachineLearning/ModelInformation/index.js +6 -0
- package/dist/resources/MachineLearning/ModelInformation/index.js.map +1 -0
- package/dist/resources/MachineLearning/Models/Models.js +36 -0
- package/dist/resources/MachineLearning/Models/Models.js.map +1 -0
- package/dist/resources/MachineLearning/Models/ModelsInterfaces.js +3 -0
- package/dist/resources/MachineLearning/Models/ModelsInterfaces.js.map +1 -0
- package/dist/resources/MachineLearning/Models/index.js +6 -0
- package/dist/resources/MachineLearning/Models/index.js.map +1 -0
- package/dist/resources/MachineLearning/PQSConfiguration/PQSConfiguration.js +18 -0
- package/dist/resources/MachineLearning/PQSConfiguration/PQSConfiguration.js.map +1 -0
- package/dist/resources/MachineLearning/PQSConfiguration/PQSConfigurationInterfaces.js +3 -0
- package/dist/resources/MachineLearning/PQSConfiguration/PQSConfigurationInterfaces.js.map +1 -0
- package/dist/resources/MachineLearning/PQSConfiguration/index.js +6 -0
- package/dist/resources/MachineLearning/PQSConfiguration/index.js.map +1 -0
- package/dist/resources/MachineLearning/SmartSnippetsConfiguration/SmartSnippetsConfiguration.js +40 -0
- package/dist/resources/MachineLearning/SmartSnippetsConfiguration/SmartSnippetsConfiguration.js.map +1 -0
- package/dist/resources/MachineLearning/SmartSnippetsConfiguration/SmartSnippetsConfigurationInterfaces.js +3 -0
- package/dist/resources/MachineLearning/SmartSnippetsConfiguration/SmartSnippetsConfigurationInterfaces.js.map +1 -0
- package/dist/resources/MachineLearning/SmartSnippetsConfiguration/index.js +6 -0
- package/dist/resources/MachineLearning/SmartSnippetsConfiguration/index.js.map +1 -0
- package/dist/resources/MachineLearning/UserActionHistoryConfiguration/UserActionHistoryConfiguration.js +24 -0
- package/dist/resources/MachineLearning/UserActionHistoryConfiguration/UserActionHistoryConfiguration.js.map +1 -0
- package/dist/resources/MachineLearning/UserActionHistoryConfiguration/index.js +5 -0
- package/dist/resources/MachineLearning/UserActionHistoryConfiguration/index.js.map +1 -0
- package/dist/resources/MachineLearning/index.js +15 -0
- package/dist/resources/MachineLearning/index.js.map +1 -0
- package/dist/resources/ModifierTemplates/ModifierTemplateInterfaces.js +27 -0
- package/dist/resources/ModifierTemplates/ModifierTemplateInterfaces.js.map +1 -0
- package/dist/resources/ModifierTemplates/ModifierTemplates.js +20 -0
- package/dist/resources/ModifierTemplates/ModifierTemplates.js.map +1 -0
- package/dist/resources/ModifierTemplates/index.js +6 -0
- package/dist/resources/ModifierTemplates/index.js.map +1 -0
- package/dist/resources/Notification/Subscription/Subscription.js +62 -0
- package/dist/resources/Notification/Subscription/Subscription.js.map +1 -0
- package/dist/resources/Notification/Subscription/SubscriptionInterfaces.js +3 -0
- package/dist/resources/Notification/Subscription/SubscriptionInterfaces.js.map +1 -0
- package/dist/resources/Notification/Subscription/index.js +6 -0
- package/dist/resources/Notification/Subscription/index.js.map +1 -0
- package/dist/resources/Notification/index.js +6 -0
- package/dist/resources/Notification/index.js.map +1 -0
- package/dist/resources/Notification/notification.js +18 -0
- package/dist/resources/Notification/notification.js.map +1 -0
- package/dist/resources/OrganizationAccess/Access.js +21 -0
- package/dist/resources/OrganizationAccess/Access.js.map +1 -0
- package/dist/resources/OrganizationAccess/AccessInterfaces.js +3 -0
- package/dist/resources/OrganizationAccess/AccessInterfaces.js.map +1 -0
- package/dist/resources/OrganizationAccess/index.js +6 -0
- package/dist/resources/OrganizationAccess/index.js.map +1 -0
- package/dist/resources/Organizations/Members/Members.js +24 -0
- package/dist/resources/Organizations/Members/Members.js.map +1 -0
- package/dist/resources/Organizations/Members/MembersInterface.js +3 -0
- package/dist/resources/Organizations/Members/MembersInterface.js.map +1 -0
- package/dist/resources/Organizations/Members/index.js +6 -0
- package/dist/resources/Organizations/Members/index.js.map +1 -0
- package/dist/resources/Organizations/Organization.js +92 -0
- package/dist/resources/Organizations/Organization.js.map +1 -0
- package/dist/resources/Organizations/OrganizationInterfaces.js +58 -0
- package/dist/resources/Organizations/OrganizationInterfaces.js.map +1 -0
- package/dist/resources/Organizations/index.js +7 -0
- package/dist/resources/Organizations/index.js.map +1 -0
- package/dist/resources/Pipelines/Conditions/Condition.js +30 -0
- package/dist/resources/Pipelines/Conditions/Condition.js.map +1 -0
- package/dist/resources/Pipelines/Conditions/ConditionInterfaces.js +3 -0
- package/dist/resources/Pipelines/Conditions/ConditionInterfaces.js.map +1 -0
- package/dist/resources/Pipelines/Conditions/index.js +6 -0
- package/dist/resources/Pipelines/Conditions/index.js.map +1 -0
- package/dist/resources/Pipelines/FacetStateRules/FacetStateRules.js +40 -0
- package/dist/resources/Pipelines/FacetStateRules/FacetStateRules.js.map +1 -0
- package/dist/resources/Pipelines/FacetStateRules/FacetStateRulesInterface.js +3 -0
- package/dist/resources/Pipelines/FacetStateRules/FacetStateRulesInterface.js.map +1 -0
- package/dist/resources/Pipelines/FacetStateRules/index.js +6 -0
- package/dist/resources/Pipelines/FacetStateRules/index.js.map +1 -0
- package/dist/resources/Pipelines/MLAssociations/MLAssociations.js +46 -0
- package/dist/resources/Pipelines/MLAssociations/MLAssociations.js.map +1 -0
- package/dist/resources/Pipelines/MLAssociations/MLAssociationsInterfaces.js +3 -0
- package/dist/resources/Pipelines/MLAssociations/MLAssociationsInterfaces.js.map +1 -0
- package/dist/resources/Pipelines/MLAssociations/index.js +6 -0
- package/dist/resources/Pipelines/MLAssociations/index.js.map +1 -0
- package/dist/resources/Pipelines/Pipelines.js +61 -0
- package/dist/resources/Pipelines/Pipelines.js.map +1 -0
- package/dist/resources/Pipelines/PipelinesInterfaces.js +3 -0
- package/dist/resources/Pipelines/PipelinesInterfaces.js.map +1 -0
- package/dist/resources/Pipelines/ResultRankings/ResultRankings.js +60 -0
- package/dist/resources/Pipelines/ResultRankings/ResultRankings.js.map +1 -0
- package/dist/resources/Pipelines/ResultRankings/ResultRankingsInterfaces.js +3 -0
- package/dist/resources/Pipelines/ResultRankings/ResultRankingsInterfaces.js.map +1 -0
- package/dist/resources/Pipelines/ResultRankings/index.js +6 -0
- package/dist/resources/Pipelines/ResultRankings/index.js.map +1 -0
- package/dist/resources/Pipelines/StatementGroups/StatementGroups.js +48 -0
- package/dist/resources/Pipelines/StatementGroups/StatementGroups.js.map +1 -0
- package/dist/resources/Pipelines/StatementGroups/StatementGroupsInterfaces.js +8 -0
- package/dist/resources/Pipelines/StatementGroups/StatementGroupsInterfaces.js.map +1 -0
- package/dist/resources/Pipelines/StatementGroups/index.js +6 -0
- package/dist/resources/Pipelines/StatementGroups/index.js.map +1 -0
- package/dist/resources/Pipelines/Statements/Statements.js +56 -0
- package/dist/resources/Pipelines/Statements/Statements.js.map +1 -0
- package/dist/resources/Pipelines/Statements/StatementsInterfaces.js +3 -0
- package/dist/resources/Pipelines/Statements/StatementsInterfaces.js.map +1 -0
- package/dist/resources/Pipelines/Statements/index.js +6 -0
- package/dist/resources/Pipelines/Statements/index.js.map +1 -0
- package/dist/resources/Pipelines/index.js +12 -0
- package/dist/resources/Pipelines/index.js.map +1 -0
- package/dist/resources/PlatformResources.js +109 -0
- package/dist/resources/PlatformResources.js.map +1 -0
- package/dist/resources/PrivilegeEvaluator/PrivilegeEvaluator.js +23 -0
- package/dist/resources/PrivilegeEvaluator/PrivilegeEvaluator.js.map +1 -0
- package/dist/resources/PrivilegeEvaluator/PrivilegeEvaluatorInterfaces.js +15 -0
- package/dist/resources/PrivilegeEvaluator/PrivilegeEvaluatorInterfaces.js.map +1 -0
- package/dist/resources/PrivilegeEvaluator/index.js +6 -0
- package/dist/resources/PrivilegeEvaluator/index.js.map +1 -0
- package/dist/resources/Products/Product.js +18 -0
- package/dist/resources/Products/Product.js.map +1 -0
- package/dist/resources/Products/ProductInterfaces.js +3 -0
- package/dist/resources/Products/ProductInterfaces.js.map +1 -0
- package/dist/resources/Products/index.js +6 -0
- package/dist/resources/Products/index.js.map +1 -0
- package/dist/resources/PushApi/PushApi.js +34 -0
- package/dist/resources/PushApi/PushApi.js.map +1 -0
- package/dist/resources/PushApi/PushApiInterfaces.js +3 -0
- package/dist/resources/PushApi/PushApiInterfaces.js.map +1 -0
- package/dist/resources/PushApi/index.js +6 -0
- package/dist/resources/PushApi/index.js.map +1 -0
- package/dist/resources/Resource.js +25 -0
- package/dist/resources/Resource.js.map +1 -0
- package/dist/resources/ResourceSnapshots/ResourceSnapshots.js +145 -0
- package/dist/resources/ResourceSnapshots/ResourceSnapshots.js.map +1 -0
- package/dist/resources/ResourceSnapshots/ResourceSnapshotsInterfaces.js +87 -0
- package/dist/resources/ResourceSnapshots/ResourceSnapshotsInterfaces.js.map +1 -0
- package/dist/resources/ResourceSnapshots/index.js +6 -0
- package/dist/resources/ResourceSnapshots/index.js.map +1 -0
- package/dist/resources/Saml/Saml.js +36 -0
- package/dist/resources/Saml/Saml.js.map +1 -0
- package/dist/resources/Saml/SamlInterfaces.js +3 -0
- package/dist/resources/Saml/SamlInterfaces.js.map +1 -0
- package/dist/resources/Saml/index.js +6 -0
- package/dist/resources/Saml/index.js.map +1 -0
- package/dist/resources/SchemaService/SchemaService.js +85 -0
- package/dist/resources/SchemaService/SchemaService.js.map +1 -0
- package/dist/resources/SchemaService/SchemaServiceInterfaces.js +3 -0
- package/dist/resources/SchemaService/SchemaServiceInterfaces.js.map +1 -0
- package/dist/resources/SchemaService/index.js +6 -0
- package/dist/resources/SchemaService/index.js.map +1 -0
- package/dist/resources/Search/Search.js +37 -0
- package/dist/resources/Search/Search.js.map +1 -0
- package/dist/resources/Search/SearchInterfaces.js +3 -0
- package/dist/resources/Search/SearchInterfaces.js.map +1 -0
- package/dist/resources/Search/index.js +6 -0
- package/dist/resources/Search/index.js.map +1 -0
- package/dist/resources/SearchInterfaces/SearchInterfaces.js +49 -0
- package/dist/resources/SearchInterfaces/SearchInterfaces.js.map +1 -0
- package/dist/resources/SearchInterfaces/SearchInterfaces.model.js +3 -0
- package/dist/resources/SearchInterfaces/SearchInterfaces.model.js.map +1 -0
- package/dist/resources/SearchInterfaces/index.js +6 -0
- package/dist/resources/SearchInterfaces/index.js.map +1 -0
- package/dist/resources/SearchPages/SearchPages.js +60 -0
- package/dist/resources/SearchPages/SearchPages.js.map +1 -0
- package/dist/resources/SearchPages/SearchPagesInterfaces.js +3 -0
- package/dist/resources/SearchPages/SearchPagesInterfaces.js.map +1 -0
- package/dist/resources/SearchPages/index.js +6 -0
- package/dist/resources/SearchPages/index.js.map +1 -0
- package/dist/resources/SearchUsageMetrics/LicenseMetrics/LicenseMetrics.js +21 -0
- package/dist/resources/SearchUsageMetrics/LicenseMetrics/LicenseMetrics.js.map +1 -0
- package/dist/resources/SearchUsageMetrics/LicenseMetrics/LicenseMetricsInterface.js +3 -0
- package/dist/resources/SearchUsageMetrics/LicenseMetrics/LicenseMetricsInterface.js.map +1 -0
- package/dist/resources/SearchUsageMetrics/LicenseMetrics/index.js +6 -0
- package/dist/resources/SearchUsageMetrics/LicenseMetrics/index.js.map +1 -0
- package/dist/resources/SearchUsageMetrics/RawMetrics/RawMetrics.js +45 -0
- package/dist/resources/SearchUsageMetrics/RawMetrics/RawMetrics.js.map +1 -0
- package/dist/resources/SearchUsageMetrics/RawMetrics/RawMetricsInterface.js +3 -0
- package/dist/resources/SearchUsageMetrics/RawMetrics/RawMetricsInterface.js.map +1 -0
- package/dist/resources/SearchUsageMetrics/RawMetrics/index.js +6 -0
- package/dist/resources/SearchUsageMetrics/RawMetrics/index.js.map +1 -0
- package/dist/resources/SearchUsageMetrics/SearchHubs/SearchHubs.js +39 -0
- package/dist/resources/SearchUsageMetrics/SearchHubs/SearchHubs.js.map +1 -0
- package/dist/resources/SearchUsageMetrics/SearchHubs/SearchHubsInterface.js +3 -0
- package/dist/resources/SearchUsageMetrics/SearchHubs/SearchHubsInterface.js.map +1 -0
- package/dist/resources/SearchUsageMetrics/SearchHubs/index.js +6 -0
- package/dist/resources/SearchUsageMetrics/SearchHubs/index.js.map +1 -0
- package/dist/resources/SearchUsageMetrics/SearchUsageMetrics.js +22 -0
- package/dist/resources/SearchUsageMetrics/SearchUsageMetrics.js.map +1 -0
- package/dist/resources/SearchUsageMetrics/index.js +8 -0
- package/dist/resources/SearchUsageMetrics/index.js.map +1 -0
- package/dist/resources/SecurityCache/SecurityCache.js +80 -0
- package/dist/resources/SecurityCache/SecurityCache.js.map +1 -0
- package/dist/resources/SecurityCache/SecurityCacheInterfaces.js +3 -0
- package/dist/resources/SecurityCache/SecurityCacheInterfaces.js.map +1 -0
- package/dist/resources/SecurityCache/index.js +6 -0
- package/dist/resources/SecurityCache/index.js.map +1 -0
- package/dist/resources/Sources/Sources.js +123 -0
- package/dist/resources/Sources/Sources.js.map +1 -0
- package/dist/resources/Sources/SourcesDatasets/SourcesDatasets.js +30 -0
- package/dist/resources/Sources/SourcesDatasets/SourcesDatasets.js.map +1 -0
- package/dist/resources/Sources/SourcesDatasets/SourcesDatasetsInterfaces.js +35 -0
- package/dist/resources/Sources/SourcesDatasets/SourcesDatasetsInterfaces.js.map +1 -0
- package/dist/resources/Sources/SourcesDatasets/index.js +6 -0
- package/dist/resources/Sources/SourcesDatasets/index.js.map +1 -0
- package/dist/resources/Sources/SourcesFields/SourcesFields.js +28 -0
- package/dist/resources/Sources/SourcesFields/SourcesFields.js.map +1 -0
- package/dist/resources/Sources/SourcesFields/SourcesFieldsInterfaces.js +3 -0
- package/dist/resources/Sources/SourcesFields/SourcesFieldsInterfaces.js.map +1 -0
- package/dist/resources/Sources/SourcesFields/index.js +6 -0
- package/dist/resources/Sources/SourcesFields/index.js.map +1 -0
- package/dist/resources/Sources/SourcesInterfaces.js +5 -0
- package/dist/resources/Sources/SourcesInterfaces.js.map +1 -0
- package/dist/resources/Sources/SourcesMappings/SourcesMappings.js +22 -0
- package/dist/resources/Sources/SourcesMappings/SourcesMappings.js.map +1 -0
- package/dist/resources/Sources/SourcesMappings/SourcesMappingsInterfaces.js +3 -0
- package/dist/resources/Sources/SourcesMappings/SourcesMappingsInterfaces.js.map +1 -0
- package/dist/resources/Sources/SourcesMappings/index.js +6 -0
- package/dist/resources/Sources/SourcesMappings/index.js.map +1 -0
- package/dist/resources/Sources/SourcesMetadata/SourcesMetadata.js +24 -0
- package/dist/resources/Sources/SourcesMetadata/SourcesMetadata.js.map +1 -0
- package/dist/resources/Sources/SourcesMetadata/SourcesMetadataInterfaces.js +3 -0
- package/dist/resources/Sources/SourcesMetadata/SourcesMetadataInterfaces.js.map +1 -0
- package/dist/resources/Sources/SourcesMetadata/index.js +6 -0
- package/dist/resources/Sources/SourcesMetadata/index.js.map +1 -0
- package/dist/resources/Sources/SourcesSubInterfaces/Address.js +3 -0
- package/dist/resources/Sources/SourcesSubInterfaces/Address.js.map +1 -0
- package/dist/resources/Sources/SourcesSubInterfaces/Authentification.js +3 -0
- package/dist/resources/Sources/SourcesSubInterfaces/Authentification.js.map +1 -0
- package/dist/resources/Sources/SourcesSubInterfaces/Document.js +3 -0
- package/dist/resources/Sources/SourcesSubInterfaces/Document.js.map +1 -0
- package/dist/resources/Sources/SourcesSubInterfaces/Error.js +3 -0
- package/dist/resources/Sources/SourcesSubInterfaces/Error.js.map +1 -0
- package/dist/resources/Sources/SourcesSubInterfaces/ExtendedDataFile.js +3 -0
- package/dist/resources/Sources/SourcesSubInterfaces/ExtendedDataFile.js.map +1 -0
- package/dist/resources/Sources/SourcesSubInterfaces/Extension.js +3 -0
- package/dist/resources/Sources/SourcesSubInterfaces/Extension.js.map +1 -0
- package/dist/resources/Sources/SourcesSubInterfaces/Information.js +3 -0
- package/dist/resources/Sources/SourcesSubInterfaces/Information.js.map +1 -0
- package/dist/resources/Sources/SourcesSubInterfaces/Parameter.js +3 -0
- package/dist/resources/Sources/SourcesSubInterfaces/Parameter.js.map +1 -0
- package/dist/resources/Sources/SourcesSubInterfaces/Permission.js +3 -0
- package/dist/resources/Sources/SourcesSubInterfaces/Permission.js.map +1 -0
- package/dist/resources/Sources/SourcesSubInterfaces/Url.js +3 -0
- package/dist/resources/Sources/SourcesSubInterfaces/Url.js.map +1 -0
- package/dist/resources/Sources/SourcesSubInterfaces/User.js +3 -0
- package/dist/resources/Sources/SourcesSubInterfaces/User.js.map +1 -0
- package/dist/resources/Sources/SourcesSubInterfaces/index.js +15 -0
- package/dist/resources/Sources/SourcesSubInterfaces/index.js.map +1 -0
- package/dist/resources/Sources/index.js +10 -0
- package/dist/resources/Sources/index.js.map +1 -0
- package/dist/resources/TableauService/ContentQuery/ContentQuery.js +23 -0
- package/dist/resources/TableauService/ContentQuery/ContentQuery.js.map +1 -0
- package/dist/resources/TableauService/ContentQuery/ContentQueryInterfaces.js +3 -0
- package/dist/resources/TableauService/ContentQuery/ContentQueryInterfaces.js.map +1 -0
- package/dist/resources/TableauService/ContentQuery/index.js +6 -0
- package/dist/resources/TableauService/ContentQuery/index.js.map +1 -0
- package/dist/resources/TableauService/TableauService.js +18 -0
- package/dist/resources/TableauService/TableauService.js.map +1 -0
- package/dist/resources/TableauService/index.js +6 -0
- package/dist/resources/TableauService/index.js.map +1 -0
- package/dist/resources/UsageAnalytics/Read/Administration/Administration.js +26 -0
- package/dist/resources/UsageAnalytics/Read/Administration/Administration.js.map +1 -0
- package/dist/resources/UsageAnalytics/Read/Administration/AdministrationInterfaces.js +3 -0
- package/dist/resources/UsageAnalytics/Read/Administration/AdministrationInterfaces.js.map +1 -0
- package/dist/resources/UsageAnalytics/Read/Administration/index.js +6 -0
- package/dist/resources/UsageAnalytics/Read/Administration/index.js.map +1 -0
- package/dist/resources/UsageAnalytics/Read/DataShare/DataShare.js +26 -0
- package/dist/resources/UsageAnalytics/Read/DataShare/DataShare.js.map +1 -0
- package/dist/resources/UsageAnalytics/Read/DataShare/DataShareInterfaces.js +3 -0
- package/dist/resources/UsageAnalytics/Read/DataShare/DataShareInterfaces.js.map +1 -0
- package/dist/resources/UsageAnalytics/Read/DataShare/index.js +6 -0
- package/dist/resources/UsageAnalytics/Read/DataShare/index.js.map +1 -0
- package/dist/resources/UsageAnalytics/Read/Dimensions/Dimensions.js +61 -0
- package/dist/resources/UsageAnalytics/Read/Dimensions/Dimensions.js.map +1 -0
- package/dist/resources/UsageAnalytics/Read/Dimensions/DimensionsInterfaces.js +3 -0
- package/dist/resources/UsageAnalytics/Read/Dimensions/DimensionsInterfaces.js.map +1 -0
- package/dist/resources/UsageAnalytics/Read/Dimensions/index.js +6 -0
- package/dist/resources/UsageAnalytics/Read/Dimensions/index.js.map +1 -0
- package/dist/resources/UsageAnalytics/Read/Exports/Exports.js +60 -0
- package/dist/resources/UsageAnalytics/Read/Exports/Exports.js.map +1 -0
- package/dist/resources/UsageAnalytics/Read/Exports/ExportsInterfaces.js +3 -0
- package/dist/resources/UsageAnalytics/Read/Exports/ExportsInterfaces.js.map +1 -0
- package/dist/resources/UsageAnalytics/Read/Exports/index.js +6 -0
- package/dist/resources/UsageAnalytics/Read/Exports/index.js.map +1 -0
- package/dist/resources/UsageAnalytics/Read/Filters/Filters.js +112 -0
- package/dist/resources/UsageAnalytics/Read/Filters/Filters.js.map +1 -0
- package/dist/resources/UsageAnalytics/Read/Filters/FiltersInterfaces.js +3 -0
- package/dist/resources/UsageAnalytics/Read/Filters/FiltersInterfaces.js.map +1 -0
- package/dist/resources/UsageAnalytics/Read/Filters/index.js +6 -0
- package/dist/resources/UsageAnalytics/Read/Filters/index.js.map +1 -0
- package/dist/resources/UsageAnalytics/Read/Reports/Reports.js +100 -0
- package/dist/resources/UsageAnalytics/Read/Reports/Reports.js.map +1 -0
- package/dist/resources/UsageAnalytics/Read/Reports/ReportsInterfaces.js +9 -0
- package/dist/resources/UsageAnalytics/Read/Reports/ReportsInterfaces.js.map +1 -0
- package/dist/resources/UsageAnalytics/Read/Reports/index.js +6 -0
- package/dist/resources/UsageAnalytics/Read/Reports/index.js.map +1 -0
- package/dist/resources/UsageAnalytics/Read/Snowflake/Snowflake.js +47 -0
- package/dist/resources/UsageAnalytics/Read/Snowflake/Snowflake.js.map +1 -0
- package/dist/resources/UsageAnalytics/Read/Snowflake/SnowflakeInterfaces.js +3 -0
- package/dist/resources/UsageAnalytics/Read/Snowflake/SnowflakeInterfaces.js.map +1 -0
- package/dist/resources/UsageAnalytics/Read/Snowflake/index.js +6 -0
- package/dist/resources/UsageAnalytics/Read/Snowflake/index.js.map +1 -0
- package/dist/resources/UsageAnalytics/Read/Statistics/Statistics.js +53 -0
- package/dist/resources/UsageAnalytics/Read/Statistics/Statistics.js.map +1 -0
- package/dist/resources/UsageAnalytics/Read/Statistics/StatisticsInterfaces.js +3 -0
- package/dist/resources/UsageAnalytics/Read/Statistics/StatisticsInterfaces.js.map +1 -0
- package/dist/resources/UsageAnalytics/Read/Statistics/index.js +6 -0
- package/dist/resources/UsageAnalytics/Read/Statistics/index.js.map +1 -0
- package/dist/resources/UsageAnalytics/Read/Users/Users.js +35 -0
- package/dist/resources/UsageAnalytics/Read/Users/Users.js.map +1 -0
- package/dist/resources/UsageAnalytics/Read/Users/UsersInterfaces.js +3 -0
- package/dist/resources/UsageAnalytics/Read/Users/UsersInterfaces.js.map +1 -0
- package/dist/resources/UsageAnalytics/Read/Users/index.js +6 -0
- package/dist/resources/UsageAnalytics/Read/Users/index.js.map +1 -0
- package/dist/resources/UsageAnalytics/Read/index.js +13 -0
- package/dist/resources/UsageAnalytics/Read/index.js.map +1 -0
- package/dist/resources/UsageAnalytics/UsageAnalytics.js +32 -0
- package/dist/resources/UsageAnalytics/UsageAnalytics.js.map +1 -0
- package/dist/resources/UsageAnalytics/index.js +6 -0
- package/dist/resources/UsageAnalytics/index.js.map +1 -0
- package/dist/resources/Users/User.js +26 -0
- package/dist/resources/Users/User.js.map +1 -0
- package/dist/resources/Users/UserInterfaces.js +3 -0
- package/dist/resources/Users/UserInterfaces.js.map +1 -0
- package/dist/resources/Users/index.js +6 -0
- package/dist/resources/Users/index.js.map +1 -0
- package/dist/resources/Vaults/Vaults.js +55 -0
- package/dist/resources/Vaults/Vaults.js.map +1 -0
- package/dist/resources/Vaults/VaultsInterfaces.js +3 -0
- package/dist/resources/Vaults/VaultsInterfaces.js.map +1 -0
- package/dist/resources/Vaults/index.js +6 -0
- package/dist/resources/Vaults/index.js.map +1 -0
- package/dist/resources/index.js +48 -0
- package/dist/resources/index.js.map +1 -0
- package/dist/utils/FormData.js +17 -0
- package/dist/utils/FormData.js.map +1 -0
- package/dist/utils/Retriever.js +5 -0
- package/dist/utils/Retriever.js.map +1 -0
- package/dist/utils/WithRequired.js +3 -0
- package/dist/utils/WithRequired.js.map +1 -0
- package/dist/utils/index.js +6 -0
- package/dist/utils/index.js.map +1 -0
- package/dist/utils/normalizePaginatedOptions.js +25 -0
- package/dist/utils/normalizePaginatedOptions.js.map +1 -0
- package/package.json +84 -0
|
@@ -0,0 +1,101 @@
|
|
|
1
|
+
import { CSVFileFormat, DayOfWeek, ExportScheduleFrequency, ExportStatus, ExportTablesType } from '../../../Enums';
|
|
2
|
+
export interface ExportModel {
|
|
3
|
+
id: string;
|
|
4
|
+
author: string;
|
|
5
|
+
downloadLink?: string;
|
|
6
|
+
startDate: number;
|
|
7
|
+
from: number;
|
|
8
|
+
to: number;
|
|
9
|
+
filters: Record<string, string>;
|
|
10
|
+
description: string;
|
|
11
|
+
size: number;
|
|
12
|
+
status: ExportStatus;
|
|
13
|
+
tables?: string[];
|
|
14
|
+
downloadable: boolean;
|
|
15
|
+
dimensions?: string[];
|
|
16
|
+
replayable?: boolean;
|
|
17
|
+
usingDisplayNames?: boolean;
|
|
18
|
+
scheduleId?: string;
|
|
19
|
+
}
|
|
20
|
+
export interface ExportEstimateModel {
|
|
21
|
+
estimates: Record<string, number>;
|
|
22
|
+
}
|
|
23
|
+
export interface ExportDownloadLink {
|
|
24
|
+
/**
|
|
25
|
+
* The export's unique identifier
|
|
26
|
+
*/
|
|
27
|
+
id: string;
|
|
28
|
+
/**
|
|
29
|
+
* The export download link. Only appears when export is ready
|
|
30
|
+
*/
|
|
31
|
+
downloadLink?: string;
|
|
32
|
+
}
|
|
33
|
+
interface EstimateExportCommonParams {
|
|
34
|
+
from: string;
|
|
35
|
+
to: string;
|
|
36
|
+
/**
|
|
37
|
+
* The filter that will be applied to the events common dimensions (shared by all types of events).
|
|
38
|
+
* Multiple filter parameters are joined with the AND operator.
|
|
39
|
+
*/
|
|
40
|
+
f?: string[];
|
|
41
|
+
}
|
|
42
|
+
export interface EstimateExportParams extends EstimateExportCommonParams {
|
|
43
|
+
tables?: ExportTablesType[];
|
|
44
|
+
/**
|
|
45
|
+
* The filter that will be applied to the click and search events dimensions.
|
|
46
|
+
* Multiple filter parameters are joined with the AND operator.
|
|
47
|
+
*/
|
|
48
|
+
fs?: string[];
|
|
49
|
+
/**
|
|
50
|
+
* The filter that will be applied to the custom events dimensions.
|
|
51
|
+
* Multiple filter parameters are joined with the AND operator.
|
|
52
|
+
*/
|
|
53
|
+
fc?: string[];
|
|
54
|
+
}
|
|
55
|
+
export interface EstimateVisitExportParams extends EstimateExportCommonParams {
|
|
56
|
+
hideEventFilters?: string[];
|
|
57
|
+
/**
|
|
58
|
+
* The filter that will be applied to dimensions to exclude events from the results.
|
|
59
|
+
* Multiple filter parameters are joined with the AND operator.
|
|
60
|
+
*/
|
|
61
|
+
fn?: string[];
|
|
62
|
+
}
|
|
63
|
+
interface GenerateExportCommonParams {
|
|
64
|
+
filename?: string;
|
|
65
|
+
/**
|
|
66
|
+
* Export's description.
|
|
67
|
+
*/
|
|
68
|
+
d?: string;
|
|
69
|
+
dimensions?: string[];
|
|
70
|
+
format?: CSVFileFormat;
|
|
71
|
+
useDisplayNames?: boolean;
|
|
72
|
+
}
|
|
73
|
+
export declare type GenerateExportParams = EstimateExportParams & GenerateExportCommonParams;
|
|
74
|
+
export declare type GenerateVisitExportParams = EstimateVisitExportParams & GenerateExportCommonParams & {
|
|
75
|
+
ordered?: boolean;
|
|
76
|
+
};
|
|
77
|
+
interface ScheduleCommonProperties {
|
|
78
|
+
frequency: ExportScheduleFrequency;
|
|
79
|
+
dayOfWeek?: DayOfWeek;
|
|
80
|
+
timezone: string;
|
|
81
|
+
dimensions?: string[];
|
|
82
|
+
usingDisplayNames?: boolean;
|
|
83
|
+
notificationsEmails?: string[];
|
|
84
|
+
}
|
|
85
|
+
export interface ExportScheduleModel extends ScheduleCommonProperties {
|
|
86
|
+
id: string;
|
|
87
|
+
author: string;
|
|
88
|
+
filters: Record<string, string>;
|
|
89
|
+
tables?: string[];
|
|
90
|
+
description: string;
|
|
91
|
+
errorInfo?: Record<string, string>;
|
|
92
|
+
}
|
|
93
|
+
export interface CreateExportScheduleModel extends ScheduleCommonProperties {
|
|
94
|
+
commonFilters?: string[];
|
|
95
|
+
searchesFilters?: string[];
|
|
96
|
+
customEventsFilters?: string[];
|
|
97
|
+
description?: string;
|
|
98
|
+
tables?: ExportTablesType[];
|
|
99
|
+
exportFormat?: CSVFileFormat;
|
|
100
|
+
}
|
|
101
|
+
export {};
|
|
@@ -0,0 +1,71 @@
|
|
|
1
|
+
import Resource from '../../../Resource';
|
|
2
|
+
import { CreatePermissionsFilterModel, CreatePermissionsFilterResponse, CreateReportingFilterModel, CreateReportingFilterResponse, FilterResponse, FilterServiceHealthResponse, FilterServiceStatusResponse, FilterTargetsModel, FilterTargetsResponse, ListFiltersResponse, PermissionsFilterUser, UpdatePermissionsFilterModel, UpdateReportingFilterModel } from './FiltersInterfaces';
|
|
3
|
+
export default class Filters extends Resource {
|
|
4
|
+
static baseUrl: string;
|
|
5
|
+
static reportingBaseUrl: string;
|
|
6
|
+
static permissionsBaseUrl: string;
|
|
7
|
+
/**
|
|
8
|
+
* Get all reporting filters
|
|
9
|
+
*/
|
|
10
|
+
listReportFilters(): Promise<ListFiltersResponse>;
|
|
11
|
+
/**
|
|
12
|
+
* Get a reporting filter
|
|
13
|
+
*/
|
|
14
|
+
getReportFilter(id: string): Promise<FilterResponse>;
|
|
15
|
+
/**
|
|
16
|
+
* Create a reporting filter
|
|
17
|
+
*/
|
|
18
|
+
createReportFilter(filter: CreateReportingFilterModel): Promise<CreateReportingFilterResponse>;
|
|
19
|
+
/**
|
|
20
|
+
* Update a reporting filter
|
|
21
|
+
*/
|
|
22
|
+
updateReportFilter(id: string, filter: UpdateReportingFilterModel): Promise<CreateReportingFilterResponse>;
|
|
23
|
+
/**
|
|
24
|
+
* Delete a reporting filter
|
|
25
|
+
*/
|
|
26
|
+
deleteReportFilter(id: string): Promise<Record<string, unknown>>;
|
|
27
|
+
/**
|
|
28
|
+
* Get all permission filters
|
|
29
|
+
*/
|
|
30
|
+
listPermissionFilters(): Promise<ListFiltersResponse>;
|
|
31
|
+
/**
|
|
32
|
+
* Get a permission filter
|
|
33
|
+
*/
|
|
34
|
+
getPermissionFilter(id: string): Promise<FilterResponse>;
|
|
35
|
+
/**
|
|
36
|
+
* Create a permission filter
|
|
37
|
+
*/
|
|
38
|
+
createPermissionFilter(filter: CreatePermissionsFilterModel): Promise<CreatePermissionsFilterResponse>;
|
|
39
|
+
/**
|
|
40
|
+
* Update a permission filter
|
|
41
|
+
*/
|
|
42
|
+
updatePermissionFilter(id: string, filter: UpdatePermissionsFilterModel): Promise<CreatePermissionsFilterResponse>;
|
|
43
|
+
/**
|
|
44
|
+
* Delete a permission filter
|
|
45
|
+
*/
|
|
46
|
+
deletePermissionFilter(id: string): Promise<Record<string, unknown>>;
|
|
47
|
+
/**
|
|
48
|
+
* Get the users of a permission filters
|
|
49
|
+
*/
|
|
50
|
+
getPermissionFilterUsers(id: string): Promise<PermissionsFilterUser[]>;
|
|
51
|
+
/**
|
|
52
|
+
* Set the users of a permission filter
|
|
53
|
+
*/
|
|
54
|
+
updatePermissionFilterUsers(id: string, users: string[]): Promise<Record<string, unknown>>;
|
|
55
|
+
/**
|
|
56
|
+
* Get the targets of a permission filters
|
|
57
|
+
*/
|
|
58
|
+
getPermissionFilterTargets(id: string): Promise<FilterTargetsResponse[]>;
|
|
59
|
+
/**
|
|
60
|
+
* Set the targets of a permission filter
|
|
61
|
+
*/
|
|
62
|
+
updatePermissionFilterTargets(id: string, targets: FilterTargetsModel): Promise<Record<string, unknown>>;
|
|
63
|
+
/**
|
|
64
|
+
* Health check for the filter service
|
|
65
|
+
*/
|
|
66
|
+
healthcheck(): Promise<FilterServiceHealthResponse>;
|
|
67
|
+
/**
|
|
68
|
+
* Get the filter service status
|
|
69
|
+
*/
|
|
70
|
+
status(): Promise<FilterServiceStatusResponse>;
|
|
71
|
+
}
|
|
@@ -0,0 +1,67 @@
|
|
|
1
|
+
import { GroupResponse, UserResponse } from '../Reports';
|
|
2
|
+
export interface FilterModel {
|
|
3
|
+
/** The display name of the filter. */
|
|
4
|
+
displayName: string;
|
|
5
|
+
/** The actual value of the filter. */
|
|
6
|
+
value: string;
|
|
7
|
+
}
|
|
8
|
+
export interface FilterResponse {
|
|
9
|
+
/** The filter id. */
|
|
10
|
+
id: string;
|
|
11
|
+
/** The filter display name. */
|
|
12
|
+
displayName: string;
|
|
13
|
+
/** The filter account. */
|
|
14
|
+
account: string;
|
|
15
|
+
/** The filter type. Can be 'permissions' or 'reporting'. */
|
|
16
|
+
type: string;
|
|
17
|
+
/** The actual filter. */
|
|
18
|
+
value: string;
|
|
19
|
+
}
|
|
20
|
+
export declare type CreateReportingFilterModel = FilterModel;
|
|
21
|
+
export declare type CreateReportingFilterResponse = Pick<FilterResponse, 'id'>;
|
|
22
|
+
export declare type UpdateReportingFilterModel = CreateReportingFilterModel;
|
|
23
|
+
export declare type UpdateReportingFilterResponse = CreateReportingFilterResponse;
|
|
24
|
+
export declare type CreatePermissionsFilterModel = FilterModel;
|
|
25
|
+
export declare type CreatePermissionsFilterResponse = Pick<FilterResponse, 'id'>;
|
|
26
|
+
export declare type UpdatePermissionsFilterModel = CreatePermissionsFilterModel;
|
|
27
|
+
export declare type UpdatePermissionsFilterResponse = CreatePermissionsFilterResponse;
|
|
28
|
+
export interface ListFiltersResponse {
|
|
29
|
+
/** A list of filters */
|
|
30
|
+
filters: FilterModel[];
|
|
31
|
+
}
|
|
32
|
+
export interface PermissionsFilterUser {
|
|
33
|
+
/** The user id. */
|
|
34
|
+
userId: string;
|
|
35
|
+
/** The account. */
|
|
36
|
+
account: string;
|
|
37
|
+
/** Permissions for the user */
|
|
38
|
+
permissions: PermissionsFilterUserPermissions[];
|
|
39
|
+
/** Related reports */
|
|
40
|
+
reportIds: unknown[];
|
|
41
|
+
}
|
|
42
|
+
export interface PermissionsFilterUserPermissions {
|
|
43
|
+
/** The permission filter. */
|
|
44
|
+
permission: string;
|
|
45
|
+
/** Whether the permission field is the unique ID. */
|
|
46
|
+
filterId: boolean;
|
|
47
|
+
}
|
|
48
|
+
export interface FilterTargetsModel {
|
|
49
|
+
/** The ids of the users targeted by the filter. */
|
|
50
|
+
targetedUsers: string[];
|
|
51
|
+
/** The ids of the groups targeted by the filter. */
|
|
52
|
+
targetedGroups: string[];
|
|
53
|
+
}
|
|
54
|
+
export interface FilterTargetsResponse {
|
|
55
|
+
/** The users targeted by the filter. */
|
|
56
|
+
targetedUsers: UserResponse[];
|
|
57
|
+
/** The groups targeted by the filter. */
|
|
58
|
+
targetedGroups: GroupResponse[];
|
|
59
|
+
}
|
|
60
|
+
export interface FilterServiceHealthResponse {
|
|
61
|
+
/** The health of the service */
|
|
62
|
+
status: 'UP' | 'DOWN';
|
|
63
|
+
}
|
|
64
|
+
export interface FilterServiceStatusResponse {
|
|
65
|
+
/** The status of the service */
|
|
66
|
+
status: 'online' | 'offline';
|
|
67
|
+
}
|
|
@@ -0,0 +1,58 @@
|
|
|
1
|
+
import { ReportType } from '../../../Enums';
|
|
2
|
+
import Resource from '../../../Resource';
|
|
3
|
+
import { CreateReportModel, CreateReportResponse, GetReportOptions, GetReportTemplateOptions, ListReportsOptions, ListReportsResponse, ReportAccessRequest, ReportAccessResponse, ReportModel, TemplateResponse, ReportUsersResponse, StatusResponse, TemplateMetadataResponse, UpdateReportModel } from './ReportsInterfaces';
|
|
4
|
+
export default class Reports extends Resource {
|
|
5
|
+
static baseUrl: string;
|
|
6
|
+
/**
|
|
7
|
+
* Get the persisted reports of one or all types
|
|
8
|
+
*/
|
|
9
|
+
list(options?: ListReportsOptions): Promise<ListReportsResponse>;
|
|
10
|
+
/**
|
|
11
|
+
* Get a report
|
|
12
|
+
*/
|
|
13
|
+
get(id: string, options?: GetReportOptions): Promise<ReportModel>;
|
|
14
|
+
/**
|
|
15
|
+
* Create a report
|
|
16
|
+
*/
|
|
17
|
+
create(report: CreateReportModel): Promise<CreateReportResponse>;
|
|
18
|
+
/**
|
|
19
|
+
* Update a report
|
|
20
|
+
*/
|
|
21
|
+
update(id: string, report: UpdateReportModel): Promise<CreateReportModel>;
|
|
22
|
+
/**
|
|
23
|
+
* Delete a report
|
|
24
|
+
*/
|
|
25
|
+
delete(id: string): Promise<Record<string, unknown>>;
|
|
26
|
+
/**
|
|
27
|
+
* Get the users and groups who can view a report
|
|
28
|
+
*/
|
|
29
|
+
getAccess(reportId: string): Promise<ReportAccessResponse>;
|
|
30
|
+
/**
|
|
31
|
+
* Set the users and groups who are allowed to view a report
|
|
32
|
+
*/
|
|
33
|
+
setAccess(reportId: string, reportAccess: ReportAccessRequest): Promise<Record<string, unknown>>;
|
|
34
|
+
/**
|
|
35
|
+
* Get the users who can view a report
|
|
36
|
+
*/
|
|
37
|
+
getUsers(reportId: string): Promise<ReportUsersResponse>;
|
|
38
|
+
/**
|
|
39
|
+
* Set the users who are allowed to view a report
|
|
40
|
+
*/
|
|
41
|
+
setUsers(reportId: string, userIds: string[]): Promise<Record<string, unknown>>;
|
|
42
|
+
/**
|
|
43
|
+
* Health check for the reports service
|
|
44
|
+
*/
|
|
45
|
+
healthcheck(): Promise<StatusResponse>;
|
|
46
|
+
/**
|
|
47
|
+
* Get a report template
|
|
48
|
+
*/
|
|
49
|
+
getReportTemplate(templateId: string, options?: GetReportTemplateOptions): Promise<TemplateResponse[]>;
|
|
50
|
+
/**
|
|
51
|
+
* Get metadata about available report templates
|
|
52
|
+
*/
|
|
53
|
+
listReportTemplates(type: ReportType, options?: GetReportTemplateOptions): Promise<TemplateMetadataResponse[]>;
|
|
54
|
+
/**
|
|
55
|
+
* Get the reports service status
|
|
56
|
+
*/
|
|
57
|
+
getServiceStatus(): Promise<StatusResponse>;
|
|
58
|
+
}
|
|
@@ -0,0 +1,99 @@
|
|
|
1
|
+
import { ReportType } from '../../../Enums';
|
|
2
|
+
export interface ReportModel {
|
|
3
|
+
/** The report id */
|
|
4
|
+
id: string;
|
|
5
|
+
/** The report account */
|
|
6
|
+
account: string;
|
|
7
|
+
/** The display name of the report */
|
|
8
|
+
displayName: string;
|
|
9
|
+
/** The type of the report. Must be either 'explorer' or 'dashboard'. */
|
|
10
|
+
type: ReportType;
|
|
11
|
+
/** Whether the report should be available to all analytics viewer. */
|
|
12
|
+
allAnalyticsViewer: boolean;
|
|
13
|
+
/** The configuration of the report. Must be a json. */
|
|
14
|
+
configuration: Record<string, unknown>;
|
|
15
|
+
/** The ids of the persisted filters associated with the report. */
|
|
16
|
+
filters: string[];
|
|
17
|
+
}
|
|
18
|
+
export declare type CreateReportModel = Omit<ReportModel, 'id' | 'account'>;
|
|
19
|
+
export declare type CreateReportResponse = Pick<ReportModel, 'id'>;
|
|
20
|
+
export interface GetReportOptions {
|
|
21
|
+
/** Timezone used for calculations. */
|
|
22
|
+
tz?: string;
|
|
23
|
+
}
|
|
24
|
+
export declare type UpdateReportModel = CreateReportModel;
|
|
25
|
+
export declare type UpdateReportResponse = CreateReportResponse;
|
|
26
|
+
export interface ListReportsOptions {
|
|
27
|
+
/** The type of the report. Must be either 'explorer' or 'dashboard'. */
|
|
28
|
+
type?: ReportType;
|
|
29
|
+
/** Whether to include the detailed configuration of the report in the response. */
|
|
30
|
+
includeConfig?: boolean;
|
|
31
|
+
}
|
|
32
|
+
export interface ListReportsResponse {
|
|
33
|
+
/** A collection of report configurations */
|
|
34
|
+
reports: ReportModel[];
|
|
35
|
+
}
|
|
36
|
+
export declare enum ReportAccessType {
|
|
37
|
+
Public = "PUBLIC",
|
|
38
|
+
Private = "PRIVATE"
|
|
39
|
+
}
|
|
40
|
+
export interface ReportAccessResponse {
|
|
41
|
+
/** The access type of the report. Can be PUBLIC or PRIVATE. */
|
|
42
|
+
accessType: ReportAccessType;
|
|
43
|
+
/** The users allowed to access the specified report. */
|
|
44
|
+
allowedUsers: UserResponse[];
|
|
45
|
+
/** The groups allowed to access the specified report. */
|
|
46
|
+
allowedGroups: GroupResponse[];
|
|
47
|
+
}
|
|
48
|
+
export interface ReportAccessRequest {
|
|
49
|
+
/** Whether the report is public or private. Allowed values are 'PUBLIC', 'PRIVATE'. */
|
|
50
|
+
accessType: ReportAccessType;
|
|
51
|
+
/** The ids of the users allowed to access the report. */
|
|
52
|
+
allowedUsers: string[];
|
|
53
|
+
/** The ids of the groups allowed to access the report. */
|
|
54
|
+
allowedGroups: string[];
|
|
55
|
+
}
|
|
56
|
+
export interface ReportUsersResponse {
|
|
57
|
+
/** The access type of the report. Can be PUBLIC or PRIVATE. */
|
|
58
|
+
access: ReportAccessType;
|
|
59
|
+
/** The users allowed to access the specified report. */
|
|
60
|
+
allowedUsers: UserResponse[];
|
|
61
|
+
}
|
|
62
|
+
interface AccountMetaModel {
|
|
63
|
+
/** The filters that are applied to the user */
|
|
64
|
+
filters: string[];
|
|
65
|
+
/** The reports the user can view. */
|
|
66
|
+
reports: string[];
|
|
67
|
+
}
|
|
68
|
+
export interface UserResponse extends AccountMetaModel {
|
|
69
|
+
/** The user id */
|
|
70
|
+
userId: string;
|
|
71
|
+
/** The user account */
|
|
72
|
+
account: string;
|
|
73
|
+
}
|
|
74
|
+
export interface GroupResponse extends AccountMetaModel {
|
|
75
|
+
/** The group id */
|
|
76
|
+
groupId: string;
|
|
77
|
+
/** The group account */
|
|
78
|
+
account: string;
|
|
79
|
+
}
|
|
80
|
+
export declare type StatusResponse = Record<string, unknown>;
|
|
81
|
+
export interface GetReportTemplateOptions {
|
|
82
|
+
/** Whether to include metadata about the report template */
|
|
83
|
+
includeMetadata?: boolean;
|
|
84
|
+
}
|
|
85
|
+
export interface TemplateMetadataResponse {
|
|
86
|
+
/** The template id. */
|
|
87
|
+
id: string;
|
|
88
|
+
/** The template title. */
|
|
89
|
+
title: string;
|
|
90
|
+
/** The template description. */
|
|
91
|
+
description: string;
|
|
92
|
+
/** The template category. */
|
|
93
|
+
category: string;
|
|
94
|
+
}
|
|
95
|
+
export interface TemplateResponse extends TemplateMetadataResponse {
|
|
96
|
+
/** The JSON report configuration of the template. */
|
|
97
|
+
configuration: Record<string, unknown>;
|
|
98
|
+
}
|
|
99
|
+
export {};
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import Resource from '../../../Resource';
|
|
2
|
+
import { GetCreditUsageParams, SnowflakeCreditUsageModel, SnowflakeNetworkPolicyModel, SnowflakeReaderAccountEndpointModel, SnowflakeReaderAccountStatusModel, SnowflakeUserModel, SnowflakeUsersModel } from './SnowflakeInterfaces';
|
|
3
|
+
export default class Snowflake extends Resource {
|
|
4
|
+
static baseUrl: string;
|
|
5
|
+
listUsers(): Promise<SnowflakeUsersModel>;
|
|
6
|
+
createUser(model: SnowflakeUserModel): Promise<SnowflakeUserModel>;
|
|
7
|
+
deleteUser(snowflakeUser: string): Promise<void>;
|
|
8
|
+
getUser(snowflakeUser: string): Promise<SnowflakeUserModel>;
|
|
9
|
+
resetPassword(snowflakeUser: string): Promise<void>;
|
|
10
|
+
getNetworkPolicy(): Promise<SnowflakeNetworkPolicyModel>;
|
|
11
|
+
updateNetworkPolicy(model: SnowflakeNetworkPolicyModel): Promise<void>;
|
|
12
|
+
getCreditUsage(params: GetCreditUsageParams): Promise<SnowflakeCreditUsageModel>;
|
|
13
|
+
getSnowflakeReaderAccount(): Promise<SnowflakeReaderAccountStatusModel>;
|
|
14
|
+
getSnowflakeReaderAccountEndpoint(): Promise<SnowflakeReaderAccountEndpointModel>;
|
|
15
|
+
createSnowflakeReaderAccount(): Promise<void>;
|
|
16
|
+
}
|
|
@@ -0,0 +1,49 @@
|
|
|
1
|
+
import { SnowflakeReaderAccountStatus } from '../../../Enums';
|
|
2
|
+
export interface SnowflakeUsersModel {
|
|
3
|
+
snowflakeUsers: SnowflakeUserModel[];
|
|
4
|
+
}
|
|
5
|
+
export interface SnowflakeUserModel {
|
|
6
|
+
/**
|
|
7
|
+
* The username of the user
|
|
8
|
+
*/
|
|
9
|
+
username: string;
|
|
10
|
+
/**
|
|
11
|
+
* The email of the user
|
|
12
|
+
*/
|
|
13
|
+
email: string;
|
|
14
|
+
/**
|
|
15
|
+
* The number of days that the user has access to the reader account, ranging from 0 (indefinitely) to 90 days)
|
|
16
|
+
*/
|
|
17
|
+
daysToExpiry?: number;
|
|
18
|
+
}
|
|
19
|
+
export interface SnowflakeNetworkPolicyModel {
|
|
20
|
+
allowedIpAddresses: string[];
|
|
21
|
+
blockedIpAddresses: string[];
|
|
22
|
+
}
|
|
23
|
+
export interface GetCreditUsageParams {
|
|
24
|
+
/**
|
|
25
|
+
* The beginning date of the date range.
|
|
26
|
+
* ISO8601 format 'YYYY-MM-DDThh:mm:ss.sssZ'
|
|
27
|
+
*/
|
|
28
|
+
from: string;
|
|
29
|
+
/**
|
|
30
|
+
* The end date of the date range.
|
|
31
|
+
* ISO8601 format 'YYYY-MM-DDThh:mm:ss.sssZ'
|
|
32
|
+
*/
|
|
33
|
+
to: string;
|
|
34
|
+
}
|
|
35
|
+
export interface SnowflakeCreditUsageModel {
|
|
36
|
+
creditsUsed: number;
|
|
37
|
+
}
|
|
38
|
+
export interface SnowflakeReaderAccountStatusModel {
|
|
39
|
+
/**
|
|
40
|
+
* The status of the create reader account request
|
|
41
|
+
*/
|
|
42
|
+
snowflakeReaderAccountStatus: SnowflakeReaderAccountStatus;
|
|
43
|
+
}
|
|
44
|
+
export interface SnowflakeReaderAccountEndpointModel {
|
|
45
|
+
/**
|
|
46
|
+
* The endpoint of the reader account
|
|
47
|
+
*/
|
|
48
|
+
endpoint: string;
|
|
49
|
+
}
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import Resource from '../../../Resource';
|
|
2
|
+
import { CombinedDataModel, CombinedDataOptions, DeleteQueryOptions, GlobalDataOptions, GraphDataPointsModel, GraphDataPointsOptions, IncoherentEventsModel, IncoherentEventsOptions, MetricsModel, MonitoringHealthModel, ServiceStatus, TrendsModel, TrendsOptions, VisitsGraphDataPointsOptions, VisitsMetricsOptions, VisitsStatisticsModel, VisitsStatisticsOptions, VisitViewOptions } from './StatisticsInterfaces';
|
|
3
|
+
export default class Statistics extends Resource {
|
|
4
|
+
static baseUrl: string;
|
|
5
|
+
status(): Promise<ServiceStatus>;
|
|
6
|
+
listIncoherentEvents(options: IncoherentEventsOptions): Promise<IncoherentEventsModel>;
|
|
7
|
+
listGraphDataPoints(options: GraphDataPointsOptions): Promise<GraphDataPointsModel>;
|
|
8
|
+
listGlobalData(options: GlobalDataOptions): Promise<MetricsModel>;
|
|
9
|
+
listTrends(options: TrendsOptions): Promise<TrendsModel>;
|
|
10
|
+
listVisitsMetrics(options: VisitsMetricsOptions): Promise<MetricsModel>;
|
|
11
|
+
listVisitsGraphDataPoints(options: VisitsGraphDataPointsOptions): Promise<GraphDataPointsModel>;
|
|
12
|
+
delete(queryId: string, options: DeleteQueryOptions): Promise<Record<string, unknown>>;
|
|
13
|
+
listCombinedData(options: CombinedDataOptions): Promise<CombinedDataModel>;
|
|
14
|
+
listTopQueries(): Promise<string[]>;
|
|
15
|
+
getMonitoringHealth(): Promise<MonitoringHealthModel>;
|
|
16
|
+
listVisits(options: VisitsStatisticsOptions): Promise<VisitsStatisticsModel>;
|
|
17
|
+
updateVisitView(orgId: VisitViewOptions): Promise<Record<string, unknown>>;
|
|
18
|
+
}
|
|
@@ -0,0 +1,186 @@
|
|
|
1
|
+
export interface ServiceStatus {
|
|
2
|
+
status: string;
|
|
3
|
+
}
|
|
4
|
+
export interface MetricValue {
|
|
5
|
+
value: number;
|
|
6
|
+
}
|
|
7
|
+
export interface MetricStats {
|
|
8
|
+
average: number;
|
|
9
|
+
total: number;
|
|
10
|
+
peak: number;
|
|
11
|
+
}
|
|
12
|
+
export interface IncoherentEventsOptions {
|
|
13
|
+
from: string;
|
|
14
|
+
to: string;
|
|
15
|
+
errorCodes?: string[];
|
|
16
|
+
p?: number;
|
|
17
|
+
n?: number;
|
|
18
|
+
asc?: boolean;
|
|
19
|
+
includeMetadata?: boolean;
|
|
20
|
+
seen?: boolean;
|
|
21
|
+
org: string;
|
|
22
|
+
}
|
|
23
|
+
export interface IncoherentEventModel {
|
|
24
|
+
errorCode: string;
|
|
25
|
+
datetime: string;
|
|
26
|
+
event: any;
|
|
27
|
+
}
|
|
28
|
+
export interface IncoherentEventsModel {
|
|
29
|
+
events: IncoherentEventModel[];
|
|
30
|
+
uniqueCounts: any;
|
|
31
|
+
totalNumberOfResults: number;
|
|
32
|
+
}
|
|
33
|
+
export interface MetricsModel {
|
|
34
|
+
globalDatas: Record<string, MetricValue | MetricStats>;
|
|
35
|
+
lastUpdated: number;
|
|
36
|
+
cached: boolean;
|
|
37
|
+
}
|
|
38
|
+
export interface GlobalDataOptions {
|
|
39
|
+
m: string[];
|
|
40
|
+
from: string;
|
|
41
|
+
to: string;
|
|
42
|
+
tz?: string;
|
|
43
|
+
d?: string[];
|
|
44
|
+
f?: string[];
|
|
45
|
+
i?: string;
|
|
46
|
+
bindOnLastSearch?: boolean;
|
|
47
|
+
org: string;
|
|
48
|
+
}
|
|
49
|
+
export interface TrendsModel {
|
|
50
|
+
combinations: Array<Record<string, any>>;
|
|
51
|
+
uniqueCounts: Record<string, number>;
|
|
52
|
+
totalNumberOfResults: number;
|
|
53
|
+
lastUpdated: number;
|
|
54
|
+
cached: boolean;
|
|
55
|
+
}
|
|
56
|
+
export interface TrendsOptions {
|
|
57
|
+
m: string[];
|
|
58
|
+
from: string;
|
|
59
|
+
to: string;
|
|
60
|
+
previousFrom?: string;
|
|
61
|
+
previousTo?: string;
|
|
62
|
+
tz?: string;
|
|
63
|
+
d: string[];
|
|
64
|
+
f?: string[];
|
|
65
|
+
fm?: string[];
|
|
66
|
+
s?: string;
|
|
67
|
+
p?: number;
|
|
68
|
+
n?: number;
|
|
69
|
+
asc?: boolean;
|
|
70
|
+
includeMetadata?: boolean;
|
|
71
|
+
format?: string;
|
|
72
|
+
bindOnLastSearch?: boolean;
|
|
73
|
+
t: string[];
|
|
74
|
+
org: string;
|
|
75
|
+
}
|
|
76
|
+
export interface VisitsMetricsOptions {
|
|
77
|
+
m: string[];
|
|
78
|
+
from: string;
|
|
79
|
+
to: string;
|
|
80
|
+
tz?: string;
|
|
81
|
+
f?: string[];
|
|
82
|
+
hideEventFilters?: string[];
|
|
83
|
+
fn?: string[];
|
|
84
|
+
org: string;
|
|
85
|
+
}
|
|
86
|
+
export interface VisitMetricStats {
|
|
87
|
+
sum: number;
|
|
88
|
+
average: number;
|
|
89
|
+
min: number;
|
|
90
|
+
max: number;
|
|
91
|
+
}
|
|
92
|
+
export interface VisitsGraphDataPointsOptions {
|
|
93
|
+
m: string[];
|
|
94
|
+
from: string;
|
|
95
|
+
to: string;
|
|
96
|
+
tz?: string;
|
|
97
|
+
f?: string[];
|
|
98
|
+
hideEventFilters?: string[];
|
|
99
|
+
fn?: string[];
|
|
100
|
+
i?: string;
|
|
101
|
+
org: string;
|
|
102
|
+
}
|
|
103
|
+
export interface DeleteQueryOptions {
|
|
104
|
+
org: string;
|
|
105
|
+
}
|
|
106
|
+
export interface DataPointModel {
|
|
107
|
+
dateTime: number;
|
|
108
|
+
datas: Record<string, number>;
|
|
109
|
+
}
|
|
110
|
+
export interface GraphDataPointsOptions {
|
|
111
|
+
m: string[];
|
|
112
|
+
from: string;
|
|
113
|
+
to: string;
|
|
114
|
+
tz?: string;
|
|
115
|
+
f?: string[];
|
|
116
|
+
i?: string[];
|
|
117
|
+
bindOnLastSearch?: boolean;
|
|
118
|
+
org: string;
|
|
119
|
+
}
|
|
120
|
+
export interface GraphDataPointsModel {
|
|
121
|
+
dataPoints: DataPointModel[];
|
|
122
|
+
totals: Record<string, number>;
|
|
123
|
+
stats: Record<string, VisitMetricStats>;
|
|
124
|
+
lastUpdated: string;
|
|
125
|
+
cached: boolean;
|
|
126
|
+
}
|
|
127
|
+
export interface CombinedDataOptions {
|
|
128
|
+
m: string[];
|
|
129
|
+
from: string;
|
|
130
|
+
to: string;
|
|
131
|
+
tz?: string;
|
|
132
|
+
d: string[];
|
|
133
|
+
f?: string[];
|
|
134
|
+
fm?: string[];
|
|
135
|
+
s?: string;
|
|
136
|
+
p?: number;
|
|
137
|
+
n?: number;
|
|
138
|
+
asc?: boolean;
|
|
139
|
+
includeMetadata?: boolean;
|
|
140
|
+
format?: boolean;
|
|
141
|
+
bindOnLastSearch?: boolean;
|
|
142
|
+
org: string;
|
|
143
|
+
}
|
|
144
|
+
export interface CombinedDataModel {
|
|
145
|
+
combinations: Array<Record<string, any>>;
|
|
146
|
+
uniqueCounts: Record<string, number>;
|
|
147
|
+
totalNumberOfResults: number;
|
|
148
|
+
lastUpdated: number;
|
|
149
|
+
cached: boolean;
|
|
150
|
+
}
|
|
151
|
+
export interface TopQueries {
|
|
152
|
+
queryText?: string;
|
|
153
|
+
pageSize?: number;
|
|
154
|
+
pageNumber?: number;
|
|
155
|
+
org: string;
|
|
156
|
+
}
|
|
157
|
+
export interface MonitoringHealthModel {
|
|
158
|
+
status: string;
|
|
159
|
+
}
|
|
160
|
+
export interface VisitsStatisticsOptions {
|
|
161
|
+
from: string;
|
|
162
|
+
to: string;
|
|
163
|
+
tz?: string;
|
|
164
|
+
d?: string[];
|
|
165
|
+
f?: string[];
|
|
166
|
+
hideEventFilters?: string[];
|
|
167
|
+
fn?: string[];
|
|
168
|
+
s?: string;
|
|
169
|
+
p?: number;
|
|
170
|
+
n?: number;
|
|
171
|
+
asc?: boolean;
|
|
172
|
+
includeMetadata?: boolean;
|
|
173
|
+
org: string;
|
|
174
|
+
}
|
|
175
|
+
export interface VisitStatisticsModel {
|
|
176
|
+
visitId: string;
|
|
177
|
+
events: any[];
|
|
178
|
+
numberOfEvents: number;
|
|
179
|
+
}
|
|
180
|
+
export interface VisitsStatisticsModel {
|
|
181
|
+
visits: VisitStatisticsModel[];
|
|
182
|
+
totalNumberOfVisits: number;
|
|
183
|
+
}
|
|
184
|
+
export interface VisitViewOptions {
|
|
185
|
+
org: string;
|
|
186
|
+
}
|