@coveo/platform-client 35.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/LICENSE +201 -0
- package/README.md +245 -0
- package/dist/APICore.js +266 -0
- package/dist/APICore.js.map +1 -0
- package/dist/ConfigurationInterfaces.js +3 -0
- package/dist/ConfigurationInterfaces.js.map +1 -0
- package/dist/Endpoints.js +41 -0
- package/dist/Endpoints.js.map +1 -0
- package/dist/Entry.js +13 -0
- package/dist/Entry.js.map +1 -0
- package/dist/PlatformClient.js +45 -0
- package/dist/PlatformClient.js.map +1 -0
- package/dist/definitions/APICore.d.ts +31 -0
- package/dist/definitions/ConfigurationInterfaces.d.ts +14 -0
- package/dist/definitions/Endpoints.d.ts +13 -0
- package/dist/definitions/Entry.d.ts +9 -0
- package/dist/definitions/PlatformClient.d.ts +18 -0
- package/dist/definitions/handlers/ResponseHandlerInterfaces.d.ts +4 -0
- package/dist/definitions/handlers/ResponseHandlers.d.ts +10 -0
- package/dist/definitions/handlers/index.d.ts +2 -0
- package/dist/definitions/resources/AWS/AWS.d.ts +9 -0
- package/dist/definitions/resources/AWS/AWSInterfaces.d.ts +18 -0
- package/dist/definitions/resources/AWS/index.d.ts +2 -0
- package/dist/definitions/resources/ApiKeys/ApiKeys.d.ts +12 -0
- package/dist/definitions/resources/ApiKeys/ApiKeysInterfaces.d.ts +133 -0
- package/dist/definitions/resources/ApiKeys/index.d.ts +2 -0
- package/dist/definitions/resources/BaseInterfaces.d.ts +51 -0
- package/dist/definitions/resources/CaseAssistConfigs/CaseAssistConfig.d.ts +16 -0
- package/dist/definitions/resources/CaseAssistConfigs/CaseAssistConfigInterfaces.d.ts +59 -0
- package/dist/definitions/resources/CaseAssistConfigs/CaseAssistPreviewInterfaces.d.ts +27 -0
- package/dist/definitions/resources/CaseAssistConfigs/index.d.ts +3 -0
- package/dist/definitions/resources/Catalogs/Catalog.d.ts +21 -0
- package/dist/definitions/resources/Catalogs/CatalogConfiguration.d.ts +11 -0
- package/dist/definitions/resources/Catalogs/CatalogInterfaces.d.ts +338 -0
- package/dist/definitions/resources/Catalogs/ProductListing.d.ts +14 -0
- package/dist/definitions/resources/Catalogs/ProductListingInterfaces.d.ts +76 -0
- package/dist/definitions/resources/Catalogs/index.d.ts +5 -0
- package/dist/definitions/resources/Clusters/Agents/ClusterAgent.d.ts +9 -0
- package/dist/definitions/resources/Clusters/Agents/ClusterAgentInterfaces.d.ts +9 -0
- package/dist/definitions/resources/Clusters/Agents/index.d.ts +2 -0
- package/dist/definitions/resources/Clusters/Cluster.d.ts +18 -0
- package/dist/definitions/resources/Clusters/ClusterInterfaces.d.ts +92 -0
- package/dist/definitions/resources/Clusters/Nodes/ClusterNode.d.ts +12 -0
- package/dist/definitions/resources/Clusters/Nodes/ClusterNodeInterfaces.d.ts +20 -0
- package/dist/definitions/resources/Clusters/Nodes/index.d.ts +2 -0
- package/dist/definitions/resources/Clusters/index.d.ts +4 -0
- package/dist/definitions/resources/Connectivity/Connectivity.d.ts +7 -0
- package/dist/definitions/resources/Connectivity/ConnectivityInterface.d.ts +16 -0
- package/dist/definitions/resources/Connectivity/index.d.ts +2 -0
- package/dist/definitions/resources/CrawlingModule/CrawlingModule.d.ts +11 -0
- package/dist/definitions/resources/CrawlingModule/CrawlingModuleInterfaces.d.ts +28 -0
- package/dist/definitions/resources/CrawlingModule/index.d.ts +2 -0
- package/dist/definitions/resources/Enums.d.ts +976 -0
- package/dist/definitions/resources/Extensions/Extensions.d.ts +12 -0
- package/dist/definitions/resources/Extensions/ExtensionsInterfaces.d.ts +55 -0
- package/dist/definitions/resources/Extensions/index.d.ts +2 -0
- package/dist/definitions/resources/Fields/Fields.d.ts +19 -0
- package/dist/definitions/resources/Fields/FieldsInterfaces.d.ts +70 -0
- package/dist/definitions/resources/Fields/index.d.ts +2 -0
- package/dist/definitions/resources/Global/Global.d.ts +11 -0
- package/dist/definitions/resources/Global/OrganizationConfigurations/OrganizationConfiguration.d.ts +8 -0
- package/dist/definitions/resources/Global/OrganizationConfigurations/OrganizationConfigurationInterfaces.d.ts +6 -0
- package/dist/definitions/resources/Global/OrganizationConfigurations/index.d.ts +2 -0
- package/dist/definitions/resources/Global/RegionConfigurations/RegionConfiguration.d.ts +7 -0
- package/dist/definitions/resources/Global/RegionConfigurations/RegionConfigurationInterfaces.d.ts +10 -0
- package/dist/definitions/resources/Global/RegionConfigurations/index.d.ts +2 -0
- package/dist/definitions/resources/Global/index.d.ts +3 -0
- package/dist/definitions/resources/GlobalGroups/GlobalGroup.d.ts +13 -0
- package/dist/definitions/resources/GlobalGroups/GlobalGroupInterfaces.d.ts +18 -0
- package/dist/definitions/resources/GlobalGroups/index.d.ts +2 -0
- package/dist/definitions/resources/Groups/Groups.d.ts +24 -0
- package/dist/definitions/resources/Groups/GroupsInterfaces.d.ts +21 -0
- package/dist/definitions/resources/Groups/Invites/GroupInvite.d.ts +11 -0
- package/dist/definitions/resources/Groups/Invites/GroupInviteInterfaces.d.ts +35 -0
- package/dist/definitions/resources/Groups/Invites/index.d.ts +2 -0
- package/dist/definitions/resources/Groups/Members/GroupMember.d.ts +9 -0
- package/dist/definitions/resources/Groups/Members/GroupMemberInterfaces.d.ts +13 -0
- package/dist/definitions/resources/Groups/Members/index.d.ts +2 -0
- package/dist/definitions/resources/Groups/Realms/GroupRealm.d.ts +9 -0
- package/dist/definitions/resources/Groups/Realms/GroupRealmInterfaces.d.ts +7 -0
- package/dist/definitions/resources/Groups/Realms/index.d.ts +2 -0
- package/dist/definitions/resources/Groups/index.d.ts +5 -0
- package/dist/definitions/resources/InProductExperiences/InProductExperiences.d.ts +31 -0
- package/dist/definitions/resources/InProductExperiences/InProductExperiencesInterfaces.d.ts +327 -0
- package/dist/definitions/resources/InProductExperiences/index.d.ts +2 -0
- package/dist/definitions/resources/Indexes/Indexes.d.ts +26 -0
- package/dist/definitions/resources/Indexes/IndexesInterface.d.ts +198 -0
- package/dist/definitions/resources/Indexes/index.d.ts +2 -0
- package/dist/definitions/resources/InsightPanelConfigs/InsightPanelConfig.d.ts +11 -0
- package/dist/definitions/resources/InsightPanelConfigs/InsightPanelConfigInterfaces.d.ts +158 -0
- package/dist/definitions/resources/InsightPanelConfigs/index.d.ts +2 -0
- package/dist/definitions/resources/InsightPanelInterfaces/InsightPanelInterface.d.ts +11 -0
- package/dist/definitions/resources/InsightPanelInterfaces/InsightPanelInterface.model.d.ts +240 -0
- package/dist/definitions/resources/InsightPanelInterfaces/index.d.ts +2 -0
- package/dist/definitions/resources/InternalBaseInterface.d.ts +12 -0
- package/dist/definitions/resources/License/License.d.ts +12 -0
- package/dist/definitions/resources/License/LicenseInterfaces.d.ts +194 -0
- package/dist/definitions/resources/License/index.d.ts +2 -0
- package/dist/definitions/resources/Limits/Limits.d.ts +12 -0
- package/dist/definitions/resources/Limits/LimitsInterfaces.d.ts +38 -0
- package/dist/definitions/resources/Limits/index.d.ts +2 -0
- package/dist/definitions/resources/Links/Links.d.ts +5 -0
- package/dist/definitions/resources/Links/index.d.ts +1 -0
- package/dist/definitions/resources/Logs/Logs.d.ts +8 -0
- package/dist/definitions/resources/Logs/LogsInterfaces.d.ts +47 -0
- package/dist/definitions/resources/Logs/index.d.ts +2 -0
- package/dist/definitions/resources/MachineLearning/CaseClassificationConfiguration/CaseClassificationConfiguration.d.ts +15 -0
- package/dist/definitions/resources/MachineLearning/CaseClassificationConfiguration/CaseClassificationConfigurationInterfaces.d.ts +147 -0
- package/dist/definitions/resources/MachineLearning/CaseClassificationConfiguration/index.d.ts +2 -0
- package/dist/definitions/resources/MachineLearning/DNEConfiguration/DNEConfiguration.d.ts +15 -0
- package/dist/definitions/resources/MachineLearning/DNEConfiguration/DNEConfigurationInterfaces.d.ts +41 -0
- package/dist/definitions/resources/MachineLearning/DNEConfiguration/index.d.ts +2 -0
- package/dist/definitions/resources/MachineLearning/FilterConditions.d.ts +18 -0
- package/dist/definitions/resources/MachineLearning/MachineLearning.d.ts +26 -0
- package/dist/definitions/resources/MachineLearning/MachineLearningInterfaces.d.ts +65 -0
- package/dist/definitions/resources/MachineLearning/ModelConfiguration/ModelConfiguration.d.ts +7 -0
- package/dist/definitions/resources/MachineLearning/ModelConfiguration/ModelConfigurationInterfaces.d.ts +10 -0
- package/dist/definitions/resources/MachineLearning/ModelConfiguration/index.d.ts +2 -0
- package/dist/definitions/resources/MachineLearning/ModelInformation/ModelInformation.d.ts +10 -0
- package/dist/definitions/resources/MachineLearning/ModelInformation/ModelInformationInterfaces.d.ts +252 -0
- package/dist/definitions/resources/MachineLearning/ModelInformation/index.d.ts +2 -0
- package/dist/definitions/resources/MachineLearning/Models/Models.d.ts +13 -0
- package/dist/definitions/resources/MachineLearning/Models/ModelsInterfaces.d.ts +49 -0
- package/dist/definitions/resources/MachineLearning/Models/index.d.ts +2 -0
- package/dist/definitions/resources/MachineLearning/PQSConfiguration/PQSConfiguration.d.ts +6 -0
- package/dist/definitions/resources/MachineLearning/PQSConfiguration/PQSConfigurationInterfaces.d.ts +40 -0
- package/dist/definitions/resources/MachineLearning/PQSConfiguration/index.d.ts +2 -0
- package/dist/definitions/resources/MachineLearning/SmartSnippetsConfiguration/SmartSnippetsConfiguration.d.ts +17 -0
- package/dist/definitions/resources/MachineLearning/SmartSnippetsConfiguration/SmartSnippetsConfigurationInterfaces.d.ts +131 -0
- package/dist/definitions/resources/MachineLearning/SmartSnippetsConfiguration/index.d.ts +2 -0
- package/dist/definitions/resources/MachineLearning/UserActionHistoryConfiguration/UserActionHistoryConfiguration.d.ts +7 -0
- package/dist/definitions/resources/MachineLearning/UserActionHistoryConfiguration/index.d.ts +1 -0
- package/dist/definitions/resources/MachineLearning/index.d.ts +11 -0
- package/dist/definitions/resources/ModifierTemplates/ModifierTemplateInterfaces.d.ts +71 -0
- package/dist/definitions/resources/ModifierTemplates/ModifierTemplates.d.ts +7 -0
- package/dist/definitions/resources/ModifierTemplates/index.d.ts +2 -0
- package/dist/definitions/resources/Notification/Subscription/Subscription.d.ts +21 -0
- package/dist/definitions/resources/Notification/Subscription/SubscriptionInterfaces.d.ts +41 -0
- package/dist/definitions/resources/Notification/Subscription/index.d.ts +2 -0
- package/dist/definitions/resources/Notification/index.d.ts +2 -0
- package/dist/definitions/resources/Notification/notification.d.ts +9 -0
- package/dist/definitions/resources/OrganizationAccess/Access.d.ts +7 -0
- package/dist/definitions/resources/OrganizationAccess/AccessInterfaces.d.ts +13 -0
- package/dist/definitions/resources/OrganizationAccess/index.d.ts +2 -0
- package/dist/definitions/resources/Organizations/Members/Members.d.ts +8 -0
- package/dist/definitions/resources/Organizations/Members/MembersInterface.d.ts +37 -0
- package/dist/definitions/resources/Organizations/Members/index.d.ts +2 -0
- package/dist/definitions/resources/Organizations/Organization.d.ts +42 -0
- package/dist/definitions/resources/Organizations/OrganizationInterfaces.d.ts +176 -0
- package/dist/definitions/resources/Organizations/index.d.ts +3 -0
- package/dist/definitions/resources/Pipelines/Conditions/Condition.d.ts +11 -0
- package/dist/definitions/resources/Pipelines/Conditions/ConditionInterfaces.d.ts +25 -0
- package/dist/definitions/resources/Pipelines/Conditions/index.d.ts +2 -0
- package/dist/definitions/resources/Pipelines/FacetStateRules/FacetStateRules.d.ts +11 -0
- package/dist/definitions/resources/Pipelines/FacetStateRules/FacetStateRulesInterface.d.ts +45 -0
- package/dist/definitions/resources/Pipelines/FacetStateRules/index.d.ts +2 -0
- package/dist/definitions/resources/Pipelines/MLAssociations/MLAssociations.d.ts +13 -0
- package/dist/definitions/resources/Pipelines/MLAssociations/MLAssociationsInterfaces.d.ts +57 -0
- package/dist/definitions/resources/Pipelines/MLAssociations/index.d.ts +2 -0
- package/dist/definitions/resources/Pipelines/Pipelines.d.ts +30 -0
- package/dist/definitions/resources/Pipelines/PipelinesInterfaces.d.ts +183 -0
- package/dist/definitions/resources/Pipelines/ResultRankings/ResultRankings.d.ts +15 -0
- package/dist/definitions/resources/Pipelines/ResultRankings/ResultRankingsInterfaces.d.ts +266 -0
- package/dist/definitions/resources/Pipelines/ResultRankings/index.d.ts +2 -0
- package/dist/definitions/resources/Pipelines/StatementGroups/StatementGroups.d.ts +13 -0
- package/dist/definitions/resources/Pipelines/StatementGroups/StatementGroupsInterfaces.d.ts +230 -0
- package/dist/definitions/resources/Pipelines/StatementGroups/index.d.ts +2 -0
- package/dist/definitions/resources/Pipelines/Statements/Statements.d.ts +16 -0
- package/dist/definitions/resources/Pipelines/Statements/StatementsInterfaces.d.ts +139 -0
- package/dist/definitions/resources/Pipelines/Statements/index.d.ts +2 -0
- package/dist/definitions/resources/Pipelines/index.d.ts +8 -0
- package/dist/definitions/resources/PlatformResources.d.ts +95 -0
- package/dist/definitions/resources/PrivilegeEvaluator/PrivilegeEvaluator.d.ts +11 -0
- package/dist/definitions/resources/PrivilegeEvaluator/PrivilegeEvaluatorInterfaces.d.ts +29 -0
- package/dist/definitions/resources/PrivilegeEvaluator/index.d.ts +2 -0
- package/dist/definitions/resources/Products/Product.d.ts +7 -0
- package/dist/definitions/resources/Products/ProductInterfaces.d.ts +209 -0
- package/dist/definitions/resources/Products/index.d.ts +2 -0
- package/dist/definitions/resources/PushApi/PushApi.d.ts +10 -0
- package/dist/definitions/resources/PushApi/PushApiInterfaces.d.ts +37 -0
- package/dist/definitions/resources/PushApi/index.d.ts +2 -0
- package/dist/definitions/resources/Resource.d.ts +10 -0
- package/dist/definitions/resources/ResourceSnapshots/ResourceSnapshots.d.ts +61 -0
- package/dist/definitions/resources/ResourceSnapshots/ResourceSnapshotsInterfaces.d.ts +309 -0
- package/dist/definitions/resources/ResourceSnapshots/index.d.ts +2 -0
- package/dist/definitions/resources/Saml/Saml.d.ts +14 -0
- package/dist/definitions/resources/Saml/SamlInterfaces.d.ts +13 -0
- package/dist/definitions/resources/Saml/index.d.ts +2 -0
- package/dist/definitions/resources/SchemaService/SchemaService.d.ts +60 -0
- package/dist/definitions/resources/SchemaService/SchemaServiceInterfaces.d.ts +155 -0
- package/dist/definitions/resources/SchemaService/index.d.ts +2 -0
- package/dist/definitions/resources/Search/Search.d.ts +10 -0
- package/dist/definitions/resources/Search/SearchInterfaces.d.ts +2140 -0
- package/dist/definitions/resources/Search/index.d.ts +2 -0
- package/dist/definitions/resources/SearchInterfaces/SearchInterfaces.d.ts +17 -0
- package/dist/definitions/resources/SearchInterfaces/SearchInterfaces.model.d.ts +179 -0
- package/dist/definitions/resources/SearchInterfaces/index.d.ts +2 -0
- package/dist/definitions/resources/SearchPages/SearchPages.d.ts +20 -0
- package/dist/definitions/resources/SearchPages/SearchPagesInterfaces.d.ts +42 -0
- package/dist/definitions/resources/SearchPages/index.d.ts +2 -0
- package/dist/definitions/resources/SearchUsageMetrics/LicenseMetrics/LicenseMetrics.d.ts +7 -0
- package/dist/definitions/resources/SearchUsageMetrics/LicenseMetrics/LicenseMetricsInterface.d.ts +49 -0
- package/dist/definitions/resources/SearchUsageMetrics/LicenseMetrics/index.d.ts +2 -0
- package/dist/definitions/resources/SearchUsageMetrics/RawMetrics/RawMetrics.d.ts +10 -0
- package/dist/definitions/resources/SearchUsageMetrics/RawMetrics/RawMetricsInterface.d.ts +127 -0
- package/dist/definitions/resources/SearchUsageMetrics/RawMetrics/index.d.ts +2 -0
- package/dist/definitions/resources/SearchUsageMetrics/SearchHubs/SearchHubs.d.ts +11 -0
- package/dist/definitions/resources/SearchUsageMetrics/SearchHubs/SearchHubsInterface.d.ts +64 -0
- package/dist/definitions/resources/SearchUsageMetrics/SearchHubs/index.d.ts +2 -0
- package/dist/definitions/resources/SearchUsageMetrics/SearchUsageMetrics.d.ts +13 -0
- package/dist/definitions/resources/SearchUsageMetrics/index.d.ts +4 -0
- package/dist/definitions/resources/SecurityCache/SecurityCache.d.ts +26 -0
- package/dist/definitions/resources/SecurityCache/SecurityCacheInterfaces.d.ts +137 -0
- package/dist/definitions/resources/SecurityCache/index.d.ts +2 -0
- package/dist/definitions/resources/Sources/Sources.d.ts +67 -0
- package/dist/definitions/resources/Sources/SourcesDatasets/SourcesDatasets.d.ts +8 -0
- package/dist/definitions/resources/Sources/SourcesDatasets/SourcesDatasetsInterfaces.d.ts +24 -0
- package/dist/definitions/resources/Sources/SourcesDatasets/index.d.ts +2 -0
- package/dist/definitions/resources/Sources/SourcesFields/SourcesFields.d.ts +10 -0
- package/dist/definitions/resources/Sources/SourcesFields/SourcesFieldsInterfaces.d.ts +15 -0
- package/dist/definitions/resources/Sources/SourcesFields/index.d.ts +2 -0
- package/dist/definitions/resources/Sources/SourcesInterfaces.d.ts +114 -0
- package/dist/definitions/resources/Sources/SourcesMappings/SourcesMappings.d.ts +7 -0
- package/dist/definitions/resources/Sources/SourcesMappings/SourcesMappingsInterfaces.d.ts +72 -0
- package/dist/definitions/resources/Sources/SourcesMappings/index.d.ts +2 -0
- package/dist/definitions/resources/Sources/SourcesMetadata/SourcesMetadata.d.ts +9 -0
- package/dist/definitions/resources/Sources/SourcesMetadata/SourcesMetadataInterfaces.d.ts +55 -0
- package/dist/definitions/resources/Sources/SourcesMetadata/index.d.ts +2 -0
- package/dist/definitions/resources/Sources/SourcesSubInterfaces/Address.d.ts +6 -0
- package/dist/definitions/resources/Sources/SourcesSubInterfaces/Authentification.d.ts +37 -0
- package/dist/definitions/resources/Sources/SourcesSubInterfaces/Document.d.ts +104 -0
- package/dist/definitions/resources/Sources/SourcesSubInterfaces/Error.d.ts +4 -0
- package/dist/definitions/resources/Sources/SourcesSubInterfaces/ExtendedDataFile.d.ts +5 -0
- package/dist/definitions/resources/Sources/SourcesSubInterfaces/Extension.d.ts +9 -0
- package/dist/definitions/resources/Sources/SourcesSubInterfaces/Information.d.ts +59 -0
- package/dist/definitions/resources/Sources/SourcesSubInterfaces/Parameter.d.ts +4 -0
- package/dist/definitions/resources/Sources/SourcesSubInterfaces/Permission.d.ts +42 -0
- package/dist/definitions/resources/Sources/SourcesSubInterfaces/Url.d.ts +6 -0
- package/dist/definitions/resources/Sources/SourcesSubInterfaces/User.d.ts +5 -0
- package/dist/definitions/resources/Sources/SourcesSubInterfaces/index.d.ts +11 -0
- package/dist/definitions/resources/Sources/index.d.ts +6 -0
- package/dist/definitions/resources/TableauService/ContentQuery/ContentQuery.d.ts +8 -0
- package/dist/definitions/resources/TableauService/ContentQuery/ContentQueryInterfaces.d.ts +58 -0
- package/dist/definitions/resources/TableauService/ContentQuery/index.d.ts +2 -0
- package/dist/definitions/resources/TableauService/TableauService.d.ts +9 -0
- package/dist/definitions/resources/TableauService/index.d.ts +2 -0
- package/dist/definitions/resources/UsageAnalytics/Read/Administration/Administration.d.ts +10 -0
- package/dist/definitions/resources/UsageAnalytics/Read/Administration/AdministrationInterfaces.d.ts +21 -0
- package/dist/definitions/resources/UsageAnalytics/Read/Administration/index.d.ts +2 -0
- package/dist/definitions/resources/UsageAnalytics/Read/DataShare/DataShare.d.ts +9 -0
- package/dist/definitions/resources/UsageAnalytics/Read/DataShare/DataShareInterfaces.d.ts +43 -0
- package/dist/definitions/resources/UsageAnalytics/Read/DataShare/index.d.ts +2 -0
- package/dist/definitions/resources/UsageAnalytics/Read/Dimensions/Dimensions.d.ts +21 -0
- package/dist/definitions/resources/UsageAnalytics/Read/Dimensions/DimensionsInterfaces.d.ts +101 -0
- package/dist/definitions/resources/UsageAnalytics/Read/Dimensions/index.d.ts +2 -0
- package/dist/definitions/resources/UsageAnalytics/Read/Exports/Exports.d.ts +20 -0
- package/dist/definitions/resources/UsageAnalytics/Read/Exports/ExportsInterfaces.d.ts +101 -0
- package/dist/definitions/resources/UsageAnalytics/Read/Exports/index.d.ts +2 -0
- package/dist/definitions/resources/UsageAnalytics/Read/Filters/Filters.d.ts +71 -0
- package/dist/definitions/resources/UsageAnalytics/Read/Filters/FiltersInterfaces.d.ts +67 -0
- package/dist/definitions/resources/UsageAnalytics/Read/Filters/index.d.ts +2 -0
- package/dist/definitions/resources/UsageAnalytics/Read/Reports/Reports.d.ts +58 -0
- package/dist/definitions/resources/UsageAnalytics/Read/Reports/ReportsInterfaces.d.ts +99 -0
- package/dist/definitions/resources/UsageAnalytics/Read/Reports/index.d.ts +2 -0
- package/dist/definitions/resources/UsageAnalytics/Read/Snowflake/Snowflake.d.ts +16 -0
- package/dist/definitions/resources/UsageAnalytics/Read/Snowflake/SnowflakeInterfaces.d.ts +49 -0
- package/dist/definitions/resources/UsageAnalytics/Read/Snowflake/index.d.ts +2 -0
- package/dist/definitions/resources/UsageAnalytics/Read/Statistics/Statistics.d.ts +18 -0
- package/dist/definitions/resources/UsageAnalytics/Read/Statistics/StatisticsInterfaces.d.ts +186 -0
- package/dist/definitions/resources/UsageAnalytics/Read/Statistics/index.d.ts +2 -0
- package/dist/definitions/resources/UsageAnalytics/Read/Users/Users.d.ts +12 -0
- package/dist/definitions/resources/UsageAnalytics/Read/Users/UsersInterfaces.d.ts +113 -0
- package/dist/definitions/resources/UsageAnalytics/Read/Users/index.d.ts +2 -0
- package/dist/definitions/resources/UsageAnalytics/Read/index.d.ts +9 -0
- package/dist/definitions/resources/UsageAnalytics/UsageAnalytics.d.ts +23 -0
- package/dist/definitions/resources/UsageAnalytics/index.d.ts +2 -0
- package/dist/definitions/resources/Users/User.d.ts +9 -0
- package/dist/definitions/resources/Users/UserInterfaces.d.ts +29 -0
- package/dist/definitions/resources/Users/index.d.ts +2 -0
- package/dist/definitions/resources/Vaults/Vaults.d.ts +33 -0
- package/dist/definitions/resources/Vaults/VaultsInterfaces.d.ts +29 -0
- package/dist/definitions/resources/Vaults/index.d.ts +2 -0
- package/dist/definitions/resources/index.d.ts +44 -0
- package/dist/definitions/utils/FormData.d.ts +1 -0
- package/dist/definitions/utils/Retriever.d.ts +3 -0
- package/dist/definitions/utils/WithRequired.d.ts +3 -0
- package/dist/definitions/utils/index.d.ts +2 -0
- package/dist/definitions/utils/normalizePaginatedOptions.d.ts +3 -0
- package/dist/handlers/ResponseHandlerInterfaces.js +3 -0
- package/dist/handlers/ResponseHandlerInterfaces.js.map +1 -0
- package/dist/handlers/ResponseHandlers.js +46 -0
- package/dist/handlers/ResponseHandlers.js.map +1 -0
- package/dist/handlers/index.js +6 -0
- package/dist/handlers/index.js.map +1 -0
- package/dist/resources/AWS/AWS.js +18 -0
- package/dist/resources/AWS/AWS.js.map +1 -0
- package/dist/resources/AWS/AWSInterfaces.js +3 -0
- package/dist/resources/AWS/AWSInterfaces.js.map +1 -0
- package/dist/resources/AWS/index.js +6 -0
- package/dist/resources/AWS/index.js.map +1 -0
- package/dist/resources/ApiKeys/ApiKeys.js +34 -0
- package/dist/resources/ApiKeys/ApiKeys.js.map +1 -0
- package/dist/resources/ApiKeys/ApiKeysInterfaces.js +3 -0
- package/dist/resources/ApiKeys/ApiKeysInterfaces.js.map +1 -0
- package/dist/resources/ApiKeys/index.js +6 -0
- package/dist/resources/ApiKeys/index.js.map +1 -0
- package/dist/resources/BaseInterfaces.js +3 -0
- package/dist/resources/BaseInterfaces.js.map +1 -0
- package/dist/resources/CaseAssistConfigs/CaseAssistConfig.js +42 -0
- package/dist/resources/CaseAssistConfigs/CaseAssistConfig.js.map +1 -0
- package/dist/resources/CaseAssistConfigs/CaseAssistConfigInterfaces.js +18 -0
- package/dist/resources/CaseAssistConfigs/CaseAssistConfigInterfaces.js.map +1 -0
- package/dist/resources/CaseAssistConfigs/CaseAssistPreviewInterfaces.js +3 -0
- package/dist/resources/CaseAssistConfigs/CaseAssistPreviewInterfaces.js.map +1 -0
- package/dist/resources/CaseAssistConfigs/index.js +7 -0
- package/dist/resources/CaseAssistConfigs/index.js.map +1 -0
- package/dist/resources/Catalogs/Catalog.js +43 -0
- package/dist/resources/Catalogs/Catalog.js.map +1 -0
- package/dist/resources/Catalogs/CatalogConfiguration.js +30 -0
- package/dist/resources/Catalogs/CatalogConfiguration.js.map +1 -0
- package/dist/resources/Catalogs/CatalogInterfaces.js +3 -0
- package/dist/resources/Catalogs/CatalogInterfaces.js.map +1 -0
- package/dist/resources/Catalogs/ProductListing.js +39 -0
- package/dist/resources/Catalogs/ProductListing.js.map +1 -0
- package/dist/resources/Catalogs/ProductListingInterfaces.js +3 -0
- package/dist/resources/Catalogs/ProductListingInterfaces.js.map +1 -0
- package/dist/resources/Catalogs/index.js +9 -0
- package/dist/resources/Catalogs/index.js.map +1 -0
- package/dist/resources/Clusters/Agents/ClusterAgent.js +21 -0
- package/dist/resources/Clusters/Agents/ClusterAgent.js.map +1 -0
- package/dist/resources/Clusters/Agents/ClusterAgentInterfaces.js +3 -0
- package/dist/resources/Clusters/Agents/ClusterAgentInterfaces.js.map +1 -0
- package/dist/resources/Clusters/Agents/index.js +6 -0
- package/dist/resources/Clusters/Agents/index.js.map +1 -0
- package/dist/resources/Clusters/Cluster.js +38 -0
- package/dist/resources/Clusters/Cluster.js.map +1 -0
- package/dist/resources/Clusters/ClusterInterfaces.js +3 -0
- package/dist/resources/Clusters/ClusterInterfaces.js.map +1 -0
- package/dist/resources/Clusters/Nodes/ClusterNode.js +33 -0
- package/dist/resources/Clusters/Nodes/ClusterNode.js.map +1 -0
- package/dist/resources/Clusters/Nodes/ClusterNodeInterfaces.js +3 -0
- package/dist/resources/Clusters/Nodes/ClusterNodeInterfaces.js.map +1 -0
- package/dist/resources/Clusters/Nodes/index.js +6 -0
- package/dist/resources/Clusters/Nodes/index.js.map +1 -0
- package/dist/resources/Clusters/index.js +8 -0
- package/dist/resources/Clusters/index.js.map +1 -0
- package/dist/resources/Connectivity/Connectivity.js +23 -0
- package/dist/resources/Connectivity/Connectivity.js.map +1 -0
- package/dist/resources/Connectivity/ConnectivityInterface.js +9 -0
- package/dist/resources/Connectivity/ConnectivityInterface.js.map +1 -0
- package/dist/resources/Connectivity/index.js +6 -0
- package/dist/resources/Connectivity/index.js.map +1 -0
- package/dist/resources/CrawlingModule/CrawlingModule.js +33 -0
- package/dist/resources/CrawlingModule/CrawlingModule.js.map +1 -0
- package/dist/resources/CrawlingModule/CrawlingModuleInterfaces.js +3 -0
- package/dist/resources/CrawlingModule/CrawlingModuleInterfaces.js.map +1 -0
- package/dist/resources/CrawlingModule/index.js +6 -0
- package/dist/resources/CrawlingModule/index.js.map +1 -0
- package/dist/resources/Enums.js +1090 -0
- package/dist/resources/Enums.js.map +1 -0
- package/dist/resources/Extensions/Extensions.js +36 -0
- package/dist/resources/Extensions/Extensions.js.map +1 -0
- package/dist/resources/Extensions/ExtensionsInterfaces.js +3 -0
- package/dist/resources/Extensions/ExtensionsInterfaces.js.map +1 -0
- package/dist/resources/Extensions/index.js +6 -0
- package/dist/resources/Extensions/index.js.map +1 -0
- package/dist/resources/Fields/Fields.js +49 -0
- package/dist/resources/Fields/Fields.js.map +1 -0
- package/dist/resources/Fields/FieldsInterfaces.js +3 -0
- package/dist/resources/Fields/FieldsInterfaces.js.map +1 -0
- package/dist/resources/Fields/index.js +6 -0
- package/dist/resources/Fields/index.js.map +1 -0
- package/dist/resources/Global/Global.js +20 -0
- package/dist/resources/Global/Global.js.map +1 -0
- package/dist/resources/Global/OrganizationConfigurations/OrganizationConfiguration.js +20 -0
- package/dist/resources/Global/OrganizationConfigurations/OrganizationConfiguration.js.map +1 -0
- package/dist/resources/Global/OrganizationConfigurations/OrganizationConfigurationInterfaces.js +3 -0
- package/dist/resources/Global/OrganizationConfigurations/OrganizationConfigurationInterfaces.js.map +1 -0
- package/dist/resources/Global/OrganizationConfigurations/index.js +6 -0
- package/dist/resources/Global/OrganizationConfigurations/index.js.map +1 -0
- package/dist/resources/Global/RegionConfigurations/RegionConfiguration.js +20 -0
- package/dist/resources/Global/RegionConfigurations/RegionConfiguration.js.map +1 -0
- package/dist/resources/Global/RegionConfigurations/RegionConfigurationInterfaces.js +3 -0
- package/dist/resources/Global/RegionConfigurations/RegionConfigurationInterfaces.js.map +1 -0
- package/dist/resources/Global/RegionConfigurations/index.js +6 -0
- package/dist/resources/Global/RegionConfigurations/index.js.map +1 -0
- package/dist/resources/Global/index.js +7 -0
- package/dist/resources/Global/index.js.map +1 -0
- package/dist/resources/GlobalGroups/GlobalGroup.js +29 -0
- package/dist/resources/GlobalGroups/GlobalGroup.js.map +1 -0
- package/dist/resources/GlobalGroups/GlobalGroupInterfaces.js +3 -0
- package/dist/resources/GlobalGroups/GlobalGroupInterfaces.js.map +1 -0
- package/dist/resources/GlobalGroups/index.js +6 -0
- package/dist/resources/GlobalGroups/index.js.map +1 -0
- package/dist/resources/Groups/Groups.js +42 -0
- package/dist/resources/Groups/Groups.js.map +1 -0
- package/dist/resources/Groups/GroupsInterfaces.js +3 -0
- package/dist/resources/Groups/GroupsInterfaces.js.map +1 -0
- package/dist/resources/Groups/Invites/GroupInvite.js +31 -0
- package/dist/resources/Groups/Invites/GroupInvite.js.map +1 -0
- package/dist/resources/Groups/Invites/GroupInviteInterfaces.js +3 -0
- package/dist/resources/Groups/Invites/GroupInviteInterfaces.js.map +1 -0
- package/dist/resources/Groups/Invites/index.js +6 -0
- package/dist/resources/Groups/Invites/index.js.map +1 -0
- package/dist/resources/Groups/Members/GroupMember.js +28 -0
- package/dist/resources/Groups/Members/GroupMember.js.map +1 -0
- package/dist/resources/Groups/Members/GroupMemberInterfaces.js +3 -0
- package/dist/resources/Groups/Members/GroupMemberInterfaces.js.map +1 -0
- package/dist/resources/Groups/Members/index.js +6 -0
- package/dist/resources/Groups/Members/index.js.map +1 -0
- package/dist/resources/Groups/Realms/GroupRealm.js +27 -0
- package/dist/resources/Groups/Realms/GroupRealm.js.map +1 -0
- package/dist/resources/Groups/Realms/GroupRealmInterfaces.js +3 -0
- package/dist/resources/Groups/Realms/GroupRealmInterfaces.js.map +1 -0
- package/dist/resources/Groups/Realms/index.js +6 -0
- package/dist/resources/Groups/Realms/index.js.map +1 -0
- package/dist/resources/Groups/index.js +9 -0
- package/dist/resources/Groups/index.js.map +1 -0
- package/dist/resources/InProductExperiences/InProductExperiences.js +45 -0
- package/dist/resources/InProductExperiences/InProductExperiences.js.map +1 -0
- package/dist/resources/InProductExperiences/InProductExperiencesInterfaces.js +31 -0
- package/dist/resources/InProductExperiences/InProductExperiencesInterfaces.js.map +1 -0
- package/dist/resources/InProductExperiences/index.js +6 -0
- package/dist/resources/InProductExperiences/index.js.map +1 -0
- package/dist/resources/Indexes/Indexes.js +62 -0
- package/dist/resources/Indexes/Indexes.js.map +1 -0
- package/dist/resources/Indexes/IndexesInterface.js +3 -0
- package/dist/resources/Indexes/IndexesInterface.js.map +1 -0
- package/dist/resources/Indexes/index.js +6 -0
- package/dist/resources/Indexes/index.js.map +1 -0
- package/dist/resources/InsightPanelConfigs/InsightPanelConfig.js +31 -0
- package/dist/resources/InsightPanelConfigs/InsightPanelConfig.js.map +1 -0
- package/dist/resources/InsightPanelConfigs/InsightPanelConfigInterfaces.js +3 -0
- package/dist/resources/InsightPanelConfigs/InsightPanelConfigInterfaces.js.map +1 -0
- package/dist/resources/InsightPanelConfigs/index.js +6 -0
- package/dist/resources/InsightPanelConfigs/index.js.map +1 -0
- package/dist/resources/InsightPanelInterfaces/InsightPanelInterface.js +31 -0
- package/dist/resources/InsightPanelInterfaces/InsightPanelInterface.js.map +1 -0
- package/dist/resources/InsightPanelInterfaces/InsightPanelInterface.model.js +16 -0
- package/dist/resources/InsightPanelInterfaces/InsightPanelInterface.model.js.map +1 -0
- package/dist/resources/InsightPanelInterfaces/index.js +6 -0
- package/dist/resources/InsightPanelInterfaces/index.js.map +1 -0
- package/dist/resources/InternalBaseInterface.js +3 -0
- package/dist/resources/InternalBaseInterface.js.map +1 -0
- package/dist/resources/License/License.js +33 -0
- package/dist/resources/License/License.js.map +1 -0
- package/dist/resources/License/LicenseInterfaces.js +79 -0
- package/dist/resources/License/LicenseInterfaces.js.map +1 -0
- package/dist/resources/License/index.js +6 -0
- package/dist/resources/License/index.js.map +1 -0
- package/dist/resources/Limits/Limits.js +31 -0
- package/dist/resources/Limits/Limits.js.map +1 -0
- package/dist/resources/Limits/LimitsInterfaces.js +9 -0
- package/dist/resources/Limits/LimitsInterfaces.js.map +1 -0
- package/dist/resources/Limits/index.js +6 -0
- package/dist/resources/Limits/index.js.map +1 -0
- package/dist/resources/Links/Links.js +18 -0
- package/dist/resources/Links/Links.js.map +1 -0
- package/dist/resources/Links/index.js +5 -0
- package/dist/resources/Links/index.js.map +1 -0
- package/dist/resources/Logs/Logs.js +24 -0
- package/dist/resources/Logs/Logs.js.map +1 -0
- package/dist/resources/Logs/LogsInterfaces.js +3 -0
- package/dist/resources/Logs/LogsInterfaces.js.map +1 -0
- package/dist/resources/Logs/index.js +6 -0
- package/dist/resources/Logs/index.js.map +1 -0
- package/dist/resources/MachineLearning/CaseClassificationConfiguration/CaseClassificationConfiguration.js +36 -0
- package/dist/resources/MachineLearning/CaseClassificationConfiguration/CaseClassificationConfiguration.js.map +1 -0
- package/dist/resources/MachineLearning/CaseClassificationConfiguration/CaseClassificationConfigurationInterfaces.js +9 -0
- package/dist/resources/MachineLearning/CaseClassificationConfiguration/CaseClassificationConfigurationInterfaces.js.map +1 -0
- package/dist/resources/MachineLearning/CaseClassificationConfiguration/index.js +6 -0
- package/dist/resources/MachineLearning/CaseClassificationConfiguration/index.js.map +1 -0
- package/dist/resources/MachineLearning/DNEConfiguration/DNEConfiguration.js +52 -0
- package/dist/resources/MachineLearning/DNEConfiguration/DNEConfiguration.js.map +1 -0
- package/dist/resources/MachineLearning/DNEConfiguration/DNEConfigurationInterfaces.js +3 -0
- package/dist/resources/MachineLearning/DNEConfiguration/DNEConfigurationInterfaces.js.map +1 -0
- package/dist/resources/MachineLearning/DNEConfiguration/index.js +6 -0
- package/dist/resources/MachineLearning/DNEConfiguration/index.js.map +1 -0
- package/dist/resources/MachineLearning/FilterConditions.js +3 -0
- package/dist/resources/MachineLearning/FilterConditions.js.map +1 -0
- package/dist/resources/MachineLearning/MachineLearning.js +37 -0
- package/dist/resources/MachineLearning/MachineLearning.js.map +1 -0
- package/dist/resources/MachineLearning/MachineLearningInterfaces.js +3 -0
- package/dist/resources/MachineLearning/MachineLearningInterfaces.js.map +1 -0
- package/dist/resources/MachineLearning/ModelConfiguration/ModelConfiguration.js +23 -0
- package/dist/resources/MachineLearning/ModelConfiguration/ModelConfiguration.js.map +1 -0
- package/dist/resources/MachineLearning/ModelConfiguration/ModelConfigurationInterfaces.js +3 -0
- package/dist/resources/MachineLearning/ModelConfiguration/ModelConfigurationInterfaces.js.map +1 -0
- package/dist/resources/MachineLearning/ModelConfiguration/index.js +6 -0
- package/dist/resources/MachineLearning/ModelConfiguration/index.js.map +1 -0
- package/dist/resources/MachineLearning/ModelInformation/ModelInformation.js +26 -0
- package/dist/resources/MachineLearning/ModelInformation/ModelInformation.js.map +1 -0
- package/dist/resources/MachineLearning/ModelInformation/ModelInformationInterfaces.js +3 -0
- package/dist/resources/MachineLearning/ModelInformation/ModelInformationInterfaces.js.map +1 -0
- package/dist/resources/MachineLearning/ModelInformation/index.js +6 -0
- package/dist/resources/MachineLearning/ModelInformation/index.js.map +1 -0
- package/dist/resources/MachineLearning/Models/Models.js +36 -0
- package/dist/resources/MachineLearning/Models/Models.js.map +1 -0
- package/dist/resources/MachineLearning/Models/ModelsInterfaces.js +3 -0
- package/dist/resources/MachineLearning/Models/ModelsInterfaces.js.map +1 -0
- package/dist/resources/MachineLearning/Models/index.js +6 -0
- package/dist/resources/MachineLearning/Models/index.js.map +1 -0
- package/dist/resources/MachineLearning/PQSConfiguration/PQSConfiguration.js +18 -0
- package/dist/resources/MachineLearning/PQSConfiguration/PQSConfiguration.js.map +1 -0
- package/dist/resources/MachineLearning/PQSConfiguration/PQSConfigurationInterfaces.js +3 -0
- package/dist/resources/MachineLearning/PQSConfiguration/PQSConfigurationInterfaces.js.map +1 -0
- package/dist/resources/MachineLearning/PQSConfiguration/index.js +6 -0
- package/dist/resources/MachineLearning/PQSConfiguration/index.js.map +1 -0
- package/dist/resources/MachineLearning/SmartSnippetsConfiguration/SmartSnippetsConfiguration.js +40 -0
- package/dist/resources/MachineLearning/SmartSnippetsConfiguration/SmartSnippetsConfiguration.js.map +1 -0
- package/dist/resources/MachineLearning/SmartSnippetsConfiguration/SmartSnippetsConfigurationInterfaces.js +3 -0
- package/dist/resources/MachineLearning/SmartSnippetsConfiguration/SmartSnippetsConfigurationInterfaces.js.map +1 -0
- package/dist/resources/MachineLearning/SmartSnippetsConfiguration/index.js +6 -0
- package/dist/resources/MachineLearning/SmartSnippetsConfiguration/index.js.map +1 -0
- package/dist/resources/MachineLearning/UserActionHistoryConfiguration/UserActionHistoryConfiguration.js +24 -0
- package/dist/resources/MachineLearning/UserActionHistoryConfiguration/UserActionHistoryConfiguration.js.map +1 -0
- package/dist/resources/MachineLearning/UserActionHistoryConfiguration/index.js +5 -0
- package/dist/resources/MachineLearning/UserActionHistoryConfiguration/index.js.map +1 -0
- package/dist/resources/MachineLearning/index.js +15 -0
- package/dist/resources/MachineLearning/index.js.map +1 -0
- package/dist/resources/ModifierTemplates/ModifierTemplateInterfaces.js +27 -0
- package/dist/resources/ModifierTemplates/ModifierTemplateInterfaces.js.map +1 -0
- package/dist/resources/ModifierTemplates/ModifierTemplates.js +20 -0
- package/dist/resources/ModifierTemplates/ModifierTemplates.js.map +1 -0
- package/dist/resources/ModifierTemplates/index.js +6 -0
- package/dist/resources/ModifierTemplates/index.js.map +1 -0
- package/dist/resources/Notification/Subscription/Subscription.js +62 -0
- package/dist/resources/Notification/Subscription/Subscription.js.map +1 -0
- package/dist/resources/Notification/Subscription/SubscriptionInterfaces.js +3 -0
- package/dist/resources/Notification/Subscription/SubscriptionInterfaces.js.map +1 -0
- package/dist/resources/Notification/Subscription/index.js +6 -0
- package/dist/resources/Notification/Subscription/index.js.map +1 -0
- package/dist/resources/Notification/index.js +6 -0
- package/dist/resources/Notification/index.js.map +1 -0
- package/dist/resources/Notification/notification.js +18 -0
- package/dist/resources/Notification/notification.js.map +1 -0
- package/dist/resources/OrganizationAccess/Access.js +21 -0
- package/dist/resources/OrganizationAccess/Access.js.map +1 -0
- package/dist/resources/OrganizationAccess/AccessInterfaces.js +3 -0
- package/dist/resources/OrganizationAccess/AccessInterfaces.js.map +1 -0
- package/dist/resources/OrganizationAccess/index.js +6 -0
- package/dist/resources/OrganizationAccess/index.js.map +1 -0
- package/dist/resources/Organizations/Members/Members.js +24 -0
- package/dist/resources/Organizations/Members/Members.js.map +1 -0
- package/dist/resources/Organizations/Members/MembersInterface.js +3 -0
- package/dist/resources/Organizations/Members/MembersInterface.js.map +1 -0
- package/dist/resources/Organizations/Members/index.js +6 -0
- package/dist/resources/Organizations/Members/index.js.map +1 -0
- package/dist/resources/Organizations/Organization.js +92 -0
- package/dist/resources/Organizations/Organization.js.map +1 -0
- package/dist/resources/Organizations/OrganizationInterfaces.js +58 -0
- package/dist/resources/Organizations/OrganizationInterfaces.js.map +1 -0
- package/dist/resources/Organizations/index.js +7 -0
- package/dist/resources/Organizations/index.js.map +1 -0
- package/dist/resources/Pipelines/Conditions/Condition.js +30 -0
- package/dist/resources/Pipelines/Conditions/Condition.js.map +1 -0
- package/dist/resources/Pipelines/Conditions/ConditionInterfaces.js +3 -0
- package/dist/resources/Pipelines/Conditions/ConditionInterfaces.js.map +1 -0
- package/dist/resources/Pipelines/Conditions/index.js +6 -0
- package/dist/resources/Pipelines/Conditions/index.js.map +1 -0
- package/dist/resources/Pipelines/FacetStateRules/FacetStateRules.js +40 -0
- package/dist/resources/Pipelines/FacetStateRules/FacetStateRules.js.map +1 -0
- package/dist/resources/Pipelines/FacetStateRules/FacetStateRulesInterface.js +3 -0
- package/dist/resources/Pipelines/FacetStateRules/FacetStateRulesInterface.js.map +1 -0
- package/dist/resources/Pipelines/FacetStateRules/index.js +6 -0
- package/dist/resources/Pipelines/FacetStateRules/index.js.map +1 -0
- package/dist/resources/Pipelines/MLAssociations/MLAssociations.js +46 -0
- package/dist/resources/Pipelines/MLAssociations/MLAssociations.js.map +1 -0
- package/dist/resources/Pipelines/MLAssociations/MLAssociationsInterfaces.js +3 -0
- package/dist/resources/Pipelines/MLAssociations/MLAssociationsInterfaces.js.map +1 -0
- package/dist/resources/Pipelines/MLAssociations/index.js +6 -0
- package/dist/resources/Pipelines/MLAssociations/index.js.map +1 -0
- package/dist/resources/Pipelines/Pipelines.js +61 -0
- package/dist/resources/Pipelines/Pipelines.js.map +1 -0
- package/dist/resources/Pipelines/PipelinesInterfaces.js +3 -0
- package/dist/resources/Pipelines/PipelinesInterfaces.js.map +1 -0
- package/dist/resources/Pipelines/ResultRankings/ResultRankings.js +60 -0
- package/dist/resources/Pipelines/ResultRankings/ResultRankings.js.map +1 -0
- package/dist/resources/Pipelines/ResultRankings/ResultRankingsInterfaces.js +3 -0
- package/dist/resources/Pipelines/ResultRankings/ResultRankingsInterfaces.js.map +1 -0
- package/dist/resources/Pipelines/ResultRankings/index.js +6 -0
- package/dist/resources/Pipelines/ResultRankings/index.js.map +1 -0
- package/dist/resources/Pipelines/StatementGroups/StatementGroups.js +48 -0
- package/dist/resources/Pipelines/StatementGroups/StatementGroups.js.map +1 -0
- package/dist/resources/Pipelines/StatementGroups/StatementGroupsInterfaces.js +8 -0
- package/dist/resources/Pipelines/StatementGroups/StatementGroupsInterfaces.js.map +1 -0
- package/dist/resources/Pipelines/StatementGroups/index.js +6 -0
- package/dist/resources/Pipelines/StatementGroups/index.js.map +1 -0
- package/dist/resources/Pipelines/Statements/Statements.js +56 -0
- package/dist/resources/Pipelines/Statements/Statements.js.map +1 -0
- package/dist/resources/Pipelines/Statements/StatementsInterfaces.js +3 -0
- package/dist/resources/Pipelines/Statements/StatementsInterfaces.js.map +1 -0
- package/dist/resources/Pipelines/Statements/index.js +6 -0
- package/dist/resources/Pipelines/Statements/index.js.map +1 -0
- package/dist/resources/Pipelines/index.js +12 -0
- package/dist/resources/Pipelines/index.js.map +1 -0
- package/dist/resources/PlatformResources.js +109 -0
- package/dist/resources/PlatformResources.js.map +1 -0
- package/dist/resources/PrivilegeEvaluator/PrivilegeEvaluator.js +23 -0
- package/dist/resources/PrivilegeEvaluator/PrivilegeEvaluator.js.map +1 -0
- package/dist/resources/PrivilegeEvaluator/PrivilegeEvaluatorInterfaces.js +15 -0
- package/dist/resources/PrivilegeEvaluator/PrivilegeEvaluatorInterfaces.js.map +1 -0
- package/dist/resources/PrivilegeEvaluator/index.js +6 -0
- package/dist/resources/PrivilegeEvaluator/index.js.map +1 -0
- package/dist/resources/Products/Product.js +18 -0
- package/dist/resources/Products/Product.js.map +1 -0
- package/dist/resources/Products/ProductInterfaces.js +3 -0
- package/dist/resources/Products/ProductInterfaces.js.map +1 -0
- package/dist/resources/Products/index.js +6 -0
- package/dist/resources/Products/index.js.map +1 -0
- package/dist/resources/PushApi/PushApi.js +34 -0
- package/dist/resources/PushApi/PushApi.js.map +1 -0
- package/dist/resources/PushApi/PushApiInterfaces.js +3 -0
- package/dist/resources/PushApi/PushApiInterfaces.js.map +1 -0
- package/dist/resources/PushApi/index.js +6 -0
- package/dist/resources/PushApi/index.js.map +1 -0
- package/dist/resources/Resource.js +25 -0
- package/dist/resources/Resource.js.map +1 -0
- package/dist/resources/ResourceSnapshots/ResourceSnapshots.js +145 -0
- package/dist/resources/ResourceSnapshots/ResourceSnapshots.js.map +1 -0
- package/dist/resources/ResourceSnapshots/ResourceSnapshotsInterfaces.js +87 -0
- package/dist/resources/ResourceSnapshots/ResourceSnapshotsInterfaces.js.map +1 -0
- package/dist/resources/ResourceSnapshots/index.js +6 -0
- package/dist/resources/ResourceSnapshots/index.js.map +1 -0
- package/dist/resources/Saml/Saml.js +36 -0
- package/dist/resources/Saml/Saml.js.map +1 -0
- package/dist/resources/Saml/SamlInterfaces.js +3 -0
- package/dist/resources/Saml/SamlInterfaces.js.map +1 -0
- package/dist/resources/Saml/index.js +6 -0
- package/dist/resources/Saml/index.js.map +1 -0
- package/dist/resources/SchemaService/SchemaService.js +85 -0
- package/dist/resources/SchemaService/SchemaService.js.map +1 -0
- package/dist/resources/SchemaService/SchemaServiceInterfaces.js +3 -0
- package/dist/resources/SchemaService/SchemaServiceInterfaces.js.map +1 -0
- package/dist/resources/SchemaService/index.js +6 -0
- package/dist/resources/SchemaService/index.js.map +1 -0
- package/dist/resources/Search/Search.js +37 -0
- package/dist/resources/Search/Search.js.map +1 -0
- package/dist/resources/Search/SearchInterfaces.js +3 -0
- package/dist/resources/Search/SearchInterfaces.js.map +1 -0
- package/dist/resources/Search/index.js +6 -0
- package/dist/resources/Search/index.js.map +1 -0
- package/dist/resources/SearchInterfaces/SearchInterfaces.js +49 -0
- package/dist/resources/SearchInterfaces/SearchInterfaces.js.map +1 -0
- package/dist/resources/SearchInterfaces/SearchInterfaces.model.js +3 -0
- package/dist/resources/SearchInterfaces/SearchInterfaces.model.js.map +1 -0
- package/dist/resources/SearchInterfaces/index.js +6 -0
- package/dist/resources/SearchInterfaces/index.js.map +1 -0
- package/dist/resources/SearchPages/SearchPages.js +60 -0
- package/dist/resources/SearchPages/SearchPages.js.map +1 -0
- package/dist/resources/SearchPages/SearchPagesInterfaces.js +3 -0
- package/dist/resources/SearchPages/SearchPagesInterfaces.js.map +1 -0
- package/dist/resources/SearchPages/index.js +6 -0
- package/dist/resources/SearchPages/index.js.map +1 -0
- package/dist/resources/SearchUsageMetrics/LicenseMetrics/LicenseMetrics.js +21 -0
- package/dist/resources/SearchUsageMetrics/LicenseMetrics/LicenseMetrics.js.map +1 -0
- package/dist/resources/SearchUsageMetrics/LicenseMetrics/LicenseMetricsInterface.js +3 -0
- package/dist/resources/SearchUsageMetrics/LicenseMetrics/LicenseMetricsInterface.js.map +1 -0
- package/dist/resources/SearchUsageMetrics/LicenseMetrics/index.js +6 -0
- package/dist/resources/SearchUsageMetrics/LicenseMetrics/index.js.map +1 -0
- package/dist/resources/SearchUsageMetrics/RawMetrics/RawMetrics.js +45 -0
- package/dist/resources/SearchUsageMetrics/RawMetrics/RawMetrics.js.map +1 -0
- package/dist/resources/SearchUsageMetrics/RawMetrics/RawMetricsInterface.js +3 -0
- package/dist/resources/SearchUsageMetrics/RawMetrics/RawMetricsInterface.js.map +1 -0
- package/dist/resources/SearchUsageMetrics/RawMetrics/index.js +6 -0
- package/dist/resources/SearchUsageMetrics/RawMetrics/index.js.map +1 -0
- package/dist/resources/SearchUsageMetrics/SearchHubs/SearchHubs.js +39 -0
- package/dist/resources/SearchUsageMetrics/SearchHubs/SearchHubs.js.map +1 -0
- package/dist/resources/SearchUsageMetrics/SearchHubs/SearchHubsInterface.js +3 -0
- package/dist/resources/SearchUsageMetrics/SearchHubs/SearchHubsInterface.js.map +1 -0
- package/dist/resources/SearchUsageMetrics/SearchHubs/index.js +6 -0
- package/dist/resources/SearchUsageMetrics/SearchHubs/index.js.map +1 -0
- package/dist/resources/SearchUsageMetrics/SearchUsageMetrics.js +22 -0
- package/dist/resources/SearchUsageMetrics/SearchUsageMetrics.js.map +1 -0
- package/dist/resources/SearchUsageMetrics/index.js +8 -0
- package/dist/resources/SearchUsageMetrics/index.js.map +1 -0
- package/dist/resources/SecurityCache/SecurityCache.js +80 -0
- package/dist/resources/SecurityCache/SecurityCache.js.map +1 -0
- package/dist/resources/SecurityCache/SecurityCacheInterfaces.js +3 -0
- package/dist/resources/SecurityCache/SecurityCacheInterfaces.js.map +1 -0
- package/dist/resources/SecurityCache/index.js +6 -0
- package/dist/resources/SecurityCache/index.js.map +1 -0
- package/dist/resources/Sources/Sources.js +123 -0
- package/dist/resources/Sources/Sources.js.map +1 -0
- package/dist/resources/Sources/SourcesDatasets/SourcesDatasets.js +30 -0
- package/dist/resources/Sources/SourcesDatasets/SourcesDatasets.js.map +1 -0
- package/dist/resources/Sources/SourcesDatasets/SourcesDatasetsInterfaces.js +35 -0
- package/dist/resources/Sources/SourcesDatasets/SourcesDatasetsInterfaces.js.map +1 -0
- package/dist/resources/Sources/SourcesDatasets/index.js +6 -0
- package/dist/resources/Sources/SourcesDatasets/index.js.map +1 -0
- package/dist/resources/Sources/SourcesFields/SourcesFields.js +28 -0
- package/dist/resources/Sources/SourcesFields/SourcesFields.js.map +1 -0
- package/dist/resources/Sources/SourcesFields/SourcesFieldsInterfaces.js +3 -0
- package/dist/resources/Sources/SourcesFields/SourcesFieldsInterfaces.js.map +1 -0
- package/dist/resources/Sources/SourcesFields/index.js +6 -0
- package/dist/resources/Sources/SourcesFields/index.js.map +1 -0
- package/dist/resources/Sources/SourcesInterfaces.js +5 -0
- package/dist/resources/Sources/SourcesInterfaces.js.map +1 -0
- package/dist/resources/Sources/SourcesMappings/SourcesMappings.js +22 -0
- package/dist/resources/Sources/SourcesMappings/SourcesMappings.js.map +1 -0
- package/dist/resources/Sources/SourcesMappings/SourcesMappingsInterfaces.js +3 -0
- package/dist/resources/Sources/SourcesMappings/SourcesMappingsInterfaces.js.map +1 -0
- package/dist/resources/Sources/SourcesMappings/index.js +6 -0
- package/dist/resources/Sources/SourcesMappings/index.js.map +1 -0
- package/dist/resources/Sources/SourcesMetadata/SourcesMetadata.js +24 -0
- package/dist/resources/Sources/SourcesMetadata/SourcesMetadata.js.map +1 -0
- package/dist/resources/Sources/SourcesMetadata/SourcesMetadataInterfaces.js +3 -0
- package/dist/resources/Sources/SourcesMetadata/SourcesMetadataInterfaces.js.map +1 -0
- package/dist/resources/Sources/SourcesMetadata/index.js +6 -0
- package/dist/resources/Sources/SourcesMetadata/index.js.map +1 -0
- package/dist/resources/Sources/SourcesSubInterfaces/Address.js +3 -0
- package/dist/resources/Sources/SourcesSubInterfaces/Address.js.map +1 -0
- package/dist/resources/Sources/SourcesSubInterfaces/Authentification.js +3 -0
- package/dist/resources/Sources/SourcesSubInterfaces/Authentification.js.map +1 -0
- package/dist/resources/Sources/SourcesSubInterfaces/Document.js +3 -0
- package/dist/resources/Sources/SourcesSubInterfaces/Document.js.map +1 -0
- package/dist/resources/Sources/SourcesSubInterfaces/Error.js +3 -0
- package/dist/resources/Sources/SourcesSubInterfaces/Error.js.map +1 -0
- package/dist/resources/Sources/SourcesSubInterfaces/ExtendedDataFile.js +3 -0
- package/dist/resources/Sources/SourcesSubInterfaces/ExtendedDataFile.js.map +1 -0
- package/dist/resources/Sources/SourcesSubInterfaces/Extension.js +3 -0
- package/dist/resources/Sources/SourcesSubInterfaces/Extension.js.map +1 -0
- package/dist/resources/Sources/SourcesSubInterfaces/Information.js +3 -0
- package/dist/resources/Sources/SourcesSubInterfaces/Information.js.map +1 -0
- package/dist/resources/Sources/SourcesSubInterfaces/Parameter.js +3 -0
- package/dist/resources/Sources/SourcesSubInterfaces/Parameter.js.map +1 -0
- package/dist/resources/Sources/SourcesSubInterfaces/Permission.js +3 -0
- package/dist/resources/Sources/SourcesSubInterfaces/Permission.js.map +1 -0
- package/dist/resources/Sources/SourcesSubInterfaces/Url.js +3 -0
- package/dist/resources/Sources/SourcesSubInterfaces/Url.js.map +1 -0
- package/dist/resources/Sources/SourcesSubInterfaces/User.js +3 -0
- package/dist/resources/Sources/SourcesSubInterfaces/User.js.map +1 -0
- package/dist/resources/Sources/SourcesSubInterfaces/index.js +15 -0
- package/dist/resources/Sources/SourcesSubInterfaces/index.js.map +1 -0
- package/dist/resources/Sources/index.js +10 -0
- package/dist/resources/Sources/index.js.map +1 -0
- package/dist/resources/TableauService/ContentQuery/ContentQuery.js +23 -0
- package/dist/resources/TableauService/ContentQuery/ContentQuery.js.map +1 -0
- package/dist/resources/TableauService/ContentQuery/ContentQueryInterfaces.js +3 -0
- package/dist/resources/TableauService/ContentQuery/ContentQueryInterfaces.js.map +1 -0
- package/dist/resources/TableauService/ContentQuery/index.js +6 -0
- package/dist/resources/TableauService/ContentQuery/index.js.map +1 -0
- package/dist/resources/TableauService/TableauService.js +18 -0
- package/dist/resources/TableauService/TableauService.js.map +1 -0
- package/dist/resources/TableauService/index.js +6 -0
- package/dist/resources/TableauService/index.js.map +1 -0
- package/dist/resources/UsageAnalytics/Read/Administration/Administration.js +26 -0
- package/dist/resources/UsageAnalytics/Read/Administration/Administration.js.map +1 -0
- package/dist/resources/UsageAnalytics/Read/Administration/AdministrationInterfaces.js +3 -0
- package/dist/resources/UsageAnalytics/Read/Administration/AdministrationInterfaces.js.map +1 -0
- package/dist/resources/UsageAnalytics/Read/Administration/index.js +6 -0
- package/dist/resources/UsageAnalytics/Read/Administration/index.js.map +1 -0
- package/dist/resources/UsageAnalytics/Read/DataShare/DataShare.js +26 -0
- package/dist/resources/UsageAnalytics/Read/DataShare/DataShare.js.map +1 -0
- package/dist/resources/UsageAnalytics/Read/DataShare/DataShareInterfaces.js +3 -0
- package/dist/resources/UsageAnalytics/Read/DataShare/DataShareInterfaces.js.map +1 -0
- package/dist/resources/UsageAnalytics/Read/DataShare/index.js +6 -0
- package/dist/resources/UsageAnalytics/Read/DataShare/index.js.map +1 -0
- package/dist/resources/UsageAnalytics/Read/Dimensions/Dimensions.js +61 -0
- package/dist/resources/UsageAnalytics/Read/Dimensions/Dimensions.js.map +1 -0
- package/dist/resources/UsageAnalytics/Read/Dimensions/DimensionsInterfaces.js +3 -0
- package/dist/resources/UsageAnalytics/Read/Dimensions/DimensionsInterfaces.js.map +1 -0
- package/dist/resources/UsageAnalytics/Read/Dimensions/index.js +6 -0
- package/dist/resources/UsageAnalytics/Read/Dimensions/index.js.map +1 -0
- package/dist/resources/UsageAnalytics/Read/Exports/Exports.js +60 -0
- package/dist/resources/UsageAnalytics/Read/Exports/Exports.js.map +1 -0
- package/dist/resources/UsageAnalytics/Read/Exports/ExportsInterfaces.js +3 -0
- package/dist/resources/UsageAnalytics/Read/Exports/ExportsInterfaces.js.map +1 -0
- package/dist/resources/UsageAnalytics/Read/Exports/index.js +6 -0
- package/dist/resources/UsageAnalytics/Read/Exports/index.js.map +1 -0
- package/dist/resources/UsageAnalytics/Read/Filters/Filters.js +112 -0
- package/dist/resources/UsageAnalytics/Read/Filters/Filters.js.map +1 -0
- package/dist/resources/UsageAnalytics/Read/Filters/FiltersInterfaces.js +3 -0
- package/dist/resources/UsageAnalytics/Read/Filters/FiltersInterfaces.js.map +1 -0
- package/dist/resources/UsageAnalytics/Read/Filters/index.js +6 -0
- package/dist/resources/UsageAnalytics/Read/Filters/index.js.map +1 -0
- package/dist/resources/UsageAnalytics/Read/Reports/Reports.js +100 -0
- package/dist/resources/UsageAnalytics/Read/Reports/Reports.js.map +1 -0
- package/dist/resources/UsageAnalytics/Read/Reports/ReportsInterfaces.js +9 -0
- package/dist/resources/UsageAnalytics/Read/Reports/ReportsInterfaces.js.map +1 -0
- package/dist/resources/UsageAnalytics/Read/Reports/index.js +6 -0
- package/dist/resources/UsageAnalytics/Read/Reports/index.js.map +1 -0
- package/dist/resources/UsageAnalytics/Read/Snowflake/Snowflake.js +47 -0
- package/dist/resources/UsageAnalytics/Read/Snowflake/Snowflake.js.map +1 -0
- package/dist/resources/UsageAnalytics/Read/Snowflake/SnowflakeInterfaces.js +3 -0
- package/dist/resources/UsageAnalytics/Read/Snowflake/SnowflakeInterfaces.js.map +1 -0
- package/dist/resources/UsageAnalytics/Read/Snowflake/index.js +6 -0
- package/dist/resources/UsageAnalytics/Read/Snowflake/index.js.map +1 -0
- package/dist/resources/UsageAnalytics/Read/Statistics/Statistics.js +53 -0
- package/dist/resources/UsageAnalytics/Read/Statistics/Statistics.js.map +1 -0
- package/dist/resources/UsageAnalytics/Read/Statistics/StatisticsInterfaces.js +3 -0
- package/dist/resources/UsageAnalytics/Read/Statistics/StatisticsInterfaces.js.map +1 -0
- package/dist/resources/UsageAnalytics/Read/Statistics/index.js +6 -0
- package/dist/resources/UsageAnalytics/Read/Statistics/index.js.map +1 -0
- package/dist/resources/UsageAnalytics/Read/Users/Users.js +35 -0
- package/dist/resources/UsageAnalytics/Read/Users/Users.js.map +1 -0
- package/dist/resources/UsageAnalytics/Read/Users/UsersInterfaces.js +3 -0
- package/dist/resources/UsageAnalytics/Read/Users/UsersInterfaces.js.map +1 -0
- package/dist/resources/UsageAnalytics/Read/Users/index.js +6 -0
- package/dist/resources/UsageAnalytics/Read/Users/index.js.map +1 -0
- package/dist/resources/UsageAnalytics/Read/index.js +13 -0
- package/dist/resources/UsageAnalytics/Read/index.js.map +1 -0
- package/dist/resources/UsageAnalytics/UsageAnalytics.js +32 -0
- package/dist/resources/UsageAnalytics/UsageAnalytics.js.map +1 -0
- package/dist/resources/UsageAnalytics/index.js +6 -0
- package/dist/resources/UsageAnalytics/index.js.map +1 -0
- package/dist/resources/Users/User.js +26 -0
- package/dist/resources/Users/User.js.map +1 -0
- package/dist/resources/Users/UserInterfaces.js +3 -0
- package/dist/resources/Users/UserInterfaces.js.map +1 -0
- package/dist/resources/Users/index.js +6 -0
- package/dist/resources/Users/index.js.map +1 -0
- package/dist/resources/Vaults/Vaults.js +55 -0
- package/dist/resources/Vaults/Vaults.js.map +1 -0
- package/dist/resources/Vaults/VaultsInterfaces.js +3 -0
- package/dist/resources/Vaults/VaultsInterfaces.js.map +1 -0
- package/dist/resources/Vaults/index.js +6 -0
- package/dist/resources/Vaults/index.js.map +1 -0
- package/dist/resources/index.js +48 -0
- package/dist/resources/index.js.map +1 -0
- package/dist/utils/FormData.js +17 -0
- package/dist/utils/FormData.js.map +1 -0
- package/dist/utils/Retriever.js +5 -0
- package/dist/utils/Retriever.js.map +1 -0
- package/dist/utils/WithRequired.js +3 -0
- package/dist/utils/WithRequired.js.map +1 -0
- package/dist/utils/index.js +6 -0
- package/dist/utils/index.js.map +1 -0
- package/dist/utils/normalizePaginatedOptions.js +25 -0
- package/dist/utils/normalizePaginatedOptions.js.map +1 -0
- package/package.json +84 -0
|
@@ -0,0 +1,209 @@
|
|
|
1
|
+
import { ProductsFacetRequestSortType, ProductsSortByType, SortingOrder } from '../Enums';
|
|
2
|
+
export interface AdvancedFiltersModel {
|
|
3
|
+
queryFilter: string;
|
|
4
|
+
}
|
|
5
|
+
export interface AdvancedParametersModel {
|
|
6
|
+
/**
|
|
7
|
+
* Used to retrieve debug information. Will have an impact on query performance.
|
|
8
|
+
*/
|
|
9
|
+
debug?: boolean;
|
|
10
|
+
/**
|
|
11
|
+
* Used to retrieve all documents regardless of their security model.
|
|
12
|
+
*/
|
|
13
|
+
viewAllContent?: boolean;
|
|
14
|
+
}
|
|
15
|
+
export interface FacetRequestOptions {
|
|
16
|
+
/**
|
|
17
|
+
* Whether to take into account the scores generated by the index when reordering facets.
|
|
18
|
+
*/
|
|
19
|
+
enableIndexFacetOrdering?: boolean;
|
|
20
|
+
/**
|
|
21
|
+
* Whether facets should be returned in the same order in which they were requested.
|
|
22
|
+
*/
|
|
23
|
+
freezeFacetOrder?: boolean;
|
|
24
|
+
}
|
|
25
|
+
export interface FacetRequestItem {
|
|
26
|
+
/**
|
|
27
|
+
* The values displayed by the facet in the search interface at the moment of the request.
|
|
28
|
+
*/
|
|
29
|
+
currentValues?: any[];
|
|
30
|
+
/**
|
|
31
|
+
* A custom sort order for the facet values.
|
|
32
|
+
*/
|
|
33
|
+
customOrder?: string[];
|
|
34
|
+
/**
|
|
35
|
+
* The unique identifier of the facet in the search interface.
|
|
36
|
+
*/
|
|
37
|
+
facetId?: string;
|
|
38
|
+
/**
|
|
39
|
+
* The name of the field on which to base the facet request.
|
|
40
|
+
*/
|
|
41
|
+
field: string;
|
|
42
|
+
/**
|
|
43
|
+
* Whether the facet is expanded in the search interface at the moment of the request.
|
|
44
|
+
*/
|
|
45
|
+
isFieldExpanded?: boolean;
|
|
46
|
+
/**
|
|
47
|
+
* The maximum number of facet values to fetch.
|
|
48
|
+
*/
|
|
49
|
+
numberOfValues?: number;
|
|
50
|
+
/**
|
|
51
|
+
* Whether to prevent Coveo ML from automatically selecting facet values.
|
|
52
|
+
*/
|
|
53
|
+
preventAutoSelect?: boolean;
|
|
54
|
+
/**
|
|
55
|
+
* The criterion to use for sorting returned facet values.
|
|
56
|
+
*/
|
|
57
|
+
sortCriteria?: ProductsFacetRequestSortType;
|
|
58
|
+
}
|
|
59
|
+
export interface FacetsRequestModel {
|
|
60
|
+
/**
|
|
61
|
+
* The facet options to add to the request.
|
|
62
|
+
*/
|
|
63
|
+
options?: FacetRequestOptions;
|
|
64
|
+
/**
|
|
65
|
+
* The facet operations to perform on the products listings.
|
|
66
|
+
*/
|
|
67
|
+
requests: FacetRequestItem[];
|
|
68
|
+
}
|
|
69
|
+
export interface PaginatedModel {
|
|
70
|
+
/**
|
|
71
|
+
* The number of elements to list per page.
|
|
72
|
+
*/
|
|
73
|
+
numberOfValues?: number;
|
|
74
|
+
/**
|
|
75
|
+
* The 0-based index number of the page of elements to retrieve.
|
|
76
|
+
*/
|
|
77
|
+
page?: number;
|
|
78
|
+
}
|
|
79
|
+
export interface SortByFields {
|
|
80
|
+
/**
|
|
81
|
+
* The name of the field.
|
|
82
|
+
*/
|
|
83
|
+
name: string;
|
|
84
|
+
/**
|
|
85
|
+
* The sorting direction.
|
|
86
|
+
*/
|
|
87
|
+
direction: SortingOrder;
|
|
88
|
+
}
|
|
89
|
+
export interface SortModel {
|
|
90
|
+
/**
|
|
91
|
+
* The name of the field to sort by.
|
|
92
|
+
*/
|
|
93
|
+
by: ProductsSortByType;
|
|
94
|
+
/**
|
|
95
|
+
* The fields to take into consideration when sorting.
|
|
96
|
+
*/
|
|
97
|
+
fields?: SortByFields[];
|
|
98
|
+
}
|
|
99
|
+
export interface ProductsRequestModel {
|
|
100
|
+
/**
|
|
101
|
+
* Additional fields allow you to collect additional information, besides the standard data.
|
|
102
|
+
*/
|
|
103
|
+
additionalFields?: string[];
|
|
104
|
+
/**
|
|
105
|
+
*
|
|
106
|
+
*/
|
|
107
|
+
advancedFiltersModel?: AdvancedFiltersModel;
|
|
108
|
+
/**
|
|
109
|
+
* Advanced parameters to retrieve more information from the search queries.
|
|
110
|
+
*/
|
|
111
|
+
advancedParameters?: AdvancedParametersModel;
|
|
112
|
+
/**
|
|
113
|
+
* An anonymous identifier used to determine from which identity the query comes from.
|
|
114
|
+
*/
|
|
115
|
+
clientId?: string;
|
|
116
|
+
/**
|
|
117
|
+
* Parameters related to the facet request.
|
|
118
|
+
*/
|
|
119
|
+
facets?: FacetsRequestModel;
|
|
120
|
+
/**
|
|
121
|
+
* Pagination parameters for the returned products.
|
|
122
|
+
*/
|
|
123
|
+
pagination?: PaginatedModel;
|
|
124
|
+
/**
|
|
125
|
+
* Determines the order in which to retrieve the results.
|
|
126
|
+
*/
|
|
127
|
+
sort?: SortModel;
|
|
128
|
+
/**
|
|
129
|
+
* The URL used to retrieve the products listings.
|
|
130
|
+
*/
|
|
131
|
+
url: string;
|
|
132
|
+
}
|
|
133
|
+
export interface FacetResultModel {
|
|
134
|
+
facetId: string;
|
|
135
|
+
field: string;
|
|
136
|
+
fromAutoSelect: boolean;
|
|
137
|
+
indexScore: number;
|
|
138
|
+
mlScore: number;
|
|
139
|
+
moreValuesAvailable: boolean;
|
|
140
|
+
values: any[];
|
|
141
|
+
}
|
|
142
|
+
export interface FacetResponseModel {
|
|
143
|
+
/**
|
|
144
|
+
* A list of facet results.
|
|
145
|
+
*/
|
|
146
|
+
results: FacetResultModel[];
|
|
147
|
+
}
|
|
148
|
+
export interface PaginationResultModel {
|
|
149
|
+
/**
|
|
150
|
+
* The number of elements.
|
|
151
|
+
*/
|
|
152
|
+
totalCount: number;
|
|
153
|
+
}
|
|
154
|
+
export interface ProductListingIdentityModel {
|
|
155
|
+
/**
|
|
156
|
+
* Associated catalog id.
|
|
157
|
+
*/
|
|
158
|
+
catalogId: string;
|
|
159
|
+
/**
|
|
160
|
+
* The product listing unique id.
|
|
161
|
+
*/
|
|
162
|
+
id: string;
|
|
163
|
+
}
|
|
164
|
+
export interface ProductModel {
|
|
165
|
+
additionalFields: Map<string, any>;
|
|
166
|
+
childResults: ProductModel[];
|
|
167
|
+
clickUri: string;
|
|
168
|
+
ec_brand: string;
|
|
169
|
+
ec_category: string[];
|
|
170
|
+
ec_cogs: number;
|
|
171
|
+
ec_description: string;
|
|
172
|
+
ec_images: string[];
|
|
173
|
+
ec_in_stock: boolean;
|
|
174
|
+
ec_item_group_id: string;
|
|
175
|
+
ec_name: string;
|
|
176
|
+
ec_price: number;
|
|
177
|
+
ec_promo_price: number;
|
|
178
|
+
ec_rating: number;
|
|
179
|
+
ec_shortdesc: string;
|
|
180
|
+
ec_thumbnails: string[];
|
|
181
|
+
permanentid: string;
|
|
182
|
+
totalNumberOfChildResults: number;
|
|
183
|
+
}
|
|
184
|
+
export interface ProductsResultModel {
|
|
185
|
+
/**
|
|
186
|
+
* The execution report.
|
|
187
|
+
*/
|
|
188
|
+
executionReport: Map<string, any>;
|
|
189
|
+
/**
|
|
190
|
+
* The list of facet results.
|
|
191
|
+
*/
|
|
192
|
+
facets: FacetResponseModel;
|
|
193
|
+
/**
|
|
194
|
+
* The number of total elements returned.
|
|
195
|
+
*/
|
|
196
|
+
pagination: PaginationResultModel;
|
|
197
|
+
/**
|
|
198
|
+
* The product listing identity model.
|
|
199
|
+
*/
|
|
200
|
+
productListing: ProductListingIdentityModel;
|
|
201
|
+
/**
|
|
202
|
+
* A list of products.
|
|
203
|
+
*/
|
|
204
|
+
products: ProductModel[];
|
|
205
|
+
/**
|
|
206
|
+
* The response unique id.
|
|
207
|
+
*/
|
|
208
|
+
responseId: string;
|
|
209
|
+
}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import Resource from '../Resource';
|
|
2
|
+
import { SecurityIdentityAliasModel, SecurityIdentityBatchConfig, SecurityIdentityDelete, SecurityIdentityDeleteOptions, SecurityIdentityModel, SecurityIdentityOptions } from './PushApiInterfaces';
|
|
3
|
+
export default class PushApi extends Resource {
|
|
4
|
+
static baseUrl: string;
|
|
5
|
+
createOrUpdateSecurityIdentityAlias(securityProviderId: string, alias: SecurityIdentityAliasModel, options?: SecurityIdentityOptions): Promise<void>;
|
|
6
|
+
deleteSecurityIdentity(securityProviderId: string, securityIdentity: SecurityIdentityDelete, options?: SecurityIdentityOptions): Promise<void>;
|
|
7
|
+
createOrUpdateSecurityIdentity(securityProviderId: string, securityIdentity: SecurityIdentityModel, options?: SecurityIdentityOptions): Promise<void>;
|
|
8
|
+
manageSecurityIdentities(securityProviderId: string, batchConfig: SecurityIdentityBatchConfig): Promise<void>;
|
|
9
|
+
deleteOldSecurityIdentities(securityProviderId: string, batchDelete: SecurityIdentityDeleteOptions): Promise<void>;
|
|
10
|
+
}
|
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
import { SinglePermissionResult, SinglePermissionIdentityType } from '../Enums';
|
|
2
|
+
export interface SecurityIdentityAliasModel extends SecurityIdentityBase {
|
|
3
|
+
mappings: AliasMappings;
|
|
4
|
+
}
|
|
5
|
+
export interface SecurityIdentityModel extends SecurityIdentityBase {
|
|
6
|
+
members?: Identity[];
|
|
7
|
+
}
|
|
8
|
+
export interface SecurityIdentityDelete {
|
|
9
|
+
identity: Identity;
|
|
10
|
+
}
|
|
11
|
+
export interface SecurityIdentityDeleteOptions extends Required<SecurityIdentityOptions> {
|
|
12
|
+
queueDelay?: number;
|
|
13
|
+
}
|
|
14
|
+
export interface SecurityIdentityOptions {
|
|
15
|
+
orderingId?: number;
|
|
16
|
+
}
|
|
17
|
+
export interface SecurityIdentityBatchConfig {
|
|
18
|
+
fileId: string;
|
|
19
|
+
orderingId?: string;
|
|
20
|
+
}
|
|
21
|
+
interface SecurityIdentityBase {
|
|
22
|
+
Result?: {
|
|
23
|
+
errorDetails: string;
|
|
24
|
+
result: SinglePermissionResult;
|
|
25
|
+
};
|
|
26
|
+
identity?: Identity;
|
|
27
|
+
wellKnowns?: Identity[];
|
|
28
|
+
}
|
|
29
|
+
interface AliasMappings extends Identity {
|
|
30
|
+
provider: string;
|
|
31
|
+
}
|
|
32
|
+
interface Identity {
|
|
33
|
+
additionalInfo: Record<string, string>;
|
|
34
|
+
name: string;
|
|
35
|
+
type: SinglePermissionIdentityType;
|
|
36
|
+
}
|
|
37
|
+
export {};
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import API from '../APICore';
|
|
2
|
+
declare class Resource {
|
|
3
|
+
protected api: API;
|
|
4
|
+
protected serverlessApi: API;
|
|
5
|
+
static baseUrl: string;
|
|
6
|
+
constructor(api: API, serverlessApi: API);
|
|
7
|
+
protected buildPath(route: string, parameters: any): string;
|
|
8
|
+
private convertObjectToQueryString;
|
|
9
|
+
}
|
|
10
|
+
export default Resource;
|
|
@@ -0,0 +1,61 @@
|
|
|
1
|
+
/// <reference types="node" />
|
|
2
|
+
import Resource from '../Resource';
|
|
3
|
+
import { ApplyOptions, CreateFromFileOptions, CreateFromOrganizationOptions, DryRunOptions, ExportSnapshotContentOptions, GenerateUrlOptions, GetSnapshotOptions, PushSnapshotOptions, ResourceSnapshotExportConfigurationModel, ResourceSnapshotsModel, ResourceSnapshotsReportModel, ResourceSnapshotsSynchronizationPlanModel, ResourceSnapshotsSynchronizationReportModel, ResourceSnapshotSupportedFileTypes, ResourceSnapshotType, ResourceSnapshotUrlModel, SnapshotAccessModel, SnapshotDiffModel, SnapshotListParams, UpdateChildrenOptions, ValidateAccessOptions } from './ResourceSnapshotsInterfaces';
|
|
4
|
+
export default class ResourceSnapshots extends Resource {
|
|
5
|
+
static baseUrl: string;
|
|
6
|
+
list(params?: SnapshotListParams): Promise<ResourceSnapshotsModel[]>;
|
|
7
|
+
get(snapshotId: string, options?: GetSnapshotOptions): Promise<ResourceSnapshotsModel>;
|
|
8
|
+
/**
|
|
9
|
+
* Lists the resources that the authenticated user can leverage in snapshots in the target organization.
|
|
10
|
+
*/
|
|
11
|
+
listResourceAccess(): Promise<ResourceSnapshotType[]>;
|
|
12
|
+
/**
|
|
13
|
+
* Shows whether the authenticated user has the specified access level (i.e., read or write) to the content of the target snapshot.
|
|
14
|
+
*/
|
|
15
|
+
validateAccess(snapshotId: string, options: ValidateAccessOptions): Promise<SnapshotAccessModel>;
|
|
16
|
+
/**
|
|
17
|
+
* Retrieves a ZIP file holding the content of the target snapshot, in the target format.
|
|
18
|
+
*
|
|
19
|
+
* @param {string} snapshotId The unique identifier of the target snapshot.
|
|
20
|
+
* @param {ExportSnapshotContentOptions} [options]
|
|
21
|
+
* @returns {Promise<Blob>} A newly created Blob object which contains the zipped snapshot
|
|
22
|
+
*/
|
|
23
|
+
export(snapshotId: string, options?: ExportSnapshotContentOptions): Promise<Blob>;
|
|
24
|
+
getContent(snapshotId: string, options: GenerateUrlOptions): Promise<Response>;
|
|
25
|
+
/**
|
|
26
|
+
* Creates a snapshot from a file containing the configuration.
|
|
27
|
+
*
|
|
28
|
+
* @param {File} file The file containing the configuration.
|
|
29
|
+
* @param {CreateFromFileOptions} options
|
|
30
|
+
*/
|
|
31
|
+
createFromFile(file: File, options?: CreateFromFileOptions): Promise<ResourceSnapshotsModel>;
|
|
32
|
+
/**
|
|
33
|
+
* Creates a snapshot from a buffer containing the configuration.
|
|
34
|
+
*
|
|
35
|
+
* @param {Buffer} file The buffer containing the configuration.
|
|
36
|
+
* @param {ResourceSnapshotSupportedFileTypes} fileType The type of the file containing the configuration.
|
|
37
|
+
* @param {CreateFromFileOptions} options
|
|
38
|
+
*/
|
|
39
|
+
createFromBuffer(file: Buffer, fileType: ResourceSnapshotSupportedFileTypes, options: CreateFromFileOptions): Promise<ResourceSnapshotsModel>;
|
|
40
|
+
createFromOrganization(exportConfigurationModel: ResourceSnapshotExportConfigurationModel, options: CreateFromOrganizationOptions): Promise<ResourceSnapshotsModel>;
|
|
41
|
+
generateUrl(snapshotId: string, options: GenerateUrlOptions): Promise<ResourceSnapshotUrlModel>;
|
|
42
|
+
dryRun(snapshotId: string, options: DryRunOptions): Promise<ResourceSnapshotsReportModel>;
|
|
43
|
+
apply(snapshotId: string, options: ApplyOptions): Promise<ResourceSnapshotsReportModel>;
|
|
44
|
+
push(snapshotId: string, options: PushSnapshotOptions): Promise<Record<string, unknown>>;
|
|
45
|
+
delete(snapshotId: string): Promise<Record<string, unknown>>;
|
|
46
|
+
createSynchronizationPlan(snapshotId: string): Promise<ResourceSnapshotsSynchronizationPlanModel>;
|
|
47
|
+
getSynchronizationPlan(snapshotId: string, synchronizationPlanId: string): Promise<ResourceSnapshotsSynchronizationPlanModel>;
|
|
48
|
+
updateSynchronizationPlan(snapshotId: string, synchronizationPlanId: string, synchronizationPlanModel: ResourceSnapshotsSynchronizationPlanModel): Promise<ResourceSnapshotsSynchronizationPlanModel>;
|
|
49
|
+
applySynchronizationPlan(snapshotId: string, synchronizationPlanId: string): Promise<ResourceSnapshotsSynchronizationReportModel>;
|
|
50
|
+
updateSynchronizationPlanForChildren(snapshotId: string, synchronizationPlanId: string, options: UpdateChildrenOptions): Promise<ResourceSnapshotsSynchronizationPlanModel>;
|
|
51
|
+
private getSnapshotFileType;
|
|
52
|
+
/**
|
|
53
|
+
* @description Shows the diff report for the target snapshot and dry-run report
|
|
54
|
+
* @experimental
|
|
55
|
+
*
|
|
56
|
+
* @param {string} snapshotId - The unique identifier of the target snapshot.
|
|
57
|
+
* @param {string} relativeReportId - The unique identifier of the dry-run operation report associated with the target diff report.
|
|
58
|
+
* @param {(number|undefined)} [numberOfLinesMax=undefined] - Maximum number of lines before the diff is downloaded to a file.
|
|
59
|
+
*/
|
|
60
|
+
diff(snapshotId: string, relativeReportId: string, numberOfLinesMax?: number): Promise<SnapshotDiffModel>;
|
|
61
|
+
}
|
|
@@ -0,0 +1,309 @@
|
|
|
1
|
+
import { SortingOrder, SnapshotSortingType } from '../Enums';
|
|
2
|
+
export interface ResourceSnapshotsModel {
|
|
3
|
+
/**
|
|
4
|
+
* The username of the snapshot creator.
|
|
5
|
+
*/
|
|
6
|
+
createdBy: string;
|
|
7
|
+
/**
|
|
8
|
+
* The date of creation of the snapshot in number of milliseconds since UNIX epoch.
|
|
9
|
+
*/
|
|
10
|
+
createdDate: number;
|
|
11
|
+
/**
|
|
12
|
+
* A note you can attach to your snapshot.
|
|
13
|
+
*/
|
|
14
|
+
developerNote?: string;
|
|
15
|
+
/**
|
|
16
|
+
* The unique identifier of the target snapshot.
|
|
17
|
+
*/
|
|
18
|
+
id: string;
|
|
19
|
+
/**
|
|
20
|
+
* The unique identifier of the organization from which the snapshot originates if it differs from the current organization.
|
|
21
|
+
*/
|
|
22
|
+
originId?: string;
|
|
23
|
+
/**
|
|
24
|
+
* The unique identifier of the organization in which the snapshot applies.
|
|
25
|
+
*/
|
|
26
|
+
targetId: string;
|
|
27
|
+
/**
|
|
28
|
+
* The list of reports of events on the snapshot.
|
|
29
|
+
*/
|
|
30
|
+
reports?: ResourceSnapshotsReportModel[];
|
|
31
|
+
/**
|
|
32
|
+
* The list of synchronization reports on the snapshot.
|
|
33
|
+
*/
|
|
34
|
+
synchronizationReports?: ResourceSnapshotsSynchronizationReportModel[];
|
|
35
|
+
/**
|
|
36
|
+
* The list of diff generation reports on the snapshot.
|
|
37
|
+
*/
|
|
38
|
+
diffGenerationReports?: SnapshotDiffModel[];
|
|
39
|
+
/**
|
|
40
|
+
* A summary of the contents of the snapshot.
|
|
41
|
+
*/
|
|
42
|
+
contentSummary?: Record<string, number>;
|
|
43
|
+
}
|
|
44
|
+
export declare enum ResourceSnapshotType {
|
|
45
|
+
extension = "EXTENSION",
|
|
46
|
+
featuredResult = "FEATURED_RESULT",
|
|
47
|
+
field = "FIELD",
|
|
48
|
+
filter = "FILTER",
|
|
49
|
+
mapping = "MAPPING",
|
|
50
|
+
mlModel = "ML_MODEL",
|
|
51
|
+
mlModelAssociation = "ML_MODEL_ASSOCIATION",
|
|
52
|
+
queryParameter = "QUERY_PARAMETER",
|
|
53
|
+
queryPipeline = "QUERY_PIPELINE",
|
|
54
|
+
queryPipelineCondition = "QUERY_PIPELINE_CONDITION",
|
|
55
|
+
rankingExpression = "RANKING_EXPRESSION",
|
|
56
|
+
rankingWeight = "RANKING_WEIGHT",
|
|
57
|
+
searchPage = "SEARCH_PAGE",
|
|
58
|
+
securityProvider = "SECURITY_PROVIDER",
|
|
59
|
+
source = "SOURCE",
|
|
60
|
+
stopWord = "STOP_WORD",
|
|
61
|
+
subscription = "SUBSCRIPTION",
|
|
62
|
+
thesaurus = "THESAURUS",
|
|
63
|
+
trigger = "TRIGGER"
|
|
64
|
+
}
|
|
65
|
+
export declare enum SnapshotAccessType {
|
|
66
|
+
Read = "READ",
|
|
67
|
+
Write = "WRITE"
|
|
68
|
+
}
|
|
69
|
+
export declare enum SnapshotExportContentFormat {
|
|
70
|
+
Flat = "FLAT",
|
|
71
|
+
SplitPerType = "SPLIT_PER_TYPE"
|
|
72
|
+
}
|
|
73
|
+
export declare enum ResourceSnapshotsReportResultCode {
|
|
74
|
+
AccessDenied = "ACCESS_DENIED",
|
|
75
|
+
ResourcesInError = "RESOURCES_IN_ERROR",
|
|
76
|
+
Success = "SUCCESS",
|
|
77
|
+
UnexpectedError = "UNEXPECTED_ERROR",
|
|
78
|
+
UnableToPushToOrganization = "UNABLE_TO_PUSH_TO_ORGANIZATION",
|
|
79
|
+
NoResourceRetrieved = "NO_RESOURCE_RETRIEVED",
|
|
80
|
+
UnableToRetrieveResources = "UNABLE_TO_RETRIEVE_RESOURCES",
|
|
81
|
+
ResourceDependencyCyle = "RESOURCE_DEPENDENCY_CYCLE",
|
|
82
|
+
ExternalServiceCommunicationError = "EXTERNAL_SERVICE_COMMUNICATION_ERROR"
|
|
83
|
+
}
|
|
84
|
+
export declare enum ResourceSnapshotsReportStatus {
|
|
85
|
+
Pending = "PENDING",
|
|
86
|
+
InProgress = "IN_PROGRESS",
|
|
87
|
+
Completed = "COMPLETED",
|
|
88
|
+
Aborted = "ABORTED"
|
|
89
|
+
}
|
|
90
|
+
export declare enum ResourceSnapshotsSynchronizationPlanStatus {
|
|
91
|
+
Creating = "CREATING",
|
|
92
|
+
Created = "CREATED",
|
|
93
|
+
InError = "IN_ERROR"
|
|
94
|
+
}
|
|
95
|
+
export declare enum ResourceSnapshotsReportType {
|
|
96
|
+
CreateSnapshot = "CREATE_SNAPSHOT",
|
|
97
|
+
DryRun = "DRY_RUN",
|
|
98
|
+
Apply = "APPLY",
|
|
99
|
+
CreateSynchronizationPlan = "CREATE_SYNCHRONIZATION_PLAN",
|
|
100
|
+
ApplySynchronizationPlan = "APPLY_SYNCHRONIZATION_PLAN"
|
|
101
|
+
}
|
|
102
|
+
export declare enum ResourceSnapshotSupportedFileTypes {
|
|
103
|
+
ZIP = "ZIP",
|
|
104
|
+
JSON = "JSON"
|
|
105
|
+
}
|
|
106
|
+
export declare enum ResourceSnapshotContentType {
|
|
107
|
+
PRIMARY = "PRIMARY",
|
|
108
|
+
CURRENT_STATE = "CURRENT_STATE"
|
|
109
|
+
}
|
|
110
|
+
export interface ResourceSnapshotsReportOperationModel {
|
|
111
|
+
/**
|
|
112
|
+
* The number of resources created by the operation.
|
|
113
|
+
*/
|
|
114
|
+
resourcesCreated: number;
|
|
115
|
+
/**
|
|
116
|
+
* The number of resources deleted by the operation.
|
|
117
|
+
*/
|
|
118
|
+
resourcesDeleted: number;
|
|
119
|
+
/**
|
|
120
|
+
* The number of resources for which an error occurred during the operation.
|
|
121
|
+
*/
|
|
122
|
+
resourcesInError: number;
|
|
123
|
+
/**
|
|
124
|
+
* The number of pre-existing resources recreated by the operation. This happens when a resource cannot be updated. For example, it is not possible to rename a query pipeline, so in such a case the pipeline would be deleted and created again with the desired name. This operation counts as one recreation.
|
|
125
|
+
*/
|
|
126
|
+
resourcesRecreated: number;
|
|
127
|
+
/**
|
|
128
|
+
* The number of resources unchanged by the operation.
|
|
129
|
+
*/
|
|
130
|
+
resourcesUnchanged: number;
|
|
131
|
+
/**
|
|
132
|
+
* The number of resources updated by the operation.
|
|
133
|
+
*/
|
|
134
|
+
resourcesUpdated: number;
|
|
135
|
+
}
|
|
136
|
+
export interface ResourceSnapshotsReportOperationResult {
|
|
137
|
+
/**
|
|
138
|
+
* The code of the error that occured.
|
|
139
|
+
*/
|
|
140
|
+
resultCode: string;
|
|
141
|
+
/**
|
|
142
|
+
* A human-friendly message about the error.
|
|
143
|
+
*/
|
|
144
|
+
message: string;
|
|
145
|
+
}
|
|
146
|
+
export declare type ResourceSnapshotsReportOperationResults = Record<string, ResourceSnapshotsReportOperationResult[]>;
|
|
147
|
+
export interface ResourceSnapshotsReportModel {
|
|
148
|
+
/**
|
|
149
|
+
* The unique identifier of the report.
|
|
150
|
+
*/
|
|
151
|
+
id: string;
|
|
152
|
+
/**
|
|
153
|
+
* For each type of resource, an object containing failure details, if applicable.
|
|
154
|
+
*/
|
|
155
|
+
resourceOperationResults: Record<string, ResourceSnapshotsReportOperationResults>;
|
|
156
|
+
/**
|
|
157
|
+
* For each type of resource, a breakdown of the number of resources per operation.
|
|
158
|
+
*/
|
|
159
|
+
resourceOperations: Record<string, ResourceSnapshotsReportOperationModel>;
|
|
160
|
+
/**
|
|
161
|
+
* The number of resources processed by the event.
|
|
162
|
+
*/
|
|
163
|
+
resourcesProcessed: number;
|
|
164
|
+
/**
|
|
165
|
+
* The result code of the snapshot event, if applicable.
|
|
166
|
+
*/
|
|
167
|
+
resultCode: ResourceSnapshotsReportResultCode;
|
|
168
|
+
/**
|
|
169
|
+
* The status of the snapshot.
|
|
170
|
+
*/
|
|
171
|
+
status: ResourceSnapshotsReportStatus;
|
|
172
|
+
/**
|
|
173
|
+
* The type of snapshot event.
|
|
174
|
+
*/
|
|
175
|
+
type: ResourceSnapshotsReportType;
|
|
176
|
+
/**
|
|
177
|
+
* The report creation date in number of milliseconds since UNIX epoch.
|
|
178
|
+
*/
|
|
179
|
+
updatedDate: number;
|
|
180
|
+
}
|
|
181
|
+
export interface ResourceSnapshotsSynchronizationReportModel {
|
|
182
|
+
id: string;
|
|
183
|
+
synchronizationPlanId: string;
|
|
184
|
+
linkOperations?: Record<string, unknown>;
|
|
185
|
+
linkOperationDetails?: Record<string, unknown>;
|
|
186
|
+
resourcesProcessed?: number;
|
|
187
|
+
resultCode: ResourceSnapshotsReportResultCode;
|
|
188
|
+
status: ResourceSnapshotsReportStatus;
|
|
189
|
+
type: ResourceSnapshotsReportType;
|
|
190
|
+
updatedDate: number;
|
|
191
|
+
}
|
|
192
|
+
export interface ResourceSnapshotsSynchronizationPlanModel {
|
|
193
|
+
id: string;
|
|
194
|
+
snapshotId: string;
|
|
195
|
+
status: ResourceSnapshotsSynchronizationPlanStatus;
|
|
196
|
+
alreadyLinkedResources?: Record<string, ResourceSnapshotsAlreadyLinkedResourcesModel[]>;
|
|
197
|
+
resourceSynchronizationOperations?: Record<string, ResourceSnapshotsSynchronizationOperationsModel[]>;
|
|
198
|
+
}
|
|
199
|
+
export interface ResourceSnapshotsSynchronizationOperationsModel {
|
|
200
|
+
resourceName: string;
|
|
201
|
+
displayName: string;
|
|
202
|
+
matches: ResourceSnapshotsSynchronizationMatchModel[];
|
|
203
|
+
}
|
|
204
|
+
export interface ResourceSnapshotsAlreadyLinkedResourcesModel {
|
|
205
|
+
resourceName: string;
|
|
206
|
+
linkModel: ResourceSnapshotsLinkModel;
|
|
207
|
+
}
|
|
208
|
+
export interface ResourceSnapshotsSynchronizationMatchModel {
|
|
209
|
+
associationScore?: number;
|
|
210
|
+
displayName?: string;
|
|
211
|
+
linkModel: ResourceSnapshotsLinkModel;
|
|
212
|
+
}
|
|
213
|
+
export interface ResourceSnapshotsLinkModel {
|
|
214
|
+
id?: string;
|
|
215
|
+
organizationId: string;
|
|
216
|
+
resourceId: string;
|
|
217
|
+
resourceName: string;
|
|
218
|
+
resourceType: string;
|
|
219
|
+
}
|
|
220
|
+
export interface ResourceSnapshotExportConfigurationModel {
|
|
221
|
+
resourcesToExport: Partial<Record<ResourceSnapshotType, string[] | null>>;
|
|
222
|
+
}
|
|
223
|
+
export interface ResourceSnapshotUrlModel {
|
|
224
|
+
url: string;
|
|
225
|
+
urlExpiration: number;
|
|
226
|
+
}
|
|
227
|
+
export interface SnapshotAccessModel {
|
|
228
|
+
allowed: boolean;
|
|
229
|
+
}
|
|
230
|
+
export interface SnapshotListParams {
|
|
231
|
+
filter?: string;
|
|
232
|
+
sortingOrder?: SortingOrder;
|
|
233
|
+
sortingType?: SnapshotSortingType;
|
|
234
|
+
}
|
|
235
|
+
export interface PushSnapshotOptions {
|
|
236
|
+
targetOrganizationId: string;
|
|
237
|
+
developerNotes?: string;
|
|
238
|
+
}
|
|
239
|
+
export interface CreateFromFileOptions {
|
|
240
|
+
developerNotes?: string;
|
|
241
|
+
}
|
|
242
|
+
export interface GetSnapshotOptions {
|
|
243
|
+
/**
|
|
244
|
+
* Whether to include reports with the snapshot.
|
|
245
|
+
*
|
|
246
|
+
* @default false
|
|
247
|
+
*/
|
|
248
|
+
includeReports?: boolean;
|
|
249
|
+
}
|
|
250
|
+
export interface ExportSnapshotContentOptions {
|
|
251
|
+
/**
|
|
252
|
+
* The format of the snapshot content.
|
|
253
|
+
* - FLAT: Content unified into a single file
|
|
254
|
+
* - SPLIT_PER_TYPE: Content split into one file per resource type
|
|
255
|
+
*
|
|
256
|
+
* @default SnapshotExportContentFormat.Flat
|
|
257
|
+
*/
|
|
258
|
+
contentFormat?: SnapshotExportContentFormat;
|
|
259
|
+
}
|
|
260
|
+
export interface ValidateAccessOptions {
|
|
261
|
+
snapshotAccessType: SnapshotAccessType;
|
|
262
|
+
}
|
|
263
|
+
export interface CreateFromOrganizationOptions {
|
|
264
|
+
developerNotes?: string;
|
|
265
|
+
targetOrganizationId?: string;
|
|
266
|
+
includeChildrenResources?: boolean;
|
|
267
|
+
}
|
|
268
|
+
export interface DryRunOptions {
|
|
269
|
+
deleteMissingResources: boolean;
|
|
270
|
+
}
|
|
271
|
+
export declare enum ApplyOptionsDeletionScope {
|
|
272
|
+
AllManagedResources = "ALL_MANAGED_RESOURCES",
|
|
273
|
+
OnlyTypesFromSnapshot = "ONLY_TYPES_FROM_SNAPSHOT"
|
|
274
|
+
}
|
|
275
|
+
export interface ApplyOptions {
|
|
276
|
+
/**
|
|
277
|
+
* Whether to delete organization resources not present in the snapshot.
|
|
278
|
+
*
|
|
279
|
+
* @default false
|
|
280
|
+
*/
|
|
281
|
+
deleteMissingResources?: boolean;
|
|
282
|
+
/**
|
|
283
|
+
* The scope of the resources on which to calculate deletions.
|
|
284
|
+
* **Note:** only applies when `deleteMissingResources` is set to `true`.
|
|
285
|
+
*
|
|
286
|
+
* @default ApplyOptionsDeletionScope.AllManagedResources
|
|
287
|
+
*
|
|
288
|
+
*/
|
|
289
|
+
deletionScope?: ApplyOptionsDeletionScope;
|
|
290
|
+
}
|
|
291
|
+
export interface GenerateUrlOptions {
|
|
292
|
+
contentType: ResourceSnapshotContentType;
|
|
293
|
+
}
|
|
294
|
+
export interface UpdateChildrenOptions {
|
|
295
|
+
snapshotParentResourceName: string;
|
|
296
|
+
parentResourceType: string;
|
|
297
|
+
targetParentId: string;
|
|
298
|
+
}
|
|
299
|
+
export interface SnapshotDiffFileModel extends ResourceSnapshotUrlModel {
|
|
300
|
+
numberOfLines: number;
|
|
301
|
+
}
|
|
302
|
+
export interface SnapshotDiffModel {
|
|
303
|
+
id: string;
|
|
304
|
+
snapshotId: string;
|
|
305
|
+
relativeReportId: string;
|
|
306
|
+
updatedDate: number;
|
|
307
|
+
status: ResourceSnapshotsReportStatus;
|
|
308
|
+
files: Partial<Record<ResourceSnapshotType, SnapshotDiffFileModel>>;
|
|
309
|
+
}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import { New } from '../BaseInterfaces';
|
|
2
|
+
import { RealmModel } from '../Groups';
|
|
3
|
+
import Resource from '../Resource';
|
|
4
|
+
import { SamlIdentityProviderEnabledModel, SamlIdentityProviderModel } from './SamlInterfaces';
|
|
5
|
+
export default class Saml extends Resource {
|
|
6
|
+
static baseUrl: string;
|
|
7
|
+
isEnabled(): Promise<SamlIdentityProviderEnabledModel>;
|
|
8
|
+
listAvailableProviders(): Promise<SamlIdentityProviderModel[]>;
|
|
9
|
+
deleteProvider(): Promise<Record<string, unknown>>;
|
|
10
|
+
getProvider(): Promise<SamlIdentityProviderModel>;
|
|
11
|
+
create(identityProvider: New<SamlIdentityProviderModel>): Promise<SamlIdentityProviderModel>;
|
|
12
|
+
update(identityProvider: SamlIdentityProviderModel): Promise<SamlIdentityProviderModel>;
|
|
13
|
+
listRealms(): Promise<RealmModel[]>;
|
|
14
|
+
}
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import { IdAndDisplayNameModel } from '../BaseInterfaces';
|
|
2
|
+
export interface SamlIdentityProviderEnabledModel {
|
|
3
|
+
organizationId: string;
|
|
4
|
+
samlEnabled: boolean;
|
|
5
|
+
}
|
|
6
|
+
export interface SamlIdentityProviderModel {
|
|
7
|
+
displayName: string;
|
|
8
|
+
entityId: string;
|
|
9
|
+
id: string;
|
|
10
|
+
organizationIds: IdAndDisplayNameModel[];
|
|
11
|
+
postBindingEndpoint: string;
|
|
12
|
+
x509Certificate: string;
|
|
13
|
+
}
|