@coveo/platform-client 0.0.0-cjs-attempt
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/LICENSE +201 -0
- package/README.md +268 -0
- package/dist/cjs/APICore.js +171 -0
- package/dist/cjs/APICore.js.map +1 -0
- package/dist/cjs/ConfigurationInterfaces.js +3 -0
- package/dist/cjs/ConfigurationInterfaces.js.map +1 -0
- package/dist/cjs/Endpoints.js +36 -0
- package/dist/cjs/Endpoints.js.map +1 -0
- package/dist/cjs/Entry.js +31 -0
- package/dist/cjs/Entry.js.map +1 -0
- package/dist/cjs/PlatformClient.js +37 -0
- package/dist/cjs/PlatformClient.js.map +1 -0
- package/dist/cjs/handlers/ResponseHandlerInterfaces.js +3 -0
- package/dist/cjs/handlers/ResponseHandlerInterfaces.js.map +1 -0
- package/dist/cjs/handlers/ResponseHandlers.js +25 -0
- package/dist/cjs/handlers/ResponseHandlers.js.map +1 -0
- package/dist/cjs/handlers/index.js +19 -0
- package/dist/cjs/handlers/index.js.map +1 -0
- package/dist/cjs/resources/AWS/AWS.js +14 -0
- package/dist/cjs/resources/AWS/AWS.js.map +1 -0
- package/dist/cjs/resources/AWS/AWSInterfaces.js +3 -0
- package/dist/cjs/resources/AWS/AWSInterfaces.js.map +1 -0
- package/dist/cjs/resources/AWS/index.js +19 -0
- package/dist/cjs/resources/AWS/index.js.map +1 -0
- package/dist/cjs/resources/Activities/Activities.js +33 -0
- package/dist/cjs/resources/Activities/Activities.js.map +1 -0
- package/dist/cjs/resources/Activities/ActivitiesInterfaces.js +3 -0
- package/dist/cjs/resources/Activities/ActivitiesInterfaces.js.map +1 -0
- package/dist/cjs/resources/Activities/index.js +19 -0
- package/dist/cjs/resources/Activities/index.js.map +1 -0
- package/dist/cjs/resources/ApiKeys/ApiKeys.js +31 -0
- package/dist/cjs/resources/ApiKeys/ApiKeys.js.map +1 -0
- package/dist/cjs/resources/ApiKeys/ApiKeysInterfaces.js +3 -0
- package/dist/cjs/resources/ApiKeys/ApiKeysInterfaces.js.map +1 -0
- package/dist/cjs/resources/ApiKeys/index.js +19 -0
- package/dist/cjs/resources/ApiKeys/index.js.map +1 -0
- package/dist/cjs/resources/BaseInterfaces.js +3 -0
- package/dist/cjs/resources/BaseInterfaces.js.map +1 -0
- package/dist/cjs/resources/CaseAssistConfigs/CaseAssistConfig.js +39 -0
- package/dist/cjs/resources/CaseAssistConfigs/CaseAssistConfig.js.map +1 -0
- package/dist/cjs/resources/CaseAssistConfigs/CaseAssistConfigInterfaces.js +18 -0
- package/dist/cjs/resources/CaseAssistConfigs/CaseAssistConfigInterfaces.js.map +1 -0
- package/dist/cjs/resources/CaseAssistConfigs/CaseAssistPreviewInterfaces.js +3 -0
- package/dist/cjs/resources/CaseAssistConfigs/CaseAssistPreviewInterfaces.js.map +1 -0
- package/dist/cjs/resources/CaseAssistConfigs/index.js +20 -0
- package/dist/cjs/resources/CaseAssistConfigs/index.js.map +1 -0
- package/dist/cjs/resources/Catalogs/Catalog.js +40 -0
- package/dist/cjs/resources/Catalogs/Catalog.js.map +1 -0
- package/dist/cjs/resources/Catalogs/CatalogConfiguration.js +27 -0
- package/dist/cjs/resources/Catalogs/CatalogConfiguration.js.map +1 -0
- package/dist/cjs/resources/Catalogs/CatalogInterfaces.js +3 -0
- package/dist/cjs/resources/Catalogs/CatalogInterfaces.js.map +1 -0
- package/dist/cjs/resources/Catalogs/ProductListing.js +36 -0
- package/dist/cjs/resources/Catalogs/ProductListing.js.map +1 -0
- package/dist/cjs/resources/Catalogs/ProductListingConfiguration.js +29 -0
- package/dist/cjs/resources/Catalogs/ProductListingConfiguration.js.map +1 -0
- package/dist/cjs/resources/Catalogs/ProductListingConfigurationInterfaces.js +10 -0
- package/dist/cjs/resources/Catalogs/ProductListingConfigurationInterfaces.js.map +1 -0
- package/dist/cjs/resources/Catalogs/ProductListingInterfaces.js +4 -0
- package/dist/cjs/resources/Catalogs/ProductListingInterfaces.js.map +1 -0
- package/dist/cjs/resources/Catalogs/index.js +24 -0
- package/dist/cjs/resources/Catalogs/index.js.map +1 -0
- package/dist/cjs/resources/Clusters/Agents/ClusterAgent.js +18 -0
- package/dist/cjs/resources/Clusters/Agents/ClusterAgent.js.map +1 -0
- package/dist/cjs/resources/Clusters/Agents/ClusterAgentInterfaces.js +3 -0
- package/dist/cjs/resources/Clusters/Agents/ClusterAgentInterfaces.js.map +1 -0
- package/dist/cjs/resources/Clusters/Agents/index.js +19 -0
- package/dist/cjs/resources/Clusters/Agents/index.js.map +1 -0
- package/dist/cjs/resources/Clusters/Cluster.js +41 -0
- package/dist/cjs/resources/Clusters/Cluster.js.map +1 -0
- package/dist/cjs/resources/Clusters/ClusterInterfaces.js +3 -0
- package/dist/cjs/resources/Clusters/ClusterInterfaces.js.map +1 -0
- package/dist/cjs/resources/Clusters/Nodes/ClusterNode.js +30 -0
- package/dist/cjs/resources/Clusters/Nodes/ClusterNode.js.map +1 -0
- package/dist/cjs/resources/Clusters/Nodes/ClusterNodeInterfaces.js +3 -0
- package/dist/cjs/resources/Clusters/Nodes/ClusterNodeInterfaces.js.map +1 -0
- package/dist/cjs/resources/Clusters/Nodes/index.js +19 -0
- package/dist/cjs/resources/Clusters/Nodes/index.js.map +1 -0
- package/dist/cjs/resources/Clusters/index.js +21 -0
- package/dist/cjs/resources/Clusters/index.js.map +1 -0
- package/dist/cjs/resources/Connectivity/Connectivity.js +19 -0
- package/dist/cjs/resources/Connectivity/Connectivity.js.map +1 -0
- package/dist/cjs/resources/Connectivity/ConnectivityInterface.js +9 -0
- package/dist/cjs/resources/Connectivity/ConnectivityInterface.js.map +1 -0
- package/dist/cjs/resources/Connectivity/index.js +19 -0
- package/dist/cjs/resources/Connectivity/index.js.map +1 -0
- package/dist/cjs/resources/CrawlingModule/CrawlingModule.js +42 -0
- package/dist/cjs/resources/CrawlingModule/CrawlingModule.js.map +1 -0
- package/dist/cjs/resources/CrawlingModule/CrawlingModuleInterfaces.js +18 -0
- package/dist/cjs/resources/CrawlingModule/CrawlingModuleInterfaces.js.map +1 -0
- package/dist/cjs/resources/CrawlingModule/index.js +19 -0
- package/dist/cjs/resources/CrawlingModule/index.js.map +1 -0
- package/dist/cjs/resources/Enums.js +1132 -0
- package/dist/cjs/resources/Enums.js.map +1 -0
- package/dist/cjs/resources/Extensions/Extensions.js +33 -0
- package/dist/cjs/resources/Extensions/Extensions.js.map +1 -0
- package/dist/cjs/resources/Extensions/ExtensionsInterfaces.js +3 -0
- package/dist/cjs/resources/Extensions/ExtensionsInterfaces.js.map +1 -0
- package/dist/cjs/resources/Extensions/index.js +19 -0
- package/dist/cjs/resources/Extensions/index.js.map +1 -0
- package/dist/cjs/resources/Fields/Fields.js +46 -0
- package/dist/cjs/resources/Fields/Fields.js.map +1 -0
- package/dist/cjs/resources/Fields/FieldsInterfaces.js +3 -0
- package/dist/cjs/resources/Fields/FieldsInterfaces.js.map +1 -0
- package/dist/cjs/resources/Fields/index.js +19 -0
- package/dist/cjs/resources/Fields/index.js.map +1 -0
- package/dist/cjs/resources/Global/Global.js +23 -0
- package/dist/cjs/resources/Global/Global.js.map +1 -0
- package/dist/cjs/resources/Global/OrganizationConfigurations/OrganizationConfiguration.js +17 -0
- package/dist/cjs/resources/Global/OrganizationConfigurations/OrganizationConfiguration.js.map +1 -0
- package/dist/cjs/resources/Global/OrganizationConfigurations/OrganizationConfigurationInterfaces.js +3 -0
- package/dist/cjs/resources/Global/OrganizationConfigurations/OrganizationConfigurationInterfaces.js.map +1 -0
- package/dist/cjs/resources/Global/OrganizationConfigurations/index.js +19 -0
- package/dist/cjs/resources/Global/OrganizationConfigurations/index.js.map +1 -0
- package/dist/cjs/resources/Global/RegionConfigurations/RegionConfiguration.js +17 -0
- package/dist/cjs/resources/Global/RegionConfigurations/RegionConfiguration.js.map +1 -0
- package/dist/cjs/resources/Global/RegionConfigurations/RegionConfigurationInterfaces.js +3 -0
- package/dist/cjs/resources/Global/RegionConfigurations/RegionConfigurationInterfaces.js.map +1 -0
- package/dist/cjs/resources/Global/RegionConfigurations/index.js +19 -0
- package/dist/cjs/resources/Global/RegionConfigurations/index.js.map +1 -0
- package/dist/cjs/resources/Global/index.js +20 -0
- package/dist/cjs/resources/Global/index.js.map +1 -0
- package/dist/cjs/resources/GlobalGroups/GlobalGroup.js +26 -0
- package/dist/cjs/resources/GlobalGroups/GlobalGroup.js.map +1 -0
- package/dist/cjs/resources/GlobalGroups/GlobalGroupInterfaces.js +3 -0
- package/dist/cjs/resources/GlobalGroups/GlobalGroupInterfaces.js.map +1 -0
- package/dist/cjs/resources/GlobalGroups/index.js +19 -0
- package/dist/cjs/resources/GlobalGroups/index.js.map +1 -0
- package/dist/cjs/resources/Groups/Groups.js +46 -0
- package/dist/cjs/resources/Groups/Groups.js.map +1 -0
- package/dist/cjs/resources/Groups/GroupsInterfaces.js +3 -0
- package/dist/cjs/resources/Groups/GroupsInterfaces.js.map +1 -0
- package/dist/cjs/resources/Groups/Invites/GroupInvite.js +27 -0
- package/dist/cjs/resources/Groups/Invites/GroupInvite.js.map +1 -0
- package/dist/cjs/resources/Groups/Invites/GroupInviteInterfaces.js +3 -0
- package/dist/cjs/resources/Groups/Invites/GroupInviteInterfaces.js.map +1 -0
- package/dist/cjs/resources/Groups/Invites/index.js +19 -0
- package/dist/cjs/resources/Groups/Invites/index.js.map +1 -0
- package/dist/cjs/resources/Groups/Members/GroupMember.js +24 -0
- package/dist/cjs/resources/Groups/Members/GroupMember.js.map +1 -0
- package/dist/cjs/resources/Groups/Members/GroupMemberInterfaces.js +3 -0
- package/dist/cjs/resources/Groups/Members/GroupMemberInterfaces.js.map +1 -0
- package/dist/cjs/resources/Groups/Members/index.js +19 -0
- package/dist/cjs/resources/Groups/Members/index.js.map +1 -0
- package/dist/cjs/resources/Groups/Realms/GroupRealm.js +24 -0
- package/dist/cjs/resources/Groups/Realms/GroupRealm.js.map +1 -0
- package/dist/cjs/resources/Groups/Realms/GroupRealmInterfaces.js +3 -0
- package/dist/cjs/resources/Groups/Realms/GroupRealmInterfaces.js.map +1 -0
- package/dist/cjs/resources/Groups/Realms/index.js +19 -0
- package/dist/cjs/resources/Groups/Realms/index.js.map +1 -0
- package/dist/cjs/resources/Groups/index.js +22 -0
- package/dist/cjs/resources/Groups/index.js.map +1 -0
- package/dist/cjs/resources/HostedInterfacesCore/HostedInterfaceCoreConfig.model.js +11 -0
- package/dist/cjs/resources/HostedInterfacesCore/HostedInterfaceCoreConfig.model.js.map +1 -0
- package/dist/cjs/resources/HostedInterfacesCore/index.js +18 -0
- package/dist/cjs/resources/HostedInterfacesCore/index.js.map +1 -0
- package/dist/cjs/resources/IPXInterfaces/IPXInterface.model.js +9 -0
- package/dist/cjs/resources/IPXInterfaces/IPXInterface.model.js.map +1 -0
- package/dist/cjs/resources/IPXInterfaces/index.js +18 -0
- package/dist/cjs/resources/IPXInterfaces/index.js.map +1 -0
- package/dist/cjs/resources/InProductExperiences/InProductExperiences.js +50 -0
- package/dist/cjs/resources/InProductExperiences/InProductExperiences.js.map +1 -0
- package/dist/cjs/resources/InProductExperiences/InProductExperiencesInterfaces.js +32 -0
- package/dist/cjs/resources/InProductExperiences/InProductExperiencesInterfaces.js.map +1 -0
- package/dist/cjs/resources/InProductExperiences/index.js +19 -0
- package/dist/cjs/resources/InProductExperiences/index.js.map +1 -0
- package/dist/cjs/resources/Indexes/Indexes.js +59 -0
- package/dist/cjs/resources/Indexes/Indexes.js.map +1 -0
- package/dist/cjs/resources/Indexes/IndexesInterface.js +3 -0
- package/dist/cjs/resources/Indexes/IndexesInterface.js.map +1 -0
- package/dist/cjs/resources/Indexes/index.js +19 -0
- package/dist/cjs/resources/Indexes/index.js.map +1 -0
- package/dist/cjs/resources/InsightPanelConfigs/InsightPanelConfig.js +28 -0
- package/dist/cjs/resources/InsightPanelConfigs/InsightPanelConfig.js.map +1 -0
- package/dist/cjs/resources/InsightPanelConfigs/InsightPanelConfigInterfaces.js +3 -0
- package/dist/cjs/resources/InsightPanelConfigs/InsightPanelConfigInterfaces.js.map +1 -0
- package/dist/cjs/resources/InsightPanelConfigs/index.js +19 -0
- package/dist/cjs/resources/InsightPanelConfigs/index.js.map +1 -0
- package/dist/cjs/resources/InsightPanelInterfaces/InsightPanelInterface.js +28 -0
- package/dist/cjs/resources/InsightPanelInterfaces/InsightPanelInterface.js.map +1 -0
- package/dist/cjs/resources/InsightPanelInterfaces/InsightPanelInterface.model.js +9 -0
- package/dist/cjs/resources/InsightPanelInterfaces/InsightPanelInterface.model.js.map +1 -0
- package/dist/cjs/resources/InsightPanelInterfaces/index.js +19 -0
- package/dist/cjs/resources/InsightPanelInterfaces/index.js.map +1 -0
- package/dist/cjs/resources/InternalBaseInterface.js +3 -0
- package/dist/cjs/resources/InternalBaseInterface.js.map +1 -0
- package/dist/cjs/resources/License/License.js +30 -0
- package/dist/cjs/resources/License/License.js.map +1 -0
- package/dist/cjs/resources/License/LicenseInterfaces.js +79 -0
- package/dist/cjs/resources/License/LicenseInterfaces.js.map +1 -0
- package/dist/cjs/resources/License/index.js +19 -0
- package/dist/cjs/resources/License/index.js.map +1 -0
- package/dist/cjs/resources/Limits/Limits.js +26 -0
- package/dist/cjs/resources/Limits/Limits.js.map +1 -0
- package/dist/cjs/resources/Limits/LimitsInterfaces.js +9 -0
- package/dist/cjs/resources/Limits/LimitsInterfaces.js.map +1 -0
- package/dist/cjs/resources/Limits/index.js +19 -0
- package/dist/cjs/resources/Limits/index.js.map +1 -0
- package/dist/cjs/resources/Links/Links.js +15 -0
- package/dist/cjs/resources/Links/Links.js.map +1 -0
- package/dist/cjs/resources/Links/index.js +18 -0
- package/dist/cjs/resources/Links/index.js.map +1 -0
- package/dist/cjs/resources/Logs/Logs.js +21 -0
- package/dist/cjs/resources/Logs/Logs.js.map +1 -0
- package/dist/cjs/resources/Logs/LogsInterfaces.js +3 -0
- package/dist/cjs/resources/Logs/LogsInterfaces.js.map +1 -0
- package/dist/cjs/resources/Logs/index.js +19 -0
- package/dist/cjs/resources/Logs/index.js.map +1 -0
- package/dist/cjs/resources/MachineLearning/CaseClassificationConfiguration/CaseClassificationConfiguration.js +33 -0
- package/dist/cjs/resources/MachineLearning/CaseClassificationConfiguration/CaseClassificationConfiguration.js.map +1 -0
- package/dist/cjs/resources/MachineLearning/CaseClassificationConfiguration/CaseClassificationConfigurationInterfaces.js +9 -0
- package/dist/cjs/resources/MachineLearning/CaseClassificationConfiguration/CaseClassificationConfigurationInterfaces.js.map +1 -0
- package/dist/cjs/resources/MachineLearning/CaseClassificationConfiguration/index.js +19 -0
- package/dist/cjs/resources/MachineLearning/CaseClassificationConfiguration/index.js.map +1 -0
- package/dist/cjs/resources/MachineLearning/DNEConfiguration/DNEConfiguration.js +43 -0
- package/dist/cjs/resources/MachineLearning/DNEConfiguration/DNEConfiguration.js.map +1 -0
- package/dist/cjs/resources/MachineLearning/DNEConfiguration/DNEConfigurationInterfaces.js +3 -0
- package/dist/cjs/resources/MachineLearning/DNEConfiguration/DNEConfigurationInterfaces.js.map +1 -0
- package/dist/cjs/resources/MachineLearning/DNEConfiguration/index.js +19 -0
- package/dist/cjs/resources/MachineLearning/DNEConfiguration/index.js.map +1 -0
- package/dist/cjs/resources/MachineLearning/FilterConditions.js +3 -0
- package/dist/cjs/resources/MachineLearning/FilterConditions.js.map +1 -0
- package/dist/cjs/resources/MachineLearning/MachineLearning.js +46 -0
- package/dist/cjs/resources/MachineLearning/MachineLearning.js.map +1 -0
- package/dist/cjs/resources/MachineLearning/MachineLearningInterfaces.js +3 -0
- package/dist/cjs/resources/MachineLearning/MachineLearningInterfaces.js.map +1 -0
- package/dist/cjs/resources/MachineLearning/ModelConfiguration/ModelConfiguration.js +18 -0
- package/dist/cjs/resources/MachineLearning/ModelConfiguration/ModelConfiguration.js.map +1 -0
- package/dist/cjs/resources/MachineLearning/ModelConfiguration/ModelConfigurationInterfaces.js +3 -0
- package/dist/cjs/resources/MachineLearning/ModelConfiguration/ModelConfigurationInterfaces.js.map +1 -0
- package/dist/cjs/resources/MachineLearning/ModelConfiguration/index.js +19 -0
- package/dist/cjs/resources/MachineLearning/ModelConfiguration/index.js.map +1 -0
- package/dist/cjs/resources/MachineLearning/ModelInformation/ModelInformation.js +21 -0
- package/dist/cjs/resources/MachineLearning/ModelInformation/ModelInformation.js.map +1 -0
- package/dist/cjs/resources/MachineLearning/ModelInformation/ModelInformationInterfaces.js +3 -0
- package/dist/cjs/resources/MachineLearning/ModelInformation/ModelInformationInterfaces.js.map +1 -0
- package/dist/cjs/resources/MachineLearning/ModelInformation/index.js +19 -0
- package/dist/cjs/resources/MachineLearning/ModelInformation/index.js.map +1 -0
- package/dist/cjs/resources/MachineLearning/Models/Models.js +33 -0
- package/dist/cjs/resources/MachineLearning/Models/Models.js.map +1 -0
- package/dist/cjs/resources/MachineLearning/Models/ModelsInterfaces.js +3 -0
- package/dist/cjs/resources/MachineLearning/Models/ModelsInterfaces.js.map +1 -0
- package/dist/cjs/resources/MachineLearning/Models/index.js +19 -0
- package/dist/cjs/resources/MachineLearning/Models/index.js.map +1 -0
- package/dist/cjs/resources/MachineLearning/PQSConfiguration/PQSConfiguration.js +15 -0
- package/dist/cjs/resources/MachineLearning/PQSConfiguration/PQSConfiguration.js.map +1 -0
- package/dist/cjs/resources/MachineLearning/PQSConfiguration/PQSConfigurationInterfaces.js +3 -0
- package/dist/cjs/resources/MachineLearning/PQSConfiguration/PQSConfigurationInterfaces.js.map +1 -0
- package/dist/cjs/resources/MachineLearning/PQSConfiguration/index.js +19 -0
- package/dist/cjs/resources/MachineLearning/PQSConfiguration/index.js.map +1 -0
- package/dist/cjs/resources/MachineLearning/SmartSnippetsConfiguration/SmartSnippetsConfiguration.js +37 -0
- package/dist/cjs/resources/MachineLearning/SmartSnippetsConfiguration/SmartSnippetsConfiguration.js.map +1 -0
- package/dist/cjs/resources/MachineLearning/SmartSnippetsConfiguration/SmartSnippetsConfigurationInterfaces.js +3 -0
- package/dist/cjs/resources/MachineLearning/SmartSnippetsConfiguration/SmartSnippetsConfigurationInterfaces.js.map +1 -0
- package/dist/cjs/resources/MachineLearning/SmartSnippetsConfiguration/index.js +19 -0
- package/dist/cjs/resources/MachineLearning/SmartSnippetsConfiguration/index.js.map +1 -0
- package/dist/cjs/resources/MachineLearning/UserActionHistoryConfiguration/UserActionHistoryConfiguration.js +21 -0
- package/dist/cjs/resources/MachineLearning/UserActionHistoryConfiguration/UserActionHistoryConfiguration.js.map +1 -0
- package/dist/cjs/resources/MachineLearning/UserActionHistoryConfiguration/index.js +18 -0
- package/dist/cjs/resources/MachineLearning/UserActionHistoryConfiguration/index.js.map +1 -0
- package/dist/cjs/resources/MachineLearning/index.js +28 -0
- package/dist/cjs/resources/MachineLearning/index.js.map +1 -0
- package/dist/cjs/resources/ModifierTemplates/ModifierTemplateInterfaces.js +27 -0
- package/dist/cjs/resources/ModifierTemplates/ModifierTemplateInterfaces.js.map +1 -0
- package/dist/cjs/resources/ModifierTemplates/ModifierTemplates.js +17 -0
- package/dist/cjs/resources/ModifierTemplates/ModifierTemplates.js.map +1 -0
- package/dist/cjs/resources/ModifierTemplates/index.js +19 -0
- package/dist/cjs/resources/ModifierTemplates/index.js.map +1 -0
- package/dist/cjs/resources/Notification/Subscription/Subscription.js +59 -0
- package/dist/cjs/resources/Notification/Subscription/Subscription.js.map +1 -0
- package/dist/cjs/resources/Notification/Subscription/SubscriptionInterfaces.js +3 -0
- package/dist/cjs/resources/Notification/Subscription/SubscriptionInterfaces.js.map +1 -0
- package/dist/cjs/resources/Notification/Subscription/index.js +19 -0
- package/dist/cjs/resources/Notification/Subscription/index.js.map +1 -0
- package/dist/cjs/resources/Notification/index.js +19 -0
- package/dist/cjs/resources/Notification/index.js.map +1 -0
- package/dist/cjs/resources/Notification/notification.js +20 -0
- package/dist/cjs/resources/Notification/notification.js.map +1 -0
- package/dist/cjs/resources/OrganizationAccess/Access.js +18 -0
- package/dist/cjs/resources/OrganizationAccess/Access.js.map +1 -0
- package/dist/cjs/resources/OrganizationAccess/AccessInterfaces.js +3 -0
- package/dist/cjs/resources/OrganizationAccess/AccessInterfaces.js.map +1 -0
- package/dist/cjs/resources/OrganizationAccess/index.js +19 -0
- package/dist/cjs/resources/OrganizationAccess/index.js.map +1 -0
- package/dist/cjs/resources/Organizations/Members/Members.js +21 -0
- package/dist/cjs/resources/Organizations/Members/Members.js.map +1 -0
- package/dist/cjs/resources/Organizations/Members/MembersInterface.js +3 -0
- package/dist/cjs/resources/Organizations/Members/MembersInterface.js.map +1 -0
- package/dist/cjs/resources/Organizations/Members/index.js +19 -0
- package/dist/cjs/resources/Organizations/Members/index.js.map +1 -0
- package/dist/cjs/resources/Organizations/Organization.js +87 -0
- package/dist/cjs/resources/Organizations/Organization.js.map +1 -0
- package/dist/cjs/resources/Organizations/OrganizationInterfaces.js +58 -0
- package/dist/cjs/resources/Organizations/OrganizationInterfaces.js.map +1 -0
- package/dist/cjs/resources/Organizations/index.js +20 -0
- package/dist/cjs/resources/Organizations/index.js.map +1 -0
- package/dist/cjs/resources/Pipelines/Conditions/Condition.js +66 -0
- package/dist/cjs/resources/Pipelines/Conditions/Condition.js.map +1 -0
- package/dist/cjs/resources/Pipelines/Conditions/ConditionInterfaces.js +3 -0
- package/dist/cjs/resources/Pipelines/Conditions/ConditionInterfaces.js.map +1 -0
- package/dist/cjs/resources/Pipelines/Conditions/index.js +19 -0
- package/dist/cjs/resources/Pipelines/Conditions/index.js.map +1 -0
- package/dist/cjs/resources/Pipelines/FacetStateRules/FacetStateRules.js +37 -0
- package/dist/cjs/resources/Pipelines/FacetStateRules/FacetStateRules.js.map +1 -0
- package/dist/cjs/resources/Pipelines/FacetStateRules/FacetStateRulesInterface.js +3 -0
- package/dist/cjs/resources/Pipelines/FacetStateRules/FacetStateRulesInterface.js.map +1 -0
- package/dist/cjs/resources/Pipelines/FacetStateRules/index.js +19 -0
- package/dist/cjs/resources/Pipelines/FacetStateRules/index.js.map +1 -0
- package/dist/cjs/resources/Pipelines/MLAssociations/MLAssociations.js +49 -0
- package/dist/cjs/resources/Pipelines/MLAssociations/MLAssociations.js.map +1 -0
- package/dist/cjs/resources/Pipelines/MLAssociations/MLAssociationsInterfaces.js +3 -0
- package/dist/cjs/resources/Pipelines/MLAssociations/MLAssociationsInterfaces.js.map +1 -0
- package/dist/cjs/resources/Pipelines/MLAssociations/index.js +19 -0
- package/dist/cjs/resources/Pipelines/MLAssociations/index.js.map +1 -0
- package/dist/cjs/resources/Pipelines/Pipelines.js +68 -0
- package/dist/cjs/resources/Pipelines/Pipelines.js.map +1 -0
- package/dist/cjs/resources/Pipelines/PipelinesInterfaces.js +3 -0
- package/dist/cjs/resources/Pipelines/PipelinesInterfaces.js.map +1 -0
- package/dist/cjs/resources/Pipelines/ResultRankings/ResultRankings.js +67 -0
- package/dist/cjs/resources/Pipelines/ResultRankings/ResultRankings.js.map +1 -0
- package/dist/cjs/resources/Pipelines/ResultRankings/ResultRankingsInterfaces.js +3 -0
- package/dist/cjs/resources/Pipelines/ResultRankings/ResultRankingsInterfaces.js.map +1 -0
- package/dist/cjs/resources/Pipelines/ResultRankings/index.js +19 -0
- package/dist/cjs/resources/Pipelines/ResultRankings/index.js.map +1 -0
- package/dist/cjs/resources/Pipelines/StatementGroups/StatementGroups.js +48 -0
- package/dist/cjs/resources/Pipelines/StatementGroups/StatementGroups.js.map +1 -0
- package/dist/cjs/resources/Pipelines/StatementGroups/StatementGroupsInterfaces.js +8 -0
- package/dist/cjs/resources/Pipelines/StatementGroups/StatementGroupsInterfaces.js.map +1 -0
- package/dist/cjs/resources/Pipelines/StatementGroups/index.js +19 -0
- package/dist/cjs/resources/Pipelines/StatementGroups/index.js.map +1 -0
- package/dist/cjs/resources/Pipelines/Statements/Statements.js +63 -0
- package/dist/cjs/resources/Pipelines/Statements/Statements.js.map +1 -0
- package/dist/cjs/resources/Pipelines/Statements/StatementsInterfaces.js +3 -0
- package/dist/cjs/resources/Pipelines/Statements/StatementsInterfaces.js.map +1 -0
- package/dist/cjs/resources/Pipelines/Statements/index.js +19 -0
- package/dist/cjs/resources/Pipelines/Statements/index.js.map +1 -0
- package/dist/cjs/resources/Pipelines/index.js +25 -0
- package/dist/cjs/resources/Pipelines/index.js.map +1 -0
- package/dist/cjs/resources/PlatformResources.js +158 -0
- package/dist/cjs/resources/PlatformResources.js.map +1 -0
- package/dist/cjs/resources/PrivilegeEvaluator/PrivilegeEvaluator.js +23 -0
- package/dist/cjs/resources/PrivilegeEvaluator/PrivilegeEvaluator.js.map +1 -0
- package/dist/cjs/resources/PrivilegeEvaluator/PrivilegeEvaluatorInterfaces.js +15 -0
- package/dist/cjs/resources/PrivilegeEvaluator/PrivilegeEvaluatorInterfaces.js.map +1 -0
- package/dist/cjs/resources/PrivilegeEvaluator/index.js +19 -0
- package/dist/cjs/resources/PrivilegeEvaluator/index.js.map +1 -0
- package/dist/cjs/resources/Products/Product.js +15 -0
- package/dist/cjs/resources/Products/Product.js.map +1 -0
- package/dist/cjs/resources/Products/ProductInterfaces.js +3 -0
- package/dist/cjs/resources/Products/ProductInterfaces.js.map +1 -0
- package/dist/cjs/resources/Products/index.js +19 -0
- package/dist/cjs/resources/Products/index.js.map +1 -0
- package/dist/cjs/resources/PushApi/PushApi.js +31 -0
- package/dist/cjs/resources/PushApi/PushApi.js.map +1 -0
- package/dist/cjs/resources/PushApi/PushApiInterfaces.js +3 -0
- package/dist/cjs/resources/PushApi/PushApiInterfaces.js.map +1 -0
- package/dist/cjs/resources/PushApi/index.js +19 -0
- package/dist/cjs/resources/PushApi/index.js.map +1 -0
- package/dist/cjs/resources/Resource.js +29 -0
- package/dist/cjs/resources/Resource.js.map +1 -0
- package/dist/cjs/resources/ResourceSnapshots/ResourceSnapshots.js +120 -0
- package/dist/cjs/resources/ResourceSnapshots/ResourceSnapshots.js.map +1 -0
- package/dist/cjs/resources/ResourceSnapshots/ResourceSnapshotsInterfaces.js +97 -0
- package/dist/cjs/resources/ResourceSnapshots/ResourceSnapshotsInterfaces.js.map +1 -0
- package/dist/cjs/resources/ResourceSnapshots/index.js +19 -0
- package/dist/cjs/resources/ResourceSnapshots/index.js.map +1 -0
- package/dist/cjs/resources/Saml/Saml.js +33 -0
- package/dist/cjs/resources/Saml/Saml.js.map +1 -0
- package/dist/cjs/resources/Saml/SamlInterfaces.js +3 -0
- package/dist/cjs/resources/Saml/SamlInterfaces.js.map +1 -0
- package/dist/cjs/resources/Saml/index.js +19 -0
- package/dist/cjs/resources/Saml/index.js.map +1 -0
- package/dist/cjs/resources/SchemaService/SchemaService.js +89 -0
- package/dist/cjs/resources/SchemaService/SchemaService.js.map +1 -0
- package/dist/cjs/resources/SchemaService/SchemaServiceInterfaces.js +3 -0
- package/dist/cjs/resources/SchemaService/SchemaServiceInterfaces.js.map +1 -0
- package/dist/cjs/resources/SchemaService/index.js +19 -0
- package/dist/cjs/resources/SchemaService/index.js.map +1 -0
- package/dist/cjs/resources/Search/Search.js +37 -0
- package/dist/cjs/resources/Search/Search.js.map +1 -0
- package/dist/cjs/resources/Search/SearchInterfaces.js +3 -0
- package/dist/cjs/resources/Search/SearchInterfaces.js.map +1 -0
- package/dist/cjs/resources/Search/index.js +19 -0
- package/dist/cjs/resources/Search/index.js.map +1 -0
- package/dist/cjs/resources/SearchInterfaces/SearchInterfaces.js +46 -0
- package/dist/cjs/resources/SearchInterfaces/SearchInterfaces.js.map +1 -0
- package/dist/cjs/resources/SearchInterfaces/SearchInterfaces.model.js +3 -0
- package/dist/cjs/resources/SearchInterfaces/SearchInterfaces.model.js.map +1 -0
- package/dist/cjs/resources/SearchInterfaces/index.js +19 -0
- package/dist/cjs/resources/SearchInterfaces/index.js.map +1 -0
- package/dist/cjs/resources/SearchPages/SearchPages.js +57 -0
- package/dist/cjs/resources/SearchPages/SearchPages.js.map +1 -0
- package/dist/cjs/resources/SearchPages/SearchPagesInterfaces.js +3 -0
- package/dist/cjs/resources/SearchPages/SearchPagesInterfaces.js.map +1 -0
- package/dist/cjs/resources/SearchPages/index.js +19 -0
- package/dist/cjs/resources/SearchPages/index.js.map +1 -0
- package/dist/cjs/resources/SearchUsageMetrics/LicenseMetrics/LicenseMetrics.js +21 -0
- package/dist/cjs/resources/SearchUsageMetrics/LicenseMetrics/LicenseMetrics.js.map +1 -0
- package/dist/cjs/resources/SearchUsageMetrics/LicenseMetrics/LicenseMetricsInterface.js +3 -0
- package/dist/cjs/resources/SearchUsageMetrics/LicenseMetrics/LicenseMetricsInterface.js.map +1 -0
- package/dist/cjs/resources/SearchUsageMetrics/LicenseMetrics/index.js +19 -0
- package/dist/cjs/resources/SearchUsageMetrics/LicenseMetrics/index.js.map +1 -0
- package/dist/cjs/resources/SearchUsageMetrics/RawMetrics/RawMetrics.js +36 -0
- package/dist/cjs/resources/SearchUsageMetrics/RawMetrics/RawMetrics.js.map +1 -0
- package/dist/cjs/resources/SearchUsageMetrics/RawMetrics/RawMetricsInterface.js +3 -0
- package/dist/cjs/resources/SearchUsageMetrics/RawMetrics/RawMetricsInterface.js.map +1 -0
- package/dist/cjs/resources/SearchUsageMetrics/RawMetrics/index.js +19 -0
- package/dist/cjs/resources/SearchUsageMetrics/RawMetrics/index.js.map +1 -0
- package/dist/cjs/resources/SearchUsageMetrics/SearchHubs/SearchHubs.js +32 -0
- package/dist/cjs/resources/SearchUsageMetrics/SearchHubs/SearchHubs.js.map +1 -0
- package/dist/cjs/resources/SearchUsageMetrics/SearchHubs/SearchHubsInterface.js +3 -0
- package/dist/cjs/resources/SearchUsageMetrics/SearchHubs/SearchHubsInterface.js.map +1 -0
- package/dist/cjs/resources/SearchUsageMetrics/SearchHubs/index.js +19 -0
- package/dist/cjs/resources/SearchUsageMetrics/SearchHubs/index.js.map +1 -0
- package/dist/cjs/resources/SearchUsageMetrics/SearchUsageMetrics.js +26 -0
- package/dist/cjs/resources/SearchUsageMetrics/SearchUsageMetrics.js.map +1 -0
- package/dist/cjs/resources/SearchUsageMetrics/index.js +21 -0
- package/dist/cjs/resources/SearchUsageMetrics/index.js.map +1 -0
- package/dist/cjs/resources/SecurityCache/SecurityCache.js +74 -0
- package/dist/cjs/resources/SecurityCache/SecurityCache.js.map +1 -0
- package/dist/cjs/resources/SecurityCache/SecurityCacheInterfaces.js +3 -0
- package/dist/cjs/resources/SecurityCache/SecurityCacheInterfaces.js.map +1 -0
- package/dist/cjs/resources/SecurityCache/index.js +19 -0
- package/dist/cjs/resources/SecurityCache/index.js.map +1 -0
- package/dist/cjs/resources/Sources/Sources.js +128 -0
- package/dist/cjs/resources/Sources/Sources.js.map +1 -0
- package/dist/cjs/resources/Sources/SourcesDatasets/SourcesDatasets.js +26 -0
- package/dist/cjs/resources/Sources/SourcesDatasets/SourcesDatasets.js.map +1 -0
- package/dist/cjs/resources/Sources/SourcesDatasets/SourcesDatasetsInterfaces.js +35 -0
- package/dist/cjs/resources/Sources/SourcesDatasets/SourcesDatasetsInterfaces.js.map +1 -0
- package/dist/cjs/resources/Sources/SourcesDatasets/index.js +19 -0
- package/dist/cjs/resources/Sources/SourcesDatasets/index.js.map +1 -0
- package/dist/cjs/resources/Sources/SourcesFields/SourcesFields.js +24 -0
- package/dist/cjs/resources/Sources/SourcesFields/SourcesFields.js.map +1 -0
- package/dist/cjs/resources/Sources/SourcesFields/SourcesFieldsInterfaces.js +3 -0
- package/dist/cjs/resources/Sources/SourcesFields/SourcesFieldsInterfaces.js.map +1 -0
- package/dist/cjs/resources/Sources/SourcesFields/index.js +19 -0
- package/dist/cjs/resources/Sources/SourcesFields/index.js.map +1 -0
- package/dist/cjs/resources/Sources/SourcesInterfaces.js +18 -0
- package/dist/cjs/resources/Sources/SourcesInterfaces.js.map +1 -0
- package/dist/cjs/resources/Sources/SourcesMappings/SourcesMappings.js +18 -0
- package/dist/cjs/resources/Sources/SourcesMappings/SourcesMappings.js.map +1 -0
- package/dist/cjs/resources/Sources/SourcesMappings/SourcesMappingsInterfaces.js +3 -0
- package/dist/cjs/resources/Sources/SourcesMappings/SourcesMappingsInterfaces.js.map +1 -0
- package/dist/cjs/resources/Sources/SourcesMappings/index.js +19 -0
- package/dist/cjs/resources/Sources/SourcesMappings/index.js.map +1 -0
- package/dist/cjs/resources/Sources/SourcesMetadata/SourcesMetadata.js +21 -0
- package/dist/cjs/resources/Sources/SourcesMetadata/SourcesMetadata.js.map +1 -0
- package/dist/cjs/resources/Sources/SourcesMetadata/SourcesMetadataInterfaces.js +3 -0
- package/dist/cjs/resources/Sources/SourcesMetadata/SourcesMetadataInterfaces.js.map +1 -0
- package/dist/cjs/resources/Sources/SourcesMetadata/index.js +19 -0
- package/dist/cjs/resources/Sources/SourcesMetadata/index.js.map +1 -0
- package/dist/cjs/resources/Sources/SourcesSubInterfaces/Address.js +3 -0
- package/dist/cjs/resources/Sources/SourcesSubInterfaces/Address.js.map +1 -0
- package/dist/cjs/resources/Sources/SourcesSubInterfaces/Authentification.js +3 -0
- package/dist/cjs/resources/Sources/SourcesSubInterfaces/Authentification.js.map +1 -0
- package/dist/cjs/resources/Sources/SourcesSubInterfaces/Document.js +3 -0
- package/dist/cjs/resources/Sources/SourcesSubInterfaces/Document.js.map +1 -0
- package/dist/cjs/resources/Sources/SourcesSubInterfaces/Error.js +3 -0
- package/dist/cjs/resources/Sources/SourcesSubInterfaces/Error.js.map +1 -0
- package/dist/cjs/resources/Sources/SourcesSubInterfaces/ExtendedDataFile.js +3 -0
- package/dist/cjs/resources/Sources/SourcesSubInterfaces/ExtendedDataFile.js.map +1 -0
- package/dist/cjs/resources/Sources/SourcesSubInterfaces/Extension.js +3 -0
- package/dist/cjs/resources/Sources/SourcesSubInterfaces/Extension.js.map +1 -0
- package/dist/cjs/resources/Sources/SourcesSubInterfaces/Information.js +3 -0
- package/dist/cjs/resources/Sources/SourcesSubInterfaces/Information.js.map +1 -0
- package/dist/cjs/resources/Sources/SourcesSubInterfaces/Parameter.js +3 -0
- package/dist/cjs/resources/Sources/SourcesSubInterfaces/Parameter.js.map +1 -0
- package/dist/cjs/resources/Sources/SourcesSubInterfaces/Permission.js +3 -0
- package/dist/cjs/resources/Sources/SourcesSubInterfaces/Permission.js.map +1 -0
- package/dist/cjs/resources/Sources/SourcesSubInterfaces/Url.js +3 -0
- package/dist/cjs/resources/Sources/SourcesSubInterfaces/Url.js.map +1 -0
- package/dist/cjs/resources/Sources/SourcesSubInterfaces/User.js +3 -0
- package/dist/cjs/resources/Sources/SourcesSubInterfaces/User.js.map +1 -0
- package/dist/cjs/resources/Sources/SourcesSubInterfaces/index.js +28 -0
- package/dist/cjs/resources/Sources/SourcesSubInterfaces/index.js.map +1 -0
- package/dist/cjs/resources/Sources/index.js +23 -0
- package/dist/cjs/resources/Sources/index.js.map +1 -0
- package/dist/cjs/resources/TableauService/ContentQuery/ContentQuery.js +20 -0
- package/dist/cjs/resources/TableauService/ContentQuery/ContentQuery.js.map +1 -0
- package/dist/cjs/resources/TableauService/ContentQuery/ContentQueryInterfaces.js +3 -0
- package/dist/cjs/resources/TableauService/ContentQuery/ContentQueryInterfaces.js.map +1 -0
- package/dist/cjs/resources/TableauService/ContentQuery/index.js +19 -0
- package/dist/cjs/resources/TableauService/ContentQuery/index.js.map +1 -0
- package/dist/cjs/resources/TableauService/TableauService.js +20 -0
- package/dist/cjs/resources/TableauService/TableauService.js.map +1 -0
- package/dist/cjs/resources/TableauService/index.js +19 -0
- package/dist/cjs/resources/TableauService/index.js.map +1 -0
- package/dist/cjs/resources/UsageAnalytics/Read/Administration/Administration.js +31 -0
- package/dist/cjs/resources/UsageAnalytics/Read/Administration/Administration.js.map +1 -0
- package/dist/cjs/resources/UsageAnalytics/Read/Administration/AdministrationInterfaces.js +3 -0
- package/dist/cjs/resources/UsageAnalytics/Read/Administration/AdministrationInterfaces.js.map +1 -0
- package/dist/cjs/resources/UsageAnalytics/Read/Administration/index.js +19 -0
- package/dist/cjs/resources/UsageAnalytics/Read/Administration/index.js.map +1 -0
- package/dist/cjs/resources/UsageAnalytics/Read/CommonParamParts.js +3 -0
- package/dist/cjs/resources/UsageAnalytics/Read/CommonParamParts.js.map +1 -0
- package/dist/cjs/resources/UsageAnalytics/Read/DataShare/DataShare.js +35 -0
- package/dist/cjs/resources/UsageAnalytics/Read/DataShare/DataShare.js.map +1 -0
- package/dist/cjs/resources/UsageAnalytics/Read/DataShare/DataShareInterfaces.js +3 -0
- package/dist/cjs/resources/UsageAnalytics/Read/DataShare/DataShareInterfaces.js.map +1 -0
- package/dist/cjs/resources/UsageAnalytics/Read/DataShare/index.js +19 -0
- package/dist/cjs/resources/UsageAnalytics/Read/DataShare/index.js.map +1 -0
- package/dist/cjs/resources/UsageAnalytics/Read/Dimensions/Dimensions.js +116 -0
- package/dist/cjs/resources/UsageAnalytics/Read/Dimensions/Dimensions.js.map +1 -0
- package/dist/cjs/resources/UsageAnalytics/Read/Dimensions/DimensionsInterfaces.js +3 -0
- package/dist/cjs/resources/UsageAnalytics/Read/Dimensions/DimensionsInterfaces.js.map +1 -0
- package/dist/cjs/resources/UsageAnalytics/Read/Dimensions/index.js +19 -0
- package/dist/cjs/resources/UsageAnalytics/Read/Dimensions/index.js.map +1 -0
- package/dist/cjs/resources/UsageAnalytics/Read/Exports/Exports.js +108 -0
- package/dist/cjs/resources/UsageAnalytics/Read/Exports/Exports.js.map +1 -0
- package/dist/cjs/resources/UsageAnalytics/Read/Exports/ExportsInterfaces.js +3 -0
- package/dist/cjs/resources/UsageAnalytics/Read/Exports/ExportsInterfaces.js.map +1 -0
- package/dist/cjs/resources/UsageAnalytics/Read/Exports/index.js +19 -0
- package/dist/cjs/resources/UsageAnalytics/Read/Exports/index.js.map +1 -0
- package/dist/cjs/resources/UsageAnalytics/Read/Filters/Filters.js +121 -0
- package/dist/cjs/resources/UsageAnalytics/Read/Filters/Filters.js.map +1 -0
- package/dist/cjs/resources/UsageAnalytics/Read/Filters/FiltersInterfaces.js +3 -0
- package/dist/cjs/resources/UsageAnalytics/Read/Filters/FiltersInterfaces.js.map +1 -0
- package/dist/cjs/resources/UsageAnalytics/Read/Filters/index.js +19 -0
- package/dist/cjs/resources/UsageAnalytics/Read/Filters/index.js.map +1 -0
- package/dist/cjs/resources/UsageAnalytics/Read/ReadServiceCommon.js +33 -0
- package/dist/cjs/resources/UsageAnalytics/Read/ReadServiceCommon.js.map +1 -0
- package/dist/cjs/resources/UsageAnalytics/Read/ReadServiceResource.js +25 -0
- package/dist/cjs/resources/UsageAnalytics/Read/ReadServiceResource.js.map +1 -0
- package/dist/cjs/resources/UsageAnalytics/Read/Reports/Reports.js +101 -0
- package/dist/cjs/resources/UsageAnalytics/Read/Reports/Reports.js.map +1 -0
- package/dist/cjs/resources/UsageAnalytics/Read/Reports/ReportsInterfaces.js +9 -0
- package/dist/cjs/resources/UsageAnalytics/Read/Reports/ReportsInterfaces.js.map +1 -0
- package/dist/cjs/resources/UsageAnalytics/Read/Reports/index.js +19 -0
- package/dist/cjs/resources/UsageAnalytics/Read/Reports/index.js.map +1 -0
- package/dist/cjs/resources/UsageAnalytics/Read/Snowflake/Snowflake.js +83 -0
- package/dist/cjs/resources/UsageAnalytics/Read/Snowflake/Snowflake.js.map +1 -0
- package/dist/cjs/resources/UsageAnalytics/Read/Snowflake/SnowflakeInterfaces.js +3 -0
- package/dist/cjs/resources/UsageAnalytics/Read/Snowflake/SnowflakeInterfaces.js.map +1 -0
- package/dist/cjs/resources/UsageAnalytics/Read/Snowflake/index.js +19 -0
- package/dist/cjs/resources/UsageAnalytics/Read/Snowflake/index.js.map +1 -0
- package/dist/cjs/resources/UsageAnalytics/Read/Statistics/Statistics.js +81 -0
- package/dist/cjs/resources/UsageAnalytics/Read/Statistics/Statistics.js.map +1 -0
- package/dist/cjs/resources/UsageAnalytics/Read/Statistics/StatisticsInterfaces.js +3 -0
- package/dist/cjs/resources/UsageAnalytics/Read/Statistics/StatisticsInterfaces.js.map +1 -0
- package/dist/cjs/resources/UsageAnalytics/Read/Statistics/index.js +19 -0
- package/dist/cjs/resources/UsageAnalytics/Read/Statistics/index.js.map +1 -0
- package/dist/cjs/resources/UsageAnalytics/Read/Users/Users.js +57 -0
- package/dist/cjs/resources/UsageAnalytics/Read/Users/Users.js.map +1 -0
- package/dist/cjs/resources/UsageAnalytics/Read/Users/UsersInterfaces.js +3 -0
- package/dist/cjs/resources/UsageAnalytics/Read/Users/UsersInterfaces.js.map +1 -0
- package/dist/cjs/resources/UsageAnalytics/Read/Users/index.js +19 -0
- package/dist/cjs/resources/UsageAnalytics/Read/Users/index.js.map +1 -0
- package/dist/cjs/resources/UsageAnalytics/Read/index.js +28 -0
- package/dist/cjs/resources/UsageAnalytics/Read/index.js.map +1 -0
- package/dist/cjs/resources/UsageAnalytics/UsageAnalytics.js +41 -0
- package/dist/cjs/resources/UsageAnalytics/UsageAnalytics.js.map +1 -0
- package/dist/cjs/resources/UsageAnalytics/index.js +19 -0
- package/dist/cjs/resources/UsageAnalytics/index.js.map +1 -0
- package/dist/cjs/resources/Users/User.js +20 -0
- package/dist/cjs/resources/Users/User.js.map +1 -0
- package/dist/cjs/resources/Users/UserInterfaces.js +3 -0
- package/dist/cjs/resources/Users/UserInterfaces.js.map +1 -0
- package/dist/cjs/resources/Users/index.js +19 -0
- package/dist/cjs/resources/Users/index.js.map +1 -0
- package/dist/cjs/resources/Vaults/Vaults.js +52 -0
- package/dist/cjs/resources/Vaults/Vaults.js.map +1 -0
- package/dist/cjs/resources/Vaults/VaultsInterfaces.js +3 -0
- package/dist/cjs/resources/Vaults/VaultsInterfaces.js.map +1 -0
- package/dist/cjs/resources/Vaults/index.js +19 -0
- package/dist/cjs/resources/Vaults/index.js.map +1 -0
- package/dist/cjs/resources/index.js +70 -0
- package/dist/cjs/resources/index.js.map +1 -0
- package/dist/cjs/utils/Retriever.js +5 -0
- package/dist/cjs/utils/Retriever.js.map +1 -0
- package/dist/cjs/utils/WithRequired.js +3 -0
- package/dist/cjs/utils/WithRequired.js.map +1 -0
- package/dist/cjs/utils/index.js +19 -0
- package/dist/cjs/utils/index.js.map +1 -0
- package/dist/cjs/utils/normalizePaginatedOptions.js +24 -0
- package/dist/cjs/utils/normalizePaginatedOptions.js.map +1 -0
- package/dist/esm/APICore.js +142 -0
- package/dist/esm/APICore.js.map +1 -0
- package/dist/esm/ConfigurationInterfaces.js +2 -0
- package/dist/esm/ConfigurationInterfaces.js.map +1 -0
- package/dist/esm/Endpoints.js +33 -0
- package/dist/esm/Endpoints.js.map +1 -0
- package/dist/esm/Entry.js +10 -0
- package/dist/esm/Entry.js.map +1 -0
- package/dist/esm/PlatformClient.js +30 -0
- package/dist/esm/PlatformClient.js.map +1 -0
- package/dist/esm/handlers/ResponseHandlerInterfaces.js +2 -0
- package/dist/esm/handlers/ResponseHandlerInterfaces.js.map +1 -0
- package/dist/esm/handlers/ResponseHandlers.js +22 -0
- package/dist/esm/handlers/ResponseHandlers.js.map +1 -0
- package/dist/esm/handlers/index.js +3 -0
- package/dist/esm/handlers/index.js.map +1 -0
- package/dist/esm/resources/AWS/AWS.js +8 -0
- package/dist/esm/resources/AWS/AWS.js.map +1 -0
- package/dist/esm/resources/AWS/AWSInterfaces.js +2 -0
- package/dist/esm/resources/AWS/AWSInterfaces.js.map +1 -0
- package/dist/esm/resources/AWS/index.js +3 -0
- package/dist/esm/resources/AWS/index.js.map +1 -0
- package/dist/esm/resources/Activities/Activities.js +27 -0
- package/dist/esm/resources/Activities/Activities.js.map +1 -0
- package/dist/esm/resources/Activities/ActivitiesInterfaces.js +2 -0
- package/dist/esm/resources/Activities/ActivitiesInterfaces.js.map +1 -0
- package/dist/esm/resources/Activities/index.js +3 -0
- package/dist/esm/resources/Activities/index.js.map +1 -0
- package/dist/esm/resources/ApiKeys/ApiKeys.js +25 -0
- package/dist/esm/resources/ApiKeys/ApiKeys.js.map +1 -0
- package/dist/esm/resources/ApiKeys/ApiKeysInterfaces.js +2 -0
- package/dist/esm/resources/ApiKeys/ApiKeysInterfaces.js.map +1 -0
- package/dist/esm/resources/ApiKeys/index.js +3 -0
- package/dist/esm/resources/ApiKeys/index.js.map +1 -0
- package/dist/esm/resources/BaseInterfaces.js +2 -0
- package/dist/esm/resources/BaseInterfaces.js.map +1 -0
- package/dist/esm/resources/CaseAssistConfigs/CaseAssistConfig.js +33 -0
- package/dist/esm/resources/CaseAssistConfigs/CaseAssistConfig.js.map +1 -0
- package/dist/esm/resources/CaseAssistConfigs/CaseAssistConfigInterfaces.js +15 -0
- package/dist/esm/resources/CaseAssistConfigs/CaseAssistConfigInterfaces.js.map +1 -0
- package/dist/esm/resources/CaseAssistConfigs/CaseAssistPreviewInterfaces.js +2 -0
- package/dist/esm/resources/CaseAssistConfigs/CaseAssistPreviewInterfaces.js.map +1 -0
- package/dist/esm/resources/CaseAssistConfigs/index.js +4 -0
- package/dist/esm/resources/CaseAssistConfigs/index.js.map +1 -0
- package/dist/esm/resources/Catalogs/Catalog.js +34 -0
- package/dist/esm/resources/Catalogs/Catalog.js.map +1 -0
- package/dist/esm/resources/Catalogs/CatalogConfiguration.js +21 -0
- package/dist/esm/resources/Catalogs/CatalogConfiguration.js.map +1 -0
- package/dist/esm/resources/Catalogs/CatalogInterfaces.js +2 -0
- package/dist/esm/resources/Catalogs/CatalogInterfaces.js.map +1 -0
- package/dist/esm/resources/Catalogs/ProductListing.js +30 -0
- package/dist/esm/resources/Catalogs/ProductListing.js.map +1 -0
- package/dist/esm/resources/Catalogs/ProductListingConfiguration.js +23 -0
- package/dist/esm/resources/Catalogs/ProductListingConfiguration.js.map +1 -0
- package/dist/esm/resources/Catalogs/ProductListingConfigurationInterfaces.js +7 -0
- package/dist/esm/resources/Catalogs/ProductListingConfigurationInterfaces.js.map +1 -0
- package/dist/esm/resources/Catalogs/ProductListingInterfaces.js +2 -0
- package/dist/esm/resources/Catalogs/ProductListingInterfaces.js.map +1 -0
- package/dist/esm/resources/Catalogs/index.js +8 -0
- package/dist/esm/resources/Catalogs/index.js.map +1 -0
- package/dist/esm/resources/Clusters/Agents/ClusterAgent.js +12 -0
- package/dist/esm/resources/Clusters/Agents/ClusterAgent.js.map +1 -0
- package/dist/esm/resources/Clusters/Agents/ClusterAgentInterfaces.js +2 -0
- package/dist/esm/resources/Clusters/Agents/ClusterAgentInterfaces.js.map +1 -0
- package/dist/esm/resources/Clusters/Agents/index.js +3 -0
- package/dist/esm/resources/Clusters/Agents/index.js.map +1 -0
- package/dist/esm/resources/Clusters/Cluster.js +35 -0
- package/dist/esm/resources/Clusters/Cluster.js.map +1 -0
- package/dist/esm/resources/Clusters/ClusterInterfaces.js +2 -0
- package/dist/esm/resources/Clusters/ClusterInterfaces.js.map +1 -0
- package/dist/esm/resources/Clusters/Nodes/ClusterNode.js +24 -0
- package/dist/esm/resources/Clusters/Nodes/ClusterNode.js.map +1 -0
- package/dist/esm/resources/Clusters/Nodes/ClusterNodeInterfaces.js +2 -0
- package/dist/esm/resources/Clusters/Nodes/ClusterNodeInterfaces.js.map +1 -0
- package/dist/esm/resources/Clusters/Nodes/index.js +3 -0
- package/dist/esm/resources/Clusters/Nodes/index.js.map +1 -0
- package/dist/esm/resources/Clusters/index.js +5 -0
- package/dist/esm/resources/Clusters/index.js.map +1 -0
- package/dist/esm/resources/Connectivity/Connectivity.js +13 -0
- package/dist/esm/resources/Connectivity/Connectivity.js.map +1 -0
- package/dist/esm/resources/Connectivity/ConnectivityInterface.js +6 -0
- package/dist/esm/resources/Connectivity/ConnectivityInterface.js.map +1 -0
- package/dist/esm/resources/Connectivity/index.js +3 -0
- package/dist/esm/resources/Connectivity/index.js.map +1 -0
- package/dist/esm/resources/CrawlingModule/CrawlingModule.js +36 -0
- package/dist/esm/resources/CrawlingModule/CrawlingModule.js.map +1 -0
- package/dist/esm/resources/CrawlingModule/CrawlingModuleInterfaces.js +15 -0
- package/dist/esm/resources/CrawlingModule/CrawlingModuleInterfaces.js.map +1 -0
- package/dist/esm/resources/CrawlingModule/index.js +3 -0
- package/dist/esm/resources/CrawlingModule/index.js.map +1 -0
- package/dist/esm/resources/Enums.js +1127 -0
- package/dist/esm/resources/Enums.js.map +1 -0
- package/dist/esm/resources/Extensions/Extensions.js +27 -0
- package/dist/esm/resources/Extensions/Extensions.js.map +1 -0
- package/dist/esm/resources/Extensions/ExtensionsInterfaces.js +2 -0
- package/dist/esm/resources/Extensions/ExtensionsInterfaces.js.map +1 -0
- package/dist/esm/resources/Extensions/index.js +3 -0
- package/dist/esm/resources/Extensions/index.js.map +1 -0
- package/dist/esm/resources/Fields/Fields.js +40 -0
- package/dist/esm/resources/Fields/Fields.js.map +1 -0
- package/dist/esm/resources/Fields/FieldsInterfaces.js +2 -0
- package/dist/esm/resources/Fields/FieldsInterfaces.js.map +1 -0
- package/dist/esm/resources/Fields/index.js +3 -0
- package/dist/esm/resources/Fields/index.js.map +1 -0
- package/dist/esm/resources/Global/Global.js +17 -0
- package/dist/esm/resources/Global/Global.js.map +1 -0
- package/dist/esm/resources/Global/OrganizationConfigurations/OrganizationConfiguration.js +11 -0
- package/dist/esm/resources/Global/OrganizationConfigurations/OrganizationConfiguration.js.map +1 -0
- package/dist/esm/resources/Global/OrganizationConfigurations/OrganizationConfigurationInterfaces.js +2 -0
- package/dist/esm/resources/Global/OrganizationConfigurations/OrganizationConfigurationInterfaces.js.map +1 -0
- package/dist/esm/resources/Global/OrganizationConfigurations/index.js +3 -0
- package/dist/esm/resources/Global/OrganizationConfigurations/index.js.map +1 -0
- package/dist/esm/resources/Global/RegionConfigurations/RegionConfiguration.js +11 -0
- package/dist/esm/resources/Global/RegionConfigurations/RegionConfiguration.js.map +1 -0
- package/dist/esm/resources/Global/RegionConfigurations/RegionConfigurationInterfaces.js +2 -0
- package/dist/esm/resources/Global/RegionConfigurations/RegionConfigurationInterfaces.js.map +1 -0
- package/dist/esm/resources/Global/RegionConfigurations/index.js +3 -0
- package/dist/esm/resources/Global/RegionConfigurations/index.js.map +1 -0
- package/dist/esm/resources/Global/index.js +4 -0
- package/dist/esm/resources/Global/index.js.map +1 -0
- package/dist/esm/resources/GlobalGroups/GlobalGroup.js +20 -0
- package/dist/esm/resources/GlobalGroups/GlobalGroup.js.map +1 -0
- package/dist/esm/resources/GlobalGroups/GlobalGroupInterfaces.js +2 -0
- package/dist/esm/resources/GlobalGroups/GlobalGroupInterfaces.js.map +1 -0
- package/dist/esm/resources/GlobalGroups/index.js +3 -0
- package/dist/esm/resources/GlobalGroups/index.js.map +1 -0
- package/dist/esm/resources/Groups/Groups.js +40 -0
- package/dist/esm/resources/Groups/Groups.js.map +1 -0
- package/dist/esm/resources/Groups/GroupsInterfaces.js +2 -0
- package/dist/esm/resources/Groups/GroupsInterfaces.js.map +1 -0
- package/dist/esm/resources/Groups/Invites/GroupInvite.js +21 -0
- package/dist/esm/resources/Groups/Invites/GroupInvite.js.map +1 -0
- package/dist/esm/resources/Groups/Invites/GroupInviteInterfaces.js +2 -0
- package/dist/esm/resources/Groups/Invites/GroupInviteInterfaces.js.map +1 -0
- package/dist/esm/resources/Groups/Invites/index.js +3 -0
- package/dist/esm/resources/Groups/Invites/index.js.map +1 -0
- package/dist/esm/resources/Groups/Members/GroupMember.js +18 -0
- package/dist/esm/resources/Groups/Members/GroupMember.js.map +1 -0
- package/dist/esm/resources/Groups/Members/GroupMemberInterfaces.js +2 -0
- package/dist/esm/resources/Groups/Members/GroupMemberInterfaces.js.map +1 -0
- package/dist/esm/resources/Groups/Members/index.js +3 -0
- package/dist/esm/resources/Groups/Members/index.js.map +1 -0
- package/dist/esm/resources/Groups/Realms/GroupRealm.js +18 -0
- package/dist/esm/resources/Groups/Realms/GroupRealm.js.map +1 -0
- package/dist/esm/resources/Groups/Realms/GroupRealmInterfaces.js +2 -0
- package/dist/esm/resources/Groups/Realms/GroupRealmInterfaces.js.map +1 -0
- package/dist/esm/resources/Groups/Realms/index.js +3 -0
- package/dist/esm/resources/Groups/Realms/index.js.map +1 -0
- package/dist/esm/resources/Groups/index.js +6 -0
- package/dist/esm/resources/Groups/index.js.map +1 -0
- package/dist/esm/resources/HostedInterfacesCore/HostedInterfaceCoreConfig.model.js +8 -0
- package/dist/esm/resources/HostedInterfacesCore/HostedInterfaceCoreConfig.model.js.map +1 -0
- package/dist/esm/resources/HostedInterfacesCore/index.js +2 -0
- package/dist/esm/resources/HostedInterfacesCore/index.js.map +1 -0
- package/dist/esm/resources/IPXInterfaces/IPXInterface.model.js +6 -0
- package/dist/esm/resources/IPXInterfaces/IPXInterface.model.js.map +1 -0
- package/dist/esm/resources/IPXInterfaces/index.js +2 -0
- package/dist/esm/resources/IPXInterfaces/index.js.map +1 -0
- package/dist/esm/resources/InProductExperiences/InProductExperiences.js +44 -0
- package/dist/esm/resources/InProductExperiences/InProductExperiences.js.map +1 -0
- package/dist/esm/resources/InProductExperiences/InProductExperiencesInterfaces.js +29 -0
- package/dist/esm/resources/InProductExperiences/InProductExperiencesInterfaces.js.map +1 -0
- package/dist/esm/resources/InProductExperiences/index.js +3 -0
- package/dist/esm/resources/InProductExperiences/index.js.map +1 -0
- package/dist/esm/resources/Indexes/Indexes.js +53 -0
- package/dist/esm/resources/Indexes/Indexes.js.map +1 -0
- package/dist/esm/resources/Indexes/IndexesInterface.js +2 -0
- package/dist/esm/resources/Indexes/IndexesInterface.js.map +1 -0
- package/dist/esm/resources/Indexes/index.js +3 -0
- package/dist/esm/resources/Indexes/index.js.map +1 -0
- package/dist/esm/resources/InsightPanelConfigs/InsightPanelConfig.js +22 -0
- package/dist/esm/resources/InsightPanelConfigs/InsightPanelConfig.js.map +1 -0
- package/dist/esm/resources/InsightPanelConfigs/InsightPanelConfigInterfaces.js +2 -0
- package/dist/esm/resources/InsightPanelConfigs/InsightPanelConfigInterfaces.js.map +1 -0
- package/dist/esm/resources/InsightPanelConfigs/index.js +3 -0
- package/dist/esm/resources/InsightPanelConfigs/index.js.map +1 -0
- package/dist/esm/resources/InsightPanelInterfaces/InsightPanelInterface.js +22 -0
- package/dist/esm/resources/InsightPanelInterfaces/InsightPanelInterface.js.map +1 -0
- package/dist/esm/resources/InsightPanelInterfaces/InsightPanelInterface.model.js +6 -0
- package/dist/esm/resources/InsightPanelInterfaces/InsightPanelInterface.model.js.map +1 -0
- package/dist/esm/resources/InsightPanelInterfaces/index.js +3 -0
- package/dist/esm/resources/InsightPanelInterfaces/index.js.map +1 -0
- package/dist/esm/resources/InternalBaseInterface.js +2 -0
- package/dist/esm/resources/InternalBaseInterface.js.map +1 -0
- package/dist/esm/resources/License/License.js +24 -0
- package/dist/esm/resources/License/License.js.map +1 -0
- package/dist/esm/resources/License/LicenseInterfaces.js +76 -0
- package/dist/esm/resources/License/LicenseInterfaces.js.map +1 -0
- package/dist/esm/resources/License/index.js +3 -0
- package/dist/esm/resources/License/index.js.map +1 -0
- package/dist/esm/resources/Limits/Limits.js +20 -0
- package/dist/esm/resources/Limits/Limits.js.map +1 -0
- package/dist/esm/resources/Limits/LimitsInterfaces.js +6 -0
- package/dist/esm/resources/Limits/LimitsInterfaces.js.map +1 -0
- package/dist/esm/resources/Limits/index.js +3 -0
- package/dist/esm/resources/Limits/index.js.map +1 -0
- package/dist/esm/resources/Links/Links.js +9 -0
- package/dist/esm/resources/Links/Links.js.map +1 -0
- package/dist/esm/resources/Links/index.js +2 -0
- package/dist/esm/resources/Links/index.js.map +1 -0
- package/dist/esm/resources/Logs/Logs.js +15 -0
- package/dist/esm/resources/Logs/Logs.js.map +1 -0
- package/dist/esm/resources/Logs/LogsInterfaces.js +2 -0
- package/dist/esm/resources/Logs/LogsInterfaces.js.map +1 -0
- package/dist/esm/resources/Logs/index.js +3 -0
- package/dist/esm/resources/Logs/index.js.map +1 -0
- package/dist/esm/resources/MachineLearning/CaseClassificationConfiguration/CaseClassificationConfiguration.js +27 -0
- package/dist/esm/resources/MachineLearning/CaseClassificationConfiguration/CaseClassificationConfiguration.js.map +1 -0
- package/dist/esm/resources/MachineLearning/CaseClassificationConfiguration/CaseClassificationConfigurationInterfaces.js +6 -0
- package/dist/esm/resources/MachineLearning/CaseClassificationConfiguration/CaseClassificationConfigurationInterfaces.js.map +1 -0
- package/dist/esm/resources/MachineLearning/CaseClassificationConfiguration/index.js +3 -0
- package/dist/esm/resources/MachineLearning/CaseClassificationConfiguration/index.js.map +1 -0
- package/dist/esm/resources/MachineLearning/DNEConfiguration/DNEConfiguration.js +37 -0
- package/dist/esm/resources/MachineLearning/DNEConfiguration/DNEConfiguration.js.map +1 -0
- package/dist/esm/resources/MachineLearning/DNEConfiguration/DNEConfigurationInterfaces.js +2 -0
- package/dist/esm/resources/MachineLearning/DNEConfiguration/DNEConfigurationInterfaces.js.map +1 -0
- package/dist/esm/resources/MachineLearning/DNEConfiguration/index.js +3 -0
- package/dist/esm/resources/MachineLearning/DNEConfiguration/index.js.map +1 -0
- package/dist/esm/resources/MachineLearning/FilterConditions.js +2 -0
- package/dist/esm/resources/MachineLearning/FilterConditions.js.map +1 -0
- package/dist/esm/resources/MachineLearning/MachineLearning.js +40 -0
- package/dist/esm/resources/MachineLearning/MachineLearning.js.map +1 -0
- package/dist/esm/resources/MachineLearning/MachineLearningInterfaces.js +2 -0
- package/dist/esm/resources/MachineLearning/MachineLearningInterfaces.js.map +1 -0
- package/dist/esm/resources/MachineLearning/ModelConfiguration/ModelConfiguration.js +12 -0
- package/dist/esm/resources/MachineLearning/ModelConfiguration/ModelConfiguration.js.map +1 -0
- package/dist/esm/resources/MachineLearning/ModelConfiguration/ModelConfigurationInterfaces.js +2 -0
- package/dist/esm/resources/MachineLearning/ModelConfiguration/ModelConfigurationInterfaces.js.map +1 -0
- package/dist/esm/resources/MachineLearning/ModelConfiguration/index.js +3 -0
- package/dist/esm/resources/MachineLearning/ModelConfiguration/index.js.map +1 -0
- package/dist/esm/resources/MachineLearning/ModelInformation/ModelInformation.js +15 -0
- package/dist/esm/resources/MachineLearning/ModelInformation/ModelInformation.js.map +1 -0
- package/dist/esm/resources/MachineLearning/ModelInformation/ModelInformationInterfaces.js +2 -0
- package/dist/esm/resources/MachineLearning/ModelInformation/ModelInformationInterfaces.js.map +1 -0
- package/dist/esm/resources/MachineLearning/ModelInformation/index.js +3 -0
- package/dist/esm/resources/MachineLearning/ModelInformation/index.js.map +1 -0
- package/dist/esm/resources/MachineLearning/Models/Models.js +27 -0
- package/dist/esm/resources/MachineLearning/Models/Models.js.map +1 -0
- package/dist/esm/resources/MachineLearning/Models/ModelsInterfaces.js +2 -0
- package/dist/esm/resources/MachineLearning/Models/ModelsInterfaces.js.map +1 -0
- package/dist/esm/resources/MachineLearning/Models/index.js +3 -0
- package/dist/esm/resources/MachineLearning/Models/index.js.map +1 -0
- package/dist/esm/resources/MachineLearning/PQSConfiguration/PQSConfiguration.js +9 -0
- package/dist/esm/resources/MachineLearning/PQSConfiguration/PQSConfiguration.js.map +1 -0
- package/dist/esm/resources/MachineLearning/PQSConfiguration/PQSConfigurationInterfaces.js +2 -0
- package/dist/esm/resources/MachineLearning/PQSConfiguration/PQSConfigurationInterfaces.js.map +1 -0
- package/dist/esm/resources/MachineLearning/PQSConfiguration/index.js +3 -0
- package/dist/esm/resources/MachineLearning/PQSConfiguration/index.js.map +1 -0
- package/dist/esm/resources/MachineLearning/SmartSnippetsConfiguration/SmartSnippetsConfiguration.js +31 -0
- package/dist/esm/resources/MachineLearning/SmartSnippetsConfiguration/SmartSnippetsConfiguration.js.map +1 -0
- package/dist/esm/resources/MachineLearning/SmartSnippetsConfiguration/SmartSnippetsConfigurationInterfaces.js +2 -0
- package/dist/esm/resources/MachineLearning/SmartSnippetsConfiguration/SmartSnippetsConfigurationInterfaces.js.map +1 -0
- package/dist/esm/resources/MachineLearning/SmartSnippetsConfiguration/index.js +3 -0
- package/dist/esm/resources/MachineLearning/SmartSnippetsConfiguration/index.js.map +1 -0
- package/dist/esm/resources/MachineLearning/UserActionHistoryConfiguration/UserActionHistoryConfiguration.js +15 -0
- package/dist/esm/resources/MachineLearning/UserActionHistoryConfiguration/UserActionHistoryConfiguration.js.map +1 -0
- package/dist/esm/resources/MachineLearning/UserActionHistoryConfiguration/index.js +2 -0
- package/dist/esm/resources/MachineLearning/UserActionHistoryConfiguration/index.js.map +1 -0
- package/dist/esm/resources/MachineLearning/index.js +12 -0
- package/dist/esm/resources/MachineLearning/index.js.map +1 -0
- package/dist/esm/resources/ModifierTemplates/ModifierTemplateInterfaces.js +24 -0
- package/dist/esm/resources/ModifierTemplates/ModifierTemplateInterfaces.js.map +1 -0
- package/dist/esm/resources/ModifierTemplates/ModifierTemplates.js +11 -0
- package/dist/esm/resources/ModifierTemplates/ModifierTemplates.js.map +1 -0
- package/dist/esm/resources/ModifierTemplates/index.js +3 -0
- package/dist/esm/resources/ModifierTemplates/index.js.map +1 -0
- package/dist/esm/resources/Notification/Subscription/Subscription.js +53 -0
- package/dist/esm/resources/Notification/Subscription/Subscription.js.map +1 -0
- package/dist/esm/resources/Notification/Subscription/SubscriptionInterfaces.js +2 -0
- package/dist/esm/resources/Notification/Subscription/SubscriptionInterfaces.js.map +1 -0
- package/dist/esm/resources/Notification/Subscription/index.js +3 -0
- package/dist/esm/resources/Notification/Subscription/index.js.map +1 -0
- package/dist/esm/resources/Notification/index.js +3 -0
- package/dist/esm/resources/Notification/index.js.map +1 -0
- package/dist/esm/resources/Notification/notification.js +14 -0
- package/dist/esm/resources/Notification/notification.js.map +1 -0
- package/dist/esm/resources/OrganizationAccess/Access.js +12 -0
- package/dist/esm/resources/OrganizationAccess/Access.js.map +1 -0
- package/dist/esm/resources/OrganizationAccess/AccessInterfaces.js +2 -0
- package/dist/esm/resources/OrganizationAccess/AccessInterfaces.js.map +1 -0
- package/dist/esm/resources/OrganizationAccess/index.js +3 -0
- package/dist/esm/resources/OrganizationAccess/index.js.map +1 -0
- package/dist/esm/resources/Organizations/Members/Members.js +15 -0
- package/dist/esm/resources/Organizations/Members/Members.js.map +1 -0
- package/dist/esm/resources/Organizations/Members/MembersInterface.js +2 -0
- package/dist/esm/resources/Organizations/Members/MembersInterface.js.map +1 -0
- package/dist/esm/resources/Organizations/Members/index.js +3 -0
- package/dist/esm/resources/Organizations/Members/index.js.map +1 -0
- package/dist/esm/resources/Organizations/Organization.js +81 -0
- package/dist/esm/resources/Organizations/Organization.js.map +1 -0
- package/dist/esm/resources/Organizations/OrganizationInterfaces.js +55 -0
- package/dist/esm/resources/Organizations/OrganizationInterfaces.js.map +1 -0
- package/dist/esm/resources/Organizations/index.js +4 -0
- package/dist/esm/resources/Organizations/index.js.map +1 -0
- package/dist/esm/resources/Pipelines/Conditions/Condition.js +60 -0
- package/dist/esm/resources/Pipelines/Conditions/Condition.js.map +1 -0
- package/dist/esm/resources/Pipelines/Conditions/ConditionInterfaces.js +2 -0
- package/dist/esm/resources/Pipelines/Conditions/ConditionInterfaces.js.map +1 -0
- package/dist/esm/resources/Pipelines/Conditions/index.js +3 -0
- package/dist/esm/resources/Pipelines/Conditions/index.js.map +1 -0
- package/dist/esm/resources/Pipelines/FacetStateRules/FacetStateRules.js +31 -0
- package/dist/esm/resources/Pipelines/FacetStateRules/FacetStateRules.js.map +1 -0
- package/dist/esm/resources/Pipelines/FacetStateRules/FacetStateRulesInterface.js +2 -0
- package/dist/esm/resources/Pipelines/FacetStateRules/FacetStateRulesInterface.js.map +1 -0
- package/dist/esm/resources/Pipelines/FacetStateRules/index.js +3 -0
- package/dist/esm/resources/Pipelines/FacetStateRules/index.js.map +1 -0
- package/dist/esm/resources/Pipelines/MLAssociations/MLAssociations.js +43 -0
- package/dist/esm/resources/Pipelines/MLAssociations/MLAssociations.js.map +1 -0
- package/dist/esm/resources/Pipelines/MLAssociations/MLAssociationsInterfaces.js +2 -0
- package/dist/esm/resources/Pipelines/MLAssociations/MLAssociationsInterfaces.js.map +1 -0
- package/dist/esm/resources/Pipelines/MLAssociations/index.js +3 -0
- package/dist/esm/resources/Pipelines/MLAssociations/index.js.map +1 -0
- package/dist/esm/resources/Pipelines/Pipelines.js +62 -0
- package/dist/esm/resources/Pipelines/Pipelines.js.map +1 -0
- package/dist/esm/resources/Pipelines/PipelinesInterfaces.js +2 -0
- package/dist/esm/resources/Pipelines/PipelinesInterfaces.js.map +1 -0
- package/dist/esm/resources/Pipelines/ResultRankings/ResultRankings.js +61 -0
- package/dist/esm/resources/Pipelines/ResultRankings/ResultRankings.js.map +1 -0
- package/dist/esm/resources/Pipelines/ResultRankings/ResultRankingsInterfaces.js +2 -0
- package/dist/esm/resources/Pipelines/ResultRankings/ResultRankingsInterfaces.js.map +1 -0
- package/dist/esm/resources/Pipelines/ResultRankings/index.js +3 -0
- package/dist/esm/resources/Pipelines/ResultRankings/index.js.map +1 -0
- package/dist/esm/resources/Pipelines/StatementGroups/StatementGroups.js +42 -0
- package/dist/esm/resources/Pipelines/StatementGroups/StatementGroups.js.map +1 -0
- package/dist/esm/resources/Pipelines/StatementGroups/StatementGroupsInterfaces.js +5 -0
- package/dist/esm/resources/Pipelines/StatementGroups/StatementGroupsInterfaces.js.map +1 -0
- package/dist/esm/resources/Pipelines/StatementGroups/index.js +3 -0
- package/dist/esm/resources/Pipelines/StatementGroups/index.js.map +1 -0
- package/dist/esm/resources/Pipelines/Statements/Statements.js +57 -0
- package/dist/esm/resources/Pipelines/Statements/Statements.js.map +1 -0
- package/dist/esm/resources/Pipelines/Statements/StatementsInterfaces.js +2 -0
- package/dist/esm/resources/Pipelines/Statements/StatementsInterfaces.js.map +1 -0
- package/dist/esm/resources/Pipelines/Statements/index.js +3 -0
- package/dist/esm/resources/Pipelines/Statements/index.js.map +1 -0
- package/dist/esm/resources/Pipelines/index.js +9 -0
- package/dist/esm/resources/Pipelines/index.js.map +1 -0
- package/dist/esm/resources/PlatformResources.js +153 -0
- package/dist/esm/resources/PlatformResources.js.map +1 -0
- package/dist/esm/resources/PrivilegeEvaluator/PrivilegeEvaluator.js +17 -0
- package/dist/esm/resources/PrivilegeEvaluator/PrivilegeEvaluator.js.map +1 -0
- package/dist/esm/resources/PrivilegeEvaluator/PrivilegeEvaluatorInterfaces.js +12 -0
- package/dist/esm/resources/PrivilegeEvaluator/PrivilegeEvaluatorInterfaces.js.map +1 -0
- package/dist/esm/resources/PrivilegeEvaluator/index.js +3 -0
- package/dist/esm/resources/PrivilegeEvaluator/index.js.map +1 -0
- package/dist/esm/resources/Products/Product.js +9 -0
- package/dist/esm/resources/Products/Product.js.map +1 -0
- package/dist/esm/resources/Products/ProductInterfaces.js +2 -0
- package/dist/esm/resources/Products/ProductInterfaces.js.map +1 -0
- package/dist/esm/resources/Products/index.js +3 -0
- package/dist/esm/resources/Products/index.js.map +1 -0
- package/dist/esm/resources/PushApi/PushApi.js +25 -0
- package/dist/esm/resources/PushApi/PushApi.js.map +1 -0
- package/dist/esm/resources/PushApi/PushApiInterfaces.js +2 -0
- package/dist/esm/resources/PushApi/PushApiInterfaces.js.map +1 -0
- package/dist/esm/resources/PushApi/index.js +3 -0
- package/dist/esm/resources/PushApi/index.js.map +1 -0
- package/dist/esm/resources/Resource.js +24 -0
- package/dist/esm/resources/Resource.js.map +1 -0
- package/dist/esm/resources/ResourceSnapshots/ResourceSnapshots.js +114 -0
- package/dist/esm/resources/ResourceSnapshots/ResourceSnapshots.js.map +1 -0
- package/dist/esm/resources/ResourceSnapshots/ResourceSnapshotsInterfaces.js +94 -0
- package/dist/esm/resources/ResourceSnapshots/ResourceSnapshotsInterfaces.js.map +1 -0
- package/dist/esm/resources/ResourceSnapshots/index.js +3 -0
- package/dist/esm/resources/ResourceSnapshots/index.js.map +1 -0
- package/dist/esm/resources/Saml/Saml.js +27 -0
- package/dist/esm/resources/Saml/Saml.js.map +1 -0
- package/dist/esm/resources/Saml/SamlInterfaces.js +2 -0
- package/dist/esm/resources/Saml/SamlInterfaces.js.map +1 -0
- package/dist/esm/resources/Saml/index.js +3 -0
- package/dist/esm/resources/Saml/index.js.map +1 -0
- package/dist/esm/resources/SchemaService/SchemaService.js +83 -0
- package/dist/esm/resources/SchemaService/SchemaService.js.map +1 -0
- package/dist/esm/resources/SchemaService/SchemaServiceInterfaces.js +2 -0
- package/dist/esm/resources/SchemaService/SchemaServiceInterfaces.js.map +1 -0
- package/dist/esm/resources/SchemaService/index.js +3 -0
- package/dist/esm/resources/SchemaService/index.js.map +1 -0
- package/dist/esm/resources/Search/Search.js +31 -0
- package/dist/esm/resources/Search/Search.js.map +1 -0
- package/dist/esm/resources/Search/SearchInterfaces.js +2 -0
- package/dist/esm/resources/Search/SearchInterfaces.js.map +1 -0
- package/dist/esm/resources/Search/index.js +3 -0
- package/dist/esm/resources/Search/index.js.map +1 -0
- package/dist/esm/resources/SearchInterfaces/SearchInterfaces.js +40 -0
- package/dist/esm/resources/SearchInterfaces/SearchInterfaces.js.map +1 -0
- package/dist/esm/resources/SearchInterfaces/SearchInterfaces.model.js +2 -0
- package/dist/esm/resources/SearchInterfaces/SearchInterfaces.model.js.map +1 -0
- package/dist/esm/resources/SearchInterfaces/index.js +3 -0
- package/dist/esm/resources/SearchInterfaces/index.js.map +1 -0
- package/dist/esm/resources/SearchPages/SearchPages.js +51 -0
- package/dist/esm/resources/SearchPages/SearchPages.js.map +1 -0
- package/dist/esm/resources/SearchPages/SearchPagesInterfaces.js +2 -0
- package/dist/esm/resources/SearchPages/SearchPagesInterfaces.js.map +1 -0
- package/dist/esm/resources/SearchPages/index.js +3 -0
- package/dist/esm/resources/SearchPages/index.js.map +1 -0
- package/dist/esm/resources/SearchUsageMetrics/LicenseMetrics/LicenseMetrics.js +15 -0
- package/dist/esm/resources/SearchUsageMetrics/LicenseMetrics/LicenseMetrics.js.map +1 -0
- package/dist/esm/resources/SearchUsageMetrics/LicenseMetrics/LicenseMetricsInterface.js +2 -0
- package/dist/esm/resources/SearchUsageMetrics/LicenseMetrics/LicenseMetricsInterface.js.map +1 -0
- package/dist/esm/resources/SearchUsageMetrics/LicenseMetrics/index.js +3 -0
- package/dist/esm/resources/SearchUsageMetrics/LicenseMetrics/index.js.map +1 -0
- package/dist/esm/resources/SearchUsageMetrics/RawMetrics/RawMetrics.js +30 -0
- package/dist/esm/resources/SearchUsageMetrics/RawMetrics/RawMetrics.js.map +1 -0
- package/dist/esm/resources/SearchUsageMetrics/RawMetrics/RawMetricsInterface.js +2 -0
- package/dist/esm/resources/SearchUsageMetrics/RawMetrics/RawMetricsInterface.js.map +1 -0
- package/dist/esm/resources/SearchUsageMetrics/RawMetrics/index.js +3 -0
- package/dist/esm/resources/SearchUsageMetrics/RawMetrics/index.js.map +1 -0
- package/dist/esm/resources/SearchUsageMetrics/SearchHubs/SearchHubs.js +26 -0
- package/dist/esm/resources/SearchUsageMetrics/SearchHubs/SearchHubs.js.map +1 -0
- package/dist/esm/resources/SearchUsageMetrics/SearchHubs/SearchHubsInterface.js +2 -0
- package/dist/esm/resources/SearchUsageMetrics/SearchHubs/SearchHubsInterface.js.map +1 -0
- package/dist/esm/resources/SearchUsageMetrics/SearchHubs/index.js +3 -0
- package/dist/esm/resources/SearchUsageMetrics/SearchHubs/index.js.map +1 -0
- package/dist/esm/resources/SearchUsageMetrics/SearchUsageMetrics.js +20 -0
- package/dist/esm/resources/SearchUsageMetrics/SearchUsageMetrics.js.map +1 -0
- package/dist/esm/resources/SearchUsageMetrics/index.js +5 -0
- package/dist/esm/resources/SearchUsageMetrics/index.js.map +1 -0
- package/dist/esm/resources/SecurityCache/SecurityCache.js +68 -0
- package/dist/esm/resources/SecurityCache/SecurityCache.js.map +1 -0
- package/dist/esm/resources/SecurityCache/SecurityCacheInterfaces.js +2 -0
- package/dist/esm/resources/SecurityCache/SecurityCacheInterfaces.js.map +1 -0
- package/dist/esm/resources/SecurityCache/index.js +3 -0
- package/dist/esm/resources/SecurityCache/index.js.map +1 -0
- package/dist/esm/resources/Sources/Sources.js +122 -0
- package/dist/esm/resources/Sources/Sources.js.map +1 -0
- package/dist/esm/resources/Sources/SourcesDatasets/SourcesDatasets.js +20 -0
- package/dist/esm/resources/Sources/SourcesDatasets/SourcesDatasets.js.map +1 -0
- package/dist/esm/resources/Sources/SourcesDatasets/SourcesDatasetsInterfaces.js +32 -0
- package/dist/esm/resources/Sources/SourcesDatasets/SourcesDatasetsInterfaces.js.map +1 -0
- package/dist/esm/resources/Sources/SourcesDatasets/index.js +3 -0
- package/dist/esm/resources/Sources/SourcesDatasets/index.js.map +1 -0
- package/dist/esm/resources/Sources/SourcesFields/SourcesFields.js +18 -0
- package/dist/esm/resources/Sources/SourcesFields/SourcesFields.js.map +1 -0
- package/dist/esm/resources/Sources/SourcesFields/SourcesFieldsInterfaces.js +2 -0
- package/dist/esm/resources/Sources/SourcesFields/SourcesFieldsInterfaces.js.map +1 -0
- package/dist/esm/resources/Sources/SourcesFields/index.js +3 -0
- package/dist/esm/resources/Sources/SourcesFields/index.js.map +1 -0
- package/dist/esm/resources/Sources/SourcesInterfaces.js +2 -0
- package/dist/esm/resources/Sources/SourcesInterfaces.js.map +1 -0
- package/dist/esm/resources/Sources/SourcesMappings/SourcesMappings.js +12 -0
- package/dist/esm/resources/Sources/SourcesMappings/SourcesMappings.js.map +1 -0
- package/dist/esm/resources/Sources/SourcesMappings/SourcesMappingsInterfaces.js +2 -0
- package/dist/esm/resources/Sources/SourcesMappings/SourcesMappingsInterfaces.js.map +1 -0
- package/dist/esm/resources/Sources/SourcesMappings/index.js +3 -0
- package/dist/esm/resources/Sources/SourcesMappings/index.js.map +1 -0
- package/dist/esm/resources/Sources/SourcesMetadata/SourcesMetadata.js +15 -0
- package/dist/esm/resources/Sources/SourcesMetadata/SourcesMetadata.js.map +1 -0
- package/dist/esm/resources/Sources/SourcesMetadata/SourcesMetadataInterfaces.js +2 -0
- package/dist/esm/resources/Sources/SourcesMetadata/SourcesMetadataInterfaces.js.map +1 -0
- package/dist/esm/resources/Sources/SourcesMetadata/index.js +3 -0
- package/dist/esm/resources/Sources/SourcesMetadata/index.js.map +1 -0
- package/dist/esm/resources/Sources/SourcesSubInterfaces/Address.js +2 -0
- package/dist/esm/resources/Sources/SourcesSubInterfaces/Address.js.map +1 -0
- package/dist/esm/resources/Sources/SourcesSubInterfaces/Authentification.js +2 -0
- package/dist/esm/resources/Sources/SourcesSubInterfaces/Authentification.js.map +1 -0
- package/dist/esm/resources/Sources/SourcesSubInterfaces/Document.js +2 -0
- package/dist/esm/resources/Sources/SourcesSubInterfaces/Document.js.map +1 -0
- package/dist/esm/resources/Sources/SourcesSubInterfaces/Error.js +2 -0
- package/dist/esm/resources/Sources/SourcesSubInterfaces/Error.js.map +1 -0
- package/dist/esm/resources/Sources/SourcesSubInterfaces/ExtendedDataFile.js +2 -0
- package/dist/esm/resources/Sources/SourcesSubInterfaces/ExtendedDataFile.js.map +1 -0
- package/dist/esm/resources/Sources/SourcesSubInterfaces/Extension.js +2 -0
- package/dist/esm/resources/Sources/SourcesSubInterfaces/Extension.js.map +1 -0
- package/dist/esm/resources/Sources/SourcesSubInterfaces/Information.js +2 -0
- package/dist/esm/resources/Sources/SourcesSubInterfaces/Information.js.map +1 -0
- package/dist/esm/resources/Sources/SourcesSubInterfaces/Parameter.js +2 -0
- package/dist/esm/resources/Sources/SourcesSubInterfaces/Parameter.js.map +1 -0
- package/dist/esm/resources/Sources/SourcesSubInterfaces/Permission.js +2 -0
- package/dist/esm/resources/Sources/SourcesSubInterfaces/Permission.js.map +1 -0
- package/dist/esm/resources/Sources/SourcesSubInterfaces/Url.js +2 -0
- package/dist/esm/resources/Sources/SourcesSubInterfaces/Url.js.map +1 -0
- package/dist/esm/resources/Sources/SourcesSubInterfaces/User.js +2 -0
- package/dist/esm/resources/Sources/SourcesSubInterfaces/User.js.map +1 -0
- package/dist/esm/resources/Sources/SourcesSubInterfaces/index.js +12 -0
- package/dist/esm/resources/Sources/SourcesSubInterfaces/index.js.map +1 -0
- package/dist/esm/resources/Sources/index.js +7 -0
- package/dist/esm/resources/Sources/index.js.map +1 -0
- package/dist/esm/resources/TableauService/ContentQuery/ContentQuery.js +14 -0
- package/dist/esm/resources/TableauService/ContentQuery/ContentQuery.js.map +1 -0
- package/dist/esm/resources/TableauService/ContentQuery/ContentQueryInterfaces.js +2 -0
- package/dist/esm/resources/TableauService/ContentQuery/ContentQueryInterfaces.js.map +1 -0
- package/dist/esm/resources/TableauService/ContentQuery/index.js +3 -0
- package/dist/esm/resources/TableauService/ContentQuery/index.js.map +1 -0
- package/dist/esm/resources/TableauService/TableauService.js +14 -0
- package/dist/esm/resources/TableauService/TableauService.js.map +1 -0
- package/dist/esm/resources/TableauService/index.js +3 -0
- package/dist/esm/resources/TableauService/index.js.map +1 -0
- package/dist/esm/resources/UsageAnalytics/Read/Administration/Administration.js +25 -0
- package/dist/esm/resources/UsageAnalytics/Read/Administration/Administration.js.map +1 -0
- package/dist/esm/resources/UsageAnalytics/Read/Administration/AdministrationInterfaces.js +2 -0
- package/dist/esm/resources/UsageAnalytics/Read/Administration/AdministrationInterfaces.js.map +1 -0
- package/dist/esm/resources/UsageAnalytics/Read/Administration/index.js +3 -0
- package/dist/esm/resources/UsageAnalytics/Read/Administration/index.js.map +1 -0
- package/dist/esm/resources/UsageAnalytics/Read/CommonParamParts.js +2 -0
- package/dist/esm/resources/UsageAnalytics/Read/CommonParamParts.js.map +1 -0
- package/dist/esm/resources/UsageAnalytics/Read/DataShare/DataShare.js +29 -0
- package/dist/esm/resources/UsageAnalytics/Read/DataShare/DataShare.js.map +1 -0
- package/dist/esm/resources/UsageAnalytics/Read/DataShare/DataShareInterfaces.js +2 -0
- package/dist/esm/resources/UsageAnalytics/Read/DataShare/DataShareInterfaces.js.map +1 -0
- package/dist/esm/resources/UsageAnalytics/Read/DataShare/index.js +3 -0
- package/dist/esm/resources/UsageAnalytics/Read/DataShare/index.js.map +1 -0
- package/dist/esm/resources/UsageAnalytics/Read/Dimensions/Dimensions.js +110 -0
- package/dist/esm/resources/UsageAnalytics/Read/Dimensions/Dimensions.js.map +1 -0
- package/dist/esm/resources/UsageAnalytics/Read/Dimensions/DimensionsInterfaces.js +2 -0
- package/dist/esm/resources/UsageAnalytics/Read/Dimensions/DimensionsInterfaces.js.map +1 -0
- package/dist/esm/resources/UsageAnalytics/Read/Dimensions/index.js +3 -0
- package/dist/esm/resources/UsageAnalytics/Read/Dimensions/index.js.map +1 -0
- package/dist/esm/resources/UsageAnalytics/Read/Exports/Exports.js +102 -0
- package/dist/esm/resources/UsageAnalytics/Read/Exports/Exports.js.map +1 -0
- package/dist/esm/resources/UsageAnalytics/Read/Exports/ExportsInterfaces.js +2 -0
- package/dist/esm/resources/UsageAnalytics/Read/Exports/ExportsInterfaces.js.map +1 -0
- package/dist/esm/resources/UsageAnalytics/Read/Exports/index.js +3 -0
- package/dist/esm/resources/UsageAnalytics/Read/Exports/index.js.map +1 -0
- package/dist/esm/resources/UsageAnalytics/Read/Filters/Filters.js +115 -0
- package/dist/esm/resources/UsageAnalytics/Read/Filters/Filters.js.map +1 -0
- package/dist/esm/resources/UsageAnalytics/Read/Filters/FiltersInterfaces.js +2 -0
- package/dist/esm/resources/UsageAnalytics/Read/Filters/FiltersInterfaces.js.map +1 -0
- package/dist/esm/resources/UsageAnalytics/Read/Filters/index.js +3 -0
- package/dist/esm/resources/UsageAnalytics/Read/Filters/index.js.map +1 -0
- package/dist/esm/resources/UsageAnalytics/Read/ReadServiceCommon.js +30 -0
- package/dist/esm/resources/UsageAnalytics/Read/ReadServiceCommon.js.map +1 -0
- package/dist/esm/resources/UsageAnalytics/Read/ReadServiceResource.js +19 -0
- package/dist/esm/resources/UsageAnalytics/Read/ReadServiceResource.js.map +1 -0
- package/dist/esm/resources/UsageAnalytics/Read/Reports/Reports.js +95 -0
- package/dist/esm/resources/UsageAnalytics/Read/Reports/Reports.js.map +1 -0
- package/dist/esm/resources/UsageAnalytics/Read/Reports/ReportsInterfaces.js +6 -0
- package/dist/esm/resources/UsageAnalytics/Read/Reports/ReportsInterfaces.js.map +1 -0
- package/dist/esm/resources/UsageAnalytics/Read/Reports/index.js +3 -0
- package/dist/esm/resources/UsageAnalytics/Read/Reports/index.js.map +1 -0
- package/dist/esm/resources/UsageAnalytics/Read/Snowflake/Snowflake.js +77 -0
- package/dist/esm/resources/UsageAnalytics/Read/Snowflake/Snowflake.js.map +1 -0
- package/dist/esm/resources/UsageAnalytics/Read/Snowflake/SnowflakeInterfaces.js +2 -0
- package/dist/esm/resources/UsageAnalytics/Read/Snowflake/SnowflakeInterfaces.js.map +1 -0
- package/dist/esm/resources/UsageAnalytics/Read/Snowflake/index.js +3 -0
- package/dist/esm/resources/UsageAnalytics/Read/Snowflake/index.js.map +1 -0
- package/dist/esm/resources/UsageAnalytics/Read/Statistics/Statistics.js +75 -0
- package/dist/esm/resources/UsageAnalytics/Read/Statistics/Statistics.js.map +1 -0
- package/dist/esm/resources/UsageAnalytics/Read/Statistics/StatisticsInterfaces.js +2 -0
- package/dist/esm/resources/UsageAnalytics/Read/Statistics/StatisticsInterfaces.js.map +1 -0
- package/dist/esm/resources/UsageAnalytics/Read/Statistics/index.js +3 -0
- package/dist/esm/resources/UsageAnalytics/Read/Statistics/index.js.map +1 -0
- package/dist/esm/resources/UsageAnalytics/Read/Users/Users.js +51 -0
- package/dist/esm/resources/UsageAnalytics/Read/Users/Users.js.map +1 -0
- package/dist/esm/resources/UsageAnalytics/Read/Users/UsersInterfaces.js +2 -0
- package/dist/esm/resources/UsageAnalytics/Read/Users/UsersInterfaces.js.map +1 -0
- package/dist/esm/resources/UsageAnalytics/Read/Users/index.js +3 -0
- package/dist/esm/resources/UsageAnalytics/Read/Users/index.js.map +1 -0
- package/dist/esm/resources/UsageAnalytics/Read/index.js +12 -0
- package/dist/esm/resources/UsageAnalytics/Read/index.js.map +1 -0
- package/dist/esm/resources/UsageAnalytics/UsageAnalytics.js +35 -0
- package/dist/esm/resources/UsageAnalytics/UsageAnalytics.js.map +1 -0
- package/dist/esm/resources/UsageAnalytics/index.js +3 -0
- package/dist/esm/resources/UsageAnalytics/index.js.map +1 -0
- package/dist/esm/resources/Users/User.js +14 -0
- package/dist/esm/resources/Users/User.js.map +1 -0
- package/dist/esm/resources/Users/UserInterfaces.js +2 -0
- package/dist/esm/resources/Users/UserInterfaces.js.map +1 -0
- package/dist/esm/resources/Users/index.js +3 -0
- package/dist/esm/resources/Users/index.js.map +1 -0
- package/dist/esm/resources/Vaults/Vaults.js +46 -0
- package/dist/esm/resources/Vaults/Vaults.js.map +1 -0
- package/dist/esm/resources/Vaults/VaultsInterfaces.js +2 -0
- package/dist/esm/resources/Vaults/VaultsInterfaces.js.map +1 -0
- package/dist/esm/resources/Vaults/index.js +3 -0
- package/dist/esm/resources/Vaults/index.js.map +1 -0
- package/dist/esm/resources/index.js +49 -0
- package/dist/esm/resources/index.js.map +1 -0
- package/dist/esm/utils/Retriever.js +3 -0
- package/dist/esm/utils/Retriever.js.map +1 -0
- package/dist/esm/utils/WithRequired.js +2 -0
- package/dist/esm/utils/WithRequired.js.map +1 -0
- package/dist/esm/utils/index.js +3 -0
- package/dist/esm/utils/index.js.map +1 -0
- package/dist/esm/utils/normalizePaginatedOptions.js +20 -0
- package/dist/esm/utils/normalizePaginatedOptions.js.map +1 -0
- package/dist/types/APICore.d.ts +31 -0
- package/dist/types/ConfigurationInterfaces.d.ts +14 -0
- package/dist/types/Endpoints.d.ts +13 -0
- package/dist/types/Entry.d.ts +9 -0
- package/dist/types/PlatformClient.d.ts +18 -0
- package/dist/types/handlers/ResponseHandlerInterfaces.d.ts +4 -0
- package/dist/types/handlers/ResponseHandlers.d.ts +10 -0
- package/dist/types/handlers/index.d.ts +2 -0
- package/dist/types/resources/AWS/AWS.d.ts +9 -0
- package/dist/types/resources/AWS/AWSInterfaces.d.ts +18 -0
- package/dist/types/resources/AWS/index.d.ts +2 -0
- package/dist/types/resources/Activities/Activities.d.ts +13 -0
- package/dist/types/resources/Activities/ActivitiesInterfaces.d.ts +64 -0
- package/dist/types/resources/Activities/index.d.ts +2 -0
- package/dist/types/resources/ApiKeys/ApiKeys.d.ts +12 -0
- package/dist/types/resources/ApiKeys/ApiKeysInterfaces.d.ts +133 -0
- package/dist/types/resources/ApiKeys/index.d.ts +2 -0
- package/dist/types/resources/BaseInterfaces.d.ts +51 -0
- package/dist/types/resources/CaseAssistConfigs/CaseAssistConfig.d.ts +16 -0
- package/dist/types/resources/CaseAssistConfigs/CaseAssistConfigInterfaces.d.ts +59 -0
- package/dist/types/resources/CaseAssistConfigs/CaseAssistPreviewInterfaces.d.ts +27 -0
- package/dist/types/resources/CaseAssistConfigs/index.d.ts +3 -0
- package/dist/types/resources/Catalogs/Catalog.d.ts +21 -0
- package/dist/types/resources/Catalogs/CatalogConfiguration.d.ts +11 -0
- package/dist/types/resources/Catalogs/CatalogInterfaces.d.ts +338 -0
- package/dist/types/resources/Catalogs/ProductListing.d.ts +14 -0
- package/dist/types/resources/Catalogs/ProductListingConfiguration.d.ts +11 -0
- package/dist/types/resources/Catalogs/ProductListingConfigurationInterfaces.d.ts +41 -0
- package/dist/types/resources/Catalogs/ProductListingInterfaces.d.ts +81 -0
- package/dist/types/resources/Catalogs/index.d.ts +7 -0
- package/dist/types/resources/Clusters/Agents/ClusterAgent.d.ts +9 -0
- package/dist/types/resources/Clusters/Agents/ClusterAgentInterfaces.d.ts +9 -0
- package/dist/types/resources/Clusters/Agents/index.d.ts +2 -0
- package/dist/types/resources/Clusters/Cluster.d.ts +18 -0
- package/dist/types/resources/Clusters/ClusterInterfaces.d.ts +92 -0
- package/dist/types/resources/Clusters/Nodes/ClusterNode.d.ts +12 -0
- package/dist/types/resources/Clusters/Nodes/ClusterNodeInterfaces.d.ts +20 -0
- package/dist/types/resources/Clusters/Nodes/index.d.ts +2 -0
- package/dist/types/resources/Clusters/index.d.ts +4 -0
- package/dist/types/resources/Connectivity/Connectivity.d.ts +7 -0
- package/dist/types/resources/Connectivity/ConnectivityInterface.d.ts +16 -0
- package/dist/types/resources/Connectivity/index.d.ts +2 -0
- package/dist/types/resources/CrawlingModule/CrawlingModule.d.ts +16 -0
- package/dist/types/resources/CrawlingModule/CrawlingModuleInterfaces.d.ts +181 -0
- package/dist/types/resources/CrawlingModule/index.d.ts +2 -0
- package/dist/types/resources/Enums.d.ts +1018 -0
- package/dist/types/resources/Extensions/Extensions.d.ts +12 -0
- package/dist/types/resources/Extensions/ExtensionsInterfaces.d.ts +55 -0
- package/dist/types/resources/Extensions/index.d.ts +2 -0
- package/dist/types/resources/Fields/Fields.d.ts +19 -0
- package/dist/types/resources/Fields/FieldsInterfaces.d.ts +70 -0
- package/dist/types/resources/Fields/index.d.ts +2 -0
- package/dist/types/resources/Global/Global.d.ts +11 -0
- package/dist/types/resources/Global/OrganizationConfigurations/OrganizationConfiguration.d.ts +8 -0
- package/dist/types/resources/Global/OrganizationConfigurations/OrganizationConfigurationInterfaces.d.ts +6 -0
- package/dist/types/resources/Global/OrganizationConfigurations/index.d.ts +2 -0
- package/dist/types/resources/Global/RegionConfigurations/RegionConfiguration.d.ts +7 -0
- package/dist/types/resources/Global/RegionConfigurations/RegionConfigurationInterfaces.d.ts +10 -0
- package/dist/types/resources/Global/RegionConfigurations/index.d.ts +2 -0
- package/dist/types/resources/Global/index.d.ts +3 -0
- package/dist/types/resources/GlobalGroups/GlobalGroup.d.ts +13 -0
- package/dist/types/resources/GlobalGroups/GlobalGroupInterfaces.d.ts +18 -0
- package/dist/types/resources/GlobalGroups/index.d.ts +2 -0
- package/dist/types/resources/Groups/Groups.d.ts +24 -0
- package/dist/types/resources/Groups/GroupsInterfaces.d.ts +21 -0
- package/dist/types/resources/Groups/Invites/GroupInvite.d.ts +11 -0
- package/dist/types/resources/Groups/Invites/GroupInviteInterfaces.d.ts +35 -0
- package/dist/types/resources/Groups/Invites/index.d.ts +2 -0
- package/dist/types/resources/Groups/Members/GroupMember.d.ts +9 -0
- package/dist/types/resources/Groups/Members/GroupMemberInterfaces.d.ts +13 -0
- package/dist/types/resources/Groups/Members/index.d.ts +2 -0
- package/dist/types/resources/Groups/Realms/GroupRealm.d.ts +9 -0
- package/dist/types/resources/Groups/Realms/GroupRealmInterfaces.d.ts +7 -0
- package/dist/types/resources/Groups/Realms/index.d.ts +2 -0
- package/dist/types/resources/Groups/index.d.ts +5 -0
- package/dist/types/resources/HostedInterfacesCore/HostedInterfaceCoreConfig.model.d.ts +141 -0
- package/dist/types/resources/HostedInterfacesCore/index.d.ts +1 -0
- package/dist/types/resources/IPXInterfaces/IPXInterface.model.d.ts +62 -0
- package/dist/types/resources/IPXInterfaces/index.d.ts +1 -0
- package/dist/types/resources/InProductExperiences/InProductExperiences.d.ts +31 -0
- package/dist/types/resources/InProductExperiences/InProductExperiencesInterfaces.d.ts +327 -0
- package/dist/types/resources/InProductExperiences/index.d.ts +2 -0
- package/dist/types/resources/Indexes/Indexes.d.ts +26 -0
- package/dist/types/resources/Indexes/IndexesInterface.d.ts +198 -0
- package/dist/types/resources/Indexes/index.d.ts +2 -0
- package/dist/types/resources/InsightPanelConfigs/InsightPanelConfig.d.ts +11 -0
- package/dist/types/resources/InsightPanelConfigs/InsightPanelConfigInterfaces.d.ts +158 -0
- package/dist/types/resources/InsightPanelConfigs/index.d.ts +2 -0
- package/dist/types/resources/InsightPanelInterfaces/InsightPanelInterface.d.ts +12 -0
- package/dist/types/resources/InsightPanelInterfaces/InsightPanelInterface.model.d.ts +144 -0
- package/dist/types/resources/InsightPanelInterfaces/index.d.ts +2 -0
- package/dist/types/resources/InternalBaseInterface.d.ts +12 -0
- package/dist/types/resources/License/License.d.ts +12 -0
- package/dist/types/resources/License/LicenseInterfaces.d.ts +194 -0
- package/dist/types/resources/License/index.d.ts +2 -0
- package/dist/types/resources/Limits/Limits.d.ts +12 -0
- package/dist/types/resources/Limits/LimitsInterfaces.d.ts +38 -0
- package/dist/types/resources/Limits/index.d.ts +2 -0
- package/dist/types/resources/Links/Links.d.ts +5 -0
- package/dist/types/resources/Links/index.d.ts +1 -0
- package/dist/types/resources/Logs/Logs.d.ts +8 -0
- package/dist/types/resources/Logs/LogsInterfaces.d.ts +47 -0
- package/dist/types/resources/Logs/index.d.ts +2 -0
- package/dist/types/resources/MachineLearning/CaseClassificationConfiguration/CaseClassificationConfiguration.d.ts +15 -0
- package/dist/types/resources/MachineLearning/CaseClassificationConfiguration/CaseClassificationConfigurationInterfaces.d.ts +147 -0
- package/dist/types/resources/MachineLearning/CaseClassificationConfiguration/index.d.ts +2 -0
- package/dist/types/resources/MachineLearning/DNEConfiguration/DNEConfiguration.d.ts +15 -0
- package/dist/types/resources/MachineLearning/DNEConfiguration/DNEConfigurationInterfaces.d.ts +41 -0
- package/dist/types/resources/MachineLearning/DNEConfiguration/index.d.ts +2 -0
- package/dist/types/resources/MachineLearning/FilterConditions.d.ts +18 -0
- package/dist/types/resources/MachineLearning/MachineLearning.d.ts +26 -0
- package/dist/types/resources/MachineLearning/MachineLearningInterfaces.d.ts +65 -0
- package/dist/types/resources/MachineLearning/ModelConfiguration/ModelConfiguration.d.ts +7 -0
- package/dist/types/resources/MachineLearning/ModelConfiguration/ModelConfigurationInterfaces.d.ts +10 -0
- package/dist/types/resources/MachineLearning/ModelConfiguration/index.d.ts +2 -0
- package/dist/types/resources/MachineLearning/ModelInformation/ModelInformation.d.ts +10 -0
- package/dist/types/resources/MachineLearning/ModelInformation/ModelInformationInterfaces.d.ts +252 -0
- package/dist/types/resources/MachineLearning/ModelInformation/index.d.ts +2 -0
- package/dist/types/resources/MachineLearning/Models/Models.d.ts +13 -0
- package/dist/types/resources/MachineLearning/Models/ModelsInterfaces.d.ts +49 -0
- package/dist/types/resources/MachineLearning/Models/index.d.ts +2 -0
- package/dist/types/resources/MachineLearning/PQSConfiguration/PQSConfiguration.d.ts +6 -0
- package/dist/types/resources/MachineLearning/PQSConfiguration/PQSConfigurationInterfaces.d.ts +40 -0
- package/dist/types/resources/MachineLearning/PQSConfiguration/index.d.ts +2 -0
- package/dist/types/resources/MachineLearning/SmartSnippetsConfiguration/SmartSnippetsConfiguration.d.ts +17 -0
- package/dist/types/resources/MachineLearning/SmartSnippetsConfiguration/SmartSnippetsConfigurationInterfaces.d.ts +131 -0
- package/dist/types/resources/MachineLearning/SmartSnippetsConfiguration/index.d.ts +2 -0
- package/dist/types/resources/MachineLearning/UserActionHistoryConfiguration/UserActionHistoryConfiguration.d.ts +7 -0
- package/dist/types/resources/MachineLearning/UserActionHistoryConfiguration/index.d.ts +1 -0
- package/dist/types/resources/MachineLearning/index.d.ts +11 -0
- package/dist/types/resources/ModifierTemplates/ModifierTemplateInterfaces.d.ts +71 -0
- package/dist/types/resources/ModifierTemplates/ModifierTemplates.d.ts +7 -0
- package/dist/types/resources/ModifierTemplates/index.d.ts +2 -0
- package/dist/types/resources/Notification/Subscription/Subscription.d.ts +21 -0
- package/dist/types/resources/Notification/Subscription/SubscriptionInterfaces.d.ts +41 -0
- package/dist/types/resources/Notification/Subscription/index.d.ts +2 -0
- package/dist/types/resources/Notification/index.d.ts +2 -0
- package/dist/types/resources/Notification/notification.d.ts +9 -0
- package/dist/types/resources/OrganizationAccess/Access.d.ts +7 -0
- package/dist/types/resources/OrganizationAccess/AccessInterfaces.d.ts +13 -0
- package/dist/types/resources/OrganizationAccess/index.d.ts +2 -0
- package/dist/types/resources/Organizations/Members/Members.d.ts +8 -0
- package/dist/types/resources/Organizations/Members/MembersInterface.d.ts +37 -0
- package/dist/types/resources/Organizations/Members/index.d.ts +2 -0
- package/dist/types/resources/Organizations/Organization.d.ts +42 -0
- package/dist/types/resources/Organizations/OrganizationInterfaces.d.ts +176 -0
- package/dist/types/resources/Organizations/index.d.ts +3 -0
- package/dist/types/resources/Pipelines/Conditions/Condition.d.ts +44 -0
- package/dist/types/resources/Pipelines/Conditions/ConditionInterfaces.d.ts +89 -0
- package/dist/types/resources/Pipelines/Conditions/index.d.ts +2 -0
- package/dist/types/resources/Pipelines/FacetStateRules/FacetStateRules.d.ts +11 -0
- package/dist/types/resources/Pipelines/FacetStateRules/FacetStateRulesInterface.d.ts +45 -0
- package/dist/types/resources/Pipelines/FacetStateRules/index.d.ts +2 -0
- package/dist/types/resources/Pipelines/MLAssociations/MLAssociations.d.ts +14 -0
- package/dist/types/resources/Pipelines/MLAssociations/MLAssociationsInterfaces.d.ts +60 -0
- package/dist/types/resources/Pipelines/MLAssociations/index.d.ts +2 -0
- package/dist/types/resources/Pipelines/Pipelines.d.ts +30 -0
- package/dist/types/resources/Pipelines/PipelinesInterfaces.d.ts +213 -0
- package/dist/types/resources/Pipelines/ResultRankings/ResultRankings.d.ts +16 -0
- package/dist/types/resources/Pipelines/ResultRankings/ResultRankingsInterfaces.d.ts +282 -0
- package/dist/types/resources/Pipelines/ResultRankings/index.d.ts +2 -0
- package/dist/types/resources/Pipelines/StatementGroups/StatementGroups.d.ts +13 -0
- package/dist/types/resources/Pipelines/StatementGroups/StatementGroupsInterfaces.d.ts +230 -0
- package/dist/types/resources/Pipelines/StatementGroups/index.d.ts +2 -0
- package/dist/types/resources/Pipelines/Statements/Statements.d.ts +17 -0
- package/dist/types/resources/Pipelines/Statements/StatementsInterfaces.d.ts +142 -0
- package/dist/types/resources/Pipelines/Statements/index.d.ts +2 -0
- package/dist/types/resources/Pipelines/index.d.ts +8 -0
- package/dist/types/resources/PlatformResources.d.ts +99 -0
- package/dist/types/resources/PrivilegeEvaluator/PrivilegeEvaluator.d.ts +11 -0
- package/dist/types/resources/PrivilegeEvaluator/PrivilegeEvaluatorInterfaces.d.ts +29 -0
- package/dist/types/resources/PrivilegeEvaluator/index.d.ts +2 -0
- package/dist/types/resources/Products/Product.d.ts +7 -0
- package/dist/types/resources/Products/ProductInterfaces.d.ts +209 -0
- package/dist/types/resources/Products/index.d.ts +2 -0
- package/dist/types/resources/PushApi/PushApi.d.ts +10 -0
- package/dist/types/resources/PushApi/PushApiInterfaces.d.ts +37 -0
- package/dist/types/resources/PushApi/index.d.ts +2 -0
- package/dist/types/resources/Resource.d.ts +10 -0
- package/dist/types/resources/ResourceSnapshots/ResourceSnapshots.d.ts +52 -0
- package/dist/types/resources/ResourceSnapshots/ResourceSnapshotsInterfaces.d.ts +344 -0
- package/dist/types/resources/ResourceSnapshots/index.d.ts +2 -0
- package/dist/types/resources/Saml/Saml.d.ts +14 -0
- package/dist/types/resources/Saml/SamlInterfaces.d.ts +13 -0
- package/dist/types/resources/Saml/index.d.ts +2 -0
- package/dist/types/resources/SchemaService/SchemaService.d.ts +61 -0
- package/dist/types/resources/SchemaService/SchemaServiceInterfaces.d.ts +163 -0
- package/dist/types/resources/SchemaService/index.d.ts +2 -0
- package/dist/types/resources/Search/Search.d.ts +10 -0
- package/dist/types/resources/Search/SearchInterfaces.d.ts +2140 -0
- package/dist/types/resources/Search/index.d.ts +2 -0
- package/dist/types/resources/SearchInterfaces/SearchInterfaces.d.ts +17 -0
- package/dist/types/resources/SearchInterfaces/SearchInterfaces.model.d.ts +179 -0
- package/dist/types/resources/SearchInterfaces/index.d.ts +2 -0
- package/dist/types/resources/SearchPages/SearchPages.d.ts +20 -0
- package/dist/types/resources/SearchPages/SearchPagesInterfaces.d.ts +42 -0
- package/dist/types/resources/SearchPages/index.d.ts +2 -0
- package/dist/types/resources/SearchUsageMetrics/LicenseMetrics/LicenseMetrics.d.ts +8 -0
- package/dist/types/resources/SearchUsageMetrics/LicenseMetrics/LicenseMetricsInterface.d.ts +57 -0
- package/dist/types/resources/SearchUsageMetrics/LicenseMetrics/index.d.ts +2 -0
- package/dist/types/resources/SearchUsageMetrics/RawMetrics/RawMetrics.d.ts +10 -0
- package/dist/types/resources/SearchUsageMetrics/RawMetrics/RawMetricsInterface.d.ts +127 -0
- package/dist/types/resources/SearchUsageMetrics/RawMetrics/index.d.ts +2 -0
- package/dist/types/resources/SearchUsageMetrics/SearchHubs/SearchHubs.d.ts +11 -0
- package/dist/types/resources/SearchUsageMetrics/SearchHubs/SearchHubsInterface.d.ts +64 -0
- package/dist/types/resources/SearchUsageMetrics/SearchHubs/index.d.ts +2 -0
- package/dist/types/resources/SearchUsageMetrics/SearchUsageMetrics.d.ts +13 -0
- package/dist/types/resources/SearchUsageMetrics/index.d.ts +4 -0
- package/dist/types/resources/SecurityCache/SecurityCache.d.ts +26 -0
- package/dist/types/resources/SecurityCache/SecurityCacheInterfaces.d.ts +137 -0
- package/dist/types/resources/SecurityCache/index.d.ts +2 -0
- package/dist/types/resources/Sources/Sources.d.ts +67 -0
- package/dist/types/resources/Sources/SourcesDatasets/SourcesDatasets.d.ts +8 -0
- package/dist/types/resources/Sources/SourcesDatasets/SourcesDatasetsInterfaces.d.ts +24 -0
- package/dist/types/resources/Sources/SourcesDatasets/index.d.ts +2 -0
- package/dist/types/resources/Sources/SourcesFields/SourcesFields.d.ts +10 -0
- package/dist/types/resources/Sources/SourcesFields/SourcesFieldsInterfaces.d.ts +15 -0
- package/dist/types/resources/Sources/SourcesFields/index.d.ts +2 -0
- package/dist/types/resources/Sources/SourcesInterfaces.d.ts +114 -0
- package/dist/types/resources/Sources/SourcesMappings/SourcesMappings.d.ts +7 -0
- package/dist/types/resources/Sources/SourcesMappings/SourcesMappingsInterfaces.d.ts +72 -0
- package/dist/types/resources/Sources/SourcesMappings/index.d.ts +2 -0
- package/dist/types/resources/Sources/SourcesMetadata/SourcesMetadata.d.ts +9 -0
- package/dist/types/resources/Sources/SourcesMetadata/SourcesMetadataInterfaces.d.ts +55 -0
- package/dist/types/resources/Sources/SourcesMetadata/index.d.ts +2 -0
- package/dist/types/resources/Sources/SourcesSubInterfaces/Address.d.ts +6 -0
- package/dist/types/resources/Sources/SourcesSubInterfaces/Authentification.d.ts +37 -0
- package/dist/types/resources/Sources/SourcesSubInterfaces/Document.d.ts +104 -0
- package/dist/types/resources/Sources/SourcesSubInterfaces/Error.d.ts +4 -0
- package/dist/types/resources/Sources/SourcesSubInterfaces/ExtendedDataFile.d.ts +5 -0
- package/dist/types/resources/Sources/SourcesSubInterfaces/Extension.d.ts +9 -0
- package/dist/types/resources/Sources/SourcesSubInterfaces/Information.d.ts +59 -0
- package/dist/types/resources/Sources/SourcesSubInterfaces/Parameter.d.ts +4 -0
- package/dist/types/resources/Sources/SourcesSubInterfaces/Permission.d.ts +42 -0
- package/dist/types/resources/Sources/SourcesSubInterfaces/Url.d.ts +6 -0
- package/dist/types/resources/Sources/SourcesSubInterfaces/User.d.ts +5 -0
- package/dist/types/resources/Sources/SourcesSubInterfaces/index.d.ts +11 -0
- package/dist/types/resources/Sources/index.d.ts +6 -0
- package/dist/types/resources/TableauService/ContentQuery/ContentQuery.d.ts +8 -0
- package/dist/types/resources/TableauService/ContentQuery/ContentQueryInterfaces.d.ts +58 -0
- package/dist/types/resources/TableauService/ContentQuery/index.d.ts +2 -0
- package/dist/types/resources/TableauService/TableauService.d.ts +9 -0
- package/dist/types/resources/TableauService/index.d.ts +2 -0
- package/dist/types/resources/UsageAnalytics/Read/Administration/Administration.d.ts +19 -0
- package/dist/types/resources/UsageAnalytics/Read/Administration/AdministrationInterfaces.d.ts +21 -0
- package/dist/types/resources/UsageAnalytics/Read/Administration/index.d.ts +2 -0
- package/dist/types/resources/UsageAnalytics/Read/CommonParamParts.d.ts +119 -0
- package/dist/types/resources/UsageAnalytics/Read/DataShare/DataShare.d.ts +21 -0
- package/dist/types/resources/UsageAnalytics/Read/DataShare/DataShareInterfaces.d.ts +43 -0
- package/dist/types/resources/UsageAnalytics/Read/DataShare/index.d.ts +2 -0
- package/dist/types/resources/UsageAnalytics/Read/Dimensions/Dimensions.d.ts +79 -0
- package/dist/types/resources/UsageAnalytics/Read/Dimensions/DimensionsInterfaces.d.ts +117 -0
- package/dist/types/resources/UsageAnalytics/Read/Dimensions/index.d.ts +2 -0
- package/dist/types/resources/UsageAnalytics/Read/Exports/Exports.d.ts +73 -0
- package/dist/types/resources/UsageAnalytics/Read/Exports/ExportsInterfaces.d.ts +106 -0
- package/dist/types/resources/UsageAnalytics/Read/Exports/index.d.ts +2 -0
- package/dist/types/resources/UsageAnalytics/Read/Filters/Filters.d.ts +84 -0
- package/dist/types/resources/UsageAnalytics/Read/Filters/FiltersInterfaces.d.ts +59 -0
- package/dist/types/resources/UsageAnalytics/Read/Filters/index.d.ts +2 -0
- package/dist/types/resources/UsageAnalytics/Read/ReadServiceCommon.d.ts +44 -0
- package/dist/types/resources/UsageAnalytics/Read/ReadServiceResource.d.ts +16 -0
- package/dist/types/resources/UsageAnalytics/Read/Reports/Reports.d.ts +71 -0
- package/dist/types/resources/UsageAnalytics/Read/Reports/ReportsInterfaces.d.ts +97 -0
- package/dist/types/resources/UsageAnalytics/Read/Reports/index.d.ts +2 -0
- package/dist/types/resources/UsageAnalytics/Read/Snowflake/Snowflake.d.ts +55 -0
- package/dist/types/resources/UsageAnalytics/Read/Snowflake/SnowflakeInterfaces.d.ts +41 -0
- package/dist/types/resources/UsageAnalytics/Read/Snowflake/index.d.ts +2 -0
- package/dist/types/resources/UsageAnalytics/Read/Statistics/Statistics.d.ts +52 -0
- package/dist/types/resources/UsageAnalytics/Read/Statistics/StatisticsInterfaces.d.ts +158 -0
- package/dist/types/resources/UsageAnalytics/Read/Statistics/index.d.ts +2 -0
- package/dist/types/resources/UsageAnalytics/Read/Users/Users.d.ts +38 -0
- package/dist/types/resources/UsageAnalytics/Read/Users/UsersInterfaces.d.ts +109 -0
- package/dist/types/resources/UsageAnalytics/Read/Users/index.d.ts +2 -0
- package/dist/types/resources/UsageAnalytics/Read/index.d.ts +11 -0
- package/dist/types/resources/UsageAnalytics/UsageAnalytics.d.ts +23 -0
- package/dist/types/resources/UsageAnalytics/index.d.ts +2 -0
- package/dist/types/resources/Users/User.d.ts +9 -0
- package/dist/types/resources/Users/UserInterfaces.d.ts +29 -0
- package/dist/types/resources/Users/index.d.ts +2 -0
- package/dist/types/resources/Vaults/Vaults.d.ts +33 -0
- package/dist/types/resources/Vaults/VaultsInterfaces.d.ts +29 -0
- package/dist/types/resources/Vaults/index.d.ts +2 -0
- package/dist/types/resources/index.d.ts +48 -0
- package/dist/types/utils/Retriever.d.ts +3 -0
- package/dist/types/utils/WithRequired.d.ts +3 -0
- package/dist/types/utils/index.d.ts +2 -0
- package/dist/types/utils/normalizePaginatedOptions.d.ts +3 -0
- package/package.json +99 -0
|
@@ -0,0 +1,1127 @@
|
|
|
1
|
+
export var AccessLevel;
|
|
2
|
+
(function (AccessLevel) {
|
|
3
|
+
AccessLevel["EDIT_ALL"] = "EDIT_ALL";
|
|
4
|
+
AccessLevel["CUSTOM"] = "CUSTOM";
|
|
5
|
+
AccessLevel["VIEW_ALL"] = "VIEW_ALL";
|
|
6
|
+
AccessLevel["NONE"] = "NONE";
|
|
7
|
+
})(AccessLevel = AccessLevel || (AccessLevel = {}));
|
|
8
|
+
export var PrivilegeholderType;
|
|
9
|
+
(function (PrivilegeholderType) {
|
|
10
|
+
PrivilegeholderType["API_KEY"] = "API_KEY";
|
|
11
|
+
PrivilegeholderType["GROUP"] = "GROUP";
|
|
12
|
+
})(PrivilegeholderType = PrivilegeholderType || (PrivilegeholderType = {}));
|
|
13
|
+
export var AuthProvider;
|
|
14
|
+
(function (AuthProvider) {
|
|
15
|
+
AuthProvider["SALESFORCE"] = "SALESFORCE";
|
|
16
|
+
AuthProvider["SALESFORCE_SANDBOX"] = "SALESFORCE_SANDBOX";
|
|
17
|
+
AuthProvider["GOOGLE"] = "GOOGLE";
|
|
18
|
+
AuthProvider["OFFICE365"] = "OFFICE365";
|
|
19
|
+
AuthProvider["SAML"] = "SAML";
|
|
20
|
+
AuthProvider["EMAIL"] = "EMAIL";
|
|
21
|
+
})(AuthProvider = AuthProvider || (AuthProvider = {}));
|
|
22
|
+
export var SecurityCacheStateOptions;
|
|
23
|
+
(function (SecurityCacheStateOptions) {
|
|
24
|
+
SecurityCacheStateOptions["Unknown"] = "UNKNOWN";
|
|
25
|
+
SecurityCacheStateOptions["UpToDate"] = "UP_TO_DATE";
|
|
26
|
+
SecurityCacheStateOptions["NotUpdated"] = "NOT_UPDATED";
|
|
27
|
+
SecurityCacheStateOptions["OutOfDate"] = "OUT_OF_DATE";
|
|
28
|
+
SecurityCacheStateOptions["InError"] = "IN_ERROR";
|
|
29
|
+
SecurityCacheStateOptions["Disabled"] = "DISABLED";
|
|
30
|
+
})(SecurityCacheStateOptions = SecurityCacheStateOptions || (SecurityCacheStateOptions = {}));
|
|
31
|
+
export var ScheduleType;
|
|
32
|
+
(function (ScheduleType) {
|
|
33
|
+
ScheduleType["Minutely"] = "MINUTELY";
|
|
34
|
+
ScheduleType["Hourly"] = "HOURLY";
|
|
35
|
+
ScheduleType["Daily"] = "DAILY";
|
|
36
|
+
ScheduleType["Weekly"] = "WEEKLY";
|
|
37
|
+
ScheduleType["Monthly"] = "MONTHLY";
|
|
38
|
+
})(ScheduleType = ScheduleType || (ScheduleType = {}));
|
|
39
|
+
export var FieldTypes;
|
|
40
|
+
(function (FieldTypes) {
|
|
41
|
+
FieldTypes["LONG"] = "LONG";
|
|
42
|
+
FieldTypes["LONG_64"] = "LONG_64";
|
|
43
|
+
FieldTypes["DOUBLE"] = "DOUBLE";
|
|
44
|
+
FieldTypes["DATE"] = "DATE";
|
|
45
|
+
FieldTypes["STRING"] = "STRING";
|
|
46
|
+
FieldTypes["VECTOR"] = "VECTOR";
|
|
47
|
+
})(FieldTypes = FieldTypes || (FieldTypes = {}));
|
|
48
|
+
export var FieldOrigin;
|
|
49
|
+
(function (FieldOrigin) {
|
|
50
|
+
FieldOrigin["ALL"] = "ALL";
|
|
51
|
+
FieldOrigin["USER"] = "USER";
|
|
52
|
+
FieldOrigin["SYSTEM"] = "SYSTEM";
|
|
53
|
+
})(FieldOrigin = FieldOrigin || (FieldOrigin = {}));
|
|
54
|
+
export var FacetOrSortStatus;
|
|
55
|
+
(function (FacetOrSortStatus) {
|
|
56
|
+
FacetOrSortStatus["ALL"] = "ALL";
|
|
57
|
+
FacetOrSortStatus["TRUE_ONLY"] = "TRUE_ONLY";
|
|
58
|
+
FacetOrSortStatus["FALSE_ONLY"] = "FALSE_ONLY";
|
|
59
|
+
})(FacetOrSortStatus = FacetOrSortStatus || (FacetOrSortStatus = {}));
|
|
60
|
+
export var SortingOrder;
|
|
61
|
+
(function (SortingOrder) {
|
|
62
|
+
SortingOrder["ASC"] = "ASC";
|
|
63
|
+
SortingOrder["DESC"] = "DESC";
|
|
64
|
+
})(SortingOrder = SortingOrder || (SortingOrder = {}));
|
|
65
|
+
export var SortingBy;
|
|
66
|
+
(function (SortingBy) {
|
|
67
|
+
SortingBy["RELEVANCY"] = "relevancy";
|
|
68
|
+
SortingBy["DATE"] = "date";
|
|
69
|
+
SortingBy["FIELD"] = "field";
|
|
70
|
+
})(SortingBy = SortingBy || (SortingBy = {}));
|
|
71
|
+
export var OperationType;
|
|
72
|
+
(function (OperationType) {
|
|
73
|
+
OperationType["REBUILD"] = "REBUILD";
|
|
74
|
+
OperationType["FULL_REFRESH"] = "FULL_REFRESH";
|
|
75
|
+
OperationType["INCREMENTAL_REFRESH"] = "INCREMENTAL_REFRESH";
|
|
76
|
+
OperationType["SECURITY_PROVIDER_REFRESH"] = "SECURITY_PROVIDER_REFRESH";
|
|
77
|
+
OperationType["SECURITY_PROVIDER_REFRESH_ENTITIES_IN_ERROR"] = "SECURITY_PROVIDER_REFRESH_ENTITIES_IN_ERROR";
|
|
78
|
+
OperationType["SECURITY_PROVIDER_REFRESH_ENTITIES_NOT_UPDATED"] = "SECURITY_PROVIDER_REFRESH_ENTITIES_NOT_UPDATED";
|
|
79
|
+
OperationType["SECURITY_CACHE_REFRESH"] = "SECURITY_CACHE_REFRESH";
|
|
80
|
+
OperationType["SECURITY_CACHE_REFRESH_ENTITIES_IN_ERROR"] = "SECURITY_CACHE_REFRESH_ENTITIES_IN_ERROR";
|
|
81
|
+
})(OperationType = OperationType || (OperationType = {}));
|
|
82
|
+
export var DataStreamType;
|
|
83
|
+
(function (DataStreamType) {
|
|
84
|
+
DataStreamType["BODY_TEXT"] = "BODY_TEXT";
|
|
85
|
+
DataStreamType["BODY_HTML"] = "BODY_HTML";
|
|
86
|
+
DataStreamType["THUMBNAIL"] = "THUMBNAIL";
|
|
87
|
+
DataStreamType["DOCUMENT_DATA"] = "DOCUMENT_DATA";
|
|
88
|
+
})(DataStreamType = DataStreamType || (DataStreamType = {}));
|
|
89
|
+
export var ExtensionLanguageType;
|
|
90
|
+
(function (ExtensionLanguageType) {
|
|
91
|
+
ExtensionLanguageType["PYTHON3"] = "PYTHON3";
|
|
92
|
+
})(ExtensionLanguageType = ExtensionLanguageType || (ExtensionLanguageType = {}));
|
|
93
|
+
export var SourceOperationalStatus;
|
|
94
|
+
(function (SourceOperationalStatus) {
|
|
95
|
+
SourceOperationalStatus["ALL"] = "ALL";
|
|
96
|
+
SourceOperationalStatus["LAST_OPERATION_IN_ERROR"] = "LAST_OPERATION_IN_ERROR";
|
|
97
|
+
SourceOperationalStatus["OK"] = "OK";
|
|
98
|
+
SourceOperationalStatus["PAUSED"] = "PAUSED";
|
|
99
|
+
SourceOperationalStatus["READY"] = "READY";
|
|
100
|
+
SourceOperationalStatus["RUNNING"] = "RUNNING";
|
|
101
|
+
})(SourceOperationalStatus = SourceOperationalStatus || (SourceOperationalStatus = {}));
|
|
102
|
+
export var SourceStatusType;
|
|
103
|
+
(function (SourceStatusType) {
|
|
104
|
+
SourceStatusType["CREATING"] = "CREATING";
|
|
105
|
+
SourceStatusType["DISABLED"] = "DISABLED";
|
|
106
|
+
SourceStatusType["ERROR"] = "ERROR";
|
|
107
|
+
SourceStatusType["IDLE"] = "IDLE";
|
|
108
|
+
SourceStatusType["PAUSED"] = "PAUSED";
|
|
109
|
+
SourceStatusType["PAUSED_ON_ERROR"] = "PAUSED_ON_ERROR";
|
|
110
|
+
SourceStatusType["PUSH_READY"] = "PUSH_READY";
|
|
111
|
+
SourceStatusType["REFRESHING"] = "REFRESHING";
|
|
112
|
+
})(SourceStatusType = SourceStatusType || (SourceStatusType = {}));
|
|
113
|
+
export var SourceStatusTypeWithTransition;
|
|
114
|
+
(function (SourceStatusTypeWithTransition) {
|
|
115
|
+
SourceStatusTypeWithTransition["CANCELING"] = "CANCELING";
|
|
116
|
+
SourceStatusTypeWithTransition["CREATING"] = "CREATING";
|
|
117
|
+
SourceStatusTypeWithTransition["DELETING"] = "DELETING";
|
|
118
|
+
SourceStatusTypeWithTransition["DISABLED"] = "DISABLED";
|
|
119
|
+
SourceStatusTypeWithTransition["ERROR"] = "ERROR";
|
|
120
|
+
SourceStatusTypeWithTransition["IDLE"] = "IDLE";
|
|
121
|
+
SourceStatusTypeWithTransition["PAUSED"] = "PAUSED";
|
|
122
|
+
SourceStatusTypeWithTransition["PAUSED_ON_ERROR"] = "PAUSED_ON_ERROR";
|
|
123
|
+
SourceStatusTypeWithTransition["PAUSING"] = "PAUSING";
|
|
124
|
+
SourceStatusTypeWithTransition["PUSH_READY"] = "PUSH_READY";
|
|
125
|
+
SourceStatusTypeWithTransition["REFRESHING"] = "REFRESHING";
|
|
126
|
+
SourceStatusTypeWithTransition["RESUMING"] = "RESUMING";
|
|
127
|
+
SourceStatusTypeWithTransition["STARTING_REFRESH"] = "STARTING_REFRESH";
|
|
128
|
+
})(SourceStatusTypeWithTransition = SourceStatusTypeWithTransition || (SourceStatusTypeWithTransition = {}));
|
|
129
|
+
export var SourceType;
|
|
130
|
+
(function (SourceType) {
|
|
131
|
+
SourceType["ADOBE_EXPERIENCE_MANAGER"] = "ADOBE_EXPERIENCE_MANAGER";
|
|
132
|
+
SourceType["AMAZONS3"] = "AMAZONS3";
|
|
133
|
+
SourceType["BOX"] = "BOX";
|
|
134
|
+
SourceType["BOX_ENTERPRISE"] = "BOX_ENTERPRISE";
|
|
135
|
+
SourceType["BOX_ENTERPRISE2"] = "BOX_ENTERPRISE2";
|
|
136
|
+
SourceType["CATALOG"] = "CATALOG";
|
|
137
|
+
SourceType["CONFLUENCE"] = "CONFLUENCE";
|
|
138
|
+
SourceType["CONFLUENCE2"] = "CONFLUENCE2";
|
|
139
|
+
SourceType["CONFLUENCE2_HOSTED"] = "CONFLUENCE2_HOSTED";
|
|
140
|
+
SourceType["CUSTOM"] = "CUSTOM";
|
|
141
|
+
SourceType["DATABASE"] = "DATABASE";
|
|
142
|
+
SourceType["DROPBOX"] = "DROPBOX";
|
|
143
|
+
SourceType["DROPBOX_FOR_BUSINESS"] = "DROPBOX_FOR_BUSINESS";
|
|
144
|
+
SourceType["EXCHANGE"] = "EXCHANGE";
|
|
145
|
+
SourceType["EXCHANGE_ENTERPRISE"] = "EXCHANGE_ENTERPRISE";
|
|
146
|
+
SourceType["FILE"] = "FILE";
|
|
147
|
+
SourceType["GENERIC"] = "GENERIC_REST";
|
|
148
|
+
SourceType["GMAIL"] = "GMAIL";
|
|
149
|
+
SourceType["GMAIL_DOMAIN_WIDE"] = "GMAIL_DOMAIN_WIDE";
|
|
150
|
+
SourceType["GMAIL_SINGLE_USER"] = "GMAIL_SINGLE_USER";
|
|
151
|
+
SourceType["GOOGLE_DRIVE_DOMAIN_WIDE"] = "GOOGLE_DRIVE_DOMAIN_WIDE";
|
|
152
|
+
SourceType["GOOGLE_DRIVE_SINGLE_USER"] = "GOOGLE_DRIVE_SINGLE_USER";
|
|
153
|
+
SourceType["JIRA2"] = "JIRA2";
|
|
154
|
+
SourceType["JIRA2_HOSTED"] = "JIRA2_HOSTED";
|
|
155
|
+
SourceType["JIVE"] = "JIVE";
|
|
156
|
+
SourceType["JIVE_HOSTED"] = "JIVE_HOSTED";
|
|
157
|
+
SourceType["KHOROS"] = "KHOROS";
|
|
158
|
+
SourceType["LITHIUM"] = "LITHIUM";
|
|
159
|
+
SourceType["MICROSOFT"] = "MICROSOFT_DYNAMICS";
|
|
160
|
+
SourceType["ONEDRIVE"] = "ONEDRIVE_FOR_BUSINESS";
|
|
161
|
+
SourceType["PUSH"] = "PUSH";
|
|
162
|
+
SourceType["RSS"] = "RSS";
|
|
163
|
+
SourceType["SALESFORCE"] = "SALESFORCE";
|
|
164
|
+
SourceType["SERVICENOW"] = "SERVICENOW";
|
|
165
|
+
SourceType["SHAREPOINT"] = "SHAREPOINT";
|
|
166
|
+
SourceType["SHAREPOINT_ONLINE"] = "SHAREPOINT_ONLINE";
|
|
167
|
+
SourceType["SHAREPOINT_ONLINE2"] = "SHAREPOINT_ONLINE2";
|
|
168
|
+
SourceType["SITECORE"] = "SITECORE";
|
|
169
|
+
SourceType["SITEMAP"] = "SITEMAP";
|
|
170
|
+
SourceType["SLACK"] = "SLACK";
|
|
171
|
+
SourceType["TWITTER2"] = "TWITTER2";
|
|
172
|
+
SourceType["WEB2"] = "WEB2";
|
|
173
|
+
SourceType["YOUTUBE"] = "YOUTUBE";
|
|
174
|
+
SourceType["ZENDESK"] = "ZENDESK";
|
|
175
|
+
})(SourceType = SourceType || (SourceType = {}));
|
|
176
|
+
export var SourceVisibility;
|
|
177
|
+
(function (SourceVisibility) {
|
|
178
|
+
SourceVisibility["PRIVATE"] = "PRIVATE";
|
|
179
|
+
SourceVisibility["SECURED"] = "SECURED";
|
|
180
|
+
SourceVisibility["SHARED"] = "SHARED";
|
|
181
|
+
})(SourceVisibility = SourceVisibility || (SourceVisibility = {}));
|
|
182
|
+
export var SourceCategory;
|
|
183
|
+
(function (SourceCategory) {
|
|
184
|
+
SourceCategory["CLOUD"] = "CLOUD";
|
|
185
|
+
SourceCategory["ON_PREM"] = "ON_PREM";
|
|
186
|
+
SourceCategory["CRAWLING_MODULE"] = "CRAWLING_MODULE";
|
|
187
|
+
})(SourceCategory = SourceCategory || (SourceCategory = {}));
|
|
188
|
+
export var IndexBackupTypes;
|
|
189
|
+
(function (IndexBackupTypes) {
|
|
190
|
+
IndexBackupTypes["FULL"] = "FULL";
|
|
191
|
+
IndexBackupTypes["NONE"] = "NONE";
|
|
192
|
+
IndexBackupTypes["REGULAR"] = "REGULAR";
|
|
193
|
+
})(IndexBackupTypes = IndexBackupTypes || (IndexBackupTypes = {}));
|
|
194
|
+
export var IndexType;
|
|
195
|
+
(function (IndexType) {
|
|
196
|
+
IndexType["COVEO"] = "COVEO";
|
|
197
|
+
IndexType["ELASTIC"] = "ELASTIC";
|
|
198
|
+
IndexType["INDEX_LESS"] = "INDEX_LESS";
|
|
199
|
+
IndexType["ON_PREMISES"] = "ON_PREMISES";
|
|
200
|
+
})(IndexType = IndexType || (IndexType = {}));
|
|
201
|
+
export var FilterHostType;
|
|
202
|
+
(function (FilterHostType) {
|
|
203
|
+
FilterHostType["CLOUD"] = "CLOUD";
|
|
204
|
+
FilterHostType["CRAWLING_MODULE"] = "CRAWLING_MODULE";
|
|
205
|
+
FilterHostType["PUSH"] = "PUSH";
|
|
206
|
+
})(FilterHostType = FilterHostType || (FilterHostType = {}));
|
|
207
|
+
export var FilterLastOperationResultType;
|
|
208
|
+
(function (FilterLastOperationResultType) {
|
|
209
|
+
FilterLastOperationResultType["SUCCESS"] = "SUCCESS";
|
|
210
|
+
FilterLastOperationResultType["ERROR"] = "ERROR";
|
|
211
|
+
FilterLastOperationResultType["ABORT"] = "ABORT";
|
|
212
|
+
})(FilterLastOperationResultType = FilterLastOperationResultType || (FilterLastOperationResultType = {}));
|
|
213
|
+
export var FilterLastOperationType;
|
|
214
|
+
(function (FilterLastOperationType) {
|
|
215
|
+
FilterLastOperationType["INCREMENTAL_REFRESH"] = "INCREMENTAL_REFRESH";
|
|
216
|
+
FilterLastOperationType["FULL_REFRESH"] = "FULL_REFRESH";
|
|
217
|
+
FilterLastOperationType["REBUILD"] = "REBUILD";
|
|
218
|
+
})(FilterLastOperationType = FilterLastOperationType || (FilterLastOperationType = {}));
|
|
219
|
+
export var FilterStatusType;
|
|
220
|
+
(function (FilterStatusType) {
|
|
221
|
+
FilterStatusType["CREATING"] = "CREATING";
|
|
222
|
+
FilterStatusType["REFRESHING"] = "REFRESHING";
|
|
223
|
+
FilterStatusType["PAUSED"] = "PAUSED";
|
|
224
|
+
FilterStatusType["PAUSED_ON_ERROR"] = "PAUSED_ON_ERROR";
|
|
225
|
+
FilterStatusType["IDLE"] = "IDLE";
|
|
226
|
+
FilterStatusType["ERROR"] = "ERROR";
|
|
227
|
+
})(FilterStatusType = FilterStatusType || (FilterStatusType = {}));
|
|
228
|
+
export var UpdateStatusCategory;
|
|
229
|
+
(function (UpdateStatusCategory) {
|
|
230
|
+
UpdateStatusCategory["MINOR"] = "MINOR";
|
|
231
|
+
UpdateStatusCategory["CRITICAL"] = "CRITICAL";
|
|
232
|
+
UpdateStatusCategory["BREAKING"] = "BREAKING";
|
|
233
|
+
})(UpdateStatusCategory = UpdateStatusCategory || (UpdateStatusCategory = {}));
|
|
234
|
+
export var SortingType;
|
|
235
|
+
(function (SortingType) {
|
|
236
|
+
SortingType["TYPE"] = "TYPE";
|
|
237
|
+
SortingType["NAME"] = "NAME";
|
|
238
|
+
SortingType["STATUS"] = "STATUS";
|
|
239
|
+
SortingType["CONTENT"] = "CONTENT";
|
|
240
|
+
})(SortingType = SortingType || (SortingType = {}));
|
|
241
|
+
export var SnapshotSortingType;
|
|
242
|
+
(function (SnapshotSortingType) {
|
|
243
|
+
SnapshotSortingType["CREATED_DATE"] = "CREATED_DATE";
|
|
244
|
+
SnapshotSortingType["DEVELOPER_NOTE"] = "DEVELOPER_NOTE";
|
|
245
|
+
SnapshotSortingType["CREATED_BY"] = "CREATED_BY";
|
|
246
|
+
SnapshotSortingType["ORIGIN_ID"] = "ORIGIN_ID";
|
|
247
|
+
})(SnapshotSortingType = SnapshotSortingType || (SnapshotSortingType = {}));
|
|
248
|
+
export var ActivityOperation;
|
|
249
|
+
(function (ActivityOperation) {
|
|
250
|
+
ActivityOperation["COMMIT"] = "COMMIT";
|
|
251
|
+
ActivityOperation["CREATE"] = "CREATE";
|
|
252
|
+
ActivityOperation["DELETE"] = "DELETE";
|
|
253
|
+
ActivityOperation["DISABLE"] = "DISABLE";
|
|
254
|
+
ActivityOperation["DUPLICATE"] = "DUPLICATE";
|
|
255
|
+
ActivityOperation["ENABLE"] = "ENABLE";
|
|
256
|
+
ActivityOperation["ENABLE_DISABLED_ENTITIES"] = "ENABLE_DISABLED_ENTITIES";
|
|
257
|
+
ActivityOperation["UPDATE"] = "UPDATE";
|
|
258
|
+
ActivityOperation["START"] = "START";
|
|
259
|
+
ActivityOperation["STOP"] = "STOP";
|
|
260
|
+
ActivityOperation["PAUSE"] = "PAUSE";
|
|
261
|
+
ActivityOperation["PAUSE_ON_ERROR"] = "PAUSE_ON_ERROR";
|
|
262
|
+
ActivityOperation["RESUME"] = "RESUME";
|
|
263
|
+
ActivityOperation["SYNCHRONIZE"] = "SYNCHRONIZE";
|
|
264
|
+
ActivityOperation["BACKUP"] = "BACKUP";
|
|
265
|
+
ActivityOperation["REFRESH"] = "REFRESH";
|
|
266
|
+
ActivityOperation["REFRESH_ENTITIES_IN_ERROR"] = "REFRESH_ENTITIES_IN_ERROR";
|
|
267
|
+
ActivityOperation["REFRESH_ENTITIES_NOT_UPDATED"] = "REFRESH_ENTITIES_NOT_UPDATED";
|
|
268
|
+
ActivityOperation["REFRESH_ENTITY"] = "REFRESH_ENTITY";
|
|
269
|
+
ActivityOperation["RESIZE"] = "RESIZE";
|
|
270
|
+
ActivityOperation["RESTORE"] = "RESTORE";
|
|
271
|
+
ActivityOperation["IMPORT"] = "IMPORT";
|
|
272
|
+
ActivityOperation["EXPORT"] = "EXPORT";
|
|
273
|
+
ActivityOperation["CONFIG_CHANGE"] = "CONFIG_CHANGE";
|
|
274
|
+
ActivityOperation["CONFIG_CREATE"] = "CONFIG_CREATE";
|
|
275
|
+
ActivityOperation["CHANGE_READ_ONLY"] = "CHANGE_READ_ONLY";
|
|
276
|
+
ActivityOperation["CHANGE_ONLINE"] = "CHANGE_ONLINE";
|
|
277
|
+
ActivityOperation["TEST"] = "TEST";
|
|
278
|
+
ActivityOperation["UPGRADE"] = "UPGRADE";
|
|
279
|
+
ActivityOperation["SCHEDULE_CREATE"] = "SCHEDULE_CREATE";
|
|
280
|
+
ActivityOperation["SCHEDULE_CHANGE"] = "SCHEDULE_CHANGE";
|
|
281
|
+
ActivityOperation["SCHEDULE_DELETE"] = "SCHEDULE_DELETE";
|
|
282
|
+
ActivityOperation["ORG_PROVISIONING_CHECK"] = "ORG_PROVISIONING_CHECK";
|
|
283
|
+
ActivityOperation["REBUILD"] = "REBUILD";
|
|
284
|
+
ActivityOperation["FULL_REFRESH"] = "FULL_REFRESH";
|
|
285
|
+
ActivityOperation["INCREMENTAL_REFRESH"] = "INCREMENTAL_REFRESH";
|
|
286
|
+
ActivityOperation["IDLE"] = "IDLE";
|
|
287
|
+
ActivityOperation["REFRESH_CANCEL"] = "REFRESH_CANCEL";
|
|
288
|
+
ActivityOperation["LIMIT_REACHED"] = "LIMIT_REACHED";
|
|
289
|
+
ActivityOperation["SEARCH_CERTIFICATE_UPDATE"] = "SEARCH_CERTIFICATE_UPDATE";
|
|
290
|
+
})(ActivityOperation = ActivityOperation || (ActivityOperation = {}));
|
|
291
|
+
export var SecurityProviderType;
|
|
292
|
+
(function (SecurityProviderType) {
|
|
293
|
+
SecurityProviderType["ACTIVE_DIRECTORY"] = "ACTIVE_DIRECTORY";
|
|
294
|
+
SecurityProviderType["ACTIVE_DIRECTORY2"] = "ACTIVE_DIRECTORY2";
|
|
295
|
+
SecurityProviderType["BOX"] = "BOX";
|
|
296
|
+
SecurityProviderType["CLAIMS"] = "CLAIMS";
|
|
297
|
+
SecurityProviderType["CLAIMS_TO_EMAIL"] = "CLAIMS_TO_EMAIL";
|
|
298
|
+
SecurityProviderType["CONFLUENCE"] = "CONFLUENCE";
|
|
299
|
+
SecurityProviderType["CONFLUENCE2"] = "CONFLUENCE2";
|
|
300
|
+
SecurityProviderType["CUSTOM"] = "CUSTOM";
|
|
301
|
+
SecurityProviderType["DATABASE"] = "DATABASE";
|
|
302
|
+
SecurityProviderType["DROPBOX_FOR_BUSINESS"] = "DROPBOX_FOR_BUSINESS";
|
|
303
|
+
SecurityProviderType["EMAIL"] = "EMAIL";
|
|
304
|
+
SecurityProviderType["EXPANDED"] = "EXPANDED";
|
|
305
|
+
SecurityProviderType["FILE"] = "file";
|
|
306
|
+
SecurityProviderType["GOOGLE_DRIVE_DOMAIN_WIDE"] = "GOOGLE_DRIVE_DOMAIN_WIDE";
|
|
307
|
+
SecurityProviderType["GENERIC_REST"] = "GENERIC_REST";
|
|
308
|
+
SecurityProviderType["JIRA2"] = "JIRA2";
|
|
309
|
+
SecurityProviderType["JIVE"] = "JIVE";
|
|
310
|
+
SecurityProviderType["MICROSOFT_DYNAMICS"] = "MICROSOFT_DYNAMICS";
|
|
311
|
+
SecurityProviderType["OFFICE365"] = "OFFICE365";
|
|
312
|
+
SecurityProviderType["SALESFORCE"] = "SALESFORCE";
|
|
313
|
+
SecurityProviderType["SERVICENOW"] = "SERVICENOW";
|
|
314
|
+
SecurityProviderType["SHAREPOINT"] = "SHAREPOINT";
|
|
315
|
+
SecurityProviderType["SHAREPOINT_ONLINE"] = "SHAREPOINT_ONLINE";
|
|
316
|
+
SecurityProviderType["SITECORE"] = "SITECORE";
|
|
317
|
+
SecurityProviderType["ZENDESK"] = "ZENDESK";
|
|
318
|
+
})(SecurityProviderType = SecurityProviderType || (SecurityProviderType = {}));
|
|
319
|
+
export var RestUserIdType;
|
|
320
|
+
(function (RestUserIdType) {
|
|
321
|
+
RestUserIdType["User"] = "User";
|
|
322
|
+
RestUserIdType["Group"] = "Group";
|
|
323
|
+
RestUserIdType["VirtualGroup"] = "VirtualGroup";
|
|
324
|
+
RestUserIdType["Unknown"] = "Unknown";
|
|
325
|
+
})(RestUserIdType = RestUserIdType || (RestUserIdType = {}));
|
|
326
|
+
export var ExcerptSource;
|
|
327
|
+
(function (ExcerptSource) {
|
|
328
|
+
ExcerptSource["Document"] = "Document";
|
|
329
|
+
ExcerptSource["Summary"] = "Summary";
|
|
330
|
+
})(ExcerptSource = ExcerptSource || (ExcerptSource = {}));
|
|
331
|
+
export var MappingModelKind;
|
|
332
|
+
(function (MappingModelKind) {
|
|
333
|
+
MappingModelKind["COMMON"] = "COMMON";
|
|
334
|
+
MappingModelKind["MAPPING"] = "MAPPING";
|
|
335
|
+
})(MappingModelKind = MappingModelKind || (MappingModelKind = {}));
|
|
336
|
+
export var DocumentPermissionState;
|
|
337
|
+
(function (DocumentPermissionState) {
|
|
338
|
+
DocumentPermissionState["UNKNOWN"] = "UNKNOWN";
|
|
339
|
+
DocumentPermissionState["VALID"] = "VALID";
|
|
340
|
+
DocumentPermissionState["PENDING"] = "PENDING";
|
|
341
|
+
DocumentPermissionState["INCOMPLETE"] = "INCOMPLETE";
|
|
342
|
+
DocumentPermissionState["IN_ERROR"] = "IN_ERROR";
|
|
343
|
+
DocumentPermissionState["WARNING"] = "WARNING";
|
|
344
|
+
})(DocumentPermissionState = DocumentPermissionState || (DocumentPermissionState = {}));
|
|
345
|
+
export var SourceExtensionActionOnError;
|
|
346
|
+
(function (SourceExtensionActionOnError) {
|
|
347
|
+
SourceExtensionActionOnError["REJECT_DOCUMENT"] = "REJECT_DOCUMENT";
|
|
348
|
+
SourceExtensionActionOnError["SKIP_EXTENSION"] = "SKIP_EXTENSION";
|
|
349
|
+
})(SourceExtensionActionOnError = SourceExtensionActionOnError || (SourceExtensionActionOnError = {}));
|
|
350
|
+
export var UrlFilterType;
|
|
351
|
+
(function (UrlFilterType) {
|
|
352
|
+
UrlFilterType["WILDCARD"] = "WILDCARD";
|
|
353
|
+
UrlFilterType["REGEX"] = "REGEX";
|
|
354
|
+
})(UrlFilterType = UrlFilterType || (UrlFilterType = {}));
|
|
355
|
+
export var SinglePermissionIdentityType;
|
|
356
|
+
(function (SinglePermissionIdentityType) {
|
|
357
|
+
SinglePermissionIdentityType["USER"] = "USER";
|
|
358
|
+
SinglePermissionIdentityType["GROUP"] = "GROUP";
|
|
359
|
+
SinglePermissionIdentityType["VIRTUAL_GROUP"] = "VIRTUAL_GROUP";
|
|
360
|
+
SinglePermissionIdentityType["UNKNOWN"] = "UNKNOWN";
|
|
361
|
+
})(SinglePermissionIdentityType = SinglePermissionIdentityType || (SinglePermissionIdentityType = {}));
|
|
362
|
+
export var SinglePermissionResult;
|
|
363
|
+
(function (SinglePermissionResult) {
|
|
364
|
+
SinglePermissionResult["NONE"] = "NONE";
|
|
365
|
+
SinglePermissionResult["SUCCESS"] = "SUCCESS";
|
|
366
|
+
SinglePermissionResult["ACCESS_DENIED"] = "ACCESS_DENIED";
|
|
367
|
+
SinglePermissionResult["TIMED_OUT"] = "TIMED_OUT";
|
|
368
|
+
SinglePermissionResult["ENTITY_IS_INVALID"] = "ENTITY_IS_INVALID";
|
|
369
|
+
SinglePermissionResult["ENTITY_IS_UNAVAILABLE"] = "ENTITY_IS_UNAVAILABLE";
|
|
370
|
+
SinglePermissionResult["SECURITY_PROVIDER_IS_UNAVAILABLE"] = "SECURITY_PROVIDER_IS_UNAVAILABLE";
|
|
371
|
+
SinglePermissionResult["SECURITY_PROVIDER_IS_UNREACHABLE"] = "SECURITY_PROVIDER_IS_UNREACHABLE";
|
|
372
|
+
SinglePermissionResult["SECURITY_PROVIDER_IS_NOT_READY"] = "SECURITY_PROVIDER_IS_NOT_READY";
|
|
373
|
+
SinglePermissionResult["UNEXPECTED_ERROR"] = "UNEXPECTED_ERROR";
|
|
374
|
+
})(SinglePermissionResult = SinglePermissionResult || (SinglePermissionResult = {}));
|
|
375
|
+
export var SinglePermissionState;
|
|
376
|
+
(function (SinglePermissionState) {
|
|
377
|
+
SinglePermissionState["UNKNOWN"] = "UNKNOWN";
|
|
378
|
+
SinglePermissionState["UP_TO_DATE"] = "UP_TO_DATE";
|
|
379
|
+
SinglePermissionState["NOT_UPDATED"] = "NOT_UPDATED";
|
|
380
|
+
SinglePermissionState["OUT_OF_DATE"] = "OUT_OF_DATE";
|
|
381
|
+
SinglePermissionState["IN_ERROR"] = "IN_ERROR";
|
|
382
|
+
SinglePermissionState["DISABLED"] = "DISABLED";
|
|
383
|
+
})(SinglePermissionState = SinglePermissionState || (SinglePermissionState = {}));
|
|
384
|
+
export var SourceSecurityOption;
|
|
385
|
+
(function (SourceSecurityOption) {
|
|
386
|
+
SourceSecurityOption["Retrieve"] = "Retrieve";
|
|
387
|
+
SourceSecurityOption["Specified"] = "Specified";
|
|
388
|
+
SourceSecurityOption["Merge"] = "Merge";
|
|
389
|
+
})(SourceSecurityOption = SourceSecurityOption || (SourceSecurityOption = {}));
|
|
390
|
+
export var PatternType;
|
|
391
|
+
(function (PatternType) {
|
|
392
|
+
PatternType["Wildcard"] = "Wildcard";
|
|
393
|
+
PatternType["RegEx"] = "RegEx";
|
|
394
|
+
})(PatternType = PatternType || (PatternType = {}));
|
|
395
|
+
export var AuthenticationActionMethod;
|
|
396
|
+
(function (AuthenticationActionMethod) {
|
|
397
|
+
AuthenticationActionMethod["Post"] = "Post";
|
|
398
|
+
AuthenticationActionMethod["Get"] = "Get";
|
|
399
|
+
})(AuthenticationActionMethod = AuthenticationActionMethod || (AuthenticationActionMethod = {}));
|
|
400
|
+
export var AuthenticationInputType;
|
|
401
|
+
(function (AuthenticationInputType) {
|
|
402
|
+
AuthenticationInputType["Text"] = "Text";
|
|
403
|
+
AuthenticationInputType["Password"] = "Password";
|
|
404
|
+
AuthenticationInputType["Checkbox"] = "Checkbox";
|
|
405
|
+
AuthenticationInputType["Radio"] = "Radio";
|
|
406
|
+
AuthenticationInputType["Submit"] = "Submit";
|
|
407
|
+
AuthenticationInputType["Reset"] = "Reset";
|
|
408
|
+
AuthenticationInputType["File"] = "File";
|
|
409
|
+
AuthenticationInputType["Hidden"] = "Hidden";
|
|
410
|
+
AuthenticationInputType["Image"] = "Image";
|
|
411
|
+
AuthenticationInputType["Button"] = "Button";
|
|
412
|
+
})(AuthenticationInputType = AuthenticationInputType || (AuthenticationInputType = {}));
|
|
413
|
+
export var ExtensionSettingAction;
|
|
414
|
+
(function (ExtensionSettingAction) {
|
|
415
|
+
ExtensionSettingAction["Retrieve"] = "Retrieve";
|
|
416
|
+
ExtensionSettingAction["Reference"] = "Reference";
|
|
417
|
+
ExtensionSettingAction["Ignore"] = "Ignore";
|
|
418
|
+
})(ExtensionSettingAction = ExtensionSettingAction || (ExtensionSettingAction = {}));
|
|
419
|
+
export var ExtensionSettingActionOnError;
|
|
420
|
+
(function (ExtensionSettingActionOnError) {
|
|
421
|
+
ExtensionSettingActionOnError["Reference"] = "Reference";
|
|
422
|
+
ExtensionSettingActionOnError["Ignore"] = "Ignore";
|
|
423
|
+
})(ExtensionSettingActionOnError = ExtensionSettingActionOnError || (ExtensionSettingActionOnError = {}));
|
|
424
|
+
export var ExtensionSettingConverter;
|
|
425
|
+
(function (ExtensionSettingConverter) {
|
|
426
|
+
ExtensionSettingConverter["Detect"] = "Detect";
|
|
427
|
+
ExtensionSettingConverter["Skip"] = "Skip";
|
|
428
|
+
ExtensionSettingConverter["Html"] = "Html";
|
|
429
|
+
ExtensionSettingConverter["IFilter"] = "IFilter";
|
|
430
|
+
ExtensionSettingConverter["Wordperfect"] = "Wordperfect";
|
|
431
|
+
ExtensionSettingConverter["Rtf"] = "Rtf";
|
|
432
|
+
ExtensionSettingConverter["Excel"] = "Excel";
|
|
433
|
+
ExtensionSettingConverter["Word"] = "Word";
|
|
434
|
+
ExtensionSettingConverter["Pdf"] = "Pdf";
|
|
435
|
+
ExtensionSettingConverter["Powerpoint"] = "Powerpoint";
|
|
436
|
+
ExtensionSettingConverter["Plain"] = "PlainText";
|
|
437
|
+
ExtensionSettingConverter["Zip"] = "Zip";
|
|
438
|
+
ExtensionSettingConverter["Xml"] = "Xml";
|
|
439
|
+
ExtensionSettingConverter["Msg"] = "Msg";
|
|
440
|
+
ExtensionSettingConverter["Mime"] = "Mime";
|
|
441
|
+
ExtensionSettingConverter["Image"] = "Image";
|
|
442
|
+
})(ExtensionSettingConverter = ExtensionSettingConverter || (ExtensionSettingConverter = {}));
|
|
443
|
+
export var PermissionIdentityType;
|
|
444
|
+
(function (PermissionIdentityType) {
|
|
445
|
+
PermissionIdentityType["Unknown"] = "Unknown";
|
|
446
|
+
PermissionIdentityType["User"] = "User";
|
|
447
|
+
PermissionIdentityType["Group"] = "Group";
|
|
448
|
+
PermissionIdentityType["VirtualGroup"] = "VirtualGroup";
|
|
449
|
+
})(PermissionIdentityType = PermissionIdentityType || (PermissionIdentityType = {}));
|
|
450
|
+
export var SecurityProviderReferenceType;
|
|
451
|
+
(function (SecurityProviderReferenceType) {
|
|
452
|
+
SecurityProviderReferenceType["SOURCE"] = "SOURCE";
|
|
453
|
+
SecurityProviderReferenceType["SECURITY_PROVIDER"] = "SECURITY_PROVIDER";
|
|
454
|
+
})(SecurityProviderReferenceType = SecurityProviderReferenceType || (SecurityProviderReferenceType = {}));
|
|
455
|
+
export var IntervalUnit;
|
|
456
|
+
(function (IntervalUnit) {
|
|
457
|
+
IntervalUnit["DAY"] = "DAY";
|
|
458
|
+
IntervalUnit["WEEK"] = "WEEK";
|
|
459
|
+
IntervalUnit["MONTH"] = "MONTH";
|
|
460
|
+
})(IntervalUnit = IntervalUnit || (IntervalUnit = {}));
|
|
461
|
+
export var ModelStatus;
|
|
462
|
+
(function (ModelStatus) {
|
|
463
|
+
ModelStatus["DELETED"] = "DELETED";
|
|
464
|
+
ModelStatus["SCHEDULING"] = "SCHEDULING";
|
|
465
|
+
ModelStatus["SCHEDULED"] = "SCHEDULED";
|
|
466
|
+
ModelStatus["ERROR"] = "ERROR";
|
|
467
|
+
ModelStatus["PENDING"] = "PENDING";
|
|
468
|
+
ModelStatus["REGISTERED"] = "REGISTERED";
|
|
469
|
+
ModelStatus["REGISTERED_DEGRADED"] = "REGISTERED_DEGRADED";
|
|
470
|
+
ModelStatus["PAUSED"] = "PAUSED";
|
|
471
|
+
ModelStatus["REGISTERING"] = "REGISTERING";
|
|
472
|
+
ModelStatus["REGISTERING_DEGRADED"] = "REGISTERING_DEGRADED";
|
|
473
|
+
ModelStatus["REGISTERING_UPDATE_DEGRADED"] = "REGISTERING_UPDATE_DEGRADED";
|
|
474
|
+
ModelStatus["IN_PROGRESS"] = "IN_PROGRESS";
|
|
475
|
+
ModelStatus["ERROR_DELETING"] = "ERROR_DELETING";
|
|
476
|
+
ModelStatus["COMPLETED"] = "COMPLETED";
|
|
477
|
+
ModelStatus["COMPLETED_DEGRADED"] = "COMPLETED_DEGRADED";
|
|
478
|
+
ModelStatus["ONLINE"] = "ONLINE";
|
|
479
|
+
ModelStatus["ONLINE_DEGRADED"] = "ONLINE_DEGRADED";
|
|
480
|
+
ModelStatus["OFFLINE"] = "OFFLINE";
|
|
481
|
+
ModelStatus["IN_QUEUE"] = "IN_QUEUE";
|
|
482
|
+
ModelStatus["BUILDING"] = "BUILDING";
|
|
483
|
+
ModelStatus["FAILED"] = "FAILED";
|
|
484
|
+
ModelStatus["IN_QUEUE_UPDATING"] = "IN_QUEUE_UPDATING";
|
|
485
|
+
ModelStatus["IN_PROGRESS_UPDATING"] = "IN_PROGRESS_UPDATING";
|
|
486
|
+
ModelStatus["UPDATING"] = "UPDATING";
|
|
487
|
+
ModelStatus["DEGRADED"] = "DEGRADED";
|
|
488
|
+
ModelStatus["UPDATING_DEGRADED"] = "UPDATING_DEGRADED";
|
|
489
|
+
ModelStatus["UPDATE_FAILED"] = "UPDATE_FAILED";
|
|
490
|
+
})(ModelStatus = ModelStatus || (ModelStatus = {}));
|
|
491
|
+
export var ModelActivenessState;
|
|
492
|
+
(function (ModelActivenessState) {
|
|
493
|
+
ModelActivenessState["ACTIVE"] = "ACTIVE";
|
|
494
|
+
ModelActivenessState["INACTIVE"] = "INACTIVE";
|
|
495
|
+
})(ModelActivenessState = ModelActivenessState || (ModelActivenessState = {}));
|
|
496
|
+
export var ModelConfigFileType;
|
|
497
|
+
(function (ModelConfigFileType) {
|
|
498
|
+
ModelConfigFileType["ADVANCED_CONFIGURATION"] = "ADVANCED_CONFIGURATION";
|
|
499
|
+
ModelConfigFileType["STOPWORDS"] = "STOPWORDS";
|
|
500
|
+
ModelConfigFileType["BLACKLISTS"] = "BLACKLISTS";
|
|
501
|
+
ModelConfigFileType["ID_MAPPING"] = "ID_MAPPING";
|
|
502
|
+
ModelConfigFileType["FACET_ID_MAPPING"] = "FACET_ID_MAPPING";
|
|
503
|
+
ModelConfigFileType["DEFAULT_QUERIES"] = "DEFAULT_QUERIES";
|
|
504
|
+
})(ModelConfigFileType = ModelConfigFileType || (ModelConfigFileType = {}));
|
|
505
|
+
export var ProductType;
|
|
506
|
+
(function (ProductType) {
|
|
507
|
+
ProductType["ALLIANCE"] = "ALLIANCE";
|
|
508
|
+
ProductType["INTERNAL"] = "INTERNAL";
|
|
509
|
+
ProductType["SALES"] = "SALES";
|
|
510
|
+
ProductType["SANDBOX"] = "SANDBOX";
|
|
511
|
+
ProductType["STANDARD"] = "STANDARD";
|
|
512
|
+
ProductType["TEST"] = "TEST";
|
|
513
|
+
ProductType["TRIAL"] = "TRIAL";
|
|
514
|
+
})(ProductType = ProductType || (ProductType = {}));
|
|
515
|
+
export var ProductEdition;
|
|
516
|
+
(function (ProductEdition) {
|
|
517
|
+
ProductEdition["BASE"] = "BASE";
|
|
518
|
+
ProductEdition["ENTERPRISE"] = "ENTERPRISE";
|
|
519
|
+
ProductEdition["FREE"] = "FREE";
|
|
520
|
+
ProductEdition["PRO"] = "PRO";
|
|
521
|
+
ProductEdition["STANDARD"] = "STANDARD";
|
|
522
|
+
})(ProductEdition = ProductEdition || (ProductEdition = {}));
|
|
523
|
+
export var ProductName;
|
|
524
|
+
(function (ProductName) {
|
|
525
|
+
ProductName["COVEO_CLOUD"] = "COVEO_CLOUD";
|
|
526
|
+
ProductName["DYNAMICS"] = "DYNAMICS";
|
|
527
|
+
ProductName["SALESFORCE"] = "SALESFORCE";
|
|
528
|
+
ProductName["SERVICENOW"] = "SERVICENOW";
|
|
529
|
+
ProductName["SITECORE"] = "SITECORE";
|
|
530
|
+
ProductName["USAGE_ANALYTICS"] = "USAGE_ANALYTICS";
|
|
531
|
+
})(ProductName = ProductName || (ProductName = {}));
|
|
532
|
+
export var LanguageCode;
|
|
533
|
+
(function (LanguageCode) {
|
|
534
|
+
LanguageCode["AA"] = "aa";
|
|
535
|
+
LanguageCode["AB"] = "ab";
|
|
536
|
+
LanguageCode["AE"] = "ae";
|
|
537
|
+
LanguageCode["AF"] = "af";
|
|
538
|
+
LanguageCode["AK"] = "ak";
|
|
539
|
+
LanguageCode["AM"] = "am";
|
|
540
|
+
LanguageCode["AN"] = "an";
|
|
541
|
+
LanguageCode["AR"] = "ar";
|
|
542
|
+
LanguageCode["AS"] = "as";
|
|
543
|
+
LanguageCode["AV"] = "av";
|
|
544
|
+
LanguageCode["AY"] = "ay";
|
|
545
|
+
LanguageCode["AZ"] = "az";
|
|
546
|
+
LanguageCode["BA"] = "ba";
|
|
547
|
+
LanguageCode["BE"] = "be";
|
|
548
|
+
LanguageCode["BG"] = "bg";
|
|
549
|
+
LanguageCode["BH"] = "bh";
|
|
550
|
+
LanguageCode["BI"] = "bi";
|
|
551
|
+
LanguageCode["BM"] = "bm";
|
|
552
|
+
LanguageCode["BN"] = "bn";
|
|
553
|
+
LanguageCode["BO"] = "bo";
|
|
554
|
+
LanguageCode["BR"] = "br";
|
|
555
|
+
LanguageCode["BS"] = "bs";
|
|
556
|
+
LanguageCode["CA"] = "ca";
|
|
557
|
+
LanguageCode["CE"] = "ce";
|
|
558
|
+
LanguageCode["CH"] = "ch";
|
|
559
|
+
LanguageCode["CO"] = "co";
|
|
560
|
+
LanguageCode["CR"] = "cr";
|
|
561
|
+
LanguageCode["CS"] = "cs";
|
|
562
|
+
LanguageCode["CU"] = "cu";
|
|
563
|
+
LanguageCode["CV"] = "cv";
|
|
564
|
+
LanguageCode["CY"] = "cy";
|
|
565
|
+
LanguageCode["DA"] = "da";
|
|
566
|
+
LanguageCode["DE"] = "de";
|
|
567
|
+
LanguageCode["DV"] = "dv";
|
|
568
|
+
LanguageCode["EE"] = "ee";
|
|
569
|
+
LanguageCode["EL"] = "el";
|
|
570
|
+
LanguageCode["EN"] = "en";
|
|
571
|
+
LanguageCode["EO"] = "eo";
|
|
572
|
+
LanguageCode["ES"] = "es";
|
|
573
|
+
LanguageCode["ET"] = "et";
|
|
574
|
+
LanguageCode["EU"] = "eu";
|
|
575
|
+
LanguageCode["FA"] = "fa";
|
|
576
|
+
LanguageCode["FF"] = "ff";
|
|
577
|
+
LanguageCode["FI"] = "fi";
|
|
578
|
+
LanguageCode["FJ"] = "fj";
|
|
579
|
+
LanguageCode["FO"] = "fo";
|
|
580
|
+
LanguageCode["FR"] = "fr";
|
|
581
|
+
LanguageCode["FY"] = "fy";
|
|
582
|
+
LanguageCode["GA"] = "ga";
|
|
583
|
+
LanguageCode["GD"] = "gd";
|
|
584
|
+
LanguageCode["GL"] = "gl";
|
|
585
|
+
LanguageCode["GN"] = "gn";
|
|
586
|
+
LanguageCode["GU"] = "gu";
|
|
587
|
+
LanguageCode["GV"] = "gv";
|
|
588
|
+
LanguageCode["HA"] = "ha";
|
|
589
|
+
LanguageCode["HE"] = "he";
|
|
590
|
+
LanguageCode["HI"] = "hi";
|
|
591
|
+
LanguageCode["HO"] = "ho";
|
|
592
|
+
LanguageCode["HR"] = "hr";
|
|
593
|
+
LanguageCode["HT"] = "ht";
|
|
594
|
+
LanguageCode["HU"] = "hu";
|
|
595
|
+
LanguageCode["HY"] = "hy";
|
|
596
|
+
LanguageCode["HZ"] = "hz";
|
|
597
|
+
LanguageCode["IA"] = "ia";
|
|
598
|
+
LanguageCode["ID"] = "id";
|
|
599
|
+
LanguageCode["IE"] = "ie";
|
|
600
|
+
LanguageCode["IG"] = "ig";
|
|
601
|
+
LanguageCode["II"] = "ii";
|
|
602
|
+
LanguageCode["IK"] = "ik";
|
|
603
|
+
LanguageCode["IO"] = "io";
|
|
604
|
+
LanguageCode["IS"] = "is";
|
|
605
|
+
LanguageCode["IT"] = "it";
|
|
606
|
+
LanguageCode["IU"] = "iu";
|
|
607
|
+
LanguageCode["JA"] = "ja";
|
|
608
|
+
LanguageCode["JV"] = "jv";
|
|
609
|
+
LanguageCode["KA"] = "ka";
|
|
610
|
+
LanguageCode["KG"] = "kg";
|
|
611
|
+
LanguageCode["KI"] = "ki";
|
|
612
|
+
LanguageCode["KJ"] = "kj";
|
|
613
|
+
LanguageCode["KK"] = "kk";
|
|
614
|
+
LanguageCode["KL"] = "kl";
|
|
615
|
+
LanguageCode["KM"] = "km";
|
|
616
|
+
LanguageCode["KN"] = "kn";
|
|
617
|
+
LanguageCode["KO"] = "ko";
|
|
618
|
+
LanguageCode["KR"] = "kr";
|
|
619
|
+
LanguageCode["KS"] = "ks";
|
|
620
|
+
LanguageCode["KU"] = "ku";
|
|
621
|
+
LanguageCode["KV"] = "kv";
|
|
622
|
+
LanguageCode["KW"] = "kw";
|
|
623
|
+
LanguageCode["KY"] = "ky";
|
|
624
|
+
LanguageCode["LA"] = "la";
|
|
625
|
+
LanguageCode["LB"] = "lb";
|
|
626
|
+
LanguageCode["LG"] = "lg";
|
|
627
|
+
LanguageCode["LI"] = "li";
|
|
628
|
+
LanguageCode["LN"] = "ln";
|
|
629
|
+
LanguageCode["LO"] = "lo";
|
|
630
|
+
LanguageCode["LT"] = "lt";
|
|
631
|
+
LanguageCode["LU"] = "lu";
|
|
632
|
+
LanguageCode["LV"] = "lv";
|
|
633
|
+
LanguageCode["MG"] = "mg";
|
|
634
|
+
LanguageCode["MH"] = "mh";
|
|
635
|
+
LanguageCode["MI"] = "mi";
|
|
636
|
+
LanguageCode["MK"] = "mk";
|
|
637
|
+
LanguageCode["ML"] = "ml";
|
|
638
|
+
LanguageCode["MN"] = "mn";
|
|
639
|
+
LanguageCode["MR"] = "mr";
|
|
640
|
+
LanguageCode["MS"] = "ms";
|
|
641
|
+
LanguageCode["MT"] = "mt";
|
|
642
|
+
LanguageCode["MY"] = "my";
|
|
643
|
+
LanguageCode["NA"] = "na";
|
|
644
|
+
LanguageCode["NB"] = "nb";
|
|
645
|
+
LanguageCode["ND"] = "nd";
|
|
646
|
+
LanguageCode["NE"] = "ne";
|
|
647
|
+
LanguageCode["NG"] = "ng";
|
|
648
|
+
LanguageCode["NL"] = "nl";
|
|
649
|
+
LanguageCode["NN"] = "nn";
|
|
650
|
+
LanguageCode["NO"] = "no";
|
|
651
|
+
LanguageCode["NR"] = "nr";
|
|
652
|
+
LanguageCode["NV"] = "nv";
|
|
653
|
+
LanguageCode["NY"] = "ny";
|
|
654
|
+
LanguageCode["OC"] = "oc";
|
|
655
|
+
LanguageCode["OJ"] = "oj";
|
|
656
|
+
LanguageCode["OM"] = "om";
|
|
657
|
+
LanguageCode["OR"] = "or";
|
|
658
|
+
LanguageCode["OS"] = "os";
|
|
659
|
+
LanguageCode["PA"] = "pa";
|
|
660
|
+
LanguageCode["PI"] = "pi";
|
|
661
|
+
LanguageCode["PL"] = "pl";
|
|
662
|
+
LanguageCode["PS"] = "ps";
|
|
663
|
+
LanguageCode["PT"] = "pt";
|
|
664
|
+
LanguageCode["QU"] = "qu";
|
|
665
|
+
LanguageCode["RM"] = "rm";
|
|
666
|
+
LanguageCode["RN"] = "rn";
|
|
667
|
+
LanguageCode["RO"] = "ro";
|
|
668
|
+
LanguageCode["RU"] = "ru";
|
|
669
|
+
LanguageCode["RW"] = "rw";
|
|
670
|
+
LanguageCode["SA"] = "sa";
|
|
671
|
+
LanguageCode["SC"] = "sc";
|
|
672
|
+
LanguageCode["SD"] = "sd";
|
|
673
|
+
LanguageCode["SE"] = "se";
|
|
674
|
+
LanguageCode["SG"] = "sg";
|
|
675
|
+
LanguageCode["SI"] = "si";
|
|
676
|
+
LanguageCode["SK"] = "sk";
|
|
677
|
+
LanguageCode["SL"] = "sl";
|
|
678
|
+
LanguageCode["SM"] = "sm";
|
|
679
|
+
LanguageCode["SN"] = "sn";
|
|
680
|
+
LanguageCode["SO"] = "so";
|
|
681
|
+
LanguageCode["SQ"] = "sq";
|
|
682
|
+
LanguageCode["SR"] = "sr";
|
|
683
|
+
LanguageCode["SS"] = "ss";
|
|
684
|
+
LanguageCode["ST"] = "st";
|
|
685
|
+
LanguageCode["SU"] = "su";
|
|
686
|
+
LanguageCode["SV"] = "sv";
|
|
687
|
+
LanguageCode["SW"] = "sw";
|
|
688
|
+
LanguageCode["TA"] = "ta";
|
|
689
|
+
LanguageCode["TE"] = "te";
|
|
690
|
+
LanguageCode["TG"] = "tg";
|
|
691
|
+
LanguageCode["TH"] = "th";
|
|
692
|
+
LanguageCode["TI"] = "ti";
|
|
693
|
+
LanguageCode["TK"] = "tk";
|
|
694
|
+
LanguageCode["TL"] = "tl";
|
|
695
|
+
LanguageCode["TN"] = "tn";
|
|
696
|
+
LanguageCode["TO"] = "to";
|
|
697
|
+
LanguageCode["TR"] = "tr";
|
|
698
|
+
LanguageCode["TS"] = "ts";
|
|
699
|
+
LanguageCode["TT"] = "tt";
|
|
700
|
+
LanguageCode["TW"] = "tw";
|
|
701
|
+
LanguageCode["TY"] = "ty";
|
|
702
|
+
LanguageCode["UG"] = "ug";
|
|
703
|
+
LanguageCode["UK"] = "uk";
|
|
704
|
+
LanguageCode["UR"] = "ur";
|
|
705
|
+
LanguageCode["UZ"] = "uz";
|
|
706
|
+
LanguageCode["VE"] = "ve";
|
|
707
|
+
LanguageCode["VI"] = "vi";
|
|
708
|
+
LanguageCode["VO"] = "vo";
|
|
709
|
+
LanguageCode["WA"] = "wa";
|
|
710
|
+
LanguageCode["WO"] = "wo";
|
|
711
|
+
LanguageCode["XH"] = "xh";
|
|
712
|
+
LanguageCode["YI"] = "yi";
|
|
713
|
+
LanguageCode["YO"] = "yo";
|
|
714
|
+
LanguageCode["ZA"] = "za";
|
|
715
|
+
LanguageCode["ZH"] = "zh";
|
|
716
|
+
})(LanguageCode = LanguageCode || (LanguageCode = {}));
|
|
717
|
+
export var StatementsFeature;
|
|
718
|
+
(function (StatementsFeature) {
|
|
719
|
+
StatementsFeature["Filter"] = "filter";
|
|
720
|
+
StatementsFeature["Trigger"] = "trigger";
|
|
721
|
+
StatementsFeature["Ranking"] = "ranking";
|
|
722
|
+
StatementsFeature["Stop"] = "stop";
|
|
723
|
+
StatementsFeature["Thesaurus"] = "thesaurus";
|
|
724
|
+
StatementsFeature["Top"] = "top";
|
|
725
|
+
StatementsFeature["ResultRankings"] = "resultRankings";
|
|
726
|
+
StatementsFeature["TopClicks"] = "topClicks";
|
|
727
|
+
StatementsFeature["QuerySuggest"] = "querySuggest";
|
|
728
|
+
StatementsFeature["RankingWeight"] = "rankingweight";
|
|
729
|
+
StatementsFeature["Recommendation"] = "recommendation";
|
|
730
|
+
StatementsFeature["QueryParamOverride"] = "queryParamOverride";
|
|
731
|
+
})(StatementsFeature = StatementsFeature || (StatementsFeature = {}));
|
|
732
|
+
export var ResultRankingsKind;
|
|
733
|
+
(function (ResultRankingsKind) {
|
|
734
|
+
ResultRankingsKind["featuredResults"] = "featured_result";
|
|
735
|
+
ResultRankingsKind["rankingExpression"] = "ranking_expression";
|
|
736
|
+
})(ResultRankingsKind = ResultRankingsKind || (ResultRankingsKind = {}));
|
|
737
|
+
export var ResultRankingsRuleTypes;
|
|
738
|
+
(function (ResultRankingsRuleTypes) {
|
|
739
|
+
ResultRankingsRuleTypes["featuredResults"] = "featuredResults";
|
|
740
|
+
ResultRankingsRuleTypes["rankingExpressions"] = "rankingExpressions";
|
|
741
|
+
})(ResultRankingsRuleTypes = ResultRankingsRuleTypes || (ResultRankingsRuleTypes = {}));
|
|
742
|
+
export var ResultRankingsStatuses;
|
|
743
|
+
(function (ResultRankingsStatuses) {
|
|
744
|
+
ResultRankingsStatuses["active"] = "active";
|
|
745
|
+
ResultRankingsStatuses["inactive"] = "inactive";
|
|
746
|
+
})(ResultRankingsStatuses = ResultRankingsStatuses || (ResultRankingsStatuses = {}));
|
|
747
|
+
export var ResultRankingLocales;
|
|
748
|
+
(function (ResultRankingLocales) {
|
|
749
|
+
ResultRankingLocales["all"] = "all";
|
|
750
|
+
ResultRankingLocales["unspecified"] = "unspecified";
|
|
751
|
+
ResultRankingLocales["specific"] = "specific";
|
|
752
|
+
})(ResultRankingLocales = ResultRankingLocales || (ResultRankingLocales = {}));
|
|
753
|
+
export var ResultRankingMatchOperators;
|
|
754
|
+
(function (ResultRankingMatchOperators) {
|
|
755
|
+
ResultRankingMatchOperators["is"] = "is";
|
|
756
|
+
ResultRankingMatchOperators["contains"] = "contains";
|
|
757
|
+
ResultRankingMatchOperators["matches"] = "matches";
|
|
758
|
+
})(ResultRankingMatchOperators = ResultRankingMatchOperators || (ResultRankingMatchOperators = {}));
|
|
759
|
+
// @deprecated use PredicateKind instead
|
|
760
|
+
export var ResultRankingPredicateKind;
|
|
761
|
+
(function (ResultRankingPredicateKind) {
|
|
762
|
+
ResultRankingPredicateKind["basicExpressionAndLocalePredicate"] = "basicExpressionAndLocalePredicate";
|
|
763
|
+
ResultRankingPredicateKind["qplPredicate"] = "qplPredicate";
|
|
764
|
+
})(ResultRankingPredicateKind = ResultRankingPredicateKind || (ResultRankingPredicateKind = {}));
|
|
765
|
+
export var PredicateKind;
|
|
766
|
+
(function (PredicateKind) {
|
|
767
|
+
PredicateKind["BasicExpressionAndLocalePredicate"] = "basicExpressionAndLocalePredicate";
|
|
768
|
+
PredicateKind["QPLPredicate"] = "qplPredicate";
|
|
769
|
+
})(PredicateKind = PredicateKind || (PredicateKind = {}));
|
|
770
|
+
export var PredicateLocaleKind;
|
|
771
|
+
(function (PredicateLocaleKind) {
|
|
772
|
+
PredicateLocaleKind["All"] = "all";
|
|
773
|
+
PredicateLocaleKind["Unspecified"] = "unspecified";
|
|
774
|
+
PredicateLocaleKind["Specific"] = "specific";
|
|
775
|
+
})(PredicateLocaleKind = PredicateLocaleKind || (PredicateLocaleKind = {}));
|
|
776
|
+
export var PredicateMatchOperator;
|
|
777
|
+
(function (PredicateMatchOperator) {
|
|
778
|
+
PredicateMatchOperator["Is"] = "is";
|
|
779
|
+
PredicateMatchOperator["Contain"] = "contains";
|
|
780
|
+
PredicateMatchOperator["Matches"] = "matches";
|
|
781
|
+
})(PredicateMatchOperator = PredicateMatchOperator || (PredicateMatchOperator = {}));
|
|
782
|
+
export var FacetRuleKind;
|
|
783
|
+
(function (FacetRuleKind) {
|
|
784
|
+
FacetRuleKind["AutoSelect"] = "autoSelect";
|
|
785
|
+
})(FacetRuleKind = FacetRuleKind || (FacetRuleKind = {}));
|
|
786
|
+
export var FacetRuleState;
|
|
787
|
+
(function (FacetRuleState) {
|
|
788
|
+
FacetRuleState["Selected"] = "selected";
|
|
789
|
+
})(FacetRuleState = FacetRuleState || (FacetRuleState = {}));
|
|
790
|
+
export var ResultRankingLocalizedContentLocales;
|
|
791
|
+
(function (ResultRankingLocalizedContentLocales) {
|
|
792
|
+
ResultRankingLocalizedContentLocales["auto"] = "auto";
|
|
793
|
+
ResultRankingLocalizedContentLocales["specific"] = "specific";
|
|
794
|
+
})(ResultRankingLocalizedContentLocales = ResultRankingLocalizedContentLocales || (ResultRankingLocalizedContentLocales = {}));
|
|
795
|
+
export var ListStatementSortBy;
|
|
796
|
+
(function (ListStatementSortBy) {
|
|
797
|
+
ListStatementSortBy["Position"] = "position";
|
|
798
|
+
ListStatementSortBy["Definition"] = "definition";
|
|
799
|
+
ListStatementSortBy["Description"] = "description";
|
|
800
|
+
})(ListStatementSortBy = ListStatementSortBy || (ListStatementSortBy = {}));
|
|
801
|
+
export var StatementGroupType;
|
|
802
|
+
(function (StatementGroupType) {
|
|
803
|
+
StatementGroupType["campaign"] = "campaign";
|
|
804
|
+
StatementGroupType["permanent"] = "permanent";
|
|
805
|
+
})(StatementGroupType = StatementGroupType || (StatementGroupType = {}));
|
|
806
|
+
/**
|
|
807
|
+
* An union of all the possible status that you can filter on.
|
|
808
|
+
*/
|
|
809
|
+
export var ListStatementGroupStatusType;
|
|
810
|
+
(function (ListStatementGroupStatusType) {
|
|
811
|
+
ListStatementGroupStatusType["Active"] = "active";
|
|
812
|
+
ListStatementGroupStatusType["Inactive"] = "inactive";
|
|
813
|
+
ListStatementGroupStatusType["Expired"] = "expired";
|
|
814
|
+
ListStatementGroupStatusType["NotStarted"] = "notStarted";
|
|
815
|
+
})(ListStatementGroupStatusType = ListStatementGroupStatusType || (ListStatementGroupStatusType = {}));
|
|
816
|
+
export var CampaignStatementGroupStatusType;
|
|
817
|
+
(function (CampaignStatementGroupStatusType) {
|
|
818
|
+
CampaignStatementGroupStatusType["Active"] = "active";
|
|
819
|
+
CampaignStatementGroupStatusType["Inactive"] = "inactive";
|
|
820
|
+
CampaignStatementGroupStatusType["Expired"] = "expired";
|
|
821
|
+
CampaignStatementGroupStatusType["NotStarted"] = "notStarted";
|
|
822
|
+
})(CampaignStatementGroupStatusType = CampaignStatementGroupStatusType || (CampaignStatementGroupStatusType = {}));
|
|
823
|
+
export var PermanentStatementGroupStatusType;
|
|
824
|
+
(function (PermanentStatementGroupStatusType) {
|
|
825
|
+
PermanentStatementGroupStatusType["Active"] = "active";
|
|
826
|
+
PermanentStatementGroupStatusType["Inactive"] = "inactive";
|
|
827
|
+
})(PermanentStatementGroupStatusType = PermanentStatementGroupStatusType || (PermanentStatementGroupStatusType = {}));
|
|
828
|
+
export var DimensionType;
|
|
829
|
+
(function (DimensionType) {
|
|
830
|
+
DimensionType["TEXT"] = "TEXT";
|
|
831
|
+
DimensionType["NUMBER"] = "NUMBER";
|
|
832
|
+
DimensionType["SHORT"] = "SHORT";
|
|
833
|
+
DimensionType["BOOLEAN"] = "BOOLEAN";
|
|
834
|
+
DimensionType["DATE"] = "DATE";
|
|
835
|
+
DimensionType["DATETIME"] = "DATETIME";
|
|
836
|
+
})(DimensionType = DimensionType || (DimensionType = {}));
|
|
837
|
+
export var AccountStatus;
|
|
838
|
+
(function (AccountStatus) {
|
|
839
|
+
AccountStatus["AVAILABLE"] = "AVAILABLE";
|
|
840
|
+
AccountStatus["CREATING"] = "CREATING";
|
|
841
|
+
AccountStatus["DELETING"] = "DELETING";
|
|
842
|
+
})(AccountStatus = AccountStatus || (AccountStatus = {}));
|
|
843
|
+
export var DimensionStatus;
|
|
844
|
+
(function (DimensionStatus) {
|
|
845
|
+
DimensionStatus["AVAILABLE"] = "AVAILABLE";
|
|
846
|
+
DimensionStatus["UPDATING"] = "UPDATING";
|
|
847
|
+
})(DimensionStatus = DimensionStatus || (DimensionStatus = {}));
|
|
848
|
+
export var DimensionEventTypes;
|
|
849
|
+
(function (DimensionEventTypes) {
|
|
850
|
+
DimensionEventTypes["searches"] = "searches";
|
|
851
|
+
DimensionEventTypes["clicks"] = "clicks";
|
|
852
|
+
DimensionEventTypes["custom_events"] = "custom_events";
|
|
853
|
+
})(DimensionEventTypes = DimensionEventTypes || (DimensionEventTypes = {}));
|
|
854
|
+
export var RegionType;
|
|
855
|
+
(function (RegionType) {
|
|
856
|
+
RegionType["Primary"] = "PRIMARY";
|
|
857
|
+
RegionType["Secondary"] = "SECONDARY";
|
|
858
|
+
})(RegionType = RegionType || (RegionType = {}));
|
|
859
|
+
export var FormAuthenticationFailedMethod;
|
|
860
|
+
(function (FormAuthenticationFailedMethod) {
|
|
861
|
+
FormAuthenticationFailedMethod["RedirectedToUrl"] = "RedirectedToUrl";
|
|
862
|
+
FormAuthenticationFailedMethod["PageDoesNotContain"] = "PageDoesNotContain";
|
|
863
|
+
FormAuthenticationFailedMethod["PageContains"] = "PageContains";
|
|
864
|
+
FormAuthenticationFailedMethod["CookieNotSet"] = "CookieNotSet";
|
|
865
|
+
FormAuthenticationFailedMethod["UrlMatch"] = "UrlMatch";
|
|
866
|
+
FormAuthenticationFailedMethod["UrlDoesNotMatch"] = "UrlDoesNotMatch";
|
|
867
|
+
})(FormAuthenticationFailedMethod = FormAuthenticationFailedMethod || (FormAuthenticationFailedMethod = {}));
|
|
868
|
+
export var FormInputType;
|
|
869
|
+
(function (FormInputType) {
|
|
870
|
+
FormInputType["Username"] = "Username";
|
|
871
|
+
FormInputType["Password"] = "Password";
|
|
872
|
+
FormInputType["Input"] = "Input";
|
|
873
|
+
})(FormInputType = FormInputType || (FormInputType = {}));
|
|
874
|
+
export var ModelTypes;
|
|
875
|
+
(function (ModelTypes) {
|
|
876
|
+
ModelTypes["TopClicks"] = "topclicks";
|
|
877
|
+
ModelTypes["QuerySuggest"] = "querysuggest";
|
|
878
|
+
ModelTypes["PQSForCommerce"] = "pqsforcommerce";
|
|
879
|
+
ModelTypes["EventRecommendation"] = "eventrecommendation";
|
|
880
|
+
ModelTypes["FacetSense"] = "facetsense";
|
|
881
|
+
ModelTypes["ECommerce"] = "ecommerce";
|
|
882
|
+
ModelTypes["CaseClassification"] = "caseclassification";
|
|
883
|
+
ModelTypes["SmartSnippets"] = "mlquestionanswering";
|
|
884
|
+
ModelTypes["UserActionHistory"] = "useractionhistory";
|
|
885
|
+
})(ModelTypes = ModelTypes || (ModelTypes = {}));
|
|
886
|
+
export var LicenseSection;
|
|
887
|
+
(function (LicenseSection) {
|
|
888
|
+
LicenseSection["internal"] = "internal";
|
|
889
|
+
LicenseSection["organization"] = "organization";
|
|
890
|
+
LicenseSection["usageAnalytics"] = "usageAnalytics";
|
|
891
|
+
LicenseSection["inProductExperience"] = "inProductExperience";
|
|
892
|
+
LicenseSection["commerce"] = "commerce";
|
|
893
|
+
LicenseSection["content"] = "content";
|
|
894
|
+
LicenseSection["searchapi"] = "searchapi";
|
|
895
|
+
})(LicenseSection = LicenseSection || (LicenseSection = {}));
|
|
896
|
+
export var SearchHubRawMetrics;
|
|
897
|
+
(function (SearchHubRawMetrics) {
|
|
898
|
+
SearchHubRawMetrics["normalQueries"] = "normalQueries";
|
|
899
|
+
SearchHubRawMetrics["recommendationQueries"] = "recommendationQueries";
|
|
900
|
+
SearchHubRawMetrics["commerceProductListingQueries"] = "commerceProductListingQueries";
|
|
901
|
+
SearchHubRawMetrics["users"] = "users";
|
|
902
|
+
SearchHubRawMetrics["staticQueries"] = "staticQueries";
|
|
903
|
+
})(SearchHubRawMetrics = SearchHubRawMetrics || (SearchHubRawMetrics = {}));
|
|
904
|
+
export var SearchHubLicenseMetrics;
|
|
905
|
+
(function (SearchHubLicenseMetrics) {
|
|
906
|
+
SearchHubLicenseMetrics["normalQueries"] = "normalQueries";
|
|
907
|
+
SearchHubLicenseMetrics["commerceProductListingQueries"] = "commerceProductListingQueries";
|
|
908
|
+
SearchHubLicenseMetrics["recommendationsQueries"] = "recommendationsQueries";
|
|
909
|
+
SearchHubLicenseMetrics["agents"] = "agents";
|
|
910
|
+
SearchHubLicenseMetrics["intranetUsers"] = "intranetUsers";
|
|
911
|
+
SearchHubLicenseMetrics["partnerUsers"] = "partnerUsers";
|
|
912
|
+
SearchHubLicenseMetrics["platformIntranetUsers"] = "platformIntranetUsers";
|
|
913
|
+
SearchHubLicenseMetrics["platformAgents"] = "platformAgents";
|
|
914
|
+
SearchHubLicenseMetrics["platformPortalUsers"] = "platformPortalUsers";
|
|
915
|
+
SearchHubLicenseMetrics["salesforceServiceCloudAgents"] = "salesforceServiceCloudAgents";
|
|
916
|
+
SearchHubLicenseMetrics["salesforceSalesCloudUsers"] = "salesforceSalesCloudUsers";
|
|
917
|
+
SearchHubLicenseMetrics["salesforcePlatformUsers"] = "salesforcePlatformUsers";
|
|
918
|
+
SearchHubLicenseMetrics["salesforceCommunityCloudUsers"] = "salesforceCommunityCloudUsers";
|
|
919
|
+
SearchHubLicenseMetrics["snowCSMAgents"] = "snowCSMAgents";
|
|
920
|
+
SearchHubLicenseMetrics["snowFulfillers"] = "snowFulfillers";
|
|
921
|
+
SearchHubLicenseMetrics["snowITSMUsers"] = "snowITSMUsers";
|
|
922
|
+
SearchHubLicenseMetrics["snowHRSDUsers"] = "snowHRSDUsers";
|
|
923
|
+
SearchHubLicenseMetrics["dynamicsCustomerEngagementUsers"] = "dynamicsCustomerEngagementUsers";
|
|
924
|
+
SearchHubLicenseMetrics["staticQueries"] = "staticQueries";
|
|
925
|
+
SearchHubLicenseMetrics["coveoForServiceNowFulfillersAndFieldAgents"] = "coveoForServiceNowFulfillersAndFieldAgents";
|
|
926
|
+
SearchHubLicenseMetrics["coveoForSalesforceExperienceCloudCommunity"] = "coveoForSalesforceExperienceCloudCommunity";
|
|
927
|
+
SearchHubLicenseMetrics["coveoForSalesforceExperienceCloud"] = "coveoForSalesforceExperienceCloud";
|
|
928
|
+
SearchHubLicenseMetrics["coveoForDynamicsCustomerEngagement"] = "coveoForDynamicsCustomerEngagement";
|
|
929
|
+
SearchHubLicenseMetrics["coveoForServiceNowEmployeeExperience"] = "coveoForServiceNowEmployeeExperience";
|
|
930
|
+
SearchHubLicenseMetrics["coveoForServiceNowCSMPortal"] = "coveoForServiceNowCSMPortal";
|
|
931
|
+
SearchHubLicenseMetrics["coveoForSalesforceSalesCloud"] = "coveoForSalesforceSalesCloud";
|
|
932
|
+
SearchHubLicenseMetrics["coveoForAppDirect"] = "coveoForAppDirect";
|
|
933
|
+
SearchHubLicenseMetrics["coveoForB2BECommerce"] = "coveoForB2BECommerce";
|
|
934
|
+
SearchHubLicenseMetrics["coveoForCommerce"] = "coveoForCommerce";
|
|
935
|
+
SearchHubLicenseMetrics["coveoForEcommerce"] = "coveoForEcommerce";
|
|
936
|
+
SearchHubLicenseMetrics["coveoForEcommerceSitecore"] = "coveoForEcommerceSitecore";
|
|
937
|
+
SearchHubLicenseMetrics["coveoForSalesforceB2BEcommerce"] = "coveoForSalesforceB2BEcommerce";
|
|
938
|
+
SearchHubLicenseMetrics["coveoForSAPCommerceCloud"] = "coveoForSAPCommerceCloud";
|
|
939
|
+
SearchHubLicenseMetrics["coveoForSAPHybris"] = "coveoForSAPHybris";
|
|
940
|
+
SearchHubLicenseMetrics["coveoForSitecoreDigitalCommerceV4"] = "coveoForSitecoreDigitalCommerceV4";
|
|
941
|
+
SearchHubLicenseMetrics["coveoForSitecoreUnifiedCommerceV4"] = "coveoForSitecoreUnifiedCommerceV4";
|
|
942
|
+
SearchHubLicenseMetrics["coveoForSitecoreEcommerce"] = "coveoForSitecoreEcommerce";
|
|
943
|
+
SearchHubLicenseMetrics["coveoSearchForEcommerce"] = "coveoSearchForEcommerce";
|
|
944
|
+
SearchHubLicenseMetrics["coveoForSalesforcePlatform"] = "coveoForSalesforcePlatform";
|
|
945
|
+
SearchHubLicenseMetrics["coveoForSelfService"] = "coveoForSelfService";
|
|
946
|
+
SearchHubLicenseMetrics["coveoForZendeskPortals"] = "coveoForZendeskPortals";
|
|
947
|
+
SearchHubLicenseMetrics["coveoForSalesforceServiceCloud"] = "coveoForSalesforceServiceCloud";
|
|
948
|
+
SearchHubLicenseMetrics["coveoForAdobe"] = "coveoForAdobe";
|
|
949
|
+
SearchHubLicenseMetrics["coveoForSitecore"] = "coveoForSitecore";
|
|
950
|
+
SearchHubLicenseMetrics["coveoForSitecoreStandard"] = "coveoForSitecoreStandard";
|
|
951
|
+
SearchHubLicenseMetrics["coveoForWebsites"] = "coveoForWebsites";
|
|
952
|
+
SearchHubLicenseMetrics["coveoSearchForSitecore"] = "coveoSearchForSitecore";
|
|
953
|
+
SearchHubLicenseMetrics["coveoSearchForWebsites"] = "coveoSearchForWebsites";
|
|
954
|
+
SearchHubLicenseMetrics["coveoPlatform"] = "coveoPlatform";
|
|
955
|
+
SearchHubLicenseMetrics["coveoSearch"] = "coveoSearch";
|
|
956
|
+
SearchHubLicenseMetrics["coveoForContactCenter"] = "coveoForContactCenter";
|
|
957
|
+
SearchHubLicenseMetrics["coveoForZendeskAgents"] = "coveoForZendeskAgents";
|
|
958
|
+
SearchHubLicenseMetrics["coveoForIntranets"] = "coveoForIntranets";
|
|
959
|
+
SearchHubLicenseMetrics["coveoSearchForIntranets"] = "coveoSearchForIntranets";
|
|
960
|
+
SearchHubLicenseMetrics["coveoForDynamicsPortal"] = "coveoForDynamicsPortal";
|
|
961
|
+
SearchHubLicenseMetrics["coveoForSelfServicePlatformPortals"] = "coveoForSelfServicePlatformPortals";
|
|
962
|
+
SearchHubLicenseMetrics["coveoForServiceNowCsmAgents"] = "coveoForServiceNowCsmAgents";
|
|
963
|
+
})(SearchHubLicenseMetrics = SearchHubLicenseMetrics || (SearchHubLicenseMetrics = {}));
|
|
964
|
+
export var SearchHubLicenseType;
|
|
965
|
+
(function (SearchHubLicenseType) {
|
|
966
|
+
SearchHubLicenseType["assignment"] = "assignment";
|
|
967
|
+
SearchHubLicenseType["global"] = "global";
|
|
968
|
+
})(SearchHubLicenseType = SearchHubLicenseType || (SearchHubLicenseType = {}));
|
|
969
|
+
export var SubscriptionFrequencyEnum;
|
|
970
|
+
(function (SubscriptionFrequencyEnum) {
|
|
971
|
+
SubscriptionFrequencyEnum["live"] = "LIVE";
|
|
972
|
+
SubscriptionFrequencyEnum["hourly"] = "HOURLY";
|
|
973
|
+
SubscriptionFrequencyEnum["daily"] = "DAILY";
|
|
974
|
+
SubscriptionFrequencyEnum["weekly"] = "WEEKLY";
|
|
975
|
+
})(SubscriptionFrequencyEnum = SubscriptionFrequencyEnum || (SubscriptionFrequencyEnum = {}));
|
|
976
|
+
export var SubscriptionTypeEnum;
|
|
977
|
+
(function (SubscriptionTypeEnum) {
|
|
978
|
+
SubscriptionTypeEnum["email"] = "EMAIL";
|
|
979
|
+
SubscriptionTypeEnum["emailJson"] = "EMAIL_JSON";
|
|
980
|
+
SubscriptionTypeEnum["webHook"] = "WEB_HOOK";
|
|
981
|
+
})(SubscriptionTypeEnum = SubscriptionTypeEnum || (SubscriptionTypeEnum = {}));
|
|
982
|
+
export var SubscriptionStatusHealthIndicatorEnum;
|
|
983
|
+
(function (SubscriptionStatusHealthIndicatorEnum) {
|
|
984
|
+
SubscriptionStatusHealthIndicatorEnum["good"] = "GOOD";
|
|
985
|
+
SubscriptionStatusHealthIndicatorEnum["warning"] = "WARNING";
|
|
986
|
+
SubscriptionStatusHealthIndicatorEnum["problematic"] = "PROBLEMATIC";
|
|
987
|
+
SubscriptionStatusHealthIndicatorEnum["unknown"] = "UNKNOWN";
|
|
988
|
+
})(SubscriptionStatusHealthIndicatorEnum = SubscriptionStatusHealthIndicatorEnum || (SubscriptionStatusHealthIndicatorEnum = {}));
|
|
989
|
+
export var IndexingPipelineLogOperations;
|
|
990
|
+
(function (IndexingPipelineLogOperations) {
|
|
991
|
+
IndexingPipelineLogOperations["add"] = "ADD";
|
|
992
|
+
IndexingPipelineLogOperations["addByReference"] = "ADD_BY_REFERENCE";
|
|
993
|
+
IndexingPipelineLogOperations["batchFile"] = "BATCH_FILE";
|
|
994
|
+
IndexingPipelineLogOperations["delete"] = "DELETE";
|
|
995
|
+
IndexingPipelineLogOperations["deleteAndChildren"] = "DELETE_AND_CHILDREN";
|
|
996
|
+
IndexingPipelineLogOperations["deleteOlderThan"] = "DELETE_OLDER_THAN";
|
|
997
|
+
IndexingPipelineLogOperations["update"] = "UPDATE";
|
|
998
|
+
})(IndexingPipelineLogOperations = IndexingPipelineLogOperations || (IndexingPipelineLogOperations = {}));
|
|
999
|
+
export var IndexingPipelineLogResults;
|
|
1000
|
+
(function (IndexingPipelineLogResults) {
|
|
1001
|
+
IndexingPipelineLogResults["completed"] = "COMPLETED";
|
|
1002
|
+
IndexingPipelineLogResults["error"] = "ERROR";
|
|
1003
|
+
IndexingPipelineLogResults["rejected"] = "REJECTED";
|
|
1004
|
+
IndexingPipelineLogResults["skipped"] = "SKIPPED";
|
|
1005
|
+
IndexingPipelineLogResults["warning"] = "WARNING";
|
|
1006
|
+
})(IndexingPipelineLogResults = IndexingPipelineLogResults || (IndexingPipelineLogResults = {}));
|
|
1007
|
+
export var IndexingPipelineLogTasks;
|
|
1008
|
+
(function (IndexingPipelineLogTasks) {
|
|
1009
|
+
IndexingPipelineLogTasks["consuming"] = "CONSUMING";
|
|
1010
|
+
IndexingPipelineLogTasks["consumingBatch"] = "CONSUMING_BATCH";
|
|
1011
|
+
IndexingPipelineLogTasks["crawling"] = "CRAWLING";
|
|
1012
|
+
IndexingPipelineLogTasks["streamingExtension"] = "STREAMING_EXTENSION";
|
|
1013
|
+
IndexingPipelineLogTasks["extension"] = "EXTENSION";
|
|
1014
|
+
IndexingPipelineLogTasks["indexing"] = "INDEXING";
|
|
1015
|
+
IndexingPipelineLogTasks["mapping"] = "MAPPING";
|
|
1016
|
+
IndexingPipelineLogTasks["processing"] = "PROCESSING";
|
|
1017
|
+
IndexingPipelineLogTasks["streaming"] = "STREAMING";
|
|
1018
|
+
IndexingPipelineLogTasks["streamingBatch"] = "STREAMING_BATCH";
|
|
1019
|
+
IndexingPipelineLogTasks["preindexing"] = "PREINDEXING";
|
|
1020
|
+
})(IndexingPipelineLogTasks = IndexingPipelineLogTasks || (IndexingPipelineLogTasks = {}));
|
|
1021
|
+
export var ExportStatus;
|
|
1022
|
+
(function (ExportStatus) {
|
|
1023
|
+
ExportStatus["available"] = "AVAILABLE";
|
|
1024
|
+
ExportStatus["pending"] = "PENDING";
|
|
1025
|
+
ExportStatus["failed"] = "FAILED";
|
|
1026
|
+
ExportStatus["expired"] = "EXPIRED";
|
|
1027
|
+
})(ExportStatus = ExportStatus || (ExportStatus = {}));
|
|
1028
|
+
export var ExportTablesType;
|
|
1029
|
+
(function (ExportTablesType) {
|
|
1030
|
+
ExportTablesType["searches"] = "SEARCHES";
|
|
1031
|
+
ExportTablesType["clicks"] = "CLICKS";
|
|
1032
|
+
ExportTablesType["customEvents"] = "CUSTOM_EVENTS";
|
|
1033
|
+
ExportTablesType["keywords"] = "KEYWORDS";
|
|
1034
|
+
ExportTablesType["groups"] = "GROUPS";
|
|
1035
|
+
ExportTablesType["allEvents"] = "ALL_EVENTS";
|
|
1036
|
+
})(ExportTablesType = ExportTablesType || (ExportTablesType = {}));
|
|
1037
|
+
export var CSVFileFormat;
|
|
1038
|
+
(function (CSVFileFormat) {
|
|
1039
|
+
CSVFileFormat["excel"] = "EXCEL";
|
|
1040
|
+
CSVFileFormat["noNewline"] = "NO_NEWLINE";
|
|
1041
|
+
})(CSVFileFormat = CSVFileFormat || (CSVFileFormat = {}));
|
|
1042
|
+
export var SnowflakeReaderAccountStatus;
|
|
1043
|
+
(function (SnowflakeReaderAccountStatus) {
|
|
1044
|
+
SnowflakeReaderAccountStatus["creating"] = "CREATING";
|
|
1045
|
+
SnowflakeReaderAccountStatus["available"] = "AVAILABLE";
|
|
1046
|
+
})(SnowflakeReaderAccountStatus = SnowflakeReaderAccountStatus || (SnowflakeReaderAccountStatus = {}));
|
|
1047
|
+
export var DayOfWeek;
|
|
1048
|
+
(function (DayOfWeek) {
|
|
1049
|
+
DayOfWeek["monday"] = "MONDAY";
|
|
1050
|
+
DayOfWeek["tuesday"] = "TUESDAY";
|
|
1051
|
+
DayOfWeek["wednesday"] = "WEDNESDAY";
|
|
1052
|
+
DayOfWeek["thursday"] = "THURSDAY";
|
|
1053
|
+
DayOfWeek["friday"] = "FRIDAY";
|
|
1054
|
+
DayOfWeek["saturday"] = "SATURDAY";
|
|
1055
|
+
DayOfWeek["sunday"] = "SUNDAY";
|
|
1056
|
+
})(DayOfWeek = DayOfWeek || (DayOfWeek = {}));
|
|
1057
|
+
export var ExportScheduleFrequency;
|
|
1058
|
+
(function (ExportScheduleFrequency) {
|
|
1059
|
+
ExportScheduleFrequency["daily"] = "DAILY";
|
|
1060
|
+
ExportScheduleFrequency["monthly"] = "MONTHLY";
|
|
1061
|
+
ExportScheduleFrequency["weekly"] = "WEEKLY";
|
|
1062
|
+
})(ExportScheduleFrequency = ExportScheduleFrequency || (ExportScheduleFrequency = {}));
|
|
1063
|
+
export var ReportType;
|
|
1064
|
+
(function (ReportType) {
|
|
1065
|
+
ReportType["Dashboard"] = "DASHBOARD";
|
|
1066
|
+
ReportType["Explorer"] = "EXPLORER";
|
|
1067
|
+
})(ReportType = ReportType || (ReportType = {}));
|
|
1068
|
+
export var VaultFetchStrategy;
|
|
1069
|
+
(function (VaultFetchStrategy) {
|
|
1070
|
+
VaultFetchStrategy["allOrNothing"] = "ALL_OR_NOTHING";
|
|
1071
|
+
VaultFetchStrategy["onlyMissing"] = "ONLY_MISSING";
|
|
1072
|
+
VaultFetchStrategy["overwrite"] = "OVERWRITE";
|
|
1073
|
+
})(VaultFetchStrategy = VaultFetchStrategy || (VaultFetchStrategy = {}));
|
|
1074
|
+
export var DataShareStatus;
|
|
1075
|
+
(function (DataShareStatus) {
|
|
1076
|
+
DataShareStatus["UNKNOWN"] = "UNKNOWN";
|
|
1077
|
+
DataShareStatus["PENDING"] = "PENDING";
|
|
1078
|
+
DataShareStatus["ACTIVE"] = "ACTIVE";
|
|
1079
|
+
DataShareStatus["INVALID"] = "INVALID";
|
|
1080
|
+
})(DataShareStatus = DataShareStatus || (DataShareStatus = {}));
|
|
1081
|
+
export var VaultVisibilityType;
|
|
1082
|
+
(function (VaultVisibilityType) {
|
|
1083
|
+
VaultVisibilityType["OBFUSCATED"] = "OBFUSCATED";
|
|
1084
|
+
VaultVisibilityType["PUBLIC"] = "PUBLIC";
|
|
1085
|
+
VaultVisibilityType["STRICT"] = "STRICT";
|
|
1086
|
+
})(VaultVisibilityType = VaultVisibilityType || (VaultVisibilityType = {}));
|
|
1087
|
+
export var VaultValueType;
|
|
1088
|
+
(function (VaultValueType) {
|
|
1089
|
+
VaultValueType["BOOLEAN"] = "BOOLEAN";
|
|
1090
|
+
VaultValueType["FLOAT"] = "FLOAT";
|
|
1091
|
+
VaultValueType["INTEGER"] = "INTEGER";
|
|
1092
|
+
VaultValueType["STRING"] = "STRING";
|
|
1093
|
+
})(VaultValueType = VaultValueType || (VaultValueType = {}));
|
|
1094
|
+
export var FieldOperatorType;
|
|
1095
|
+
(function (FieldOperatorType) {
|
|
1096
|
+
FieldOperatorType["IS_ANY_OF"] = "isAnyOf";
|
|
1097
|
+
FieldOperatorType["IS_BETWEEN"] = "isBetween";
|
|
1098
|
+
FieldOperatorType["IS_EXACTLY"] = "isExactly";
|
|
1099
|
+
FieldOperatorType["IS_EXACTLY_NOT"] = "isExactlyNot";
|
|
1100
|
+
FieldOperatorType["IS_GREATER_THAN"] = "isGreaterThan";
|
|
1101
|
+
FieldOperatorType["IS_GREATER_THAN_OR_EQUAL_TO"] = "isGreaterThanOrEqualTo";
|
|
1102
|
+
FieldOperatorType["IS_LESS_THAN"] = "isLessThan";
|
|
1103
|
+
FieldOperatorType["IS_LESS_THAN_OR_EQUAL_TO"] = "isLessThanOrEqualTo";
|
|
1104
|
+
FieldOperatorType["CONTAINS"] = "contains";
|
|
1105
|
+
FieldOperatorType["DOES_NOT_CONTAIN"] = "doesNotContain";
|
|
1106
|
+
FieldOperatorType["IS_DEFINED"] = "isDefined";
|
|
1107
|
+
FieldOperatorType["IS_NOT_DEFINED"] = "isNotDefined";
|
|
1108
|
+
})(FieldOperatorType = FieldOperatorType || (FieldOperatorType = {}));
|
|
1109
|
+
export var FieldValueType;
|
|
1110
|
+
(function (FieldValueType) {
|
|
1111
|
+
FieldValueType["RANGE"] = "range";
|
|
1112
|
+
FieldValueType["STRING"] = "string";
|
|
1113
|
+
FieldValueType["DECIMAL"] = "decimal";
|
|
1114
|
+
FieldValueType["ARRAY"] = "array";
|
|
1115
|
+
FieldValueType["HIERARCHIC_MULTI_VALUE"] = "hierarchicMultiValue";
|
|
1116
|
+
})(FieldValueType = FieldValueType || (FieldValueType = {}));
|
|
1117
|
+
export var ProductsFacetRequestSortType;
|
|
1118
|
+
(function (ProductsFacetRequestSortType) {
|
|
1119
|
+
ProductsFacetRequestSortType["alphanumeric"] = "alphanumeric";
|
|
1120
|
+
ProductsFacetRequestSortType["score"] = "score";
|
|
1121
|
+
})(ProductsFacetRequestSortType = ProductsFacetRequestSortType || (ProductsFacetRequestSortType = {}));
|
|
1122
|
+
export var ProductsSortByType;
|
|
1123
|
+
(function (ProductsSortByType) {
|
|
1124
|
+
ProductsSortByType["fields"] = "fields";
|
|
1125
|
+
ProductsSortByType["relevance"] = "relevance";
|
|
1126
|
+
})(ProductsSortByType = ProductsSortByType || (ProductsSortByType = {}));
|
|
1127
|
+
//# sourceMappingURL=Enums.js.map
|