@qlik/api 1.38.0 → 1.40.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/api-keys.js +2 -2
- package/apps.js +2 -2
- package/assistants.d.ts +1 -1
- package/assistants.js +2 -2
- package/audits.js +2 -2
- package/auth.js +2 -2
- package/automation-connections.js +2 -2
- package/automations.js +2 -2
- package/automl-deployments.js +2 -2
- package/automl-predictions.js +2 -2
- package/brands.js +2 -2
- package/chunks/{assistants-CDtI99Yr.d.ts → assistants-2UX0GzZ7.d.ts} +33 -33
- package/chunks/{auth-BzhoWKwN.js → auth-DBrXfv7D.js} +1 -1
- package/chunks/{data-alerts-Bx5sDVGI.d.ts → data-alerts-DwPcCvHP.d.ts} +32 -32
- package/chunks/{direct-access-agents-CGxApxBP.d.ts → direct-access-agents-BbSiWlMD.d.ts} +74 -1
- package/chunks/{dist-P1twboQp.js → dist-CjqdvDf3.js} +1 -1
- package/chunks/{invoke-fetch-DJFDz11x.js → invoke-fetch-B-ZucHu9.js} +2 -2
- package/chunks/{ml-gl8COKfn.d.ts → ml-C80TkK1J.d.ts} +32 -0
- package/chunks/{public-runtime-modules-Bfh2smA7.js → public-runtime-modules-lsJEDVxt.js} +3 -3
- package/chunks/{qix-DggPusot.d.ts → qix-Cc6k8Gz2.d.ts} +1 -1
- package/chunks/{qix-f5SasQCg.js → qix-CwYrlHFT.js} +1 -1
- package/chunks/{reloads-CA7KjqJO.d.ts → reloads-3XgvVnbq.d.ts} +9 -1
- package/chunks/{sharing-tasks-QKSzROsB.d.ts → sharing-tasks-BMDAjWTj.d.ts} +222 -21
- package/chunks/{spaces-yzYYGUw8.d.ts → spaces-DZI6zKZi.d.ts} +1 -5
- package/chunks/{tenants-BB6W-Hlf.d.ts → tenants-BDH4DmcO.d.ts} +2 -0
- package/collections.js +2 -2
- package/conditions.js +2 -2
- package/consumption.js +2 -2
- package/csp-origins.js +2 -2
- package/csrf-token.js +2 -2
- package/data-alerts.d.ts +1 -1
- package/data-alerts.js +18 -18
- package/data-assets.js +2 -2
- package/data-connections.js +2 -2
- package/data-credentials.js +2 -2
- package/data-files.js +2 -2
- package/data-qualities.js +2 -2
- package/data-sets.js +2 -2
- package/data-sources.js +2 -2
- package/data-stores.js +2 -2
- package/dcaas.js +2 -2
- package/di-projects.js +2 -2
- package/direct-access-agents.d.ts +2 -2
- package/direct-access-agents.js +44 -3
- package/encryption.js +2 -2
- package/extensions.js +2 -2
- package/glossaries.js +2 -2
- package/groups.js +2 -2
- package/identity-providers.js +2 -2
- package/index.d.ts +9 -9
- package/index.js +13 -5
- package/items.js +2 -2
- package/knowledgebases.js +2 -2
- package/licenses.js +2 -2
- package/lineage-graphs.js +2 -2
- package/ml.d.ts +1 -1
- package/ml.js +2 -2
- package/notes.js +2 -2
- package/notifications.js +2 -2
- package/oauth-clients.js +2 -2
- package/oauth-tokens.js +2 -2
- package/package.json +2 -2
- package/qix.d.ts +1 -1
- package/qix.js +2 -2
- package/questions.js +2 -2
- package/quotas.js +2 -2
- package/reload-tasks.js +2 -2
- package/reloads.d.ts +2 -2
- package/reloads.js +2 -2
- package/report-templates.js +2 -2
- package/reports.js +2 -2
- package/roles.js +2 -2
- package/sharing-tasks.d.ts +2 -2
- package/sharing-tasks.js +73 -12
- package/spaces.d.ts +1 -1
- package/spaces.js +2 -2
- package/tasks.js +2 -2
- package/temp-contents.js +2 -2
- package/tenants.d.ts +1 -1
- package/tenants.js +2 -2
- package/themes.js +2 -2
- package/transports.js +2 -2
- package/ui-config.js +2 -2
- package/users.js +2 -2
- package/web-integrations.js +2 -2
- package/web-notifications.js +2 -2
- package/webhooks.js +2 -2
- package/website/assets/navigation.js +1 -1
- package/website/assets/search.js +1 -1
- package/website/functions/data-alerts.createDataAlert.html +1 -1
- package/website/functions/data-alerts.deleteDataAlert.html +1 -1
- package/website/functions/data-alerts.deleteDataAlertExecution.html +1 -1
- package/website/functions/data-alerts.getDataAlert.html +1 -1
- package/website/functions/data-alerts.getDataAlertCondition.html +1 -1
- package/website/functions/data-alerts.getDataAlertExecution.html +1 -1
- package/website/functions/data-alerts.getDataAlertExecutionEvaluations.html +1 -1
- package/website/functions/data-alerts.getDataAlertExecutions.html +1 -1
- package/website/functions/data-alerts.getDataAlertExecutionsStats.html +1 -1
- package/website/functions/data-alerts.getDataAlertRecipientStats.html +1 -1
- package/website/functions/data-alerts.getDataAlerts.html +1 -1
- package/website/functions/data-alerts.getDataAlertsSettings.html +1 -1
- package/website/functions/data-alerts.patchDataAlert.html +1 -1
- package/website/functions/data-alerts.setDataAlertsSettings.html +1 -1
- package/website/functions/data-alerts.triggerDataAlerts.html +1 -1
- package/website/functions/data-alerts.validateDataAlerts.html +1 -1
- package/website/functions/direct-access-agents.getDirectAccessAgentConnectorCustomDataTypeMappings.html +5 -0
- package/website/functions/direct-access-agents.putDirectAccessAgentConnectorCustomDataTypeMappings.html +6 -0
- package/website/functions/sharing-tasks.cancelSharingTask.html +1 -1
- package/website/functions/sharing-tasks.configureSharingTasksSettings.html +1 -1
- package/website/functions/sharing-tasks.deleteSharingTask.html +1 -1
- package/website/functions/sharing-tasks.executeSharingTasks.html +1 -1
- package/website/functions/sharing-tasks.getSharingTask.html +2 -2
- package/website/functions/sharing-tasks.getSharingTaskExecution.html +7 -0
- package/website/functions/sharing-tasks.getSharingTaskExecutionFile.html +8 -0
- package/website/functions/sharing-tasks.getSharingTaskExecutions.html +11 -0
- package/website/functions/sharing-tasks.getSharingTasks.html +1 -1
- package/website/functions/sharing-tasks.getSharingTasksSettings.html +1 -1
- package/website/functions/sharing-tasks.patchSharingTask.html +1 -1
- package/website/functions/sharing-tasks.updateSharingTasksSettings.html +1 -1
- package/website/functions/spaces.getSpaceAssignments.html +2 -4
- package/website/interfaces/data-alerts.DataAlertsAPI.html +32 -32
- package/website/interfaces/direct-access-agents.DirectAccessAgentsAPI.html +50 -30
- package/website/interfaces/qix.GenericObject.html +1 -1
- package/website/interfaces/sharing-tasks.SharingTasksAPI.html +72 -31
- package/website/interfaces/spaces.SpacesAPI.html +4 -6
- package/website/modules/direct-access-agents.html +1 -1
- package/website/modules/reloads.html +1 -1
- package/website/modules/sharing-tasks.html +1 -1
- package/website/types/assistants.CreateAssistantHttpError.html +2 -2
- package/website/types/assistants.CreateAssistantStarterHttpError.html +2 -2
- package/website/types/assistants.CreateAssistantThreadHttpError.html +2 -2
- package/website/types/assistants.CreateAssistantThreadInteractionFeedbackHttpError.html +2 -2
- package/website/types/assistants.CreateAssistantThreadInteractionHttpError.html +2 -2
- package/website/types/assistants.CreateAssistantThreadInteractionReviewHttpError.html +2 -2
- package/website/types/assistants.DeleteAssistantHttpError.html +2 -2
- package/website/types/assistants.DeleteAssistantStarterFollowupHttpError.html +2 -2
- package/website/types/assistants.DeleteAssistantStarterHttpError.html +2 -2
- package/website/types/assistants.DeleteAssistantThreadHttpError.html +2 -2
- package/website/types/assistants.DeleteAssistantThreadInteractionHttpError.html +2 -2
- package/website/types/assistants.ErrorResponseCode.html +1 -11
- package/website/types/assistants.ErrorResponseCodeCopy.html +11 -1
- package/website/types/assistants.GetAssistantFeedbackHttpError.html +2 -2
- package/website/types/assistants.GetAssistantHttpError.html +2 -2
- package/website/types/assistants.GetAssistantSourcesHttpError.html +2 -2
- package/website/types/assistants.GetAssistantStarterHttpError.html +2 -2
- package/website/types/assistants.GetAssistantStartersHttpError.html +2 -2
- package/website/types/assistants.GetAssistantThreadHttpError.html +2 -2
- package/website/types/assistants.GetAssistantThreadInteractionHttpError.html +2 -2
- package/website/types/assistants.GetAssistantThreadInteractionsHttpError.html +2 -2
- package/website/types/assistants.GetAssistantThreadsHttpError.html +2 -2
- package/website/types/assistants.GetAssistantsHttpError.html +2 -2
- package/website/types/assistants.InvokeAssistantThreadHttpError.html +2 -2
- package/website/types/assistants.PatchAssistantHttpError.html +2 -2
- package/website/types/assistants.PatchAssistantThreadHttpError.html +2 -2
- package/website/types/assistants.PatchAssistantThreadInteractionFeedbackHttpError.html +2 -2
- package/website/types/assistants.StreamAssistantThreadHttpError.html +2 -2
- package/website/types/assistants.UpdateAssistantStarterFollowupHttpError.html +2 -2
- package/website/types/assistants.UpdateAssistantStarterHttpError.html +2 -2
- package/website/types/direct-access-agents.GetDirectAccessAgentConnectorCustomDataTypeMappingsHttpError.html +4 -0
- package/website/types/direct-access-agents.GetDirectAccessAgentConnectorCustomDataTypeMappingsHttpResponse.html +4 -0
- package/website/types/direct-access-agents.OdbcCustomDataType.html +11 -0
- package/website/types/direct-access-agents.OdbcCustomDataTypeResponse.html +3 -0
- package/website/types/direct-access-agents.PutDirectAccessAgentConnectorCustomDataTypeMappingsHttpError.html +4 -0
- package/website/types/direct-access-agents.PutDirectAccessAgentConnectorCustomDataTypeMappingsHttpResponse.html +4 -0
- package/website/types/direct-access-agents.UpdateOdbcCustomTypeMappingsRequest.html +2 -0
- package/website/types/ml.ModelMetricsTimeseries.html +35 -3
- package/website/types/qix.NativeGenericObjectFunctions.html +1 -1
- package/website/types/qix.RpcObject.html +1 -1
- package/website/types/reloads.Reload.html +4 -2
- package/website/types/reloads.ReloadRequest.html +4 -2
- package/website/types/reloads.Weight.html +2 -0
- package/website/types/sharing-tasks.GetSharingTaskExecutionFileHttpError.html +4 -0
- package/website/types/sharing-tasks.GetSharingTaskExecutionFileHttpResponse.html +4 -0
- package/website/types/sharing-tasks.GetSharingTaskExecutionHttpError.html +4 -0
- package/website/types/sharing-tasks.GetSharingTaskExecutionHttpResponse.html +4 -0
- package/website/types/sharing-tasks.GetSharingTaskExecutionsHttpError.html +4 -0
- package/website/types/sharing-tasks.GetSharingTaskExecutionsHttpResponse.html +6 -0
- package/website/types/sharing-tasks.SharingExecutionError.html +7 -0
- package/website/types/sharing-tasks.SharingExecutionErrors.html +1 -0
- package/website/types/sharing-tasks.SharingExecutionFile.html +9 -0
- package/website/types/sharing-tasks.SharingExecutionListResponse.html +2 -0
- package/website/types/sharing-tasks.SharingExecutionPersist.html +52 -0
- package/website/types/sharing-tasks.SharingExecutionResponse.html +1 -0
- package/website/types/sharing-tasks.TargetUser.html +10 -0
- package/website/types/spaces.AssignmentType.html +1 -1
- package/website/types/tenants.Tenant.html +4 -2
- package/website/variables/qix.QIX_SCHEMA_VERSION.html +1 -1
package/lineage-graphs.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import "./chunks/utils-qEQ6sEXX.js";
|
|
2
|
-
import "./chunks/public-runtime-modules-
|
|
3
|
-
import { clearApiCache, invokeFetch } from "./chunks/invoke-fetch-
|
|
2
|
+
import "./chunks/public-runtime-modules-lsJEDVxt.js";
|
|
3
|
+
import { clearApiCache, invokeFetch } from "./chunks/invoke-fetch-B-ZucHu9.js";
|
|
4
4
|
|
|
5
5
|
//#region src/public/rest/lineage-graphs.ts
|
|
6
6
|
/**
|
package/ml.d.ts
CHANGED
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
import "./chunks/auth-types-BlCWK0FP.js";
|
|
2
|
-
import { APIError, ActivateModelsMlDeploymentHttpError, ActivateModelsMlDeploymentHttpResponse, AddMlDeploymentModelsHttpError, AddMlDeploymentModelsHttpResponse, Alias, AliasFindResponse, AliasGetResponse, AliasId, AliasInput, AliasMode, AliasPatch, AliasPatchItem, AliasPostResponse, AnyType, BatchPrediction, BatchPredictionActionResponse, BatchPredictionFindResponse, BatchPredictionGetResponse, BatchPredictionInput, BatchPredictionPatch, BatchPredictionPostResponse, BatchPredictionSchedule, BatchPredictionScheduleGetResponse, BatchPredictionScheduleInput, BatchPredictionScheduleInputAttributes, BatchPredictionSchedulePatch, BatchPredictionSchedulePutResponse, BatchPredictionStatus, BatchPredictionWriteback, BinaryImbalanceSampling, CancelMlJobHttpError, CancelMlJobHttpResponse, ChangeType, ColumnTransform, ConfigurationKey, CorrId, CorrType, CreateMlDeploymentAliaseHttpError, CreateMlDeploymentAliaseHttpResponse, CreateMlDeploymentBatchPredictionHttpError, CreateMlDeploymentBatchPredictionHttpResponse, CreateMlDeploymentHttpError, CreateMlDeploymentHttpResponse, CreateMlExperimentHttpError, CreateMlExperimentHttpResponse, CreateMlExperimentVersionHttpError, CreateMlExperimentVersionHttpResponse, CreateMlProfileInsightHttpError, CreateMlProfileInsightHttpResponse, CreatedAt, CreatedBy, DataSchemaConfiguration, DataSetId, DataType, DatasetOrigin, DateIndexes, DeactivateModelsMlDeploymentHttpError, DeactivateModelsMlDeploymentHttpResponse, DeleteMlDeploymentAliaseHttpError, DeleteMlDeploymentAliaseHttpResponse, DeleteMlDeploymentBatchPredictionHttpError, DeleteMlDeploymentBatchPredictionHttpResponse, DeleteMlDeploymentBatchPredictionScheduleHttpError, DeleteMlDeploymentBatchPredictionScheduleHttpResponse, DeleteMlDeploymentHttpError, DeleteMlDeploymentHttpResponse, DeleteMlExperimentHttpError, DeleteMlExperimentHttpResponse, DeleteMlExperimentVersionHttpError, DeleteMlExperimentVersionHttpResponse, DeletedAt, DeployedModelIds, DeployedModelsInput, Deployment, DeploymentFindResponse, DeploymentGetResponse, DeploymentId, DeploymentInput, DeploymentPatch, DeploymentPostResponse, DroppedFeature, EntityDescription, EntityId, EntityName, EnumSortAliases, EnumSortBatchPredictions, EnumSortDeployments, EnumSortExperimentVersions, EnumSortExperiments, EnumSortModels, ErrorMessage, Errors, Experiment, ExperimentFindResponse, ExperimentGetResponse, ExperimentId, ExperimentInput, ExperimentMode, ExperimentModelRecommendationFilter, ExperimentModelRecommendationPostResponse, ExperimentPatch, ExperimentPatchItem, ExperimentPostResponse, ExperimentType, ExperimentVersion, ExperimentVersionFindResponse, ExperimentVersionGetResponse, ExperimentVersionId, ExperimentVersionInput, ExperimentVersionPatch, ExperimentVersionPostResponse, Failure, Feature, FeatureInsights, FeatureType, FeaturesList, FileType, FindResponseMeta, GetMlDeploymentAliaseHttpError, GetMlDeploymentAliaseHttpResponse, GetMlDeploymentAliasesHttpError, GetMlDeploymentAliasesHttpResponse, GetMlDeploymentBatchPredictionHttpError, GetMlDeploymentBatchPredictionHttpResponse, GetMlDeploymentBatchPredictionScheduleHttpError, GetMlDeploymentBatchPredictionScheduleHttpResponse, GetMlDeploymentBatchPredictionsHttpError, GetMlDeploymentBatchPredictionsHttpResponse, GetMlDeploymentHttpError, GetMlDeploymentHttpResponse, GetMlDeploymentsHttpError, GetMlDeploymentsHttpResponse, GetMlExperimentHttpError, GetMlExperimentHttpResponse, GetMlExperimentModelHttpError, GetMlExperimentModelHttpResponse, GetMlExperimentModelsHttpError, GetMlExperimentModelsHttpResponse, GetMlExperimentVersionHttpError, GetMlExperimentVersionHttpResponse, GetMlExperimentVersionsHttpError, GetMlExperimentVersionsHttpResponse, GetMlExperimentsHttpError, GetMlExperimentsHttpResponse, GetMlProfileInsightHttpError, GetMlProfileInsightHttpResponse, GetMlProfileInsightWithQueryHttpError, GetMlProfileInsightWithQueryHttpResponse, IndexColumn, Insights, JobType, MlAPI, Model, ModelAlgorithm, ModelAlgorithmAbbreviation, ModelFindResponse, ModelForRecommendations, ModelGetResponse, ModelId, ModelInfo, ModelMetrics, ModelMetricsBinary, ModelMetricsMulticlass, ModelMetricsRegression, ModelMetricsTimeseries, ModelState, ModelStatus, ModelsInfo, OutputFile, OwnerId, ParentJobId, PatchMlDeploymentAliaseHttpError, PatchMlDeploymentAliaseHttpResponse, PatchMlDeploymentBatchPredictionHttpError, PatchMlDeploymentBatchPredictionHttpResponse, PatchMlDeploymentHttpError, PatchMlDeploymentHttpResponse, PatchMlExperimentHttpError, PatchMlExperimentHttpResponse, PatchMlExperimentVersionHttpError, PatchMlExperimentVersionHttpResponse, Pipeline, PredictMlDeploymentBatchPredictionHttpError, PredictMlDeploymentBatchPredictionHttpResponse, PredictionJobResponse, PreprocessedInsightColumn, ProfileInsights, ProfileInsightsGetResponse, ProfileInsightsInput, RealTimePredictionInputSchema, RealTimePredictionSchema, RealtimePrediction, RealtimePredictionInput, RecommendModelsMlExperimentHttpError, RecommendModelsMlExperimentHttpResponse, RemoveMlDeploymentModelsHttpError, RemoveMlDeploymentModelsHttpResponse, ResponseLinks, RunMlDeploymentAliaseRealtimePredictionsHttpError, RunMlDeploymentAliaseRealtimePredictionsHttpResponse, RunMlDeploymentRealtimePredictionsHttpError, RunMlDeploymentRealtimePredictionsHttpResponse, SetMlDeploymentBatchPredictionScheduleHttpError, SetMlDeploymentBatchPredictionScheduleHttpResponse, SpaceId, TenantId, TrainingDuration, Transform, UpdateMlDeploymentBatchPredictionScheduleHttpError, UpdateMlDeploymentBatchPredictionScheduleHttpResponse, UpdatedAt, activateModelsMlDeployment, addMlDeploymentModels, cancelMlJob, clearCache, createMlDeployment, createMlDeploymentAliase, createMlDeploymentBatchPrediction, createMlExperiment, createMlExperimentVersion, createMlProfileInsight, deactivateModelsMlDeployment, deleteMlDeployment, deleteMlDeploymentAliase, deleteMlDeploymentBatchPrediction, deleteMlDeploymentBatchPredictionSchedule, deleteMlExperiment, deleteMlExperimentVersion, getMlDeployment, getMlDeploymentAliase, getMlDeploymentAliases, getMlDeploymentBatchPrediction, getMlDeploymentBatchPredictionSchedule, getMlDeploymentBatchPredictions, getMlDeployments, getMlExperiment, getMlExperimentModel, getMlExperimentModels, getMlExperimentVersion, getMlExperimentVersions, getMlExperiments, getMlProfileInsight, getMlProfileInsightWithQuery, mlExport, patchMlDeployment, patchMlDeploymentAliase, patchMlDeploymentBatchPrediction, patchMlExperiment, patchMlExperimentVersion, predictMlDeploymentBatchPrediction, recommendModelsMlExperiment, removeMlDeploymentModels, runMlDeploymentAliaseRealtimePredictions, runMlDeploymentRealtimePredictions, setMlDeploymentBatchPredictionSchedule, updateMlDeploymentBatchPredictionSchedule } from "./chunks/ml-
|
|
2
|
+
import { APIError, ActivateModelsMlDeploymentHttpError, ActivateModelsMlDeploymentHttpResponse, AddMlDeploymentModelsHttpError, AddMlDeploymentModelsHttpResponse, Alias, AliasFindResponse, AliasGetResponse, AliasId, AliasInput, AliasMode, AliasPatch, AliasPatchItem, AliasPostResponse, AnyType, BatchPrediction, BatchPredictionActionResponse, BatchPredictionFindResponse, BatchPredictionGetResponse, BatchPredictionInput, BatchPredictionPatch, BatchPredictionPostResponse, BatchPredictionSchedule, BatchPredictionScheduleGetResponse, BatchPredictionScheduleInput, BatchPredictionScheduleInputAttributes, BatchPredictionSchedulePatch, BatchPredictionSchedulePutResponse, BatchPredictionStatus, BatchPredictionWriteback, BinaryImbalanceSampling, CancelMlJobHttpError, CancelMlJobHttpResponse, ChangeType, ColumnTransform, ConfigurationKey, CorrId, CorrType, CreateMlDeploymentAliaseHttpError, CreateMlDeploymentAliaseHttpResponse, CreateMlDeploymentBatchPredictionHttpError, CreateMlDeploymentBatchPredictionHttpResponse, CreateMlDeploymentHttpError, CreateMlDeploymentHttpResponse, CreateMlExperimentHttpError, CreateMlExperimentHttpResponse, CreateMlExperimentVersionHttpError, CreateMlExperimentVersionHttpResponse, CreateMlProfileInsightHttpError, CreateMlProfileInsightHttpResponse, CreatedAt, CreatedBy, DataSchemaConfiguration, DataSetId, DataType, DatasetOrigin, DateIndexes, DeactivateModelsMlDeploymentHttpError, DeactivateModelsMlDeploymentHttpResponse, DeleteMlDeploymentAliaseHttpError, DeleteMlDeploymentAliaseHttpResponse, DeleteMlDeploymentBatchPredictionHttpError, DeleteMlDeploymentBatchPredictionHttpResponse, DeleteMlDeploymentBatchPredictionScheduleHttpError, DeleteMlDeploymentBatchPredictionScheduleHttpResponse, DeleteMlDeploymentHttpError, DeleteMlDeploymentHttpResponse, DeleteMlExperimentHttpError, DeleteMlExperimentHttpResponse, DeleteMlExperimentVersionHttpError, DeleteMlExperimentVersionHttpResponse, DeletedAt, DeployedModelIds, DeployedModelsInput, Deployment, DeploymentFindResponse, DeploymentGetResponse, DeploymentId, DeploymentInput, DeploymentPatch, DeploymentPostResponse, DroppedFeature, EntityDescription, EntityId, EntityName, EnumSortAliases, EnumSortBatchPredictions, EnumSortDeployments, EnumSortExperimentVersions, EnumSortExperiments, EnumSortModels, ErrorMessage, Errors, Experiment, ExperimentFindResponse, ExperimentGetResponse, ExperimentId, ExperimentInput, ExperimentMode, ExperimentModelRecommendationFilter, ExperimentModelRecommendationPostResponse, ExperimentPatch, ExperimentPatchItem, ExperimentPostResponse, ExperimentType, ExperimentVersion, ExperimentVersionFindResponse, ExperimentVersionGetResponse, ExperimentVersionId, ExperimentVersionInput, ExperimentVersionPatch, ExperimentVersionPostResponse, Failure, Feature, FeatureInsights, FeatureType, FeaturesList, FileType, FindResponseMeta, GetMlDeploymentAliaseHttpError, GetMlDeploymentAliaseHttpResponse, GetMlDeploymentAliasesHttpError, GetMlDeploymentAliasesHttpResponse, GetMlDeploymentBatchPredictionHttpError, GetMlDeploymentBatchPredictionHttpResponse, GetMlDeploymentBatchPredictionScheduleHttpError, GetMlDeploymentBatchPredictionScheduleHttpResponse, GetMlDeploymentBatchPredictionsHttpError, GetMlDeploymentBatchPredictionsHttpResponse, GetMlDeploymentHttpError, GetMlDeploymentHttpResponse, GetMlDeploymentsHttpError, GetMlDeploymentsHttpResponse, GetMlExperimentHttpError, GetMlExperimentHttpResponse, GetMlExperimentModelHttpError, GetMlExperimentModelHttpResponse, GetMlExperimentModelsHttpError, GetMlExperimentModelsHttpResponse, GetMlExperimentVersionHttpError, GetMlExperimentVersionHttpResponse, GetMlExperimentVersionsHttpError, GetMlExperimentVersionsHttpResponse, GetMlExperimentsHttpError, GetMlExperimentsHttpResponse, GetMlProfileInsightHttpError, GetMlProfileInsightHttpResponse, GetMlProfileInsightWithQueryHttpError, GetMlProfileInsightWithQueryHttpResponse, IndexColumn, Insights, JobType, MlAPI, Model, ModelAlgorithm, ModelAlgorithmAbbreviation, ModelFindResponse, ModelForRecommendations, ModelGetResponse, ModelId, ModelInfo, ModelMetrics, ModelMetricsBinary, ModelMetricsMulticlass, ModelMetricsRegression, ModelMetricsTimeseries, ModelState, ModelStatus, ModelsInfo, OutputFile, OwnerId, ParentJobId, PatchMlDeploymentAliaseHttpError, PatchMlDeploymentAliaseHttpResponse, PatchMlDeploymentBatchPredictionHttpError, PatchMlDeploymentBatchPredictionHttpResponse, PatchMlDeploymentHttpError, PatchMlDeploymentHttpResponse, PatchMlExperimentHttpError, PatchMlExperimentHttpResponse, PatchMlExperimentVersionHttpError, PatchMlExperimentVersionHttpResponse, Pipeline, PredictMlDeploymentBatchPredictionHttpError, PredictMlDeploymentBatchPredictionHttpResponse, PredictionJobResponse, PreprocessedInsightColumn, ProfileInsights, ProfileInsightsGetResponse, ProfileInsightsInput, RealTimePredictionInputSchema, RealTimePredictionSchema, RealtimePrediction, RealtimePredictionInput, RecommendModelsMlExperimentHttpError, RecommendModelsMlExperimentHttpResponse, RemoveMlDeploymentModelsHttpError, RemoveMlDeploymentModelsHttpResponse, ResponseLinks, RunMlDeploymentAliaseRealtimePredictionsHttpError, RunMlDeploymentAliaseRealtimePredictionsHttpResponse, RunMlDeploymentRealtimePredictionsHttpError, RunMlDeploymentRealtimePredictionsHttpResponse, SetMlDeploymentBatchPredictionScheduleHttpError, SetMlDeploymentBatchPredictionScheduleHttpResponse, SpaceId, TenantId, TrainingDuration, Transform, UpdateMlDeploymentBatchPredictionScheduleHttpError, UpdateMlDeploymentBatchPredictionScheduleHttpResponse, UpdatedAt, activateModelsMlDeployment, addMlDeploymentModels, cancelMlJob, clearCache, createMlDeployment, createMlDeploymentAliase, createMlDeploymentBatchPrediction, createMlExperiment, createMlExperimentVersion, createMlProfileInsight, deactivateModelsMlDeployment, deleteMlDeployment, deleteMlDeploymentAliase, deleteMlDeploymentBatchPrediction, deleteMlDeploymentBatchPredictionSchedule, deleteMlExperiment, deleteMlExperimentVersion, getMlDeployment, getMlDeploymentAliase, getMlDeploymentAliases, getMlDeploymentBatchPrediction, getMlDeploymentBatchPredictionSchedule, getMlDeploymentBatchPredictions, getMlDeployments, getMlExperiment, getMlExperimentModel, getMlExperimentModels, getMlExperimentVersion, getMlExperimentVersions, getMlExperiments, getMlProfileInsight, getMlProfileInsightWithQuery, mlExport, patchMlDeployment, patchMlDeploymentAliase, patchMlDeploymentBatchPrediction, patchMlExperiment, patchMlExperimentVersion, predictMlDeploymentBatchPrediction, recommendModelsMlExperiment, removeMlDeploymentModels, runMlDeploymentAliaseRealtimePredictions, runMlDeploymentRealtimePredictions, setMlDeploymentBatchPredictionSchedule, updateMlDeploymentBatchPredictionSchedule } from "./chunks/ml-C80TkK1J.js";
|
|
3
3
|
export { APIError, ActivateModelsMlDeploymentHttpError, ActivateModelsMlDeploymentHttpResponse, AddMlDeploymentModelsHttpError, AddMlDeploymentModelsHttpResponse, Alias, AliasFindResponse, AliasGetResponse, AliasId, AliasInput, AliasMode, AliasPatch, AliasPatchItem, AliasPostResponse, AnyType, BatchPrediction, BatchPredictionActionResponse, BatchPredictionFindResponse, BatchPredictionGetResponse, BatchPredictionInput, BatchPredictionPatch, BatchPredictionPostResponse, BatchPredictionSchedule, BatchPredictionScheduleGetResponse, BatchPredictionScheduleInput, BatchPredictionScheduleInputAttributes, BatchPredictionSchedulePatch, BatchPredictionSchedulePutResponse, BatchPredictionStatus, BatchPredictionWriteback, BinaryImbalanceSampling, CancelMlJobHttpError, CancelMlJobHttpResponse, ChangeType, ColumnTransform, ConfigurationKey, CorrId, CorrType, CreateMlDeploymentAliaseHttpError, CreateMlDeploymentAliaseHttpResponse, CreateMlDeploymentBatchPredictionHttpError, CreateMlDeploymentBatchPredictionHttpResponse, CreateMlDeploymentHttpError, CreateMlDeploymentHttpResponse, CreateMlExperimentHttpError, CreateMlExperimentHttpResponse, CreateMlExperimentVersionHttpError, CreateMlExperimentVersionHttpResponse, CreateMlProfileInsightHttpError, CreateMlProfileInsightHttpResponse, CreatedAt, CreatedBy, DataSchemaConfiguration, DataSetId, DataType, DatasetOrigin, DateIndexes, DeactivateModelsMlDeploymentHttpError, DeactivateModelsMlDeploymentHttpResponse, DeleteMlDeploymentAliaseHttpError, DeleteMlDeploymentAliaseHttpResponse, DeleteMlDeploymentBatchPredictionHttpError, DeleteMlDeploymentBatchPredictionHttpResponse, DeleteMlDeploymentBatchPredictionScheduleHttpError, DeleteMlDeploymentBatchPredictionScheduleHttpResponse, DeleteMlDeploymentHttpError, DeleteMlDeploymentHttpResponse, DeleteMlExperimentHttpError, DeleteMlExperimentHttpResponse, DeleteMlExperimentVersionHttpError, DeleteMlExperimentVersionHttpResponse, DeletedAt, DeployedModelIds, DeployedModelsInput, Deployment, DeploymentFindResponse, DeploymentGetResponse, DeploymentId, DeploymentInput, DeploymentPatch, DeploymentPostResponse, DroppedFeature, EntityDescription, EntityId, EntityName, EnumSortAliases, EnumSortBatchPredictions, EnumSortDeployments, EnumSortExperimentVersions, EnumSortExperiments, EnumSortModels, ErrorMessage, Errors, Experiment, ExperimentFindResponse, ExperimentGetResponse, ExperimentId, ExperimentInput, ExperimentMode, ExperimentModelRecommendationFilter, ExperimentModelRecommendationPostResponse, ExperimentPatch, ExperimentPatchItem, ExperimentPostResponse, ExperimentType, ExperimentVersion, ExperimentVersionFindResponse, ExperimentVersionGetResponse, ExperimentVersionId, ExperimentVersionInput, ExperimentVersionPatch, ExperimentVersionPostResponse, Failure, Feature, FeatureInsights, FeatureType, FeaturesList, FileType, FindResponseMeta, GetMlDeploymentAliaseHttpError, GetMlDeploymentAliaseHttpResponse, GetMlDeploymentAliasesHttpError, GetMlDeploymentAliasesHttpResponse, GetMlDeploymentBatchPredictionHttpError, GetMlDeploymentBatchPredictionHttpResponse, GetMlDeploymentBatchPredictionScheduleHttpError, GetMlDeploymentBatchPredictionScheduleHttpResponse, GetMlDeploymentBatchPredictionsHttpError, GetMlDeploymentBatchPredictionsHttpResponse, GetMlDeploymentHttpError, GetMlDeploymentHttpResponse, GetMlDeploymentsHttpError, GetMlDeploymentsHttpResponse, GetMlExperimentHttpError, GetMlExperimentHttpResponse, GetMlExperimentModelHttpError, GetMlExperimentModelHttpResponse, GetMlExperimentModelsHttpError, GetMlExperimentModelsHttpResponse, GetMlExperimentVersionHttpError, GetMlExperimentVersionHttpResponse, GetMlExperimentVersionsHttpError, GetMlExperimentVersionsHttpResponse, GetMlExperimentsHttpError, GetMlExperimentsHttpResponse, GetMlProfileInsightHttpError, GetMlProfileInsightHttpResponse, GetMlProfileInsightWithQueryHttpError, GetMlProfileInsightWithQueryHttpResponse, IndexColumn, Insights, JobType, MlAPI, Model, ModelAlgorithm, ModelAlgorithmAbbreviation, ModelFindResponse, ModelForRecommendations, ModelGetResponse, ModelId, ModelInfo, ModelMetrics, ModelMetricsBinary, ModelMetricsMulticlass, ModelMetricsRegression, ModelMetricsTimeseries, ModelState, ModelStatus, ModelsInfo, OutputFile, OwnerId, ParentJobId, PatchMlDeploymentAliaseHttpError, PatchMlDeploymentAliaseHttpResponse, PatchMlDeploymentBatchPredictionHttpError, PatchMlDeploymentBatchPredictionHttpResponse, PatchMlDeploymentHttpError, PatchMlDeploymentHttpResponse, PatchMlExperimentHttpError, PatchMlExperimentHttpResponse, PatchMlExperimentVersionHttpError, PatchMlExperimentVersionHttpResponse, Pipeline, PredictMlDeploymentBatchPredictionHttpError, PredictMlDeploymentBatchPredictionHttpResponse, PredictionJobResponse, PreprocessedInsightColumn, ProfileInsights, ProfileInsightsGetResponse, ProfileInsightsInput, RealTimePredictionInputSchema, RealTimePredictionSchema, RealtimePrediction, RealtimePredictionInput, RecommendModelsMlExperimentHttpError, RecommendModelsMlExperimentHttpResponse, RemoveMlDeploymentModelsHttpError, RemoveMlDeploymentModelsHttpResponse, ResponseLinks, RunMlDeploymentAliaseRealtimePredictionsHttpError, RunMlDeploymentAliaseRealtimePredictionsHttpResponse, RunMlDeploymentRealtimePredictionsHttpError, RunMlDeploymentRealtimePredictionsHttpResponse, SetMlDeploymentBatchPredictionScheduleHttpError, SetMlDeploymentBatchPredictionScheduleHttpResponse, SpaceId, TenantId, TrainingDuration, Transform, UpdateMlDeploymentBatchPredictionScheduleHttpError, UpdateMlDeploymentBatchPredictionScheduleHttpResponse, UpdatedAt, activateModelsMlDeployment, addMlDeploymentModels, cancelMlJob, clearCache, createMlDeployment, createMlDeploymentAliase, createMlDeploymentBatchPrediction, createMlExperiment, createMlExperimentVersion, createMlProfileInsight, deactivateModelsMlDeployment, mlExport as default, deleteMlDeployment, deleteMlDeploymentAliase, deleteMlDeploymentBatchPrediction, deleteMlDeploymentBatchPredictionSchedule, deleteMlExperiment, deleteMlExperimentVersion, getMlDeployment, getMlDeploymentAliase, getMlDeploymentAliases, getMlDeploymentBatchPrediction, getMlDeploymentBatchPredictionSchedule, getMlDeploymentBatchPredictions, getMlDeployments, getMlExperiment, getMlExperimentModel, getMlExperimentModels, getMlExperimentVersion, getMlExperimentVersions, getMlExperiments, getMlProfileInsight, getMlProfileInsightWithQuery, patchMlDeployment, patchMlDeploymentAliase, patchMlDeploymentBatchPrediction, patchMlExperiment, patchMlExperimentVersion, predictMlDeploymentBatchPrediction, recommendModelsMlExperiment, removeMlDeploymentModels, runMlDeploymentAliaseRealtimePredictions, runMlDeploymentRealtimePredictions, setMlDeploymentBatchPredictionSchedule, updateMlDeploymentBatchPredictionSchedule };
|
package/ml.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import "./chunks/utils-qEQ6sEXX.js";
|
|
2
|
-
import "./chunks/public-runtime-modules-
|
|
3
|
-
import { clearApiCache, invokeFetch } from "./chunks/invoke-fetch-
|
|
2
|
+
import "./chunks/public-runtime-modules-lsJEDVxt.js";
|
|
3
|
+
import { clearApiCache, invokeFetch } from "./chunks/invoke-fetch-B-ZucHu9.js";
|
|
4
4
|
|
|
5
5
|
//#region src/public/rest/ml.ts
|
|
6
6
|
/**
|
package/notes.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import "./chunks/utils-qEQ6sEXX.js";
|
|
2
|
-
import "./chunks/public-runtime-modules-
|
|
3
|
-
import { clearApiCache, invokeFetch } from "./chunks/invoke-fetch-
|
|
2
|
+
import "./chunks/public-runtime-modules-lsJEDVxt.js";
|
|
3
|
+
import { clearApiCache, invokeFetch } from "./chunks/invoke-fetch-B-ZucHu9.js";
|
|
4
4
|
|
|
5
5
|
//#region src/public/rest/notes.ts
|
|
6
6
|
/**
|
package/notifications.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import "./chunks/utils-qEQ6sEXX.js";
|
|
2
|
-
import "./chunks/public-runtime-modules-
|
|
3
|
-
import { clearApiCache, invokeFetch } from "./chunks/invoke-fetch-
|
|
2
|
+
import "./chunks/public-runtime-modules-lsJEDVxt.js";
|
|
3
|
+
import { clearApiCache, invokeFetch } from "./chunks/invoke-fetch-B-ZucHu9.js";
|
|
4
4
|
|
|
5
5
|
//#region src/public/rest/notifications.ts
|
|
6
6
|
/**
|
package/oauth-clients.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import "./chunks/utils-qEQ6sEXX.js";
|
|
2
|
-
import "./chunks/public-runtime-modules-
|
|
3
|
-
import { clearApiCache, invokeFetch } from "./chunks/invoke-fetch-
|
|
2
|
+
import "./chunks/public-runtime-modules-lsJEDVxt.js";
|
|
3
|
+
import { clearApiCache, invokeFetch } from "./chunks/invoke-fetch-B-ZucHu9.js";
|
|
4
4
|
|
|
5
5
|
//#region src/public/rest/oauth-clients.ts
|
|
6
6
|
/**
|
package/oauth-tokens.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import "./chunks/utils-qEQ6sEXX.js";
|
|
2
|
-
import "./chunks/public-runtime-modules-
|
|
3
|
-
import { clearApiCache, invokeFetch } from "./chunks/invoke-fetch-
|
|
2
|
+
import "./chunks/public-runtime-modules-lsJEDVxt.js";
|
|
3
|
+
import { clearApiCache, invokeFetch } from "./chunks/invoke-fetch-B-ZucHu9.js";
|
|
4
4
|
|
|
5
5
|
//#region src/public/rest/oauth-tokens.ts
|
|
6
6
|
/**
|
package/package.json
CHANGED
|
@@ -17,7 +17,7 @@
|
|
|
17
17
|
"nanoid": "^5.1.5",
|
|
18
18
|
"ws": "^8.18.3"
|
|
19
19
|
},
|
|
20
|
-
"packageManager": "pnpm@10.
|
|
20
|
+
"packageManager": "pnpm@10.13.1",
|
|
21
21
|
"engines": {
|
|
22
22
|
"node": ">=20"
|
|
23
23
|
},
|
|
@@ -86,5 +86,5 @@
|
|
|
86
86
|
"./interceptors": "./interceptors.js",
|
|
87
87
|
"./qix": "./qix.js"
|
|
88
88
|
},
|
|
89
|
-
"version": "1.
|
|
89
|
+
"version": "1.40.0"
|
|
90
90
|
}
|
package/qix.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
import "./chunks/auth-types-BlCWK0FP.js";
|
|
2
2
|
import "./chunks/auth-B5Hx9GeQ.js";
|
|
3
|
-
import { AlfaNumString, AlternateStateData, AnyGenericObjectLayout, AnyGenericObjectProperties, AppEntry, AppObjectList, AppObjectListDef, AppScript, AppScriptMeta, AppSession, ApplyGroupStateWarning, ApplyGroupStateWarningType, ApplyGroupStatesResult, ArrayOfNxValuePoint, AssociationScore, BNFDef, BNFDefMetaType, BNFType, Blob, Bookmark, BookmarkApplyAndVerifyResult, BookmarkFieldItem, BookmarkFieldPage, BookmarkFieldPageEx, BookmarkFieldVerifyResultState, BookmarkFieldVerifyWarning, BookmarkList, BookmarkListData, BookmarkListDef, BookmarkListItem, BookmarkStateFieldPages, BookmarkVariableItem, CalendarStrings, CharEncodingType, CharRange, ChildList, ChildListDef, CloseProps, CodePage, CombinedWebSocketStateEvent, CondDef, Connection, ContentLibraryList, ContentLibraryListItem, CurrentSelections, CustomConnector, CyclicGroupPosition, DataField, DataRecord, DataTable, DataTableEx, Database, DatabaseInfo, DatabaseOwner, DelimiterInfo, DerivedFieldsInTableData, DimensionList, DimensionListData, DimensionListDef, DimensionListItem, DimensionReference, DoReloadExParams, DoReloadExResult, Doc, DocAction, DocListEntry, DriveInfo, DriveType, DynamicAppViewListData, DynamicAppViewListItem, EditorBreakpoint, EmbeddedSnapshot, EmbeddedSnapshotDef, ErrorData, ErrorDataCode, ExpandedFieldListItem, ExpansionData, ExtendedLayoutBookmarkData, ExtendedPivotStateData, ExtensionList, ExtensionListDef, FailureData, Field, FieldAttrType, FieldAttributes, FieldDefEx, FieldDescription, FieldInTableData, FieldInTableProfilingData, FieldList, FieldListDef, FieldListObject, FieldOrColumn, FieldScores, FieldType, FieldValue, FileDataFormat, FileType, FilterInfo, FilterType, FolderItem, FolderItemType, FrequencyDistributionData, FunctionGroup, GenericBookmark, GenericBookmarkEntry, GenericBookmarkLayout, GenericBookmarkProperties, GenericConnectMachine, GenericDimension, GenericDimensionInfo, GenericDimensionLayout, GenericDimensionProperties, GenericListObject, GenericMeasure, GenericMeasureLayout, GenericMeasureProperties, GenericObject, GenericObjectEntry, GenericObjectLayout, GenericObjectLayoutAdditionalProperties, GenericObjectLayoutNode, GenericObjectLayoutNodeLevel2, GenericObjectLayoutNodeLevel3, GenericObjectLayoutNodeLevel4, GenericObjectLayoutNodeLevel5, GenericObjectLayoutNodeRec, GenericObjectProperties, GenericObjectPropertiesAdditionalProperties, GenericObjectPropertiesNode, GenericObjectPropertiesNodeLevel2, GenericObjectPropertiesNodeLevel3, GenericObjectPropertiesNodeLevel4, GenericObjectPropertiesNodeLevel5, GenericObjectPropertiesNodeRec, GenericVariable, GenericVariableConstraints, GenericVariableLayout, GenericVariableProperties, GenericVariableType, Global, GraphMode, GroupBookmarkData, GroupState, GroupStateInfo, HyperCube, HyperCubeDef, InputFieldItem, InterFieldSortData, InteractDef, InteractType, KeyType, LayoutBookmarkData, LayoutExclude, LayoutFieldInfo, LineageInfo, ListBoxProperties, ListFunctions, ListItem, ListObject, ListObjectDef, LocaleInfo, LogOnType, MasterObjectListData, MasterObjectListItem, MeasureList, MeasureListData, MeasureListDef, MeasureListItem, MediaListDef, MediaListItem, MetaData, ModalFunctions, NativeDocFunctions, NativeFieldFunctions, NativeGenericBookmarkFunctions, NativeGenericDimensionFunctions, NativeGenericMeasureFunctions, NativeGenericObjectFunctions, NativeGenericVariableFunctions, NativeGlobalFunctions, NativeReactHooks, NativeVariableFunctions, NxAppLayout, NxAppProperties, NxAttrDimDef, NxAttrDimInfo, NxAttrExprDef, NxAttrExprInfo, NxAttributeDimValues, NxAttributeExpressionValues, NxAutoSortByStateDef, NxAxisData, NxAxisTicks, NxBookmark, NxCalcCond, NxCardinalities, NxCell, NxCellPosition, NxCellRows, NxContainerEntry, NxContinuousDataOptions, NxContinuousMode, NxContinuousRangeSelectInfo, NxCurrentSelectionItem, NxDataAreaPage, NxDataPage, NxDataReductionMode, NxDerivedField, NxDerivedFieldDescriptionList, NxDerivedFieldsData, NxDerivedGroup, NxDimCellType, NxDimension, NxDimensionInfo, NxDimensionType, NxDownloadInfo, NxDownloadOptions, NxEngineVersion, NxExportFileType, NxExportState, NxFeature, NxFieldDescription, NxFieldProperties, NxFieldResourceId, NxFieldSelectionInfo, NxFieldSelectionMode, NxFieldTableResourceId, NxFrequencyMode, NxGetBookmarkOptions, NxGetObjectOptions, NxGroupDef, NxGroupMember, NxGroupMemberClass, NxGroupObjectId, NxGroupTail, NxGrpType, NxHighlightRanges, NxHypercubeMode, NxInfo, NxInlineDimensionDef, NxInlineMeasureDef, NxLTrendlineType, NxLayoutErrors, NxLibraryDimension, NxLibraryDimensionDef, NxLibraryMeasure, NxLibraryMeasureDef, NxLinkedObjectInfo, NxListObjectExpression, NxListObjectExpressionDef, NxLocalizedErrorCode, NxLocalizedWarningCode, NxMatchingFieldInfo, NxMatchingFieldMode, NxMeasure, NxMeasureInfo, NxMeta, NxMetaDef, NxMiniChart, NxMiniChartCell, NxMiniChartData, NxMiniChartDef, NxMiniChartRows, NxMultiRangeSelectInfo, NxPage, NxPageTreeLevel, NxPageTreeNode, NxPatch, NxPatchOperationType, NxPatches, NxPivotDimensionCell, NxPivotPage, NxPivotValuePoint, NxRange, NxRangeSelectInfo, NxSelectionCell, NxSelectionCellType, NxSelectionInfo, NxSimpleDimValue, NxSimpleValue, NxSortIndicatorType, NxStackPage, NxStackedPivotCell, NxStateCounts, NxStreamListEntry, NxTempBookmarkOptions, NxTickCell, NxTreeDataOption, NxTreeDimensionDef, NxTreeDimensionInfo, NxTreeMultiRangeSelectInfo, NxTreeNode, NxTreeRangeSelectInfo, NxTreeValue, NxTrendline, NxTrendlineDef, NxTrendlineMode, NxValidationError, NxVariableListItem, NxVariableProperties, NxViewPort, ODAGAppLinkListData, ODAGAppLinkListItem, ObjectHelperFunctions, ObjectInterface, OdbcDsn, OleDbProvider, OpenAppSessionProps, OtherLimitMode, OtherMode, OtherSortMode, OtherTotalSpecProp, Point, PositionMark, ProgressData, ProgressMessage, QFunction, QIX_SCHEMA_VERSION, QMediaList, QRange, QixAPI, RangeSelectInfo, Rect, ReloadError, RpcObject, SampleResult, ScriptSyntaxError, ScrollPosition, SearchAssociationResult, SearchAttribute, SearchCharRange, SearchCombinationOptions, SearchContextType, SearchFieldDictionary, SearchFieldMatch, SearchFieldMatchType, SearchFieldMatchesItem, SearchFieldSelectionMode, SearchFieldValueItem, SearchGroup, SearchGroupItem, SearchGroupItemMatch, SearchGroupItemOptions, SearchGroupItemType, SearchGroupOptions, SearchGroupType, SearchMatchCombination, SearchMatchCombinations, SearchObjectOptions, SearchPage, SearchResult, SearchSuggestItem, SearchSuggestionResult, SearchTermResult, SearchValueOptions, SearchValuePage, SearchValueResult, SelectInfo, SelectionObject, SelectionObjectDef, SheetListData, SheetListDataCell, SheetListDataCellBounds, SheetListItem, Size, SortCriteria, SourceKeyRecord, SpecialObjectFunctions, StandardFunctions, StateEnumType, StateFieldValues, StaticContentList, StaticContentListItem, StaticContentUrl, StaticContentUrlDef, StoryListData, StoryListItem, StringExpr, StringExpression, SymbolFrequency, SymbolValue, TableProfilingData, TableRecord, TableRow, TableViewBroomPointSaveInfo, TableViewConnectionPointSaveInfo, TableViewCtlSaveInfo, TableViewDlgSaveInfo, TableViewSaveInfo, TableViewTableWinSaveInfo, TextMacro, TotalMode, TransformAppParameters, TransformAppResult, TreeData, TreeDataDef, UndoInfo, UndoInfoDef, UndoInfoObject, UsageEnum, UseAppHook, ValueExpr, ValueExpression, VariableList, VariableListData, VariableListDef, VariableListItem, WebSocketEvent, WorkloadType, openAppSession, qix, withHostConfig } from "./chunks/qix-
|
|
3
|
+
import { AlfaNumString, AlternateStateData, AnyGenericObjectLayout, AnyGenericObjectProperties, AppEntry, AppObjectList, AppObjectListDef, AppScript, AppScriptMeta, AppSession, ApplyGroupStateWarning, ApplyGroupStateWarningType, ApplyGroupStatesResult, ArrayOfNxValuePoint, AssociationScore, BNFDef, BNFDefMetaType, BNFType, Blob, Bookmark, BookmarkApplyAndVerifyResult, BookmarkFieldItem, BookmarkFieldPage, BookmarkFieldPageEx, BookmarkFieldVerifyResultState, BookmarkFieldVerifyWarning, BookmarkList, BookmarkListData, BookmarkListDef, BookmarkListItem, BookmarkStateFieldPages, BookmarkVariableItem, CalendarStrings, CharEncodingType, CharRange, ChildList, ChildListDef, CloseProps, CodePage, CombinedWebSocketStateEvent, CondDef, Connection, ContentLibraryList, ContentLibraryListItem, CurrentSelections, CustomConnector, CyclicGroupPosition, DataField, DataRecord, DataTable, DataTableEx, Database, DatabaseInfo, DatabaseOwner, DelimiterInfo, DerivedFieldsInTableData, DimensionList, DimensionListData, DimensionListDef, DimensionListItem, DimensionReference, DoReloadExParams, DoReloadExResult, Doc, DocAction, DocListEntry, DriveInfo, DriveType, DynamicAppViewListData, DynamicAppViewListItem, EditorBreakpoint, EmbeddedSnapshot, EmbeddedSnapshotDef, ErrorData, ErrorDataCode, ExpandedFieldListItem, ExpansionData, ExtendedLayoutBookmarkData, ExtendedPivotStateData, ExtensionList, ExtensionListDef, FailureData, Field, FieldAttrType, FieldAttributes, FieldDefEx, FieldDescription, FieldInTableData, FieldInTableProfilingData, FieldList, FieldListDef, FieldListObject, FieldOrColumn, FieldScores, FieldType, FieldValue, FileDataFormat, FileType, FilterInfo, FilterType, FolderItem, FolderItemType, FrequencyDistributionData, FunctionGroup, GenericBookmark, GenericBookmarkEntry, GenericBookmarkLayout, GenericBookmarkProperties, GenericConnectMachine, GenericDimension, GenericDimensionInfo, GenericDimensionLayout, GenericDimensionProperties, GenericListObject, GenericMeasure, GenericMeasureLayout, GenericMeasureProperties, GenericObject, GenericObjectEntry, GenericObjectLayout, GenericObjectLayoutAdditionalProperties, GenericObjectLayoutNode, GenericObjectLayoutNodeLevel2, GenericObjectLayoutNodeLevel3, GenericObjectLayoutNodeLevel4, GenericObjectLayoutNodeLevel5, GenericObjectLayoutNodeRec, GenericObjectProperties, GenericObjectPropertiesAdditionalProperties, GenericObjectPropertiesNode, GenericObjectPropertiesNodeLevel2, GenericObjectPropertiesNodeLevel3, GenericObjectPropertiesNodeLevel4, GenericObjectPropertiesNodeLevel5, GenericObjectPropertiesNodeRec, GenericVariable, GenericVariableConstraints, GenericVariableLayout, GenericVariableProperties, GenericVariableType, Global, GraphMode, GroupBookmarkData, GroupState, GroupStateInfo, HyperCube, HyperCubeDef, InputFieldItem, InterFieldSortData, InteractDef, InteractType, KeyType, LayoutBookmarkData, LayoutExclude, LayoutFieldInfo, LineageInfo, ListBoxProperties, ListFunctions, ListItem, ListObject, ListObjectDef, LocaleInfo, LogOnType, MasterObjectListData, MasterObjectListItem, MeasureList, MeasureListData, MeasureListDef, MeasureListItem, MediaListDef, MediaListItem, MetaData, ModalFunctions, NativeDocFunctions, NativeFieldFunctions, NativeGenericBookmarkFunctions, NativeGenericDimensionFunctions, NativeGenericMeasureFunctions, NativeGenericObjectFunctions, NativeGenericVariableFunctions, NativeGlobalFunctions, NativeReactHooks, NativeVariableFunctions, NxAppLayout, NxAppProperties, NxAttrDimDef, NxAttrDimInfo, NxAttrExprDef, NxAttrExprInfo, NxAttributeDimValues, NxAttributeExpressionValues, NxAutoSortByStateDef, NxAxisData, NxAxisTicks, NxBookmark, NxCalcCond, NxCardinalities, NxCell, NxCellPosition, NxCellRows, NxContainerEntry, NxContinuousDataOptions, NxContinuousMode, NxContinuousRangeSelectInfo, NxCurrentSelectionItem, NxDataAreaPage, NxDataPage, NxDataReductionMode, NxDerivedField, NxDerivedFieldDescriptionList, NxDerivedFieldsData, NxDerivedGroup, NxDimCellType, NxDimension, NxDimensionInfo, NxDimensionType, NxDownloadInfo, NxDownloadOptions, NxEngineVersion, NxExportFileType, NxExportState, NxFeature, NxFieldDescription, NxFieldProperties, NxFieldResourceId, NxFieldSelectionInfo, NxFieldSelectionMode, NxFieldTableResourceId, NxFrequencyMode, NxGetBookmarkOptions, NxGetObjectOptions, NxGroupDef, NxGroupMember, NxGroupMemberClass, NxGroupObjectId, NxGroupTail, NxGrpType, NxHighlightRanges, NxHypercubeMode, NxInfo, NxInlineDimensionDef, NxInlineMeasureDef, NxLTrendlineType, NxLayoutErrors, NxLibraryDimension, NxLibraryDimensionDef, NxLibraryMeasure, NxLibraryMeasureDef, NxLinkedObjectInfo, NxListObjectExpression, NxListObjectExpressionDef, NxLocalizedErrorCode, NxLocalizedWarningCode, NxMatchingFieldInfo, NxMatchingFieldMode, NxMeasure, NxMeasureInfo, NxMeta, NxMetaDef, NxMiniChart, NxMiniChartCell, NxMiniChartData, NxMiniChartDef, NxMiniChartRows, NxMultiRangeSelectInfo, NxPage, NxPageTreeLevel, NxPageTreeNode, NxPatch, NxPatchOperationType, NxPatches, NxPivotDimensionCell, NxPivotPage, NxPivotValuePoint, NxRange, NxRangeSelectInfo, NxSelectionCell, NxSelectionCellType, NxSelectionInfo, NxSimpleDimValue, NxSimpleValue, NxSortIndicatorType, NxStackPage, NxStackedPivotCell, NxStateCounts, NxStreamListEntry, NxTempBookmarkOptions, NxTickCell, NxTreeDataOption, NxTreeDimensionDef, NxTreeDimensionInfo, NxTreeMultiRangeSelectInfo, NxTreeNode, NxTreeRangeSelectInfo, NxTreeValue, NxTrendline, NxTrendlineDef, NxTrendlineMode, NxValidationError, NxVariableListItem, NxVariableProperties, NxViewPort, ODAGAppLinkListData, ODAGAppLinkListItem, ObjectHelperFunctions, ObjectInterface, OdbcDsn, OleDbProvider, OpenAppSessionProps, OtherLimitMode, OtherMode, OtherSortMode, OtherTotalSpecProp, Point, PositionMark, ProgressData, ProgressMessage, QFunction, QIX_SCHEMA_VERSION, QMediaList, QRange, QixAPI, RangeSelectInfo, Rect, ReloadError, RpcObject, SampleResult, ScriptSyntaxError, ScrollPosition, SearchAssociationResult, SearchAttribute, SearchCharRange, SearchCombinationOptions, SearchContextType, SearchFieldDictionary, SearchFieldMatch, SearchFieldMatchType, SearchFieldMatchesItem, SearchFieldSelectionMode, SearchFieldValueItem, SearchGroup, SearchGroupItem, SearchGroupItemMatch, SearchGroupItemOptions, SearchGroupItemType, SearchGroupOptions, SearchGroupType, SearchMatchCombination, SearchMatchCombinations, SearchObjectOptions, SearchPage, SearchResult, SearchSuggestItem, SearchSuggestionResult, SearchTermResult, SearchValueOptions, SearchValuePage, SearchValueResult, SelectInfo, SelectionObject, SelectionObjectDef, SheetListData, SheetListDataCell, SheetListDataCellBounds, SheetListItem, Size, SortCriteria, SourceKeyRecord, SpecialObjectFunctions, StandardFunctions, StateEnumType, StateFieldValues, StaticContentList, StaticContentListItem, StaticContentUrl, StaticContentUrlDef, StoryListData, StoryListItem, StringExpr, StringExpression, SymbolFrequency, SymbolValue, TableProfilingData, TableRecord, TableRow, TableViewBroomPointSaveInfo, TableViewConnectionPointSaveInfo, TableViewCtlSaveInfo, TableViewDlgSaveInfo, TableViewSaveInfo, TableViewTableWinSaveInfo, TextMacro, TotalMode, TransformAppParameters, TransformAppResult, TreeData, TreeDataDef, UndoInfo, UndoInfoDef, UndoInfoObject, UsageEnum, UseAppHook, ValueExpr, ValueExpression, VariableList, VariableListData, VariableListDef, VariableListItem, WebSocketEvent, WorkloadType, openAppSession, qix, withHostConfig } from "./chunks/qix-Cc6k8Gz2.js";
|
|
4
4
|
export { AlfaNumString, AlternateStateData, AnyGenericObjectLayout, AnyGenericObjectProperties, AppEntry, AppObjectList, AppObjectListDef, AppScript, AppScriptMeta, AppSession, ApplyGroupStateWarning, ApplyGroupStateWarningType, ApplyGroupStatesResult, ArrayOfNxValuePoint, AssociationScore, BNFDef, BNFDefMetaType, BNFType, Blob, Bookmark, BookmarkApplyAndVerifyResult, BookmarkFieldItem, BookmarkFieldPage, BookmarkFieldPageEx, BookmarkFieldVerifyResultState, BookmarkFieldVerifyWarning, BookmarkList, BookmarkListData, BookmarkListDef, BookmarkListItem, BookmarkStateFieldPages, BookmarkVariableItem, CalendarStrings, CharEncodingType, CharRange, ChildList, ChildListDef, CloseProps, CodePage, CombinedWebSocketStateEvent, CondDef, Connection, ContentLibraryList, ContentLibraryListItem, CurrentSelections, CustomConnector, CyclicGroupPosition, DataField, DataRecord, DataTable, DataTableEx, Database, DatabaseInfo, DatabaseOwner, DelimiterInfo, DerivedFieldsInTableData, DimensionList, DimensionListData, DimensionListDef, DimensionListItem, DimensionReference, DoReloadExParams, DoReloadExResult, Doc, DocAction, DocListEntry, DriveInfo, DriveType, DynamicAppViewListData, DynamicAppViewListItem, EditorBreakpoint, EmbeddedSnapshot, EmbeddedSnapshotDef, ErrorData, ErrorDataCode, ExpandedFieldListItem, ExpansionData, ExtendedLayoutBookmarkData, ExtendedPivotStateData, ExtensionList, ExtensionListDef, FailureData, Field, FieldAttrType, FieldAttributes, FieldDefEx, FieldDescription, FieldInTableData, FieldInTableProfilingData, FieldList, FieldListDef, FieldListObject, FieldOrColumn, FieldScores, FieldType, FieldValue, FileDataFormat, FileType, FilterInfo, FilterType, FolderItem, FolderItemType, FrequencyDistributionData, FunctionGroup, GenericBookmark, GenericBookmarkEntry, GenericBookmarkLayout, GenericBookmarkProperties, GenericConnectMachine, GenericDimension, GenericDimensionInfo, GenericDimensionLayout, GenericDimensionProperties, GenericListObject, GenericMeasure, GenericMeasureLayout, GenericMeasureProperties, GenericObject, GenericObjectEntry, GenericObjectLayout, GenericObjectLayoutAdditionalProperties, GenericObjectLayoutNode, GenericObjectLayoutNodeLevel2, GenericObjectLayoutNodeLevel3, GenericObjectLayoutNodeLevel4, GenericObjectLayoutNodeLevel5, GenericObjectLayoutNodeRec, GenericObjectProperties, GenericObjectPropertiesAdditionalProperties, GenericObjectPropertiesNode, GenericObjectPropertiesNodeLevel2, GenericObjectPropertiesNodeLevel3, GenericObjectPropertiesNodeLevel4, GenericObjectPropertiesNodeLevel5, GenericObjectPropertiesNodeRec, GenericVariable, GenericVariableConstraints, GenericVariableLayout, GenericVariableProperties, GenericVariableType, Global, GraphMode, GroupBookmarkData, GroupState, GroupStateInfo, HyperCube, HyperCubeDef, InputFieldItem, InterFieldSortData, InteractDef, InteractType, KeyType, LayoutBookmarkData, LayoutExclude, LayoutFieldInfo, LineageInfo, ListBoxProperties, ListFunctions, ListItem, ListObject, ListObjectDef, LocaleInfo, LogOnType, MasterObjectListData, MasterObjectListItem, MeasureList, MeasureListData, MeasureListDef, MeasureListItem, MediaListDef, MediaListItem, MetaData, ModalFunctions, NativeDocFunctions, NativeFieldFunctions, NativeGenericBookmarkFunctions, NativeGenericDimensionFunctions, NativeGenericMeasureFunctions, NativeGenericObjectFunctions, NativeGenericVariableFunctions, NativeGlobalFunctions, NativeReactHooks, NativeVariableFunctions, NxAppLayout, NxAppProperties, NxAttrDimDef, NxAttrDimInfo, NxAttrExprDef, NxAttrExprInfo, NxAttributeDimValues, NxAttributeExpressionValues, NxAutoSortByStateDef, NxAxisData, NxAxisTicks, NxBookmark, NxCalcCond, NxCardinalities, NxCell, NxCellPosition, NxCellRows, NxContainerEntry, NxContinuousDataOptions, NxContinuousMode, NxContinuousRangeSelectInfo, NxCurrentSelectionItem, NxDataAreaPage, NxDataPage, NxDataReductionMode, NxDerivedField, NxDerivedFieldDescriptionList, NxDerivedFieldsData, NxDerivedGroup, NxDimCellType, NxDimension, NxDimensionInfo, NxDimensionType, NxDownloadInfo, NxDownloadOptions, NxEngineVersion, NxExportFileType, NxExportState, NxFeature, NxFieldDescription, NxFieldProperties, NxFieldResourceId, NxFieldSelectionInfo, NxFieldSelectionMode, NxFieldTableResourceId, NxFrequencyMode, NxGetBookmarkOptions, NxGetObjectOptions, NxGroupDef, NxGroupMember, NxGroupMemberClass, NxGroupObjectId, NxGroupTail, NxGrpType, NxHighlightRanges, NxHypercubeMode, NxInfo, NxInlineDimensionDef, NxInlineMeasureDef, NxLTrendlineType, NxLayoutErrors, NxLibraryDimension, NxLibraryDimensionDef, NxLibraryMeasure, NxLibraryMeasureDef, NxLinkedObjectInfo, NxListObjectExpression, NxListObjectExpressionDef, NxLocalizedErrorCode, NxLocalizedWarningCode, NxMatchingFieldInfo, NxMatchingFieldMode, NxMeasure, NxMeasureInfo, NxMeta, NxMetaDef, NxMiniChart, NxMiniChartCell, NxMiniChartData, NxMiniChartDef, NxMiniChartRows, NxMultiRangeSelectInfo, NxPage, NxPageTreeLevel, NxPageTreeNode, NxPatch, NxPatchOperationType, NxPatches, NxPivotDimensionCell, NxPivotPage, NxPivotValuePoint, NxRange, NxRangeSelectInfo, NxSelectionCell, NxSelectionCellType, NxSelectionInfo, NxSimpleDimValue, NxSimpleValue, NxSortIndicatorType, NxStackPage, NxStackedPivotCell, NxStateCounts, NxStreamListEntry, NxTempBookmarkOptions, NxTickCell, NxTreeDataOption, NxTreeDimensionDef, NxTreeDimensionInfo, NxTreeMultiRangeSelectInfo, NxTreeNode, NxTreeRangeSelectInfo, NxTreeValue, NxTrendline, NxTrendlineDef, NxTrendlineMode, NxValidationError, NxVariableListItem, NxVariableProperties, NxViewPort, ODAGAppLinkListData, ODAGAppLinkListItem, ObjectHelperFunctions, ObjectInterface, OdbcDsn, OleDbProvider, OpenAppSessionProps, OtherLimitMode, OtherMode, OtherSortMode, OtherTotalSpecProp, Point, PositionMark, ProgressData, ProgressMessage, QFunction, QIX_SCHEMA_VERSION, QMediaList, QRange, QixAPI, RangeSelectInfo, Rect, ReloadError, RpcObject, SampleResult, ScriptSyntaxError, ScrollPosition, SearchAssociationResult, SearchAttribute, SearchCharRange, SearchCombinationOptions, SearchContextType, SearchFieldDictionary, SearchFieldMatch, SearchFieldMatchType, SearchFieldMatchesItem, SearchFieldSelectionMode, SearchFieldValueItem, SearchGroup, SearchGroupItem, SearchGroupItemMatch, SearchGroupItemOptions, SearchGroupItemType, SearchGroupOptions, SearchGroupType, SearchMatchCombination, SearchMatchCombinations, SearchObjectOptions, SearchPage, SearchResult, SearchSuggestItem, SearchSuggestionResult, SearchTermResult, SearchValueOptions, SearchValuePage, SearchValueResult, SelectInfo, SelectionObject, SelectionObjectDef, SheetListData, SheetListDataCell, SheetListDataCellBounds, SheetListItem, Size, SortCriteria, SourceKeyRecord, SpecialObjectFunctions, StandardFunctions, StateEnumType, StateFieldValues, StaticContentList, StaticContentListItem, StaticContentUrl, StaticContentUrlDef, StoryListData, StoryListItem, StringExpr, StringExpression, SymbolFrequency, SymbolValue, TableProfilingData, TableRecord, TableRow, TableViewBroomPointSaveInfo, TableViewConnectionPointSaveInfo, TableViewCtlSaveInfo, TableViewDlgSaveInfo, TableViewSaveInfo, TableViewTableWinSaveInfo, TextMacro, TotalMode, TransformAppParameters, TransformAppResult, TreeData, TreeDataDef, UndoInfo, UndoInfoDef, UndoInfoObject, UsageEnum, UseAppHook, ValueExpr, ValueExpression, VariableList, VariableListData, VariableListDef, VariableListItem, WebSocketEvent, WorkloadType, qix as default, openAppSession, withHostConfig };
|
package/qix.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import "./chunks/public-runtime-modules-
|
|
2
|
-
import { openAppSession, qix_default, withHostConfig } from "./chunks/qix-
|
|
1
|
+
import "./chunks/public-runtime-modules-lsJEDVxt.js";
|
|
2
|
+
import { openAppSession, qix_default, withHostConfig } from "./chunks/qix-CwYrlHFT.js";
|
|
3
3
|
|
|
4
4
|
export { qix_default as default, openAppSession, withHostConfig };
|
package/questions.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import "./chunks/utils-qEQ6sEXX.js";
|
|
2
|
-
import "./chunks/public-runtime-modules-
|
|
3
|
-
import { clearApiCache, invokeFetch } from "./chunks/invoke-fetch-
|
|
2
|
+
import "./chunks/public-runtime-modules-lsJEDVxt.js";
|
|
3
|
+
import { clearApiCache, invokeFetch } from "./chunks/invoke-fetch-B-ZucHu9.js";
|
|
4
4
|
|
|
5
5
|
//#region src/public/rest/questions.ts
|
|
6
6
|
/**
|
package/quotas.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import "./chunks/utils-qEQ6sEXX.js";
|
|
2
|
-
import "./chunks/public-runtime-modules-
|
|
3
|
-
import { clearApiCache, invokeFetch } from "./chunks/invoke-fetch-
|
|
2
|
+
import "./chunks/public-runtime-modules-lsJEDVxt.js";
|
|
3
|
+
import { clearApiCache, invokeFetch } from "./chunks/invoke-fetch-B-ZucHu9.js";
|
|
4
4
|
|
|
5
5
|
//#region src/public/rest/quotas.ts
|
|
6
6
|
/**
|
package/reload-tasks.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import "./chunks/utils-qEQ6sEXX.js";
|
|
2
|
-
import "./chunks/public-runtime-modules-
|
|
3
|
-
import { clearApiCache, invokeFetch } from "./chunks/invoke-fetch-
|
|
2
|
+
import "./chunks/public-runtime-modules-lsJEDVxt.js";
|
|
3
|
+
import { clearApiCache, invokeFetch } from "./chunks/invoke-fetch-B-ZucHu9.js";
|
|
4
4
|
|
|
5
5
|
//#region src/public/rest/reload-tasks.ts
|
|
6
6
|
/**
|
package/reloads.d.ts
CHANGED
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
import "./chunks/auth-types-BlCWK0FP.js";
|
|
2
|
-
import { CancelReloadHttpError, CancelReloadHttpResponse, Error, Errors, GetReloadHttpError, GetReloadHttpResponse, GetReloadsHttpError, GetReloadsHttpResponse, Href, Partial, QueueReloadHttpError, QueueReloadHttpResponse, Reload, ReloadLinks, ReloadRequest, Reloads, ReloadsAPI, ReloadsLinks, Status, Type, cancelReload, clearCache, getReload, getReloads, queueReload, reloadsExport } from "./chunks/reloads-
|
|
3
|
-
export { CancelReloadHttpError, CancelReloadHttpResponse, Error, Errors, GetReloadHttpError, GetReloadHttpResponse, GetReloadsHttpError, GetReloadsHttpResponse, Href, Partial, QueueReloadHttpError, QueueReloadHttpResponse, Reload, ReloadLinks, ReloadRequest, Reloads, ReloadsAPI, ReloadsLinks, Status, Type, cancelReload, clearCache, reloadsExport as default, getReload, getReloads, queueReload };
|
|
2
|
+
import { CancelReloadHttpError, CancelReloadHttpResponse, Error, Errors, GetReloadHttpError, GetReloadHttpResponse, GetReloadsHttpError, GetReloadsHttpResponse, Href, Partial, QueueReloadHttpError, QueueReloadHttpResponse, Reload, ReloadLinks, ReloadRequest, Reloads, ReloadsAPI, ReloadsLinks, Status, Type, Weight, cancelReload, clearCache, getReload, getReloads, queueReload, reloadsExport } from "./chunks/reloads-3XgvVnbq.js";
|
|
3
|
+
export { CancelReloadHttpError, CancelReloadHttpResponse, Error, Errors, GetReloadHttpError, GetReloadHttpResponse, GetReloadsHttpError, GetReloadsHttpResponse, Href, Partial, QueueReloadHttpError, QueueReloadHttpResponse, Reload, ReloadLinks, ReloadRequest, Reloads, ReloadsAPI, ReloadsLinks, Status, Type, Weight, cancelReload, clearCache, reloadsExport as default, getReload, getReloads, queueReload };
|
package/reloads.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import "./chunks/utils-qEQ6sEXX.js";
|
|
2
|
-
import "./chunks/public-runtime-modules-
|
|
3
|
-
import { clearApiCache, invokeFetch } from "./chunks/invoke-fetch-
|
|
2
|
+
import "./chunks/public-runtime-modules-lsJEDVxt.js";
|
|
3
|
+
import { clearApiCache, invokeFetch } from "./chunks/invoke-fetch-B-ZucHu9.js";
|
|
4
4
|
|
|
5
5
|
//#region src/public/rest/reloads.ts
|
|
6
6
|
/**
|
package/report-templates.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import "./chunks/utils-qEQ6sEXX.js";
|
|
2
|
-
import "./chunks/public-runtime-modules-
|
|
3
|
-
import { clearApiCache, invokeFetch } from "./chunks/invoke-fetch-
|
|
2
|
+
import "./chunks/public-runtime-modules-lsJEDVxt.js";
|
|
3
|
+
import { clearApiCache, invokeFetch } from "./chunks/invoke-fetch-B-ZucHu9.js";
|
|
4
4
|
|
|
5
5
|
//#region src/public/rest/report-templates.ts
|
|
6
6
|
/**
|
package/reports.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import "./chunks/utils-qEQ6sEXX.js";
|
|
2
|
-
import "./chunks/public-runtime-modules-
|
|
3
|
-
import { clearApiCache, invokeFetch } from "./chunks/invoke-fetch-
|
|
2
|
+
import "./chunks/public-runtime-modules-lsJEDVxt.js";
|
|
3
|
+
import { clearApiCache, invokeFetch } from "./chunks/invoke-fetch-B-ZucHu9.js";
|
|
4
4
|
|
|
5
5
|
//#region src/public/rest/reports.ts
|
|
6
6
|
/**
|
package/roles.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import "./chunks/utils-qEQ6sEXX.js";
|
|
2
|
-
import "./chunks/public-runtime-modules-
|
|
3
|
-
import { clearApiCache, invokeFetch } from "./chunks/invoke-fetch-
|
|
2
|
+
import "./chunks/public-runtime-modules-lsJEDVxt.js";
|
|
3
|
+
import { clearApiCache, invokeFetch } from "./chunks/invoke-fetch-B-ZucHu9.js";
|
|
4
4
|
|
|
5
5
|
//#region src/public/rest/roles.ts
|
|
6
6
|
/**
|
package/sharing-tasks.d.ts
CHANGED
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
import "./chunks/auth-types-BlCWK0FP.js";
|
|
2
|
-
import { APISettingsUpload, AlertingTaskGroupRecipientError, AlertingTaskRecipientError, CancelSharingTaskHttpError, CancelSharingTaskHttpResponse, ChartTemplate, ConfigureSharingTasksSettingsHttpError, ConfigureSharingTasksSettingsHttpResponse, CreateSharingTaskHttpError, CreateSharingTaskHttpResponse, DeleteSharingTaskHttpError, DeleteSharingTaskHttpResponse, EmailAddressRecipientPersist, EmailComposition, EncryptedProperty, Error, ErrorMeta, Errors, ExecuteSharingTasksHttpError, ExecuteSharingTasksHttpResponse, GetSharingTaskHttpError, GetSharingTaskHttpResponse, GetSharingTasksHttpError, GetSharingTasksHttpResponse, GetSharingTasksSettingsHttpError, GetSharingTasksSettingsHttpResponse, GroupIDRecipientPersist, InsightURL, Links, ListLinks, MultiSheetTemplate, Page, PatchSharingTaskHttpError, PatchSharingTaskHttpResponse, RecipientsPersist, RetentionPolicy, ScheduleOptions, Selection, Self, SharingActionsTriggerCreateRequest, SharingSettings, SharingSettingsPatchCompliant, SharingSettingsPatchCompliantList, SharingTaskPatchRequestCompliantList, SharingTaskRecurringCreateRequest, SharingTaskRecurringListResponse, SharingTaskRecurringPatchRequestCompliant, SharingTaskRecurringPersist, SharingTaskRecurringPersistEncryptedEmailContent, SharingTaskRecurringRecipients, SharingTaskRecurringResponse, SharingTasksAPI, SheetTemplate, StandardListResponseProps, State, StoryTemplate, TaskError, TaskGroupRecipientError, TaskRecipientError, TemplatePersist, TemplateResult, Trigger, UpdateSharingTasksSettingsHttpError, UpdateSharingTasksSettingsHttpResponse, UserIDRecipient, UserIDRecipientPersist, cancelSharingTask, clearCache, configureSharingTasksSettings, createSharingTask, deleteSharingTask, executeSharingTasks, getSharingTask, getSharingTasks, getSharingTasksSettings, patchSharingTask, sharingTasksExport, updateSharingTasksSettings } from "./chunks/sharing-tasks-
|
|
3
|
-
export { APISettingsUpload, AlertingTaskGroupRecipientError, AlertingTaskRecipientError, CancelSharingTaskHttpError, CancelSharingTaskHttpResponse, ChartTemplate, ConfigureSharingTasksSettingsHttpError, ConfigureSharingTasksSettingsHttpResponse, CreateSharingTaskHttpError, CreateSharingTaskHttpResponse, DeleteSharingTaskHttpError, DeleteSharingTaskHttpResponse, EmailAddressRecipientPersist, EmailComposition, EncryptedProperty, Error, ErrorMeta, Errors, ExecuteSharingTasksHttpError, ExecuteSharingTasksHttpResponse, GetSharingTaskHttpError, GetSharingTaskHttpResponse, GetSharingTasksHttpError, GetSharingTasksHttpResponse, GetSharingTasksSettingsHttpError, GetSharingTasksSettingsHttpResponse, GroupIDRecipientPersist, InsightURL, Links, ListLinks, MultiSheetTemplate, Page, PatchSharingTaskHttpError, PatchSharingTaskHttpResponse, RecipientsPersist, RetentionPolicy, ScheduleOptions, Selection, Self, SharingActionsTriggerCreateRequest, SharingSettings, SharingSettingsPatchCompliant, SharingSettingsPatchCompliantList, SharingTaskPatchRequestCompliantList, SharingTaskRecurringCreateRequest, SharingTaskRecurringListResponse, SharingTaskRecurringPatchRequestCompliant, SharingTaskRecurringPersist, SharingTaskRecurringPersistEncryptedEmailContent, SharingTaskRecurringRecipients, SharingTaskRecurringResponse, SharingTasksAPI, SheetTemplate, StandardListResponseProps, State, StoryTemplate, TaskError, TaskGroupRecipientError, TaskRecipientError, TemplatePersist, TemplateResult, Trigger, UpdateSharingTasksSettingsHttpError, UpdateSharingTasksSettingsHttpResponse, UserIDRecipient, UserIDRecipientPersist, cancelSharingTask, clearCache, configureSharingTasksSettings, createSharingTask, sharingTasksExport as default, deleteSharingTask, executeSharingTasks, getSharingTask, getSharingTasks, getSharingTasksSettings, patchSharingTask, updateSharingTasksSettings };
|
|
2
|
+
import { APISettingsUpload, AlertingTaskGroupRecipientError, AlertingTaskRecipientError, CancelSharingTaskHttpError, CancelSharingTaskHttpResponse, ChartTemplate, ConfigureSharingTasksSettingsHttpError, ConfigureSharingTasksSettingsHttpResponse, CreateSharingTaskHttpError, CreateSharingTaskHttpResponse, DeleteSharingTaskHttpError, DeleteSharingTaskHttpResponse, EmailAddressRecipientPersist, EmailComposition, EncryptedProperty, Error, ErrorMeta, Errors, ExecuteSharingTasksHttpError, ExecuteSharingTasksHttpResponse, GetSharingTaskExecutionFileHttpError, GetSharingTaskExecutionFileHttpResponse, GetSharingTaskExecutionHttpError, GetSharingTaskExecutionHttpResponse, GetSharingTaskExecutionsHttpError, GetSharingTaskExecutionsHttpResponse, GetSharingTaskHttpError, GetSharingTaskHttpResponse, GetSharingTasksHttpError, GetSharingTasksHttpResponse, GetSharingTasksSettingsHttpError, GetSharingTasksSettingsHttpResponse, GroupIDRecipientPersist, InsightURL, Links, ListLinks, MultiSheetTemplate, Page, PatchSharingTaskHttpError, PatchSharingTaskHttpResponse, RecipientsPersist, RetentionPolicy, ScheduleOptions, Selection, Self, SharingActionsTriggerCreateRequest, SharingExecutionError, SharingExecutionErrors, SharingExecutionFile, SharingExecutionListResponse, SharingExecutionPersist, SharingExecutionResponse, SharingSettings, SharingSettingsPatchCompliant, SharingSettingsPatchCompliantList, SharingTaskPatchRequestCompliantList, SharingTaskRecurringCreateRequest, SharingTaskRecurringListResponse, SharingTaskRecurringPatchRequestCompliant, SharingTaskRecurringPersist, SharingTaskRecurringPersistEncryptedEmailContent, SharingTaskRecurringRecipients, SharingTaskRecurringResponse, SharingTasksAPI, SheetTemplate, StandardListResponseProps, State, StoryTemplate, TargetUser, TaskError, TaskGroupRecipientError, TaskRecipientError, TemplatePersist, TemplateResult, Trigger, UpdateSharingTasksSettingsHttpError, UpdateSharingTasksSettingsHttpResponse, UserIDRecipient, UserIDRecipientPersist, cancelSharingTask, clearCache, configureSharingTasksSettings, createSharingTask, deleteSharingTask, executeSharingTasks, getSharingTask, getSharingTaskExecution, getSharingTaskExecutionFile, getSharingTaskExecutions, getSharingTasks, getSharingTasksSettings, patchSharingTask, sharingTasksExport, updateSharingTasksSettings } from "./chunks/sharing-tasks-BMDAjWTj.js";
|
|
3
|
+
export { APISettingsUpload, AlertingTaskGroupRecipientError, AlertingTaskRecipientError, CancelSharingTaskHttpError, CancelSharingTaskHttpResponse, ChartTemplate, ConfigureSharingTasksSettingsHttpError, ConfigureSharingTasksSettingsHttpResponse, CreateSharingTaskHttpError, CreateSharingTaskHttpResponse, DeleteSharingTaskHttpError, DeleteSharingTaskHttpResponse, EmailAddressRecipientPersist, EmailComposition, EncryptedProperty, Error, ErrorMeta, Errors, ExecuteSharingTasksHttpError, ExecuteSharingTasksHttpResponse, GetSharingTaskExecutionFileHttpError, GetSharingTaskExecutionFileHttpResponse, GetSharingTaskExecutionHttpError, GetSharingTaskExecutionHttpResponse, GetSharingTaskExecutionsHttpError, GetSharingTaskExecutionsHttpResponse, GetSharingTaskHttpError, GetSharingTaskHttpResponse, GetSharingTasksHttpError, GetSharingTasksHttpResponse, GetSharingTasksSettingsHttpError, GetSharingTasksSettingsHttpResponse, GroupIDRecipientPersist, InsightURL, Links, ListLinks, MultiSheetTemplate, Page, PatchSharingTaskHttpError, PatchSharingTaskHttpResponse, RecipientsPersist, RetentionPolicy, ScheduleOptions, Selection, Self, SharingActionsTriggerCreateRequest, SharingExecutionError, SharingExecutionErrors, SharingExecutionFile, SharingExecutionListResponse, SharingExecutionPersist, SharingExecutionResponse, SharingSettings, SharingSettingsPatchCompliant, SharingSettingsPatchCompliantList, SharingTaskPatchRequestCompliantList, SharingTaskRecurringCreateRequest, SharingTaskRecurringListResponse, SharingTaskRecurringPatchRequestCompliant, SharingTaskRecurringPersist, SharingTaskRecurringPersistEncryptedEmailContent, SharingTaskRecurringRecipients, SharingTaskRecurringResponse, SharingTasksAPI, SheetTemplate, StandardListResponseProps, State, StoryTemplate, TargetUser, TaskError, TaskGroupRecipientError, TaskRecipientError, TemplatePersist, TemplateResult, Trigger, UpdateSharingTasksSettingsHttpError, UpdateSharingTasksSettingsHttpResponse, UserIDRecipient, UserIDRecipientPersist, cancelSharingTask, clearCache, configureSharingTasksSettings, createSharingTask, sharingTasksExport as default, deleteSharingTask, executeSharingTasks, getSharingTask, getSharingTaskExecution, getSharingTaskExecutionFile, getSharingTaskExecutions, getSharingTasks, getSharingTasksSettings, patchSharingTask, updateSharingTasksSettings };
|
package/sharing-tasks.js
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import "./chunks/utils-qEQ6sEXX.js";
|
|
2
|
-
import "./chunks/public-runtime-modules-
|
|
3
|
-
import { clearApiCache, invokeFetch } from "./chunks/invoke-fetch-
|
|
2
|
+
import "./chunks/public-runtime-modules-lsJEDVxt.js";
|
|
3
|
+
import { clearApiCache, invokeFetch } from "./chunks/invoke-fetch-B-ZucHu9.js";
|
|
4
4
|
|
|
5
5
|
//#region src/public/rest/sharing-tasks.ts
|
|
6
6
|
/**
|
|
7
|
-
*
|
|
7
|
+
* Retrieves all sharing tasks accessible to the user. Users assigned the `TenantAdmin` or `AnalyticsAdmin` role can view all tasks.
|
|
8
8
|
*
|
|
9
9
|
* @param query an object with query parameters
|
|
10
10
|
* @throws GetSharingTasksHttpError
|
|
@@ -33,7 +33,7 @@ async function createSharingTask(body, options) {
|
|
|
33
33
|
});
|
|
34
34
|
}
|
|
35
35
|
/**
|
|
36
|
-
*
|
|
36
|
+
* Requests execution of the specified recurring sharing task.
|
|
37
37
|
*
|
|
38
38
|
* @param body an object with the body content
|
|
39
39
|
* @throws ExecuteSharingTasksHttpError
|
|
@@ -48,7 +48,7 @@ async function executeSharingTasks(body, options) {
|
|
|
48
48
|
});
|
|
49
49
|
}
|
|
50
50
|
/**
|
|
51
|
-
*
|
|
51
|
+
* Retrieves the current settings for sharing tasks, reports, and other related configuration.
|
|
52
52
|
*
|
|
53
53
|
* @throws GetSharingTasksSettingsHttpError
|
|
54
54
|
*/
|
|
@@ -60,7 +60,7 @@ async function getSharingTasksSettings(options) {
|
|
|
60
60
|
});
|
|
61
61
|
}
|
|
62
62
|
/**
|
|
63
|
-
* Patches sharing
|
|
63
|
+
* Patches the toggle settings for sharing tasks, reports, and other related configuration in the tenant. User must be assigned the `TenantAdmin` role.
|
|
64
64
|
*
|
|
65
65
|
* @param body an object with the body content
|
|
66
66
|
* @throws UpdateSharingTasksSettingsHttpError
|
|
@@ -75,7 +75,7 @@ async function updateSharingTasksSettings(body, options) {
|
|
|
75
75
|
});
|
|
76
76
|
}
|
|
77
77
|
/**
|
|
78
|
-
* Updates
|
|
78
|
+
* Updates the settings for sharing tasks, reports, and other related configuration in the tenant. User must be assigned the `TenantAdmin` role.
|
|
79
79
|
*
|
|
80
80
|
* @param body an object with the body content
|
|
81
81
|
* @throws ConfigureSharingTasksSettingsHttpError
|
|
@@ -90,7 +90,7 @@ async function configureSharingTasksSettings(body, options) {
|
|
|
90
90
|
});
|
|
91
91
|
}
|
|
92
92
|
/**
|
|
93
|
-
* Deletes a sharing task.
|
|
93
|
+
* Deletes a specific sharing task.
|
|
94
94
|
*
|
|
95
95
|
* @param taskId The sharing task identifier.
|
|
96
96
|
* @throws DeleteSharingTaskHttpError
|
|
@@ -104,7 +104,7 @@ async function deleteSharingTask(taskId, options) {
|
|
|
104
104
|
});
|
|
105
105
|
}
|
|
106
106
|
/**
|
|
107
|
-
*
|
|
107
|
+
* Returns the details of a specific sharing task.
|
|
108
108
|
*
|
|
109
109
|
* @param taskId The sharing task identifier.
|
|
110
110
|
* @param query an object with query parameters
|
|
@@ -120,7 +120,7 @@ async function getSharingTask(taskId, query, options) {
|
|
|
120
120
|
});
|
|
121
121
|
}
|
|
122
122
|
/**
|
|
123
|
-
* Updates
|
|
123
|
+
* Updates one or more properties of a specific sharing task.
|
|
124
124
|
*
|
|
125
125
|
* @param taskId The sharing task identifier.
|
|
126
126
|
* @param body an object with the body content
|
|
@@ -137,7 +137,7 @@ async function patchSharingTask(taskId, body, options) {
|
|
|
137
137
|
});
|
|
138
138
|
}
|
|
139
139
|
/**
|
|
140
|
-
*
|
|
140
|
+
* Requests cancellation of an execution of the specified recurring sharing task.
|
|
141
141
|
*
|
|
142
142
|
* @param taskId The sharing task identifier.
|
|
143
143
|
* @throws CancelSharingTaskHttpError
|
|
@@ -151,6 +151,64 @@ async function cancelSharingTask(taskId, options) {
|
|
|
151
151
|
});
|
|
152
152
|
}
|
|
153
153
|
/**
|
|
154
|
+
* Lists executions for the specified sharing task.
|
|
155
|
+
*
|
|
156
|
+
* @param taskId The sharing task identifier.
|
|
157
|
+
* @param query an object with query parameters
|
|
158
|
+
* @throws GetSharingTaskExecutionsHttpError
|
|
159
|
+
*/
|
|
160
|
+
async function getSharingTaskExecutions(taskId, query, options) {
|
|
161
|
+
return invokeFetch("sharing-tasks", {
|
|
162
|
+
method: "get",
|
|
163
|
+
pathTemplate: "/api/v1/sharing-tasks/{taskId}/executions",
|
|
164
|
+
pathVariables: { taskId },
|
|
165
|
+
query,
|
|
166
|
+
options
|
|
167
|
+
});
|
|
168
|
+
}
|
|
169
|
+
/**
|
|
170
|
+
* Retrieves a specific sharing task execution.
|
|
171
|
+
*
|
|
172
|
+
* @param taskId The sharing task identifier.
|
|
173
|
+
* @param executionId The execution identifier. If value is "latest", the latest execution will be returned
|
|
174
|
+
* @param query an object with query parameters
|
|
175
|
+
* @throws GetSharingTaskExecutionHttpError
|
|
176
|
+
*/
|
|
177
|
+
async function getSharingTaskExecution(taskId, executionId, query, options) {
|
|
178
|
+
return invokeFetch("sharing-tasks", {
|
|
179
|
+
method: "get",
|
|
180
|
+
pathTemplate: "/api/v1/sharing-tasks/{taskId}/executions/{executionId}",
|
|
181
|
+
pathVariables: {
|
|
182
|
+
taskId,
|
|
183
|
+
executionId
|
|
184
|
+
},
|
|
185
|
+
query,
|
|
186
|
+
options
|
|
187
|
+
});
|
|
188
|
+
}
|
|
189
|
+
/**
|
|
190
|
+
* Retrieves the file content for the requested execution and file type.
|
|
191
|
+
*
|
|
192
|
+
* @param taskId The sharing task identifier.
|
|
193
|
+
* @param executionId The execution identifier.
|
|
194
|
+
* @param fileAlias The execution identifier. If value is "latest", the latest execution will be returned
|
|
195
|
+
* @param query an object with query parameters
|
|
196
|
+
* @throws GetSharingTaskExecutionFileHttpError
|
|
197
|
+
*/
|
|
198
|
+
async function getSharingTaskExecutionFile(taskId, executionId, fileAlias, query, options) {
|
|
199
|
+
return invokeFetch("sharing-tasks", {
|
|
200
|
+
method: "get",
|
|
201
|
+
pathTemplate: "/api/v1/sharing-tasks/{taskId}/executions/{executionId}/files/{fileAlias}",
|
|
202
|
+
pathVariables: {
|
|
203
|
+
taskId,
|
|
204
|
+
executionId,
|
|
205
|
+
fileAlias
|
|
206
|
+
},
|
|
207
|
+
query,
|
|
208
|
+
options
|
|
209
|
+
});
|
|
210
|
+
}
|
|
211
|
+
/**
|
|
154
212
|
* Clears the cache for sharing-tasks api requests.
|
|
155
213
|
*/
|
|
156
214
|
function clearCache() {
|
|
@@ -170,9 +228,12 @@ const sharingTasksExport = {
|
|
|
170
228
|
getSharingTask,
|
|
171
229
|
patchSharingTask,
|
|
172
230
|
cancelSharingTask,
|
|
231
|
+
getSharingTaskExecutions,
|
|
232
|
+
getSharingTaskExecution,
|
|
233
|
+
getSharingTaskExecutionFile,
|
|
173
234
|
clearCache
|
|
174
235
|
};
|
|
175
236
|
var sharing_tasks_default = sharingTasksExport;
|
|
176
237
|
|
|
177
238
|
//#endregion
|
|
178
|
-
export { cancelSharingTask, clearCache, configureSharingTasksSettings, createSharingTask, sharing_tasks_default as default, deleteSharingTask, executeSharingTasks, getSharingTask, getSharingTasks, getSharingTasksSettings, patchSharingTask, updateSharingTasksSettings };
|
|
239
|
+
export { cancelSharingTask, clearCache, configureSharingTasksSettings, createSharingTask, sharing_tasks_default as default, deleteSharingTask, executeSharingTasks, getSharingTask, getSharingTaskExecution, getSharingTaskExecutionFile, getSharingTaskExecutions, getSharingTasks, getSharingTasksSettings, patchSharingTask, updateSharingTasksSettings };
|
package/spaces.d.ts
CHANGED
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
import "./chunks/auth-types-BlCWK0FP.js";
|
|
2
|
-
import { ActionName, Assignment, AssignmentCreate, AssignmentType, AssignmentUpdate, Assignments, CreateSpaceAssignmentHttpError, CreateSpaceAssignmentHttpResponse, CreateSpaceHttpError, CreateSpaceHttpResponse, CreateSpaceShareHttpError, CreateSpaceShareHttpResponse, DeleteSpaceAssignmentHttpError, DeleteSpaceAssignmentHttpResponse, DeleteSpaceHttpError, DeleteSpaceHttpResponse, DeleteSpaceShareHttpError, DeleteSpaceShareHttpResponse, Error, Errors, GetSpaceAssignmentHttpError, GetSpaceAssignmentHttpResponse, GetSpaceAssignmentsHttpError, GetSpaceAssignmentsHttpResponse, GetSpaceHttpError, GetSpaceHttpResponse, GetSpaceShareHttpError, GetSpaceShareHttpResponse, GetSpaceSharesHttpError, GetSpaceSharesHttpResponse, GetSpaceTypesHttpError, GetSpaceTypesHttpResponse, GetSpacesHttpError, GetSpacesHttpResponse, Link, PatchShareHttpError, PatchShareHttpResponse, PatchSpaceHttpError, PatchSpaceHttpResponse, RoleType, Share, ShareCreate, SharePatch, ShareRoleType, ShareType, Shares, Space, SpaceCreate, SpacePatch, SpaceType, SpaceTypes, SpaceUpdate, Spaces, SpacesAPI, UpdateSpaceAssignmentHttpError, UpdateSpaceAssignmentHttpResponse, UpdateSpaceHttpError, UpdateSpaceHttpResponse, clearCache, createSpace, createSpaceAssignment, createSpaceShare, deleteSpace, deleteSpaceAssignment, deleteSpaceShare, getSpace, getSpaceAssignment, getSpaceAssignments, getSpaceShare, getSpaceShares, getSpaceTypes, getSpaces, patchShare, patchSpace, spacesExport, updateSpace, updateSpaceAssignment } from "./chunks/spaces-
|
|
2
|
+
import { ActionName, Assignment, AssignmentCreate, AssignmentType, AssignmentUpdate, Assignments, CreateSpaceAssignmentHttpError, CreateSpaceAssignmentHttpResponse, CreateSpaceHttpError, CreateSpaceHttpResponse, CreateSpaceShareHttpError, CreateSpaceShareHttpResponse, DeleteSpaceAssignmentHttpError, DeleteSpaceAssignmentHttpResponse, DeleteSpaceHttpError, DeleteSpaceHttpResponse, DeleteSpaceShareHttpError, DeleteSpaceShareHttpResponse, Error, Errors, GetSpaceAssignmentHttpError, GetSpaceAssignmentHttpResponse, GetSpaceAssignmentsHttpError, GetSpaceAssignmentsHttpResponse, GetSpaceHttpError, GetSpaceHttpResponse, GetSpaceShareHttpError, GetSpaceShareHttpResponse, GetSpaceSharesHttpError, GetSpaceSharesHttpResponse, GetSpaceTypesHttpError, GetSpaceTypesHttpResponse, GetSpacesHttpError, GetSpacesHttpResponse, Link, PatchShareHttpError, PatchShareHttpResponse, PatchSpaceHttpError, PatchSpaceHttpResponse, RoleType, Share, ShareCreate, SharePatch, ShareRoleType, ShareType, Shares, Space, SpaceCreate, SpacePatch, SpaceType, SpaceTypes, SpaceUpdate, Spaces, SpacesAPI, UpdateSpaceAssignmentHttpError, UpdateSpaceAssignmentHttpResponse, UpdateSpaceHttpError, UpdateSpaceHttpResponse, clearCache, createSpace, createSpaceAssignment, createSpaceShare, deleteSpace, deleteSpaceAssignment, deleteSpaceShare, getSpace, getSpaceAssignment, getSpaceAssignments, getSpaceShare, getSpaceShares, getSpaceTypes, getSpaces, patchShare, patchSpace, spacesExport, updateSpace, updateSpaceAssignment } from "./chunks/spaces-DZI6zKZi.js";
|
|
3
3
|
export { ActionName, Assignment, AssignmentCreate, AssignmentType, AssignmentUpdate, Assignments, CreateSpaceAssignmentHttpError, CreateSpaceAssignmentHttpResponse, CreateSpaceHttpError, CreateSpaceHttpResponse, CreateSpaceShareHttpError, CreateSpaceShareHttpResponse, DeleteSpaceAssignmentHttpError, DeleteSpaceAssignmentHttpResponse, DeleteSpaceHttpError, DeleteSpaceHttpResponse, DeleteSpaceShareHttpError, DeleteSpaceShareHttpResponse, Error, Errors, GetSpaceAssignmentHttpError, GetSpaceAssignmentHttpResponse, GetSpaceAssignmentsHttpError, GetSpaceAssignmentsHttpResponse, GetSpaceHttpError, GetSpaceHttpResponse, GetSpaceShareHttpError, GetSpaceShareHttpResponse, GetSpaceSharesHttpError, GetSpaceSharesHttpResponse, GetSpaceTypesHttpError, GetSpaceTypesHttpResponse, GetSpacesHttpError, GetSpacesHttpResponse, Link, PatchShareHttpError, PatchShareHttpResponse, PatchSpaceHttpError, PatchSpaceHttpResponse, RoleType, Share, ShareCreate, SharePatch, ShareRoleType, ShareType, Shares, Space, SpaceCreate, SpacePatch, SpaceType, SpaceTypes, SpaceUpdate, Spaces, SpacesAPI, UpdateSpaceAssignmentHttpError, UpdateSpaceAssignmentHttpResponse, UpdateSpaceHttpError, UpdateSpaceHttpResponse, clearCache, createSpace, createSpaceAssignment, createSpaceShare, spacesExport as default, deleteSpace, deleteSpaceAssignment, deleteSpaceShare, getSpace, getSpaceAssignment, getSpaceAssignments, getSpaceShare, getSpaceShares, getSpaceTypes, getSpaces, patchShare, patchSpace, updateSpace, updateSpaceAssignment };
|
package/spaces.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import "./chunks/utils-qEQ6sEXX.js";
|
|
2
|
-
import "./chunks/public-runtime-modules-
|
|
3
|
-
import { clearApiCache, invokeFetch } from "./chunks/invoke-fetch-
|
|
2
|
+
import "./chunks/public-runtime-modules-lsJEDVxt.js";
|
|
3
|
+
import { clearApiCache, invokeFetch } from "./chunks/invoke-fetch-B-ZucHu9.js";
|
|
4
4
|
|
|
5
5
|
//#region src/public/rest/spaces.ts
|
|
6
6
|
/**
|
package/tasks.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import "./chunks/utils-qEQ6sEXX.js";
|
|
2
|
-
import "./chunks/public-runtime-modules-
|
|
3
|
-
import { clearApiCache, invokeFetch } from "./chunks/invoke-fetch-
|
|
2
|
+
import "./chunks/public-runtime-modules-lsJEDVxt.js";
|
|
3
|
+
import { clearApiCache, invokeFetch } from "./chunks/invoke-fetch-B-ZucHu9.js";
|
|
4
4
|
|
|
5
5
|
//#region src/public/rest/tasks.ts
|
|
6
6
|
/**
|
package/temp-contents.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import "./chunks/utils-qEQ6sEXX.js";
|
|
2
|
-
import "./chunks/public-runtime-modules-
|
|
3
|
-
import { clearApiCache, invokeFetch } from "./chunks/invoke-fetch-
|
|
2
|
+
import "./chunks/public-runtime-modules-lsJEDVxt.js";
|
|
3
|
+
import { clearApiCache, invokeFetch } from "./chunks/invoke-fetch-B-ZucHu9.js";
|
|
4
4
|
|
|
5
5
|
//#region src/public/rest/temp-contents.ts
|
|
6
6
|
/**
|
package/tenants.d.ts
CHANGED
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
import "./chunks/auth-types-BlCWK0FP.js";
|
|
2
|
-
import { CreateTenantHttpError, CreateTenantHttpResponse, DeactivateTenantHttpError, DeactivateTenantHttpResponse, Error, Errors, GetMyTenantHttpError, GetMyTenantHttpResponse, GetTenantHttpError, GetTenantHttpResponse, PatchTenant400HttpError, PatchTenant403HttpError, PatchTenant404HttpError, PatchTenant429HttpError, PatchTenantHttpError, PatchTenantHttpResponse, PatchTenantdefaultHttpError, ReactivateTenantHttpError, ReactivateTenantHttpResponse, Tenant, TenantCreationRequest, TenantDeactivateRequest, TenantDeactivateResponse, TenantPatchErrors, TenantPatchSchema, TenantsAPI, clearCache, createTenant, deactivateTenant, getMyTenant, getTenant, patchTenant, reactivateTenant, tenantsExport } from "./chunks/tenants-
|
|
2
|
+
import { CreateTenantHttpError, CreateTenantHttpResponse, DeactivateTenantHttpError, DeactivateTenantHttpResponse, Error, Errors, GetMyTenantHttpError, GetMyTenantHttpResponse, GetTenantHttpError, GetTenantHttpResponse, PatchTenant400HttpError, PatchTenant403HttpError, PatchTenant404HttpError, PatchTenant429HttpError, PatchTenantHttpError, PatchTenantHttpResponse, PatchTenantdefaultHttpError, ReactivateTenantHttpError, ReactivateTenantHttpResponse, Tenant, TenantCreationRequest, TenantDeactivateRequest, TenantDeactivateResponse, TenantPatchErrors, TenantPatchSchema, TenantsAPI, clearCache, createTenant, deactivateTenant, getMyTenant, getTenant, patchTenant, reactivateTenant, tenantsExport } from "./chunks/tenants-BDH4DmcO.js";
|
|
3
3
|
export { CreateTenantHttpError, CreateTenantHttpResponse, DeactivateTenantHttpError, DeactivateTenantHttpResponse, Error, Errors, GetMyTenantHttpError, GetMyTenantHttpResponse, GetTenantHttpError, GetTenantHttpResponse, PatchTenant400HttpError, PatchTenant403HttpError, PatchTenant404HttpError, PatchTenant429HttpError, PatchTenantHttpError, PatchTenantHttpResponse, PatchTenantdefaultHttpError, ReactivateTenantHttpError, ReactivateTenantHttpResponse, Tenant, TenantCreationRequest, TenantDeactivateRequest, TenantDeactivateResponse, TenantPatchErrors, TenantPatchSchema, TenantsAPI, clearCache, createTenant, deactivateTenant, tenantsExport as default, getMyTenant, getTenant, patchTenant, reactivateTenant };
|
package/tenants.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import "./chunks/utils-qEQ6sEXX.js";
|
|
2
|
-
import "./chunks/public-runtime-modules-
|
|
3
|
-
import { clearApiCache, invokeFetch } from "./chunks/invoke-fetch-
|
|
2
|
+
import "./chunks/public-runtime-modules-lsJEDVxt.js";
|
|
3
|
+
import { clearApiCache, invokeFetch } from "./chunks/invoke-fetch-B-ZucHu9.js";
|
|
4
4
|
|
|
5
5
|
//#region src/public/rest/tenants.ts
|
|
6
6
|
/**
|
package/themes.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import "./chunks/utils-qEQ6sEXX.js";
|
|
2
|
-
import "./chunks/public-runtime-modules-
|
|
3
|
-
import { clearApiCache, invokeFetch } from "./chunks/invoke-fetch-
|
|
2
|
+
import "./chunks/public-runtime-modules-lsJEDVxt.js";
|
|
3
|
+
import { clearApiCache, invokeFetch } from "./chunks/invoke-fetch-B-ZucHu9.js";
|
|
4
4
|
|
|
5
5
|
//#region src/public/rest/themes.ts
|
|
6
6
|
/**
|
package/transports.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import "./chunks/utils-qEQ6sEXX.js";
|
|
2
|
-
import "./chunks/public-runtime-modules-
|
|
3
|
-
import { clearApiCache, invokeFetch } from "./chunks/invoke-fetch-
|
|
2
|
+
import "./chunks/public-runtime-modules-lsJEDVxt.js";
|
|
3
|
+
import { clearApiCache, invokeFetch } from "./chunks/invoke-fetch-B-ZucHu9.js";
|
|
4
4
|
|
|
5
5
|
//#region src/public/rest/transports.ts
|
|
6
6
|
/**
|
package/ui-config.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import "./chunks/utils-qEQ6sEXX.js";
|
|
2
|
-
import "./chunks/public-runtime-modules-
|
|
3
|
-
import { clearApiCache, invokeFetch } from "./chunks/invoke-fetch-
|
|
2
|
+
import "./chunks/public-runtime-modules-lsJEDVxt.js";
|
|
3
|
+
import { clearApiCache, invokeFetch } from "./chunks/invoke-fetch-B-ZucHu9.js";
|
|
4
4
|
|
|
5
5
|
//#region src/public/rest/ui-config.ts
|
|
6
6
|
/**
|
package/users.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import "./chunks/utils-qEQ6sEXX.js";
|
|
2
|
-
import "./chunks/public-runtime-modules-
|
|
3
|
-
import { clearApiCache, invokeFetch } from "./chunks/invoke-fetch-
|
|
2
|
+
import "./chunks/public-runtime-modules-lsJEDVxt.js";
|
|
3
|
+
import { clearApiCache, invokeFetch } from "./chunks/invoke-fetch-B-ZucHu9.js";
|
|
4
4
|
|
|
5
5
|
//#region src/public/rest/users.ts
|
|
6
6
|
/**
|
package/web-integrations.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import "./chunks/utils-qEQ6sEXX.js";
|
|
2
|
-
import "./chunks/public-runtime-modules-
|
|
3
|
-
import { clearApiCache, invokeFetch } from "./chunks/invoke-fetch-
|
|
2
|
+
import "./chunks/public-runtime-modules-lsJEDVxt.js";
|
|
3
|
+
import { clearApiCache, invokeFetch } from "./chunks/invoke-fetch-B-ZucHu9.js";
|
|
4
4
|
|
|
5
5
|
//#region src/public/rest/web-integrations.ts
|
|
6
6
|
/**
|
package/web-notifications.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import "./chunks/utils-qEQ6sEXX.js";
|
|
2
|
-
import "./chunks/public-runtime-modules-
|
|
3
|
-
import { clearApiCache, invokeFetch } from "./chunks/invoke-fetch-
|
|
2
|
+
import "./chunks/public-runtime-modules-lsJEDVxt.js";
|
|
3
|
+
import { clearApiCache, invokeFetch } from "./chunks/invoke-fetch-B-ZucHu9.js";
|
|
4
4
|
|
|
5
5
|
//#region src/public/rest/web-notifications.ts
|
|
6
6
|
/**
|
package/webhooks.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import "./chunks/utils-qEQ6sEXX.js";
|
|
2
|
-
import "./chunks/public-runtime-modules-
|
|
3
|
-
import { clearApiCache, invokeFetch } from "./chunks/invoke-fetch-
|
|
2
|
+
import "./chunks/public-runtime-modules-lsJEDVxt.js";
|
|
3
|
+
import { clearApiCache, invokeFetch } from "./chunks/invoke-fetch-B-ZucHu9.js";
|
|
4
4
|
|
|
5
5
|
//#region src/public/rest/webhooks.ts
|
|
6
6
|
/**
|