@coveo/platform-client 38.1.0 → 40.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +5 -3
- package/dist/APICore.js +133 -260
- package/dist/APICore.js.map +1 -1
- package/dist/ConfigurationInterfaces.js +1 -2
- package/dist/Endpoints.js +23 -31
- package/dist/Endpoints.js.map +1 -1
- package/dist/Entry.js +9 -14
- package/dist/Entry.js.map +1 -1
- package/dist/PlatformClient.js +25 -40
- package/dist/PlatformClient.js.map +1 -1
- package/dist/definitions/APICore.d.ts +2 -2
- package/dist/definitions/ConfigurationInterfaces.d.ts +3 -3
- package/dist/definitions/Entry.d.ts +8 -8
- package/dist/definitions/PlatformClient.d.ts +7 -7
- package/dist/definitions/handlers/ResponseHandlers.d.ts +1 -1
- package/dist/definitions/handlers/index.d.ts +2 -2
- package/dist/definitions/resources/AWS/AWS.d.ts +2 -2
- package/dist/definitions/resources/AWS/index.d.ts +2 -2
- package/dist/definitions/resources/Activities/Activities.d.ts +3 -3
- package/dist/definitions/resources/Activities/ActivitiesInterfaces.d.ts +2 -2
- package/dist/definitions/resources/Activities/index.d.ts +2 -2
- package/dist/definitions/resources/ApiKeys/ApiKeys.d.ts +3 -3
- package/dist/definitions/resources/ApiKeys/ApiKeysInterfaces.d.ts +1 -1
- package/dist/definitions/resources/ApiKeys/index.d.ts +2 -2
- package/dist/definitions/resources/CaseAssistConfigs/CaseAssistConfig.d.ts +4 -4
- package/dist/definitions/resources/CaseAssistConfigs/CaseAssistConfigInterfaces.d.ts +1 -1
- package/dist/definitions/resources/CaseAssistConfigs/CaseAssistPreviewInterfaces.d.ts +2 -2
- package/dist/definitions/resources/CaseAssistConfigs/index.d.ts +3 -3
- package/dist/definitions/resources/Catalogs/Catalog.d.ts +3 -3
- package/dist/definitions/resources/Catalogs/CatalogConfiguration.d.ts +3 -3
- package/dist/definitions/resources/Catalogs/ProductListing.d.ts +3 -3
- package/dist/definitions/resources/Catalogs/ProductListingConfiguration.d.ts +3 -3
- package/dist/definitions/resources/Catalogs/ProductListingConfigurationInterfaces.d.ts +3 -3
- package/dist/definitions/resources/Catalogs/ProductListingInterfaces.d.ts +3 -3
- package/dist/definitions/resources/Catalogs/index.d.ts +7 -7
- package/dist/definitions/resources/Clusters/Agents/ClusterAgent.d.ts +4 -4
- package/dist/definitions/resources/Clusters/Agents/ClusterAgentInterfaces.d.ts +1 -1
- package/dist/definitions/resources/Clusters/Agents/index.d.ts +2 -2
- package/dist/definitions/resources/Clusters/Cluster.d.ts +6 -6
- package/dist/definitions/resources/Clusters/Nodes/ClusterNode.d.ts +3 -3
- package/dist/definitions/resources/Clusters/Nodes/ClusterNodeInterfaces.d.ts +1 -1
- package/dist/definitions/resources/Clusters/Nodes/index.d.ts +2 -2
- package/dist/definitions/resources/Clusters/index.d.ts +4 -4
- package/dist/definitions/resources/Connectivity/Connectivity.d.ts +2 -2
- package/dist/definitions/resources/Connectivity/index.d.ts +2 -2
- package/dist/definitions/resources/CrawlingModule/CrawlingModule.d.ts +3 -3
- package/dist/definitions/resources/CrawlingModule/CrawlingModuleInterfaces.d.ts +1 -1
- package/dist/definitions/resources/CrawlingModule/index.d.ts +2 -2
- package/dist/definitions/resources/Extensions/Extensions.d.ts +2 -2
- package/dist/definitions/resources/Extensions/ExtensionsInterfaces.d.ts +2 -2
- package/dist/definitions/resources/Extensions/index.d.ts +2 -2
- package/dist/definitions/resources/Fields/Fields.d.ts +3 -3
- package/dist/definitions/resources/Fields/FieldsInterfaces.d.ts +2 -2
- package/dist/definitions/resources/Fields/index.d.ts +2 -2
- package/dist/definitions/resources/Global/Global.d.ts +4 -4
- package/dist/definitions/resources/Global/OrganizationConfigurations/OrganizationConfiguration.d.ts +3 -3
- package/dist/definitions/resources/Global/OrganizationConfigurations/index.d.ts +2 -2
- package/dist/definitions/resources/Global/RegionConfigurations/RegionConfiguration.d.ts +2 -2
- package/dist/definitions/resources/Global/RegionConfigurations/RegionConfigurationInterfaces.d.ts +1 -1
- package/dist/definitions/resources/Global/RegionConfigurations/index.d.ts +2 -2
- package/dist/definitions/resources/Global/index.d.ts +3 -3
- package/dist/definitions/resources/GlobalGroups/GlobalGroup.d.ts +3 -3
- package/dist/definitions/resources/GlobalGroups/GlobalGroupInterfaces.d.ts +2 -2
- package/dist/definitions/resources/GlobalGroups/index.d.ts +2 -2
- package/dist/definitions/resources/Groups/Groups.d.ts +7 -7
- package/dist/definitions/resources/Groups/GroupsInterfaces.d.ts +4 -4
- package/dist/definitions/resources/Groups/Invites/GroupInvite.d.ts +3 -3
- package/dist/definitions/resources/Groups/Invites/GroupInviteInterfaces.d.ts +1 -1
- package/dist/definitions/resources/Groups/Invites/index.d.ts +2 -2
- package/dist/definitions/resources/Groups/Members/GroupMember.d.ts +2 -2
- package/dist/definitions/resources/Groups/Members/GroupMemberInterfaces.d.ts +1 -1
- package/dist/definitions/resources/Groups/Members/index.d.ts +2 -2
- package/dist/definitions/resources/Groups/Realms/GroupRealm.d.ts +2 -2
- package/dist/definitions/resources/Groups/Realms/GroupRealmInterfaces.d.ts +1 -1
- package/dist/definitions/resources/Groups/Realms/index.d.ts +2 -2
- package/dist/definitions/resources/Groups/index.d.ts +5 -5
- package/dist/definitions/resources/HostedInterfacesCore/HostedInterfaceCoreConfig.model.d.ts +141 -0
- package/dist/definitions/resources/HostedInterfacesCore/index.d.ts +1 -0
- package/dist/definitions/resources/IPXInterfaces/IPXInterface.model.d.ts +62 -0
- package/dist/definitions/resources/IPXInterfaces/index.d.ts +1 -0
- package/dist/definitions/resources/InProductExperiences/InProductExperiences.d.ts +4 -4
- package/dist/definitions/resources/InProductExperiences/InProductExperiencesInterfaces.d.ts +2 -2
- package/dist/definitions/resources/InProductExperiences/index.d.ts +2 -2
- package/dist/definitions/resources/Indexes/Indexes.d.ts +3 -3
- package/dist/definitions/resources/Indexes/IndexesInterface.d.ts +1 -1
- package/dist/definitions/resources/Indexes/index.d.ts +2 -2
- package/dist/definitions/resources/InsightPanelConfigs/InsightPanelConfig.d.ts +3 -3
- package/dist/definitions/resources/InsightPanelConfigs/InsightPanelConfigInterfaces.d.ts +2 -2
- package/dist/definitions/resources/InsightPanelConfigs/index.d.ts +2 -2
- package/dist/definitions/resources/InsightPanelInterfaces/InsightPanelInterface.d.ts +5 -4
- package/dist/definitions/resources/InsightPanelInterfaces/InsightPanelInterface.model.d.ts +9 -105
- package/dist/definitions/resources/InsightPanelInterfaces/index.d.ts +2 -2
- package/dist/definitions/resources/License/License.d.ts +3 -3
- package/dist/definitions/resources/License/LicenseInterfaces.d.ts +1 -1
- package/dist/definitions/resources/License/index.d.ts +2 -2
- package/dist/definitions/resources/Limits/Limits.d.ts +3 -3
- package/dist/definitions/resources/Limits/index.d.ts +2 -2
- package/dist/definitions/resources/Links/Links.d.ts +1 -1
- package/dist/definitions/resources/Links/index.d.ts +1 -1
- package/dist/definitions/resources/Logs/Logs.d.ts +2 -2
- package/dist/definitions/resources/Logs/LogsInterfaces.d.ts +2 -2
- package/dist/definitions/resources/Logs/index.d.ts +2 -2
- package/dist/definitions/resources/MachineLearning/CaseClassificationConfiguration/CaseClassificationConfiguration.d.ts +3 -3
- package/dist/definitions/resources/MachineLearning/CaseClassificationConfiguration/CaseClassificationConfigurationInterfaces.d.ts +1 -1
- package/dist/definitions/resources/MachineLearning/CaseClassificationConfiguration/index.d.ts +2 -2
- package/dist/definitions/resources/MachineLearning/DNEConfiguration/DNEConfiguration.d.ts +3 -3
- package/dist/definitions/resources/MachineLearning/DNEConfiguration/DNEConfigurationInterfaces.d.ts +2 -2
- package/dist/definitions/resources/MachineLearning/DNEConfiguration/index.d.ts +2 -2
- package/dist/definitions/resources/MachineLearning/FilterConditions.d.ts +1 -1
- package/dist/definitions/resources/MachineLearning/MachineLearning.d.ts +11 -11
- package/dist/definitions/resources/MachineLearning/MachineLearningInterfaces.d.ts +3 -3
- package/dist/definitions/resources/MachineLearning/ModelConfiguration/ModelConfiguration.d.ts +2 -2
- package/dist/definitions/resources/MachineLearning/ModelConfiguration/index.d.ts +2 -2
- package/dist/definitions/resources/MachineLearning/ModelInformation/ModelInformation.d.ts +4 -4
- package/dist/definitions/resources/MachineLearning/ModelInformation/index.d.ts +2 -2
- package/dist/definitions/resources/MachineLearning/Models/Models.d.ts +4 -4
- package/dist/definitions/resources/MachineLearning/Models/ModelsInterfaces.d.ts +4 -4
- package/dist/definitions/resources/MachineLearning/Models/index.d.ts +2 -2
- package/dist/definitions/resources/MachineLearning/PQSConfiguration/PQSConfiguration.d.ts +2 -2
- package/dist/definitions/resources/MachineLearning/PQSConfiguration/PQSConfigurationInterfaces.d.ts +1 -1
- package/dist/definitions/resources/MachineLearning/PQSConfiguration/index.d.ts +2 -2
- package/dist/definitions/resources/MachineLearning/SmartSnippetsConfiguration/SmartSnippetsConfiguration.d.ts +3 -3
- package/dist/definitions/resources/MachineLearning/SmartSnippetsConfiguration/SmartSnippetsConfigurationInterfaces.d.ts +1 -1
- package/dist/definitions/resources/MachineLearning/SmartSnippetsConfiguration/index.d.ts +2 -2
- package/dist/definitions/resources/MachineLearning/UserActionHistoryConfiguration/UserActionHistoryConfiguration.d.ts +1 -1
- package/dist/definitions/resources/MachineLearning/UserActionHistoryConfiguration/index.d.ts +1 -1
- package/dist/definitions/resources/MachineLearning/index.d.ts +11 -11
- package/dist/definitions/resources/ModifierTemplates/ModifierTemplates.d.ts +2 -2
- package/dist/definitions/resources/ModifierTemplates/index.d.ts +2 -2
- package/dist/definitions/resources/Notification/Subscription/Subscription.d.ts +2 -2
- package/dist/definitions/resources/Notification/Subscription/SubscriptionInterfaces.d.ts +1 -1
- package/dist/definitions/resources/Notification/Subscription/index.d.ts +2 -2
- package/dist/definitions/resources/Notification/index.d.ts +2 -2
- package/dist/definitions/resources/Notification/notification.d.ts +3 -3
- package/dist/definitions/resources/OrganizationAccess/Access.d.ts +2 -2
- package/dist/definitions/resources/OrganizationAccess/AccessInterfaces.d.ts +1 -1
- package/dist/definitions/resources/OrganizationAccess/index.d.ts +2 -2
- package/dist/definitions/resources/Organizations/Members/Members.d.ts +2 -2
- package/dist/definitions/resources/Organizations/Members/MembersInterface.d.ts +1 -1
- package/dist/definitions/resources/Organizations/Members/index.d.ts +2 -2
- package/dist/definitions/resources/Organizations/Organization.d.ts +6 -6
- package/dist/definitions/resources/Organizations/OrganizationInterfaces.d.ts +3 -3
- package/dist/definitions/resources/Organizations/index.d.ts +3 -3
- package/dist/definitions/resources/Pipelines/Conditions/Condition.d.ts +9 -3
- package/dist/definitions/resources/Pipelines/Conditions/ConditionInterfaces.d.ts +4 -2
- package/dist/definitions/resources/Pipelines/Conditions/index.d.ts +2 -2
- package/dist/definitions/resources/Pipelines/FacetStateRules/FacetStateRules.d.ts +2 -2
- package/dist/definitions/resources/Pipelines/FacetStateRules/FacetStateRulesInterface.d.ts +2 -2
- package/dist/definitions/resources/Pipelines/FacetStateRules/index.d.ts +2 -2
- package/dist/definitions/resources/Pipelines/MLAssociations/MLAssociations.d.ts +3 -3
- package/dist/definitions/resources/Pipelines/MLAssociations/MLAssociationsInterfaces.d.ts +2 -2
- package/dist/definitions/resources/Pipelines/MLAssociations/index.d.ts +2 -2
- package/dist/definitions/resources/Pipelines/Pipelines.d.ts +10 -10
- package/dist/definitions/resources/Pipelines/PipelinesInterfaces.d.ts +2 -2
- package/dist/definitions/resources/Pipelines/ResultRankings/ResultRankings.d.ts +2 -2
- package/dist/definitions/resources/Pipelines/ResultRankings/ResultRankingsInterfaces.d.ts +2 -2
- package/dist/definitions/resources/Pipelines/ResultRankings/index.d.ts +2 -2
- package/dist/definitions/resources/Pipelines/StatementGroups/StatementGroups.d.ts +2 -2
- package/dist/definitions/resources/Pipelines/StatementGroups/StatementGroupsInterfaces.d.ts +2 -2
- package/dist/definitions/resources/Pipelines/StatementGroups/index.d.ts +2 -2
- package/dist/definitions/resources/Pipelines/Statements/Statements.d.ts +3 -3
- package/dist/definitions/resources/Pipelines/Statements/StatementsInterfaces.d.ts +3 -3
- package/dist/definitions/resources/Pipelines/Statements/index.d.ts +2 -2
- package/dist/definitions/resources/Pipelines/index.d.ts +8 -8
- package/dist/definitions/resources/PlatformResources.d.ts +47 -47
- package/dist/definitions/resources/PrivilegeEvaluator/PrivilegeEvaluator.d.ts +2 -2
- package/dist/definitions/resources/PrivilegeEvaluator/PrivilegeEvaluatorInterfaces.d.ts +1 -1
- package/dist/definitions/resources/PrivilegeEvaluator/index.d.ts +2 -2
- package/dist/definitions/resources/Products/Product.d.ts +3 -3
- package/dist/definitions/resources/Products/ProductInterfaces.d.ts +1 -1
- package/dist/definitions/resources/Products/index.d.ts +2 -2
- package/dist/definitions/resources/PushApi/PushApi.d.ts +2 -2
- package/dist/definitions/resources/PushApi/PushApiInterfaces.d.ts +1 -1
- package/dist/definitions/resources/PushApi/index.d.ts +2 -2
- package/dist/definitions/resources/Resource.d.ts +1 -1
- package/dist/definitions/resources/ResourceSnapshots/ResourceSnapshots.d.ts +2 -2
- package/dist/definitions/resources/ResourceSnapshots/ResourceSnapshotsInterfaces.d.ts +1 -1
- package/dist/definitions/resources/ResourceSnapshots/index.d.ts +2 -2
- package/dist/definitions/resources/Saml/Saml.d.ts +4 -4
- package/dist/definitions/resources/Saml/SamlInterfaces.d.ts +1 -1
- package/dist/definitions/resources/Saml/index.d.ts +2 -2
- package/dist/definitions/resources/SchemaService/SchemaService.d.ts +5 -5
- package/dist/definitions/resources/SchemaService/SchemaServiceInterfaces.d.ts +1 -1
- package/dist/definitions/resources/SchemaService/index.d.ts +2 -2
- package/dist/definitions/resources/Search/Search.d.ts +3 -3
- package/dist/definitions/resources/Search/SearchInterfaces.d.ts +1 -1
- package/dist/definitions/resources/Search/index.d.ts +2 -2
- package/dist/definitions/resources/SearchInterfaces/SearchInterfaces.d.ts +3 -3
- package/dist/definitions/resources/SearchInterfaces/SearchInterfaces.model.d.ts +2 -2
- package/dist/definitions/resources/SearchInterfaces/index.d.ts +2 -2
- package/dist/definitions/resources/SearchPages/SearchPages.d.ts +2 -2
- package/dist/definitions/resources/SearchPages/SearchPagesInterfaces.d.ts +1 -1
- package/dist/definitions/resources/SearchPages/index.d.ts +2 -2
- package/dist/definitions/resources/SearchUsageMetrics/LicenseMetrics/LicenseMetrics.d.ts +2 -2
- package/dist/definitions/resources/SearchUsageMetrics/LicenseMetrics/index.d.ts +2 -2
- package/dist/definitions/resources/SearchUsageMetrics/RawMetrics/RawMetrics.d.ts +2 -2
- package/dist/definitions/resources/SearchUsageMetrics/RawMetrics/RawMetricsInterface.d.ts +1 -1
- package/dist/definitions/resources/SearchUsageMetrics/RawMetrics/index.d.ts +2 -2
- package/dist/definitions/resources/SearchUsageMetrics/SearchHubs/SearchHubs.d.ts +2 -2
- package/dist/definitions/resources/SearchUsageMetrics/SearchHubs/SearchHubsInterface.d.ts +1 -1
- package/dist/definitions/resources/SearchUsageMetrics/SearchHubs/index.d.ts +2 -2
- package/dist/definitions/resources/SearchUsageMetrics/SearchUsageMetrics.d.ts +5 -5
- package/dist/definitions/resources/SearchUsageMetrics/index.d.ts +4 -4
- package/dist/definitions/resources/SecurityCache/SecurityCache.d.ts +3 -3
- package/dist/definitions/resources/SecurityCache/SecurityCacheInterfaces.d.ts +3 -3
- package/dist/definitions/resources/SecurityCache/index.d.ts +2 -2
- package/dist/definitions/resources/Sources/Sources.d.ts +10 -10
- package/dist/definitions/resources/Sources/SourcesDatasets/SourcesDatasets.d.ts +2 -2
- package/dist/definitions/resources/Sources/SourcesDatasets/index.d.ts +2 -2
- package/dist/definitions/resources/Sources/SourcesFields/SourcesFields.d.ts +3 -3
- package/dist/definitions/resources/Sources/SourcesFields/SourcesFieldsInterfaces.d.ts +3 -3
- package/dist/definitions/resources/Sources/SourcesFields/index.d.ts +2 -2
- package/dist/definitions/resources/Sources/SourcesInterfaces.d.ts +6 -6
- package/dist/definitions/resources/Sources/SourcesMappings/SourcesMappings.d.ts +2 -2
- package/dist/definitions/resources/Sources/SourcesMappings/SourcesMappingsInterfaces.d.ts +1 -1
- package/dist/definitions/resources/Sources/SourcesMappings/index.d.ts +2 -2
- package/dist/definitions/resources/Sources/SourcesMetadata/SourcesMetadata.d.ts +3 -3
- package/dist/definitions/resources/Sources/SourcesMetadata/SourcesMetadataInterfaces.d.ts +1 -1
- package/dist/definitions/resources/Sources/SourcesMetadata/index.d.ts +2 -2
- package/dist/definitions/resources/Sources/SourcesSubInterfaces/Address.d.ts +1 -1
- package/dist/definitions/resources/Sources/SourcesSubInterfaces/Authentification.d.ts +1 -1
- package/dist/definitions/resources/Sources/SourcesSubInterfaces/Document.d.ts +1 -1
- package/dist/definitions/resources/Sources/SourcesSubInterfaces/Extension.d.ts +1 -1
- package/dist/definitions/resources/Sources/SourcesSubInterfaces/Information.d.ts +1 -1
- package/dist/definitions/resources/Sources/SourcesSubInterfaces/Permission.d.ts +1 -1
- package/dist/definitions/resources/Sources/SourcesSubInterfaces/Url.d.ts +1 -1
- package/dist/definitions/resources/Sources/SourcesSubInterfaces/index.d.ts +11 -11
- package/dist/definitions/resources/Sources/index.d.ts +6 -6
- package/dist/definitions/resources/TableauService/ContentQuery/ContentQuery.d.ts +2 -2
- package/dist/definitions/resources/TableauService/ContentQuery/index.d.ts +2 -2
- package/dist/definitions/resources/TableauService/TableauService.d.ts +3 -3
- package/dist/definitions/resources/TableauService/index.d.ts +2 -2
- package/dist/definitions/resources/UsageAnalytics/Read/Administration/Administration.d.ts +2 -2
- package/dist/definitions/resources/UsageAnalytics/Read/Administration/AdministrationInterfaces.d.ts +2 -2
- package/dist/definitions/resources/UsageAnalytics/Read/Administration/index.d.ts +2 -2
- package/dist/definitions/resources/UsageAnalytics/Read/CommonParamParts.d.ts +1 -1
- package/dist/definitions/resources/UsageAnalytics/Read/DataShare/DataShare.d.ts +2 -2
- package/dist/definitions/resources/UsageAnalytics/Read/DataShare/DataShareInterfaces.d.ts +1 -1
- package/dist/definitions/resources/UsageAnalytics/Read/DataShare/index.d.ts +2 -2
- package/dist/definitions/resources/UsageAnalytics/Read/Dimensions/Dimensions.d.ts +4 -4
- package/dist/definitions/resources/UsageAnalytics/Read/Dimensions/DimensionsInterfaces.d.ts +2 -2
- package/dist/definitions/resources/UsageAnalytics/Read/Dimensions/index.d.ts +2 -2
- package/dist/definitions/resources/UsageAnalytics/Read/Exports/Exports.d.ts +3 -3
- package/dist/definitions/resources/UsageAnalytics/Read/Exports/ExportsInterfaces.d.ts +2 -2
- package/dist/definitions/resources/UsageAnalytics/Read/Exports/index.d.ts +2 -2
- package/dist/definitions/resources/UsageAnalytics/Read/Filters/Filters.d.ts +3 -3
- package/dist/definitions/resources/UsageAnalytics/Read/Filters/FiltersInterfaces.d.ts +1 -1
- package/dist/definitions/resources/UsageAnalytics/Read/Filters/index.d.ts +2 -2
- package/dist/definitions/resources/UsageAnalytics/Read/ReadServiceResource.d.ts +1 -1
- package/dist/definitions/resources/UsageAnalytics/Read/Reports/Reports.d.ts +4 -4
- package/dist/definitions/resources/UsageAnalytics/Read/Reports/ReportsInterfaces.d.ts +2 -2
- package/dist/definitions/resources/UsageAnalytics/Read/Reports/index.d.ts +2 -2
- package/dist/definitions/resources/UsageAnalytics/Read/Snowflake/Snowflake.d.ts +2 -2
- package/dist/definitions/resources/UsageAnalytics/Read/Snowflake/SnowflakeInterfaces.d.ts +2 -2
- package/dist/definitions/resources/UsageAnalytics/Read/Snowflake/index.d.ts +2 -2
- package/dist/definitions/resources/UsageAnalytics/Read/Statistics/Statistics.d.ts +3 -3
- package/dist/definitions/resources/UsageAnalytics/Read/Statistics/StatisticsInterfaces.d.ts +1 -1
- package/dist/definitions/resources/UsageAnalytics/Read/Statistics/index.d.ts +2 -2
- package/dist/definitions/resources/UsageAnalytics/Read/Users/Users.d.ts +3 -3
- package/dist/definitions/resources/UsageAnalytics/Read/Users/UsersInterfaces.d.ts +1 -1
- package/dist/definitions/resources/UsageAnalytics/Read/Users/index.d.ts +2 -2
- package/dist/definitions/resources/UsageAnalytics/Read/index.d.ts +11 -11
- package/dist/definitions/resources/UsageAnalytics/UsageAnalytics.d.ts +10 -10
- package/dist/definitions/resources/UsageAnalytics/index.d.ts +2 -2
- package/dist/definitions/resources/Users/User.d.ts +3 -3
- package/dist/definitions/resources/Users/UserInterfaces.d.ts +2 -2
- package/dist/definitions/resources/Users/index.d.ts +2 -2
- package/dist/definitions/resources/Vaults/Vaults.d.ts +4 -4
- package/dist/definitions/resources/Vaults/VaultsInterfaces.d.ts +4 -4
- package/dist/definitions/resources/Vaults/index.d.ts +2 -2
- package/dist/definitions/resources/index.d.ts +48 -46
- package/dist/definitions/utils/index.d.ts +2 -2
- package/dist/definitions/utils/normalizePaginatedOptions.d.ts +2 -2
- package/dist/handlers/ResponseHandlerInterfaces.js +1 -2
- package/dist/handlers/ResponseHandlers.js +17 -41
- package/dist/handlers/ResponseHandlers.js.map +1 -1
- package/dist/handlers/index.js +2 -5
- package/dist/handlers/index.js.map +1 -1
- package/dist/resources/AWS/AWS.js +6 -16
- package/dist/resources/AWS/AWS.js.map +1 -1
- package/dist/resources/AWS/AWSInterfaces.js +1 -2
- package/dist/resources/AWS/index.js +2 -5
- package/dist/resources/AWS/index.js.map +1 -1
- package/dist/resources/Activities/Activities.js +24 -35
- package/dist/resources/Activities/Activities.js.map +1 -1
- package/dist/resources/Activities/ActivitiesInterfaces.js +1 -2
- package/dist/resources/Activities/index.js +2 -5
- package/dist/resources/Activities/index.js.map +1 -1
- package/dist/resources/ApiKeys/ApiKeys.js +21 -30
- package/dist/resources/ApiKeys/ApiKeys.js.map +1 -1
- package/dist/resources/ApiKeys/ApiKeysInterfaces.js +1 -2
- package/dist/resources/ApiKeys/index.js +2 -5
- package/dist/resources/ApiKeys/index.js.map +1 -1
- package/dist/resources/BaseInterfaces.js +1 -2
- package/dist/resources/CaseAssistConfigs/CaseAssistConfig.js +30 -39
- package/dist/resources/CaseAssistConfigs/CaseAssistConfig.js.map +1 -1
- package/dist/resources/CaseAssistConfigs/CaseAssistConfigInterfaces.js +6 -9
- package/dist/resources/CaseAssistConfigs/CaseAssistConfigInterfaces.js.map +1 -1
- package/dist/resources/CaseAssistConfigs/CaseAssistPreviewInterfaces.js +1 -2
- package/dist/resources/CaseAssistConfigs/index.js +3 -6
- package/dist/resources/CaseAssistConfigs/index.js.map +1 -1
- package/dist/resources/Catalogs/Catalog.js +27 -36
- package/dist/resources/Catalogs/Catalog.js.map +1 -1
- package/dist/resources/Catalogs/CatalogConfiguration.js +18 -27
- package/dist/resources/Catalogs/CatalogConfiguration.js.map +1 -1
- package/dist/resources/Catalogs/CatalogInterfaces.js +1 -2
- package/dist/resources/Catalogs/ProductListing.js +28 -37
- package/dist/resources/Catalogs/ProductListing.js.map +1 -1
- package/dist/resources/Catalogs/ProductListingConfiguration.js +21 -30
- package/dist/resources/Catalogs/ProductListingConfiguration.js.map +1 -1
- package/dist/resources/Catalogs/ProductListingConfigurationInterfaces.js +2 -5
- package/dist/resources/Catalogs/ProductListingConfigurationInterfaces.js.map +1 -1
- package/dist/resources/Catalogs/ProductListingInterfaces.js +1 -3
- package/dist/resources/Catalogs/ProductListingInterfaces.js.map +1 -1
- package/dist/resources/Catalogs/index.js +7 -10
- package/dist/resources/Catalogs/index.js.map +1 -1
- package/dist/resources/Clusters/Agents/ClusterAgent.js +10 -19
- package/dist/resources/Clusters/Agents/ClusterAgent.js.map +1 -1
- package/dist/resources/Clusters/Agents/ClusterAgentInterfaces.js +1 -2
- package/dist/resources/Clusters/Agents/index.js +2 -5
- package/dist/resources/Clusters/Agents/index.js.map +1 -1
- package/dist/resources/Clusters/Cluster.js +30 -33
- package/dist/resources/Clusters/Cluster.js.map +1 -1
- package/dist/resources/Clusters/ClusterInterfaces.js +1 -2
- package/dist/resources/Clusters/Nodes/ClusterNode.js +22 -31
- package/dist/resources/Clusters/Nodes/ClusterNode.js.map +1 -1
- package/dist/resources/Clusters/Nodes/ClusterNodeInterfaces.js +1 -2
- package/dist/resources/Clusters/Nodes/index.js +2 -5
- package/dist/resources/Clusters/Nodes/index.js.map +1 -1
- package/dist/resources/Clusters/index.js +4 -7
- package/dist/resources/Clusters/index.js.map +1 -1
- package/dist/resources/Connectivity/Connectivity.js +11 -21
- package/dist/resources/Connectivity/Connectivity.js.map +1 -1
- package/dist/resources/Connectivity/ConnectivityInterface.js +2 -5
- package/dist/resources/Connectivity/ConnectivityInterface.js.map +1 -1
- package/dist/resources/Connectivity/index.js +2 -5
- package/dist/resources/Connectivity/index.js.map +1 -1
- package/dist/resources/CrawlingModule/CrawlingModule.js +32 -41
- package/dist/resources/CrawlingModule/CrawlingModule.js.map +1 -1
- package/dist/resources/CrawlingModule/CrawlingModuleInterfaces.js +4 -7
- package/dist/resources/CrawlingModule/CrawlingModuleInterfaces.js.map +1 -1
- package/dist/resources/CrawlingModule/index.js +2 -5
- package/dist/resources/CrawlingModule/index.js.map +1 -1
- package/dist/resources/Enums.js +214 -219
- package/dist/resources/Enums.js.map +1 -1
- package/dist/resources/Extensions/Extensions.js +24 -33
- package/dist/resources/Extensions/Extensions.js.map +1 -1
- package/dist/resources/Extensions/ExtensionsInterfaces.js +1 -2
- package/dist/resources/Extensions/index.js +2 -5
- package/dist/resources/Extensions/index.js.map +1 -1
- package/dist/resources/Fields/Fields.js +35 -44
- package/dist/resources/Fields/Fields.js.map +1 -1
- package/dist/resources/Fields/FieldsInterfaces.js +1 -2
- package/dist/resources/Fields/index.js +2 -5
- package/dist/resources/Fields/index.js.map +1 -1
- package/dist/resources/Global/Global.js +15 -18
- package/dist/resources/Global/Global.js.map +1 -1
- package/dist/resources/Global/OrganizationConfigurations/OrganizationConfiguration.js +9 -18
- package/dist/resources/Global/OrganizationConfigurations/OrganizationConfiguration.js.map +1 -1
- package/dist/resources/Global/OrganizationConfigurations/OrganizationConfigurationInterfaces.js +1 -2
- package/dist/resources/Global/OrganizationConfigurations/index.js +2 -5
- package/dist/resources/Global/OrganizationConfigurations/index.js.map +1 -1
- package/dist/resources/Global/RegionConfigurations/RegionConfiguration.js +9 -18
- package/dist/resources/Global/RegionConfigurations/RegionConfiguration.js.map +1 -1
- package/dist/resources/Global/RegionConfigurations/RegionConfigurationInterfaces.js +1 -2
- package/dist/resources/Global/RegionConfigurations/index.js +2 -5
- package/dist/resources/Global/RegionConfigurations/index.js.map +1 -1
- package/dist/resources/Global/index.js +3 -6
- package/dist/resources/Global/index.js.map +1 -1
- package/dist/resources/GlobalGroups/GlobalGroup.js +17 -26
- package/dist/resources/GlobalGroups/GlobalGroup.js.map +1 -1
- package/dist/resources/GlobalGroups/GlobalGroupInterfaces.js +1 -2
- package/dist/resources/GlobalGroups/index.js +2 -5
- package/dist/resources/GlobalGroups/index.js.map +1 -1
- package/dist/resources/Groups/Groups.js +36 -38
- package/dist/resources/Groups/Groups.js.map +1 -1
- package/dist/resources/Groups/GroupsInterfaces.js +1 -2
- package/dist/resources/Groups/Invites/GroupInvite.js +18 -28
- package/dist/resources/Groups/Invites/GroupInvite.js.map +1 -1
- package/dist/resources/Groups/Invites/GroupInviteInterfaces.js +1 -2
- package/dist/resources/Groups/Invites/index.js +2 -5
- package/dist/resources/Groups/Invites/index.js.map +1 -1
- package/dist/resources/Groups/Members/GroupMember.js +15 -25
- package/dist/resources/Groups/Members/GroupMember.js.map +1 -1
- package/dist/resources/Groups/Members/GroupMemberInterfaces.js +1 -2
- package/dist/resources/Groups/Members/index.js +2 -5
- package/dist/resources/Groups/Members/index.js.map +1 -1
- package/dist/resources/Groups/Realms/GroupRealm.js +15 -24
- package/dist/resources/Groups/Realms/GroupRealm.js.map +1 -1
- package/dist/resources/Groups/Realms/GroupRealmInterfaces.js +1 -2
- package/dist/resources/Groups/Realms/index.js +2 -5
- package/dist/resources/Groups/Realms/index.js.map +1 -1
- package/dist/resources/Groups/index.js +5 -8
- package/dist/resources/Groups/index.js.map +1 -1
- package/dist/resources/HostedInterfacesCore/HostedInterfaceCoreConfig.model.js +8 -0
- package/dist/resources/HostedInterfacesCore/HostedInterfaceCoreConfig.model.js.map +1 -0
- package/dist/resources/HostedInterfacesCore/index.js +2 -0
- package/dist/resources/HostedInterfacesCore/index.js.map +1 -0
- package/dist/resources/IPXInterfaces/IPXInterface.model.js +6 -0
- package/dist/resources/IPXInterfaces/IPXInterface.model.js.map +1 -0
- package/dist/resources/IPXInterfaces/index.js +2 -0
- package/dist/resources/IPXInterfaces/index.js.map +1 -0
- package/dist/resources/InProductExperiences/InProductExperiences.js +29 -30
- package/dist/resources/InProductExperiences/InProductExperiences.js.map +1 -1
- package/dist/resources/InProductExperiences/InProductExperiencesInterfaces.js +10 -12
- package/dist/resources/InProductExperiences/InProductExperiencesInterfaces.js.map +1 -1
- package/dist/resources/InProductExperiences/index.js +2 -5
- package/dist/resources/InProductExperiences/index.js.map +1 -1
- package/dist/resources/Indexes/Indexes.js +49 -58
- package/dist/resources/Indexes/Indexes.js.map +1 -1
- package/dist/resources/Indexes/IndexesInterface.js +1 -2
- package/dist/resources/Indexes/index.js +2 -5
- package/dist/resources/Indexes/index.js.map +1 -1
- package/dist/resources/InsightPanelConfigs/InsightPanelConfig.js +19 -28
- package/dist/resources/InsightPanelConfigs/InsightPanelConfig.js.map +1 -1
- package/dist/resources/InsightPanelConfigs/InsightPanelConfigInterfaces.js +1 -2
- package/dist/resources/InsightPanelConfigs/index.js +2 -5
- package/dist/resources/InsightPanelConfigs/index.js.map +1 -1
- package/dist/resources/InsightPanelInterfaces/InsightPanelInterface.js +19 -28
- package/dist/resources/InsightPanelInterfaces/InsightPanelInterface.js.map +1 -1
- package/dist/resources/InsightPanelInterfaces/InsightPanelInterface.model.js +2 -12
- package/dist/resources/InsightPanelInterfaces/InsightPanelInterface.model.js.map +1 -1
- package/dist/resources/InsightPanelInterfaces/index.js +2 -5
- package/dist/resources/InsightPanelInterfaces/index.js.map +1 -1
- package/dist/resources/InternalBaseInterface.js +1 -2
- package/dist/resources/License/License.js +20 -29
- package/dist/resources/License/License.js.map +1 -1
- package/dist/resources/License/LicenseInterfaces.js +8 -11
- package/dist/resources/License/LicenseInterfaces.js.map +1 -1
- package/dist/resources/License/index.js +2 -5
- package/dist/resources/License/index.js.map +1 -1
- package/dist/resources/Limits/Limits.js +15 -26
- package/dist/resources/Limits/Limits.js.map +1 -1
- package/dist/resources/Limits/LimitsInterfaces.js +2 -5
- package/dist/resources/Limits/LimitsInterfaces.js.map +1 -1
- package/dist/resources/Limits/index.js +2 -5
- package/dist/resources/Limits/index.js.map +1 -1
- package/dist/resources/Links/Links.js +7 -16
- package/dist/resources/Links/Links.js.map +1 -1
- package/dist/resources/Links/index.js +1 -4
- package/dist/resources/Links/index.js.map +1 -1
- package/dist/resources/Logs/Logs.js +13 -22
- package/dist/resources/Logs/Logs.js.map +1 -1
- package/dist/resources/Logs/LogsInterfaces.js +1 -2
- package/dist/resources/Logs/index.js +2 -5
- package/dist/resources/Logs/index.js.map +1 -1
- package/dist/resources/MachineLearning/CaseClassificationConfiguration/CaseClassificationConfiguration.js +23 -32
- package/dist/resources/MachineLearning/CaseClassificationConfiguration/CaseClassificationConfiguration.js.map +1 -1
- package/dist/resources/MachineLearning/CaseClassificationConfiguration/CaseClassificationConfigurationInterfaces.js +2 -5
- package/dist/resources/MachineLearning/CaseClassificationConfiguration/CaseClassificationConfigurationInterfaces.js.map +1 -1
- package/dist/resources/MachineLearning/CaseClassificationConfiguration/index.js +2 -5
- package/dist/resources/MachineLearning/CaseClassificationConfiguration/index.js.map +1 -1
- package/dist/resources/MachineLearning/DNEConfiguration/DNEConfiguration.js +35 -50
- package/dist/resources/MachineLearning/DNEConfiguration/DNEConfiguration.js.map +1 -1
- package/dist/resources/MachineLearning/DNEConfiguration/DNEConfigurationInterfaces.js +1 -2
- package/dist/resources/MachineLearning/DNEConfiguration/index.js +2 -5
- package/dist/resources/MachineLearning/DNEConfiguration/index.js.map +1 -1
- package/dist/resources/MachineLearning/FilterConditions.js +1 -2
- package/dist/resources/MachineLearning/MachineLearning.js +38 -35
- package/dist/resources/MachineLearning/MachineLearning.js.map +1 -1
- package/dist/resources/MachineLearning/MachineLearningInterfaces.js +1 -2
- package/dist/resources/MachineLearning/ModelConfiguration/ModelConfiguration.js +10 -21
- package/dist/resources/MachineLearning/ModelConfiguration/ModelConfiguration.js.map +1 -1
- package/dist/resources/MachineLearning/ModelConfiguration/ModelConfigurationInterfaces.js +1 -2
- package/dist/resources/MachineLearning/ModelConfiguration/index.js +2 -5
- package/dist/resources/MachineLearning/ModelConfiguration/index.js.map +1 -1
- package/dist/resources/MachineLearning/ModelInformation/ModelInformation.js +11 -22
- package/dist/resources/MachineLearning/ModelInformation/ModelInformation.js.map +1 -1
- package/dist/resources/MachineLearning/ModelInformation/ModelInformationInterfaces.js +1 -2
- package/dist/resources/MachineLearning/ModelInformation/index.js +2 -5
- package/dist/resources/MachineLearning/ModelInformation/index.js.map +1 -1
- package/dist/resources/MachineLearning/Models/Models.js +24 -33
- package/dist/resources/MachineLearning/Models/Models.js.map +1 -1
- package/dist/resources/MachineLearning/Models/ModelsInterfaces.js +1 -2
- package/dist/resources/MachineLearning/Models/index.js +2 -5
- package/dist/resources/MachineLearning/Models/index.js.map +1 -1
- package/dist/resources/MachineLearning/PQSConfiguration/PQSConfiguration.js +7 -16
- package/dist/resources/MachineLearning/PQSConfiguration/PQSConfiguration.js.map +1 -1
- package/dist/resources/MachineLearning/PQSConfiguration/PQSConfigurationInterfaces.js +1 -2
- package/dist/resources/MachineLearning/PQSConfiguration/index.js +2 -5
- package/dist/resources/MachineLearning/PQSConfiguration/index.js.map +1 -1
- package/dist/resources/MachineLearning/SmartSnippetsConfiguration/SmartSnippetsConfiguration.js +26 -35
- package/dist/resources/MachineLearning/SmartSnippetsConfiguration/SmartSnippetsConfiguration.js.map +1 -1
- package/dist/resources/MachineLearning/SmartSnippetsConfiguration/SmartSnippetsConfigurationInterfaces.js +1 -2
- package/dist/resources/MachineLearning/SmartSnippetsConfiguration/index.js +2 -5
- package/dist/resources/MachineLearning/SmartSnippetsConfiguration/index.js.map +1 -1
- package/dist/resources/MachineLearning/UserActionHistoryConfiguration/UserActionHistoryConfiguration.js +11 -20
- package/dist/resources/MachineLearning/UserActionHistoryConfiguration/UserActionHistoryConfiguration.js.map +1 -1
- package/dist/resources/MachineLearning/UserActionHistoryConfiguration/index.js +1 -4
- package/dist/resources/MachineLearning/UserActionHistoryConfiguration/index.js.map +1 -1
- package/dist/resources/MachineLearning/index.js +11 -14
- package/dist/resources/MachineLearning/index.js.map +1 -1
- package/dist/resources/ModifierTemplates/ModifierTemplateInterfaces.js +6 -9
- package/dist/resources/ModifierTemplates/ModifierTemplateInterfaces.js.map +1 -1
- package/dist/resources/ModifierTemplates/ModifierTemplates.js +9 -18
- package/dist/resources/ModifierTemplates/ModifierTemplates.js.map +1 -1
- package/dist/resources/ModifierTemplates/index.js +2 -5
- package/dist/resources/ModifierTemplates/index.js.map +1 -1
- package/dist/resources/Notification/Subscription/Subscription.js +51 -60
- package/dist/resources/Notification/Subscription/Subscription.js.map +1 -1
- package/dist/resources/Notification/Subscription/SubscriptionInterfaces.js +1 -2
- package/dist/resources/Notification/Subscription/index.js +2 -5
- package/dist/resources/Notification/Subscription/index.js.map +1 -1
- package/dist/resources/Notification/index.js +2 -5
- package/dist/resources/Notification/index.js.map +1 -1
- package/dist/resources/Notification/notification.js +12 -16
- package/dist/resources/Notification/notification.js.map +1 -1
- package/dist/resources/OrganizationAccess/Access.js +10 -19
- package/dist/resources/OrganizationAccess/Access.js.map +1 -1
- package/dist/resources/OrganizationAccess/AccessInterfaces.js +1 -2
- package/dist/resources/OrganizationAccess/index.js +2 -5
- package/dist/resources/OrganizationAccess/index.js.map +1 -1
- package/dist/resources/Organizations/Members/Members.js +13 -22
- package/dist/resources/Organizations/Members/Members.js.map +1 -1
- package/dist/resources/Organizations/Members/MembersInterface.js +1 -2
- package/dist/resources/Organizations/Members/index.js +2 -5
- package/dist/resources/Organizations/Members/index.js.map +1 -1
- package/dist/resources/Organizations/Organization.js +70 -81
- package/dist/resources/Organizations/Organization.js.map +1 -1
- package/dist/resources/Organizations/OrganizationInterfaces.js +2 -5
- package/dist/resources/Organizations/OrganizationInterfaces.js.map +1 -1
- package/dist/resources/Organizations/index.js +3 -6
- package/dist/resources/Organizations/index.js.map +1 -1
- package/dist/resources/Pipelines/Conditions/Condition.js +30 -32
- package/dist/resources/Pipelines/Conditions/Condition.js.map +1 -1
- package/dist/resources/Pipelines/Conditions/ConditionInterfaces.js +1 -2
- package/dist/resources/Pipelines/Conditions/index.js +2 -5
- package/dist/resources/Pipelines/Conditions/index.js.map +1 -1
- package/dist/resources/Pipelines/FacetStateRules/FacetStateRules.js +21 -30
- package/dist/resources/Pipelines/FacetStateRules/FacetStateRules.js.map +1 -1
- package/dist/resources/Pipelines/FacetStateRules/FacetStateRulesInterface.js +1 -2
- package/dist/resources/Pipelines/FacetStateRules/index.js +2 -5
- package/dist/resources/Pipelines/FacetStateRules/index.js.map +1 -1
- package/dist/resources/Pipelines/MLAssociations/MLAssociations.js +30 -37
- package/dist/resources/Pipelines/MLAssociations/MLAssociations.js.map +1 -1
- package/dist/resources/Pipelines/MLAssociations/MLAssociationsInterfaces.js +1 -2
- package/dist/resources/Pipelines/MLAssociations/index.js +2 -5
- package/dist/resources/Pipelines/MLAssociations/index.js.map +1 -1
- package/dist/resources/Pipelines/Pipelines.js +50 -49
- package/dist/resources/Pipelines/Pipelines.js.map +1 -1
- package/dist/resources/Pipelines/PipelinesInterfaces.js +1 -2
- package/dist/resources/Pipelines/ResultRankings/ResultRankings.js +38 -41
- package/dist/resources/Pipelines/ResultRankings/ResultRankings.js.map +1 -1
- package/dist/resources/Pipelines/ResultRankings/ResultRankingsInterfaces.js +1 -2
- package/dist/resources/Pipelines/ResultRankings/index.js +2 -5
- package/dist/resources/Pipelines/ResultRankings/index.js.map +1 -1
- package/dist/resources/Pipelines/StatementGroups/StatementGroups.js +26 -32
- package/dist/resources/Pipelines/StatementGroups/StatementGroups.js.map +1 -1
- package/dist/resources/Pipelines/StatementGroups/StatementGroupsInterfaces.js +2 -5
- package/dist/resources/Pipelines/StatementGroups/StatementGroupsInterfaces.js.map +1 -1
- package/dist/resources/Pipelines/StatementGroups/index.js +2 -5
- package/dist/resources/Pipelines/StatementGroups/index.js.map +1 -1
- package/dist/resources/Pipelines/Statements/Statements.js +43 -45
- package/dist/resources/Pipelines/Statements/Statements.js.map +1 -1
- package/dist/resources/Pipelines/Statements/StatementsInterfaces.js +1 -2
- package/dist/resources/Pipelines/Statements/index.js +2 -5
- package/dist/resources/Pipelines/Statements/index.js.map +1 -1
- package/dist/resources/Pipelines/index.js +8 -11
- package/dist/resources/Pipelines/index.js.map +1 -1
- package/dist/resources/PlatformResources.js +150 -110
- package/dist/resources/PlatformResources.js.map +1 -1
- package/dist/resources/PrivilegeEvaluator/PrivilegeEvaluator.js +11 -17
- package/dist/resources/PrivilegeEvaluator/PrivilegeEvaluator.js.map +1 -1
- package/dist/resources/PrivilegeEvaluator/PrivilegeEvaluatorInterfaces.js +2 -5
- package/dist/resources/PrivilegeEvaluator/PrivilegeEvaluatorInterfaces.js.map +1 -1
- package/dist/resources/PrivilegeEvaluator/index.js +2 -5
- package/dist/resources/PrivilegeEvaluator/index.js.map +1 -1
- package/dist/resources/Products/Product.js +7 -17
- package/dist/resources/Products/Product.js.map +1 -1
- package/dist/resources/Products/ProductInterfaces.js +1 -2
- package/dist/resources/Products/index.js +2 -5
- package/dist/resources/Products/index.js.map +1 -1
- package/dist/resources/PushApi/PushApi.js +19 -28
- package/dist/resources/PushApi/PushApi.js.map +1 -1
- package/dist/resources/PushApi/PushApiInterfaces.js +1 -2
- package/dist/resources/PushApi/index.js +2 -5
- package/dist/resources/PushApi/index.js.map +1 -1
- package/dist/resources/Resource.js +14 -15
- package/dist/resources/Resource.js.map +1 -1
- package/dist/resources/ResourceSnapshots/ResourceSnapshots.js +73 -91
- package/dist/resources/ResourceSnapshots/ResourceSnapshots.js.map +1 -1
- package/dist/resources/ResourceSnapshots/ResourceSnapshotsInterfaces.js +22 -25
- package/dist/resources/ResourceSnapshots/ResourceSnapshotsInterfaces.js.map +1 -1
- package/dist/resources/ResourceSnapshots/index.js +2 -5
- package/dist/resources/ResourceSnapshots/index.js.map +1 -1
- package/dist/resources/Saml/Saml.js +25 -34
- package/dist/resources/Saml/Saml.js.map +1 -1
- package/dist/resources/Saml/SamlInterfaces.js +1 -2
- package/dist/resources/Saml/index.js +2 -5
- package/dist/resources/Saml/index.js.map +1 -1
- package/dist/resources/SchemaService/SchemaService.js +46 -51
- package/dist/resources/SchemaService/SchemaService.js.map +1 -1
- package/dist/resources/SchemaService/SchemaServiceInterfaces.js +1 -2
- package/dist/resources/SchemaService/index.js +2 -5
- package/dist/resources/SchemaService/index.js.map +1 -1
- package/dist/resources/Search/Search.js +20 -26
- package/dist/resources/Search/Search.js.map +1 -1
- package/dist/resources/Search/SearchInterfaces.js +1 -2
- package/dist/resources/Search/index.js +2 -5
- package/dist/resources/Search/index.js.map +1 -1
- package/dist/resources/SearchInterfaces/SearchInterfaces.js +37 -46
- package/dist/resources/SearchInterfaces/SearchInterfaces.js.map +1 -1
- package/dist/resources/SearchInterfaces/SearchInterfaces.model.js +1 -2
- package/dist/resources/SearchInterfaces/index.js +2 -5
- package/dist/resources/SearchInterfaces/index.js.map +1 -1
- package/dist/resources/SearchPages/SearchPages.js +48 -57
- package/dist/resources/SearchPages/SearchPages.js.map +1 -1
- package/dist/resources/SearchPages/SearchPagesInterfaces.js +1 -2
- package/dist/resources/SearchPages/index.js +2 -5
- package/dist/resources/SearchPages/index.js.map +1 -1
- package/dist/resources/SearchUsageMetrics/LicenseMetrics/LicenseMetrics.js +13 -22
- package/dist/resources/SearchUsageMetrics/LicenseMetrics/LicenseMetrics.js.map +1 -1
- package/dist/resources/SearchUsageMetrics/LicenseMetrics/LicenseMetricsInterface.js +1 -2
- package/dist/resources/SearchUsageMetrics/LicenseMetrics/index.js +2 -5
- package/dist/resources/SearchUsageMetrics/LicenseMetrics/index.js.map +1 -1
- package/dist/resources/SearchUsageMetrics/RawMetrics/RawMetrics.js +22 -37
- package/dist/resources/SearchUsageMetrics/RawMetrics/RawMetrics.js.map +1 -1
- package/dist/resources/SearchUsageMetrics/RawMetrics/RawMetricsInterface.js +1 -2
- package/dist/resources/SearchUsageMetrics/RawMetrics/index.js +2 -5
- package/dist/resources/SearchUsageMetrics/RawMetrics/index.js.map +1 -1
- package/dist/resources/SearchUsageMetrics/SearchHubs/SearchHubs.js +22 -35
- package/dist/resources/SearchUsageMetrics/SearchHubs/SearchHubs.js.map +1 -1
- package/dist/resources/SearchUsageMetrics/SearchHubs/SearchHubsInterface.js +1 -2
- package/dist/resources/SearchUsageMetrics/SearchHubs/index.js +2 -5
- package/dist/resources/SearchUsageMetrics/SearchHubs/index.js.map +1 -1
- package/dist/resources/SearchUsageMetrics/SearchUsageMetrics.js +18 -20
- package/dist/resources/SearchUsageMetrics/SearchUsageMetrics.js.map +1 -1
- package/dist/resources/SearchUsageMetrics/index.js +4 -7
- package/dist/resources/SearchUsageMetrics/index.js.map +1 -1
- package/dist/resources/SecurityCache/SecurityCache.js +61 -73
- package/dist/resources/SecurityCache/SecurityCache.js.map +1 -1
- package/dist/resources/SecurityCache/SecurityCacheInterfaces.js +1 -2
- package/dist/resources/SecurityCache/index.js +2 -5
- package/dist/resources/SecurityCache/index.js.map +1 -1
- package/dist/resources/Sources/Sources.js +116 -117
- package/dist/resources/Sources/Sources.js.map +1 -1
- package/dist/resources/Sources/SourcesDatasets/SourcesDatasets.js +16 -26
- package/dist/resources/Sources/SourcesDatasets/SourcesDatasets.js.map +1 -1
- package/dist/resources/Sources/SourcesDatasets/SourcesDatasetsInterfaces.js +6 -9
- package/dist/resources/Sources/SourcesDatasets/SourcesDatasetsInterfaces.js.map +1 -1
- package/dist/resources/Sources/SourcesDatasets/index.js +2 -5
- package/dist/resources/Sources/SourcesDatasets/index.js.map +1 -1
- package/dist/resources/Sources/SourcesFields/SourcesFields.js +16 -26
- package/dist/resources/Sources/SourcesFields/SourcesFields.js.map +1 -1
- package/dist/resources/Sources/SourcesFields/SourcesFieldsInterfaces.js +1 -2
- package/dist/resources/Sources/SourcesFields/index.js +2 -5
- package/dist/resources/Sources/SourcesFields/index.js.map +1 -1
- package/dist/resources/Sources/SourcesInterfaces.js +1 -4
- package/dist/resources/Sources/SourcesInterfaces.js.map +1 -1
- package/dist/resources/Sources/SourcesMappings/SourcesMappings.js +10 -20
- package/dist/resources/Sources/SourcesMappings/SourcesMappings.js.map +1 -1
- package/dist/resources/Sources/SourcesMappings/SourcesMappingsInterfaces.js +1 -2
- package/dist/resources/Sources/SourcesMappings/index.js +2 -5
- package/dist/resources/Sources/SourcesMappings/index.js.map +1 -1
- package/dist/resources/Sources/SourcesMetadata/SourcesMetadata.js +13 -22
- package/dist/resources/Sources/SourcesMetadata/SourcesMetadata.js.map +1 -1
- package/dist/resources/Sources/SourcesMetadata/SourcesMetadataInterfaces.js +1 -2
- package/dist/resources/Sources/SourcesMetadata/index.js +2 -5
- package/dist/resources/Sources/SourcesMetadata/index.js.map +1 -1
- package/dist/resources/Sources/SourcesSubInterfaces/Address.js +1 -2
- package/dist/resources/Sources/SourcesSubInterfaces/Authentification.js +1 -2
- package/dist/resources/Sources/SourcesSubInterfaces/Document.js +1 -2
- package/dist/resources/Sources/SourcesSubInterfaces/Error.js +1 -2
- package/dist/resources/Sources/SourcesSubInterfaces/ExtendedDataFile.js +1 -2
- package/dist/resources/Sources/SourcesSubInterfaces/Extension.js +1 -2
- package/dist/resources/Sources/SourcesSubInterfaces/Information.js +1 -2
- package/dist/resources/Sources/SourcesSubInterfaces/Parameter.js +1 -2
- package/dist/resources/Sources/SourcesSubInterfaces/Permission.js +1 -2
- package/dist/resources/Sources/SourcesSubInterfaces/Url.js +1 -2
- package/dist/resources/Sources/SourcesSubInterfaces/User.js +1 -2
- package/dist/resources/Sources/SourcesSubInterfaces/index.js +11 -14
- package/dist/resources/Sources/SourcesSubInterfaces/index.js.map +1 -1
- package/dist/resources/Sources/index.js +6 -9
- package/dist/resources/Sources/index.js.map +1 -1
- package/dist/resources/TableauService/ContentQuery/ContentQuery.js +12 -21
- package/dist/resources/TableauService/ContentQuery/ContentQuery.js.map +1 -1
- package/dist/resources/TableauService/ContentQuery/ContentQueryInterfaces.js +1 -2
- package/dist/resources/TableauService/ContentQuery/index.js +2 -5
- package/dist/resources/TableauService/ContentQuery/index.js.map +1 -1
- package/dist/resources/TableauService/TableauService.js +12 -16
- package/dist/resources/TableauService/TableauService.js.map +1 -1
- package/dist/resources/TableauService/index.js +2 -5
- package/dist/resources/TableauService/index.js.map +1 -1
- package/dist/resources/UsageAnalytics/Read/Administration/Administration.js +13 -22
- package/dist/resources/UsageAnalytics/Read/Administration/Administration.js.map +1 -1
- package/dist/resources/UsageAnalytics/Read/Administration/AdministrationInterfaces.js +1 -2
- package/dist/resources/UsageAnalytics/Read/Administration/index.js +2 -5
- package/dist/resources/UsageAnalytics/Read/Administration/index.js.map +1 -1
- package/dist/resources/UsageAnalytics/Read/CommonParamParts.js +1 -2
- package/dist/resources/UsageAnalytics/Read/DataShare/DataShare.js +16 -25
- package/dist/resources/UsageAnalytics/Read/DataShare/DataShare.js.map +1 -1
- package/dist/resources/UsageAnalytics/Read/DataShare/DataShareInterfaces.js +1 -2
- package/dist/resources/UsageAnalytics/Read/DataShare/index.js +2 -5
- package/dist/resources/UsageAnalytics/Read/DataShare/index.js.map +1 -1
- package/dist/resources/UsageAnalytics/Read/Dimensions/Dimensions.js +51 -59
- package/dist/resources/UsageAnalytics/Read/Dimensions/Dimensions.js.map +1 -1
- package/dist/resources/UsageAnalytics/Read/Dimensions/DimensionsInterfaces.js +1 -2
- package/dist/resources/UsageAnalytics/Read/Dimensions/index.js +2 -5
- package/dist/resources/UsageAnalytics/Read/Dimensions/index.js.map +1 -1
- package/dist/resources/UsageAnalytics/Read/Exports/Exports.js +47 -57
- package/dist/resources/UsageAnalytics/Read/Exports/Exports.js.map +1 -1
- package/dist/resources/UsageAnalytics/Read/Exports/ExportsInterfaces.js +1 -2
- package/dist/resources/UsageAnalytics/Read/Exports/index.js +2 -5
- package/dist/resources/UsageAnalytics/Read/Exports/index.js.map +1 -1
- package/dist/resources/UsageAnalytics/Read/Filters/Filters.js +50 -59
- package/dist/resources/UsageAnalytics/Read/Filters/Filters.js.map +1 -1
- package/dist/resources/UsageAnalytics/Read/Filters/FiltersInterfaces.js +1 -2
- package/dist/resources/UsageAnalytics/Read/Filters/index.js +2 -5
- package/dist/resources/UsageAnalytics/Read/Filters/index.js.map +1 -1
- package/dist/resources/UsageAnalytics/Read/ReadServiceCommon.js +6 -9
- package/dist/resources/UsageAnalytics/Read/ReadServiceCommon.js.map +1 -1
- package/dist/resources/UsageAnalytics/Read/ReadServiceResource.js +6 -15
- package/dist/resources/UsageAnalytics/Read/ReadServiceResource.js.map +1 -1
- package/dist/resources/UsageAnalytics/Read/Reports/Reports.js +41 -50
- package/dist/resources/UsageAnalytics/Read/Reports/Reports.js.map +1 -1
- package/dist/resources/UsageAnalytics/Read/Reports/ReportsInterfaces.js +2 -5
- package/dist/resources/UsageAnalytics/Read/Reports/ReportsInterfaces.js.map +1 -1
- package/dist/resources/UsageAnalytics/Read/Reports/index.js +2 -5
- package/dist/resources/UsageAnalytics/Read/Reports/index.js.map +1 -1
- package/dist/resources/UsageAnalytics/Read/Snowflake/Snowflake.js +37 -46
- package/dist/resources/UsageAnalytics/Read/Snowflake/Snowflake.js.map +1 -1
- package/dist/resources/UsageAnalytics/Read/Snowflake/SnowflakeInterfaces.js +1 -2
- package/dist/resources/UsageAnalytics/Read/Snowflake/index.js +2 -5
- package/dist/resources/UsageAnalytics/Read/Snowflake/index.js.map +1 -1
- package/dist/resources/UsageAnalytics/Read/Statistics/Statistics.js +40 -49
- package/dist/resources/UsageAnalytics/Read/Statistics/Statistics.js.map +1 -1
- package/dist/resources/UsageAnalytics/Read/Statistics/StatisticsInterfaces.js +1 -2
- package/dist/resources/UsageAnalytics/Read/Statistics/index.js +2 -5
- package/dist/resources/UsageAnalytics/Read/Statistics/index.js.map +1 -1
- package/dist/resources/UsageAnalytics/Read/Users/Users.js +25 -34
- package/dist/resources/UsageAnalytics/Read/Users/Users.js.map +1 -1
- package/dist/resources/UsageAnalytics/Read/Users/UsersInterfaces.js +1 -2
- package/dist/resources/UsageAnalytics/Read/Users/index.js +2 -5
- package/dist/resources/UsageAnalytics/Read/Users/index.js.map +1 -1
- package/dist/resources/UsageAnalytics/Read/index.js +11 -14
- package/dist/resources/UsageAnalytics/Read/index.js.map +1 -1
- package/dist/resources/UsageAnalytics/UsageAnalytics.js +33 -30
- package/dist/resources/UsageAnalytics/UsageAnalytics.js.map +1 -1
- package/dist/resources/UsageAnalytics/index.js +2 -5
- package/dist/resources/UsageAnalytics/index.js.map +1 -1
- package/dist/resources/Users/User.js +12 -24
- package/dist/resources/Users/User.js.map +1 -1
- package/dist/resources/Users/UserInterfaces.js +1 -2
- package/dist/resources/Users/index.js +2 -5
- package/dist/resources/Users/index.js.map +1 -1
- package/dist/resources/Vaults/Vaults.js +19 -28
- package/dist/resources/Vaults/Vaults.js.map +1 -1
- package/dist/resources/Vaults/VaultsInterfaces.js +1 -2
- package/dist/resources/Vaults/index.js +2 -5
- package/dist/resources/Vaults/index.js.map +1 -1
- package/dist/resources/index.js +48 -51
- package/dist/resources/index.js.map +1 -1
- package/dist/utils/Retriever.js +2 -4
- package/dist/utils/Retriever.js.map +1 -1
- package/dist/utils/WithRequired.js +1 -2
- package/dist/utils/index.js +2 -5
- package/dist/utils/index.js.map +1 -1
- package/dist/utils/normalizePaginatedOptions.js +4 -9
- package/dist/utils/normalizePaginatedOptions.js.map +1 -1
- package/package.json +16 -16
|
@@ -1,62 +1,53 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
tslib_1.__extends(Indexes, _super);
|
|
8
|
-
function Indexes() {
|
|
9
|
-
return _super !== null && _super.apply(this, arguments) || this;
|
|
10
|
-
}
|
|
11
|
-
Indexes.prototype.list = function () {
|
|
1
|
+
import API from '../../APICore.js';
|
|
2
|
+
import Resource from '../Resource.js';
|
|
3
|
+
export default class Indexes extends Resource {
|
|
4
|
+
static baseUrl = `/rest/organizations/${API.orgPlaceholder}/indexes`;
|
|
5
|
+
static indexBackupUrl = `/rest/organizations/${API.orgPlaceholder}/indexbackups/page`;
|
|
6
|
+
list() {
|
|
12
7
|
return this.api.get(Indexes.baseUrl);
|
|
13
|
-
}
|
|
8
|
+
}
|
|
14
9
|
// Same for Copy Index but making sure to pass copyFromId and machineSpec
|
|
15
|
-
|
|
10
|
+
create(indexModal) {
|
|
16
11
|
return this.api.post(Indexes.baseUrl, indexModal);
|
|
17
|
-
}
|
|
18
|
-
|
|
19
|
-
return this.api.delete(
|
|
20
|
-
}
|
|
21
|
-
|
|
22
|
-
return this.api.get(
|
|
23
|
-
}
|
|
24
|
-
|
|
25
|
-
return this.api.post(
|
|
26
|
-
}
|
|
27
|
-
|
|
28
|
-
return this.api.get(this.buildPath(
|
|
29
|
-
}
|
|
30
|
-
|
|
31
|
-
return this.api.post(
|
|
32
|
-
}
|
|
33
|
-
|
|
34
|
-
return this.api.put(this.buildPath(
|
|
35
|
-
}
|
|
36
|
-
|
|
37
|
-
return this.api.post(
|
|
38
|
-
}
|
|
39
|
-
|
|
40
|
-
return this.api.get(
|
|
41
|
-
}
|
|
42
|
-
|
|
43
|
-
return this.api.put(this.buildPath(
|
|
44
|
-
}
|
|
45
|
-
|
|
46
|
-
return this.api.post(this.buildPath(
|
|
47
|
-
}
|
|
48
|
-
|
|
49
|
-
return this.api.get(
|
|
50
|
-
}
|
|
51
|
-
|
|
52
|
-
return this.api.put(
|
|
53
|
-
}
|
|
54
|
-
|
|
55
|
-
return this.api.put(
|
|
56
|
-
}
|
|
57
|
-
|
|
58
|
-
Indexes.indexBackupUrl = "/rest/organizations/".concat(APICore_1.default.orgPlaceholder, "/indexbackups/page");
|
|
59
|
-
return Indexes;
|
|
60
|
-
}(Resource_1.default));
|
|
61
|
-
exports.default = Indexes;
|
|
12
|
+
}
|
|
13
|
+
delete(indexId) {
|
|
14
|
+
return this.api.delete(`${Indexes.baseUrl}/${indexId}`);
|
|
15
|
+
}
|
|
16
|
+
get(indexId) {
|
|
17
|
+
return this.api.get(`${Indexes.baseUrl}/${indexId}`);
|
|
18
|
+
}
|
|
19
|
+
backup(indexId) {
|
|
20
|
+
return this.api.post(`${Indexes.baseUrl}/${indexId}/backup`, {});
|
|
21
|
+
}
|
|
22
|
+
getBackups(options) {
|
|
23
|
+
return this.api.get(this.buildPath(`${Indexes.indexBackupUrl}`, options));
|
|
24
|
+
}
|
|
25
|
+
forceCommit(indexId) {
|
|
26
|
+
return this.api.post(`${Indexes.baseUrl}/${indexId}/commit`, {});
|
|
27
|
+
}
|
|
28
|
+
readOnly(indexId, isReadOnly) {
|
|
29
|
+
return this.api.put(this.buildPath(`${Indexes.baseUrl}/${indexId}/readonly`, { isReadOnly }), {});
|
|
30
|
+
}
|
|
31
|
+
resize(indexId, sizeInGibibytes) {
|
|
32
|
+
return this.api.post(`${Indexes.baseUrl}/${indexId}/resize`, { sizeInGibibytes });
|
|
33
|
+
}
|
|
34
|
+
stats(indexId) {
|
|
35
|
+
return this.api.get(`${Indexes.baseUrl}/${indexId}/stats`);
|
|
36
|
+
}
|
|
37
|
+
isOnline(indexId, isOnline) {
|
|
38
|
+
return this.api.put(this.buildPath(`${Indexes.baseUrl}/${indexId}/online`, { isOnline }), {});
|
|
39
|
+
}
|
|
40
|
+
restore(indexId, backupId) {
|
|
41
|
+
return this.api.post(this.buildPath(`${Indexes.baseUrl}/${indexId}/restore`, { backupId }), {});
|
|
42
|
+
}
|
|
43
|
+
getJson(indexId) {
|
|
44
|
+
return this.api.get(`${Indexes.baseUrl}/${indexId}/configuration`);
|
|
45
|
+
}
|
|
46
|
+
editJson(indexId, indexConfig) {
|
|
47
|
+
return this.api.put(`${Indexes.baseUrl}/${indexId}/configuration`, indexConfig);
|
|
48
|
+
}
|
|
49
|
+
editJsonAll(indexConfig) {
|
|
50
|
+
return this.api.put(`${Indexes.baseUrl}/raw`, indexConfig);
|
|
51
|
+
}
|
|
52
|
+
}
|
|
62
53
|
//# sourceMappingURL=Indexes.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Indexes.js","sourceRoot":"","sources":["../../../src/resources/Indexes/Indexes.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"Indexes.js","sourceRoot":"","sources":["../../../src/resources/Indexes/Indexes.ts"],"names":[],"mappings":"AAAA,OAAO,GAAG,MAAM,kBAAkB,CAAC;AAEnC,OAAO,QAAQ,MAAM,gBAAgB,CAAC;AAUtC,MAAM,CAAC,OAAO,OAAO,OAAQ,SAAQ,QAAQ;IACzC,MAAM,CAAC,OAAO,GAAG,uBAAuB,GAAG,CAAC,cAAc,UAAU,CAAC;IACrE,MAAM,CAAC,cAAc,GAAG,uBAAuB,GAAG,CAAC,cAAc,oBAAoB,CAAC;IAEtF,IAAI;QACA,OAAO,IAAI,CAAC,GAAG,CAAC,GAAG,CAAoB,OAAO,CAAC,OAAO,CAAC,CAAC;IAC5D,CAAC;IAED,yEAAyE;IACzE,MAAM,CAAC,UAAkC;QACrC,OAAO,IAAI,CAAC,GAAG,CAAC,IAAI,CAAe,OAAO,CAAC,OAAO,EAAE,UAAU,CAAC,CAAC;IACpE,CAAC;IAED,MAAM,CAAC,OAAe;QAClB,OAAO,IAAI,CAAC,GAAG,CAAC,MAAM,CAAC,GAAG,OAAO,CAAC,OAAO,IAAI,OAAO,EAAE,CAAC,CAAC;IAC5D,CAAC;IAED,GAAG,CAAC,OAAe;QACf,OAAO,IAAI,CAAC,GAAG,CAAC,GAAG,CAAkB,GAAG,OAAO,CAAC,OAAO,IAAI,OAAO,EAAE,CAAC,CAAC;IAC1E,CAAC;IAED,MAAM,CAAC,OAAe;QAClB,OAAO,IAAI,CAAC,GAAG,CAAC,IAAI,CAAe,GAAG,OAAO,CAAC,OAAO,IAAI,OAAO,SAAS,EAAE,EAAE,CAAC,CAAC;IACnF,CAAC;IAED,UAAU,CAAC,OAA6B;QACpC,OAAO,IAAI,CAAC,GAAG,CAAC,GAAG,CAA+B,IAAI,CAAC,SAAS,CAAC,GAAG,OAAO,CAAC,cAAc,EAAE,EAAE,OAAO,CAAC,CAAC,CAAC;IAC5G,CAAC;IAED,WAAW,CAAC,OAAe;QACvB,OAAO,IAAI,CAAC,GAAG,CAAC,IAAI,CAAC,GAAG,OAAO,CAAC,OAAO,IAAI,OAAO,SAAS,EAAE,EAAE,CAAC,CAAC;IACrE,CAAC;IAED,QAAQ,CAAC,OAAe,EAAE,UAAmB;QACzC,OAAO,IAAI,CAAC,GAAG,CAAC,GAAG,CAAC,IAAI,CAAC,SAAS,CAAC,GAAG,OAAO,CAAC,OAAO,IAAI,OAAO,WAAW,EAAE,EAAC,UAAU,EAAC,CAAC,EAAE,EAAE,CAAC,CAAC;IACpG,CAAC;IAED,MAAM,CAAC,OAAe,EAAE,eAAuB;QAC3C,OAAO,IAAI,CAAC,GAAG,CAAC,IAAI,CAAC,GAAG,OAAO,CAAC,OAAO,IAAI,OAAO,SAAS,EAAE,EAAC,eAAe,EAAC,CAAC,CAAC;IACpF,CAAC;IAED,KAAK,CAAC,OAAe;QACjB,OAAO,IAAI,CAAC,GAAG,CAAC,GAAG,CAAuB,GAAG,OAAO,CAAC,OAAO,IAAI,OAAO,QAAQ,CAAC,CAAC;IACrF,CAAC;IAED,QAAQ,CAAC,OAAe,EAAE,QAAiB;QACvC,OAAO,IAAI,CAAC,GAAG,CAAC,GAAG,CAAC,IAAI,CAAC,SAAS,CAAC,GAAG,OAAO,CAAC,OAAO,IAAI,OAAO,SAAS,EAAE,EAAC,QAAQ,EAAC,CAAC,EAAE,EAAE,CAAC,CAAC;IAChG,CAAC;IAED,OAAO,CAAC,OAAe,EAAE,QAAgB;QACrC,OAAO,IAAI,CAAC,GAAG,CAAC,IAAI,CAAC,IAAI,CAAC,SAAS,CAAC,GAAG,OAAO,CAAC,OAAO,IAAI,OAAO,UAAU,EAAE,EAAC,QAAQ,EAAC,CAAC,EAAE,EAAE,CAAC,CAAC;IAClG,CAAC;IAED,OAAO,CAAC,OAAe;QACnB,OAAO,IAAI,CAAC,GAAG,CAAC,GAAG,CAAiB,GAAG,OAAO,CAAC,OAAO,IAAI,OAAO,gBAAgB,CAAC,CAAC;IACvF,CAAC;IAED,QAAQ,CAAC,OAAe,EAAE,WAA2B;QACjD,OAAO,IAAI,CAAC,GAAG,CAAC,GAAG,CAAC,GAAG,OAAO,CAAC,OAAO,IAAI,OAAO,gBAAgB,EAAE,WAAW,CAAC,CAAC;IACpF,CAAC;IAED,WAAW,CAAC,WAA2B;QACnC,OAAO,IAAI,CAAC,GAAG,CAAC,GAAG,CAAC,GAAG,OAAO,CAAC,OAAO,MAAM,EAAE,WAAW,CAAC,CAAC;IAC/D,CAAC"}
|
|
@@ -1,6 +1,3 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
var tslib_1 = require("tslib");
|
|
4
|
-
tslib_1.__exportStar(require("./Indexes"), exports);
|
|
5
|
-
tslib_1.__exportStar(require("./IndexesInterface"), exports);
|
|
1
|
+
export * from './Indexes.js';
|
|
2
|
+
export * from './IndexesInterface.js';
|
|
6
3
|
//# sourceMappingURL=index.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/resources/Indexes/index.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/resources/Indexes/index.ts"],"names":[],"mappings":"AAAA,cAAc,cAAc,CAAC;AAC7B,cAAc,uBAAuB,CAAC"}
|
|
@@ -1,31 +1,22 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
var InsightPanelConfig = /** @class */ (function (_super) {
|
|
7
|
-
tslib_1.__extends(InsightPanelConfig, _super);
|
|
8
|
-
function InsightPanelConfig() {
|
|
9
|
-
return _super !== null && _super.apply(this, arguments) || this;
|
|
10
|
-
}
|
|
11
|
-
InsightPanelConfig.prototype.list = function (options) {
|
|
1
|
+
import API from '../../APICore.js';
|
|
2
|
+
import Resource from '../Resource.js';
|
|
3
|
+
export default class InsightPanelConfig extends Resource {
|
|
4
|
+
static baseUrl = `/rest/organizations/${API.orgPlaceholder}/insightconfig/v1/configs`;
|
|
5
|
+
list(options) {
|
|
12
6
|
return this.api.get(this.buildPath(InsightPanelConfig.baseUrl, options));
|
|
13
|
-
}
|
|
14
|
-
|
|
7
|
+
}
|
|
8
|
+
create(insightPanelConfig) {
|
|
15
9
|
return this.api.post(InsightPanelConfig.baseUrl, insightPanelConfig);
|
|
16
|
-
}
|
|
17
|
-
|
|
18
|
-
return this.api.delete(
|
|
19
|
-
}
|
|
20
|
-
|
|
21
|
-
return this.api.get(
|
|
22
|
-
}
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
return this.api.put(
|
|
26
|
-
}
|
|
27
|
-
|
|
28
|
-
return InsightPanelConfig;
|
|
29
|
-
}(Resource_1.default));
|
|
30
|
-
exports.default = InsightPanelConfig;
|
|
10
|
+
}
|
|
11
|
+
delete(insightPanelConfigId) {
|
|
12
|
+
return this.api.delete(`${InsightPanelConfig.baseUrl}/${insightPanelConfigId}`);
|
|
13
|
+
}
|
|
14
|
+
get(insightPanelConfigId) {
|
|
15
|
+
return this.api.get(`${InsightPanelConfig.baseUrl}/${insightPanelConfigId}`);
|
|
16
|
+
}
|
|
17
|
+
update(insightPanelConfig) {
|
|
18
|
+
const { id, ...body } = insightPanelConfig;
|
|
19
|
+
return this.api.put(`${InsightPanelConfig.baseUrl}/${id}`, body);
|
|
20
|
+
}
|
|
21
|
+
}
|
|
31
22
|
//# sourceMappingURL=InsightPanelConfig.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"InsightPanelConfig.js","sourceRoot":"","sources":["../../../src/resources/InsightPanelConfigs/InsightPanelConfig.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"InsightPanelConfig.js","sourceRoot":"","sources":["../../../src/resources/InsightPanelConfigs/InsightPanelConfig.ts"],"names":[],"mappings":"AAAA,OAAO,GAAG,MAAM,kBAAkB,CAAC;AAEnC,OAAO,QAAQ,MAAM,gBAAgB,CAAC;AAQtC,MAAM,CAAC,OAAO,OAAO,kBAAmB,SAAQ,QAAQ;IACpD,MAAM,CAAC,OAAO,GAAG,uBAAuB,GAAG,CAAC,cAAc,2BAA2B,CAAC;IAEtF,IAAI,CAAC,OAAuC;QACxC,OAAO,IAAI,CAAC,GAAG,CAAC,GAAG,CAAqC,IAAI,CAAC,SAAS,CAAC,kBAAkB,CAAC,OAAO,EAAE,OAAO,CAAC,CAAC,CAAC;IACjH,CAAC;IAED,MAAM,CAAC,kBAAyD;QAC5D,OAAO,IAAI,CAAC,GAAG,CAAC,IAAI,CAA0B,kBAAkB,CAAC,OAAO,EAAE,kBAAkB,CAAC,CAAC;IAClG,CAAC;IAED,MAAM,CAAC,oBAA4B;QAC/B,OAAO,IAAI,CAAC,GAAG,CAAC,MAAM,CAAC,GAAG,kBAAkB,CAAC,OAAO,IAAI,oBAAoB,EAAE,CAAC,CAAC;IACpF,CAAC;IAED,GAAG,CAAC,oBAA4B;QAC5B,OAAO,IAAI,CAAC,GAAG,CAAC,GAAG,CAA0B,GAAG,kBAAkB,CAAC,OAAO,IAAI,oBAAoB,EAAE,CAAC,CAAC;IAC1G,CAAC;IAED,MAAM,CAAC,kBAAkD;QACrD,MAAM,EAAC,EAAE,EAAE,GAAG,IAAI,EAAC,GAAG,kBAAkB,CAAC;QAEzC,OAAO,IAAI,CAAC,GAAG,CAAC,GAAG,CAA0B,GAAG,kBAAkB,CAAC,OAAO,IAAI,EAAE,EAAE,EAAE,IAAI,CAAC,CAAC;IAC9F,CAAC"}
|
|
@@ -1,6 +1,3 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
var tslib_1 = require("tslib");
|
|
4
|
-
tslib_1.__exportStar(require("./InsightPanelConfig"), exports);
|
|
5
|
-
tslib_1.__exportStar(require("./InsightPanelConfigInterfaces"), exports);
|
|
1
|
+
export * from './InsightPanelConfig.js';
|
|
2
|
+
export * from './InsightPanelConfigInterfaces.js';
|
|
6
3
|
//# sourceMappingURL=index.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/resources/InsightPanelConfigs/index.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/resources/InsightPanelConfigs/index.ts"],"names":[],"mappings":"AAAA,cAAc,yBAAyB,CAAC;AACxC,cAAc,mCAAmC,CAAC"}
|
|
@@ -1,31 +1,22 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
var InsightPanelInterface = /** @class */ (function (_super) {
|
|
7
|
-
tslib_1.__extends(InsightPanelInterface, _super);
|
|
8
|
-
function InsightPanelInterface() {
|
|
9
|
-
return _super !== null && _super.apply(this, arguments) || this;
|
|
10
|
-
}
|
|
11
|
-
InsightPanelInterface.prototype.list = function (options) {
|
|
1
|
+
import API from '../../APICore.js';
|
|
2
|
+
import Resource from '../Resource.js';
|
|
3
|
+
export default class InsightPanelInterface extends Resource {
|
|
4
|
+
static baseUrl = `/rest/organizations/${API.orgPlaceholder}/insightinterface/v1/interfaces`;
|
|
5
|
+
list(options) {
|
|
12
6
|
return this.api.get(this.buildPath(InsightPanelInterface.baseUrl, options));
|
|
13
|
-
}
|
|
14
|
-
|
|
7
|
+
}
|
|
8
|
+
create(ipInterfaceConfig) {
|
|
15
9
|
return this.api.post(InsightPanelInterface.baseUrl, ipInterfaceConfig);
|
|
16
|
-
}
|
|
17
|
-
|
|
18
|
-
return this.api.delete(
|
|
19
|
-
}
|
|
20
|
-
|
|
21
|
-
return this.api.get(
|
|
22
|
-
}
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
return this.api.put(
|
|
26
|
-
}
|
|
27
|
-
|
|
28
|
-
return InsightPanelInterface;
|
|
29
|
-
}(Resource_1.default));
|
|
30
|
-
exports.default = InsightPanelInterface;
|
|
10
|
+
}
|
|
11
|
+
delete(insightPanelInterfaceId) {
|
|
12
|
+
return this.api.delete(`${InsightPanelInterface.baseUrl}/${insightPanelInterfaceId}`);
|
|
13
|
+
}
|
|
14
|
+
get(insightPanelInterfaceId) {
|
|
15
|
+
return this.api.get(`${InsightPanelInterface.baseUrl}/${insightPanelInterfaceId}`);
|
|
16
|
+
}
|
|
17
|
+
update(ipInterfaceConfig) {
|
|
18
|
+
const { id, ...body } = ipInterfaceConfig;
|
|
19
|
+
return this.api.put(`${InsightPanelInterface.baseUrl}/${id}`, body);
|
|
20
|
+
}
|
|
21
|
+
}
|
|
31
22
|
//# sourceMappingURL=InsightPanelInterface.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"InsightPanelInterface.js","sourceRoot":"","sources":["../../../src/resources/InsightPanelInterfaces/InsightPanelInterface.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"InsightPanelInterface.js","sourceRoot":"","sources":["../../../src/resources/InsightPanelInterfaces/InsightPanelInterface.ts"],"names":[],"mappings":"AAAA,OAAO,GAAG,MAAM,kBAAkB,CAAC;AAGnC,OAAO,QAAQ,MAAM,gBAAgB,CAAC;AAGtC,MAAM,CAAC,OAAO,OAAO,qBAAsB,SAAQ,QAAQ;IACvD,MAAM,CAAC,OAAO,GAAG,uBAAuB,GAAG,CAAC,cAAc,iCAAiC,CAAC;IAE5F,IAAI,CAAC,OAAoC;QACrC,OAAO,IAAI,CAAC,GAAG,CAAC,GAAG,CACf,IAAI,CAAC,SAAS,CAAC,qBAAqB,CAAC,OAAO,EAAE,OAAO,CAAC,CACzD,CAAC;IACN,CAAC;IAED,MAAM,CAAC,iBAA0D;QAC7D,OAAO,IAAI,CAAC,GAAG,CAAC,IAAI,CAAqC,qBAAqB,CAAC,OAAO,EAAE,iBAAiB,CAAC,CAAC;IAC/G,CAAC;IAED,MAAM,CAAC,uBAA+B;QAClC,OAAO,IAAI,CAAC,GAAG,CAAC,MAAM,CAAC,GAAG,qBAAqB,CAAC,OAAO,IAAI,uBAAuB,EAAE,CAAC,CAAC;IAC1F,CAAC;IAED,GAAG,CAAC,uBAA+B;QAC/B,OAAO,IAAI,CAAC,GAAG,CAAC,GAAG,CACf,GAAG,qBAAqB,CAAC,OAAO,IAAI,uBAAuB,EAAE,CAChE,CAAC;IACN,CAAC;IAED,MAAM,CAAC,iBAAqD;QACxD,MAAM,EAAC,EAAE,EAAE,GAAG,IAAI,EAAC,GAAG,iBAAiB,CAAC;QAExC,OAAO,IAAI,CAAC,GAAG,CAAC,GAAG,CAAqC,GAAG,qBAAqB,CAAC,OAAO,IAAI,EAAE,EAAE,EAAE,IAAI,CAAC,CAAC;IAC5G,CAAC"}
|
|
@@ -1,16 +1,6 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.InsightPanelResultTemplateLayout = exports.InsightPanelConditionOperator = void 0;
|
|
4
|
-
var InsightPanelConditionOperator;
|
|
5
|
-
(function (InsightPanelConditionOperator) {
|
|
6
|
-
InsightPanelConditionOperator["isDefined"] = "isDefined";
|
|
7
|
-
InsightPanelConditionOperator["isNotDefined"] = "isNotDefined";
|
|
8
|
-
InsightPanelConditionOperator["MustMatch"] = "mustMatch";
|
|
9
|
-
InsightPanelConditionOperator["MustNotMatch"] = "mustNotMatch";
|
|
10
|
-
})(InsightPanelConditionOperator = exports.InsightPanelConditionOperator || (exports.InsightPanelConditionOperator = {}));
|
|
11
|
-
var InsightPanelResultTemplateLayout;
|
|
1
|
+
export var InsightPanelResultTemplateLayout;
|
|
12
2
|
(function (InsightPanelResultTemplateLayout) {
|
|
13
3
|
InsightPanelResultTemplateLayout["Default"] = "default";
|
|
14
4
|
InsightPanelResultTemplateLayout["Thumbnail"] = "thumbnail";
|
|
15
|
-
})(InsightPanelResultTemplateLayout =
|
|
5
|
+
})(InsightPanelResultTemplateLayout = InsightPanelResultTemplateLayout || (InsightPanelResultTemplateLayout = {}));
|
|
16
6
|
//# sourceMappingURL=InsightPanelInterface.model.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"InsightPanelInterface.model.js","sourceRoot":"","sources":["../../../src/resources/InsightPanelInterfaces/InsightPanelInterface.model.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"InsightPanelInterface.model.js","sourceRoot":"","sources":["../../../src/resources/InsightPanelInterfaces/InsightPanelInterface.model.ts"],"names":[],"mappings":"AAWA,MAAM,CAAN,IAAY,gCAGX;AAHD,WAAY,gCAAgC;IACxC,uDAAmB,CAAA;IACnB,2DAAuB,CAAA;AAC3B,CAAC,EAHW,gCAAgC,GAAhC,gCAAgC,KAAhC,gCAAgC,QAG3C"}
|
|
@@ -1,6 +1,3 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
var tslib_1 = require("tslib");
|
|
4
|
-
tslib_1.__exportStar(require("./InsightPanelInterface"), exports);
|
|
5
|
-
tslib_1.__exportStar(require("./InsightPanelInterface.model"), exports);
|
|
1
|
+
export * from './InsightPanelInterface.js';
|
|
2
|
+
export * from './InsightPanelInterface.model.js';
|
|
6
3
|
//# sourceMappingURL=index.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/resources/InsightPanelInterfaces/index.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/resources/InsightPanelInterfaces/index.ts"],"names":[],"mappings":"AAAA,cAAc,4BAA4B,CAAC;AAC3C,cAAc,kCAAkC,CAAC"}
|
|
@@ -1,33 +1,24 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
tslib_1.__extends(License, _super);
|
|
8
|
-
function License() {
|
|
9
|
-
return _super !== null && _super.apply(this, arguments) || this;
|
|
1
|
+
import Resource from '../Resource.js';
|
|
2
|
+
import API from '../../APICore.js';
|
|
3
|
+
export default class License extends Resource {
|
|
4
|
+
static baseUrl = `/rest/organizations/${API.orgPlaceholder}/license`;
|
|
5
|
+
get(sectionName) {
|
|
6
|
+
return this.api.get(sectionName ? `${License.baseUrl}/${sectionName}` : License.baseUrl);
|
|
10
7
|
}
|
|
11
|
-
|
|
12
|
-
return this.api.get(sectionName ? "".concat(License.baseUrl, "/").concat(sectionName) : License.baseUrl);
|
|
13
|
-
};
|
|
14
|
-
License.prototype.full = function () {
|
|
8
|
+
full() {
|
|
15
9
|
return this.api.get(License.baseUrl);
|
|
16
|
-
}
|
|
17
|
-
|
|
18
|
-
return this.api.put(
|
|
19
|
-
}
|
|
20
|
-
|
|
10
|
+
}
|
|
11
|
+
update(sectionName, licenseSection) {
|
|
12
|
+
return this.api.put(`${License.baseUrl}/${sectionName}`, licenseSection);
|
|
13
|
+
}
|
|
14
|
+
updateLicense(license) {
|
|
21
15
|
return this.api.put(License.baseUrl, license);
|
|
22
|
-
}
|
|
23
|
-
|
|
24
|
-
return this.api.put(this.buildPath(
|
|
25
|
-
}
|
|
26
|
-
|
|
27
|
-
return this.api.get(
|
|
28
|
-
}
|
|
29
|
-
|
|
30
|
-
return License;
|
|
31
|
-
}(Resource_1.default));
|
|
32
|
-
exports.default = License;
|
|
16
|
+
}
|
|
17
|
+
updateExpirationDate(options) {
|
|
18
|
+
return this.api.put(this.buildPath(`${License.baseUrl}/expiration`, options));
|
|
19
|
+
}
|
|
20
|
+
getPossibleSourceTypes() {
|
|
21
|
+
return this.api.get(`${License.baseUrl}/sourcetypes`);
|
|
22
|
+
}
|
|
23
|
+
}
|
|
33
24
|
//# sourceMappingURL=License.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"License.js","sourceRoot":"","sources":["../../../src/resources/License/License.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"License.js","sourceRoot":"","sources":["../../../src/resources/License/License.ts"],"names":[],"mappings":"AACA,OAAO,QAAQ,MAAM,gBAAgB,CAAC;AAEtC,OAAO,GAAG,MAAM,kBAAkB,CAAC;AAEnC,MAAM,CAAC,OAAO,OAAO,OAAQ,SAAQ,QAAQ;IACzC,MAAM,CAAC,OAAO,GAAG,uBAAuB,GAAG,CAAC,cAAc,UAAU,CAAC;IAErE,GAAG,CAAC,WAA4B;QAC5B,OAAO,IAAI,CAAC,GAAG,CAAC,GAAG,CAAe,WAAW,CAAC,CAAC,CAAC,GAAG,OAAO,CAAC,OAAO,IAAI,WAAW,EAAE,CAAC,CAAC,CAAC,OAAO,CAAC,OAAO,CAAC,CAAC;IAC3G,CAAC;IAED,IAAI;QACA,OAAO,IAAI,CAAC,GAAG,CAAC,GAAG,CAAe,OAAO,CAAC,OAAO,CAAC,CAAC;IACvD,CAAC;IAED,MAAM,CAAC,WAA2B,EAAE,cAAsC;QACtE,OAAO,IAAI,CAAC,GAAG,CAAC,GAAG,CAAe,GAAG,OAAO,CAAC,OAAO,IAAI,WAAW,EAAE,EAAE,cAAc,CAAC,CAAC;IAC3F,CAAC;IAED,aAAa,CAAC,OAAqB;QAC/B,OAAO,IAAI,CAAC,GAAG,CAAC,GAAG,CAAe,OAAO,CAAC,OAAO,EAAE,OAAO,CAAC,CAAC;IAChE,CAAC;IAED,oBAAoB,CAAC,OAAqC;QACtD,OAAO,IAAI,CAAC,GAAG,CAAC,GAAG,CAAe,IAAI,CAAC,SAAS,CAAC,GAAG,OAAO,CAAC,OAAO,aAAa,EAAE,OAAO,CAAC,CAAC,CAAC;IAChG,CAAC;IAED,sBAAsB;QAClB,OAAO,IAAI,CAAC,GAAG,CAAC,GAAG,CAA2B,GAAG,OAAO,CAAC,OAAO,cAAc,CAAC,CAAC;IACpF,CAAC"}
|
|
@@ -1,10 +1,7 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.LicenseDataVisualizationAccessLevel = exports.LicenseMlModelConfigurability = exports.LicenseIndexBackType = exports.LicenseMonitoringLevel = void 0;
|
|
4
1
|
/**
|
|
5
2
|
* Monitoring level determines the alerts raised when a problem is detected on an organization
|
|
6
3
|
*/
|
|
7
|
-
var LicenseMonitoringLevel;
|
|
4
|
+
export var LicenseMonitoringLevel;
|
|
8
5
|
(function (LicenseMonitoringLevel) {
|
|
9
6
|
/**
|
|
10
7
|
* The organization is completely ignored, no one will be alerted or try to save it if the search is down
|
|
@@ -24,11 +21,11 @@ var LicenseMonitoringLevel;
|
|
|
24
21
|
* is identified under a minute
|
|
25
22
|
*/
|
|
26
23
|
LicenseMonitoringLevel["STRATEGIC_MONITORING"] = "STRATEGIC_MONITORING";
|
|
27
|
-
})(LicenseMonitoringLevel =
|
|
24
|
+
})(LicenseMonitoringLevel = LicenseMonitoringLevel || (LicenseMonitoringLevel = {}));
|
|
28
25
|
/**
|
|
29
26
|
* Back-up type determines which index data is backed-up periodically
|
|
30
27
|
*/
|
|
31
|
-
var LicenseIndexBackType;
|
|
28
|
+
export var LicenseIndexBackType;
|
|
32
29
|
(function (LicenseIndexBackType) {
|
|
33
30
|
/**
|
|
34
31
|
* The organization's index is not backed-up. If the organization is deleted all the data must be crawled again.
|
|
@@ -43,11 +40,11 @@ var LicenseIndexBackType;
|
|
|
43
40
|
* Equivalent to REGULAR
|
|
44
41
|
*/
|
|
45
42
|
LicenseIndexBackType["FULL"] = "FULL";
|
|
46
|
-
})(LicenseIndexBackType =
|
|
43
|
+
})(LicenseIndexBackType = LicenseIndexBackType || (LicenseIndexBackType = {}));
|
|
47
44
|
/**
|
|
48
45
|
* Configurability level of ML models
|
|
49
46
|
*/
|
|
50
|
-
var LicenseMlModelConfigurability;
|
|
47
|
+
export var LicenseMlModelConfigurability;
|
|
51
48
|
(function (LicenseMlModelConfigurability) {
|
|
52
49
|
/**
|
|
53
50
|
* No advanced configurability available
|
|
@@ -57,11 +54,11 @@ var LicenseMlModelConfigurability;
|
|
|
57
54
|
* All advanced configurability options available
|
|
58
55
|
*/
|
|
59
56
|
LicenseMlModelConfigurability["FULL"] = "FULL";
|
|
60
|
-
})(LicenseMlModelConfigurability =
|
|
57
|
+
})(LicenseMlModelConfigurability = LicenseMlModelConfigurability || (LicenseMlModelConfigurability = {}));
|
|
61
58
|
/**
|
|
62
59
|
* Usage analytics visualization levels
|
|
63
60
|
*/
|
|
64
|
-
var LicenseDataVisualizationAccessLevel;
|
|
61
|
+
export var LicenseDataVisualizationAccessLevel;
|
|
65
62
|
(function (LicenseDataVisualizationAccessLevel) {
|
|
66
63
|
/**
|
|
67
64
|
* Basic access
|
|
@@ -75,5 +72,5 @@ var LicenseDataVisualizationAccessLevel;
|
|
|
75
72
|
* Write access to Tableau data
|
|
76
73
|
*/
|
|
77
74
|
LicenseDataVisualizationAccessLevel["TABLEAU_WRITE"] = "TABLEAU_WRITE";
|
|
78
|
-
})(LicenseDataVisualizationAccessLevel =
|
|
75
|
+
})(LicenseDataVisualizationAccessLevel = LicenseDataVisualizationAccessLevel || (LicenseDataVisualizationAccessLevel = {}));
|
|
79
76
|
//# sourceMappingURL=LicenseInterfaces.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"LicenseInterfaces.js","sourceRoot":"","sources":["../../../src/resources/License/LicenseInterfaces.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"LicenseInterfaces.js","sourceRoot":"","sources":["../../../src/resources/License/LicenseInterfaces.ts"],"names":[],"mappings":"AA2IA;;GAEG;AACH,MAAM,CAAN,IAAY,sBAmBX;AAnBD,WAAY,sBAAsB;IAC9B;;OAEG;IACH,yDAA+B,CAAA;IAC/B;;;OAGG;IACH,+DAAqC,CAAA;IACrC;;OAEG;IACH,mEAAyC,CAAA;IACzC;;;OAGG;IACH,uEAA6C,CAAA;AACjD,CAAC,EAnBW,sBAAsB,GAAtB,sBAAsB,KAAtB,sBAAsB,QAmBjC;AAED;;GAEG;AACH,MAAM,CAAN,IAAY,oBAcX;AAdD,WAAY,oBAAoB;IAC5B;;OAEG;IACH,qCAAa,CAAA;IACb;;OAEG;IACH,2CAAmB,CAAA;IACnB;;;OAGG;IACH,qCAAa,CAAA;AACjB,CAAC,EAdW,oBAAoB,GAApB,oBAAoB,KAApB,oBAAoB,QAc/B;AAED;;GAEG;AACH,MAAM,CAAN,IAAY,6BASX;AATD,WAAY,6BAA6B;IACrC;;OAEG;IACH,8CAAa,CAAA;IACb;;OAEG;IACH,8CAAa,CAAA;AACjB,CAAC,EATW,6BAA6B,GAA7B,6BAA6B,KAA7B,6BAA6B,QASxC;AAED;;GAEG;AACH,MAAM,CAAN,IAAY,mCAaX;AAbD,WAAY,mCAAmC;IAC3C;;OAEG;IACH,sDAAe,CAAA;IACf;;OAEG;IACH,oEAA6B,CAAA;IAC7B;;OAEG;IACH,sEAA+B,CAAA;AACnC,CAAC,EAbW,mCAAmC,GAAnC,mCAAmC,KAAnC,mCAAmC,QAa9C"}
|
|
@@ -1,6 +1,3 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
var tslib_1 = require("tslib");
|
|
4
|
-
tslib_1.__exportStar(require("./License"), exports);
|
|
5
|
-
tslib_1.__exportStar(require("./LicenseInterfaces"), exports);
|
|
1
|
+
export * from './License.js';
|
|
2
|
+
export * from './LicenseInterfaces.js';
|
|
6
3
|
//# sourceMappingURL=index.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/resources/License/index.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/resources/License/index.ts"],"names":[],"mappings":"AAAA,cAAc,cAAc,CAAC;AAC7B,cAAc,wBAAwB,CAAC"}
|
|
@@ -1,31 +1,20 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
function Limits() {
|
|
9
|
-
return _super !== null && _super.apply(this, arguments) || this;
|
|
10
|
-
}
|
|
11
|
-
Limits.prototype.get = function (sectionName) {
|
|
1
|
+
import API from '../../APICore.js';
|
|
2
|
+
import Resource from '../Resource.js';
|
|
3
|
+
export default class Limits extends Resource {
|
|
4
|
+
static getBaseUrl = () => `/rest/organizations/${API.orgPlaceholder}/limits`;
|
|
5
|
+
static getWithSection = (sectionName) => `${Limits.getBaseUrl()}/${sectionName}`;
|
|
6
|
+
static getWithSectionAndHistory = (sectionName, limitKey) => `${Limits.getWithSection(sectionName)}/${limitKey}/history`;
|
|
7
|
+
get(sectionName) {
|
|
12
8
|
return this.api.get(Limits.getWithSection(sectionName));
|
|
13
|
-
}
|
|
14
|
-
|
|
9
|
+
}
|
|
10
|
+
getAll() {
|
|
15
11
|
return this.api.get(Limits.getBaseUrl());
|
|
16
|
-
}
|
|
17
|
-
|
|
12
|
+
}
|
|
13
|
+
getAllPerLimitType(limitType) {
|
|
18
14
|
return this.api.get(this.buildPath(Limits.getBaseUrl(), { limitType: limitType }));
|
|
19
|
-
}
|
|
20
|
-
|
|
15
|
+
}
|
|
16
|
+
getHistoryLimit(sectionName, limitKey, options) {
|
|
21
17
|
return this.api.get(this.buildPath(Limits.getWithSectionAndHistory(sectionName, limitKey), options));
|
|
22
|
-
}
|
|
23
|
-
|
|
24
|
-
Limits.getWithSection = function (sectionName) { return "".concat(Limits.getBaseUrl(), "/").concat(sectionName); };
|
|
25
|
-
Limits.getWithSectionAndHistory = function (sectionName, limitKey) {
|
|
26
|
-
return "".concat(Limits.getWithSection(sectionName), "/").concat(limitKey, "/history");
|
|
27
|
-
};
|
|
28
|
-
return Limits;
|
|
29
|
-
}(Resource_1.default));
|
|
30
|
-
exports.default = Limits;
|
|
18
|
+
}
|
|
19
|
+
}
|
|
31
20
|
//# sourceMappingURL=Limits.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Limits.js","sourceRoot":"","sources":["../../../src/resources/Limits/Limits.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"Limits.js","sourceRoot":"","sources":["../../../src/resources/Limits/Limits.ts"],"names":[],"mappings":"AAAA,OAAO,GAAG,MAAM,kBAAkB,CAAC;AAEnC,OAAO,QAAQ,MAAM,gBAAgB,CAAC;AAStC,MAAM,CAAC,OAAO,OAAO,MAAO,SAAQ,QAAQ;IACxC,MAAM,CAAC,UAAU,GAAG,GAAG,EAAE,CAAC,uBAAuB,GAAG,CAAC,cAAc,SAAS,CAAC;IAC7E,MAAM,CAAC,cAAc,GAAG,CAAC,WAA2B,EAAE,EAAE,CAAC,GAAG,MAAM,CAAC,UAAU,EAAE,IAAI,WAAW,EAAE,CAAC;IACjG,MAAM,CAAC,wBAAwB,GAAG,CAAC,WAA2B,EAAE,QAAgB,EAAE,EAAE,CAChF,GAAG,MAAM,CAAC,cAAc,CAAC,WAAW,CAAC,IAAI,QAAQ,UAAU,CAAC;IAEhE,GAAG,CAAC,WAA2B;QAC3B,OAAO,IAAI,CAAC,GAAG,CAAC,GAAG,CAAc,MAAM,CAAC,cAAc,CAAC,WAAW,CAAC,CAAC,CAAC;IACzE,CAAC;IAED,MAAM;QACF,OAAO,IAAI,CAAC,GAAG,CAAC,GAAG,CAAiB,MAAM,CAAC,UAAU,EAAE,CAAC,CAAC;IAC7D,CAAC;IAED,kBAAkB,CAAC,SAAoB;QACnC,OAAO,IAAI,CAAC,GAAG,CAAC,GAAG,CAAiB,IAAI,CAAC,SAAS,CAAC,MAAM,CAAC,UAAU,EAAE,EAAE,EAAC,SAAS,EAAE,SAAS,EAAC,CAAC,CAAC,CAAC;IACrG,CAAC;IAED,eAAe,CAAC,WAA2B,EAAE,QAAgB,EAAE,OAA6B;QACxF,OAAO,IAAI,CAAC,GAAG,CAAC,GAAG,CACf,IAAI,CAAC,SAAS,CAAC,MAAM,CAAC,wBAAwB,CAAC,WAAW,EAAE,QAAQ,CAAC,EAAE,OAAO,CAAC,CAClF,CAAC;IACN,CAAC"}
|
|
@@ -1,9 +1,6 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.LimitType = void 0;
|
|
4
|
-
var LimitType;
|
|
1
|
+
export var LimitType;
|
|
5
2
|
(function (LimitType) {
|
|
6
3
|
LimitType["USAGE"] = "USAGE";
|
|
7
4
|
LimitType["TECHNICAL"] = "TECHNICAL";
|
|
8
|
-
})(LimitType =
|
|
5
|
+
})(LimitType = LimitType || (LimitType = {}));
|
|
9
6
|
//# sourceMappingURL=LimitsInterfaces.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"LimitsInterfaces.js","sourceRoot":"","sources":["../../../src/resources/Limits/LimitsInterfaces.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"LimitsInterfaces.js","sourceRoot":"","sources":["../../../src/resources/Limits/LimitsInterfaces.ts"],"names":[],"mappings":"AAaA,MAAM,CAAN,IAAY,SAGX;AAHD,WAAY,SAAS;IACjB,4BAAe,CAAA;IACf,oCAAuB,CAAA;AAC3B,CAAC,EAHW,SAAS,GAAT,SAAS,KAAT,SAAS,QAGpB"}
|
|
@@ -1,6 +1,3 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
var tslib_1 = require("tslib");
|
|
4
|
-
tslib_1.__exportStar(require("./Limits"), exports);
|
|
5
|
-
tslib_1.__exportStar(require("./LimitsInterfaces"), exports);
|
|
1
|
+
export * from './Limits.js';
|
|
2
|
+
export * from './LimitsInterfaces.js';
|
|
6
3
|
//# sourceMappingURL=index.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/resources/Limits/index.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/resources/Limits/index.ts"],"names":[],"mappings":"AAAA,cAAc,aAAa,CAAC;AAC5B,cAAc,uBAAuB,CAAC"}
|