@coveo/platform-client 38.1.0 → 40.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/README.md +5 -3
- package/dist/APICore.js +133 -260
- package/dist/APICore.js.map +1 -1
- package/dist/ConfigurationInterfaces.js +1 -2
- package/dist/Endpoints.js +23 -31
- package/dist/Endpoints.js.map +1 -1
- package/dist/Entry.js +9 -14
- package/dist/Entry.js.map +1 -1
- package/dist/PlatformClient.js +25 -40
- package/dist/PlatformClient.js.map +1 -1
- package/dist/definitions/APICore.d.ts +2 -2
- package/dist/definitions/ConfigurationInterfaces.d.ts +3 -3
- package/dist/definitions/Entry.d.ts +8 -8
- package/dist/definitions/PlatformClient.d.ts +7 -7
- package/dist/definitions/handlers/ResponseHandlers.d.ts +1 -1
- package/dist/definitions/handlers/index.d.ts +2 -2
- package/dist/definitions/resources/AWS/AWS.d.ts +2 -2
- package/dist/definitions/resources/AWS/index.d.ts +2 -2
- package/dist/definitions/resources/Activities/Activities.d.ts +3 -3
- package/dist/definitions/resources/Activities/ActivitiesInterfaces.d.ts +2 -2
- package/dist/definitions/resources/Activities/index.d.ts +2 -2
- package/dist/definitions/resources/ApiKeys/ApiKeys.d.ts +3 -3
- package/dist/definitions/resources/ApiKeys/ApiKeysInterfaces.d.ts +1 -1
- package/dist/definitions/resources/ApiKeys/index.d.ts +2 -2
- package/dist/definitions/resources/CaseAssistConfigs/CaseAssistConfig.d.ts +4 -4
- package/dist/definitions/resources/CaseAssistConfigs/CaseAssistConfigInterfaces.d.ts +1 -1
- package/dist/definitions/resources/CaseAssistConfigs/CaseAssistPreviewInterfaces.d.ts +2 -2
- package/dist/definitions/resources/CaseAssistConfigs/index.d.ts +3 -3
- package/dist/definitions/resources/Catalogs/Catalog.d.ts +3 -3
- package/dist/definitions/resources/Catalogs/CatalogConfiguration.d.ts +3 -3
- package/dist/definitions/resources/Catalogs/ProductListing.d.ts +3 -3
- package/dist/definitions/resources/Catalogs/ProductListingConfiguration.d.ts +3 -3
- package/dist/definitions/resources/Catalogs/ProductListingConfigurationInterfaces.d.ts +3 -3
- package/dist/definitions/resources/Catalogs/ProductListingInterfaces.d.ts +3 -3
- package/dist/definitions/resources/Catalogs/index.d.ts +7 -7
- package/dist/definitions/resources/Clusters/Agents/ClusterAgent.d.ts +4 -4
- package/dist/definitions/resources/Clusters/Agents/ClusterAgentInterfaces.d.ts +1 -1
- package/dist/definitions/resources/Clusters/Agents/index.d.ts +2 -2
- package/dist/definitions/resources/Clusters/Cluster.d.ts +6 -6
- package/dist/definitions/resources/Clusters/Nodes/ClusterNode.d.ts +3 -3
- package/dist/definitions/resources/Clusters/Nodes/ClusterNodeInterfaces.d.ts +1 -1
- package/dist/definitions/resources/Clusters/Nodes/index.d.ts +2 -2
- package/dist/definitions/resources/Clusters/index.d.ts +4 -4
- package/dist/definitions/resources/Connectivity/Connectivity.d.ts +2 -2
- package/dist/definitions/resources/Connectivity/index.d.ts +2 -2
- package/dist/definitions/resources/CrawlingModule/CrawlingModule.d.ts +3 -3
- package/dist/definitions/resources/CrawlingModule/CrawlingModuleInterfaces.d.ts +1 -1
- package/dist/definitions/resources/CrawlingModule/index.d.ts +2 -2
- package/dist/definitions/resources/Extensions/Extensions.d.ts +2 -2
- package/dist/definitions/resources/Extensions/ExtensionsInterfaces.d.ts +2 -2
- package/dist/definitions/resources/Extensions/index.d.ts +2 -2
- package/dist/definitions/resources/Fields/Fields.d.ts +3 -3
- package/dist/definitions/resources/Fields/FieldsInterfaces.d.ts +2 -2
- package/dist/definitions/resources/Fields/index.d.ts +2 -2
- package/dist/definitions/resources/Global/Global.d.ts +4 -4
- package/dist/definitions/resources/Global/OrganizationConfigurations/OrganizationConfiguration.d.ts +3 -3
- package/dist/definitions/resources/Global/OrganizationConfigurations/index.d.ts +2 -2
- package/dist/definitions/resources/Global/RegionConfigurations/RegionConfiguration.d.ts +2 -2
- package/dist/definitions/resources/Global/RegionConfigurations/RegionConfigurationInterfaces.d.ts +1 -1
- package/dist/definitions/resources/Global/RegionConfigurations/index.d.ts +2 -2
- package/dist/definitions/resources/Global/index.d.ts +3 -3
- package/dist/definitions/resources/GlobalGroups/GlobalGroup.d.ts +3 -3
- package/dist/definitions/resources/GlobalGroups/GlobalGroupInterfaces.d.ts +2 -2
- package/dist/definitions/resources/GlobalGroups/index.d.ts +2 -2
- package/dist/definitions/resources/Groups/Groups.d.ts +7 -7
- package/dist/definitions/resources/Groups/GroupsInterfaces.d.ts +4 -4
- package/dist/definitions/resources/Groups/Invites/GroupInvite.d.ts +3 -3
- package/dist/definitions/resources/Groups/Invites/GroupInviteInterfaces.d.ts +1 -1
- package/dist/definitions/resources/Groups/Invites/index.d.ts +2 -2
- package/dist/definitions/resources/Groups/Members/GroupMember.d.ts +2 -2
- package/dist/definitions/resources/Groups/Members/GroupMemberInterfaces.d.ts +1 -1
- package/dist/definitions/resources/Groups/Members/index.d.ts +2 -2
- package/dist/definitions/resources/Groups/Realms/GroupRealm.d.ts +2 -2
- package/dist/definitions/resources/Groups/Realms/GroupRealmInterfaces.d.ts +1 -1
- package/dist/definitions/resources/Groups/Realms/index.d.ts +2 -2
- package/dist/definitions/resources/Groups/index.d.ts +5 -5
- package/dist/definitions/resources/HostedInterfacesCore/HostedInterfaceCoreConfig.model.d.ts +141 -0
- package/dist/definitions/resources/HostedInterfacesCore/index.d.ts +1 -0
- package/dist/definitions/resources/IPXInterfaces/IPXInterface.model.d.ts +62 -0
- package/dist/definitions/resources/IPXInterfaces/index.d.ts +1 -0
- package/dist/definitions/resources/InProductExperiences/InProductExperiences.d.ts +4 -4
- package/dist/definitions/resources/InProductExperiences/InProductExperiencesInterfaces.d.ts +2 -2
- package/dist/definitions/resources/InProductExperiences/index.d.ts +2 -2
- package/dist/definitions/resources/Indexes/Indexes.d.ts +3 -3
- package/dist/definitions/resources/Indexes/IndexesInterface.d.ts +1 -1
- package/dist/definitions/resources/Indexes/index.d.ts +2 -2
- package/dist/definitions/resources/InsightPanelConfigs/InsightPanelConfig.d.ts +3 -3
- package/dist/definitions/resources/InsightPanelConfigs/InsightPanelConfigInterfaces.d.ts +2 -2
- package/dist/definitions/resources/InsightPanelConfigs/index.d.ts +2 -2
- package/dist/definitions/resources/InsightPanelInterfaces/InsightPanelInterface.d.ts +5 -4
- package/dist/definitions/resources/InsightPanelInterfaces/InsightPanelInterface.model.d.ts +9 -105
- package/dist/definitions/resources/InsightPanelInterfaces/index.d.ts +2 -2
- package/dist/definitions/resources/License/License.d.ts +3 -3
- package/dist/definitions/resources/License/LicenseInterfaces.d.ts +1 -1
- package/dist/definitions/resources/License/index.d.ts +2 -2
- package/dist/definitions/resources/Limits/Limits.d.ts +3 -3
- package/dist/definitions/resources/Limits/index.d.ts +2 -2
- package/dist/definitions/resources/Links/Links.d.ts +1 -1
- package/dist/definitions/resources/Links/index.d.ts +1 -1
- package/dist/definitions/resources/Logs/Logs.d.ts +2 -2
- package/dist/definitions/resources/Logs/LogsInterfaces.d.ts +2 -2
- package/dist/definitions/resources/Logs/index.d.ts +2 -2
- package/dist/definitions/resources/MachineLearning/CaseClassificationConfiguration/CaseClassificationConfiguration.d.ts +3 -3
- package/dist/definitions/resources/MachineLearning/CaseClassificationConfiguration/CaseClassificationConfigurationInterfaces.d.ts +1 -1
- package/dist/definitions/resources/MachineLearning/CaseClassificationConfiguration/index.d.ts +2 -2
- package/dist/definitions/resources/MachineLearning/DNEConfiguration/DNEConfiguration.d.ts +3 -3
- package/dist/definitions/resources/MachineLearning/DNEConfiguration/DNEConfigurationInterfaces.d.ts +2 -2
- package/dist/definitions/resources/MachineLearning/DNEConfiguration/index.d.ts +2 -2
- package/dist/definitions/resources/MachineLearning/FilterConditions.d.ts +1 -1
- package/dist/definitions/resources/MachineLearning/MachineLearning.d.ts +11 -11
- package/dist/definitions/resources/MachineLearning/MachineLearningInterfaces.d.ts +3 -3
- package/dist/definitions/resources/MachineLearning/ModelConfiguration/ModelConfiguration.d.ts +2 -2
- package/dist/definitions/resources/MachineLearning/ModelConfiguration/index.d.ts +2 -2
- package/dist/definitions/resources/MachineLearning/ModelInformation/ModelInformation.d.ts +4 -4
- package/dist/definitions/resources/MachineLearning/ModelInformation/index.d.ts +2 -2
- package/dist/definitions/resources/MachineLearning/Models/Models.d.ts +4 -4
- package/dist/definitions/resources/MachineLearning/Models/ModelsInterfaces.d.ts +4 -4
- package/dist/definitions/resources/MachineLearning/Models/index.d.ts +2 -2
- package/dist/definitions/resources/MachineLearning/PQSConfiguration/PQSConfiguration.d.ts +2 -2
- package/dist/definitions/resources/MachineLearning/PQSConfiguration/PQSConfigurationInterfaces.d.ts +1 -1
- package/dist/definitions/resources/MachineLearning/PQSConfiguration/index.d.ts +2 -2
- package/dist/definitions/resources/MachineLearning/SmartSnippetsConfiguration/SmartSnippetsConfiguration.d.ts +3 -3
- package/dist/definitions/resources/MachineLearning/SmartSnippetsConfiguration/SmartSnippetsConfigurationInterfaces.d.ts +1 -1
- package/dist/definitions/resources/MachineLearning/SmartSnippetsConfiguration/index.d.ts +2 -2
- package/dist/definitions/resources/MachineLearning/UserActionHistoryConfiguration/UserActionHistoryConfiguration.d.ts +1 -1
- package/dist/definitions/resources/MachineLearning/UserActionHistoryConfiguration/index.d.ts +1 -1
- package/dist/definitions/resources/MachineLearning/index.d.ts +11 -11
- package/dist/definitions/resources/ModifierTemplates/ModifierTemplates.d.ts +2 -2
- package/dist/definitions/resources/ModifierTemplates/index.d.ts +2 -2
- package/dist/definitions/resources/Notification/Subscription/Subscription.d.ts +2 -2
- package/dist/definitions/resources/Notification/Subscription/SubscriptionInterfaces.d.ts +1 -1
- package/dist/definitions/resources/Notification/Subscription/index.d.ts +2 -2
- package/dist/definitions/resources/Notification/index.d.ts +2 -2
- package/dist/definitions/resources/Notification/notification.d.ts +3 -3
- package/dist/definitions/resources/OrganizationAccess/Access.d.ts +2 -2
- package/dist/definitions/resources/OrganizationAccess/AccessInterfaces.d.ts +1 -1
- package/dist/definitions/resources/OrganizationAccess/index.d.ts +2 -2
- package/dist/definitions/resources/Organizations/Members/Members.d.ts +2 -2
- package/dist/definitions/resources/Organizations/Members/MembersInterface.d.ts +1 -1
- package/dist/definitions/resources/Organizations/Members/index.d.ts +2 -2
- package/dist/definitions/resources/Organizations/Organization.d.ts +6 -6
- package/dist/definitions/resources/Organizations/OrganizationInterfaces.d.ts +3 -3
- package/dist/definitions/resources/Organizations/index.d.ts +3 -3
- package/dist/definitions/resources/Pipelines/Conditions/Condition.d.ts +9 -3
- package/dist/definitions/resources/Pipelines/Conditions/ConditionInterfaces.d.ts +4 -2
- package/dist/definitions/resources/Pipelines/Conditions/index.d.ts +2 -2
- package/dist/definitions/resources/Pipelines/FacetStateRules/FacetStateRules.d.ts +2 -2
- package/dist/definitions/resources/Pipelines/FacetStateRules/FacetStateRulesInterface.d.ts +2 -2
- package/dist/definitions/resources/Pipelines/FacetStateRules/index.d.ts +2 -2
- package/dist/definitions/resources/Pipelines/MLAssociations/MLAssociations.d.ts +3 -3
- package/dist/definitions/resources/Pipelines/MLAssociations/MLAssociationsInterfaces.d.ts +2 -2
- package/dist/definitions/resources/Pipelines/MLAssociations/index.d.ts +2 -2
- package/dist/definitions/resources/Pipelines/Pipelines.d.ts +10 -10
- package/dist/definitions/resources/Pipelines/PipelinesInterfaces.d.ts +2 -2
- package/dist/definitions/resources/Pipelines/ResultRankings/ResultRankings.d.ts +2 -2
- package/dist/definitions/resources/Pipelines/ResultRankings/ResultRankingsInterfaces.d.ts +2 -2
- package/dist/definitions/resources/Pipelines/ResultRankings/index.d.ts +2 -2
- package/dist/definitions/resources/Pipelines/StatementGroups/StatementGroups.d.ts +2 -2
- package/dist/definitions/resources/Pipelines/StatementGroups/StatementGroupsInterfaces.d.ts +2 -2
- package/dist/definitions/resources/Pipelines/StatementGroups/index.d.ts +2 -2
- package/dist/definitions/resources/Pipelines/Statements/Statements.d.ts +3 -3
- package/dist/definitions/resources/Pipelines/Statements/StatementsInterfaces.d.ts +3 -3
- package/dist/definitions/resources/Pipelines/Statements/index.d.ts +2 -2
- package/dist/definitions/resources/Pipelines/index.d.ts +8 -8
- package/dist/definitions/resources/PlatformResources.d.ts +47 -47
- package/dist/definitions/resources/PrivilegeEvaluator/PrivilegeEvaluator.d.ts +2 -2
- package/dist/definitions/resources/PrivilegeEvaluator/PrivilegeEvaluatorInterfaces.d.ts +1 -1
- package/dist/definitions/resources/PrivilegeEvaluator/index.d.ts +2 -2
- package/dist/definitions/resources/Products/Product.d.ts +3 -3
- package/dist/definitions/resources/Products/ProductInterfaces.d.ts +1 -1
- package/dist/definitions/resources/Products/index.d.ts +2 -2
- package/dist/definitions/resources/PushApi/PushApi.d.ts +2 -2
- package/dist/definitions/resources/PushApi/PushApiInterfaces.d.ts +1 -1
- package/dist/definitions/resources/PushApi/index.d.ts +2 -2
- package/dist/definitions/resources/Resource.d.ts +1 -1
- package/dist/definitions/resources/ResourceSnapshots/ResourceSnapshots.d.ts +2 -2
- package/dist/definitions/resources/ResourceSnapshots/ResourceSnapshotsInterfaces.d.ts +1 -1
- package/dist/definitions/resources/ResourceSnapshots/index.d.ts +2 -2
- package/dist/definitions/resources/Saml/Saml.d.ts +4 -4
- package/dist/definitions/resources/Saml/SamlInterfaces.d.ts +1 -1
- package/dist/definitions/resources/Saml/index.d.ts +2 -2
- package/dist/definitions/resources/SchemaService/SchemaService.d.ts +5 -5
- package/dist/definitions/resources/SchemaService/SchemaServiceInterfaces.d.ts +1 -1
- package/dist/definitions/resources/SchemaService/index.d.ts +2 -2
- package/dist/definitions/resources/Search/Search.d.ts +3 -3
- package/dist/definitions/resources/Search/SearchInterfaces.d.ts +1 -1
- package/dist/definitions/resources/Search/index.d.ts +2 -2
- package/dist/definitions/resources/SearchInterfaces/SearchInterfaces.d.ts +3 -3
- package/dist/definitions/resources/SearchInterfaces/SearchInterfaces.model.d.ts +2 -2
- package/dist/definitions/resources/SearchInterfaces/index.d.ts +2 -2
- package/dist/definitions/resources/SearchPages/SearchPages.d.ts +2 -2
- package/dist/definitions/resources/SearchPages/SearchPagesInterfaces.d.ts +1 -1
- package/dist/definitions/resources/SearchPages/index.d.ts +2 -2
- package/dist/definitions/resources/SearchUsageMetrics/LicenseMetrics/LicenseMetrics.d.ts +2 -2
- package/dist/definitions/resources/SearchUsageMetrics/LicenseMetrics/index.d.ts +2 -2
- package/dist/definitions/resources/SearchUsageMetrics/RawMetrics/RawMetrics.d.ts +2 -2
- package/dist/definitions/resources/SearchUsageMetrics/RawMetrics/RawMetricsInterface.d.ts +1 -1
- package/dist/definitions/resources/SearchUsageMetrics/RawMetrics/index.d.ts +2 -2
- package/dist/definitions/resources/SearchUsageMetrics/SearchHubs/SearchHubs.d.ts +2 -2
- package/dist/definitions/resources/SearchUsageMetrics/SearchHubs/SearchHubsInterface.d.ts +1 -1
- package/dist/definitions/resources/SearchUsageMetrics/SearchHubs/index.d.ts +2 -2
- package/dist/definitions/resources/SearchUsageMetrics/SearchUsageMetrics.d.ts +5 -5
- package/dist/definitions/resources/SearchUsageMetrics/index.d.ts +4 -4
- package/dist/definitions/resources/SecurityCache/SecurityCache.d.ts +3 -3
- package/dist/definitions/resources/SecurityCache/SecurityCacheInterfaces.d.ts +3 -3
- package/dist/definitions/resources/SecurityCache/index.d.ts +2 -2
- package/dist/definitions/resources/Sources/Sources.d.ts +10 -10
- package/dist/definitions/resources/Sources/SourcesDatasets/SourcesDatasets.d.ts +2 -2
- package/dist/definitions/resources/Sources/SourcesDatasets/index.d.ts +2 -2
- package/dist/definitions/resources/Sources/SourcesFields/SourcesFields.d.ts +3 -3
- package/dist/definitions/resources/Sources/SourcesFields/SourcesFieldsInterfaces.d.ts +3 -3
- package/dist/definitions/resources/Sources/SourcesFields/index.d.ts +2 -2
- package/dist/definitions/resources/Sources/SourcesInterfaces.d.ts +6 -6
- package/dist/definitions/resources/Sources/SourcesMappings/SourcesMappings.d.ts +2 -2
- package/dist/definitions/resources/Sources/SourcesMappings/SourcesMappingsInterfaces.d.ts +1 -1
- package/dist/definitions/resources/Sources/SourcesMappings/index.d.ts +2 -2
- package/dist/definitions/resources/Sources/SourcesMetadata/SourcesMetadata.d.ts +3 -3
- package/dist/definitions/resources/Sources/SourcesMetadata/SourcesMetadataInterfaces.d.ts +1 -1
- package/dist/definitions/resources/Sources/SourcesMetadata/index.d.ts +2 -2
- package/dist/definitions/resources/Sources/SourcesSubInterfaces/Address.d.ts +1 -1
- package/dist/definitions/resources/Sources/SourcesSubInterfaces/Authentification.d.ts +1 -1
- package/dist/definitions/resources/Sources/SourcesSubInterfaces/Document.d.ts +1 -1
- package/dist/definitions/resources/Sources/SourcesSubInterfaces/Extension.d.ts +1 -1
- package/dist/definitions/resources/Sources/SourcesSubInterfaces/Information.d.ts +1 -1
- package/dist/definitions/resources/Sources/SourcesSubInterfaces/Permission.d.ts +1 -1
- package/dist/definitions/resources/Sources/SourcesSubInterfaces/Url.d.ts +1 -1
- package/dist/definitions/resources/Sources/SourcesSubInterfaces/index.d.ts +11 -11
- package/dist/definitions/resources/Sources/index.d.ts +6 -6
- package/dist/definitions/resources/TableauService/ContentQuery/ContentQuery.d.ts +2 -2
- package/dist/definitions/resources/TableauService/ContentQuery/index.d.ts +2 -2
- package/dist/definitions/resources/TableauService/TableauService.d.ts +3 -3
- package/dist/definitions/resources/TableauService/index.d.ts +2 -2
- package/dist/definitions/resources/UsageAnalytics/Read/Administration/Administration.d.ts +2 -2
- package/dist/definitions/resources/UsageAnalytics/Read/Administration/AdministrationInterfaces.d.ts +2 -2
- package/dist/definitions/resources/UsageAnalytics/Read/Administration/index.d.ts +2 -2
- package/dist/definitions/resources/UsageAnalytics/Read/CommonParamParts.d.ts +1 -1
- package/dist/definitions/resources/UsageAnalytics/Read/DataShare/DataShare.d.ts +2 -2
- package/dist/definitions/resources/UsageAnalytics/Read/DataShare/DataShareInterfaces.d.ts +1 -1
- package/dist/definitions/resources/UsageAnalytics/Read/DataShare/index.d.ts +2 -2
- package/dist/definitions/resources/UsageAnalytics/Read/Dimensions/Dimensions.d.ts +4 -4
- package/dist/definitions/resources/UsageAnalytics/Read/Dimensions/DimensionsInterfaces.d.ts +2 -2
- package/dist/definitions/resources/UsageAnalytics/Read/Dimensions/index.d.ts +2 -2
- package/dist/definitions/resources/UsageAnalytics/Read/Exports/Exports.d.ts +3 -3
- package/dist/definitions/resources/UsageAnalytics/Read/Exports/ExportsInterfaces.d.ts +2 -2
- package/dist/definitions/resources/UsageAnalytics/Read/Exports/index.d.ts +2 -2
- package/dist/definitions/resources/UsageAnalytics/Read/Filters/Filters.d.ts +3 -3
- package/dist/definitions/resources/UsageAnalytics/Read/Filters/FiltersInterfaces.d.ts +1 -1
- package/dist/definitions/resources/UsageAnalytics/Read/Filters/index.d.ts +2 -2
- package/dist/definitions/resources/UsageAnalytics/Read/ReadServiceResource.d.ts +1 -1
- package/dist/definitions/resources/UsageAnalytics/Read/Reports/Reports.d.ts +4 -4
- package/dist/definitions/resources/UsageAnalytics/Read/Reports/ReportsInterfaces.d.ts +2 -2
- package/dist/definitions/resources/UsageAnalytics/Read/Reports/index.d.ts +2 -2
- package/dist/definitions/resources/UsageAnalytics/Read/Snowflake/Snowflake.d.ts +2 -2
- package/dist/definitions/resources/UsageAnalytics/Read/Snowflake/SnowflakeInterfaces.d.ts +2 -2
- package/dist/definitions/resources/UsageAnalytics/Read/Snowflake/index.d.ts +2 -2
- package/dist/definitions/resources/UsageAnalytics/Read/Statistics/Statistics.d.ts +3 -3
- package/dist/definitions/resources/UsageAnalytics/Read/Statistics/StatisticsInterfaces.d.ts +1 -1
- package/dist/definitions/resources/UsageAnalytics/Read/Statistics/index.d.ts +2 -2
- package/dist/definitions/resources/UsageAnalytics/Read/Users/Users.d.ts +3 -3
- package/dist/definitions/resources/UsageAnalytics/Read/Users/UsersInterfaces.d.ts +1 -1
- package/dist/definitions/resources/UsageAnalytics/Read/Users/index.d.ts +2 -2
- package/dist/definitions/resources/UsageAnalytics/Read/index.d.ts +11 -11
- package/dist/definitions/resources/UsageAnalytics/UsageAnalytics.d.ts +10 -10
- package/dist/definitions/resources/UsageAnalytics/index.d.ts +2 -2
- package/dist/definitions/resources/Users/User.d.ts +3 -3
- package/dist/definitions/resources/Users/UserInterfaces.d.ts +2 -2
- package/dist/definitions/resources/Users/index.d.ts +2 -2
- package/dist/definitions/resources/Vaults/Vaults.d.ts +4 -4
- package/dist/definitions/resources/Vaults/VaultsInterfaces.d.ts +4 -4
- package/dist/definitions/resources/Vaults/index.d.ts +2 -2
- package/dist/definitions/resources/index.d.ts +48 -46
- package/dist/definitions/utils/index.d.ts +2 -2
- package/dist/definitions/utils/normalizePaginatedOptions.d.ts +2 -2
- package/dist/handlers/ResponseHandlerInterfaces.js +1 -2
- package/dist/handlers/ResponseHandlers.js +17 -41
- package/dist/handlers/ResponseHandlers.js.map +1 -1
- package/dist/handlers/index.js +2 -5
- package/dist/handlers/index.js.map +1 -1
- package/dist/resources/AWS/AWS.js +6 -16
- package/dist/resources/AWS/AWS.js.map +1 -1
- package/dist/resources/AWS/AWSInterfaces.js +1 -2
- package/dist/resources/AWS/index.js +2 -5
- package/dist/resources/AWS/index.js.map +1 -1
- package/dist/resources/Activities/Activities.js +24 -35
- package/dist/resources/Activities/Activities.js.map +1 -1
- package/dist/resources/Activities/ActivitiesInterfaces.js +1 -2
- package/dist/resources/Activities/index.js +2 -5
- package/dist/resources/Activities/index.js.map +1 -1
- package/dist/resources/ApiKeys/ApiKeys.js +21 -30
- package/dist/resources/ApiKeys/ApiKeys.js.map +1 -1
- package/dist/resources/ApiKeys/ApiKeysInterfaces.js +1 -2
- package/dist/resources/ApiKeys/index.js +2 -5
- package/dist/resources/ApiKeys/index.js.map +1 -1
- package/dist/resources/BaseInterfaces.js +1 -2
- package/dist/resources/CaseAssistConfigs/CaseAssistConfig.js +30 -39
- package/dist/resources/CaseAssistConfigs/CaseAssistConfig.js.map +1 -1
- package/dist/resources/CaseAssistConfigs/CaseAssistConfigInterfaces.js +6 -9
- package/dist/resources/CaseAssistConfigs/CaseAssistConfigInterfaces.js.map +1 -1
- package/dist/resources/CaseAssistConfigs/CaseAssistPreviewInterfaces.js +1 -2
- package/dist/resources/CaseAssistConfigs/index.js +3 -6
- package/dist/resources/CaseAssistConfigs/index.js.map +1 -1
- package/dist/resources/Catalogs/Catalog.js +27 -36
- package/dist/resources/Catalogs/Catalog.js.map +1 -1
- package/dist/resources/Catalogs/CatalogConfiguration.js +18 -27
- package/dist/resources/Catalogs/CatalogConfiguration.js.map +1 -1
- package/dist/resources/Catalogs/CatalogInterfaces.js +1 -2
- package/dist/resources/Catalogs/ProductListing.js +28 -37
- package/dist/resources/Catalogs/ProductListing.js.map +1 -1
- package/dist/resources/Catalogs/ProductListingConfiguration.js +21 -30
- package/dist/resources/Catalogs/ProductListingConfiguration.js.map +1 -1
- package/dist/resources/Catalogs/ProductListingConfigurationInterfaces.js +2 -5
- package/dist/resources/Catalogs/ProductListingConfigurationInterfaces.js.map +1 -1
- package/dist/resources/Catalogs/ProductListingInterfaces.js +1 -3
- package/dist/resources/Catalogs/ProductListingInterfaces.js.map +1 -1
- package/dist/resources/Catalogs/index.js +7 -10
- package/dist/resources/Catalogs/index.js.map +1 -1
- package/dist/resources/Clusters/Agents/ClusterAgent.js +10 -19
- package/dist/resources/Clusters/Agents/ClusterAgent.js.map +1 -1
- package/dist/resources/Clusters/Agents/ClusterAgentInterfaces.js +1 -2
- package/dist/resources/Clusters/Agents/index.js +2 -5
- package/dist/resources/Clusters/Agents/index.js.map +1 -1
- package/dist/resources/Clusters/Cluster.js +30 -33
- package/dist/resources/Clusters/Cluster.js.map +1 -1
- package/dist/resources/Clusters/ClusterInterfaces.js +1 -2
- package/dist/resources/Clusters/Nodes/ClusterNode.js +22 -31
- package/dist/resources/Clusters/Nodes/ClusterNode.js.map +1 -1
- package/dist/resources/Clusters/Nodes/ClusterNodeInterfaces.js +1 -2
- package/dist/resources/Clusters/Nodes/index.js +2 -5
- package/dist/resources/Clusters/Nodes/index.js.map +1 -1
- package/dist/resources/Clusters/index.js +4 -7
- package/dist/resources/Clusters/index.js.map +1 -1
- package/dist/resources/Connectivity/Connectivity.js +11 -21
- package/dist/resources/Connectivity/Connectivity.js.map +1 -1
- package/dist/resources/Connectivity/ConnectivityInterface.js +2 -5
- package/dist/resources/Connectivity/ConnectivityInterface.js.map +1 -1
- package/dist/resources/Connectivity/index.js +2 -5
- package/dist/resources/Connectivity/index.js.map +1 -1
- package/dist/resources/CrawlingModule/CrawlingModule.js +32 -41
- package/dist/resources/CrawlingModule/CrawlingModule.js.map +1 -1
- package/dist/resources/CrawlingModule/CrawlingModuleInterfaces.js +4 -7
- package/dist/resources/CrawlingModule/CrawlingModuleInterfaces.js.map +1 -1
- package/dist/resources/CrawlingModule/index.js +2 -5
- package/dist/resources/CrawlingModule/index.js.map +1 -1
- package/dist/resources/Enums.js +214 -219
- package/dist/resources/Enums.js.map +1 -1
- package/dist/resources/Extensions/Extensions.js +24 -33
- package/dist/resources/Extensions/Extensions.js.map +1 -1
- package/dist/resources/Extensions/ExtensionsInterfaces.js +1 -2
- package/dist/resources/Extensions/index.js +2 -5
- package/dist/resources/Extensions/index.js.map +1 -1
- package/dist/resources/Fields/Fields.js +35 -44
- package/dist/resources/Fields/Fields.js.map +1 -1
- package/dist/resources/Fields/FieldsInterfaces.js +1 -2
- package/dist/resources/Fields/index.js +2 -5
- package/dist/resources/Fields/index.js.map +1 -1
- package/dist/resources/Global/Global.js +15 -18
- package/dist/resources/Global/Global.js.map +1 -1
- package/dist/resources/Global/OrganizationConfigurations/OrganizationConfiguration.js +9 -18
- package/dist/resources/Global/OrganizationConfigurations/OrganizationConfiguration.js.map +1 -1
- package/dist/resources/Global/OrganizationConfigurations/OrganizationConfigurationInterfaces.js +1 -2
- package/dist/resources/Global/OrganizationConfigurations/index.js +2 -5
- package/dist/resources/Global/OrganizationConfigurations/index.js.map +1 -1
- package/dist/resources/Global/RegionConfigurations/RegionConfiguration.js +9 -18
- package/dist/resources/Global/RegionConfigurations/RegionConfiguration.js.map +1 -1
- package/dist/resources/Global/RegionConfigurations/RegionConfigurationInterfaces.js +1 -2
- package/dist/resources/Global/RegionConfigurations/index.js +2 -5
- package/dist/resources/Global/RegionConfigurations/index.js.map +1 -1
- package/dist/resources/Global/index.js +3 -6
- package/dist/resources/Global/index.js.map +1 -1
- package/dist/resources/GlobalGroups/GlobalGroup.js +17 -26
- package/dist/resources/GlobalGroups/GlobalGroup.js.map +1 -1
- package/dist/resources/GlobalGroups/GlobalGroupInterfaces.js +1 -2
- package/dist/resources/GlobalGroups/index.js +2 -5
- package/dist/resources/GlobalGroups/index.js.map +1 -1
- package/dist/resources/Groups/Groups.js +36 -38
- package/dist/resources/Groups/Groups.js.map +1 -1
- package/dist/resources/Groups/GroupsInterfaces.js +1 -2
- package/dist/resources/Groups/Invites/GroupInvite.js +18 -28
- package/dist/resources/Groups/Invites/GroupInvite.js.map +1 -1
- package/dist/resources/Groups/Invites/GroupInviteInterfaces.js +1 -2
- package/dist/resources/Groups/Invites/index.js +2 -5
- package/dist/resources/Groups/Invites/index.js.map +1 -1
- package/dist/resources/Groups/Members/GroupMember.js +15 -25
- package/dist/resources/Groups/Members/GroupMember.js.map +1 -1
- package/dist/resources/Groups/Members/GroupMemberInterfaces.js +1 -2
- package/dist/resources/Groups/Members/index.js +2 -5
- package/dist/resources/Groups/Members/index.js.map +1 -1
- package/dist/resources/Groups/Realms/GroupRealm.js +15 -24
- package/dist/resources/Groups/Realms/GroupRealm.js.map +1 -1
- package/dist/resources/Groups/Realms/GroupRealmInterfaces.js +1 -2
- package/dist/resources/Groups/Realms/index.js +2 -5
- package/dist/resources/Groups/Realms/index.js.map +1 -1
- package/dist/resources/Groups/index.js +5 -8
- package/dist/resources/Groups/index.js.map +1 -1
- package/dist/resources/HostedInterfacesCore/HostedInterfaceCoreConfig.model.js +8 -0
- package/dist/resources/HostedInterfacesCore/HostedInterfaceCoreConfig.model.js.map +1 -0
- package/dist/resources/HostedInterfacesCore/index.js +2 -0
- package/dist/resources/HostedInterfacesCore/index.js.map +1 -0
- package/dist/resources/IPXInterfaces/IPXInterface.model.js +6 -0
- package/dist/resources/IPXInterfaces/IPXInterface.model.js.map +1 -0
- package/dist/resources/IPXInterfaces/index.js +2 -0
- package/dist/resources/IPXInterfaces/index.js.map +1 -0
- package/dist/resources/InProductExperiences/InProductExperiences.js +29 -30
- package/dist/resources/InProductExperiences/InProductExperiences.js.map +1 -1
- package/dist/resources/InProductExperiences/InProductExperiencesInterfaces.js +10 -12
- package/dist/resources/InProductExperiences/InProductExperiencesInterfaces.js.map +1 -1
- package/dist/resources/InProductExperiences/index.js +2 -5
- package/dist/resources/InProductExperiences/index.js.map +1 -1
- package/dist/resources/Indexes/Indexes.js +49 -58
- package/dist/resources/Indexes/Indexes.js.map +1 -1
- package/dist/resources/Indexes/IndexesInterface.js +1 -2
- package/dist/resources/Indexes/index.js +2 -5
- package/dist/resources/Indexes/index.js.map +1 -1
- package/dist/resources/InsightPanelConfigs/InsightPanelConfig.js +19 -28
- package/dist/resources/InsightPanelConfigs/InsightPanelConfig.js.map +1 -1
- package/dist/resources/InsightPanelConfigs/InsightPanelConfigInterfaces.js +1 -2
- package/dist/resources/InsightPanelConfigs/index.js +2 -5
- package/dist/resources/InsightPanelConfigs/index.js.map +1 -1
- package/dist/resources/InsightPanelInterfaces/InsightPanelInterface.js +19 -28
- package/dist/resources/InsightPanelInterfaces/InsightPanelInterface.js.map +1 -1
- package/dist/resources/InsightPanelInterfaces/InsightPanelInterface.model.js +2 -12
- package/dist/resources/InsightPanelInterfaces/InsightPanelInterface.model.js.map +1 -1
- package/dist/resources/InsightPanelInterfaces/index.js +2 -5
- package/dist/resources/InsightPanelInterfaces/index.js.map +1 -1
- package/dist/resources/InternalBaseInterface.js +1 -2
- package/dist/resources/License/License.js +20 -29
- package/dist/resources/License/License.js.map +1 -1
- package/dist/resources/License/LicenseInterfaces.js +8 -11
- package/dist/resources/License/LicenseInterfaces.js.map +1 -1
- package/dist/resources/License/index.js +2 -5
- package/dist/resources/License/index.js.map +1 -1
- package/dist/resources/Limits/Limits.js +15 -26
- package/dist/resources/Limits/Limits.js.map +1 -1
- package/dist/resources/Limits/LimitsInterfaces.js +2 -5
- package/dist/resources/Limits/LimitsInterfaces.js.map +1 -1
- package/dist/resources/Limits/index.js +2 -5
- package/dist/resources/Limits/index.js.map +1 -1
- package/dist/resources/Links/Links.js +7 -16
- package/dist/resources/Links/Links.js.map +1 -1
- package/dist/resources/Links/index.js +1 -4
- package/dist/resources/Links/index.js.map +1 -1
- package/dist/resources/Logs/Logs.js +13 -22
- package/dist/resources/Logs/Logs.js.map +1 -1
- package/dist/resources/Logs/LogsInterfaces.js +1 -2
- package/dist/resources/Logs/index.js +2 -5
- package/dist/resources/Logs/index.js.map +1 -1
- package/dist/resources/MachineLearning/CaseClassificationConfiguration/CaseClassificationConfiguration.js +23 -32
- package/dist/resources/MachineLearning/CaseClassificationConfiguration/CaseClassificationConfiguration.js.map +1 -1
- package/dist/resources/MachineLearning/CaseClassificationConfiguration/CaseClassificationConfigurationInterfaces.js +2 -5
- package/dist/resources/MachineLearning/CaseClassificationConfiguration/CaseClassificationConfigurationInterfaces.js.map +1 -1
- package/dist/resources/MachineLearning/CaseClassificationConfiguration/index.js +2 -5
- package/dist/resources/MachineLearning/CaseClassificationConfiguration/index.js.map +1 -1
- package/dist/resources/MachineLearning/DNEConfiguration/DNEConfiguration.js +35 -50
- package/dist/resources/MachineLearning/DNEConfiguration/DNEConfiguration.js.map +1 -1
- package/dist/resources/MachineLearning/DNEConfiguration/DNEConfigurationInterfaces.js +1 -2
- package/dist/resources/MachineLearning/DNEConfiguration/index.js +2 -5
- package/dist/resources/MachineLearning/DNEConfiguration/index.js.map +1 -1
- package/dist/resources/MachineLearning/FilterConditions.js +1 -2
- package/dist/resources/MachineLearning/MachineLearning.js +38 -35
- package/dist/resources/MachineLearning/MachineLearning.js.map +1 -1
- package/dist/resources/MachineLearning/MachineLearningInterfaces.js +1 -2
- package/dist/resources/MachineLearning/ModelConfiguration/ModelConfiguration.js +10 -21
- package/dist/resources/MachineLearning/ModelConfiguration/ModelConfiguration.js.map +1 -1
- package/dist/resources/MachineLearning/ModelConfiguration/ModelConfigurationInterfaces.js +1 -2
- package/dist/resources/MachineLearning/ModelConfiguration/index.js +2 -5
- package/dist/resources/MachineLearning/ModelConfiguration/index.js.map +1 -1
- package/dist/resources/MachineLearning/ModelInformation/ModelInformation.js +11 -22
- package/dist/resources/MachineLearning/ModelInformation/ModelInformation.js.map +1 -1
- package/dist/resources/MachineLearning/ModelInformation/ModelInformationInterfaces.js +1 -2
- package/dist/resources/MachineLearning/ModelInformation/index.js +2 -5
- package/dist/resources/MachineLearning/ModelInformation/index.js.map +1 -1
- package/dist/resources/MachineLearning/Models/Models.js +24 -33
- package/dist/resources/MachineLearning/Models/Models.js.map +1 -1
- package/dist/resources/MachineLearning/Models/ModelsInterfaces.js +1 -2
- package/dist/resources/MachineLearning/Models/index.js +2 -5
- package/dist/resources/MachineLearning/Models/index.js.map +1 -1
- package/dist/resources/MachineLearning/PQSConfiguration/PQSConfiguration.js +7 -16
- package/dist/resources/MachineLearning/PQSConfiguration/PQSConfiguration.js.map +1 -1
- package/dist/resources/MachineLearning/PQSConfiguration/PQSConfigurationInterfaces.js +1 -2
- package/dist/resources/MachineLearning/PQSConfiguration/index.js +2 -5
- package/dist/resources/MachineLearning/PQSConfiguration/index.js.map +1 -1
- package/dist/resources/MachineLearning/SmartSnippetsConfiguration/SmartSnippetsConfiguration.js +26 -35
- package/dist/resources/MachineLearning/SmartSnippetsConfiguration/SmartSnippetsConfiguration.js.map +1 -1
- package/dist/resources/MachineLearning/SmartSnippetsConfiguration/SmartSnippetsConfigurationInterfaces.js +1 -2
- package/dist/resources/MachineLearning/SmartSnippetsConfiguration/index.js +2 -5
- package/dist/resources/MachineLearning/SmartSnippetsConfiguration/index.js.map +1 -1
- package/dist/resources/MachineLearning/UserActionHistoryConfiguration/UserActionHistoryConfiguration.js +11 -20
- package/dist/resources/MachineLearning/UserActionHistoryConfiguration/UserActionHistoryConfiguration.js.map +1 -1
- package/dist/resources/MachineLearning/UserActionHistoryConfiguration/index.js +1 -4
- package/dist/resources/MachineLearning/UserActionHistoryConfiguration/index.js.map +1 -1
- package/dist/resources/MachineLearning/index.js +11 -14
- package/dist/resources/MachineLearning/index.js.map +1 -1
- package/dist/resources/ModifierTemplates/ModifierTemplateInterfaces.js +6 -9
- package/dist/resources/ModifierTemplates/ModifierTemplateInterfaces.js.map +1 -1
- package/dist/resources/ModifierTemplates/ModifierTemplates.js +9 -18
- package/dist/resources/ModifierTemplates/ModifierTemplates.js.map +1 -1
- package/dist/resources/ModifierTemplates/index.js +2 -5
- package/dist/resources/ModifierTemplates/index.js.map +1 -1
- package/dist/resources/Notification/Subscription/Subscription.js +51 -60
- package/dist/resources/Notification/Subscription/Subscription.js.map +1 -1
- package/dist/resources/Notification/Subscription/SubscriptionInterfaces.js +1 -2
- package/dist/resources/Notification/Subscription/index.js +2 -5
- package/dist/resources/Notification/Subscription/index.js.map +1 -1
- package/dist/resources/Notification/index.js +2 -5
- package/dist/resources/Notification/index.js.map +1 -1
- package/dist/resources/Notification/notification.js +12 -16
- package/dist/resources/Notification/notification.js.map +1 -1
- package/dist/resources/OrganizationAccess/Access.js +10 -19
- package/dist/resources/OrganizationAccess/Access.js.map +1 -1
- package/dist/resources/OrganizationAccess/AccessInterfaces.js +1 -2
- package/dist/resources/OrganizationAccess/index.js +2 -5
- package/dist/resources/OrganizationAccess/index.js.map +1 -1
- package/dist/resources/Organizations/Members/Members.js +13 -22
- package/dist/resources/Organizations/Members/Members.js.map +1 -1
- package/dist/resources/Organizations/Members/MembersInterface.js +1 -2
- package/dist/resources/Organizations/Members/index.js +2 -5
- package/dist/resources/Organizations/Members/index.js.map +1 -1
- package/dist/resources/Organizations/Organization.js +70 -81
- package/dist/resources/Organizations/Organization.js.map +1 -1
- package/dist/resources/Organizations/OrganizationInterfaces.js +2 -5
- package/dist/resources/Organizations/OrganizationInterfaces.js.map +1 -1
- package/dist/resources/Organizations/index.js +3 -6
- package/dist/resources/Organizations/index.js.map +1 -1
- package/dist/resources/Pipelines/Conditions/Condition.js +30 -32
- package/dist/resources/Pipelines/Conditions/Condition.js.map +1 -1
- package/dist/resources/Pipelines/Conditions/ConditionInterfaces.js +1 -2
- package/dist/resources/Pipelines/Conditions/index.js +2 -5
- package/dist/resources/Pipelines/Conditions/index.js.map +1 -1
- package/dist/resources/Pipelines/FacetStateRules/FacetStateRules.js +21 -30
- package/dist/resources/Pipelines/FacetStateRules/FacetStateRules.js.map +1 -1
- package/dist/resources/Pipelines/FacetStateRules/FacetStateRulesInterface.js +1 -2
- package/dist/resources/Pipelines/FacetStateRules/index.js +2 -5
- package/dist/resources/Pipelines/FacetStateRules/index.js.map +1 -1
- package/dist/resources/Pipelines/MLAssociations/MLAssociations.js +30 -37
- package/dist/resources/Pipelines/MLAssociations/MLAssociations.js.map +1 -1
- package/dist/resources/Pipelines/MLAssociations/MLAssociationsInterfaces.js +1 -2
- package/dist/resources/Pipelines/MLAssociations/index.js +2 -5
- package/dist/resources/Pipelines/MLAssociations/index.js.map +1 -1
- package/dist/resources/Pipelines/Pipelines.js +50 -49
- package/dist/resources/Pipelines/Pipelines.js.map +1 -1
- package/dist/resources/Pipelines/PipelinesInterfaces.js +1 -2
- package/dist/resources/Pipelines/ResultRankings/ResultRankings.js +38 -41
- package/dist/resources/Pipelines/ResultRankings/ResultRankings.js.map +1 -1
- package/dist/resources/Pipelines/ResultRankings/ResultRankingsInterfaces.js +1 -2
- package/dist/resources/Pipelines/ResultRankings/index.js +2 -5
- package/dist/resources/Pipelines/ResultRankings/index.js.map +1 -1
- package/dist/resources/Pipelines/StatementGroups/StatementGroups.js +26 -32
- package/dist/resources/Pipelines/StatementGroups/StatementGroups.js.map +1 -1
- package/dist/resources/Pipelines/StatementGroups/StatementGroupsInterfaces.js +2 -5
- package/dist/resources/Pipelines/StatementGroups/StatementGroupsInterfaces.js.map +1 -1
- package/dist/resources/Pipelines/StatementGroups/index.js +2 -5
- package/dist/resources/Pipelines/StatementGroups/index.js.map +1 -1
- package/dist/resources/Pipelines/Statements/Statements.js +43 -45
- package/dist/resources/Pipelines/Statements/Statements.js.map +1 -1
- package/dist/resources/Pipelines/Statements/StatementsInterfaces.js +1 -2
- package/dist/resources/Pipelines/Statements/index.js +2 -5
- package/dist/resources/Pipelines/Statements/index.js.map +1 -1
- package/dist/resources/Pipelines/index.js +8 -11
- package/dist/resources/Pipelines/index.js.map +1 -1
- package/dist/resources/PlatformResources.js +150 -110
- package/dist/resources/PlatformResources.js.map +1 -1
- package/dist/resources/PrivilegeEvaluator/PrivilegeEvaluator.js +11 -17
- package/dist/resources/PrivilegeEvaluator/PrivilegeEvaluator.js.map +1 -1
- package/dist/resources/PrivilegeEvaluator/PrivilegeEvaluatorInterfaces.js +2 -5
- package/dist/resources/PrivilegeEvaluator/PrivilegeEvaluatorInterfaces.js.map +1 -1
- package/dist/resources/PrivilegeEvaluator/index.js +2 -5
- package/dist/resources/PrivilegeEvaluator/index.js.map +1 -1
- package/dist/resources/Products/Product.js +7 -17
- package/dist/resources/Products/Product.js.map +1 -1
- package/dist/resources/Products/ProductInterfaces.js +1 -2
- package/dist/resources/Products/index.js +2 -5
- package/dist/resources/Products/index.js.map +1 -1
- package/dist/resources/PushApi/PushApi.js +19 -28
- package/dist/resources/PushApi/PushApi.js.map +1 -1
- package/dist/resources/PushApi/PushApiInterfaces.js +1 -2
- package/dist/resources/PushApi/index.js +2 -5
- package/dist/resources/PushApi/index.js.map +1 -1
- package/dist/resources/Resource.js +14 -15
- package/dist/resources/Resource.js.map +1 -1
- package/dist/resources/ResourceSnapshots/ResourceSnapshots.js +73 -91
- package/dist/resources/ResourceSnapshots/ResourceSnapshots.js.map +1 -1
- package/dist/resources/ResourceSnapshots/ResourceSnapshotsInterfaces.js +22 -25
- package/dist/resources/ResourceSnapshots/ResourceSnapshotsInterfaces.js.map +1 -1
- package/dist/resources/ResourceSnapshots/index.js +2 -5
- package/dist/resources/ResourceSnapshots/index.js.map +1 -1
- package/dist/resources/Saml/Saml.js +25 -34
- package/dist/resources/Saml/Saml.js.map +1 -1
- package/dist/resources/Saml/SamlInterfaces.js +1 -2
- package/dist/resources/Saml/index.js +2 -5
- package/dist/resources/Saml/index.js.map +1 -1
- package/dist/resources/SchemaService/SchemaService.js +46 -51
- package/dist/resources/SchemaService/SchemaService.js.map +1 -1
- package/dist/resources/SchemaService/SchemaServiceInterfaces.js +1 -2
- package/dist/resources/SchemaService/index.js +2 -5
- package/dist/resources/SchemaService/index.js.map +1 -1
- package/dist/resources/Search/Search.js +20 -26
- package/dist/resources/Search/Search.js.map +1 -1
- package/dist/resources/Search/SearchInterfaces.js +1 -2
- package/dist/resources/Search/index.js +2 -5
- package/dist/resources/Search/index.js.map +1 -1
- package/dist/resources/SearchInterfaces/SearchInterfaces.js +37 -46
- package/dist/resources/SearchInterfaces/SearchInterfaces.js.map +1 -1
- package/dist/resources/SearchInterfaces/SearchInterfaces.model.js +1 -2
- package/dist/resources/SearchInterfaces/index.js +2 -5
- package/dist/resources/SearchInterfaces/index.js.map +1 -1
- package/dist/resources/SearchPages/SearchPages.js +48 -57
- package/dist/resources/SearchPages/SearchPages.js.map +1 -1
- package/dist/resources/SearchPages/SearchPagesInterfaces.js +1 -2
- package/dist/resources/SearchPages/index.js +2 -5
- package/dist/resources/SearchPages/index.js.map +1 -1
- package/dist/resources/SearchUsageMetrics/LicenseMetrics/LicenseMetrics.js +13 -22
- package/dist/resources/SearchUsageMetrics/LicenseMetrics/LicenseMetrics.js.map +1 -1
- package/dist/resources/SearchUsageMetrics/LicenseMetrics/LicenseMetricsInterface.js +1 -2
- package/dist/resources/SearchUsageMetrics/LicenseMetrics/index.js +2 -5
- package/dist/resources/SearchUsageMetrics/LicenseMetrics/index.js.map +1 -1
- package/dist/resources/SearchUsageMetrics/RawMetrics/RawMetrics.js +22 -37
- package/dist/resources/SearchUsageMetrics/RawMetrics/RawMetrics.js.map +1 -1
- package/dist/resources/SearchUsageMetrics/RawMetrics/RawMetricsInterface.js +1 -2
- package/dist/resources/SearchUsageMetrics/RawMetrics/index.js +2 -5
- package/dist/resources/SearchUsageMetrics/RawMetrics/index.js.map +1 -1
- package/dist/resources/SearchUsageMetrics/SearchHubs/SearchHubs.js +22 -35
- package/dist/resources/SearchUsageMetrics/SearchHubs/SearchHubs.js.map +1 -1
- package/dist/resources/SearchUsageMetrics/SearchHubs/SearchHubsInterface.js +1 -2
- package/dist/resources/SearchUsageMetrics/SearchHubs/index.js +2 -5
- package/dist/resources/SearchUsageMetrics/SearchHubs/index.js.map +1 -1
- package/dist/resources/SearchUsageMetrics/SearchUsageMetrics.js +18 -20
- package/dist/resources/SearchUsageMetrics/SearchUsageMetrics.js.map +1 -1
- package/dist/resources/SearchUsageMetrics/index.js +4 -7
- package/dist/resources/SearchUsageMetrics/index.js.map +1 -1
- package/dist/resources/SecurityCache/SecurityCache.js +61 -73
- package/dist/resources/SecurityCache/SecurityCache.js.map +1 -1
- package/dist/resources/SecurityCache/SecurityCacheInterfaces.js +1 -2
- package/dist/resources/SecurityCache/index.js +2 -5
- package/dist/resources/SecurityCache/index.js.map +1 -1
- package/dist/resources/Sources/Sources.js +116 -117
- package/dist/resources/Sources/Sources.js.map +1 -1
- package/dist/resources/Sources/SourcesDatasets/SourcesDatasets.js +16 -26
- package/dist/resources/Sources/SourcesDatasets/SourcesDatasets.js.map +1 -1
- package/dist/resources/Sources/SourcesDatasets/SourcesDatasetsInterfaces.js +6 -9
- package/dist/resources/Sources/SourcesDatasets/SourcesDatasetsInterfaces.js.map +1 -1
- package/dist/resources/Sources/SourcesDatasets/index.js +2 -5
- package/dist/resources/Sources/SourcesDatasets/index.js.map +1 -1
- package/dist/resources/Sources/SourcesFields/SourcesFields.js +16 -26
- package/dist/resources/Sources/SourcesFields/SourcesFields.js.map +1 -1
- package/dist/resources/Sources/SourcesFields/SourcesFieldsInterfaces.js +1 -2
- package/dist/resources/Sources/SourcesFields/index.js +2 -5
- package/dist/resources/Sources/SourcesFields/index.js.map +1 -1
- package/dist/resources/Sources/SourcesInterfaces.js +1 -4
- package/dist/resources/Sources/SourcesInterfaces.js.map +1 -1
- package/dist/resources/Sources/SourcesMappings/SourcesMappings.js +10 -20
- package/dist/resources/Sources/SourcesMappings/SourcesMappings.js.map +1 -1
- package/dist/resources/Sources/SourcesMappings/SourcesMappingsInterfaces.js +1 -2
- package/dist/resources/Sources/SourcesMappings/index.js +2 -5
- package/dist/resources/Sources/SourcesMappings/index.js.map +1 -1
- package/dist/resources/Sources/SourcesMetadata/SourcesMetadata.js +13 -22
- package/dist/resources/Sources/SourcesMetadata/SourcesMetadata.js.map +1 -1
- package/dist/resources/Sources/SourcesMetadata/SourcesMetadataInterfaces.js +1 -2
- package/dist/resources/Sources/SourcesMetadata/index.js +2 -5
- package/dist/resources/Sources/SourcesMetadata/index.js.map +1 -1
- package/dist/resources/Sources/SourcesSubInterfaces/Address.js +1 -2
- package/dist/resources/Sources/SourcesSubInterfaces/Authentification.js +1 -2
- package/dist/resources/Sources/SourcesSubInterfaces/Document.js +1 -2
- package/dist/resources/Sources/SourcesSubInterfaces/Error.js +1 -2
- package/dist/resources/Sources/SourcesSubInterfaces/ExtendedDataFile.js +1 -2
- package/dist/resources/Sources/SourcesSubInterfaces/Extension.js +1 -2
- package/dist/resources/Sources/SourcesSubInterfaces/Information.js +1 -2
- package/dist/resources/Sources/SourcesSubInterfaces/Parameter.js +1 -2
- package/dist/resources/Sources/SourcesSubInterfaces/Permission.js +1 -2
- package/dist/resources/Sources/SourcesSubInterfaces/Url.js +1 -2
- package/dist/resources/Sources/SourcesSubInterfaces/User.js +1 -2
- package/dist/resources/Sources/SourcesSubInterfaces/index.js +11 -14
- package/dist/resources/Sources/SourcesSubInterfaces/index.js.map +1 -1
- package/dist/resources/Sources/index.js +6 -9
- package/dist/resources/Sources/index.js.map +1 -1
- package/dist/resources/TableauService/ContentQuery/ContentQuery.js +12 -21
- package/dist/resources/TableauService/ContentQuery/ContentQuery.js.map +1 -1
- package/dist/resources/TableauService/ContentQuery/ContentQueryInterfaces.js +1 -2
- package/dist/resources/TableauService/ContentQuery/index.js +2 -5
- package/dist/resources/TableauService/ContentQuery/index.js.map +1 -1
- package/dist/resources/TableauService/TableauService.js +12 -16
- package/dist/resources/TableauService/TableauService.js.map +1 -1
- package/dist/resources/TableauService/index.js +2 -5
- package/dist/resources/TableauService/index.js.map +1 -1
- package/dist/resources/UsageAnalytics/Read/Administration/Administration.js +13 -22
- package/dist/resources/UsageAnalytics/Read/Administration/Administration.js.map +1 -1
- package/dist/resources/UsageAnalytics/Read/Administration/AdministrationInterfaces.js +1 -2
- package/dist/resources/UsageAnalytics/Read/Administration/index.js +2 -5
- package/dist/resources/UsageAnalytics/Read/Administration/index.js.map +1 -1
- package/dist/resources/UsageAnalytics/Read/CommonParamParts.js +1 -2
- package/dist/resources/UsageAnalytics/Read/DataShare/DataShare.js +16 -25
- package/dist/resources/UsageAnalytics/Read/DataShare/DataShare.js.map +1 -1
- package/dist/resources/UsageAnalytics/Read/DataShare/DataShareInterfaces.js +1 -2
- package/dist/resources/UsageAnalytics/Read/DataShare/index.js +2 -5
- package/dist/resources/UsageAnalytics/Read/DataShare/index.js.map +1 -1
- package/dist/resources/UsageAnalytics/Read/Dimensions/Dimensions.js +51 -59
- package/dist/resources/UsageAnalytics/Read/Dimensions/Dimensions.js.map +1 -1
- package/dist/resources/UsageAnalytics/Read/Dimensions/DimensionsInterfaces.js +1 -2
- package/dist/resources/UsageAnalytics/Read/Dimensions/index.js +2 -5
- package/dist/resources/UsageAnalytics/Read/Dimensions/index.js.map +1 -1
- package/dist/resources/UsageAnalytics/Read/Exports/Exports.js +47 -57
- package/dist/resources/UsageAnalytics/Read/Exports/Exports.js.map +1 -1
- package/dist/resources/UsageAnalytics/Read/Exports/ExportsInterfaces.js +1 -2
- package/dist/resources/UsageAnalytics/Read/Exports/index.js +2 -5
- package/dist/resources/UsageAnalytics/Read/Exports/index.js.map +1 -1
- package/dist/resources/UsageAnalytics/Read/Filters/Filters.js +50 -59
- package/dist/resources/UsageAnalytics/Read/Filters/Filters.js.map +1 -1
- package/dist/resources/UsageAnalytics/Read/Filters/FiltersInterfaces.js +1 -2
- package/dist/resources/UsageAnalytics/Read/Filters/index.js +2 -5
- package/dist/resources/UsageAnalytics/Read/Filters/index.js.map +1 -1
- package/dist/resources/UsageAnalytics/Read/ReadServiceCommon.js +6 -9
- package/dist/resources/UsageAnalytics/Read/ReadServiceCommon.js.map +1 -1
- package/dist/resources/UsageAnalytics/Read/ReadServiceResource.js +6 -15
- package/dist/resources/UsageAnalytics/Read/ReadServiceResource.js.map +1 -1
- package/dist/resources/UsageAnalytics/Read/Reports/Reports.js +41 -50
- package/dist/resources/UsageAnalytics/Read/Reports/Reports.js.map +1 -1
- package/dist/resources/UsageAnalytics/Read/Reports/ReportsInterfaces.js +2 -5
- package/dist/resources/UsageAnalytics/Read/Reports/ReportsInterfaces.js.map +1 -1
- package/dist/resources/UsageAnalytics/Read/Reports/index.js +2 -5
- package/dist/resources/UsageAnalytics/Read/Reports/index.js.map +1 -1
- package/dist/resources/UsageAnalytics/Read/Snowflake/Snowflake.js +37 -46
- package/dist/resources/UsageAnalytics/Read/Snowflake/Snowflake.js.map +1 -1
- package/dist/resources/UsageAnalytics/Read/Snowflake/SnowflakeInterfaces.js +1 -2
- package/dist/resources/UsageAnalytics/Read/Snowflake/index.js +2 -5
- package/dist/resources/UsageAnalytics/Read/Snowflake/index.js.map +1 -1
- package/dist/resources/UsageAnalytics/Read/Statistics/Statistics.js +40 -49
- package/dist/resources/UsageAnalytics/Read/Statistics/Statistics.js.map +1 -1
- package/dist/resources/UsageAnalytics/Read/Statistics/StatisticsInterfaces.js +1 -2
- package/dist/resources/UsageAnalytics/Read/Statistics/index.js +2 -5
- package/dist/resources/UsageAnalytics/Read/Statistics/index.js.map +1 -1
- package/dist/resources/UsageAnalytics/Read/Users/Users.js +25 -34
- package/dist/resources/UsageAnalytics/Read/Users/Users.js.map +1 -1
- package/dist/resources/UsageAnalytics/Read/Users/UsersInterfaces.js +1 -2
- package/dist/resources/UsageAnalytics/Read/Users/index.js +2 -5
- package/dist/resources/UsageAnalytics/Read/Users/index.js.map +1 -1
- package/dist/resources/UsageAnalytics/Read/index.js +11 -14
- package/dist/resources/UsageAnalytics/Read/index.js.map +1 -1
- package/dist/resources/UsageAnalytics/UsageAnalytics.js +33 -30
- package/dist/resources/UsageAnalytics/UsageAnalytics.js.map +1 -1
- package/dist/resources/UsageAnalytics/index.js +2 -5
- package/dist/resources/UsageAnalytics/index.js.map +1 -1
- package/dist/resources/Users/User.js +12 -24
- package/dist/resources/Users/User.js.map +1 -1
- package/dist/resources/Users/UserInterfaces.js +1 -2
- package/dist/resources/Users/index.js +2 -5
- package/dist/resources/Users/index.js.map +1 -1
- package/dist/resources/Vaults/Vaults.js +19 -28
- package/dist/resources/Vaults/Vaults.js.map +1 -1
- package/dist/resources/Vaults/VaultsInterfaces.js +1 -2
- package/dist/resources/Vaults/index.js +2 -5
- package/dist/resources/Vaults/index.js.map +1 -1
- package/dist/resources/index.js +48 -51
- package/dist/resources/index.js.map +1 -1
- package/dist/utils/Retriever.js +2 -4
- package/dist/utils/Retriever.js.map +1 -1
- package/dist/utils/WithRequired.js +1 -2
- package/dist/utils/index.js +2 -5
- package/dist/utils/index.js.map +1 -1
- package/dist/utils/normalizePaginatedOptions.js +4 -9
- package/dist/utils/normalizePaginatedOptions.js.map +1 -1
- package/package.json +16 -16
package/dist/resources/Enums.js
CHANGED
|
@@ -1,21 +1,16 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.ModelStatus = exports.IntervalUnit = exports.SecurityProviderReferenceType = exports.PermissionIdentityType = exports.ExtensionSettingConverter = exports.ExtensionSettingActionOnError = exports.ExtensionSettingAction = exports.AuthenticationInputType = exports.AuthenticationActionMethod = exports.PatternType = exports.SourceSecurityOption = exports.SinglePermissionState = exports.SinglePermissionResult = exports.SinglePermissionIdentityType = exports.UrlFilterType = exports.SourceExtensionActionOnError = exports.DocumentPermissionState = exports.MappingModelKind = exports.ExcerptSource = exports.RestUserIdType = exports.SecurityProviderType = exports.ActivityOperation = exports.SnapshotSortingType = exports.SortingType = exports.UpdateStatusCategory = exports.FilterStatusType = exports.FilterLastOperationType = exports.FilterLastOperationResultType = exports.FilterHostType = exports.IndexType = exports.IndexBackupTypes = exports.SourceCategory = exports.SourceVisibility = exports.SourceType = exports.SourceStatusTypeWithTransition = exports.SourceStatusType = exports.SourceOperationalStatus = exports.ExtensionLanguageType = exports.DataStreamType = exports.OperationType = exports.SortingBy = exports.SortingOrder = exports.FacetOrSortStatus = exports.FieldOrigin = exports.FieldTypes = exports.ScheduleType = exports.SecurityCacheStateOptions = exports.AuthProvider = exports.PrivilegeholderType = exports.AccessLevel = void 0;
|
|
4
|
-
exports.VaultFetchStrategy = exports.ReportType = exports.ExportScheduleFrequency = exports.DayOfWeek = exports.SnowflakeReaderAccountStatus = exports.CSVFileFormat = exports.ExportTablesType = exports.ExportStatus = exports.IndexingPipelineLogTasks = exports.IndexingPipelineLogResults = exports.IndexingPipelineLogOperations = exports.SubscriptionStatusHealthIndicatorEnum = exports.SubscriptionTypeEnum = exports.SubscriptionFrequencyEnum = exports.SearchHubLicenseType = exports.SearchHubLicenseMetrics = exports.SearchHubRawMetrics = exports.LicenseSection = exports.ModelTypes = exports.FormInputType = exports.FormAuthenticationFailedMethod = exports.RegionType = exports.DimensionEventTypes = exports.DimensionStatus = exports.AccountStatus = exports.DimensionType = exports.PermanentStatementGroupStatusType = exports.CampaignStatementGroupStatusType = exports.ListStatementGroupStatusType = exports.StatementGroupType = exports.ListStatementSortBy = exports.ResultRankingLocalizedContentLocales = exports.FacetRuleState = exports.FacetRuleKind = exports.PredicateMatchOperator = exports.PredicateLocaleKind = exports.PredicateKind = exports.ResultRankingPredicateKind = exports.ResultRankingMatchOperators = exports.ResultRankingLocales = exports.ResultRankingsStatuses = exports.ResultRankingsRuleTypes = exports.ResultRankingsKind = exports.StatementsFeature = exports.LanguageCode = exports.ProductName = exports.ProductEdition = exports.ProductType = exports.ModelConfigFileType = exports.ModelActivenessState = void 0;
|
|
5
|
-
exports.ProductsSortByType = exports.ProductsFacetRequestSortType = exports.FieldValueType = exports.FieldOperatorType = exports.VaultValueType = exports.VaultVisibilityType = exports.DataShareStatus = void 0;
|
|
6
|
-
var AccessLevel;
|
|
1
|
+
export var AccessLevel;
|
|
7
2
|
(function (AccessLevel) {
|
|
8
3
|
AccessLevel["EDIT_ALL"] = "EDIT_ALL";
|
|
9
4
|
AccessLevel["CUSTOM"] = "CUSTOM";
|
|
10
5
|
AccessLevel["VIEW_ALL"] = "VIEW_ALL";
|
|
11
6
|
AccessLevel["NONE"] = "NONE";
|
|
12
|
-
})(AccessLevel =
|
|
13
|
-
var PrivilegeholderType;
|
|
7
|
+
})(AccessLevel = AccessLevel || (AccessLevel = {}));
|
|
8
|
+
export var PrivilegeholderType;
|
|
14
9
|
(function (PrivilegeholderType) {
|
|
15
10
|
PrivilegeholderType["API_KEY"] = "API_KEY";
|
|
16
11
|
PrivilegeholderType["GROUP"] = "GROUP";
|
|
17
|
-
})(PrivilegeholderType =
|
|
18
|
-
var AuthProvider;
|
|
12
|
+
})(PrivilegeholderType = PrivilegeholderType || (PrivilegeholderType = {}));
|
|
13
|
+
export var AuthProvider;
|
|
19
14
|
(function (AuthProvider) {
|
|
20
15
|
AuthProvider["SALESFORCE"] = "SALESFORCE";
|
|
21
16
|
AuthProvider["SALESFORCE_SANDBOX"] = "SALESFORCE_SANDBOX";
|
|
@@ -23,8 +18,8 @@ var AuthProvider;
|
|
|
23
18
|
AuthProvider["OFFICE365"] = "OFFICE365";
|
|
24
19
|
AuthProvider["SAML"] = "SAML";
|
|
25
20
|
AuthProvider["EMAIL"] = "EMAIL";
|
|
26
|
-
})(AuthProvider =
|
|
27
|
-
var SecurityCacheStateOptions;
|
|
21
|
+
})(AuthProvider = AuthProvider || (AuthProvider = {}));
|
|
22
|
+
export var SecurityCacheStateOptions;
|
|
28
23
|
(function (SecurityCacheStateOptions) {
|
|
29
24
|
SecurityCacheStateOptions["Unknown"] = "UNKNOWN";
|
|
30
25
|
SecurityCacheStateOptions["UpToDate"] = "UP_TO_DATE";
|
|
@@ -32,16 +27,16 @@ var SecurityCacheStateOptions;
|
|
|
32
27
|
SecurityCacheStateOptions["OutOfDate"] = "OUT_OF_DATE";
|
|
33
28
|
SecurityCacheStateOptions["InError"] = "IN_ERROR";
|
|
34
29
|
SecurityCacheStateOptions["Disabled"] = "DISABLED";
|
|
35
|
-
})(SecurityCacheStateOptions =
|
|
36
|
-
var ScheduleType;
|
|
30
|
+
})(SecurityCacheStateOptions = SecurityCacheStateOptions || (SecurityCacheStateOptions = {}));
|
|
31
|
+
export var ScheduleType;
|
|
37
32
|
(function (ScheduleType) {
|
|
38
33
|
ScheduleType["Minutely"] = "MINUTELY";
|
|
39
34
|
ScheduleType["Hourly"] = "HOURLY";
|
|
40
35
|
ScheduleType["Daily"] = "DAILY";
|
|
41
36
|
ScheduleType["Weekly"] = "WEEKLY";
|
|
42
37
|
ScheduleType["Monthly"] = "MONTHLY";
|
|
43
|
-
})(ScheduleType =
|
|
44
|
-
var FieldTypes;
|
|
38
|
+
})(ScheduleType = ScheduleType || (ScheduleType = {}));
|
|
39
|
+
export var FieldTypes;
|
|
45
40
|
(function (FieldTypes) {
|
|
46
41
|
FieldTypes["LONG"] = "LONG";
|
|
47
42
|
FieldTypes["LONG_64"] = "LONG_64";
|
|
@@ -49,31 +44,31 @@ var FieldTypes;
|
|
|
49
44
|
FieldTypes["DATE"] = "DATE";
|
|
50
45
|
FieldTypes["STRING"] = "STRING";
|
|
51
46
|
FieldTypes["VECTOR"] = "VECTOR";
|
|
52
|
-
})(FieldTypes =
|
|
53
|
-
var FieldOrigin;
|
|
47
|
+
})(FieldTypes = FieldTypes || (FieldTypes = {}));
|
|
48
|
+
export var FieldOrigin;
|
|
54
49
|
(function (FieldOrigin) {
|
|
55
50
|
FieldOrigin["ALL"] = "ALL";
|
|
56
51
|
FieldOrigin["USER"] = "USER";
|
|
57
52
|
FieldOrigin["SYSTEM"] = "SYSTEM";
|
|
58
|
-
})(FieldOrigin =
|
|
59
|
-
var FacetOrSortStatus;
|
|
53
|
+
})(FieldOrigin = FieldOrigin || (FieldOrigin = {}));
|
|
54
|
+
export var FacetOrSortStatus;
|
|
60
55
|
(function (FacetOrSortStatus) {
|
|
61
56
|
FacetOrSortStatus["ALL"] = "ALL";
|
|
62
57
|
FacetOrSortStatus["TRUE_ONLY"] = "TRUE_ONLY";
|
|
63
58
|
FacetOrSortStatus["FALSE_ONLY"] = "FALSE_ONLY";
|
|
64
|
-
})(FacetOrSortStatus =
|
|
65
|
-
var SortingOrder;
|
|
59
|
+
})(FacetOrSortStatus = FacetOrSortStatus || (FacetOrSortStatus = {}));
|
|
60
|
+
export var SortingOrder;
|
|
66
61
|
(function (SortingOrder) {
|
|
67
62
|
SortingOrder["ASC"] = "ASC";
|
|
68
63
|
SortingOrder["DESC"] = "DESC";
|
|
69
|
-
})(SortingOrder =
|
|
70
|
-
var SortingBy;
|
|
64
|
+
})(SortingOrder = SortingOrder || (SortingOrder = {}));
|
|
65
|
+
export var SortingBy;
|
|
71
66
|
(function (SortingBy) {
|
|
72
67
|
SortingBy["RELEVANCY"] = "relevancy";
|
|
73
68
|
SortingBy["DATE"] = "date";
|
|
74
69
|
SortingBy["FIELD"] = "field";
|
|
75
|
-
})(SortingBy =
|
|
76
|
-
var OperationType;
|
|
70
|
+
})(SortingBy = SortingBy || (SortingBy = {}));
|
|
71
|
+
export var OperationType;
|
|
77
72
|
(function (OperationType) {
|
|
78
73
|
OperationType["REBUILD"] = "REBUILD";
|
|
79
74
|
OperationType["FULL_REFRESH"] = "FULL_REFRESH";
|
|
@@ -83,19 +78,19 @@ var OperationType;
|
|
|
83
78
|
OperationType["SECURITY_PROVIDER_REFRESH_ENTITIES_NOT_UPDATED"] = "SECURITY_PROVIDER_REFRESH_ENTITIES_NOT_UPDATED";
|
|
84
79
|
OperationType["SECURITY_CACHE_REFRESH"] = "SECURITY_CACHE_REFRESH";
|
|
85
80
|
OperationType["SECURITY_CACHE_REFRESH_ENTITIES_IN_ERROR"] = "SECURITY_CACHE_REFRESH_ENTITIES_IN_ERROR";
|
|
86
|
-
})(OperationType =
|
|
87
|
-
var DataStreamType;
|
|
81
|
+
})(OperationType = OperationType || (OperationType = {}));
|
|
82
|
+
export var DataStreamType;
|
|
88
83
|
(function (DataStreamType) {
|
|
89
84
|
DataStreamType["BODY_TEXT"] = "BODY_TEXT";
|
|
90
85
|
DataStreamType["BODY_HTML"] = "BODY_HTML";
|
|
91
86
|
DataStreamType["THUMBNAIL"] = "THUMBNAIL";
|
|
92
87
|
DataStreamType["DOCUMENT_DATA"] = "DOCUMENT_DATA";
|
|
93
|
-
})(DataStreamType =
|
|
94
|
-
var ExtensionLanguageType;
|
|
88
|
+
})(DataStreamType = DataStreamType || (DataStreamType = {}));
|
|
89
|
+
export var ExtensionLanguageType;
|
|
95
90
|
(function (ExtensionLanguageType) {
|
|
96
91
|
ExtensionLanguageType["PYTHON3"] = "PYTHON3";
|
|
97
|
-
})(ExtensionLanguageType =
|
|
98
|
-
var SourceOperationalStatus;
|
|
92
|
+
})(ExtensionLanguageType = ExtensionLanguageType || (ExtensionLanguageType = {}));
|
|
93
|
+
export var SourceOperationalStatus;
|
|
99
94
|
(function (SourceOperationalStatus) {
|
|
100
95
|
SourceOperationalStatus["ALL"] = "ALL";
|
|
101
96
|
SourceOperationalStatus["LAST_OPERATION_IN_ERROR"] = "LAST_OPERATION_IN_ERROR";
|
|
@@ -103,8 +98,8 @@ var SourceOperationalStatus;
|
|
|
103
98
|
SourceOperationalStatus["PAUSED"] = "PAUSED";
|
|
104
99
|
SourceOperationalStatus["READY"] = "READY";
|
|
105
100
|
SourceOperationalStatus["RUNNING"] = "RUNNING";
|
|
106
|
-
})(SourceOperationalStatus =
|
|
107
|
-
var SourceStatusType;
|
|
101
|
+
})(SourceOperationalStatus = SourceOperationalStatus || (SourceOperationalStatus = {}));
|
|
102
|
+
export var SourceStatusType;
|
|
108
103
|
(function (SourceStatusType) {
|
|
109
104
|
SourceStatusType["CREATING"] = "CREATING";
|
|
110
105
|
SourceStatusType["DISABLED"] = "DISABLED";
|
|
@@ -114,8 +109,8 @@ var SourceStatusType;
|
|
|
114
109
|
SourceStatusType["PAUSED_ON_ERROR"] = "PAUSED_ON_ERROR";
|
|
115
110
|
SourceStatusType["PUSH_READY"] = "PUSH_READY";
|
|
116
111
|
SourceStatusType["REFRESHING"] = "REFRESHING";
|
|
117
|
-
})(SourceStatusType =
|
|
118
|
-
var SourceStatusTypeWithTransition;
|
|
112
|
+
})(SourceStatusType = SourceStatusType || (SourceStatusType = {}));
|
|
113
|
+
export var SourceStatusTypeWithTransition;
|
|
119
114
|
(function (SourceStatusTypeWithTransition) {
|
|
120
115
|
SourceStatusTypeWithTransition["CANCELING"] = "CANCELING";
|
|
121
116
|
SourceStatusTypeWithTransition["CREATING"] = "CREATING";
|
|
@@ -130,8 +125,8 @@ var SourceStatusTypeWithTransition;
|
|
|
130
125
|
SourceStatusTypeWithTransition["REFRESHING"] = "REFRESHING";
|
|
131
126
|
SourceStatusTypeWithTransition["RESUMING"] = "RESUMING";
|
|
132
127
|
SourceStatusTypeWithTransition["STARTING_REFRESH"] = "STARTING_REFRESH";
|
|
133
|
-
})(SourceStatusTypeWithTransition =
|
|
134
|
-
var SourceType;
|
|
128
|
+
})(SourceStatusTypeWithTransition = SourceStatusTypeWithTransition || (SourceStatusTypeWithTransition = {}));
|
|
129
|
+
export var SourceType;
|
|
135
130
|
(function (SourceType) {
|
|
136
131
|
SourceType["ADOBE_EXPERIENCE_MANAGER"] = "ADOBE_EXPERIENCE_MANAGER";
|
|
137
132
|
SourceType["AMAZONS3"] = "AMAZONS3";
|
|
@@ -177,51 +172,51 @@ var SourceType;
|
|
|
177
172
|
SourceType["WEB2"] = "WEB2";
|
|
178
173
|
SourceType["YOUTUBE"] = "YOUTUBE";
|
|
179
174
|
SourceType["ZENDESK"] = "ZENDESK";
|
|
180
|
-
})(SourceType =
|
|
181
|
-
var SourceVisibility;
|
|
175
|
+
})(SourceType = SourceType || (SourceType = {}));
|
|
176
|
+
export var SourceVisibility;
|
|
182
177
|
(function (SourceVisibility) {
|
|
183
178
|
SourceVisibility["PRIVATE"] = "PRIVATE";
|
|
184
179
|
SourceVisibility["SECURED"] = "SECURED";
|
|
185
180
|
SourceVisibility["SHARED"] = "SHARED";
|
|
186
|
-
})(SourceVisibility =
|
|
187
|
-
var SourceCategory;
|
|
181
|
+
})(SourceVisibility = SourceVisibility || (SourceVisibility = {}));
|
|
182
|
+
export var SourceCategory;
|
|
188
183
|
(function (SourceCategory) {
|
|
189
184
|
SourceCategory["CLOUD"] = "CLOUD";
|
|
190
185
|
SourceCategory["ON_PREM"] = "ON_PREM";
|
|
191
186
|
SourceCategory["CRAWLING_MODULE"] = "CRAWLING_MODULE";
|
|
192
|
-
})(SourceCategory =
|
|
193
|
-
var IndexBackupTypes;
|
|
187
|
+
})(SourceCategory = SourceCategory || (SourceCategory = {}));
|
|
188
|
+
export var IndexBackupTypes;
|
|
194
189
|
(function (IndexBackupTypes) {
|
|
195
190
|
IndexBackupTypes["FULL"] = "FULL";
|
|
196
191
|
IndexBackupTypes["NONE"] = "NONE";
|
|
197
192
|
IndexBackupTypes["REGULAR"] = "REGULAR";
|
|
198
|
-
})(IndexBackupTypes =
|
|
199
|
-
var IndexType;
|
|
193
|
+
})(IndexBackupTypes = IndexBackupTypes || (IndexBackupTypes = {}));
|
|
194
|
+
export var IndexType;
|
|
200
195
|
(function (IndexType) {
|
|
201
196
|
IndexType["COVEO"] = "COVEO";
|
|
202
197
|
IndexType["ELASTIC"] = "ELASTIC";
|
|
203
198
|
IndexType["INDEX_LESS"] = "INDEX_LESS";
|
|
204
199
|
IndexType["ON_PREMISES"] = "ON_PREMISES";
|
|
205
|
-
})(IndexType =
|
|
206
|
-
var FilterHostType;
|
|
200
|
+
})(IndexType = IndexType || (IndexType = {}));
|
|
201
|
+
export var FilterHostType;
|
|
207
202
|
(function (FilterHostType) {
|
|
208
203
|
FilterHostType["CLOUD"] = "CLOUD";
|
|
209
204
|
FilterHostType["CRAWLING_MODULE"] = "CRAWLING_MODULE";
|
|
210
205
|
FilterHostType["PUSH"] = "PUSH";
|
|
211
|
-
})(FilterHostType =
|
|
212
|
-
var FilterLastOperationResultType;
|
|
206
|
+
})(FilterHostType = FilterHostType || (FilterHostType = {}));
|
|
207
|
+
export var FilterLastOperationResultType;
|
|
213
208
|
(function (FilterLastOperationResultType) {
|
|
214
209
|
FilterLastOperationResultType["SUCCESS"] = "SUCCESS";
|
|
215
210
|
FilterLastOperationResultType["ERROR"] = "ERROR";
|
|
216
211
|
FilterLastOperationResultType["ABORT"] = "ABORT";
|
|
217
|
-
})(FilterLastOperationResultType =
|
|
218
|
-
var FilterLastOperationType;
|
|
212
|
+
})(FilterLastOperationResultType = FilterLastOperationResultType || (FilterLastOperationResultType = {}));
|
|
213
|
+
export var FilterLastOperationType;
|
|
219
214
|
(function (FilterLastOperationType) {
|
|
220
215
|
FilterLastOperationType["INCREMENTAL_REFRESH"] = "INCREMENTAL_REFRESH";
|
|
221
216
|
FilterLastOperationType["FULL_REFRESH"] = "FULL_REFRESH";
|
|
222
217
|
FilterLastOperationType["REBUILD"] = "REBUILD";
|
|
223
|
-
})(FilterLastOperationType =
|
|
224
|
-
var FilterStatusType;
|
|
218
|
+
})(FilterLastOperationType = FilterLastOperationType || (FilterLastOperationType = {}));
|
|
219
|
+
export var FilterStatusType;
|
|
225
220
|
(function (FilterStatusType) {
|
|
226
221
|
FilterStatusType["CREATING"] = "CREATING";
|
|
227
222
|
FilterStatusType["REFRESHING"] = "REFRESHING";
|
|
@@ -229,28 +224,28 @@ var FilterStatusType;
|
|
|
229
224
|
FilterStatusType["PAUSED_ON_ERROR"] = "PAUSED_ON_ERROR";
|
|
230
225
|
FilterStatusType["IDLE"] = "IDLE";
|
|
231
226
|
FilterStatusType["ERROR"] = "ERROR";
|
|
232
|
-
})(FilterStatusType =
|
|
233
|
-
var UpdateStatusCategory;
|
|
227
|
+
})(FilterStatusType = FilterStatusType || (FilterStatusType = {}));
|
|
228
|
+
export var UpdateStatusCategory;
|
|
234
229
|
(function (UpdateStatusCategory) {
|
|
235
230
|
UpdateStatusCategory["MINOR"] = "MINOR";
|
|
236
231
|
UpdateStatusCategory["CRITICAL"] = "CRITICAL";
|
|
237
232
|
UpdateStatusCategory["BREAKING"] = "BREAKING";
|
|
238
|
-
})(UpdateStatusCategory =
|
|
239
|
-
var SortingType;
|
|
233
|
+
})(UpdateStatusCategory = UpdateStatusCategory || (UpdateStatusCategory = {}));
|
|
234
|
+
export var SortingType;
|
|
240
235
|
(function (SortingType) {
|
|
241
236
|
SortingType["TYPE"] = "TYPE";
|
|
242
237
|
SortingType["NAME"] = "NAME";
|
|
243
238
|
SortingType["STATUS"] = "STATUS";
|
|
244
239
|
SortingType["CONTENT"] = "CONTENT";
|
|
245
|
-
})(SortingType =
|
|
246
|
-
var SnapshotSortingType;
|
|
240
|
+
})(SortingType = SortingType || (SortingType = {}));
|
|
241
|
+
export var SnapshotSortingType;
|
|
247
242
|
(function (SnapshotSortingType) {
|
|
248
243
|
SnapshotSortingType["CREATED_DATE"] = "CREATED_DATE";
|
|
249
244
|
SnapshotSortingType["DEVELOPER_NOTE"] = "DEVELOPER_NOTE";
|
|
250
245
|
SnapshotSortingType["CREATED_BY"] = "CREATED_BY";
|
|
251
246
|
SnapshotSortingType["ORIGIN_ID"] = "ORIGIN_ID";
|
|
252
|
-
})(SnapshotSortingType =
|
|
253
|
-
var ActivityOperation;
|
|
247
|
+
})(SnapshotSortingType = SnapshotSortingType || (SnapshotSortingType = {}));
|
|
248
|
+
export var ActivityOperation;
|
|
254
249
|
(function (ActivityOperation) {
|
|
255
250
|
ActivityOperation["COMMIT"] = "COMMIT";
|
|
256
251
|
ActivityOperation["CREATE"] = "CREATE";
|
|
@@ -292,8 +287,8 @@ var ActivityOperation;
|
|
|
292
287
|
ActivityOperation["REFRESH_CANCEL"] = "REFRESH_CANCEL";
|
|
293
288
|
ActivityOperation["LIMIT_REACHED"] = "LIMIT_REACHED";
|
|
294
289
|
ActivityOperation["SEARCH_CERTIFICATE_UPDATE"] = "SEARCH_CERTIFICATE_UPDATE";
|
|
295
|
-
})(ActivityOperation =
|
|
296
|
-
var SecurityProviderType;
|
|
290
|
+
})(ActivityOperation = ActivityOperation || (ActivityOperation = {}));
|
|
291
|
+
export var SecurityProviderType;
|
|
297
292
|
(function (SecurityProviderType) {
|
|
298
293
|
SecurityProviderType["ACTIVE_DIRECTORY"] = "ACTIVE_DIRECTORY";
|
|
299
294
|
SecurityProviderType["ACTIVE_DIRECTORY2"] = "ACTIVE_DIRECTORY2";
|
|
@@ -320,25 +315,25 @@ var SecurityProviderType;
|
|
|
320
315
|
SecurityProviderType["SHAREPOINT_ONLINE"] = "SHAREPOINT_ONLINE";
|
|
321
316
|
SecurityProviderType["SITECORE"] = "SITECORE";
|
|
322
317
|
SecurityProviderType["ZENDESK"] = "ZENDESK";
|
|
323
|
-
})(SecurityProviderType =
|
|
324
|
-
var RestUserIdType;
|
|
318
|
+
})(SecurityProviderType = SecurityProviderType || (SecurityProviderType = {}));
|
|
319
|
+
export var RestUserIdType;
|
|
325
320
|
(function (RestUserIdType) {
|
|
326
321
|
RestUserIdType["User"] = "User";
|
|
327
322
|
RestUserIdType["Group"] = "Group";
|
|
328
323
|
RestUserIdType["VirtualGroup"] = "VirtualGroup";
|
|
329
324
|
RestUserIdType["Unknown"] = "Unknown";
|
|
330
|
-
})(RestUserIdType =
|
|
331
|
-
var ExcerptSource;
|
|
325
|
+
})(RestUserIdType = RestUserIdType || (RestUserIdType = {}));
|
|
326
|
+
export var ExcerptSource;
|
|
332
327
|
(function (ExcerptSource) {
|
|
333
328
|
ExcerptSource["Document"] = "Document";
|
|
334
329
|
ExcerptSource["Summary"] = "Summary";
|
|
335
|
-
})(ExcerptSource =
|
|
336
|
-
var MappingModelKind;
|
|
330
|
+
})(ExcerptSource = ExcerptSource || (ExcerptSource = {}));
|
|
331
|
+
export var MappingModelKind;
|
|
337
332
|
(function (MappingModelKind) {
|
|
338
333
|
MappingModelKind["COMMON"] = "COMMON";
|
|
339
334
|
MappingModelKind["MAPPING"] = "MAPPING";
|
|
340
|
-
})(MappingModelKind =
|
|
341
|
-
var DocumentPermissionState;
|
|
335
|
+
})(MappingModelKind = MappingModelKind || (MappingModelKind = {}));
|
|
336
|
+
export var DocumentPermissionState;
|
|
342
337
|
(function (DocumentPermissionState) {
|
|
343
338
|
DocumentPermissionState["UNKNOWN"] = "UNKNOWN";
|
|
344
339
|
DocumentPermissionState["VALID"] = "VALID";
|
|
@@ -346,25 +341,25 @@ var DocumentPermissionState;
|
|
|
346
341
|
DocumentPermissionState["INCOMPLETE"] = "INCOMPLETE";
|
|
347
342
|
DocumentPermissionState["IN_ERROR"] = "IN_ERROR";
|
|
348
343
|
DocumentPermissionState["WARNING"] = "WARNING";
|
|
349
|
-
})(DocumentPermissionState =
|
|
350
|
-
var SourceExtensionActionOnError;
|
|
344
|
+
})(DocumentPermissionState = DocumentPermissionState || (DocumentPermissionState = {}));
|
|
345
|
+
export var SourceExtensionActionOnError;
|
|
351
346
|
(function (SourceExtensionActionOnError) {
|
|
352
347
|
SourceExtensionActionOnError["REJECT_DOCUMENT"] = "REJECT_DOCUMENT";
|
|
353
348
|
SourceExtensionActionOnError["SKIP_EXTENSION"] = "SKIP_EXTENSION";
|
|
354
|
-
})(SourceExtensionActionOnError =
|
|
355
|
-
var UrlFilterType;
|
|
349
|
+
})(SourceExtensionActionOnError = SourceExtensionActionOnError || (SourceExtensionActionOnError = {}));
|
|
350
|
+
export var UrlFilterType;
|
|
356
351
|
(function (UrlFilterType) {
|
|
357
352
|
UrlFilterType["WILDCARD"] = "WILDCARD";
|
|
358
353
|
UrlFilterType["REGEX"] = "REGEX";
|
|
359
|
-
})(UrlFilterType =
|
|
360
|
-
var SinglePermissionIdentityType;
|
|
354
|
+
})(UrlFilterType = UrlFilterType || (UrlFilterType = {}));
|
|
355
|
+
export var SinglePermissionIdentityType;
|
|
361
356
|
(function (SinglePermissionIdentityType) {
|
|
362
357
|
SinglePermissionIdentityType["USER"] = "USER";
|
|
363
358
|
SinglePermissionIdentityType["GROUP"] = "GROUP";
|
|
364
359
|
SinglePermissionIdentityType["VIRTUAL_GROUP"] = "VIRTUAL_GROUP";
|
|
365
360
|
SinglePermissionIdentityType["UNKNOWN"] = "UNKNOWN";
|
|
366
|
-
})(SinglePermissionIdentityType =
|
|
367
|
-
var SinglePermissionResult;
|
|
361
|
+
})(SinglePermissionIdentityType = SinglePermissionIdentityType || (SinglePermissionIdentityType = {}));
|
|
362
|
+
export var SinglePermissionResult;
|
|
368
363
|
(function (SinglePermissionResult) {
|
|
369
364
|
SinglePermissionResult["NONE"] = "NONE";
|
|
370
365
|
SinglePermissionResult["SUCCESS"] = "SUCCESS";
|
|
@@ -376,8 +371,8 @@ var SinglePermissionResult;
|
|
|
376
371
|
SinglePermissionResult["SECURITY_PROVIDER_IS_UNREACHABLE"] = "SECURITY_PROVIDER_IS_UNREACHABLE";
|
|
377
372
|
SinglePermissionResult["SECURITY_PROVIDER_IS_NOT_READY"] = "SECURITY_PROVIDER_IS_NOT_READY";
|
|
378
373
|
SinglePermissionResult["UNEXPECTED_ERROR"] = "UNEXPECTED_ERROR";
|
|
379
|
-
})(SinglePermissionResult =
|
|
380
|
-
var SinglePermissionState;
|
|
374
|
+
})(SinglePermissionResult = SinglePermissionResult || (SinglePermissionResult = {}));
|
|
375
|
+
export var SinglePermissionState;
|
|
381
376
|
(function (SinglePermissionState) {
|
|
382
377
|
SinglePermissionState["UNKNOWN"] = "UNKNOWN";
|
|
383
378
|
SinglePermissionState["UP_TO_DATE"] = "UP_TO_DATE";
|
|
@@ -385,24 +380,24 @@ var SinglePermissionState;
|
|
|
385
380
|
SinglePermissionState["OUT_OF_DATE"] = "OUT_OF_DATE";
|
|
386
381
|
SinglePermissionState["IN_ERROR"] = "IN_ERROR";
|
|
387
382
|
SinglePermissionState["DISABLED"] = "DISABLED";
|
|
388
|
-
})(SinglePermissionState =
|
|
389
|
-
var SourceSecurityOption;
|
|
383
|
+
})(SinglePermissionState = SinglePermissionState || (SinglePermissionState = {}));
|
|
384
|
+
export var SourceSecurityOption;
|
|
390
385
|
(function (SourceSecurityOption) {
|
|
391
386
|
SourceSecurityOption["Retrieve"] = "Retrieve";
|
|
392
387
|
SourceSecurityOption["Specified"] = "Specified";
|
|
393
388
|
SourceSecurityOption["Merge"] = "Merge";
|
|
394
|
-
})(SourceSecurityOption =
|
|
395
|
-
var PatternType;
|
|
389
|
+
})(SourceSecurityOption = SourceSecurityOption || (SourceSecurityOption = {}));
|
|
390
|
+
export var PatternType;
|
|
396
391
|
(function (PatternType) {
|
|
397
392
|
PatternType["Wildcard"] = "Wildcard";
|
|
398
393
|
PatternType["RegEx"] = "RegEx";
|
|
399
|
-
})(PatternType =
|
|
400
|
-
var AuthenticationActionMethod;
|
|
394
|
+
})(PatternType = PatternType || (PatternType = {}));
|
|
395
|
+
export var AuthenticationActionMethod;
|
|
401
396
|
(function (AuthenticationActionMethod) {
|
|
402
397
|
AuthenticationActionMethod["Post"] = "Post";
|
|
403
398
|
AuthenticationActionMethod["Get"] = "Get";
|
|
404
|
-
})(AuthenticationActionMethod =
|
|
405
|
-
var AuthenticationInputType;
|
|
399
|
+
})(AuthenticationActionMethod = AuthenticationActionMethod || (AuthenticationActionMethod = {}));
|
|
400
|
+
export var AuthenticationInputType;
|
|
406
401
|
(function (AuthenticationInputType) {
|
|
407
402
|
AuthenticationInputType["Text"] = "Text";
|
|
408
403
|
AuthenticationInputType["Password"] = "Password";
|
|
@@ -414,19 +409,19 @@ var AuthenticationInputType;
|
|
|
414
409
|
AuthenticationInputType["Hidden"] = "Hidden";
|
|
415
410
|
AuthenticationInputType["Image"] = "Image";
|
|
416
411
|
AuthenticationInputType["Button"] = "Button";
|
|
417
|
-
})(AuthenticationInputType =
|
|
418
|
-
var ExtensionSettingAction;
|
|
412
|
+
})(AuthenticationInputType = AuthenticationInputType || (AuthenticationInputType = {}));
|
|
413
|
+
export var ExtensionSettingAction;
|
|
419
414
|
(function (ExtensionSettingAction) {
|
|
420
415
|
ExtensionSettingAction["Retrieve"] = "Retrieve";
|
|
421
416
|
ExtensionSettingAction["Reference"] = "Reference";
|
|
422
417
|
ExtensionSettingAction["Ignore"] = "Ignore";
|
|
423
|
-
})(ExtensionSettingAction =
|
|
424
|
-
var ExtensionSettingActionOnError;
|
|
418
|
+
})(ExtensionSettingAction = ExtensionSettingAction || (ExtensionSettingAction = {}));
|
|
419
|
+
export var ExtensionSettingActionOnError;
|
|
425
420
|
(function (ExtensionSettingActionOnError) {
|
|
426
421
|
ExtensionSettingActionOnError["Reference"] = "Reference";
|
|
427
422
|
ExtensionSettingActionOnError["Ignore"] = "Ignore";
|
|
428
|
-
})(ExtensionSettingActionOnError =
|
|
429
|
-
var ExtensionSettingConverter;
|
|
423
|
+
})(ExtensionSettingActionOnError = ExtensionSettingActionOnError || (ExtensionSettingActionOnError = {}));
|
|
424
|
+
export var ExtensionSettingConverter;
|
|
430
425
|
(function (ExtensionSettingConverter) {
|
|
431
426
|
ExtensionSettingConverter["Detect"] = "Detect";
|
|
432
427
|
ExtensionSettingConverter["Skip"] = "Skip";
|
|
@@ -444,26 +439,26 @@ var ExtensionSettingConverter;
|
|
|
444
439
|
ExtensionSettingConverter["Msg"] = "Msg";
|
|
445
440
|
ExtensionSettingConverter["Mime"] = "Mime";
|
|
446
441
|
ExtensionSettingConverter["Image"] = "Image";
|
|
447
|
-
})(ExtensionSettingConverter =
|
|
448
|
-
var PermissionIdentityType;
|
|
442
|
+
})(ExtensionSettingConverter = ExtensionSettingConverter || (ExtensionSettingConverter = {}));
|
|
443
|
+
export var PermissionIdentityType;
|
|
449
444
|
(function (PermissionIdentityType) {
|
|
450
445
|
PermissionIdentityType["Unknown"] = "Unknown";
|
|
451
446
|
PermissionIdentityType["User"] = "User";
|
|
452
447
|
PermissionIdentityType["Group"] = "Group";
|
|
453
448
|
PermissionIdentityType["VirtualGroup"] = "VirtualGroup";
|
|
454
|
-
})(PermissionIdentityType =
|
|
455
|
-
var SecurityProviderReferenceType;
|
|
449
|
+
})(PermissionIdentityType = PermissionIdentityType || (PermissionIdentityType = {}));
|
|
450
|
+
export var SecurityProviderReferenceType;
|
|
456
451
|
(function (SecurityProviderReferenceType) {
|
|
457
452
|
SecurityProviderReferenceType["SOURCE"] = "SOURCE";
|
|
458
453
|
SecurityProviderReferenceType["SECURITY_PROVIDER"] = "SECURITY_PROVIDER";
|
|
459
|
-
})(SecurityProviderReferenceType =
|
|
460
|
-
var IntervalUnit;
|
|
454
|
+
})(SecurityProviderReferenceType = SecurityProviderReferenceType || (SecurityProviderReferenceType = {}));
|
|
455
|
+
export var IntervalUnit;
|
|
461
456
|
(function (IntervalUnit) {
|
|
462
457
|
IntervalUnit["DAY"] = "DAY";
|
|
463
458
|
IntervalUnit["WEEK"] = "WEEK";
|
|
464
459
|
IntervalUnit["MONTH"] = "MONTH";
|
|
465
|
-
})(IntervalUnit =
|
|
466
|
-
var ModelStatus;
|
|
460
|
+
})(IntervalUnit = IntervalUnit || (IntervalUnit = {}));
|
|
461
|
+
export var ModelStatus;
|
|
467
462
|
(function (ModelStatus) {
|
|
468
463
|
ModelStatus["DELETED"] = "DELETED";
|
|
469
464
|
ModelStatus["SCHEDULING"] = "SCHEDULING";
|
|
@@ -492,13 +487,13 @@ var ModelStatus;
|
|
|
492
487
|
ModelStatus["DEGRADED"] = "DEGRADED";
|
|
493
488
|
ModelStatus["UPDATING_DEGRADED"] = "UPDATING_DEGRADED";
|
|
494
489
|
ModelStatus["UPDATE_FAILED"] = "UPDATE_FAILED";
|
|
495
|
-
})(ModelStatus =
|
|
496
|
-
var ModelActivenessState;
|
|
490
|
+
})(ModelStatus = ModelStatus || (ModelStatus = {}));
|
|
491
|
+
export var ModelActivenessState;
|
|
497
492
|
(function (ModelActivenessState) {
|
|
498
493
|
ModelActivenessState["ACTIVE"] = "ACTIVE";
|
|
499
494
|
ModelActivenessState["INACTIVE"] = "INACTIVE";
|
|
500
|
-
})(ModelActivenessState =
|
|
501
|
-
var ModelConfigFileType;
|
|
495
|
+
})(ModelActivenessState = ModelActivenessState || (ModelActivenessState = {}));
|
|
496
|
+
export var ModelConfigFileType;
|
|
502
497
|
(function (ModelConfigFileType) {
|
|
503
498
|
ModelConfigFileType["ADVANCED_CONFIGURATION"] = "ADVANCED_CONFIGURATION";
|
|
504
499
|
ModelConfigFileType["STOPWORDS"] = "STOPWORDS";
|
|
@@ -506,8 +501,8 @@ var ModelConfigFileType;
|
|
|
506
501
|
ModelConfigFileType["ID_MAPPING"] = "ID_MAPPING";
|
|
507
502
|
ModelConfigFileType["FACET_ID_MAPPING"] = "FACET_ID_MAPPING";
|
|
508
503
|
ModelConfigFileType["DEFAULT_QUERIES"] = "DEFAULT_QUERIES";
|
|
509
|
-
})(ModelConfigFileType =
|
|
510
|
-
var ProductType;
|
|
504
|
+
})(ModelConfigFileType = ModelConfigFileType || (ModelConfigFileType = {}));
|
|
505
|
+
export var ProductType;
|
|
511
506
|
(function (ProductType) {
|
|
512
507
|
ProductType["ALLIANCE"] = "ALLIANCE";
|
|
513
508
|
ProductType["INTERNAL"] = "INTERNAL";
|
|
@@ -516,16 +511,16 @@ var ProductType;
|
|
|
516
511
|
ProductType["STANDARD"] = "STANDARD";
|
|
517
512
|
ProductType["TEST"] = "TEST";
|
|
518
513
|
ProductType["TRIAL"] = "TRIAL";
|
|
519
|
-
})(ProductType =
|
|
520
|
-
var ProductEdition;
|
|
514
|
+
})(ProductType = ProductType || (ProductType = {}));
|
|
515
|
+
export var ProductEdition;
|
|
521
516
|
(function (ProductEdition) {
|
|
522
517
|
ProductEdition["BASE"] = "BASE";
|
|
523
518
|
ProductEdition["ENTERPRISE"] = "ENTERPRISE";
|
|
524
519
|
ProductEdition["FREE"] = "FREE";
|
|
525
520
|
ProductEdition["PRO"] = "PRO";
|
|
526
521
|
ProductEdition["STANDARD"] = "STANDARD";
|
|
527
|
-
})(ProductEdition =
|
|
528
|
-
var ProductName;
|
|
522
|
+
})(ProductEdition = ProductEdition || (ProductEdition = {}));
|
|
523
|
+
export var ProductName;
|
|
529
524
|
(function (ProductName) {
|
|
530
525
|
ProductName["COVEO_CLOUD"] = "COVEO_CLOUD";
|
|
531
526
|
ProductName["DYNAMICS"] = "DYNAMICS";
|
|
@@ -533,8 +528,8 @@ var ProductName;
|
|
|
533
528
|
ProductName["SERVICENOW"] = "SERVICENOW";
|
|
534
529
|
ProductName["SITECORE"] = "SITECORE";
|
|
535
530
|
ProductName["USAGE_ANALYTICS"] = "USAGE_ANALYTICS";
|
|
536
|
-
})(ProductName =
|
|
537
|
-
var LanguageCode;
|
|
531
|
+
})(ProductName = ProductName || (ProductName = {}));
|
|
532
|
+
export var LanguageCode;
|
|
538
533
|
(function (LanguageCode) {
|
|
539
534
|
LanguageCode["AA"] = "aa";
|
|
540
535
|
LanguageCode["AB"] = "ab";
|
|
@@ -718,8 +713,8 @@ var LanguageCode;
|
|
|
718
713
|
LanguageCode["YO"] = "yo";
|
|
719
714
|
LanguageCode["ZA"] = "za";
|
|
720
715
|
LanguageCode["ZH"] = "zh";
|
|
721
|
-
})(LanguageCode =
|
|
722
|
-
var StatementsFeature;
|
|
716
|
+
})(LanguageCode = LanguageCode || (LanguageCode = {}));
|
|
717
|
+
export var StatementsFeature;
|
|
723
718
|
(function (StatementsFeature) {
|
|
724
719
|
StatementsFeature["Filter"] = "filter";
|
|
725
720
|
StatementsFeature["Trigger"] = "trigger";
|
|
@@ -733,104 +728,104 @@ var StatementsFeature;
|
|
|
733
728
|
StatementsFeature["RankingWeight"] = "rankingweight";
|
|
734
729
|
StatementsFeature["Recommendation"] = "recommendation";
|
|
735
730
|
StatementsFeature["QueryParamOverride"] = "queryParamOverride";
|
|
736
|
-
})(StatementsFeature =
|
|
737
|
-
var ResultRankingsKind;
|
|
731
|
+
})(StatementsFeature = StatementsFeature || (StatementsFeature = {}));
|
|
732
|
+
export var ResultRankingsKind;
|
|
738
733
|
(function (ResultRankingsKind) {
|
|
739
734
|
ResultRankingsKind["featuredResults"] = "featured_result";
|
|
740
735
|
ResultRankingsKind["rankingExpression"] = "ranking_expression";
|
|
741
|
-
})(ResultRankingsKind =
|
|
742
|
-
var ResultRankingsRuleTypes;
|
|
736
|
+
})(ResultRankingsKind = ResultRankingsKind || (ResultRankingsKind = {}));
|
|
737
|
+
export var ResultRankingsRuleTypes;
|
|
743
738
|
(function (ResultRankingsRuleTypes) {
|
|
744
739
|
ResultRankingsRuleTypes["featuredResults"] = "featuredResults";
|
|
745
740
|
ResultRankingsRuleTypes["rankingExpressions"] = "rankingExpressions";
|
|
746
|
-
})(ResultRankingsRuleTypes =
|
|
747
|
-
var ResultRankingsStatuses;
|
|
741
|
+
})(ResultRankingsRuleTypes = ResultRankingsRuleTypes || (ResultRankingsRuleTypes = {}));
|
|
742
|
+
export var ResultRankingsStatuses;
|
|
748
743
|
(function (ResultRankingsStatuses) {
|
|
749
744
|
ResultRankingsStatuses["active"] = "active";
|
|
750
745
|
ResultRankingsStatuses["inactive"] = "inactive";
|
|
751
|
-
})(ResultRankingsStatuses =
|
|
752
|
-
var ResultRankingLocales;
|
|
746
|
+
})(ResultRankingsStatuses = ResultRankingsStatuses || (ResultRankingsStatuses = {}));
|
|
747
|
+
export var ResultRankingLocales;
|
|
753
748
|
(function (ResultRankingLocales) {
|
|
754
749
|
ResultRankingLocales["all"] = "all";
|
|
755
750
|
ResultRankingLocales["unspecified"] = "unspecified";
|
|
756
751
|
ResultRankingLocales["specific"] = "specific";
|
|
757
|
-
})(ResultRankingLocales =
|
|
758
|
-
var ResultRankingMatchOperators;
|
|
752
|
+
})(ResultRankingLocales = ResultRankingLocales || (ResultRankingLocales = {}));
|
|
753
|
+
export var ResultRankingMatchOperators;
|
|
759
754
|
(function (ResultRankingMatchOperators) {
|
|
760
755
|
ResultRankingMatchOperators["is"] = "is";
|
|
761
756
|
ResultRankingMatchOperators["contains"] = "contains";
|
|
762
757
|
ResultRankingMatchOperators["matches"] = "matches";
|
|
763
|
-
})(ResultRankingMatchOperators =
|
|
758
|
+
})(ResultRankingMatchOperators = ResultRankingMatchOperators || (ResultRankingMatchOperators = {}));
|
|
764
759
|
// @deprecated use PredicateKind instead
|
|
765
|
-
var ResultRankingPredicateKind;
|
|
760
|
+
export var ResultRankingPredicateKind;
|
|
766
761
|
(function (ResultRankingPredicateKind) {
|
|
767
762
|
ResultRankingPredicateKind["basicExpressionAndLocalePredicate"] = "basicExpressionAndLocalePredicate";
|
|
768
763
|
ResultRankingPredicateKind["qplPredicate"] = "qplPredicate";
|
|
769
|
-
})(ResultRankingPredicateKind =
|
|
770
|
-
var PredicateKind;
|
|
764
|
+
})(ResultRankingPredicateKind = ResultRankingPredicateKind || (ResultRankingPredicateKind = {}));
|
|
765
|
+
export var PredicateKind;
|
|
771
766
|
(function (PredicateKind) {
|
|
772
767
|
PredicateKind["BasicExpressionAndLocalePredicate"] = "basicExpressionAndLocalePredicate";
|
|
773
768
|
PredicateKind["QPLPredicate"] = "qplPredicate";
|
|
774
|
-
})(PredicateKind =
|
|
775
|
-
var PredicateLocaleKind;
|
|
769
|
+
})(PredicateKind = PredicateKind || (PredicateKind = {}));
|
|
770
|
+
export var PredicateLocaleKind;
|
|
776
771
|
(function (PredicateLocaleKind) {
|
|
777
772
|
PredicateLocaleKind["All"] = "all";
|
|
778
773
|
PredicateLocaleKind["Unspecified"] = "unspecified";
|
|
779
774
|
PredicateLocaleKind["Specific"] = "specific";
|
|
780
|
-
})(PredicateLocaleKind =
|
|
781
|
-
var PredicateMatchOperator;
|
|
775
|
+
})(PredicateLocaleKind = PredicateLocaleKind || (PredicateLocaleKind = {}));
|
|
776
|
+
export var PredicateMatchOperator;
|
|
782
777
|
(function (PredicateMatchOperator) {
|
|
783
778
|
PredicateMatchOperator["Is"] = "is";
|
|
784
779
|
PredicateMatchOperator["Contain"] = "contains";
|
|
785
780
|
PredicateMatchOperator["Matches"] = "matches";
|
|
786
|
-
})(PredicateMatchOperator =
|
|
787
|
-
var FacetRuleKind;
|
|
781
|
+
})(PredicateMatchOperator = PredicateMatchOperator || (PredicateMatchOperator = {}));
|
|
782
|
+
export var FacetRuleKind;
|
|
788
783
|
(function (FacetRuleKind) {
|
|
789
784
|
FacetRuleKind["AutoSelect"] = "autoSelect";
|
|
790
|
-
})(FacetRuleKind =
|
|
791
|
-
var FacetRuleState;
|
|
785
|
+
})(FacetRuleKind = FacetRuleKind || (FacetRuleKind = {}));
|
|
786
|
+
export var FacetRuleState;
|
|
792
787
|
(function (FacetRuleState) {
|
|
793
788
|
FacetRuleState["Selected"] = "selected";
|
|
794
|
-
})(FacetRuleState =
|
|
795
|
-
var ResultRankingLocalizedContentLocales;
|
|
789
|
+
})(FacetRuleState = FacetRuleState || (FacetRuleState = {}));
|
|
790
|
+
export var ResultRankingLocalizedContentLocales;
|
|
796
791
|
(function (ResultRankingLocalizedContentLocales) {
|
|
797
792
|
ResultRankingLocalizedContentLocales["auto"] = "auto";
|
|
798
793
|
ResultRankingLocalizedContentLocales["specific"] = "specific";
|
|
799
|
-
})(ResultRankingLocalizedContentLocales =
|
|
800
|
-
var ListStatementSortBy;
|
|
794
|
+
})(ResultRankingLocalizedContentLocales = ResultRankingLocalizedContentLocales || (ResultRankingLocalizedContentLocales = {}));
|
|
795
|
+
export var ListStatementSortBy;
|
|
801
796
|
(function (ListStatementSortBy) {
|
|
802
797
|
ListStatementSortBy["Position"] = "position";
|
|
803
798
|
ListStatementSortBy["Definition"] = "definition";
|
|
804
799
|
ListStatementSortBy["Description"] = "description";
|
|
805
|
-
})(ListStatementSortBy =
|
|
806
|
-
var StatementGroupType;
|
|
800
|
+
})(ListStatementSortBy = ListStatementSortBy || (ListStatementSortBy = {}));
|
|
801
|
+
export var StatementGroupType;
|
|
807
802
|
(function (StatementGroupType) {
|
|
808
803
|
StatementGroupType["campaign"] = "campaign";
|
|
809
804
|
StatementGroupType["permanent"] = "permanent";
|
|
810
|
-
})(StatementGroupType =
|
|
805
|
+
})(StatementGroupType = StatementGroupType || (StatementGroupType = {}));
|
|
811
806
|
/**
|
|
812
807
|
* An union of all the possible status that you can filter on.
|
|
813
808
|
*/
|
|
814
|
-
var ListStatementGroupStatusType;
|
|
809
|
+
export var ListStatementGroupStatusType;
|
|
815
810
|
(function (ListStatementGroupStatusType) {
|
|
816
811
|
ListStatementGroupStatusType["Active"] = "active";
|
|
817
812
|
ListStatementGroupStatusType["Inactive"] = "inactive";
|
|
818
813
|
ListStatementGroupStatusType["Expired"] = "expired";
|
|
819
814
|
ListStatementGroupStatusType["NotStarted"] = "notStarted";
|
|
820
|
-
})(ListStatementGroupStatusType =
|
|
821
|
-
var CampaignStatementGroupStatusType;
|
|
815
|
+
})(ListStatementGroupStatusType = ListStatementGroupStatusType || (ListStatementGroupStatusType = {}));
|
|
816
|
+
export var CampaignStatementGroupStatusType;
|
|
822
817
|
(function (CampaignStatementGroupStatusType) {
|
|
823
818
|
CampaignStatementGroupStatusType["Active"] = "active";
|
|
824
819
|
CampaignStatementGroupStatusType["Inactive"] = "inactive";
|
|
825
820
|
CampaignStatementGroupStatusType["Expired"] = "expired";
|
|
826
821
|
CampaignStatementGroupStatusType["NotStarted"] = "notStarted";
|
|
827
|
-
})(CampaignStatementGroupStatusType =
|
|
828
|
-
var PermanentStatementGroupStatusType;
|
|
822
|
+
})(CampaignStatementGroupStatusType = CampaignStatementGroupStatusType || (CampaignStatementGroupStatusType = {}));
|
|
823
|
+
export var PermanentStatementGroupStatusType;
|
|
829
824
|
(function (PermanentStatementGroupStatusType) {
|
|
830
825
|
PermanentStatementGroupStatusType["Active"] = "active";
|
|
831
826
|
PermanentStatementGroupStatusType["Inactive"] = "inactive";
|
|
832
|
-
})(PermanentStatementGroupStatusType =
|
|
833
|
-
var DimensionType;
|
|
827
|
+
})(PermanentStatementGroupStatusType = PermanentStatementGroupStatusType || (PermanentStatementGroupStatusType = {}));
|
|
828
|
+
export var DimensionType;
|
|
834
829
|
(function (DimensionType) {
|
|
835
830
|
DimensionType["TEXT"] = "TEXT";
|
|
836
831
|
DimensionType["NUMBER"] = "NUMBER";
|
|
@@ -838,30 +833,30 @@ var DimensionType;
|
|
|
838
833
|
DimensionType["BOOLEAN"] = "BOOLEAN";
|
|
839
834
|
DimensionType["DATE"] = "DATE";
|
|
840
835
|
DimensionType["DATETIME"] = "DATETIME";
|
|
841
|
-
})(DimensionType =
|
|
842
|
-
var AccountStatus;
|
|
836
|
+
})(DimensionType = DimensionType || (DimensionType = {}));
|
|
837
|
+
export var AccountStatus;
|
|
843
838
|
(function (AccountStatus) {
|
|
844
839
|
AccountStatus["AVAILABLE"] = "AVAILABLE";
|
|
845
840
|
AccountStatus["CREATING"] = "CREATING";
|
|
846
841
|
AccountStatus["DELETING"] = "DELETING";
|
|
847
|
-
})(AccountStatus =
|
|
848
|
-
var DimensionStatus;
|
|
842
|
+
})(AccountStatus = AccountStatus || (AccountStatus = {}));
|
|
843
|
+
export var DimensionStatus;
|
|
849
844
|
(function (DimensionStatus) {
|
|
850
845
|
DimensionStatus["AVAILABLE"] = "AVAILABLE";
|
|
851
846
|
DimensionStatus["UPDATING"] = "UPDATING";
|
|
852
|
-
})(DimensionStatus =
|
|
853
|
-
var DimensionEventTypes;
|
|
847
|
+
})(DimensionStatus = DimensionStatus || (DimensionStatus = {}));
|
|
848
|
+
export var DimensionEventTypes;
|
|
854
849
|
(function (DimensionEventTypes) {
|
|
855
850
|
DimensionEventTypes["searches"] = "searches";
|
|
856
851
|
DimensionEventTypes["clicks"] = "clicks";
|
|
857
852
|
DimensionEventTypes["custom_events"] = "custom_events";
|
|
858
|
-
})(DimensionEventTypes =
|
|
859
|
-
var RegionType;
|
|
853
|
+
})(DimensionEventTypes = DimensionEventTypes || (DimensionEventTypes = {}));
|
|
854
|
+
export var RegionType;
|
|
860
855
|
(function (RegionType) {
|
|
861
856
|
RegionType["Primary"] = "PRIMARY";
|
|
862
857
|
RegionType["Secondary"] = "SECONDARY";
|
|
863
|
-
})(RegionType =
|
|
864
|
-
var FormAuthenticationFailedMethod;
|
|
858
|
+
})(RegionType = RegionType || (RegionType = {}));
|
|
859
|
+
export var FormAuthenticationFailedMethod;
|
|
865
860
|
(function (FormAuthenticationFailedMethod) {
|
|
866
861
|
FormAuthenticationFailedMethod["RedirectedToUrl"] = "RedirectedToUrl";
|
|
867
862
|
FormAuthenticationFailedMethod["PageDoesNotContain"] = "PageDoesNotContain";
|
|
@@ -869,14 +864,14 @@ var FormAuthenticationFailedMethod;
|
|
|
869
864
|
FormAuthenticationFailedMethod["CookieNotSet"] = "CookieNotSet";
|
|
870
865
|
FormAuthenticationFailedMethod["UrlMatch"] = "UrlMatch";
|
|
871
866
|
FormAuthenticationFailedMethod["UrlDoesNotMatch"] = "UrlDoesNotMatch";
|
|
872
|
-
})(FormAuthenticationFailedMethod =
|
|
873
|
-
var FormInputType;
|
|
867
|
+
})(FormAuthenticationFailedMethod = FormAuthenticationFailedMethod || (FormAuthenticationFailedMethod = {}));
|
|
868
|
+
export var FormInputType;
|
|
874
869
|
(function (FormInputType) {
|
|
875
870
|
FormInputType["Username"] = "Username";
|
|
876
871
|
FormInputType["Password"] = "Password";
|
|
877
872
|
FormInputType["Input"] = "Input";
|
|
878
|
-
})(FormInputType =
|
|
879
|
-
var ModelTypes;
|
|
873
|
+
})(FormInputType = FormInputType || (FormInputType = {}));
|
|
874
|
+
export var ModelTypes;
|
|
880
875
|
(function (ModelTypes) {
|
|
881
876
|
ModelTypes["TopClicks"] = "topclicks";
|
|
882
877
|
ModelTypes["QuerySuggest"] = "querysuggest";
|
|
@@ -887,8 +882,8 @@ var ModelTypes;
|
|
|
887
882
|
ModelTypes["CaseClassification"] = "caseclassification";
|
|
888
883
|
ModelTypes["SmartSnippets"] = "mlquestionanswering";
|
|
889
884
|
ModelTypes["UserActionHistory"] = "useractionhistory";
|
|
890
|
-
})(ModelTypes =
|
|
891
|
-
var LicenseSection;
|
|
885
|
+
})(ModelTypes = ModelTypes || (ModelTypes = {}));
|
|
886
|
+
export var LicenseSection;
|
|
892
887
|
(function (LicenseSection) {
|
|
893
888
|
LicenseSection["internal"] = "internal";
|
|
894
889
|
LicenseSection["organization"] = "organization";
|
|
@@ -897,16 +892,16 @@ var LicenseSection;
|
|
|
897
892
|
LicenseSection["commerce"] = "commerce";
|
|
898
893
|
LicenseSection["content"] = "content";
|
|
899
894
|
LicenseSection["searchapi"] = "searchapi";
|
|
900
|
-
})(LicenseSection =
|
|
901
|
-
var SearchHubRawMetrics;
|
|
895
|
+
})(LicenseSection = LicenseSection || (LicenseSection = {}));
|
|
896
|
+
export var SearchHubRawMetrics;
|
|
902
897
|
(function (SearchHubRawMetrics) {
|
|
903
898
|
SearchHubRawMetrics["normalQueries"] = "normalQueries";
|
|
904
899
|
SearchHubRawMetrics["recommendationQueries"] = "recommendationQueries";
|
|
905
900
|
SearchHubRawMetrics["commerceProductListingQueries"] = "commerceProductListingQueries";
|
|
906
901
|
SearchHubRawMetrics["users"] = "users";
|
|
907
902
|
SearchHubRawMetrics["staticQueries"] = "staticQueries";
|
|
908
|
-
})(SearchHubRawMetrics =
|
|
909
|
-
var SearchHubLicenseMetrics;
|
|
903
|
+
})(SearchHubRawMetrics = SearchHubRawMetrics || (SearchHubRawMetrics = {}));
|
|
904
|
+
export var SearchHubLicenseMetrics;
|
|
910
905
|
(function (SearchHubLicenseMetrics) {
|
|
911
906
|
SearchHubLicenseMetrics["normalQueries"] = "normalQueries";
|
|
912
907
|
SearchHubLicenseMetrics["commerceProductListingQueries"] = "commerceProductListingQueries";
|
|
@@ -965,33 +960,33 @@ var SearchHubLicenseMetrics;
|
|
|
965
960
|
SearchHubLicenseMetrics["coveoForDynamicsPortal"] = "coveoForDynamicsPortal";
|
|
966
961
|
SearchHubLicenseMetrics["coveoForSelfServicePlatformPortals"] = "coveoForSelfServicePlatformPortals";
|
|
967
962
|
SearchHubLicenseMetrics["coveoForServiceNowCsmAgents"] = "coveoForServiceNowCsmAgents";
|
|
968
|
-
})(SearchHubLicenseMetrics =
|
|
969
|
-
var SearchHubLicenseType;
|
|
963
|
+
})(SearchHubLicenseMetrics = SearchHubLicenseMetrics || (SearchHubLicenseMetrics = {}));
|
|
964
|
+
export var SearchHubLicenseType;
|
|
970
965
|
(function (SearchHubLicenseType) {
|
|
971
966
|
SearchHubLicenseType["assignment"] = "assignment";
|
|
972
967
|
SearchHubLicenseType["global"] = "global";
|
|
973
|
-
})(SearchHubLicenseType =
|
|
974
|
-
var SubscriptionFrequencyEnum;
|
|
968
|
+
})(SearchHubLicenseType = SearchHubLicenseType || (SearchHubLicenseType = {}));
|
|
969
|
+
export var SubscriptionFrequencyEnum;
|
|
975
970
|
(function (SubscriptionFrequencyEnum) {
|
|
976
971
|
SubscriptionFrequencyEnum["live"] = "LIVE";
|
|
977
972
|
SubscriptionFrequencyEnum["hourly"] = "HOURLY";
|
|
978
973
|
SubscriptionFrequencyEnum["daily"] = "DAILY";
|
|
979
974
|
SubscriptionFrequencyEnum["weekly"] = "WEEKLY";
|
|
980
|
-
})(SubscriptionFrequencyEnum =
|
|
981
|
-
var SubscriptionTypeEnum;
|
|
975
|
+
})(SubscriptionFrequencyEnum = SubscriptionFrequencyEnum || (SubscriptionFrequencyEnum = {}));
|
|
976
|
+
export var SubscriptionTypeEnum;
|
|
982
977
|
(function (SubscriptionTypeEnum) {
|
|
983
978
|
SubscriptionTypeEnum["email"] = "EMAIL";
|
|
984
979
|
SubscriptionTypeEnum["emailJson"] = "EMAIL_JSON";
|
|
985
980
|
SubscriptionTypeEnum["webHook"] = "WEB_HOOK";
|
|
986
|
-
})(SubscriptionTypeEnum =
|
|
987
|
-
var SubscriptionStatusHealthIndicatorEnum;
|
|
981
|
+
})(SubscriptionTypeEnum = SubscriptionTypeEnum || (SubscriptionTypeEnum = {}));
|
|
982
|
+
export var SubscriptionStatusHealthIndicatorEnum;
|
|
988
983
|
(function (SubscriptionStatusHealthIndicatorEnum) {
|
|
989
984
|
SubscriptionStatusHealthIndicatorEnum["good"] = "GOOD";
|
|
990
985
|
SubscriptionStatusHealthIndicatorEnum["warning"] = "WARNING";
|
|
991
986
|
SubscriptionStatusHealthIndicatorEnum["problematic"] = "PROBLEMATIC";
|
|
992
987
|
SubscriptionStatusHealthIndicatorEnum["unknown"] = "UNKNOWN";
|
|
993
|
-
})(SubscriptionStatusHealthIndicatorEnum =
|
|
994
|
-
var IndexingPipelineLogOperations;
|
|
988
|
+
})(SubscriptionStatusHealthIndicatorEnum = SubscriptionStatusHealthIndicatorEnum || (SubscriptionStatusHealthIndicatorEnum = {}));
|
|
989
|
+
export var IndexingPipelineLogOperations;
|
|
995
990
|
(function (IndexingPipelineLogOperations) {
|
|
996
991
|
IndexingPipelineLogOperations["add"] = "ADD";
|
|
997
992
|
IndexingPipelineLogOperations["addByReference"] = "ADD_BY_REFERENCE";
|
|
@@ -1000,16 +995,16 @@ var IndexingPipelineLogOperations;
|
|
|
1000
995
|
IndexingPipelineLogOperations["deleteAndChildren"] = "DELETE_AND_CHILDREN";
|
|
1001
996
|
IndexingPipelineLogOperations["deleteOlderThan"] = "DELETE_OLDER_THAN";
|
|
1002
997
|
IndexingPipelineLogOperations["update"] = "UPDATE";
|
|
1003
|
-
})(IndexingPipelineLogOperations =
|
|
1004
|
-
var IndexingPipelineLogResults;
|
|
998
|
+
})(IndexingPipelineLogOperations = IndexingPipelineLogOperations || (IndexingPipelineLogOperations = {}));
|
|
999
|
+
export var IndexingPipelineLogResults;
|
|
1005
1000
|
(function (IndexingPipelineLogResults) {
|
|
1006
1001
|
IndexingPipelineLogResults["completed"] = "COMPLETED";
|
|
1007
1002
|
IndexingPipelineLogResults["error"] = "ERROR";
|
|
1008
1003
|
IndexingPipelineLogResults["rejected"] = "REJECTED";
|
|
1009
1004
|
IndexingPipelineLogResults["skipped"] = "SKIPPED";
|
|
1010
1005
|
IndexingPipelineLogResults["warning"] = "WARNING";
|
|
1011
|
-
})(IndexingPipelineLogResults =
|
|
1012
|
-
var IndexingPipelineLogTasks;
|
|
1006
|
+
})(IndexingPipelineLogResults = IndexingPipelineLogResults || (IndexingPipelineLogResults = {}));
|
|
1007
|
+
export var IndexingPipelineLogTasks;
|
|
1013
1008
|
(function (IndexingPipelineLogTasks) {
|
|
1014
1009
|
IndexingPipelineLogTasks["consuming"] = "CONSUMING";
|
|
1015
1010
|
IndexingPipelineLogTasks["consumingBatch"] = "CONSUMING_BATCH";
|
|
@@ -1022,15 +1017,15 @@ var IndexingPipelineLogTasks;
|
|
|
1022
1017
|
IndexingPipelineLogTasks["streaming"] = "STREAMING";
|
|
1023
1018
|
IndexingPipelineLogTasks["streamingBatch"] = "STREAMING_BATCH";
|
|
1024
1019
|
IndexingPipelineLogTasks["preindexing"] = "PREINDEXING";
|
|
1025
|
-
})(IndexingPipelineLogTasks =
|
|
1026
|
-
var ExportStatus;
|
|
1020
|
+
})(IndexingPipelineLogTasks = IndexingPipelineLogTasks || (IndexingPipelineLogTasks = {}));
|
|
1021
|
+
export var ExportStatus;
|
|
1027
1022
|
(function (ExportStatus) {
|
|
1028
1023
|
ExportStatus["available"] = "AVAILABLE";
|
|
1029
1024
|
ExportStatus["pending"] = "PENDING";
|
|
1030
1025
|
ExportStatus["failed"] = "FAILED";
|
|
1031
1026
|
ExportStatus["expired"] = "EXPIRED";
|
|
1032
|
-
})(ExportStatus =
|
|
1033
|
-
var ExportTablesType;
|
|
1027
|
+
})(ExportStatus = ExportStatus || (ExportStatus = {}));
|
|
1028
|
+
export var ExportTablesType;
|
|
1034
1029
|
(function (ExportTablesType) {
|
|
1035
1030
|
ExportTablesType["searches"] = "SEARCHES";
|
|
1036
1031
|
ExportTablesType["clicks"] = "CLICKS";
|
|
@@ -1038,18 +1033,18 @@ var ExportTablesType;
|
|
|
1038
1033
|
ExportTablesType["keywords"] = "KEYWORDS";
|
|
1039
1034
|
ExportTablesType["groups"] = "GROUPS";
|
|
1040
1035
|
ExportTablesType["allEvents"] = "ALL_EVENTS";
|
|
1041
|
-
})(ExportTablesType =
|
|
1042
|
-
var CSVFileFormat;
|
|
1036
|
+
})(ExportTablesType = ExportTablesType || (ExportTablesType = {}));
|
|
1037
|
+
export var CSVFileFormat;
|
|
1043
1038
|
(function (CSVFileFormat) {
|
|
1044
1039
|
CSVFileFormat["excel"] = "EXCEL";
|
|
1045
1040
|
CSVFileFormat["noNewline"] = "NO_NEWLINE";
|
|
1046
|
-
})(CSVFileFormat =
|
|
1047
|
-
var SnowflakeReaderAccountStatus;
|
|
1041
|
+
})(CSVFileFormat = CSVFileFormat || (CSVFileFormat = {}));
|
|
1042
|
+
export var SnowflakeReaderAccountStatus;
|
|
1048
1043
|
(function (SnowflakeReaderAccountStatus) {
|
|
1049
1044
|
SnowflakeReaderAccountStatus["creating"] = "CREATING";
|
|
1050
1045
|
SnowflakeReaderAccountStatus["available"] = "AVAILABLE";
|
|
1051
|
-
})(SnowflakeReaderAccountStatus =
|
|
1052
|
-
var DayOfWeek;
|
|
1046
|
+
})(SnowflakeReaderAccountStatus = SnowflakeReaderAccountStatus || (SnowflakeReaderAccountStatus = {}));
|
|
1047
|
+
export var DayOfWeek;
|
|
1053
1048
|
(function (DayOfWeek) {
|
|
1054
1049
|
DayOfWeek["monday"] = "MONDAY";
|
|
1055
1050
|
DayOfWeek["tuesday"] = "TUESDAY";
|
|
@@ -1058,45 +1053,45 @@ var DayOfWeek;
|
|
|
1058
1053
|
DayOfWeek["friday"] = "FRIDAY";
|
|
1059
1054
|
DayOfWeek["saturday"] = "SATURDAY";
|
|
1060
1055
|
DayOfWeek["sunday"] = "SUNDAY";
|
|
1061
|
-
})(DayOfWeek =
|
|
1062
|
-
var ExportScheduleFrequency;
|
|
1056
|
+
})(DayOfWeek = DayOfWeek || (DayOfWeek = {}));
|
|
1057
|
+
export var ExportScheduleFrequency;
|
|
1063
1058
|
(function (ExportScheduleFrequency) {
|
|
1064
1059
|
ExportScheduleFrequency["daily"] = "DAILY";
|
|
1065
1060
|
ExportScheduleFrequency["monthly"] = "MONTHLY";
|
|
1066
1061
|
ExportScheduleFrequency["weekly"] = "WEEKLY";
|
|
1067
|
-
})(ExportScheduleFrequency =
|
|
1068
|
-
var ReportType;
|
|
1062
|
+
})(ExportScheduleFrequency = ExportScheduleFrequency || (ExportScheduleFrequency = {}));
|
|
1063
|
+
export var ReportType;
|
|
1069
1064
|
(function (ReportType) {
|
|
1070
1065
|
ReportType["Dashboard"] = "DASHBOARD";
|
|
1071
1066
|
ReportType["Explorer"] = "EXPLORER";
|
|
1072
|
-
})(ReportType =
|
|
1073
|
-
var VaultFetchStrategy;
|
|
1067
|
+
})(ReportType = ReportType || (ReportType = {}));
|
|
1068
|
+
export var VaultFetchStrategy;
|
|
1074
1069
|
(function (VaultFetchStrategy) {
|
|
1075
1070
|
VaultFetchStrategy["allOrNothing"] = "ALL_OR_NOTHING";
|
|
1076
1071
|
VaultFetchStrategy["onlyMissing"] = "ONLY_MISSING";
|
|
1077
1072
|
VaultFetchStrategy["overwrite"] = "OVERWRITE";
|
|
1078
|
-
})(VaultFetchStrategy =
|
|
1079
|
-
var DataShareStatus;
|
|
1073
|
+
})(VaultFetchStrategy = VaultFetchStrategy || (VaultFetchStrategy = {}));
|
|
1074
|
+
export var DataShareStatus;
|
|
1080
1075
|
(function (DataShareStatus) {
|
|
1081
1076
|
DataShareStatus["UNKNOWN"] = "UNKNOWN";
|
|
1082
1077
|
DataShareStatus["PENDING"] = "PENDING";
|
|
1083
1078
|
DataShareStatus["ACTIVE"] = "ACTIVE";
|
|
1084
1079
|
DataShareStatus["INVALID"] = "INVALID";
|
|
1085
|
-
})(DataShareStatus =
|
|
1086
|
-
var VaultVisibilityType;
|
|
1080
|
+
})(DataShareStatus = DataShareStatus || (DataShareStatus = {}));
|
|
1081
|
+
export var VaultVisibilityType;
|
|
1087
1082
|
(function (VaultVisibilityType) {
|
|
1088
1083
|
VaultVisibilityType["OBFUSCATED"] = "OBFUSCATED";
|
|
1089
1084
|
VaultVisibilityType["PUBLIC"] = "PUBLIC";
|
|
1090
1085
|
VaultVisibilityType["STRICT"] = "STRICT";
|
|
1091
|
-
})(VaultVisibilityType =
|
|
1092
|
-
var VaultValueType;
|
|
1086
|
+
})(VaultVisibilityType = VaultVisibilityType || (VaultVisibilityType = {}));
|
|
1087
|
+
export var VaultValueType;
|
|
1093
1088
|
(function (VaultValueType) {
|
|
1094
1089
|
VaultValueType["BOOLEAN"] = "BOOLEAN";
|
|
1095
1090
|
VaultValueType["FLOAT"] = "FLOAT";
|
|
1096
1091
|
VaultValueType["INTEGER"] = "INTEGER";
|
|
1097
1092
|
VaultValueType["STRING"] = "STRING";
|
|
1098
|
-
})(VaultValueType =
|
|
1099
|
-
var FieldOperatorType;
|
|
1093
|
+
})(VaultValueType = VaultValueType || (VaultValueType = {}));
|
|
1094
|
+
export var FieldOperatorType;
|
|
1100
1095
|
(function (FieldOperatorType) {
|
|
1101
1096
|
FieldOperatorType["IS_ANY_OF"] = "isAnyOf";
|
|
1102
1097
|
FieldOperatorType["IS_BETWEEN"] = "isBetween";
|
|
@@ -1110,23 +1105,23 @@ var FieldOperatorType;
|
|
|
1110
1105
|
FieldOperatorType["DOES_NOT_CONTAIN"] = "doesNotContain";
|
|
1111
1106
|
FieldOperatorType["IS_DEFINED"] = "isDefined";
|
|
1112
1107
|
FieldOperatorType["IS_NOT_DEFINED"] = "isNotDefined";
|
|
1113
|
-
})(FieldOperatorType =
|
|
1114
|
-
var FieldValueType;
|
|
1108
|
+
})(FieldOperatorType = FieldOperatorType || (FieldOperatorType = {}));
|
|
1109
|
+
export var FieldValueType;
|
|
1115
1110
|
(function (FieldValueType) {
|
|
1116
1111
|
FieldValueType["RANGE"] = "range";
|
|
1117
1112
|
FieldValueType["STRING"] = "string";
|
|
1118
1113
|
FieldValueType["DECIMAL"] = "decimal";
|
|
1119
1114
|
FieldValueType["ARRAY"] = "array";
|
|
1120
1115
|
FieldValueType["HIERARCHIC_MULTI_VALUE"] = "hierarchicMultiValue";
|
|
1121
|
-
})(FieldValueType =
|
|
1122
|
-
var ProductsFacetRequestSortType;
|
|
1116
|
+
})(FieldValueType = FieldValueType || (FieldValueType = {}));
|
|
1117
|
+
export var ProductsFacetRequestSortType;
|
|
1123
1118
|
(function (ProductsFacetRequestSortType) {
|
|
1124
1119
|
ProductsFacetRequestSortType["alphanumeric"] = "alphanumeric";
|
|
1125
1120
|
ProductsFacetRequestSortType["score"] = "score";
|
|
1126
|
-
})(ProductsFacetRequestSortType =
|
|
1127
|
-
var ProductsSortByType;
|
|
1121
|
+
})(ProductsFacetRequestSortType = ProductsFacetRequestSortType || (ProductsFacetRequestSortType = {}));
|
|
1122
|
+
export var ProductsSortByType;
|
|
1128
1123
|
(function (ProductsSortByType) {
|
|
1129
1124
|
ProductsSortByType["fields"] = "fields";
|
|
1130
1125
|
ProductsSortByType["relevance"] = "relevance";
|
|
1131
|
-
})(ProductsSortByType =
|
|
1126
|
+
})(ProductsSortByType = ProductsSortByType || (ProductsSortByType = {}));
|
|
1132
1127
|
//# sourceMappingURL=Enums.js.map
|