@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,2 +1,2 @@
|
|
|
1
|
-
export * from './ResultRankings';
|
|
2
|
-
export * from './ResultRankingsInterfaces';
|
|
1
|
+
export * from './ResultRankings.js';
|
|
2
|
+
export * from './ResultRankingsInterfaces.js';
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import Resource from '../../Resource';
|
|
2
|
-
import { CreateStatementGroupModel, UpdateStatementGroupModel, ListStatementGroupsOptions, StatementGroupList, StatementGroupModel, UpdateStatementGroupRuleAssociationsRequest, UpdateStatementGroupRuleAssociationsResponse } from './StatementGroupsInterfaces';
|
|
1
|
+
import Resource from '../../Resource.js';
|
|
2
|
+
import { CreateStatementGroupModel, UpdateStatementGroupModel, ListStatementGroupsOptions, StatementGroupList, StatementGroupModel, UpdateStatementGroupRuleAssociationsRequest, UpdateStatementGroupRuleAssociationsResponse } from './StatementGroupsInterfaces.js';
|
|
3
3
|
export default class StatementGroups extends Resource {
|
|
4
4
|
static getBaseUrl: (pipelineId: string) => string;
|
|
5
5
|
static getStatementGroupUrl: (pipelineId: string, groupId: string) => string;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { Paginated } from '../../BaseInterfaces';
|
|
2
|
-
import { CampaignStatementGroupStatusType, ListStatementGroupStatusType, PermanentStatementGroupStatusType, StatementGroupType } from '../../Enums';
|
|
1
|
+
import { Paginated } from '../../BaseInterfaces.js';
|
|
2
|
+
import { CampaignStatementGroupStatusType, ListStatementGroupStatusType, PermanentStatementGroupStatusType, StatementGroupType } from '../../Enums.js';
|
|
3
3
|
export interface StatementGroupList {
|
|
4
4
|
groups: StatementGroupModel[];
|
|
5
5
|
/**
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export * from './StatementGroups';
|
|
2
|
-
export * from './StatementGroupsInterfaces';
|
|
1
|
+
export * from './StatementGroups.js';
|
|
2
|
+
export * from './StatementGroupsInterfaces.js';
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { PageModel } from '../../BaseInterfaces';
|
|
2
|
-
import Resource from '../../Resource';
|
|
3
|
-
import { BulkGetStatementsParams, CopyStatementModel, CreateStatementModel, ExportStatementParams, ListStatementParams, MoveStatementModel, StatementModel } from './StatementsInterfaces';
|
|
1
|
+
import { PageModel } from '../../BaseInterfaces.js';
|
|
2
|
+
import Resource from '../../Resource.js';
|
|
3
|
+
import { BulkGetStatementsParams, CopyStatementModel, CreateStatementModel, ExportStatementParams, ListStatementParams, MoveStatementModel, StatementModel } from './StatementsInterfaces.js';
|
|
4
4
|
export default class Statements extends Resource {
|
|
5
5
|
static getBaseUrl: (pipelineId: string) => string;
|
|
6
6
|
static getStatementUrl: (pipelineId: string, statementId: string) => string;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { Paginated } from '../../BaseInterfaces';
|
|
2
|
-
import { ListStatementSortBy, StatementsFeature } from '../../Enums';
|
|
3
|
-
import { ConditionModel } from '../Conditions';
|
|
1
|
+
import { Paginated } from '../../BaseInterfaces.js';
|
|
2
|
+
import { ListStatementSortBy, StatementsFeature } from '../../Enums.js';
|
|
3
|
+
import { ConditionModel } from '../Conditions/index.js';
|
|
4
4
|
export interface StatementModel {
|
|
5
5
|
/**
|
|
6
6
|
* The unique identifier of this statement
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export * from './Statements';
|
|
2
|
-
export * from './StatementsInterfaces';
|
|
1
|
+
export * from './Statements.js';
|
|
2
|
+
export * from './StatementsInterfaces.js';
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
export * from './Pipelines';
|
|
2
|
-
export * from './PipelinesInterfaces';
|
|
3
|
-
export * from './MLAssociations/';
|
|
4
|
-
export * from './Statements/';
|
|
5
|
-
export * from './ResultRankings/';
|
|
6
|
-
export * from './Conditions';
|
|
7
|
-
export * from './StatementGroups/';
|
|
8
|
-
export * from './FacetStateRules';
|
|
1
|
+
export * from './Pipelines.js';
|
|
2
|
+
export * from './PipelinesInterfaces.js';
|
|
3
|
+
export * from './MLAssociations/index.js';
|
|
4
|
+
export * from './Statements/index.js';
|
|
5
|
+
export * from './ResultRankings/index.js';
|
|
6
|
+
export * from './Conditions/index.js';
|
|
7
|
+
export * from './StatementGroups/index.js';
|
|
8
|
+
export * from './FacetStateRules/index.js';
|
|
@@ -1,50 +1,50 @@
|
|
|
1
|
-
import Access from './OrganizationAccess/Access';
|
|
2
|
-
import Activity from './Activities/Activities';
|
|
3
|
-
import API from '../APICore';
|
|
4
|
-
import ApiKey from './ApiKeys/ApiKeys';
|
|
5
|
-
import AWS from './AWS/AWS';
|
|
6
|
-
import CaseAssistConfig from './CaseAssistConfigs/CaseAssistConfig';
|
|
7
|
-
import Catalog from './Catalogs/Catalog';
|
|
8
|
-
import CatalogConfiguration from './Catalogs/CatalogConfiguration';
|
|
9
|
-
import Cluster from './Clusters/Cluster';
|
|
10
|
-
import Connectivity from './Connectivity/Connectivity';
|
|
11
|
-
import CrawlingModule from './CrawlingModule/CrawlingModule';
|
|
12
|
-
import Extensions from './Extensions/Extensions';
|
|
13
|
-
import Field from './Fields/Fields';
|
|
14
|
-
import Global from './Global/Global';
|
|
15
|
-
import GlobalGroup from './GlobalGroups/GlobalGroup';
|
|
16
|
-
import Group from './Groups/Groups';
|
|
17
|
-
import Index from './Indexes/Indexes';
|
|
18
|
-
import InProductExperiences from './InProductExperiences/InProductExperiences';
|
|
19
|
-
import InsightPanelConfig from './InsightPanelConfigs/InsightPanelConfig';
|
|
20
|
-
import InsightPanelInterface from './InsightPanelInterfaces/InsightPanelInterface';
|
|
21
|
-
import License from './License/License';
|
|
22
|
-
import Limits from './Limits/Limits';
|
|
23
|
-
import Links from './Links/Links';
|
|
24
|
-
import Logs from './Logs/Logs';
|
|
25
|
-
import MachineLearning from './MachineLearning/MachineLearning';
|
|
26
|
-
import ModifierTemplates from './ModifierTemplates/ModifierTemplates';
|
|
27
|
-
import Notifications from './Notification/notification';
|
|
28
|
-
import Organization from './Organizations/Organization';
|
|
29
|
-
import Pipelines from './Pipelines/Pipelines';
|
|
30
|
-
import PrivilegeEvaluator from './PrivilegeEvaluator/PrivilegeEvaluator';
|
|
31
|
-
import ProductListing from './Catalogs/ProductListing';
|
|
32
|
-
import ProductListingConfiguration from './Catalogs/ProductListingConfiguration';
|
|
33
|
-
import Products from './Products/Product';
|
|
34
|
-
import PushApi from './PushApi/PushApi';
|
|
35
|
-
import ResourceSnapshots from './ResourceSnapshots/ResourceSnapshots';
|
|
36
|
-
import Saml from './Saml/Saml';
|
|
37
|
-
import SchemaService from './SchemaService/SchemaService';
|
|
38
|
-
import Search from './Search/Search';
|
|
39
|
-
import SearchInterfaces from './SearchInterfaces/SearchInterfaces';
|
|
40
|
-
import SearchPages from './SearchPages/SearchPages';
|
|
41
|
-
import SearchUsageMetrics from './SearchUsageMetrics/SearchUsageMetrics';
|
|
42
|
-
import SecurityCache from './SecurityCache/SecurityCache';
|
|
43
|
-
import Sources from './Sources/Sources';
|
|
44
|
-
import UsageAnalytics from './UsageAnalytics/UsageAnalytics';
|
|
45
|
-
import User from './Users/User';
|
|
46
|
-
import Vaults from './Vaults/Vaults';
|
|
47
|
-
import TableauService from './TableauService/TableauService';
|
|
1
|
+
import Access from './OrganizationAccess/Access.js';
|
|
2
|
+
import Activity from './Activities/Activities.js';
|
|
3
|
+
import API from '../APICore.js';
|
|
4
|
+
import ApiKey from './ApiKeys/ApiKeys.js';
|
|
5
|
+
import AWS from './AWS/AWS.js';
|
|
6
|
+
import CaseAssistConfig from './CaseAssistConfigs/CaseAssistConfig.js';
|
|
7
|
+
import Catalog from './Catalogs/Catalog.js';
|
|
8
|
+
import CatalogConfiguration from './Catalogs/CatalogConfiguration.js';
|
|
9
|
+
import Cluster from './Clusters/Cluster.js';
|
|
10
|
+
import Connectivity from './Connectivity/Connectivity.js';
|
|
11
|
+
import CrawlingModule from './CrawlingModule/CrawlingModule.js';
|
|
12
|
+
import Extensions from './Extensions/Extensions.js';
|
|
13
|
+
import Field from './Fields/Fields.js';
|
|
14
|
+
import Global from './Global/Global.js';
|
|
15
|
+
import GlobalGroup from './GlobalGroups/GlobalGroup.js';
|
|
16
|
+
import Group from './Groups/Groups.js';
|
|
17
|
+
import Index from './Indexes/Indexes.js';
|
|
18
|
+
import InProductExperiences from './InProductExperiences/InProductExperiences.js';
|
|
19
|
+
import InsightPanelConfig from './InsightPanelConfigs/InsightPanelConfig.js';
|
|
20
|
+
import InsightPanelInterface from './InsightPanelInterfaces/InsightPanelInterface.js';
|
|
21
|
+
import License from './License/License.js';
|
|
22
|
+
import Limits from './Limits/Limits.js';
|
|
23
|
+
import Links from './Links/Links.js';
|
|
24
|
+
import Logs from './Logs/Logs.js';
|
|
25
|
+
import MachineLearning from './MachineLearning/MachineLearning.js';
|
|
26
|
+
import ModifierTemplates from './ModifierTemplates/ModifierTemplates.js';
|
|
27
|
+
import Notifications from './Notification/notification.js';
|
|
28
|
+
import Organization from './Organizations/Organization.js';
|
|
29
|
+
import Pipelines from './Pipelines/Pipelines.js';
|
|
30
|
+
import PrivilegeEvaluator from './PrivilegeEvaluator/PrivilegeEvaluator.js';
|
|
31
|
+
import ProductListing from './Catalogs/ProductListing.js';
|
|
32
|
+
import ProductListingConfiguration from './Catalogs/ProductListingConfiguration.js';
|
|
33
|
+
import Products from './Products/Product.js';
|
|
34
|
+
import PushApi from './PushApi/PushApi.js';
|
|
35
|
+
import ResourceSnapshots from './ResourceSnapshots/ResourceSnapshots.js';
|
|
36
|
+
import Saml from './Saml/Saml.js';
|
|
37
|
+
import SchemaService from './SchemaService/SchemaService.js';
|
|
38
|
+
import Search from './Search/Search.js';
|
|
39
|
+
import SearchInterfaces from './SearchInterfaces/SearchInterfaces.js';
|
|
40
|
+
import SearchPages from './SearchPages/SearchPages.js';
|
|
41
|
+
import SearchUsageMetrics from './SearchUsageMetrics/SearchUsageMetrics.js';
|
|
42
|
+
import SecurityCache from './SecurityCache/SecurityCache.js';
|
|
43
|
+
import Sources from './Sources/Sources.js';
|
|
44
|
+
import UsageAnalytics from './UsageAnalytics/UsageAnalytics.js';
|
|
45
|
+
import User from './Users/User.js';
|
|
46
|
+
import Vaults from './Vaults/Vaults.js';
|
|
47
|
+
import TableauService from './TableauService/TableauService.js';
|
|
48
48
|
declare class PlatformResources {
|
|
49
49
|
protected API: API;
|
|
50
50
|
protected ServerlessAPI: API;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import Ressource from '../Resource';
|
|
2
|
-
import { PrivilegeEvaluatorModel } from './PrivilegeEvaluatorInterfaces';
|
|
1
|
+
import Ressource from '../Resource.js';
|
|
2
|
+
import { PrivilegeEvaluatorModel } from './PrivilegeEvaluatorInterfaces.js';
|
|
3
3
|
export default class PrivilegeEvaluator extends Ressource {
|
|
4
4
|
static baseUrl: string;
|
|
5
5
|
/**
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export * from './PrivilegeEvaluator';
|
|
2
|
-
export * from './PrivilegeEvaluatorInterfaces';
|
|
1
|
+
export * from './PrivilegeEvaluator.js';
|
|
2
|
+
export * from './PrivilegeEvaluatorInterfaces.js';
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { New } from '../BaseInterfaces';
|
|
2
|
-
import Resource from '../Resource';
|
|
3
|
-
import { ProductsRequestModel, ProductsResultModel } from './ProductInterfaces';
|
|
1
|
+
import { New } from '../BaseInterfaces.js';
|
|
2
|
+
import Resource from '../Resource.js';
|
|
3
|
+
import { ProductsRequestModel, ProductsResultModel } from './ProductInterfaces.js';
|
|
4
4
|
export default class Products extends Resource {
|
|
5
5
|
static baseUrl: string;
|
|
6
6
|
get(productsRequest: New<ProductsRequestModel>, refreshCache?: boolean): Promise<ProductsResultModel>;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export * from './Product';
|
|
2
|
-
export * from './ProductInterfaces';
|
|
1
|
+
export * from './Product.js';
|
|
2
|
+
export * from './ProductInterfaces.js';
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import Resource from '../Resource';
|
|
2
|
-
import { SecurityIdentityAliasModel, SecurityIdentityBatchConfig, SecurityIdentityDelete, SecurityIdentityDeleteOptions, SecurityIdentityModel, SecurityIdentityOptions } from './PushApiInterfaces';
|
|
1
|
+
import Resource from '../Resource.js';
|
|
2
|
+
import { SecurityIdentityAliasModel, SecurityIdentityBatchConfig, SecurityIdentityDelete, SecurityIdentityDeleteOptions, SecurityIdentityModel, SecurityIdentityOptions } from './PushApiInterfaces.js';
|
|
3
3
|
export default class PushApi extends Resource {
|
|
4
4
|
static baseUrl: string;
|
|
5
5
|
createOrUpdateSecurityIdentityAlias(securityProviderId: string, alias: SecurityIdentityAliasModel, options?: SecurityIdentityOptions): Promise<void>;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { SinglePermissionResult, SinglePermissionIdentityType } from '../Enums';
|
|
1
|
+
import { SinglePermissionResult, SinglePermissionIdentityType } from '../Enums.js';
|
|
2
2
|
export interface SecurityIdentityAliasModel extends SecurityIdentityBase {
|
|
3
3
|
mappings: AliasMappings;
|
|
4
4
|
}
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export * from './PushApi';
|
|
2
|
-
export * from './PushApiInterfaces';
|
|
1
|
+
export * from './PushApi.js';
|
|
2
|
+
export * from './PushApiInterfaces.js';
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import Resource from '../Resource';
|
|
2
|
-
import { ApplyOptions, CreateFromFileOptions, CreateFromOrganizationOptions, DryRunOptions, ExportSnapshotContentOptions, GenerateUrlOptions, GetSnapshotOptions, PushSnapshotOptions, ResourceSnapshotExportConfigurationModel, ResourceSnapshotsModel, ResourceSnapshotsReportModel, ResourceSnapshotsSynchronizationPlanModel, ResourceSnapshotsSynchronizationReportModel, ResourceSnapshotType, ResourceSnapshotUrlModel, SnapshotAccessModel, SnapshotDiffModel, SnapshotListParams, UpdateChildrenOptions, ValidateAccessOptions } from './ResourceSnapshotsInterfaces';
|
|
1
|
+
import Resource from '../Resource.js';
|
|
2
|
+
import { ApplyOptions, CreateFromFileOptions, CreateFromOrganizationOptions, DryRunOptions, ExportSnapshotContentOptions, GenerateUrlOptions, GetSnapshotOptions, PushSnapshotOptions, ResourceSnapshotExportConfigurationModel, ResourceSnapshotsModel, ResourceSnapshotsReportModel, ResourceSnapshotsSynchronizationPlanModel, ResourceSnapshotsSynchronizationReportModel, ResourceSnapshotType, ResourceSnapshotUrlModel, SnapshotAccessModel, SnapshotDiffModel, SnapshotListParams, UpdateChildrenOptions, ValidateAccessOptions } from './ResourceSnapshotsInterfaces.js';
|
|
3
3
|
export default class ResourceSnapshots extends Resource {
|
|
4
4
|
static baseUrl: string;
|
|
5
5
|
list(params?: SnapshotListParams): Promise<ResourceSnapshotsModel[]>;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export * from './ResourceSnapshots';
|
|
2
|
-
export * from './ResourceSnapshotsInterfaces';
|
|
1
|
+
export * from './ResourceSnapshots.js';
|
|
2
|
+
export * from './ResourceSnapshotsInterfaces.js';
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { New } from '../BaseInterfaces';
|
|
2
|
-
import { RealmModel } from '../Groups';
|
|
3
|
-
import Resource from '../Resource';
|
|
4
|
-
import { SamlIdentityProviderEnabledModel, SamlIdentityProviderModel } from './SamlInterfaces';
|
|
1
|
+
import { New } from '../BaseInterfaces.js';
|
|
2
|
+
import { RealmModel } from '../Groups/index.js';
|
|
3
|
+
import Resource from '../Resource.js';
|
|
4
|
+
import { SamlIdentityProviderEnabledModel, SamlIdentityProviderModel } from './SamlInterfaces.js';
|
|
5
5
|
export default class Saml extends Resource {
|
|
6
6
|
static baseUrl: string;
|
|
7
7
|
isEnabled(): Promise<SamlIdentityProviderEnabledModel>;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export * from './Saml';
|
|
2
|
-
export * from './SamlInterfaces';
|
|
1
|
+
export * from './Saml.js';
|
|
2
|
+
export * from './SamlInterfaces.js';
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import API from '../../APICore';
|
|
2
|
-
import Ressource from '../Resource';
|
|
3
|
-
import { New } from '../BaseInterfaces';
|
|
4
|
-
import { SchemaEntities, SchemaServiceQueryParams, SchemaServiceSource, CreateSchemaSourceModel, CreateSchemaSourceOptions, ObjectsToGet, SchemaEntityFields, SimpleSchemaEntity, GetEntitiesQueryParams, GetEntityQueryParams, SlackTokenValidationResult } from './SchemaServiceInterfaces';
|
|
5
|
-
import { SourceType } from '../Enums';
|
|
1
|
+
import API from '../../APICore.js';
|
|
2
|
+
import Ressource from '../Resource.js';
|
|
3
|
+
import { New } from '../BaseInterfaces.js';
|
|
4
|
+
import { SchemaEntities, SchemaServiceQueryParams, SchemaServiceSource, CreateSchemaSourceModel, CreateSchemaSourceOptions, ObjectsToGet, SchemaEntityFields, SimpleSchemaEntity, GetEntitiesQueryParams, GetEntityQueryParams, SlackTokenValidationResult } from './SchemaServiceInterfaces.js';
|
|
5
|
+
import { SourceType } from '../Enums.js';
|
|
6
6
|
export default class SchemaService extends Ressource {
|
|
7
7
|
protected api: API;
|
|
8
8
|
protected serverlessApi: API;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { SourceModel, CreateSourceModel, CreateSourceOptions } from '../Sources/SourcesInterfaces';
|
|
1
|
+
import { SourceModel, CreateSourceModel, CreateSourceOptions } from '../Sources/SourcesInterfaces.js';
|
|
2
2
|
export interface SimpleSchemaEntity {
|
|
3
3
|
/**
|
|
4
4
|
* The id of the entity
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export * from './SchemaService';
|
|
2
|
-
export * from './SchemaServiceInterfaces';
|
|
1
|
+
export * from './SchemaService.js';
|
|
2
|
+
export * from './SchemaServiceInterfaces.js';
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { ListFieldValuesBodyQueryParams, PostSearchQuerySuggestBodyParams } from '.';
|
|
2
|
-
import Ressource from '../Resource';
|
|
3
|
-
import { RestQueryParams, RestTokenParams, TokenModel } from './SearchInterfaces';
|
|
1
|
+
import { ListFieldValuesBodyQueryParams, PostSearchQuerySuggestBodyParams } from './index.js';
|
|
2
|
+
import Ressource from '../Resource.js';
|
|
3
|
+
import { RestQueryParams, RestTokenParams, TokenModel } from './SearchInterfaces.js';
|
|
4
4
|
export default class Search extends Ressource {
|
|
5
5
|
static baseUrl: string;
|
|
6
6
|
createToken(tokenParams: RestTokenParams): Promise<TokenModel>;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export * from './Search';
|
|
2
|
-
export * from './SearchInterfaces';
|
|
1
|
+
export * from './Search.js';
|
|
2
|
+
export * from './SearchInterfaces.js';
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { New, PageModel } from '../../Entry';
|
|
2
|
-
import Resource from '../Resource';
|
|
3
|
-
import { IAccesses, IListSearchInterfacesParameters, ISearchInterfaceConfiguration, ISearchInterfaceConfigurationResponse, IManifestParameters, IManifestResponse } from './SearchInterfaces.model';
|
|
1
|
+
import { New, PageModel } from '../../Entry.js';
|
|
2
|
+
import Resource from '../Resource.js';
|
|
3
|
+
import { IAccesses, IListSearchInterfacesParameters, ISearchInterfaceConfiguration, ISearchInterfaceConfigurationResponse, IManifestParameters, IManifestResponse } from './SearchInterfaces.model.js';
|
|
4
4
|
export default class SearchInterfaces extends Resource {
|
|
5
5
|
static baseUrl: string;
|
|
6
6
|
list(options: IListSearchInterfacesParameters): Promise<PageModel<ISearchInterfaceConfigurationResponse>>;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { Paginated } from '../BaseInterfaces';
|
|
2
|
-
import { SortingBy, SortingOrder } from '../Enums';
|
|
1
|
+
import { Paginated } from '../BaseInterfaces.js';
|
|
2
|
+
import { SortingBy, SortingOrder } from '../Enums.js';
|
|
3
3
|
export interface IAccesses {
|
|
4
4
|
/**
|
|
5
5
|
* The list of users that are allowed to access the search interface.
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export * from './SearchInterfaces';
|
|
2
|
-
export * from './SearchInterfaces.model';
|
|
1
|
+
export * from './SearchInterfaces.js';
|
|
2
|
+
export * from './SearchInterfaces.model.js';
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import Resource from '../Resource';
|
|
2
|
-
import { SearchPageModel, ListSearchPagesParams, CreateSearchPageModel, UpdateSearchPageModel, SearchPageVersionModel, MajorMinorVersion, SearchPageHeadersModel, ReorderSearchPageHeadersModel, JavaScriptResourceModel, CSSResourceModel } from './SearchPagesInterfaces';
|
|
1
|
+
import Resource from '../Resource.js';
|
|
2
|
+
import { SearchPageModel, ListSearchPagesParams, CreateSearchPageModel, UpdateSearchPageModel, SearchPageVersionModel, MajorMinorVersion, SearchPageHeadersModel, ReorderSearchPageHeadersModel, JavaScriptResourceModel, CSSResourceModel } from './SearchPagesInterfaces.js';
|
|
3
3
|
export default class SearchPages extends Resource {
|
|
4
4
|
static baseUrl: string;
|
|
5
5
|
list(params?: ListSearchPagesParams): Promise<SearchPageModel[]>;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export * from './SearchPages';
|
|
2
|
-
export * from './SearchPagesInterfaces';
|
|
1
|
+
export * from './SearchPages.js';
|
|
2
|
+
export * from './SearchPagesInterfaces.js';
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import Resource from '../../Resource';
|
|
2
|
-
import { ListLicenseMonthlyParams, RestListOfMetricsModel, RestListOfMetricValues } from './LicenseMetricsInterface';
|
|
1
|
+
import Resource from '../../Resource.js';
|
|
2
|
+
import { ListLicenseMonthlyParams, RestListOfMetricsModel, RestListOfMetricValues } from './LicenseMetricsInterface.js';
|
|
3
3
|
export default class LicenseMetrics extends Resource {
|
|
4
4
|
static baseUrl: string;
|
|
5
5
|
listAssignable(): Promise<RestListOfMetricsModel>;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export * from './LicenseMetrics';
|
|
2
|
-
export * from './LicenseMetricsInterface';
|
|
1
|
+
export * from './LicenseMetrics.js';
|
|
2
|
+
export * from './LicenseMetricsInterface.js';
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import Resource from '../../Resource';
|
|
2
|
-
import { DailyRawMetricParameters, MonthlyRawMetricParameters, MonthlyRawMetricsParameters, RestListOfRawMetrics, RestListOfRawMetricValues, RestListOfSearchHubRawMetrics } from './RawMetricsInterface';
|
|
1
|
+
import Resource from '../../Resource.js';
|
|
2
|
+
import { DailyRawMetricParameters, MonthlyRawMetricParameters, MonthlyRawMetricsParameters, RestListOfRawMetrics, RestListOfRawMetricValues, RestListOfSearchHubRawMetrics } from './RawMetricsInterface.js';
|
|
3
3
|
export default class RawMetrics extends Resource {
|
|
4
4
|
static baseUrl: string;
|
|
5
5
|
private addZeroIfRequired;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export * from './RawMetrics';
|
|
2
|
-
export * from './RawMetricsInterface';
|
|
1
|
+
export * from './RawMetrics.js';
|
|
2
|
+
export * from './RawMetricsInterface.js';
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import Resource from '../../Resource';
|
|
2
|
-
import { SearchHubNameParams, RestSearchHub, UpdateSearchHubParams, UpdateSearchHubBucketParams, ListSearchHubsParams, ListSearchHubs } from './SearchHubsInterface';
|
|
1
|
+
import Resource from '../../Resource.js';
|
|
2
|
+
import { SearchHubNameParams, RestSearchHub, UpdateSearchHubParams, UpdateSearchHubBucketParams, ListSearchHubsParams, ListSearchHubs } from './SearchHubsInterface.js';
|
|
3
3
|
export default class SearchHubs extends Resource {
|
|
4
4
|
static baseUrl: string;
|
|
5
5
|
list(params?: ListSearchHubsParams): Promise<ListSearchHubs>;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export * from './SearchHubs';
|
|
2
|
-
export * from './SearchHubsInterface';
|
|
1
|
+
export * from './SearchHubs.js';
|
|
2
|
+
export * from './SearchHubsInterface.js';
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import API from '../../APICore';
|
|
2
|
-
import Resource from '../Resource';
|
|
3
|
-
import LicenseMetrics from './LicenseMetrics/LicenseMetrics';
|
|
4
|
-
import RawMetrics from './RawMetrics/RawMetrics';
|
|
5
|
-
import SearchHubs from './SearchHubs/SearchHubs';
|
|
1
|
+
import API from '../../APICore.js';
|
|
2
|
+
import Resource from '../Resource.js';
|
|
3
|
+
import LicenseMetrics from './LicenseMetrics/LicenseMetrics.js';
|
|
4
|
+
import RawMetrics from './RawMetrics/RawMetrics.js';
|
|
5
|
+
import SearchHubs from './SearchHubs/SearchHubs.js';
|
|
6
6
|
export default class SearchUsageMetrics extends Resource {
|
|
7
7
|
protected api: API;
|
|
8
8
|
protected serverlessApi: API;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export * from './SearchUsageMetrics';
|
|
2
|
-
export * from './LicenseMetrics';
|
|
3
|
-
export * from './SearchHubs';
|
|
4
|
-
export * from './RawMetrics';
|
|
1
|
+
export * from './SearchUsageMetrics.js';
|
|
2
|
+
export * from './LicenseMetrics/index.js';
|
|
3
|
+
export * from './SearchHubs/index.js';
|
|
4
|
+
export * from './RawMetrics/index.js';
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { PageModel } from '../BaseInterfaces';
|
|
2
|
-
import Ressource from '../Resource';
|
|
3
|
-
import { DetailedSecurityCacheMemberModel, ScheduleModel, SecurityCacheIdentityModel, SecurityCacheListOptions, SecurityCacheStatus, SecurityProviderModelWithStatus, SecurityCacheListRelationshipsOptions, SecurityCacheMemberModel, SecurityProviderModel, SecurityProviderIdentitiesFilters } from './SecurityCacheInterfaces';
|
|
1
|
+
import { PageModel } from '../BaseInterfaces.js';
|
|
2
|
+
import Ressource from '../Resource.js';
|
|
3
|
+
import { DetailedSecurityCacheMemberModel, ScheduleModel, SecurityCacheIdentityModel, SecurityCacheListOptions, SecurityCacheStatus, SecurityProviderModelWithStatus, SecurityCacheListRelationshipsOptions, SecurityCacheMemberModel, SecurityProviderModel, SecurityProviderIdentitiesFilters } from './SecurityCacheInterfaces.js';
|
|
4
4
|
export default class SecurityCache extends Ressource {
|
|
5
5
|
static baseUrl: string;
|
|
6
6
|
static cacheUrl: string;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { Paginated } from '../BaseInterfaces';
|
|
2
|
-
import { PermissionIdentityType, ScheduleType, SecurityCacheStateOptions, SecurityProviderReferenceType, SecurityProviderType } from '../Enums';
|
|
3
|
-
import { ParameterModel, UserIdentityModel } from '../Sources';
|
|
1
|
+
import { Paginated } from '../BaseInterfaces.js';
|
|
2
|
+
import { PermissionIdentityType, ScheduleType, SecurityCacheStateOptions, SecurityProviderReferenceType, SecurityProviderType } from '../Enums.js';
|
|
3
|
+
import { ParameterModel, UserIdentityModel } from '../Sources/index.js';
|
|
4
4
|
export interface ScheduleModel {
|
|
5
5
|
enabled: boolean;
|
|
6
6
|
frequency?: ScheduleFrequency;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export * from './SecurityCache';
|
|
2
|
-
export * from './SecurityCacheInterfaces';
|
|
1
|
+
export * from './SecurityCache.js';
|
|
2
|
+
export * from './SecurityCacheInterfaces.js';
|
|
@@ -1,13 +1,13 @@
|
|
|
1
|
-
import API from '../../APICore';
|
|
2
|
-
import { New, PageModel } from '../BaseInterfaces';
|
|
3
|
-
import { ActivityOperation } from '../Enums';
|
|
4
|
-
import Resource from '../Resource';
|
|
5
|
-
import { ScheduleModel } from '../SecurityCache';
|
|
6
|
-
import SourcesDatasets from './SourcesDatasets/SourcesDatasets';
|
|
7
|
-
import SourcesFields from './SourcesFields/SourcesFields';
|
|
8
|
-
import { CreateSourceModel, CreateSourceOptions, LightSourceModel, ListOperationalStatusSourcesParams, ListSourcesParams, RawSourceConfig, SourceModel } from './SourcesInterfaces';
|
|
9
|
-
import SourcesMappings from './SourcesMappings/SourcesMappings';
|
|
10
|
-
import SourcesMetadata from './SourcesMetadata/SourcesMetadata';
|
|
1
|
+
import API from '../../APICore.js';
|
|
2
|
+
import { New, PageModel } from '../BaseInterfaces.js';
|
|
3
|
+
import { ActivityOperation } from '../Enums.js';
|
|
4
|
+
import Resource from '../Resource.js';
|
|
5
|
+
import { ScheduleModel } from '../SecurityCache/index.js';
|
|
6
|
+
import SourcesDatasets from './SourcesDatasets/SourcesDatasets.js';
|
|
7
|
+
import SourcesFields from './SourcesFields/SourcesFields.js';
|
|
8
|
+
import { CreateSourceModel, CreateSourceOptions, LightSourceModel, ListOperationalStatusSourcesParams, ListSourcesParams, RawSourceConfig, SourceModel } from './SourcesInterfaces.js';
|
|
9
|
+
import SourcesMappings from './SourcesMappings/SourcesMappings.js';
|
|
10
|
+
import SourcesMetadata from './SourcesMetadata/SourcesMetadata.js';
|
|
11
11
|
export default class Sources extends Resource {
|
|
12
12
|
protected api: API;
|
|
13
13
|
protected serverlessApi: API;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { DatasetImportProgressModel, DatasetModel, DatasetType } from './SourcesDatasetsInterfaces';
|
|
2
|
-
import Resource from '../../Resource';
|
|
1
|
+
import { DatasetImportProgressModel, DatasetModel, DatasetType } from './SourcesDatasetsInterfaces.js';
|
|
2
|
+
import Resource from '../../Resource.js';
|
|
3
3
|
export default class SourcesDatasets extends Resource {
|
|
4
4
|
static baseUrl: string;
|
|
5
5
|
list(): Promise<DatasetModel>;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export * from './SourcesDatasets';
|
|
2
|
-
export * from './SourcesDatasetsInterfaces';
|
|
1
|
+
export * from './SourcesDatasets.js';
|
|
2
|
+
export * from './SourcesDatasetsInterfaces.js';
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { PageModel } from '../../BaseInterfaces';
|
|
2
|
-
import Resource from '../../Resource';
|
|
3
|
-
import { ListSourcesFieldsParams, SourceFieldModel } from './SourcesFieldsInterfaces';
|
|
1
|
+
import { PageModel } from '../../BaseInterfaces.js';
|
|
2
|
+
import Resource from '../../Resource.js';
|
|
3
|
+
import { ListSourcesFieldsParams, SourceFieldModel } from './SourcesFieldsInterfaces.js';
|
|
4
4
|
export default class SourcesFields extends Resource {
|
|
5
5
|
static baseUrl: string;
|
|
6
6
|
list(params?: ListSourcesFieldsParams): Promise<PageModel<SourceFieldModel, "items">>;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { FieldModel, ListFieldsParams } from '../../Fields';
|
|
2
|
-
import { LightSourceModel } from '../SourcesInterfaces';
|
|
3
|
-
import { MappingModel } from '../SourcesMappings';
|
|
1
|
+
import { FieldModel, ListFieldsParams } from '../../Fields/index.js';
|
|
2
|
+
import { LightSourceModel } from '../SourcesInterfaces.js';
|
|
3
|
+
import { MappingModel } from '../SourcesMappings/index.js';
|
|
4
4
|
export interface ListSourcesFieldsParams extends ListFieldsParams {
|
|
5
5
|
includeMappings?: boolean;
|
|
6
6
|
}
|