From 1821c59d5e60de076b2f52784cfed70c59051835 Mon Sep 17 00:00:00 2001 From: Moamen Salem Date: Fri, 4 Oct 2024 16:10:56 +0200 Subject: [PATCH 1/2] Add 15.0 & 15.1 api specification documentation --- api/15.0/README.md | 58 + api/15.0/index.html | 65 + api/15.0/openapi.json | 14577 +++++++++++ api/15.0/swagger-ui.version | 1 + api/15.1/README.md | 58 + api/15.1/index.html | 65 + api/15.1/openapi.json | 21997 +++++++++++++++++ api/15.1/swagger-ui.version | 1 + api/dist/SwaggerTridion.js | 33 + api/dist/favicon-16x16.png | Bin 0 -> 665 bytes api/dist/favicon-32x32.png | Bin 0 -> 628 bytes api/dist/index.css | 16 + api/dist/oauth2-redirect.html | 79 + api/dist/swagger-initializer.js | 43 + api/dist/swagger-ui-bundle.js | 2 + api/dist/swagger-ui-bundle.js.map | 1 + api/dist/swagger-ui-es-bundle-core.js | 3 + api/dist/swagger-ui-es-bundle-core.js.map | 1 + api/dist/swagger-ui-es-bundle.js | 2 + api/dist/swagger-ui-es-bundle.js.map | 1 + api/dist/swagger-ui-standalone-preset.js | 2 + api/dist/swagger-ui-standalone-preset.js.map | 1 + api/dist/swagger-ui.css | 3 + api/dist/swagger-ui.css.map | 1 + api/dist/swagger-ui.js | 2 + api/dist/swagger-ui.js.map | 1 + api/screenshots/swagger-github-pages.png | Bin 0 -> 14788 bytes 27 files changed, 37013 insertions(+) create mode 100644 api/15.0/README.md create mode 100644 api/15.0/index.html create mode 100644 api/15.0/openapi.json create mode 100644 api/15.0/swagger-ui.version create mode 100644 api/15.1/README.md create mode 100644 api/15.1/index.html create mode 100644 api/15.1/openapi.json create mode 100644 api/15.1/swagger-ui.version create mode 100644 api/dist/SwaggerTridion.js create mode 100644 api/dist/favicon-16x16.png create mode 100644 api/dist/favicon-32x32.png create mode 100644 api/dist/index.css create mode 100644 api/dist/oauth2-redirect.html create mode 100644 api/dist/swagger-initializer.js create mode 100644 api/dist/swagger-ui-bundle.js create mode 100644 api/dist/swagger-ui-bundle.js.map create mode 100644 api/dist/swagger-ui-es-bundle-core.js create mode 100644 api/dist/swagger-ui-es-bundle-core.js.map create mode 100644 api/dist/swagger-ui-es-bundle.js create mode 100644 api/dist/swagger-ui-es-bundle.js.map create mode 100644 api/dist/swagger-ui-standalone-preset.js create mode 100644 api/dist/swagger-ui-standalone-preset.js.map create mode 100644 api/dist/swagger-ui.css create mode 100644 api/dist/swagger-ui.css.map create mode 100644 api/dist/swagger-ui.js create mode 100644 api/dist/swagger-ui.js.map create mode 100644 api/screenshots/swagger-github-pages.png diff --git a/api/15.0/README.md b/api/15.0/README.md new file mode 100644 index 0000000..c129d5f --- /dev/null +++ b/api/15.0/README.md @@ -0,0 +1,58 @@ +# How to host Swagger API documentation with GitHub Pages +[The blog of Peter Evans: How to Host Swagger Documentation With Github Pages](https://peterevans.dev/posts/how-to-host-swagger-docs-with-github-pages/) + +This repository is a template for using the [Swagger UI](https://github.com/swagger-api/swagger-ui) to dynamically generate beautiful documentation for your API and host it for free with GitHub Pages. + +The template will periodically auto-update the Swagger UI dependency and create a pull request. See the [GitHub Actions workflow here](.github/workflows/update-swagger.yml). + +The example API specification used by this repository can be seen hosted at [https://peter-evans.github.io/swagger-github-pages](https://peter-evans.github.io/swagger-github-pages/). + +## Steps to use this template + +1. Click the `Use this template` button above to create a new repository from this template. + +2. Go to the settings for your repository at `https://github.com/{github-username}/{repository-name}/settings` and enable GitHub Pages. + + ![Headers](./../screenshots/swagger-github-pages.png?raw=true) + +3. Browse to the Swagger documentation at `https://{github-username}.github.io/{repository-name}/`. + + +## Steps to manually configure in your own repository + +1. Download the latest stable release of the Swagger UI [here](https://github.com/swagger-api/swagger-ui/releases). + +2. Extract the contents and copy the "dist" directory to the root of your repository. + +3. Move the file "index.html" from the directory "dist" to the root of your repository. + ``` + mv dist/index.html . + ``` + +4. Copy the YAML specification file for your API to the root of your repository. + +5. Edit [dist/swagger-initializer.js](dist/swagger-initializer.js) and change the `url` property to reference your local YAML file. + ```javascript + window.ui = SwaggerUIBundle({ + url: "swagger.yaml", + ... + ``` + Then fix any references to files in the "dist" directory. + ```html + ... + + + + ... + + + ... + ``` + +6. Go to the settings for your repository at `https://github.com/{github-username}/{repository-name}/settings` and enable GitHub Pages. + + ![Headers](./../screenshots/swagger-github-pages.png?raw=true) + +7. Browse to the Swagger documentation at `https://{github-username}.github.io/{repository-name}/`. + + The example API specification used by this repository can be seen hosted at [https://peter-evans.github.io/swagger-github-pages](https://peter-evans.github.io/swagger-github-pages/). diff --git a/api/15.0/index.html b/api/15.0/index.html new file mode 100644 index 0000000..5812dff --- /dev/null +++ b/api/15.0/index.html @@ -0,0 +1,65 @@ + + + + + + + Swagger UI + + + + + + + +
+ + + + + + \ No newline at end of file diff --git a/api/15.0/openapi.json b/api/15.0/openapi.json new file mode 100644 index 0000000..c980909 --- /dev/null +++ b/api/15.0/openapi.json @@ -0,0 +1,14577 @@ +{ + "openapi": "3.0.1", + "info": { + "title": "InfoShare API v3.0", + "version": "v3.0" + }, + "schemes": ["http"], + "paths": { + "/Application/Version": { + "get": { + "tags": ["Application"], + "summary": "Gets the version of the application server.", + "operationId": "GetApplicationVersion", + "responses": { + "200": { + "description": "Success", + "content": { + "text/plain": { + "schema": { + "type": "string" + } + } + } + } + } + } + }, + "/v3/BackgroundTasks": { + "post": { + "tags": ["BackgroundTasks"], + "summary": "Creates a new background task.", + "operationId": "CreateBackgroundTask", + "requestBody": { + "content": { + "multipart/form-data": { + "schema": { + "type": "object", + "properties": { + "inputdata": { + "type": "string", + "format": "binary", + "nullable": true + }, + "metadata": { + "allOf": [ + { + "$ref": "#/components/schemas/CreateBackgroundTask" + } + ] + } + } + }, + "encoding": { + "inputdata": { + "style": "form" + }, + "metadata": { + "style": "form" + } + } + } + } + }, + "responses": { + "201": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/BackgroundTask" + } + }, + "text/json": { + "schema": { + "$ref": "#/components/schemas/BackgroundTask" + } + } + } + }, + "403": { + "description": "Forbidden", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + }, + "text/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + } + } + }, + "400": { + "description": "Bad Request", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + }, + "text/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + } + } + }, + "default": { + "description": "Error", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + }, + "text/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + } + } + } + } + }, + "get": { + "tags": ["BackgroundTasks"], + "summary": "Gets background task. - NOT IMPLEMENTED.", + "operationId": "GetBackgroundTaskById", + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/BackgroundTask" + } + }, + "text/json": { + "schema": { + "$ref": "#/components/schemas/BackgroundTask" + } + } + } + }, + "404": { + "description": "Not Found", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + }, + "text/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + } + } + }, + "400": { + "description": "Bad Request", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + }, + "text/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + } + } + }, + "default": { + "description": "Error", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + }, + "text/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + } + } + } + } + } + }, + "/v3/Baselines/Get": { + "post": { + "tags": ["Baselines"], + "summary": "Gets all baselines in the repository that match the criteria given in the parameters.", + "operationId": "GetBaselineList", + "requestBody": { + "description": "Request object with the criteria in its properties.", + "content": { + "application/json": { + "schema": { + "allOf": [ + { + "$ref": "#/components/schemas/GetBaselineList" + } + ], + "description": "Request object to get all baselines in the repository that match the criteria given in the properties." + } + }, + "text/json": { + "schema": { + "allOf": [ + { + "$ref": "#/components/schemas/GetBaselineList" + } + ], + "description": "Request object to get all baselines in the repository that match the criteria given in the properties." + } + }, + "application/*+json": { + "schema": { + "allOf": [ + { + "$ref": "#/components/schemas/GetBaselineList" + } + ], + "description": "Request object to get all baselines in the repository that match the criteria given in the properties." + } + } + } + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "type": "array", + "items": { + "$ref": "#/components/schemas/Baseline" + } + } + }, + "text/json": { + "schema": { + "type": "array", + "items": { + "$ref": "#/components/schemas/Baseline" + } + } + } + } + }, + "400": { + "description": "Bad Request", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + }, + "text/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + } + } + }, + "default": { + "description": "Error", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + }, + "text/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + } + } + } + } + } + }, + "/v3/Baselines/{id}/Report/Complete": { + "post": { + "tags": ["Baselines"], + "summary": "Expands and completes the baseline starting from the incoming logicalIds using the extend baseline and/or the autocomplete mode.", + "operationId": "CompleteBaseline", + "parameters": [ + { + "name": "id", + "in": "path", + "description": "Specify the element name of the Baseline.", + "required": true, + "schema": { + "type": "string" + } + } + ], + "requestBody": { + "description": "Parameters which will be used to expand and complete the baseline starting from the incoming logicalIds using the extend baseline and/or the autocomplete mode.", + "content": { + "application/json": { + "schema": { + "allOf": [ + { + "$ref": "#/components/schemas/CompleteBaseline" + } + ], + "description": "The model contains the parameters which will be used to expand and complete the baseline starting from the incoming logicalIds using the extend baseline and/or the autocomplete mode." + } + }, + "text/json": { + "schema": { + "allOf": [ + { + "$ref": "#/components/schemas/CompleteBaseline" + } + ], + "description": "The model contains the parameters which will be used to expand and complete the baseline starting from the incoming logicalIds using the extend baseline and/or the autocomplete mode." + } + }, + "application/*+json": { + "schema": { + "allOf": [ + { + "$ref": "#/components/schemas/CompleteBaseline" + } + ], + "description": "The model contains the parameters which will be used to expand and complete the baseline starting from the incoming logicalIds using the extend baseline and/or the autocomplete mode." + } + } + } + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "type": "array", + "items": { + "$ref": "#/components/schemas/BaselineReportEntry" + } + } + }, + "text/json": { + "schema": { + "type": "array", + "items": { + "$ref": "#/components/schemas/BaselineReportEntry" + } + } + } + } + }, + "400": { + "description": "Bad Request", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + }, + "text/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + } + } + }, + "404": { + "description": "Not Found", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + }, + "text/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + } + } + }, + "default": { + "description": "Error", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + }, + "text/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + } + } + } + } + } + }, + "/v3/Baselines/{id}/Report/Expand": { + "post": { + "tags": ["Baselines"], + "summary": "Expands baseline reports in the repository that match the criteria given in the parameters.", + "operationId": "ExpandBaseline", + "parameters": [ + { + "name": "id", + "in": "path", + "description": "The identifier of the baseline.", + "required": true, + "schema": { + "type": "string" + } + } + ], + "requestBody": { + "description": "Request object with the criteria in its properties.", + "content": { + "application/json": { + "schema": { + "allOf": [ + { + "$ref": "#/components/schemas/ExpandBaseline" + } + ], + "description": "Represents a ExpandBaseline." + } + }, + "text/json": { + "schema": { + "allOf": [ + { + "$ref": "#/components/schemas/ExpandBaseline" + } + ], + "description": "Represents a ExpandBaseline." + } + }, + "application/*+json": { + "schema": { + "allOf": [ + { + "$ref": "#/components/schemas/ExpandBaseline" + } + ], + "description": "Represents a ExpandBaseline." + } + } + } + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "type": "array", + "items": { + "$ref": "#/components/schemas/BaselineReportEntry" + } + } + }, + "text/json": { + "schema": { + "type": "array", + "items": { + "$ref": "#/components/schemas/BaselineReportEntry" + } + } + } + } + }, + "400": { + "description": "Bad Request", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + }, + "text/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + } + } + }, + "404": { + "description": "Not Found", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + }, + "text/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + } + } + }, + "default": { + "description": "Error", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + }, + "text/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + } + } + } + } + } + }, + "/v3/DocumentObjects/ByLogicalId/Get": { + "post": { + "tags": ["DocumentObjects"], + "summary": "Gets all document objects in the Repository that match the criteria given in the parameters.", + "description": "Depending on which status filter is specified, the objects with following status types can be returned:\r\n
Status filterReturned status types
AllAll status types
LatestReleasedLatest released excluding out-of-date
DraftOrLatestReleasedDraft and latest released excluding out-of-date
AllReleasedAll released including out-of-date
", + "operationId": "GetDocumentObjectListByLogicalId", + "requestBody": { + "description": "Request object with the criteria in its properties.", + "content": { + "application/json": { + "schema": { + "allOf": [ + { + "$ref": "#/components/schemas/GetDocumentObjectListByLogicalId" + } + ], + "description": "Request object to get all objects in the repository that match the criteria given in the properties." + } + }, + "text/json": { + "schema": { + "allOf": [ + { + "$ref": "#/components/schemas/GetDocumentObjectListByLogicalId" + } + ], + "description": "Request object to get all objects in the repository that match the criteria given in the properties." + } + }, + "application/*+json": { + "schema": { + "allOf": [ + { + "$ref": "#/components/schemas/GetDocumentObjectListByLogicalId" + } + ], + "description": "Request object to get all objects in the repository that match the criteria given in the properties." + } + } + } + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "type": "array", + "items": { + "$ref": "#/components/schemas/DocumentObject" + } + } + }, + "text/json": { + "schema": { + "type": "array", + "items": { + "$ref": "#/components/schemas/DocumentObject" + } + } + } + } + }, + "400": { + "description": "Bad Request", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + }, + "text/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + } + } + }, + "default": { + "description": "Error", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + }, + "text/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + } + } + } + } + } + }, + "/v3/DocumentObjects/Get": { + "post": { + "tags": ["DocumentObjects"], + "summary": "Gets all document objects in the Repository that match the criteria given in the parameters.", + "description": "Depending on which status filter is specified, the objects with following status types can be returned:\r\n
Status filterReturned status types
AllAll status types
LatestReleasedLatest released excluding out-of-date
DraftOrLatestReleasedDraft and latest released excluding out-of-date
AllReleasedAll released including out-of-date
", + "operationId": "GetDocumentObjectList", + "requestBody": { + "description": "Request object with the criteria in its properties.", + "content": { + "application/json": { + "schema": { + "allOf": [ + { + "$ref": "#/components/schemas/GetDocumentObjectList" + } + ], + "description": "Request object to get all objects in the repository that match the criteria given in the properties." + } + }, + "text/json": { + "schema": { + "allOf": [ + { + "$ref": "#/components/schemas/GetDocumentObjectList" + } + ], + "description": "Request object to get all objects in the repository that match the criteria given in the properties." + } + }, + "application/*+json": { + "schema": { + "allOf": [ + { + "$ref": "#/components/schemas/GetDocumentObjectList" + } + ], + "description": "Request object to get all objects in the repository that match the criteria given in the properties." + } + } + } + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "type": "array", + "items": { + "$ref": "#/components/schemas/DocumentObject" + } + } + }, + "text/json": { + "schema": { + "type": "array", + "items": { + "$ref": "#/components/schemas/DocumentObject" + } + } + } + } + }, + "400": { + "description": "Bad Request", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + }, + "text/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + } + } + }, + "default": { + "description": "Error", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + }, + "text/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + } + } + } + } + } + }, + "/v3/DocumentObjects/ByLanguageCardId/Get": { + "post": { + "tags": ["DocumentObjects"], + "summary": "Gets all document objects in the Repository that match the criteria given in the parameters.", + "description": "Depending on which status filter is specified, the objects with following status types can be returned:\r\n
Status filterReturned status types
AllAll status types
LatestReleasedLatest released excluding out-of-date
DraftOrLatestReleasedDraft and latest released excluding out-of-date
AllReleasedAll released including out-of-date
", + "operationId": "GetDocumentObjectListByLanguageCardId", + "requestBody": { + "description": "Request object with the criteria in its properties.", + "content": { + "application/json": { + "schema": { + "allOf": [ + { + "$ref": "#/components/schemas/GetDocumentObjectListByLanguageCardId" + } + ], + "description": "Request object to get all objects in the repository that match the criteria given in the properties." + } + }, + "text/json": { + "schema": { + "allOf": [ + { + "$ref": "#/components/schemas/GetDocumentObjectListByLanguageCardId" + } + ], + "description": "Request object to get all objects in the repository that match the criteria given in the properties." + } + }, + "application/*+json": { + "schema": { + "allOf": [ + { + "$ref": "#/components/schemas/GetDocumentObjectListByLanguageCardId" + } + ], + "description": "Request object to get all objects in the repository that match the criteria given in the properties." + } + } + } + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "type": "array", + "items": { + "$ref": "#/components/schemas/DocumentObject" + } + } + }, + "text/json": { + "schema": { + "type": "array", + "items": { + "$ref": "#/components/schemas/DocumentObject" + } + } + } + } + }, + "400": { + "description": "Bad Request", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + }, + "text/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + } + } + }, + "default": { + "description": "Error", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + }, + "text/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + } + } + } + } + } + }, + "/v3/DocumentObjects/ByLogicalId/{logicalId}": { + "get": { + "tags": ["DocumentObjects"], + "summary": "Gets the document object by combination of it logical identifier, version and language.", + "operationId": "GetDocumentObjectByLogicalId", + "parameters": [ + { + "name": "logicalId", + "in": "path", + "description": "Logical identifier of the document object.", + "required": true, + "schema": { + "type": "string" + } + }, + { + "name": "version", + "in": "query", + "description": "Version of the document object.", + "schema": { + "type": "string" + } + }, + { + "name": "language", + "in": "query", + "description": "The language of a document object.", + "schema": { + "type": "string" + } + }, + { + "name": "resolution", + "in": "query", + "description": "The resolution of an illustration.", + "schema": { + "type": "string" + } + }, + { + "name": "selectedProperties", + "in": "query", + "description": "Specifies the properties that will be returned. If not supplied, only the identifier will be returned.", + "schema": { + "allOf": [ + { + "$ref": "#/components/schemas/SelectedProperties" + } + ], + "description": "Enumeration holding the selected properties." + } + }, + { + "name": "fieldGroup", + "in": "query", + "description": "Group of metadata fields that will be returned. If not supplied, no fields will be returned.", + "schema": { + "allOf": [ + { + "$ref": "#/components/schemas/FieldGroup" + } + ], + "description": "Groups of metadata fields." + } + }, + { + "name": "field", + "in": "query", + "description": "Specifies one or more metadata fields to return.", + "schema": { + "type": "array", + "items": { + "type": "string" + } + } + }, + { + "name": "includeLinks", + "in": "query", + "description": "true to include the links; otherwise, false. Default is false.", + "schema": { + "type": "boolean" + } + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/DocumentObject" + } + }, + "text/json": { + "schema": { + "$ref": "#/components/schemas/DocumentObject" + } + } + } + }, + "404": { + "description": "Not Found", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + }, + "text/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + } + } + }, + "400": { + "description": "Bad Request", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + }, + "text/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + } + } + }, + "default": { + "description": "Error", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + }, + "text/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + } + } + } + } + }, + "put": { + "tags": ["DocumentObjects"], + "summary": "Updates the document object by its logical identifier.", + "operationId": "UpdateDocumentObjectByLogicalId", + "parameters": [ + { + "name": "logicalId", + "in": "path", + "description": "Logical id of the document object.", + "required": true, + "schema": { + "type": "string" + } + }, + { + "name": "version", + "in": "query", + "description": "The version of the document to update.", + "schema": { + "type": "string" + } + }, + { + "name": "language", + "in": "query", + "description": "The language of the document to update.", + "schema": { + "type": "string" + } + }, + { + "name": "resolution", + "in": "query", + "description": "The resolution of the document to update.", + "schema": { + "type": "string" + } + } + ], + "requestBody": { + "description": "Request object with the criteria in its properties.", + "content": { + "application/json": { + "schema": { + "allOf": [ + { + "$ref": "#/components/schemas/UpdateDocumentObject" + } + ], + "description": "Represents a document." + } + }, + "text/json": { + "schema": { + "allOf": [ + { + "$ref": "#/components/schemas/UpdateDocumentObject" + } + ], + "description": "Represents a document." + } + }, + "application/*+json": { + "schema": { + "allOf": [ + { + "$ref": "#/components/schemas/UpdateDocumentObject" + } + ], + "description": "Represents a document." + } + } + } + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Message" + } + }, + "text/json": { + "schema": { + "$ref": "#/components/schemas/Message" + } + } + } + }, + "403": { + "description": "Forbidden", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + }, + "text/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + } + } + }, + "404": { + "description": "Not Found", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + }, + "text/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + } + } + }, + "400": { + "description": "Bad Request", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + }, + "text/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + } + } + }, + "default": { + "description": "Error", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + }, + "text/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + } + } + } + } + }, + "delete": { + "tags": ["DocumentObjects"], + "summary": "Deletes a document object by its logical identifier.", + "operationId": "DeleteDocumentObjectByLogicalId", + "parameters": [ + { + "name": "logicalId", + "in": "path", + "description": "Logical identifier of the document object to delete.", + "required": true, + "schema": { + "type": "string" + } + }, + { + "name": "version", + "in": "query", + "description": "The version of the document to delete.", + "schema": { + "type": "string" + } + }, + { + "name": "language", + "in": "query", + "description": "The language of the document to delete.", + "schema": { + "type": "string" + } + }, + { + "name": "resolution", + "in": "query", + "description": "The resolution of the document to delete.", + "schema": { + "type": "string" + } + } + ], + "requestBody": { + "description": "The parameters that will be used for delete operation.", + "content": { + "application/json": { + "schema": { + "allOf": [ + { + "$ref": "#/components/schemas/DeleteDocumentObjectByLogicalId" + } + ], + "description": "Request object to delete document object." + } + }, + "text/json": { + "schema": { + "allOf": [ + { + "$ref": "#/components/schemas/DeleteDocumentObjectByLogicalId" + } + ], + "description": "Request object to delete document object." + } + }, + "application/*+json": { + "schema": { + "allOf": [ + { + "$ref": "#/components/schemas/DeleteDocumentObjectByLogicalId" + } + ], + "description": "Request object to delete document object." + } + } + } + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Message" + } + }, + "text/json": { + "schema": { + "$ref": "#/components/schemas/Message" + } + } + } + }, + "403": { + "description": "Forbidden", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + }, + "text/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + } + } + }, + "404": { + "description": "Not Found", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + }, + "text/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + } + } + }, + "400": { + "description": "Bad Request", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + }, + "text/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + } + } + }, + "default": { + "description": "Error", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + }, + "text/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + } + } + } + } + } + }, + "/v3/DocumentObjects/ByLanguageCardId/{languageCardId}": { + "get": { + "tags": ["DocumentObjects"], + "summary": "Gets the document object by its language card identifier.", + "operationId": "GetDocumentObjectByLanguageCardId", + "parameters": [ + { + "name": "languageCardId", + "in": "path", + "description": "Language card identifier of the document object.", + "required": true, + "schema": { + "type": "integer", + "format": "int64" + } + }, + { + "name": "selectedProperties", + "in": "query", + "description": "Specifies the properties that will be returned. If not supplied, only the identifier will be returned.", + "schema": { + "allOf": [ + { + "$ref": "#/components/schemas/SelectedProperties" + } + ], + "description": "Enumeration holding the selected properties." + } + }, + { + "name": "fieldGroup", + "in": "query", + "description": "Group of metadata fields that will be returned. If not supplied, no fields will be returned.", + "schema": { + "allOf": [ + { + "$ref": "#/components/schemas/FieldGroup" + } + ], + "description": "Groups of metadata fields." + } + }, + { + "name": "field", + "in": "query", + "description": "Specifies one or more metadata fields to return.", + "schema": { + "type": "array", + "items": { + "type": "string" + } + } + }, + { + "name": "includeLinks", + "in": "query", + "description": "true to include the links; otherwise, false. Default is false.", + "schema": { + "type": "boolean" + } + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/DocumentObject" + } + }, + "text/json": { + "schema": { + "$ref": "#/components/schemas/DocumentObject" + } + } + } + }, + "404": { + "description": "Not Found", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + }, + "text/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + } + } + }, + "400": { + "description": "Bad Request", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + }, + "text/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + } + } + }, + "default": { + "description": "Error", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + }, + "text/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + } + } + } + } + }, + "put": { + "tags": ["DocumentObjects"], + "summary": "Updates the document object by its language card identifier.", + "operationId": "UpdateDocumentObjectByLanguageCardId", + "parameters": [ + { + "name": "languageCardId", + "in": "path", + "description": "Language card identifier of the document object.", + "required": true, + "schema": { + "type": "integer", + "format": "int64" + } + } + ], + "requestBody": { + "description": "Request object with the criteria in its properties.", + "content": { + "application/json": { + "schema": { + "allOf": [ + { + "$ref": "#/components/schemas/UpdateDocumentObject" + } + ], + "description": "Represents a document." + } + }, + "text/json": { + "schema": { + "allOf": [ + { + "$ref": "#/components/schemas/UpdateDocumentObject" + } + ], + "description": "Represents a document." + } + }, + "application/*+json": { + "schema": { + "allOf": [ + { + "$ref": "#/components/schemas/UpdateDocumentObject" + } + ], + "description": "Represents a document." + } + } + } + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Message" + } + }, + "text/json": { + "schema": { + "$ref": "#/components/schemas/Message" + } + } + } + }, + "403": { + "description": "Forbidden", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + }, + "text/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + } + } + }, + "404": { + "description": "Not Found", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + }, + "text/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + } + } + }, + "400": { + "description": "Bad Request", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + }, + "text/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + } + } + }, + "default": { + "description": "Error", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + }, + "text/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + } + } + } + } + }, + "delete": { + "tags": ["DocumentObjects"], + "summary": "Deletes a document object by its language card identifier.", + "operationId": "DeleteDocumentObjectByLanguageCardId", + "parameters": [ + { + "name": "languageCardId", + "in": "path", + "description": "Language card identifier of the document object to delete.", + "required": true, + "schema": { + "type": "integer", + "format": "int64" + } + } + ], + "requestBody": { + "description": "The parameters that will be used for delete operation.", + "content": { + "application/json": { + "schema": { + "allOf": [ + { + "$ref": "#/components/schemas/DeleteDocumentObjectByLanguageCardId" + } + ], + "description": "Request object to delete document object." + } + }, + "text/json": { + "schema": { + "allOf": [ + { + "$ref": "#/components/schemas/DeleteDocumentObjectByLanguageCardId" + } + ], + "description": "Request object to delete document object." + } + }, + "application/*+json": { + "schema": { + "allOf": [ + { + "$ref": "#/components/schemas/DeleteDocumentObjectByLanguageCardId" + } + ], + "description": "Request object to delete document object." + } + } + } + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Message" + } + }, + "text/json": { + "schema": { + "$ref": "#/components/schemas/Message" + } + } + } + }, + "403": { + "description": "Forbidden", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + }, + "text/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + } + } + }, + "404": { + "description": "Not Found", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + }, + "text/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + } + } + }, + "400": { + "description": "Bad Request", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + }, + "text/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + } + } + }, + "default": { + "description": "Error", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + }, + "text/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + } + } + } + } + } + }, + "/v3/DocumentObjects/ByLanguageCardId/{languageCardId}/Content": { + "get": { + "tags": ["DocumentObjects"], + "summary": "Gets the content by its language card identifier.", + "operationId": "GetDocumentObjectContentByLanguageCardId", + "parameters": [ + { + "name": "languageCardId", + "in": "path", + "description": "Language card identifier of the document object.", + "required": true, + "schema": { + "type": "integer", + "format": "int64" + } + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/octet-stream": { + "schema": { + "type": "string", + "format": "binary" + } + } + } + }, + "404": { + "description": "Not Found", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + }, + "text/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + } + } + }, + "400": { + "description": "Bad Request", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + }, + "text/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + } + } + }, + "default": { + "description": "Error", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + }, + "text/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + } + } + } + } + }, + "put": { + "tags": ["DocumentObjects"], + "summary": "Updates the document object content by its language card identifier.", + "operationId": "UpdateDocumentObjectContentByLanguageCardId", + "parameters": [ + { + "name": "languageCardId", + "in": "path", + "description": "Language card identifier of the document object.", + "required": true, + "schema": { + "type": "integer", + "format": "int64" + } + } + ], + "requestBody": { + "content": { + "multipart/form-data": { + "schema": { + "type": "object", + "properties": { + "content": { + "type": "string", + "format": "binary" + }, + "metadata": { + "allOf": [ + { + "$ref": "#/components/schemas/UpdateDocumentObjectContent" + } + ], + "nullable": true + } + } + }, + "encoding": { + "content": { + "style": "form" + }, + "metadata": { + "style": "form" + } + } + } + } + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Message" + } + }, + "text/json": { + "schema": { + "$ref": "#/components/schemas/Message" + } + } + } + }, + "403": { + "description": "Forbidden", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + }, + "text/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + } + } + }, + "404": { + "description": "Not Found", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + }, + "text/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + } + } + }, + "400": { + "description": "Bad Request", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + }, + "text/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + } + } + }, + "default": { + "description": "Error", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + }, + "text/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + } + } + } + } + } + }, + "/v3/DocumentObjects/ByLanguageCardId/{languageCardId}/PossibleTargetStatuses": { + "get": { + "tags": ["DocumentObjects"], + "summary": "Getting status (transition) list by language card identifier.", + "operationId": "GetDocumentObjectPossibleTargetStatusListByLanguageCardId", + "parameters": [ + { + "name": "languageCardId", + "in": "path", + "description": "Language card identifier of the document object.", + "required": true, + "schema": { + "type": "integer", + "format": "int64" + } + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "type": "array", + "items": { + "$ref": "#/components/schemas/LovValue" + } + } + }, + "text/json": { + "schema": { + "type": "array", + "items": { + "$ref": "#/components/schemas/LovValue" + } + } + } + } + }, + "404": { + "description": "Not Found", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + }, + "text/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + } + } + }, + "400": { + "description": "Bad Request", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + }, + "text/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + } + } + }, + "default": { + "description": "Error", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + }, + "text/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + } + } + } + } + } + }, + "/v3/DocumentObjects/PossibleTargetStatuses": { + "get": { + "tags": ["DocumentObjects"], + "summary": "Getting status (initial) list by document object type.", + "operationId": "GetDocumentObjectPossibleTargetStatusList", + "parameters": [ + { + "name": "objectType", + "in": "query", + "description": "Type of the document.", + "schema": { + "allOf": [ + { + "$ref": "#/components/schemas/DocumentObjectTypeFilter" + } + ], + "description": "Enumeration holding the type of document for filtering." + } + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "type": "array", + "items": { + "$ref": "#/components/schemas/LovValue" + } + } + }, + "text/json": { + "schema": { + "type": "array", + "items": { + "$ref": "#/components/schemas/LovValue" + } + } + } + } + }, + "404": { + "description": "Not Found", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + }, + "text/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + } + } + }, + "400": { + "description": "Bad Request", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + }, + "text/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + } + } + }, + "default": { + "description": "Error", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + }, + "text/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + } + } + } + } + } + }, + "/v3/DocumentObjects": { + "post": { + "tags": ["DocumentObjects"], + "summary": "Creates document object. - NOT IMPLEMENTED.", + "operationId": "CreateDocumentObject", + "responses": { + "201": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/DocumentObject" + } + }, + "text/json": { + "schema": { + "$ref": "#/components/schemas/DocumentObject" + } + } + } + }, + "403": { + "description": "Forbidden", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + }, + "text/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + } + } + }, + "400": { + "description": "Bad Request", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + }, + "text/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + } + } + }, + "default": { + "description": "Error", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + }, + "text/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + } + } + } + } + } + }, + "/v3/DocumentObjects/ByLanguageCardId/{languageCardId}/Content/CheckOut": { + "post": { + "tags": ["DocumentObjects"], + "summary": "Check out the document object by its language card identifier.", + "operationId": "CheckOutDocumentObjectByLanguageCardId", + "parameters": [ + { + "name": "languageCardId", + "in": "path", + "description": "Language card identifier of the document object.", + "required": true, + "schema": { + "type": "integer", + "format": "int64" + } + } + ], + "requestBody": { + "description": "Request object with the criteria in its properties.", + "content": { + "application/json": { + "schema": { + "allOf": [ + { + "$ref": "#/components/schemas/CheckOutDocumentObject" + } + ], + "description": "Represents model to check out a document" + } + }, + "text/json": { + "schema": { + "allOf": [ + { + "$ref": "#/components/schemas/CheckOutDocumentObject" + } + ], + "description": "Represents model to check out a document" + } + }, + "application/*+json": { + "schema": { + "allOf": [ + { + "$ref": "#/components/schemas/CheckOutDocumentObject" + } + ], + "description": "Represents model to check out a document" + } + } + } + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Message" + } + }, + "text/json": { + "schema": { + "$ref": "#/components/schemas/Message" + } + } + } + }, + "403": { + "description": "Forbidden", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + }, + "text/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + } + } + }, + "404": { + "description": "Not Found", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + }, + "text/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + } + } + }, + "400": { + "description": "Bad Request", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + }, + "text/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + } + } + }, + "default": { + "description": "Error", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + }, + "text/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + } + } + } + } + } + }, + "/v3/DocumentObjects/ByLanguageCardId/{languageCardId}/Content/CheckIn": { + "post": { + "tags": ["DocumentObjects"], + "summary": "Checks in the document object by its language card identifier.", + "operationId": "CheckInDocumentObjectByLanguageCardId", + "parameters": [ + { + "name": "languageCardId", + "in": "path", + "description": "Language card identifier of the document object.", + "required": true, + "schema": { + "type": "integer", + "format": "int64" + } + } + ], + "requestBody": { + "content": { + "multipart/form-data": { + "schema": { + "type": "object", + "properties": { + "content": { + "type": "string", + "format": "binary" + }, + "metadata": { + "allOf": [ + { + "$ref": "#/components/schemas/CheckInDocumentObject" + } + ], + "nullable": true + } + } + }, + "encoding": { + "content": { + "style": "form" + }, + "metadata": { + "style": "form" + } + } + } + } + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Message" + } + }, + "text/json": { + "schema": { + "$ref": "#/components/schemas/Message" + } + } + } + }, + "403": { + "description": "Forbidden", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + }, + "text/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + } + } + }, + "404": { + "description": "Not Found", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + }, + "text/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + } + } + }, + "400": { + "description": "Bad Request", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + }, + "text/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + } + } + }, + "default": { + "description": "Error", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + }, + "text/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + } + } + } + } + } + }, + "/v3/DocumentObjects/ByLanguageCardId/{languageCardId}/Content/UndoCheckout": { + "post": { + "tags": ["DocumentObjects"], + "summary": "Undo checkout of the document object by its language card identifier.", + "operationId": "UndoCheckoutDocumentObjectByLanguageCardId", + "parameters": [ + { + "name": "languageCardId", + "in": "path", + "description": "Language card identifier of the document object.", + "required": true, + "schema": { + "type": "integer", + "format": "int64" + } + } + ], + "requestBody": { + "description": "Required current metadata of the object.", + "content": { + "application/json": { + "schema": { + "allOf": [ + { + "$ref": "#/components/schemas/UndoCheckoutDocumentObject" + } + ], + "description": "Represents model to undo checkout of a document" + } + }, + "text/json": { + "schema": { + "allOf": [ + { + "$ref": "#/components/schemas/UndoCheckoutDocumentObject" + } + ], + "description": "Represents model to undo checkout of a document" + } + }, + "application/*+json": { + "schema": { + "allOf": [ + { + "$ref": "#/components/schemas/UndoCheckoutDocumentObject" + } + ], + "description": "Represents model to undo checkout of a document" + } + } + } + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Message" + } + }, + "text/json": { + "schema": { + "$ref": "#/components/schemas/Message" + } + } + } + }, + "403": { + "description": "Forbidden", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + }, + "text/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + } + } + }, + "404": { + "description": "Not Found", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + }, + "text/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + } + } + }, + "400": { + "description": "Bad Request", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + }, + "text/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + } + } + }, + "default": { + "description": "Error", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + }, + "text/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + } + } + } + } + } + }, + "/v3/DocumentObjects/ByLogicalId/{logicalId}/Location": { + "get": { + "tags": ["DocumentObjects"], + "summary": "Get the location of a document object in the folder structure.", + "operationId": "GetDocumentObjectLocation", + "parameters": [ + { + "name": "logicalId", + "in": "path", + "description": "Logical identifier of the document object.", + "required": true, + "schema": { + "type": "string" + } + }, + { + "name": "selectedProperties", + "in": "query", + "description": "Specifies the properties that will be returned. If not supplied, only the identifier will be returned.", + "schema": { + "allOf": [ + { + "$ref": "#/components/schemas/SelectedProperties" + } + ], + "description": "Enumeration holding the selected properties." + } + }, + { + "name": "fieldGroup", + "in": "query", + "description": "Group of metadata fields that will be returned. If not supplied, no fields will be returned.", + "schema": { + "allOf": [ + { + "$ref": "#/components/schemas/FieldGroup" + } + ], + "description": "Groups of metadata fields." + } + }, + { + "name": "field", + "in": "query", + "description": "Specifies one or more metadata fields to return.", + "schema": { + "type": "array", + "items": { + "type": "string" + } + } + }, + { + "name": "includeLinks", + "in": "query", + "description": "true to include the links; otherwise, false. Default is false.", + "schema": { + "type": "boolean" + } + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "type": "array", + "items": { + "$ref": "#/components/schemas/Folder" + } + } + }, + "text/json": { + "schema": { + "type": "array", + "items": { + "$ref": "#/components/schemas/Folder" + } + } + } + } + }, + "400": { + "description": "Bad Request", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + }, + "text/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + } + } + }, + "default": { + "description": "Error", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + }, + "text/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + } + } + } + } + } + }, + "/v3/DocumentObjects/Versions": { + "post": { + "tags": ["DocumentObjects"], + "summary": "Creates document object version. - NOT IMPLEMENTED", + "operationId": "CreateDocumentObjectVersion", + "responses": { + "201": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "type": "string" + } + }, + "text/json": { + "schema": { + "type": "string" + } + } + } + }, + "403": { + "description": "Forbidden", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + }, + "text/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + } + } + }, + "400": { + "description": "Bad Request", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + }, + "text/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + } + } + }, + "default": { + "description": "Error", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + }, + "text/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + } + } + } + } + } + }, + "/v3/DocumentObjects/Languages": { + "post": { + "tags": ["DocumentObjects"], + "summary": "Creates document object language. - NOT IMPLEMENTED.", + "operationId": "CreateDocumentObjectLanguage", + "responses": { + "201": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "type": "string" + } + }, + "text/json": { + "schema": { + "type": "string" + } + } + } + }, + "403": { + "description": "Forbidden", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + }, + "text/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + } + } + }, + "400": { + "description": "Bad Request", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + }, + "text/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + } + } + }, + "default": { + "description": "Error", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + }, + "text/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + } + } + } + } + } + }, + "/v3/DocumentObjects/ByLogicalId/{logicalId}/ByVersion/{version}/UsedInPublications/Get": { + "post": { + "tags": ["DocumentObjects"], + "summary": "Get the list of publications using a document object.", + "operationId": "GetPublicationListUsingDocumentObject", + "parameters": [ + { + "name": "logicalId", + "in": "path", + "description": "Logical identifier of an object.", + "required": true, + "schema": { + "type": "string" + } + }, + { + "name": "version", + "in": "path", + "description": "The version of an object.", + "required": true, + "schema": { + "type": "string" + } + } + ], + "requestBody": { + "description": "Required metadata for a publications.", + "content": { + "application/json": { + "schema": { + "allOf": [ + { + "$ref": "#/components/schemas/GetPublicationListUsingDocumentObject" + } + ], + "description": "Represents model to get list of publications inside which the object is used." + } + }, + "text/json": { + "schema": { + "allOf": [ + { + "$ref": "#/components/schemas/GetPublicationListUsingDocumentObject" + } + ], + "description": "Represents model to get list of publications inside which the object is used." + } + }, + "application/*+json": { + "schema": { + "allOf": [ + { + "$ref": "#/components/schemas/GetPublicationListUsingDocumentObject" + } + ], + "description": "Represents model to get list of publications inside which the object is used." + } + } + } + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "type": "array", + "items": { + "$ref": "#/components/schemas/Publication" + } + } + }, + "text/json": { + "schema": { + "type": "array", + "items": { + "$ref": "#/components/schemas/Publication" + } + } + } + } + }, + "400": { + "description": "Bad Request", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + }, + "text/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + } + } + }, + "default": { + "description": "Error", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + }, + "text/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + } + } + } + } + } + }, + "/v3/DocumentObjects/ByLogicalId/{logicalId}/UsedInDocumentObjects/Get": { + "post": { + "tags": ["DocumentObjects"], + "summary": "Gets the list of document objects that are referencing the given logical id.", + "operationId": "GetDocumentObjectListUsingDocumentObject", + "parameters": [ + { + "name": "logicalId", + "in": "path", + "description": "Logical identifier of the document object.", + "required": true, + "schema": { + "type": "string" + } + } + ], + "requestBody": { + "description": "The parameters that will be used for filtering operation.", + "content": { + "application/json": { + "schema": { + "allOf": [ + { + "$ref": "#/components/schemas/GetDocumentObjectListUsingDocumentObject" + } + ], + "description": "Request object to get all objects in the repository that are referencing the given logical id." + } + }, + "text/json": { + "schema": { + "allOf": [ + { + "$ref": "#/components/schemas/GetDocumentObjectListUsingDocumentObject" + } + ], + "description": "Request object to get all objects in the repository that are referencing the given logical id." + } + }, + "application/*+json": { + "schema": { + "allOf": [ + { + "$ref": "#/components/schemas/GetDocumentObjectListUsingDocumentObject" + } + ], + "description": "Request object to get all objects in the repository that are referencing the given logical id." + } + } + } + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "type": "array", + "items": { + "$ref": "#/components/schemas/DocumentObject" + } + } + }, + "text/json": { + "schema": { + "type": "array", + "items": { + "$ref": "#/components/schemas/DocumentObject" + } + } + } + } + }, + "400": { + "description": "Bad Request", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + }, + "text/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + } + } + }, + "default": { + "description": "Error", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + }, + "text/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + } + } + } + } + } + }, + "/v3/DocumentObjects/ByLanguageCardId/{languageCardId}/References": { + "get": { + "tags": ["DocumentObjects"], + "summary": "Get the logical identifiers for all document objects referenced by the specified document object.", + "operationId": "GetDocumentObjectReferenceListByLanguageCardId", + "parameters": [ + { + "name": "languageCardId", + "in": "path", + "description": "Language card identifier of the document object.", + "required": true, + "schema": { + "type": "integer", + "format": "int64" + } + }, + { + "name": "linkType", + "in": "query", + "description": "The enumeration indicating which link fields must be used.", + "schema": { + "allOf": [ + { + "$ref": "#/components/schemas/LinkType" + } + ] + } + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "type": "array", + "items": { + "type": "string" + } + } + }, + "text/json": { + "schema": { + "type": "array", + "items": { + "type": "string" + } + } + } + } + }, + "400": { + "description": "Bad Request", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + }, + "text/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + } + } + }, + "default": { + "description": "Error", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + }, + "text/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + } + } + } + } + } + }, + "/v3/Folders/RootFolders": { + "get": { + "tags": ["Folders"], + "summary": "Gets the root folders of types like Data, System, Favorites.", + "operationId": "GetRootFolderList", + "parameters": [ + { + "name": "selectedProperties", + "in": "query", + "description": "Selected properties to filter the properties. Default is Id.", + "schema": { + "allOf": [ + { + "$ref": "#/components/schemas/SelectedProperties" + } + ], + "description": "Enumeration holding the selected properties." + } + }, + { + "name": "fieldGroup", + "in": "query", + "description": "Field group of Metadata fields. Default is None.", + "schema": { + "allOf": [ + { + "$ref": "#/components/schemas/FieldGroup" + } + ], + "description": "Groups of metadata fields." + } + }, + { + "name": "field", + "in": "query", + "description": "Specifies one or more metadata fields to return.", + "schema": { + "type": "array", + "items": { + "type": "string" + } + } + }, + { + "name": "includeLinks", + "in": "query", + "description": "{true} to include the links; otherwise, {false}. Default is {false}.", + "schema": { + "type": "boolean" + } + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "type": "array", + "items": { + "$ref": "#/components/schemas/Folder" + } + } + }, + "text/json": { + "schema": { + "type": "array", + "items": { + "$ref": "#/components/schemas/Folder" + } + } + } + } + }, + "400": { + "description": "Bad Request", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + }, + "text/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + } + } + }, + "default": { + "description": "Error", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + }, + "text/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + } + } + } + } + } + }, + "/v3/Folders/{id}/Objects": { + "get": { + "tags": ["Folders"], + "summary": "Gets the objects in the folder specified by id.", + "description": "Depending on which object type is specified, the following types can be returned:\r\n
Object typeReturned types
AnyFolders and contents
FoldersFolder, ReferenceFolder, PublicationFolder, MapFolder, TopicFolder, LibraryFolder, IllustrationFolder and OtherFolder
ContentsPublication, Map, Topic, Library, Illustration and Other
", + "operationId": "GetFolderObjectList", + "parameters": [ + { + "name": "id", + "in": "path", + "description": "Card identifier of the folder whose objects will be returned, e.g. 25432.", + "required": true, + "schema": { + "type": "integer", + "format": "int64" + } + }, + { + "name": "objectType", + "in": "query", + "description": "Specifies whether folders, contents or both will be returned. If not supplied, all types will be returned.", + "schema": { + "allOf": [ + { + "$ref": "#/components/schemas/FolderObjectTypeFilter" + } + ], + "description": "Enumeration that lists possible folder item types." + } + }, + { + "name": "language", + "in": "query", + "description": "The language for which to retrieve document metadata fields, e.g. VLANGUAGEEN, en. If not supplied, the user language will be used.", + "schema": { + "type": "string" + } + }, + { + "name": "resolution", + "in": "query", + "description": "The resolution for which to retrieve image metadata fields, e.g. VRESLOW, Low. If not supplied, the system resolution will be used.", + "schema": { + "type": "string" + } + }, + { + "name": "selectedProperties", + "in": "query", + "description": "Specifies the properties that will be returned. If not supplied, only the identifier will be returned.", + "schema": { + "allOf": [ + { + "$ref": "#/components/schemas/SelectedProperties" + } + ], + "description": "Enumeration holding the selected properties." + } + }, + { + "name": "fieldGroup", + "in": "query", + "description": "Group of metadata fields that will be returned. If not supplied, no fields will be returned.", + "schema": { + "allOf": [ + { + "$ref": "#/components/schemas/FieldGroup" + } + ], + "description": "Groups of metadata fields." + } + }, + { + "name": "field", + "in": "query", + "description": "Specifies one or more metadata fields to return.", + "schema": { + "type": "array", + "items": { + "type": "string" + } + } + }, + { + "name": "includeLinks", + "in": "query", + "description": "true to include the links; otherwise, false. Default is false.", + "schema": { + "type": "boolean" + } + }, + { + "name": "includePartialItems", + "in": "query", + "description": "true to include partial items when the version or language is missing; otherwise, false. Default is false.", + "schema": { + "type": "boolean" + } + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "type": "array", + "items": { + "$ref": "#/components/schemas/BaseObject" + } + } + }, + "text/json": { + "schema": { + "type": "array", + "items": { + "$ref": "#/components/schemas/BaseObject" + } + } + } + } + }, + "400": { + "description": "Bad Request", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + }, + "text/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + } + } + }, + "default": { + "description": "Error", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + }, + "text/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + } + } + } + } + } + }, + "/v3/Folders/{id}": { + "delete": { + "tags": ["Folders"], + "summary": "Deletes a folder.", + "operationId": "DeleteFolder", + "parameters": [ + { + "name": "id", + "in": "path", + "description": "Id of the folder to delete.", + "required": true, + "schema": { + "type": "integer", + "format": "int64" + } + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Message" + } + }, + "text/json": { + "schema": { + "$ref": "#/components/schemas/Message" + } + } + } + }, + "403": { + "description": "Forbidden", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + }, + "text/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + } + } + }, + "404": { + "description": "Not Found", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + }, + "text/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + } + } + }, + "400": { + "description": "Bad Request", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + }, + "text/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + } + } + }, + "default": { + "description": "Error", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + }, + "text/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + } + } + } + } + }, + "get": { + "tags": ["Folders"], + "summary": "Gets the properties of the given folder.", + "operationId": "GetFolder", + "parameters": [ + { + "name": "id", + "in": "path", + "description": "The identifier of the folder.", + "required": true, + "schema": { + "type": "integer", + "format": "int64" + } + }, + { + "name": "selectedProperties", + "in": "query", + "description": "Specifies which properties to return.", + "schema": { + "allOf": [ + { + "$ref": "#/components/schemas/SelectedProperties" + } + ], + "description": "Enumeration holding the selected properties." + } + }, + { + "name": "fieldGroup", + "in": "query", + "description": "Specifies the group of metadata fields to return.", + "schema": { + "allOf": [ + { + "$ref": "#/components/schemas/FieldGroup" + } + ], + "description": "Groups of metadata fields." + } + }, + { + "name": "field", + "in": "query", + "description": "Specifies one or more metadata fields to return.", + "schema": { + "type": "array", + "items": { + "type": "string" + } + } + }, + { + "name": "includeLinks", + "in": "query", + "description": "{true} to include the links; otherwise, {false}. Default is {false}.", + "schema": { + "type": "boolean" + } + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Folder" + } + }, + "text/json": { + "schema": { + "$ref": "#/components/schemas/Folder" + } + } + } + }, + "404": { + "description": "Not Found", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + }, + "text/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + } + } + }, + "400": { + "description": "Bad Request", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + }, + "text/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + } + } + }, + "default": { + "description": "Error", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + }, + "text/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + } + } + } + } + }, + "put": { + "tags": ["Folders"], + "summary": "Updates the folder specified by id.", + "operationId": "UpdateFolder", + "parameters": [ + { + "name": "id", + "in": "path", + "description": "The identifier of folder.", + "required": true, + "schema": { + "type": "integer", + "format": "int64" + } + } + ], + "requestBody": { + "description": "The update folder model.", + "content": { + "application/json": { + "schema": { + "allOf": [ + { + "$ref": "#/components/schemas/UpdateFolder" + } + ], + "description": "Represents an update folder model." + } + }, + "text/json": { + "schema": { + "allOf": [ + { + "$ref": "#/components/schemas/UpdateFolder" + } + ], + "description": "Represents an update folder model." + } + }, + "application/*+json": { + "schema": { + "allOf": [ + { + "$ref": "#/components/schemas/UpdateFolder" + } + ], + "description": "Represents an update folder model." + } + } + } + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Message" + } + }, + "text/json": { + "schema": { + "$ref": "#/components/schemas/Message" + } + } + } + }, + "403": { + "description": "Forbidden", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + }, + "text/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + } + } + }, + "404": { + "description": "Not Found", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + }, + "text/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + } + } + }, + "400": { + "description": "Bad Request", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + }, + "text/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + } + } + }, + "default": { + "description": "Error", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + }, + "text/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + } + } + } + } + } + }, + "/v3/Folders": { + "post": { + "tags": ["Folders"], + "summary": "Creates the new folder in the specified parent folder.", + "operationId": "CreateFolder", + "requestBody": { + "description": "The create folder model.", + "content": { + "application/json": { + "schema": { + "allOf": [ + { + "$ref": "#/components/schemas/CreateFolder" + } + ], + "description": "Represents a create folder model." + } + }, + "text/json": { + "schema": { + "allOf": [ + { + "$ref": "#/components/schemas/CreateFolder" + } + ], + "description": "Represents a create folder model." + } + }, + "application/*+json": { + "schema": { + "allOf": [ + { + "$ref": "#/components/schemas/CreateFolder" + } + ], + "description": "Represents a create folder model." + } + } + } + }, + "responses": { + "201": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/FolderDescriptor" + } + }, + "text/json": { + "schema": { + "$ref": "#/components/schemas/FolderDescriptor" + } + } + } + }, + "403": { + "description": "Forbidden", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + }, + "text/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + } + } + }, + "400": { + "description": "Bad Request", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + }, + "text/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + } + } + }, + "default": { + "description": "Error", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + }, + "text/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + } + } + } + } + } + }, + "/v3/Folders/Get": { + "post": { + "tags": ["Folders"], + "summary": "Gets all folders in the Repository that match the criteria given in the parameters.", + "operationId": "GetFolderList", + "requestBody": { + "description": "Request folders with the criteria in its properties.", + "content": { + "application/json": { + "schema": { + "allOf": [ + { + "$ref": "#/components/schemas/GetFolderList" + } + ], + "description": "Request folder to get all folders in the repository that match the criteria given in the properties." + } + }, + "text/json": { + "schema": { + "allOf": [ + { + "$ref": "#/components/schemas/GetFolderList" + } + ], + "description": "Request folder to get all folders in the repository that match the criteria given in the properties." + } + }, + "application/*+json": { + "schema": { + "allOf": [ + { + "$ref": "#/components/schemas/GetFolderList" + } + ], + "description": "Request folder to get all folders in the repository that match the criteria given in the properties." + } + } + } + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "type": "array", + "items": { + "$ref": "#/components/schemas/Folder" + } + } + }, + "text/json": { + "schema": { + "type": "array", + "items": { + "$ref": "#/components/schemas/Folder" + } + } + } + } + }, + "400": { + "description": "Bad Request", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + }, + "text/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + } + } + }, + "default": { + "description": "Error", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + }, + "text/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + } + } + } + } + } + }, + "/v3/Folders/MoveFolder": { + "post": { + "tags": ["Folders"], + "summary": "Moves a folder to another folder.", + "operationId": "MoveFolder", + "requestBody": { + "description": "Represents the model to move a folder.", + "content": { + "application/json": { + "schema": { + "allOf": [ + { + "$ref": "#/components/schemas/MoveFolder" + } + ], + "description": "Represents a move folder model." + } + }, + "text/json": { + "schema": { + "allOf": [ + { + "$ref": "#/components/schemas/MoveFolder" + } + ], + "description": "Represents a move folder model." + } + }, + "application/*+json": { + "schema": { + "allOf": [ + { + "$ref": "#/components/schemas/MoveFolder" + } + ], + "description": "Represents a move folder model." + } + } + } + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Message" + } + }, + "text/json": { + "schema": { + "$ref": "#/components/schemas/Message" + } + } + } + }, + "403": { + "description": "Forbidden", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + }, + "text/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + } + } + }, + "404": { + "description": "Not Found", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + }, + "text/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + } + } + }, + "400": { + "description": "Bad Request", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + }, + "text/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + } + } + }, + "default": { + "description": "Error", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + }, + "text/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + } + } + } + } + } + }, + "/v3/Folders/MoveObject": { + "post": { + "tags": ["Folders"], + "summary": "Moves an object to another folder.", + "operationId": "MoveObjectToFolder", + "requestBody": { + "description": "Represents the model to move an object.", + "content": { + "application/json": { + "schema": { + "allOf": [ + { + "$ref": "#/components/schemas/MoveObject" + } + ], + "description": "Represents a move object model." + } + }, + "text/json": { + "schema": { + "allOf": [ + { + "$ref": "#/components/schemas/MoveObject" + } + ], + "description": "Represents a move object model." + } + }, + "application/*+json": { + "schema": { + "allOf": [ + { + "$ref": "#/components/schemas/MoveObject" + } + ], + "description": "Represents a move object model." + } + } + } + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Message" + } + }, + "text/json": { + "schema": { + "$ref": "#/components/schemas/Message" + } + } + } + }, + "403": { + "description": "Forbidden", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + }, + "text/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + } + } + }, + "404": { + "description": "Not Found", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + }, + "text/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + } + } + }, + "400": { + "description": "Bad Request", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + }, + "text/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + } + } + }, + "default": { + "description": "Error", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + }, + "text/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + } + } + } + } + } + }, + "/v3/Folders/{id}/Shortcuts": { + "delete": { + "tags": ["Folders"], + "summary": "Removes shortcut from the specified reference folder.", + "operationId": "RemoveShortcutFromFolder", + "parameters": [ + { + "name": "id", + "in": "path", + "description": "The identifier of the folder.", + "required": true, + "schema": { + "type": "integer", + "format": "int64" + } + } + ], + "requestBody": { + "description": "Represents logical identifier model of the document object or publication for which to remove a shortcut.", + "content": { + "application/json": { + "schema": { + "allOf": [ + { + "$ref": "#/components/schemas/RemoveShortcut" + } + ], + "description": "Represents logical identifier model." + } + }, + "text/json": { + "schema": { + "allOf": [ + { + "$ref": "#/components/schemas/RemoveShortcut" + } + ], + "description": "Represents logical identifier model." + } + }, + "application/*+json": { + "schema": { + "allOf": [ + { + "$ref": "#/components/schemas/RemoveShortcut" + } + ], + "description": "Represents logical identifier model." + } + } + } + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Message" + } + }, + "text/json": { + "schema": { + "$ref": "#/components/schemas/Message" + } + } + } + }, + "403": { + "description": "Forbidden", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + }, + "text/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + } + } + }, + "404": { + "description": "Not Found", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + }, + "text/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + } + } + }, + "400": { + "description": "Bad Request", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + }, + "text/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + } + } + }, + "default": { + "description": "Error", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + }, + "text/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + } + } + } + } + }, + "put": { + "tags": ["Folders"], + "summary": "Adds shortcut to the specified reference folder.", + "operationId": "AddShortcutToFolder", + "parameters": [ + { + "name": "id", + "in": "path", + "description": "Specifies the card identifier of the folder to which to add the shortcut.", + "required": true, + "schema": { + "type": "integer", + "format": "int64" + } + } + ], + "requestBody": { + "description": "Represents logical identifier model of the document object or publication for which to create a shortcut.", + "content": { + "application/json": { + "schema": { + "allOf": [ + { + "$ref": "#/components/schemas/AddShortcut" + } + ], + "description": "Represents logical identifier model." + } + }, + "text/json": { + "schema": { + "allOf": [ + { + "$ref": "#/components/schemas/AddShortcut" + } + ], + "description": "Represents logical identifier model." + } + }, + "application/*+json": { + "schema": { + "allOf": [ + { + "$ref": "#/components/schemas/AddShortcut" + } + ], + "description": "Represents logical identifier model." + } + } + } + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Message" + } + }, + "text/json": { + "schema": { + "$ref": "#/components/schemas/Message" + } + } + } + }, + "403": { + "description": "Forbidden", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + }, + "text/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + } + } + }, + "404": { + "description": "Not Found", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + }, + "text/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + } + } + }, + "400": { + "description": "Bad Request", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + }, + "text/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + } + } + }, + "default": { + "description": "Error", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + }, + "text/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + } + } + } + } + } + }, + "/v3/Folders/{id}/Location": { + "get": { + "tags": ["Folders"], + "summary": "Gets the parents of the given folder.", + "operationId": "GetFolderLocation", + "parameters": [ + { + "name": "id", + "in": "path", + "description": "The identifier of the folder.", + "required": true, + "schema": { + "type": "integer", + "format": "int64" + } + }, + { + "name": "selectedProperties", + "in": "query", + "description": "Specifies which properties to return.", + "schema": { + "allOf": [ + { + "$ref": "#/components/schemas/SelectedProperties" + } + ], + "description": "Enumeration holding the selected properties." + } + }, + { + "name": "fieldGroup", + "in": "query", + "description": "Specifies the group of metadata fields to return.", + "schema": { + "allOf": [ + { + "$ref": "#/components/schemas/FieldGroup" + } + ], + "description": "Groups of metadata fields." + } + }, + { + "name": "field", + "in": "query", + "description": "Specifies one or more metadata fields to return.", + "schema": { + "type": "array", + "items": { + "type": "string" + } + } + }, + { + "name": "includeLinks", + "in": "query", + "description": "{true} to include the links; otherwise, {false}. Default is {false}.", + "schema": { + "type": "boolean" + } + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "type": "array", + "items": { + "$ref": "#/components/schemas/Folder" + } + } + }, + "text/json": { + "schema": { + "type": "array", + "items": { + "$ref": "#/components/schemas/Folder" + } + } + } + } + }, + "404": { + "description": "Not Found", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + }, + "text/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + } + } + }, + "400": { + "description": "Bad Request", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + }, + "text/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + } + } + }, + "default": { + "description": "Error", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + }, + "text/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + } + } + } + } + } + }, + "/v3/Inboxes/{id}/Objects/Get": { + "post": { + "tags": ["Inboxes"], + "summary": "Gets a list of document objects for the specified inbox.", + "operationId": "GetInboxObjectList", + "parameters": [ + { + "name": "id", + "in": "path", + "description": "Specify the id of the inbox.", + "required": true, + "schema": { + "type": "string" + } + } + ], + "requestBody": { + "description": "Request object with the criteria in its properties.", + "content": { + "application/json": { + "schema": { + "allOf": [ + { + "$ref": "#/components/schemas/GetInboxObjectList" + } + ], + "description": "Represents an Inbox object list." + } + }, + "text/json": { + "schema": { + "allOf": [ + { + "$ref": "#/components/schemas/GetInboxObjectList" + } + ], + "description": "Represents an Inbox object list." + } + }, + "application/*+json": { + "schema": { + "allOf": [ + { + "$ref": "#/components/schemas/GetInboxObjectList" + } + ], + "description": "Represents an Inbox object list." + } + } + } + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "type": "array", + "items": { + "$ref": "#/components/schemas/DocumentObject" + } + } + }, + "text/json": { + "schema": { + "type": "array", + "items": { + "$ref": "#/components/schemas/DocumentObject" + } + } + } + } + }, + "404": { + "description": "Not Found", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + }, + "text/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + } + } + }, + "400": { + "description": "Bad Request", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + }, + "text/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + } + } + }, + "default": { + "description": "Error", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + }, + "text/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + } + } + } + } + } + }, + "/v3/Inboxes": { + "get": { + "tags": ["Inboxes"], + "summary": "Gets the list of all inboxes.", + "operationId": "GetInboxList", + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "type": "array", + "items": { + "$ref": "#/components/schemas/Inbox" + } + } + }, + "text/json": { + "schema": { + "type": "array", + "items": { + "$ref": "#/components/schemas/Inbox" + } + } + } + } + }, + "404": { + "description": "Not Found", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + }, + "text/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + } + } + }, + "400": { + "description": "Bad Request", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + }, + "text/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + } + } + }, + "default": { + "description": "Error", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + }, + "text/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + } + } + } + } + } + }, + "/v3/Lists/{id}/Values": { + "get": { + "tags": ["Lists"], + "summary": "Get the values for the specified list of values.", + "operationId": "GetLovValueList", + "parameters": [ + { + "name": "id", + "in": "path", + "description": "The identifier of a list of values (e.g. DRESOLUTION).", + "required": true, + "schema": { + "type": "string" + } + }, + { + "name": "activityFilter", + "in": "query", + "description": "The filter to limit the result of the active LovValues.", + "schema": { + "allOf": [ + { + "$ref": "#/components/schemas/ActivityFilter" + } + ], + "description": "Allows explicit filtering." + } + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "type": "array", + "items": { + "$ref": "#/components/schemas/LovValue" + } + } + }, + "text/json": { + "schema": { + "type": "array", + "items": { + "$ref": "#/components/schemas/LovValue" + } + } + } + } + }, + "400": { + "description": "Bad Request", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + }, + "text/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + } + } + }, + "default": { + "description": "Error", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + }, + "text/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + } + } + } + } + }, + "post": { + "tags": ["Lists"], + "summary": "Create a lov value in the specified list of value.", + "operationId": "CreateLovValue", + "parameters": [ + { + "name": "id", + "in": "path", + "description": "The list of values identifier (e.g. DRESOLUTION).", + "required": true, + "schema": { + "type": "string" + } + } + ], + "requestBody": { + "description": "Request object with the criteria in its properties.", + "content": { + "application/json": { + "schema": { + "allOf": [ + { + "$ref": "#/components/schemas/CreateLovValue" + } + ], + "description": "Represents a create lov Value model." + } + }, + "text/json": { + "schema": { + "allOf": [ + { + "$ref": "#/components/schemas/CreateLovValue" + } + ], + "description": "Represents a create lov Value model." + } + }, + "application/*+json": { + "schema": { + "allOf": [ + { + "$ref": "#/components/schemas/CreateLovValue" + } + ], + "description": "Represents a create lov Value model." + } + } + } + }, + "responses": { + "201": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/LovValue" + } + }, + "text/json": { + "schema": { + "$ref": "#/components/schemas/LovValue" + } + } + } + }, + "403": { + "description": "Forbidden", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + }, + "text/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + } + } + }, + "400": { + "description": "Bad Request", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + }, + "text/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + } + } + }, + "default": { + "description": "Error", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + }, + "text/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + } + } + } + } + } + }, + "/v3/Lists/{id}/Values/{valueId}": { + "put": { + "tags": ["Lists"], + "summary": "Update Lov value based on the specified parameters.", + "operationId": "UpdateLovValue", + "parameters": [ + { + "name": "id", + "in": "path", + "description": "The list of values identifier (e.g. DRESOLUTION).", + "required": true, + "schema": { + "type": "string" + } + }, + { + "name": "valueId", + "in": "path", + "description": "The lov value identifier.", + "required": true, + "schema": { + "type": "string" + } + } + ], + "requestBody": { + "description": "Update Lov value model.", + "content": { + "application/json": { + "schema": { + "allOf": [ + { + "$ref": "#/components/schemas/UpdateLovValue" + } + ], + "description": "Represents an update lov Value model." + } + }, + "text/json": { + "schema": { + "allOf": [ + { + "$ref": "#/components/schemas/UpdateLovValue" + } + ], + "description": "Represents an update lov Value model." + } + }, + "application/*+json": { + "schema": { + "allOf": [ + { + "$ref": "#/components/schemas/UpdateLovValue" + } + ], + "description": "Represents an update lov Value model." + } + } + } + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Message" + } + }, + "text/json": { + "schema": { + "$ref": "#/components/schemas/Message" + } + } + } + }, + "403": { + "description": "Forbidden", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + }, + "text/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + } + } + }, + "404": { + "description": "Not Found", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + }, + "text/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + } + } + }, + "400": { + "description": "Bad Request", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + }, + "text/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + } + } + }, + "default": { + "description": "Error", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + }, + "text/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + } + } + } + } + }, + "delete": { + "tags": ["Lists"], + "summary": "Delete lov value based on the specified parameters.", + "operationId": "DeleteLovValue", + "parameters": [ + { + "name": "id", + "in": "path", + "description": "The list of values identifier (e.g. DRESOLUTION).", + "required": true, + "schema": { + "type": "string" + } + }, + { + "name": "valueId", + "in": "path", + "description": "The lov value identifier.", + "required": true, + "schema": { + "type": "string" + } + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Message" + } + }, + "text/json": { + "schema": { + "$ref": "#/components/schemas/Message" + } + } + } + }, + "403": { + "description": "Forbidden", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + }, + "text/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + } + } + }, + "404": { + "description": "Not Found", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + }, + "text/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + } + } + }, + "400": { + "description": "Bad Request", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + }, + "text/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + } + } + }, + "default": { + "description": "Error", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + }, + "text/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + } + } + } + } + }, + "get": { + "tags": ["Lists"], + "summary": "Get the lov value based on the specified parameters.", + "operationId": "GetLovValue", + "parameters": [ + { + "name": "id", + "in": "path", + "description": "The identifier of a list of values (e.g. DRESOLUTION).", + "required": true, + "schema": { + "type": "string" + } + }, + { + "name": "valueId", + "in": "path", + "description": "The lov value identifier (e.g. VRESHIGH for DRESOLUTION).", + "required": true, + "schema": { + "type": "string" + } + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/LovValue" + } + }, + "text/json": { + "schema": { + "$ref": "#/components/schemas/LovValue" + } + } + } + }, + "404": { + "description": "Not Found", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + }, + "text/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + } + } + }, + "400": { + "description": "Bad Request", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + }, + "text/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + } + } + }, + "default": { + "description": "Error", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + }, + "text/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + } + } + } + } + } + }, + "/v3/Lists/Get": { + "post": { + "tags": ["Lists"], + "summary": "Get the public list of LOVs.", + "operationId": "GetLovList", + "requestBody": { + "description": "Request object with the criteria in its properties.", + "content": { + "application/json": { + "schema": { + "allOf": [ + { + "$ref": "#/components/schemas/GetLovList" + } + ], + "description": "Represents a get Lov list model." + } + }, + "text/json": { + "schema": { + "allOf": [ + { + "$ref": "#/components/schemas/GetLovList" + } + ], + "description": "Represents a get Lov list model." + } + }, + "application/*+json": { + "schema": { + "allOf": [ + { + "$ref": "#/components/schemas/GetLovList" + } + ], + "description": "Represents a get Lov list model." + } + } + } + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "type": "array", + "items": { + "$ref": "#/components/schemas/LovList" + } + } + }, + "text/json": { + "schema": { + "type": "array", + "items": { + "$ref": "#/components/schemas/LovList" + } + } + } + } + }, + "400": { + "description": "Bad Request", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + }, + "text/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + } + } + }, + "default": { + "description": "Error", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + }, + "text/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + } + } + } + } + } + }, + "/v3/MetadataBinding/Fields/{fieldName}/Levels/{fieldLevel}/Tags/Get": { + "post": { + "tags": ["MetadataBinding"], + "summary": "Gets list of tags that match the criteria given in the parameters for specified field.", + "operationId": "GetMetadataBindingTagList", + "parameters": [ + { + "name": "fieldName", + "in": "path", + "description": "Element name of a field.", + "required": true, + "schema": { + "type": "string" + } + }, + { + "name": "fieldLevel", + "in": "path", + "description": "Level of an object.", + "required": true, + "schema": { + "allOf": [ + { + "$ref": "#/components/schemas/Level" + } + ], + "description": "Enumeration holding the visible InfoShare hierarchy levels." + } + } + ], + "requestBody": { + "description": "Request object with the criteria in its properties.", + "content": { + "application/json": { + "schema": { + "allOf": [ + { + "$ref": "#/components/schemas/GetMetadataBindingTagList" + } + ], + "description": "Request object to get metadata bound tags that match the criteria given in the properties." + } + }, + "text/json": { + "schema": { + "allOf": [ + { + "$ref": "#/components/schemas/GetMetadataBindingTagList" + } + ], + "description": "Request object to get metadata bound tags that match the criteria given in the properties." + } + }, + "application/*+json": { + "schema": { + "allOf": [ + { + "$ref": "#/components/schemas/GetMetadataBindingTagList" + } + ], + "description": "Request object to get metadata bound tags that match the criteria given in the properties." + } + } + } + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/TagList" + } + }, + "text/json": { + "schema": { + "$ref": "#/components/schemas/TagList" + } + } + } + }, + "400": { + "description": "Bad Request", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + }, + "text/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + } + } + }, + "default": { + "description": "Error", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + }, + "text/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + } + } + } + } + } + }, + "/v3/MetadataBinding/Fields/{fieldName}/Levels/{fieldLevel}/TagStructure/Get": { + "post": { + "tags": ["MetadataBinding"], + "summary": "Gets tags structure that match the criteria given in the parameters for specified field.", + "operationId": "GetMetadataBindingTagStructure", + "parameters": [ + { + "name": "fieldName", + "in": "path", + "description": "Element name of a field.", + "required": true, + "schema": { + "type": "string" + } + }, + { + "name": "fieldLevel", + "in": "path", + "description": "Level of an object.", + "required": true, + "schema": { + "allOf": [ + { + "$ref": "#/components/schemas/Level" + } + ], + "description": "Enumeration holding the visible InfoShare hierarchy levels." + } + } + ], + "requestBody": { + "description": "Request object with the criteria in its properties.", + "content": { + "application/json": { + "schema": { + "allOf": [ + { + "$ref": "#/components/schemas/GetMetadataBindingTagStructure" + } + ], + "description": "Request object to get metadata bound tags structure that match the criteria given in the properties." + } + }, + "text/json": { + "schema": { + "allOf": [ + { + "$ref": "#/components/schemas/GetMetadataBindingTagStructure" + } + ], + "description": "Request object to get metadata bound tags structure that match the criteria given in the properties." + } + }, + "application/*+json": { + "schema": { + "allOf": [ + { + "$ref": "#/components/schemas/GetMetadataBindingTagStructure" + } + ], + "description": "Request object to get metadata bound tags structure that match the criteria given in the properties." + } + } + } + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/TagStructure" + } + }, + "text/json": { + "schema": { + "$ref": "#/components/schemas/TagStructure" + } + } + } + }, + "400": { + "description": "Bad Request", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + }, + "text/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + } + } + }, + "default": { + "description": "Error", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + }, + "text/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + } + } + } + } + } + }, + "/v3/My": { + "get": { + "tags": ["My"], + "summary": "Gets current user in the repository.", + "operationId": "GetCurrentUser", + "parameters": [ + { + "name": "selectedProperties", + "in": "query", + "description": "Specifies the properties that will be returned. If not supplied, only the identifier will be returned.", + "schema": { + "allOf": [ + { + "$ref": "#/components/schemas/SelectedProperties" + } + ], + "description": "Enumeration holding the selected properties." + } + }, + { + "name": "fieldGroup", + "in": "query", + "description": "Group of metadata fields that will be returned. If not supplied, no fields will be returned.", + "schema": { + "allOf": [ + { + "$ref": "#/components/schemas/FieldGroup" + } + ], + "description": "Groups of metadata fields." + } + }, + { + "name": "field", + "in": "query", + "description": "Specifies one or more metadata fields to return.", + "schema": { + "type": "array", + "items": { + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/User" + } + }, + "text/json": { + "schema": { + "$ref": "#/components/schemas/User" + } + } + } + }, + "400": { + "description": "Bad Request", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + }, + "text/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + } + } + } + } + }, + "put": { + "tags": ["My"], + "summary": "Update user who made the call.", + "operationId": "UpdateCurrentUser", + "requestBody": { + "description": "Specifies fields that should be updated and values for them.", + "content": { + "application/json": { + "schema": { + "allOf": [ + { + "$ref": "#/components/schemas/UpdateCurrentUser" + } + ], + "description": "Represents an update current user model." + } + }, + "text/json": { + "schema": { + "allOf": [ + { + "$ref": "#/components/schemas/UpdateCurrentUser" + } + ], + "description": "Represents an update current user model." + } + }, + "application/*+json": { + "schema": { + "allOf": [ + { + "$ref": "#/components/schemas/UpdateCurrentUser" + } + ], + "description": "Represents an update current user model." + } + } + } + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Message" + } + }, + "text/json": { + "schema": { + "$ref": "#/components/schemas/Message" + } + } + } + }, + "403": { + "description": "Forbidden", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + }, + "text/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + } + } + }, + "404": { + "description": "Not Found", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + }, + "text/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + } + } + }, + "400": { + "description": "Bad Request", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + }, + "text/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + } + } + }, + "default": { + "description": "Error", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + }, + "text/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + } + } + } + } + } + }, + "/v3/My/PreferenceSets/{setName}": { + "get": { + "tags": ["My"], + "summary": "Get preference set for the current user.", + "operationId": "GetMyPreferences", + "parameters": [ + { + "name": "setName", + "in": "path", + "description": "Name of the preference set to be retrieved.", + "required": true, + "schema": { + "type": "string" + } + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/PreferenceSet" + } + }, + "text/json": { + "schema": { + "$ref": "#/components/schemas/PreferenceSet" + } + } + } + }, + "404": { + "description": "Not Found", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + }, + "text/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + } + } + }, + "400": { + "description": "Bad Request", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + }, + "text/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + } + } + }, + "default": { + "description": "Error", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + }, + "text/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + } + } + } + } + }, + "put": { + "tags": ["My"], + "summary": "Update current user preferences.", + "operationId": "SetMyPreferences", + "parameters": [ + { + "name": "setName", + "in": "path", + "description": "Name of the current user preference set.", + "required": true, + "schema": { + "type": "string" + } + } + ], + "requestBody": { + "description": "Update current user preference set model.", + "content": { + "application/json": { + "schema": { + "allOf": [ + { + "$ref": "#/components/schemas/UpdatePreferenceSet" + } + ], + "description": "Represents an update current user preference set model." + } + }, + "text/json": { + "schema": { + "allOf": [ + { + "$ref": "#/components/schemas/UpdatePreferenceSet" + } + ], + "description": "Represents an update current user preference set model." + } + }, + "application/*+json": { + "schema": { + "allOf": [ + { + "$ref": "#/components/schemas/UpdatePreferenceSet" + } + ], + "description": "Represents an update current user preference set model." + } + } + } + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Message" + } + }, + "text/json": { + "schema": { + "$ref": "#/components/schemas/Message" + } + } + } + }, + "403": { + "description": "Forbidden", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + }, + "text/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + } + } + }, + "404": { + "description": "Not Found", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + }, + "text/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + } + } + }, + "400": { + "description": "Bad Request", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + }, + "text/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + } + } + }, + "default": { + "description": "Error", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + }, + "text/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + } + } + } + } + } + }, + "/v3/My/Privileges": { + "get": { + "tags": ["My"], + "summary": "Get privileges for the current user.", + "operationId": "GetMyPrivileges", + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "type": "array", + "items": { + "$ref": "#/components/schemas/LovValue" + } + } + }, + "text/json": { + "schema": { + "type": "array", + "items": { + "$ref": "#/components/schemas/LovValue" + } + } + } + } + } + } + } + }, + "/v3/Objects/{id}": { + "get": { + "tags": ["Objects"], + "summary": "Gets the object type based on the object identifier.", + "operationId": "GetObject", + "parameters": [ + { + "name": "id", + "in": "path", + "description": "The object identifier (e.g. logical id GUID-..., language card, folder id 12345678, user id VUSERAUTHOR, user group id VUSERGROUPDEFAULTDEPARTMENT).", + "required": true, + "schema": { + "type": "string" + } + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/BaseObject" + } + }, + "text/json": { + "schema": { + "$ref": "#/components/schemas/BaseObject" + } + } + } + }, + "404": { + "description": "Not Found", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + }, + "text/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + } + } + }, + "400": { + "description": "Bad Request", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + }, + "text/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + } + } + }, + "default": { + "description": "Error", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + }, + "text/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + } + } + } + } + } + }, + "/v3/Publications": { + "post": { + "tags": ["Publications"], + "summary": "Creates publication. - NOT IMPLEMENTED.", + "operationId": "CreatePublication", + "responses": { + "201": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Publication" + } + }, + "text/json": { + "schema": { + "$ref": "#/components/schemas/Publication" + } + } + } + }, + "403": { + "description": "Forbidden", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + }, + "text/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + } + } + }, + "400": { + "description": "Bad Request", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + }, + "text/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + } + } + }, + "default": { + "description": "Error", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + }, + "text/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + } + } + } + } + } + }, + "/v3/Publications/Versions": { + "post": { + "tags": ["Publications"], + "summary": "Creates version of a publication. - NOT IMPLEMENTED.", + "operationId": "CreatePublicationVersion", + "responses": { + "201": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Publication" + } + }, + "text/json": { + "schema": { + "$ref": "#/components/schemas/Publication" + } + } + } + }, + "403": { + "description": "Forbidden", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + }, + "text/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + } + } + }, + "400": { + "description": "Bad Request", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + }, + "text/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + } + } + }, + "default": { + "description": "Error", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + }, + "text/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + } + } + } + } + } + }, + "/v3/Publications/Languages": { + "post": { + "tags": ["Publications"], + "summary": "Creates language of a publication. - NOT IMPLEMENTED.", + "operationId": "CreatePublicationLanguage", + "responses": { + "201": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Publication" + } + }, + "text/json": { + "schema": { + "$ref": "#/components/schemas/Publication" + } + } + } + }, + "403": { + "description": "Forbidden", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + }, + "text/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + } + } + }, + "400": { + "description": "Bad Request", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + }, + "text/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + } + } + }, + "default": { + "description": "Error", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + }, + "text/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + } + } + } + } + } + }, + "/v3/Publications/ByLanguageCardId/{languageCardId}": { + "put": { + "tags": ["Publications"], + "summary": "Updates the publication output by its language card identifier.", + "operationId": "UpdatePublicationByLanguageCardId", + "parameters": [ + { + "name": "languageCardId", + "in": "path", + "description": "Language card identifier of the publication output.", + "required": true, + "schema": { + "type": "integer", + "format": "int64" + } + } + ], + "requestBody": { + "description": "Request object with the criteria in its properties.", + "content": { + "application/json": { + "schema": { + "allOf": [ + { + "$ref": "#/components/schemas/UpdatePublication" + } + ], + "description": "Represents an update model for publication." + } + }, + "text/json": { + "schema": { + "allOf": [ + { + "$ref": "#/components/schemas/UpdatePublication" + } + ], + "description": "Represents an update model for publication." + } + }, + "application/*+json": { + "schema": { + "allOf": [ + { + "$ref": "#/components/schemas/UpdatePublication" + } + ], + "description": "Represents an update model for publication." + } + } + } + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Message" + } + }, + "text/json": { + "schema": { + "$ref": "#/components/schemas/Message" + } + } + } + }, + "403": { + "description": "Forbidden", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + }, + "text/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + } + } + }, + "404": { + "description": "Not Found", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + }, + "text/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + } + } + }, + "400": { + "description": "Bad Request", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + }, + "text/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + } + } + }, + "default": { + "description": "Error", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + }, + "text/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + } + } + } + } + }, + "delete": { + "tags": ["Publications"], + "summary": "Deletes publication. - NOT IMPLEMENTED.", + "operationId": "DeletePublicationByLanguageCardId", + "parameters": [ + { + "name": "languageCardId", + "in": "path", + "required": true, + "schema": { + "type": "integer", + "format": "int64" + } + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Message" + } + }, + "text/json": { + "schema": { + "$ref": "#/components/schemas/Message" + } + } + } + }, + "403": { + "description": "Forbidden", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + }, + "text/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + } + } + }, + "404": { + "description": "Not Found", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + }, + "text/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + } + } + }, + "400": { + "description": "Bad Request", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + }, + "text/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + } + } + }, + "default": { + "description": "Error", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + }, + "text/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + } + } + } + } + }, + "get": { + "tags": ["Publications"], + "summary": "Get publication in the Repository that match the criteria given in the parameters.", + "operationId": "GetPublicationByLanguageCardId", + "parameters": [ + { + "name": "languageCardId", + "in": "path", + "description": "Language card identifier of the publication.", + "required": true, + "schema": { + "type": "integer", + "format": "int64" + } + }, + { + "name": "selectedProperties", + "in": "query", + "description": "Selected properties to filter the properties. Default is Id.", + "schema": { + "allOf": [ + { + "$ref": "#/components/schemas/SelectedProperties" + } + ], + "description": "Enumeration holding the selected properties." + } + }, + { + "name": "fieldGroup", + "in": "query", + "description": "Field group of metadata fields. Default is None.", + "schema": { + "allOf": [ + { + "$ref": "#/components/schemas/FieldGroup" + } + ], + "description": "Groups of metadata fields." + } + }, + { + "name": "field", + "in": "query", + "description": "Specifies one or more metadata fields to return.", + "schema": { + "type": "array", + "items": { + "type": "string" + } + } + }, + { + "name": "includeLinks", + "in": "query", + "description": "{true} to include the links; otherwise, {false}. Default is {false}.", + "schema": { + "type": "boolean" + } + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Publication" + } + }, + "text/json": { + "schema": { + "$ref": "#/components/schemas/Publication" + } + } + } + }, + "404": { + "description": "Not Found", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + }, + "text/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + } + } + }, + "400": { + "description": "Bad Request", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + }, + "text/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + } + } + }, + "default": { + "description": "Error", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + }, + "text/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + } + } + } + } + } + }, + "/v3/Publications/ByLogicalId/{logicalId}": { + "put": { + "tags": ["Publications"], + "summary": "Updates publication in the repository that match the criteria given in the parameters.", + "operationId": "UpdatePublicationByLogicalId", + "parameters": [ + { + "name": "logicalId", + "in": "path", + "description": "Logical identifier of the publication.", + "required": true, + "schema": { + "type": "string" + } + }, + { + "name": "version", + "in": "query", + "description": "The version of the publication to update.", + "schema": { + "type": "string" + } + }, + { + "name": "outputFormat", + "in": "query", + "description": "The output Format of the publication to update.", + "schema": { + "type": "string" + } + }, + { + "name": "languageCombination", + "in": "query", + "description": "The languageCombination of the publication to update.", + "schema": { + "type": "array", + "items": { + "type": "string" + } + } + } + ], + "requestBody": { + "description": "Request object with the criteria in its properties.", + "content": { + "application/json": { + "schema": { + "allOf": [ + { + "$ref": "#/components/schemas/UpdatePublication" + } + ], + "description": "Represents an update model for publication." + } + }, + "text/json": { + "schema": { + "allOf": [ + { + "$ref": "#/components/schemas/UpdatePublication" + } + ], + "description": "Represents an update model for publication." + } + }, + "application/*+json": { + "schema": { + "allOf": [ + { + "$ref": "#/components/schemas/UpdatePublication" + } + ], + "description": "Represents an update model for publication." + } + } + } + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Message" + } + }, + "text/json": { + "schema": { + "$ref": "#/components/schemas/Message" + } + } + } + }, + "403": { + "description": "Forbidden", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + }, + "text/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + } + } + }, + "404": { + "description": "Not Found", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + }, + "text/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + } + } + }, + "400": { + "description": "Bad Request", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + }, + "text/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + } + } + }, + "default": { + "description": "Error", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + }, + "text/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + } + } + } + } + }, + "delete": { + "tags": ["Publications"], + "summary": "Deletes publication. - NOT IMPLEMENTED.", + "operationId": "DeletePublicationByLogicalId", + "parameters": [ + { + "name": "logicalId", + "in": "path", + "required": true, + "schema": { + "type": "string" + } + }, + { + "name": "version", + "in": "query", + "schema": { + "type": "string" + } + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Message" + } + }, + "text/json": { + "schema": { + "$ref": "#/components/schemas/Message" + } + } + } + }, + "403": { + "description": "Forbidden", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + }, + "text/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + } + } + }, + "404": { + "description": "Not Found", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + }, + "text/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + } + } + }, + "400": { + "description": "Bad Request", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + }, + "text/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + } + } + }, + "default": { + "description": "Error", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + }, + "text/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + } + } + } + } + }, + "get": { + "tags": ["Publications"], + "summary": "Get publication in the Repository that match the criteria given in the parameters.", + "operationId": "GetPublicationByLogicalId", + "parameters": [ + { + "name": "logicalId", + "in": "path", + "description": "The logical identifier of the object.", + "required": true, + "schema": { + "type": "string" + } + }, + { + "name": "version", + "in": "query", + "description": "The version number.", + "schema": { + "type": "string" + } + }, + { + "name": "outputFormat", + "in": "query", + "description": "The label/name of the OutputFormat (e.g. Manual, Documentation Online,...).", + "schema": { + "type": "string" + } + }, + { + "name": "languageCombination", + "in": "query", + "description": "The language combination of the PublicationOutput (e.g. en, en+fr+nl,...).", + "schema": { + "type": "array", + "items": { + "type": "string" + } + } + }, + { + "name": "selectedProperties", + "in": "query", + "description": "Selected properties to filter the properties. Default is Id.", + "schema": { + "allOf": [ + { + "$ref": "#/components/schemas/SelectedProperties" + } + ], + "description": "Enumeration holding the selected properties." + } + }, + { + "name": "fieldGroup", + "in": "query", + "description": "Field group of metadata fields. Default is None.", + "schema": { + "allOf": [ + { + "$ref": "#/components/schemas/FieldGroup" + } + ], + "description": "Groups of metadata fields." + } + }, + { + "name": "field", + "in": "query", + "description": "Specifies one or more metadata fields to return.", + "schema": { + "type": "array", + "items": { + "type": "string" + } + } + }, + { + "name": "includeLinks", + "in": "query", + "description": "{true} to include the links; otherwise, {false}. Default is {false}.", + "schema": { + "type": "boolean" + } + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Publication" + } + }, + "text/json": { + "schema": { + "$ref": "#/components/schemas/Publication" + } + } + } + }, + "404": { + "description": "Not Found", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + }, + "text/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + } + } + }, + "400": { + "description": "Bad Request", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + }, + "text/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + } + } + }, + "default": { + "description": "Error", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + }, + "text/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + } + } + } + } + } + }, + "/v3/Publications/ByLanguageCardId/{languageCardId}/Release": { + "post": { + "tags": ["Publications"], + "summary": "Releases the publication output by its language card identifier.", + "operationId": "ReleasePublication", + "parameters": [ + { + "name": "languageCardId", + "in": "path", + "description": "Language card identifier of the publication output.", + "required": true, + "schema": { + "type": "integer", + "format": "int64" + } + } + ], + "requestBody": { + "description": "Request object with the criteria in its properties.", + "content": { + "application/json": { + "schema": { + "allOf": [ + { + "$ref": "#/components/schemas/ReleasePublication" + } + ], + "description": "Represents a release model for publication." + } + }, + "text/json": { + "schema": { + "allOf": [ + { + "$ref": "#/components/schemas/ReleasePublication" + } + ], + "description": "Represents a release model for publication." + } + }, + "application/*+json": { + "schema": { + "allOf": [ + { + "$ref": "#/components/schemas/ReleasePublication" + } + ], + "description": "Represents a release model for publication." + } + } + } + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Message" + } + }, + "text/json": { + "schema": { + "$ref": "#/components/schemas/Message" + } + } + } + }, + "403": { + "description": "Forbidden", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + }, + "text/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + } + } + }, + "404": { + "description": "Not Found", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + }, + "text/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + } + } + }, + "400": { + "description": "Bad Request", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + }, + "text/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + } + } + }, + "default": { + "description": "Error", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + }, + "text/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + } + } + } + } + } + }, + "/v3/Publications/ByLanguageCardId/{languageCardId}/Unrelease": { + "post": { + "tags": ["Publications"], + "summary": "Unreleases the publication output by its language card identifier.", + "operationId": "UnreleasePublication", + "parameters": [ + { + "name": "languageCardId", + "in": "path", + "description": "Language card identifier of the publication output.", + "required": true, + "schema": { + "type": "integer", + "format": "int64" + } + } + ], + "requestBody": { + "description": "Request object with the criteria in its properties.", + "content": { + "application/json": { + "schema": { + "allOf": [ + { + "$ref": "#/components/schemas/UnreleasePublication" + } + ], + "description": "Model representing parameters for unreleasing a publication" + } + }, + "text/json": { + "schema": { + "allOf": [ + { + "$ref": "#/components/schemas/UnreleasePublication" + } + ], + "description": "Model representing parameters for unreleasing a publication" + } + }, + "application/*+json": { + "schema": { + "allOf": [ + { + "$ref": "#/components/schemas/UnreleasePublication" + } + ], + "description": "Model representing parameters for unreleasing a publication" + } + } + } + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Message" + } + }, + "text/json": { + "schema": { + "$ref": "#/components/schemas/Message" + } + } + } + }, + "403": { + "description": "Forbidden", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + }, + "text/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + } + } + }, + "404": { + "description": "Not Found", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + }, + "text/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + } + } + }, + "400": { + "description": "Bad Request", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + }, + "text/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + } + } + }, + "default": { + "description": "Error", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + }, + "text/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + } + } + } + } + } + }, + "/v3/Publications/ByLogicalId/Get": { + "post": { + "tags": ["Publications"], + "summary": "Gets all publications in the Repository that match the criteria given in the parameters.", + "description": "Depending on which status filter is specified, the objects with following status types can be returned:\r\n
Status filterReturned status types
AllAll status types
LatestReleasedLatest released excluding out-of-date
DraftOrLatestReleasedDraft and latest released excluding out-of-date
AllReleasedAll released including out-of-date
", + "operationId": "GetPublicationListByLogicalId", + "requestBody": { + "description": "Request object with the criteria in its properties.", + "content": { + "application/json": { + "schema": { + "allOf": [ + { + "$ref": "#/components/schemas/GetPublicationListByLogicalId" + } + ], + "description": "Request object to get all publications in the repository that match the criteria given in the properties." + } + }, + "text/json": { + "schema": { + "allOf": [ + { + "$ref": "#/components/schemas/GetPublicationListByLogicalId" + } + ], + "description": "Request object to get all publications in the repository that match the criteria given in the properties." + } + }, + "application/*+json": { + "schema": { + "allOf": [ + { + "$ref": "#/components/schemas/GetPublicationListByLogicalId" + } + ], + "description": "Request object to get all publications in the repository that match the criteria given in the properties." + } + } + } + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "type": "array", + "items": { + "$ref": "#/components/schemas/Publication" + } + } + }, + "text/json": { + "schema": { + "type": "array", + "items": { + "$ref": "#/components/schemas/Publication" + } + } + } + } + }, + "400": { + "description": "Bad Request", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + }, + "text/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + } + } + }, + "default": { + "description": "Error", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + }, + "text/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + } + } + } + } + } + }, + "/v3/Publications/Get": { + "post": { + "tags": ["Publications"], + "summary": "Gets all publications in the Repository that match the criteria given in the parameters.", + "description": "Depending on which status filter is specified, the objects with following status types can be returned:\r\n
Status filterReturned status types
AllAll status types
LatestReleasedLatest released excluding out-of-date
DraftOrLatestReleasedDraft and latest released excluding out-of-date
AllReleasedAll released including out-of-date
", + "operationId": "GetPublicationList", + "requestBody": { + "description": "Request object with the criteria in its properties.", + "content": { + "application/json": { + "schema": { + "allOf": [ + { + "$ref": "#/components/schemas/GetPublicationList" + } + ], + "description": "Request object to get all objects in the repository that match the criteria given in the properties." + } + }, + "text/json": { + "schema": { + "allOf": [ + { + "$ref": "#/components/schemas/GetPublicationList" + } + ], + "description": "Request object to get all objects in the repository that match the criteria given in the properties." + } + }, + "application/*+json": { + "schema": { + "allOf": [ + { + "$ref": "#/components/schemas/GetPublicationList" + } + ], + "description": "Request object to get all objects in the repository that match the criteria given in the properties." + } + } + } + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "type": "array", + "items": { + "$ref": "#/components/schemas/Publication" + } + } + }, + "text/json": { + "schema": { + "type": "array", + "items": { + "$ref": "#/components/schemas/Publication" + } + } + } + } + }, + "400": { + "description": "Bad Request", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + }, + "text/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + } + } + }, + "default": { + "description": "Error", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + }, + "text/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + } + } + } + } + } + }, + "/v3/Publications/ByLanguageCardId/Get": { + "post": { + "tags": ["Publications"], + "summary": "Get publication.", + "operationId": "GetPublicationListByLanguageCardId", + "requestBody": { + "content": { + "application/json": { + "schema": { + "allOf": [ + { + "$ref": "#/components/schemas/GetPublicationListByLanguageCardId" + } + ], + "description": "Request object to get all publications in the repository that match the criteria given in the properties." + } + }, + "text/json": { + "schema": { + "allOf": [ + { + "$ref": "#/components/schemas/GetPublicationListByLanguageCardId" + } + ], + "description": "Request object to get all publications in the repository that match the criteria given in the properties." + } + }, + "application/*+json": { + "schema": { + "allOf": [ + { + "$ref": "#/components/schemas/GetPublicationListByLanguageCardId" + } + ], + "description": "Request object to get all publications in the repository that match the criteria given in the properties." + } + } + } + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "type": "array", + "items": { + "$ref": "#/components/schemas/Publication" + } + } + }, + "text/json": { + "schema": { + "type": "array", + "items": { + "$ref": "#/components/schemas/Publication" + } + } + } + } + }, + "400": { + "description": "Bad Request", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + }, + "text/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + } + } + }, + "default": { + "description": "Error", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + }, + "text/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + } + } + } + } + } + }, + "/v3/Publications/ByLanguageCardId/{languageCardId}/Content": { + "get": { + "tags": ["Publications"], + "summary": "Gets the content by its language card identifier.", + "operationId": "GetPublicationContentByLanguageCardId", + "parameters": [ + { + "name": "languageCardId", + "in": "path", + "description": "Language card identifier of the publication.", + "required": true, + "schema": { + "type": "integer", + "format": "int64" + } + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/octet-stream": { + "schema": { + "type": "string", + "format": "binary" + } + } + } + }, + "404": { + "description": "Not Found", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + }, + "text/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + } + } + }, + "400": { + "description": "Bad Request", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + }, + "text/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + } + } + }, + "default": { + "description": "Error", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + }, + "text/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + } + } + } + } + } + }, + "/v3/Publications/ByLogicalId/{logicalId}/Location": { + "get": { + "tags": ["Publications"], + "summary": "Gets the location of a publication in the folder structure.", + "operationId": "GetPublicationLocation", + "parameters": [ + { + "name": "logicalId", + "in": "path", + "description": "Logical identifier of the publication.", + "required": true, + "schema": { + "type": "string" + } + }, + { + "name": "selectedProperties", + "in": "query", + "description": "Specifies the properties that will be returned. If not supplied, only the identifier will be returned.", + "schema": { + "allOf": [ + { + "$ref": "#/components/schemas/SelectedProperties" + } + ], + "description": "Enumeration holding the selected properties." + } + }, + { + "name": "fieldGroup", + "in": "query", + "description": "Group of metadata fields that will be returned. If not supplied, no fields will be returned.", + "schema": { + "allOf": [ + { + "$ref": "#/components/schemas/FieldGroup" + } + ], + "description": "Groups of metadata fields." + } + }, + { + "name": "field", + "in": "query", + "description": "Specifies one or more metadata fields to return.", + "schema": { + "type": "array", + "items": { + "type": "string" + } + } + }, + { + "name": "includeLinks", + "in": "query", + "description": "true to include the links; otherwise, false. Default is false.", + "schema": { + "type": "boolean" + } + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "type": "array", + "items": { + "$ref": "#/components/schemas/Folder" + } + } + }, + "text/json": { + "schema": { + "type": "array", + "items": { + "$ref": "#/components/schemas/Folder" + } + } + } + } + }, + "400": { + "description": "Bad Request", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + }, + "text/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + } + } + }, + "default": { + "description": "Error", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + }, + "text/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + } + } + } + } + } + }, + "/v3/Publications/ByLanguageCardId/{languageCardId}/CancelPublish": { + "post": { + "tags": ["Publications"], + "summary": "Cancels the publishing of the publication output.", + "operationId": "CancelPublicationPublish", + "parameters": [ + { + "name": "languageCardId", + "in": "path", + "description": "Language card identifier of the publication output.", + "required": true, + "schema": { + "type": "integer", + "format": "int64" + } + } + ], + "requestBody": { + "description": "Request object with the criteria in its properties.", + "content": { + "application/json": { + "schema": { + "allOf": [ + { + "$ref": "#/components/schemas/CancelPublicationPublish" + } + ], + "description": "Represents an update model for CancelPublicationPublish." + } + }, + "text/json": { + "schema": { + "allOf": [ + { + "$ref": "#/components/schemas/CancelPublicationPublish" + } + ], + "description": "Represents an update model for CancelPublicationPublish." + } + }, + "application/*+json": { + "schema": { + "allOf": [ + { + "$ref": "#/components/schemas/CancelPublicationPublish" + } + ], + "description": "Represents an update model for CancelPublicationPublish." + } + } + } + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Message" + } + }, + "text/json": { + "schema": { + "$ref": "#/components/schemas/Message" + } + } + } + }, + "403": { + "description": "Forbidden", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + }, + "text/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + } + } + }, + "404": { + "description": "Not Found", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + }, + "text/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + } + } + }, + "400": { + "description": "Bad Request", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + }, + "text/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + } + } + }, + "default": { + "description": "Error", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + }, + "text/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + } + } + } + } + } + }, + "/v3/Publications/ByLanguageCardId/{languageCardId}/Publish": { + "post": { + "tags": ["Publications"], + "summary": "Publishes a publication output.", + "operationId": "PublishPublication", + "parameters": [ + { + "name": "languageCardId", + "in": "path", + "description": "Language card identifier of the publication output.", + "required": true, + "schema": { + "type": "integer", + "format": "int64" + } + } + ], + "requestBody": { + "description": "Required current metadata of the object.", + "content": { + "application/json": { + "schema": { + "allOf": [ + { + "$ref": "#/components/schemas/PublishPublication" + } + ], + "description": "Represents a publish model for publication." + } + }, + "text/json": { + "schema": { + "allOf": [ + { + "$ref": "#/components/schemas/PublishPublication" + } + ], + "description": "Represents a publish model for publication." + } + }, + "application/*+json": { + "schema": { + "allOf": [ + { + "$ref": "#/components/schemas/PublishPublication" + } + ], + "description": "Represents a publish model for publication." + } + } + } + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/EventProgress" + } + }, + "text/json": { + "schema": { + "$ref": "#/components/schemas/EventProgress" + } + } + } + }, + "403": { + "description": "Forbidden", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + }, + "text/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + } + } + }, + "404": { + "description": "Not Found", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + }, + "text/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + } + } + }, + "400": { + "description": "Bad Request", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + }, + "text/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + } + } + }, + "default": { + "description": "Error", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + }, + "text/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + } + } + } + } + } + }, + "/v3/Publications/ByLanguageCardId/{languageCardId}/Unpublish": { + "post": { + "tags": ["Publications"], + "summary": "Unpublish a publication output.", + "operationId": "UnpublishPublication", + "parameters": [ + { + "name": "languageCardId", + "in": "path", + "description": "Language card identifier of the publication output.", + "required": true, + "schema": { + "type": "integer", + "format": "int64" + } + } + ], + "requestBody": { + "description": "Required current metadata of the object.", + "content": { + "application/json": { + "schema": { + "allOf": [ + { + "$ref": "#/components/schemas/UnpublishPublication" + } + ], + "description": "Represents an unpublish model for publication." + } + }, + "text/json": { + "schema": { + "allOf": [ + { + "$ref": "#/components/schemas/UnpublishPublication" + } + ], + "description": "Represents an unpublish model for publication." + } + }, + "application/*+json": { + "schema": { + "allOf": [ + { + "$ref": "#/components/schemas/UnpublishPublication" + } + ], + "description": "Represents an unpublish model for publication." + } + } + } + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/EventProgress" + } + }, + "text/json": { + "schema": { + "$ref": "#/components/schemas/EventProgress" + } + } + } + }, + "403": { + "description": "Forbidden", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + }, + "text/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + } + } + }, + "404": { + "description": "Not Found", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + }, + "text/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + } + } + }, + "400": { + "description": "Bad Request", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + }, + "text/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + } + } + }, + "default": { + "description": "Error", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + }, + "text/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + } + } + } + } + } + }, + "/v3/Search": { + "post": { + "tags": ["Search"], + "summary": "Search all document object types in the repository that match the criteria given in the parameters.", + "operationId": "Search", + "requestBody": { + "description": "Request object with the criteria in its properties.", + "content": { + "application/json": { + "schema": { + "allOf": [ + { + "$ref": "#/components/schemas/SearchRequest" + } + ], + "description": "Represents search request criteria to find document objects." + } + }, + "text/json": { + "schema": { + "allOf": [ + { + "$ref": "#/components/schemas/SearchRequest" + } + ], + "description": "Represents search request criteria to find document objects." + } + }, + "application/*+json": { + "schema": { + "allOf": [ + { + "$ref": "#/components/schemas/SearchRequest" + } + ], + "description": "Represents search request criteria to find document objects." + } + } + } + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/SearchResponse" + } + }, + "text/json": { + "schema": { + "$ref": "#/components/schemas/SearchResponse" + } + } + } + }, + "400": { + "description": "Bad Request", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + }, + "text/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + } + } + }, + "default": { + "description": "Error", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + }, + "text/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + } + } + } + } + } + }, + "/v3/Settings": { + "get": { + "tags": ["Settings"], + "summary": "Get settings in the repository that match the criteria given in the parameters.", + "operationId": "GetSettings", + "parameters": [ + { + "name": "field", + "in": "query", + "description": "Specifies one or more metadata fields to return.", + "schema": { + "type": "array", + "items": { + "type": "string" + } + } + }, + { + "name": "selectedProperties", + "in": "query", + "description": "Specifies the properties that will be returned. If not supplied, only the identifier will be returned.", + "schema": { + "allOf": [ + { + "$ref": "#/components/schemas/SelectedProperties" + } + ], + "description": "Enumeration holding the selected properties." + } + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Setting" + } + }, + "text/json": { + "schema": { + "$ref": "#/components/schemas/Setting" + } + } + } + }, + "404": { + "description": "Not Found", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + }, + "text/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + } + } + }, + "400": { + "description": "Bad Request", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + }, + "text/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + } + } + }, + "default": { + "description": "Error", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + }, + "text/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + } + } + } + } + }, + "put": { + "tags": ["Settings"], + "summary": "Update submitted settings fields if the current required fields conditions are satisfied", + "operationId": "UpdateSettings", + "requestBody": { + "description": "Update settings model", + "content": { + "application/json": { + "schema": { + "allOf": [ + { + "$ref": "#/components/schemas/UpdateSettings" + } + ], + "description": "Represents an update settings model." + } + }, + "text/json": { + "schema": { + "allOf": [ + { + "$ref": "#/components/schemas/UpdateSettings" + } + ], + "description": "Represents an update settings model." + } + }, + "application/*+json": { + "schema": { + "allOf": [ + { + "$ref": "#/components/schemas/UpdateSettings" + } + ], + "description": "Represents an update settings model." + } + } + } + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Message" + } + }, + "text/json": { + "schema": { + "$ref": "#/components/schemas/Message" + } + } + } + }, + "403": { + "description": "Forbidden", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + }, + "text/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + } + } + }, + "404": { + "description": "Not Found", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + }, + "text/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + } + } + }, + "400": { + "description": "Bad Request", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + }, + "text/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + } + } + }, + "default": { + "description": "Error", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + }, + "text/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + } + } + } + } + } + }, + "/v3/Settings/WorkflowReport": { + "get": { + "tags": ["Settings"], + "summary": "Get settings of the workflow report.", + "operationId": "GetWorkflowReportSettings", + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/WorkflowReportSettings" + } + }, + "text/json": { + "schema": { + "$ref": "#/components/schemas/WorkflowReportSettings" + } + } + } + }, + "400": { + "description": "Bad Request", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + }, + "text/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + } + } + }, + "default": { + "description": "Error", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + }, + "text/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + } + } + } + } + } + }, + "/v3/Settings/TranslationReport": { + "get": { + "tags": ["Settings"], + "summary": "Get settings of the translation report.", + "operationId": "GetTranslationReportSettings", + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/TranslationReportSettings" + } + }, + "text/json": { + "schema": { + "$ref": "#/components/schemas/TranslationReportSettings" + } + } + } + }, + "400": { + "description": "Bad Request", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + }, + "text/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + } + } + }, + "default": { + "description": "Error", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + }, + "text/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + } + } + } + } + } + }, + "/v3/UserGroups/Get": { + "post": { + "tags": ["UserGroups"], + "summary": "Gets the user groups.", + "operationId": "GetUserGroupList", + "requestBody": { + "description": "Request object with the criteria in its properties.", + "content": { + "application/json": { + "schema": { + "allOf": [ + { + "$ref": "#/components/schemas/GetUserGroupList" + } + ], + "description": "Request object to get all user groups in the repository that match the criteria given in the properties." + } + }, + "text/json": { + "schema": { + "allOf": [ + { + "$ref": "#/components/schemas/GetUserGroupList" + } + ], + "description": "Request object to get all user groups in the repository that match the criteria given in the properties." + } + }, + "application/*+json": { + "schema": { + "allOf": [ + { + "$ref": "#/components/schemas/GetUserGroupList" + } + ], + "description": "Request object to get all user groups in the repository that match the criteria given in the properties." + } + } + } + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "type": "array", + "items": { + "$ref": "#/components/schemas/UserGroup" + } + } + }, + "text/json": { + "schema": { + "type": "array", + "items": { + "$ref": "#/components/schemas/UserGroup" + } + } + } + } + }, + "400": { + "description": "Bad Request", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + }, + "text/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + } + } + }, + "default": { + "description": "Error", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + }, + "text/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + } + } + } + } + } + }, + "/v3/UserGroups": { + "post": { + "tags": ["UserGroups"], + "summary": "Creates user group. NOT IMPLEMENTED.", + "operationId": "CreateUserGroup", + "responses": { + "201": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/UserGroup" + } + }, + "text/json": { + "schema": { + "$ref": "#/components/schemas/UserGroup" + } + } + } + }, + "403": { + "description": "Forbidden", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + }, + "text/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + } + } + }, + "400": { + "description": "Bad Request", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + }, + "text/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + } + } + }, + "default": { + "description": "Error", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + }, + "text/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + } + } + } + } + } + }, + "/v3/UserGroups/{id}": { + "put": { + "tags": ["UserGroups"], + "summary": "Updates user group. NOT IMPLEMENTED.", + "operationId": "UpdateUserGroup", + "parameters": [ + { + "name": "id", + "in": "path", + "required": true, + "schema": { + "type": "string" + } + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "type": "string" + } + }, + "text/json": { + "schema": { + "type": "string" + } + } + } + }, + "403": { + "description": "Forbidden", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + }, + "text/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + } + } + }, + "404": { + "description": "Not Found", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + }, + "text/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + } + } + }, + "400": { + "description": "Bad Request", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + }, + "text/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + } + } + }, + "default": { + "description": "Error", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + }, + "text/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + } + } + } + } + }, + "delete": { + "tags": ["UserGroups"], + "summary": "Deletes user group. NOT IMPLEMENTED.", + "operationId": "DeleteUserGroup", + "parameters": [ + { + "name": "id", + "in": "path", + "required": true, + "schema": { + "type": "string" + } + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "type": "string" + } + }, + "text/json": { + "schema": { + "type": "string" + } + } + } + }, + "403": { + "description": "Forbidden", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + }, + "text/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + } + } + }, + "404": { + "description": "Not Found", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + }, + "text/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + } + } + }, + "400": { + "description": "Bad Request", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + }, + "text/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + } + } + }, + "default": { + "description": "Error", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + }, + "text/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + } + } + } + } + } + }, + "/v3/Users/Get": { + "post": { + "tags": ["Users"], + "summary": "Gets all users in the repository that match the criteria given in the parameters.", + "operationId": "GetUserList", + "requestBody": { + "description": "Request object with the criteria in its properties.", + "content": { + "application/json": { + "schema": { + "allOf": [ + { + "$ref": "#/components/schemas/GetUserList" + } + ], + "description": "Request object to get all users in the repository that match the criteria given in the properties." + } + }, + "text/json": { + "schema": { + "allOf": [ + { + "$ref": "#/components/schemas/GetUserList" + } + ], + "description": "Request object to get all users in the repository that match the criteria given in the properties." + } + }, + "application/*+json": { + "schema": { + "allOf": [ + { + "$ref": "#/components/schemas/GetUserList" + } + ], + "description": "Request object to get all users in the repository that match the criteria given in the properties." + } + } + } + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "type": "array", + "items": { + "$ref": "#/components/schemas/User" + } + } + }, + "text/json": { + "schema": { + "type": "array", + "items": { + "$ref": "#/components/schemas/User" + } + } + } + } + }, + "400": { + "description": "Bad Request", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + }, + "text/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + } + } + }, + "default": { + "description": "Error", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + }, + "text/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + } + } + } + } + } + }, + "/v3/Users/{id}": { + "get": { + "tags": ["Users"], + "summary": "Gets a user in the repository that match the criteria given in the parameters.", + "operationId": "GetUser", + "parameters": [ + { + "name": "id", + "in": "path", + "description": "Identifier of the user.", + "required": true, + "schema": { + "type": "string" + } + }, + { + "name": "selectedProperties", + "in": "query", + "description": "Specifies the properties that will be returned. If not supplied, only the identifier will be returned.", + "schema": { + "allOf": [ + { + "$ref": "#/components/schemas/SelectedProperties" + } + ], + "description": "Enumeration holding the selected properties." + } + }, + { + "name": "fieldGroup", + "in": "query", + "description": "Group of metadata fields that will be returned. If not supplied, no fields will be returned.", + "schema": { + "allOf": [ + { + "$ref": "#/components/schemas/FieldGroup" + } + ], + "description": "Groups of metadata fields." + } + }, + { + "name": "field", + "in": "query", + "description": "Specifies one or more metadata fields to return.", + "schema": { + "type": "array", + "items": { + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/User" + } + }, + "text/json": { + "schema": { + "$ref": "#/components/schemas/User" + } + } + } + }, + "404": { + "description": "Not Found", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + }, + "text/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + } + } + }, + "400": { + "description": "Bad Request", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + }, + "text/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + } + } + }, + "default": { + "description": "Error", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + }, + "text/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + } + } + } + } + }, + "put": { + "tags": ["Users"], + "summary": "Update user with given id in the repository.", + "operationId": "UpdateUser", + "parameters": [ + { + "name": "id", + "in": "path", + "description": "Identifier of the user.", + "required": true, + "schema": { + "type": "string" + } + } + ], + "requestBody": { + "description": "Specifies fields that should be updated and values for them.", + "content": { + "application/json": { + "schema": { + "allOf": [ + { + "$ref": "#/components/schemas/UpdateUser" + } + ], + "description": "Represents an update user model." + } + }, + "text/json": { + "schema": { + "allOf": [ + { + "$ref": "#/components/schemas/UpdateUser" + } + ], + "description": "Represents an update user model." + } + }, + "application/*+json": { + "schema": { + "allOf": [ + { + "$ref": "#/components/schemas/UpdateUser" + } + ], + "description": "Represents an update user model." + } + } + } + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Message" + } + }, + "text/json": { + "schema": { + "$ref": "#/components/schemas/Message" + } + } + } + }, + "403": { + "description": "Forbidden", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + }, + "text/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + } + } + }, + "404": { + "description": "Not Found", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + }, + "text/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + } + } + }, + "400": { + "description": "Bad Request", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + }, + "text/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + } + } + }, + "default": { + "description": "Error", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + }, + "text/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + } + } + } + } + } + }, + "/v3/Users/{id}/PreferenceSets/{setName}": { + "get": { + "tags": ["Users"], + "summary": "Get preference set for the user.", + "operationId": "GetUserPreferences", + "parameters": [ + { + "name": "id", + "in": "path", + "description": "Identifier of the user.", + "required": true, + "schema": { + "type": "string" + } + }, + { + "name": "setName", + "in": "path", + "description": "Name of the preference set to be retrieved, if the set name can not be found empty preference set is returned.", + "required": true, + "schema": { + "type": "string" + } + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/PreferenceSet" + } + }, + "text/json": { + "schema": { + "$ref": "#/components/schemas/PreferenceSet" + } + } + } + }, + "404": { + "description": "Not Found", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + }, + "text/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + } + } + }, + "400": { + "description": "Bad Request", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + }, + "text/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + } + } + }, + "default": { + "description": "Error", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + }, + "text/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + } + } + } + } + }, + "put": { + "tags": ["Users"], + "summary": "Set user preferences based on the specified parameters.", + "operationId": "SetUserPreferences", + "parameters": [ + { + "name": "id", + "in": "path", + "description": "Identifier of the user.", + "required": true, + "schema": { + "type": "string" + } + }, + { + "name": "setName", + "in": "path", + "description": "Name of the preference set to be set.", + "required": true, + "schema": { + "type": "string" + } + } + ], + "requestBody": { + "description": "Update user preference set model.", + "content": { + "application/json": { + "schema": { + "allOf": [ + { + "$ref": "#/components/schemas/UpdatePreferenceSet" + } + ], + "description": "Represents an update current user preference set model." + } + }, + "text/json": { + "schema": { + "allOf": [ + { + "$ref": "#/components/schemas/UpdatePreferenceSet" + } + ], + "description": "Represents an update current user preference set model." + } + }, + "application/*+json": { + "schema": { + "allOf": [ + { + "$ref": "#/components/schemas/UpdatePreferenceSet" + } + ], + "description": "Represents an update current user preference set model." + } + } + } + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Message" + } + }, + "text/json": { + "schema": { + "$ref": "#/components/schemas/Message" + } + } + } + }, + "403": { + "description": "Forbidden", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + }, + "text/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + } + } + }, + "404": { + "description": "Not Found", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + }, + "text/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + } + } + }, + "400": { + "description": "Bad Request", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + }, + "text/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + } + } + }, + "default": { + "description": "Error", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + }, + "text/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + } + } + } + } + } + }, + "/v3/Users": { + "post": { + "tags": ["Users"], + "summary": "Creates user. - NOT IMPLEMENTED.", + "operationId": "CreateUser", + "responses": { + "201": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/User" + } + }, + "text/json": { + "schema": { + "$ref": "#/components/schemas/User" + } + } + } + }, + "403": { + "description": "Forbidden", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + }, + "text/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + } + } + }, + "400": { + "description": "Bad Request", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + }, + "text/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + } + } + }, + "default": { + "description": "Error", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + }, + "text/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + } + } + } + } + }, + "delete": { + "tags": ["Users"], + "summary": "Deletes user. - NOT IMPLEMENTED.", + "operationId": "DeleteUser", + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/User" + } + }, + "text/json": { + "schema": { + "$ref": "#/components/schemas/User" + } + } + } + }, + "403": { + "description": "Forbidden", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + }, + "text/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + } + } + }, + "404": { + "description": "Not Found", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + }, + "text/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + } + } + }, + "400": { + "description": "Bad Request", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + }, + "text/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + } + } + }, + "default": { + "description": "Error", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + }, + "text/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + } + } + } + } + } + }, + "/v3/Workflows/StatusDefinitions": { + "get": { + "tags": ["Workflows"], + "summary": "Get all status definitions.", + "operationId": "GetStatusDefinitionList", + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "type": "array", + "items": { + "$ref": "#/components/schemas/StatusDefinition" + } + } + }, + "text/json": { + "schema": { + "type": "array", + "items": { + "$ref": "#/components/schemas/StatusDefinition" + } + } + } + } + }, + "400": { + "description": "Bad Request", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + }, + "text/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + } + } + }, + "default": { + "description": "Error", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + }, + "text/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + } + } + } + } + }, + "post": { + "tags": ["Workflows"], + "summary": "Create a status definition.", + "operationId": "CreateStatusDefinition", + "requestBody": { + "description": "The create status definition model.", + "content": { + "application/json": { + "schema": { + "allOf": [ + { + "$ref": "#/components/schemas/CreateStatusDefinition" + } + ], + "description": "Represents a model for create status definition." + } + }, + "text/json": { + "schema": { + "allOf": [ + { + "$ref": "#/components/schemas/CreateStatusDefinition" + } + ], + "description": "Represents a model for create status definition." + } + }, + "application/*+json": { + "schema": { + "allOf": [ + { + "$ref": "#/components/schemas/CreateStatusDefinition" + } + ], + "description": "Represents a model for create status definition." + } + } + } + }, + "responses": { + "201": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/StatusDefinition" + } + }, + "text/json": { + "schema": { + "$ref": "#/components/schemas/StatusDefinition" + } + } + } + }, + "403": { + "description": "Forbidden", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + }, + "text/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + } + } + }, + "400": { + "description": "Bad Request", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + }, + "text/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + } + } + }, + "default": { + "description": "Error", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + }, + "text/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + } + } + } + } + } + }, + "/v3/Workflows/StatusDefinitions/{id}": { + "get": { + "tags": ["Workflows"], + "summary": "Get a status definition.", + "operationId": "GetStatusDefinition", + "parameters": [ + { + "name": "id", + "in": "path", + "description": "The status definition id.", + "required": true, + "schema": { + "type": "string" + } + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/StatusDefinition" + } + }, + "text/json": { + "schema": { + "$ref": "#/components/schemas/StatusDefinition" + } + } + } + }, + "404": { + "description": "Not Found", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + }, + "text/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + } + } + }, + "400": { + "description": "Bad Request", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + }, + "text/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + } + } + }, + "default": { + "description": "Error", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + }, + "text/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + } + } + } + } + }, + "put": { + "tags": ["Workflows"], + "summary": "Update status definition.", + "operationId": "UpdateStatusDefinition", + "parameters": [ + { + "name": "id", + "in": "path", + "description": "The identifier of the status definition.", + "required": true, + "schema": { + "type": "string" + } + } + ], + "requestBody": { + "description": "Update status definition model.", + "content": { + "application/json": { + "schema": { + "allOf": [ + { + "$ref": "#/components/schemas/UpdateStatusDefinition" + } + ], + "description": "Represents an update status definition model." + } + }, + "text/json": { + "schema": { + "allOf": [ + { + "$ref": "#/components/schemas/UpdateStatusDefinition" + } + ], + "description": "Represents an update status definition model." + } + }, + "application/*+json": { + "schema": { + "allOf": [ + { + "$ref": "#/components/schemas/UpdateStatusDefinition" + } + ], + "description": "Represents an update status definition model." + } + } + } + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Message" + } + }, + "text/json": { + "schema": { + "$ref": "#/components/schemas/Message" + } + } + } + }, + "403": { + "description": "Forbidden", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + }, + "text/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + } + } + }, + "404": { + "description": "Not Found", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + }, + "text/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + } + } + }, + "400": { + "description": "Bad Request", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + }, + "text/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + } + } + }, + "default": { + "description": "Error", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + }, + "text/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + } + } + } + } + }, + "delete": { + "tags": ["Workflows"], + "summary": "Deletes a status definition by its identifier.", + "operationId": "DeleteStatusDefinition", + "parameters": [ + { + "name": "id", + "in": "path", + "description": "The identifier of the status definition.", + "required": true, + "schema": { + "type": "string" + } + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Message" + } + }, + "text/json": { + "schema": { + "$ref": "#/components/schemas/Message" + } + } + } + }, + "403": { + "description": "Forbidden", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + }, + "text/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + } + } + }, + "404": { + "description": "Not Found", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + }, + "text/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + } + } + }, + "400": { + "description": "Bad Request", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + }, + "text/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + } + } + }, + "default": { + "description": "Error", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + }, + "text/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + } + } + } + } + } + } + }, + "components": { + "schemas": { + "ActivityFilter": { + "enum": ["none", "active", "inactive"], + "type": "string", + "description": "Allows explicit filtering." + }, + "AddShortcut": { + "required": ["logicalId"], + "type": "object", + "properties": { + "logicalId": { + "minLength": 1, + "type": "string", + "description": "Specify logical identifier of the document object or publication for which to create a shortcut." + } + }, + "additionalProperties": false, + "description": "Represents logical identifier model." + }, + "AndSearchExpression": { + "type": "object", + "allOf": [ + { + "$ref": "#/components/schemas/GroupSearchExpression" + } + ], + "additionalProperties": false, + "description": "Represents collection of search expression to be evaluated with AND logical operator." + }, + "AnywhereSearchFieldValue": { + "required": ["value"], + "type": "object", + "allOf": [ + { + "$ref": "#/components/schemas/SearchExpression" + } + ], + "properties": { + "operator": { + "allOf": [ + { + "$ref": "#/components/schemas/FullTextSearchOperator" + } + ], + "description": "The search operator.", + "readOnly": true + }, + "value": { + "minLength": 1, + "type": "string", + "description": "The value to search for." + } + }, + "additionalProperties": false, + "description": "Represents anywhere search field value." + }, + "BackgroundTask": { + "type": "object", + "properties": { + "taskId": { + "type": "integer", + "description": "The identifier of the task.", + "format": "int64" + }, + "progressId": { + "type": "integer", + "description": "The progress id.", + "format": "int64" + }, + "eventId": { + "type": "string", + "description": "The event id." + } + }, + "additionalProperties": false, + "description": "Represents a background task." + }, + "BaseFolder": { + "enum": ["none", "data", "system", "favorites", "editorTemplate"], + "type": "string", + "description": "Enumeration holding all base folders." + }, + "BaseItem": { + "required": ["type"], + "type": "object", + "allOf": [ + { + "$ref": "#/components/schemas/RelatedInfo" + } + ], + "properties": { + "type": { + "type": "string" + }, + "id": { + "type": "string", + "description": "The identifier.", + "readOnly": true + }, + "title": { + "type": "string", + "description": "The title.", + "nullable": true + }, + "description": { + "type": "string", + "description": "The description.", + "nullable": true + } + }, + "additionalProperties": false, + "description": "Represents an item.", + "discriminator": { + "propertyName": "type", + "mapping": { + "User": "#/components/schemas/User", + "UserGroup": "#/components/schemas/UserGroup", + "TranslationObject": "#/components/schemas/TranslationObject", + "Setting": "#/components/schemas/Setting", + "SearchObject": "#/components/schemas/SearchObject", + "Publication": "#/components/schemas/Publication", + "BaseObject": "#/components/schemas/BaseObject", + "LovList": "#/components/schemas/LovList", + "LovValue": "#/components/schemas/LovValue", + "OutputFormat": "#/components/schemas/OutputFormat", + "RevisionInfo": "#/components/schemas/RevisionInfo", + "Tag": "#/components/schemas/Tag", + "FormFieldOperator": "#/components/schemas/FormFieldOperator", + "FullTextSearchFormFieldOperator": "#/components/schemas/FullTextSearchFormFieldOperator", + "MetadataFilterFormFieldOperator": "#/components/schemas/MetadataFilterFormFieldOperator", + "Folder": "#/components/schemas/Folder", + "ElectronicDocumentType": "#/components/schemas/ElectronicDocumentType", + "DocumentObject": "#/components/schemas/DocumentObject", + "RevisionHistoryItem": "#/components/schemas/RevisionHistoryItem", + "Baseline": "#/components/schemas/Baseline" + } + } + }, + "Baseline": { + "type": "object", + "allOf": [ + { + "$ref": "#/components/schemas/BaseObject" + } + ], + "additionalProperties": false, + "description": "Represents a baseline." + }, + "BaselineAutoCompleteMode": { + "enum": ["none", "firstVersion", "latestReleased", "latestAvailable"], + "type": "string" + }, + "BaselineEntry": { + "required": ["type"], + "type": "object", + "properties": { + "type": { + "type": "string" + }, + "id": { + "type": "string", + "description": "The unique element name of the card on the logical level" + }, + "source": { + "type": "string", + "description": "Who or what is responsible for the current version number of the object in the baseline." + }, + "version": { + "type": "string", + "description": "The version number of the version card.", + "nullable": true + }, + "author": { + "allOf": [ + { + "$ref": "#/components/schemas/User" + } + ], + "description": "The Author of the object.", + "nullable": true + }, + "creationDate": { + "type": "string", + "description": "The creation date of the object.", + "format": "date-time", + "nullable": true + }, + "modificationDate": { + "type": "string", + "description": "The last modification date of the object.", + "format": "date-time", + "nullable": true + } + }, + "additionalProperties": false, + "description": "Represents a baseline entry.", + "discriminator": { + "propertyName": "type", + "mapping": { + "BaselineEntry": "#/components/schemas/BaselineEntry", + "BaselineReportEntry": "#/components/schemas/BaselineReportEntry" + } + } + }, + "BaselineReportEntry": { + "type": "object", + "allOf": [ + { + "$ref": "#/components/schemas/BaselineEntry" + } + ], + "properties": { + "versionCardId": { + "type": "integer", + "description": "The version of the baseline report entry.", + "format": "int64", + "nullable": true + }, + "documentObjectType": { + "allOf": [ + { + "$ref": "#/components/schemas/DocumentObjectType" + } + ], + "description": "The document type of the baseline report entry." + }, + "items": { + "type": "array", + "items": { + "$ref": "#/components/schemas/BaselineReportItem" + }, + "description": "The items of the baseline report entry.", + "nullable": true + } + }, + "additionalProperties": false, + "description": "Represents a baseline report entry." + }, + "BaselineReportItem": { + "type": "object", + "properties": { + "reportLanguage": { + "allOf": [ + { + "$ref": "#/components/schemas/LovValue" + } + ], + "description": "The reporting language of the baseline" + }, + "reportResolution": { + "allOf": [ + { + "$ref": "#/components/schemas/LovValue" + } + ], + "description": "The resolution of the illustration. For non-illustration object, the resolution is an empty string." + }, + "reportResult": { + "allOf": [ + { + "$ref": "#/components/schemas/BaselineReportResult" + } + ], + "description": "The result of the report." + }, + "languageCardId": { + "type": "integer", + "description": "The language card id of the baseline report item.", + "format": "int64", + "nullable": true + }, + "sourceLanguage": { + "allOf": [ + { + "$ref": "#/components/schemas/LovValue" + } + ], + "description": "Source language of the baseline report item.", + "nullable": true + }, + "languages": { + "type": "array", + "items": { + "$ref": "#/components/schemas/LovValue" + }, + "description": "The list of languages of the baseline report item.\r\n\r\n For Topics, this property would contain a single language.\r\n For Illustrations, it may contain multiple languages.\r\n", + "nullable": true + }, + "status": { + "allOf": [ + { + "$ref": "#/components/schemas/LovValue" + } + ], + "description": "The status of the baseline report item.", + "nullable": true + }, + "links": { + "type": "array", + "items": { + "type": "string" + }, + "description": "The links of the baseline report item.", + "nullable": true + }, + "imageLinks": { + "type": "array", + "items": { + "type": "string" + }, + "description": "The image links of the baseline report item.", + "nullable": true + } + }, + "additionalProperties": false, + "description": "Represents a baseline report item." + }, + "BaselineReportResult": { + "enum": [ + "ok", + "languageVersionMissing", + "notInUse", + "notReleased", + "noValidVersionFound", + "objectMissing", + "objectMissingInBaseline", + "versionMissing" + ], + "type": "string", + "description": "Enumeration holding the possible values for the baseline report result." + }, + "BaseObject": { + "required": ["type"], + "type": "object", + "allOf": [ + { + "$ref": "#/components/schemas/BaseItem" + } + ], + "properties": { + "type": { + "type": "string" + }, + "fields": { + "type": "array", + "items": { + "$ref": "#/components/schemas/FieldValue" + }, + "description": "The list of field values.", + "nullable": true + }, + "links": { + "type": "array", + "items": { + "$ref": "#/components/schemas/Link" + }, + "description": "A list of actions or links that are allowed on the object.", + "nullable": true + }, + "messages": { + "type": "array", + "items": { + "$ref": "#/components/schemas/Message" + }, + "description": "A list of messages related to the object. The messages can contain warnings and errors.", + "nullable": true + } + }, + "additionalProperties": false, + "description": "Base definition for objects.", + "discriminator": { + "propertyName": "type", + "mapping": { + "User": "#/components/schemas/User", + "UserGroup": "#/components/schemas/UserGroup", + "TranslationObject": "#/components/schemas/TranslationObject", + "Setting": "#/components/schemas/Setting", + "SearchObject": "#/components/schemas/SearchObject", + "Publication": "#/components/schemas/Publication", + "OutputFormat": "#/components/schemas/OutputFormat", + "RevisionInfo": "#/components/schemas/RevisionInfo", + "Folder": "#/components/schemas/Folder", + "ElectronicDocumentType": "#/components/schemas/ElectronicDocumentType", + "DocumentObject": "#/components/schemas/DocumentObject", + "RevisionHistoryItem": "#/components/schemas/RevisionHistoryItem", + "Baseline": "#/components/schemas/Baseline" + } + } + }, + "BaseSearchSortField": { + "required": ["type"], + "type": "object", + "properties": { + "type": { + "type": "string", + "readOnly": true + }, + "sortOrder": { + "allOf": [ + { + "$ref": "#/components/schemas/SearchSortOrder" + } + ], + "description": "The sort order type." + } + }, + "additionalProperties": false, + "description": "Represents Base Search Sort Fields", + "discriminator": { + "propertyName": "type", + "mapping": { + "ScoreSearchSortField": "#/components/schemas/ScoreSearchSortField", + "SearchSortField": "#/components/schemas/SearchSortField" + } + } + }, + "CancelPublicationPublish": { + "type": "object", + "properties": { + "requiredCurrentFields": { + "type": "array", + "items": { + "$ref": "#/components/schemas/SetFieldValue" + }, + "description": "Fields that will be used in concurrency check.\r\nEach individual field in this collection should have the same exact value in the database in order to update the Trisoft.InfoShare.WebApi.V30.Publications.Models.Publication", + "nullable": true + } + }, + "additionalProperties": false, + "description": "Represents an update model for CancelPublicationPublish." + }, + "CardFieldValue": { + "type": "object", + "allOf": [ + { + "$ref": "#/components/schemas/FieldValue" + } + ], + "properties": { + "value": { + "allOf": [ + { + "$ref": "#/components/schemas/BaseObject" + } + ], + "description": "Base definition for objects.", + "nullable": true + } + }, + "additionalProperties": false + }, + "CardFilterFieldValue": { + "required": ["value"], + "type": "object", + "allOf": [ + { + "$ref": "#/components/schemas/FilterFieldValue" + } + ], + "properties": { + "value": { + "minItems": 1, + "type": "array", + "items": { + "$ref": "#/components/schemas/SetBaseObject" + } + } + }, + "additionalProperties": false + }, + "CardLikeFilterFieldValue": { + "required": ["value"], + "type": "object", + "allOf": [ + { + "$ref": "#/components/schemas/FilterFieldValue" + } + ], + "properties": { + "value": { + "minLength": 1, + "type": "string" + } + }, + "additionalProperties": false + }, + "CheckInDocumentObject": { + "type": "object", + "properties": { + "fields": { + "type": "array", + "items": { + "$ref": "#/components/schemas/SetFieldValue" + }, + "description": "The list of field values to be changed.", + "nullable": true + }, + "requiredCurrentFields": { + "type": "array", + "items": { + "$ref": "#/components/schemas/SetFieldValue" + }, + "description": "Fields that will be used in concurrency check.\r\nEach individual field in this collection should have the same exact value in the database in order to update the Trisoft.InfoShare.WebApi.V30.DocumentObjects.Models.DocumentObject", + "nullable": true + } + }, + "additionalProperties": false, + "description": "Request object to check in object content in the repository that match the criteria given in the properties." + }, + "CheckOutDocumentObject": { + "type": "object", + "properties": { + "requiredCurrentFields": { + "type": "array", + "items": { + "$ref": "#/components/schemas/SetFieldValue" + }, + "description": "Fields that will be used in concurrency check.\r\nEach individual field in this collection should have the same exact value in the database in order to check out the Trisoft.InfoShare.WebApi.V30.DocumentObjects.Models.DocumentObject", + "nullable": true + } + }, + "additionalProperties": false, + "description": "Represents model to check out a document" + }, + "CompleteBaseline": { + "type": "object", + "properties": { + "extendId": { + "type": "string", + "description": "Specify the element name of the Baseline that will be used to complete the Baseline.", + "nullable": true + }, + "autoCompleteMode": { + "allOf": [ + { + "$ref": "#/components/schemas/BaselineAutoCompleteMode" + } + ], + "description": "Specify the auto complete mode that must be used to select the versions in the Baseline.", + "nullable": true + }, + "startLogicalIds": { + "type": "array", + "items": { + "type": "string" + }, + "description": "Specify a list of logical identifiers of the root map or objects in the outline of the root map that will be used as the starting point for the baseline calculation.", + "nullable": true + }, + "startResourceLogicalIds": { + "type": "array", + "items": { + "type": "string" + }, + "description": "Specify a list of logical identifiers of resources that will be used as the starting point for the Baseline calculation.", + "nullable": true + }, + "languages": { + "type": "array", + "items": { + "type": "string" + }, + "description": "Specify a list of languages.", + "nullable": true + }, + "illustrationLanguages": { + "type": "array", + "items": { + "type": "string" + }, + "description": "Specify a list of fallback languages for illustrations.", + "nullable": true + }, + "resourceLanguages": { + "type": "array", + "items": { + "type": "string" + }, + "description": "Specify a list of fallback languages for resources.", + "nullable": true + }, + "resolutions": { + "type": "array", + "items": { + "type": "string" + }, + "description": "Specify a list of resolutions.", + "nullable": true + }, + "depth": { + "type": "integer", + "description": "Specify how many levels should be returned. If no value is provided all levels will be returned.\r\nNegative Depth means unlimited recursion. Depth 0 means just return the baseline entries for the supplied logical ids.", + "format": "int32", + "default": -1, + "nullable": true + } + }, + "additionalProperties": false, + "description": "The model contains the parameters which will be used to expand and complete the baseline starting from the incoming logicalIds using the extend baseline and/or the autocomplete mode." + }, + "CreateBackgroundTask": { + "required": ["eventType"], + "type": "object", + "properties": { + "eventType": { + "maxLength": 255, + "minLength": 1, + "type": "string", + "description": "Type of event/background task." + }, + "progressId": { + "type": "integer", + "description": "Unique identifier of the event log for this background task. If no progressId is provided, a new event log will be created.", + "format": "int64", + "nullable": true + }, + "eventDescription": { + "maxLength": 255, + "type": "string", + "description": "Description of the background task. This will only be used while creating a new event log.", + "nullable": true + }, + "hashId": { + "maxLength": 80, + "type": "string", + "description": "The hashId that will be used to skip older background task for the same action. For instance, synchronizing the same language object only once to SDL LiveContent.", + "nullable": true + }, + "startAfter": { + "type": "string", + "description": "DateTime in UTC indicating that the background task should not be started before the specified time.\r\nIf the background task service is still processing other background tasks, the background task will not start at the specified time but later.", + "format": "date-time", + "nullable": true + } + }, + "additionalProperties": false, + "description": "Represents the information required for creating background task." + }, + "CreateFolder": { + "type": "object", + "properties": { + "parentId": { + "minimum": -1, + "exclusiveMinimum": true, + "type": "string", + "description": "The identifier of parent folder (e.g. 34567)." + }, + "fields": { + "type": "array", + "items": { + "$ref": "#/components/schemas/SetFieldValue" + }, + "description": "The list of field values." + } + }, + "additionalProperties": false, + "description": "Represents a create folder model." + }, + "CreateLovValue": { + "required": ["title"], + "type": "object", + "properties": { + "id": { + "type": "string", + "description": "The lov value identifier", + "nullable": true + }, + "title": { + "minLength": 1, + "type": "string", + "description": "The lov value title" + }, + "description": { + "type": "string", + "description": "The lov value description", + "nullable": true + } + }, + "additionalProperties": false, + "description": "Represents a create lov Value model." + }, + "CreateStatusDefinition": { + "type": "object", + "properties": { + "lovValue": { + "allOf": [ + { + "$ref": "#/components/schemas/CreateLovValue" + } + ], + "description": "Represents the creation of a Trisoft.InfoShare.WebApi.V30.Workflows.Models.CreateStatusDefinition.LovValue model." + }, + "statusType": { + "allOf": [ + { + "$ref": "#/components/schemas/StatusType" + } + ], + "description": "StatusType: Type of the status described in Trisoft.InfoShare.WebApi.V30.Workflows.Models.CreateStatusDefinition.StatusType." + } + }, + "additionalProperties": false, + "description": "Represents a model for create status definition." + }, + "DateTimeFieldValue": { + "type": "object", + "allOf": [ + { + "$ref": "#/components/schemas/FieldValue" + } + ], + "properties": { + "value": { + "type": "string", + "format": "date-time", + "nullable": true + } + }, + "additionalProperties": false + }, + "DateTimeFilterFieldValue": { + "required": ["value"], + "type": "object", + "allOf": [ + { + "$ref": "#/components/schemas/FilterFieldValue" + } + ], + "properties": { + "value": { + "minItems": 1, + "type": "array", + "items": { + "type": "string", + "format": "date-time" + } + } + }, + "additionalProperties": false + }, + "DateTimeSearchFieldValue": { + "required": ["value"], + "type": "object", + "allOf": [ + { + "$ref": "#/components/schemas/SearchFieldValue" + } + ], + "properties": { + "value": { + "minItems": 1, + "type": "array", + "items": { + "type": "string", + "format": "date-time" + }, + "description": "Collection of values to search for." + } + }, + "additionalProperties": false, + "description": "Represents search field value of type System.Collections.Generic.IList`1." + }, + "DeleteDocumentObjectByLanguageCardId": { + "type": "object", + "properties": { + "requiredCurrentFields": { + "type": "array", + "items": { + "$ref": "#/components/schemas/SetFieldValue" + }, + "description": "The fields that will be used in concurrency check.\r\nEach individual field in this collection should have the same exact value in the database in order to delete the Trisoft.InfoShare.WebApi.V30.DocumentObjects.Models.DocumentObject", + "nullable": true + } + }, + "additionalProperties": false, + "description": "Request object to delete document object." + }, + "DeleteDocumentObjectByLogicalId": { + "type": "object", + "properties": { + "requiredCurrentFields": { + "type": "array", + "items": { + "$ref": "#/components/schemas/SetFieldValue" + }, + "description": "The fields that will be used in concurrency check.\r\nEach individual field in this collection should have the same exact value in the database in order to delete the Trisoft.InfoShare.WebApi.V30.DocumentObjects.Models.DocumentObject", + "nullable": true + } + }, + "additionalProperties": false, + "description": "Request object to delete document object." + }, + "DocumentObject": { + "type": "object", + "allOf": [ + { + "$ref": "#/components/schemas/BaseObject" + } + ], + "properties": { + "documentObjectType": { + "allOf": [ + { + "$ref": "#/components/schemas/DocumentObjectType" + } + ], + "description": "The document type." + }, + "languageCardId": { + "type": "integer", + "description": "The language card identifier.", + "format": "int64", + "nullable": true + }, + "versionCardId": { + "type": "integer", + "description": "The version card identifier.", + "format": "int64", + "nullable": true + }, + "logicalId": { + "type": "string", + "description": "The logical identifier." + }, + "version": { + "type": "string", + "description": "The version.", + "nullable": true + }, + "languageId": { + "type": "string", + "description": "The language identifier.", + "nullable": true + }, + "resolutionId": { + "type": "string", + "description": "The resolution identifier.", + "nullable": true + } + }, + "additionalProperties": false, + "description": "Represents a document." + }, + "DocumentObjectLink": { + "type": "object", + "allOf": [ + { + "$ref": "#/components/schemas/RelatedInfo" + } + ], + "properties": { + "linkType": { + "allOf": [ + { + "$ref": "#/components/schemas/DocumentObjectLinkType" + } + ], + "description": "The type of the link." + }, + "target": { + "type": "string", + "description": "The reference to the contents that the link targets." + }, + "endTarget": { + "type": "string", + "description": "Reference to the last element in the range when a range of elements inside the contents is referenced.", + "nullable": true + } + }, + "additionalProperties": false, + "description": "Represents a link to a node in the contents of a document object." + }, + "DocumentObjectLinkType": { + "enum": ["contentReference", "hyperlink", "link", "variable"], + "type": "string", + "description": "Defines the type of a link in the contents of a document object." + }, + "DocumentObjectParseError": { + "type": "object", + "allOf": [ + { + "$ref": "#/components/schemas/RelatedInfo" + } + ], + "properties": { + "reason": { + "type": "string", + "description": "Message describing the current error.", + "nullable": true + }, + "lineNumber": { + "type": "integer", + "description": "The line number indicating where the error occurred. Line numbers start at 1.", + "format": "int32", + "nullable": true + }, + "linePosition": { + "type": "integer", + "description": "The line position indicating where the error occurred. Line position starts at 1.", + "format": "int32", + "nullable": true + }, + "errorCode": { + "type": "string", + "description": "The error code.", + "nullable": true + }, + "sourceText": { + "type": "string", + "description": "The text of the content that causes the error.", + "nullable": true + } + }, + "additionalProperties": false, + "description": "Returns detailed information about a parsing error in the contents of a document object." + }, + "DocumentObjectType": { + "enum": [ + "undefined", + "illustration", + "library", + "map", + "other", + "topic" + ], + "type": "string", + "description": "Enumeration holding the type of document." + }, + "DocumentObjectTypeFilter": { + "enum": ["any", "illustration", "library", "map", "other", "topic"], + "type": "string", + "description": "Enumeration holding the type of document for filtering." + }, + "ElectronicDocumentType": { + "type": "object", + "allOf": [ + { + "$ref": "#/components/schemas/BaseObject" + } + ], + "additionalProperties": false, + "description": "Represents a edt." + }, + "Error": { + "type": "object", + "allOf": [ + { + "$ref": "#/components/schemas/Message" + } + ], + "properties": { + "severity": { + "allOf": [ + { + "$ref": "#/components/schemas/SeverityLevel" + } + ], + "description": "List of Severity Levels", + "readOnly": true + } + }, + "additionalProperties": false, + "description": "An error message." + }, + "EventProgress": { + "type": "object", + "properties": { + "progressId": { + "type": "integer", + "description": "The progress id.", + "format": "int64" + }, + "eventId": { + "type": "string", + "description": "The event id." + } + }, + "additionalProperties": false, + "description": "Represents an event." + }, + "ExpandBaseline": { + "type": "object", + "properties": { + "startLogicalIds": { + "type": "array", + "items": { + "type": "string" + }, + "description": "Specify a list of logical identifiers of the root map or objects in the outline of the root map that will be used as the starting point for the Baseline calculation.", + "nullable": true + }, + "startResourceLogicalIds": { + "type": "array", + "items": { + "type": "string" + }, + "description": "Specify a list of logical identifiers of resources that will be used as the starting point for the Baseline calculation.", + "nullable": true + }, + "languages": { + "type": "array", + "items": { + "type": "string" + }, + "description": "Specify a list of languages.", + "nullable": true + }, + "illustrationLanguages": { + "type": "array", + "items": { + "type": "string" + }, + "description": "Specify a list of fallback languages for illustrations.", + "nullable": true + }, + "resourceLanguages": { + "type": "array", + "items": { + "type": "string" + }, + "description": "Specify a list of fallback languages for resources.", + "nullable": true + }, + "resolutions": { + "type": "array", + "items": { + "type": "string" + }, + "description": "Specify a list of resolutions.", + "nullable": true + }, + "depth": { + "type": "integer", + "description": "Specify how many levels should be returned. If no value is provided all levels will be returned. Valid values are greater than or equal to 1.", + "format": "int32", + "nullable": true + } + }, + "additionalProperties": false, + "description": "Represents a ExpandBaseline." + }, + "FieldGroup": { + "enum": ["none", "basic", "descriptive", "system", "all"], + "type": "string", + "description": "Groups of metadata fields." + }, + "FieldValue": { + "required": ["type"], + "type": "object", + "allOf": [ + { + "$ref": "#/components/schemas/RelatedInfo" + } + ], + "properties": { + "type": { + "type": "string" + }, + "name": { + "type": "string", + "readOnly": true + }, + "ishField": { + "allOf": [ + { + "$ref": "#/components/schemas/IshField" + } + ], + "description": "The field with information the name/label of the InfoShare field (e.g. FTITLE) and the level of the InfoShare field (e.g. logical, version, lng).", + "readOnly": true + }, + "title": { + "type": "string", + "description": "The user-friendly title of the field.", + "nullable": true + }, + "description": { + "type": "string", + "description": "The description of the field.", + "nullable": true + }, + "isModified": { + "type": "boolean", + "description": "Indicates whether the value has been modified by the metadata\r\nconfiguration since the object was created or its metadata was last set.", + "nullable": true, + "readOnly": true + }, + "messages": { + "type": "array", + "items": { + "$ref": "#/components/schemas/Message" + }, + "description": "A list of messages related to the field value.\r\nThe messages can contain warnings and errors.", + "nullable": true + } + }, + "additionalProperties": false, + "description": "Represents a field value that contains information to access a field, and the value associated with the field.", + "discriminator": { + "propertyName": "type", + "mapping": { + "CardFieldValue": "#/components/schemas/CardFieldValue", + "DateTimeFieldValue": "#/components/schemas/DateTimeFieldValue", + "LovFieldValue": "#/components/schemas/LovFieldValue", + "MultiCardFieldValue": "#/components/schemas/MultiCardFieldValue", + "MultiDateTimeFieldValue": "#/components/schemas/MultiDateTimeFieldValue", + "MultiLovFieldValue": "#/components/schemas/MultiLovFieldValue", + "MultiNumberFieldValue": "#/components/schemas/MultiNumberFieldValue", + "MultiStringFieldValue": "#/components/schemas/MultiStringFieldValue", + "MultiTagFieldValue": "#/components/schemas/MultiTagFieldValue", + "MultiVersionFieldValue": "#/components/schemas/MultiVersionFieldValue", + "NumberFieldValue": "#/components/schemas/NumberFieldValue", + "ObjectFieldValue": "#/components/schemas/ObjectFieldValue", + "StringFieldValue": "#/components/schemas/StringFieldValue", + "TagFieldValue": "#/components/schemas/TagFieldValue", + "VersionFieldValue": "#/components/schemas/VersionFieldValue" + } + } + }, + "FilterFieldValue": { + "required": ["type"], + "type": "object", + "properties": { + "type": { + "type": "string", + "description": "The type of the current object.", + "readOnly": true + }, + "name": { + "type": "string", + "description": "The name of the filter field.", + "nullable": true + }, + "ishField": { + "allOf": [ + { + "$ref": "#/components/schemas/IshField" + } + ], + "description": "The field with information about the name/label of the field in the Repository (e.g. FTITLE) and the level of the InfoShare field (e.g. logical, version, lng)." + }, + "operator": { + "allOf": [ + { + "$ref": "#/components/schemas/MetadataFilterOperator" + } + ], + "description": "The filter operator (e.g. equal, not in, like).", + "nullable": true + } + }, + "additionalProperties": false, + "description": "Represents a filter field that contains information to access a field, and the value associated with the field.", + "discriminator": { + "propertyName": "type", + "mapping": { + "CardFilterFieldValue": "#/components/schemas/CardFilterFieldValue", + "CardLikeFilterFieldValue": "#/components/schemas/CardLikeFilterFieldValue", + "DateTimeFilterFieldValue": "#/components/schemas/DateTimeFilterFieldValue", + "LovFilterFieldValue": "#/components/schemas/LovFilterFieldValue", + "LovLikeFilterFieldValue": "#/components/schemas/LovLikeFilterFieldValue", + "NumberFilterFieldValue": "#/components/schemas/NumberFilterFieldValue", + "StringFilterFieldValue": "#/components/schemas/StringFilterFieldValue", + "TagFilterFieldValue": "#/components/schemas/TagFilterFieldValue" + } + } + }, + "Folder": { + "type": "object", + "allOf": [ + { + "$ref": "#/components/schemas/BaseObject" + } + ], + "properties": { + "folderType": { + "allOf": [ + { + "$ref": "#/components/schemas/FolderType" + } + ], + "description": "The type of the folder (e.g. ReferenceFolder, PublicationFolder, TopicFolder)." + }, + "baseFolder": { + "allOf": [ + { + "$ref": "#/components/schemas/BaseFolder" + } + ], + "description": "The type of the base folder (e.g. Data, System, Favorites, EditorTemplate).", + "default": "none" + } + }, + "additionalProperties": false, + "description": "Represents a folder." + }, + "FolderDescriptor": { + "type": "object", + "properties": { + "id": { + "type": "string", + "description": "The identifier (e.g. 34567)." + }, + "folderType": { + "allOf": [ + { + "$ref": "#/components/schemas/FolderType" + } + ], + "description": "The type of the folder (e.g. ReferenceFolder, PublicationFolder, TopicFolder)." + } + }, + "additionalProperties": false, + "description": "Represents a folder descriptor model." + }, + "FolderObjectTypeFilter": { + "enum": ["any", "contents", "folders"], + "type": "string", + "description": "Enumeration that lists possible folder item types." + }, + "FolderType": { + "enum": [ + "folder", + "illustrationFolder", + "libraryFolder", + "mapFolder", + "otherFolder", + "publicationFolder", + "referenceFolder", + "topicFolder" + ], + "type": "string", + "description": "Enumeration holding the type of a folder." + }, + "FormFieldOperator": { + "required": ["type"], + "type": "object", + "allOf": [ + { + "$ref": "#/components/schemas/LovValue" + } + ], + "properties": { + "type": { + "type": "string" + } + }, + "additionalProperties": false, + "description": "Represents an operator on a Trisoft.InfoShare.WebApi.V30.Models.Forms.FormField.", + "discriminator": { + "propertyName": "type", + "mapping": { + "FullTextSearchFormFieldOperator": "#/components/schemas/FullTextSearchFormFieldOperator", + "MetadataFilterFormFieldOperator": "#/components/schemas/MetadataFilterFormFieldOperator" + } + } + }, + "FullTextSearchFormFieldOperator": { + "type": "object", + "allOf": [ + { + "$ref": "#/components/schemas/FormFieldOperator" + } + ], + "properties": { + "operator": { + "allOf": [ + { + "$ref": "#/components/schemas/FullTextSearchOperator" + } + ], + "description": "Search operator that will be used in search operations.", + "nullable": true + } + }, + "additionalProperties": false, + "description": "Represents a full text search operator on a Trisoft.InfoShare.WebApi.V30.Models.Forms.FormField." + }, + "FullTextSearchOperator": { + "enum": [ + "equal", + "notEqual", + "lessThan", + "greaterThan", + "lessThanOrEqual", + "greaterThanOrEqual", + "contains" + ], + "type": "string", + "description": "Enumeration holding search operator options." + }, + "GetBaselineList": { + "type": "object", + "properties": { + "ids": { + "type": "array", + "items": { + "type": "string" + }, + "description": "List with baselineIds which can be used to limit the result to baselines within this list that match the other filters.\r\nIf not supplied, all the baselines will be returned.", + "nullable": true + }, + "activityFilter": { + "allOf": [ + { + "$ref": "#/components/schemas/ActivityFilter" + } + ], + "description": "Filter of activity that limits the baselines to only the active or inactive ones. If not supplied, all the baselines will be returned.", + "default": "none" + }, + "filterFields": { + "type": "array", + "items": { + "$ref": "#/components/schemas/FilterFieldValue" + }, + "description": "The filter fields that contain information to access a field, and the value associated with the field.", + "nullable": true + }, + "fieldGroup": { + "allOf": [ + { + "$ref": "#/components/schemas/FieldGroup" + } + ], + "description": "Group of metadata fields that will be returned. If not supplied, no fields will be returned.", + "default": "none" + }, + "fields": { + "type": "array", + "items": { + "$ref": "#/components/schemas/RequestedField" + }, + "description": "Specifies one or more metadata fields to return.", + "nullable": true + } + }, + "additionalProperties": false, + "description": "Request object to get all baselines in the repository that match the criteria given in the properties." + }, + "GetDocumentObjectList": { + "type": "object", + "properties": { + "objectTypes": { + "type": "array", + "items": { + "$ref": "#/components/schemas/DocumentObjectTypeFilter" + }, + "description": "Type of the document. If not supplied, all the type of documents will be returned.", + "default": ["any"] + }, + "statusFilter": { + "allOf": [ + { + "$ref": "#/components/schemas/StatusFilter" + } + ], + "description": "Filtering on a type of status using status settings.", + "default": "all" + }, + "filterFields": { + "type": "array", + "items": { + "$ref": "#/components/schemas/FilterFieldValue" + }, + "description": "The filter fields that contain information to access a field, and the value associated with the field.", + "nullable": true + }, + "selectedProperties": { + "allOf": [ + { + "$ref": "#/components/schemas/SelectedProperties" + } + ], + "description": "Specifies the properties that will be returned. If not supplied, only the identifier will be returned.", + "default": "id" + }, + "fieldGroup": { + "allOf": [ + { + "$ref": "#/components/schemas/FieldGroup" + } + ], + "description": "Group of metadata fields that will be returned. If not supplied, no fields will be returned.", + "default": "none" + }, + "fields": { + "type": "array", + "items": { + "$ref": "#/components/schemas/RequestedField" + }, + "description": "Specifies one or more metadata fields to return.", + "nullable": true + }, + "includeLinks": { + "type": "boolean", + "description": "true to include the links; otherwise, false. Default is false.", + "default": false + } + }, + "additionalProperties": false, + "description": "Request object to get all objects in the repository that match the criteria given in the properties." + }, + "GetDocumentObjectListByLanguageCardId": { + "required": ["languageCardIds"], + "type": "object", + "properties": { + "objectTypes": { + "type": "array", + "items": { + "$ref": "#/components/schemas/DocumentObjectTypeFilter" + }, + "description": "Type of the document. If not supplied, all the type of documents will be returned.", + "default": ["any"] + }, + "languageCardIds": { + "minItems": 1, + "type": "array", + "items": { + "type": "integer", + "format": "int64" + }, + "description": "Language card identifiers of the objects." + }, + "statusFilter": { + "allOf": [ + { + "$ref": "#/components/schemas/StatusFilter" + } + ], + "description": "Filtering on a type of status using status settings.", + "default": "all" + }, + "filterFields": { + "type": "array", + "items": { + "$ref": "#/components/schemas/FilterFieldValue" + }, + "description": "The filter fields that contain information to access a field, and the value associated with the field.", + "nullable": true + }, + "selectedProperties": { + "allOf": [ + { + "$ref": "#/components/schemas/SelectedProperties" + } + ], + "description": "Specifies the properties that will be returned. If not supplied, only the identifier will be returned.", + "default": "id" + }, + "fieldGroup": { + "allOf": [ + { + "$ref": "#/components/schemas/FieldGroup" + } + ], + "description": "Group of metadata fields that will be returned. If not supplied, no fields will be returned.", + "default": "none" + }, + "fields": { + "type": "array", + "items": { + "$ref": "#/components/schemas/RequestedField" + }, + "description": "Specifies one or more metadata fields to return.", + "nullable": true + }, + "includeLinks": { + "type": "boolean", + "description": "true to include the links; otherwise, false. Default is false.", + "default": false + } + }, + "additionalProperties": false, + "description": "Request object to get all objects in the repository that match the criteria given in the properties." + }, + "GetDocumentObjectListByLogicalId": { + "required": ["logicalIds"], + "type": "object", + "properties": { + "objectTypes": { + "type": "array", + "items": { + "$ref": "#/components/schemas/DocumentObjectTypeFilter" + }, + "description": "Type of the document. If not supplied, all the type of documents will be returned.", + "default": ["any"] + }, + "logicalIds": { + "minItems": 1, + "type": "array", + "items": { + "type": "string" + }, + "description": "Logical ids of the objects." + }, + "statusFilter": { + "allOf": [ + { + "$ref": "#/components/schemas/StatusFilter" + } + ], + "description": "Filtering on a type of status using status settings.", + "default": "all" + }, + "filterFields": { + "type": "array", + "items": { + "$ref": "#/components/schemas/FilterFieldValue" + }, + "description": "The filter fields that contain information to access a field, and the value associated with the field.", + "nullable": true + }, + "selectedProperties": { + "allOf": [ + { + "$ref": "#/components/schemas/SelectedProperties" + } + ], + "description": "Specifies the properties that will be returned. If not supplied, only the identifier will be returned.", + "default": "id" + }, + "fieldGroup": { + "allOf": [ + { + "$ref": "#/components/schemas/FieldGroup" + } + ], + "description": "Group of metadata fields that will be returned. If not supplied, no fields will be returned.", + "default": "none" + }, + "fields": { + "type": "array", + "items": { + "$ref": "#/components/schemas/RequestedField" + }, + "description": "Specifies one or more metadata fields to return.", + "nullable": true + }, + "includeLinks": { + "type": "boolean", + "description": "true to include the links; otherwise, false. Default is false.", + "default": false + }, + "includePartialItems": { + "type": "boolean", + "description": "true to include partial items when the version or language is missing; otherwise, false. Default is false.", + "default": false + } + }, + "additionalProperties": false, + "description": "Request object to get all objects in the repository that match the criteria given in the properties." + }, + "GetDocumentObjectListUsingDocumentObject": { + "type": "object", + "properties": { + "linkType": { + "allOf": [ + { + "$ref": "#/components/schemas/LinkType" + } + ], + "description": "The type of the link.", + "default": "all" + }, + "objectTypes": { + "type": "array", + "items": { + "$ref": "#/components/schemas/DocumentObjectTypeFilter" + }, + "description": "Type of the document. If not supplied, all the type of documents will be returned.", + "default": ["any"] + }, + "statusFilter": { + "allOf": [ + { + "$ref": "#/components/schemas/StatusFilter" + } + ], + "description": "Filtering on a type of status using status settings.", + "default": "all" + }, + "filterFields": { + "type": "array", + "items": { + "$ref": "#/components/schemas/FilterFieldValue" + }, + "description": "The filter fields that contain information to access a field, and the value associated with the field.", + "nullable": true + }, + "fieldGroup": { + "allOf": [ + { + "$ref": "#/components/schemas/FieldGroup" + } + ], + "description": "Group of metadata fields that will be returned. If not supplied, no fields will be returned.", + "default": "none" + }, + "fields": { + "type": "array", + "items": { + "$ref": "#/components/schemas/RequestedField" + }, + "description": "A collection of requested metadata fields.", + "nullable": true + }, + "selectedProperties": { + "allOf": [ + { + "$ref": "#/components/schemas/SelectedProperties" + } + ], + "description": "Specifies the properties that will be returned. If not supplied, only the identifier will be returned.", + "default": "id" + }, + "includeLinks": { + "type": "boolean", + "description": "true to include the links; otherwise, false. Default is false.", + "default": false + } + }, + "additionalProperties": false, + "description": "Request object to get all objects in the repository that are referencing the given logical id." + }, + "GetFolderList": { + "required": ["ids"], + "type": "object", + "properties": { + "ids": { + "minItems": 1, + "type": "array", + "items": { + "type": "string" + }, + "description": "List with folderIds which can be used to limit the result to folders within this list that match the other filters." + }, + "fieldGroup": { + "allOf": [ + { + "$ref": "#/components/schemas/FieldGroup" + } + ], + "description": "Group of metadata fields that will be returned. If not supplied, no fields will be returned.", + "default": "none" + }, + "fields": { + "type": "array", + "items": { + "$ref": "#/components/schemas/RequestedField" + }, + "description": "Specifies one or more metadata fields to return.", + "nullable": true + }, + "selectedProperties": { + "allOf": [ + { + "$ref": "#/components/schemas/SelectedProperties" + } + ], + "description": "Specifies the properties that will be returned. If not supplied, only the identifier will be returned.", + "default": "id" + }, + "includeLinks": { + "type": "boolean", + "description": "true to include the links; otherwise, false. Default is false.", + "default": false + } + }, + "additionalProperties": false, + "description": "Request folder to get all folders in the repository that match the criteria given in the properties." + }, + "GetInboxObjectList": { + "type": "object", + "properties": { + "selectedProperties": { + "allOf": [ + { + "$ref": "#/components/schemas/SelectedProperties" + } + ], + "description": "Specifies the properties that will be returned. If not supplied, only the identifier will be returned.", + "default": "id" + }, + "fieldGroup": { + "allOf": [ + { + "$ref": "#/components/schemas/FieldGroup" + } + ], + "description": "Group of metadata fields that will be returned. If not supplied, no fields will be returned.", + "default": "none" + }, + "fields": { + "type": "array", + "items": { + "$ref": "#/components/schemas/RequestedField" + }, + "description": "Specifies one or more metadata fields to return.", + "nullable": true + }, + "includeLinks": { + "type": "boolean", + "description": "true to include the links; otherwise, false. Default is false.", + "default": false + } + }, + "additionalProperties": false, + "description": "Represents an Inbox object list." + }, + "GetLovList": { + "type": "object", + "properties": { + "ids": { + "type": "array", + "items": { + "type": "string" + }, + "description": "The identifiers of list of values", + "nullable": true + } + }, + "additionalProperties": false, + "description": "Represents a get Lov list model." + }, + "GetMetadataBindingTagList": { + "type": "object", + "properties": { + "inputFilter": { + "type": "string", + "description": "String used to filter the possible tags.", + "nullable": true + }, + "fields": { + "type": "array", + "items": { + "$ref": "#/components/schemas/SetFieldValue" + }, + "description": "Specify some fields of the object which might impact the possible tags.\r\nFor instance FTESTCOUNTRIES with value \"Netherlands\" will limit the result to \"Amsterdam\"", + "nullable": true + }, + "maxTagsToReturn": { + "minimum": 0, + "exclusiveMinimum": true, + "type": "integer", + "description": "Maximum number of tags that should be returned.", + "format": "int64", + "default": 20 + } + }, + "additionalProperties": false, + "description": "Request object to get metadata bound tags that match the criteria given in the properties." + }, + "GetMetadataBindingTagStructure": { + "type": "object", + "properties": { + "fields": { + "type": "array", + "items": { + "$ref": "#/components/schemas/SetFieldValue" + }, + "description": "Specify some fields of the object which might impact the possible tags structure.\r\nFor instance FTESTCOUNTRIES with value \"Netherlands\" will limit the result to \"Amsterdam\"", + "nullable": true + } + }, + "additionalProperties": false, + "description": "Request object to get metadata bound tags structure that match the criteria given in the properties." + }, + "GetPublicationList": { + "type": "object", + "properties": { + "statusFilter": { + "allOf": [ + { + "$ref": "#/components/schemas/StatusFilter" + } + ], + "description": "Filtering on a type of status using status settings.", + "default": "all" + }, + "filterFields": { + "type": "array", + "items": { + "$ref": "#/components/schemas/FilterFieldValue" + }, + "description": "The filter fields that contain information to access a field, and the value associated with the field.", + "nullable": true + }, + "selectedProperties": { + "allOf": [ + { + "$ref": "#/components/schemas/SelectedProperties" + } + ], + "description": "Specifies the properties that will be returned. If not supplied, only the identifier will be returned.", + "default": "id" + }, + "fieldGroup": { + "allOf": [ + { + "$ref": "#/components/schemas/FieldGroup" + } + ], + "description": "Group of metadata fields that will be returned. If not supplied, no fields will be returned.", + "default": "none" + }, + "fields": { + "type": "array", + "items": { + "$ref": "#/components/schemas/RequestedField" + }, + "description": "Specifies one or more metadata fields to return.", + "nullable": true + }, + "includeLinks": { + "type": "boolean", + "description": "true to include the links; otherwise, false. Default is false.", + "default": false + } + }, + "additionalProperties": false, + "description": "Request object to get all objects in the repository that match the criteria given in the properties." + }, + "GetPublicationListByLanguageCardId": { + "required": ["languageCardIds"], + "type": "object", + "properties": { + "languageCardIds": { + "minItems": 1, + "type": "array", + "items": { + "type": "integer", + "format": "int64" + }, + "description": "Logical ids of the objects." + }, + "statusFilter": { + "allOf": [ + { + "$ref": "#/components/schemas/StatusFilter" + } + ], + "description": "Filtering on a type of status using status settings.", + "default": "all" + }, + "filterFields": { + "type": "array", + "items": { + "$ref": "#/components/schemas/FilterFieldValue" + }, + "description": "The filter fields that contain information to access a field, and the value associated with the field.", + "nullable": true + }, + "selectedProperties": { + "allOf": [ + { + "$ref": "#/components/schemas/SelectedProperties" + } + ], + "description": "Specifies the properties that will be returned. If not supplied, only the identifier will be returned.", + "default": "id" + }, + "fieldGroup": { + "allOf": [ + { + "$ref": "#/components/schemas/FieldGroup" + } + ], + "description": "Group of metadata fields that will be returned. If not supplied, no fields will be returned.", + "default": "none" + }, + "fields": { + "type": "array", + "items": { + "$ref": "#/components/schemas/RequestedField" + }, + "description": "Specifies one or more metadata fields to return.", + "nullable": true + }, + "includeLinks": { + "type": "boolean", + "description": "true to include the links; otherwise, false. Default is false.", + "default": false + } + }, + "additionalProperties": false, + "description": "Request object to get all publications in the repository that match the criteria given in the properties." + }, + "GetPublicationListByLogicalId": { + "required": ["logicalIds"], + "type": "object", + "properties": { + "logicalIds": { + "minItems": 1, + "type": "array", + "items": { + "type": "string" + }, + "description": "Logical ids of the objects." + }, + "statusFilter": { + "allOf": [ + { + "$ref": "#/components/schemas/StatusFilter" + } + ], + "description": "Filtering on a type of status using status settings.", + "default": "all" + }, + "filterFields": { + "type": "array", + "items": { + "$ref": "#/components/schemas/FilterFieldValue" + }, + "description": "The filter fields that contain information to access a field, and the value associated with the field.", + "nullable": true + }, + "selectedProperties": { + "allOf": [ + { + "$ref": "#/components/schemas/SelectedProperties" + } + ], + "description": "Specifies the properties that will be returned. If not supplied, only the identifier will be returned.", + "default": "id" + }, + "fieldGroup": { + "allOf": [ + { + "$ref": "#/components/schemas/FieldGroup" + } + ], + "description": "Group of metadata fields that will be returned. If not supplied, no fields will be returned.", + "default": "none" + }, + "fields": { + "type": "array", + "items": { + "$ref": "#/components/schemas/RequestedField" + }, + "description": "Specifies one or more metadata fields to return.", + "nullable": true + }, + "includeLinks": { + "type": "boolean", + "description": "true to include the links; otherwise, false. Default is false.", + "default": false + }, + "includePartialItems": { + "type": "boolean", + "description": "true to include the partial items; otherwise, false. Default is false.", + "default": false + } + }, + "additionalProperties": false, + "description": "Request object to get all publications in the repository that match the criteria given in the properties." + }, + "GetPublicationListUsingDocumentObject": { + "type": "object", + "properties": { + "selectedProperties": { + "allOf": [ + { + "$ref": "#/components/schemas/SelectedProperties" + } + ], + "description": "Specifies the properties that will be returned. If not supplied, only the identifier will be returned.", + "default": "id" + }, + "fieldGroup": { + "allOf": [ + { + "$ref": "#/components/schemas/FieldGroup" + } + ], + "description": "Group of metadata fields that will be returned. If not supplied, no fields will be returned.", + "default": "none" + }, + "fields": { + "type": "array", + "items": { + "$ref": "#/components/schemas/RequestedField" + }, + "description": "A collection of requested metadata fields.", + "nullable": true + }, + "includeLinks": { + "type": "boolean", + "description": "true to include the links; otherwise, false. Default is false.", + "default": false + } + }, + "additionalProperties": false, + "description": "Represents model to get list of publications inside which the object is used." + }, + "GetUserGroupList": { + "type": "object", + "properties": { + "ids": { + "type": "array", + "items": { + "type": "string" + }, + "description": "List with userGroupIds which can be used to limit the result to user groups within this list that match the other filters.\r\nIf not supplied, all the user groups will be returned.", + "nullable": true + }, + "activityFilter": { + "allOf": [ + { + "$ref": "#/components/schemas/ActivityFilter" + } + ], + "description": "Filter of activity that limits the user groups to only the active or inactive ones. If not supplied, all the user groups will be returned.", + "default": "none" + }, + "filterFields": { + "type": "array", + "items": { + "$ref": "#/components/schemas/FilterFieldValue" + }, + "description": "The filter fields that contain information to access a field, and the value associated with the field.", + "nullable": true + }, + "selectedProperties": { + "allOf": [ + { + "$ref": "#/components/schemas/SelectedProperties" + } + ], + "description": "Specifies the properties that will be returned. If not supplied, only the identifier will be returned.", + "default": "id" + }, + "fieldGroup": { + "allOf": [ + { + "$ref": "#/components/schemas/FieldGroup" + } + ], + "description": "Group of metadata fields that will be returned. If not supplied, no fields will be returned.", + "default": "none" + }, + "fields": { + "type": "array", + "items": { + "$ref": "#/components/schemas/RequestedField" + }, + "description": "Specifies one or more metadata fields to return.", + "nullable": true + }, + "includeLinks": { + "type": "boolean", + "description": "true to include the links; otherwise, false. Default is false.", + "default": false + } + }, + "additionalProperties": false, + "description": "Request object to get all user groups in the repository that match the criteria given in the properties." + }, + "GetUserList": { + "type": "object", + "properties": { + "ids": { + "type": "array", + "items": { + "type": "string" + }, + "description": "List with userIds which can be used to limit the result to users within this list that match the other filters.\r\nIf not supplied, all the users will be returned.", + "nullable": true + }, + "activityFilter": { + "allOf": [ + { + "$ref": "#/components/schemas/ActivityFilter" + } + ], + "description": "Filter of activity that limits the users to only the active or inactive ones. If not supplied, all the users will be returned.", + "default": "none" + }, + "filterFields": { + "type": "array", + "items": { + "$ref": "#/components/schemas/FilterFieldValue" + }, + "description": "The filter fields that contain information to access a field, and the value associated with the field.", + "nullable": true + }, + "fieldGroup": { + "allOf": [ + { + "$ref": "#/components/schemas/FieldGroup" + } + ], + "description": "Group of metadata fields that will be returned. If not supplied, no fields will be returned.", + "default": "none" + }, + "fields": { + "type": "array", + "items": { + "$ref": "#/components/schemas/RequestedField" + }, + "description": "Specifies one or more metadata fields to return.", + "nullable": true + }, + "includeLinks": { + "type": "boolean", + "description": "true to include the links; otherwise, false. Default is false.", + "default": false + } + }, + "additionalProperties": false, + "description": "Request object to get all users in the repository that match the criteria given in the properties." + }, + "GroupSearchExpression": { + "required": ["type"], + "type": "object", + "allOf": [ + { + "$ref": "#/components/schemas/SearchExpression" + } + ], + "properties": { + "type": { + "type": "string" + }, + "expressions": { + "type": "array", + "items": { + "$ref": "#/components/schemas/SearchExpression" + }, + "description": "Collection of search expressions." + } + }, + "additionalProperties": false, + "description": "Represents a search expression group.", + "discriminator": { + "propertyName": "type", + "mapping": { + "AndSearchExpression": "#/components/schemas/AndSearchExpression", + "OrSearchExpression": "#/components/schemas/OrSearchExpression" + } + } + }, + "Inbox": { + "type": "object", + "properties": { + "name": { + "type": "string", + "description": "The name of the inbox definition." + }, + "id": { + "type": "string", + "description": "The id of the inbox definition." + }, + "toStatuses": { + "type": "array", + "items": { + "$ref": "#/components/schemas/ToStatus" + }, + "description": "The list of to-statuses.", + "nullable": true + } + }, + "additionalProperties": false, + "description": "Represents an Inbox definition." + }, + "InfoShareProblemDetails": { + "type": "object", + "allOf": [ + { + "$ref": "#/components/schemas/ProblemDetails" + } + ], + "properties": { + "eventId": { + "type": "integer", + "description": "The event identifier specific to this occurrence of the problem..", + "format": "int32" + }, + "eventName": { + "type": "string", + "description": "The even name specific to this occurrence of the problem.", + "nullable": true + }, + "errors": { + "type": "array", + "items": { + "$ref": "#/components/schemas/Error" + }, + "description": "A list of errors related to this occurrence of the problem.", + "nullable": true + }, + "relatedInfo": { + "type": "array", + "items": { + "$ref": "#/components/schemas/RelatedInfo" + }, + "description": "A list of additional information related to this occurrence of the problem.", + "nullable": true + } + }, + "additionalProperties": {} + }, + "IshField": { + "required": ["name"], + "type": "object", + "properties": { + "name": { + "minLength": 1, + "type": "string", + "description": "The name/label of the InfoShare field (e.g. FTITLE)." + }, + "level": { + "allOf": [ + { + "$ref": "#/components/schemas/Level" + } + ], + "description": "The level of the InfoShare field (e.g. logical, version, language).", + "nullable": true + } + }, + "additionalProperties": false, + "description": "Represents a field that contains information to access a field." + }, + "Level": { + "enum": [ + "none", + "annotation", + "compute", + "data", + "detail", + "language", + "logical", + "object", + "progress", + "reply", + "version" + ], + "type": "string", + "description": "Enumeration holding the visible InfoShare hierarchy levels." + }, + "Link": { + "type": "object", + "properties": { + "href": { + "type": "string", + "description": "Gets or sets the URL for this Trisoft.Utilities.WebApi.Links.Link.", + "nullable": true + }, + "rel": { + "type": "string", + "description": "Gets or sets the relation for this Trisoft.Utilities.WebApi.Links.Link.", + "nullable": true + }, + "type": { + "type": "string", + "description": "Gets or sets the HTTP method for this Trisoft.Utilities.WebApi.Links.Link.", + "nullable": true + } + }, + "additionalProperties": false, + "description": "Represents a HATEOAS link model." + }, + "LinkType": { + "enum": ["contentLink", "hyperLink", "all"], + "type": "string", + "description": "Indicates which link fields must be used in the GetParents/GetChildren methods." + }, + "LovFieldValue": { + "type": "object", + "allOf": [ + { + "$ref": "#/components/schemas/FieldValue" + } + ], + "properties": { + "value": { + "allOf": [ + { + "$ref": "#/components/schemas/LovValue" + } + ], + "description": "Represents an item in a value list.", + "nullable": true + } + }, + "additionalProperties": false + }, + "LovFilterFieldValue": { + "required": ["value"], + "type": "object", + "allOf": [ + { + "$ref": "#/components/schemas/FilterFieldValue" + } + ], + "properties": { + "value": { + "minItems": 1, + "type": "array", + "items": { + "$ref": "#/components/schemas/SetLovValue" + } + } + }, + "additionalProperties": false + }, + "LovLikeFilterFieldValue": { + "required": ["value"], + "type": "object", + "allOf": [ + { + "$ref": "#/components/schemas/FilterFieldValue" + } + ], + "properties": { + "value": { + "minLength": 1, + "type": "string" + } + }, + "additionalProperties": false + }, + "LovList": { + "type": "object", + "allOf": [ + { + "$ref": "#/components/schemas/BaseItem" + } + ], + "additionalProperties": false, + "description": "Represents an item in a list of list of values." + }, + "LovValue": { + "required": ["type"], + "type": "object", + "allOf": [ + { + "$ref": "#/components/schemas/BaseItem" + } + ], + "properties": { + "type": { + "type": "string" + }, + "active": { + "type": "boolean", + "description": "The active value.", + "nullable": true + } + }, + "additionalProperties": false, + "description": "Represents an item in a value list.", + "discriminator": { + "propertyName": "type", + "mapping": { + "LovValue": "#/components/schemas/LovValue", + "FormFieldOperator": "#/components/schemas/FormFieldOperator", + "FullTextSearchFormFieldOperator": "#/components/schemas/FullTextSearchFormFieldOperator", + "MetadataFilterFormFieldOperator": "#/components/schemas/MetadataFilterFormFieldOperator" + } + } + }, + "Message": { + "required": ["type"], + "type": "object", + "properties": { + "type": { + "type": "string", + "description": "The type of the current object.", + "nullable": true, + "readOnly": true + }, + "title": { + "type": "string", + "description": "A short, human-readable summary of the event message.", + "nullable": true + }, + "detail": { + "type": "string", + "description": "A human-readable explanation specific to this occurrence of the event message.", + "nullable": true + }, + "severity": { + "allOf": [ + { + "$ref": "#/components/schemas/SeverityLevel" + } + ], + "description": "The severity level of the event message." + }, + "eventId": { + "type": "integer", + "description": "The identifier of the corresponding event.", + "format": "int32", + "nullable": true + }, + "eventName": { + "type": "string", + "description": "The name of the corresponding event.", + "nullable": true + }, + "logId": { + "type": "integer", + "description": "The identifier of the corresponding entry in the log.", + "format": "int64", + "nullable": true + }, + "relatedInfo": { + "type": "array", + "items": { + "$ref": "#/components/schemas/RelatedInfo" + }, + "description": "A list of additional information related to this occurrence of the event message.", + "nullable": true + } + }, + "additionalProperties": false, + "description": "An event message.", + "discriminator": { + "propertyName": "type", + "mapping": { + "Message": "#/components/schemas/Message", + "Error": "#/components/schemas/Error" + } + } + }, + "MetadataFilterFormFieldOperator": { + "type": "object", + "allOf": [ + { + "$ref": "#/components/schemas/FormFieldOperator" + } + ], + "properties": { + "operator": { + "allOf": [ + { + "$ref": "#/components/schemas/MetadataFilterOperator" + } + ], + "description": "Search operator that will be used in search operations.", + "nullable": true + } + }, + "additionalProperties": false, + "description": "Represents a metadata filter operator on a Trisoft.InfoShare.WebApi.V30.Models.Forms.FormField." + }, + "MetadataFilterOperator": { + "enum": [ + "equal", + "notEqual", + "in", + "notIn", + "like", + "greaterThan", + "lessThan", + "greaterThanOrEqual", + "lessThanOrEqual", + "between", + "empty", + "notEmpty", + "ciLike" + ], + "type": "string", + "description": "Specifies the possible filter operators that can be used by {FilterFieldValue}." + }, + "MoveFolder": { + "type": "object", + "properties": { + "folderId": { + "minimum": 0, + "exclusiveMinimum": true, + "type": "integer", + "description": "The card id of the folder that should be moved.", + "format": "int64" + }, + "destinationId": { + "minimum": 0, + "exclusiveMinimum": true, + "type": "integer", + "description": "The card id of the destination folder.", + "format": "int64" + } + }, + "additionalProperties": false, + "description": "Represents a move folder model." + }, + "MoveObject": { + "required": ["logicalId"], + "type": "object", + "properties": { + "logicalId": { + "minLength": 1, + "type": "string", + "description": "The logical identifier of the object that should be moved." + }, + "destinationId": { + "minimum": 0, + "exclusiveMinimum": true, + "type": "integer", + "description": "The card identifier of the destination folder.", + "format": "int64" + } + }, + "additionalProperties": false, + "description": "Represents a move object model." + }, + "MultiCardFieldValue": { + "type": "object", + "allOf": [ + { + "$ref": "#/components/schemas/FieldValue" + } + ], + "properties": { + "value": { + "type": "array", + "items": { + "$ref": "#/components/schemas/BaseObject" + }, + "nullable": true + } + }, + "additionalProperties": false + }, + "MultiDateTimeFieldValue": { + "type": "object", + "allOf": [ + { + "$ref": "#/components/schemas/FieldValue" + } + ], + "properties": { + "value": { + "type": "array", + "items": { + "type": "string", + "format": "date-time" + }, + "nullable": true + } + }, + "additionalProperties": false + }, + "MultiLovFieldValue": { + "type": "object", + "allOf": [ + { + "$ref": "#/components/schemas/FieldValue" + } + ], + "properties": { + "value": { + "type": "array", + "items": { + "$ref": "#/components/schemas/LovValue" + }, + "nullable": true + } + }, + "additionalProperties": false + }, + "MultiNumberFieldValue": { + "type": "object", + "allOf": [ + { + "$ref": "#/components/schemas/FieldValue" + } + ], + "properties": { + "value": { + "type": "array", + "items": { + "type": "number", + "format": "double" + }, + "nullable": true + } + }, + "additionalProperties": false + }, + "MultiStringFieldValue": { + "type": "object", + "allOf": [ + { + "$ref": "#/components/schemas/FieldValue" + } + ], + "properties": { + "value": { + "type": "array", + "items": { + "type": "string" + }, + "nullable": true + } + }, + "additionalProperties": false + }, + "MultiTagFieldValue": { + "type": "object", + "allOf": [ + { + "$ref": "#/components/schemas/FieldValue" + } + ], + "properties": { + "value": { + "type": "array", + "items": { + "$ref": "#/components/schemas/Tag" + }, + "nullable": true + } + }, + "additionalProperties": false + }, + "MultiVersionFieldValue": { + "type": "object", + "allOf": [ + { + "$ref": "#/components/schemas/FieldValue" + } + ], + "properties": { + "value": { + "type": "array", + "items": { + "type": "string" + }, + "nullable": true + } + }, + "additionalProperties": false + }, + "NextStatus": { + "type": "object", + "properties": { + "value": { + "allOf": [ + { + "$ref": "#/components/schemas/LovValue" + } + ], + "description": "The value of the next status element in the report configuration XML." + } + }, + "additionalProperties": false, + "description": "Represents next status element in the report configuration XML." + }, + "NumberFieldValue": { + "type": "object", + "allOf": [ + { + "$ref": "#/components/schemas/FieldValue" + } + ], + "properties": { + "value": { + "type": "number", + "format": "double", + "nullable": true + } + }, + "additionalProperties": false + }, + "NumberFilterFieldValue": { + "required": ["value"], + "type": "object", + "allOf": [ + { + "$ref": "#/components/schemas/FilterFieldValue" + } + ], + "properties": { + "value": { + "minItems": 1, + "type": "array", + "items": { + "type": "number", + "format": "double" + } + } + }, + "additionalProperties": false + }, + "NumberSearchFieldValue": { + "required": ["value"], + "type": "object", + "allOf": [ + { + "$ref": "#/components/schemas/SearchFieldValue" + } + ], + "properties": { + "value": { + "minItems": 1, + "type": "array", + "items": { + "type": "number", + "format": "double" + }, + "description": "Collection of values to search for." + } + }, + "additionalProperties": false, + "description": "Represents search field value of type System.Collections.Generic.IList`1." + }, + "ObjectFieldValue": { + "type": "object", + "allOf": [ + { + "$ref": "#/components/schemas/FieldValue" + } + ], + "properties": { + "value": { + "nullable": true + } + }, + "additionalProperties": false + }, + "OrSearchExpression": { + "type": "object", + "allOf": [ + { + "$ref": "#/components/schemas/GroupSearchExpression" + } + ], + "additionalProperties": false, + "description": "Represents collection of search expression to be evaluated with OR logical operator." + }, + "OutputFormat": { + "type": "object", + "allOf": [ + { + "$ref": "#/components/schemas/BaseObject" + } + ], + "additionalProperties": false, + "description": "Represents an output format." + }, + "PreferenceItem": { + "required": ["name"], + "type": "object", + "properties": { + "name": { + "minLength": 1, + "type": "string", + "description": "The name of the preference item" + }, + "value": { + "type": "string", + "description": "The value of the preference item", + "nullable": true + } + }, + "additionalProperties": false, + "description": "Represents user preference item" + }, + "PreferenceSet": { + "type": "object", + "properties": { + "name": { + "type": "string", + "description": "The Name of the preference set" + }, + "preferenceItems": { + "type": "array", + "items": { + "$ref": "#/components/schemas/PreferenceItem" + }, + "description": "The list of Trisoft.InfoShare.WebApi.V30.Users.Models.PreferenceItem contained in theis Preference set", + "nullable": true + } + }, + "additionalProperties": false, + "description": "Represents user preference set" + }, + "ProblemDetails": { + "required": ["type"], + "type": "object", + "properties": { + "type": { + "type": "string", + "nullable": true + }, + "title": { + "type": "string", + "nullable": true + }, + "status": { + "type": "integer", + "format": "int32", + "nullable": true + }, + "detail": { + "type": "string", + "nullable": true + }, + "instance": { + "type": "string", + "nullable": true + } + }, + "additionalProperties": {}, + "discriminator": { + "propertyName": "type", + "mapping": { + "ProblemDetails": "#/components/schemas/ProblemDetails", + "InfoShareProblemDetails": "#/components/schemas/InfoShareProblemDetails" + } + } + }, + "Publication": { + "type": "object", + "allOf": [ + { + "$ref": "#/components/schemas/BaseObject" + } + ], + "properties": { + "versionCardId": { + "type": "integer", + "description": "The version card identifier.", + "format": "int64", + "nullable": true + }, + "languageCardId": { + "type": "integer", + "description": "The language card identifier.", + "format": "int64", + "nullable": true + }, + "logicalId": { + "type": "string", + "description": "The logical identifier." + }, + "version": { + "type": "string", + "description": "The version.", + "nullable": true + }, + "outputFormatId": { + "type": "string", + "description": "The output format identifier.", + "nullable": true + }, + "languageCombinationIds": { + "type": "array", + "items": { + "type": "string" + }, + "description": "The language identifier combination.", + "nullable": true + } + }, + "additionalProperties": false, + "description": "Represents a publication." + }, + "PublishPublication": { + "type": "object", + "properties": { + "requiredCurrentFields": { + "type": "array", + "items": { + "$ref": "#/components/schemas/SetFieldValue" + }, + "description": "Fields that will be used in concurrency check.\r\nEach individual field in this collection should have the same exact value in the database in order to publish the Trisoft.InfoShare.WebApi.V30.Publications.Models.Publication.", + "nullable": true + } + }, + "additionalProperties": false, + "description": "Represents a publish model for publication." + }, + "RelatedInfo": { + "required": ["type"], + "type": "object", + "properties": { + "type": { + "type": "string", + "description": "The type of the current object.", + "nullable": true, + "readOnly": true + } + }, + "additionalProperties": false, + "description": "A list of additional information.", + "discriminator": { + "propertyName": "type", + "mapping": { + "User": "#/components/schemas/User", + "UserGroup": "#/components/schemas/UserGroup", + "TranslationObject": "#/components/schemas/TranslationObject", + "Setting": "#/components/schemas/Setting", + "SearchObject": "#/components/schemas/SearchObject", + "Publication": "#/components/schemas/Publication", + "BaseItem": "#/components/schemas/BaseItem", + "BaseObject": "#/components/schemas/BaseObject", + "LovList": "#/components/schemas/LovList", + "LovValue": "#/components/schemas/LovValue", + "OutputFormat": "#/components/schemas/OutputFormat", + "RevisionInfo": "#/components/schemas/RevisionInfo", + "Tag": "#/components/schemas/Tag", + "FormFieldOperator": "#/components/schemas/FormFieldOperator", + "FullTextSearchFormFieldOperator": "#/components/schemas/FullTextSearchFormFieldOperator", + "MetadataFilterFormFieldOperator": "#/components/schemas/MetadataFilterFormFieldOperator", + "FieldValue": "#/components/schemas/FieldValue", + "CardFieldValue": "#/components/schemas/CardFieldValue", + "DateTimeFieldValue": "#/components/schemas/DateTimeFieldValue", + "LovFieldValue": "#/components/schemas/LovFieldValue", + "MultiCardFieldValue": "#/components/schemas/MultiCardFieldValue", + "MultiDateTimeFieldValue": "#/components/schemas/MultiDateTimeFieldValue", + "MultiLovFieldValue": "#/components/schemas/MultiLovFieldValue", + "MultiNumberFieldValue": "#/components/schemas/MultiNumberFieldValue", + "MultiStringFieldValue": "#/components/schemas/MultiStringFieldValue", + "MultiTagFieldValue": "#/components/schemas/MultiTagFieldValue", + "MultiVersionFieldValue": "#/components/schemas/MultiVersionFieldValue", + "NumberFieldValue": "#/components/schemas/NumberFieldValue", + "ObjectFieldValue": "#/components/schemas/ObjectFieldValue", + "StringFieldValue": "#/components/schemas/StringFieldValue", + "TagFieldValue": "#/components/schemas/TagFieldValue", + "VersionFieldValue": "#/components/schemas/VersionFieldValue", + "Folder": "#/components/schemas/Folder", + "ElectronicDocumentType": "#/components/schemas/ElectronicDocumentType", + "DocumentObject": "#/components/schemas/DocumentObject", + "DocumentObjectLink": "#/components/schemas/DocumentObjectLink", + "DocumentObjectParseError": "#/components/schemas/DocumentObjectParseError", + "RevisionHistoryItem": "#/components/schemas/RevisionHistoryItem", + "Baseline": "#/components/schemas/Baseline", + "SchemaValidationError": "#/components/schemas/SchemaValidationError" + } + } + }, + "ReleasePublication": { + "type": "object", + "properties": { + "requiredCurrentFields": { + "type": "array", + "items": { + "$ref": "#/components/schemas/SetFieldValue" + }, + "description": "Fields that will be used in concurrency check.", + "nullable": true + } + }, + "additionalProperties": false, + "description": "Represents a release model for publication." + }, + "RemoveShortcut": { + "required": ["logicalId"], + "type": "object", + "properties": { + "logicalId": { + "minLength": 1, + "type": "string", + "description": "Specify logical identifier of the document object or publication for which to remove a shortcut." + } + }, + "additionalProperties": false, + "description": "Represents logical identifier model." + }, + "ReportSettings": { + "required": ["type"], + "type": "object", + "properties": { + "type": { + "type": "string" + }, + "baselineResolutions": { + "type": "array", + "items": { + "$ref": "#/components/schemas/LovValue" + }, + "description": "List of baseline resolution in the report configuration XML.", + "nullable": true + } + }, + "additionalProperties": false, + "description": "Represents the report configuration.", + "discriminator": { + "propertyName": "type", + "mapping": { + "TranslationReportSettings": "#/components/schemas/TranslationReportSettings", + "WorkflowReportSettings": "#/components/schemas/WorkflowReportSettings" + } + } + }, + "RequestedField": { + "required": ["ishField"], + "type": "object", + "properties": { + "ishField": { + "allOf": [ + { + "$ref": "#/components/schemas/IshField" + } + ], + "description": "The field with information about the name/label of the InfoShare field (e.g. FTITLE) and the level of the InfoShare field (e.g. logical, version, lng)." + } + }, + "additionalProperties": false, + "description": "Represents a requested metadata field." + }, + "RevisionHistoryItem": { + "type": "object", + "allOf": [ + { + "$ref": "#/components/schemas/BaseObject" + } + ], + "properties": { + "sequence": { + "type": "integer", + "description": "The sequence number of a revision history item.", + "format": "int64" + }, + "modifiedOn": { + "type": "string", + "description": "The datetime of the modification on the document object.", + "format": "date-time" + }, + "modifiedBy": { + "allOf": [ + { + "$ref": "#/components/schemas/User" + } + ], + "description": "The user who modified the document object." + }, + "status": { + "allOf": [ + { + "$ref": "#/components/schemas/LovValue" + } + ], + "description": "The status of the document object.", + "nullable": true + }, + "isRemoved": { + "type": "boolean", + "description": "Indicates whether the revision is removed from the Repository.", + "default": false + } + }, + "additionalProperties": false, + "description": "Represents a revision history item." + }, + "RevisionInfo": { + "type": "object", + "allOf": [ + { + "$ref": "#/components/schemas/BaseObject" + } + ], + "additionalProperties": false, + "description": "Represents a revision info." + }, + "SchemaValidationError": { + "type": "object", + "allOf": [ + { + "$ref": "#/components/schemas/RelatedInfo" + } + ], + "properties": { + "path": { + "type": "string", + "description": "Path to the schema where validation failed.", + "nullable": true + } + }, + "additionalProperties": false, + "description": "Class representing a schema validation error." + }, + "ScoreSearchSortField": { + "type": "object", + "allOf": [ + { + "$ref": "#/components/schemas/BaseSearchSortField" + } + ], + "additionalProperties": false, + "description": "Represents a search order criteria based on SolrLucene score." + }, + "SearchExpression": { + "required": ["type"], + "type": "object", + "properties": { + "type": { + "type": "string", + "readOnly": true + } + }, + "additionalProperties": false, + "description": "Represents base search expressions.", + "discriminator": { + "propertyName": "type", + "mapping": { + "AndSearchExpression": "#/components/schemas/AndSearchExpression", + "AnywhereSearchFieldValue": "#/components/schemas/AnywhereSearchFieldValue", + "DateTimeSearchFieldValue": "#/components/schemas/DateTimeSearchFieldValue", + "GroupSearchExpression": "#/components/schemas/GroupSearchExpression", + "NumberSearchFieldValue": "#/components/schemas/NumberSearchFieldValue", + "OrSearchExpression": "#/components/schemas/OrSearchExpression", + "SearchFieldValue": "#/components/schemas/SearchFieldValue", + "StringSearchFieldValue": "#/components/schemas/StringSearchFieldValue" + } + } + }, + "SearchFieldValue": { + "required": ["type"], + "type": "object", + "allOf": [ + { + "$ref": "#/components/schemas/SearchExpression" + } + ], + "properties": { + "type": { + "type": "string" + }, + "fullTextSearchOperator": { + "allOf": [ + { + "$ref": "#/components/schemas/FullTextSearchOperator" + } + ], + "description": "The search operator." + }, + "ishField": { + "allOf": [ + { + "$ref": "#/components/schemas/IshField" + } + ], + "description": "The search field." + } + }, + "additionalProperties": false, + "description": "Represents a search field value.", + "discriminator": { + "propertyName": "type", + "mapping": { + "DateTimeSearchFieldValue": "#/components/schemas/DateTimeSearchFieldValue", + "NumberSearchFieldValue": "#/components/schemas/NumberSearchFieldValue", + "StringSearchFieldValue": "#/components/schemas/StringSearchFieldValue" + } + } + }, + "SearchObject": { + "type": "object", + "allOf": [ + { + "$ref": "#/components/schemas/BaseObject" + } + ], + "additionalProperties": false, + "description": "Represents a search object." + }, + "SearchObjectTypeFilter": { + "enum": ["any", "illustration", "library", "map", "other", "topic"], + "type": "string", + "description": "Enumeration holding search object type options." + }, + "SearchRequest": { + "type": "object", + "properties": { + "expression": { + "allOf": [ + { + "$ref": "#/components/schemas/GroupSearchExpression" + } + ], + "description": "Search expressions group.\r\nUse Trisoft.InfoShare.WebApi.V30.Search.Models.AnywhereSearchFieldValue for filtering anywhere." + }, + "sortFields": { + "type": "array", + "items": { + "$ref": "#/components/schemas/BaseSearchSortField" + }, + "description": "Represents list of fields to be used to sort the search result.\r\nUse Trisoft.InfoShare.WebApi.V30.Search.Models.ScoreSearchSortField for sorting on the SolrLucene score. Trisoft.InfoShare.WebApi.V30.Search.Models.ScoreSearchSortField sort fields are used for SolrLucene by default.", + "nullable": true + }, + "versionFilter": { + "allOf": [ + { + "$ref": "#/components/schemas/SearchVersionFilter" + } + ], + "description": "Search version filter options." + }, + "objectTypes": { + "type": "array", + "items": { + "$ref": "#/components/schemas/SearchObjectTypeFilter" + }, + "description": "Search object type filter." + }, + "languages": { + "type": "array", + "items": { + "type": "string" + }, + "description": "The languages list to be be included in the search result.", + "nullable": true + }, + "resolutions": { + "type": "array", + "items": { + "type": "string" + }, + "description": "The resolutions list to be be included in the search result.", + "nullable": true + }, + "sizeLimit": { + "type": "integer", + "description": "The maximum number of objects to return.", + "format": "int32" + } + }, + "additionalProperties": false, + "description": "Represents search request criteria to find document objects." + }, + "SearchResponse": { + "type": "object", + "properties": { + "totalHitsFound": { + "type": "integer", + "description": "The total number of hits for the current search.", + "format": "int64" + }, + "entries": { + "type": "array", + "items": { + "$ref": "#/components/schemas/SearchResultEntry" + }, + "description": "Collection of search result entries." + } + }, + "additionalProperties": false, + "description": "Represents the search response." + }, + "SearchResultEntry": { + "type": "object", + "properties": { + "documentObjectType": { + "allOf": [ + { + "$ref": "#/components/schemas/DocumentObjectType" + } + ], + "description": "The document object type." + }, + "logicalId": { + "type": "string", + "description": "The document object logical id." + }, + "versionCardId": { + "type": "integer", + "description": "The document object version card id.", + "format": "int64" + }, + "languageCardId": { + "type": "integer", + "description": "The document object language card id.", + "format": "int64" + }, + "sequence": { + "type": "integer", + "description": "The search result entry sort sequence.", + "format": "int32" + } + }, + "additionalProperties": false, + "description": "Represents a search result entry." + }, + "SearchSortField": { + "required": ["ishField"], + "type": "object", + "allOf": [ + { + "$ref": "#/components/schemas/BaseSearchSortField" + } + ], + "properties": { + "ishField": { + "allOf": [ + { + "$ref": "#/components/schemas/IshField" + } + ], + "description": "The sorting field." + } + }, + "additionalProperties": false, + "description": "Represents a search order criteria." + }, + "SearchSortOrder": { + "enum": ["ascending", "descending"], + "type": "string", + "description": "Enumeration holding search sort order options." + }, + "SearchVersionFilter": { + "enum": ["latest", "all"], + "type": "string", + "description": "Enumeration holding search version filter options." + }, + "SelectedProperties": { + "enum": ["id", "titleAndDescription"], + "type": "string", + "description": "Enumeration holding the selected properties." + }, + "SetBaseItem": { + "required": ["type"], + "type": "object", + "properties": { + "type": { + "type": "string", + "description": "The type of the current object.", + "readOnly": true + }, + "id": { + "type": "string", + "description": "The identifier." + } + }, + "additionalProperties": false, + "description": "Represents an item.", + "discriminator": { + "propertyName": "type", + "mapping": { + "SetLovValue": "#/components/schemas/SetLovValue", + "SetTag": "#/components/schemas/SetTag" + } + } + }, + "SetBaseline": { + "type": "object", + "allOf": [ + { + "$ref": "#/components/schemas/SetBaseObject" + } + ], + "additionalProperties": false, + "description": "Represents a baseline." + }, + "SetBaseObject": { + "required": ["type"], + "type": "object", + "properties": { + "type": { + "type": "string", + "description": "The type of the current object.", + "readOnly": true + }, + "id": { + "type": "string", + "description": "The identifier." + } + }, + "additionalProperties": false, + "description": "Represents an object.", + "discriminator": { + "propertyName": "type", + "mapping": { + "SetUser": "#/components/schemas/SetUser", + "SetUserGroup": "#/components/schemas/SetUserGroup", + "SetSetting": "#/components/schemas/SetSetting", + "SetPublication": "#/components/schemas/SetPublication", + "SetFolder": "#/components/schemas/SetFolder", + "SetElectronicDocumentType": "#/components/schemas/SetElectronicDocumentType", + "SetDocumentObject": "#/components/schemas/SetDocumentObject", + "SetBaseline": "#/components/schemas/SetBaseline" + } + } + }, + "SetCardFieldValue": { + "type": "object", + "allOf": [ + { + "$ref": "#/components/schemas/SetFieldValue" + } + ], + "properties": { + "value": { + "allOf": [ + { + "$ref": "#/components/schemas/SetBaseObject" + } + ], + "description": "Represents an object.", + "nullable": true + } + }, + "additionalProperties": false + }, + "SetDateTimeFieldValue": { + "type": "object", + "allOf": [ + { + "$ref": "#/components/schemas/SetFieldValue" + } + ], + "properties": { + "value": { + "type": "string", + "format": "date-time", + "nullable": true + } + }, + "additionalProperties": false + }, + "SetDocumentObject": { + "type": "object", + "allOf": [ + { + "$ref": "#/components/schemas/SetBaseObject" + } + ], + "properties": { + "languageCardId": { + "type": "integer", + "description": "The language card identifier.", + "format": "int64", + "nullable": true + }, + "versionCardId": { + "type": "integer", + "description": "The version card identifier.", + "format": "int64", + "nullable": true + }, + "logicalId": { + "type": "string", + "description": "The logical identifier." + } + }, + "additionalProperties": false, + "description": "Represents a document." + }, + "SetElectronicDocumentType": { + "type": "object", + "allOf": [ + { + "$ref": "#/components/schemas/SetBaseObject" + } + ], + "additionalProperties": false, + "description": "Represents a edt." + }, + "SetFieldValue": { + "required": ["type"], + "type": "object", + "properties": { + "type": { + "type": "string", + "description": "The type of the current object.", + "readOnly": true + }, + "ishField": { + "allOf": [ + { + "$ref": "#/components/schemas/IshField" + } + ], + "description": "The field with information the name/label of the InfoShare field (e.g. FTITLE) and the level of the InfoShare field (e.g. logical, version, lng)." + } + }, + "additionalProperties": false, + "description": "Represents a field value that contains information to access a field, and the value associated with the field.", + "discriminator": { + "propertyName": "type", + "mapping": { + "SetCardFieldValue": "#/components/schemas/SetCardFieldValue", + "SetDateTimeFieldValue": "#/components/schemas/SetDateTimeFieldValue", + "SetLovFieldValue": "#/components/schemas/SetLovFieldValue", + "SetMultiCardFieldValue": "#/components/schemas/SetMultiCardFieldValue", + "SetMultiDateTimeFieldValue": "#/components/schemas/SetMultiDateTimeFieldValue", + "SetMultiLovFieldValue": "#/components/schemas/SetMultiLovFieldValue", + "SetMultiNumberFieldValue": "#/components/schemas/SetMultiNumberFieldValue", + "SetMultiStringFieldValue": "#/components/schemas/SetMultiStringFieldValue", + "SetMultiTagFieldValue": "#/components/schemas/SetMultiTagFieldValue", + "SetMultiVersionFieldValue": "#/components/schemas/SetMultiVersionFieldValue", + "SetNumberFieldValue": "#/components/schemas/SetNumberFieldValue", + "SetObjectFieldValue": "#/components/schemas/SetObjectFieldValue", + "SetStringFieldValue": "#/components/schemas/SetStringFieldValue", + "SetTagFieldValue": "#/components/schemas/SetTagFieldValue", + "SetVersionFieldValue": "#/components/schemas/SetVersionFieldValue" + } + } + }, + "SetFolder": { + "type": "object", + "allOf": [ + { + "$ref": "#/components/schemas/SetBaseObject" + } + ], + "additionalProperties": false, + "description": "Represents a folder." + }, + "SetLovFieldValue": { + "type": "object", + "allOf": [ + { + "$ref": "#/components/schemas/SetFieldValue" + } + ], + "properties": { + "value": { + "allOf": [ + { + "$ref": "#/components/schemas/SetLovValue" + } + ], + "description": "Represents a settable item in a value list.", + "nullable": true + } + }, + "additionalProperties": false + }, + "SetLovValue": { + "type": "object", + "allOf": [ + { + "$ref": "#/components/schemas/SetBaseItem" + } + ], + "additionalProperties": false, + "description": "Represents a settable item in a value list." + }, + "SetMultiCardFieldValue": { + "type": "object", + "allOf": [ + { + "$ref": "#/components/schemas/SetFieldValue" + } + ], + "properties": { + "value": { + "type": "array", + "items": { + "$ref": "#/components/schemas/SetBaseObject" + }, + "nullable": true + } + }, + "additionalProperties": false + }, + "SetMultiDateTimeFieldValue": { + "type": "object", + "allOf": [ + { + "$ref": "#/components/schemas/SetFieldValue" + } + ], + "properties": { + "value": { + "type": "array", + "items": { + "type": "string", + "format": "date-time" + }, + "nullable": true + } + }, + "additionalProperties": false + }, + "SetMultiLovFieldValue": { + "type": "object", + "allOf": [ + { + "$ref": "#/components/schemas/SetFieldValue" + } + ], + "properties": { + "value": { + "type": "array", + "items": { + "$ref": "#/components/schemas/SetLovValue" + }, + "nullable": true + } + }, + "additionalProperties": false + }, + "SetMultiNumberFieldValue": { + "type": "object", + "allOf": [ + { + "$ref": "#/components/schemas/SetFieldValue" + } + ], + "properties": { + "value": { + "type": "array", + "items": { + "type": "number", + "format": "double" + }, + "nullable": true + } + }, + "additionalProperties": false + }, + "SetMultiStringFieldValue": { + "type": "object", + "allOf": [ + { + "$ref": "#/components/schemas/SetFieldValue" + } + ], + "properties": { + "value": { + "type": "array", + "items": { + "type": "string" + }, + "nullable": true + } + }, + "additionalProperties": false + }, + "SetMultiTagFieldValue": { + "type": "object", + "allOf": [ + { + "$ref": "#/components/schemas/SetFieldValue" + } + ], + "properties": { + "value": { + "type": "array", + "items": { + "$ref": "#/components/schemas/SetTag" + }, + "nullable": true + } + }, + "additionalProperties": false + }, + "SetMultiVersionFieldValue": { + "type": "object", + "allOf": [ + { + "$ref": "#/components/schemas/SetFieldValue" + } + ], + "properties": { + "value": { + "type": "array", + "items": { + "type": "string" + }, + "nullable": true + } + }, + "additionalProperties": false + }, + "SetNumberFieldValue": { + "type": "object", + "allOf": [ + { + "$ref": "#/components/schemas/SetFieldValue" + } + ], + "properties": { + "value": { + "type": "number", + "format": "double", + "nullable": true + } + }, + "additionalProperties": false + }, + "SetObjectFieldValue": { + "type": "object", + "allOf": [ + { + "$ref": "#/components/schemas/SetFieldValue" + } + ], + "properties": { + "value": { + "nullable": true + } + }, + "additionalProperties": false + }, + "SetPublication": { + "type": "object", + "allOf": [ + { + "$ref": "#/components/schemas/SetBaseObject" + } + ], + "properties": { + "versionCardId": { + "type": "integer", + "description": "The version card identifier.", + "format": "int64", + "nullable": true + }, + "languageCardId": { + "type": "integer", + "description": "The language card identifier.", + "format": "int64", + "nullable": true + }, + "logicalId": { + "type": "string", + "description": "The logical identifier." + } + }, + "additionalProperties": false, + "description": "Represents a publication." + }, + "SetSetting": { + "type": "object", + "allOf": [ + { + "$ref": "#/components/schemas/SetBaseObject" + } + ], + "additionalProperties": false, + "description": "Represents a setting." + }, + "SetStringFieldValue": { + "type": "object", + "allOf": [ + { + "$ref": "#/components/schemas/SetFieldValue" + } + ], + "properties": { + "value": { + "type": "string", + "nullable": true + } + }, + "additionalProperties": false + }, + "SetTag": { + "type": "object", + "allOf": [ + { + "$ref": "#/components/schemas/SetBaseItem" + } + ], + "additionalProperties": false, + "description": "Represents a tag." + }, + "SetTagFieldValue": { + "type": "object", + "allOf": [ + { + "$ref": "#/components/schemas/SetFieldValue" + } + ], + "properties": { + "value": { + "allOf": [ + { + "$ref": "#/components/schemas/SetTag" + } + ], + "description": "Represents a tag.", + "nullable": true + } + }, + "additionalProperties": false + }, + "Setting": { + "type": "object", + "allOf": [ + { + "$ref": "#/components/schemas/BaseObject" + } + ], + "additionalProperties": false, + "description": "Represents a setting." + }, + "SetUser": { + "type": "object", + "allOf": [ + { + "$ref": "#/components/schemas/SetBaseObject" + } + ], + "additionalProperties": false, + "description": "Represents a user." + }, + "SetUserGroup": { + "type": "object", + "allOf": [ + { + "$ref": "#/components/schemas/SetBaseObject" + } + ], + "additionalProperties": false, + "description": "Represents a user group." + }, + "SetVersionFieldValue": { + "type": "object", + "allOf": [ + { + "$ref": "#/components/schemas/SetFieldValue" + } + ], + "properties": { + "value": { + "type": "string", + "nullable": true + } + }, + "additionalProperties": false + }, + "SeverityLevel": { + "enum": ["error", "warning", "message", "info"], + "type": "string", + "description": "List of Severity Levels" + }, + "Status": { + "type": "object", + "properties": { + "value": { + "allOf": [ + { + "$ref": "#/components/schemas/LovValue" + } + ], + "description": "The value of the status element in the report configuration XML." + }, + "nextStatuses": { + "type": "array", + "items": { + "$ref": "#/components/schemas/NextStatus" + }, + "description": "List of the possible next statuses.", + "nullable": true + } + }, + "additionalProperties": false, + "description": "Represents status element in the report configuration XML." + }, + "StatusDefinition": { + "type": "object", + "properties": { + "status": { + "allOf": [ + { + "$ref": "#/components/schemas/LovValue" + } + ], + "description": "Status: A Trisoft.InfoShare.WebApi.V30.Models.LovValue describing the status value of the definition." + }, + "statusType": { + "allOf": [ + { + "$ref": "#/components/schemas/StatusType" + } + ], + "description": "StatusType: Type of the status described in Trisoft.InfoShare.WebApi.V30.Workflows.Models.StatusDefinition.Status." + } + }, + "additionalProperties": false, + "description": "Represents an item in a value list." + }, + "StatusFilter": { + "enum": [ + "all", + "latestReleased", + "draftOrLatestReleased", + "allReleased" + ], + "type": "string", + "description": "Allows explicit filtering on the language level status field.\r\n\r\nDepending on which status filter is specified, the objects with following status types can be returned:\r\n
Status filterReturned status types
AllAll status types
LatestReleasedLatest released excluding out-of-date
DraftOrLatestReleasedDraft and latest released excluding out-of-date
AllReleasedAll released including out-of-date
" + }, + "StatusGroup": { + "type": "object", + "properties": { + "title": { + "type": "string", + "description": "The status group title." + }, + "statuses": { + "type": "array", + "items": { + "$ref": "#/components/schemas/Status" + }, + "description": "List of the possible statuses." + } + }, + "additionalProperties": false, + "description": "Represents status group element in the report configuration XML." + }, + "StatusStatistics": { + "required": ["type"], + "type": "object", + "properties": { + "type": { + "type": "string" + }, + "sourceLanguageStatusGroups": { + "type": "array", + "items": { + "$ref": "#/components/schemas/StatusGroup" + }, + "description": "The source language list of status groups." + } + }, + "additionalProperties": false, + "description": "Represents statistics element in the report configuration XML.", + "discriminator": { + "propertyName": "type", + "mapping": { + "StatusStatistics": "#/components/schemas/StatusStatistics", + "TranslationStatusStatistics": "#/components/schemas/TranslationStatusStatistics" + } + } + }, + "StatusType": { + "enum": ["draft", "released"], + "type": "string", + "description": "Enumeration with the possible status types" + }, + "StringFieldValue": { + "type": "object", + "allOf": [ + { + "$ref": "#/components/schemas/FieldValue" + } + ], + "properties": { + "value": { + "type": "string", + "nullable": true + } + }, + "additionalProperties": false + }, + "StringFilterFieldValue": { + "required": ["value"], + "type": "object", + "allOf": [ + { + "$ref": "#/components/schemas/FilterFieldValue" + } + ], + "properties": { + "value": { + "minItems": 1, + "type": "array", + "items": { + "type": "string" + } + } + }, + "additionalProperties": false + }, + "StringSearchFieldValue": { + "required": ["value"], + "type": "object", + "allOf": [ + { + "$ref": "#/components/schemas/SearchFieldValue" + } + ], + "properties": { + "value": { + "minItems": 1, + "type": "array", + "items": { + "minLength": 1, + "type": "string" + }, + "description": "Collection of values to search for." + } + }, + "additionalProperties": false, + "description": "Represents search field value of type System.Collections.Generic.IList`1." + }, + "Tag": { + "type": "object", + "allOf": [ + { + "$ref": "#/components/schemas/BaseItem" + } + ], + "properties": { + "annotatedTitle": { + "type": "string", + "description": "The annotated title of the tag.", + "nullable": true + }, + "isSelectable": { + "type": "boolean", + "description": "A value that indicates whether the tag can be selected." + }, + "isValid": { + "type": "boolean", + "description": "A value that indicates whether the tag is valid." + } + }, + "additionalProperties": false, + "description": "Represents a tag." + }, + "TagFieldValue": { + "type": "object", + "allOf": [ + { + "$ref": "#/components/schemas/FieldValue" + } + ], + "properties": { + "value": { + "allOf": [ + { + "$ref": "#/components/schemas/Tag" + } + ], + "description": "Represents a tag.", + "nullable": true + } + }, + "additionalProperties": false + }, + "TagFilterFieldValue": { + "required": ["value"], + "type": "object", + "allOf": [ + { + "$ref": "#/components/schemas/FilterFieldValue" + } + ], + "properties": { + "value": { + "minItems": 1, + "type": "array", + "items": { + "$ref": "#/components/schemas/SetTag" + } + } + }, + "additionalProperties": false + }, + "TagList": { + "type": "object", + "properties": { + "tags": { + "type": "array", + "items": { + "$ref": "#/components/schemas/Tag" + }, + "description": "The list of tags." + }, + "messages": { + "type": "array", + "items": { + "$ref": "#/components/schemas/Message" + }, + "description": "The list of messages.", + "nullable": true + } + }, + "additionalProperties": false, + "description": "Represents a list with tags." + }, + "TagRelation": { + "type": "object", + "properties": { + "fromId": { + "type": "string", + "description": "The from tag id. If this property is null or System.String.Empty, it indicates that this term appears as a root in the tree.", + "nullable": true + }, + "toId": { + "type": "string", + "description": "The to tag id." + } + }, + "additionalProperties": false, + "description": "Represents a tag relation." + }, + "TagStructure": { + "type": "object", + "properties": { + "tags": { + "type": "array", + "items": { + "$ref": "#/components/schemas/Tag" + }, + "description": "The list of tags." + }, + "relations": { + "type": "array", + "items": { + "$ref": "#/components/schemas/TagRelation" + }, + "description": "The list of tag relations." + }, + "messages": { + "type": "array", + "items": { + "$ref": "#/components/schemas/Message" + }, + "description": "The list of messages.", + "nullable": true + } + }, + "additionalProperties": false, + "description": "Represents a tags structure." + }, + "ToStatus": { + "type": "object", + "properties": { + "label": { + "type": "string", + "description": "The Label of the ToStatus." + }, + "lovValue": { + "allOf": [ + { + "$ref": "#/components/schemas/LovValue" + } + ], + "description": "The LovValue." + } + }, + "additionalProperties": false, + "description": "Represents a ToStatus." + }, + "TranslationObject": { + "type": "object", + "allOf": [ + { + "$ref": "#/components/schemas/BaseObject" + } + ], + "additionalProperties": false, + "description": "Represents an translation object." + }, + "TranslationReportSettings": { + "type": "object", + "allOf": [ + { + "$ref": "#/components/schemas/ReportSettings" + } + ], + "properties": { + "statistics": { + "allOf": [ + { + "$ref": "#/components/schemas/TranslationStatusStatistics" + } + ], + "description": "Represents status statistic configuration." + } + }, + "additionalProperties": false, + "description": "Represents the translation report configuration." + }, + "TranslationStatusStatistics": { + "type": "object", + "allOf": [ + { + "$ref": "#/components/schemas/StatusStatistics" + } + ], + "properties": { + "targetLanguageStatusGroups": { + "type": "array", + "items": { + "$ref": "#/components/schemas/StatusGroup" + }, + "description": "The target language list of status groups." + } + }, + "additionalProperties": false, + "description": "Represents statistics element in the report configuration XML." + }, + "UndoCheckoutDocumentObject": { + "type": "object", + "properties": { + "requiredCurrentFields": { + "type": "array", + "items": { + "$ref": "#/components/schemas/SetFieldValue" + }, + "description": "Fields that will be used in concurrency check.\r\nEach individual field in this collection should have the same exact value in the database in order to undo checkout the Trisoft.InfoShare.WebApi.V30.DocumentObjects.Models.DocumentObject", + "nullable": true + } + }, + "additionalProperties": false, + "description": "Represents model to undo checkout of a document" + }, + "UnpublishPublication": { + "type": "object", + "properties": { + "requiredCurrentFields": { + "type": "array", + "items": { + "$ref": "#/components/schemas/SetFieldValue" + }, + "description": "Fields that will be used in concurrency check.\r\nEach individual field in this collection should have the same exact value in the database in order to publish the Trisoft.InfoShare.WebApi.V30.Publications.Models.Publication.", + "nullable": true + } + }, + "additionalProperties": false, + "description": "Represents an unpublish model for publication." + }, + "UnreleasePublication": { + "type": "object", + "properties": { + "requiredCurrentFields": { + "type": "array", + "items": { + "$ref": "#/components/schemas/SetFieldValue" + }, + "description": "Fields that will be used in concurrency check.", + "nullable": true + } + }, + "additionalProperties": false, + "description": "Model representing parameters for unreleasing a publication" + }, + "UpdateCurrentUser": { + "required": ["fields"], + "type": "object", + "properties": { + "fields": { + "minItems": 1, + "type": "array", + "items": { + "$ref": "#/components/schemas/SetFieldValue" + }, + "description": "The list of field values." + } + }, + "additionalProperties": false, + "description": "Represents an update current user model." + }, + "UpdateDocumentObject": { + "type": "object", + "properties": { + "fields": { + "type": "array", + "items": { + "$ref": "#/components/schemas/SetFieldValue" + }, + "description": "The list of field values to be changed." + }, + "requiredCurrentFields": { + "type": "array", + "items": { + "$ref": "#/components/schemas/SetFieldValue" + }, + "description": "Fields that will be used in concurrency check.\r\nEach individual field in this collection should have the same exact value in the database in order to update the Trisoft.InfoShare.WebApi.V30.DocumentObjects.Models.DocumentObject", + "nullable": true + } + }, + "additionalProperties": false, + "description": "Represents a document." + }, + "UpdateDocumentObjectContent": { + "type": "object", + "properties": { + "fields": { + "type": "array", + "items": { + "$ref": "#/components/schemas/SetFieldValue" + }, + "description": "The list of field values to be changed.", + "nullable": true + }, + "requiredCurrentFields": { + "type": "array", + "items": { + "$ref": "#/components/schemas/SetFieldValue" + }, + "description": "Fields that will be used in concurrency check.\r\nEach individual field in this collection should have the same exact value in the database in order to update the Trisoft.InfoShare.WebApi.V30.DocumentObjects.Models.DocumentObject", + "nullable": true + } + }, + "additionalProperties": false, + "description": "Request object to update object content in the repository that match the criteria given in the properties." + }, + "UpdateFolder": { + "type": "object", + "properties": { + "fields": { + "type": "array", + "items": { + "$ref": "#/components/schemas/SetFieldValue" + }, + "description": "The list of field values." + } + }, + "additionalProperties": false, + "description": "Represents an update folder model." + }, + "UpdateLovValue": { + "required": ["description", "title"], + "type": "object", + "properties": { + "title": { + "minLength": 1, + "type": "string", + "description": "The lov value title" + }, + "description": { + "type": "string", + "description": "The lov value description" + }, + "active": { + "type": "boolean", + "description": "The lov value active status" + } + }, + "additionalProperties": false, + "description": "Represents an update lov Value model." + }, + "UpdatePreferenceSet": { + "required": ["items"], + "type": "object", + "properties": { + "items": { + "minItems": 1, + "type": "array", + "items": { + "$ref": "#/components/schemas/PreferenceItem" + }, + "description": "The list of preference items." + } + }, + "additionalProperties": false, + "description": "Represents an update current user preference set model." + }, + "UpdatePublication": { + "type": "object", + "properties": { + "fields": { + "type": "array", + "items": { + "$ref": "#/components/schemas/SetFieldValue" + }, + "description": "The list of field values to be changed." + }, + "requiredCurrentFields": { + "type": "array", + "items": { + "$ref": "#/components/schemas/SetFieldValue" + }, + "description": "Fields that will be used in concurrency check.\r\nEach individual field in this collection should have the same exact value in the database in order to update the Trisoft.InfoShare.WebApi.V30.Publications.Models.Publication", + "nullable": true + } + }, + "additionalProperties": false, + "description": "Represents an update model for publication." + }, + "UpdateSettings": { + "type": "object", + "properties": { + "fields": { + "type": "array", + "items": { + "$ref": "#/components/schemas/SetFieldValue" + }, + "description": "The list of field values to be updated." + }, + "requiredCurrentFields": { + "type": "array", + "items": { + "$ref": "#/components/schemas/SetFieldValue" + }, + "description": "Fields that will be used in concurrency check.\r\nEach individual field in this collection should have the same exact value in the database in order to update the Trisoft.InfoShare.WebApi.V30.Settings.Models.Setting", + "nullable": true + } + }, + "additionalProperties": false, + "description": "Represents an update settings model." + }, + "UpdateStatusDefinition": { + "required": ["description", "title"], + "type": "object", + "properties": { + "title": { + "minLength": 1, + "type": "string", + "description": "The status definition title" + }, + "description": { + "type": "string", + "description": "The status definition description" + }, + "active": { + "type": "boolean", + "description": "The status definition active status" + } + }, + "additionalProperties": false, + "description": "Represents an update status definition model." + }, + "UpdateUser": { + "required": ["fields"], + "type": "object", + "properties": { + "fields": { + "minItems": 1, + "type": "array", + "items": { + "$ref": "#/components/schemas/SetFieldValue" + }, + "description": "The list of field values." + } + }, + "additionalProperties": false, + "description": "Represents an update user model." + }, + "User": { + "type": "object", + "allOf": [ + { + "$ref": "#/components/schemas/BaseObject" + } + ], + "additionalProperties": false, + "description": "Represents a user." + }, + "UserGroup": { + "type": "object", + "allOf": [ + { + "$ref": "#/components/schemas/BaseObject" + } + ], + "additionalProperties": false, + "description": "Represents a user group." + }, + "VersionFieldValue": { + "type": "object", + "allOf": [ + { + "$ref": "#/components/schemas/FieldValue" + } + ], + "properties": { + "value": { + "type": "string", + "nullable": true + } + }, + "additionalProperties": false + }, + "WorkflowReportSettings": { + "type": "object", + "allOf": [ + { + "$ref": "#/components/schemas/ReportSettings" + } + ], + "properties": { + "statistics": { + "allOf": [ + { + "$ref": "#/components/schemas/StatusStatistics" + } + ], + "description": "Represents status statistic configuration." + } + }, + "additionalProperties": false, + "description": "Represents the workflow report configuration." + } + }, + "securitySchemes": { + "Bearer": { + "type": "http", + "description": "Enter an access token (jwt+at).", + "scheme": "Bearer", + "bearerFormat": "JWT" + } + } + }, + "security": [ + { + "Bearer": [] + } + ] +} diff --git a/api/15.0/swagger-ui.version b/api/15.0/swagger-ui.version new file mode 100644 index 0000000..3cfda47 --- /dev/null +++ b/api/15.0/swagger-ui.version @@ -0,0 +1 @@ +v5.17.14 diff --git a/api/15.1/README.md b/api/15.1/README.md new file mode 100644 index 0000000..c129d5f --- /dev/null +++ b/api/15.1/README.md @@ -0,0 +1,58 @@ +# How to host Swagger API documentation with GitHub Pages +[The blog of Peter Evans: How to Host Swagger Documentation With Github Pages](https://peterevans.dev/posts/how-to-host-swagger-docs-with-github-pages/) + +This repository is a template for using the [Swagger UI](https://github.com/swagger-api/swagger-ui) to dynamically generate beautiful documentation for your API and host it for free with GitHub Pages. + +The template will periodically auto-update the Swagger UI dependency and create a pull request. See the [GitHub Actions workflow here](.github/workflows/update-swagger.yml). + +The example API specification used by this repository can be seen hosted at [https://peter-evans.github.io/swagger-github-pages](https://peter-evans.github.io/swagger-github-pages/). + +## Steps to use this template + +1. Click the `Use this template` button above to create a new repository from this template. + +2. Go to the settings for your repository at `https://github.com/{github-username}/{repository-name}/settings` and enable GitHub Pages. + + ![Headers](./../screenshots/swagger-github-pages.png?raw=true) + +3. Browse to the Swagger documentation at `https://{github-username}.github.io/{repository-name}/`. + + +## Steps to manually configure in your own repository + +1. Download the latest stable release of the Swagger UI [here](https://github.com/swagger-api/swagger-ui/releases). + +2. Extract the contents and copy the "dist" directory to the root of your repository. + +3. Move the file "index.html" from the directory "dist" to the root of your repository. + ``` + mv dist/index.html . + ``` + +4. Copy the YAML specification file for your API to the root of your repository. + +5. Edit [dist/swagger-initializer.js](dist/swagger-initializer.js) and change the `url` property to reference your local YAML file. + ```javascript + window.ui = SwaggerUIBundle({ + url: "swagger.yaml", + ... + ``` + Then fix any references to files in the "dist" directory. + ```html + ... + + + + ... + + + ... + ``` + +6. Go to the settings for your repository at `https://github.com/{github-username}/{repository-name}/settings` and enable GitHub Pages. + + ![Headers](./../screenshots/swagger-github-pages.png?raw=true) + +7. Browse to the Swagger documentation at `https://{github-username}.github.io/{repository-name}/`. + + The example API specification used by this repository can be seen hosted at [https://peter-evans.github.io/swagger-github-pages](https://peter-evans.github.io/swagger-github-pages/). diff --git a/api/15.1/index.html b/api/15.1/index.html new file mode 100644 index 0000000..5812dff --- /dev/null +++ b/api/15.1/index.html @@ -0,0 +1,65 @@ + + + + + + + Swagger UI + + + + + + + +
+ + + + + + \ No newline at end of file diff --git a/api/15.1/openapi.json b/api/15.1/openapi.json new file mode 100644 index 0000000..b526828 --- /dev/null +++ b/api/15.1/openapi.json @@ -0,0 +1,21997 @@ +{ + "openapi": "3.0.1", + "info": { + "title": "Tridion Docs API v3.0", + "version": "v3.0" + }, + "schemes": ["http"], + "paths": { + "/Application/Version": { + "get": { + "tags": ["Application"], + "summary": "Gets the version of the application server.", + "operationId": "GetApplicationVersion", + "responses": { + "200": { + "description": "Success", + "content": { + "text/plain": { + "schema": { + "type": "string" + } + } + } + } + } + } + }, + "/v3/BackgroundTasks": { + "post": { + "tags": ["BackgroundTasks"], + "summary": "Creates a new background task.", + "operationId": "CreateBackgroundTask", + "requestBody": { + "content": { + "multipart/form-data": { + "schema": { + "required": ["metadata"], + "type": "object", + "properties": { + "inputData": { + "type": "string", + "format": "binary", + "nullable": true + }, + "metadata": { + "allOf": [ + { + "$ref": "#/components/schemas/CreateBackgroundTask" + } + ] + } + } + }, + "encoding": { + "inputData": { + "style": "form" + }, + "metadata": { + "style": "form" + } + } + } + } + }, + "responses": { + "201": { + "description": "Created", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/BackgroundTask" + } + }, + "text/json": { + "schema": { + "$ref": "#/components/schemas/BackgroundTask" + } + } + } + }, + "403": { + "description": "Forbidden", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + }, + "text/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + } + } + }, + "400": { + "description": "Bad Request", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + }, + "text/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + } + } + }, + "default": { + "description": "Error", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + }, + "text/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + } + } + } + } + } + }, + "/v3/BackgroundTasks/{Id}": { + "get": { + "tags": ["BackgroundTasks"], + "summary": "Gets background task. - NOT IMPLEMENTED.", + "operationId": "GetBackgroundTask", + "parameters": [ + { + "name": "Id", + "in": "path", + "required": true, + "schema": { + "type": "string" + } + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/BackgroundTask" + } + }, + "text/json": { + "schema": { + "$ref": "#/components/schemas/BackgroundTask" + } + } + } + }, + "404": { + "description": "Not Found", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + }, + "text/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + } + } + }, + "400": { + "description": "Bad Request", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + }, + "text/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + } + } + }, + "default": { + "description": "Error", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + }, + "text/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + } + } + } + } + } + }, + "/v3/Baselines/Get": { + "post": { + "tags": ["Baselines"], + "summary": "Gets all baselines in the repository that match the criteria given in the parameters.", + "operationId": "GetBaselineList", + "requestBody": { + "description": "Request object with the criteria in its properties.", + "content": { + "application/json": { + "schema": { + "allOf": [ + { + "$ref": "#/components/schemas/GetBaselineList" + } + ], + "description": "Request object to get all baselines in the repository that match the criteria given in the properties." + } + }, + "text/json": { + "schema": { + "allOf": [ + { + "$ref": "#/components/schemas/GetBaselineList" + } + ], + "description": "Request object to get all baselines in the repository that match the criteria given in the properties." + } + }, + "application/*+json": { + "schema": { + "allOf": [ + { + "$ref": "#/components/schemas/GetBaselineList" + } + ], + "description": "Request object to get all baselines in the repository that match the criteria given in the properties." + } + } + } + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "type": "array", + "items": { + "$ref": "#/components/schemas/Baseline" + } + } + }, + "text/json": { + "schema": { + "type": "array", + "items": { + "$ref": "#/components/schemas/Baseline" + } + } + } + } + }, + "400": { + "description": "Bad Request", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + }, + "text/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + } + } + }, + "default": { + "description": "Error", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + }, + "text/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + } + } + } + } + } + }, + "/v3/Baselines/{Id}/Report/Complete": { + "post": { + "tags": ["Baselines"], + "summary": "Expands and completes the baseline starting from the incoming logicalIds using the extend baseline and/or the autocomplete mode.", + "operationId": "CompleteBaseline", + "parameters": [ + { + "name": "Id", + "in": "path", + "description": "The identifier of the baseline.", + "required": true, + "schema": { + "maxLength": 255, + "minLength": 1, + "pattern": "^(?=.*[a-zA-Z])[a-zA-Z0-9.-]*$", + "type": "string", + "description": "The identifier of the baseline." + } + } + ], + "requestBody": { + "description": "Parameters which will be used to expand and complete the baseline starting from the incoming logicalIds using the extend baseline and/or the autocomplete mode.", + "content": { + "application/json": { + "schema": { + "allOf": [ + { + "$ref": "#/components/schemas/CompleteBaseline" + } + ], + "description": "The model contains the parameters which will be used to expand and complete the baseline starting from the incoming logicalIds using the extend baseline and/or the autocomplete mode." + } + }, + "text/json": { + "schema": { + "allOf": [ + { + "$ref": "#/components/schemas/CompleteBaseline" + } + ], + "description": "The model contains the parameters which will be used to expand and complete the baseline starting from the incoming logicalIds using the extend baseline and/or the autocomplete mode." + } + }, + "application/*+json": { + "schema": { + "allOf": [ + { + "$ref": "#/components/schemas/CompleteBaseline" + } + ], + "description": "The model contains the parameters which will be used to expand and complete the baseline starting from the incoming logicalIds using the extend baseline and/or the autocomplete mode." + } + } + } + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "type": "array", + "items": { + "$ref": "#/components/schemas/BaselineReportEntry" + } + } + }, + "text/json": { + "schema": { + "type": "array", + "items": { + "$ref": "#/components/schemas/BaselineReportEntry" + } + } + } + } + }, + "400": { + "description": "Bad Request", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + }, + "text/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + } + } + }, + "404": { + "description": "Not Found", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + }, + "text/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + } + } + }, + "default": { + "description": "Error", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + }, + "text/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + } + } + } + } + } + }, + "/v3/Baselines/{Id}/Report/Expand": { + "post": { + "tags": ["Baselines"], + "summary": "Expands baseline reports in the repository that match the criteria given in the parameters.", + "operationId": "ExpandBaseline", + "parameters": [ + { + "name": "Id", + "in": "path", + "description": "The identifier of the baseline.", + "required": true, + "schema": { + "maxLength": 255, + "minLength": 1, + "pattern": "^(?=.*[a-zA-Z])[a-zA-Z0-9.-]*$", + "type": "string", + "description": "The identifier of the baseline." + } + } + ], + "requestBody": { + "description": "Request object with the criteria in its properties.", + "content": { + "application/json": { + "schema": { + "allOf": [ + { + "$ref": "#/components/schemas/ExpandBaseline" + } + ], + "description": "Represents a ExpandBaseline." + } + }, + "text/json": { + "schema": { + "allOf": [ + { + "$ref": "#/components/schemas/ExpandBaseline" + } + ], + "description": "Represents a ExpandBaseline." + } + }, + "application/*+json": { + "schema": { + "allOf": [ + { + "$ref": "#/components/schemas/ExpandBaseline" + } + ], + "description": "Represents a ExpandBaseline." + } + } + } + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "type": "array", + "items": { + "$ref": "#/components/schemas/BaselineReportEntry" + } + } + }, + "text/json": { + "schema": { + "type": "array", + "items": { + "$ref": "#/components/schemas/BaselineReportEntry" + } + } + } + } + }, + "400": { + "description": "Bad Request", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + }, + "text/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + } + } + }, + "404": { + "description": "Not Found", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + }, + "text/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + } + } + }, + "default": { + "description": "Error", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + }, + "text/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + } + } + } + } + } + }, + "/v3/DocumentObjects/ByLogicalId/Get": { + "post": { + "tags": ["DocumentObjects"], + "summary": "Gets all document objects in the Repository that match the criteria given in the parameters.", + "description": "Depending on which status filter is specified, the objects with following status types can be returned:\r\n
Status filterReturned status types
AllAll status types
LatestReleasedLatest released excluding out-of-date
DraftOrLatestReleasedDraft and latest released excluding out-of-date
AllReleasedAll released including out-of-date
", + "operationId": "GetDocumentObjectListByLogicalId", + "requestBody": { + "description": "Request object with the criteria in its properties.", + "content": { + "application/json": { + "schema": { + "allOf": [ + { + "$ref": "#/components/schemas/GetDocumentObjectListByLogicalId" + } + ], + "description": "Request object to get all objects in the repository that match the criteria given in the properties." + } + }, + "text/json": { + "schema": { + "allOf": [ + { + "$ref": "#/components/schemas/GetDocumentObjectListByLogicalId" + } + ], + "description": "Request object to get all objects in the repository that match the criteria given in the properties." + } + }, + "application/*+json": { + "schema": { + "allOf": [ + { + "$ref": "#/components/schemas/GetDocumentObjectListByLogicalId" + } + ], + "description": "Request object to get all objects in the repository that match the criteria given in the properties." + } + } + } + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "type": "array", + "items": { + "$ref": "#/components/schemas/DocumentObject" + } + } + }, + "text/json": { + "schema": { + "type": "array", + "items": { + "$ref": "#/components/schemas/DocumentObject" + } + } + } + } + }, + "400": { + "description": "Bad Request", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + }, + "text/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + } + } + }, + "default": { + "description": "Error", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + }, + "text/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + } + } + } + } + } + }, + "/v3/DocumentObjects/Get": { + "post": { + "tags": ["DocumentObjects"], + "summary": "Gets all document objects in the Repository that match the criteria given in the parameters.", + "description": "Depending on which status filter is specified, the objects with following status types can be returned:\r\n
Status filterReturned status types
AllAll status types
LatestReleasedLatest released excluding out-of-date
DraftOrLatestReleasedDraft and latest released excluding out-of-date
AllReleasedAll released including out-of-date
", + "operationId": "GetDocumentObjectList", + "requestBody": { + "description": "Request object with the criteria in its properties.", + "content": { + "application/json": { + "schema": { + "allOf": [ + { + "$ref": "#/components/schemas/GetDocumentObjectList" + } + ], + "description": "Request object to get all objects in the repository that match the criteria given in the properties." + } + }, + "text/json": { + "schema": { + "allOf": [ + { + "$ref": "#/components/schemas/GetDocumentObjectList" + } + ], + "description": "Request object to get all objects in the repository that match the criteria given in the properties." + } + }, + "application/*+json": { + "schema": { + "allOf": [ + { + "$ref": "#/components/schemas/GetDocumentObjectList" + } + ], + "description": "Request object to get all objects in the repository that match the criteria given in the properties." + } + } + } + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "type": "array", + "items": { + "$ref": "#/components/schemas/DocumentObject" + } + } + }, + "text/json": { + "schema": { + "type": "array", + "items": { + "$ref": "#/components/schemas/DocumentObject" + } + } + } + } + }, + "400": { + "description": "Bad Request", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + }, + "text/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + } + } + }, + "default": { + "description": "Error", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + }, + "text/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + } + } + } + } + } + }, + "/v3/DocumentObjects/ByLanguageCardId/Get": { + "post": { + "tags": ["DocumentObjects"], + "summary": "Gets all document objects in the Repository that match the criteria given in the parameters.", + "description": "Depending on which status filter is specified, the objects with following status types can be returned:\r\n
Status filterReturned status types
AllAll status types
LatestReleasedLatest released excluding out-of-date
DraftOrLatestReleasedDraft and latest released excluding out-of-date
AllReleasedAll released including out-of-date
", + "operationId": "GetDocumentObjectListByLanguageCardId", + "requestBody": { + "description": "Request object with the criteria in its properties.", + "content": { + "application/json": { + "schema": { + "allOf": [ + { + "$ref": "#/components/schemas/GetDocumentObjectListByLanguageCardId" + } + ], + "description": "Request object to get all objects in the repository that match the criteria given in the properties." + } + }, + "text/json": { + "schema": { + "allOf": [ + { + "$ref": "#/components/schemas/GetDocumentObjectListByLanguageCardId" + } + ], + "description": "Request object to get all objects in the repository that match the criteria given in the properties." + } + }, + "application/*+json": { + "schema": { + "allOf": [ + { + "$ref": "#/components/schemas/GetDocumentObjectListByLanguageCardId" + } + ], + "description": "Request object to get all objects in the repository that match the criteria given in the properties." + } + } + } + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "type": "array", + "items": { + "$ref": "#/components/schemas/DocumentObject" + } + } + }, + "text/json": { + "schema": { + "type": "array", + "items": { + "$ref": "#/components/schemas/DocumentObject" + } + } + } + } + }, + "400": { + "description": "Bad Request", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + }, + "text/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + } + } + }, + "default": { + "description": "Error", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + }, + "text/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + } + } + } + } + } + }, + "/v3/DocumentObjects/ByLogicalId/{LogicalId}": { + "get": { + "tags": ["DocumentObjects"], + "summary": "Gets the metadata of the document object specified by the logical identifier, version and language.", + "operationId": "GetDocumentObjectByLogicalId", + "parameters": [ + { + "name": "LogicalId", + "in": "path", + "description": "The logical identifier of the document object.", + "required": true, + "schema": { + "maxLength": 100, + "minLength": 1, + "pattern": "^(?=.*[a-zA-Z])[a-zA-Z0-9.-]*$", + "type": "string", + "description": "The logical identifier of the document object." + } + }, + { + "name": "Version", + "in": "query", + "description": "The version of the document object.", + "schema": { + "type": "string", + "description": "The version of the document object.", + "nullable": true + } + }, + { + "name": "Language", + "in": "query", + "description": "The language of the document object.", + "schema": { + "maxLength": 255, + "type": "string", + "description": "The language of the document object.", + "nullable": true + } + }, + { + "name": "Resolution", + "in": "query", + "description": "The resolution of the document object.", + "schema": { + "maxLength": 255, + "type": "string", + "description": "The resolution of the document object.", + "nullable": true + } + }, + { + "name": "SelectedProperties", + "in": "query", + "description": "Specifies the properties that will be returned. If not supplied, only the identifier will be returned.", + "schema": { + "allOf": [ + { + "$ref": "#/components/schemas/SelectedProperties" + } + ], + "description": "Specifies the properties that will be returned. If not supplied, only the identifier will be returned.", + "default": "id" + } + }, + { + "name": "FieldGroup", + "in": "query", + "description": "Group of metadata fields that will be returned. If not supplied, no fields will be returned.", + "schema": { + "allOf": [ + { + "$ref": "#/components/schemas/FieldGroup" + } + ], + "description": "Group of metadata fields that will be returned. If not supplied, no fields will be returned.", + "default": "none" + } + }, + { + "name": "Field", + "in": "query", + "description": "Specifies one or more metadata fields to return.", + "schema": { + "type": "array", + "items": { + "type": "string" + }, + "description": "Specifies one or more metadata fields to return." + } + }, + { + "name": "IncludeLinks", + "in": "query", + "description": "true to include the links; otherwise, false. Default is false.", + "schema": { + "type": "boolean", + "description": "true to include the links; otherwise, false. Default is false.", + "default": false + } + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/DocumentObject" + } + }, + "text/json": { + "schema": { + "$ref": "#/components/schemas/DocumentObject" + } + } + } + }, + "404": { + "description": "Not Found", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + }, + "text/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + } + } + }, + "400": { + "description": "Bad Request", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + }, + "text/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + } + } + }, + "default": { + "description": "Error", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + }, + "text/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + } + } + } + } + }, + "put": { + "tags": ["DocumentObjects"], + "summary": "Updates the document object by the logical identifier, version, language and resolution.", + "operationId": "UpdateDocumentObjectByLogicalId", + "parameters": [ + { + "name": "LogicalId", + "in": "path", + "description": "The logical identifier of the document object.", + "required": true, + "schema": { + "maxLength": 100, + "minLength": 1, + "pattern": "^(?=.*[a-zA-Z])[a-zA-Z0-9.-]*$", + "type": "string", + "description": "The logical identifier of the document object." + } + }, + { + "name": "Version", + "in": "query", + "description": "The version of the document object.", + "schema": { + "type": "string", + "description": "The version of the document object.", + "nullable": true + } + }, + { + "name": "Language", + "in": "query", + "description": "The language of the document object.", + "schema": { + "maxLength": 255, + "type": "string", + "description": "The language of the document object.", + "nullable": true + } + }, + { + "name": "Resolution", + "in": "query", + "description": "The resolution of the document object.", + "schema": { + "maxLength": 255, + "type": "string", + "description": "The resolution of the document object.", + "nullable": true + } + } + ], + "requestBody": { + "description": "Request object with the criteria in its properties.", + "content": { + "application/json": { + "schema": { + "allOf": [ + { + "$ref": "#/components/schemas/UpdateDocumentObject" + } + ], + "description": "Represents a document." + } + }, + "text/json": { + "schema": { + "allOf": [ + { + "$ref": "#/components/schemas/UpdateDocumentObject" + } + ], + "description": "Represents a document." + } + }, + "application/*+json": { + "schema": { + "allOf": [ + { + "$ref": "#/components/schemas/UpdateDocumentObject" + } + ], + "description": "Represents a document." + } + } + } + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Message" + } + }, + "text/json": { + "schema": { + "$ref": "#/components/schemas/Message" + } + } + } + }, + "403": { + "description": "Forbidden", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + }, + "text/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + } + } + }, + "404": { + "description": "Not Found", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + }, + "text/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + } + } + }, + "400": { + "description": "Bad Request", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + }, + "text/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + } + } + }, + "default": { + "description": "Error", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + }, + "text/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + } + } + } + } + }, + "delete": { + "tags": ["DocumentObjects"], + "summary": "Deletes a document object by its logical identifier.", + "operationId": "DeleteDocumentObjectByLogicalId", + "parameters": [ + { + "name": "LogicalId", + "in": "path", + "description": "The logical identifier of the document object.", + "required": true, + "schema": { + "maxLength": 100, + "minLength": 1, + "pattern": "^(?=.*[a-zA-Z])[a-zA-Z0-9.-]*$", + "type": "string", + "description": "The logical identifier of the document object." + } + }, + { + "name": "Version", + "in": "query", + "description": "The version of the document object.", + "schema": { + "type": "string", + "description": "The version of the document object.", + "nullable": true + } + }, + { + "name": "Language", + "in": "query", + "description": "The language of the document object.", + "schema": { + "maxLength": 255, + "type": "string", + "description": "The language of the document object.", + "nullable": true + } + }, + { + "name": "Resolution", + "in": "query", + "description": "The resolution of the document object.", + "schema": { + "maxLength": 255, + "type": "string", + "description": "The resolution of the document object.", + "nullable": true + } + } + ], + "requestBody": { + "description": "The parameters that will be used for delete operation.", + "content": { + "application/json": { + "schema": { + "allOf": [ + { + "$ref": "#/components/schemas/DeleteDocumentObjectByLogicalId" + } + ], + "description": "Request object to delete document object." + } + }, + "text/json": { + "schema": { + "allOf": [ + { + "$ref": "#/components/schemas/DeleteDocumentObjectByLogicalId" + } + ], + "description": "Request object to delete document object." + } + }, + "application/*+json": { + "schema": { + "allOf": [ + { + "$ref": "#/components/schemas/DeleteDocumentObjectByLogicalId" + } + ], + "description": "Request object to delete document object." + } + } + } + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Message" + } + }, + "text/json": { + "schema": { + "$ref": "#/components/schemas/Message" + } + } + } + }, + "403": { + "description": "Forbidden", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + }, + "text/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + } + } + }, + "404": { + "description": "Not Found", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + }, + "text/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + } + } + }, + "400": { + "description": "Bad Request", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + }, + "text/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + } + } + }, + "default": { + "description": "Error", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + }, + "text/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + } + } + } + } + } + }, + "/v3/DocumentObjects/ByLanguageCardId/{LanguageCardId}": { + "get": { + "tags": ["DocumentObjects"], + "summary": "Gets the metadata of the document object by its language card identifier.", + "operationId": "GetDocumentObjectByLanguageCardId", + "parameters": [ + { + "name": "LanguageCardId", + "in": "path", + "description": "The language card identifier of the document object.", + "required": true, + "schema": { + "minimum": 0, + "exclusiveMinimum": true, + "type": "integer", + "description": "The language card identifier of the document object.", + "format": "int64" + } + }, + { + "name": "SelectedProperties", + "in": "query", + "description": "Specifies the properties that will be returned. If not supplied, only the identifier will be returned.", + "schema": { + "allOf": [ + { + "$ref": "#/components/schemas/SelectedProperties" + } + ], + "description": "Specifies the properties that will be returned. If not supplied, only the identifier will be returned.", + "default": "id" + } + }, + { + "name": "FieldGroup", + "in": "query", + "description": "Group of metadata fields that will be returned. If not supplied, no fields will be returned.", + "schema": { + "allOf": [ + { + "$ref": "#/components/schemas/FieldGroup" + } + ], + "description": "Group of metadata fields that will be returned. If not supplied, no fields will be returned.", + "default": "none" + } + }, + { + "name": "Field", + "in": "query", + "description": "Specifies one or more metadata fields to return.", + "schema": { + "type": "array", + "items": { + "type": "string" + }, + "description": "Specifies one or more metadata fields to return." + } + }, + { + "name": "IncludeLinks", + "in": "query", + "description": "true to include the links; otherwise, false. Default is false.", + "schema": { + "type": "boolean", + "description": "true to include the links; otherwise, false. Default is false.", + "default": false + } + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/DocumentObject" + } + }, + "text/json": { + "schema": { + "$ref": "#/components/schemas/DocumentObject" + } + } + } + }, + "404": { + "description": "Not Found", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + }, + "text/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + } + } + }, + "400": { + "description": "Bad Request", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + }, + "text/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + } + } + }, + "default": { + "description": "Error", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + }, + "text/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + } + } + } + } + }, + "put": { + "tags": ["DocumentObjects"], + "summary": "Updates the document object by the language card identifier.", + "operationId": "UpdateDocumentObjectByLanguageCardId", + "parameters": [ + { + "name": "LanguageCardId", + "in": "path", + "description": "The language card identifier of the document object.", + "required": true, + "schema": { + "minimum": 0, + "exclusiveMinimum": true, + "type": "integer", + "description": "The language card identifier of the document object.", + "format": "int64" + } + } + ], + "requestBody": { + "description": "Request object with the criteria in its properties.", + "content": { + "application/json": { + "schema": { + "allOf": [ + { + "$ref": "#/components/schemas/UpdateDocumentObject" + } + ], + "description": "Represents a document." + } + }, + "text/json": { + "schema": { + "allOf": [ + { + "$ref": "#/components/schemas/UpdateDocumentObject" + } + ], + "description": "Represents a document." + } + }, + "application/*+json": { + "schema": { + "allOf": [ + { + "$ref": "#/components/schemas/UpdateDocumentObject" + } + ], + "description": "Represents a document." + } + } + } + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Message" + } + }, + "text/json": { + "schema": { + "$ref": "#/components/schemas/Message" + } + } + } + }, + "403": { + "description": "Forbidden", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + }, + "text/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + } + } + }, + "404": { + "description": "Not Found", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + }, + "text/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + } + } + }, + "400": { + "description": "Bad Request", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + }, + "text/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + } + } + }, + "default": { + "description": "Error", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + }, + "text/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + } + } + } + } + }, + "delete": { + "tags": ["DocumentObjects"], + "summary": "Deletes a document object by its language card identifier.", + "operationId": "DeleteDocumentObjectByLanguageCardId", + "parameters": [ + { + "name": "LanguageCardId", + "in": "path", + "description": "The language card identifier of the document object.", + "required": true, + "schema": { + "minimum": 0, + "exclusiveMinimum": true, + "type": "integer", + "description": "The language card identifier of the document object.", + "format": "int64" + } + } + ], + "requestBody": { + "description": "The parameters that will be used for delete operation.", + "content": { + "application/json": { + "schema": { + "allOf": [ + { + "$ref": "#/components/schemas/DeleteDocumentObjectByLanguageCardId" + } + ], + "description": "Request object to delete document object." + } + }, + "text/json": { + "schema": { + "allOf": [ + { + "$ref": "#/components/schemas/DeleteDocumentObjectByLanguageCardId" + } + ], + "description": "Request object to delete document object." + } + }, + "application/*+json": { + "schema": { + "allOf": [ + { + "$ref": "#/components/schemas/DeleteDocumentObjectByLanguageCardId" + } + ], + "description": "Request object to delete document object." + } + } + } + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Message" + } + }, + "text/json": { + "schema": { + "$ref": "#/components/schemas/Message" + } + } + } + }, + "403": { + "description": "Forbidden", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + }, + "text/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + } + } + }, + "404": { + "description": "Not Found", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + }, + "text/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + } + } + }, + "400": { + "description": "Bad Request", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + }, + "text/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + } + } + }, + "default": { + "description": "Error", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + }, + "text/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + } + } + } + } + } + }, + "/v3/DocumentObjects/ByLanguageCardId/{LanguageCardId}/Content": { + "get": { + "tags": ["DocumentObjects"], + "summary": "Gets the content by its language card identifier.", + "operationId": "GetDocumentObjectContentByLanguageCardId", + "parameters": [ + { + "name": "LanguageCardId", + "in": "path", + "description": "The language card identifier of the document object.", + "required": true, + "schema": { + "minimum": 0, + "exclusiveMinimum": true, + "type": "integer", + "description": "The language card identifier of the document object.", + "format": "int64" + } + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/octet-stream": { + "schema": { + "type": "string", + "format": "binary" + } + } + } + }, + "404": { + "description": "Not Found", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + }, + "text/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + } + } + }, + "400": { + "description": "Bad Request", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + }, + "text/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + } + } + }, + "default": { + "description": "Error", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + }, + "text/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + } + } + } + } + }, + "put": { + "tags": ["DocumentObjects"], + "summary": "Updates the document object content by its language card identifier.", + "operationId": "UpdateDocumentObjectContentByLanguageCardId", + "parameters": [ + { + "name": "LanguageCardId", + "in": "path", + "description": "The language card identifier of the document object.", + "required": true, + "schema": { + "minimum": 0, + "exclusiveMinimum": true, + "type": "integer", + "description": "The language card identifier of the document object.", + "format": "int64" + } + } + ], + "requestBody": { + "content": { + "multipart/form-data": { + "schema": { + "required": ["content"], + "type": "object", + "properties": { + "content": { + "type": "string", + "format": "binary" + }, + "metadata": { + "allOf": [ + { + "$ref": "#/components/schemas/UpdateDocumentObjectContent" + } + ], + "nullable": true + } + } + }, + "encoding": { + "content": { + "style": "form" + }, + "metadata": { + "style": "form" + } + } + } + } + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Message" + } + }, + "text/json": { + "schema": { + "$ref": "#/components/schemas/Message" + } + } + } + }, + "403": { + "description": "Forbidden", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + }, + "text/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + } + } + }, + "404": { + "description": "Not Found", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + }, + "text/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + } + } + }, + "400": { + "description": "Bad Request", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + }, + "text/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + } + } + }, + "default": { + "description": "Error", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + }, + "text/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + } + } + } + } + } + }, + "/v3/DocumentObjects/ByLanguageCardId/{LanguageCardId}/PossibleTargetStatuses": { + "get": { + "tags": ["DocumentObjects"], + "summary": "Getting status (transition) list by language card identifier.", + "operationId": "GetDocumentObjectPossibleTargetStatusListByLanguageCardId", + "parameters": [ + { + "name": "LanguageCardId", + "in": "path", + "description": "The language card identifier of the document object.", + "required": true, + "schema": { + "minimum": 0, + "exclusiveMinimum": true, + "type": "integer", + "description": "The language card identifier of the document object.", + "format": "int64" + } + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "type": "array", + "items": { + "$ref": "#/components/schemas/LovValue" + } + } + }, + "text/json": { + "schema": { + "type": "array", + "items": { + "$ref": "#/components/schemas/LovValue" + } + } + } + } + }, + "404": { + "description": "Not Found", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + }, + "text/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + } + } + }, + "400": { + "description": "Bad Request", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + }, + "text/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + } + } + }, + "default": { + "description": "Error", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + }, + "text/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + } + } + } + } + } + }, + "/v3/DocumentObjects/PossibleTargetStatuses": { + "get": { + "tags": ["DocumentObjects"], + "summary": "Getting status (initial) list by document object type.", + "operationId": "GetDocumentObjectPossibleTargetStatusList", + "parameters": [ + { + "name": "ObjectType", + "in": "query", + "description": "Type of the document.", + "schema": { + "allOf": [ + { + "$ref": "#/components/schemas/DocumentObjectTypeFilter" + } + ], + "default": "any" + } + }, + { + "name": "ActivityFilter", + "in": "query", + "description": "Filter of activity that limits the possible target statuses to only the active or inactive ones. If not supplied, only the active ones will be returned.", + "schema": { + "allOf": [ + { + "$ref": "#/components/schemas/ActivityFilter" + } + ], + "default": "active" + } + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "type": "array", + "items": { + "$ref": "#/components/schemas/LovValue" + } + } + }, + "text/json": { + "schema": { + "type": "array", + "items": { + "$ref": "#/components/schemas/LovValue" + } + } + } + } + }, + "404": { + "description": "Not Found", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + }, + "text/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + } + } + }, + "400": { + "description": "Bad Request", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + }, + "text/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + } + } + }, + "default": { + "description": "Error", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + }, + "text/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + } + } + } + } + } + }, + "/v3/DocumentObjects": { + "post": { + "tags": ["DocumentObjects"], + "summary": "Creates document object. - NOT IMPLEMENTED.", + "operationId": "CreateDocumentObject", + "responses": { + "201": { + "description": "Created", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/DocumentObject" + } + }, + "text/json": { + "schema": { + "$ref": "#/components/schemas/DocumentObject" + } + } + } + }, + "403": { + "description": "Forbidden", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + }, + "text/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + } + } + }, + "400": { + "description": "Bad Request", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + }, + "text/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + } + } + }, + "default": { + "description": "Error", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + }, + "text/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + } + } + } + } + } + }, + "/v3/DocumentObjects/ByLanguageCardId/{LanguageCardId}/Content/CheckOut": { + "post": { + "tags": ["DocumentObjects"], + "summary": "Check out the document object by its language card identifier.", + "operationId": "CheckOutDocumentObjectByLanguageCardId", + "parameters": [ + { + "name": "LanguageCardId", + "in": "path", + "description": "The language card identifier of the document object.", + "required": true, + "schema": { + "minimum": 0, + "exclusiveMinimum": true, + "type": "integer", + "description": "The language card identifier of the document object.", + "format": "int64" + } + } + ], + "requestBody": { + "description": "Request object with the criteria in its properties.", + "content": { + "application/json": { + "schema": { + "allOf": [ + { + "$ref": "#/components/schemas/CheckOutDocumentObject" + } + ], + "description": "Represents model to check out a document" + } + }, + "text/json": { + "schema": { + "allOf": [ + { + "$ref": "#/components/schemas/CheckOutDocumentObject" + } + ], + "description": "Represents model to check out a document" + } + }, + "application/*+json": { + "schema": { + "allOf": [ + { + "$ref": "#/components/schemas/CheckOutDocumentObject" + } + ], + "description": "Represents model to check out a document" + } + } + } + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Message" + } + }, + "text/json": { + "schema": { + "$ref": "#/components/schemas/Message" + } + } + } + }, + "403": { + "description": "Forbidden", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + }, + "text/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + } + } + }, + "404": { + "description": "Not Found", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + }, + "text/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + } + } + }, + "400": { + "description": "Bad Request", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + }, + "text/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + } + } + }, + "default": { + "description": "Error", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + }, + "text/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + } + } + } + } + } + }, + "/v3/DocumentObjects/ByLanguageCardId/{LanguageCardId}/Content/CheckIn": { + "post": { + "tags": ["DocumentObjects"], + "summary": "Checks in the document object specified by the language card identifier.", + "operationId": "CheckInDocumentObjectByLanguageCardId", + "parameters": [ + { + "name": "LanguageCardId", + "in": "path", + "description": "The language card identifier of the document object.", + "required": true, + "schema": { + "minimum": 0, + "exclusiveMinimum": true, + "type": "integer", + "description": "The language card identifier of the document object.", + "format": "int64" + } + } + ], + "requestBody": { + "content": { + "multipart/form-data": { + "schema": { + "required": ["content"], + "type": "object", + "properties": { + "content": { + "type": "string", + "format": "binary" + }, + "metadata": { + "allOf": [ + { + "$ref": "#/components/schemas/CheckInDocumentObject" + } + ], + "nullable": true + } + } + }, + "encoding": { + "content": { + "style": "form" + }, + "metadata": { + "style": "form" + } + } + } + } + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Message" + } + }, + "text/json": { + "schema": { + "$ref": "#/components/schemas/Message" + } + } + } + }, + "403": { + "description": "Forbidden", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + }, + "text/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + } + } + }, + "404": { + "description": "Not Found", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + }, + "text/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + } + } + }, + "400": { + "description": "Bad Request", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + }, + "text/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + } + } + }, + "default": { + "description": "Error", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + }, + "text/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + } + } + } + } + } + }, + "/v3/DocumentObjects/ByLanguageCardId/{LanguageCardId}/Content/UndoCheckout": { + "post": { + "tags": ["DocumentObjects"], + "summary": "Undo checkout of the document object by its language card identifier.", + "operationId": "UndoCheckoutDocumentObjectByLanguageCardId", + "parameters": [ + { + "name": "LanguageCardId", + "in": "path", + "description": "The language card identifier of the document object.", + "required": true, + "schema": { + "minimum": 0, + "exclusiveMinimum": true, + "type": "integer", + "description": "The language card identifier of the document object.", + "format": "int64" + } + } + ], + "requestBody": { + "description": "Required current metadata of the object.", + "content": { + "application/json": { + "schema": { + "allOf": [ + { + "$ref": "#/components/schemas/UndoCheckoutDocumentObject" + } + ], + "description": "Represents model to undo checkout of a document" + } + }, + "text/json": { + "schema": { + "allOf": [ + { + "$ref": "#/components/schemas/UndoCheckoutDocumentObject" + } + ], + "description": "Represents model to undo checkout of a document" + } + }, + "application/*+json": { + "schema": { + "allOf": [ + { + "$ref": "#/components/schemas/UndoCheckoutDocumentObject" + } + ], + "description": "Represents model to undo checkout of a document" + } + } + } + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Message" + } + }, + "text/json": { + "schema": { + "$ref": "#/components/schemas/Message" + } + } + } + }, + "403": { + "description": "Forbidden", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + }, + "text/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + } + } + }, + "404": { + "description": "Not Found", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + }, + "text/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + } + } + }, + "400": { + "description": "Bad Request", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + }, + "text/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + } + } + }, + "default": { + "description": "Error", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + }, + "text/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + } + } + } + } + } + }, + "/v3/DocumentObjects/ByLogicalId/{LogicalId}/Location": { + "get": { + "tags": ["DocumentObjects"], + "summary": "Get the location of a document object in the folder structure.", + "operationId": "GetDocumentObjectLocation", + "parameters": [ + { + "name": "LogicalId", + "in": "path", + "description": "The logical identifier of the document object.", + "required": true, + "schema": { + "maxLength": 100, + "minLength": 1, + "pattern": "^(?=.*[a-zA-Z])[a-zA-Z0-9.-]*$", + "type": "string", + "description": "The logical identifier of the document object." + } + }, + { + "name": "SelectedProperties", + "in": "query", + "description": "Specifies the properties that will be returned. If not supplied, only the identifier will be returned.", + "schema": { + "allOf": [ + { + "$ref": "#/components/schemas/SelectedProperties" + } + ], + "description": "Specifies the properties that will be returned. If not supplied, only the identifier will be returned.", + "default": "id" + } + }, + { + "name": "FieldGroup", + "in": "query", + "description": "Group of metadata fields that will be returned. If not supplied, no fields will be returned.", + "schema": { + "allOf": [ + { + "$ref": "#/components/schemas/FieldGroup" + } + ], + "description": "Group of metadata fields that will be returned. If not supplied, no fields will be returned.", + "default": "none" + } + }, + { + "name": "Field", + "in": "query", + "description": "Specifies one or more metadata fields to return.", + "schema": { + "type": "array", + "items": { + "type": "string" + }, + "description": "Specifies one or more metadata fields to return." + } + }, + { + "name": "IncludeLinks", + "in": "query", + "description": "true to include the links; otherwise, false. Default is false.", + "schema": { + "type": "boolean", + "description": "true to include the links; otherwise, false. Default is false.", + "default": false + } + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "type": "array", + "items": { + "$ref": "#/components/schemas/Folder" + } + } + }, + "text/json": { + "schema": { + "type": "array", + "items": { + "$ref": "#/components/schemas/Folder" + } + } + } + } + }, + "400": { + "description": "Bad Request", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + }, + "text/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + } + } + }, + "default": { + "description": "Error", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + }, + "text/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + } + } + } + } + } + }, + "/v3/DocumentObjects/Versions": { + "post": { + "tags": ["DocumentObjects"], + "summary": "Creates document object version. - NOT IMPLEMENTED", + "operationId": "CreateDocumentObjectVersion", + "responses": { + "201": { + "description": "Created", + "content": { + "application/json": { + "schema": { + "type": "string" + } + }, + "text/json": { + "schema": { + "type": "string" + } + } + } + }, + "403": { + "description": "Forbidden", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + }, + "text/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + } + } + }, + "400": { + "description": "Bad Request", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + }, + "text/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + } + } + }, + "default": { + "description": "Error", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + }, + "text/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + } + } + } + } + } + }, + "/v3/DocumentObjects/Languages": { + "post": { + "tags": ["DocumentObjects"], + "summary": "Creates document object language. - NOT IMPLEMENTED.", + "operationId": "CreateDocumentObjectLanguage", + "responses": { + "201": { + "description": "Created", + "content": { + "application/json": { + "schema": { + "type": "string" + } + }, + "text/json": { + "schema": { + "type": "string" + } + } + } + }, + "403": { + "description": "Forbidden", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + }, + "text/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + } + } + }, + "400": { + "description": "Bad Request", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + }, + "text/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + } + } + }, + "default": { + "description": "Error", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + }, + "text/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + } + } + } + } + } + }, + "/v3/DocumentObjects/ByLogicalId/{LogicalId}/ByVersion/{Version}/UsedInPublications/Get": { + "post": { + "tags": ["DocumentObjects"], + "summary": "Gets the list of publications that are referencing the document object specified by the logical identifier and version.", + "operationId": "GetPublicationListUsingDocumentObject", + "parameters": [ + { + "name": "LogicalId", + "in": "path", + "description": "The logical identifier of the referenced document object.", + "required": true, + "schema": { + "maxLength": 100, + "minLength": 1, + "pattern": "^(?=.*[a-zA-Z])[a-zA-Z0-9.-]*$", + "type": "string", + "description": "The logical identifier of the referenced document object." + } + }, + { + "name": "Version", + "in": "path", + "description": "The version of the referenced document object.", + "required": true, + "schema": { + "minLength": 1, + "type": "string", + "description": "The version of the referenced document object." + } + } + ], + "requestBody": { + "description": "Request body to get all publications in the Repository that are referencing the document object specified by the logical identifier and version.", + "content": { + "application/json": { + "schema": { + "allOf": [ + { + "$ref": "#/components/schemas/GetPublicationListUsingDocumentObject" + } + ], + "description": "Request body to get all publications in the Repository that are referencing a document object specified by the logical identifier and version." + } + }, + "text/json": { + "schema": { + "allOf": [ + { + "$ref": "#/components/schemas/GetPublicationListUsingDocumentObject" + } + ], + "description": "Request body to get all publications in the Repository that are referencing a document object specified by the logical identifier and version." + } + }, + "application/*+json": { + "schema": { + "allOf": [ + { + "$ref": "#/components/schemas/GetPublicationListUsingDocumentObject" + } + ], + "description": "Request body to get all publications in the Repository that are referencing a document object specified by the logical identifier and version." + } + } + } + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "type": "array", + "items": { + "$ref": "#/components/schemas/Publication" + } + } + }, + "text/json": { + "schema": { + "type": "array", + "items": { + "$ref": "#/components/schemas/Publication" + } + } + } + } + }, + "400": { + "description": "Bad Request", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + }, + "text/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + } + } + }, + "default": { + "description": "Error", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + }, + "text/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + } + } + } + } + } + }, + "/v3/DocumentObjects/ByLogicalId/{LogicalId}/UsedInDocumentObjects/Get": { + "post": { + "tags": ["DocumentObjects"], + "summary": "Gets the list of document objects that are referencing the document object specified by the logical identifier.", + "operationId": "GetDocumentObjectListUsingDocumentObject", + "parameters": [ + { + "name": "LogicalId", + "in": "path", + "description": "The logical identifier of the referenced document object.", + "required": true, + "schema": { + "maxLength": 100, + "minLength": 1, + "pattern": "^(?=.*[a-zA-Z])[a-zA-Z0-9.-]*$", + "type": "string", + "description": "The logical identifier of the referenced document object." + } + } + ], + "requestBody": { + "description": "Request body to get all document objects in the Repository that are referencing the document object specified by the logical identifier.", + "content": { + "application/json": { + "schema": { + "allOf": [ + { + "$ref": "#/components/schemas/GetDocumentObjectListUsingDocumentObject" + } + ], + "description": "Request object to get all objects in the repository that are referencing the given logical id." + } + }, + "text/json": { + "schema": { + "allOf": [ + { + "$ref": "#/components/schemas/GetDocumentObjectListUsingDocumentObject" + } + ], + "description": "Request object to get all objects in the repository that are referencing the given logical id." + } + }, + "application/*+json": { + "schema": { + "allOf": [ + { + "$ref": "#/components/schemas/GetDocumentObjectListUsingDocumentObject" + } + ], + "description": "Request object to get all objects in the repository that are referencing the given logical id." + } + } + } + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "type": "array", + "items": { + "$ref": "#/components/schemas/DocumentObject" + } + } + }, + "text/json": { + "schema": { + "type": "array", + "items": { + "$ref": "#/components/schemas/DocumentObject" + } + } + } + } + }, + "400": { + "description": "Bad Request", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + }, + "text/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + } + } + }, + "default": { + "description": "Error", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + }, + "text/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + } + } + } + } + } + }, + "/v3/DocumentObjects/ByLanguageCardId/{LanguageCardId}/References": { + "get": { + "tags": ["DocumentObjects"], + "summary": "Get the logical identifiers for all document objects referenced by the specified document object.", + "operationId": "GetDocumentObjectReferenceListByLanguageCardId", + "parameters": [ + { + "name": "LanguageCardId", + "in": "path", + "description": "The language card identifier of the document object.", + "required": true, + "schema": { + "minimum": 0, + "exclusiveMinimum": true, + "type": "integer", + "description": "The language card identifier of the document object.", + "format": "int64" + } + }, + { + "name": "LinkType", + "in": "query", + "description": "The enumeration indicating which link fields must be used.", + "schema": { + "allOf": [ + { + "$ref": "#/components/schemas/LinkType" + } + ], + "description": "The enumeration indicating which link fields must be used.", + "default": "all" + } + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "type": "array", + "items": { + "type": "string" + } + } + }, + "text/json": { + "schema": { + "type": "array", + "items": { + "type": "string" + } + } + } + } + }, + "400": { + "description": "Bad Request", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + }, + "text/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + } + } + }, + "default": { + "description": "Error", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + }, + "text/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + } + } + } + } + } + }, + "/v3/DocumentObjects/ByLanguageCardId/{LanguageCardId}/SmartTags/Get": { + "post": { + "tags": ["DocumentObjects"], + "summary": "Gets the smart tags of a document object specified by the language card identifier.", + "operationId": "GetDocumentObjectSmartTagListByLanguageCardId", + "parameters": [ + { + "name": "LanguageCardId", + "in": "path", + "description": "The language card identifier of the document object.", + "required": true, + "schema": { + "minimum": 0, + "exclusiveMinimum": true, + "type": "integer", + "description": "The language card identifier of the document object.", + "format": "int64" + } + } + ], + "requestBody": { + "description": "Request body holding information such as requested fields and their current values.", + "content": { + "application/json": { + "schema": { + "allOf": [ + { + "$ref": "#/components/schemas/GetDocumentObjectSmartTagsByLanguageCardId" + } + ], + "description": "Request parameters to get smart tags of an object." + } + }, + "text/json": { + "schema": { + "allOf": [ + { + "$ref": "#/components/schemas/GetDocumentObjectSmartTagsByLanguageCardId" + } + ], + "description": "Request parameters to get smart tags of an object." + } + }, + "application/*+json": { + "schema": { + "allOf": [ + { + "$ref": "#/components/schemas/GetDocumentObjectSmartTagsByLanguageCardId" + } + ], + "description": "Request parameters to get smart tags of an object." + } + } + } + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "type": "array", + "items": { + "$ref": "#/components/schemas/FieldTag" + } + } + }, + "text/json": { + "schema": { + "type": "array", + "items": { + "$ref": "#/components/schemas/FieldTag" + } + } + } + } + }, + "400": { + "description": "Bad Request", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + }, + "text/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + } + } + }, + "default": { + "description": "Error", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + }, + "text/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + } + } + } + } + } + }, + "/v3/DocumentObjects/ByLanguageCardId/BackgroundTasks": { + "post": { + "tags": ["DocumentObjects"], + "summary": "Creates a background task with given event type and language card identifiers.", + "operationId": "CreateBackgroundTaskForDocumentObjectByLanguageCardId", + "requestBody": { + "description": "Parameters holding information such as even type and language card identifiers.", + "content": { + "application/json": { + "schema": { + "allOf": [ + { + "$ref": "#/components/schemas/CreateBackgroundTaskForDocumentObjectByLanguageCardId" + } + ], + "description": "Request object to create background task for language card identifiers." + } + }, + "text/json": { + "schema": { + "allOf": [ + { + "$ref": "#/components/schemas/CreateBackgroundTaskForDocumentObjectByLanguageCardId" + } + ], + "description": "Request object to create background task for language card identifiers." + } + }, + "application/*+json": { + "schema": { + "allOf": [ + { + "$ref": "#/components/schemas/CreateBackgroundTaskForDocumentObjectByLanguageCardId" + } + ], + "description": "Request object to create background task for language card identifiers." + } + } + } + }, + "responses": { + "201": { + "description": "Created", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/BackgroundTask" + } + }, + "text/json": { + "schema": { + "$ref": "#/components/schemas/BackgroundTask" + } + } + } + }, + "400": { + "description": "Bad Request", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + }, + "text/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + } + } + }, + "default": { + "description": "Error", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + }, + "text/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + } + } + } + } + } + }, + "/v3/Events": { + "post": { + "tags": ["Events"], + "summary": "Creates a new event.", + "operationId": "CreateEvent", + "requestBody": { + "description": "The create event model.", + "content": { + "application/json": { + "schema": { + "allOf": [ + { + "$ref": "#/components/schemas/CreateEvent" + } + ], + "description": "Represents a create event model." + } + }, + "text/json": { + "schema": { + "allOf": [ + { + "$ref": "#/components/schemas/CreateEvent" + } + ], + "description": "Represents a create event model." + } + }, + "application/*+json": { + "schema": { + "allOf": [ + { + "$ref": "#/components/schemas/CreateEvent" + } + ], + "description": "Represents a create event model." + } + } + } + }, + "responses": { + "201": { + "description": "Created", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/EventProgress" + } + }, + "text/json": { + "schema": { + "$ref": "#/components/schemas/EventProgress" + } + } + } + }, + "403": { + "description": "Forbidden", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + }, + "text/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + } + } + }, + "400": { + "description": "Bad Request", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + }, + "text/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + } + } + }, + "default": { + "description": "Error", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + }, + "text/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + } + } + } + } + } + }, + "/v3/Events/ByProgressId/{ProgressId}": { + "delete": { + "tags": ["Events"], + "summary": "Deletes an event.", + "operationId": "DeleteEvent", + "parameters": [ + { + "name": "ProgressId", + "in": "path", + "required": true, + "schema": { + "minimum": 0, + "exclusiveMinimum": true, + "type": "integer", + "format": "int64" + } + } + ], + "requestBody": { + "description": "The delete event model.", + "content": { + "application/json": { + "schema": { + "allOf": [ + { + "$ref": "#/components/schemas/DeleteEvent" + } + ], + "description": "Represents a delete event model." + } + }, + "text/json": { + "schema": { + "allOf": [ + { + "$ref": "#/components/schemas/DeleteEvent" + } + ], + "description": "Represents a delete event model." + } + }, + "application/*+json": { + "schema": { + "allOf": [ + { + "$ref": "#/components/schemas/DeleteEvent" + } + ], + "description": "Represents a delete event model." + } + } + } + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Message" + } + }, + "text/json": { + "schema": { + "$ref": "#/components/schemas/Message" + } + } + } + }, + "403": { + "description": "Forbidden", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + }, + "text/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + } + } + }, + "404": { + "description": "Not Found", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + }, + "text/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + } + } + }, + "400": { + "description": "Bad Request", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + }, + "text/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + } + } + }, + "default": { + "description": "Error", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + }, + "text/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + } + } + } + } + }, + "get": { + "tags": ["Events"], + "summary": "Get an event - NOT IMPLEMENTED.", + "operationId": "GetEventByProgressId", + "parameters": [ + { + "name": "ProgressId", + "in": "path", + "required": true, + "schema": { + "type": "string" + } + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/EventProgress" + } + }, + "text/json": { + "schema": { + "$ref": "#/components/schemas/EventProgress" + } + } + } + }, + "404": { + "description": "Not Found", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + }, + "text/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + } + } + }, + "400": { + "description": "Bad Request", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + }, + "text/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + } + } + }, + "default": { + "description": "Error", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + }, + "text/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + } + } + } + } + } + }, + "/v3/Events/ByProgressId/{ProgressId}/Terminate": { + "post": { + "tags": ["Events"], + "summary": "Terminates an event.", + "operationId": "TerminateEvent", + "parameters": [ + { + "name": "ProgressId", + "in": "path", + "required": true, + "schema": { + "minimum": 0, + "exclusiveMinimum": true, + "type": "integer", + "format": "int64" + } + } + ], + "requestBody": { + "description": "The terminate event model.", + "content": { + "application/json": { + "schema": { + "allOf": [ + { + "$ref": "#/components/schemas/TerminateEvent" + } + ], + "description": "Represents a terminate event model." + } + }, + "text/json": { + "schema": { + "allOf": [ + { + "$ref": "#/components/schemas/TerminateEvent" + } + ], + "description": "Represents a terminate event model." + } + }, + "application/*+json": { + "schema": { + "allOf": [ + { + "$ref": "#/components/schemas/TerminateEvent" + } + ], + "description": "Represents a terminate event model." + } + } + } + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Message" + } + }, + "text/json": { + "schema": { + "$ref": "#/components/schemas/Message" + } + } + } + }, + "403": { + "description": "Forbidden", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + }, + "text/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + } + } + }, + "404": { + "description": "Not Found", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + }, + "text/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + } + } + }, + "400": { + "description": "Bad Request", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + }, + "text/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + } + } + }, + "default": { + "description": "Error", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + }, + "text/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + } + } + } + } + } + }, + "/v3/Events/ByProgressId/Get": { + "post": { + "tags": ["Events"], + "summary": "Gets all events in the Repository that match the criteria given in the parameters.", + "operationId": "GetEventListByProgressId", + "requestBody": { + "description": "Request object with the criteria in its properties.", + "content": { + "application/json": { + "schema": { + "allOf": [ + { + "$ref": "#/components/schemas/GetEventListByProgressId" + } + ], + "description": "Request object to get all objects in the repository that match the criteria given in the properties." + } + }, + "text/json": { + "schema": { + "allOf": [ + { + "$ref": "#/components/schemas/GetEventListByProgressId" + } + ], + "description": "Request object to get all objects in the repository that match the criteria given in the properties." + } + }, + "application/*+json": { + "schema": { + "allOf": [ + { + "$ref": "#/components/schemas/GetEventListByProgressId" + } + ], + "description": "Request object to get all objects in the repository that match the criteria given in the properties." + } + } + } + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "type": "array", + "items": { + "$ref": "#/components/schemas/EventProgress" + } + } + }, + "text/json": { + "schema": { + "type": "array", + "items": { + "$ref": "#/components/schemas/EventProgress" + } + } + } + } + }, + "400": { + "description": "Bad Request", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + }, + "text/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + } + } + }, + "default": { + "description": "Error", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + }, + "text/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + } + } + } + } + } + }, + "/v3/Events/ByParentProgressId/Get": { + "post": { + "tags": ["Events"], + "summary": "Gets all events in the Repository that match the criteria given in the parameters.", + "operationId": "GetEventListByParentProgressId", + "requestBody": { + "description": "Request object with the criteria in its properties.", + "content": { + "application/json": { + "schema": { + "allOf": [ + { + "$ref": "#/components/schemas/GetEventListByParentProgressId" + } + ], + "description": "Request object to get all objects in the repository that match the criteria given in the properties." + } + }, + "text/json": { + "schema": { + "allOf": [ + { + "$ref": "#/components/schemas/GetEventListByParentProgressId" + } + ], + "description": "Request object to get all objects in the repository that match the criteria given in the properties." + } + }, + "application/*+json": { + "schema": { + "allOf": [ + { + "$ref": "#/components/schemas/GetEventListByParentProgressId" + } + ], + "description": "Request object to get all objects in the repository that match the criteria given in the properties." + } + } + } + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "type": "array", + "items": { + "$ref": "#/components/schemas/EventProgress" + } + } + }, + "text/json": { + "schema": { + "type": "array", + "items": { + "$ref": "#/components/schemas/EventProgress" + } + } + } + } + }, + "400": { + "description": "Bad Request", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + }, + "text/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + } + } + }, + "default": { + "description": "Error", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + }, + "text/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + } + } + } + } + } + }, + "/v3/Events/Details": { + "post": { + "tags": ["Events"], + "summary": "Creates a new event detail with its content.", + "operationId": "CreateEventDetail", + "requestBody": { + "content": { + "multipart/form-data": { + "schema": { + "type": "object", + "properties": { + "content": { + "type": "string", + "format": "binary", + "nullable": true + }, + "metadata": { + "allOf": [ + { + "$ref": "#/components/schemas/CreateEventDetail" + } + ], + "nullable": true + } + } + }, + "encoding": { + "content": { + "style": "form" + }, + "metadata": { + "style": "form" + } + } + } + } + }, + "responses": { + "201": { + "description": "Created", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/EventProgress" + } + }, + "text/json": { + "schema": { + "$ref": "#/components/schemas/EventProgress" + } + } + } + }, + "403": { + "description": "Forbidden", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + }, + "text/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + } + } + }, + "400": { + "description": "Bad Request", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + }, + "text/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + } + } + }, + "default": { + "description": "Error", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + }, + "text/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + } + } + } + } + } + }, + "/v3/Events/Overview/Get": { + "post": { + "tags": ["Events"], + "summary": "Gets a list of events matching the supplied filters.", + "operationId": "GetEventOverview", + "requestBody": { + "description": "The event overview model.", + "content": { + "application/json": { + "schema": { + "allOf": [ + { + "$ref": "#/components/schemas/GetEventOverview" + } + ], + "description": "Request object to get all objects in the repository that match the criteria given in the properties." + } + }, + "text/json": { + "schema": { + "allOf": [ + { + "$ref": "#/components/schemas/GetEventOverview" + } + ], + "description": "Request object to get all objects in the repository that match the criteria given in the properties." + } + }, + "application/*+json": { + "schema": { + "allOf": [ + { + "$ref": "#/components/schemas/GetEventOverview" + } + ], + "description": "Request object to get all objects in the repository that match the criteria given in the properties." + } + } + } + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "type": "array", + "items": { + "$ref": "#/components/schemas/EventProgress" + } + } + }, + "text/json": { + "schema": { + "type": "array", + "items": { + "$ref": "#/components/schemas/EventProgress" + } + } + } + } + }, + "400": { + "description": "Bad Request", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + }, + "text/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + } + } + }, + "default": { + "description": "Error", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + }, + "text/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + } + } + } + } + } + }, + "/v3/Events/ByProgressId/Overview/Get": { + "post": { + "tags": ["Events"], + "summary": "Gets a list of events matching the supplied filters.", + "operationId": "GetEventByProgressIdOverview", + "requestBody": { + "description": "The event overview by progressId model.", + "content": { + "application/json": { + "schema": { + "allOf": [ + { + "$ref": "#/components/schemas/GetEventOverviewByProgressId" + } + ], + "description": "Request object to get all objects in the repository that match the criteria given in the properties." + } + }, + "text/json": { + "schema": { + "allOf": [ + { + "$ref": "#/components/schemas/GetEventOverviewByProgressId" + } + ], + "description": "Request object to get all objects in the repository that match the criteria given in the properties." + } + }, + "application/*+json": { + "schema": { + "allOf": [ + { + "$ref": "#/components/schemas/GetEventOverviewByProgressId" + } + ], + "description": "Request object to get all objects in the repository that match the criteria given in the properties." + } + } + } + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "type": "array", + "items": { + "$ref": "#/components/schemas/EventProgress" + } + } + }, + "text/json": { + "schema": { + "type": "array", + "items": { + "$ref": "#/components/schemas/EventProgress" + } + } + } + } + }, + "400": { + "description": "Bad Request", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + }, + "text/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + } + } + }, + "default": { + "description": "Error", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + }, + "text/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + } + } + } + } + } + }, + "/v3/Events/ByDetailId/{detailId}": { + "get": { + "tags": ["Events"], + "summary": "Gets an event by the provided unique identifier of an event action/detail.", + "operationId": "GetEventByDetailId", + "parameters": [ + { + "name": "detailId", + "in": "path", + "description": "The unique identifier of an event action/detail.", + "required": true, + "schema": { + "type": "integer", + "format": "int64" + } + }, + { + "name": "fieldGroup", + "in": "query", + "description": "FieldGroup allows to add a group of fields to the requested metadata.", + "schema": { + "allOf": [ + { + "$ref": "#/components/schemas/FieldGroup" + } + ], + "description": "Groups of metadata fields." + } + }, + { + "name": "field", + "in": "query", + "description": "The list with the requested fields of the Event to be returned.", + "schema": { + "type": "array", + "items": { + "type": "string" + } + } + }, + { + "name": "includeLinks", + "in": "query", + "description": "true to include the links; otherwise, false. Default is false.", + "schema": { + "type": "boolean", + "default": false + } + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/EventProgress" + } + }, + "text/json": { + "schema": { + "$ref": "#/components/schemas/EventProgress" + } + } + } + }, + "404": { + "description": "Not Found", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + }, + "text/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + } + } + }, + "400": { + "description": "Bad Request", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + }, + "text/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + } + } + }, + "default": { + "description": "Error", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + }, + "text/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + } + } + } + } + } + }, + "/v3/Events/ByEventId/{eventId}": { + "get": { + "tags": ["Events"], + "summary": "Gets an event progress identifier by the provided unique identifier of an event.", + "operationId": "GetEventByEventId", + "parameters": [ + { + "name": "eventId", + "in": "path", + "description": "The unique identifier of an event.", + "required": true, + "schema": { + "type": "string" + } + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/EventProgress" + } + }, + "text/json": { + "schema": { + "$ref": "#/components/schemas/EventProgress" + } + } + } + }, + "404": { + "description": "Not Found", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + }, + "text/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + } + } + }, + "400": { + "description": "Bad Request", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + }, + "text/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + } + } + }, + "default": { + "description": "Error", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + }, + "text/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + } + } + } + } + } + }, + "/v3/Events/ByDetailId/{detailId}/Content": { + "get": { + "tags": ["Events"], + "summary": "Gets an event content by the provided unique identifier of an event action/detail.", + "operationId": "GetEventContentByDetailId", + "parameters": [ + { + "name": "detailId", + "in": "path", + "description": "The unique identifier of an event action/detail.", + "required": true, + "schema": { + "type": "integer", + "format": "int64" + } + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/octet-stream": { + "schema": { + "type": "string", + "format": "binary" + } + } + } + }, + "404": { + "description": "Not Found", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + }, + "text/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + } + } + }, + "400": { + "description": "Bad Request", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + }, + "text/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + } + } + }, + "default": { + "description": "Error", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + }, + "text/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + } + } + } + } + } + }, + "/v3/Folders/RootFolders": { + "get": { + "tags": ["Folders"], + "summary": "Gets the root folders of types like Data, System, Favorites.", + "operationId": "GetRootFolderList", + "parameters": [ + { + "name": "selectedProperties", + "in": "query", + "description": "Selected properties to filter the properties. Default is Id.", + "schema": { + "allOf": [ + { + "$ref": "#/components/schemas/SelectedProperties" + } + ], + "description": "Enumeration holding the selected properties." + } + }, + { + "name": "fieldGroup", + "in": "query", + "description": "Field group of Metadata fields. Default is None.", + "schema": { + "allOf": [ + { + "$ref": "#/components/schemas/FieldGroup" + } + ], + "description": "Groups of metadata fields." + } + }, + { + "name": "field", + "in": "query", + "description": "Specifies one or more metadata fields to return.", + "schema": { + "type": "array", + "items": { + "type": "string" + } + } + }, + { + "name": "includeLinks", + "in": "query", + "description": "`true` to include the links; otherwise, `false`. Default is `false`.", + "schema": { + "type": "boolean" + } + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "type": "array", + "items": { + "$ref": "#/components/schemas/Folder" + } + } + }, + "text/json": { + "schema": { + "type": "array", + "items": { + "$ref": "#/components/schemas/Folder" + } + } + } + } + }, + "400": { + "description": "Bad Request", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + }, + "text/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + } + } + }, + "default": { + "description": "Error", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + }, + "text/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + } + } + } + } + } + }, + "/v3/Folders/{id}/Objects": { + "get": { + "tags": ["Folders"], + "summary": "Gets the objects in the folder specified by id.", + "description": "Depending on which object type is specified, the following types can be returned:\r\n
Object typeReturned types
AnyFolders and contents
FoldersFolder, ReferenceFolder, PublicationFolder, MapFolder, TopicFolder, LibraryFolder, IllustrationFolder and OtherFolder
ContentsPublication, Map, Topic, Library, Illustration and Other
", + "operationId": "GetFolderObjectList", + "parameters": [ + { + "name": "id", + "in": "path", + "description": "Card identifier of the folder whose objects will be returned, e.g. 25432.", + "required": true, + "schema": { + "type": "integer", + "format": "int64" + } + }, + { + "name": "objectType", + "in": "query", + "description": "Specifies whether folders, contents or both will be returned. If not supplied, all types will be returned.", + "schema": { + "allOf": [ + { + "$ref": "#/components/schemas/FolderObjectTypeFilter" + } + ], + "description": "Enumeration that lists possible folder item types." + } + }, + { + "name": "language", + "in": "query", + "description": "The language for which to retrieve document metadata fields, e.g. VLANGUAGEEN, en. If not supplied, the user language will be used.", + "schema": { + "type": "string" + } + }, + { + "name": "resolution", + "in": "query", + "description": "The resolution for which to retrieve image metadata fields, e.g. VRESLOW, Low. If not supplied, the system resolution will be used.", + "schema": { + "type": "string" + } + }, + { + "name": "selectedProperties", + "in": "query", + "description": "Specifies the properties that will be returned. If not supplied, only the identifier will be returned.", + "schema": { + "allOf": [ + { + "$ref": "#/components/schemas/SelectedProperties" + } + ], + "description": "Enumeration holding the selected properties." + } + }, + { + "name": "fieldGroup", + "in": "query", + "description": "Group of metadata fields that will be returned. If not supplied, no fields will be returned.", + "schema": { + "allOf": [ + { + "$ref": "#/components/schemas/FieldGroup" + } + ], + "description": "Groups of metadata fields." + } + }, + { + "name": "field", + "in": "query", + "description": "Specifies one or more metadata fields to return.", + "schema": { + "type": "array", + "items": { + "type": "string" + } + } + }, + { + "name": "includeLinks", + "in": "query", + "description": "true to include the links; otherwise, false. Default is false.", + "schema": { + "type": "boolean" + } + }, + { + "name": "includePartialItems", + "in": "query", + "description": "true to include partial items when the version or language is missing; otherwise, false. Default is false.", + "schema": { + "type": "boolean" + } + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "type": "array", + "items": { + "$ref": "#/components/schemas/BaseObject" + } + } + }, + "text/json": { + "schema": { + "type": "array", + "items": { + "$ref": "#/components/schemas/BaseObject" + } + } + } + } + }, + "400": { + "description": "Bad Request", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + }, + "text/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + } + } + }, + "default": { + "description": "Error", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + }, + "text/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + } + } + } + } + } + }, + "/v3/Folders/{id}": { + "delete": { + "tags": ["Folders"], + "summary": "Deletes a folder.", + "operationId": "DeleteFolder", + "parameters": [ + { + "name": "id", + "in": "path", + "description": "Id of the folder to delete.", + "required": true, + "schema": { + "type": "integer", + "format": "int64" + } + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Message" + } + }, + "text/json": { + "schema": { + "$ref": "#/components/schemas/Message" + } + } + } + }, + "403": { + "description": "Forbidden", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + }, + "text/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + } + } + }, + "404": { + "description": "Not Found", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + }, + "text/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + } + } + }, + "400": { + "description": "Bad Request", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + }, + "text/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + } + } + }, + "default": { + "description": "Error", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + }, + "text/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + } + } + } + } + }, + "get": { + "tags": ["Folders"], + "summary": "Gets the properties of the given folder.", + "operationId": "GetFolder", + "parameters": [ + { + "name": "id", + "in": "path", + "description": "The identifier of the folder.", + "required": true, + "schema": { + "type": "integer", + "format": "int64" + } + }, + { + "name": "selectedProperties", + "in": "query", + "description": "Specifies which properties to return.", + "schema": { + "allOf": [ + { + "$ref": "#/components/schemas/SelectedProperties" + } + ], + "description": "Enumeration holding the selected properties." + } + }, + { + "name": "fieldGroup", + "in": "query", + "description": "Specifies the group of metadata fields to return.", + "schema": { + "allOf": [ + { + "$ref": "#/components/schemas/FieldGroup" + } + ], + "description": "Groups of metadata fields." + } + }, + { + "name": "field", + "in": "query", + "description": "Specifies one or more metadata fields to return.", + "schema": { + "type": "array", + "items": { + "type": "string" + } + } + }, + { + "name": "includeLinks", + "in": "query", + "description": "`true` to include the links; otherwise, `false`. Default is `false`.", + "schema": { + "type": "boolean" + } + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Folder" + } + }, + "text/json": { + "schema": { + "$ref": "#/components/schemas/Folder" + } + } + } + }, + "404": { + "description": "Not Found", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + }, + "text/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + } + } + }, + "400": { + "description": "Bad Request", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + }, + "text/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + } + } + }, + "default": { + "description": "Error", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + }, + "text/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + } + } + } + } + }, + "put": { + "tags": ["Folders"], + "summary": "Updates the folder specified by id.", + "operationId": "UpdateFolder", + "parameters": [ + { + "name": "id", + "in": "path", + "description": "The identifier of folder.", + "required": true, + "schema": { + "type": "integer", + "format": "int64" + } + } + ], + "requestBody": { + "description": "The update folder model.", + "content": { + "application/json": { + "schema": { + "allOf": [ + { + "$ref": "#/components/schemas/UpdateFolder" + } + ], + "description": "Represents an update folder model." + } + }, + "text/json": { + "schema": { + "allOf": [ + { + "$ref": "#/components/schemas/UpdateFolder" + } + ], + "description": "Represents an update folder model." + } + }, + "application/*+json": { + "schema": { + "allOf": [ + { + "$ref": "#/components/schemas/UpdateFolder" + } + ], + "description": "Represents an update folder model." + } + } + } + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Message" + } + }, + "text/json": { + "schema": { + "$ref": "#/components/schemas/Message" + } + } + } + }, + "403": { + "description": "Forbidden", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + }, + "text/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + } + } + }, + "404": { + "description": "Not Found", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + }, + "text/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + } + } + }, + "400": { + "description": "Bad Request", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + }, + "text/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + } + } + }, + "default": { + "description": "Error", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + }, + "text/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + } + } + } + } + } + }, + "/v3/Folders": { + "post": { + "tags": ["Folders"], + "summary": "Creates the new folder in the specified parent folder.", + "operationId": "CreateFolder", + "requestBody": { + "description": "The create folder model.", + "content": { + "application/json": { + "schema": { + "allOf": [ + { + "$ref": "#/components/schemas/CreateFolder" + } + ], + "description": "Represents a create folder model." + } + }, + "text/json": { + "schema": { + "allOf": [ + { + "$ref": "#/components/schemas/CreateFolder" + } + ], + "description": "Represents a create folder model." + } + }, + "application/*+json": { + "schema": { + "allOf": [ + { + "$ref": "#/components/schemas/CreateFolder" + } + ], + "description": "Represents a create folder model." + } + } + } + }, + "responses": { + "201": { + "description": "Created", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/FolderDescriptor" + } + }, + "text/json": { + "schema": { + "$ref": "#/components/schemas/FolderDescriptor" + } + } + } + }, + "403": { + "description": "Forbidden", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + }, + "text/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + } + } + }, + "400": { + "description": "Bad Request", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + }, + "text/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + } + } + }, + "default": { + "description": "Error", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + }, + "text/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + } + } + } + } + } + }, + "/v3/Folders/Get": { + "post": { + "tags": ["Folders"], + "summary": "Gets all folders in the Repository that match the criteria given in the parameters.", + "operationId": "GetFolderList", + "requestBody": { + "description": "Request folders with the criteria in its properties.", + "content": { + "application/json": { + "schema": { + "allOf": [ + { + "$ref": "#/components/schemas/GetFolderList" + } + ], + "description": "Request folder to get all folders in the repository that match the criteria given in the properties." + } + }, + "text/json": { + "schema": { + "allOf": [ + { + "$ref": "#/components/schemas/GetFolderList" + } + ], + "description": "Request folder to get all folders in the repository that match the criteria given in the properties." + } + }, + "application/*+json": { + "schema": { + "allOf": [ + { + "$ref": "#/components/schemas/GetFolderList" + } + ], + "description": "Request folder to get all folders in the repository that match the criteria given in the properties." + } + } + } + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "type": "array", + "items": { + "$ref": "#/components/schemas/Folder" + } + } + }, + "text/json": { + "schema": { + "type": "array", + "items": { + "$ref": "#/components/schemas/Folder" + } + } + } + } + }, + "400": { + "description": "Bad Request", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + }, + "text/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + } + } + }, + "default": { + "description": "Error", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + }, + "text/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + } + } + } + } + } + }, + "/v3/Folders/MoveFolder": { + "post": { + "tags": ["Folders"], + "summary": "Moves a folder to another folder.", + "operationId": "MoveFolder", + "requestBody": { + "description": "Represents the model to move a folder.", + "content": { + "application/json": { + "schema": { + "allOf": [ + { + "$ref": "#/components/schemas/MoveFolder" + } + ], + "description": "Represents a move folder model." + } + }, + "text/json": { + "schema": { + "allOf": [ + { + "$ref": "#/components/schemas/MoveFolder" + } + ], + "description": "Represents a move folder model." + } + }, + "application/*+json": { + "schema": { + "allOf": [ + { + "$ref": "#/components/schemas/MoveFolder" + } + ], + "description": "Represents a move folder model." + } + } + } + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Message" + } + }, + "text/json": { + "schema": { + "$ref": "#/components/schemas/Message" + } + } + } + }, + "403": { + "description": "Forbidden", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + }, + "text/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + } + } + }, + "404": { + "description": "Not Found", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + }, + "text/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + } + } + }, + "400": { + "description": "Bad Request", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + }, + "text/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + } + } + }, + "default": { + "description": "Error", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + }, + "text/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + } + } + } + } + } + }, + "/v3/Folders/MoveObject": { + "post": { + "tags": ["Folders"], + "summary": "Moves an object to another folder.", + "operationId": "MoveObjectToFolder", + "requestBody": { + "description": "Represents the model to move an object.", + "content": { + "application/json": { + "schema": { + "allOf": [ + { + "$ref": "#/components/schemas/MoveObject" + } + ], + "description": "Represents a move object model." + } + }, + "text/json": { + "schema": { + "allOf": [ + { + "$ref": "#/components/schemas/MoveObject" + } + ], + "description": "Represents a move object model." + } + }, + "application/*+json": { + "schema": { + "allOf": [ + { + "$ref": "#/components/schemas/MoveObject" + } + ], + "description": "Represents a move object model." + } + } + } + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Message" + } + }, + "text/json": { + "schema": { + "$ref": "#/components/schemas/Message" + } + } + } + }, + "403": { + "description": "Forbidden", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + }, + "text/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + } + } + }, + "404": { + "description": "Not Found", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + }, + "text/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + } + } + }, + "400": { + "description": "Bad Request", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + }, + "text/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + } + } + }, + "default": { + "description": "Error", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + }, + "text/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + } + } + } + } + } + }, + "/v3/Folders/{id}/Shortcuts": { + "delete": { + "tags": ["Folders"], + "summary": "Removes shortcut from the specified reference folder.", + "operationId": "RemoveShortcutFromFolder", + "parameters": [ + { + "name": "id", + "in": "path", + "description": "The identifier of the folder.", + "required": true, + "schema": { + "type": "integer", + "format": "int64" + } + } + ], + "requestBody": { + "description": "Represents logical identifier model of the document object or publication for which to remove a shortcut.", + "content": { + "application/json": { + "schema": { + "allOf": [ + { + "$ref": "#/components/schemas/RemoveShortcut" + } + ], + "description": "Represents logical identifier model." + } + }, + "text/json": { + "schema": { + "allOf": [ + { + "$ref": "#/components/schemas/RemoveShortcut" + } + ], + "description": "Represents logical identifier model." + } + }, + "application/*+json": { + "schema": { + "allOf": [ + { + "$ref": "#/components/schemas/RemoveShortcut" + } + ], + "description": "Represents logical identifier model." + } + } + } + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Message" + } + }, + "text/json": { + "schema": { + "$ref": "#/components/schemas/Message" + } + } + } + }, + "403": { + "description": "Forbidden", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + }, + "text/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + } + } + }, + "404": { + "description": "Not Found", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + }, + "text/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + } + } + }, + "400": { + "description": "Bad Request", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + }, + "text/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + } + } + }, + "default": { + "description": "Error", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + }, + "text/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + } + } + } + } + }, + "put": { + "tags": ["Folders"], + "summary": "Adds shortcut to the specified reference folder.", + "operationId": "AddShortcutToFolder", + "parameters": [ + { + "name": "id", + "in": "path", + "description": "Specifies the card identifier of the folder to which to add the shortcut.", + "required": true, + "schema": { + "type": "integer", + "format": "int64" + } + } + ], + "requestBody": { + "description": "Represents logical identifier model of the document object or publication for which to create a shortcut.", + "content": { + "application/json": { + "schema": { + "allOf": [ + { + "$ref": "#/components/schemas/AddShortcut" + } + ], + "description": "Represents logical identifier model." + } + }, + "text/json": { + "schema": { + "allOf": [ + { + "$ref": "#/components/schemas/AddShortcut" + } + ], + "description": "Represents logical identifier model." + } + }, + "application/*+json": { + "schema": { + "allOf": [ + { + "$ref": "#/components/schemas/AddShortcut" + } + ], + "description": "Represents logical identifier model." + } + } + } + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Message" + } + }, + "text/json": { + "schema": { + "$ref": "#/components/schemas/Message" + } + } + } + }, + "403": { + "description": "Forbidden", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + }, + "text/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + } + } + }, + "404": { + "description": "Not Found", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + }, + "text/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + } + } + }, + "400": { + "description": "Bad Request", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + }, + "text/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + } + } + }, + "default": { + "description": "Error", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + }, + "text/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + } + } + } + } + } + }, + "/v3/Folders/{id}/Location": { + "get": { + "tags": ["Folders"], + "summary": "Gets the parents of the given folder.", + "operationId": "GetFolderLocation", + "parameters": [ + { + "name": "id", + "in": "path", + "description": "The identifier of the folder.", + "required": true, + "schema": { + "type": "integer", + "format": "int64" + } + }, + { + "name": "selectedProperties", + "in": "query", + "description": "Specifies which properties to return.", + "schema": { + "allOf": [ + { + "$ref": "#/components/schemas/SelectedProperties" + } + ], + "description": "Enumeration holding the selected properties." + } + }, + { + "name": "fieldGroup", + "in": "query", + "description": "Specifies the group of metadata fields to return.", + "schema": { + "allOf": [ + { + "$ref": "#/components/schemas/FieldGroup" + } + ], + "description": "Groups of metadata fields." + } + }, + { + "name": "field", + "in": "query", + "description": "Specifies one or more metadata fields to return.", + "schema": { + "type": "array", + "items": { + "type": "string" + } + } + }, + { + "name": "includeLinks", + "in": "query", + "description": "`true` to include the links; otherwise, `false`. Default is `false`.", + "schema": { + "type": "boolean" + } + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "type": "array", + "items": { + "$ref": "#/components/schemas/Folder" + } + } + }, + "text/json": { + "schema": { + "type": "array", + "items": { + "$ref": "#/components/schemas/Folder" + } + } + } + } + }, + "404": { + "description": "Not Found", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + }, + "text/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + } + } + }, + "400": { + "description": "Bad Request", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + }, + "text/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + } + } + }, + "default": { + "description": "Error", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + }, + "text/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + } + } + } + } + } + }, + "/v3/Folders/ByFolderPath": { + "get": { + "tags": ["Folders"], + "summary": "Gets the metadata of the folder specified by the folder path.", + "operationId": "GetFolderByFolderPath", + "parameters": [ + { + "name": "Path", + "in": "query", + "description": "The path of the folder.", + "required": true, + "schema": { + "minLength": 1, + "type": "string", + "description": "The path of the folder." + } + }, + { + "name": "FieldGroup", + "in": "query", + "description": "Group of metadata fields that will be returned. If not supplied, no fields will be returned.", + "schema": { + "allOf": [ + { + "$ref": "#/components/schemas/FieldGroup" + } + ], + "description": "Group of metadata fields that will be returned. If not supplied, no fields will be returned.", + "default": "none" + } + }, + { + "name": "Fields", + "in": "query", + "description": "A collection of requested metadata fields.", + "schema": { + "type": "array", + "items": { + "type": "string" + }, + "description": "A collection of requested metadata fields." + } + }, + { + "name": "SelectedProperties", + "in": "query", + "description": "Specifies the properties that will be returned. If not supplied, only the identifier will be returned.", + "schema": { + "allOf": [ + { + "$ref": "#/components/schemas/SelectedProperties" + } + ], + "description": "Specifies the properties that will be returned. If not supplied, only the identifier will be returned.", + "default": "id" + } + }, + { + "name": "IncludeLinks", + "in": "query", + "description": "true to include the links; otherwise, false. Default is false.", + "schema": { + "type": "boolean", + "description": "true to include the links; otherwise, false. Default is false.", + "default": false + } + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Folder" + } + }, + "text/json": { + "schema": { + "$ref": "#/components/schemas/Folder" + } + } + } + }, + "404": { + "description": "Not Found", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + }, + "text/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + } + } + }, + "400": { + "description": "Bad Request", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + }, + "text/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + } + } + }, + "default": { + "description": "Error", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + }, + "text/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + } + } + } + } + } + }, + "/v3/Inboxes/{id}/Objects/Get": { + "post": { + "tags": ["Inboxes"], + "summary": "Gets a list of document objects for the specified inbox.", + "operationId": "GetInboxObjectList", + "parameters": [ + { + "name": "id", + "in": "path", + "description": "Specify the id of the inbox.", + "required": true, + "schema": { + "type": "string" + } + } + ], + "requestBody": { + "description": "Request object with the criteria in its properties.", + "content": { + "application/json": { + "schema": { + "allOf": [ + { + "$ref": "#/components/schemas/GetInboxObjectList" + } + ], + "description": "Represents an Inbox object list." + } + }, + "text/json": { + "schema": { + "allOf": [ + { + "$ref": "#/components/schemas/GetInboxObjectList" + } + ], + "description": "Represents an Inbox object list." + } + }, + "application/*+json": { + "schema": { + "allOf": [ + { + "$ref": "#/components/schemas/GetInboxObjectList" + } + ], + "description": "Represents an Inbox object list." + } + } + } + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "type": "array", + "items": { + "$ref": "#/components/schemas/DocumentObject" + } + } + }, + "text/json": { + "schema": { + "type": "array", + "items": { + "$ref": "#/components/schemas/DocumentObject" + } + } + } + } + }, + "404": { + "description": "Not Found", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + }, + "text/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + } + } + }, + "400": { + "description": "Bad Request", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + }, + "text/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + } + } + }, + "default": { + "description": "Error", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + }, + "text/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + } + } + } + } + } + }, + "/v3/Inboxes": { + "get": { + "tags": ["Inboxes"], + "summary": "Gets the list of all inboxes.", + "operationId": "GetInboxList", + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "type": "array", + "items": { + "$ref": "#/components/schemas/Inbox" + } + } + }, + "text/json": { + "schema": { + "type": "array", + "items": { + "$ref": "#/components/schemas/Inbox" + } + } + } + } + }, + "404": { + "description": "Not Found", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + }, + "text/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + } + } + }, + "400": { + "description": "Bad Request", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + }, + "text/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + } + } + }, + "default": { + "description": "Error", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + }, + "text/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + } + } + } + } + } + }, + "/v3/Lists/{id}/Values": { + "get": { + "tags": ["Lists"], + "summary": "Get the values for the specified list of values.", + "operationId": "GetLovValueList", + "parameters": [ + { + "name": "id", + "in": "path", + "description": "The identifier of a list of values (e.g. DRESOLUTION).", + "required": true, + "schema": { + "type": "string" + } + }, + { + "name": "activityFilter", + "in": "query", + "description": "The filter to limit the result of the active LovValues.", + "schema": { + "allOf": [ + { + "$ref": "#/components/schemas/ActivityFilter" + } + ], + "description": "Allows explicit filtering." + } + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "type": "array", + "items": { + "$ref": "#/components/schemas/LovValue" + } + } + }, + "text/json": { + "schema": { + "type": "array", + "items": { + "$ref": "#/components/schemas/LovValue" + } + } + } + } + }, + "400": { + "description": "Bad Request", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + }, + "text/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + } + } + }, + "default": { + "description": "Error", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + }, + "text/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + } + } + } + } + }, + "post": { + "tags": ["Lists"], + "summary": "Create a lov value in the specified list of value.", + "operationId": "CreateLovValue", + "parameters": [ + { + "name": "id", + "in": "path", + "description": "The list of values identifier (e.g. DRESOLUTION).", + "required": true, + "schema": { + "type": "string" + } + } + ], + "requestBody": { + "description": "Request object with the criteria in its properties.", + "content": { + "application/json": { + "schema": { + "allOf": [ + { + "$ref": "#/components/schemas/CreateLovValue" + } + ], + "description": "Represents a create lov Value model." + } + }, + "text/json": { + "schema": { + "allOf": [ + { + "$ref": "#/components/schemas/CreateLovValue" + } + ], + "description": "Represents a create lov Value model." + } + }, + "application/*+json": { + "schema": { + "allOf": [ + { + "$ref": "#/components/schemas/CreateLovValue" + } + ], + "description": "Represents a create lov Value model." + } + } + } + }, + "responses": { + "201": { + "description": "Created", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/LovValue" + } + }, + "text/json": { + "schema": { + "$ref": "#/components/schemas/LovValue" + } + } + } + }, + "403": { + "description": "Forbidden", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + }, + "text/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + } + } + }, + "400": { + "description": "Bad Request", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + }, + "text/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + } + } + }, + "default": { + "description": "Error", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + }, + "text/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + } + } + } + } + } + }, + "/v3/Lists/{id}/Values/{valueId}": { + "put": { + "tags": ["Lists"], + "summary": "Update Lov value based on the specified parameters.", + "operationId": "UpdateLovValue", + "parameters": [ + { + "name": "id", + "in": "path", + "description": "The list of values identifier (e.g. DRESOLUTION).", + "required": true, + "schema": { + "type": "string" + } + }, + { + "name": "valueId", + "in": "path", + "description": "The lov value identifier.", + "required": true, + "schema": { + "type": "string" + } + } + ], + "requestBody": { + "description": "Update Lov value model.", + "content": { + "application/json": { + "schema": { + "allOf": [ + { + "$ref": "#/components/schemas/UpdateLovValue" + } + ], + "description": "Represents an update lov Value model." + } + }, + "text/json": { + "schema": { + "allOf": [ + { + "$ref": "#/components/schemas/UpdateLovValue" + } + ], + "description": "Represents an update lov Value model." + } + }, + "application/*+json": { + "schema": { + "allOf": [ + { + "$ref": "#/components/schemas/UpdateLovValue" + } + ], + "description": "Represents an update lov Value model." + } + } + } + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Message" + } + }, + "text/json": { + "schema": { + "$ref": "#/components/schemas/Message" + } + } + } + }, + "403": { + "description": "Forbidden", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + }, + "text/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + } + } + }, + "404": { + "description": "Not Found", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + }, + "text/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + } + } + }, + "400": { + "description": "Bad Request", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + }, + "text/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + } + } + }, + "default": { + "description": "Error", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + }, + "text/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + } + } + } + } + }, + "delete": { + "tags": ["Lists"], + "summary": "Delete lov value based on the specified parameters.", + "operationId": "DeleteLovValue", + "parameters": [ + { + "name": "id", + "in": "path", + "description": "The list of values identifier (e.g. DRESOLUTION).", + "required": true, + "schema": { + "type": "string" + } + }, + { + "name": "valueId", + "in": "path", + "description": "The lov value identifier.", + "required": true, + "schema": { + "type": "string" + } + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Message" + } + }, + "text/json": { + "schema": { + "$ref": "#/components/schemas/Message" + } + } + } + }, + "403": { + "description": "Forbidden", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + }, + "text/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + } + } + }, + "404": { + "description": "Not Found", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + }, + "text/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + } + } + }, + "400": { + "description": "Bad Request", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + }, + "text/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + } + } + }, + "default": { + "description": "Error", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + }, + "text/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + } + } + } + } + }, + "get": { + "tags": ["Lists"], + "summary": "Get the lov value based on the specified parameters.", + "operationId": "GetLovValue", + "parameters": [ + { + "name": "id", + "in": "path", + "description": "The identifier of a list of values (e.g. DRESOLUTION).", + "required": true, + "schema": { + "type": "string" + } + }, + { + "name": "valueId", + "in": "path", + "description": "The lov value identifier (e.g. VRESHIGH for DRESOLUTION).", + "required": true, + "schema": { + "type": "string" + } + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/LovValue" + } + }, + "text/json": { + "schema": { + "$ref": "#/components/schemas/LovValue" + } + } + } + }, + "404": { + "description": "Not Found", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + }, + "text/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + } + } + }, + "400": { + "description": "Bad Request", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + }, + "text/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + } + } + }, + "default": { + "description": "Error", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + }, + "text/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + } + } + } + } + } + }, + "/v3/Lists/Get": { + "post": { + "tags": ["Lists"], + "summary": "Get the public list of LOVs.", + "operationId": "GetLovList", + "requestBody": { + "description": "Request object with the criteria in its properties.", + "content": { + "application/json": { + "schema": { + "allOf": [ + { + "$ref": "#/components/schemas/GetLovList" + } + ], + "description": "Represents a get Lov list model." + } + }, + "text/json": { + "schema": { + "allOf": [ + { + "$ref": "#/components/schemas/GetLovList" + } + ], + "description": "Represents a get Lov list model." + } + }, + "application/*+json": { + "schema": { + "allOf": [ + { + "$ref": "#/components/schemas/GetLovList" + } + ], + "description": "Represents a get Lov list model." + } + } + } + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "type": "array", + "items": { + "$ref": "#/components/schemas/LovList" + } + } + }, + "text/json": { + "schema": { + "type": "array", + "items": { + "$ref": "#/components/schemas/LovList" + } + } + } + } + }, + "400": { + "description": "Bad Request", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + }, + "text/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + } + } + }, + "default": { + "description": "Error", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + }, + "text/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + } + } + } + } + } + }, + "/v3/MetadataBinding/Fields/{fieldName}/Levels/{fieldLevel}/Tags/Get": { + "post": { + "tags": ["MetadataBinding"], + "summary": "Gets list of tags that match the criteria given in the parameters for specified field.", + "operationId": "GetMetadataBindingTagList", + "parameters": [ + { + "name": "fieldName", + "in": "path", + "description": "Element name of a field.", + "required": true, + "schema": { + "type": "string" + } + }, + { + "name": "fieldLevel", + "in": "path", + "description": "Level of an object.", + "required": true, + "schema": { + "allOf": [ + { + "$ref": "#/components/schemas/Level" + } + ], + "description": "Enumeration holding the visible InfoShare hierarchy levels." + } + } + ], + "requestBody": { + "description": "Request object with the criteria in its properties.", + "content": { + "application/json": { + "schema": { + "allOf": [ + { + "$ref": "#/components/schemas/GetMetadataBindingTagList" + } + ], + "description": "Request object to get metadata bound tags that match the criteria given in the properties." + } + }, + "text/json": { + "schema": { + "allOf": [ + { + "$ref": "#/components/schemas/GetMetadataBindingTagList" + } + ], + "description": "Request object to get metadata bound tags that match the criteria given in the properties." + } + }, + "application/*+json": { + "schema": { + "allOf": [ + { + "$ref": "#/components/schemas/GetMetadataBindingTagList" + } + ], + "description": "Request object to get metadata bound tags that match the criteria given in the properties." + } + } + } + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/TagList" + } + }, + "text/json": { + "schema": { + "$ref": "#/components/schemas/TagList" + } + } + } + }, + "400": { + "description": "Bad Request", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + }, + "text/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + } + } + }, + "default": { + "description": "Error", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + }, + "text/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + } + } + } + } + } + }, + "/v3/MetadataBinding/Fields/{fieldName}/Levels/{fieldLevel}/TagStructure/Get": { + "post": { + "tags": ["MetadataBinding"], + "summary": "Gets tags structure that match the criteria given in the parameters for specified field.", + "operationId": "GetMetadataBindingTagStructure", + "parameters": [ + { + "name": "fieldName", + "in": "path", + "description": "Element name of a field.", + "required": true, + "schema": { + "type": "string" + } + }, + { + "name": "fieldLevel", + "in": "path", + "description": "Level of an object.", + "required": true, + "schema": { + "allOf": [ + { + "$ref": "#/components/schemas/Level" + } + ], + "description": "Enumeration holding the visible InfoShare hierarchy levels." + } + } + ], + "requestBody": { + "description": "Request object with the criteria in its properties.", + "content": { + "application/json": { + "schema": { + "allOf": [ + { + "$ref": "#/components/schemas/GetMetadataBindingTagStructure" + } + ], + "description": "Request object to get metadata bound tags structure that match the criteria given in the properties." + } + }, + "text/json": { + "schema": { + "allOf": [ + { + "$ref": "#/components/schemas/GetMetadataBindingTagStructure" + } + ], + "description": "Request object to get metadata bound tags structure that match the criteria given in the properties." + } + }, + "application/*+json": { + "schema": { + "allOf": [ + { + "$ref": "#/components/schemas/GetMetadataBindingTagStructure" + } + ], + "description": "Request object to get metadata bound tags structure that match the criteria given in the properties." + } + } + } + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/TagStructure" + } + }, + "text/json": { + "schema": { + "$ref": "#/components/schemas/TagStructure" + } + } + } + }, + "400": { + "description": "Bad Request", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + }, + "text/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + } + } + }, + "default": { + "description": "Error", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + }, + "text/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + } + } + } + } + } + }, + "/v3/MetadataBinding/SmartTags/Get": { + "post": { + "tags": ["MetadataBinding"], + "summary": "Gets the smart tags of given content.", + "operationId": "GetMetadataBindingSmartTags", + "requestBody": { + "content": { + "multipart/form-data": { + "schema": { + "required": ["content", "metadata"], + "type": "object", + "properties": { + "content": { + "type": "string", + "format": "binary" + }, + "metadata": { + "allOf": [ + { + "$ref": "#/components/schemas/GetMetadataBindingSmartTags" + } + ] + } + } + }, + "encoding": { + "content": { + "style": "form" + }, + "metadata": { + "style": "form" + } + } + } + } + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "type": "array", + "items": { + "$ref": "#/components/schemas/FieldTag" + } + } + }, + "text/json": { + "schema": { + "type": "array", + "items": { + "$ref": "#/components/schemas/FieldTag" + } + } + } + } + }, + "400": { + "description": "Bad Request", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + }, + "text/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + } + } + }, + "default": { + "description": "Error", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + }, + "text/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + } + } + } + } + } + }, + "/v3/My": { + "get": { + "tags": ["My"], + "summary": "Gets current user in the repository.", + "operationId": "GetCurrentUser", + "parameters": [ + { + "name": "SelectedProperties", + "in": "query", + "description": "Specifies the properties that will be returned. If not supplied, only the identifier will be returned.", + "schema": { + "allOf": [ + { + "$ref": "#/components/schemas/SelectedProperties" + } + ], + "description": "Specifies the properties that will be returned. If not supplied, only the identifier will be returned.", + "default": "id" + } + }, + { + "name": "FieldGroup", + "in": "query", + "description": "Group of metadata fields that will be returned. If not supplied, no fields will be returned.", + "schema": { + "allOf": [ + { + "$ref": "#/components/schemas/FieldGroup" + } + ], + "description": "Group of metadata fields that will be returned. If not supplied, no fields will be returned.", + "default": "none" + } + }, + { + "name": "Field", + "in": "query", + "description": "Specifies one or more metadata fields to return.", + "schema": { + "type": "array", + "items": { + "type": "string" + }, + "description": "Specifies one or more metadata fields to return." + } + }, + { + "name": "IncludeLinks", + "in": "query", + "description": "true to include the links; otherwise, false. Default is false.", + "schema": { + "type": "boolean", + "description": "true to include the links; otherwise, false. Default is false." + } + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/User" + } + }, + "text/json": { + "schema": { + "$ref": "#/components/schemas/User" + } + } + } + }, + "400": { + "description": "Bad Request", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + }, + "text/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + } + } + } + } + }, + "put": { + "tags": ["My"], + "summary": "Update user who made the call.", + "operationId": "UpdateCurrentUser", + "requestBody": { + "description": "Specifies fields that should be updated and values for them.", + "content": { + "application/json": { + "schema": { + "allOf": [ + { + "$ref": "#/components/schemas/UpdateUser" + } + ], + "description": "Represents an update user model." + } + }, + "text/json": { + "schema": { + "allOf": [ + { + "$ref": "#/components/schemas/UpdateUser" + } + ], + "description": "Represents an update user model." + } + }, + "application/*+json": { + "schema": { + "allOf": [ + { + "$ref": "#/components/schemas/UpdateUser" + } + ], + "description": "Represents an update user model." + } + } + } + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Message" + } + }, + "text/json": { + "schema": { + "$ref": "#/components/schemas/Message" + } + } + } + }, + "403": { + "description": "Forbidden", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + }, + "text/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + } + } + }, + "404": { + "description": "Not Found", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + }, + "text/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + } + } + }, + "400": { + "description": "Bad Request", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + }, + "text/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + } + } + }, + "default": { + "description": "Error", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + }, + "text/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + } + } + } + } + } + }, + "/v3/My/PreferenceSets/{SetName}": { + "get": { + "tags": ["My"], + "summary": "Get preference set for the current user.", + "operationId": "GetMyPreferences", + "parameters": [ + { + "name": "SetName", + "in": "path", + "description": "The name of the preference set to be retrieved, if the set name can not be found empty preference set is returned.", + "required": true, + "schema": { + "maxLength": 255, + "minLength": 1, + "pattern": "^[a-zA-Z][a-zA-Z0-9._-]*$", + "type": "string", + "description": "The name of the preference set to be retrieved, if the set name can not be found empty preference set is returned." + } + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/PreferenceSet" + } + }, + "text/json": { + "schema": { + "$ref": "#/components/schemas/PreferenceSet" + } + } + } + }, + "404": { + "description": "Not Found", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + }, + "text/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + } + } + }, + "400": { + "description": "Bad Request", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + }, + "text/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + } + } + }, + "default": { + "description": "Error", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + }, + "text/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + } + } + } + } + }, + "put": { + "tags": ["My"], + "summary": "Update current user preferences.", + "operationId": "SetMyPreferences", + "parameters": [ + { + "name": "SetName", + "in": "path", + "description": "The name of the preference set to be updated.", + "required": true, + "schema": { + "maxLength": 255, + "minLength": 1, + "pattern": "^[a-zA-Z][a-zA-Z0-9._-]*$", + "type": "string", + "description": "The name of the preference set to be updated." + } + } + ], + "requestBody": { + "description": "Update current user preference set model.", + "content": { + "application/json": { + "schema": { + "allOf": [ + { + "$ref": "#/components/schemas/UpdatePreferenceSet" + } + ], + "description": "Represents an update current user preference set model." + } + }, + "text/json": { + "schema": { + "allOf": [ + { + "$ref": "#/components/schemas/UpdatePreferenceSet" + } + ], + "description": "Represents an update current user preference set model." + } + }, + "application/*+json": { + "schema": { + "allOf": [ + { + "$ref": "#/components/schemas/UpdatePreferenceSet" + } + ], + "description": "Represents an update current user preference set model." + } + } + } + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Message" + } + }, + "text/json": { + "schema": { + "$ref": "#/components/schemas/Message" + } + } + } + }, + "403": { + "description": "Forbidden", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + }, + "text/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + } + } + }, + "404": { + "description": "Not Found", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + }, + "text/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + } + } + }, + "400": { + "description": "Bad Request", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + }, + "text/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + } + } + }, + "default": { + "description": "Error", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + }, + "text/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + } + } + } + } + }, + "delete": { + "tags": ["My"], + "summary": "Delete current user preferences.", + "operationId": "DeleteMyPreferences", + "parameters": [ + { + "name": "SetName", + "in": "path", + "description": "The name of the preference set to delete.", + "required": true, + "schema": { + "maxLength": 255, + "minLength": 1, + "pattern": "^[a-zA-Z][a-zA-Z0-9._-]*$", + "type": "string", + "description": "The name of the preference set to delete." + } + }, + { + "name": "ItemName", + "in": "query", + "description": "The name of the preference item to delete.", + "schema": { + "maxLength": 255, + "pattern": "^[a-zA-Z][a-zA-Z0-9._-]*$", + "type": "string", + "description": "The name of the preference item to delete.", + "nullable": true + } + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Message" + } + }, + "text/json": { + "schema": { + "$ref": "#/components/schemas/Message" + } + } + } + }, + "403": { + "description": "Forbidden", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + }, + "text/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + } + } + }, + "404": { + "description": "Not Found", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + }, + "text/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + } + } + }, + "400": { + "description": "Bad Request", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + }, + "text/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + } + } + }, + "default": { + "description": "Error", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + }, + "text/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + } + } + } + } + } + }, + "/v3/My/Privileges": { + "get": { + "tags": ["My"], + "summary": "Get privileges for the current user.", + "operationId": "GetMyPrivileges", + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "type": "array", + "items": { + "$ref": "#/components/schemas/LovValue" + } + } + }, + "text/json": { + "schema": { + "type": "array", + "items": { + "$ref": "#/components/schemas/LovValue" + } + } + } + } + } + } + } + }, + "/v3/Objects/{id}": { + "get": { + "tags": ["Objects"], + "summary": "Gets the object type based on the object identifier.", + "operationId": "GetObject", + "parameters": [ + { + "name": "id", + "in": "path", + "description": "The object identifier (e.g. logical id GUID-..., language card, folder id 12345678, user id VUSERAUTHOR, user group id VUSERGROUPDEFAULTDEPARTMENT).", + "required": true, + "schema": { + "type": "string" + } + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/BaseObject" + } + }, + "text/json": { + "schema": { + "$ref": "#/components/schemas/BaseObject" + } + } + } + }, + "404": { + "description": "Not Found", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + }, + "text/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + } + } + }, + "400": { + "description": "Bad Request", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + }, + "text/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + } + } + }, + "default": { + "description": "Error", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + }, + "text/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + } + } + } + } + } + }, + "/v3/OutputFormats/{Id}": { + "get": { + "tags": ["OutputFormats"], + "summary": "Gets the output format.", + "operationId": "GetOutputFormat", + "parameters": [ + { + "name": "Id", + "in": "path", + "description": "Identifier of the output format.", + "required": true, + "schema": { + "maxLength": 255, + "minLength": 1, + "pattern": "^(?=.*[a-zA-Z])[a-zA-Z0-9.-]*$", + "type": "string", + "description": "Identifier of the output format." + } + }, + { + "name": "SelectedProperties", + "in": "query", + "description": "Specifies the properties that will be returned. If not supplied, only the identifier will be returned.", + "schema": { + "allOf": [ + { + "$ref": "#/components/schemas/SelectedProperties" + } + ], + "description": "Specifies the properties that will be returned. If not supplied, only the identifier will be returned.", + "default": "id" + } + }, + { + "name": "FieldGroup", + "in": "query", + "description": "Group of metadata fields that will be returned. If not supplied, no fields will be returned.", + "schema": { + "allOf": [ + { + "$ref": "#/components/schemas/FieldGroup" + } + ], + "description": "Group of metadata fields that will be returned. If not supplied, no fields will be returned.", + "default": "none" + } + }, + { + "name": "Field", + "in": "query", + "description": "Specifies one or more metadata fields to return.", + "schema": { + "type": "array", + "items": { + "type": "string" + }, + "description": "Specifies one or more metadata fields to return." + } + }, + { + "name": "IncludeLinks", + "in": "query", + "description": "true to include the links; otherwise, false. Default is false.", + "schema": { + "type": "boolean", + "description": "true to include the links; otherwise, false. Default is false.", + "default": false + } + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/OutputFormat" + } + }, + "text/json": { + "schema": { + "$ref": "#/components/schemas/OutputFormat" + } + } + } + }, + "404": { + "description": "Not Found", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + }, + "text/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + } + } + }, + "400": { + "description": "Bad Request", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + }, + "text/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + } + } + }, + "default": { + "description": "Error", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + }, + "text/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + } + } + } + } + }, + "put": { + "tags": ["OutputFormats"], + "summary": "Update output format with given id in the repository.", + "operationId": "UpdateOutputFormat", + "parameters": [ + { + "name": "Id", + "in": "path", + "description": "Identifier of the output format.", + "required": true, + "schema": { + "maxLength": 255, + "minLength": 1, + "pattern": "^(?=.*[a-zA-Z])[a-zA-Z0-9.-]*$", + "type": "string", + "description": "Identifier of the output format." + } + } + ], + "requestBody": { + "description": "Request body with a list of the fields.", + "content": { + "application/json": { + "schema": { + "allOf": [ + { + "$ref": "#/components/schemas/UpdateOutputFormat" + } + ], + "description": "Represents an update output format model" + } + }, + "text/json": { + "schema": { + "allOf": [ + { + "$ref": "#/components/schemas/UpdateOutputFormat" + } + ], + "description": "Represents an update output format model" + } + }, + "application/*+json": { + "schema": { + "allOf": [ + { + "$ref": "#/components/schemas/UpdateOutputFormat" + } + ], + "description": "Represents an update output format model" + } + } + } + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Message" + } + }, + "text/json": { + "schema": { + "$ref": "#/components/schemas/Message" + } + } + } + }, + "403": { + "description": "Forbidden", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + }, + "text/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + } + } + }, + "404": { + "description": "Not Found", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + }, + "text/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + } + } + }, + "400": { + "description": "Bad Request", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + }, + "text/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + } + } + }, + "default": { + "description": "Error", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + }, + "text/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + } + } + } + } + }, + "delete": { + "tags": ["OutputFormats"], + "summary": "Delete output format with given id in the repository.", + "operationId": "DeleteOutputFormat", + "parameters": [ + { + "name": "Id", + "in": "path", + "description": "Identifier of the output format.", + "required": true, + "schema": { + "maxLength": 255, + "minLength": 1, + "pattern": "^(?=.*[a-zA-Z])[a-zA-Z0-9.-]*$", + "type": "string", + "description": "Identifier of the output format." + } + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Message" + } + }, + "text/json": { + "schema": { + "$ref": "#/components/schemas/Message" + } + } + } + }, + "403": { + "description": "Forbidden", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + }, + "text/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + } + } + }, + "404": { + "description": "Not Found", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + }, + "text/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + } + } + }, + "400": { + "description": "Bad Request", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + }, + "text/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + } + } + }, + "default": { + "description": "Error", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + }, + "text/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + } + } + } + } + } + }, + "/v3/OutputFormats": { + "post": { + "tags": ["OutputFormats"], + "summary": "Creates output format.", + "operationId": "CreateOutputFormat", + "requestBody": { + "description": "Request body with a list of the fields.", + "content": { + "application/json": { + "schema": { + "allOf": [ + { + "$ref": "#/components/schemas/CreateOutputFormat" + } + ], + "description": "Represents a create output format model" + } + }, + "text/json": { + "schema": { + "allOf": [ + { + "$ref": "#/components/schemas/CreateOutputFormat" + } + ], + "description": "Represents a create output format model" + } + }, + "application/*+json": { + "schema": { + "allOf": [ + { + "$ref": "#/components/schemas/CreateOutputFormat" + } + ], + "description": "Represents a create output format model" + } + } + } + }, + "responses": { + "201": { + "description": "Created", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/OutputFormat" + } + }, + "text/json": { + "schema": { + "$ref": "#/components/schemas/OutputFormat" + } + } + } + }, + "403": { + "description": "Forbidden", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + }, + "text/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + } + } + }, + "400": { + "description": "Bad Request", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + }, + "text/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + } + } + }, + "default": { + "description": "Error", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + }, + "text/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + } + } + } + } + } + }, + "/v3/OutputFormats/Get": { + "post": { + "tags": ["OutputFormats"], + "summary": "Gets the output formats.", + "operationId": "GetOutputFormatList", + "requestBody": { + "description": "Request object with the criteria in its properties.", + "content": { + "application/json": { + "schema": { + "allOf": [ + { + "$ref": "#/components/schemas/GetOutputFormatList" + } + ], + "description": "Request object to get all output formats in the repository that match the criteria given in the properties." + } + }, + "text/json": { + "schema": { + "allOf": [ + { + "$ref": "#/components/schemas/GetOutputFormatList" + } + ], + "description": "Request object to get all output formats in the repository that match the criteria given in the properties." + } + }, + "application/*+json": { + "schema": { + "allOf": [ + { + "$ref": "#/components/schemas/GetOutputFormatList" + } + ], + "description": "Request object to get all output formats in the repository that match the criteria given in the properties." + } + } + } + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "type": "array", + "items": { + "$ref": "#/components/schemas/OutputFormat" + } + } + }, + "text/json": { + "schema": { + "type": "array", + "items": { + "$ref": "#/components/schemas/OutputFormat" + } + } + } + } + }, + "400": { + "description": "Bad Request", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + }, + "text/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + } + } + }, + "default": { + "description": "Error", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + }, + "text/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + } + } + } + } + } + }, + "/v3/Projects/ByProjectId/{ProjectId}": { + "get": { + "tags": ["Projects"], + "summary": "Get a project - NOT IMPLEMENTED.", + "operationId": "GetProjectByProjectId", + "parameters": [ + { + "name": "ProjectId", + "in": "path", + "required": true, + "schema": { + "type": "string" + } + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Project" + } + }, + "text/json": { + "schema": { + "$ref": "#/components/schemas/Project" + } + } + } + }, + "404": { + "description": "Not Found", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + }, + "text/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + } + } + }, + "400": { + "description": "Bad Request", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + }, + "text/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + } + } + }, + "default": { + "description": "Error", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + }, + "text/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + } + } + } + } + } + }, + "/v3/Projects/ByAssigneeCardId/{AssigneeCardId}": { + "get": { + "tags": ["Projects"], + "summary": "Get an assignee - NOT IMPLEMENTED.", + "operationId": "GetProjectByAssigneeCardId", + "parameters": [ + { + "name": "AssigneeCardId", + "in": "path", + "required": true, + "schema": { + "type": "string" + } + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Project" + } + }, + "text/json": { + "schema": { + "$ref": "#/components/schemas/Project" + } + } + } + }, + "404": { + "description": "Not Found", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + }, + "text/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + } + } + }, + "400": { + "description": "Bad Request", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + }, + "text/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + } + } + }, + "default": { + "description": "Error", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + }, + "text/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + } + } + } + } + } + }, + "/v3/Projects": { + "post": { + "tags": ["Projects"], + "summary": "Creates a new project.", + "operationId": "CreateProject", + "requestBody": { + "description": "The create project model.", + "content": { + "application/json": { + "schema": { + "allOf": [ + { + "$ref": "#/components/schemas/CreateProject" + } + ], + "description": "Represents a create project model." + } + }, + "text/json": { + "schema": { + "allOf": [ + { + "$ref": "#/components/schemas/CreateProject" + } + ], + "description": "Represents a create project model." + } + }, + "application/*+json": { + "schema": { + "allOf": [ + { + "$ref": "#/components/schemas/CreateProject" + } + ], + "description": "Represents a create project model." + } + } + } + }, + "responses": { + "201": { + "description": "Created", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Project" + } + }, + "text/json": { + "schema": { + "$ref": "#/components/schemas/Project" + } + } + } + }, + "403": { + "description": "Forbidden", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + }, + "text/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + } + } + }, + "400": { + "description": "Bad Request", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + }, + "text/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + } + } + }, + "default": { + "description": "Error", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + }, + "text/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + } + } + } + } + } + }, + "/v3/Projects/Get": { + "post": { + "tags": ["Projects"], + "summary": "Gets all projects in the Repository that match the criteria given in the parameters.", + "operationId": "GetProjectList", + "requestBody": { + "description": "Request object with the criteria in its properties.", + "content": { + "application/json": { + "schema": { + "allOf": [ + { + "$ref": "#/components/schemas/GetProjectList" + } + ], + "description": "Represents a get project list model." + } + }, + "text/json": { + "schema": { + "allOf": [ + { + "$ref": "#/components/schemas/GetProjectList" + } + ], + "description": "Represents a get project list model." + } + }, + "application/*+json": { + "schema": { + "allOf": [ + { + "$ref": "#/components/schemas/GetProjectList" + } + ], + "description": "Represents a get project list model." + } + } + } + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "type": "array", + "items": { + "$ref": "#/components/schemas/Project" + } + } + }, + "text/json": { + "schema": { + "type": "array", + "items": { + "$ref": "#/components/schemas/Project" + } + } + } + } + }, + "400": { + "description": "Bad Request", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + }, + "text/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + } + } + }, + "default": { + "description": "Error", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + }, + "text/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + } + } + } + } + } + }, + "/v3/Projects/ByProjectId/Get": { + "post": { + "tags": ["Projects"], + "summary": "Gets all projects in the Repository that match the criteria given in the parameters.", + "operationId": "GetProjectListByProjectId", + "requestBody": { + "description": "Request object with the criteria in its properties.", + "content": { + "application/json": { + "schema": { + "allOf": [ + { + "$ref": "#/components/schemas/GetProjectListByProjectId" + } + ], + "description": "Request object to get all objects in the repository that match the criteria given in the properties." + } + }, + "text/json": { + "schema": { + "allOf": [ + { + "$ref": "#/components/schemas/GetProjectListByProjectId" + } + ], + "description": "Request object to get all objects in the repository that match the criteria given in the properties." + } + }, + "application/*+json": { + "schema": { + "allOf": [ + { + "$ref": "#/components/schemas/GetProjectListByProjectId" + } + ], + "description": "Request object to get all objects in the repository that match the criteria given in the properties." + } + } + } + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "type": "array", + "items": { + "$ref": "#/components/schemas/Project" + } + } + }, + "text/json": { + "schema": { + "type": "array", + "items": { + "$ref": "#/components/schemas/Project" + } + } + } + } + }, + "400": { + "description": "Bad Request", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + }, + "text/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + } + } + }, + "default": { + "description": "Error", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + }, + "text/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + } + } + } + } + } + }, + "/v3/Projects/ByProjectId/{projectId}": { + "put": { + "tags": ["Projects"], + "summary": "Updates the project based on the specified parameters.", + "operationId": "UpdateProject", + "parameters": [ + { + "name": "projectId", + "in": "path", + "description": "The project identifier.", + "required": true, + "schema": { + "type": "string" + } + } + ], + "requestBody": { + "description": "Update project model.", + "content": { + "application/json": { + "schema": { + "allOf": [ + { + "$ref": "#/components/schemas/UpdateProject" + } + ], + "description": "Represents an update project model." + } + }, + "text/json": { + "schema": { + "allOf": [ + { + "$ref": "#/components/schemas/UpdateProject" + } + ], + "description": "Represents an update project model." + } + }, + "application/*+json": { + "schema": { + "allOf": [ + { + "$ref": "#/components/schemas/UpdateProject" + } + ], + "description": "Represents an update project model." + } + } + } + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Message" + } + }, + "text/json": { + "schema": { + "$ref": "#/components/schemas/Message" + } + } + } + }, + "403": { + "description": "Forbidden", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + }, + "text/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + } + } + }, + "404": { + "description": "Not Found", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + }, + "text/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + } + } + }, + "400": { + "description": "Bad Request", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + }, + "text/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + } + } + }, + "default": { + "description": "Error", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + }, + "text/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + } + } + } + } + }, + "delete": { + "tags": ["Projects"], + "summary": "Deletes the project based on the specified parameters.", + "operationId": "DeleteProject", + "parameters": [ + { + "name": "projectId", + "in": "path", + "description": "The project identifier.", + "required": true, + "schema": { + "type": "string" + } + } + ], + "requestBody": { + "description": "Delete project model.", + "content": { + "application/json": { + "schema": { + "allOf": [ + { + "$ref": "#/components/schemas/DeleteProject" + } + ], + "description": "Represents a delete project model." + } + }, + "text/json": { + "schema": { + "allOf": [ + { + "$ref": "#/components/schemas/DeleteProject" + } + ], + "description": "Represents a delete project model." + } + }, + "application/*+json": { + "schema": { + "allOf": [ + { + "$ref": "#/components/schemas/DeleteProject" + } + ], + "description": "Represents a delete project model." + } + } + } + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Message" + } + }, + "text/json": { + "schema": { + "$ref": "#/components/schemas/Message" + } + } + } + }, + "403": { + "description": "Forbidden", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + }, + "text/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + } + } + }, + "404": { + "description": "Not Found", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + }, + "text/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + } + } + }, + "400": { + "description": "Bad Request", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + }, + "text/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + } + } + }, + "default": { + "description": "Error", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + }, + "text/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + } + } + } + } + } + }, + "/v3/Projects/Assignees": { + "post": { + "tags": ["Projects"], + "summary": "Creates a new project assignee.", + "operationId": "CreateProjectAssignee", + "requestBody": { + "description": "The create project assignee model.", + "content": { + "application/json": { + "schema": { + "allOf": [ + { + "$ref": "#/components/schemas/CreateProjectAssignee" + } + ], + "description": "Represents a create project assignee model." + } + }, + "text/json": { + "schema": { + "allOf": [ + { + "$ref": "#/components/schemas/CreateProjectAssignee" + } + ], + "description": "Represents a create project assignee model." + } + }, + "application/*+json": { + "schema": { + "allOf": [ + { + "$ref": "#/components/schemas/CreateProjectAssignee" + } + ], + "description": "Represents a create project assignee model." + } + } + } + }, + "responses": { + "201": { + "description": "Created", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Project" + } + }, + "text/json": { + "schema": { + "$ref": "#/components/schemas/Project" + } + } + } + }, + "403": { + "description": "Forbidden", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + }, + "text/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + } + } + }, + "400": { + "description": "Bad Request", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + }, + "text/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + } + } + }, + "default": { + "description": "Error", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + }, + "text/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + } + } + } + } + } + }, + "/v3/Projects/ByAssigneeCardId/{assigneeCardId}": { + "put": { + "tags": ["Projects"], + "summary": "Updates the project's assignee based on the specified parameters.", + "operationId": "UpdateProjectAssignee", + "parameters": [ + { + "name": "assigneeCardId", + "in": "path", + "description": "The assignee card identifier.", + "required": true, + "schema": { + "type": "integer", + "format": "int64" + } + } + ], + "requestBody": { + "description": "Update project's assignee model.", + "content": { + "application/json": { + "schema": { + "allOf": [ + { + "$ref": "#/components/schemas/UpdateProjectAssignee" + } + ], + "description": "Represent update project's assignee model." + } + }, + "text/json": { + "schema": { + "allOf": [ + { + "$ref": "#/components/schemas/UpdateProjectAssignee" + } + ], + "description": "Represent update project's assignee model." + } + }, + "application/*+json": { + "schema": { + "allOf": [ + { + "$ref": "#/components/schemas/UpdateProjectAssignee" + } + ], + "description": "Represent update project's assignee model." + } + } + } + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Message" + } + }, + "text/json": { + "schema": { + "$ref": "#/components/schemas/Message" + } + } + } + }, + "403": { + "description": "Forbidden", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + }, + "text/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + } + } + }, + "404": { + "description": "Not Found", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + }, + "text/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + } + } + }, + "400": { + "description": "Bad Request", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + }, + "text/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + } + } + }, + "default": { + "description": "Error", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + }, + "text/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + } + } + } + } + }, + "delete": { + "tags": ["Projects"], + "summary": "Deletes the project's assignee based on the specified parameters.", + "operationId": "DeleteProjectAssignee", + "parameters": [ + { + "name": "assigneeCardId", + "in": "path", + "description": "The assignee card identifier.", + "required": true, + "schema": { + "type": "integer", + "format": "int64" + } + } + ], + "requestBody": { + "description": "Delete project's assignee model.", + "content": { + "application/json": { + "schema": { + "allOf": [ + { + "$ref": "#/components/schemas/DeleteProjectAssignee" + } + ], + "description": "Represent delete project's assignee model." + } + }, + "text/json": { + "schema": { + "allOf": [ + { + "$ref": "#/components/schemas/DeleteProjectAssignee" + } + ], + "description": "Represent delete project's assignee model." + } + }, + "application/*+json": { + "schema": { + "allOf": [ + { + "$ref": "#/components/schemas/DeleteProjectAssignee" + } + ], + "description": "Represent delete project's assignee model." + } + } + } + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Message" + } + }, + "text/json": { + "schema": { + "$ref": "#/components/schemas/Message" + } + } + } + }, + "403": { + "description": "Forbidden", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + }, + "text/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + } + } + }, + "404": { + "description": "Not Found", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + }, + "text/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + } + } + }, + "400": { + "description": "Bad Request", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + }, + "text/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + } + } + }, + "default": { + "description": "Error", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + }, + "text/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + } + } + } + } + } + }, + "/v3/Publications": { + "post": { + "tags": ["Publications"], + "summary": "Creates publication. - NOT IMPLEMENTED.", + "operationId": "CreatePublication", + "responses": { + "201": { + "description": "Created", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Publication" + } + }, + "text/json": { + "schema": { + "$ref": "#/components/schemas/Publication" + } + } + } + }, + "403": { + "description": "Forbidden", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + }, + "text/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + } + } + }, + "400": { + "description": "Bad Request", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + }, + "text/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + } + } + }, + "default": { + "description": "Error", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + }, + "text/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + } + } + } + } + } + }, + "/v3/Publications/Versions": { + "post": { + "tags": ["Publications"], + "summary": "Creates version of a publication. - NOT IMPLEMENTED.", + "operationId": "CreatePublicationVersion", + "responses": { + "201": { + "description": "Created", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Publication" + } + }, + "text/json": { + "schema": { + "$ref": "#/components/schemas/Publication" + } + } + } + }, + "403": { + "description": "Forbidden", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + }, + "text/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + } + } + }, + "400": { + "description": "Bad Request", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + }, + "text/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + } + } + }, + "default": { + "description": "Error", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + }, + "text/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + } + } + } + } + } + }, + "/v3/Publications/Languages": { + "post": { + "tags": ["Publications"], + "summary": "Creates language of a publication. - NOT IMPLEMENTED.", + "operationId": "CreatePublicationLanguage", + "responses": { + "201": { + "description": "Created", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Publication" + } + }, + "text/json": { + "schema": { + "$ref": "#/components/schemas/Publication" + } + } + } + }, + "403": { + "description": "Forbidden", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + }, + "text/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + } + } + }, + "400": { + "description": "Bad Request", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + }, + "text/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + } + } + }, + "default": { + "description": "Error", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + }, + "text/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + } + } + } + } + } + }, + "/v3/Publications/ByLanguageCardId/{languageCardId}": { + "put": { + "tags": ["Publications"], + "summary": "Updates the publication output by its language card identifier.", + "operationId": "UpdatePublicationByLanguageCardId", + "parameters": [ + { + "name": "languageCardId", + "in": "path", + "description": "Language card identifier of the publication output.", + "required": true, + "schema": { + "type": "integer", + "format": "int64" + } + } + ], + "requestBody": { + "description": "Request object with the criteria in its properties.", + "content": { + "application/json": { + "schema": { + "allOf": [ + { + "$ref": "#/components/schemas/UpdatePublication" + } + ], + "description": "Represents an update model for publication." + } + }, + "text/json": { + "schema": { + "allOf": [ + { + "$ref": "#/components/schemas/UpdatePublication" + } + ], + "description": "Represents an update model for publication." + } + }, + "application/*+json": { + "schema": { + "allOf": [ + { + "$ref": "#/components/schemas/UpdatePublication" + } + ], + "description": "Represents an update model for publication." + } + } + } + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Message" + } + }, + "text/json": { + "schema": { + "$ref": "#/components/schemas/Message" + } + } + } + }, + "403": { + "description": "Forbidden", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + }, + "text/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + } + } + }, + "404": { + "description": "Not Found", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + }, + "text/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + } + } + }, + "400": { + "description": "Bad Request", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + }, + "text/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + } + } + }, + "default": { + "description": "Error", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + }, + "text/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + } + } + } + } + }, + "delete": { + "tags": ["Publications"], + "summary": "Deletes the publication output by its language card identifier.", + "operationId": "DeletePublicationByLanguageCardId", + "parameters": [ + { + "name": "languageCardId", + "in": "path", + "description": "The language card identifier of the publication output.", + "required": true, + "schema": { + "type": "integer", + "format": "int64" + } + } + ], + "requestBody": { + "description": "The parameters that will be used for delete operation.", + "content": { + "application/json": { + "schema": { + "allOf": [ + { + "$ref": "#/components/schemas/DeletePublicationByLanguageCardId" + } + ], + "description": "Request object to delete publication." + } + }, + "text/json": { + "schema": { + "allOf": [ + { + "$ref": "#/components/schemas/DeletePublicationByLanguageCardId" + } + ], + "description": "Request object to delete publication." + } + }, + "application/*+json": { + "schema": { + "allOf": [ + { + "$ref": "#/components/schemas/DeletePublicationByLanguageCardId" + } + ], + "description": "Request object to delete publication." + } + } + } + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Message" + } + }, + "text/json": { + "schema": { + "$ref": "#/components/schemas/Message" + } + } + } + }, + "403": { + "description": "Forbidden", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + }, + "text/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + } + } + }, + "404": { + "description": "Not Found", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + }, + "text/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + } + } + }, + "400": { + "description": "Bad Request", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + }, + "text/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + } + } + }, + "default": { + "description": "Error", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + }, + "text/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + } + } + } + } + }, + "get": { + "tags": ["Publications"], + "summary": "Get publication in the Repository that match the criteria given in the parameters.", + "operationId": "GetPublicationByLanguageCardId", + "parameters": [ + { + "name": "languageCardId", + "in": "path", + "description": "Language card identifier of the publication.", + "required": true, + "schema": { + "type": "integer", + "format": "int64" + } + }, + { + "name": "selectedProperties", + "in": "query", + "description": "Selected properties to filter the properties. Default is Id.", + "schema": { + "allOf": [ + { + "$ref": "#/components/schemas/SelectedProperties" + } + ], + "description": "Enumeration holding the selected properties." + } + }, + { + "name": "fieldGroup", + "in": "query", + "description": "Field group of metadata fields. Default is None.", + "schema": { + "allOf": [ + { + "$ref": "#/components/schemas/FieldGroup" + } + ], + "description": "Groups of metadata fields." + } + }, + { + "name": "field", + "in": "query", + "description": "Specifies one or more metadata fields to return.", + "schema": { + "type": "array", + "items": { + "type": "string" + } + } + }, + { + "name": "includeLinks", + "in": "query", + "description": "`true` to include the links; otherwise, `false`. Default is `false`.", + "schema": { + "type": "boolean" + } + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Publication" + } + }, + "text/json": { + "schema": { + "$ref": "#/components/schemas/Publication" + } + } + } + }, + "404": { + "description": "Not Found", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + }, + "text/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + } + } + }, + "400": { + "description": "Bad Request", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + }, + "text/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + } + } + }, + "default": { + "description": "Error", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + }, + "text/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + } + } + } + } + } + }, + "/v3/Publications/ByLogicalId/{logicalId}": { + "put": { + "tags": ["Publications"], + "summary": "Updates publication in the repository that match the criteria given in the parameters.", + "operationId": "UpdatePublicationByLogicalId", + "parameters": [ + { + "name": "logicalId", + "in": "path", + "description": "Logical identifier of the publication.", + "required": true, + "schema": { + "type": "string" + } + }, + { + "name": "version", + "in": "query", + "description": "The version of the publication to update.", + "schema": { + "type": "string" + } + }, + { + "name": "outputFormat", + "in": "query", + "description": "The output Format of the publication to update.", + "schema": { + "type": "string" + } + }, + { + "name": "languageCombination", + "in": "query", + "description": "The languageCombination of the publication to update.", + "schema": { + "type": "array", + "items": { + "type": "string" + } + } + } + ], + "requestBody": { + "description": "Request object with the criteria in its properties.", + "content": { + "application/json": { + "schema": { + "allOf": [ + { + "$ref": "#/components/schemas/UpdatePublication" + } + ], + "description": "Represents an update model for publication." + } + }, + "text/json": { + "schema": { + "allOf": [ + { + "$ref": "#/components/schemas/UpdatePublication" + } + ], + "description": "Represents an update model for publication." + } + }, + "application/*+json": { + "schema": { + "allOf": [ + { + "$ref": "#/components/schemas/UpdatePublication" + } + ], + "description": "Represents an update model for publication." + } + } + } + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Message" + } + }, + "text/json": { + "schema": { + "$ref": "#/components/schemas/Message" + } + } + } + }, + "403": { + "description": "Forbidden", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + }, + "text/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + } + } + }, + "404": { + "description": "Not Found", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + }, + "text/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + } + } + }, + "400": { + "description": "Bad Request", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + }, + "text/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + } + } + }, + "default": { + "description": "Error", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + }, + "text/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + } + } + } + } + }, + "delete": { + "tags": ["Publications"], + "summary": "Deletes a publication that match the criteria given in the parameters.", + "operationId": "DeletePublicationByLogicalId", + "parameters": [ + { + "name": "logicalId", + "in": "path", + "description": "The logical identifier of the publication.", + "required": true, + "schema": { + "type": "string" + } + }, + { + "name": "version", + "in": "query", + "description": "The version number.", + "schema": { + "type": "string" + } + }, + { + "name": "outputFormatId", + "in": "query", + "description": "The element name of the output format.", + "schema": { + "type": "string" + } + }, + { + "name": "languageCombination", + "in": "query", + "description": "The language combination of the PublicationOutput (e.g. en, en+fr+nl,...)", + "schema": { + "type": "array", + "items": { + "type": "string" + } + } + } + ], + "requestBody": { + "description": "Request object with the criteria in its properties.", + "content": { + "application/json": { + "schema": { + "allOf": [ + { + "$ref": "#/components/schemas/DeletePublicationByLogicalId" + } + ], + "description": "Request object to delete publication." + } + }, + "text/json": { + "schema": { + "allOf": [ + { + "$ref": "#/components/schemas/DeletePublicationByLogicalId" + } + ], + "description": "Request object to delete publication." + } + }, + "application/*+json": { + "schema": { + "allOf": [ + { + "$ref": "#/components/schemas/DeletePublicationByLogicalId" + } + ], + "description": "Request object to delete publication." + } + } + } + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Message" + } + }, + "text/json": { + "schema": { + "$ref": "#/components/schemas/Message" + } + } + } + }, + "403": { + "description": "Forbidden", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + }, + "text/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + } + } + }, + "404": { + "description": "Not Found", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + }, + "text/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + } + } + }, + "400": { + "description": "Bad Request", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + }, + "text/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + } + } + }, + "default": { + "description": "Error", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + }, + "text/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + } + } + } + } + }, + "get": { + "tags": ["Publications"], + "summary": "Get publication in the Repository that match the criteria given in the parameters.", + "operationId": "GetPublicationByLogicalId", + "parameters": [ + { + "name": "logicalId", + "in": "path", + "description": "The logical identifier of the object.", + "required": true, + "schema": { + "type": "string" + } + }, + { + "name": "version", + "in": "query", + "description": "The version number.", + "schema": { + "type": "string" + } + }, + { + "name": "outputFormat", + "in": "query", + "description": "The label/name of the OutputFormat (e.g. Manual, Documentation Online,...).", + "schema": { + "type": "string" + } + }, + { + "name": "languageCombination", + "in": "query", + "description": "The language combination of the PublicationOutput (e.g. en, en+fr+nl,...).", + "schema": { + "type": "array", + "items": { + "type": "string" + } + } + }, + { + "name": "selectedProperties", + "in": "query", + "description": "Selected properties to filter the properties. Default is Id.", + "schema": { + "allOf": [ + { + "$ref": "#/components/schemas/SelectedProperties" + } + ], + "description": "Enumeration holding the selected properties." + } + }, + { + "name": "fieldGroup", + "in": "query", + "description": "Field group of metadata fields. Default is None.", + "schema": { + "allOf": [ + { + "$ref": "#/components/schemas/FieldGroup" + } + ], + "description": "Groups of metadata fields." + } + }, + { + "name": "field", + "in": "query", + "description": "Specifies one or more metadata fields to return.", + "schema": { + "type": "array", + "items": { + "type": "string" + } + } + }, + { + "name": "includeLinks", + "in": "query", + "description": "`true` to include the links; otherwise, `false`. Default is `false`.", + "schema": { + "type": "boolean" + } + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Publication" + } + }, + "text/json": { + "schema": { + "$ref": "#/components/schemas/Publication" + } + } + } + }, + "404": { + "description": "Not Found", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + }, + "text/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + } + } + }, + "400": { + "description": "Bad Request", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + }, + "text/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + } + } + }, + "default": { + "description": "Error", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + }, + "text/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + } + } + } + } + } + }, + "/v3/Publications/ByLanguageCardId/{languageCardId}/Release": { + "post": { + "tags": ["Publications"], + "summary": "Releases the publication output by its language card identifier.", + "operationId": "ReleasePublication", + "parameters": [ + { + "name": "languageCardId", + "in": "path", + "description": "Language card identifier of the publication output.", + "required": true, + "schema": { + "type": "integer", + "format": "int64" + } + } + ], + "requestBody": { + "description": "Request object with the criteria in its properties.", + "content": { + "application/json": { + "schema": { + "allOf": [ + { + "$ref": "#/components/schemas/ReleasePublication" + } + ], + "description": "Represents a release model for publication." + } + }, + "text/json": { + "schema": { + "allOf": [ + { + "$ref": "#/components/schemas/ReleasePublication" + } + ], + "description": "Represents a release model for publication." + } + }, + "application/*+json": { + "schema": { + "allOf": [ + { + "$ref": "#/components/schemas/ReleasePublication" + } + ], + "description": "Represents a release model for publication." + } + } + } + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Message" + } + }, + "text/json": { + "schema": { + "$ref": "#/components/schemas/Message" + } + } + } + }, + "403": { + "description": "Forbidden", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + }, + "text/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + } + } + }, + "404": { + "description": "Not Found", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + }, + "text/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + } + } + }, + "400": { + "description": "Bad Request", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + }, + "text/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + } + } + }, + "default": { + "description": "Error", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + }, + "text/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + } + } + } + } + } + }, + "/v3/Publications/ByLanguageCardId/{languageCardId}/Unrelease": { + "post": { + "tags": ["Publications"], + "summary": "Unreleases the publication output by its language card identifier.", + "operationId": "UnreleasePublication", + "parameters": [ + { + "name": "languageCardId", + "in": "path", + "description": "Language card identifier of the publication output.", + "required": true, + "schema": { + "type": "integer", + "format": "int64" + } + } + ], + "requestBody": { + "description": "Request object with the criteria in its properties.", + "content": { + "application/json": { + "schema": { + "allOf": [ + { + "$ref": "#/components/schemas/UnreleasePublication" + } + ], + "description": "Model representing parameters for unreleasing a publication" + } + }, + "text/json": { + "schema": { + "allOf": [ + { + "$ref": "#/components/schemas/UnreleasePublication" + } + ], + "description": "Model representing parameters for unreleasing a publication" + } + }, + "application/*+json": { + "schema": { + "allOf": [ + { + "$ref": "#/components/schemas/UnreleasePublication" + } + ], + "description": "Model representing parameters for unreleasing a publication" + } + } + } + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Message" + } + }, + "text/json": { + "schema": { + "$ref": "#/components/schemas/Message" + } + } + } + }, + "403": { + "description": "Forbidden", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + }, + "text/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + } + } + }, + "404": { + "description": "Not Found", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + }, + "text/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + } + } + }, + "400": { + "description": "Bad Request", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + }, + "text/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + } + } + }, + "default": { + "description": "Error", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + }, + "text/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + } + } + } + } + } + }, + "/v3/Publications/ByLogicalId/Get": { + "post": { + "tags": ["Publications"], + "summary": "Gets all publications in the Repository that match the criteria given in the parameters.", + "description": "Depending on which status filter is specified, the objects with following status types can be returned:\r\n
Status filterReturned status types
AllAll status types
LatestReleasedLatest released excluding out-of-date
DraftOrLatestReleasedDraft and latest released excluding out-of-date
AllReleasedAll released including out-of-date
", + "operationId": "GetPublicationListByLogicalId", + "requestBody": { + "description": "Request object with the criteria in its properties.", + "content": { + "application/json": { + "schema": { + "allOf": [ + { + "$ref": "#/components/schemas/GetPublicationListByLogicalId" + } + ], + "description": "Request object to get all publications in the repository that match the criteria given in the properties." + } + }, + "text/json": { + "schema": { + "allOf": [ + { + "$ref": "#/components/schemas/GetPublicationListByLogicalId" + } + ], + "description": "Request object to get all publications in the repository that match the criteria given in the properties." + } + }, + "application/*+json": { + "schema": { + "allOf": [ + { + "$ref": "#/components/schemas/GetPublicationListByLogicalId" + } + ], + "description": "Request object to get all publications in the repository that match the criteria given in the properties." + } + } + } + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "type": "array", + "items": { + "$ref": "#/components/schemas/Publication" + } + } + }, + "text/json": { + "schema": { + "type": "array", + "items": { + "$ref": "#/components/schemas/Publication" + } + } + } + } + }, + "400": { + "description": "Bad Request", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + }, + "text/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + } + } + }, + "default": { + "description": "Error", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + }, + "text/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + } + } + } + } + } + }, + "/v3/Publications/Get": { + "post": { + "tags": ["Publications"], + "summary": "Gets all publications in the Repository that match the criteria given in the parameters.", + "description": "Depending on which status filter is specified, the objects with following status types can be returned:\r\n
Status filterReturned status types
AllAll status types
LatestReleasedLatest released excluding out-of-date
DraftOrLatestReleasedDraft and latest released excluding out-of-date
AllReleasedAll released including out-of-date
", + "operationId": "GetPublicationList", + "requestBody": { + "description": "Request object with the criteria in its properties.", + "content": { + "application/json": { + "schema": { + "allOf": [ + { + "$ref": "#/components/schemas/GetPublicationList" + } + ], + "description": "Request object to get all objects in the repository that match the criteria given in the properties." + } + }, + "text/json": { + "schema": { + "allOf": [ + { + "$ref": "#/components/schemas/GetPublicationList" + } + ], + "description": "Request object to get all objects in the repository that match the criteria given in the properties." + } + }, + "application/*+json": { + "schema": { + "allOf": [ + { + "$ref": "#/components/schemas/GetPublicationList" + } + ], + "description": "Request object to get all objects in the repository that match the criteria given in the properties." + } + } + } + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "type": "array", + "items": { + "$ref": "#/components/schemas/Publication" + } + } + }, + "text/json": { + "schema": { + "type": "array", + "items": { + "$ref": "#/components/schemas/Publication" + } + } + } + } + }, + "400": { + "description": "Bad Request", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + }, + "text/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + } + } + }, + "default": { + "description": "Error", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + }, + "text/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + } + } + } + } + } + }, + "/v3/Publications/ByLanguageCardId/Get": { + "post": { + "tags": ["Publications"], + "summary": "Get publication.", + "operationId": "GetPublicationListByLanguageCardId", + "requestBody": { + "content": { + "application/json": { + "schema": { + "allOf": [ + { + "$ref": "#/components/schemas/GetPublicationListByLanguageCardId" + } + ], + "description": "Request object to get all publications in the repository that match the criteria given in the properties." + } + }, + "text/json": { + "schema": { + "allOf": [ + { + "$ref": "#/components/schemas/GetPublicationListByLanguageCardId" + } + ], + "description": "Request object to get all publications in the repository that match the criteria given in the properties." + } + }, + "application/*+json": { + "schema": { + "allOf": [ + { + "$ref": "#/components/schemas/GetPublicationListByLanguageCardId" + } + ], + "description": "Request object to get all publications in the repository that match the criteria given in the properties." + } + } + } + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "type": "array", + "items": { + "$ref": "#/components/schemas/Publication" + } + } + }, + "text/json": { + "schema": { + "type": "array", + "items": { + "$ref": "#/components/schemas/Publication" + } + } + } + } + }, + "400": { + "description": "Bad Request", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + }, + "text/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + } + } + }, + "default": { + "description": "Error", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + }, + "text/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + } + } + } + } + } + }, + "/v3/Publications/ByLanguageCardId/{languageCardId}/Content": { + "get": { + "tags": ["Publications"], + "summary": "Gets the content by its language card identifier.", + "operationId": "GetPublicationContentByLanguageCardId", + "parameters": [ + { + "name": "languageCardId", + "in": "path", + "description": "Language card identifier of the publication.", + "required": true, + "schema": { + "type": "integer", + "format": "int64" + } + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/octet-stream": { + "schema": { + "type": "string", + "format": "binary" + } + } + } + }, + "404": { + "description": "Not Found", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + }, + "text/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + } + } + }, + "400": { + "description": "Bad Request", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + }, + "text/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + } + } + }, + "default": { + "description": "Error", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + }, + "text/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + } + } + } + } + } + }, + "/v3/Publications/ByLogicalId/{logicalId}/Location": { + "get": { + "tags": ["Publications"], + "summary": "Gets the location of a publication in the folder structure.", + "operationId": "GetPublicationLocation", + "parameters": [ + { + "name": "logicalId", + "in": "path", + "description": "Logical identifier of the publication.", + "required": true, + "schema": { + "type": "string" + } + }, + { + "name": "selectedProperties", + "in": "query", + "description": "Specifies the properties that will be returned. If not supplied, only the identifier will be returned.", + "schema": { + "allOf": [ + { + "$ref": "#/components/schemas/SelectedProperties" + } + ], + "description": "Enumeration holding the selected properties." + } + }, + { + "name": "fieldGroup", + "in": "query", + "description": "Group of metadata fields that will be returned. If not supplied, no fields will be returned.", + "schema": { + "allOf": [ + { + "$ref": "#/components/schemas/FieldGroup" + } + ], + "description": "Groups of metadata fields." + } + }, + { + "name": "field", + "in": "query", + "description": "Specifies one or more metadata fields to return.", + "schema": { + "type": "array", + "items": { + "type": "string" + } + } + }, + { + "name": "includeLinks", + "in": "query", + "description": "true to include the links; otherwise, false. Default is false.", + "schema": { + "type": "boolean" + } + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "type": "array", + "items": { + "$ref": "#/components/schemas/Folder" + } + } + }, + "text/json": { + "schema": { + "type": "array", + "items": { + "$ref": "#/components/schemas/Folder" + } + } + } + } + }, + "400": { + "description": "Bad Request", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + }, + "text/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + } + } + }, + "default": { + "description": "Error", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + }, + "text/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + } + } + } + } + } + }, + "/v3/Publications/ByLanguageCardId/{languageCardId}/CancelPublish": { + "post": { + "tags": ["Publications"], + "summary": "Cancels the publishing of the publication output.", + "operationId": "CancelPublicationPublish", + "parameters": [ + { + "name": "languageCardId", + "in": "path", + "description": "Language card identifier of the publication output.", + "required": true, + "schema": { + "type": "integer", + "format": "int64" + } + } + ], + "requestBody": { + "description": "Request object with the criteria in its properties.", + "content": { + "application/json": { + "schema": { + "allOf": [ + { + "$ref": "#/components/schemas/CancelPublicationPublish" + } + ], + "description": "Represents an update model for CancelPublicationPublish." + } + }, + "text/json": { + "schema": { + "allOf": [ + { + "$ref": "#/components/schemas/CancelPublicationPublish" + } + ], + "description": "Represents an update model for CancelPublicationPublish." + } + }, + "application/*+json": { + "schema": { + "allOf": [ + { + "$ref": "#/components/schemas/CancelPublicationPublish" + } + ], + "description": "Represents an update model for CancelPublicationPublish." + } + } + } + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Message" + } + }, + "text/json": { + "schema": { + "$ref": "#/components/schemas/Message" + } + } + } + }, + "403": { + "description": "Forbidden", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + }, + "text/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + } + } + }, + "404": { + "description": "Not Found", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + }, + "text/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + } + } + }, + "400": { + "description": "Bad Request", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + }, + "text/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + } + } + }, + "default": { + "description": "Error", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + }, + "text/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + } + } + } + } + } + }, + "/v3/Publications/ByLanguageCardId/{languageCardId}/Publish": { + "post": { + "tags": ["Publications"], + "summary": "Publishes a publication output.", + "operationId": "PublishPublication", + "parameters": [ + { + "name": "languageCardId", + "in": "path", + "description": "Language card identifier of the publication output.", + "required": true, + "schema": { + "type": "integer", + "format": "int64" + } + } + ], + "requestBody": { + "description": "Required current metadata of the object.", + "content": { + "application/json": { + "schema": { + "allOf": [ + { + "$ref": "#/components/schemas/PublishPublication" + } + ], + "description": "Represents a publish model for publication." + } + }, + "text/json": { + "schema": { + "allOf": [ + { + "$ref": "#/components/schemas/PublishPublication" + } + ], + "description": "Represents a publish model for publication." + } + }, + "application/*+json": { + "schema": { + "allOf": [ + { + "$ref": "#/components/schemas/PublishPublication" + } + ], + "description": "Represents a publish model for publication." + } + } + } + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/EventProgress" + } + }, + "text/json": { + "schema": { + "$ref": "#/components/schemas/EventProgress" + } + } + } + }, + "403": { + "description": "Forbidden", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + }, + "text/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + } + } + }, + "404": { + "description": "Not Found", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + }, + "text/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + } + } + }, + "400": { + "description": "Bad Request", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + }, + "text/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + } + } + }, + "default": { + "description": "Error", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + }, + "text/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + } + } + } + } + } + }, + "/v3/Publications/ByLanguageCardId/{languageCardId}/Unpublish": { + "post": { + "tags": ["Publications"], + "summary": "Unpublish a publication output.", + "operationId": "UnpublishPublication", + "parameters": [ + { + "name": "languageCardId", + "in": "path", + "description": "Language card identifier of the publication output.", + "required": true, + "schema": { + "type": "integer", + "format": "int64" + } + } + ], + "requestBody": { + "description": "Required current metadata of the object.", + "content": { + "application/json": { + "schema": { + "allOf": [ + { + "$ref": "#/components/schemas/UnpublishPublication" + } + ], + "description": "Represents an unpublish model for publication." + } + }, + "text/json": { + "schema": { + "allOf": [ + { + "$ref": "#/components/schemas/UnpublishPublication" + } + ], + "description": "Represents an unpublish model for publication." + } + }, + "application/*+json": { + "schema": { + "allOf": [ + { + "$ref": "#/components/schemas/UnpublishPublication" + } + ], + "description": "Represents an unpublish model for publication." + } + } + } + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/EventProgress" + } + }, + "text/json": { + "schema": { + "$ref": "#/components/schemas/EventProgress" + } + } + } + }, + "403": { + "description": "Forbidden", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + }, + "text/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + } + } + }, + "404": { + "description": "Not Found", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + }, + "text/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + } + } + }, + "400": { + "description": "Bad Request", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + }, + "text/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + } + } + }, + "default": { + "description": "Error", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + }, + "text/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + } + } + } + } + } + }, + "/v3/Search": { + "post": { + "tags": ["Search"], + "summary": "Search all document object types in the repository that match the criteria given in the parameters.", + "operationId": "Search", + "requestBody": { + "description": "Request object with the criteria in its properties.", + "content": { + "application/json": { + "schema": { + "allOf": [ + { + "$ref": "#/components/schemas/SearchRequest" + } + ], + "description": "Represents search request criteria to find document objects." + } + }, + "text/json": { + "schema": { + "allOf": [ + { + "$ref": "#/components/schemas/SearchRequest" + } + ], + "description": "Represents search request criteria to find document objects." + } + }, + "application/*+json": { + "schema": { + "allOf": [ + { + "$ref": "#/components/schemas/SearchRequest" + } + ], + "description": "Represents search request criteria to find document objects." + } + } + } + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/SearchResponse" + } + }, + "text/json": { + "schema": { + "$ref": "#/components/schemas/SearchResponse" + } + } + } + }, + "400": { + "description": "Bad Request", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + }, + "text/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + } + } + }, + "default": { + "description": "Error", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + }, + "text/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + } + } + } + } + } + }, + "/v3/Settings": { + "get": { + "tags": ["Settings"], + "summary": "Gets settings in the repository that match the criteria given in the parameters.", + "operationId": "GetSettings", + "parameters": [ + { + "name": "Field", + "in": "query", + "description": "Specifies one or more metadata fields to return.", + "schema": { + "type": "array", + "items": { + "type": "string" + }, + "description": "Specifies one or more metadata fields to return." + } + }, + { + "name": "SelectedProperties", + "in": "query", + "description": "Specifies the properties that will be returned. If not supplied, only the identifier will be returned.", + "schema": { + "allOf": [ + { + "$ref": "#/components/schemas/SelectedProperties" + } + ], + "description": "Specifies the properties that will be returned. If not supplied, only the identifier will be returned.", + "default": "id" + } + }, + { + "name": "FieldGroup", + "in": "query", + "description": "Group of metadata fields that will be returned. If not supplied, no fields will be returned.", + "schema": { + "allOf": [ + { + "$ref": "#/components/schemas/FieldGroup" + } + ], + "description": "Group of metadata fields that will be returned. If not supplied, no fields will be returned.", + "default": "none" + } + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Setting" + } + }, + "text/json": { + "schema": { + "$ref": "#/components/schemas/Setting" + } + } + } + }, + "404": { + "description": "Not Found", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + }, + "text/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + } + } + }, + "400": { + "description": "Bad Request", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + }, + "text/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + } + } + }, + "default": { + "description": "Error", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + }, + "text/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + } + } + } + } + }, + "put": { + "tags": ["Settings"], + "summary": "Updates submitted settings fields if the current required fields conditions are satisfied.", + "operationId": "UpdateSettings", + "requestBody": { + "description": "Update settings model.", + "content": { + "application/json": { + "schema": { + "allOf": [ + { + "$ref": "#/components/schemas/UpdateSettings" + } + ], + "description": "Represents an update settings model." + } + }, + "text/json": { + "schema": { + "allOf": [ + { + "$ref": "#/components/schemas/UpdateSettings" + } + ], + "description": "Represents an update settings model." + } + }, + "application/*+json": { + "schema": { + "allOf": [ + { + "$ref": "#/components/schemas/UpdateSettings" + } + ], + "description": "Represents an update settings model." + } + } + } + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Message" + } + }, + "text/json": { + "schema": { + "$ref": "#/components/schemas/Message" + } + } + } + }, + "403": { + "description": "Forbidden", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + }, + "text/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + } + } + }, + "404": { + "description": "Not Found", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + }, + "text/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + } + } + }, + "400": { + "description": "Bad Request", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + }, + "text/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + } + } + }, + "default": { + "description": "Error", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + }, + "text/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + } + } + } + } + } + }, + "/v3/Settings/WorkflowReport": { + "get": { + "tags": ["Settings"], + "summary": "Gets settings of the workflow report.", + "operationId": "GetWorkflowReportSettings", + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/WorkflowReportSettings" + } + }, + "text/json": { + "schema": { + "$ref": "#/components/schemas/WorkflowReportSettings" + } + } + } + }, + "400": { + "description": "Bad Request", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + }, + "text/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + } + } + }, + "default": { + "description": "Error", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + }, + "text/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + } + } + } + } + } + }, + "/v3/Settings/TranslationReport": { + "get": { + "tags": ["Settings"], + "summary": "Gets settings of the translation report.", + "operationId": "GetTranslationReportSettings", + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/TranslationReportSettings" + } + }, + "text/json": { + "schema": { + "$ref": "#/components/schemas/TranslationReportSettings" + } + } + } + }, + "400": { + "description": "Bad Request", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + }, + "text/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + } + } + }, + "default": { + "description": "Error", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + }, + "text/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + } + } + } + } + } + }, + "/v3/Settings/FieldDefinitions": { + "get": { + "tags": ["Settings"], + "summary": "Gets field definitions.", + "operationId": "GetFieldDefinitionsSettings", + "parameters": [ + { + "name": "ObjectTypes", + "in": "query", + "description": "A list of object type to retrieve field definition for. if not provided field definition for all types will be returned.", + "schema": { + "type": "array", + "items": { + "$ref": "#/components/schemas/ObjectType" + } + } + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/FieldSetup" + } + }, + "text/json": { + "schema": { + "$ref": "#/components/schemas/FieldSetup" + } + } + } + }, + "400": { + "description": "Bad Request", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + }, + "text/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + } + } + }, + "default": { + "description": "Error", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + }, + "text/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + } + } + } + } + } + }, + "/v3/Settings/TranslationStatuses": { + "get": { + "tags": ["Settings"], + "summary": "Gets translation status list.", + "operationId": "GetTranslationStatusListSettings", + "parameters": [ + { + "name": "DocumentObjectType", + "in": "query", + "description": "The document object type to retrieve translation statuses for.\r\nUndefined is not supported for this parameter.\r\n", + "required": true, + "schema": { + "allOf": [ + { + "$ref": "#/components/schemas/DocumentObjectType" + } + ], + "description": "The document object type to retrieve translation statuses for.\r\nUndefined is not supported for this parameter.\r\n" + } + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "type": "array", + "items": { + "$ref": "#/components/schemas/TranslationStatus" + } + } + }, + "text/json": { + "schema": { + "type": "array", + "items": { + "$ref": "#/components/schemas/TranslationStatus" + } + } + } + } + }, + "400": { + "description": "Bad Request", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + }, + "text/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + } + } + }, + "default": { + "description": "Error", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + }, + "text/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + } + } + } + } + } + }, + "/v3/UserGroups/{Id}": { + "get": { + "tags": ["UserGroups"], + "summary": "Gets the user group.", + "operationId": "GetUserGroup", + "parameters": [ + { + "name": "Id", + "in": "path", + "description": "Identifier of the group.", + "required": true, + "schema": { + "maxLength": 255, + "minLength": 1, + "pattern": "^(?=.*[a-zA-Z])[a-zA-Z0-9.-]*$", + "type": "string", + "description": "Identifier of the group." + } + }, + { + "name": "SelectedProperties", + "in": "query", + "description": "Specifies the properties that will be returned. If not supplied, only the identifier will be returned.", + "schema": { + "allOf": [ + { + "$ref": "#/components/schemas/SelectedProperties" + } + ], + "description": "Specifies the properties that will be returned. If not supplied, only the identifier will be returned.", + "default": "id" + } + }, + { + "name": "FieldGroup", + "in": "query", + "description": "Group of metadata fields that will be returned. If not supplied, no fields will be returned.", + "schema": { + "allOf": [ + { + "$ref": "#/components/schemas/FieldGroup" + } + ], + "description": "Group of metadata fields that will be returned. If not supplied, no fields will be returned.", + "default": "none" + } + }, + { + "name": "Field", + "in": "query", + "description": "Specifies one or more metadata fields to return.", + "schema": { + "type": "array", + "items": { + "type": "string" + }, + "description": "Specifies one or more metadata fields to return." + } + }, + { + "name": "IncludeLinks", + "in": "query", + "description": "true to include the links; otherwise, false. Default is false.", + "schema": { + "type": "boolean", + "description": "true to include the links; otherwise, false. Default is false.", + "default": false + } + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/UserGroup" + } + }, + "text/json": { + "schema": { + "$ref": "#/components/schemas/UserGroup" + } + } + } + }, + "404": { + "description": "Not Found", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + }, + "text/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + } + } + }, + "400": { + "description": "Bad Request", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + }, + "text/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + } + } + }, + "default": { + "description": "Error", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + }, + "text/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + } + } + } + } + }, + "put": { + "tags": ["UserGroups"], + "summary": "Update user group with given id in the repository.", + "operationId": "UpdateUserGroup", + "parameters": [ + { + "name": "Id", + "in": "path", + "description": "Identifier of the group.", + "required": true, + "schema": { + "maxLength": 255, + "minLength": 1, + "pattern": "^(?=.*[a-zA-Z])[a-zA-Z0-9.-]*$", + "type": "string", + "description": "Identifier of the group." + } + } + ], + "requestBody": { + "description": "Request body with a list of the fields.", + "content": { + "application/json": { + "schema": { + "allOf": [ + { + "$ref": "#/components/schemas/UpdateUserGroup" + } + ], + "description": "Represents an update user group model" + } + }, + "text/json": { + "schema": { + "allOf": [ + { + "$ref": "#/components/schemas/UpdateUserGroup" + } + ], + "description": "Represents an update user group model" + } + }, + "application/*+json": { + "schema": { + "allOf": [ + { + "$ref": "#/components/schemas/UpdateUserGroup" + } + ], + "description": "Represents an update user group model" + } + } + } + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Message" + } + }, + "text/json": { + "schema": { + "$ref": "#/components/schemas/Message" + } + } + } + }, + "403": { + "description": "Forbidden", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + }, + "text/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + } + } + }, + "404": { + "description": "Not Found", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + }, + "text/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + } + } + }, + "400": { + "description": "Bad Request", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + }, + "text/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + } + } + }, + "default": { + "description": "Error", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + }, + "text/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + } + } + } + } + }, + "delete": { + "tags": ["UserGroups"], + "summary": "Delete user group with given id in the repository.", + "operationId": "DeleteUserGroup", + "parameters": [ + { + "name": "Id", + "in": "path", + "description": "Identifier of the user group.", + "required": true, + "schema": { + "maxLength": 255, + "minLength": 1, + "pattern": "^(?=.*[a-zA-Z])[a-zA-Z0-9.-]*$", + "type": "string", + "description": "Identifier of the user group." + } + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Message" + } + }, + "text/json": { + "schema": { + "$ref": "#/components/schemas/Message" + } + } + } + }, + "403": { + "description": "Forbidden", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + }, + "text/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + } + } + }, + "404": { + "description": "Not Found", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + }, + "text/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + } + } + }, + "400": { + "description": "Bad Request", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + }, + "text/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + } + } + }, + "default": { + "description": "Error", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + }, + "text/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + } + } + } + } + } + }, + "/v3/UserGroups/Get": { + "post": { + "tags": ["UserGroups"], + "summary": "Gets the user groups.", + "operationId": "GetUserGroupList", + "requestBody": { + "description": "Request object with the criteria in its properties.", + "content": { + "application/json": { + "schema": { + "allOf": [ + { + "$ref": "#/components/schemas/GetUserGroupList" + } + ], + "description": "Request object to get all user groups in the repository that match the criteria given in the properties." + } + }, + "text/json": { + "schema": { + "allOf": [ + { + "$ref": "#/components/schemas/GetUserGroupList" + } + ], + "description": "Request object to get all user groups in the repository that match the criteria given in the properties." + } + }, + "application/*+json": { + "schema": { + "allOf": [ + { + "$ref": "#/components/schemas/GetUserGroupList" + } + ], + "description": "Request object to get all user groups in the repository that match the criteria given in the properties." + } + } + } + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "type": "array", + "items": { + "$ref": "#/components/schemas/UserGroup" + } + } + }, + "text/json": { + "schema": { + "type": "array", + "items": { + "$ref": "#/components/schemas/UserGroup" + } + } + } + } + }, + "400": { + "description": "Bad Request", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + }, + "text/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + } + } + }, + "default": { + "description": "Error", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + }, + "text/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + } + } + } + } + } + }, + "/v3/UserGroups": { + "post": { + "tags": ["UserGroups"], + "summary": "Creates user group.", + "operationId": "CreateUserGroup", + "requestBody": { + "description": "Request body with a list of the fields.", + "content": { + "application/json": { + "schema": { + "allOf": [ + { + "$ref": "#/components/schemas/CreateUserGroup" + } + ], + "description": "Represents a create user group model" + } + }, + "text/json": { + "schema": { + "allOf": [ + { + "$ref": "#/components/schemas/CreateUserGroup" + } + ], + "description": "Represents a create user group model" + } + }, + "application/*+json": { + "schema": { + "allOf": [ + { + "$ref": "#/components/schemas/CreateUserGroup" + } + ], + "description": "Represents a create user group model" + } + } + } + }, + "responses": { + "201": { + "description": "Created", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/UserGroup" + } + }, + "text/json": { + "schema": { + "$ref": "#/components/schemas/UserGroup" + } + } + } + }, + "403": { + "description": "Forbidden", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + }, + "text/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + } + } + }, + "400": { + "description": "Bad Request", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + }, + "text/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + } + } + }, + "default": { + "description": "Error", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + }, + "text/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + } + } + } + } + } + }, + "/v3/UserRoles/{Id}": { + "get": { + "tags": ["UserRoles"], + "summary": "Gets the user role.", + "operationId": "GetUserRole", + "parameters": [ + { + "name": "Id", + "in": "path", + "description": "Identifier of the role.", + "required": true, + "schema": { + "maxLength": 255, + "minLength": 1, + "pattern": "^(?=.*[a-zA-Z])[a-zA-Z0-9.-]*$", + "type": "string", + "description": "Identifier of the role." + } + }, + { + "name": "SelectedProperties", + "in": "query", + "description": "Specifies the properties that will be returned. If not supplied, only the identifier will be returned.", + "schema": { + "allOf": [ + { + "$ref": "#/components/schemas/SelectedProperties" + } + ], + "description": "Specifies the properties that will be returned. If not supplied, only the identifier will be returned.", + "default": "id" + } + }, + { + "name": "FieldGroup", + "in": "query", + "description": "Group of metadata fields that will be returned. If not supplied, no fields will be returned.", + "schema": { + "allOf": [ + { + "$ref": "#/components/schemas/FieldGroup" + } + ], + "description": "Group of metadata fields that will be returned. If not supplied, no fields will be returned.", + "default": "none" + } + }, + { + "name": "Field", + "in": "query", + "description": "Specifies one or more metadata fields to return.", + "schema": { + "type": "array", + "items": { + "type": "string" + }, + "description": "Specifies one or more metadata fields to return." + } + }, + { + "name": "IncludeLinks", + "in": "query", + "description": "true to include the links; otherwise, false. Default is false.", + "schema": { + "type": "boolean", + "description": "true to include the links; otherwise, false. Default is false.", + "default": false + } + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/UserRole" + } + }, + "text/json": { + "schema": { + "$ref": "#/components/schemas/UserRole" + } + } + } + }, + "404": { + "description": "Not Found", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + }, + "text/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + } + } + }, + "400": { + "description": "Bad Request", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + }, + "text/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + } + } + }, + "default": { + "description": "Error", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + }, + "text/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + } + } + } + } + }, + "put": { + "tags": ["UserRoles"], + "summary": "Update user role with given id in the repository.", + "operationId": "UpdateUserRole", + "parameters": [ + { + "name": "Id", + "in": "path", + "description": "Identifier of the role.", + "required": true, + "schema": { + "maxLength": 255, + "minLength": 1, + "pattern": "^(?=.*[a-zA-Z])[a-zA-Z0-9.-]*$", + "type": "string", + "description": "Identifier of the role." + } + } + ], + "requestBody": { + "description": "Request body with a list of the fields.", + "content": { + "application/json": { + "schema": { + "allOf": [ + { + "$ref": "#/components/schemas/UpdateUserRole" + } + ], + "description": "Represents an update user role model" + } + }, + "text/json": { + "schema": { + "allOf": [ + { + "$ref": "#/components/schemas/UpdateUserRole" + } + ], + "description": "Represents an update user role model" + } + }, + "application/*+json": { + "schema": { + "allOf": [ + { + "$ref": "#/components/schemas/UpdateUserRole" + } + ], + "description": "Represents an update user role model" + } + } + } + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Message" + } + }, + "text/json": { + "schema": { + "$ref": "#/components/schemas/Message" + } + } + } + }, + "403": { + "description": "Forbidden", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + }, + "text/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + } + } + }, + "404": { + "description": "Not Found", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + }, + "text/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + } + } + }, + "400": { + "description": "Bad Request", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + }, + "text/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + } + } + }, + "default": { + "description": "Error", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + }, + "text/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + } + } + } + } + }, + "delete": { + "tags": ["UserRoles"], + "summary": "Delete user role with given id in the repository.", + "operationId": "DeleteUserRole", + "parameters": [ + { + "name": "Id", + "in": "path", + "description": "Identifier of the user role.", + "required": true, + "schema": { + "maxLength": 255, + "minLength": 1, + "pattern": "^(?=.*[a-zA-Z])[a-zA-Z0-9.-]*$", + "type": "string", + "description": "Identifier of the user role." + } + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Message" + } + }, + "text/json": { + "schema": { + "$ref": "#/components/schemas/Message" + } + } + } + }, + "403": { + "description": "Forbidden", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + }, + "text/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + } + } + }, + "404": { + "description": "Not Found", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + }, + "text/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + } + } + }, + "400": { + "description": "Bad Request", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + }, + "text/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + } + } + }, + "default": { + "description": "Error", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + }, + "text/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + } + } + } + } + } + }, + "/v3/UserRoles": { + "post": { + "tags": ["UserRoles"], + "summary": "Creates user role.", + "operationId": "CreateUserRole", + "requestBody": { + "description": "Request body with a list of the fields.", + "content": { + "application/json": { + "schema": { + "allOf": [ + { + "$ref": "#/components/schemas/CreateUserRole" + } + ], + "description": "Represents a create user role model" + } + }, + "text/json": { + "schema": { + "allOf": [ + { + "$ref": "#/components/schemas/CreateUserRole" + } + ], + "description": "Represents a create user role model" + } + }, + "application/*+json": { + "schema": { + "allOf": [ + { + "$ref": "#/components/schemas/CreateUserRole" + } + ], + "description": "Represents a create user role model" + } + } + } + }, + "responses": { + "201": { + "description": "Created", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/UserRole" + } + }, + "text/json": { + "schema": { + "$ref": "#/components/schemas/UserRole" + } + } + } + }, + "403": { + "description": "Forbidden", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + }, + "text/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + } + } + }, + "400": { + "description": "Bad Request", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + }, + "text/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + } + } + }, + "default": { + "description": "Error", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + }, + "text/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + } + } + } + } + } + }, + "/v3/UserRoles/Get": { + "post": { + "tags": ["UserRoles"], + "summary": "Gets all user roles in the repository that match the criteria given in the parameters.", + "operationId": "GetUserRoleList", + "requestBody": { + "description": "Request object with the criteria in its properties.", + "content": { + "application/json": { + "schema": { + "allOf": [ + { + "$ref": "#/components/schemas/GetUserRoleList" + } + ], + "description": "Request object to get all user roles in the repository that match the criteria given in the properties." + } + }, + "text/json": { + "schema": { + "allOf": [ + { + "$ref": "#/components/schemas/GetUserRoleList" + } + ], + "description": "Request object to get all user roles in the repository that match the criteria given in the properties." + } + }, + "application/*+json": { + "schema": { + "allOf": [ + { + "$ref": "#/components/schemas/GetUserRoleList" + } + ], + "description": "Request object to get all user roles in the repository that match the criteria given in the properties." + } + } + } + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "type": "array", + "items": { + "$ref": "#/components/schemas/UserRole" + } + } + }, + "text/json": { + "schema": { + "type": "array", + "items": { + "$ref": "#/components/schemas/UserRole" + } + } + } + } + }, + "400": { + "description": "Bad Request", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + }, + "text/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + } + } + }, + "default": { + "description": "Error", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + }, + "text/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + } + } + } + } + } + }, + "/v3/Users/Get": { + "post": { + "tags": ["Users"], + "summary": "Gets all users in the repository that match the criteria given in the parameters.", + "operationId": "GetUserList", + "requestBody": { + "description": "Request object with the criteria in its properties.", + "content": { + "application/json": { + "schema": { + "allOf": [ + { + "$ref": "#/components/schemas/GetUserList" + } + ], + "description": "Request object to get all users in the repository that match the criteria given in the properties." + } + }, + "text/json": { + "schema": { + "allOf": [ + { + "$ref": "#/components/schemas/GetUserList" + } + ], + "description": "Request object to get all users in the repository that match the criteria given in the properties." + } + }, + "application/*+json": { + "schema": { + "allOf": [ + { + "$ref": "#/components/schemas/GetUserList" + } + ], + "description": "Request object to get all users in the repository that match the criteria given in the properties." + } + } + } + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "type": "array", + "items": { + "$ref": "#/components/schemas/User" + } + } + }, + "text/json": { + "schema": { + "type": "array", + "items": { + "$ref": "#/components/schemas/User" + } + } + } + } + }, + "400": { + "description": "Bad Request", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + }, + "text/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + } + } + }, + "default": { + "description": "Error", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + }, + "text/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + } + } + } + } + } + }, + "/v3/Users/{Id}": { + "get": { + "tags": ["Users"], + "summary": "Gets a user in the repository that match the criteria given in the parameters.", + "operationId": "GetUser", + "parameters": [ + { + "name": "Id", + "in": "path", + "description": "The identifier of the user.", + "required": true, + "schema": { + "maxLength": 255, + "minLength": 1, + "pattern": "^(?=.*[a-zA-Z])[a-zA-Z0-9.-]*$", + "type": "string", + "description": "The identifier of the user." + } + }, + { + "name": "SelectedProperties", + "in": "query", + "description": "Specifies the properties that will be returned. If not supplied, only the identifier will be returned.", + "schema": { + "allOf": [ + { + "$ref": "#/components/schemas/SelectedProperties" + } + ], + "description": "Specifies the properties that will be returned. If not supplied, only the identifier will be returned.", + "default": "id" + } + }, + { + "name": "FieldGroup", + "in": "query", + "description": "Group of metadata fields that will be returned. If not supplied, no fields will be returned.", + "schema": { + "allOf": [ + { + "$ref": "#/components/schemas/FieldGroup" + } + ], + "description": "Group of metadata fields that will be returned. If not supplied, no fields will be returned.", + "default": "none" + } + }, + { + "name": "Field", + "in": "query", + "description": "Specifies one or more metadata fields to return.", + "schema": { + "type": "array", + "items": { + "type": "string" + }, + "description": "Specifies one or more metadata fields to return." + } + }, + { + "name": "IncludeLinks", + "in": "query", + "description": "true to include the links; otherwise, false. Default is false.", + "schema": { + "type": "boolean", + "description": "true to include the links; otherwise, false. Default is false.", + "default": false + } + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/User" + } + }, + "text/json": { + "schema": { + "$ref": "#/components/schemas/User" + } + } + } + }, + "404": { + "description": "Not Found", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + }, + "text/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + } + } + }, + "400": { + "description": "Bad Request", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + }, + "text/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + } + } + }, + "default": { + "description": "Error", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + }, + "text/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + } + } + } + } + }, + "put": { + "tags": ["Users"], + "summary": "Updates user with given id in the repository.", + "operationId": "UpdateUser", + "parameters": [ + { + "name": "Id", + "in": "path", + "description": "The identifier of the user.", + "required": true, + "schema": { + "maxLength": 255, + "minLength": 1, + "pattern": "^(?=.*[a-zA-Z])[a-zA-Z0-9.-]*$", + "type": "string", + "description": "The identifier of the user." + } + } + ], + "requestBody": { + "description": "Request body with a list of the fields.", + "content": { + "application/json": { + "schema": { + "allOf": [ + { + "$ref": "#/components/schemas/UpdateUser" + } + ], + "description": "Represents an update user model." + } + }, + "text/json": { + "schema": { + "allOf": [ + { + "$ref": "#/components/schemas/UpdateUser" + } + ], + "description": "Represents an update user model." + } + }, + "application/*+json": { + "schema": { + "allOf": [ + { + "$ref": "#/components/schemas/UpdateUser" + } + ], + "description": "Represents an update user model." + } + } + } + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Message" + } + }, + "text/json": { + "schema": { + "$ref": "#/components/schemas/Message" + } + } + } + }, + "403": { + "description": "Forbidden", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + }, + "text/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + } + } + }, + "404": { + "description": "Not Found", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + }, + "text/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + } + } + }, + "400": { + "description": "Bad Request", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + }, + "text/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + } + } + }, + "default": { + "description": "Error", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + }, + "text/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + } + } + } + } + }, + "delete": { + "tags": ["Users"], + "summary": "Delete user with given id in the repository.", + "operationId": "DeleteUser", + "parameters": [ + { + "name": "Id", + "in": "path", + "description": "Identifier of the user.", + "required": true, + "schema": { + "maxLength": 255, + "minLength": 1, + "pattern": "^(?=.*[a-zA-Z])[a-zA-Z0-9.-]*$", + "type": "string", + "description": "Identifier of the user." + } + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Message" + } + }, + "text/json": { + "schema": { + "$ref": "#/components/schemas/Message" + } + } + } + }, + "403": { + "description": "Forbidden", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + }, + "text/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + } + } + }, + "404": { + "description": "Not Found", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + }, + "text/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + } + } + }, + "400": { + "description": "Bad Request", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + }, + "text/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + } + } + }, + "default": { + "description": "Error", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + }, + "text/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + } + } + } + } + } + }, + "/v3/Users": { + "post": { + "tags": ["Users"], + "summary": "Creates user.", + "operationId": "CreateUser", + "requestBody": { + "content": { + "application/json": { + "schema": { + "allOf": [ + { + "$ref": "#/components/schemas/CreateUser" + } + ], + "description": "Represents an create user model." + } + }, + "text/json": { + "schema": { + "allOf": [ + { + "$ref": "#/components/schemas/CreateUser" + } + ], + "description": "Represents an create user model." + } + }, + "application/*+json": { + "schema": { + "allOf": [ + { + "$ref": "#/components/schemas/CreateUser" + } + ], + "description": "Represents an create user model." + } + } + } + }, + "responses": { + "201": { + "description": "Created", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/User" + } + }, + "text/json": { + "schema": { + "$ref": "#/components/schemas/User" + } + } + } + }, + "403": { + "description": "Forbidden", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + }, + "text/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + } + } + }, + "400": { + "description": "Bad Request", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + }, + "text/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + } + } + }, + "default": { + "description": "Error", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + }, + "text/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + } + } + } + } + } + }, + "/v3/Users/{Id}/PreferenceSets/{SetName}": { + "get": { + "tags": ["Users"], + "summary": "Gets preference set for the user.", + "operationId": "GetUserPreferences", + "parameters": [ + { + "name": "Id", + "in": "path", + "description": "The identifier of the user.", + "required": true, + "schema": { + "maxLength": 255, + "minLength": 1, + "pattern": "^(?=.*[a-zA-Z])[a-zA-Z0-9.-]*$", + "type": "string", + "description": "The identifier of the user." + } + }, + { + "name": "SetName", + "in": "path", + "description": "The name of the preference set to be retrieved, if the set name can not be found empty preference set is returned.", + "required": true, + "schema": { + "maxLength": 255, + "minLength": 1, + "pattern": "^[a-zA-Z][a-zA-Z0-9._-]*$", + "type": "string", + "description": "The name of the preference set to be retrieved, if the set name can not be found empty preference set is returned." + } + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/PreferenceSet" + } + }, + "text/json": { + "schema": { + "$ref": "#/components/schemas/PreferenceSet" + } + } + } + }, + "404": { + "description": "Not Found", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + }, + "text/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + } + } + }, + "400": { + "description": "Bad Request", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + }, + "text/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + } + } + }, + "default": { + "description": "Error", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + }, + "text/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + } + } + } + } + }, + "put": { + "tags": ["Users"], + "summary": "Sets user preferences based on the specified parameters.", + "operationId": "SetUserPreferences", + "parameters": [ + { + "name": "Id", + "in": "path", + "description": "The identifier of the user.", + "required": true, + "schema": { + "maxLength": 255, + "minLength": 1, + "pattern": "^(?=.*[a-zA-Z])[a-zA-Z0-9.-]*$", + "type": "string", + "description": "The identifier of the user." + } + }, + { + "name": "SetName", + "in": "path", + "description": "The name of the preference set to be updated.", + "required": true, + "schema": { + "maxLength": 255, + "minLength": 1, + "pattern": "^[a-zA-Z][a-zA-Z0-9._-]*$", + "type": "string", + "description": "The name of the preference set to be updated." + } + } + ], + "requestBody": { + "description": "Request body with a preference list.", + "content": { + "application/json": { + "schema": { + "allOf": [ + { + "$ref": "#/components/schemas/UpdatePreferenceSet" + } + ], + "description": "Represents an update current user preference set model." + } + }, + "text/json": { + "schema": { + "allOf": [ + { + "$ref": "#/components/schemas/UpdatePreferenceSet" + } + ], + "description": "Represents an update current user preference set model." + } + }, + "application/*+json": { + "schema": { + "allOf": [ + { + "$ref": "#/components/schemas/UpdatePreferenceSet" + } + ], + "description": "Represents an update current user preference set model." + } + } + } + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Message" + } + }, + "text/json": { + "schema": { + "$ref": "#/components/schemas/Message" + } + } + } + }, + "403": { + "description": "Forbidden", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + }, + "text/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + } + } + }, + "404": { + "description": "Not Found", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + }, + "text/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + } + } + }, + "400": { + "description": "Bad Request", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + }, + "text/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + } + } + }, + "default": { + "description": "Error", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + }, + "text/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + } + } + } + } + }, + "delete": { + "tags": ["Users"], + "summary": "Deletes user preferences.", + "operationId": "DeleteUserPreferences", + "parameters": [ + { + "name": "Id", + "in": "path", + "description": "The identifier of the user.", + "required": true, + "schema": { + "maxLength": 255, + "minLength": 1, + "pattern": "^(?=.*[a-zA-Z])[a-zA-Z0-9.-]*$", + "type": "string", + "description": "The identifier of the user." + } + }, + { + "name": "SetName", + "in": "path", + "description": "The name of the preference set to be deleted.", + "required": true, + "schema": { + "maxLength": 255, + "minLength": 1, + "pattern": "^[a-zA-Z][a-zA-Z0-9._-]*$", + "type": "string", + "description": "The name of the preference set to be deleted." + } + }, + { + "name": "ItemName", + "in": "query", + "description": "The item name of the preference item which need to be deleted from the set; if null or empty - the entire set with all the items will be deleted.", + "schema": { + "maxLength": 255, + "pattern": "^[a-zA-Z][a-zA-Z0-9._-]*$", + "type": "string", + "description": "The item name of the preference item which need to be deleted from the set; if null or empty - the entire set with all the items will be deleted.", + "nullable": true + } + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Message" + } + }, + "text/json": { + "schema": { + "$ref": "#/components/schemas/Message" + } + } + } + }, + "403": { + "description": "Forbidden", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + }, + "text/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + } + } + }, + "404": { + "description": "Not Found", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + }, + "text/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + } + } + }, + "400": { + "description": "Bad Request", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + }, + "text/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + } + } + }, + "default": { + "description": "Error", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + }, + "text/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + } + } + } + } + } + }, + "/v3/Workflows/StatusDefinitions": { + "get": { + "tags": ["Workflows"], + "summary": "Get all status definitions.", + "operationId": "GetStatusDefinitionList", + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "type": "array", + "items": { + "$ref": "#/components/schemas/StatusDefinition" + } + } + }, + "text/json": { + "schema": { + "type": "array", + "items": { + "$ref": "#/components/schemas/StatusDefinition" + } + } + } + } + }, + "400": { + "description": "Bad Request", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + }, + "text/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + } + } + }, + "default": { + "description": "Error", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + }, + "text/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + } + } + } + } + }, + "post": { + "tags": ["Workflows"], + "summary": "Create a status definition.", + "operationId": "CreateStatusDefinition", + "requestBody": { + "description": "The create status definition model.", + "content": { + "application/json": { + "schema": { + "allOf": [ + { + "$ref": "#/components/schemas/CreateStatusDefinition" + } + ], + "description": "Represents a model for create status definition." + } + }, + "text/json": { + "schema": { + "allOf": [ + { + "$ref": "#/components/schemas/CreateStatusDefinition" + } + ], + "description": "Represents a model for create status definition." + } + }, + "application/*+json": { + "schema": { + "allOf": [ + { + "$ref": "#/components/schemas/CreateStatusDefinition" + } + ], + "description": "Represents a model for create status definition." + } + } + } + }, + "responses": { + "201": { + "description": "Created", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/StatusDefinition" + } + }, + "text/json": { + "schema": { + "$ref": "#/components/schemas/StatusDefinition" + } + } + } + }, + "403": { + "description": "Forbidden", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + }, + "text/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + } + } + }, + "400": { + "description": "Bad Request", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + }, + "text/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + } + } + }, + "default": { + "description": "Error", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + }, + "text/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + } + } + } + } + } + }, + "/v3/Workflows/StatusDefinitions/{id}": { + "get": { + "tags": ["Workflows"], + "summary": "Get a status definition.", + "operationId": "GetStatusDefinition", + "parameters": [ + { + "name": "id", + "in": "path", + "description": "The status definition id.", + "required": true, + "schema": { + "type": "string" + } + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/StatusDefinition" + } + }, + "text/json": { + "schema": { + "$ref": "#/components/schemas/StatusDefinition" + } + } + } + }, + "404": { + "description": "Not Found", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + }, + "text/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + } + } + }, + "400": { + "description": "Bad Request", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + }, + "text/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + } + } + }, + "default": { + "description": "Error", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + }, + "text/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + } + } + } + } + }, + "put": { + "tags": ["Workflows"], + "summary": "Update status definition.", + "operationId": "UpdateStatusDefinition", + "parameters": [ + { + "name": "id", + "in": "path", + "description": "The identifier of the status definition.", + "required": true, + "schema": { + "type": "string" + } + } + ], + "requestBody": { + "description": "Update status definition model.", + "content": { + "application/json": { + "schema": { + "allOf": [ + { + "$ref": "#/components/schemas/UpdateStatusDefinition" + } + ], + "description": "Represents an update status definition model." + } + }, + "text/json": { + "schema": { + "allOf": [ + { + "$ref": "#/components/schemas/UpdateStatusDefinition" + } + ], + "description": "Represents an update status definition model." + } + }, + "application/*+json": { + "schema": { + "allOf": [ + { + "$ref": "#/components/schemas/UpdateStatusDefinition" + } + ], + "description": "Represents an update status definition model." + } + } + } + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Message" + } + }, + "text/json": { + "schema": { + "$ref": "#/components/schemas/Message" + } + } + } + }, + "403": { + "description": "Forbidden", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + }, + "text/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + } + } + }, + "404": { + "description": "Not Found", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + }, + "text/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + } + } + }, + "400": { + "description": "Bad Request", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + }, + "text/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + } + } + }, + "default": { + "description": "Error", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + }, + "text/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + } + } + } + } + }, + "delete": { + "tags": ["Workflows"], + "summary": "Deletes a status definition by its identifier.", + "operationId": "DeleteStatusDefinition", + "parameters": [ + { + "name": "id", + "in": "path", + "description": "The identifier of the status definition.", + "required": true, + "schema": { + "type": "string" + } + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Message" + } + }, + "text/json": { + "schema": { + "$ref": "#/components/schemas/Message" + } + } + } + }, + "403": { + "description": "Forbidden", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + }, + "text/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + } + } + }, + "404": { + "description": "Not Found", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + }, + "text/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + } + } + }, + "400": { + "description": "Bad Request", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + }, + "text/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + } + } + }, + "default": { + "description": "Error", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + }, + "text/json": { + "schema": { + "$ref": "#/components/schemas/InfoShareProblemDetails" + } + } + } + } + } + } + } + }, + "components": { + "schemas": { + "ActivityFilter": { + "enum": ["none", "active", "inactive"], + "type": "string", + "description": "Allows explicit filtering." + }, + "AddShortcut": { + "required": ["logicalId"], + "type": "object", + "properties": { + "logicalId": { + "minLength": 1, + "type": "string", + "description": "Specify logical identifier of the document object or publication for which to create a shortcut." + } + }, + "additionalProperties": false, + "description": "Represents logical identifier model." + }, + "AndSearchExpression": { + "type": "object", + "allOf": [ + { + "$ref": "#/components/schemas/GroupSearchExpression" + } + ], + "additionalProperties": false, + "description": "Represents collection of search expression to be evaluated with AND logical operator." + }, + "AnywhereSearchFieldValue": { + "required": ["value"], + "type": "object", + "allOf": [ + { + "$ref": "#/components/schemas/SearchExpression" + } + ], + "properties": { + "operator": { + "allOf": [ + { + "$ref": "#/components/schemas/FullTextSearchOperator" + } + ], + "description": "The search operator." + }, + "value": { + "minLength": 1, + "type": "string", + "description": "The value to search for." + } + }, + "additionalProperties": false, + "description": "Represents anywhere search field value." + }, + "BackgroundTask": { + "type": "object", + "properties": { + "taskId": { + "type": "integer", + "description": "The identifier of the task.", + "format": "int64" + }, + "progressId": { + "type": "integer", + "description": "The progress id.", + "format": "int64" + }, + "eventId": { + "type": "string", + "description": "The event id." + } + }, + "additionalProperties": false, + "description": "Represents a background task." + }, + "BaseFolder": { + "enum": ["none", "data", "system", "favorites", "editorTemplate"], + "type": "string", + "description": "Enumeration holding all base folders." + }, + "BaseItem": { + "required": ["type"], + "type": "object", + "allOf": [ + { + "$ref": "#/components/schemas/RelatedInfo" + } + ], + "properties": { + "type": { + "type": "string" + }, + "id": { + "type": "string", + "description": "The identifier." + }, + "title": { + "type": "string", + "description": "The title.", + "nullable": true + }, + "description": { + "type": "string", + "description": "The description.", + "nullable": true + } + }, + "additionalProperties": false, + "description": "Represents an item.", + "discriminator": { + "propertyName": "type", + "mapping": { + "User": "#/components/schemas/User", + "UserRole": "#/components/schemas/UserRole", + "UserGroup": "#/components/schemas/UserGroup", + "Setting": "#/components/schemas/Setting", + "SearchObject": "#/components/schemas/SearchObject", + "Publication": "#/components/schemas/Publication", + "Project": "#/components/schemas/Project", + "OutputFormat": "#/components/schemas/OutputFormat", + "BaseObject": "#/components/schemas/BaseObject", + "EventProgress": "#/components/schemas/EventProgress", + "LovList": "#/components/schemas/LovList", + "LovValue": "#/components/schemas/LovValue", + "RevisionInfo": "#/components/schemas/RevisionInfo", + "Tag": "#/components/schemas/Tag", + "FormFieldOperator": "#/components/schemas/FormFieldOperator", + "FullTextSearchFormFieldOperator": "#/components/schemas/FullTextSearchFormFieldOperator", + "MetadataFilterFormFieldOperator": "#/components/schemas/MetadataFilterFormFieldOperator", + "Folder": "#/components/schemas/Folder", + "ElectronicDocumentType": "#/components/schemas/ElectronicDocumentType", + "DocumentObject": "#/components/schemas/DocumentObject", + "RevisionHistoryItem": "#/components/schemas/RevisionHistoryItem", + "Baseline": "#/components/schemas/Baseline" + } + } + }, + "BaseObject": { + "required": ["type"], + "type": "object", + "allOf": [ + { + "$ref": "#/components/schemas/BaseItem" + } + ], + "properties": { + "type": { + "type": "string" + }, + "fields": { + "type": "array", + "items": { + "$ref": "#/components/schemas/FieldValue" + }, + "description": "The list of field values.", + "nullable": true + }, + "links": { + "type": "array", + "items": { + "$ref": "#/components/schemas/Link" + }, + "description": "A list of actions or links that are allowed on the object.", + "nullable": true + }, + "messages": { + "type": "array", + "items": { + "$ref": "#/components/schemas/Message" + }, + "description": "A list of messages related to the object. The messages can contain warnings and errors.", + "nullable": true + } + }, + "additionalProperties": false, + "description": "Base definition for objects.", + "discriminator": { + "propertyName": "type", + "mapping": { + "User": "#/components/schemas/User", + "UserRole": "#/components/schemas/UserRole", + "UserGroup": "#/components/schemas/UserGroup", + "Setting": "#/components/schemas/Setting", + "SearchObject": "#/components/schemas/SearchObject", + "Publication": "#/components/schemas/Publication", + "Project": "#/components/schemas/Project", + "OutputFormat": "#/components/schemas/OutputFormat", + "EventProgress": "#/components/schemas/EventProgress", + "RevisionInfo": "#/components/schemas/RevisionInfo", + "Folder": "#/components/schemas/Folder", + "ElectronicDocumentType": "#/components/schemas/ElectronicDocumentType", + "DocumentObject": "#/components/schemas/DocumentObject", + "RevisionHistoryItem": "#/components/schemas/RevisionHistoryItem", + "Baseline": "#/components/schemas/Baseline" + } + } + }, + "BaseSearchSortField": { + "required": ["type"], + "type": "object", + "properties": { + "type": { + "type": "string", + "readOnly": true + }, + "sortOrder": { + "allOf": [ + { + "$ref": "#/components/schemas/SearchSortOrder" + } + ], + "description": "The sort order type." + } + }, + "additionalProperties": false, + "description": "Represents Base Search Sort Fields", + "discriminator": { + "propertyName": "type", + "mapping": { + "ScoreSearchSortField": "#/components/schemas/ScoreSearchSortField", + "SearchSortField": "#/components/schemas/SearchSortField" + } + } + }, + "Baseline": { + "type": "object", + "allOf": [ + { + "$ref": "#/components/schemas/BaseObject" + } + ], + "additionalProperties": false, + "description": "Represents a baseline." + }, + "BaselineAutoCompleteMode": { + "enum": ["none", "firstVersion", "latestReleased", "latestAvailable"], + "type": "string" + }, + "BaselineEntry": { + "required": ["type"], + "type": "object", + "properties": { + "type": { + "type": "string" + }, + "id": { + "type": "string", + "description": "The unique element name of the card on the logical level" + }, + "source": { + "type": "string", + "description": "Who or what is responsible for the current version number of the object in the baseline." + }, + "version": { + "type": "string", + "description": "The version number of the version card.", + "nullable": true + }, + "author": { + "allOf": [ + { + "$ref": "#/components/schemas/User" + } + ], + "description": "The Author of the object.", + "nullable": true + }, + "creationDate": { + "type": "string", + "description": "The creation date of the object.", + "format": "date-time", + "nullable": true + }, + "modificationDate": { + "type": "string", + "description": "The last modification date of the object.", + "format": "date-time", + "nullable": true + } + }, + "additionalProperties": false, + "description": "Represents a baseline entry.", + "discriminator": { + "propertyName": "type", + "mapping": { + "BaselineEntry": "#/components/schemas/BaselineEntry", + "BaselineReportEntry": "#/components/schemas/BaselineReportEntry" + } + } + }, + "BaselineReportEntry": { + "type": "object", + "allOf": [ + { + "$ref": "#/components/schemas/BaselineEntry" + } + ], + "properties": { + "versionCardId": { + "type": "integer", + "description": "The version of the baseline report entry.", + "format": "int64", + "nullable": true + }, + "documentObjectType": { + "allOf": [ + { + "$ref": "#/components/schemas/DocumentObjectType" + } + ], + "description": "The document object type of the baseline report entry." + }, + "items": { + "type": "array", + "items": { + "$ref": "#/components/schemas/BaselineReportItem" + }, + "description": "The items of the baseline report entry.", + "nullable": true + } + }, + "additionalProperties": false, + "description": "Represents a baseline report entry." + }, + "BaselineReportItem": { + "type": "object", + "properties": { + "reportLanguage": { + "allOf": [ + { + "$ref": "#/components/schemas/LovValue" + } + ], + "description": "The reporting language of the baseline" + }, + "reportResolution": { + "allOf": [ + { + "$ref": "#/components/schemas/LovValue" + } + ], + "description": "The resolution of the illustration. For non-illustration object, the resolution is an empty string." + }, + "reportResult": { + "allOf": [ + { + "$ref": "#/components/schemas/BaselineReportResult" + } + ], + "description": "The result of the report." + }, + "languageCardId": { + "type": "integer", + "description": "The language card id of the baseline report item.", + "format": "int64", + "nullable": true + }, + "sourceLanguage": { + "allOf": [ + { + "$ref": "#/components/schemas/LovValue" + } + ], + "description": "Source language of the baseline report item.", + "nullable": true + }, + "languages": { + "type": "array", + "items": { + "$ref": "#/components/schemas/LovValue" + }, + "description": "The list of languages of the baseline report item.\r\n\r\n For Topics, this property would contain a single language.\r\n For Illustrations, it may contain multiple languages.\r\n", + "nullable": true + }, + "status": { + "allOf": [ + { + "$ref": "#/components/schemas/LovValue" + } + ], + "description": "The status of the baseline report item.", + "nullable": true + }, + "links": { + "type": "array", + "items": { + "type": "string" + }, + "description": "The links of the baseline report item.", + "nullable": true + }, + "imageLinks": { + "type": "array", + "items": { + "type": "string" + }, + "description": "The image links of the baseline report item.", + "nullable": true + } + }, + "additionalProperties": false, + "description": "Represents a baseline report item." + }, + "BaselineReportResult": { + "enum": [ + "ok", + "languageVersionMissing", + "notInUse", + "notReleased", + "noValidVersionFound", + "objectMissing", + "objectMissingInBaseline", + "versionMissing" + ], + "type": "string", + "description": "Enumeration holding the possible values for the baseline report result." + }, + "CancelPublicationPublish": { + "type": "object", + "properties": { + "requiredCurrentFields": { + "type": "array", + "items": { + "$ref": "#/components/schemas/SetFieldValue" + }, + "description": "Fields that will be used in concurrency check.\r\nEach individual field in this collection should have the same exact value in the database in order to update the Trisoft.InfoShare.WebApi.V30.Publications.Models.Publication", + "nullable": true + } + }, + "additionalProperties": false, + "description": "Represents an update model for CancelPublicationPublish." + }, + "CardFieldValue": { + "type": "object", + "allOf": [ + { + "$ref": "#/components/schemas/FieldValue" + } + ], + "properties": { + "value": { + "allOf": [ + { + "$ref": "#/components/schemas/BaseObject" + } + ], + "description": "Base definition for objects.", + "nullable": true + } + }, + "additionalProperties": false + }, + "CardFilterFieldValue": { + "required": ["value"], + "type": "object", + "allOf": [ + { + "$ref": "#/components/schemas/FilterFieldValue" + } + ], + "properties": { + "value": { + "minItems": 1, + "type": "array", + "items": { + "$ref": "#/components/schemas/SetBaseObject" + }, + "description": "The filter field value." + } + }, + "additionalProperties": false + }, + "CardLikeFilterFieldValue": { + "required": ["value"], + "type": "object", + "allOf": [ + { + "$ref": "#/components/schemas/FilterFieldValue" + } + ], + "properties": { + "value": { + "minLength": 1, + "type": "string", + "description": "The filter field value." + } + }, + "additionalProperties": false + }, + "CardSearchFieldValue": { + "required": ["value"], + "type": "object", + "allOf": [ + { + "$ref": "#/components/schemas/SearchFieldValue" + } + ], + "properties": { + "value": { + "minItems": 1, + "type": "array", + "items": { + "$ref": "#/components/schemas/SetBaseObject" + }, + "description": "Collection of values to search for." + } + }, + "additionalProperties": false, + "description": "Represents search field value of type System.Collections.Generic.IList`1." + }, + "CheckInDocumentObject": { + "type": "object", + "properties": { + "fields": { + "type": "array", + "items": { + "$ref": "#/components/schemas/SetFieldValue" + }, + "description": "The list of field values to be changed." + }, + "requiredCurrentFields": { + "type": "array", + "items": { + "$ref": "#/components/schemas/SetFieldValue" + }, + "description": "Fields that will be used in concurrency check.\r\nEach individual field in this collection should have the same exact value in the database in order to update the Trisoft.InfoShare.WebApi.V30.DocumentObjects.Models.DocumentObject" + } + }, + "additionalProperties": false, + "description": "Request object to check in object content in the repository that match the criteria given in the properties." + }, + "CheckInDocumentObjectParameters": { + "required": ["languageCardId"], + "type": "object", + "properties": { + "languageCardId": { + "minimum": 0, + "exclusiveMinimum": true, + "type": "integer", + "description": "The language card identifier of the document object.", + "format": "int64" + } + }, + "additionalProperties": false, + "description": "Request parameters to check in the document object specified by the language card identifier." + }, + "CheckOutDocumentObject": { + "type": "object", + "properties": { + "requiredCurrentFields": { + "type": "array", + "items": { + "$ref": "#/components/schemas/SetFieldValue" + }, + "description": "Fields that will be used in concurrency check.\r\nEach individual field in this collection should have the same exact value in the database in order to check out the Trisoft.InfoShare.WebApi.V30.DocumentObjects.Models.DocumentObject" + } + }, + "additionalProperties": false, + "description": "Represents model to check out a document" + }, + "CheckOutDocumentObjectParameters": { + "required": ["languageCardId"], + "type": "object", + "properties": { + "languageCardId": { + "minimum": 0, + "exclusiveMinimum": true, + "type": "integer", + "description": "The language card identifier of the document object.", + "format": "int64" + } + }, + "additionalProperties": false, + "description": "Request parameters to check out the document object specified by the language card identifier." + }, + "CompleteBaseline": { + "type": "object", + "properties": { + "extendId": { + "maxLength": 255, + "pattern": "^(?=.*[a-zA-Z])[a-zA-Z0-9.-]*$", + "type": "string", + "description": "Specify the element name of the Baseline that will be used to complete the Baseline.", + "nullable": true + }, + "autoCompleteMode": { + "allOf": [ + { + "$ref": "#/components/schemas/BaselineAutoCompleteMode" + } + ], + "description": "Specify the auto complete mode that must be used to select the versions in the Baseline.", + "default": "none" + }, + "startLogicalIds": { + "type": "array", + "items": { + "maxLength": 100, + "pattern": "^(?=.*[a-zA-Z])[a-zA-Z0-9.-]*$", + "type": "string" + }, + "description": "Specify a list of logical identifiers of the root map or objects in the outline of the root map that will be used as the starting point for the baseline calculation." + }, + "startResourceLogicalIds": { + "type": "array", + "items": { + "maxLength": 100, + "pattern": "^(?=.*[a-zA-Z])[a-zA-Z0-9.-]*$", + "type": "string" + }, + "description": "Specify a list of logical identifiers of resources that will be used as the starting point for the Baseline calculation." + }, + "languages": { + "type": "array", + "items": { + "maxLength": 255, + "type": "string" + }, + "description": "Specify a list of languages." + }, + "illustrationLanguages": { + "type": "array", + "items": { + "maxLength": 255, + "type": "string" + }, + "description": "Specify a list of fallback languages for illustrations." + }, + "resourceLanguages": { + "type": "array", + "items": { + "maxLength": 255, + "type": "string" + }, + "description": "Specify a list of fallback languages for resources." + }, + "resolutions": { + "type": "array", + "items": { + "maxLength": 255, + "type": "string" + }, + "description": "Specify a list of resolutions." + }, + "depth": { + "type": "integer", + "description": "Specify how many levels should be returned. If no value is provided all levels will be returned.\r\nNegative Depth means unlimited recursion. Depth 0 means just return the baseline entries for the supplied logical ids.", + "format": "int32", + "default": -1 + } + }, + "additionalProperties": false, + "description": "The model contains the parameters which will be used to expand and complete the baseline starting from the incoming logicalIds using the extend baseline and/or the autocomplete mode." + }, + "CompleteBaselineParameters": { + "required": ["id"], + "type": "object", + "properties": { + "id": { + "maxLength": 255, + "minLength": 1, + "pattern": "^(?=.*[a-zA-Z])[a-zA-Z0-9.-]*$", + "type": "string", + "description": "The identifier of the baseline." + } + }, + "additionalProperties": false, + "description": "The request object to complete baseline that match the criteria given in the properties." + }, + "CreateBackgroundTask": { + "required": ["eventType"], + "type": "object", + "properties": { + "eventType": { + "maxLength": 255, + "minLength": 1, + "pattern": "^[a-zA-Z][a-zA-Z0-9._-]*$", + "type": "string", + "description": "Type of event/background task." + }, + "progressId": { + "minimum": 0, + "exclusiveMinimum": true, + "type": "integer", + "description": "Unique identifier of the event log for this background task. If no progressId is provided, a new event log will be created.", + "format": "int64", + "nullable": true + }, + "eventDescription": { + "maxLength": 255, + "type": "string", + "description": "Description of the background task. This will only be used while creating a new event log.", + "nullable": true + }, + "hashId": { + "maxLength": 80, + "pattern": "^[a-zA-Z0-9+!:|&=\\\\/#@%?~._-]+$", + "type": "string", + "description": "The hashId that will be used to skip older background task for the same action. For instance, synchronizing the same language object only once to SDL LiveContent.", + "nullable": true + }, + "startAfter": { + "type": "string", + "description": "DateTime in UTC indicating that the background task should not be started before the specified time.\r\nIf the background task service is still processing other background tasks, the background task will not start at the specified time but later.", + "format": "date-time", + "nullable": true + } + }, + "additionalProperties": false, + "description": "Represents the information required for creating background task." + }, + "CreateBackgroundTaskForDocumentObjectByLanguageCardId": { + "required": ["eventType", "languageCardIds"], + "type": "object", + "properties": { + "eventType": { + "maxLength": 255, + "minLength": 1, + "pattern": "^[a-zA-Z][a-zA-Z0-9._-]*$", + "type": "string", + "description": "Specify the type of event to be created." + }, + "languageCardIds": { + "minItems": 1, + "type": "array", + "items": { + "minimum": 0, + "exclusiveMinimum": true, + "type": "integer", + "format": "int64" + }, + "description": "Language card identifiers of the objects." + } + }, + "additionalProperties": false, + "description": "Request object to create background task for language card identifiers." + }, + "CreateEvent": { + "required": ["description", "eventType"], + "type": "object", + "properties": { + "eventType": { + "maxLength": 255, + "minLength": 1, + "pattern": "^[a-zA-Z][a-zA-Z0-9._-]*$", + "type": "string", + "description": "Type of event you want to log information for." + }, + "description": { + "minLength": 1, + "type": "string", + "description": "Description of the event." + }, + "maximumProgress": { + "minimum": 0, + "type": "integer", + "description": "The maximum progress you expect for this type of event.", + "format": "int32", + "default": 100 + }, + "parentProgressId": { + "minimum": 0, + "exclusiveMinimum": true, + "type": "integer", + "description": "The identifier of the main event, if the event belongs to a cluster of smaller events.", + "format": "int64", + "nullable": true + } + }, + "additionalProperties": false, + "description": "Represents a create event model." + }, + "CreateEventDetail": { + "required": [ + "action", + "description", + "eventLevel", + "progressId", + "status" + ], + "type": "object", + "properties": { + "progressId": { + "minimum": 0, + "exclusiveMinimum": true, + "type": "integer", + "description": "The unique identifier of an event.", + "format": "int64" + }, + "eventLevel": { + "allOf": [ + { + "$ref": "#/components/schemas/EventLevel" + } + ], + "description": "The event level." + }, + "action": { + "minLength": 1, + "type": "string", + "description": "The action that is being logged." + }, + "description": { + "minLength": 1, + "type": "string", + "description": "Description of the action that is being logged." + }, + "status": { + "allOf": [ + { + "$ref": "#/components/schemas/DetailStatus" + } + ], + "description": "Status of the event detail." + }, + "dataType": { + "allOf": [ + { + "$ref": "#/components/schemas/EventDataType" + } + ], + "description": "Type of the blob attached to this event detail.", + "default": "none", + "nullable": true + }, + "currentProgress": { + "minimum": 0, + "type": "integer", + "description": "The current position within the progress range.", + "format": "int32", + "nullable": true + }, + "maximumProgress": { + "minimum": 0, + "type": "integer", + "description": "The maximum progress you expect for this type of event.", + "format": "int32", + "nullable": true + } + }, + "additionalProperties": false, + "description": "Create event detail request model." + }, + "CreateFolder": { + "required": ["parentId"], + "type": "object", + "properties": { + "parentId": { + "minLength": 1, + "type": "string", + "description": "The identifier of parent folder (e.g. 34567)." + }, + "fields": { + "type": "array", + "items": { + "$ref": "#/components/schemas/SetFieldValue" + }, + "description": "The list of field values." + } + }, + "additionalProperties": false, + "description": "Represents a create folder model." + }, + "CreateLovValue": { + "required": ["title"], + "type": "object", + "properties": { + "id": { + "type": "string", + "description": "The lov value identifier", + "nullable": true + }, + "title": { + "minLength": 1, + "type": "string", + "description": "The lov value title" + }, + "description": { + "type": "string", + "description": "The lov value description", + "nullable": true + } + }, + "additionalProperties": false, + "description": "Represents a create lov Value model." + }, + "CreateOutputFormat": { + "type": "object", + "properties": { + "fields": { + "type": "array", + "items": { + "$ref": "#/components/schemas/SetFieldValue" + }, + "description": "The list of field values." + } + }, + "additionalProperties": false, + "description": "Represents a create output format model" + }, + "CreateProject": { + "type": "object", + "properties": { + "users": { + "type": "array", + "items": { + "$ref": "#/components/schemas/SetUser" + }, + "description": "List with users that should be assigned.", + "nullable": true + }, + "fields": { + "type": "array", + "items": { + "$ref": "#/components/schemas/SetFieldValue" + }, + "description": "Specify the fields of the object." + } + }, + "additionalProperties": false, + "description": "Represents a create project model." + }, + "CreateProjectAssignee": { + "type": "object", + "properties": { + "projectId": { + "type": "string", + "description": "The project identifier." + }, + "fields": { + "type": "array", + "items": { + "$ref": "#/components/schemas/SetFieldValue" + }, + "description": "Specify the fields of the assignee." + } + }, + "additionalProperties": false, + "description": "Represents a create project assignee model." + }, + "CreateStatusDefinition": { + "required": ["title"], + "type": "object", + "properties": { + "id": { + "maxLength": 255, + "pattern": "^(?=.*[a-zA-Z])[a-zA-Z0-9.-]*$", + "type": "string", + "description": "The lov value identifier", + "nullable": true + }, + "title": { + "maxLength": 255, + "minLength": 1, + "type": "string", + "description": "The lov value title" + }, + "description": { + "maxLength": 1000, + "type": "string", + "description": "The lov value description", + "nullable": true + }, + "statusType": { + "allOf": [ + { + "$ref": "#/components/schemas/StatusType" + } + ], + "description": "StatusType: Type of the status described in Trisoft.InfoShare.WebApi.V30.Workflows.Models.CreateStatusDefinition.StatusType.", + "default": "draft" + } + }, + "additionalProperties": false, + "description": "Represents a model for create status definition." + }, + "CreateUser": { + "type": "object", + "properties": { + "fields": { + "type": "array", + "items": { + "$ref": "#/components/schemas/SetFieldValue" + }, + "description": "The list of field values." + } + }, + "additionalProperties": false, + "description": "Represents an create user model." + }, + "CreateUserGroup": { + "type": "object", + "properties": { + "fields": { + "type": "array", + "items": { + "$ref": "#/components/schemas/SetFieldValue" + }, + "description": "The list of field values." + } + }, + "additionalProperties": false, + "description": "Represents a create user group model" + }, + "CreateUserRole": { + "type": "object", + "properties": { + "fields": { + "type": "array", + "items": { + "$ref": "#/components/schemas/SetFieldValue" + }, + "description": "The list of field values." + } + }, + "additionalProperties": false, + "description": "Represents a create user role model" + }, + "DateTimeFieldValue": { + "type": "object", + "allOf": [ + { + "$ref": "#/components/schemas/FieldValue" + } + ], + "properties": { + "value": { + "type": "string", + "format": "date-time", + "nullable": true + } + }, + "additionalProperties": false + }, + "DateTimeFilterFieldValue": { + "required": ["value"], + "type": "object", + "allOf": [ + { + "$ref": "#/components/schemas/FilterFieldValue" + } + ], + "properties": { + "value": { + "minItems": 1, + "type": "array", + "items": { + "type": "string", + "format": "date-time" + }, + "description": "The filter field value." + } + }, + "additionalProperties": false + }, + "DateTimeSearchFieldValue": { + "required": ["value"], + "type": "object", + "allOf": [ + { + "$ref": "#/components/schemas/SearchFieldValue" + } + ], + "properties": { + "value": { + "minItems": 1, + "type": "array", + "items": { + "type": "string", + "format": "date-time" + }, + "description": "Collection of values to search for." + } + }, + "additionalProperties": false, + "description": "Represents search field value of type System.Collections.Generic.IList`1." + }, + "DeleteDocumentObjectByLanguageCardId": { + "type": "object", + "properties": { + "requiredCurrentFields": { + "type": "array", + "items": { + "$ref": "#/components/schemas/SetFieldValue" + }, + "description": "The fields that will be used in concurrency check.\r\nEach individual field in this collection should have the same exact value in the database in order to delete the Trisoft.InfoShare.WebApi.V30.DocumentObjects.Models.DocumentObject" + } + }, + "additionalProperties": false, + "description": "Request object to delete document object." + }, + "DeleteDocumentObjectByLanguageCardIdParameters": { + "required": ["languageCardId"], + "type": "object", + "properties": { + "languageCardId": { + "minimum": 0, + "exclusiveMinimum": true, + "type": "integer", + "description": "The language card identifier of the document object.", + "format": "int64" + } + }, + "additionalProperties": false, + "description": "Request parameters to delete the document object specified by the language card identifier." + }, + "DeleteDocumentObjectByLogicalId": { + "type": "object", + "properties": { + "requiredCurrentFields": { + "type": "array", + "items": { + "$ref": "#/components/schemas/SetFieldValue" + }, + "description": "The fields that will be used in concurrency check.\r\nEach individual field in this collection should have the same exact value in the database in order to delete the Trisoft.InfoShare.WebApi.V30.DocumentObjects.Models.DocumentObject" + } + }, + "additionalProperties": false, + "description": "Request object to delete document object." + }, + "DeleteDocumentObjectByLogicalIdParameters": { + "required": ["logicalId"], + "type": "object", + "properties": { + "logicalId": { + "maxLength": 100, + "minLength": 1, + "pattern": "^(?=.*[a-zA-Z])[a-zA-Z0-9.-]*$", + "type": "string", + "description": "The logical identifier of the document object." + }, + "version": { + "type": "string", + "description": "The version of the document object.", + "nullable": true + }, + "language": { + "maxLength": 255, + "type": "string", + "description": "The language of the document object.", + "nullable": true + }, + "resolution": { + "maxLength": 255, + "type": "string", + "description": "The resolution of the document object.", + "nullable": true + } + }, + "additionalProperties": false, + "description": "Request parameters to delete the document object specified by the logical identifier, version, language or resolution." + }, + "DeleteEvent": { + "type": "object", + "properties": { + "deleteFailedEvents": { + "type": "boolean", + "description": "`true` to delete events for which the status is Trisoft.InfoShare.WebApi.V30.Models.Enumerations.ProgressStatus.Failed; otherwise, `false`.", + "default": false + }, + "deleteBusyEvents": { + "type": "boolean", + "description": "`true` to delete events for which the status is Trisoft.InfoShare.WebApi.V30.Models.Enumerations.ProgressStatus.Busy; otherwise, `false`.", + "default": false + } + }, + "additionalProperties": false, + "description": "Represents a delete event model." + }, + "DeleteEventParameters": { + "required": ["progressId"], + "type": "object", + "properties": { + "progressId": { + "minimum": 0, + "exclusiveMinimum": true, + "type": "integer", + "format": "int64" + } + }, + "additionalProperties": false, + "description": "Request parameters identifying the event." + }, + "DeleteMyPreferencesParameters": { + "required": ["setName"], + "type": "object", + "properties": { + "setName": { + "maxLength": 255, + "minLength": 1, + "pattern": "^[a-zA-Z][a-zA-Z0-9._-]*$", + "type": "string", + "description": "The name of the preference set to delete." + }, + "itemName": { + "maxLength": 255, + "pattern": "^[a-zA-Z][a-zA-Z0-9._-]*$", + "type": "string", + "description": "The name of the preference item to delete.", + "nullable": true + } + }, + "additionalProperties": false, + "description": "Represents a delete preference set model for the current user." + }, + "DeleteOutputFormatParameters": { + "required": ["id"], + "type": "object", + "properties": { + "id": { + "maxLength": 255, + "minLength": 1, + "pattern": "^(?=.*[a-zA-Z])[a-zA-Z0-9.-]*$", + "type": "string", + "description": "Identifier of the output format." + } + }, + "additionalProperties": false, + "description": "Represents the delete output format model." + }, + "DeletePreferencesParameters": { + "required": ["id", "setName"], + "type": "object", + "properties": { + "id": { + "maxLength": 255, + "minLength": 1, + "pattern": "^(?=.*[a-zA-Z])[a-zA-Z0-9.-]*$", + "type": "string", + "description": "The identifier of the user." + }, + "setName": { + "maxLength": 255, + "minLength": 1, + "pattern": "^[a-zA-Z][a-zA-Z0-9._-]*$", + "type": "string", + "description": "The name of the preference set to be deleted." + }, + "itemName": { + "maxLength": 255, + "pattern": "^[a-zA-Z][a-zA-Z0-9._-]*$", + "type": "string", + "description": "The item name of the preference item which need to be deleted from the set; if null or empty - the entire set with all the items will be deleted.", + "nullable": true + } + }, + "additionalProperties": false, + "description": "The request object to delete user preferences that match the criteria given in the properties." + }, + "DeleteProject": { + "type": "object", + "properties": { + "requiredCurrentFields": { + "type": "array", + "items": { + "$ref": "#/components/schemas/SetFieldValue" + }, + "description": "Fields that will be used in concurrency check.\r\nEach individual field in this collection should have the same exact value in the database in order to delete the Trisoft.InfoShare.WebApi.V30.Projects.Models.Project", + "nullable": true + } + }, + "additionalProperties": false, + "description": "Represents a delete project model." + }, + "DeleteProjectAssignee": { + "type": "object", + "properties": { + "requiredCurrentFields": { + "type": "array", + "items": { + "$ref": "#/components/schemas/SetFieldValue" + }, + "description": "Fields that will be used in concurrency check.\r\nEach individual field in this collection should have the same exact value in the database in order to delete the assignee.", + "nullable": true + } + }, + "additionalProperties": false, + "description": "Represent delete project's assignee model." + }, + "DeletePublicationByLanguageCardId": { + "type": "object", + "properties": { + "requiredCurrentFields": { + "type": "array", + "items": { + "$ref": "#/components/schemas/SetFieldValue" + }, + "description": "The fields that will be used in concurrency check.\r\nEach individual field in this collection should have the same exact value in the database in order to delete the Trisoft.InfoShare.WebApi.V30.Publications.Models.Publication", + "nullable": true + } + }, + "additionalProperties": false, + "description": "Request object to delete publication." + }, + "DeletePublicationByLogicalId": { + "type": "object", + "properties": { + "requiredCurrentFields": { + "type": "array", + "items": { + "$ref": "#/components/schemas/SetFieldValue" + }, + "description": "The fields that will be used in concurrency check.\r\nEach individual field in this collection should have the same exact value in the database in order to delete the Trisoft.InfoShare.WebApi.V30.Publications.Models.Publication", + "nullable": true + } + }, + "additionalProperties": false, + "description": "Request object to delete publication." + }, + "DeleteUserById": { + "required": ["id"], + "type": "object", + "properties": { + "id": { + "maxLength": 255, + "minLength": 1, + "pattern": "^(?=.*[a-zA-Z])[a-zA-Z0-9.-]*$", + "type": "string", + "description": "Identifier of the user." + } + }, + "additionalProperties": false, + "description": "Represents an delete user model." + }, + "DeleteUserGroupParameters": { + "required": ["id"], + "type": "object", + "properties": { + "id": { + "maxLength": 255, + "minLength": 1, + "pattern": "^(?=.*[a-zA-Z])[a-zA-Z0-9.-]*$", + "type": "string", + "description": "Identifier of the user group." + } + }, + "additionalProperties": false, + "description": "Represents the delete user group model." + }, + "DeleteUserRoleParameters": { + "required": ["id"], + "type": "object", + "properties": { + "id": { + "maxLength": 255, + "minLength": 1, + "pattern": "^(?=.*[a-zA-Z])[a-zA-Z0-9.-]*$", + "type": "string", + "description": "Identifier of the user role." + } + }, + "additionalProperties": false, + "description": "Represents the delete user role model." + }, + "DetailStatus": { + "enum": ["success", "warning", "failed"], + "type": "string", + "description": "Indicates the result of an action within an event." + }, + "DocumentObject": { + "type": "object", + "allOf": [ + { + "$ref": "#/components/schemas/BaseObject" + } + ], + "properties": { + "documentObjectType": { + "allOf": [ + { + "$ref": "#/components/schemas/DocumentObjectType" + } + ], + "description": "The document object type." + }, + "languageCardId": { + "type": "integer", + "description": "The language card identifier.", + "format": "int64", + "nullable": true + }, + "versionCardId": { + "type": "integer", + "description": "The version card identifier.", + "format": "int64", + "nullable": true + }, + "logicalId": { + "type": "string", + "description": "The logical identifier." + }, + "version": { + "type": "string", + "description": "The version.", + "nullable": true + }, + "languageId": { + "type": "string", + "description": "The language identifier.", + "nullable": true + }, + "resolutionId": { + "type": "string", + "description": "The resolution identifier.", + "nullable": true + } + }, + "additionalProperties": false, + "description": "Represents a document." + }, + "DocumentObjectLink": { + "type": "object", + "allOf": [ + { + "$ref": "#/components/schemas/RelatedInfo" + } + ], + "properties": { + "linkType": { + "allOf": [ + { + "$ref": "#/components/schemas/DocumentObjectLinkType" + } + ], + "description": "The type of the link." + }, + "target": { + "type": "string", + "description": "The reference to the contents that the link targets." + }, + "endTarget": { + "type": "string", + "description": "Reference to the last element in the range when a range of elements inside the contents is referenced.", + "nullable": true + } + }, + "additionalProperties": false, + "description": "Represents a link to a node in the contents of a document object." + }, + "DocumentObjectLinkType": { + "enum": ["contentReference", "hyperlink", "link", "variable"], + "type": "string", + "description": "Defines the type of a link in the contents of a document object." + }, + "DocumentObjectParseError": { + "type": "object", + "allOf": [ + { + "$ref": "#/components/schemas/RelatedInfo" + } + ], + "properties": { + "reason": { + "type": "string", + "description": "Message describing the current error.", + "nullable": true + }, + "lineNumber": { + "type": "integer", + "description": "The line number indicating where the error occurred. Line numbers start at 1.", + "format": "int32", + "nullable": true + }, + "linePosition": { + "type": "integer", + "description": "The line position indicating where the error occurred. Line position starts at 1.", + "format": "int32", + "nullable": true + }, + "errorCode": { + "type": "string", + "description": "The error code.", + "nullable": true + }, + "sourceText": { + "type": "string", + "description": "The text of the content that causes the error.", + "nullable": true + } + }, + "additionalProperties": false, + "description": "Returns detailed information about a parsing error in the contents of a document object." + }, + "DocumentObjectType": { + "enum": [ + "undefined", + "illustration", + "library", + "map", + "other", + "topic" + ], + "type": "string", + "description": "Enumeration holding the type of document." + }, + "DocumentObjectTypeFilter": { + "enum": ["any", "illustration", "library", "map", "other", "topic"], + "type": "string", + "description": "Enumeration holding the type of document for filtering." + }, + "ElectronicDocumentType": { + "type": "object", + "allOf": [ + { + "$ref": "#/components/schemas/BaseObject" + } + ], + "additionalProperties": false, + "description": "Represents a edt." + }, + "Error": { + "type": "object", + "allOf": [ + { + "$ref": "#/components/schemas/Message" + } + ], + "additionalProperties": false, + "description": "An error message." + }, + "EventDataType": { + "enum": [ + "none", + "string", + "list", + "xml", + "sendEventData", + "logObject", + "statusReport", + "commandOutput", + "ditaotLogFile", + "other" + ], + "type": "string", + "description": "Indicates the data type of the event data content." + }, + "EventLevel": { + "enum": [ + "exception", + "warning", + "configuration", + "information", + "verbose", + "debug" + ], + "type": "string", + "description": "Identifies the level of an event detail." + }, + "EventProgress": { + "type": "object", + "allOf": [ + { + "$ref": "#/components/schemas/BaseObject" + } + ], + "properties": { + "progressId": { + "type": "integer", + "description": "The progress id.", + "format": "int64" + }, + "detailId": { + "type": "integer", + "description": "The detail id.", + "format": "int64", + "nullable": true + }, + "eventId": { + "type": "string", + "description": "The event id.", + "nullable": true + } + }, + "additionalProperties": false, + "description": "Represents an event." + }, + "ExpandBaseline": { + "type": "object", + "properties": { + "startLogicalIds": { + "type": "array", + "items": { + "maxLength": 100, + "pattern": "^(?=.*[a-zA-Z])[a-zA-Z0-9.-]*$", + "type": "string" + }, + "description": "Specify a list of logical identifiers of the root map or objects in the outline of the root map that will be used as the starting point for the Baseline calculation." + }, + "startResourceLogicalIds": { + "type": "array", + "items": { + "maxLength": 100, + "pattern": "^(?=.*[a-zA-Z])[a-zA-Z0-9.-]*$", + "type": "string" + }, + "description": "Specify a list of logical identifiers of resources that will be used as the starting point for the Baseline calculation." + }, + "languages": { + "type": "array", + "items": { + "maxLength": 255, + "type": "string" + }, + "description": "Specify a list of languages." + }, + "illustrationLanguages": { + "type": "array", + "items": { + "maxLength": 255, + "type": "string" + }, + "description": "Specify a list of fallback languages for illustrations." + }, + "resourceLanguages": { + "type": "array", + "items": { + "maxLength": 255, + "type": "string" + }, + "description": "Specify a list of fallback languages for resources." + }, + "resolutions": { + "type": "array", + "items": { + "maxLength": 255, + "type": "string" + }, + "description": "Specify a list of resolutions." + }, + "depth": { + "type": "integer", + "description": "Specify how many levels should be returned. If no value is provided all levels will be returned. Valid values are greater than or equal to 1.", + "format": "int32", + "default": -1 + } + }, + "additionalProperties": false, + "description": "Represents a ExpandBaseline." + }, + "ExpandBaselineParameters": { + "required": ["id"], + "type": "object", + "properties": { + "id": { + "maxLength": 255, + "minLength": 1, + "pattern": "^(?=.*[a-zA-Z])[a-zA-Z0-9.-]*$", + "type": "string", + "description": "The identifier of the baseline." + } + }, + "additionalProperties": false, + "description": "The request object to expand baseline report that match the criteria given in the properties." + }, + "FieldCardReference": { + "type": "object", + "properties": { + "objectType": { + "allOf": [ + { + "$ref": "#/components/schemas/ObjectType" + } + ], + "description": "Gets the object type." + }, + "level": { + "allOf": [ + { + "$ref": "#/components/schemas/Level" + } + ], + "description": "Gets the InfoShare level of the field." + } + }, + "additionalProperties": false, + "description": "Represents a field card reference." + }, + "FieldGroup": { + "enum": ["none", "basic", "descriptive", "system", "all"], + "type": "string", + "description": "Groups of metadata fields." + }, + "FieldSetup": { + "type": "object", + "properties": { + "typeDefinitions": { + "type": "array", + "items": { + "$ref": "#/components/schemas/TypeDefinition" + }, + "description": "Gets a list of type definitions.", + "nullable": true + } + }, + "additionalProperties": false, + "description": "Represents a field setup." + }, + "FieldTag": { + "type": "object", + "allOf": [ + { + "$ref": "#/components/schemas/TagList" + } + ], + "properties": { + "ishField": { + "allOf": [ + { + "$ref": "#/components/schemas/IshField" + } + ], + "description": "Gets or sets the field with information the name/label of the InfoShare field (e.g. FTITLE) and the level of the InfoShare field (e.g. logical, version, lng)." + } + }, + "additionalProperties": false, + "description": "Represents a tag list with an field." + }, + "FieldType": { + "enum": [ + "string", + "longText", + "dateTime", + "number", + "card", + "lov", + "tag", + "long" + ], + "type": "string", + "description": "Enumeration that lists possible field types." + }, + "FieldValue": { + "required": ["type"], + "type": "object", + "allOf": [ + { + "$ref": "#/components/schemas/RelatedInfo" + } + ], + "properties": { + "type": { + "type": "string" + }, + "name": { + "type": "string" + }, + "ishField": { + "allOf": [ + { + "$ref": "#/components/schemas/IshField" + } + ], + "description": "The field with information the name/label of the InfoShare field (e.g. FTITLE) and the level of the InfoShare field (e.g. logical, version, lng)." + }, + "title": { + "type": "string", + "description": "The user-friendly title of the field.", + "nullable": true + }, + "description": { + "type": "string", + "description": "The description of the field.", + "nullable": true + }, + "isModified": { + "type": "boolean", + "description": "Indicates whether the value has been modified by the metadata\r\nconfiguration since the object was created or its metadata was last set.", + "nullable": true + }, + "messages": { + "type": "array", + "items": { + "$ref": "#/components/schemas/Message" + }, + "description": "A list of messages related to the field value.\r\nThe messages can contain warnings and errors.", + "nullable": true + } + }, + "additionalProperties": false, + "description": "Represents a field value that contains information to access a field, and the value associated with the field.", + "discriminator": { + "propertyName": "type", + "mapping": { + "CardFieldValue": "#/components/schemas/CardFieldValue", + "DateTimeFieldValue": "#/components/schemas/DateTimeFieldValue", + "LongFieldValue": "#/components/schemas/LongFieldValue", + "LovFieldValue": "#/components/schemas/LovFieldValue", + "MultiCardFieldValue": "#/components/schemas/MultiCardFieldValue", + "MultiDateTimeFieldValue": "#/components/schemas/MultiDateTimeFieldValue", + "MultiLovFieldValue": "#/components/schemas/MultiLovFieldValue", + "MultiNumberFieldValue": "#/components/schemas/MultiNumberFieldValue", + "MultiStringFieldValue": "#/components/schemas/MultiStringFieldValue", + "MultiTagFieldValue": "#/components/schemas/MultiTagFieldValue", + "MultiVersionFieldValue": "#/components/schemas/MultiVersionFieldValue", + "NumberFieldValue": "#/components/schemas/NumberFieldValue", + "ObjectFieldValue": "#/components/schemas/ObjectFieldValue", + "StringFieldValue": "#/components/schemas/StringFieldValue", + "TagFieldValue": "#/components/schemas/TagFieldValue", + "VersionFieldValue": "#/components/schemas/VersionFieldValue" + } + } + }, + "FilterFieldValue": { + "required": ["ishField", "type"], + "type": "object", + "properties": { + "type": { + "type": "string", + "description": "The type of the current object.", + "readOnly": true + }, + "ishField": { + "allOf": [ + { + "$ref": "#/components/schemas/IshField" + } + ], + "description": "The field with information about the name/label of the field in the Repository (e.g. FTITLE) and the level of the InfoShare field (e.g. logical, version, lng)." + }, + "operator": { + "allOf": [ + { + "$ref": "#/components/schemas/MetadataFilterOperator" + } + ], + "description": "The filter operator (e.g. equal, not in, like).", + "nullable": true + } + }, + "additionalProperties": false, + "description": "Represents a filter field that contains information to access a field, and the value associated with the field.", + "discriminator": { + "propertyName": "type", + "mapping": { + "CardFilterFieldValue": "#/components/schemas/CardFilterFieldValue", + "CardLikeFilterFieldValue": "#/components/schemas/CardLikeFilterFieldValue", + "DateTimeFilterFieldValue": "#/components/schemas/DateTimeFilterFieldValue", + "LongFilterFieldValue": "#/components/schemas/LongFilterFieldValue", + "LovFilterFieldValue": "#/components/schemas/LovFilterFieldValue", + "LovLikeFilterFieldValue": "#/components/schemas/LovLikeFilterFieldValue", + "NumberFilterFieldValue": "#/components/schemas/NumberFilterFieldValue", + "StringFilterFieldValue": "#/components/schemas/StringFilterFieldValue", + "TagFilterFieldValue": "#/components/schemas/TagFilterFieldValue" + } + } + }, + "Folder": { + "type": "object", + "allOf": [ + { + "$ref": "#/components/schemas/BaseObject" + } + ], + "properties": { + "folderType": { + "allOf": [ + { + "$ref": "#/components/schemas/FolderType" + } + ], + "description": "The type of the folder (e.g. ReferenceFolder, PublicationFolder, TopicFolder)." + }, + "baseFolder": { + "allOf": [ + { + "$ref": "#/components/schemas/BaseFolder" + } + ], + "description": "The type of the base folder (e.g. Data, System, Favorites, EditorTemplate)." + } + }, + "additionalProperties": false, + "description": "Represents a folder." + }, + "FolderDescriptor": { + "type": "object", + "properties": { + "id": { + "type": "string", + "description": "The identifier (e.g. 34567)." + }, + "folderType": { + "allOf": [ + { + "$ref": "#/components/schemas/FolderType" + } + ], + "description": "The type of the folder (e.g. ReferenceFolder, PublicationFolder, TopicFolder)." + } + }, + "additionalProperties": false, + "description": "Represents a folder descriptor model." + }, + "FolderObjectTypeFilter": { + "enum": ["any", "contents", "folders"], + "type": "string", + "description": "Enumeration that lists possible folder item types." + }, + "FolderType": { + "enum": [ + "folder", + "illustrationFolder", + "libraryFolder", + "mapFolder", + "otherFolder", + "publicationFolder", + "referenceFolder", + "topicFolder" + ], + "type": "string", + "description": "Enumeration holding the type of a folder." + }, + "FormFieldOperator": { + "required": ["type"], + "type": "object", + "allOf": [ + { + "$ref": "#/components/schemas/LovValue" + } + ], + "properties": { + "type": { + "type": "string" + } + }, + "additionalProperties": false, + "description": "Represents an operator on a Trisoft.InfoShare.WebApi.V30.Models.Forms.FormField.", + "discriminator": { + "propertyName": "type", + "mapping": { + "FullTextSearchFormFieldOperator": "#/components/schemas/FullTextSearchFormFieldOperator", + "MetadataFilterFormFieldOperator": "#/components/schemas/MetadataFilterFormFieldOperator" + } + } + }, + "FullTextSearchFormFieldOperator": { + "type": "object", + "allOf": [ + { + "$ref": "#/components/schemas/FormFieldOperator" + } + ], + "properties": { + "operator": { + "allOf": [ + { + "$ref": "#/components/schemas/FullTextSearchOperator" + } + ], + "description": "Search operator that will be used in search operations.", + "nullable": true + } + }, + "additionalProperties": false, + "description": "Represents a full text search operator on a Trisoft.InfoShare.WebApi.V30.Models.Forms.FormField." + }, + "FullTextSearchOperator": { + "enum": [ + "equal", + "notEqual", + "lessThan", + "greaterThan", + "lessThanOrEqual", + "greaterThanOrEqual", + "contains" + ], + "type": "string", + "description": "Enumeration holding search operator options." + }, + "GetBaselineList": { + "type": "object", + "properties": { + "ids": { + "type": "array", + "items": { + "maxLength": 255, + "pattern": "^(?=.*[a-zA-Z])[a-zA-Z0-9.-]*$", + "type": "string" + }, + "description": "List with baselineIds which can be used to limit the result to baselines within this list that match the other filters.\r\nIf not supplied, all the baselines will be returned." + }, + "activityFilter": { + "allOf": [ + { + "$ref": "#/components/schemas/ActivityFilter" + } + ], + "description": "Filter of activity that limits the baselines to only the active or inactive ones. If not supplied, all the baselines will be returned.", + "default": "none" + }, + "filterFields": { + "type": "array", + "items": { + "$ref": "#/components/schemas/FilterFieldValue" + }, + "description": "The filter fields that contain information to access a field, and the value associated with the field." + }, + "fieldGroup": { + "allOf": [ + { + "$ref": "#/components/schemas/FieldGroup" + } + ], + "description": "Group of metadata fields that will be returned. If not supplied, no fields will be returned.", + "default": "none" + }, + "fields": { + "type": "array", + "items": { + "$ref": "#/components/schemas/RequestedField" + }, + "description": "Specifies one or more metadata fields to return." + } + }, + "additionalProperties": false, + "description": "Request object to get all baselines in the repository that match the criteria given in the properties." + }, + "GetDocumentObjectByLanguageCardIdParameters": { + "required": ["languageCardId"], + "type": "object", + "properties": { + "languageCardId": { + "minimum": 0, + "exclusiveMinimum": true, + "type": "integer", + "description": "The language card identifier of the document object.", + "format": "int64" + }, + "selectedProperties": { + "allOf": [ + { + "$ref": "#/components/schemas/SelectedProperties" + } + ], + "description": "Specifies the properties that will be returned. If not supplied, only the identifier will be returned.", + "default": "id" + }, + "fieldGroup": { + "allOf": [ + { + "$ref": "#/components/schemas/FieldGroup" + } + ], + "description": "Group of metadata fields that will be returned. If not supplied, no fields will be returned.", + "default": "none" + }, + "field": { + "type": "array", + "items": { + "maxLength": 255, + "pattern": "^(?=.*[a-zA-Z|])[a-zA-Z|0-9.-]*$", + "type": "string" + }, + "description": "Specifies one or more metadata fields to return." + }, + "includeLinks": { + "type": "boolean", + "description": "true to include the links; otherwise, false. Default is false.", + "default": false + } + }, + "additionalProperties": false, + "description": "Request parameters to get the metadata of the document object by the language card identifier." + }, + "GetDocumentObjectByLogicalIdParameters": { + "required": ["logicalId"], + "type": "object", + "properties": { + "logicalId": { + "maxLength": 100, + "minLength": 1, + "pattern": "^(?=.*[a-zA-Z])[a-zA-Z0-9.-]*$", + "type": "string", + "description": "The logical identifier of the document object." + }, + "version": { + "type": "string", + "description": "The version of the document object.", + "nullable": true + }, + "language": { + "maxLength": 255, + "type": "string", + "description": "The language of the document object.", + "nullable": true + }, + "resolution": { + "maxLength": 255, + "type": "string", + "description": "The resolution of the document object.", + "nullable": true + }, + "selectedProperties": { + "allOf": [ + { + "$ref": "#/components/schemas/SelectedProperties" + } + ], + "description": "Specifies the properties that will be returned. If not supplied, only the identifier will be returned.", + "default": "id" + }, + "fieldGroup": { + "allOf": [ + { + "$ref": "#/components/schemas/FieldGroup" + } + ], + "description": "Group of metadata fields that will be returned. If not supplied, no fields will be returned.", + "default": "none" + }, + "field": { + "type": "array", + "items": { + "maxLength": 255, + "pattern": "^(?=.*[a-zA-Z|])[a-zA-Z|0-9.-]*$", + "type": "string" + }, + "description": "Specifies one or more metadata fields to return." + }, + "includeLinks": { + "type": "boolean", + "description": "true to include the links; otherwise, false. Default is false.", + "default": false + } + }, + "additionalProperties": false, + "description": "Request parameters to get the metadata of the document object specified by the logical identifier, version and language." + }, + "GetDocumentObjectContentByLanguageCardIdParameters": { + "required": ["languageCardId"], + "type": "object", + "properties": { + "languageCardId": { + "minimum": 0, + "exclusiveMinimum": true, + "type": "integer", + "description": "The language card identifier of the document object.", + "format": "int64" + } + }, + "additionalProperties": false, + "description": "Request parameters to get the content of the document object specified by the language card identifier." + }, + "GetDocumentObjectList": { + "type": "object", + "properties": { + "objectTypes": { + "type": "array", + "items": { + "$ref": "#/components/schemas/DocumentObjectTypeFilter" + }, + "description": "Type of the document. If not supplied, all the type of documents will be returned.", + "default": ["any"] + }, + "statusFilter": { + "allOf": [ + { + "$ref": "#/components/schemas/StatusFilter" + } + ], + "description": "Filtering on a type of status using status settings.", + "default": "all" + }, + "filterFields": { + "type": "array", + "items": { + "$ref": "#/components/schemas/FilterFieldValue" + }, + "description": "The filter fields that contain information to access a field, and the value associated with the field." + }, + "selectedProperties": { + "allOf": [ + { + "$ref": "#/components/schemas/SelectedProperties" + } + ], + "description": "Specifies the properties that will be returned. If not supplied, only the identifier will be returned.", + "default": "id" + }, + "fieldGroup": { + "allOf": [ + { + "$ref": "#/components/schemas/FieldGroup" + } + ], + "description": "Group of metadata fields that will be returned. If not supplied, no fields will be returned.", + "default": "none" + }, + "fields": { + "type": "array", + "items": { + "$ref": "#/components/schemas/RequestedField" + }, + "description": "Specifies one or more metadata fields to return." + }, + "includeLinks": { + "type": "boolean", + "description": "true to include the links; otherwise, false. Default is false.", + "default": false + } + }, + "additionalProperties": false, + "description": "Request object to get all objects in the repository that match the criteria given in the properties." + }, + "GetDocumentObjectListByLanguageCardId": { + "required": ["languageCardIds"], + "type": "object", + "properties": { + "objectTypes": { + "type": "array", + "items": { + "$ref": "#/components/schemas/DocumentObjectTypeFilter" + }, + "description": "Type of the document. If not supplied, all the type of documents will be returned.", + "default": ["any"] + }, + "languageCardIds": { + "minItems": 1, + "type": "array", + "items": { + "minimum": 0, + "exclusiveMinimum": true, + "type": "integer", + "format": "int64" + }, + "description": "Language card identifiers of the objects." + }, + "statusFilter": { + "allOf": [ + { + "$ref": "#/components/schemas/StatusFilter" + } + ], + "description": "Filtering on a type of status using status settings.", + "default": "all" + }, + "filterFields": { + "type": "array", + "items": { + "$ref": "#/components/schemas/FilterFieldValue" + }, + "description": "The filter fields that contain information to access a field, and the value associated with the field." + }, + "selectedProperties": { + "allOf": [ + { + "$ref": "#/components/schemas/SelectedProperties" + } + ], + "description": "Specifies the properties that will be returned. If not supplied, only the identifier will be returned.", + "default": "id" + }, + "fieldGroup": { + "allOf": [ + { + "$ref": "#/components/schemas/FieldGroup" + } + ], + "description": "Group of metadata fields that will be returned. If not supplied, no fields will be returned.", + "default": "none" + }, + "fields": { + "type": "array", + "items": { + "$ref": "#/components/schemas/RequestedField" + }, + "description": "Specifies one or more metadata fields to return." + }, + "includeLinks": { + "type": "boolean", + "description": "true to include the links; otherwise, false. Default is false.", + "default": false + } + }, + "additionalProperties": false, + "description": "Request object to get all objects in the repository that match the criteria given in the properties." + }, + "GetDocumentObjectListByLogicalId": { + "required": ["logicalIds"], + "type": "object", + "properties": { + "objectTypes": { + "type": "array", + "items": { + "$ref": "#/components/schemas/DocumentObjectTypeFilter" + }, + "description": "Type of the document. If not supplied, all the type of documents will be returned.", + "default": ["any"] + }, + "logicalIds": { + "minItems": 1, + "type": "array", + "items": { + "maxLength": 2048, + "pattern": "^[a-zA-Z0-9+!:|&=\\\\/#@%?~._-]+$", + "type": "string" + }, + "description": "Logical ids of the objects." + }, + "statusFilter": { + "allOf": [ + { + "$ref": "#/components/schemas/StatusFilter" + } + ], + "description": "Filtering on a type of status using status settings.", + "default": "all" + }, + "filterFields": { + "type": "array", + "items": { + "$ref": "#/components/schemas/FilterFieldValue" + }, + "description": "The filter fields that contain information to access a field, and the value associated with the field." + }, + "selectedProperties": { + "allOf": [ + { + "$ref": "#/components/schemas/SelectedProperties" + } + ], + "description": "Specifies the properties that will be returned. If not supplied, only the identifier will be returned.", + "default": "id" + }, + "fieldGroup": { + "allOf": [ + { + "$ref": "#/components/schemas/FieldGroup" + } + ], + "description": "Group of metadata fields that will be returned. If not supplied, no fields will be returned.", + "default": "none" + }, + "fields": { + "type": "array", + "items": { + "$ref": "#/components/schemas/RequestedField" + }, + "description": "Specifies one or more metadata fields to return." + }, + "includeLinks": { + "type": "boolean", + "description": "true to include the links; otherwise, false. Default is false.", + "default": false + }, + "includePartialItems": { + "type": "boolean", + "description": "true to include partial items when the version or language is missing; otherwise, false. Default is false.", + "default": false + } + }, + "additionalProperties": false, + "description": "Request object to get all objects in the repository that match the criteria given in the properties." + }, + "GetDocumentObjectListUsingDocumentObject": { + "type": "object", + "properties": { + "linkType": { + "allOf": [ + { + "$ref": "#/components/schemas/LinkType" + } + ], + "description": "The type of the link.", + "default": "all" + }, + "objectTypes": { + "type": "array", + "items": { + "$ref": "#/components/schemas/DocumentObjectTypeFilter" + }, + "description": "Type of the document. If not supplied, all the type of documents will be returned.", + "default": ["any"] + }, + "statusFilter": { + "allOf": [ + { + "$ref": "#/components/schemas/StatusFilter" + } + ], + "description": "Filtering on a type of status using status settings.", + "default": "all" + }, + "filterFields": { + "type": "array", + "items": { + "$ref": "#/components/schemas/FilterFieldValue" + }, + "description": "The filter fields that contain information to access a field, and the value associated with the field." + }, + "fieldGroup": { + "allOf": [ + { + "$ref": "#/components/schemas/FieldGroup" + } + ], + "description": "Group of metadata fields that will be returned. If not supplied, no fields will be returned.", + "default": "none" + }, + "fields": { + "type": "array", + "items": { + "$ref": "#/components/schemas/RequestedField" + }, + "description": "A collection of requested metadata fields." + }, + "selectedProperties": { + "allOf": [ + { + "$ref": "#/components/schemas/SelectedProperties" + } + ], + "description": "Specifies the properties that will be returned. If not supplied, only the identifier will be returned.", + "default": "id" + }, + "includeLinks": { + "type": "boolean", + "description": "true to include the links; otherwise, false. Default is false.", + "default": false + } + }, + "additionalProperties": false, + "description": "Request object to get all objects in the repository that are referencing the given logical id." + }, + "GetDocumentObjectListUsingDocumentObjectParameters": { + "required": ["logicalId"], + "type": "object", + "properties": { + "logicalId": { + "maxLength": 100, + "minLength": 1, + "pattern": "^(?=.*[a-zA-Z])[a-zA-Z0-9.-]*$", + "type": "string", + "description": "The logical identifier of the referenced document object." + } + }, + "additionalProperties": false, + "description": "Request parameters to get all document objects in the Repository that are referencing a document object specified by the logical identifier." + }, + "GetDocumentObjectLocationParameters": { + "required": ["logicalId"], + "type": "object", + "properties": { + "logicalId": { + "maxLength": 100, + "minLength": 1, + "pattern": "^(?=.*[a-zA-Z])[a-zA-Z0-9.-]*$", + "type": "string", + "description": "The logical identifier of the document object." + }, + "selectedProperties": { + "allOf": [ + { + "$ref": "#/components/schemas/SelectedProperties" + } + ], + "description": "Specifies the properties that will be returned. If not supplied, only the identifier will be returned.", + "default": "id" + }, + "fieldGroup": { + "allOf": [ + { + "$ref": "#/components/schemas/FieldGroup" + } + ], + "description": "Group of metadata fields that will be returned. If not supplied, no fields will be returned.", + "default": "none" + }, + "field": { + "type": "array", + "items": { + "maxLength": 255, + "pattern": "^(?=.*[a-zA-Z|])[a-zA-Z|0-9.-]*$", + "type": "string" + }, + "description": "Specifies one or more metadata fields to return." + }, + "includeLinks": { + "type": "boolean", + "description": "true to include the links; otherwise, false. Default is false.", + "default": false + } + }, + "additionalProperties": false, + "description": "Request parameters to get the location of the document object specified by the logical identifier in the folder structure." + }, + "GetDocumentObjectPossibleTargetStatusesByLanguageCardIdParameters": { + "required": ["languageCardId"], + "type": "object", + "properties": { + "languageCardId": { + "minimum": 0, + "exclusiveMinimum": true, + "type": "integer", + "description": "The language card identifier of the document object.", + "format": "int64" + }, + "activityFilter": { + "allOf": [ + { + "$ref": "#/components/schemas/ActivityFilter" + } + ], + "description": "Filter of activity that limits the possible target statuses to only the active or inactive ones. If not supplied, only the active ones will be returned.", + "default": "active" + } + }, + "additionalProperties": false, + "description": "Request parameters to get the possible target statuses for the document object specified by the language card identifier." + }, + "GetDocumentObjectReferencesParameters": { + "required": ["languageCardId"], + "type": "object", + "properties": { + "languageCardId": { + "minimum": 0, + "exclusiveMinimum": true, + "type": "integer", + "description": "The language card identifier of the document object.", + "format": "int64" + }, + "linkType": { + "allOf": [ + { + "$ref": "#/components/schemas/LinkType" + } + ], + "description": "The enumeration indicating which link fields must be used.", + "default": "all" + } + }, + "additionalProperties": false, + "description": "Request parameters to retrieve the logical identifiers of all document objects referenced by the document object specified by the language card identifier." + }, + "GetDocumentObjectSmartTagsByLanguageCardId": { + "type": "object", + "properties": { + "fieldTags": { + "type": "array", + "items": { + "$ref": "#/components/schemas/SetFieldTag" + }, + "description": "Specifies one or more metadata fields to with their current tag values." + } + }, + "additionalProperties": false, + "description": "Request parameters to get smart tags of an object." + }, + "GetDocumentObjectSmartTagsByLanguageCardIdParameters": { + "required": ["languageCardId"], + "type": "object", + "properties": { + "languageCardId": { + "minimum": 0, + "exclusiveMinimum": true, + "type": "integer", + "description": "The language card identifier of the document object.", + "format": "int64" + } + }, + "additionalProperties": false, + "description": "Request parameters to retrieve smart tags for the document object specified by the language card identifier." + }, + "GetEventListByParentProgressId": { + "required": ["parentProgressIds"], + "type": "object", + "properties": { + "parentProgressIds": { + "minItems": 1, + "type": "array", + "items": { + "minimum": 0, + "exclusiveMinimum": true, + "type": "integer", + "format": "int64" + }, + "description": "A list of event identifiers." + }, + "levelFilter": { + "allOf": [ + { + "$ref": "#/components/schemas/EventLevel" + } + ], + "description": "The enumeration value that specifies the event level at which to retrieve event actions/details.", + "default": "information" + }, + "lastDetailId": { + "type": "integer", + "description": "Identifier of the last event action/detail that was retrieved during a previous attempt.", + "format": "int64", + "nullable": true + }, + "filterFields": { + "type": "array", + "items": { + "$ref": "#/components/schemas/FilterFieldValue" + }, + "description": "The filter fields that contain information to access a field, and the value associated with the field." + }, + "fieldGroup": { + "allOf": [ + { + "$ref": "#/components/schemas/FieldGroup" + } + ], + "description": "FieldGroup allows to add a group of fields to the requested metadata.", + "default": "none" + }, + "requestedMetadata": { + "type": "array", + "items": { + "$ref": "#/components/schemas/RequestedField" + }, + "description": "The requested metadata." + }, + "includeLinks": { + "type": "boolean", + "description": "true to include the links; otherwise, false. Default is false.", + "default": false + } + }, + "additionalProperties": false, + "description": "Request object to get all objects in the repository that match the criteria given in the properties." + }, + "GetEventListByProgressId": { + "required": ["progressIds"], + "type": "object", + "properties": { + "progressIds": { + "minItems": 1, + "type": "array", + "items": { + "minimum": 0, + "exclusiveMinimum": true, + "type": "integer", + "format": "int64" + }, + "description": "A list of event identifiers." + }, + "levelFilter": { + "allOf": [ + { + "$ref": "#/components/schemas/EventLevel" + } + ], + "description": "The enumeration value that specifies the event level at which to retrieve event actions/details.", + "default": "information" + }, + "lastDetailId": { + "type": "integer", + "description": "Identifier of the last event action/detail that was retrieved during a previous attempt.", + "format": "int64", + "nullable": true + }, + "filterFields": { + "type": "array", + "items": { + "$ref": "#/components/schemas/FilterFieldValue" + }, + "description": "The filter fields that contain information to access a field, and the value associated with the field." + }, + "fieldGroup": { + "allOf": [ + { + "$ref": "#/components/schemas/FieldGroup" + } + ], + "description": "FieldGroup allows to add a group of fields to the requested metadata.", + "default": "none" + }, + "requestedMetadata": { + "type": "array", + "items": { + "$ref": "#/components/schemas/RequestedField" + }, + "description": "The requested metadata." + }, + "includeLinks": { + "type": "boolean", + "description": "true to include the links; otherwise, false. Default is false.", + "default": false + } + }, + "additionalProperties": false, + "description": "Request object to get all objects in the repository that match the criteria given in the properties." + }, + "GetEventOverview": { + "type": "object", + "properties": { + "eventTypes": { + "type": "array", + "items": { + "maxLength": 255, + "pattern": "^[a-zA-Z][a-zA-Z0-9._-]*$", + "type": "string" + }, + "description": "A list of strings containing the event types to retrieve." + }, + "statusFilter": { + "allOf": [ + { + "$ref": "#/components/schemas/ProgressStatusFilter" + } + ], + "description": "The enumeration value limiting the events that will be retrieved based on the status of the events.", + "default": "busy" + }, + "modifiedSince": { + "type": "string", + "description": "A System.DateTime limiting the events that will be retrieved based on the last modification date of the events.", + "format": "date-time", + "nullable": true + }, + "userFilter": { + "allOf": [ + { + "$ref": "#/components/schemas/UserFilter" + } + ], + "description": "The enumeration value limiting the events that will be retrieved based on the user associated with the events.", + "default": "all" + }, + "fieldGroup": { + "allOf": [ + { + "$ref": "#/components/schemas/FieldGroup" + } + ], + "description": "FieldGroup allows to add a group of fields to the requested metadata.", + "default": "none" + }, + "requestedMetadata": { + "type": "array", + "items": { + "$ref": "#/components/schemas/RequestedField" + }, + "description": "The requested metadata." + } + }, + "additionalProperties": false, + "description": "Request object to get all objects in the repository that match the criteria given in the properties." + }, + "GetEventOverviewByProgressId": { + "required": ["progressIds"], + "type": "object", + "properties": { + "progressIds": { + "minItems": 1, + "type": "array", + "items": { + "minimum": 0, + "exclusiveMinimum": true, + "type": "integer", + "format": "int64" + }, + "description": "A list of event identifiers." + }, + "statusFilter": { + "allOf": [ + { + "$ref": "#/components/schemas/ProgressStatusFilter" + } + ], + "description": "The enumeration value limiting the events that will be retrieved based on the status of the events.", + "default": "busy" + }, + "modifiedSince": { + "type": "string", + "description": "A System.DateTime limiting the events that will be retrieved based on the last modification date of the events.", + "format": "date-time", + "nullable": true + }, + "userFilter": { + "allOf": [ + { + "$ref": "#/components/schemas/UserFilter" + } + ], + "description": "The enumeration value limiting the events that will be retrieved based on the user associated with the events.", + "default": "all" + }, + "fieldGroup": { + "allOf": [ + { + "$ref": "#/components/schemas/FieldGroup" + } + ], + "description": "FieldGroup allows to add a group of fields to the requested metadata.", + "default": "none" + }, + "requestedMetadata": { + "type": "array", + "items": { + "$ref": "#/components/schemas/RequestedField" + }, + "description": "The requested metadata." + } + }, + "additionalProperties": false, + "description": "Request object to get all objects in the repository that match the criteria given in the properties." + }, + "GetFolderByFolderPathParameters": { + "required": ["path"], + "type": "object", + "properties": { + "path": { + "minLength": 1, + "type": "string", + "description": "The path of the folder." + }, + "fieldGroup": { + "allOf": [ + { + "$ref": "#/components/schemas/FieldGroup" + } + ], + "description": "Group of metadata fields that will be returned. If not supplied, no fields will be returned.", + "default": "none" + }, + "fields": { + "type": "array", + "items": { + "maxLength": 255, + "pattern": "^(?=.*[a-zA-Z|])[a-zA-Z|0-9.-]*$", + "type": "string" + }, + "description": "A collection of requested metadata fields." + }, + "selectedProperties": { + "allOf": [ + { + "$ref": "#/components/schemas/SelectedProperties" + } + ], + "description": "Specifies the properties that will be returned. If not supplied, only the identifier will be returned.", + "default": "id" + }, + "includeLinks": { + "type": "boolean", + "description": "true to include the links; otherwise, false. Default is false.", + "default": false + } + }, + "additionalProperties": false, + "description": "Request object to get all objects in the repository that match the criteria given in the properties." + }, + "GetFolderList": { + "required": ["ids"], + "type": "object", + "properties": { + "ids": { + "minItems": 1, + "type": "array", + "items": { + "type": "string" + }, + "description": "List with folderIds which can be used to limit the result to folders within this list that match the other filters." + }, + "fieldGroup": { + "allOf": [ + { + "$ref": "#/components/schemas/FieldGroup" + } + ], + "description": "Group of metadata fields that will be returned. If not supplied, no fields will be returned.", + "default": "none" + }, + "fields": { + "type": "array", + "items": { + "$ref": "#/components/schemas/RequestedField" + }, + "description": "Specifies one or more metadata fields to return.", + "nullable": true + }, + "selectedProperties": { + "allOf": [ + { + "$ref": "#/components/schemas/SelectedProperties" + } + ], + "description": "Specifies the properties that will be returned. If not supplied, only the identifier will be returned.", + "default": "id" + }, + "includeLinks": { + "type": "boolean", + "description": "true to include the links; otherwise, false. Default is false.", + "default": false + } + }, + "additionalProperties": false, + "description": "Request folder to get all folders in the repository that match the criteria given in the properties." + }, + "GetInboxObjectList": { + "type": "object", + "properties": { + "selectedProperties": { + "allOf": [ + { + "$ref": "#/components/schemas/SelectedProperties" + } + ], + "description": "Specifies the properties that will be returned. If not supplied, only the identifier will be returned.", + "default": "id" + }, + "fieldGroup": { + "allOf": [ + { + "$ref": "#/components/schemas/FieldGroup" + } + ], + "description": "Group of metadata fields that will be returned. If not supplied, no fields will be returned.", + "default": "none" + }, + "fields": { + "type": "array", + "items": { + "$ref": "#/components/schemas/RequestedField" + }, + "description": "Specifies one or more metadata fields to return.", + "nullable": true + }, + "includeLinks": { + "type": "boolean", + "description": "true to include the links; otherwise, false. Default is false.", + "default": false + } + }, + "additionalProperties": false, + "description": "Represents an Inbox object list." + }, + "GetLovList": { + "type": "object", + "properties": { + "ids": { + "type": "array", + "items": { + "type": "string" + }, + "description": "The identifiers of list of values", + "nullable": true + } + }, + "additionalProperties": false, + "description": "Represents a get Lov list model." + }, + "GetMetadataBindingSmartTags": { + "required": ["contentLanguage"], + "type": "object", + "properties": { + "fieldTags": { + "type": "array", + "items": { + "$ref": "#/components/schemas/SetFieldTag" + }, + "description": "Specifies one or more metadata fields to with their current tag values." + }, + "contentLanguage": { + "minLength": 1, + "type": "string", + "description": "Specifies the language of the content." + } + }, + "additionalProperties": false, + "description": "Request parameters to get smart tags of given content." + }, + "GetMetadataBindingTagList": { + "type": "object", + "properties": { + "inputFilter": { + "type": "string", + "description": "String used to filter the possible tags.", + "nullable": true + }, + "fields": { + "type": "array", + "items": { + "$ref": "#/components/schemas/SetFieldValue" + }, + "description": "Specify some fields of the object which might impact the possible tags.\r\nFor instance FTESTCOUNTRIES with value \"Netherlands\" will limit the result to \"Amsterdam\"", + "nullable": true + }, + "maxTagsToReturn": { + "minimum": 0, + "exclusiveMinimum": true, + "type": "integer", + "description": "Maximum number of tags that should be returned.", + "format": "int64", + "default": 20 + } + }, + "additionalProperties": false, + "description": "Request object to get metadata bound tags that match the criteria given in the properties." + }, + "GetMetadataBindingTagStructure": { + "type": "object", + "properties": { + "fields": { + "type": "array", + "items": { + "$ref": "#/components/schemas/SetFieldValue" + }, + "description": "Specify some fields of the object which might impact the possible tags structure.\r\nFor instance FTESTCOUNTRIES with value \"Netherlands\" will limit the result to \"Amsterdam\"", + "nullable": true + } + }, + "additionalProperties": false, + "description": "Request object to get metadata bound tags structure that match the criteria given in the properties." + }, + "GetMyPreferencesParameters": { + "required": ["setName"], + "type": "object", + "properties": { + "setName": { + "maxLength": 255, + "minLength": 1, + "pattern": "^[a-zA-Z][a-zA-Z0-9._-]*$", + "type": "string", + "description": "The name of the preference set to be retrieved, if the set name can not be found empty preference set is returned." + } + }, + "additionalProperties": false, + "description": "The request object to get current user preferences that match the criteria given in the properties." + }, + "GetMyUserParameters": { + "type": "object", + "properties": { + "selectedProperties": { + "allOf": [ + { + "$ref": "#/components/schemas/SelectedProperties" + } + ], + "description": "Specifies the properties that will be returned. If not supplied, only the identifier will be returned.", + "default": "id" + }, + "fieldGroup": { + "allOf": [ + { + "$ref": "#/components/schemas/FieldGroup" + } + ], + "description": "Group of metadata fields that will be returned. If not supplied, no fields will be returned.", + "default": "none" + }, + "field": { + "type": "array", + "items": { + "maxLength": 255, + "pattern": "^(?=.*[a-zA-Z|])[a-zA-Z|0-9.-]*$", + "type": "string" + }, + "description": "Specifies one or more metadata fields to return." + }, + "includeLinks": { + "type": "boolean", + "description": "true to include the links; otherwise, false. Default is false." + } + }, + "additionalProperties": false, + "description": "The request object to get a current user in the repository that match the criteria given in the properties." + }, + "GetOutputFormatList": { + "type": "object", + "properties": { + "ids": { + "type": "array", + "items": { + "maxLength": 255, + "pattern": "^(?=.*[a-zA-Z])[a-zA-Z0-9.-]*$", + "type": "string" + }, + "description": "List with outputFormatIds which can be used to limit the result to output formats within this list that match the other filters.\r\nIf not supplied, all the output formats will be returned." + }, + "activityFilter": { + "allOf": [ + { + "$ref": "#/components/schemas/ActivityFilter" + } + ], + "description": "Filter of activity that limits the output formats to only the active or inactive ones. If not supplied, all the output formats will be returned.", + "default": "none" + }, + "filterFields": { + "type": "array", + "items": { + "$ref": "#/components/schemas/FilterFieldValue" + }, + "description": "The filter fields that contain information to access a field, and the value associated with the field." + }, + "selectedProperties": { + "allOf": [ + { + "$ref": "#/components/schemas/SelectedProperties" + } + ], + "description": "Specifies the properties that will be returned. If not supplied, only the identifier will be returned.", + "default": "id" + }, + "fieldGroup": { + "allOf": [ + { + "$ref": "#/components/schemas/FieldGroup" + } + ], + "description": "Group of metadata fields that will be returned. If not supplied, no fields will be returned.", + "default": "none" + }, + "fields": { + "type": "array", + "items": { + "$ref": "#/components/schemas/RequestedField" + }, + "description": "Specifies one or more metadata fields to return." + }, + "includeLinks": { + "type": "boolean", + "description": "true to include the links; otherwise, false. Default is false.", + "default": false + } + }, + "additionalProperties": false, + "description": "Request object to get all output formats in the repository that match the criteria given in the properties." + }, + "GetOutputFormatParameters": { + "required": ["id"], + "type": "object", + "properties": { + "id": { + "maxLength": 255, + "minLength": 1, + "pattern": "^(?=.*[a-zA-Z])[a-zA-Z0-9.-]*$", + "type": "string", + "description": "Identifier of the output format." + }, + "selectedProperties": { + "allOf": [ + { + "$ref": "#/components/schemas/SelectedProperties" + } + ], + "description": "Specifies the properties that will be returned. If not supplied, only the identifier will be returned.", + "default": "id" + }, + "fieldGroup": { + "allOf": [ + { + "$ref": "#/components/schemas/FieldGroup" + } + ], + "description": "Group of metadata fields that will be returned. If not supplied, no fields will be returned.", + "default": "none" + }, + "field": { + "type": "array", + "items": { + "maxLength": 255, + "pattern": "^(?=.*[a-zA-Z|])[a-zA-Z|0-9.-]*$", + "type": "string" + }, + "description": "Specifies one or more metadata fields to return." + }, + "includeLinks": { + "type": "boolean", + "description": "true to include the links; otherwise, false. Default is false.", + "default": false + } + }, + "additionalProperties": false, + "description": "Request object to get output format in the repository that match the criteria given in the properties." + }, + "GetPreferencesParameters": { + "required": ["id", "setName"], + "type": "object", + "properties": { + "id": { + "maxLength": 255, + "minLength": 1, + "pattern": "^(?=.*[a-zA-Z])[a-zA-Z0-9.-]*$", + "type": "string", + "description": "The identifier of the user." + }, + "setName": { + "maxLength": 255, + "minLength": 1, + "pattern": "^[a-zA-Z][a-zA-Z0-9._-]*$", + "type": "string", + "description": "The name of the preference set to be retrieved, if the set name can not be found empty preference set is returned." + } + }, + "additionalProperties": false, + "description": "The request object to get user preferences that match the criteria given in the properties." + }, + "GetProjectList": { + "type": "object", + "properties": { + "filterFields": { + "type": "array", + "items": { + "$ref": "#/components/schemas/FilterFieldValue" + }, + "description": "The filter fields that contain information to access a field, and the value associated with the field.", + "nullable": true + }, + "selectedProperties": { + "allOf": [ + { + "$ref": "#/components/schemas/SelectedProperties" + } + ], + "description": "Specifies the properties that will be returned. If not supplied, only the identifier will be returned.", + "default": "id" + }, + "fieldGroup": { + "allOf": [ + { + "$ref": "#/components/schemas/FieldGroup" + } + ], + "description": "Group of metadata fields that will be returned. If not supplied, no fields will be returned.", + "default": "none" + }, + "fields": { + "type": "array", + "items": { + "$ref": "#/components/schemas/RequestedField" + }, + "description": "Specify one or more metadata fields to return.", + "nullable": true + }, + "includeLinks": { + "type": "boolean", + "description": "true to include the links; otherwise, false. Default is false.", + "default": false + } + }, + "additionalProperties": false, + "description": "Represents a get project list model." + }, + "GetProjectListByProjectId": { + "required": ["projectIds"], + "type": "object", + "properties": { + "projectIds": { + "minItems": 1, + "type": "array", + "items": { + "maxLength": 255, + "pattern": "^(?=.*[a-zA-Z])[a-zA-Z0-9.-]*$", + "type": "string" + }, + "description": "Logical ids of the projects." + }, + "filterFields": { + "type": "array", + "items": { + "$ref": "#/components/schemas/FilterFieldValue" + }, + "description": "The filter fields that contain information to access a field, and the value associated with the field.", + "nullable": true + }, + "selectedProperties": { + "allOf": [ + { + "$ref": "#/components/schemas/SelectedProperties" + } + ], + "description": "Specifies the properties that will be returned. If not supplied, only the identifier will be returned.", + "default": "id" + }, + "fieldGroup": { + "allOf": [ + { + "$ref": "#/components/schemas/FieldGroup" + } + ], + "description": "Group of metadata fields that will be returned. If not supplied, no fields will be returned.", + "default": "none" + }, + "fields": { + "type": "array", + "items": { + "$ref": "#/components/schemas/RequestedField" + }, + "description": "Specify one or more metadata fields to return.", + "nullable": true + }, + "includeLinks": { + "type": "boolean", + "description": "true to include the links; otherwise, false. Default is false.", + "default": false + } + }, + "additionalProperties": false, + "description": "Request object to get all objects in the repository that match the criteria given in the properties." + }, + "GetPublicationList": { + "type": "object", + "properties": { + "statusFilter": { + "allOf": [ + { + "$ref": "#/components/schemas/StatusFilter" + } + ], + "description": "Filtering on a type of status using status settings.", + "default": "all" + }, + "filterFields": { + "type": "array", + "items": { + "$ref": "#/components/schemas/FilterFieldValue" + }, + "description": "The filter fields that contain information to access a field, and the value associated with the field.", + "nullable": true + }, + "selectedProperties": { + "allOf": [ + { + "$ref": "#/components/schemas/SelectedProperties" + } + ], + "description": "Specifies the properties that will be returned. If not supplied, only the identifier will be returned.", + "default": "id" + }, + "fieldGroup": { + "allOf": [ + { + "$ref": "#/components/schemas/FieldGroup" + } + ], + "description": "Group of metadata fields that will be returned. If not supplied, no fields will be returned.", + "default": "none" + }, + "fields": { + "type": "array", + "items": { + "$ref": "#/components/schemas/RequestedField" + }, + "description": "Specifies one or more metadata fields to return.", + "nullable": true + }, + "includeLinks": { + "type": "boolean", + "description": "true to include the links; otherwise, false. Default is false.", + "default": false + } + }, + "additionalProperties": false, + "description": "Request object to get all objects in the repository that match the criteria given in the properties." + }, + "GetPublicationListByLanguageCardId": { + "required": ["languageCardIds"], + "type": "object", + "properties": { + "languageCardIds": { + "minItems": 1, + "type": "array", + "items": { + "minimum": 0, + "exclusiveMinimum": true, + "type": "integer", + "format": "int64" + }, + "description": "Logical ids of the objects." + }, + "statusFilter": { + "allOf": [ + { + "$ref": "#/components/schemas/StatusFilter" + } + ], + "description": "Filtering on a type of status using status settings.", + "default": "all" + }, + "filterFields": { + "type": "array", + "items": { + "$ref": "#/components/schemas/FilterFieldValue" + }, + "description": "The filter fields that contain information to access a field, and the value associated with the field.", + "nullable": true + }, + "selectedProperties": { + "allOf": [ + { + "$ref": "#/components/schemas/SelectedProperties" + } + ], + "description": "Specifies the properties that will be returned. If not supplied, only the identifier will be returned.", + "default": "id" + }, + "fieldGroup": { + "allOf": [ + { + "$ref": "#/components/schemas/FieldGroup" + } + ], + "description": "Group of metadata fields that will be returned. If not supplied, no fields will be returned.", + "default": "none" + }, + "fields": { + "type": "array", + "items": { + "$ref": "#/components/schemas/RequestedField" + }, + "description": "Specifies one or more metadata fields to return.", + "nullable": true + }, + "includeLinks": { + "type": "boolean", + "description": "true to include the links; otherwise, false. Default is false.", + "default": false + } + }, + "additionalProperties": false, + "description": "Request object to get all publications in the repository that match the criteria given in the properties." + }, + "GetPublicationListByLogicalId": { + "required": ["logicalIds"], + "type": "object", + "properties": { + "logicalIds": { + "minItems": 1, + "type": "array", + "items": { + "type": "string" + }, + "description": "Logical ids of the objects." + }, + "statusFilter": { + "allOf": [ + { + "$ref": "#/components/schemas/StatusFilter" + } + ], + "description": "Filtering on a type of status using status settings.", + "default": "all" + }, + "filterFields": { + "type": "array", + "items": { + "$ref": "#/components/schemas/FilterFieldValue" + }, + "description": "The filter fields that contain information to access a field, and the value associated with the field.", + "nullable": true + }, + "selectedProperties": { + "allOf": [ + { + "$ref": "#/components/schemas/SelectedProperties" + } + ], + "description": "Specifies the properties that will be returned. If not supplied, only the identifier will be returned.", + "default": "id" + }, + "fieldGroup": { + "allOf": [ + { + "$ref": "#/components/schemas/FieldGroup" + } + ], + "description": "Group of metadata fields that will be returned. If not supplied, no fields will be returned.", + "default": "none" + }, + "fields": { + "type": "array", + "items": { + "$ref": "#/components/schemas/RequestedField" + }, + "description": "Specifies one or more metadata fields to return.", + "nullable": true + }, + "includeLinks": { + "type": "boolean", + "description": "true to include the links; otherwise, false. Default is false.", + "default": false + }, + "includePartialItems": { + "type": "boolean", + "description": "true to include the partial items; otherwise, false. Default is false.", + "default": false + } + }, + "additionalProperties": false, + "description": "Request object to get all publications in the repository that match the criteria given in the properties." + }, + "GetPublicationListUsingDocumentObject": { + "type": "object", + "properties": { + "fieldGroup": { + "allOf": [ + { + "$ref": "#/components/schemas/FieldGroup" + } + ], + "description": "Group of metadata fields that will be returned. If not supplied, no fields will be returned.", + "default": "none" + }, + "fields": { + "type": "array", + "items": { + "$ref": "#/components/schemas/RequestedField" + }, + "description": "A collection of requested metadata fields." + }, + "selectedProperties": { + "allOf": [ + { + "$ref": "#/components/schemas/SelectedProperties" + } + ], + "description": "Specifies the properties that will be returned. If not supplied, only the identifier will be returned.", + "default": "id" + }, + "includeLinks": { + "type": "boolean", + "description": "true to include the links; otherwise, false. Default is false.", + "default": false + } + }, + "additionalProperties": false, + "description": "Request body to get all publications in the Repository that are referencing a document object specified by the logical identifier and version." + }, + "GetPublicationListUsingDocumentObjectParameters": { + "required": ["logicalId", "version"], + "type": "object", + "properties": { + "logicalId": { + "maxLength": 100, + "minLength": 1, + "pattern": "^(?=.*[a-zA-Z])[a-zA-Z0-9.-]*$", + "type": "string", + "description": "The logical identifier of the referenced document object." + }, + "version": { + "minLength": 1, + "type": "string", + "description": "The version of the referenced document object." + } + }, + "additionalProperties": false, + "description": "Request parameters to get all publications in the Repository that are referencing a document object specified by the logical identifier and version." + }, + "GetSettingsParameters": { + "type": "object", + "properties": { + "field": { + "type": "array", + "items": { + "maxLength": 255, + "pattern": "^(?=.*[a-zA-Z|])[a-zA-Z|0-9.-]*$", + "type": "string" + }, + "description": "Specifies one or more metadata fields to return." + }, + "selectedProperties": { + "allOf": [ + { + "$ref": "#/components/schemas/SelectedProperties" + } + ], + "description": "Specifies the properties that will be returned. If not supplied, only the identifier will be returned.", + "default": "id" + }, + "fieldGroup": { + "allOf": [ + { + "$ref": "#/components/schemas/FieldGroup" + } + ], + "description": "Group of metadata fields that will be returned. If not supplied, no fields will be returned.", + "default": "none" + } + }, + "additionalProperties": false, + "description": "Request object to get settings in the repository that match the criteria given in the properties." + }, + "GetTranslationStatusListParameters": { + "required": ["documentObjectType"], + "type": "object", + "properties": { + "documentObjectType": { + "allOf": [ + { + "$ref": "#/components/schemas/DocumentObjectType" + } + ], + "description": "The document object type to retrieve translation statuses for.\r\nUndefined is not supported for this parameter.\r\n" + } + }, + "additionalProperties": false, + "description": "Request object to get all objects in the repository that match the criteria given in the properties." + }, + "GetUserGroupList": { + "type": "object", + "properties": { + "ids": { + "type": "array", + "items": { + "maxLength": 255, + "pattern": "^(?=.*[a-zA-Z])[a-zA-Z0-9.-]*$", + "type": "string" + }, + "description": "List with userGroupIds which can be used to limit the result to user groups within this list that match the other filters.\r\nIf not supplied, all the user groups will be returned." + }, + "activityFilter": { + "allOf": [ + { + "$ref": "#/components/schemas/ActivityFilter" + } + ], + "description": "Filter of activity that limits the user groups to only the active or inactive ones. If not supplied, all the user groups will be returned.", + "default": "none" + }, + "filterFields": { + "type": "array", + "items": { + "$ref": "#/components/schemas/FilterFieldValue" + }, + "description": "The filter fields that contain information to access a field, and the value associated with the field." + }, + "selectedProperties": { + "allOf": [ + { + "$ref": "#/components/schemas/SelectedProperties" + } + ], + "description": "Specifies the properties that will be returned. If not supplied, only the identifier will be returned.", + "default": "id" + }, + "fieldGroup": { + "allOf": [ + { + "$ref": "#/components/schemas/FieldGroup" + } + ], + "description": "Group of metadata fields that will be returned. If not supplied, no fields will be returned.", + "default": "none" + }, + "fields": { + "type": "array", + "items": { + "$ref": "#/components/schemas/RequestedField" + }, + "description": "Specifies one or more metadata fields to return." + }, + "includeLinks": { + "type": "boolean", + "description": "true to include the links; otherwise, false. Default is false.", + "default": false + } + }, + "additionalProperties": false, + "description": "Request object to get all user groups in the repository that match the criteria given in the properties." + }, + "GetUserGroupParameters": { + "required": ["id"], + "type": "object", + "properties": { + "id": { + "maxLength": 255, + "minLength": 1, + "pattern": "^(?=.*[a-zA-Z])[a-zA-Z0-9.-]*$", + "type": "string", + "description": "Identifier of the group." + }, + "selectedProperties": { + "allOf": [ + { + "$ref": "#/components/schemas/SelectedProperties" + } + ], + "description": "Specifies the properties that will be returned. If not supplied, only the identifier will be returned.", + "default": "id" + }, + "fieldGroup": { + "allOf": [ + { + "$ref": "#/components/schemas/FieldGroup" + } + ], + "description": "Group of metadata fields that will be returned. If not supplied, no fields will be returned.", + "default": "none" + }, + "field": { + "type": "array", + "items": { + "maxLength": 255, + "pattern": "^(?=.*[a-zA-Z|])[a-zA-Z|0-9.-]*$", + "type": "string" + }, + "description": "Specifies one or more metadata fields to return." + }, + "includeLinks": { + "type": "boolean", + "description": "true to include the links; otherwise, false. Default is false.", + "default": false + } + }, + "additionalProperties": false, + "description": "Request object to get user group in the repository that match the criteria given in the properties." + }, + "GetUserList": { + "type": "object", + "properties": { + "ids": { + "type": "array", + "items": { + "maxLength": 255, + "pattern": "^(?=.*[a-zA-Z])[a-zA-Z0-9.-]*$", + "type": "string" + }, + "description": "List with userIds which can be used to limit the result to users within this list that match the other filters.\r\nIf not supplied, all the users will be returned." + }, + "activityFilter": { + "allOf": [ + { + "$ref": "#/components/schemas/ActivityFilter" + } + ], + "description": "Filter of activity that limits the users to only the active or inactive ones. If not supplied, all the users will be returned.", + "default": "none" + }, + "filterFields": { + "type": "array", + "items": { + "$ref": "#/components/schemas/FilterFieldValue" + }, + "description": "The filter fields that contain information to access a field, and the value associated with the field." + }, + "selectedProperties": { + "allOf": [ + { + "$ref": "#/components/schemas/SelectedProperties" + } + ], + "description": "Specifies the properties that will be returned. If not supplied, only the identifier will be returned.", + "default": "id" + }, + "fieldGroup": { + "allOf": [ + { + "$ref": "#/components/schemas/FieldGroup" + } + ], + "description": "Group of metadata fields that will be returned. If not supplied, no fields will be returned.", + "default": "none" + }, + "fields": { + "type": "array", + "items": { + "$ref": "#/components/schemas/RequestedField" + }, + "description": "Specifies one or more metadata fields to return." + }, + "includeLinks": { + "type": "boolean", + "description": "true to include the links; otherwise, false. Default is false.", + "default": false + } + }, + "additionalProperties": false, + "description": "Request object to get all users in the repository that match the criteria given in the properties." + }, + "GetUserParameters": { + "required": ["id"], + "type": "object", + "properties": { + "id": { + "maxLength": 255, + "minLength": 1, + "pattern": "^(?=.*[a-zA-Z])[a-zA-Z0-9.-]*$", + "type": "string", + "description": "The identifier of the user." + }, + "selectedProperties": { + "allOf": [ + { + "$ref": "#/components/schemas/SelectedProperties" + } + ], + "description": "Specifies the properties that will be returned. If not supplied, only the identifier will be returned.", + "default": "id" + }, + "fieldGroup": { + "allOf": [ + { + "$ref": "#/components/schemas/FieldGroup" + } + ], + "description": "Group of metadata fields that will be returned. If not supplied, no fields will be returned.", + "default": "none" + }, + "field": { + "type": "array", + "items": { + "maxLength": 255, + "pattern": "^(?=.*[a-zA-Z|])[a-zA-Z|0-9.-]*$", + "type": "string" + }, + "description": "Specifies one or more metadata fields to return." + }, + "includeLinks": { + "type": "boolean", + "description": "true to include the links; otherwise, false. Default is false.", + "default": false + } + }, + "additionalProperties": false, + "description": "The request object to get a user in the repository that match the criteria given in the properties." + }, + "GetUserRoleList": { + "type": "object", + "properties": { + "ids": { + "type": "array", + "items": { + "maxLength": 255, + "pattern": "^(?=.*[a-zA-Z])[a-zA-Z0-9.-]*$", + "type": "string" + }, + "description": "List with userRoleIds which can be used to limit the result to user roles within this list that match the other filters.\r\nIf not supplied, all the user roles will be returned." + }, + "activityFilter": { + "allOf": [ + { + "$ref": "#/components/schemas/ActivityFilter" + } + ], + "description": "Filter of activity that limits the user roles to only the active or inactive ones. If not supplied, all the user roles will be returned.", + "default": "none" + }, + "filterFields": { + "type": "array", + "items": { + "$ref": "#/components/schemas/FilterFieldValue" + }, + "description": "The filter fields that contain information to access a field, and the value associated with the field." + }, + "selectedProperties": { + "allOf": [ + { + "$ref": "#/components/schemas/SelectedProperties" + } + ], + "description": "Specifies the properties that will be returned. If not supplied, only the identifier will be returned.", + "default": "id" + }, + "fieldGroup": { + "allOf": [ + { + "$ref": "#/components/schemas/FieldGroup" + } + ], + "description": "Group of metadata fields that will be returned. If not supplied, no fields will be returned.", + "default": "none" + }, + "fields": { + "type": "array", + "items": { + "$ref": "#/components/schemas/RequestedField" + }, + "description": "Specifies one or more metadata fields to return." + }, + "includeLinks": { + "type": "boolean", + "description": "true to include the links; otherwise, false. Default is false.", + "default": false + } + }, + "additionalProperties": false, + "description": "Request object to get all user roles in the repository that match the criteria given in the properties." + }, + "GetUserRoleParameters": { + "required": ["id"], + "type": "object", + "properties": { + "id": { + "maxLength": 255, + "minLength": 1, + "pattern": "^(?=.*[a-zA-Z])[a-zA-Z0-9.-]*$", + "type": "string", + "description": "Identifier of the role." + }, + "selectedProperties": { + "allOf": [ + { + "$ref": "#/components/schemas/SelectedProperties" + } + ], + "description": "Specifies the properties that will be returned. If not supplied, only the identifier will be returned.", + "default": "id" + }, + "fieldGroup": { + "allOf": [ + { + "$ref": "#/components/schemas/FieldGroup" + } + ], + "description": "Group of metadata fields that will be returned. If not supplied, no fields will be returned.", + "default": "none" + }, + "field": { + "type": "array", + "items": { + "maxLength": 255, + "pattern": "^(?=.*[a-zA-Z|])[a-zA-Z|0-9.-]*$", + "type": "string" + }, + "description": "Specifies one or more metadata fields to return." + }, + "includeLinks": { + "type": "boolean", + "description": "true to include the links; otherwise, false. Default is false.", + "default": false + } + }, + "additionalProperties": false, + "description": "Request object to get user role in the repository that match the criteria given in the properties." + }, + "GroupSearchExpression": { + "required": ["type"], + "type": "object", + "allOf": [ + { + "$ref": "#/components/schemas/SearchExpression" + } + ], + "properties": { + "type": { + "type": "string" + }, + "expressions": { + "type": "array", + "items": { + "$ref": "#/components/schemas/SearchExpression" + }, + "description": "Collection of search expressions." + } + }, + "additionalProperties": false, + "description": "Represents a search expression group.", + "discriminator": { + "propertyName": "type", + "mapping": { + "AndSearchExpression": "#/components/schemas/AndSearchExpression", + "OrSearchExpression": "#/components/schemas/OrSearchExpression" + } + } + }, + "Inbox": { + "type": "object", + "properties": { + "name": { + "type": "string", + "description": "The name of the inbox definition." + }, + "id": { + "type": "string", + "description": "The id of the inbox definition." + }, + "toStatuses": { + "type": "array", + "items": { + "$ref": "#/components/schemas/ToStatus" + }, + "description": "The list of to-statuses.", + "nullable": true + }, + "documentObjectTypes": { + "type": "array", + "items": { + "$ref": "#/components/schemas/DocumentObjectType" + }, + "description": "Gets or sets document object types list for the inbox definition.", + "nullable": true + } + }, + "additionalProperties": false, + "description": "Represents an Inbox definition." + }, + "InfoShareProblemDetails": { + "type": "object", + "allOf": [ + { + "$ref": "#/components/schemas/ProblemDetails" + } + ], + "properties": { + "eventId": { + "type": "integer", + "description": "The event identifier specific to this occurrence of the problem..", + "format": "int32" + }, + "eventName": { + "type": "string", + "description": "The even name specific to this occurrence of the problem.", + "nullable": true + }, + "errors": { + "type": "array", + "items": { + "$ref": "#/components/schemas/Error" + }, + "description": "A list of errors related to this occurrence of the problem.", + "nullable": true + }, + "relatedInfo": { + "type": "array", + "items": { + "$ref": "#/components/schemas/RelatedInfo" + }, + "description": "A list of additional information related to this occurrence of the problem.", + "nullable": true + } + }, + "additionalProperties": {} + }, + "IshField": { + "required": ["name"], + "type": "object", + "properties": { + "name": { + "maxLength": 255, + "minLength": 1, + "pattern": "^(?=.*[a-zA-Z])[a-zA-Z0-9.-]*$", + "type": "string", + "description": "The name/label of the InfoShare field (e.g. FTITLE)." + }, + "level": { + "allOf": [ + { + "$ref": "#/components/schemas/Level" + } + ], + "description": "The level of the InfoShare field (e.g. logical, version, language).", + "nullable": true + } + }, + "additionalProperties": false, + "description": "Represents a field that contains information to access a field." + }, + "Level": { + "enum": [ + "none", + "annotation", + "compute", + "data", + "eventProgressDetail", + "language", + "logical", + "object", + "eventProgress", + "project", + "projectAssignee", + "reply", + "version" + ], + "type": "string", + "description": "Enumeration holding the visible InfoShare hierarchy levels." + }, + "Link": { + "type": "object", + "properties": { + "href": { + "type": "string", + "description": "Gets or sets the URL for this Trisoft.Utilities.WebApi.Links.Link.", + "nullable": true + }, + "rel": { + "type": "string", + "description": "Gets or sets the relation for this Trisoft.Utilities.WebApi.Links.Link.", + "nullable": true + }, + "type": { + "type": "string", + "description": "Gets or sets the HTTP method for this Trisoft.Utilities.WebApi.Links.Link.", + "nullable": true + } + }, + "additionalProperties": false, + "description": "Represents a HATEOAS link model." + }, + "LinkType": { + "enum": ["contentLink", "hyperLink", "all"], + "type": "string", + "description": "Indicates which link fields must be used in the GetParents/GetChildren methods." + }, + "LongFieldValue": { + "type": "object", + "allOf": [ + { + "$ref": "#/components/schemas/FieldValue" + } + ], + "properties": { + "value": { + "type": "integer", + "format": "int64", + "nullable": true + } + }, + "additionalProperties": false + }, + "LongFilterFieldValue": { + "required": ["value"], + "type": "object", + "allOf": [ + { + "$ref": "#/components/schemas/FilterFieldValue" + } + ], + "properties": { + "value": { + "minItems": 1, + "type": "array", + "items": { + "type": "integer", + "format": "int64" + }, + "description": "The filter field value." + } + }, + "additionalProperties": false + }, + "LovFieldValue": { + "type": "object", + "allOf": [ + { + "$ref": "#/components/schemas/FieldValue" + } + ], + "properties": { + "value": { + "allOf": [ + { + "$ref": "#/components/schemas/LovValue" + } + ], + "description": "Represents an item in a value list.", + "nullable": true + } + }, + "additionalProperties": false + }, + "LovFilterFieldValue": { + "required": ["value"], + "type": "object", + "allOf": [ + { + "$ref": "#/components/schemas/FilterFieldValue" + } + ], + "properties": { + "value": { + "minItems": 1, + "type": "array", + "items": { + "$ref": "#/components/schemas/SetLovValue" + }, + "description": "The filter field value." + } + }, + "additionalProperties": false + }, + "LovLikeFilterFieldValue": { + "required": ["value"], + "type": "object", + "allOf": [ + { + "$ref": "#/components/schemas/FilterFieldValue" + } + ], + "properties": { + "value": { + "minLength": 1, + "type": "string", + "description": "The filter field value." + } + }, + "additionalProperties": false + }, + "LovList": { + "type": "object", + "allOf": [ + { + "$ref": "#/components/schemas/BaseItem" + } + ], + "additionalProperties": false, + "description": "Represents an item in a list of list of values." + }, + "LovSearchFieldValue": { + "required": ["value"], + "type": "object", + "allOf": [ + { + "$ref": "#/components/schemas/SearchFieldValue" + } + ], + "properties": { + "value": { + "minItems": 1, + "type": "array", + "items": { + "$ref": "#/components/schemas/SetLovValue" + }, + "description": "Collection of values to search for." + } + }, + "additionalProperties": false, + "description": "Represents search field value of type System.Collections.Generic.IList`1." + }, + "LovValue": { + "required": ["type"], + "type": "object", + "allOf": [ + { + "$ref": "#/components/schemas/BaseItem" + } + ], + "properties": { + "type": { + "type": "string" + }, + "active": { + "type": "boolean", + "description": "The active value.", + "nullable": true + } + }, + "additionalProperties": false, + "description": "Represents an item in a value list.", + "discriminator": { + "propertyName": "type", + "mapping": { + "LovValue": "#/components/schemas/LovValue", + "FormFieldOperator": "#/components/schemas/FormFieldOperator", + "FullTextSearchFormFieldOperator": "#/components/schemas/FullTextSearchFormFieldOperator", + "MetadataFilterFormFieldOperator": "#/components/schemas/MetadataFilterFormFieldOperator" + } + } + }, + "Message": { + "required": ["type"], + "type": "object", + "properties": { + "type": { + "type": "string", + "description": "The type of the current object.", + "nullable": true, + "readOnly": true + }, + "title": { + "type": "string", + "description": "A short, human-readable summary of the event message.", + "nullable": true + }, + "detail": { + "type": "string", + "description": "A human-readable explanation specific to this occurrence of the event message.", + "nullable": true + }, + "severity": { + "allOf": [ + { + "$ref": "#/components/schemas/SeverityLevel" + } + ], + "description": "The severity level of the event message." + }, + "eventId": { + "type": "integer", + "description": "The identifier of the corresponding event.", + "format": "int32", + "nullable": true + }, + "eventName": { + "type": "string", + "description": "The name of the corresponding event.", + "nullable": true + }, + "logId": { + "type": "integer", + "description": "The identifier of the corresponding entry in the log.", + "format": "int64", + "nullable": true + }, + "relatedInfo": { + "type": "array", + "items": { + "$ref": "#/components/schemas/RelatedInfo" + }, + "description": "A list of additional information related to this occurrence of the event message.", + "nullable": true + } + }, + "additionalProperties": false, + "description": "An event message.", + "discriminator": { + "propertyName": "type", + "mapping": { + "Message": "#/components/schemas/Message", + "Error": "#/components/schemas/Error" + } + } + }, + "MetadataFilterFormFieldOperator": { + "type": "object", + "allOf": [ + { + "$ref": "#/components/schemas/FormFieldOperator" + } + ], + "properties": { + "operator": { + "allOf": [ + { + "$ref": "#/components/schemas/MetadataFilterOperator" + } + ], + "description": "Search operator that will be used in search operations.", + "nullable": true + } + }, + "additionalProperties": false, + "description": "Represents a metadata filter operator on a Trisoft.InfoShare.WebApi.V30.Models.Forms.FormField." + }, + "MetadataFilterOperator": { + "enum": [ + "equal", + "notEqual", + "in", + "notIn", + "like", + "greaterThan", + "lessThan", + "greaterThanOrEqual", + "lessThanOrEqual", + "between", + "empty", + "notEmpty", + "ciLike" + ], + "type": "string", + "description": "Specifies the possible filter operators that can be used by `FilterFieldValue`." + }, + "MoveFolder": { + "type": "object", + "properties": { + "folderId": { + "minimum": 0, + "exclusiveMinimum": true, + "type": "integer", + "description": "The card id of the folder that should be moved.", + "format": "int64" + }, + "destinationId": { + "minimum": 0, + "exclusiveMinimum": true, + "type": "integer", + "description": "The card id of the destination folder.", + "format": "int64" + } + }, + "additionalProperties": false, + "description": "Represents a move folder model." + }, + "MoveObject": { + "required": ["logicalId"], + "type": "object", + "properties": { + "logicalId": { + "minLength": 1, + "type": "string", + "description": "The logical identifier of the object that should be moved." + }, + "destinationId": { + "minimum": 0, + "exclusiveMinimum": true, + "type": "integer", + "description": "The card identifier of the destination folder.", + "format": "int64" + } + }, + "additionalProperties": false, + "description": "Represents a move object model." + }, + "MultiCardFieldValue": { + "type": "object", + "allOf": [ + { + "$ref": "#/components/schemas/FieldValue" + } + ], + "properties": { + "value": { + "type": "array", + "items": { + "$ref": "#/components/schemas/BaseObject" + }, + "nullable": true + } + }, + "additionalProperties": false + }, + "MultiDateTimeFieldValue": { + "type": "object", + "allOf": [ + { + "$ref": "#/components/schemas/FieldValue" + } + ], + "properties": { + "value": { + "type": "array", + "items": { + "type": "string", + "format": "date-time" + }, + "nullable": true + } + }, + "additionalProperties": false + }, + "MultiLovFieldValue": { + "type": "object", + "allOf": [ + { + "$ref": "#/components/schemas/FieldValue" + } + ], + "properties": { + "value": { + "type": "array", + "items": { + "$ref": "#/components/schemas/LovValue" + }, + "nullable": true + } + }, + "additionalProperties": false + }, + "MultiNumberFieldValue": { + "type": "object", + "allOf": [ + { + "$ref": "#/components/schemas/FieldValue" + } + ], + "properties": { + "value": { + "type": "array", + "items": { + "type": "number", + "format": "double" + }, + "nullable": true + } + }, + "additionalProperties": false + }, + "MultiStringFieldValue": { + "type": "object", + "allOf": [ + { + "$ref": "#/components/schemas/FieldValue" + } + ], + "properties": { + "value": { + "type": "array", + "items": { + "type": "string" + }, + "nullable": true + } + }, + "additionalProperties": false + }, + "MultiTagFieldValue": { + "type": "object", + "allOf": [ + { + "$ref": "#/components/schemas/FieldValue" + } + ], + "properties": { + "value": { + "type": "array", + "items": { + "$ref": "#/components/schemas/Tag" + }, + "nullable": true + } + }, + "additionalProperties": false + }, + "MultiVersionFieldValue": { + "type": "object", + "allOf": [ + { + "$ref": "#/components/schemas/FieldValue" + } + ], + "properties": { + "value": { + "type": "array", + "items": { + "type": "string" + }, + "nullable": true + } + }, + "additionalProperties": false + }, + "NextStatus": { + "type": "object", + "properties": { + "value": { + "allOf": [ + { + "$ref": "#/components/schemas/LovValue" + } + ], + "description": "The value of the next status element in the report configuration XML." + } + }, + "additionalProperties": false, + "description": "Represents next status element in the report configuration XML." + }, + "NumberFieldValue": { + "type": "object", + "allOf": [ + { + "$ref": "#/components/schemas/FieldValue" + } + ], + "properties": { + "value": { + "type": "number", + "format": "double", + "nullable": true + } + }, + "additionalProperties": false + }, + "NumberFilterFieldValue": { + "required": ["value"], + "type": "object", + "allOf": [ + { + "$ref": "#/components/schemas/FilterFieldValue" + } + ], + "properties": { + "value": { + "minItems": 1, + "type": "array", + "items": { + "type": "number", + "format": "double" + }, + "description": "The filter field value." + } + }, + "additionalProperties": false + }, + "NumberSearchFieldValue": { + "required": ["value"], + "type": "object", + "allOf": [ + { + "$ref": "#/components/schemas/SearchFieldValue" + } + ], + "properties": { + "value": { + "minItems": 1, + "type": "array", + "items": { + "type": "number", + "format": "double" + }, + "description": "Collection of values to search for." + } + }, + "additionalProperties": false, + "description": "Represents search field value of type System.Collections.Generic.IList`1." + }, + "ObjectFieldValue": { + "type": "object", + "allOf": [ + { + "$ref": "#/components/schemas/FieldValue" + } + ], + "properties": { + "value": { + "nullable": true + } + }, + "additionalProperties": false + }, + "ObjectType": { + "enum": [ + "annotation", + "baseline", + "backgroundTask", + "configuration", + "electronicDocumentType", + "eventProgress", + "folder", + "illustration", + "library", + "map", + "other", + "outputFormat", + "project", + "publication", + "topic", + "translationJob", + "user", + "userGroup", + "userRole" + ], + "type": "string", + "description": "Enumeration holding the type of object." + }, + "OrSearchExpression": { + "type": "object", + "allOf": [ + { + "$ref": "#/components/schemas/GroupSearchExpression" + } + ], + "additionalProperties": false, + "description": "Represents collection of search expression to be evaluated with OR logical operator." + }, + "OutputFormat": { + "type": "object", + "allOf": [ + { + "$ref": "#/components/schemas/BaseObject" + } + ], + "additionalProperties": false, + "description": "Represents a output format." + }, + "PreferenceItem": { + "type": "object", + "properties": { + "name": { + "type": "string", + "description": "The name of the preference item." + }, + "value": { + "type": "string", + "description": "The value of the preference item.", + "nullable": true + } + }, + "additionalProperties": false, + "description": "Represents user preference item" + }, + "PreferenceSet": { + "type": "object", + "properties": { + "name": { + "type": "string", + "description": "The Name of the preference set" + }, + "items": { + "type": "array", + "items": { + "$ref": "#/components/schemas/PreferenceItem" + }, + "description": "The list of Trisoft.InfoShare.WebApi.V30.Users.Models.PreferenceItem contained in the Preference set", + "nullable": true + } + }, + "additionalProperties": false, + "description": "Represents user preference set" + }, + "ProblemDetails": { + "required": ["type"], + "type": "object", + "properties": { + "type": { + "type": "string", + "nullable": true + }, + "title": { + "type": "string", + "nullable": true + }, + "status": { + "type": "integer", + "format": "int32", + "nullable": true + }, + "detail": { + "type": "string", + "nullable": true + }, + "instance": { + "type": "string", + "nullable": true + } + }, + "additionalProperties": {}, + "discriminator": { + "propertyName": "type", + "mapping": { + "ProblemDetails": "#/components/schemas/ProblemDetails", + "InfoShareProblemDetails": "#/components/schemas/InfoShareProblemDetails" + } + } + }, + "ProgressStatus": { + "enum": ["busy", "success", "warning", "failed", "calculate"], + "type": "string", + "description": "The Trisoft.InfoShare.WebApi.V30.Models.Enumerations.ProgressStatus indicates the status of an event." + }, + "ProgressStatusFilter": { + "enum": ["busy", "success", "warning", "failed", "all"], + "type": "string", + "description": "Used to specify which events should be retrieved by the event monitor." + }, + "Project": { + "type": "object", + "allOf": [ + { + "$ref": "#/components/schemas/BaseObject" + } + ], + "properties": { + "projectId": { + "type": "string", + "description": "The element name of the project." + }, + "assigneeCardId": { + "type": "integer", + "description": "The CardId of the Assignee (if available).", + "format": "int64", + "nullable": true + }, + "publicationTitle": { + "type": "string", + "description": "The title of the publication.", + "nullable": true + }, + "publicationVersion": { + "type": "string", + "description": "The version number of the publication version.", + "nullable": true + } + }, + "additionalProperties": false, + "description": "Represents a project." + }, + "Publication": { + "type": "object", + "allOf": [ + { + "$ref": "#/components/schemas/BaseObject" + } + ], + "properties": { + "versionCardId": { + "type": "integer", + "description": "The version card identifier.", + "format": "int64", + "nullable": true + }, + "languageCardId": { + "type": "integer", + "description": "The language card identifier.", + "format": "int64", + "nullable": true + }, + "logicalId": { + "type": "string", + "description": "The logical identifier." + }, + "version": { + "type": "string", + "description": "The version.", + "nullable": true + }, + "outputFormatId": { + "type": "string", + "description": "The output format identifier.", + "nullable": true + }, + "languageCombinationIds": { + "type": "array", + "items": { + "type": "string" + }, + "description": "The language identifier combination.", + "nullable": true + } + }, + "additionalProperties": false, + "description": "Represents a publication." + }, + "PublishPublication": { + "type": "object", + "properties": { + "requiredCurrentFields": { + "type": "array", + "items": { + "$ref": "#/components/schemas/SetFieldValue" + }, + "description": "Fields that will be used in concurrency check.\r\nEach individual field in this collection should have the same exact value in the database in order to publish the Trisoft.InfoShare.WebApi.V30.Publications.Models.Publication.", + "nullable": true + } + }, + "additionalProperties": false, + "description": "Represents a publish model for publication." + }, + "RelatedInfo": { + "required": ["type"], + "type": "object", + "properties": { + "type": { + "type": "string", + "description": "The type of the current object.", + "nullable": true, + "readOnly": true + } + }, + "additionalProperties": false, + "description": "A list of additional information.", + "discriminator": { + "propertyName": "type", + "mapping": { + "User": "#/components/schemas/User", + "UserRole": "#/components/schemas/UserRole", + "UserGroup": "#/components/schemas/UserGroup", + "Setting": "#/components/schemas/Setting", + "SearchObject": "#/components/schemas/SearchObject", + "Publication": "#/components/schemas/Publication", + "Project": "#/components/schemas/Project", + "OutputFormat": "#/components/schemas/OutputFormat", + "BaseItem": "#/components/schemas/BaseItem", + "BaseObject": "#/components/schemas/BaseObject", + "EventProgress": "#/components/schemas/EventProgress", + "LovList": "#/components/schemas/LovList", + "LovValue": "#/components/schemas/LovValue", + "RevisionInfo": "#/components/schemas/RevisionInfo", + "Tag": "#/components/schemas/Tag", + "FormFieldOperator": "#/components/schemas/FormFieldOperator", + "FullTextSearchFormFieldOperator": "#/components/schemas/FullTextSearchFormFieldOperator", + "MetadataFilterFormFieldOperator": "#/components/schemas/MetadataFilterFormFieldOperator", + "FieldValue": "#/components/schemas/FieldValue", + "CardFieldValue": "#/components/schemas/CardFieldValue", + "DateTimeFieldValue": "#/components/schemas/DateTimeFieldValue", + "LongFieldValue": "#/components/schemas/LongFieldValue", + "LovFieldValue": "#/components/schemas/LovFieldValue", + "MultiCardFieldValue": "#/components/schemas/MultiCardFieldValue", + "MultiDateTimeFieldValue": "#/components/schemas/MultiDateTimeFieldValue", + "MultiLovFieldValue": "#/components/schemas/MultiLovFieldValue", + "MultiNumberFieldValue": "#/components/schemas/MultiNumberFieldValue", + "MultiStringFieldValue": "#/components/schemas/MultiStringFieldValue", + "MultiTagFieldValue": "#/components/schemas/MultiTagFieldValue", + "MultiVersionFieldValue": "#/components/schemas/MultiVersionFieldValue", + "NumberFieldValue": "#/components/schemas/NumberFieldValue", + "ObjectFieldValue": "#/components/schemas/ObjectFieldValue", + "StringFieldValue": "#/components/schemas/StringFieldValue", + "TagFieldValue": "#/components/schemas/TagFieldValue", + "VersionFieldValue": "#/components/schemas/VersionFieldValue", + "Folder": "#/components/schemas/Folder", + "ElectronicDocumentType": "#/components/schemas/ElectronicDocumentType", + "DocumentObject": "#/components/schemas/DocumentObject", + "DocumentObjectLink": "#/components/schemas/DocumentObjectLink", + "DocumentObjectParseError": "#/components/schemas/DocumentObjectParseError", + "RevisionHistoryItem": "#/components/schemas/RevisionHistoryItem", + "Baseline": "#/components/schemas/Baseline", + "SchemaValidationError": "#/components/schemas/SchemaValidationError" + } + } + }, + "ReleasePublication": { + "type": "object", + "properties": { + "requiredCurrentFields": { + "type": "array", + "items": { + "$ref": "#/components/schemas/SetFieldValue" + }, + "description": "Fields that will be used in concurrency check.", + "nullable": true + } + }, + "additionalProperties": false, + "description": "Represents a release model for publication." + }, + "RemoveShortcut": { + "required": ["logicalId"], + "type": "object", + "properties": { + "logicalId": { + "minLength": 1, + "type": "string", + "description": "Specify logical identifier of the document object or publication for which to remove a shortcut." + } + }, + "additionalProperties": false, + "description": "Represents logical identifier model." + }, + "ReportSettings": { + "required": ["type"], + "type": "object", + "properties": { + "type": { + "type": "string" + }, + "baselineResolutions": { + "type": "array", + "items": { + "$ref": "#/components/schemas/LovValue" + }, + "description": "List of baseline resolution in the report configuration XML.", + "nullable": true + } + }, + "additionalProperties": false, + "description": "Represents the report configuration.", + "discriminator": { + "propertyName": "type", + "mapping": { + "TranslationReportSettings": "#/components/schemas/TranslationReportSettings", + "WorkflowReportSettings": "#/components/schemas/WorkflowReportSettings" + } + } + }, + "RequestedField": { + "required": ["ishField"], + "type": "object", + "properties": { + "ishField": { + "allOf": [ + { + "$ref": "#/components/schemas/IshField" + } + ], + "description": "The field with information about the name/label of the InfoShare field (e.g. FTITLE) and the level of the InfoShare field (e.g. logical, version, lng)." + } + }, + "additionalProperties": false, + "description": "Represents a requested metadata field." + }, + "RevisionHistoryItem": { + "type": "object", + "allOf": [ + { + "$ref": "#/components/schemas/BaseObject" + } + ], + "properties": { + "sequence": { + "type": "integer", + "description": "The sequence number of a revision history item.", + "format": "int64" + }, + "modifiedOn": { + "type": "string", + "description": "The datetime of the modification on the document object.", + "format": "date-time" + }, + "modifiedBy": { + "allOf": [ + { + "$ref": "#/components/schemas/User" + } + ], + "description": "The user who modified the document object." + }, + "status": { + "allOf": [ + { + "$ref": "#/components/schemas/LovValue" + } + ], + "description": "The status of the document object.", + "nullable": true + }, + "isRemoved": { + "type": "boolean", + "description": "Indicates whether the revision is removed from the Repository." + } + }, + "additionalProperties": false, + "description": "Represents a revision history item." + }, + "RevisionInfo": { + "type": "object", + "allOf": [ + { + "$ref": "#/components/schemas/BaseObject" + } + ], + "additionalProperties": false, + "description": "Represents a revision info." + }, + "SchemaValidationError": { + "type": "object", + "allOf": [ + { + "$ref": "#/components/schemas/RelatedInfo" + } + ], + "properties": { + "path": { + "type": "string", + "description": "Path to the schema where validation failed.", + "nullable": true + } + }, + "additionalProperties": false, + "description": "Class representing a schema validation error." + }, + "ScoreSearchSortField": { + "type": "object", + "allOf": [ + { + "$ref": "#/components/schemas/BaseSearchSortField" + } + ], + "additionalProperties": false, + "description": "Represents a search order criteria based on SolrLucene score." + }, + "SearchExpression": { + "required": ["type"], + "type": "object", + "properties": { + "type": { + "type": "string", + "readOnly": true + } + }, + "additionalProperties": false, + "description": "Represents base search expressions.", + "discriminator": { + "propertyName": "type", + "mapping": { + "AndSearchExpression": "#/components/schemas/AndSearchExpression", + "AnywhereSearchFieldValue": "#/components/schemas/AnywhereSearchFieldValue", + "CardSearchFieldValue": "#/components/schemas/CardSearchFieldValue", + "DateTimeSearchFieldValue": "#/components/schemas/DateTimeSearchFieldValue", + "GroupSearchExpression": "#/components/schemas/GroupSearchExpression", + "LovSearchFieldValue": "#/components/schemas/LovSearchFieldValue", + "NumberSearchFieldValue": "#/components/schemas/NumberSearchFieldValue", + "OrSearchExpression": "#/components/schemas/OrSearchExpression", + "SearchFieldValue": "#/components/schemas/SearchFieldValue", + "StringSearchFieldValue": "#/components/schemas/StringSearchFieldValue" + } + } + }, + "SearchFieldValue": { + "required": ["type"], + "type": "object", + "allOf": [ + { + "$ref": "#/components/schemas/SearchExpression" + } + ], + "properties": { + "type": { + "type": "string" + }, + "fullTextSearchOperator": { + "allOf": [ + { + "$ref": "#/components/schemas/FullTextSearchOperator" + } + ], + "description": "The search operator." + }, + "ishField": { + "allOf": [ + { + "$ref": "#/components/schemas/IshField" + } + ], + "description": "The search field." + } + }, + "additionalProperties": false, + "description": "Represents a search field value.", + "discriminator": { + "propertyName": "type", + "mapping": { + "CardSearchFieldValue": "#/components/schemas/CardSearchFieldValue", + "DateTimeSearchFieldValue": "#/components/schemas/DateTimeSearchFieldValue", + "LovSearchFieldValue": "#/components/schemas/LovSearchFieldValue", + "NumberSearchFieldValue": "#/components/schemas/NumberSearchFieldValue", + "StringSearchFieldValue": "#/components/schemas/StringSearchFieldValue" + } + } + }, + "SearchObject": { + "type": "object", + "allOf": [ + { + "$ref": "#/components/schemas/BaseObject" + } + ], + "additionalProperties": false, + "description": "Represents a search object." + }, + "SearchObjectTypeFilter": { + "enum": ["any", "illustration", "library", "map", "other", "topic"], + "type": "string", + "description": "Enumeration holding search object type options." + }, + "SearchRequest": { + "type": "object", + "properties": { + "expression": { + "allOf": [ + { + "$ref": "#/components/schemas/GroupSearchExpression" + } + ], + "description": "Search expressions group.\r\nUse Trisoft.InfoShare.WebApi.V30.Search.Models.AnywhereSearchFieldValue for filtering anywhere." + }, + "sortFields": { + "type": "array", + "items": { + "$ref": "#/components/schemas/BaseSearchSortField" + }, + "description": "Represents list of fields to be used to sort the search result.\r\nUse Trisoft.InfoShare.WebApi.V30.Search.Models.ScoreSearchSortField for sorting on the SolrLucene score. Trisoft.InfoShare.WebApi.V30.Search.Models.ScoreSearchSortField sort fields are used for SolrLucene by default.", + "nullable": true + }, + "versionFilter": { + "allOf": [ + { + "$ref": "#/components/schemas/SearchVersionFilter" + } + ], + "description": "Search version filter options." + }, + "objectTypes": { + "type": "array", + "items": { + "$ref": "#/components/schemas/SearchObjectTypeFilter" + }, + "description": "Search object type filter." + }, + "languages": { + "type": "array", + "items": { + "type": "string" + }, + "description": "The languages list to be be included in the search result.", + "nullable": true + }, + "resolutions": { + "type": "array", + "items": { + "type": "string" + }, + "description": "The resolutions list to be be included in the search result.", + "nullable": true + }, + "sizeLimit": { + "type": "integer", + "description": "The maximum number of objects to return.", + "format": "int32" + } + }, + "additionalProperties": false, + "description": "Represents search request criteria to find document objects." + }, + "SearchResponse": { + "type": "object", + "properties": { + "totalHitsFound": { + "type": "integer", + "description": "The total number of hits for the current search.", + "format": "int64" + }, + "entries": { + "type": "array", + "items": { + "$ref": "#/components/schemas/SearchResultEntry" + }, + "description": "Collection of search result entries." + } + }, + "additionalProperties": false, + "description": "Represents the search response." + }, + "SearchResultEntry": { + "type": "object", + "properties": { + "documentObjectType": { + "allOf": [ + { + "$ref": "#/components/schemas/DocumentObjectType" + } + ], + "description": "The document object type." + }, + "logicalId": { + "type": "string", + "description": "The document object logical id." + }, + "versionCardId": { + "type": "integer", + "description": "The document object version card id.", + "format": "int64" + }, + "languageCardId": { + "type": "integer", + "description": "The document object language card id.", + "format": "int64" + }, + "sequence": { + "type": "integer", + "description": "The search result entry sort sequence.", + "format": "int32" + } + }, + "additionalProperties": false, + "description": "Represents a search result entry." + }, + "SearchSortField": { + "required": ["ishField"], + "type": "object", + "allOf": [ + { + "$ref": "#/components/schemas/BaseSearchSortField" + } + ], + "properties": { + "ishField": { + "allOf": [ + { + "$ref": "#/components/schemas/IshField" + } + ], + "description": "The sorting field." + } + }, + "additionalProperties": false, + "description": "Represents a search order criteria." + }, + "SearchSortOrder": { + "enum": ["ascending", "descending"], + "type": "string", + "description": "Enumeration holding search sort order options." + }, + "SearchVersionFilter": { + "enum": ["latest", "all"], + "type": "string", + "description": "Enumeration holding search version filter options." + }, + "SelectedProperties": { + "enum": ["id", "titleAndDescription"], + "type": "string", + "description": "Enumeration holding the selected properties." + }, + "SetBaseObject": { + "required": ["type"], + "type": "object", + "properties": { + "type": { + "type": "string", + "description": "The type of the current object.", + "readOnly": true + } + }, + "additionalProperties": false, + "description": "Represents an object.", + "discriminator": { + "propertyName": "type", + "mapping": { + "SetUser": "#/components/schemas/SetUser", + "SetUserRole": "#/components/schemas/SetUserRole", + "SetUserGroup": "#/components/schemas/SetUserGroup", + "SetSetting": "#/components/schemas/SetSetting", + "SetPublication": "#/components/schemas/SetPublication", + "SetOutputFormat": "#/components/schemas/SetOutputFormat", + "SetManagedObject": "#/components/schemas/SetManagedObject", + "SetFolder": "#/components/schemas/SetFolder", + "SetElectronicDocumentType": "#/components/schemas/SetElectronicDocumentType", + "SetDocumentObject": "#/components/schemas/SetDocumentObject", + "SetBaseline": "#/components/schemas/SetBaseline" + } + } + }, + "SetBaseline": { + "required": ["id"], + "type": "object", + "allOf": [ + { + "$ref": "#/components/schemas/SetBaseObject" + } + ], + "properties": { + "id": { + "maxLength": 255, + "minLength": 1, + "pattern": "^(?=.*[a-zA-Z])[a-zA-Z0-9.-]*$", + "type": "string", + "description": "The identifier." + } + }, + "additionalProperties": false, + "description": "Represents a baseline." + }, + "SetCardFieldValue": { + "required": ["ishField"], + "type": "object", + "allOf": [ + { + "$ref": "#/components/schemas/SetFieldValue" + } + ], + "properties": { + "ishField": { + "allOf": [ + { + "$ref": "#/components/schemas/IshField" + } + ], + "description": "The field with information the name/label of the InfoShare field (e.g. FTITLE) and the level of the InfoShare field (e.g. logical, version, lng)." + }, + "value": { + "allOf": [ + { + "$ref": "#/components/schemas/SetBaseObject" + } + ], + "description": "The field value.", + "nullable": true + } + }, + "additionalProperties": false + }, + "SetDateTimeFieldValue": { + "required": ["ishField"], + "type": "object", + "allOf": [ + { + "$ref": "#/components/schemas/SetFieldValue" + } + ], + "properties": { + "ishField": { + "allOf": [ + { + "$ref": "#/components/schemas/IshField" + } + ], + "description": "The field with information the name/label of the InfoShare field (e.g. FTITLE) and the level of the InfoShare field (e.g. logical, version, lng)." + }, + "value": { + "type": "string", + "description": "The field value.", + "format": "date-time", + "nullable": true + } + }, + "additionalProperties": false + }, + "SetDocumentObject": { + "type": "object", + "allOf": [ + { + "$ref": "#/components/schemas/SetManagedObject" + } + ], + "additionalProperties": false, + "description": "Represents a document.\r\n\"SetDocumentObject\" must be identified by only one identifier either \"LogicalId\", \"VersionCardId\" or \"LanguageCardId\". " + }, + "SetElectronicDocumentType": { + "required": ["id"], + "type": "object", + "allOf": [ + { + "$ref": "#/components/schemas/SetBaseObject" + } + ], + "properties": { + "id": { + "maxLength": 255, + "minLength": 1, + "pattern": "^(?=.*[a-zA-Z])[a-zA-Z0-9.-]*$", + "type": "string", + "description": "The identifier." + } + }, + "additionalProperties": false, + "description": "Represents a edt." + }, + "SetFieldTag": { + "required": ["ishField"], + "type": "object", + "properties": { + "tags": { + "type": "array", + "items": { + "$ref": "#/components/schemas/SetTag" + }, + "description": "The list of tags." + }, + "ishField": { + "allOf": [ + { + "$ref": "#/components/schemas/IshField" + } + ], + "description": "The field with information the name/label of the InfoShare field (e.g. FTITLE) and the level of the InfoShare field (e.g. logical, version, lng)." + } + }, + "additionalProperties": false, + "description": "Represents a field tag that contains information to access a field, and the tags associated with the field." + }, + "SetFieldValue": { + "required": ["type"], + "type": "object", + "properties": { + "type": { + "type": "string", + "description": "The type of the current object.", + "readOnly": true + } + }, + "additionalProperties": false, + "description": "Represents a field value that contains information to access a field, and the value associated with the field.", + "discriminator": { + "propertyName": "type", + "mapping": { + "SetCardFieldValue": "#/components/schemas/SetCardFieldValue", + "SetDateTimeFieldValue": "#/components/schemas/SetDateTimeFieldValue", + "SetLovFieldValue": "#/components/schemas/SetLovFieldValue", + "SetMultiCardFieldValue": "#/components/schemas/SetMultiCardFieldValue", + "SetMultiDateTimeFieldValue": "#/components/schemas/SetMultiDateTimeFieldValue", + "SetMultiLovFieldValue": "#/components/schemas/SetMultiLovFieldValue", + "SetMultiNumberFieldValue": "#/components/schemas/SetMultiNumberFieldValue", + "SetMultiStringFieldValue": "#/components/schemas/SetMultiStringFieldValue", + "SetMultiTagFieldValue": "#/components/schemas/SetMultiTagFieldValue", + "SetMultiVersionFieldValue": "#/components/schemas/SetMultiVersionFieldValue", + "SetNumberFieldValue": "#/components/schemas/SetNumberFieldValue", + "SetObjectFieldValue": "#/components/schemas/SetObjectFieldValue", + "SetStringFieldValue": "#/components/schemas/SetStringFieldValue", + "SetTagFieldValue": "#/components/schemas/SetTagFieldValue", + "SetVersionFieldValue": "#/components/schemas/SetVersionFieldValue" + } + } + }, + "SetFolder": { + "required": ["id"], + "type": "object", + "allOf": [ + { + "$ref": "#/components/schemas/SetBaseObject" + } + ], + "properties": { + "id": { + "minLength": 1, + "type": "string", + "description": "The identifier." + } + }, + "additionalProperties": false, + "description": "Represents a folder." + }, + "SetLovFieldValue": { + "required": ["ishField"], + "type": "object", + "allOf": [ + { + "$ref": "#/components/schemas/SetFieldValue" + } + ], + "properties": { + "ishField": { + "allOf": [ + { + "$ref": "#/components/schemas/IshField" + } + ], + "description": "The field with information the name/label of the InfoShare field (e.g. FTITLE) and the level of the InfoShare field (e.g. logical, version, lng)." + }, + "value": { + "allOf": [ + { + "$ref": "#/components/schemas/SetLovValue" + } + ], + "description": "The field value.", + "nullable": true + } + }, + "additionalProperties": false + }, + "SetLovValue": { + "required": ["id"], + "type": "object", + "properties": { + "id": { + "maxLength": 255, + "minLength": 1, + "pattern": "^(?=.*[a-zA-Z])[a-zA-Z0-9.-]*$", + "type": "string", + "description": "The identifier." + } + }, + "additionalProperties": false, + "description": "Represents a settable item in a value list." + }, + "SetManagedObject": { + "required": ["type"], + "type": "object", + "allOf": [ + { + "$ref": "#/components/schemas/SetBaseObject" + } + ], + "properties": { + "type": { + "type": "string" + }, + "languageCardId": { + "type": "integer", + "description": "The language card identifier.", + "format": "int64", + "nullable": true + }, + "versionCardId": { + "type": "integer", + "description": "The version card identifier.", + "format": "int64", + "nullable": true + }, + "logicalId": { + "type": "string", + "description": "The logical identifier.", + "nullable": true + } + }, + "additionalProperties": false, + "description": "Represents an object to set a Document object or Publication.", + "discriminator": { + "propertyName": "type", + "mapping": { + "SetPublication": "#/components/schemas/SetPublication", + "SetDocumentObject": "#/components/schemas/SetDocumentObject" + } + } + }, + "SetMultiCardFieldValue": { + "required": ["ishField"], + "type": "object", + "allOf": [ + { + "$ref": "#/components/schemas/SetFieldValue" + } + ], + "properties": { + "ishField": { + "allOf": [ + { + "$ref": "#/components/schemas/IshField" + } + ], + "description": "The field with information the name/label of the InfoShare field (e.g. FTITLE) and the level of the InfoShare field (e.g. logical, version, lng)." + }, + "value": { + "type": "array", + "items": { + "$ref": "#/components/schemas/SetBaseObject" + }, + "description": "The field value." + } + }, + "additionalProperties": false + }, + "SetMultiDateTimeFieldValue": { + "required": ["ishField"], + "type": "object", + "allOf": [ + { + "$ref": "#/components/schemas/SetFieldValue" + } + ], + "properties": { + "ishField": { + "allOf": [ + { + "$ref": "#/components/schemas/IshField" + } + ], + "description": "The field with information the name/label of the InfoShare field (e.g. FTITLE) and the level of the InfoShare field (e.g. logical, version, lng)." + }, + "value": { + "type": "array", + "items": { + "type": "string", + "format": "date-time" + }, + "description": "The field value." + } + }, + "additionalProperties": false + }, + "SetMultiLovFieldValue": { + "required": ["ishField"], + "type": "object", + "allOf": [ + { + "$ref": "#/components/schemas/SetFieldValue" + } + ], + "properties": { + "ishField": { + "allOf": [ + { + "$ref": "#/components/schemas/IshField" + } + ], + "description": "The field with information the name/label of the InfoShare field (e.g. FTITLE) and the level of the InfoShare field (e.g. logical, version, lng)." + }, + "value": { + "type": "array", + "items": { + "$ref": "#/components/schemas/SetLovValue" + }, + "description": "The field value." + } + }, + "additionalProperties": false + }, + "SetMultiNumberFieldValue": { + "required": ["ishField"], + "type": "object", + "allOf": [ + { + "$ref": "#/components/schemas/SetFieldValue" + } + ], + "properties": { + "ishField": { + "allOf": [ + { + "$ref": "#/components/schemas/IshField" + } + ], + "description": "The field with information the name/label of the InfoShare field (e.g. FTITLE) and the level of the InfoShare field (e.g. logical, version, lng)." + }, + "value": { + "type": "array", + "items": { + "type": "number", + "format": "double" + }, + "description": "The field value." + } + }, + "additionalProperties": false + }, + "SetMultiStringFieldValue": { + "required": ["ishField"], + "type": "object", + "allOf": [ + { + "$ref": "#/components/schemas/SetFieldValue" + } + ], + "properties": { + "ishField": { + "allOf": [ + { + "$ref": "#/components/schemas/IshField" + } + ], + "description": "The field with information the name/label of the InfoShare field (e.g. FTITLE) and the level of the InfoShare field (e.g. logical, version, lng)." + }, + "value": { + "type": "array", + "items": { + "type": "string" + }, + "description": "The field value." + } + }, + "additionalProperties": false + }, + "SetMultiTagFieldValue": { + "required": ["ishField"], + "type": "object", + "allOf": [ + { + "$ref": "#/components/schemas/SetFieldValue" + } + ], + "properties": { + "ishField": { + "allOf": [ + { + "$ref": "#/components/schemas/IshField" + } + ], + "description": "The field with information the name/label of the InfoShare field (e.g. FTITLE) and the level of the InfoShare field (e.g. logical, version, lng)." + }, + "value": { + "type": "array", + "items": { + "$ref": "#/components/schemas/SetTag" + }, + "description": "The field value." + } + }, + "additionalProperties": false + }, + "SetMultiVersionFieldValue": { + "required": ["ishField"], + "type": "object", + "allOf": [ + { + "$ref": "#/components/schemas/SetFieldValue" + } + ], + "properties": { + "ishField": { + "allOf": [ + { + "$ref": "#/components/schemas/IshField" + } + ], + "description": "The field with information the name/label of the InfoShare field (e.g. FTITLE) and the level of the InfoShare field (e.g. logical, version, lng)." + }, + "value": { + "type": "array", + "items": { + "type": "string" + }, + "description": "The field value." + } + }, + "additionalProperties": false + }, + "SetMyPreferencesParameters": { + "required": ["setName"], + "type": "object", + "properties": { + "setName": { + "maxLength": 255, + "minLength": 1, + "pattern": "^[a-zA-Z][a-zA-Z0-9._-]*$", + "type": "string", + "description": "The name of the preference set to be updated." + } + }, + "additionalProperties": false, + "description": "The request object to set current user preferences that match the criteria given in the properties." + }, + "SetNumberFieldValue": { + "required": ["ishField"], + "type": "object", + "allOf": [ + { + "$ref": "#/components/schemas/SetFieldValue" + } + ], + "properties": { + "ishField": { + "allOf": [ + { + "$ref": "#/components/schemas/IshField" + } + ], + "description": "The field with information the name/label of the InfoShare field (e.g. FTITLE) and the level of the InfoShare field (e.g. logical, version, lng)." + }, + "value": { + "type": "number", + "description": "The field value.", + "format": "double", + "nullable": true + } + }, + "additionalProperties": false + }, + "SetObjectFieldValue": { + "required": ["ishField"], + "type": "object", + "allOf": [ + { + "$ref": "#/components/schemas/SetFieldValue" + } + ], + "properties": { + "ishField": { + "allOf": [ + { + "$ref": "#/components/schemas/IshField" + } + ], + "description": "The field with information the name/label of the InfoShare field (e.g. FTITLE) and the level of the InfoShare field (e.g. logical, version, lng)." + }, + "value": { + "description": "The field value.", + "nullable": true + } + }, + "additionalProperties": false + }, + "SetOutputFormat": { + "required": ["id"], + "type": "object", + "allOf": [ + { + "$ref": "#/components/schemas/SetBaseObject" + } + ], + "properties": { + "id": { + "maxLength": 255, + "minLength": 1, + "pattern": "^(?=.*[a-zA-Z])[a-zA-Z0-9.-]*$", + "type": "string", + "description": "The identifier." + } + }, + "additionalProperties": false, + "description": "Represents an OutputFormat." + }, + "SetPreferenceItem": { + "required": ["name"], + "type": "object", + "properties": { + "name": { + "maxLength": 255, + "minLength": 1, + "pattern": "^[a-zA-Z][a-zA-Z0-9._-]*$", + "type": "string", + "description": "The name of the preference item." + }, + "value": { + "type": "string", + "description": "The value of the preference item.", + "nullable": true + } + }, + "additionalProperties": false, + "description": "Represents user preference item." + }, + "SetPreferencesParameters": { + "required": ["id", "setName"], + "type": "object", + "properties": { + "id": { + "maxLength": 255, + "minLength": 1, + "pattern": "^(?=.*[a-zA-Z])[a-zA-Z0-9.-]*$", + "type": "string", + "description": "The identifier of the user." + }, + "setName": { + "maxLength": 255, + "minLength": 1, + "pattern": "^[a-zA-Z][a-zA-Z0-9._-]*$", + "type": "string", + "description": "The name of the preference set to be updated." + } + }, + "additionalProperties": false, + "description": "The request object to set user preferences that match the criteria given in the properties." + }, + "SetPublication": { + "type": "object", + "allOf": [ + { + "$ref": "#/components/schemas/SetManagedObject" + } + ], + "additionalProperties": false, + "description": "Represents a publication.\r\n\"SetPublication\" must be identified by only one identifier either \"LogicalId\", \"VersionCardId\" or \"LanguageCardId\". " + }, + "SetSetting": { + "required": ["id"], + "type": "object", + "allOf": [ + { + "$ref": "#/components/schemas/SetBaseObject" + } + ], + "properties": { + "id": { + "maxLength": 100, + "minLength": 1, + "pattern": "^(?=.*[a-zA-Z])[a-zA-Z0-9.-]*$", + "type": "string", + "description": "The identifier." + } + }, + "additionalProperties": false, + "description": "Represents a setting." + }, + "SetStringFieldValue": { + "required": ["ishField"], + "type": "object", + "allOf": [ + { + "$ref": "#/components/schemas/SetFieldValue" + } + ], + "properties": { + "ishField": { + "allOf": [ + { + "$ref": "#/components/schemas/IshField" + } + ], + "description": "The field with information the name/label of the InfoShare field (e.g. FTITLE) and the level of the InfoShare field (e.g. logical, version, lng)." + }, + "value": { + "type": "string", + "description": "The field value.", + "nullable": true + } + }, + "additionalProperties": false + }, + "SetTag": { + "required": ["id"], + "type": "object", + "properties": { + "id": { + "maxLength": 255, + "minLength": 1, + "pattern": "^[a-zA-Z0-9+!:|&=\\\\/#@%?~._-]+$", + "type": "string", + "description": "The identifier." + } + }, + "additionalProperties": false, + "description": "Represents a tag." + }, + "SetTagFieldValue": { + "required": ["ishField"], + "type": "object", + "allOf": [ + { + "$ref": "#/components/schemas/SetFieldValue" + } + ], + "properties": { + "ishField": { + "allOf": [ + { + "$ref": "#/components/schemas/IshField" + } + ], + "description": "The field with information the name/label of the InfoShare field (e.g. FTITLE) and the level of the InfoShare field (e.g. logical, version, lng)." + }, + "value": { + "allOf": [ + { + "$ref": "#/components/schemas/SetTag" + } + ], + "description": "The field value.", + "nullable": true + } + }, + "additionalProperties": false + }, + "SetUser": { + "required": ["id"], + "type": "object", + "allOf": [ + { + "$ref": "#/components/schemas/SetBaseObject" + } + ], + "properties": { + "id": { + "maxLength": 255, + "minLength": 1, + "pattern": "^(?=.*[a-zA-Z])[a-zA-Z0-9.-]*$", + "type": "string", + "description": "The identifier." + } + }, + "additionalProperties": false, + "description": "Represents a user." + }, + "SetUserGroup": { + "required": ["id"], + "type": "object", + "allOf": [ + { + "$ref": "#/components/schemas/SetBaseObject" + } + ], + "properties": { + "id": { + "maxLength": 255, + "minLength": 1, + "pattern": "^(?=.*[a-zA-Z])[a-zA-Z0-9.-]*$", + "type": "string", + "description": "The identifier." + } + }, + "additionalProperties": false, + "description": "Represents a user group." + }, + "SetUserRole": { + "required": ["id"], + "type": "object", + "allOf": [ + { + "$ref": "#/components/schemas/SetBaseObject" + } + ], + "properties": { + "id": { + "maxLength": 255, + "minLength": 1, + "pattern": "^(?=.*[a-zA-Z])[a-zA-Z0-9.-]*$", + "type": "string", + "description": "The identifier." + } + }, + "additionalProperties": false, + "description": "Represents a user role." + }, + "SetVersionFieldValue": { + "required": ["ishField"], + "type": "object", + "allOf": [ + { + "$ref": "#/components/schemas/SetFieldValue" + } + ], + "properties": { + "ishField": { + "allOf": [ + { + "$ref": "#/components/schemas/IshField" + } + ], + "description": "The field with information the name/label of the InfoShare field (e.g. FTITLE) and the level of the InfoShare field (e.g. logical, version, lng)." + }, + "value": { + "type": "string", + "description": "The field value.", + "nullable": true + } + }, + "additionalProperties": false + }, + "Setting": { + "type": "object", + "allOf": [ + { + "$ref": "#/components/schemas/BaseObject" + } + ], + "additionalProperties": false, + "description": "Represents a setting." + }, + "SettingsFieldDefinition": { + "type": "object", + "properties": { + "name": { + "type": "string", + "description": "Gets the element name of the field (e.g. CREATED-ON)", + "nullable": true + }, + "title": { + "type": "string", + "description": "Gets the label of the field (e.g. Creation date)", + "nullable": true + }, + "description": { + "type": "string", + "description": "Gets the description of the field (e.g. \"Used on all cards to indicate the date that the object was created\")", + "nullable": true + }, + "fieldType": { + "allOf": [ + { + "$ref": "#/components/schemas/FieldType" + } + ], + "description": "Gets the type of the field" + }, + "level": { + "allOf": [ + { + "$ref": "#/components/schemas/Level" + } + ], + "description": "Gets the InfoShare level of the field" + }, + "isMandatory": { + "type": "boolean", + "description": "Is the field mandatory or not?" + }, + "isMultiValue": { + "type": "boolean", + "description": "Is the field multi value or not?" + }, + "allowOnRead": { + "type": "boolean", + "description": "Can the field be requested during a \"Read\" action (GetMetadata, RetrieveMetadata, Find,...)?" + }, + "allowOnCreate": { + "type": "boolean", + "description": "Can the field be set via the metadata during a \"Create\" action?" + }, + "allowOnUpdate": { + "type": "boolean", + "description": "Can the field be updated via the metadata during a \"Update\" action (Update, SetMetadata,...)?" + }, + "allowOnSearch": { + "type": "boolean", + "description": "Can the field be requested during a search?" + }, + "allowOnSmartTagging": { + "type": "boolean", + "description": "Can the field be requested during a \"SmartTagging\" action (GetMetadata, RetrieveMetadata, Find,...)?" + }, + "isSystem": { + "type": "boolean", + "description": "Is the field a system field or not?" + }, + "isBasic": { + "type": "boolean", + "description": "Is the field a basic field (e.g. DOC-LANGUAGE) or not (e.g. FISHLINKS)?" + }, + "isDescriptive": { + "type": "boolean", + "description": "Is this field necessary for full describing the object?" + }, + "dataSource": { + "type": "string", + "description": "Gets the data source of the Tag type field.", + "nullable": true + }, + "lovReference": { + "type": "string", + "description": "Gets the reference of the Lov type field.", + "nullable": true + }, + "cardReferences": { + "type": "array", + "items": { + "$ref": "#/components/schemas/FieldCardReference" + }, + "description": "Gets the references of the Card type field.", + "nullable": true + } + }, + "additionalProperties": false, + "description": "Represents a settings field definition." + }, + "SeverityLevel": { + "enum": ["error", "warning", "message", "info"], + "type": "string", + "description": "List of Severity Levels" + }, + "Status": { + "type": "object", + "properties": { + "value": { + "allOf": [ + { + "$ref": "#/components/schemas/LovValue" + } + ], + "description": "The value of the status element in the report configuration XML." + }, + "nextStatuses": { + "type": "array", + "items": { + "$ref": "#/components/schemas/NextStatus" + }, + "description": "List of the possible next statuses.", + "nullable": true + } + }, + "additionalProperties": false, + "description": "Represents status element in the report configuration XML." + }, + "StatusDefinition": { + "type": "object", + "properties": { + "status": { + "allOf": [ + { + "$ref": "#/components/schemas/LovValue" + } + ], + "description": "Status: A Trisoft.InfoShare.WebApi.V30.Models.LovValue describing the status value of the definition." + }, + "statusType": { + "allOf": [ + { + "$ref": "#/components/schemas/StatusType" + } + ], + "description": "StatusType: Type of the status described in Trisoft.InfoShare.WebApi.V30.Workflows.Models.StatusDefinition.Status." + } + }, + "additionalProperties": false, + "description": "Represents an item in a value list." + }, + "StatusFilter": { + "enum": [ + "all", + "latestReleased", + "draftOrLatestReleased", + "allReleased" + ], + "type": "string", + "description": "Allows explicit filtering on the language level status field.\r\n\r\nDepending on which status filter is specified, the objects with following status types can be returned:\r\n
Status filterReturned status types
AllAll status types
LatestReleasedLatest released excluding out-of-date
DraftOrLatestReleasedDraft and latest released excluding out-of-date
AllReleasedAll released including out-of-date
" + }, + "StatusGroup": { + "type": "object", + "properties": { + "title": { + "type": "string", + "description": "The status group title." + }, + "statuses": { + "type": "array", + "items": { + "$ref": "#/components/schemas/Status" + }, + "description": "List of the possible statuses." + } + }, + "additionalProperties": false, + "description": "Represents status group element in the report configuration XML." + }, + "StatusStatistics": { + "required": ["type"], + "type": "object", + "properties": { + "type": { + "type": "string" + }, + "sourceLanguageStatusGroups": { + "type": "array", + "items": { + "$ref": "#/components/schemas/StatusGroup" + }, + "description": "The source language list of status groups." + } + }, + "additionalProperties": false, + "description": "Represents statistics element in the report configuration XML.", + "discriminator": { + "propertyName": "type", + "mapping": { + "StatusStatistics": "#/components/schemas/StatusStatistics", + "TranslationStatusStatistics": "#/components/schemas/TranslationStatusStatistics" + } + } + }, + "StatusType": { + "enum": ["draft", "released"], + "type": "string", + "description": "Enumeration with the possible status types" + }, + "StringFieldValue": { + "type": "object", + "allOf": [ + { + "$ref": "#/components/schemas/FieldValue" + } + ], + "properties": { + "value": { + "type": "string", + "nullable": true + } + }, + "additionalProperties": false + }, + "StringFilterFieldValue": { + "required": ["value"], + "type": "object", + "allOf": [ + { + "$ref": "#/components/schemas/FilterFieldValue" + } + ], + "properties": { + "value": { + "minItems": 1, + "type": "array", + "items": { + "type": "string" + }, + "description": "The filter field value." + } + }, + "additionalProperties": false + }, + "StringSearchFieldValue": { + "required": ["value"], + "type": "object", + "allOf": [ + { + "$ref": "#/components/schemas/SearchFieldValue" + } + ], + "properties": { + "value": { + "minItems": 1, + "type": "array", + "items": { + "minLength": 1, + "type": "string" + }, + "description": "Collection of values to search for." + } + }, + "additionalProperties": false, + "description": "Represents search field value of type System.Collections.Generic.IList`1." + }, + "Tag": { + "type": "object", + "allOf": [ + { + "$ref": "#/components/schemas/BaseItem" + } + ], + "properties": { + "annotatedTitle": { + "type": "string", + "description": "The annotated title of the tag.\r\nThe value is an HTML string containing the title and <em> elements to mark the input filter, e.g. <em>soft</em> & hard.", + "nullable": true + }, + "isSelectable": { + "type": "boolean", + "description": "A value that indicates whether the tag can be selected." + }, + "isValid": { + "type": "boolean", + "description": "A value that indicates whether the tag is valid." + } + }, + "additionalProperties": false, + "description": "Represents a tag." + }, + "TagFieldValue": { + "type": "object", + "allOf": [ + { + "$ref": "#/components/schemas/FieldValue" + } + ], + "properties": { + "value": { + "allOf": [ + { + "$ref": "#/components/schemas/Tag" + } + ], + "description": "Represents a tag.", + "nullable": true + } + }, + "additionalProperties": false + }, + "TagFilterFieldValue": { + "required": ["value"], + "type": "object", + "allOf": [ + { + "$ref": "#/components/schemas/FilterFieldValue" + } + ], + "properties": { + "value": { + "minItems": 1, + "type": "array", + "items": { + "$ref": "#/components/schemas/SetTag" + }, + "description": "The filter field value." + } + }, + "additionalProperties": false + }, + "TagList": { + "required": ["type"], + "type": "object", + "properties": { + "type": { + "type": "string" + }, + "tags": { + "type": "array", + "items": { + "$ref": "#/components/schemas/Tag" + }, + "description": "The list of tags." + }, + "messages": { + "type": "array", + "items": { + "$ref": "#/components/schemas/Message" + }, + "description": "The list of messages.", + "nullable": true + } + }, + "additionalProperties": false, + "description": "Represents a list with tags.", + "discriminator": { + "propertyName": "type", + "mapping": { + "TagList": "#/components/schemas/TagList", + "FieldTag": "#/components/schemas/FieldTag" + } + } + }, + "TagRelation": { + "type": "object", + "properties": { + "fromId": { + "type": "string", + "description": "The from tag id. If this property is null or System.String.Empty, it indicates that this term appears as a root in the tree.", + "nullable": true + }, + "toId": { + "type": "string", + "description": "The to tag id." + } + }, + "additionalProperties": false, + "description": "Represents a tag relation." + }, + "TagStructure": { + "type": "object", + "properties": { + "tags": { + "type": "array", + "items": { + "$ref": "#/components/schemas/Tag" + }, + "description": "The list of tags." + }, + "relations": { + "type": "array", + "items": { + "$ref": "#/components/schemas/TagRelation" + }, + "description": "The list of tag relations." + }, + "messages": { + "type": "array", + "items": { + "$ref": "#/components/schemas/Message" + }, + "description": "The list of messages.", + "nullable": true + } + }, + "additionalProperties": false, + "description": "Represents a tags structure." + }, + "TerminateEvent": { + "required": ["status"], + "type": "object", + "properties": { + "status": { + "allOf": [ + { + "$ref": "#/components/schemas/ProgressStatus" + } + ], + "description": "Final status of the event.\r\nBusy status is not allowed." + }, + "currentProgress": { + "minimum": 0, + "type": "integer", + "description": "The current position within the progress range.", + "format": "int32", + "nullable": true + }, + "maximumProgress": { + "minimum": 0, + "type": "integer", + "description": "The maximum progress you expect for this type of event.", + "format": "int32", + "nullable": true + } + }, + "additionalProperties": false, + "description": "Represents a terminate event model." + }, + "TerminateEventParameters": { + "required": ["progressId"], + "type": "object", + "properties": { + "progressId": { + "minimum": 0, + "exclusiveMinimum": true, + "type": "integer", + "format": "int64" + } + }, + "additionalProperties": false, + "description": "Request parameters identifying the terminate event." + }, + "ToStatus": { + "type": "object", + "properties": { + "label": { + "type": "string", + "description": "The Label of the ToStatus." + }, + "lovValue": { + "allOf": [ + { + "$ref": "#/components/schemas/LovValue" + } + ], + "description": "The LovValue." + } + }, + "additionalProperties": false, + "description": "Represents a ToStatus." + }, + "TranslationReportSettings": { + "type": "object", + "allOf": [ + { + "$ref": "#/components/schemas/ReportSettings" + } + ], + "properties": { + "statistics": { + "allOf": [ + { + "$ref": "#/components/schemas/TranslationStatusStatistics" + } + ], + "description": "Represents status statistic configuration." + } + }, + "additionalProperties": false, + "description": "Represents the translation report configuration." + }, + "TranslationStatus": { + "type": "object", + "properties": { + "translationStatusType": { + "allOf": [ + { + "$ref": "#/components/schemas/TranslationStatusType" + } + ], + "description": "Represents the type of the translation status." + }, + "status": { + "allOf": [ + { + "$ref": "#/components/schemas/LovValue" + } + ], + "description": "The Lov status." + } + }, + "additionalProperties": false, + "description": "Represents translation status." + }, + "TranslationStatusStatistics": { + "type": "object", + "allOf": [ + { + "$ref": "#/components/schemas/StatusStatistics" + } + ], + "properties": { + "targetLanguageStatusGroups": { + "type": "array", + "items": { + "$ref": "#/components/schemas/StatusGroup" + }, + "description": "The target language list of status groups." + } + }, + "additionalProperties": false, + "description": "Represents statistics element in the report configuration XML." + }, + "TranslationStatusType": { + "enum": [ + "initial", + "inTranslation", + "translationInReview", + "translationApproved", + "translationRejected" + ], + "type": "string", + "description": "Enumeration that lists possible translation status types." + }, + "TypeDefinition": { + "type": "object", + "properties": { + "objectType": { + "allOf": [ + { + "$ref": "#/components/schemas/ObjectType" + } + ], + "description": "Gets the object type." + }, + "fieldDefinitions": { + "type": "array", + "items": { + "$ref": "#/components/schemas/SettingsFieldDefinition" + }, + "description": "Gets the list of field definitions.", + "nullable": true + } + }, + "additionalProperties": false, + "description": "Represents a type definition." + }, + "UndoCheckoutDocumentObject": { + "type": "object", + "properties": { + "requiredCurrentFields": { + "type": "array", + "items": { + "$ref": "#/components/schemas/SetFieldValue" + }, + "description": "Fields that will be used in concurrency check.\r\nEach individual field in this collection should have the same exact value in the database in order to undo checkout the Trisoft.InfoShare.WebApi.V30.DocumentObjects.Models.DocumentObject" + } + }, + "additionalProperties": false, + "description": "Represents model to undo checkout of a document" + }, + "UndoCheckoutDocumentObjectParameters": { + "required": ["languageCardId"], + "type": "object", + "properties": { + "languageCardId": { + "minimum": 0, + "exclusiveMinimum": true, + "type": "integer", + "description": "The language card identifier of the document object.", + "format": "int64" + } + }, + "additionalProperties": false, + "description": "Request parameters to undo the checkout of the document object specified by the language card identifier." + }, + "UnpublishPublication": { + "type": "object", + "properties": { + "requiredCurrentFields": { + "type": "array", + "items": { + "$ref": "#/components/schemas/SetFieldValue" + }, + "description": "Fields that will be used in concurrency check.\r\nEach individual field in this collection should have the same exact value in the database in order to publish the Trisoft.InfoShare.WebApi.V30.Publications.Models.Publication.", + "nullable": true + } + }, + "additionalProperties": false, + "description": "Represents an unpublish model for publication." + }, + "UnreleasePublication": { + "type": "object", + "properties": { + "requiredCurrentFields": { + "type": "array", + "items": { + "$ref": "#/components/schemas/SetFieldValue" + }, + "description": "Fields that will be used in concurrency check.", + "nullable": true + } + }, + "additionalProperties": false, + "description": "Model representing parameters for unreleasing a publication" + }, + "UpdateDocumentObject": { + "required": ["fields"], + "type": "object", + "properties": { + "fields": { + "minItems": 1, + "type": "array", + "items": { + "$ref": "#/components/schemas/SetFieldValue" + }, + "description": "The list of field values to be changed." + }, + "requiredCurrentFields": { + "type": "array", + "items": { + "$ref": "#/components/schemas/SetFieldValue" + }, + "description": "Fields that will be used in concurrency check.\r\nEach individual field in this collection should have the same exact value in the database in order to update the Trisoft.InfoShare.WebApi.V30.DocumentObjects.Models.DocumentObject" + } + }, + "additionalProperties": false, + "description": "Represents a document." + }, + "UpdateDocumentObjectByLanguageCardIdParameters": { + "required": ["languageCardId"], + "type": "object", + "properties": { + "languageCardId": { + "minimum": 0, + "exclusiveMinimum": true, + "type": "integer", + "description": "The language card identifier of the document object.", + "format": "int64" + } + }, + "additionalProperties": false, + "description": "Request parameters to update the document object specified by the language card identifier." + }, + "UpdateDocumentObjectByLogicalIdParameters": { + "required": ["logicalId"], + "type": "object", + "properties": { + "logicalId": { + "maxLength": 100, + "minLength": 1, + "pattern": "^(?=.*[a-zA-Z])[a-zA-Z0-9.-]*$", + "type": "string", + "description": "The logical identifier of the document object." + }, + "version": { + "type": "string", + "description": "The version of the document object.", + "nullable": true + }, + "language": { + "maxLength": 255, + "type": "string", + "description": "The language of the document object.", + "nullable": true + }, + "resolution": { + "maxLength": 255, + "type": "string", + "description": "The resolution of the document object.", + "nullable": true + } + }, + "additionalProperties": false, + "description": "Request parameters to update the document object specified by the logical identifier, version, language and resolution." + }, + "UpdateDocumentObjectContent": { + "type": "object", + "properties": { + "fields": { + "type": "array", + "items": { + "$ref": "#/components/schemas/SetFieldValue" + }, + "description": "The list of field values to be changed." + }, + "requiredCurrentFields": { + "type": "array", + "items": { + "$ref": "#/components/schemas/SetFieldValue" + }, + "description": "Fields that will be used in concurrency check.\r\nEach individual field in this collection should have the same exact value in the database in order to update the Trisoft.InfoShare.WebApi.V30.DocumentObjects.Models.DocumentObject" + } + }, + "additionalProperties": false, + "description": "Request object to update object content in the repository that match the criteria given in the properties." + }, + "UpdateFolder": { + "required": ["fields"], + "type": "object", + "properties": { + "fields": { + "minItems": 1, + "type": "array", + "items": { + "$ref": "#/components/schemas/SetFieldValue" + }, + "description": "The list of field values." + } + }, + "additionalProperties": false, + "description": "Represents an update folder model." + }, + "UpdateLovValue": { + "required": ["description", "title"], + "type": "object", + "properties": { + "title": { + "minLength": 1, + "type": "string", + "description": "The lov value title" + }, + "description": { + "type": "string", + "description": "The lov value description" + }, + "active": { + "type": "boolean", + "description": "The lov value active status" + } + }, + "additionalProperties": false, + "description": "Represents an update lov Value model." + }, + "UpdateOutputFormat": { + "required": ["fields"], + "type": "object", + "properties": { + "fields": { + "minItems": 1, + "type": "array", + "items": { + "$ref": "#/components/schemas/SetFieldValue" + }, + "description": "The list of field values." + } + }, + "additionalProperties": false, + "description": "Represents an update output format model" + }, + "UpdateOutputFormatParameters": { + "required": ["id"], + "type": "object", + "properties": { + "id": { + "maxLength": 255, + "minLength": 1, + "pattern": "^(?=.*[a-zA-Z])[a-zA-Z0-9.-]*$", + "type": "string", + "description": "Identifier of the output format." + } + }, + "additionalProperties": false, + "description": "Represents an update output format model" + }, + "UpdatePreferenceSet": { + "required": ["items"], + "type": "object", + "properties": { + "items": { + "minItems": 1, + "type": "array", + "items": { + "$ref": "#/components/schemas/SetPreferenceItem" + }, + "description": "The list of preference items." + } + }, + "additionalProperties": false, + "description": "Represents an update current user preference set model." + }, + "UpdateProject": { + "type": "object", + "properties": { + "fields": { + "type": "array", + "items": { + "$ref": "#/components/schemas/SetFieldValue" + }, + "description": "The list of field values to be changed." + }, + "requiredCurrentFields": { + "type": "array", + "items": { + "$ref": "#/components/schemas/SetFieldValue" + }, + "description": "Fields that will be used in concurrency check.\r\nEach individual field in this collection should have the same exact value in the database in order to update the Trisoft.InfoShare.WebApi.V30.Projects.Models.Project", + "nullable": true + } + }, + "additionalProperties": false, + "description": "Represents an update project model." + }, + "UpdateProjectAssignee": { + "type": "object", + "properties": { + "fields": { + "type": "array", + "items": { + "$ref": "#/components/schemas/SetFieldValue" + }, + "description": "The list of field values to be changed." + }, + "requiredCurrentFields": { + "type": "array", + "items": { + "$ref": "#/components/schemas/SetFieldValue" + }, + "description": "Fields that will be used in concurrency check.\r\nEach individual field in this collection should have the same exact value in the database in order to update the assignee.", + "nullable": true + } + }, + "additionalProperties": false, + "description": "Represent update project's assignee model." + }, + "UpdatePublication": { + "type": "object", + "properties": { + "fields": { + "type": "array", + "items": { + "$ref": "#/components/schemas/SetFieldValue" + }, + "description": "The list of field values to be changed." + }, + "requiredCurrentFields": { + "type": "array", + "items": { + "$ref": "#/components/schemas/SetFieldValue" + }, + "description": "Fields that will be used in concurrency check.\r\nEach individual field in this collection should have the same exact value in the database in order to update the Trisoft.InfoShare.WebApi.V30.Publications.Models.Publication", + "nullable": true + } + }, + "additionalProperties": false, + "description": "Represents an update model for publication." + }, + "UpdateSettings": { + "required": ["fields"], + "type": "object", + "properties": { + "fields": { + "minItems": 1, + "type": "array", + "items": { + "$ref": "#/components/schemas/SetFieldValue" + }, + "description": "The list of field values to be updated." + }, + "requiredCurrentFields": { + "type": "array", + "items": { + "$ref": "#/components/schemas/SetFieldValue" + }, + "description": "Fields that will be used in concurrency check.\r\nEach individual field in this collection should have the same exact value in the database in order to update the Trisoft.InfoShare.WebApi.V30.Settings.Models.Setting" + } + }, + "additionalProperties": false, + "description": "Represents an update settings model." + }, + "UpdateStatusDefinition": { + "required": ["active", "description", "title"], + "type": "object", + "properties": { + "title": { + "maxLength": 255, + "minLength": 1, + "type": "string", + "description": "The status definition title" + }, + "description": { + "maxLength": 1000, + "type": "string", + "description": "The status definition description" + }, + "active": { + "type": "boolean", + "description": "The status definition active status" + } + }, + "additionalProperties": false, + "description": "Represents an update status definition model." + }, + "UpdateUser": { + "required": ["fields"], + "type": "object", + "properties": { + "fields": { + "minItems": 1, + "type": "array", + "items": { + "$ref": "#/components/schemas/SetFieldValue" + }, + "description": "The list of field values." + } + }, + "additionalProperties": false, + "description": "Represents an update user model." + }, + "UpdateUserGroup": { + "required": ["fields"], + "type": "object", + "properties": { + "fields": { + "minItems": 1, + "type": "array", + "items": { + "$ref": "#/components/schemas/SetFieldValue" + }, + "description": "The list of field values." + } + }, + "additionalProperties": false, + "description": "Represents an update user group model" + }, + "UpdateUserGroupParameters": { + "required": ["id"], + "type": "object", + "properties": { + "id": { + "maxLength": 255, + "minLength": 1, + "pattern": "^(?=.*[a-zA-Z])[a-zA-Z0-9.-]*$", + "type": "string", + "description": "Identifier of the group." + } + }, + "additionalProperties": false, + "description": "Represents an update user group model" + }, + "UpdateUserParameters": { + "required": ["id"], + "type": "object", + "properties": { + "id": { + "maxLength": 255, + "minLength": 1, + "pattern": "^(?=.*[a-zA-Z])[a-zA-Z0-9.-]*$", + "type": "string", + "description": "The identifier of the user." + } + }, + "additionalProperties": false, + "description": "The request object to update a user that match the criteria given in the properties." + }, + "UpdateUserRole": { + "required": ["fields"], + "type": "object", + "properties": { + "fields": { + "minItems": 1, + "type": "array", + "items": { + "$ref": "#/components/schemas/SetFieldValue" + }, + "description": "The list of field values." + } + }, + "additionalProperties": false, + "description": "Represents an update user role model" + }, + "UpdateUserRoleParameters": { + "required": ["id"], + "type": "object", + "properties": { + "id": { + "maxLength": 255, + "minLength": 1, + "pattern": "^(?=.*[a-zA-Z])[a-zA-Z0-9.-]*$", + "type": "string", + "description": "Identifier of the role." + } + }, + "additionalProperties": false, + "description": "Represents an update user role model" + }, + "User": { + "type": "object", + "allOf": [ + { + "$ref": "#/components/schemas/BaseObject" + } + ], + "additionalProperties": false, + "description": "Represents a user." + }, + "UserFilter": { + "enum": ["all", "current"], + "type": "string", + "description": "Enumeration holding the possible filters on a user column/field" + }, + "UserGroup": { + "type": "object", + "allOf": [ + { + "$ref": "#/components/schemas/BaseObject" + } + ], + "additionalProperties": false, + "description": "Represents a user group." + }, + "UserRole": { + "type": "object", + "allOf": [ + { + "$ref": "#/components/schemas/BaseObject" + } + ], + "additionalProperties": false, + "description": "Represents a user role." + }, + "VersionFieldValue": { + "type": "object", + "allOf": [ + { + "$ref": "#/components/schemas/FieldValue" + } + ], + "properties": { + "value": { + "type": "string", + "nullable": true + } + }, + "additionalProperties": false + }, + "WorkflowReportSettings": { + "type": "object", + "allOf": [ + { + "$ref": "#/components/schemas/ReportSettings" + } + ], + "properties": { + "statistics": { + "allOf": [ + { + "$ref": "#/components/schemas/StatusStatistics" + } + ], + "description": "Represents status statistic configuration." + } + }, + "additionalProperties": false, + "description": "Represents the workflow report configuration." + } + }, + "securitySchemes": { + "Bearer": { + "type": "http", + "description": "Enter an access token (jwt+at).", + "scheme": "Bearer", + "bearerFormat": "JWT" + } + } + }, + "security": [ + { + "Bearer": [] + } + ] +} diff --git a/api/15.1/swagger-ui.version b/api/15.1/swagger-ui.version new file mode 100644 index 0000000..3cfda47 --- /dev/null +++ b/api/15.1/swagger-ui.version @@ -0,0 +1 @@ +v5.17.14 diff --git a/api/dist/SwaggerTridion.js b/api/dist/SwaggerTridion.js new file mode 100644 index 0000000..99d7faa --- /dev/null +++ b/api/dist/SwaggerTridion.js @@ -0,0 +1,33 @@ +(function () { + const contains = function(srt, subStr) { + return (typeof (srt) != "undefined" && srt != null && srt.toLowerCase().indexOf(subStr) > -1) + } + + const opsFilterExtended = function(taggedOps, phrase) { + phrase = phrase.toLowerCase() + var normalTaggedOps = JSON.parse(JSON.stringify(taggedOps)); // here we do skip DOM attached to the taggedOps + for (tagObj in normalTaggedOps) { + var operations = normalTaggedOps[tagObj].operations; + var i = operations.length; + while (i--) { + var operation = operations[i].operation; + if (!contains(operations[i].path, phrase) + && !contains(operation.summary, phrase) + && !contains(operation.description, phrase) + ) { + operations.splice(i, 1); + } + } + if (operations.length == 0) { + delete normalTaggedOps[tagObj]; + } + else { + normalTaggedOps[tagObj].operations = operations; + } + } + + return ui.Im.fromJS(normalTaggedOps); + } + + ui.fn.opsFilter = opsFilterExtended +})() diff --git a/api/dist/favicon-16x16.png b/api/dist/favicon-16x16.png new file mode 100644 index 0000000000000000000000000000000000000000..8b194e617af1c135e6b37939591d24ac3a5efa18 GIT binary patch literal 665 zcmV;K0%rY*P)}JKSduyL>)s!A4EhTMMEM%Q;aL6%l#xiZiF>S;#Y{N2Zz%pvTGHJduXuC6Lx-)0EGfRy*N{Tv4i8@4oJ41gw zKzThrcRe|7J~(YYIBq{SYCkn-KQm=N8$CrEK1CcqMI1dv9z#VRL_{D)L|`QmF8}}l zJ9JV`Q}p!p_4f7m_U`WQ@apR4;o;!mnU<7}iG_qr zF(e)x9~BG-3IzcG2M4an0002kNkl41`ZiN1i62V%{PM@Ry|IS_+Yc7{bb`MM~xm(7p4|kMHP&!VGuDW4kFixat zXw43VmgwEvB$hXt_u=vZ>+v4i7E}n~eG6;n4Z=zF1n?T*yg<;W6kOfxpC6nao>VR% z?fpr=asSJ&`L*wu^rLJ5Peq*PB0;alL#XazZCBxJLd&giTfw@!hW167F^`7kobi;( ze<<>qNlP|xy7S1zl@lZNIBR7#o9ybJsptO#%}P0hz~sBp00000NkvXXu0mjfUsDF? literal 0 HcmV?d00001 diff --git a/api/dist/favicon-32x32.png b/api/dist/favicon-32x32.png new file mode 100644 index 0000000000000000000000000000000000000000..249737fe44558e679f0b67134e274461d988fa98 GIT binary patch literal 628 zcmV-)0*n2LP)Ma*GM0}OV<074bNCP7P7GVd{iMr*I6y~TMLss@FjvgL~HxU z%Vvj33AwpD(Z4*$Mfx=HaU16axM zt2xG_rloN<$iy9j9I5 + + + Swagger UI: OAuth2 Redirect + + + + + diff --git a/api/dist/swagger-initializer.js b/api/dist/swagger-initializer.js new file mode 100644 index 0000000..8697da8 --- /dev/null +++ b/api/dist/swagger-initializer.js @@ -0,0 +1,43 @@ + function getScript(source) { + var script = document.createElement('script'); + var prior = document.getElementsByTagName('script')[0]; + script.async = 1; + + script.onload = script.onreadystatechange = function (_, isAbort) { + if (isAbort || !script.readyState || /loaded|complete/.test(script.readyState)) { + script.onload = script.onreadystatechange = null; + script = undefined; + } + }; + + script.src = source; + prior.parentNode.insertBefore(script, prior); + } + + +window.onload = function() { + + // the following lines will be replaced by docker/configurator, when it runs in a docker-container + + const ui = SwaggerUIBundle({ + url: "openapi.json", + dom_id: '#swagger-ui', + deepLinking: true, + presets: [ + SwaggerUIBundle.presets.apis, + SwaggerUIStandalonePreset + ], + plugins: [ + SwaggerUIBundle.plugins.DownloadUrl + ], + layout: "StandaloneLayout", + docExpansion: 'none', + filter: '', + supportedSubmitMethods: [], // empty array in order to disable "Try it out" button + validatorUrl: null, // disable spec validation + onComplete: function () { + getScript('./dist/SwaggerTridion.js'); + } + }); + window.ui = ui; +}; diff --git a/api/dist/swagger-ui-bundle.js b/api/dist/swagger-ui-bundle.js new file mode 100644 index 0000000..551e172 --- /dev/null +++ b/api/dist/swagger-ui-bundle.js @@ -0,0 +1,2 @@ +/*! For license information please see swagger-ui-bundle.js.LICENSE.txt */ +!function webpackUniversalModuleDefinition(o,s){"object"==typeof exports&&"object"==typeof module?module.exports=s():"function"==typeof define&&define.amd?define([],s):"object"==typeof exports?exports.SwaggerUIBundle=s():o.SwaggerUIBundle=s()}(this,(()=>(()=>{var o,s,i={69119:(o,s)=>{"use strict";Object.defineProperty(s,"__esModule",{value:!0}),s.BLANK_URL=s.relativeFirstCharacters=s.whitespaceEscapeCharsRegex=s.urlSchemeRegex=s.ctrlCharactersRegex=s.htmlCtrlEntityRegex=s.htmlEntitiesRegex=s.invalidProtocolRegex=void 0,s.invalidProtocolRegex=/^([^\w]*)(javascript|data|vbscript)/im,s.htmlEntitiesRegex=/&#(\w+)(^\w|;)?/g,s.htmlCtrlEntityRegex=/&(newline|tab);/gi,s.ctrlCharactersRegex=/[\u0000-\u001F\u007F-\u009F\u2000-\u200D\uFEFF]/gim,s.urlSchemeRegex=/^.+(:|:)/gim,s.whitespaceEscapeCharsRegex=/(\\|%5[cC])((%(6[eE]|72|74))|[nrt])/g,s.relativeFirstCharacters=[".","/"],s.BLANK_URL="about:blank"},16750:(o,s,i)=>{"use strict";s.J=void 0;var u=i(69119);function decodeURI(o){try{return decodeURIComponent(o)}catch(s){return o}}s.J=function sanitizeUrl(o){if(!o)return u.BLANK_URL;var s,i,_=decodeURI(o);do{s=(_=decodeURI(_=(i=_,i.replace(u.ctrlCharactersRegex,"").replace(u.htmlEntitiesRegex,(function(o,s){return String.fromCharCode(s)}))).replace(u.htmlCtrlEntityRegex,"").replace(u.ctrlCharactersRegex,"").replace(u.whitespaceEscapeCharsRegex,"").trim())).match(u.ctrlCharactersRegex)||_.match(u.htmlEntitiesRegex)||_.match(u.htmlCtrlEntityRegex)||_.match(u.whitespaceEscapeCharsRegex)}while(s&&s.length>0);var w=_;if(!w)return u.BLANK_URL;if(function isRelativeUrlWithoutProtocol(o){return u.relativeFirstCharacters.indexOf(o[0])>-1}(w))return w;var x=w.match(u.urlSchemeRegex);if(!x)return w;var C=x[0];return u.invalidProtocolRegex.test(C)?u.BLANK_URL:w}},67526:(o,s)=>{"use strict";s.byteLength=function byteLength(o){var s=getLens(o),i=s[0],u=s[1];return 3*(i+u)/4-u},s.toByteArray=function toByteArray(o){var s,i,w=getLens(o),x=w[0],C=w[1],j=new _(function _byteLength(o,s,i){return 3*(s+i)/4-i}(0,x,C)),L=0,B=C>0?x-4:x;for(i=0;i>16&255,j[L++]=s>>8&255,j[L++]=255&s;2===C&&(s=u[o.charCodeAt(i)]<<2|u[o.charCodeAt(i+1)]>>4,j[L++]=255&s);1===C&&(s=u[o.charCodeAt(i)]<<10|u[o.charCodeAt(i+1)]<<4|u[o.charCodeAt(i+2)]>>2,j[L++]=s>>8&255,j[L++]=255&s);return j},s.fromByteArray=function fromByteArray(o){for(var s,u=o.length,_=u%3,w=[],x=16383,C=0,j=u-_;Cj?j:C+x));1===_?(s=o[u-1],w.push(i[s>>2]+i[s<<4&63]+"==")):2===_&&(s=(o[u-2]<<8)+o[u-1],w.push(i[s>>10]+i[s>>4&63]+i[s<<2&63]+"="));return w.join("")};for(var i=[],u=[],_="undefined"!=typeof Uint8Array?Uint8Array:Array,w="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/",x=0;x<64;++x)i[x]=w[x],u[w.charCodeAt(x)]=x;function getLens(o){var s=o.length;if(s%4>0)throw new Error("Invalid string. Length must be a multiple of 4");var i=o.indexOf("=");return-1===i&&(i=s),[i,i===s?0:4-i%4]}function encodeChunk(o,s,u){for(var _,w,x=[],C=s;C>18&63]+i[w>>12&63]+i[w>>6&63]+i[63&w]);return x.join("")}u["-".charCodeAt(0)]=62,u["_".charCodeAt(0)]=63},48287:(o,s,i)=>{"use strict";const u=i(67526),_=i(251),w="function"==typeof Symbol&&"function"==typeof Symbol.for?Symbol.for("nodejs.util.inspect.custom"):null;s.Buffer=Buffer,s.SlowBuffer=function SlowBuffer(o){+o!=o&&(o=0);return Buffer.alloc(+o)},s.INSPECT_MAX_BYTES=50;const x=2147483647;function createBuffer(o){if(o>x)throw new RangeError('The value "'+o+'" is invalid for option "size"');const s=new Uint8Array(o);return Object.setPrototypeOf(s,Buffer.prototype),s}function Buffer(o,s,i){if("number"==typeof o){if("string"==typeof s)throw new TypeError('The "string" argument must be of type string. Received type number');return allocUnsafe(o)}return from(o,s,i)}function from(o,s,i){if("string"==typeof o)return function fromString(o,s){"string"==typeof s&&""!==s||(s="utf8");if(!Buffer.isEncoding(s))throw new TypeError("Unknown encoding: "+s);const i=0|byteLength(o,s);let u=createBuffer(i);const _=u.write(o,s);_!==i&&(u=u.slice(0,_));return u}(o,s);if(ArrayBuffer.isView(o))return function fromArrayView(o){if(isInstance(o,Uint8Array)){const s=new Uint8Array(o);return fromArrayBuffer(s.buffer,s.byteOffset,s.byteLength)}return fromArrayLike(o)}(o);if(null==o)throw new TypeError("The first argument must be one of type string, Buffer, ArrayBuffer, Array, or Array-like Object. Received type "+typeof o);if(isInstance(o,ArrayBuffer)||o&&isInstance(o.buffer,ArrayBuffer))return fromArrayBuffer(o,s,i);if("undefined"!=typeof SharedArrayBuffer&&(isInstance(o,SharedArrayBuffer)||o&&isInstance(o.buffer,SharedArrayBuffer)))return fromArrayBuffer(o,s,i);if("number"==typeof o)throw new TypeError('The "value" argument must not be of type number. Received type number');const u=o.valueOf&&o.valueOf();if(null!=u&&u!==o)return Buffer.from(u,s,i);const _=function fromObject(o){if(Buffer.isBuffer(o)){const s=0|checked(o.length),i=createBuffer(s);return 0===i.length||o.copy(i,0,0,s),i}if(void 0!==o.length)return"number"!=typeof o.length||numberIsNaN(o.length)?createBuffer(0):fromArrayLike(o);if("Buffer"===o.type&&Array.isArray(o.data))return fromArrayLike(o.data)}(o);if(_)return _;if("undefined"!=typeof Symbol&&null!=Symbol.toPrimitive&&"function"==typeof o[Symbol.toPrimitive])return Buffer.from(o[Symbol.toPrimitive]("string"),s,i);throw new TypeError("The first argument must be one of type string, Buffer, ArrayBuffer, Array, or Array-like Object. Received type "+typeof o)}function assertSize(o){if("number"!=typeof o)throw new TypeError('"size" argument must be of type number');if(o<0)throw new RangeError('The value "'+o+'" is invalid for option "size"')}function allocUnsafe(o){return assertSize(o),createBuffer(o<0?0:0|checked(o))}function fromArrayLike(o){const s=o.length<0?0:0|checked(o.length),i=createBuffer(s);for(let u=0;u=x)throw new RangeError("Attempt to allocate Buffer larger than maximum size: 0x"+x.toString(16)+" bytes");return 0|o}function byteLength(o,s){if(Buffer.isBuffer(o))return o.length;if(ArrayBuffer.isView(o)||isInstance(o,ArrayBuffer))return o.byteLength;if("string"!=typeof o)throw new TypeError('The "string" argument must be one of type string, Buffer, or ArrayBuffer. Received type '+typeof o);const i=o.length,u=arguments.length>2&&!0===arguments[2];if(!u&&0===i)return 0;let _=!1;for(;;)switch(s){case"ascii":case"latin1":case"binary":return i;case"utf8":case"utf-8":return utf8ToBytes(o).length;case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return 2*i;case"hex":return i>>>1;case"base64":return base64ToBytes(o).length;default:if(_)return u?-1:utf8ToBytes(o).length;s=(""+s).toLowerCase(),_=!0}}function slowToString(o,s,i){let u=!1;if((void 0===s||s<0)&&(s=0),s>this.length)return"";if((void 0===i||i>this.length)&&(i=this.length),i<=0)return"";if((i>>>=0)<=(s>>>=0))return"";for(o||(o="utf8");;)switch(o){case"hex":return hexSlice(this,s,i);case"utf8":case"utf-8":return utf8Slice(this,s,i);case"ascii":return asciiSlice(this,s,i);case"latin1":case"binary":return latin1Slice(this,s,i);case"base64":return base64Slice(this,s,i);case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return utf16leSlice(this,s,i);default:if(u)throw new TypeError("Unknown encoding: "+o);o=(o+"").toLowerCase(),u=!0}}function swap(o,s,i){const u=o[s];o[s]=o[i],o[i]=u}function bidirectionalIndexOf(o,s,i,u,_){if(0===o.length)return-1;if("string"==typeof i?(u=i,i=0):i>2147483647?i=2147483647:i<-2147483648&&(i=-2147483648),numberIsNaN(i=+i)&&(i=_?0:o.length-1),i<0&&(i=o.length+i),i>=o.length){if(_)return-1;i=o.length-1}else if(i<0){if(!_)return-1;i=0}if("string"==typeof s&&(s=Buffer.from(s,u)),Buffer.isBuffer(s))return 0===s.length?-1:arrayIndexOf(o,s,i,u,_);if("number"==typeof s)return s&=255,"function"==typeof Uint8Array.prototype.indexOf?_?Uint8Array.prototype.indexOf.call(o,s,i):Uint8Array.prototype.lastIndexOf.call(o,s,i):arrayIndexOf(o,[s],i,u,_);throw new TypeError("val must be string, number or Buffer")}function arrayIndexOf(o,s,i,u,_){let w,x=1,C=o.length,j=s.length;if(void 0!==u&&("ucs2"===(u=String(u).toLowerCase())||"ucs-2"===u||"utf16le"===u||"utf-16le"===u)){if(o.length<2||s.length<2)return-1;x=2,C/=2,j/=2,i/=2}function read(o,s){return 1===x?o[s]:o.readUInt16BE(s*x)}if(_){let u=-1;for(w=i;wC&&(i=C-j),w=i;w>=0;w--){let i=!0;for(let u=0;u_&&(u=_):u=_;const w=s.length;let x;for(u>w/2&&(u=w/2),x=0;x>8,_=i%256,w.push(_),w.push(u);return w}(s,o.length-i),o,i,u)}function base64Slice(o,s,i){return 0===s&&i===o.length?u.fromByteArray(o):u.fromByteArray(o.slice(s,i))}function utf8Slice(o,s,i){i=Math.min(o.length,i);const u=[];let _=s;for(;_239?4:s>223?3:s>191?2:1;if(_+x<=i){let i,u,C,j;switch(x){case 1:s<128&&(w=s);break;case 2:i=o[_+1],128==(192&i)&&(j=(31&s)<<6|63&i,j>127&&(w=j));break;case 3:i=o[_+1],u=o[_+2],128==(192&i)&&128==(192&u)&&(j=(15&s)<<12|(63&i)<<6|63&u,j>2047&&(j<55296||j>57343)&&(w=j));break;case 4:i=o[_+1],u=o[_+2],C=o[_+3],128==(192&i)&&128==(192&u)&&128==(192&C)&&(j=(15&s)<<18|(63&i)<<12|(63&u)<<6|63&C,j>65535&&j<1114112&&(w=j))}}null===w?(w=65533,x=1):w>65535&&(w-=65536,u.push(w>>>10&1023|55296),w=56320|1023&w),u.push(w),_+=x}return function decodeCodePointsArray(o){const s=o.length;if(s<=C)return String.fromCharCode.apply(String,o);let i="",u=0;for(;uu.length?(Buffer.isBuffer(s)||(s=Buffer.from(s)),s.copy(u,_)):Uint8Array.prototype.set.call(u,s,_);else{if(!Buffer.isBuffer(s))throw new TypeError('"list" argument must be an Array of Buffers');s.copy(u,_)}_+=s.length}return u},Buffer.byteLength=byteLength,Buffer.prototype._isBuffer=!0,Buffer.prototype.swap16=function swap16(){const o=this.length;if(o%2!=0)throw new RangeError("Buffer size must be a multiple of 16-bits");for(let s=0;si&&(o+=" ... "),""},w&&(Buffer.prototype[w]=Buffer.prototype.inspect),Buffer.prototype.compare=function compare(o,s,i,u,_){if(isInstance(o,Uint8Array)&&(o=Buffer.from(o,o.offset,o.byteLength)),!Buffer.isBuffer(o))throw new TypeError('The "target" argument must be one of type Buffer or Uint8Array. Received type '+typeof o);if(void 0===s&&(s=0),void 0===i&&(i=o?o.length:0),void 0===u&&(u=0),void 0===_&&(_=this.length),s<0||i>o.length||u<0||_>this.length)throw new RangeError("out of range index");if(u>=_&&s>=i)return 0;if(u>=_)return-1;if(s>=i)return 1;if(this===o)return 0;let w=(_>>>=0)-(u>>>=0),x=(i>>>=0)-(s>>>=0);const C=Math.min(w,x),j=this.slice(u,_),L=o.slice(s,i);for(let o=0;o>>=0,isFinite(i)?(i>>>=0,void 0===u&&(u="utf8")):(u=i,i=void 0)}const _=this.length-s;if((void 0===i||i>_)&&(i=_),o.length>0&&(i<0||s<0)||s>this.length)throw new RangeError("Attempt to write outside buffer bounds");u||(u="utf8");let w=!1;for(;;)switch(u){case"hex":return hexWrite(this,o,s,i);case"utf8":case"utf-8":return utf8Write(this,o,s,i);case"ascii":case"latin1":case"binary":return asciiWrite(this,o,s,i);case"base64":return base64Write(this,o,s,i);case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return ucs2Write(this,o,s,i);default:if(w)throw new TypeError("Unknown encoding: "+u);u=(""+u).toLowerCase(),w=!0}},Buffer.prototype.toJSON=function toJSON(){return{type:"Buffer",data:Array.prototype.slice.call(this._arr||this,0)}};const C=4096;function asciiSlice(o,s,i){let u="";i=Math.min(o.length,i);for(let _=s;_u)&&(i=u);let _="";for(let u=s;ui)throw new RangeError("Trying to access beyond buffer length")}function checkInt(o,s,i,u,_,w){if(!Buffer.isBuffer(o))throw new TypeError('"buffer" argument must be a Buffer instance');if(s>_||so.length)throw new RangeError("Index out of range")}function wrtBigUInt64LE(o,s,i,u,_){checkIntBI(s,u,_,o,i,7);let w=Number(s&BigInt(4294967295));o[i++]=w,w>>=8,o[i++]=w,w>>=8,o[i++]=w,w>>=8,o[i++]=w;let x=Number(s>>BigInt(32)&BigInt(4294967295));return o[i++]=x,x>>=8,o[i++]=x,x>>=8,o[i++]=x,x>>=8,o[i++]=x,i}function wrtBigUInt64BE(o,s,i,u,_){checkIntBI(s,u,_,o,i,7);let w=Number(s&BigInt(4294967295));o[i+7]=w,w>>=8,o[i+6]=w,w>>=8,o[i+5]=w,w>>=8,o[i+4]=w;let x=Number(s>>BigInt(32)&BigInt(4294967295));return o[i+3]=x,x>>=8,o[i+2]=x,x>>=8,o[i+1]=x,x>>=8,o[i]=x,i+8}function checkIEEE754(o,s,i,u,_,w){if(i+u>o.length)throw new RangeError("Index out of range");if(i<0)throw new RangeError("Index out of range")}function writeFloat(o,s,i,u,w){return s=+s,i>>>=0,w||checkIEEE754(o,0,i,4),_.write(o,s,i,u,23,4),i+4}function writeDouble(o,s,i,u,w){return s=+s,i>>>=0,w||checkIEEE754(o,0,i,8),_.write(o,s,i,u,52,8),i+8}Buffer.prototype.slice=function slice(o,s){const i=this.length;(o=~~o)<0?(o+=i)<0&&(o=0):o>i&&(o=i),(s=void 0===s?i:~~s)<0?(s+=i)<0&&(s=0):s>i&&(s=i),s>>=0,s>>>=0,i||checkOffset(o,s,this.length);let u=this[o],_=1,w=0;for(;++w>>=0,s>>>=0,i||checkOffset(o,s,this.length);let u=this[o+--s],_=1;for(;s>0&&(_*=256);)u+=this[o+--s]*_;return u},Buffer.prototype.readUint8=Buffer.prototype.readUInt8=function readUInt8(o,s){return o>>>=0,s||checkOffset(o,1,this.length),this[o]},Buffer.prototype.readUint16LE=Buffer.prototype.readUInt16LE=function readUInt16LE(o,s){return o>>>=0,s||checkOffset(o,2,this.length),this[o]|this[o+1]<<8},Buffer.prototype.readUint16BE=Buffer.prototype.readUInt16BE=function readUInt16BE(o,s){return o>>>=0,s||checkOffset(o,2,this.length),this[o]<<8|this[o+1]},Buffer.prototype.readUint32LE=Buffer.prototype.readUInt32LE=function readUInt32LE(o,s){return o>>>=0,s||checkOffset(o,4,this.length),(this[o]|this[o+1]<<8|this[o+2]<<16)+16777216*this[o+3]},Buffer.prototype.readUint32BE=Buffer.prototype.readUInt32BE=function readUInt32BE(o,s){return o>>>=0,s||checkOffset(o,4,this.length),16777216*this[o]+(this[o+1]<<16|this[o+2]<<8|this[o+3])},Buffer.prototype.readBigUInt64LE=defineBigIntMethod((function readBigUInt64LE(o){validateNumber(o>>>=0,"offset");const s=this[o],i=this[o+7];void 0!==s&&void 0!==i||boundsError(o,this.length-8);const u=s+256*this[++o]+65536*this[++o]+this[++o]*2**24,_=this[++o]+256*this[++o]+65536*this[++o]+i*2**24;return BigInt(u)+(BigInt(_)<>>=0,"offset");const s=this[o],i=this[o+7];void 0!==s&&void 0!==i||boundsError(o,this.length-8);const u=s*2**24+65536*this[++o]+256*this[++o]+this[++o],_=this[++o]*2**24+65536*this[++o]+256*this[++o]+i;return(BigInt(u)<>>=0,s>>>=0,i||checkOffset(o,s,this.length);let u=this[o],_=1,w=0;for(;++w=_&&(u-=Math.pow(2,8*s)),u},Buffer.prototype.readIntBE=function readIntBE(o,s,i){o>>>=0,s>>>=0,i||checkOffset(o,s,this.length);let u=s,_=1,w=this[o+--u];for(;u>0&&(_*=256);)w+=this[o+--u]*_;return _*=128,w>=_&&(w-=Math.pow(2,8*s)),w},Buffer.prototype.readInt8=function readInt8(o,s){return o>>>=0,s||checkOffset(o,1,this.length),128&this[o]?-1*(255-this[o]+1):this[o]},Buffer.prototype.readInt16LE=function readInt16LE(o,s){o>>>=0,s||checkOffset(o,2,this.length);const i=this[o]|this[o+1]<<8;return 32768&i?4294901760|i:i},Buffer.prototype.readInt16BE=function readInt16BE(o,s){o>>>=0,s||checkOffset(o,2,this.length);const i=this[o+1]|this[o]<<8;return 32768&i?4294901760|i:i},Buffer.prototype.readInt32LE=function readInt32LE(o,s){return o>>>=0,s||checkOffset(o,4,this.length),this[o]|this[o+1]<<8|this[o+2]<<16|this[o+3]<<24},Buffer.prototype.readInt32BE=function readInt32BE(o,s){return o>>>=0,s||checkOffset(o,4,this.length),this[o]<<24|this[o+1]<<16|this[o+2]<<8|this[o+3]},Buffer.prototype.readBigInt64LE=defineBigIntMethod((function readBigInt64LE(o){validateNumber(o>>>=0,"offset");const s=this[o],i=this[o+7];void 0!==s&&void 0!==i||boundsError(o,this.length-8);const u=this[o+4]+256*this[o+5]+65536*this[o+6]+(i<<24);return(BigInt(u)<>>=0,"offset");const s=this[o],i=this[o+7];void 0!==s&&void 0!==i||boundsError(o,this.length-8);const u=(s<<24)+65536*this[++o]+256*this[++o]+this[++o];return(BigInt(u)<>>=0,s||checkOffset(o,4,this.length),_.read(this,o,!0,23,4)},Buffer.prototype.readFloatBE=function readFloatBE(o,s){return o>>>=0,s||checkOffset(o,4,this.length),_.read(this,o,!1,23,4)},Buffer.prototype.readDoubleLE=function readDoubleLE(o,s){return o>>>=0,s||checkOffset(o,8,this.length),_.read(this,o,!0,52,8)},Buffer.prototype.readDoubleBE=function readDoubleBE(o,s){return o>>>=0,s||checkOffset(o,8,this.length),_.read(this,o,!1,52,8)},Buffer.prototype.writeUintLE=Buffer.prototype.writeUIntLE=function writeUIntLE(o,s,i,u){if(o=+o,s>>>=0,i>>>=0,!u){checkInt(this,o,s,i,Math.pow(2,8*i)-1,0)}let _=1,w=0;for(this[s]=255&o;++w>>=0,i>>>=0,!u){checkInt(this,o,s,i,Math.pow(2,8*i)-1,0)}let _=i-1,w=1;for(this[s+_]=255&o;--_>=0&&(w*=256);)this[s+_]=o/w&255;return s+i},Buffer.prototype.writeUint8=Buffer.prototype.writeUInt8=function writeUInt8(o,s,i){return o=+o,s>>>=0,i||checkInt(this,o,s,1,255,0),this[s]=255&o,s+1},Buffer.prototype.writeUint16LE=Buffer.prototype.writeUInt16LE=function writeUInt16LE(o,s,i){return o=+o,s>>>=0,i||checkInt(this,o,s,2,65535,0),this[s]=255&o,this[s+1]=o>>>8,s+2},Buffer.prototype.writeUint16BE=Buffer.prototype.writeUInt16BE=function writeUInt16BE(o,s,i){return o=+o,s>>>=0,i||checkInt(this,o,s,2,65535,0),this[s]=o>>>8,this[s+1]=255&o,s+2},Buffer.prototype.writeUint32LE=Buffer.prototype.writeUInt32LE=function writeUInt32LE(o,s,i){return o=+o,s>>>=0,i||checkInt(this,o,s,4,4294967295,0),this[s+3]=o>>>24,this[s+2]=o>>>16,this[s+1]=o>>>8,this[s]=255&o,s+4},Buffer.prototype.writeUint32BE=Buffer.prototype.writeUInt32BE=function writeUInt32BE(o,s,i){return o=+o,s>>>=0,i||checkInt(this,o,s,4,4294967295,0),this[s]=o>>>24,this[s+1]=o>>>16,this[s+2]=o>>>8,this[s+3]=255&o,s+4},Buffer.prototype.writeBigUInt64LE=defineBigIntMethod((function writeBigUInt64LE(o,s=0){return wrtBigUInt64LE(this,o,s,BigInt(0),BigInt("0xffffffffffffffff"))})),Buffer.prototype.writeBigUInt64BE=defineBigIntMethod((function writeBigUInt64BE(o,s=0){return wrtBigUInt64BE(this,o,s,BigInt(0),BigInt("0xffffffffffffffff"))})),Buffer.prototype.writeIntLE=function writeIntLE(o,s,i,u){if(o=+o,s>>>=0,!u){const u=Math.pow(2,8*i-1);checkInt(this,o,s,i,u-1,-u)}let _=0,w=1,x=0;for(this[s]=255&o;++_>>=0,!u){const u=Math.pow(2,8*i-1);checkInt(this,o,s,i,u-1,-u)}let _=i-1,w=1,x=0;for(this[s+_]=255&o;--_>=0&&(w*=256);)o<0&&0===x&&0!==this[s+_+1]&&(x=1),this[s+_]=(o/w|0)-x&255;return s+i},Buffer.prototype.writeInt8=function writeInt8(o,s,i){return o=+o,s>>>=0,i||checkInt(this,o,s,1,127,-128),o<0&&(o=255+o+1),this[s]=255&o,s+1},Buffer.prototype.writeInt16LE=function writeInt16LE(o,s,i){return o=+o,s>>>=0,i||checkInt(this,o,s,2,32767,-32768),this[s]=255&o,this[s+1]=o>>>8,s+2},Buffer.prototype.writeInt16BE=function writeInt16BE(o,s,i){return o=+o,s>>>=0,i||checkInt(this,o,s,2,32767,-32768),this[s]=o>>>8,this[s+1]=255&o,s+2},Buffer.prototype.writeInt32LE=function writeInt32LE(o,s,i){return o=+o,s>>>=0,i||checkInt(this,o,s,4,2147483647,-2147483648),this[s]=255&o,this[s+1]=o>>>8,this[s+2]=o>>>16,this[s+3]=o>>>24,s+4},Buffer.prototype.writeInt32BE=function writeInt32BE(o,s,i){return o=+o,s>>>=0,i||checkInt(this,o,s,4,2147483647,-2147483648),o<0&&(o=4294967295+o+1),this[s]=o>>>24,this[s+1]=o>>>16,this[s+2]=o>>>8,this[s+3]=255&o,s+4},Buffer.prototype.writeBigInt64LE=defineBigIntMethod((function writeBigInt64LE(o,s=0){return wrtBigUInt64LE(this,o,s,-BigInt("0x8000000000000000"),BigInt("0x7fffffffffffffff"))})),Buffer.prototype.writeBigInt64BE=defineBigIntMethod((function writeBigInt64BE(o,s=0){return wrtBigUInt64BE(this,o,s,-BigInt("0x8000000000000000"),BigInt("0x7fffffffffffffff"))})),Buffer.prototype.writeFloatLE=function writeFloatLE(o,s,i){return writeFloat(this,o,s,!0,i)},Buffer.prototype.writeFloatBE=function writeFloatBE(o,s,i){return writeFloat(this,o,s,!1,i)},Buffer.prototype.writeDoubleLE=function writeDoubleLE(o,s,i){return writeDouble(this,o,s,!0,i)},Buffer.prototype.writeDoubleBE=function writeDoubleBE(o,s,i){return writeDouble(this,o,s,!1,i)},Buffer.prototype.copy=function copy(o,s,i,u){if(!Buffer.isBuffer(o))throw new TypeError("argument should be a Buffer");if(i||(i=0),u||0===u||(u=this.length),s>=o.length&&(s=o.length),s||(s=0),u>0&&u=this.length)throw new RangeError("Index out of range");if(u<0)throw new RangeError("sourceEnd out of bounds");u>this.length&&(u=this.length),o.length-s>>=0,i=void 0===i?this.length:i>>>0,o||(o=0),"number"==typeof o)for(_=s;_=u+4;i-=3)s=`_${o.slice(i-3,i)}${s}`;return`${o.slice(0,i)}${s}`}function checkIntBI(o,s,i,u,_,w){if(o>i||o3?0===s||s===BigInt(0)?`>= 0${u} and < 2${u} ** ${8*(w+1)}${u}`:`>= -(2${u} ** ${8*(w+1)-1}${u}) and < 2 ** ${8*(w+1)-1}${u}`:`>= ${s}${u} and <= ${i}${u}`,new j.ERR_OUT_OF_RANGE("value",_,o)}!function checkBounds(o,s,i){validateNumber(s,"offset"),void 0!==o[s]&&void 0!==o[s+i]||boundsError(s,o.length-(i+1))}(u,_,w)}function validateNumber(o,s){if("number"!=typeof o)throw new j.ERR_INVALID_ARG_TYPE(s,"number",o)}function boundsError(o,s,i){if(Math.floor(o)!==o)throw validateNumber(o,i),new j.ERR_OUT_OF_RANGE(i||"offset","an integer",o);if(s<0)throw new j.ERR_BUFFER_OUT_OF_BOUNDS;throw new j.ERR_OUT_OF_RANGE(i||"offset",`>= ${i?1:0} and <= ${s}`,o)}E("ERR_BUFFER_OUT_OF_BOUNDS",(function(o){return o?`${o} is outside of buffer bounds`:"Attempt to access memory outside buffer bounds"}),RangeError),E("ERR_INVALID_ARG_TYPE",(function(o,s){return`The "${o}" argument must be of type number. Received type ${typeof s}`}),TypeError),E("ERR_OUT_OF_RANGE",(function(o,s,i){let u=`The value of "${o}" is out of range.`,_=i;return Number.isInteger(i)&&Math.abs(i)>2**32?_=addNumericalSeparator(String(i)):"bigint"==typeof i&&(_=String(i),(i>BigInt(2)**BigInt(32)||i<-(BigInt(2)**BigInt(32)))&&(_=addNumericalSeparator(_)),_+="n"),u+=` It must be ${s}. Received ${_}`,u}),RangeError);const L=/[^+/0-9A-Za-z-_]/g;function utf8ToBytes(o,s){let i;s=s||1/0;const u=o.length;let _=null;const w=[];for(let x=0;x55295&&i<57344){if(!_){if(i>56319){(s-=3)>-1&&w.push(239,191,189);continue}if(x+1===u){(s-=3)>-1&&w.push(239,191,189);continue}_=i;continue}if(i<56320){(s-=3)>-1&&w.push(239,191,189),_=i;continue}i=65536+(_-55296<<10|i-56320)}else _&&(s-=3)>-1&&w.push(239,191,189);if(_=null,i<128){if((s-=1)<0)break;w.push(i)}else if(i<2048){if((s-=2)<0)break;w.push(i>>6|192,63&i|128)}else if(i<65536){if((s-=3)<0)break;w.push(i>>12|224,i>>6&63|128,63&i|128)}else{if(!(i<1114112))throw new Error("Invalid code point");if((s-=4)<0)break;w.push(i>>18|240,i>>12&63|128,i>>6&63|128,63&i|128)}}return w}function base64ToBytes(o){return u.toByteArray(function base64clean(o){if((o=(o=o.split("=")[0]).trim().replace(L,"")).length<2)return"";for(;o.length%4!=0;)o+="=";return o}(o))}function blitBuffer(o,s,i,u){let _;for(_=0;_=s.length||_>=o.length);++_)s[_+i]=o[_];return _}function isInstance(o,s){return o instanceof s||null!=o&&null!=o.constructor&&null!=o.constructor.name&&o.constructor.name===s.name}function numberIsNaN(o){return o!=o}const B=function(){const o="0123456789abcdef",s=new Array(256);for(let i=0;i<16;++i){const u=16*i;for(let _=0;_<16;++_)s[u+_]=o[i]+o[_]}return s}();function defineBigIntMethod(o){return"undefined"==typeof BigInt?BufferBigIntNotDefined:o}function BufferBigIntNotDefined(){throw new Error("BigInt not supported")}},38075:(o,s,i)=>{"use strict";var u=i(70453),_=i(10487),w=_(u("String.prototype.indexOf"));o.exports=function callBoundIntrinsic(o,s){var i=u(o,!!s);return"function"==typeof i&&w(o,".prototype.")>-1?_(i):i}},10487:(o,s,i)=>{"use strict";var u=i(66743),_=i(70453),w=i(96897),x=i(69675),C=_("%Function.prototype.apply%"),j=_("%Function.prototype.call%"),L=_("%Reflect.apply%",!0)||u.call(j,C),B=i(30655),$=_("%Math.max%");o.exports=function callBind(o){if("function"!=typeof o)throw new x("a function is required");var s=L(u,j,arguments);return w(s,1+$(0,o.length-(arguments.length-1)),!0)};var V=function applyBind(){return L(u,C,arguments)};B?B(o.exports,"apply",{value:V}):o.exports.apply=V},57427:(o,s)=>{"use strict";s.parse=function parse(o,s){if("string"!=typeof o)throw new TypeError("argument str must be a string");var i={},u=(s||{}).decode||decode,_=0;for(;_{"use strict";var u=i(16426),_={"text/plain":"Text","text/html":"Url",default:"Text"};o.exports=function copy(o,s){var i,w,x,C,j,L,B=!1;s||(s={}),i=s.debug||!1;try{if(x=u(),C=document.createRange(),j=document.getSelection(),(L=document.createElement("span")).textContent=o,L.ariaHidden="true",L.style.all="unset",L.style.position="fixed",L.style.top=0,L.style.clip="rect(0, 0, 0, 0)",L.style.whiteSpace="pre",L.style.webkitUserSelect="text",L.style.MozUserSelect="text",L.style.msUserSelect="text",L.style.userSelect="text",L.addEventListener("copy",(function(u){if(u.stopPropagation(),s.format)if(u.preventDefault(),void 0===u.clipboardData){i&&console.warn("unable to use e.clipboardData"),i&&console.warn("trying IE specific stuff"),window.clipboardData.clearData();var w=_[s.format]||_.default;window.clipboardData.setData(w,o)}else u.clipboardData.clearData(),u.clipboardData.setData(s.format,o);s.onCopy&&(u.preventDefault(),s.onCopy(u.clipboardData))})),document.body.appendChild(L),C.selectNodeContents(L),j.addRange(C),!document.execCommand("copy"))throw new Error("copy command was unsuccessful");B=!0}catch(u){i&&console.error("unable to copy using execCommand: ",u),i&&console.warn("trying IE specific stuff");try{window.clipboardData.setData(s.format||"text",o),s.onCopy&&s.onCopy(window.clipboardData),B=!0}catch(u){i&&console.error("unable to copy using clipboardData: ",u),i&&console.error("falling back to prompt"),w=function format(o){var s=(/mac os x/i.test(navigator.userAgent)?"⌘":"Ctrl")+"+C";return o.replace(/#{\s*key\s*}/g,s)}("message"in s?s.message:"Copy to clipboard: #{key}, Enter"),window.prompt(w,o)}}finally{j&&("function"==typeof j.removeRange?j.removeRange(C):j.removeAllRanges()),L&&document.body.removeChild(L),x()}return B}},2205:function(o,s,i){var u;u=void 0!==i.g?i.g:this,o.exports=function(o){if(o.CSS&&o.CSS.escape)return o.CSS.escape;var cssEscape=function(o){if(0==arguments.length)throw new TypeError("`CSS.escape` requires an argument.");for(var s,i=String(o),u=i.length,_=-1,w="",x=i.charCodeAt(0);++_=1&&s<=31||127==s||0==_&&s>=48&&s<=57||1==_&&s>=48&&s<=57&&45==x?"\\"+s.toString(16)+" ":0==_&&1==u&&45==s||!(s>=128||45==s||95==s||s>=48&&s<=57||s>=65&&s<=90||s>=97&&s<=122)?"\\"+i.charAt(_):i.charAt(_):w+="�";return w};return o.CSS||(o.CSS={}),o.CSS.escape=cssEscape,cssEscape}(u)},81919:(o,s,i)=>{"use strict";var u=i(48287).Buffer;function isSpecificValue(o){return o instanceof u||o instanceof Date||o instanceof RegExp}function cloneSpecificValue(o){if(o instanceof u){var s=u.alloc?u.alloc(o.length):new u(o.length);return o.copy(s),s}if(o instanceof Date)return new Date(o.getTime());if(o instanceof RegExp)return new RegExp(o);throw new Error("Unexpected situation")}function deepCloneArray(o){var s=[];return o.forEach((function(o,i){"object"==typeof o&&null!==o?Array.isArray(o)?s[i]=deepCloneArray(o):isSpecificValue(o)?s[i]=cloneSpecificValue(o):s[i]=_({},o):s[i]=o})),s}function safeGetProperty(o,s){return"__proto__"===s?void 0:o[s]}var _=o.exports=function(){if(arguments.length<1||"object"!=typeof arguments[0])return!1;if(arguments.length<2)return arguments[0];var o,s,i=arguments[0];return Array.prototype.slice.call(arguments,1).forEach((function(u){"object"!=typeof u||null===u||Array.isArray(u)||Object.keys(u).forEach((function(w){return s=safeGetProperty(i,w),(o=safeGetProperty(u,w))===i?void 0:"object"!=typeof o||null===o?void(i[w]=o):Array.isArray(o)?void(i[w]=deepCloneArray(o)):isSpecificValue(o)?void(i[w]=cloneSpecificValue(o)):"object"!=typeof s||null===s||Array.isArray(s)?void(i[w]=_({},o)):void(i[w]=_(s,o))}))})),i}},14744:o=>{"use strict";var s=function isMergeableObject(o){return function isNonNullObject(o){return!!o&&"object"==typeof o}(o)&&!function isSpecial(o){var s=Object.prototype.toString.call(o);return"[object RegExp]"===s||"[object Date]"===s||function isReactElement(o){return o.$$typeof===i}(o)}(o)};var i="function"==typeof Symbol&&Symbol.for?Symbol.for("react.element"):60103;function cloneUnlessOtherwiseSpecified(o,s){return!1!==s.clone&&s.isMergeableObject(o)?deepmerge(function emptyTarget(o){return Array.isArray(o)?[]:{}}(o),o,s):o}function defaultArrayMerge(o,s,i){return o.concat(s).map((function(o){return cloneUnlessOtherwiseSpecified(o,i)}))}function getKeys(o){return Object.keys(o).concat(function getEnumerableOwnPropertySymbols(o){return Object.getOwnPropertySymbols?Object.getOwnPropertySymbols(o).filter((function(s){return Object.propertyIsEnumerable.call(o,s)})):[]}(o))}function propertyIsOnObject(o,s){try{return s in o}catch(o){return!1}}function mergeObject(o,s,i){var u={};return i.isMergeableObject(o)&&getKeys(o).forEach((function(s){u[s]=cloneUnlessOtherwiseSpecified(o[s],i)})),getKeys(s).forEach((function(_){(function propertyIsUnsafe(o,s){return propertyIsOnObject(o,s)&&!(Object.hasOwnProperty.call(o,s)&&Object.propertyIsEnumerable.call(o,s))})(o,_)||(propertyIsOnObject(o,_)&&i.isMergeableObject(s[_])?u[_]=function getMergeFunction(o,s){if(!s.customMerge)return deepmerge;var i=s.customMerge(o);return"function"==typeof i?i:deepmerge}(_,i)(o[_],s[_],i):u[_]=cloneUnlessOtherwiseSpecified(s[_],i))})),u}function deepmerge(o,i,u){(u=u||{}).arrayMerge=u.arrayMerge||defaultArrayMerge,u.isMergeableObject=u.isMergeableObject||s,u.cloneUnlessOtherwiseSpecified=cloneUnlessOtherwiseSpecified;var _=Array.isArray(i);return _===Array.isArray(o)?_?u.arrayMerge(o,i,u):mergeObject(o,i,u):cloneUnlessOtherwiseSpecified(i,u)}deepmerge.all=function deepmergeAll(o,s){if(!Array.isArray(o))throw new Error("first argument should be an array");return o.reduce((function(o,i){return deepmerge(o,i,s)}),{})};var u=deepmerge;o.exports=u},30041:(o,s,i)=>{"use strict";var u=i(30655),_=i(58068),w=i(69675),x=i(75795);o.exports=function defineDataProperty(o,s,i){if(!o||"object"!=typeof o&&"function"!=typeof o)throw new w("`obj` must be an object or a function`");if("string"!=typeof s&&"symbol"!=typeof s)throw new w("`property` must be a string or a symbol`");if(arguments.length>3&&"boolean"!=typeof arguments[3]&&null!==arguments[3])throw new w("`nonEnumerable`, if provided, must be a boolean or null");if(arguments.length>4&&"boolean"!=typeof arguments[4]&&null!==arguments[4])throw new w("`nonWritable`, if provided, must be a boolean or null");if(arguments.length>5&&"boolean"!=typeof arguments[5]&&null!==arguments[5])throw new w("`nonConfigurable`, if provided, must be a boolean or null");if(arguments.length>6&&"boolean"!=typeof arguments[6])throw new w("`loose`, if provided, must be a boolean");var C=arguments.length>3?arguments[3]:null,j=arguments.length>4?arguments[4]:null,L=arguments.length>5?arguments[5]:null,B=arguments.length>6&&arguments[6],$=!!x&&x(o,s);if(u)u(o,s,{configurable:null===L&&$?$.configurable:!L,enumerable:null===C&&$?$.enumerable:!C,value:i,writable:null===j&&$?$.writable:!j});else{if(!B&&(C||j||L))throw new _("This environment does not support defining a property as non-configurable, non-writable, or non-enumerable.");o[s]=i}}},42838:function(o){o.exports=function(){"use strict";const{entries:o,setPrototypeOf:s,isFrozen:i,getPrototypeOf:u,getOwnPropertyDescriptor:_}=Object;let{freeze:w,seal:x,create:C}=Object,{apply:j,construct:L}="undefined"!=typeof Reflect&&Reflect;w||(w=function freeze(o){return o}),x||(x=function seal(o){return o}),j||(j=function apply(o,s,i){return o.apply(s,i)}),L||(L=function construct(o,s){return new o(...s)});const B=unapply(Array.prototype.forEach),$=unapply(Array.prototype.pop),V=unapply(Array.prototype.push),U=unapply(String.prototype.toLowerCase),z=unapply(String.prototype.toString),Y=unapply(String.prototype.match),Z=unapply(String.prototype.replace),ee=unapply(String.prototype.indexOf),ie=unapply(String.prototype.trim),ae=unapply(Object.prototype.hasOwnProperty),ce=unapply(RegExp.prototype.test),le=unconstruct(TypeError);function numberIsNaN(o){return"number"==typeof o&&isNaN(o)}function unapply(o){return function(s){for(var i=arguments.length,u=new Array(i>1?i-1:0),_=1;_2&&void 0!==arguments[2]?arguments[2]:U;s&&s(o,null);let w=u.length;for(;w--;){let s=u[w];if("string"==typeof s){const o=_(s);o!==s&&(i(u)||(u[w]=o),s=o)}o[s]=!0}return o}function cleanArray(o){for(let s=0;s/gm),$e=x(/\${[\w\W]*}/gm),ze=x(/^data-[\-\w.\u00B7-\uFFFF]/),We=x(/^aria-[\-\w]+$/),He=x(/^(?:(?:(?:f|ht)tps?|mailto|tel|callto|sms|cid|xmpp):|[^a-z]|[a-z+.\-]+(?:[^a-z+.\-:]|$))/i),Ye=x(/^(?:\w+script|data):/i),Xe=x(/[\u0000-\u0020\u00A0\u1680\u180E\u2000-\u2029\u205F\u3000]/g),Qe=x(/^html$/i),et=x(/^[a-z][.\w]*(-[.\w]+)+$/i);var tt=Object.freeze({__proto__:null,MUSTACHE_EXPR:Re,ERB_EXPR:qe,TMPLIT_EXPR:$e,DATA_ATTR:ze,ARIA_ATTR:We,IS_ALLOWED_URI:He,IS_SCRIPT_OR_DATA:Ye,ATTR_WHITESPACE:Xe,DOCTYPE_NAME:Qe,CUSTOM_ELEMENT:et});const rt={element:1,attribute:2,text:3,cdataSection:4,entityReference:5,entityNode:6,progressingInstruction:7,comment:8,document:9,documentType:10,documentFragment:11,notation:12},nt=function getGlobal(){return"undefined"==typeof window?null:window},ot=function _createTrustedTypesPolicy(o,s){if("object"!=typeof o||"function"!=typeof o.createPolicy)return null;let i=null;const u="data-tt-policy-suffix";s&&s.hasAttribute(u)&&(i=s.getAttribute(u));const _="dompurify"+(i?"#"+i:"");try{return o.createPolicy(_,{createHTML:o=>o,createScriptURL:o=>o})}catch(o){return console.warn("TrustedTypes policy "+_+" could not be created."),null}};function createDOMPurify(){let s=arguments.length>0&&void 0!==arguments[0]?arguments[0]:nt();const DOMPurify=o=>createDOMPurify(o);if(DOMPurify.version="3.1.4",DOMPurify.removed=[],!s||!s.document||s.document.nodeType!==rt.document)return DOMPurify.isSupported=!1,DOMPurify;let{document:i}=s;const u=i,_=u.currentScript,{DocumentFragment:x,HTMLTemplateElement:j,Node:L,Element:Re,NodeFilter:qe,NamedNodeMap:$e=s.NamedNodeMap||s.MozNamedAttrMap,HTMLFormElement:ze,DOMParser:We,trustedTypes:Ye}=s,Xe=Re.prototype,et=lookupGetter(Xe,"cloneNode"),st=lookupGetter(Xe,"nextSibling"),it=lookupGetter(Xe,"childNodes"),at=lookupGetter(Xe,"parentNode");if("function"==typeof j){const o=i.createElement("template");o.content&&o.content.ownerDocument&&(i=o.content.ownerDocument)}let ct,lt="";const{implementation:ut,createNodeIterator:pt,createDocumentFragment:ht,getElementsByTagName:dt}=i,{importNode:mt}=u;let gt={};DOMPurify.isSupported="function"==typeof o&&"function"==typeof at&&ut&&void 0!==ut.createHTMLDocument;const{MUSTACHE_EXPR:yt,ERB_EXPR:vt,TMPLIT_EXPR:bt,DATA_ATTR:_t,ARIA_ATTR:Et,IS_SCRIPT_OR_DATA:wt,ATTR_WHITESPACE:St,CUSTOM_ELEMENT:xt}=tt;let{IS_ALLOWED_URI:kt}=tt,Ot=null;const Ct=addToSet({},[...pe,...de,...fe,...be,...we]);let At=null;const jt=addToSet({},[...Se,...xe,...Pe,...Te]);let Pt=Object.seal(C(null,{tagNameCheck:{writable:!0,configurable:!1,enumerable:!0,value:null},attributeNameCheck:{writable:!0,configurable:!1,enumerable:!0,value:null},allowCustomizedBuiltInElements:{writable:!0,configurable:!1,enumerable:!0,value:!1}})),It=null,Mt=null,Nt=!0,Tt=!0,Rt=!1,Dt=!0,Lt=!1,Bt=!0,Ft=!1,qt=!1,$t=!1,Vt=!1,Ut=!1,zt=!1,Wt=!0,Kt=!1;const Ht="user-content-";let Jt=!0,Gt=!1,Yt={},Xt=null;const Qt=addToSet({},["annotation-xml","audio","colgroup","desc","foreignobject","head","iframe","math","mi","mn","mo","ms","mtext","noembed","noframes","noscript","plaintext","script","style","svg","template","thead","title","video","xmp"]);let Zt=null;const er=addToSet({},["audio","video","img","source","image","track"]);let tr=null;const rr=addToSet({},["alt","class","for","id","label","name","pattern","placeholder","role","summary","title","value","style","xmlns"]),nr="http://www.w3.org/1998/Math/MathML",sr="http://www.w3.org/2000/svg",ir="http://www.w3.org/1999/xhtml";let ar=ir,cr=!1,lr=null;const ur=addToSet({},[nr,sr,ir],z);let pr=null;const dr=["application/xhtml+xml","text/html"],fr="text/html";let mr=null,gr=null;const yr=255,vr=i.createElement("form"),br=function isRegexOrFunction(o){return o instanceof RegExp||o instanceof Function},_r=function _parseConfig(){let o=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{};if(!gr||gr!==o){if(o&&"object"==typeof o||(o={}),o=clone(o),pr=-1===dr.indexOf(o.PARSER_MEDIA_TYPE)?fr:o.PARSER_MEDIA_TYPE,mr="application/xhtml+xml"===pr?z:U,Ot=ae(o,"ALLOWED_TAGS")?addToSet({},o.ALLOWED_TAGS,mr):Ct,At=ae(o,"ALLOWED_ATTR")?addToSet({},o.ALLOWED_ATTR,mr):jt,lr=ae(o,"ALLOWED_NAMESPACES")?addToSet({},o.ALLOWED_NAMESPACES,z):ur,tr=ae(o,"ADD_URI_SAFE_ATTR")?addToSet(clone(rr),o.ADD_URI_SAFE_ATTR,mr):rr,Zt=ae(o,"ADD_DATA_URI_TAGS")?addToSet(clone(er),o.ADD_DATA_URI_TAGS,mr):er,Xt=ae(o,"FORBID_CONTENTS")?addToSet({},o.FORBID_CONTENTS,mr):Qt,It=ae(o,"FORBID_TAGS")?addToSet({},o.FORBID_TAGS,mr):{},Mt=ae(o,"FORBID_ATTR")?addToSet({},o.FORBID_ATTR,mr):{},Yt=!!ae(o,"USE_PROFILES")&&o.USE_PROFILES,Nt=!1!==o.ALLOW_ARIA_ATTR,Tt=!1!==o.ALLOW_DATA_ATTR,Rt=o.ALLOW_UNKNOWN_PROTOCOLS||!1,Dt=!1!==o.ALLOW_SELF_CLOSE_IN_ATTR,Lt=o.SAFE_FOR_TEMPLATES||!1,Bt=!1!==o.SAFE_FOR_XML,Ft=o.WHOLE_DOCUMENT||!1,Vt=o.RETURN_DOM||!1,Ut=o.RETURN_DOM_FRAGMENT||!1,zt=o.RETURN_TRUSTED_TYPE||!1,$t=o.FORCE_BODY||!1,Wt=!1!==o.SANITIZE_DOM,Kt=o.SANITIZE_NAMED_PROPS||!1,Jt=!1!==o.KEEP_CONTENT,Gt=o.IN_PLACE||!1,kt=o.ALLOWED_URI_REGEXP||He,ar=o.NAMESPACE||ir,Pt=o.CUSTOM_ELEMENT_HANDLING||{},o.CUSTOM_ELEMENT_HANDLING&&br(o.CUSTOM_ELEMENT_HANDLING.tagNameCheck)&&(Pt.tagNameCheck=o.CUSTOM_ELEMENT_HANDLING.tagNameCheck),o.CUSTOM_ELEMENT_HANDLING&&br(o.CUSTOM_ELEMENT_HANDLING.attributeNameCheck)&&(Pt.attributeNameCheck=o.CUSTOM_ELEMENT_HANDLING.attributeNameCheck),o.CUSTOM_ELEMENT_HANDLING&&"boolean"==typeof o.CUSTOM_ELEMENT_HANDLING.allowCustomizedBuiltInElements&&(Pt.allowCustomizedBuiltInElements=o.CUSTOM_ELEMENT_HANDLING.allowCustomizedBuiltInElements),Lt&&(Tt=!1),Ut&&(Vt=!0),Yt&&(Ot=addToSet({},we),At=[],!0===Yt.html&&(addToSet(Ot,pe),addToSet(At,Se)),!0===Yt.svg&&(addToSet(Ot,de),addToSet(At,xe),addToSet(At,Te)),!0===Yt.svgFilters&&(addToSet(Ot,fe),addToSet(At,xe),addToSet(At,Te)),!0===Yt.mathMl&&(addToSet(Ot,be),addToSet(At,Pe),addToSet(At,Te))),o.ADD_TAGS&&(Ot===Ct&&(Ot=clone(Ot)),addToSet(Ot,o.ADD_TAGS,mr)),o.ADD_ATTR&&(At===jt&&(At=clone(At)),addToSet(At,o.ADD_ATTR,mr)),o.ADD_URI_SAFE_ATTR&&addToSet(tr,o.ADD_URI_SAFE_ATTR,mr),o.FORBID_CONTENTS&&(Xt===Qt&&(Xt=clone(Xt)),addToSet(Xt,o.FORBID_CONTENTS,mr)),Jt&&(Ot["#text"]=!0),Ft&&addToSet(Ot,["html","head","body"]),Ot.table&&(addToSet(Ot,["tbody"]),delete It.tbody),o.TRUSTED_TYPES_POLICY){if("function"!=typeof o.TRUSTED_TYPES_POLICY.createHTML)throw le('TRUSTED_TYPES_POLICY configuration option must provide a "createHTML" hook.');if("function"!=typeof o.TRUSTED_TYPES_POLICY.createScriptURL)throw le('TRUSTED_TYPES_POLICY configuration option must provide a "createScriptURL" hook.');ct=o.TRUSTED_TYPES_POLICY,lt=ct.createHTML("")}else void 0===ct&&(ct=ot(Ye,_)),null!==ct&&"string"==typeof lt&&(lt=ct.createHTML(""));w&&w(o),gr=o}},Er=addToSet({},["mi","mo","mn","ms","mtext"]),wr=addToSet({},["foreignobject","annotation-xml"]),Sr=addToSet({},["title","style","font","a","script"]),xr=addToSet({},[...de,...fe,...ye]),kr=addToSet({},[...be,..._e]),Or=function _checkValidNamespace(o){let s=at(o);s&&s.tagName||(s={namespaceURI:ar,tagName:"template"});const i=U(o.tagName),u=U(s.tagName);return!!lr[o.namespaceURI]&&(o.namespaceURI===sr?s.namespaceURI===ir?"svg"===i:s.namespaceURI===nr?"svg"===i&&("annotation-xml"===u||Er[u]):Boolean(xr[i]):o.namespaceURI===nr?s.namespaceURI===ir?"math"===i:s.namespaceURI===sr?"math"===i&&wr[u]:Boolean(kr[i]):o.namespaceURI===ir?!(s.namespaceURI===sr&&!wr[u])&&!(s.namespaceURI===nr&&!Er[u])&&!kr[i]&&(Sr[i]||!xr[i]):!("application/xhtml+xml"!==pr||!lr[o.namespaceURI]))},Cr=function _forceRemove(o){V(DOMPurify.removed,{element:o});try{o.parentNode.removeChild(o)}catch(s){o.remove()}},Ar=function _removeAttribute(o,s){try{V(DOMPurify.removed,{attribute:s.getAttributeNode(o),from:s})}catch(o){V(DOMPurify.removed,{attribute:null,from:s})}if(s.removeAttribute(o),"is"===o&&!At[o])if(Vt||Ut)try{Cr(s)}catch(o){}else try{s.setAttribute(o,"")}catch(o){}},jr=function _initDocument(o){let s=null,u=null;if($t)o=""+o;else{const s=Y(o,/^[\r\n\t ]+/);u=s&&s[0]}"application/xhtml+xml"===pr&&ar===ir&&(o=''+o+"");const _=ct?ct.createHTML(o):o;if(ar===ir)try{s=(new We).parseFromString(_,pr)}catch(o){}if(!s||!s.documentElement){s=ut.createDocument(ar,"template",null);try{s.documentElement.innerHTML=cr?lt:_}catch(o){}}const w=s.body||s.documentElement;return o&&u&&w.insertBefore(i.createTextNode(u),w.childNodes[0]||null),ar===ir?dt.call(s,Ft?"html":"body")[0]:Ft?s.documentElement:w},Pr=function _createNodeIterator(o){return pt.call(o.ownerDocument||o,o,qe.SHOW_ELEMENT|qe.SHOW_COMMENT|qe.SHOW_TEXT|qe.SHOW_PROCESSING_INSTRUCTION|qe.SHOW_CDATA_SECTION,null)},Ir=function _isClobbered(o){return o instanceof ze&&(void 0!==o.__depth&&"number"!=typeof o.__depth||void 0!==o.__removalCount&&"number"!=typeof o.__removalCount||"string"!=typeof o.nodeName||"string"!=typeof o.textContent||"function"!=typeof o.removeChild||!(o.attributes instanceof $e)||"function"!=typeof o.removeAttribute||"function"!=typeof o.setAttribute||"string"!=typeof o.namespaceURI||"function"!=typeof o.insertBefore||"function"!=typeof o.hasChildNodes)},Mr=function _isNode(o){return"function"==typeof L&&o instanceof L},Nr=function _executeHook(o,s,i){gt[o]&&B(gt[o],(o=>{o.call(DOMPurify,s,i,gr)}))},Tr=function _sanitizeElements(o){let s=null;if(Nr("beforeSanitizeElements",o,null),Ir(o))return Cr(o),!0;const i=mr(o.nodeName);if(Nr("uponSanitizeElement",o,{tagName:i,allowedTags:Ot}),o.hasChildNodes()&&!Mr(o.firstElementChild)&&ce(/<[/\w]/g,o.innerHTML)&&ce(/<[/\w]/g,o.textContent))return Cr(o),!0;if(o.nodeType===rt.progressingInstruction)return Cr(o),!0;if(Bt&&o.nodeType===rt.comment&&ce(/<[/\w]/g,o.data))return Cr(o),!0;if(!Ot[i]||It[i]){if(!It[i]&&Dr(i)){if(Pt.tagNameCheck instanceof RegExp&&ce(Pt.tagNameCheck,i))return!1;if(Pt.tagNameCheck instanceof Function&&Pt.tagNameCheck(i))return!1}if(Jt&&!Xt[i]){const s=at(o)||o.parentNode,i=it(o)||o.childNodes;if(i&&s)for(let u=i.length-1;u>=0;--u){const _=et(i[u],!0);_.__removalCount=(o.__removalCount||0)+1,s.insertBefore(_,st(o))}}return Cr(o),!0}return o instanceof Re&&!Or(o)?(Cr(o),!0):"noscript"!==i&&"noembed"!==i&&"noframes"!==i||!ce(/<\/no(script|embed|frames)/i,o.innerHTML)?(Lt&&o.nodeType===rt.text&&(s=o.textContent,B([yt,vt,bt],(o=>{s=Z(s,o," ")})),o.textContent!==s&&(V(DOMPurify.removed,{element:o.cloneNode()}),o.textContent=s)),Nr("afterSanitizeElements",o,null),!1):(Cr(o),!0)},Rr=function _isValidAttribute(o,s,u){if(Wt&&("id"===s||"name"===s)&&(u in i||u in vr||"__depth"===u||"__removalCount"===u))return!1;if(Tt&&!Mt[s]&&ce(_t,s));else if(Nt&&ce(Et,s));else if(!At[s]||Mt[s]){if(!(Dr(o)&&(Pt.tagNameCheck instanceof RegExp&&ce(Pt.tagNameCheck,o)||Pt.tagNameCheck instanceof Function&&Pt.tagNameCheck(o))&&(Pt.attributeNameCheck instanceof RegExp&&ce(Pt.attributeNameCheck,s)||Pt.attributeNameCheck instanceof Function&&Pt.attributeNameCheck(s))||"is"===s&&Pt.allowCustomizedBuiltInElements&&(Pt.tagNameCheck instanceof RegExp&&ce(Pt.tagNameCheck,u)||Pt.tagNameCheck instanceof Function&&Pt.tagNameCheck(u))))return!1}else if(tr[s]);else if(ce(kt,Z(u,St,"")));else if("src"!==s&&"xlink:href"!==s&&"href"!==s||"script"===o||0!==ee(u,"data:")||!Zt[o])if(Rt&&!ce(wt,Z(u,St,"")));else if(u)return!1;return!0},Dr=function _isBasicCustomElement(o){return"annotation-xml"!==o&&Y(o,xt)},Lr=function _sanitizeAttributes(o){Nr("beforeSanitizeAttributes",o,null);const{attributes:s}=o;if(!s)return;const i={attrName:"",attrValue:"",keepAttr:!0,allowedAttributes:At};let u=s.length;for(;u--;){const _=s[u],{name:w,namespaceURI:x,value:C}=_,j=mr(w);let L="value"===w?C:ie(C);if(i.attrName=j,i.attrValue=L,i.keepAttr=!0,i.forceKeepAttr=void 0,Nr("uponSanitizeAttribute",o,i),L=i.attrValue,i.forceKeepAttr)continue;if(Ar(w,o),!i.keepAttr)continue;if(!Dt&&ce(/\/>/i,L)){Ar(w,o);continue}if(Bt&&ce(/((--!?|])>)|<\/(style|title)/i,L)){Ar(w,o);continue}Lt&&B([yt,vt,bt],(o=>{L=Z(L,o," ")}));const V=mr(o.nodeName);if(Rr(V,j,L)){if(!Kt||"id"!==j&&"name"!==j||(Ar(w,o),L=Ht+L),ct&&"object"==typeof Ye&&"function"==typeof Ye.getAttributeType)if(x);else switch(Ye.getAttributeType(V,j)){case"TrustedHTML":L=ct.createHTML(L);break;case"TrustedScriptURL":L=ct.createScriptURL(L)}try{x?o.setAttributeNS(x,w,L):o.setAttribute(w,L),Ir(o)?Cr(o):$(DOMPurify.removed)}catch(o){}}}Nr("afterSanitizeAttributes",o,null)},Br=function _sanitizeShadowDOM(o){let s=null;const i=Pr(o);for(Nr("beforeSanitizeShadowDOM",o,null);s=i.nextNode();){if(Nr("uponSanitizeShadowNode",s,null),Tr(s))continue;const o=at(s);s.nodeType===rt.element&&(o&&o.__depth?s.__depth=(s.__removalCount||0)+o.__depth+1:s.__depth=1),(s.__depth>=yr||s.__depth<0||numberIsNaN(s.__depth))&&Cr(s),s.content instanceof x&&(s.content.__depth=s.__depth,_sanitizeShadowDOM(s.content)),Lr(s)}Nr("afterSanitizeShadowDOM",o,null)};return DOMPurify.sanitize=function(o){let s=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{},i=null,_=null,w=null,C=null;if(cr=!o,cr&&(o="\x3c!--\x3e"),"string"!=typeof o&&!Mr(o)){if("function"!=typeof o.toString)throw le("toString is not a function");if("string"!=typeof(o=o.toString()))throw le("dirty is not a string, aborting")}if(!DOMPurify.isSupported)return o;if(qt||_r(s),DOMPurify.removed=[],"string"==typeof o&&(Gt=!1),Gt){if(o.nodeName){const s=mr(o.nodeName);if(!Ot[s]||It[s])throw le("root node is forbidden and cannot be sanitized in-place")}}else if(o instanceof L)i=jr("\x3c!----\x3e"),_=i.ownerDocument.importNode(o,!0),_.nodeType===rt.element&&"BODY"===_.nodeName||"HTML"===_.nodeName?i=_:i.appendChild(_);else{if(!Vt&&!Lt&&!Ft&&-1===o.indexOf("<"))return ct&&zt?ct.createHTML(o):o;if(i=jr(o),!i)return Vt?null:zt?lt:""}i&&$t&&Cr(i.firstChild);const j=Pr(Gt?o:i);for(;w=j.nextNode();){if(Tr(w))continue;const o=at(w);w.nodeType===rt.element&&(o&&o.__depth?w.__depth=(w.__removalCount||0)+o.__depth+1:w.__depth=1),(w.__depth>=yr||w.__depth<0||numberIsNaN(w.__depth))&&Cr(w),w.content instanceof x&&(w.content.__depth=w.__depth,Br(w.content)),Lr(w)}if(Gt)return o;if(Vt){if(Ut)for(C=ht.call(i.ownerDocument);i.firstChild;)C.appendChild(i.firstChild);else C=i;return(At.shadowroot||At.shadowrootmode)&&(C=mt.call(u,C,!0)),C}let $=Ft?i.outerHTML:i.innerHTML;return Ft&&Ot["!doctype"]&&i.ownerDocument&&i.ownerDocument.doctype&&i.ownerDocument.doctype.name&&ce(Qe,i.ownerDocument.doctype.name)&&($="\n"+$),Lt&&B([yt,vt,bt],(o=>{$=Z($,o," ")})),ct&&zt?ct.createHTML($):$},DOMPurify.setConfig=function(){_r(arguments.length>0&&void 0!==arguments[0]?arguments[0]:{}),qt=!0},DOMPurify.clearConfig=function(){gr=null,qt=!1},DOMPurify.isValidAttribute=function(o,s,i){gr||_r({});const u=mr(o),_=mr(s);return Rr(u,_,i)},DOMPurify.addHook=function(o,s){"function"==typeof s&&(gt[o]=gt[o]||[],V(gt[o],s))},DOMPurify.removeHook=function(o){if(gt[o])return $(gt[o])},DOMPurify.removeHooks=function(o){gt[o]&&(gt[o]=[])},DOMPurify.removeAllHooks=function(){gt={}},DOMPurify}return createDOMPurify()}()},78004:o=>{"use strict";class SubRange{constructor(o,s){this.low=o,this.high=s,this.length=1+s-o}overlaps(o){return!(this.higho.high)}touches(o){return!(this.high+1o.high)}add(o){return new SubRange(Math.min(this.low,o.low),Math.max(this.high,o.high))}subtract(o){return o.low<=this.low&&o.high>=this.high?[]:o.low>this.low&&o.higho+s.length),0)}add(o,s){var _add=o=>{for(var s=0;s{for(var s=0;s{for(var s=0;s{for(var i=s.low;i<=s.high;)o.push(i),i++;return o}),[])}subranges(){return this.ranges.map((o=>({low:o.low,high:o.high,length:1+o.high-o.low})))}}o.exports=DRange},30655:(o,s,i)=>{"use strict";var u=i(70453)("%Object.defineProperty%",!0)||!1;if(u)try{u({},"a",{value:1})}catch(o){u=!1}o.exports=u},41237:o=>{"use strict";o.exports=EvalError},69383:o=>{"use strict";o.exports=Error},79290:o=>{"use strict";o.exports=RangeError},79538:o=>{"use strict";o.exports=ReferenceError},58068:o=>{"use strict";o.exports=SyntaxError},69675:o=>{"use strict";o.exports=TypeError},35345:o=>{"use strict";o.exports=URIError},37007:o=>{"use strict";var s,i="object"==typeof Reflect?Reflect:null,u=i&&"function"==typeof i.apply?i.apply:function ReflectApply(o,s,i){return Function.prototype.apply.call(o,s,i)};s=i&&"function"==typeof i.ownKeys?i.ownKeys:Object.getOwnPropertySymbols?function ReflectOwnKeys(o){return Object.getOwnPropertyNames(o).concat(Object.getOwnPropertySymbols(o))}:function ReflectOwnKeys(o){return Object.getOwnPropertyNames(o)};var _=Number.isNaN||function NumberIsNaN(o){return o!=o};function EventEmitter(){EventEmitter.init.call(this)}o.exports=EventEmitter,o.exports.once=function once(o,s){return new Promise((function(i,u){function errorListener(i){o.removeListener(s,resolver),u(i)}function resolver(){"function"==typeof o.removeListener&&o.removeListener("error",errorListener),i([].slice.call(arguments))}eventTargetAgnosticAddListener(o,s,resolver,{once:!0}),"error"!==s&&function addErrorHandlerIfEventEmitter(o,s,i){"function"==typeof o.on&&eventTargetAgnosticAddListener(o,"error",s,i)}(o,errorListener,{once:!0})}))},EventEmitter.EventEmitter=EventEmitter,EventEmitter.prototype._events=void 0,EventEmitter.prototype._eventsCount=0,EventEmitter.prototype._maxListeners=void 0;var w=10;function checkListener(o){if("function"!=typeof o)throw new TypeError('The "listener" argument must be of type Function. Received type '+typeof o)}function _getMaxListeners(o){return void 0===o._maxListeners?EventEmitter.defaultMaxListeners:o._maxListeners}function _addListener(o,s,i,u){var _,w,x;if(checkListener(i),void 0===(w=o._events)?(w=o._events=Object.create(null),o._eventsCount=0):(void 0!==w.newListener&&(o.emit("newListener",s,i.listener?i.listener:i),w=o._events),x=w[s]),void 0===x)x=w[s]=i,++o._eventsCount;else if("function"==typeof x?x=w[s]=u?[i,x]:[x,i]:u?x.unshift(i):x.push(i),(_=_getMaxListeners(o))>0&&x.length>_&&!x.warned){x.warned=!0;var C=new Error("Possible EventEmitter memory leak detected. "+x.length+" "+String(s)+" listeners added. Use emitter.setMaxListeners() to increase limit");C.name="MaxListenersExceededWarning",C.emitter=o,C.type=s,C.count=x.length,function ProcessEmitWarning(o){console&&console.warn&&console.warn(o)}(C)}return o}function onceWrapper(){if(!this.fired)return this.target.removeListener(this.type,this.wrapFn),this.fired=!0,0===arguments.length?this.listener.call(this.target):this.listener.apply(this.target,arguments)}function _onceWrap(o,s,i){var u={fired:!1,wrapFn:void 0,target:o,type:s,listener:i},_=onceWrapper.bind(u);return _.listener=i,u.wrapFn=_,_}function _listeners(o,s,i){var u=o._events;if(void 0===u)return[];var _=u[s];return void 0===_?[]:"function"==typeof _?i?[_.listener||_]:[_]:i?function unwrapListeners(o){for(var s=new Array(o.length),i=0;i0&&(x=s[0]),x instanceof Error)throw x;var C=new Error("Unhandled error."+(x?" ("+x.message+")":""));throw C.context=x,C}var j=w[o];if(void 0===j)return!1;if("function"==typeof j)u(j,this,s);else{var L=j.length,B=arrayClone(j,L);for(i=0;i=0;w--)if(i[w]===s||i[w].listener===s){x=i[w].listener,_=w;break}if(_<0)return this;0===_?i.shift():function spliceOne(o,s){for(;s+1=0;u--)this.removeListener(o,s[u]);return this},EventEmitter.prototype.listeners=function listeners(o){return _listeners(this,o,!0)},EventEmitter.prototype.rawListeners=function rawListeners(o){return _listeners(this,o,!1)},EventEmitter.listenerCount=function(o,s){return"function"==typeof o.listenerCount?o.listenerCount(s):listenerCount.call(o,s)},EventEmitter.prototype.listenerCount=listenerCount,EventEmitter.prototype.eventNames=function eventNames(){return this._eventsCount>0?s(this._events):[]}},85587:(o,s,i)=>{"use strict";var u=i(26311),_=create(Error);function create(o){return FormattedError.displayName=o.displayName||o.name,FormattedError;function FormattedError(s){return s&&(s=u.apply(null,arguments)),new o(s)}}o.exports=_,_.eval=create(EvalError),_.range=create(RangeError),_.reference=create(ReferenceError),_.syntax=create(SyntaxError),_.type=create(TypeError),_.uri=create(URIError),_.create=create},26311:o=>{!function(){var s;function format(o){for(var s,i,u,_,w=1,x=[].slice.call(arguments),C=0,j=o.length,L="",B=!1,$=!1,nextArg=function(){return x[w++]},slurpNumber=function(){for(var i="";/\d/.test(o[C]);)i+=o[C++],s=o[C];return i.length>0?parseInt(i):null};C{"use strict";var s=Object.prototype.toString,i=Math.max,u=function concatty(o,s){for(var i=[],u=0;u{"use strict";var u=i(89353);o.exports=Function.prototype.bind||u},70453:(o,s,i)=>{"use strict";var u,_=i(69383),w=i(41237),x=i(79290),C=i(79538),j=i(58068),L=i(69675),B=i(35345),$=Function,getEvalledConstructor=function(o){try{return $('"use strict"; return ('+o+").constructor;")()}catch(o){}},V=Object.getOwnPropertyDescriptor;if(V)try{V({},"")}catch(o){V=null}var throwTypeError=function(){throw new L},U=V?function(){try{return throwTypeError}catch(o){try{return V(arguments,"callee").get}catch(o){return throwTypeError}}}():throwTypeError,z=i(64039)(),Y=i(80024)(),Z=Object.getPrototypeOf||(Y?function(o){return o.__proto__}:null),ee={},ie="undefined"!=typeof Uint8Array&&Z?Z(Uint8Array):u,ae={__proto__:null,"%AggregateError%":"undefined"==typeof AggregateError?u:AggregateError,"%Array%":Array,"%ArrayBuffer%":"undefined"==typeof ArrayBuffer?u:ArrayBuffer,"%ArrayIteratorPrototype%":z&&Z?Z([][Symbol.iterator]()):u,"%AsyncFromSyncIteratorPrototype%":u,"%AsyncFunction%":ee,"%AsyncGenerator%":ee,"%AsyncGeneratorFunction%":ee,"%AsyncIteratorPrototype%":ee,"%Atomics%":"undefined"==typeof Atomics?u:Atomics,"%BigInt%":"undefined"==typeof BigInt?u:BigInt,"%BigInt64Array%":"undefined"==typeof BigInt64Array?u:BigInt64Array,"%BigUint64Array%":"undefined"==typeof BigUint64Array?u:BigUint64Array,"%Boolean%":Boolean,"%DataView%":"undefined"==typeof DataView?u:DataView,"%Date%":Date,"%decodeURI%":decodeURI,"%decodeURIComponent%":decodeURIComponent,"%encodeURI%":encodeURI,"%encodeURIComponent%":encodeURIComponent,"%Error%":_,"%eval%":eval,"%EvalError%":w,"%Float32Array%":"undefined"==typeof Float32Array?u:Float32Array,"%Float64Array%":"undefined"==typeof Float64Array?u:Float64Array,"%FinalizationRegistry%":"undefined"==typeof FinalizationRegistry?u:FinalizationRegistry,"%Function%":$,"%GeneratorFunction%":ee,"%Int8Array%":"undefined"==typeof Int8Array?u:Int8Array,"%Int16Array%":"undefined"==typeof Int16Array?u:Int16Array,"%Int32Array%":"undefined"==typeof Int32Array?u:Int32Array,"%isFinite%":isFinite,"%isNaN%":isNaN,"%IteratorPrototype%":z&&Z?Z(Z([][Symbol.iterator]())):u,"%JSON%":"object"==typeof JSON?JSON:u,"%Map%":"undefined"==typeof Map?u:Map,"%MapIteratorPrototype%":"undefined"!=typeof Map&&z&&Z?Z((new Map)[Symbol.iterator]()):u,"%Math%":Math,"%Number%":Number,"%Object%":Object,"%parseFloat%":parseFloat,"%parseInt%":parseInt,"%Promise%":"undefined"==typeof Promise?u:Promise,"%Proxy%":"undefined"==typeof Proxy?u:Proxy,"%RangeError%":x,"%ReferenceError%":C,"%Reflect%":"undefined"==typeof Reflect?u:Reflect,"%RegExp%":RegExp,"%Set%":"undefined"==typeof Set?u:Set,"%SetIteratorPrototype%":"undefined"!=typeof Set&&z&&Z?Z((new Set)[Symbol.iterator]()):u,"%SharedArrayBuffer%":"undefined"==typeof SharedArrayBuffer?u:SharedArrayBuffer,"%String%":String,"%StringIteratorPrototype%":z&&Z?Z(""[Symbol.iterator]()):u,"%Symbol%":z?Symbol:u,"%SyntaxError%":j,"%ThrowTypeError%":U,"%TypedArray%":ie,"%TypeError%":L,"%Uint8Array%":"undefined"==typeof Uint8Array?u:Uint8Array,"%Uint8ClampedArray%":"undefined"==typeof Uint8ClampedArray?u:Uint8ClampedArray,"%Uint16Array%":"undefined"==typeof Uint16Array?u:Uint16Array,"%Uint32Array%":"undefined"==typeof Uint32Array?u:Uint32Array,"%URIError%":B,"%WeakMap%":"undefined"==typeof WeakMap?u:WeakMap,"%WeakRef%":"undefined"==typeof WeakRef?u:WeakRef,"%WeakSet%":"undefined"==typeof WeakSet?u:WeakSet};if(Z)try{null.error}catch(o){var ce=Z(Z(o));ae["%Error.prototype%"]=ce}var le=function doEval(o){var s;if("%AsyncFunction%"===o)s=getEvalledConstructor("async function () {}");else if("%GeneratorFunction%"===o)s=getEvalledConstructor("function* () {}");else if("%AsyncGeneratorFunction%"===o)s=getEvalledConstructor("async function* () {}");else if("%AsyncGenerator%"===o){var i=doEval("%AsyncGeneratorFunction%");i&&(s=i.prototype)}else if("%AsyncIteratorPrototype%"===o){var u=doEval("%AsyncGenerator%");u&&Z&&(s=Z(u.prototype))}return ae[o]=s,s},pe={__proto__:null,"%ArrayBufferPrototype%":["ArrayBuffer","prototype"],"%ArrayPrototype%":["Array","prototype"],"%ArrayProto_entries%":["Array","prototype","entries"],"%ArrayProto_forEach%":["Array","prototype","forEach"],"%ArrayProto_keys%":["Array","prototype","keys"],"%ArrayProto_values%":["Array","prototype","values"],"%AsyncFunctionPrototype%":["AsyncFunction","prototype"],"%AsyncGenerator%":["AsyncGeneratorFunction","prototype"],"%AsyncGeneratorPrototype%":["AsyncGeneratorFunction","prototype","prototype"],"%BooleanPrototype%":["Boolean","prototype"],"%DataViewPrototype%":["DataView","prototype"],"%DatePrototype%":["Date","prototype"],"%ErrorPrototype%":["Error","prototype"],"%EvalErrorPrototype%":["EvalError","prototype"],"%Float32ArrayPrototype%":["Float32Array","prototype"],"%Float64ArrayPrototype%":["Float64Array","prototype"],"%FunctionPrototype%":["Function","prototype"],"%Generator%":["GeneratorFunction","prototype"],"%GeneratorPrototype%":["GeneratorFunction","prototype","prototype"],"%Int8ArrayPrototype%":["Int8Array","prototype"],"%Int16ArrayPrototype%":["Int16Array","prototype"],"%Int32ArrayPrototype%":["Int32Array","prototype"],"%JSONParse%":["JSON","parse"],"%JSONStringify%":["JSON","stringify"],"%MapPrototype%":["Map","prototype"],"%NumberPrototype%":["Number","prototype"],"%ObjectPrototype%":["Object","prototype"],"%ObjProto_toString%":["Object","prototype","toString"],"%ObjProto_valueOf%":["Object","prototype","valueOf"],"%PromisePrototype%":["Promise","prototype"],"%PromiseProto_then%":["Promise","prototype","then"],"%Promise_all%":["Promise","all"],"%Promise_reject%":["Promise","reject"],"%Promise_resolve%":["Promise","resolve"],"%RangeErrorPrototype%":["RangeError","prototype"],"%ReferenceErrorPrototype%":["ReferenceError","prototype"],"%RegExpPrototype%":["RegExp","prototype"],"%SetPrototype%":["Set","prototype"],"%SharedArrayBufferPrototype%":["SharedArrayBuffer","prototype"],"%StringPrototype%":["String","prototype"],"%SymbolPrototype%":["Symbol","prototype"],"%SyntaxErrorPrototype%":["SyntaxError","prototype"],"%TypedArrayPrototype%":["TypedArray","prototype"],"%TypeErrorPrototype%":["TypeError","prototype"],"%Uint8ArrayPrototype%":["Uint8Array","prototype"],"%Uint8ClampedArrayPrototype%":["Uint8ClampedArray","prototype"],"%Uint16ArrayPrototype%":["Uint16Array","prototype"],"%Uint32ArrayPrototype%":["Uint32Array","prototype"],"%URIErrorPrototype%":["URIError","prototype"],"%WeakMapPrototype%":["WeakMap","prototype"],"%WeakSetPrototype%":["WeakSet","prototype"]},de=i(66743),fe=i(9957),ye=de.call(Function.call,Array.prototype.concat),be=de.call(Function.apply,Array.prototype.splice),_e=de.call(Function.call,String.prototype.replace),we=de.call(Function.call,String.prototype.slice),Se=de.call(Function.call,RegExp.prototype.exec),xe=/[^%.[\]]+|\[(?:(-?\d+(?:\.\d+)?)|(["'])((?:(?!\2)[^\\]|\\.)*?)\2)\]|(?=(?:\.|\[\])(?:\.|\[\]|%$))/g,Pe=/\\(\\)?/g,Te=function getBaseIntrinsic(o,s){var i,u=o;if(fe(pe,u)&&(u="%"+(i=pe[u])[0]+"%"),fe(ae,u)){var _=ae[u];if(_===ee&&(_=le(u)),void 0===_&&!s)throw new L("intrinsic "+o+" exists, but is not available. Please file an issue!");return{alias:i,name:u,value:_}}throw new j("intrinsic "+o+" does not exist!")};o.exports=function GetIntrinsic(o,s){if("string"!=typeof o||0===o.length)throw new L("intrinsic name must be a non-empty string");if(arguments.length>1&&"boolean"!=typeof s)throw new L('"allowMissing" argument must be a boolean');if(null===Se(/^%?[^%]*%?$/,o))throw new j("`%` may not be present anywhere but at the beginning and end of the intrinsic name");var i=function stringToPath(o){var s=we(o,0,1),i=we(o,-1);if("%"===s&&"%"!==i)throw new j("invalid intrinsic syntax, expected closing `%`");if("%"===i&&"%"!==s)throw new j("invalid intrinsic syntax, expected opening `%`");var u=[];return _e(o,xe,(function(o,s,i,_){u[u.length]=i?_e(_,Pe,"$1"):s||o})),u}(o),u=i.length>0?i[0]:"",_=Te("%"+u+"%",s),w=_.name,x=_.value,C=!1,B=_.alias;B&&(u=B[0],be(i,ye([0,1],B)));for(var $=1,U=!0;$=i.length){var ee=V(x,z);x=(U=!!ee)&&"get"in ee&&!("originalValue"in ee.get)?ee.get:x[z]}else U=fe(x,z),x=x[z];U&&!C&&(ae[w]=x)}}return x}},75795:(o,s,i)=>{"use strict";var u=i(70453)("%Object.getOwnPropertyDescriptor%",!0);if(u)try{u([],"length")}catch(o){u=null}o.exports=u},30592:(o,s,i)=>{"use strict";var u=i(30655),_=function hasPropertyDescriptors(){return!!u};_.hasArrayLengthDefineBug=function hasArrayLengthDefineBug(){if(!u)return null;try{return 1!==u([],"length",{value:1}).length}catch(o){return!0}},o.exports=_},80024:o=>{"use strict";var s={__proto__:null,foo:{}},i=Object;o.exports=function hasProto(){return{__proto__:s}.foo===s.foo&&!(s instanceof i)}},64039:(o,s,i)=>{"use strict";var u="undefined"!=typeof Symbol&&Symbol,_=i(41333);o.exports=function hasNativeSymbols(){return"function"==typeof u&&("function"==typeof Symbol&&("symbol"==typeof u("foo")&&("symbol"==typeof Symbol("bar")&&_())))}},41333:o=>{"use strict";o.exports=function hasSymbols(){if("function"!=typeof Symbol||"function"!=typeof Object.getOwnPropertySymbols)return!1;if("symbol"==typeof Symbol.iterator)return!0;var o={},s=Symbol("test"),i=Object(s);if("string"==typeof s)return!1;if("[object Symbol]"!==Object.prototype.toString.call(s))return!1;if("[object Symbol]"!==Object.prototype.toString.call(i))return!1;for(s in o[s]=42,o)return!1;if("function"==typeof Object.keys&&0!==Object.keys(o).length)return!1;if("function"==typeof Object.getOwnPropertyNames&&0!==Object.getOwnPropertyNames(o).length)return!1;var u=Object.getOwnPropertySymbols(o);if(1!==u.length||u[0]!==s)return!1;if(!Object.prototype.propertyIsEnumerable.call(o,s))return!1;if("function"==typeof Object.getOwnPropertyDescriptor){var _=Object.getOwnPropertyDescriptor(o,s);if(42!==_.value||!0!==_.enumerable)return!1}return!0}},9957:(o,s,i)=>{"use strict";var u=Function.prototype.call,_=Object.prototype.hasOwnProperty,w=i(66743);o.exports=w.call(u,_)},45981:o=>{function deepFreeze(o){return o instanceof Map?o.clear=o.delete=o.set=function(){throw new Error("map is read-only")}:o instanceof Set&&(o.add=o.clear=o.delete=function(){throw new Error("set is read-only")}),Object.freeze(o),Object.getOwnPropertyNames(o).forEach((function(s){var i=o[s];"object"!=typeof i||Object.isFrozen(i)||deepFreeze(i)})),o}var s=deepFreeze,i=deepFreeze;s.default=i;class Response{constructor(o){void 0===o.data&&(o.data={}),this.data=o.data,this.isMatchIgnored=!1}ignoreMatch(){this.isMatchIgnored=!0}}function escapeHTML(o){return o.replace(/&/g,"&").replace(//g,">").replace(/"/g,""").replace(/'/g,"'")}function inherit(o,...s){const i=Object.create(null);for(const s in o)i[s]=o[s];return s.forEach((function(o){for(const s in o)i[s]=o[s]})),i}const emitsWrappingTags=o=>!!o.kind;class HTMLRenderer{constructor(o,s){this.buffer="",this.classPrefix=s.classPrefix,o.walk(this)}addText(o){this.buffer+=escapeHTML(o)}openNode(o){if(!emitsWrappingTags(o))return;let s=o.kind;o.sublanguage||(s=`${this.classPrefix}${s}`),this.span(s)}closeNode(o){emitsWrappingTags(o)&&(this.buffer+="")}value(){return this.buffer}span(o){this.buffer+=``}}class TokenTree{constructor(){this.rootNode={children:[]},this.stack=[this.rootNode]}get top(){return this.stack[this.stack.length-1]}get root(){return this.rootNode}add(o){this.top.children.push(o)}openNode(o){const s={kind:o,children:[]};this.add(s),this.stack.push(s)}closeNode(){if(this.stack.length>1)return this.stack.pop()}closeAllNodes(){for(;this.closeNode(););}toJSON(){return JSON.stringify(this.rootNode,null,4)}walk(o){return this.constructor._walk(o,this.rootNode)}static _walk(o,s){return"string"==typeof s?o.addText(s):s.children&&(o.openNode(s),s.children.forEach((s=>this._walk(o,s))),o.closeNode(s)),o}static _collapse(o){"string"!=typeof o&&o.children&&(o.children.every((o=>"string"==typeof o))?o.children=[o.children.join("")]:o.children.forEach((o=>{TokenTree._collapse(o)})))}}class TokenTreeEmitter extends TokenTree{constructor(o){super(),this.options=o}addKeyword(o,s){""!==o&&(this.openNode(s),this.addText(o),this.closeNode())}addText(o){""!==o&&this.add(o)}addSublanguage(o,s){const i=o.root;i.kind=s,i.sublanguage=!0,this.add(i)}toHTML(){return new HTMLRenderer(this,this.options).value()}finalize(){return!0}}function source(o){return o?"string"==typeof o?o:o.source:null}const u=/\[(?:[^\\\]]|\\.)*\]|\(\??|\\([1-9][0-9]*)|\\./;const _="[a-zA-Z]\\w*",w="[a-zA-Z_]\\w*",x="\\b\\d+(\\.\\d+)?",C="(-?)(\\b0[xX][a-fA-F0-9]+|(\\b\\d+(\\.\\d*)?|\\.\\d+)([eE][-+]?\\d+)?)",j="\\b(0b[01]+)",L={begin:"\\\\[\\s\\S]",relevance:0},B={className:"string",begin:"'",end:"'",illegal:"\\n",contains:[L]},$={className:"string",begin:'"',end:'"',illegal:"\\n",contains:[L]},V={begin:/\b(a|an|the|are|I'm|isn't|don't|doesn't|won't|but|just|should|pretty|simply|enough|gonna|going|wtf|so|such|will|you|your|they|like|more)\b/},COMMENT=function(o,s,i={}){const u=inherit({className:"comment",begin:o,end:s,contains:[]},i);return u.contains.push(V),u.contains.push({className:"doctag",begin:"(?:TODO|FIXME|NOTE|BUG|OPTIMIZE|HACK|XXX):",relevance:0}),u},U=COMMENT("//","$"),z=COMMENT("/\\*","\\*/"),Y=COMMENT("#","$"),Z={className:"number",begin:x,relevance:0},ee={className:"number",begin:C,relevance:0},ie={className:"number",begin:j,relevance:0},ae={className:"number",begin:x+"(%|em|ex|ch|rem|vw|vh|vmin|vmax|cm|mm|in|pt|pc|px|deg|grad|rad|turn|s|ms|Hz|kHz|dpi|dpcm|dppx)?",relevance:0},ce={begin:/(?=\/[^/\n]*\/)/,contains:[{className:"regexp",begin:/\//,end:/\/[gimuy]*/,illegal:/\n/,contains:[L,{begin:/\[/,end:/\]/,relevance:0,contains:[L]}]}]},le={className:"title",begin:_,relevance:0},pe={className:"title",begin:w,relevance:0},de={begin:"\\.\\s*"+w,relevance:0};var fe=Object.freeze({__proto__:null,MATCH_NOTHING_RE:/\b\B/,IDENT_RE:_,UNDERSCORE_IDENT_RE:w,NUMBER_RE:x,C_NUMBER_RE:C,BINARY_NUMBER_RE:j,RE_STARTERS_RE:"!|!=|!==|%|%=|&|&&|&=|\\*|\\*=|\\+|\\+=|,|-|-=|/=|/|:|;|<<|<<=|<=|<|===|==|=|>>>=|>>=|>=|>>>|>>|>|\\?|\\[|\\{|\\(|\\^|\\^=|\\||\\|=|\\|\\||~",SHEBANG:(o={})=>{const s=/^#![ ]*\//;return o.binary&&(o.begin=function concat(...o){return o.map((o=>source(o))).join("")}(s,/.*\b/,o.binary,/\b.*/)),inherit({className:"meta",begin:s,end:/$/,relevance:0,"on:begin":(o,s)=>{0!==o.index&&s.ignoreMatch()}},o)},BACKSLASH_ESCAPE:L,APOS_STRING_MODE:B,QUOTE_STRING_MODE:$,PHRASAL_WORDS_MODE:V,COMMENT,C_LINE_COMMENT_MODE:U,C_BLOCK_COMMENT_MODE:z,HASH_COMMENT_MODE:Y,NUMBER_MODE:Z,C_NUMBER_MODE:ee,BINARY_NUMBER_MODE:ie,CSS_NUMBER_MODE:ae,REGEXP_MODE:ce,TITLE_MODE:le,UNDERSCORE_TITLE_MODE:pe,METHOD_GUARD:de,END_SAME_AS_BEGIN:function(o){return Object.assign(o,{"on:begin":(o,s)=>{s.data._beginMatch=o[1]},"on:end":(o,s)=>{s.data._beginMatch!==o[1]&&s.ignoreMatch()}})}});function skipIfhasPrecedingDot(o,s){"."===o.input[o.index-1]&&s.ignoreMatch()}function beginKeywords(o,s){s&&o.beginKeywords&&(o.begin="\\b("+o.beginKeywords.split(" ").join("|")+")(?!\\.)(?=\\b|\\s)",o.__beforeBegin=skipIfhasPrecedingDot,o.keywords=o.keywords||o.beginKeywords,delete o.beginKeywords,void 0===o.relevance&&(o.relevance=0))}function compileIllegal(o,s){Array.isArray(o.illegal)&&(o.illegal=function either(...o){return"("+o.map((o=>source(o))).join("|")+")"}(...o.illegal))}function compileMatch(o,s){if(o.match){if(o.begin||o.end)throw new Error("begin & end are not supported with match");o.begin=o.match,delete o.match}}function compileRelevance(o,s){void 0===o.relevance&&(o.relevance=1)}const ye=["of","and","for","in","not","or","if","then","parent","list","value"],be="keyword";function compileKeywords(o,s,i=be){const u={};return"string"==typeof o?compileList(i,o.split(" ")):Array.isArray(o)?compileList(i,o):Object.keys(o).forEach((function(i){Object.assign(u,compileKeywords(o[i],s,i))})),u;function compileList(o,i){s&&(i=i.map((o=>o.toLowerCase()))),i.forEach((function(s){const i=s.split("|");u[i[0]]=[o,scoreForKeyword(i[0],i[1])]}))}}function scoreForKeyword(o,s){return s?Number(s):function commonKeyword(o){return ye.includes(o.toLowerCase())}(o)?0:1}function compileLanguage(o,{plugins:s}){function langRe(s,i){return new RegExp(source(s),"m"+(o.case_insensitive?"i":"")+(i?"g":""))}class MultiRegex{constructor(){this.matchIndexes={},this.regexes=[],this.matchAt=1,this.position=0}addRule(o,s){s.position=this.position++,this.matchIndexes[this.matchAt]=s,this.regexes.push([s,o]),this.matchAt+=function countMatchGroups(o){return new RegExp(o.toString()+"|").exec("").length-1}(o)+1}compile(){0===this.regexes.length&&(this.exec=()=>null);const o=this.regexes.map((o=>o[1]));this.matcherRe=langRe(function join(o,s="|"){let i=0;return o.map((o=>{i+=1;const s=i;let _=source(o),w="";for(;_.length>0;){const o=u.exec(_);if(!o){w+=_;break}w+=_.substring(0,o.index),_=_.substring(o.index+o[0].length),"\\"===o[0][0]&&o[1]?w+="\\"+String(Number(o[1])+s):(w+=o[0],"("===o[0]&&i++)}return w})).map((o=>`(${o})`)).join(s)}(o),!0),this.lastIndex=0}exec(o){this.matcherRe.lastIndex=this.lastIndex;const s=this.matcherRe.exec(o);if(!s)return null;const i=s.findIndex(((o,s)=>s>0&&void 0!==o)),u=this.matchIndexes[i];return s.splice(0,i),Object.assign(s,u)}}class ResumableMultiRegex{constructor(){this.rules=[],this.multiRegexes=[],this.count=0,this.lastIndex=0,this.regexIndex=0}getMatcher(o){if(this.multiRegexes[o])return this.multiRegexes[o];const s=new MultiRegex;return this.rules.slice(o).forEach((([o,i])=>s.addRule(o,i))),s.compile(),this.multiRegexes[o]=s,s}resumingScanAtSamePosition(){return 0!==this.regexIndex}considerAll(){this.regexIndex=0}addRule(o,s){this.rules.push([o,s]),"begin"===s.type&&this.count++}exec(o){const s=this.getMatcher(this.regexIndex);s.lastIndex=this.lastIndex;let i=s.exec(o);if(this.resumingScanAtSamePosition())if(i&&i.index===this.lastIndex);else{const s=this.getMatcher(0);s.lastIndex=this.lastIndex+1,i=s.exec(o)}return i&&(this.regexIndex+=i.position+1,this.regexIndex===this.count&&this.considerAll()),i}}if(o.compilerExtensions||(o.compilerExtensions=[]),o.contains&&o.contains.includes("self"))throw new Error("ERR: contains `self` is not supported at the top-level of a language. See documentation.");return o.classNameAliases=inherit(o.classNameAliases||{}),function compileMode(s,i){const u=s;if(s.isCompiled)return u;[compileMatch].forEach((o=>o(s,i))),o.compilerExtensions.forEach((o=>o(s,i))),s.__beforeBegin=null,[beginKeywords,compileIllegal,compileRelevance].forEach((o=>o(s,i))),s.isCompiled=!0;let _=null;if("object"==typeof s.keywords&&(_=s.keywords.$pattern,delete s.keywords.$pattern),s.keywords&&(s.keywords=compileKeywords(s.keywords,o.case_insensitive)),s.lexemes&&_)throw new Error("ERR: Prefer `keywords.$pattern` to `mode.lexemes`, BOTH are not allowed. (see mode reference) ");return _=_||s.lexemes||/\w+/,u.keywordPatternRe=langRe(_,!0),i&&(s.begin||(s.begin=/\B|\b/),u.beginRe=langRe(s.begin),s.endSameAsBegin&&(s.end=s.begin),s.end||s.endsWithParent||(s.end=/\B|\b/),s.end&&(u.endRe=langRe(s.end)),u.terminatorEnd=source(s.end)||"",s.endsWithParent&&i.terminatorEnd&&(u.terminatorEnd+=(s.end?"|":"")+i.terminatorEnd)),s.illegal&&(u.illegalRe=langRe(s.illegal)),s.contains||(s.contains=[]),s.contains=[].concat(...s.contains.map((function(o){return function expandOrCloneMode(o){o.variants&&!o.cachedVariants&&(o.cachedVariants=o.variants.map((function(s){return inherit(o,{variants:null},s)})));if(o.cachedVariants)return o.cachedVariants;if(dependencyOnParent(o))return inherit(o,{starts:o.starts?inherit(o.starts):null});if(Object.isFrozen(o))return inherit(o);return o}("self"===o?s:o)}))),s.contains.forEach((function(o){compileMode(o,u)})),s.starts&&compileMode(s.starts,i),u.matcher=function buildModeRegex(o){const s=new ResumableMultiRegex;return o.contains.forEach((o=>s.addRule(o.begin,{rule:o,type:"begin"}))),o.terminatorEnd&&s.addRule(o.terminatorEnd,{type:"end"}),o.illegal&&s.addRule(o.illegal,{type:"illegal"}),s}(u),u}(o)}function dependencyOnParent(o){return!!o&&(o.endsWithParent||dependencyOnParent(o.starts))}function BuildVuePlugin(o){const s={props:["language","code","autodetect"],data:function(){return{detectedLanguage:"",unknownLanguage:!1}},computed:{className(){return this.unknownLanguage?"":"hljs "+this.detectedLanguage},highlighted(){if(!this.autoDetect&&!o.getLanguage(this.language))return console.warn(`The language "${this.language}" you specified could not be found.`),this.unknownLanguage=!0,escapeHTML(this.code);let s={};return this.autoDetect?(s=o.highlightAuto(this.code),this.detectedLanguage=s.language):(s=o.highlight(this.language,this.code,this.ignoreIllegals),this.detectedLanguage=this.language),s.value},autoDetect(){return!this.language||function hasValueOrEmptyAttribute(o){return Boolean(o||""===o)}(this.autodetect)},ignoreIllegals:()=>!0},render(o){return o("pre",{},[o("code",{class:this.className,domProps:{innerHTML:this.highlighted}})])}};return{Component:s,VuePlugin:{install(o){o.component("highlightjs",s)}}}}const _e={"after:highlightElement":({el:o,result:s,text:i})=>{const u=nodeStream(o);if(!u.length)return;const _=document.createElement("div");_.innerHTML=s.value,s.value=function mergeStreams(o,s,i){let u=0,_="";const w=[];function selectStream(){return o.length&&s.length?o[0].offset!==s[0].offset?o[0].offset"}function close(o){_+=""}function render(o){("start"===o.event?open:close)(o.node)}for(;o.length||s.length;){let s=selectStream();if(_+=escapeHTML(i.substring(u,s[0].offset)),u=s[0].offset,s===o){w.reverse().forEach(close);do{render(s.splice(0,1)[0]),s=selectStream()}while(s===o&&s.length&&s[0].offset===u);w.reverse().forEach(open)}else"start"===s[0].event?w.push(s[0].node):w.pop(),render(s.splice(0,1)[0])}return _+escapeHTML(i.substr(u))}(u,nodeStream(_),i)}};function tag(o){return o.nodeName.toLowerCase()}function nodeStream(o){const s=[];return function _nodeStream(o,i){for(let u=o.firstChild;u;u=u.nextSibling)3===u.nodeType?i+=u.nodeValue.length:1===u.nodeType&&(s.push({event:"start",offset:i,node:u}),i=_nodeStream(u,i),tag(u).match(/br|hr|img|input/)||s.push({event:"stop",offset:i,node:u}));return i}(o,0),s}const we={},error=o=>{console.error(o)},warn=(o,...s)=>{console.log(`WARN: ${o}`,...s)},deprecated=(o,s)=>{we[`${o}/${s}`]||(console.log(`Deprecated as of ${o}. ${s}`),we[`${o}/${s}`]=!0)},Se=escapeHTML,xe=inherit,Pe=Symbol("nomatch");var Te=function(o){const i=Object.create(null),u=Object.create(null),_=[];let w=!0;const x=/(^(<[^>]+>|\t|)+|\n)/gm,C="Could not find the language '{}', did you forget to load/include a language module?",j={disableAutodetect:!0,name:"Plain text",contains:[]};let L={noHighlightRe:/^(no-?highlight)$/i,languageDetectRe:/\blang(?:uage)?-([\w-]+)\b/i,classPrefix:"hljs-",tabReplace:null,useBR:!1,languages:null,__emitter:TokenTreeEmitter};function shouldNotHighlight(o){return L.noHighlightRe.test(o)}function highlight(o,s,i,u){let _="",w="";"object"==typeof s?(_=o,i=s.ignoreIllegals,w=s.language,u=void 0):(deprecated("10.7.0","highlight(lang, code, ...args) has been deprecated."),deprecated("10.7.0","Please use highlight(code, options) instead.\nhttps://github.com/highlightjs/highlight.js/issues/2277"),w=o,_=s);const x={code:_,language:w};fire("before:highlight",x);const C=x.result?x.result:_highlight(x.language,x.code,i,u);return C.code=x.code,fire("after:highlight",C),C}function _highlight(o,s,u,x){function keywordData(o,s){const i=B.case_insensitive?s[0].toLowerCase():s[0];return Object.prototype.hasOwnProperty.call(o.keywords,i)&&o.keywords[i]}function processBuffer(){null!=U.subLanguage?function processSubLanguage(){if(""===Z)return;let o=null;if("string"==typeof U.subLanguage){if(!i[U.subLanguage])return void Y.addText(Z);o=_highlight(U.subLanguage,Z,!0,z[U.subLanguage]),z[U.subLanguage]=o.top}else o=highlightAuto(Z,U.subLanguage.length?U.subLanguage:null);U.relevance>0&&(ee+=o.relevance),Y.addSublanguage(o.emitter,o.language)}():function processKeywords(){if(!U.keywords)return void Y.addText(Z);let o=0;U.keywordPatternRe.lastIndex=0;let s=U.keywordPatternRe.exec(Z),i="";for(;s;){i+=Z.substring(o,s.index);const u=keywordData(U,s);if(u){const[o,_]=u;if(Y.addText(i),i="",ee+=_,o.startsWith("_"))i+=s[0];else{const i=B.classNameAliases[o]||o;Y.addKeyword(s[0],i)}}else i+=s[0];o=U.keywordPatternRe.lastIndex,s=U.keywordPatternRe.exec(Z)}i+=Z.substr(o),Y.addText(i)}(),Z=""}function startNewMode(o){return o.className&&Y.openNode(B.classNameAliases[o.className]||o.className),U=Object.create(o,{parent:{value:U}}),U}function endOfMode(o,s,i){let u=function startsWith(o,s){const i=o&&o.exec(s);return i&&0===i.index}(o.endRe,i);if(u){if(o["on:end"]){const i=new Response(o);o["on:end"](s,i),i.isMatchIgnored&&(u=!1)}if(u){for(;o.endsParent&&o.parent;)o=o.parent;return o}}if(o.endsWithParent)return endOfMode(o.parent,s,i)}function doIgnore(o){return 0===U.matcher.regexIndex?(Z+=o[0],1):(ce=!0,0)}function doBeginMatch(o){const s=o[0],i=o.rule,u=new Response(i),_=[i.__beforeBegin,i["on:begin"]];for(const i of _)if(i&&(i(o,u),u.isMatchIgnored))return doIgnore(s);return i&&i.endSameAsBegin&&(i.endRe=function escape(o){return new RegExp(o.replace(/[-/\\^$*+?.()|[\]{}]/g,"\\$&"),"m")}(s)),i.skip?Z+=s:(i.excludeBegin&&(Z+=s),processBuffer(),i.returnBegin||i.excludeBegin||(Z=s)),startNewMode(i),i.returnBegin?0:s.length}function doEndMatch(o){const i=o[0],u=s.substr(o.index),_=endOfMode(U,o,u);if(!_)return Pe;const w=U;w.skip?Z+=i:(w.returnEnd||w.excludeEnd||(Z+=i),processBuffer(),w.excludeEnd&&(Z=i));do{U.className&&Y.closeNode(),U.skip||U.subLanguage||(ee+=U.relevance),U=U.parent}while(U!==_.parent);return _.starts&&(_.endSameAsBegin&&(_.starts.endRe=_.endRe),startNewMode(_.starts)),w.returnEnd?0:i.length}let j={};function processLexeme(i,_){const x=_&&_[0];if(Z+=i,null==x)return processBuffer(),0;if("begin"===j.type&&"end"===_.type&&j.index===_.index&&""===x){if(Z+=s.slice(_.index,_.index+1),!w){const s=new Error("0 width match regex");throw s.languageName=o,s.badRule=j.rule,s}return 1}if(j=_,"begin"===_.type)return doBeginMatch(_);if("illegal"===_.type&&!u){const o=new Error('Illegal lexeme "'+x+'" for mode "'+(U.className||"")+'"');throw o.mode=U,o}if("end"===_.type){const o=doEndMatch(_);if(o!==Pe)return o}if("illegal"===_.type&&""===x)return 1;if(ae>1e5&&ae>3*_.index){throw new Error("potential infinite loop, way more iterations than matches")}return Z+=x,x.length}const B=getLanguage(o);if(!B)throw error(C.replace("{}",o)),new Error('Unknown language: "'+o+'"');const $=compileLanguage(B,{plugins:_});let V="",U=x||$;const z={},Y=new L.__emitter(L);!function processContinuations(){const o=[];for(let s=U;s!==B;s=s.parent)s.className&&o.unshift(s.className);o.forEach((o=>Y.openNode(o)))}();let Z="",ee=0,ie=0,ae=0,ce=!1;try{for(U.matcher.considerAll();;){ae++,ce?ce=!1:U.matcher.considerAll(),U.matcher.lastIndex=ie;const o=U.matcher.exec(s);if(!o)break;const i=processLexeme(s.substring(ie,o.index),o);ie=o.index+i}return processLexeme(s.substr(ie)),Y.closeAllNodes(),Y.finalize(),V=Y.toHTML(),{relevance:Math.floor(ee),value:V,language:o,illegal:!1,emitter:Y,top:U}}catch(i){if(i.message&&i.message.includes("Illegal"))return{illegal:!0,illegalBy:{msg:i.message,context:s.slice(ie-100,ie+100),mode:i.mode},sofar:V,relevance:0,value:Se(s),emitter:Y};if(w)return{illegal:!1,relevance:0,value:Se(s),emitter:Y,language:o,top:U,errorRaised:i};throw i}}function highlightAuto(o,s){s=s||L.languages||Object.keys(i);const u=function justTextHighlightResult(o){const s={relevance:0,emitter:new L.__emitter(L),value:Se(o),illegal:!1,top:j};return s.emitter.addText(o),s}(o),_=s.filter(getLanguage).filter(autoDetection).map((s=>_highlight(s,o,!1)));_.unshift(u);const w=_.sort(((o,s)=>{if(o.relevance!==s.relevance)return s.relevance-o.relevance;if(o.language&&s.language){if(getLanguage(o.language).supersetOf===s.language)return 1;if(getLanguage(s.language).supersetOf===o.language)return-1}return 0})),[x,C]=w,B=x;return B.second_best=C,B}const B={"before:highlightElement":({el:o})=>{L.useBR&&(o.innerHTML=o.innerHTML.replace(/\n/g,"").replace(//g,"\n"))},"after:highlightElement":({result:o})=>{L.useBR&&(o.value=o.value.replace(/\n/g,"
"))}},$=/^(<[^>]+>|\t)+/gm,V={"after:highlightElement":({result:o})=>{L.tabReplace&&(o.value=o.value.replace($,(o=>o.replace(/\t/g,L.tabReplace))))}};function highlightElement(o){let s=null;const i=function blockLanguage(o){let s=o.className+" ";s+=o.parentNode?o.parentNode.className:"";const i=L.languageDetectRe.exec(s);if(i){const s=getLanguage(i[1]);return s||(warn(C.replace("{}",i[1])),warn("Falling back to no-highlight mode for this block.",o)),s?i[1]:"no-highlight"}return s.split(/\s+/).find((o=>shouldNotHighlight(o)||getLanguage(o)))}(o);if(shouldNotHighlight(i))return;fire("before:highlightElement",{el:o,language:i}),s=o;const _=s.textContent,w=i?highlight(_,{language:i,ignoreIllegals:!0}):highlightAuto(_);fire("after:highlightElement",{el:o,result:w,text:_}),o.innerHTML=w.value,function updateClassName(o,s,i){const _=s?u[s]:i;o.classList.add("hljs"),_&&o.classList.add(_)}(o,i,w.language),o.result={language:w.language,re:w.relevance,relavance:w.relevance},w.second_best&&(o.second_best={language:w.second_best.language,re:w.second_best.relevance,relavance:w.second_best.relevance})}const initHighlighting=()=>{if(initHighlighting.called)return;initHighlighting.called=!0,deprecated("10.6.0","initHighlighting() is deprecated. Use highlightAll() instead.");document.querySelectorAll("pre code").forEach(highlightElement)};let U=!1;function highlightAll(){if("loading"===document.readyState)return void(U=!0);document.querySelectorAll("pre code").forEach(highlightElement)}function getLanguage(o){return o=(o||"").toLowerCase(),i[o]||i[u[o]]}function registerAliases(o,{languageName:s}){"string"==typeof o&&(o=[o]),o.forEach((o=>{u[o.toLowerCase()]=s}))}function autoDetection(o){const s=getLanguage(o);return s&&!s.disableAutodetect}function fire(o,s){const i=o;_.forEach((function(o){o[i]&&o[i](s)}))}"undefined"!=typeof window&&window.addEventListener&&window.addEventListener("DOMContentLoaded",(function boot(){U&&highlightAll()}),!1),Object.assign(o,{highlight,highlightAuto,highlightAll,fixMarkup:function deprecateFixMarkup(o){return deprecated("10.2.0","fixMarkup will be removed entirely in v11.0"),deprecated("10.2.0","Please see https://github.com/highlightjs/highlight.js/issues/2534"),function fixMarkup(o){return L.tabReplace||L.useBR?o.replace(x,(o=>"\n"===o?L.useBR?"
":o:L.tabReplace?o.replace(/\t/g,L.tabReplace):o)):o}(o)},highlightElement,highlightBlock:function deprecateHighlightBlock(o){return deprecated("10.7.0","highlightBlock will be removed entirely in v12.0"),deprecated("10.7.0","Please use highlightElement now."),highlightElement(o)},configure:function configure(o){o.useBR&&(deprecated("10.3.0","'useBR' will be removed entirely in v11.0"),deprecated("10.3.0","Please see https://github.com/highlightjs/highlight.js/issues/2559")),L=xe(L,o)},initHighlighting,initHighlightingOnLoad:function initHighlightingOnLoad(){deprecated("10.6.0","initHighlightingOnLoad() is deprecated. Use highlightAll() instead."),U=!0},registerLanguage:function registerLanguage(s,u){let _=null;try{_=u(o)}catch(o){if(error("Language definition for '{}' could not be registered.".replace("{}",s)),!w)throw o;error(o),_=j}_.name||(_.name=s),i[s]=_,_.rawDefinition=u.bind(null,o),_.aliases&®isterAliases(_.aliases,{languageName:s})},unregisterLanguage:function unregisterLanguage(o){delete i[o];for(const s of Object.keys(u))u[s]===o&&delete u[s]},listLanguages:function listLanguages(){return Object.keys(i)},getLanguage,registerAliases,requireLanguage:function requireLanguage(o){deprecated("10.4.0","requireLanguage will be removed entirely in v11."),deprecated("10.4.0","Please see https://github.com/highlightjs/highlight.js/pull/2844");const s=getLanguage(o);if(s)return s;throw new Error("The '{}' language is required, but not loaded.".replace("{}",o))},autoDetection,inherit:xe,addPlugin:function addPlugin(o){!function upgradePluginAPI(o){o["before:highlightBlock"]&&!o["before:highlightElement"]&&(o["before:highlightElement"]=s=>{o["before:highlightBlock"](Object.assign({block:s.el},s))}),o["after:highlightBlock"]&&!o["after:highlightElement"]&&(o["after:highlightElement"]=s=>{o["after:highlightBlock"](Object.assign({block:s.el},s))})}(o),_.push(o)},vuePlugin:BuildVuePlugin(o).VuePlugin}),o.debugMode=function(){w=!1},o.safeMode=function(){w=!0},o.versionString="10.7.3";for(const o in fe)"object"==typeof fe[o]&&s(fe[o]);return Object.assign(o,fe),o.addPlugin(B),o.addPlugin(_e),o.addPlugin(V),o}({});o.exports=Te},35344:o=>{function concat(...o){return o.map((o=>function source(o){return o?"string"==typeof o?o:o.source:null}(o))).join("")}o.exports=function bash(o){const s={},i={begin:/\$\{/,end:/\}/,contains:["self",{begin:/:-/,contains:[s]}]};Object.assign(s,{className:"variable",variants:[{begin:concat(/\$[\w\d#@][\w\d_]*/,"(?![\\w\\d])(?![$])")},i]});const u={className:"subst",begin:/\$\(/,end:/\)/,contains:[o.BACKSLASH_ESCAPE]},_={begin:/<<-?\s*(?=\w+)/,starts:{contains:[o.END_SAME_AS_BEGIN({begin:/(\w+)/,end:/(\w+)/,className:"string"})]}},w={className:"string",begin:/"/,end:/"/,contains:[o.BACKSLASH_ESCAPE,s,u]};u.contains.push(w);const x={begin:/\$\(\(/,end:/\)\)/,contains:[{begin:/\d+#[0-9a-f]+/,className:"number"},o.NUMBER_MODE,s]},C=o.SHEBANG({binary:`(${["fish","bash","zsh","sh","csh","ksh","tcsh","dash","scsh"].join("|")})`,relevance:10}),j={className:"function",begin:/\w[\w\d_]*\s*\(\s*\)\s*\{/,returnBegin:!0,contains:[o.inherit(o.TITLE_MODE,{begin:/\w[\w\d_]*/})],relevance:0};return{name:"Bash",aliases:["sh","zsh"],keywords:{$pattern:/\b[a-z._-]+\b/,keyword:"if then else elif fi for while in do done case esac function",literal:"true false",built_in:"break cd continue eval exec exit export getopts hash pwd readonly return shift test times trap umask unset alias bind builtin caller command declare echo enable help let local logout mapfile printf read readarray source type typeset ulimit unalias set shopt autoload bg bindkey bye cap chdir clone comparguments compcall compctl compdescribe compfiles compgroups compquote comptags comptry compvalues dirs disable disown echotc echoti emulate fc fg float functions getcap getln history integer jobs kill limit log noglob popd print pushd pushln rehash sched setcap setopt stat suspend ttyctl unfunction unhash unlimit unsetopt vared wait whence where which zcompile zformat zftp zle zmodload zparseopts zprof zpty zregexparse zsocket zstyle ztcp"},contains:[C,o.SHEBANG(),j,x,o.HASH_COMMENT_MODE,_,w,{className:"",begin:/\\"/},{className:"string",begin:/'/,end:/'/},s]}}},73402:o=>{function concat(...o){return o.map((o=>function source(o){return o?"string"==typeof o?o:o.source:null}(o))).join("")}o.exports=function http(o){const s="HTTP/(2|1\\.[01])",i={className:"attribute",begin:concat("^",/[A-Za-z][A-Za-z0-9-]*/,"(?=\\:\\s)"),starts:{contains:[{className:"punctuation",begin:/: /,relevance:0,starts:{end:"$",relevance:0}}]}},u=[i,{begin:"\\n\\n",starts:{subLanguage:[],endsWithParent:!0}}];return{name:"HTTP",aliases:["https"],illegal:/\S/,contains:[{begin:"^(?="+s+" \\d{3})",end:/$/,contains:[{className:"meta",begin:s},{className:"number",begin:"\\b\\d{3}\\b"}],starts:{end:/\b\B/,illegal:/\S/,contains:u}},{begin:"(?=^[A-Z]+ (.*?) "+s+"$)",end:/$/,contains:[{className:"string",begin:" ",end:" ",excludeBegin:!0,excludeEnd:!0},{className:"meta",begin:s},{className:"keyword",begin:"[A-Z]+"}],starts:{end:/\b\B/,illegal:/\S/,contains:u}},o.inherit(i,{relevance:0})]}}},95089:o=>{const s="[A-Za-z$_][0-9A-Za-z$_]*",i=["as","in","of","if","for","while","finally","var","new","function","do","return","void","else","break","catch","instanceof","with","throw","case","default","try","switch","continue","typeof","delete","let","yield","const","class","debugger","async","await","static","import","from","export","extends"],u=["true","false","null","undefined","NaN","Infinity"],_=[].concat(["setInterval","setTimeout","clearInterval","clearTimeout","require","exports","eval","isFinite","isNaN","parseFloat","parseInt","decodeURI","decodeURIComponent","encodeURI","encodeURIComponent","escape","unescape"],["arguments","this","super","console","window","document","localStorage","module","global"],["Intl","DataView","Number","Math","Date","String","RegExp","Object","Function","Boolean","Error","Symbol","Set","Map","WeakSet","WeakMap","Proxy","Reflect","JSON","Promise","Float64Array","Int16Array","Int32Array","Int8Array","Uint16Array","Uint32Array","Float32Array","Array","Uint8Array","Uint8ClampedArray","ArrayBuffer","BigInt64Array","BigUint64Array","BigInt"],["EvalError","InternalError","RangeError","ReferenceError","SyntaxError","TypeError","URIError"]);function lookahead(o){return concat("(?=",o,")")}function concat(...o){return o.map((o=>function source(o){return o?"string"==typeof o?o:o.source:null}(o))).join("")}o.exports=function javascript(o){const w=s,x="<>",C="",j={begin:/<[A-Za-z0-9\\._:-]+/,end:/\/[A-Za-z0-9\\._:-]+>|\/>/,isTrulyOpeningTag:(o,s)=>{const i=o[0].length+o.index,u=o.input[i];"<"!==u?">"===u&&(((o,{after:s})=>{const i="",returnBegin:!0,end:"\\s*=>",contains:[{className:"params",variants:[{begin:o.UNDERSCORE_IDENT_RE,relevance:0},{className:null,begin:/\(\s*\)/,skip:!0},{begin:/\(/,end:/\)/,excludeBegin:!0,excludeEnd:!0,keywords:L,contains:le}]}]},{begin:/,/,relevance:0},{className:"",begin:/\s/,end:/\s*/,skip:!0},{variants:[{begin:x,end:C},{begin:j.begin,"on:begin":j.isTrulyOpeningTag,end:j.end}],subLanguage:"xml",contains:[{begin:j.begin,end:j.end,skip:!0,contains:["self"]}]}],relevance:0},{className:"function",beginKeywords:"function",end:/[{;]/,excludeEnd:!0,keywords:L,contains:["self",o.inherit(o.TITLE_MODE,{begin:w}),pe],illegal:/%/},{beginKeywords:"while if switch catch for"},{className:"function",begin:o.UNDERSCORE_IDENT_RE+"\\([^()]*(\\([^()]*(\\([^()]*\\)[^()]*)*\\)[^()]*)*\\)\\s*\\{",returnBegin:!0,contains:[pe,o.inherit(o.TITLE_MODE,{begin:w})]},{variants:[{begin:"\\."+w},{begin:"\\$"+w}],relevance:0},{className:"class",beginKeywords:"class",end:/[{;=]/,excludeEnd:!0,illegal:/[:"[\]]/,contains:[{beginKeywords:"extends"},o.UNDERSCORE_TITLE_MODE]},{begin:/\b(?=constructor)/,end:/[{;]/,excludeEnd:!0,contains:[o.inherit(o.TITLE_MODE,{begin:w}),"self",pe]},{begin:"(get|set)\\s+(?="+w+"\\()",end:/\{/,keywords:"get set",contains:[o.inherit(o.TITLE_MODE,{begin:w}),{begin:/\(\)/},pe]},{begin:/\$[(.]/}]}}},65772:o=>{o.exports=function json(o){const s={literal:"true false null"},i=[o.C_LINE_COMMENT_MODE,o.C_BLOCK_COMMENT_MODE],u=[o.QUOTE_STRING_MODE,o.C_NUMBER_MODE],_={end:",",endsWithParent:!0,excludeEnd:!0,contains:u,keywords:s},w={begin:/\{/,end:/\}/,contains:[{className:"attr",begin:/"/,end:/"/,contains:[o.BACKSLASH_ESCAPE],illegal:"\\n"},o.inherit(_,{begin:/:/})].concat(i),illegal:"\\S"},x={begin:"\\[",end:"\\]",contains:[o.inherit(_)],illegal:"\\S"};return u.push(w,x),i.forEach((function(o){u.push(o)})),{name:"JSON",contains:u,keywords:s,illegal:"\\S"}}},26571:o=>{o.exports=function powershell(o){const s={$pattern:/-?[A-z\.\-]+\b/,keyword:"if else foreach return do while until elseif begin for trap data dynamicparam end break throw param continue finally in switch exit filter try process catch hidden static parameter",built_in:"ac asnp cat cd CFS chdir clc clear clhy cli clp cls clv cnsn compare copy cp cpi cpp curl cvpa dbp del diff dir dnsn ebp echo|0 epal epcsv epsn erase etsn exsn fc fhx fl ft fw gal gbp gc gcb gci gcm gcs gdr gerr ghy gi gin gjb gl gm gmo gp gps gpv group gsn gsnp gsv gtz gu gv gwmi h history icm iex ihy ii ipal ipcsv ipmo ipsn irm ise iwmi iwr kill lp ls man md measure mi mount move mp mv nal ndr ni nmo npssc nsn nv ogv oh popd ps pushd pwd r rbp rcjb rcsn rd rdr ren ri rjb rm rmdir rmo rni rnp rp rsn rsnp rujb rv rvpa rwmi sajb sal saps sasv sbp sc scb select set shcm si sl sleep sls sort sp spjb spps spsv start stz sujb sv swmi tee trcm type wget where wjb write"},i={begin:"`[\\s\\S]",relevance:0},u={className:"variable",variants:[{begin:/\$\B/},{className:"keyword",begin:/\$this/},{begin:/\$[\w\d][\w\d_:]*/}]},_={className:"string",variants:[{begin:/"/,end:/"/},{begin:/@"/,end:/^"@/}],contains:[i,u,{className:"variable",begin:/\$[A-z]/,end:/[^A-z]/}]},w={className:"string",variants:[{begin:/'/,end:/'/},{begin:/@'/,end:/^'@/}]},x=o.inherit(o.COMMENT(null,null),{variants:[{begin:/#/,end:/$/},{begin:/<#/,end:/#>/}],contains:[{className:"doctag",variants:[{begin:/\.(synopsis|description|example|inputs|outputs|notes|link|component|role|functionality)/},{begin:/\.(parameter|forwardhelptargetname|forwardhelpcategory|remotehelprunspace|externalhelp)\s+\S+/}]}]}),C={className:"built_in",variants:[{begin:"(".concat("Add|Clear|Close|Copy|Enter|Exit|Find|Format|Get|Hide|Join|Lock|Move|New|Open|Optimize|Pop|Push|Redo|Remove|Rename|Reset|Resize|Search|Select|Set|Show|Skip|Split|Step|Switch|Undo|Unlock|Watch|Backup|Checkpoint|Compare|Compress|Convert|ConvertFrom|ConvertTo|Dismount|Edit|Expand|Export|Group|Import|Initialize|Limit|Merge|Mount|Out|Publish|Restore|Save|Sync|Unpublish|Update|Approve|Assert|Build|Complete|Confirm|Deny|Deploy|Disable|Enable|Install|Invoke|Register|Request|Restart|Resume|Start|Stop|Submit|Suspend|Uninstall|Unregister|Wait|Debug|Measure|Ping|Repair|Resolve|Test|Trace|Connect|Disconnect|Read|Receive|Send|Write|Block|Grant|Protect|Revoke|Unblock|Unprotect|Use|ForEach|Sort|Tee|Where",")+(-)[\\w\\d]+")}]},j={className:"class",beginKeywords:"class enum",end:/\s*[{]/,excludeEnd:!0,relevance:0,contains:[o.TITLE_MODE]},L={className:"function",begin:/function\s+/,end:/\s*\{|$/,excludeEnd:!0,returnBegin:!0,relevance:0,contains:[{begin:"function",relevance:0,className:"keyword"},{className:"title",begin:/\w[\w\d]*((-)[\w\d]+)*/,relevance:0},{begin:/\(/,end:/\)/,className:"params",relevance:0,contains:[u]}]},B={begin:/using\s/,end:/$/,returnBegin:!0,contains:[_,w,{className:"keyword",begin:/(using|assembly|command|module|namespace|type)/}]},$={variants:[{className:"operator",begin:"(".concat("-and|-as|-band|-bnot|-bor|-bxor|-casesensitive|-ccontains|-ceq|-cge|-cgt|-cle|-clike|-clt|-cmatch|-cne|-cnotcontains|-cnotlike|-cnotmatch|-contains|-creplace|-csplit|-eq|-exact|-f|-file|-ge|-gt|-icontains|-ieq|-ige|-igt|-ile|-ilike|-ilt|-imatch|-in|-ine|-inotcontains|-inotlike|-inotmatch|-ireplace|-is|-isnot|-isplit|-join|-le|-like|-lt|-match|-ne|-not|-notcontains|-notin|-notlike|-notmatch|-or|-regex|-replace|-shl|-shr|-split|-wildcard|-xor",")\\b")},{className:"literal",begin:/(-)[\w\d]+/,relevance:0}]},V={className:"function",begin:/\[.*\]\s*[\w]+[ ]??\(/,end:/$/,returnBegin:!0,relevance:0,contains:[{className:"keyword",begin:"(".concat(s.keyword.toString().replace(/\s/g,"|"),")\\b"),endsParent:!0,relevance:0},o.inherit(o.TITLE_MODE,{endsParent:!0})]},U=[V,x,i,o.NUMBER_MODE,_,w,C,u,{className:"literal",begin:/\$(null|true|false)\b/},{className:"selector-tag",begin:/@\B/,relevance:0}],z={begin:/\[/,end:/\]/,excludeBegin:!0,excludeEnd:!0,relevance:0,contains:[].concat("self",U,{begin:"("+["string","char","byte","int","long","bool","decimal","single","double","DateTime","xml","array","hashtable","void"].join("|")+")",className:"built_in",relevance:0},{className:"type",begin:/[\.\w\d]+/,relevance:0})};return V.contains.unshift(z),{name:"PowerShell",aliases:["ps","ps1"],case_insensitive:!0,keywords:s,contains:U.concat(j,L,B,$,z)}}},17285:o=>{function source(o){return o?"string"==typeof o?o:o.source:null}function lookahead(o){return concat("(?=",o,")")}function concat(...o){return o.map((o=>source(o))).join("")}function either(...o){return"("+o.map((o=>source(o))).join("|")+")"}o.exports=function xml(o){const s=concat(/[A-Z_]/,function optional(o){return concat("(",o,")?")}(/[A-Z0-9_.-]*:/),/[A-Z0-9_.-]*/),i={className:"symbol",begin:/&[a-z]+;|&#[0-9]+;|&#x[a-f0-9]+;/},u={begin:/\s/,contains:[{className:"meta-keyword",begin:/#?[a-z_][a-z1-9_-]+/,illegal:/\n/}]},_=o.inherit(u,{begin:/\(/,end:/\)/}),w=o.inherit(o.APOS_STRING_MODE,{className:"meta-string"}),x=o.inherit(o.QUOTE_STRING_MODE,{className:"meta-string"}),C={endsWithParent:!0,illegal:/`]+/}]}]}]};return{name:"HTML, XML",aliases:["html","xhtml","rss","atom","xjb","xsd","xsl","plist","wsf","svg"],case_insensitive:!0,contains:[{className:"meta",begin://,relevance:10,contains:[u,x,w,_,{begin:/\[/,end:/\]/,contains:[{className:"meta",begin://,contains:[u,_,x,w]}]}]},o.COMMENT(//,{relevance:10}),{begin://,relevance:10},i,{className:"meta",begin:/<\?xml/,end:/\?>/,relevance:10},{className:"tag",begin:/)/,end:/>/,keywords:{name:"style"},contains:[C],starts:{end:/<\/style>/,returnEnd:!0,subLanguage:["css","xml"]}},{className:"tag",begin:/)/,end:/>/,keywords:{name:"script"},contains:[C],starts:{end:/<\/script>/,returnEnd:!0,subLanguage:["javascript","handlebars","xml"]}},{className:"tag",begin:/<>|<\/>/},{className:"tag",begin:concat(//,/>/,/\s/)))),end:/\/?>/,contains:[{className:"name",begin:s,relevance:0,starts:C}]},{className:"tag",begin:concat(/<\//,lookahead(concat(s,/>/))),contains:[{className:"name",begin:s,relevance:0},{begin:/>/,relevance:0,endsParent:!0}]}]}}},17533:o=>{o.exports=function yaml(o){var s="true false yes no null",i="[\\w#;/?:@&=+$,.~*'()[\\]]+",u={className:"string",relevance:0,variants:[{begin:/'/,end:/'/},{begin:/"/,end:/"/},{begin:/\S+/}],contains:[o.BACKSLASH_ESCAPE,{className:"template-variable",variants:[{begin:/\{\{/,end:/\}\}/},{begin:/%\{/,end:/\}/}]}]},_=o.inherit(u,{variants:[{begin:/'/,end:/'/},{begin:/"/,end:/"/},{begin:/[^\s,{}[\]]+/}]}),w={className:"number",begin:"\\b[0-9]{4}(-[0-9][0-9]){0,2}([Tt \\t][0-9][0-9]?(:[0-9][0-9]){2})?(\\.[0-9]*)?([ \\t])*(Z|[-+][0-9][0-9]?(:[0-9][0-9])?)?\\b"},x={end:",",endsWithParent:!0,excludeEnd:!0,keywords:s,relevance:0},C={begin:/\{/,end:/\}/,contains:[x],illegal:"\\n",relevance:0},j={begin:"\\[",end:"\\]",contains:[x],illegal:"\\n",relevance:0},L=[{className:"attr",variants:[{begin:"\\w[\\w :\\/.-]*:(?=[ \t]|$)"},{begin:'"\\w[\\w :\\/.-]*":(?=[ \t]|$)'},{begin:"'\\w[\\w :\\/.-]*':(?=[ \t]|$)"}]},{className:"meta",begin:"^---\\s*$",relevance:10},{className:"string",begin:"[\\|>]([1-9]?[+-])?[ ]*\\n( +)[^ ][^\\n]*\\n(\\2[^\\n]+\\n?)*"},{begin:"<%[%=-]?",end:"[%-]?%>",subLanguage:"ruby",excludeBegin:!0,excludeEnd:!0,relevance:0},{className:"type",begin:"!\\w+!"+i},{className:"type",begin:"!<"+i+">"},{className:"type",begin:"!"+i},{className:"type",begin:"!!"+i},{className:"meta",begin:"&"+o.UNDERSCORE_IDENT_RE+"$"},{className:"meta",begin:"\\*"+o.UNDERSCORE_IDENT_RE+"$"},{className:"bullet",begin:"-(?=[ ]|$)",relevance:0},o.HASH_COMMENT_MODE,{beginKeywords:s,keywords:{literal:s}},w,{className:"number",begin:o.C_NUMBER_RE+"\\b",relevance:0},C,j,u],B=[...L];return B.pop(),B.push(_),x.contains=B,{name:"YAML",case_insensitive:!0,aliases:["yml"],contains:L}}},251:(o,s)=>{s.read=function(o,s,i,u,_){var w,x,C=8*_-u-1,j=(1<>1,B=-7,$=i?_-1:0,V=i?-1:1,U=o[s+$];for($+=V,w=U&(1<<-B)-1,U>>=-B,B+=C;B>0;w=256*w+o[s+$],$+=V,B-=8);for(x=w&(1<<-B)-1,w>>=-B,B+=u;B>0;x=256*x+o[s+$],$+=V,B-=8);if(0===w)w=1-L;else{if(w===j)return x?NaN:1/0*(U?-1:1);x+=Math.pow(2,u),w-=L}return(U?-1:1)*x*Math.pow(2,w-u)},s.write=function(o,s,i,u,_,w){var x,C,j,L=8*w-_-1,B=(1<>1,V=23===_?Math.pow(2,-24)-Math.pow(2,-77):0,U=u?0:w-1,z=u?1:-1,Y=s<0||0===s&&1/s<0?1:0;for(s=Math.abs(s),isNaN(s)||s===1/0?(C=isNaN(s)?1:0,x=B):(x=Math.floor(Math.log(s)/Math.LN2),s*(j=Math.pow(2,-x))<1&&(x--,j*=2),(s+=x+$>=1?V/j:V*Math.pow(2,1-$))*j>=2&&(x++,j/=2),x+$>=B?(C=0,x=B):x+$>=1?(C=(s*j-1)*Math.pow(2,_),x+=$):(C=s*Math.pow(2,$-1)*Math.pow(2,_),x=0));_>=8;o[i+U]=255&C,U+=z,C/=256,_-=8);for(x=x<<_|C,L+=_;L>0;o[i+U]=255&x,U+=z,x/=256,L-=8);o[i+U-z]|=128*Y}},9404:function(o){o.exports=function(){"use strict";var o=Array.prototype.slice;function createClass(o,s){s&&(o.prototype=Object.create(s.prototype)),o.prototype.constructor=o}function Iterable(o){return isIterable(o)?o:Seq(o)}function KeyedIterable(o){return isKeyed(o)?o:KeyedSeq(o)}function IndexedIterable(o){return isIndexed(o)?o:IndexedSeq(o)}function SetIterable(o){return isIterable(o)&&!isAssociative(o)?o:SetSeq(o)}function isIterable(o){return!(!o||!o[s])}function isKeyed(o){return!(!o||!o[i])}function isIndexed(o){return!(!o||!o[u])}function isAssociative(o){return isKeyed(o)||isIndexed(o)}function isOrdered(o){return!(!o||!o[_])}createClass(KeyedIterable,Iterable),createClass(IndexedIterable,Iterable),createClass(SetIterable,Iterable),Iterable.isIterable=isIterable,Iterable.isKeyed=isKeyed,Iterable.isIndexed=isIndexed,Iterable.isAssociative=isAssociative,Iterable.isOrdered=isOrdered,Iterable.Keyed=KeyedIterable,Iterable.Indexed=IndexedIterable,Iterable.Set=SetIterable;var s="@@__IMMUTABLE_ITERABLE__@@",i="@@__IMMUTABLE_KEYED__@@",u="@@__IMMUTABLE_INDEXED__@@",_="@@__IMMUTABLE_ORDERED__@@",w="delete",x=5,C=1<>>0;if(""+i!==s||4294967295===i)return NaN;s=i}return s<0?ensureSize(o)+s:s}function returnTrue(){return!0}function wholeSlice(o,s,i){return(0===o||void 0!==i&&o<=-i)&&(void 0===s||void 0!==i&&s>=i)}function resolveBegin(o,s){return resolveIndex(o,s,0)}function resolveEnd(o,s){return resolveIndex(o,s,s)}function resolveIndex(o,s,i){return void 0===o?i:o<0?Math.max(0,s+o):void 0===s?o:Math.min(s,o)}var V=0,U=1,z=2,Y="function"==typeof Symbol&&Symbol.iterator,Z="@@iterator",ee=Y||Z;function Iterator(o){this.next=o}function iteratorValue(o,s,i,u){var _=0===o?s:1===o?i:[s,i];return u?u.value=_:u={value:_,done:!1},u}function iteratorDone(){return{value:void 0,done:!0}}function hasIterator(o){return!!getIteratorFn(o)}function isIterator(o){return o&&"function"==typeof o.next}function getIterator(o){var s=getIteratorFn(o);return s&&s.call(o)}function getIteratorFn(o){var s=o&&(Y&&o[Y]||o[Z]);if("function"==typeof s)return s}function isArrayLike(o){return o&&"number"==typeof o.length}function Seq(o){return null==o?emptySequence():isIterable(o)?o.toSeq():seqFromValue(o)}function KeyedSeq(o){return null==o?emptySequence().toKeyedSeq():isIterable(o)?isKeyed(o)?o.toSeq():o.fromEntrySeq():keyedSeqFromValue(o)}function IndexedSeq(o){return null==o?emptySequence():isIterable(o)?isKeyed(o)?o.entrySeq():o.toIndexedSeq():indexedSeqFromValue(o)}function SetSeq(o){return(null==o?emptySequence():isIterable(o)?isKeyed(o)?o.entrySeq():o:indexedSeqFromValue(o)).toSetSeq()}Iterator.prototype.toString=function(){return"[Iterator]"},Iterator.KEYS=V,Iterator.VALUES=U,Iterator.ENTRIES=z,Iterator.prototype.inspect=Iterator.prototype.toSource=function(){return this.toString()},Iterator.prototype[ee]=function(){return this},createClass(Seq,Iterable),Seq.of=function(){return Seq(arguments)},Seq.prototype.toSeq=function(){return this},Seq.prototype.toString=function(){return this.__toString("Seq {","}")},Seq.prototype.cacheResult=function(){return!this._cache&&this.__iterateUncached&&(this._cache=this.entrySeq().toArray(),this.size=this._cache.length),this},Seq.prototype.__iterate=function(o,s){return seqIterate(this,o,s,!0)},Seq.prototype.__iterator=function(o,s){return seqIterator(this,o,s,!0)},createClass(KeyedSeq,Seq),KeyedSeq.prototype.toKeyedSeq=function(){return this},createClass(IndexedSeq,Seq),IndexedSeq.of=function(){return IndexedSeq(arguments)},IndexedSeq.prototype.toIndexedSeq=function(){return this},IndexedSeq.prototype.toString=function(){return this.__toString("Seq [","]")},IndexedSeq.prototype.__iterate=function(o,s){return seqIterate(this,o,s,!1)},IndexedSeq.prototype.__iterator=function(o,s){return seqIterator(this,o,s,!1)},createClass(SetSeq,Seq),SetSeq.of=function(){return SetSeq(arguments)},SetSeq.prototype.toSetSeq=function(){return this},Seq.isSeq=isSeq,Seq.Keyed=KeyedSeq,Seq.Set=SetSeq,Seq.Indexed=IndexedSeq;var ie,ae,ce,le="@@__IMMUTABLE_SEQ__@@";function ArraySeq(o){this._array=o,this.size=o.length}function ObjectSeq(o){var s=Object.keys(o);this._object=o,this._keys=s,this.size=s.length}function IterableSeq(o){this._iterable=o,this.size=o.length||o.size}function IteratorSeq(o){this._iterator=o,this._iteratorCache=[]}function isSeq(o){return!(!o||!o[le])}function emptySequence(){return ie||(ie=new ArraySeq([]))}function keyedSeqFromValue(o){var s=Array.isArray(o)?new ArraySeq(o).fromEntrySeq():isIterator(o)?new IteratorSeq(o).fromEntrySeq():hasIterator(o)?new IterableSeq(o).fromEntrySeq():"object"==typeof o?new ObjectSeq(o):void 0;if(!s)throw new TypeError("Expected Array or iterable object of [k, v] entries, or keyed object: "+o);return s}function indexedSeqFromValue(o){var s=maybeIndexedSeqFromValue(o);if(!s)throw new TypeError("Expected Array or iterable object of values: "+o);return s}function seqFromValue(o){var s=maybeIndexedSeqFromValue(o)||"object"==typeof o&&new ObjectSeq(o);if(!s)throw new TypeError("Expected Array or iterable object of values, or keyed object: "+o);return s}function maybeIndexedSeqFromValue(o){return isArrayLike(o)?new ArraySeq(o):isIterator(o)?new IteratorSeq(o):hasIterator(o)?new IterableSeq(o):void 0}function seqIterate(o,s,i,u){var _=o._cache;if(_){for(var w=_.length-1,x=0;x<=w;x++){var C=_[i?w-x:x];if(!1===s(C[1],u?C[0]:x,o))return x+1}return x}return o.__iterateUncached(s,i)}function seqIterator(o,s,i,u){var _=o._cache;if(_){var w=_.length-1,x=0;return new Iterator((function(){var o=_[i?w-x:x];return x++>w?iteratorDone():iteratorValue(s,u?o[0]:x-1,o[1])}))}return o.__iteratorUncached(s,i)}function fromJS(o,s){return s?fromJSWith(s,o,"",{"":o}):fromJSDefault(o)}function fromJSWith(o,s,i,u){return Array.isArray(s)?o.call(u,i,IndexedSeq(s).map((function(i,u){return fromJSWith(o,i,u,s)}))):isPlainObj(s)?o.call(u,i,KeyedSeq(s).map((function(i,u){return fromJSWith(o,i,u,s)}))):s}function fromJSDefault(o){return Array.isArray(o)?IndexedSeq(o).map(fromJSDefault).toList():isPlainObj(o)?KeyedSeq(o).map(fromJSDefault).toMap():o}function isPlainObj(o){return o&&(o.constructor===Object||void 0===o.constructor)}function is(o,s){if(o===s||o!=o&&s!=s)return!0;if(!o||!s)return!1;if("function"==typeof o.valueOf&&"function"==typeof s.valueOf){if((o=o.valueOf())===(s=s.valueOf())||o!=o&&s!=s)return!0;if(!o||!s)return!1}return!("function"!=typeof o.equals||"function"!=typeof s.equals||!o.equals(s))}function deepEqual(o,s){if(o===s)return!0;if(!isIterable(s)||void 0!==o.size&&void 0!==s.size&&o.size!==s.size||void 0!==o.__hash&&void 0!==s.__hash&&o.__hash!==s.__hash||isKeyed(o)!==isKeyed(s)||isIndexed(o)!==isIndexed(s)||isOrdered(o)!==isOrdered(s))return!1;if(0===o.size&&0===s.size)return!0;var i=!isAssociative(o);if(isOrdered(o)){var u=o.entries();return s.every((function(o,s){var _=u.next().value;return _&&is(_[1],o)&&(i||is(_[0],s))}))&&u.next().done}var _=!1;if(void 0===o.size)if(void 0===s.size)"function"==typeof o.cacheResult&&o.cacheResult();else{_=!0;var w=o;o=s,s=w}var x=!0,C=s.__iterate((function(s,u){if(i?!o.has(s):_?!is(s,o.get(u,L)):!is(o.get(u,L),s))return x=!1,!1}));return x&&o.size===C}function Repeat(o,s){if(!(this instanceof Repeat))return new Repeat(o,s);if(this._value=o,this.size=void 0===s?1/0:Math.max(0,s),0===this.size){if(ae)return ae;ae=this}}function invariant(o,s){if(!o)throw new Error(s)}function Range(o,s,i){if(!(this instanceof Range))return new Range(o,s,i);if(invariant(0!==i,"Cannot step a Range by 0"),o=o||0,void 0===s&&(s=1/0),i=void 0===i?1:Math.abs(i),su?iteratorDone():iteratorValue(o,_,i[s?u-_++:_++])}))},createClass(ObjectSeq,KeyedSeq),ObjectSeq.prototype.get=function(o,s){return void 0===s||this.has(o)?this._object[o]:s},ObjectSeq.prototype.has=function(o){return this._object.hasOwnProperty(o)},ObjectSeq.prototype.__iterate=function(o,s){for(var i=this._object,u=this._keys,_=u.length-1,w=0;w<=_;w++){var x=u[s?_-w:w];if(!1===o(i[x],x,this))return w+1}return w},ObjectSeq.prototype.__iterator=function(o,s){var i=this._object,u=this._keys,_=u.length-1,w=0;return new Iterator((function(){var x=u[s?_-w:w];return w++>_?iteratorDone():iteratorValue(o,x,i[x])}))},ObjectSeq.prototype[_]=!0,createClass(IterableSeq,IndexedSeq),IterableSeq.prototype.__iterateUncached=function(o,s){if(s)return this.cacheResult().__iterate(o,s);var i=getIterator(this._iterable),u=0;if(isIterator(i))for(var _;!(_=i.next()).done&&!1!==o(_.value,u++,this););return u},IterableSeq.prototype.__iteratorUncached=function(o,s){if(s)return this.cacheResult().__iterator(o,s);var i=getIterator(this._iterable);if(!isIterator(i))return new Iterator(iteratorDone);var u=0;return new Iterator((function(){var s=i.next();return s.done?s:iteratorValue(o,u++,s.value)}))},createClass(IteratorSeq,IndexedSeq),IteratorSeq.prototype.__iterateUncached=function(o,s){if(s)return this.cacheResult().__iterate(o,s);for(var i,u=this._iterator,_=this._iteratorCache,w=0;w<_.length;)if(!1===o(_[w],w++,this))return w;for(;!(i=u.next()).done;){var x=i.value;if(_[w]=x,!1===o(x,w++,this))break}return w},IteratorSeq.prototype.__iteratorUncached=function(o,s){if(s)return this.cacheResult().__iterator(o,s);var i=this._iterator,u=this._iteratorCache,_=0;return new Iterator((function(){if(_>=u.length){var s=i.next();if(s.done)return s;u[_]=s.value}return iteratorValue(o,_,u[_++])}))},createClass(Repeat,IndexedSeq),Repeat.prototype.toString=function(){return 0===this.size?"Repeat []":"Repeat [ "+this._value+" "+this.size+" times ]"},Repeat.prototype.get=function(o,s){return this.has(o)?this._value:s},Repeat.prototype.includes=function(o){return is(this._value,o)},Repeat.prototype.slice=function(o,s){var i=this.size;return wholeSlice(o,s,i)?this:new Repeat(this._value,resolveEnd(s,i)-resolveBegin(o,i))},Repeat.prototype.reverse=function(){return this},Repeat.prototype.indexOf=function(o){return is(this._value,o)?0:-1},Repeat.prototype.lastIndexOf=function(o){return is(this._value,o)?this.size:-1},Repeat.prototype.__iterate=function(o,s){for(var i=0;i=0&&s=0&&ii?iteratorDone():iteratorValue(o,w++,x)}))},Range.prototype.equals=function(o){return o instanceof Range?this._start===o._start&&this._end===o._end&&this._step===o._step:deepEqual(this,o)},createClass(Collection,Iterable),createClass(KeyedCollection,Collection),createClass(IndexedCollection,Collection),createClass(SetCollection,Collection),Collection.Keyed=KeyedCollection,Collection.Indexed=IndexedCollection,Collection.Set=SetCollection;var pe="function"==typeof Math.imul&&-2===Math.imul(4294967295,2)?Math.imul:function imul(o,s){var i=65535&(o|=0),u=65535&(s|=0);return i*u+((o>>>16)*u+i*(s>>>16)<<16>>>0)|0};function smi(o){return o>>>1&1073741824|3221225471&o}function hash(o){if(!1===o||null==o)return 0;if("function"==typeof o.valueOf&&(!1===(o=o.valueOf())||null==o))return 0;if(!0===o)return 1;var s=typeof o;if("number"===s){if(o!=o||o===1/0)return 0;var i=0|o;for(i!==o&&(i^=4294967295*o);o>4294967295;)i^=o/=4294967295;return smi(i)}if("string"===s)return o.length>Se?cachedHashString(o):hashString(o);if("function"==typeof o.hashCode)return o.hashCode();if("object"===s)return hashJSObj(o);if("function"==typeof o.toString)return hashString(o.toString());throw new Error("Value type "+s+" cannot be hashed.")}function cachedHashString(o){var s=Te[o];return void 0===s&&(s=hashString(o),Pe===xe&&(Pe=0,Te={}),Pe++,Te[o]=s),s}function hashString(o){for(var s=0,i=0;i0)switch(o.nodeType){case 1:return o.uniqueID;case 9:return o.documentElement&&o.documentElement.uniqueID}}var ye,be="function"==typeof WeakMap;be&&(ye=new WeakMap);var _e=0,we="__immutablehash__";"function"==typeof Symbol&&(we=Symbol(we));var Se=16,xe=255,Pe=0,Te={};function assertNotInfinite(o){invariant(o!==1/0,"Cannot perform this action with an infinite size.")}function Map(o){return null==o?emptyMap():isMap(o)&&!isOrdered(o)?o:emptyMap().withMutations((function(s){var i=KeyedIterable(o);assertNotInfinite(i.size),i.forEach((function(o,i){return s.set(i,o)}))}))}function isMap(o){return!(!o||!o[qe])}createClass(Map,KeyedCollection),Map.of=function(){var s=o.call(arguments,0);return emptyMap().withMutations((function(o){for(var i=0;i=s.length)throw new Error("Missing value for key: "+s[i]);o.set(s[i],s[i+1])}}))},Map.prototype.toString=function(){return this.__toString("Map {","}")},Map.prototype.get=function(o,s){return this._root?this._root.get(0,void 0,o,s):s},Map.prototype.set=function(o,s){return updateMap(this,o,s)},Map.prototype.setIn=function(o,s){return this.updateIn(o,L,(function(){return s}))},Map.prototype.remove=function(o){return updateMap(this,o,L)},Map.prototype.deleteIn=function(o){return this.updateIn(o,(function(){return L}))},Map.prototype.update=function(o,s,i){return 1===arguments.length?o(this):this.updateIn([o],s,i)},Map.prototype.updateIn=function(o,s,i){i||(i=s,s=void 0);var u=updateInDeepMap(this,forceIterator(o),s,i);return u===L?void 0:u},Map.prototype.clear=function(){return 0===this.size?this:this.__ownerID?(this.size=0,this._root=null,this.__hash=void 0,this.__altered=!0,this):emptyMap()},Map.prototype.merge=function(){return mergeIntoMapWith(this,void 0,arguments)},Map.prototype.mergeWith=function(s){return mergeIntoMapWith(this,s,o.call(arguments,1))},Map.prototype.mergeIn=function(s){var i=o.call(arguments,1);return this.updateIn(s,emptyMap(),(function(o){return"function"==typeof o.merge?o.merge.apply(o,i):i[i.length-1]}))},Map.prototype.mergeDeep=function(){return mergeIntoMapWith(this,deepMerger,arguments)},Map.prototype.mergeDeepWith=function(s){var i=o.call(arguments,1);return mergeIntoMapWith(this,deepMergerWith(s),i)},Map.prototype.mergeDeepIn=function(s){var i=o.call(arguments,1);return this.updateIn(s,emptyMap(),(function(o){return"function"==typeof o.mergeDeep?o.mergeDeep.apply(o,i):i[i.length-1]}))},Map.prototype.sort=function(o){return OrderedMap(sortFactory(this,o))},Map.prototype.sortBy=function(o,s){return OrderedMap(sortFactory(this,s,o))},Map.prototype.withMutations=function(o){var s=this.asMutable();return o(s),s.wasAltered()?s.__ensureOwner(this.__ownerID):this},Map.prototype.asMutable=function(){return this.__ownerID?this:this.__ensureOwner(new OwnerID)},Map.prototype.asImmutable=function(){return this.__ensureOwner()},Map.prototype.wasAltered=function(){return this.__altered},Map.prototype.__iterator=function(o,s){return new MapIterator(this,o,s)},Map.prototype.__iterate=function(o,s){var i=this,u=0;return this._root&&this._root.iterate((function(s){return u++,o(s[1],s[0],i)}),s),u},Map.prototype.__ensureOwner=function(o){return o===this.__ownerID?this:o?makeMap(this.size,this._root,o,this.__hash):(this.__ownerID=o,this.__altered=!1,this)},Map.isMap=isMap;var Re,qe="@@__IMMUTABLE_MAP__@@",$e=Map.prototype;function ArrayMapNode(o,s){this.ownerID=o,this.entries=s}function BitmapIndexedNode(o,s,i){this.ownerID=o,this.bitmap=s,this.nodes=i}function HashArrayMapNode(o,s,i){this.ownerID=o,this.count=s,this.nodes=i}function HashCollisionNode(o,s,i){this.ownerID=o,this.keyHash=s,this.entries=i}function ValueNode(o,s,i){this.ownerID=o,this.keyHash=s,this.entry=i}function MapIterator(o,s,i){this._type=s,this._reverse=i,this._stack=o._root&&mapIteratorFrame(o._root)}function mapIteratorValue(o,s){return iteratorValue(o,s[0],s[1])}function mapIteratorFrame(o,s){return{node:o,index:0,__prev:s}}function makeMap(o,s,i,u){var _=Object.create($e);return _.size=o,_._root=s,_.__ownerID=i,_.__hash=u,_.__altered=!1,_}function emptyMap(){return Re||(Re=makeMap(0))}function updateMap(o,s,i){var u,_;if(o._root){var w=MakeRef(B),x=MakeRef($);if(u=updateNode(o._root,o.__ownerID,0,void 0,s,i,w,x),!x.value)return o;_=o.size+(w.value?i===L?-1:1:0)}else{if(i===L)return o;_=1,u=new ArrayMapNode(o.__ownerID,[[s,i]])}return o.__ownerID?(o.size=_,o._root=u,o.__hash=void 0,o.__altered=!0,o):u?makeMap(_,u):emptyMap()}function updateNode(o,s,i,u,_,w,x,C){return o?o.update(s,i,u,_,w,x,C):w===L?o:(SetRef(C),SetRef(x),new ValueNode(s,u,[_,w]))}function isLeafNode(o){return o.constructor===ValueNode||o.constructor===HashCollisionNode}function mergeIntoNode(o,s,i,u,_){if(o.keyHash===u)return new HashCollisionNode(s,u,[o.entry,_]);var w,C=(0===i?o.keyHash:o.keyHash>>>i)&j,L=(0===i?u:u>>>i)&j;return new BitmapIndexedNode(s,1<>>=1)x[j]=1&i?s[w++]:void 0;return x[u]=_,new HashArrayMapNode(o,w+1,x)}function mergeIntoMapWith(o,s,i){for(var u=[],_=0;_>1&1431655765))+(o>>2&858993459))+(o>>4)&252645135,o+=o>>8,127&(o+=o>>16)}function setIn(o,s,i,u){var _=u?o:arrCopy(o);return _[s]=i,_}function spliceIn(o,s,i,u){var _=o.length+1;if(u&&s+1===_)return o[s]=i,o;for(var w=new Array(_),x=0,C=0;C<_;C++)C===s?(w[C]=i,x=-1):w[C]=o[C+x];return w}function spliceOut(o,s,i){var u=o.length-1;if(i&&s===u)return o.pop(),o;for(var _=new Array(u),w=0,x=0;x=ze)return createNodes(o,j,u,_);var U=o&&o===this.ownerID,z=U?j:arrCopy(j);return V?C?B===$-1?z.pop():z[B]=z.pop():z[B]=[u,_]:z.push([u,_]),U?(this.entries=z,this):new ArrayMapNode(o,z)}},BitmapIndexedNode.prototype.get=function(o,s,i,u){void 0===s&&(s=hash(i));var _=1<<((0===o?s:s>>>o)&j),w=this.bitmap;return w&_?this.nodes[popCount(w&_-1)].get(o+x,s,i,u):u},BitmapIndexedNode.prototype.update=function(o,s,i,u,_,w,C){void 0===i&&(i=hash(u));var B=(0===s?i:i>>>s)&j,$=1<=We)return expandNodes(o,Y,V,B,ee);if(U&&!ee&&2===Y.length&&isLeafNode(Y[1^z]))return Y[1^z];if(U&&ee&&1===Y.length&&isLeafNode(ee))return ee;var ie=o&&o===this.ownerID,ae=U?ee?V:V^$:V|$,ce=U?ee?setIn(Y,z,ee,ie):spliceOut(Y,z,ie):spliceIn(Y,z,ee,ie);return ie?(this.bitmap=ae,this.nodes=ce,this):new BitmapIndexedNode(o,ae,ce)},HashArrayMapNode.prototype.get=function(o,s,i,u){void 0===s&&(s=hash(i));var _=(0===o?s:s>>>o)&j,w=this.nodes[_];return w?w.get(o+x,s,i,u):u},HashArrayMapNode.prototype.update=function(o,s,i,u,_,w,C){void 0===i&&(i=hash(u));var B=(0===s?i:i>>>s)&j,$=_===L,V=this.nodes,U=V[B];if($&&!U)return this;var z=updateNode(U,o,s+x,i,u,_,w,C);if(z===U)return this;var Y=this.count;if(U){if(!z&&--Y0&&u=0&&o>>s&j;if(u>=this.array.length)return new VNode([],o);var _,w=0===u;if(s>0){var C=this.array[u];if((_=C&&C.removeBefore(o,s-x,i))===C&&w)return this}if(w&&!_)return this;var L=editableVNode(this,o);if(!w)for(var B=0;B>>s&j;if(_>=this.array.length)return this;if(s>0){var w=this.array[_];if((u=w&&w.removeAfter(o,s-x,i))===w&&_===this.array.length-1)return this}var C=editableVNode(this,o);return C.array.splice(_+1),u&&(C.array[_]=u),C};var Qe,et,tt={};function iterateList(o,s){var i=o._origin,u=o._capacity,_=getTailOffset(u),w=o._tail;return iterateNodeOrLeaf(o._root,o._level,0);function iterateNodeOrLeaf(o,s,i){return 0===s?iterateLeaf(o,i):iterateNode(o,s,i)}function iterateLeaf(o,x){var j=x===_?w&&w.array:o&&o.array,L=x>i?0:i-x,B=u-x;return B>C&&(B=C),function(){if(L===B)return tt;var o=s?--B:L++;return j&&j[o]}}function iterateNode(o,_,w){var j,L=o&&o.array,B=w>i?0:i-w>>_,$=1+(u-w>>_);return $>C&&($=C),function(){for(;;){if(j){var o=j();if(o!==tt)return o;j=null}if(B===$)return tt;var i=s?--$:B++;j=iterateNodeOrLeaf(L&&L[i],_-x,w+(i<<_))}}}}function makeList(o,s,i,u,_,w,x){var C=Object.create(Xe);return C.size=s-o,C._origin=o,C._capacity=s,C._level=i,C._root=u,C._tail=_,C.__ownerID=w,C.__hash=x,C.__altered=!1,C}function emptyList(){return Qe||(Qe=makeList(0,0,x))}function updateList(o,s,i){if((s=wrapIndex(o,s))!=s)return o;if(s>=o.size||s<0)return o.withMutations((function(o){s<0?setListBounds(o,s).set(0,i):setListBounds(o,0,s+1).set(s,i)}));s+=o._origin;var u=o._tail,_=o._root,w=MakeRef($);return s>=getTailOffset(o._capacity)?u=updateVNode(u,o.__ownerID,0,s,i,w):_=updateVNode(_,o.__ownerID,o._level,s,i,w),w.value?o.__ownerID?(o._root=_,o._tail=u,o.__hash=void 0,o.__altered=!0,o):makeList(o._origin,o._capacity,o._level,_,u):o}function updateVNode(o,s,i,u,_,w){var C,L=u>>>i&j,B=o&&L0){var $=o&&o.array[L],V=updateVNode($,s,i-x,u,_,w);return V===$?o:((C=editableVNode(o,s)).array[L]=V,C)}return B&&o.array[L]===_?o:(SetRef(w),C=editableVNode(o,s),void 0===_&&L===C.array.length-1?C.array.pop():C.array[L]=_,C)}function editableVNode(o,s){return s&&o&&s===o.ownerID?o:new VNode(o?o.array.slice():[],s)}function listNodeFor(o,s){if(s>=getTailOffset(o._capacity))return o._tail;if(s<1<0;)i=i.array[s>>>u&j],u-=x;return i}}function setListBounds(o,s,i){void 0!==s&&(s|=0),void 0!==i&&(i|=0);var u=o.__ownerID||new OwnerID,_=o._origin,w=o._capacity,C=_+s,L=void 0===i?w:i<0?w+i:_+i;if(C===_&&L===w)return o;if(C>=L)return o.clear();for(var B=o._level,$=o._root,V=0;C+V<0;)$=new VNode($&&$.array.length?[void 0,$]:[],u),V+=1<<(B+=x);V&&(C+=V,_+=V,L+=V,w+=V);for(var U=getTailOffset(w),z=getTailOffset(L);z>=1<U?new VNode([],u):Y;if(Y&&z>U&&Cx;ie-=x){var ae=U>>>ie&j;ee=ee.array[ae]=editableVNode(ee.array[ae],u)}ee.array[U>>>x&j]=Y}if(L=z)C-=z,L-=z,B=x,$=null,Z=Z&&Z.removeBefore(u,0,C);else if(C>_||z>>B&j;if(ce!==z>>>B&j)break;ce&&(V+=(1<_&&($=$.removeBefore(u,B,C-V)),$&&z_&&(_=C.size),isIterable(x)||(C=C.map((function(o){return fromJS(o)}))),u.push(C)}return _>o.size&&(o=o.setSize(_)),mergeIntoCollectionWith(o,s,u)}function getTailOffset(o){return o>>x<=C&&x.size>=2*w.size?(u=(_=x.filter((function(o,s){return void 0!==o&&j!==s}))).toKeyedSeq().map((function(o){return o[0]})).flip().toMap(),o.__ownerID&&(u.__ownerID=_.__ownerID=o.__ownerID)):(u=w.remove(s),_=j===x.size-1?x.pop():x.set(j,void 0))}else if(B){if(i===x.get(j)[1])return o;u=w,_=x.set(j,[s,i])}else u=w.set(s,x.size),_=x.set(x.size,[s,i]);return o.__ownerID?(o.size=u.size,o._map=u,o._list=_,o.__hash=void 0,o):makeOrderedMap(u,_)}function ToKeyedSequence(o,s){this._iter=o,this._useKeys=s,this.size=o.size}function ToIndexedSequence(o){this._iter=o,this.size=o.size}function ToSetSequence(o){this._iter=o,this.size=o.size}function FromEntriesSequence(o){this._iter=o,this.size=o.size}function flipFactory(o){var s=makeSequence(o);return s._iter=o,s.size=o.size,s.flip=function(){return o},s.reverse=function(){var s=o.reverse.apply(this);return s.flip=function(){return o.reverse()},s},s.has=function(s){return o.includes(s)},s.includes=function(s){return o.has(s)},s.cacheResult=cacheResultThrough,s.__iterateUncached=function(s,i){var u=this;return o.__iterate((function(o,i){return!1!==s(i,o,u)}),i)},s.__iteratorUncached=function(s,i){if(s===z){var u=o.__iterator(s,i);return new Iterator((function(){var o=u.next();if(!o.done){var s=o.value[0];o.value[0]=o.value[1],o.value[1]=s}return o}))}return o.__iterator(s===U?V:U,i)},s}function mapFactory(o,s,i){var u=makeSequence(o);return u.size=o.size,u.has=function(s){return o.has(s)},u.get=function(u,_){var w=o.get(u,L);return w===L?_:s.call(i,w,u,o)},u.__iterateUncached=function(u,_){var w=this;return o.__iterate((function(o,_,x){return!1!==u(s.call(i,o,_,x),_,w)}),_)},u.__iteratorUncached=function(u,_){var w=o.__iterator(z,_);return new Iterator((function(){var _=w.next();if(_.done)return _;var x=_.value,C=x[0];return iteratorValue(u,C,s.call(i,x[1],C,o),_)}))},u}function reverseFactory(o,s){var i=makeSequence(o);return i._iter=o,i.size=o.size,i.reverse=function(){return o},o.flip&&(i.flip=function(){var s=flipFactory(o);return s.reverse=function(){return o.flip()},s}),i.get=function(i,u){return o.get(s?i:-1-i,u)},i.has=function(i){return o.has(s?i:-1-i)},i.includes=function(s){return o.includes(s)},i.cacheResult=cacheResultThrough,i.__iterate=function(s,i){var u=this;return o.__iterate((function(o,i){return s(o,i,u)}),!i)},i.__iterator=function(s,i){return o.__iterator(s,!i)},i}function filterFactory(o,s,i,u){var _=makeSequence(o);return u&&(_.has=function(u){var _=o.get(u,L);return _!==L&&!!s.call(i,_,u,o)},_.get=function(u,_){var w=o.get(u,L);return w!==L&&s.call(i,w,u,o)?w:_}),_.__iterateUncached=function(_,w){var x=this,C=0;return o.__iterate((function(o,w,j){if(s.call(i,o,w,j))return C++,_(o,u?w:C-1,x)}),w),C},_.__iteratorUncached=function(_,w){var x=o.__iterator(z,w),C=0;return new Iterator((function(){for(;;){var w=x.next();if(w.done)return w;var j=w.value,L=j[0],B=j[1];if(s.call(i,B,L,o))return iteratorValue(_,u?L:C++,B,w)}}))},_}function countByFactory(o,s,i){var u=Map().asMutable();return o.__iterate((function(_,w){u.update(s.call(i,_,w,o),0,(function(o){return o+1}))})),u.asImmutable()}function groupByFactory(o,s,i){var u=isKeyed(o),_=(isOrdered(o)?OrderedMap():Map()).asMutable();o.__iterate((function(w,x){_.update(s.call(i,w,x,o),(function(o){return(o=o||[]).push(u?[x,w]:w),o}))}));var w=iterableClass(o);return _.map((function(s){return reify(o,w(s))}))}function sliceFactory(o,s,i,u){var _=o.size;if(void 0!==s&&(s|=0),void 0!==i&&(i===1/0?i=_:i|=0),wholeSlice(s,i,_))return o;var w=resolveBegin(s,_),x=resolveEnd(i,_);if(w!=w||x!=x)return sliceFactory(o.toSeq().cacheResult(),s,i,u);var C,j=x-w;j==j&&(C=j<0?0:j);var L=makeSequence(o);return L.size=0===C?C:o.size&&C||void 0,!u&&isSeq(o)&&C>=0&&(L.get=function(s,i){return(s=wrapIndex(this,s))>=0&&sC)return iteratorDone();var o=_.next();return u||s===U?o:iteratorValue(s,j-1,s===V?void 0:o.value[1],o)}))},L}function takeWhileFactory(o,s,i){var u=makeSequence(o);return u.__iterateUncached=function(u,_){var w=this;if(_)return this.cacheResult().__iterate(u,_);var x=0;return o.__iterate((function(o,_,C){return s.call(i,o,_,C)&&++x&&u(o,_,w)})),x},u.__iteratorUncached=function(u,_){var w=this;if(_)return this.cacheResult().__iterator(u,_);var x=o.__iterator(z,_),C=!0;return new Iterator((function(){if(!C)return iteratorDone();var o=x.next();if(o.done)return o;var _=o.value,j=_[0],L=_[1];return s.call(i,L,j,w)?u===z?o:iteratorValue(u,j,L,o):(C=!1,iteratorDone())}))},u}function skipWhileFactory(o,s,i,u){var _=makeSequence(o);return _.__iterateUncached=function(_,w){var x=this;if(w)return this.cacheResult().__iterate(_,w);var C=!0,j=0;return o.__iterate((function(o,w,L){if(!C||!(C=s.call(i,o,w,L)))return j++,_(o,u?w:j-1,x)})),j},_.__iteratorUncached=function(_,w){var x=this;if(w)return this.cacheResult().__iterator(_,w);var C=o.__iterator(z,w),j=!0,L=0;return new Iterator((function(){var o,w,B;do{if((o=C.next()).done)return u||_===U?o:iteratorValue(_,L++,_===V?void 0:o.value[1],o);var $=o.value;w=$[0],B=$[1],j&&(j=s.call(i,B,w,x))}while(j);return _===z?o:iteratorValue(_,w,B,o)}))},_}function concatFactory(o,s){var i=isKeyed(o),u=[o].concat(s).map((function(o){return isIterable(o)?i&&(o=KeyedIterable(o)):o=i?keyedSeqFromValue(o):indexedSeqFromValue(Array.isArray(o)?o:[o]),o})).filter((function(o){return 0!==o.size}));if(0===u.length)return o;if(1===u.length){var _=u[0];if(_===o||i&&isKeyed(_)||isIndexed(o)&&isIndexed(_))return _}var w=new ArraySeq(u);return i?w=w.toKeyedSeq():isIndexed(o)||(w=w.toSetSeq()),(w=w.flatten(!0)).size=u.reduce((function(o,s){if(void 0!==o){var i=s.size;if(void 0!==i)return o+i}}),0),w}function flattenFactory(o,s,i){var u=makeSequence(o);return u.__iterateUncached=function(u,_){var w=0,x=!1;function flatDeep(o,C){var j=this;o.__iterate((function(o,_){return(!s||C0}function zipWithFactory(o,s,i){var u=makeSequence(o);return u.size=new ArraySeq(i).map((function(o){return o.size})).min(),u.__iterate=function(o,s){for(var i,u=this.__iterator(U,s),_=0;!(i=u.next()).done&&!1!==o(i.value,_++,this););return _},u.__iteratorUncached=function(o,u){var _=i.map((function(o){return o=Iterable(o),getIterator(u?o.reverse():o)})),w=0,x=!1;return new Iterator((function(){var i;return x||(i=_.map((function(o){return o.next()})),x=i.some((function(o){return o.done}))),x?iteratorDone():iteratorValue(o,w++,s.apply(null,i.map((function(o){return o.value}))))}))},u}function reify(o,s){return isSeq(o)?s:o.constructor(s)}function validateEntry(o){if(o!==Object(o))throw new TypeError("Expected [K, V] tuple: "+o)}function resolveSize(o){return assertNotInfinite(o.size),ensureSize(o)}function iterableClass(o){return isKeyed(o)?KeyedIterable:isIndexed(o)?IndexedIterable:SetIterable}function makeSequence(o){return Object.create((isKeyed(o)?KeyedSeq:isIndexed(o)?IndexedSeq:SetSeq).prototype)}function cacheResultThrough(){return this._iter.cacheResult?(this._iter.cacheResult(),this.size=this._iter.size,this):Seq.prototype.cacheResult.call(this)}function defaultComparator(o,s){return o>s?1:o=0;i--)s={value:arguments[i],next:s};return this.__ownerID?(this.size=o,this._head=s,this.__hash=void 0,this.__altered=!0,this):makeStack(o,s)},Stack.prototype.pushAll=function(o){if(0===(o=IndexedIterable(o)).size)return this;assertNotInfinite(o.size);var s=this.size,i=this._head;return o.reverse().forEach((function(o){s++,i={value:o,next:i}})),this.__ownerID?(this.size=s,this._head=i,this.__hash=void 0,this.__altered=!0,this):makeStack(s,i)},Stack.prototype.pop=function(){return this.slice(1)},Stack.prototype.unshift=function(){return this.push.apply(this,arguments)},Stack.prototype.unshiftAll=function(o){return this.pushAll(o)},Stack.prototype.shift=function(){return this.pop.apply(this,arguments)},Stack.prototype.clear=function(){return 0===this.size?this:this.__ownerID?(this.size=0,this._head=void 0,this.__hash=void 0,this.__altered=!0,this):emptyStack()},Stack.prototype.slice=function(o,s){if(wholeSlice(o,s,this.size))return this;var i=resolveBegin(o,this.size);if(resolveEnd(s,this.size)!==this.size)return IndexedCollection.prototype.slice.call(this,o,s);for(var u=this.size-i,_=this._head;i--;)_=_.next;return this.__ownerID?(this.size=u,this._head=_,this.__hash=void 0,this.__altered=!0,this):makeStack(u,_)},Stack.prototype.__ensureOwner=function(o){return o===this.__ownerID?this:o?makeStack(this.size,this._head,o,this.__hash):(this.__ownerID=o,this.__altered=!1,this)},Stack.prototype.__iterate=function(o,s){if(s)return this.reverse().__iterate(o);for(var i=0,u=this._head;u&&!1!==o(u.value,i++,this);)u=u.next;return i},Stack.prototype.__iterator=function(o,s){if(s)return this.reverse().__iterator(o);var i=0,u=this._head;return new Iterator((function(){if(u){var s=u.value;return u=u.next,iteratorValue(o,i++,s)}return iteratorDone()}))},Stack.isStack=isStack;var ct,lt="@@__IMMUTABLE_STACK__@@",ut=Stack.prototype;function makeStack(o,s,i,u){var _=Object.create(ut);return _.size=o,_._head=s,_.__ownerID=i,_.__hash=u,_.__altered=!1,_}function emptyStack(){return ct||(ct=makeStack(0))}function mixin(o,s){var keyCopier=function(i){o.prototype[i]=s[i]};return Object.keys(s).forEach(keyCopier),Object.getOwnPropertySymbols&&Object.getOwnPropertySymbols(s).forEach(keyCopier),o}ut[lt]=!0,ut.withMutations=$e.withMutations,ut.asMutable=$e.asMutable,ut.asImmutable=$e.asImmutable,ut.wasAltered=$e.wasAltered,Iterable.Iterator=Iterator,mixin(Iterable,{toArray:function(){assertNotInfinite(this.size);var o=new Array(this.size||0);return this.valueSeq().__iterate((function(s,i){o[i]=s})),o},toIndexedSeq:function(){return new ToIndexedSequence(this)},toJS:function(){return this.toSeq().map((function(o){return o&&"function"==typeof o.toJS?o.toJS():o})).__toJS()},toJSON:function(){return this.toSeq().map((function(o){return o&&"function"==typeof o.toJSON?o.toJSON():o})).__toJS()},toKeyedSeq:function(){return new ToKeyedSequence(this,!0)},toMap:function(){return Map(this.toKeyedSeq())},toObject:function(){assertNotInfinite(this.size);var o={};return this.__iterate((function(s,i){o[i]=s})),o},toOrderedMap:function(){return OrderedMap(this.toKeyedSeq())},toOrderedSet:function(){return OrderedSet(isKeyed(this)?this.valueSeq():this)},toSet:function(){return Set(isKeyed(this)?this.valueSeq():this)},toSetSeq:function(){return new ToSetSequence(this)},toSeq:function(){return isIndexed(this)?this.toIndexedSeq():isKeyed(this)?this.toKeyedSeq():this.toSetSeq()},toStack:function(){return Stack(isKeyed(this)?this.valueSeq():this)},toList:function(){return List(isKeyed(this)?this.valueSeq():this)},toString:function(){return"[Iterable]"},__toString:function(o,s){return 0===this.size?o+s:o+" "+this.toSeq().map(this.__toStringMapper).join(", ")+" "+s},concat:function(){return reify(this,concatFactory(this,o.call(arguments,0)))},includes:function(o){return this.some((function(s){return is(s,o)}))},entries:function(){return this.__iterator(z)},every:function(o,s){assertNotInfinite(this.size);var i=!0;return this.__iterate((function(u,_,w){if(!o.call(s,u,_,w))return i=!1,!1})),i},filter:function(o,s){return reify(this,filterFactory(this,o,s,!0))},find:function(o,s,i){var u=this.findEntry(o,s);return u?u[1]:i},forEach:function(o,s){return assertNotInfinite(this.size),this.__iterate(s?o.bind(s):o)},join:function(o){assertNotInfinite(this.size),o=void 0!==o?""+o:",";var s="",i=!0;return this.__iterate((function(u){i?i=!1:s+=o,s+=null!=u?u.toString():""})),s},keys:function(){return this.__iterator(V)},map:function(o,s){return reify(this,mapFactory(this,o,s))},reduce:function(o,s,i){var u,_;return assertNotInfinite(this.size),arguments.length<2?_=!0:u=s,this.__iterate((function(s,w,x){_?(_=!1,u=s):u=o.call(i,u,s,w,x)})),u},reduceRight:function(o,s,i){var u=this.toKeyedSeq().reverse();return u.reduce.apply(u,arguments)},reverse:function(){return reify(this,reverseFactory(this,!0))},slice:function(o,s){return reify(this,sliceFactory(this,o,s,!0))},some:function(o,s){return!this.every(not(o),s)},sort:function(o){return reify(this,sortFactory(this,o))},values:function(){return this.__iterator(U)},butLast:function(){return this.slice(0,-1)},isEmpty:function(){return void 0!==this.size?0===this.size:!this.some((function(){return!0}))},count:function(o,s){return ensureSize(o?this.toSeq().filter(o,s):this)},countBy:function(o,s){return countByFactory(this,o,s)},equals:function(o){return deepEqual(this,o)},entrySeq:function(){var o=this;if(o._cache)return new ArraySeq(o._cache);var s=o.toSeq().map(entryMapper).toIndexedSeq();return s.fromEntrySeq=function(){return o.toSeq()},s},filterNot:function(o,s){return this.filter(not(o),s)},findEntry:function(o,s,i){var u=i;return this.__iterate((function(i,_,w){if(o.call(s,i,_,w))return u=[_,i],!1})),u},findKey:function(o,s){var i=this.findEntry(o,s);return i&&i[0]},findLast:function(o,s,i){return this.toKeyedSeq().reverse().find(o,s,i)},findLastEntry:function(o,s,i){return this.toKeyedSeq().reverse().findEntry(o,s,i)},findLastKey:function(o,s){return this.toKeyedSeq().reverse().findKey(o,s)},first:function(){return this.find(returnTrue)},flatMap:function(o,s){return reify(this,flatMapFactory(this,o,s))},flatten:function(o){return reify(this,flattenFactory(this,o,!0))},fromEntrySeq:function(){return new FromEntriesSequence(this)},get:function(o,s){return this.find((function(s,i){return is(i,o)}),void 0,s)},getIn:function(o,s){for(var i,u=this,_=forceIterator(o);!(i=_.next()).done;){var w=i.value;if((u=u&&u.get?u.get(w,L):L)===L)return s}return u},groupBy:function(o,s){return groupByFactory(this,o,s)},has:function(o){return this.get(o,L)!==L},hasIn:function(o){return this.getIn(o,L)!==L},isSubset:function(o){return o="function"==typeof o.includes?o:Iterable(o),this.every((function(s){return o.includes(s)}))},isSuperset:function(o){return(o="function"==typeof o.isSubset?o:Iterable(o)).isSubset(this)},keyOf:function(o){return this.findKey((function(s){return is(s,o)}))},keySeq:function(){return this.toSeq().map(keyMapper).toIndexedSeq()},last:function(){return this.toSeq().reverse().first()},lastKeyOf:function(o){return this.toKeyedSeq().reverse().keyOf(o)},max:function(o){return maxFactory(this,o)},maxBy:function(o,s){return maxFactory(this,s,o)},min:function(o){return maxFactory(this,o?neg(o):defaultNegComparator)},minBy:function(o,s){return maxFactory(this,s?neg(s):defaultNegComparator,o)},rest:function(){return this.slice(1)},skip:function(o){return this.slice(Math.max(0,o))},skipLast:function(o){return reify(this,this.toSeq().reverse().skip(o).reverse())},skipWhile:function(o,s){return reify(this,skipWhileFactory(this,o,s,!0))},skipUntil:function(o,s){return this.skipWhile(not(o),s)},sortBy:function(o,s){return reify(this,sortFactory(this,s,o))},take:function(o){return this.slice(0,Math.max(0,o))},takeLast:function(o){return reify(this,this.toSeq().reverse().take(o).reverse())},takeWhile:function(o,s){return reify(this,takeWhileFactory(this,o,s))},takeUntil:function(o,s){return this.takeWhile(not(o),s)},valueSeq:function(){return this.toIndexedSeq()},hashCode:function(){return this.__hash||(this.__hash=hashIterable(this))}});var pt=Iterable.prototype;pt[s]=!0,pt[ee]=pt.values,pt.__toJS=pt.toArray,pt.__toStringMapper=quoteString,pt.inspect=pt.toSource=function(){return this.toString()},pt.chain=pt.flatMap,pt.contains=pt.includes,mixin(KeyedIterable,{flip:function(){return reify(this,flipFactory(this))},mapEntries:function(o,s){var i=this,u=0;return reify(this,this.toSeq().map((function(_,w){return o.call(s,[w,_],u++,i)})).fromEntrySeq())},mapKeys:function(o,s){var i=this;return reify(this,this.toSeq().flip().map((function(u,_){return o.call(s,u,_,i)})).flip())}});var ht=KeyedIterable.prototype;function keyMapper(o,s){return s}function entryMapper(o,s){return[s,o]}function not(o){return function(){return!o.apply(this,arguments)}}function neg(o){return function(){return-o.apply(this,arguments)}}function quoteString(o){return"string"==typeof o?JSON.stringify(o):String(o)}function defaultZipper(){return arrCopy(arguments)}function defaultNegComparator(o,s){return os?-1:0}function hashIterable(o){if(o.size===1/0)return 0;var s=isOrdered(o),i=isKeyed(o),u=s?1:0;return murmurHashOfSize(o.__iterate(i?s?function(o,s){u=31*u+hashMerge(hash(o),hash(s))|0}:function(o,s){u=u+hashMerge(hash(o),hash(s))|0}:s?function(o){u=31*u+hash(o)|0}:function(o){u=u+hash(o)|0}),u)}function murmurHashOfSize(o,s){return s=pe(s,3432918353),s=pe(s<<15|s>>>-15,461845907),s=pe(s<<13|s>>>-13,5),s=pe((s=s+3864292196^o)^s>>>16,2246822507),s=smi((s=pe(s^s>>>13,3266489909))^s>>>16)}function hashMerge(o,s){return o^s+2654435769+(o<<6)+(o>>2)}return ht[i]=!0,ht[ee]=pt.entries,ht.__toJS=pt.toObject,ht.__toStringMapper=function(o,s){return JSON.stringify(s)+": "+quoteString(o)},mixin(IndexedIterable,{toKeyedSeq:function(){return new ToKeyedSequence(this,!1)},filter:function(o,s){return reify(this,filterFactory(this,o,s,!1))},findIndex:function(o,s){var i=this.findEntry(o,s);return i?i[0]:-1},indexOf:function(o){var s=this.keyOf(o);return void 0===s?-1:s},lastIndexOf:function(o){var s=this.lastKeyOf(o);return void 0===s?-1:s},reverse:function(){return reify(this,reverseFactory(this,!1))},slice:function(o,s){return reify(this,sliceFactory(this,o,s,!1))},splice:function(o,s){var i=arguments.length;if(s=Math.max(0|s,0),0===i||2===i&&!s)return this;o=resolveBegin(o,o<0?this.count():this.size);var u=this.slice(0,o);return reify(this,1===i?u:u.concat(arrCopy(arguments,2),this.slice(o+s)))},findLastIndex:function(o,s){var i=this.findLastEntry(o,s);return i?i[0]:-1},first:function(){return this.get(0)},flatten:function(o){return reify(this,flattenFactory(this,o,!1))},get:function(o,s){return(o=wrapIndex(this,o))<0||this.size===1/0||void 0!==this.size&&o>this.size?s:this.find((function(s,i){return i===o}),void 0,s)},has:function(o){return(o=wrapIndex(this,o))>=0&&(void 0!==this.size?this.size===1/0||o{"function"==typeof Object.create?o.exports=function inherits(o,s){s&&(o.super_=s,o.prototype=Object.create(s.prototype,{constructor:{value:o,enumerable:!1,writable:!0,configurable:!0}}))}:o.exports=function inherits(o,s){if(s){o.super_=s;var TempCtor=function(){};TempCtor.prototype=s.prototype,o.prototype=new TempCtor,o.prototype.constructor=o}}},5419:o=>{o.exports=function(o,s,i,u){var _=new Blob(void 0!==u?[u,o]:[o],{type:i||"application/octet-stream"});if(void 0!==window.navigator.msSaveBlob)window.navigator.msSaveBlob(_,s);else{var w=window.URL&&window.URL.createObjectURL?window.URL.createObjectURL(_):window.webkitURL.createObjectURL(_),x=document.createElement("a");x.style.display="none",x.href=w,x.setAttribute("download",s),void 0===x.download&&x.setAttribute("target","_blank"),document.body.appendChild(x),x.click(),setTimeout((function(){document.body.removeChild(x),window.URL.revokeObjectURL(w)}),200)}}},20181:(o,s,i)=>{var u=NaN,_="[object Symbol]",w=/^\s+|\s+$/g,x=/^[-+]0x[0-9a-f]+$/i,C=/^0b[01]+$/i,j=/^0o[0-7]+$/i,L=parseInt,B="object"==typeof i.g&&i.g&&i.g.Object===Object&&i.g,$="object"==typeof self&&self&&self.Object===Object&&self,V=B||$||Function("return this")(),U=Object.prototype.toString,z=Math.max,Y=Math.min,now=function(){return V.Date.now()};function isObject(o){var s=typeof o;return!!o&&("object"==s||"function"==s)}function toNumber(o){if("number"==typeof o)return o;if(function isSymbol(o){return"symbol"==typeof o||function isObjectLike(o){return!!o&&"object"==typeof o}(o)&&U.call(o)==_}(o))return u;if(isObject(o)){var s="function"==typeof o.valueOf?o.valueOf():o;o=isObject(s)?s+"":s}if("string"!=typeof o)return 0===o?o:+o;o=o.replace(w,"");var i=C.test(o);return i||j.test(o)?L(o.slice(2),i?2:8):x.test(o)?u:+o}o.exports=function debounce(o,s,i){var u,_,w,x,C,j,L=0,B=!1,$=!1,V=!0;if("function"!=typeof o)throw new TypeError("Expected a function");function invokeFunc(s){var i=u,w=_;return u=_=void 0,L=s,x=o.apply(w,i)}function shouldInvoke(o){var i=o-j;return void 0===j||i>=s||i<0||$&&o-L>=w}function timerExpired(){var o=now();if(shouldInvoke(o))return trailingEdge(o);C=setTimeout(timerExpired,function remainingWait(o){var i=s-(o-j);return $?Y(i,w-(o-L)):i}(o))}function trailingEdge(o){return C=void 0,V&&u?invokeFunc(o):(u=_=void 0,x)}function debounced(){var o=now(),i=shouldInvoke(o);if(u=arguments,_=this,j=o,i){if(void 0===C)return function leadingEdge(o){return L=o,C=setTimeout(timerExpired,s),B?invokeFunc(o):x}(j);if($)return C=setTimeout(timerExpired,s),invokeFunc(j)}return void 0===C&&(C=setTimeout(timerExpired,s)),x}return s=toNumber(s)||0,isObject(i)&&(B=!!i.leading,w=($="maxWait"in i)?z(toNumber(i.maxWait)||0,s):w,V="trailing"in i?!!i.trailing:V),debounced.cancel=function cancel(){void 0!==C&&clearTimeout(C),L=0,u=j=_=C=void 0},debounced.flush=function flush(){return void 0===C?x:trailingEdge(now())},debounced}},55580:(o,s,i)=>{var u=i(56110)(i(9325),"DataView");o.exports=u},21549:(o,s,i)=>{var u=i(22032),_=i(63862),w=i(66721),x=i(12749),C=i(35749);function Hash(o){var s=-1,i=null==o?0:o.length;for(this.clear();++s{var u=i(39344),_=i(94033);function LazyWrapper(o){this.__wrapped__=o,this.__actions__=[],this.__dir__=1,this.__filtered__=!1,this.__iteratees__=[],this.__takeCount__=4294967295,this.__views__=[]}LazyWrapper.prototype=u(_.prototype),LazyWrapper.prototype.constructor=LazyWrapper,o.exports=LazyWrapper},80079:(o,s,i)=>{var u=i(63702),_=i(70080),w=i(24739),x=i(48655),C=i(31175);function ListCache(o){var s=-1,i=null==o?0:o.length;for(this.clear();++s{var u=i(39344),_=i(94033);function LodashWrapper(o,s){this.__wrapped__=o,this.__actions__=[],this.__chain__=!!s,this.__index__=0,this.__values__=void 0}LodashWrapper.prototype=u(_.prototype),LodashWrapper.prototype.constructor=LodashWrapper,o.exports=LodashWrapper},68223:(o,s,i)=>{var u=i(56110)(i(9325),"Map");o.exports=u},53661:(o,s,i)=>{var u=i(63040),_=i(17670),w=i(90289),x=i(4509),C=i(72949);function MapCache(o){var s=-1,i=null==o?0:o.length;for(this.clear();++s{var u=i(56110)(i(9325),"Promise");o.exports=u},76545:(o,s,i)=>{var u=i(56110)(i(9325),"Set");o.exports=u},38859:(o,s,i)=>{var u=i(53661),_=i(31380),w=i(51459);function SetCache(o){var s=-1,i=null==o?0:o.length;for(this.__data__=new u;++s{var u=i(80079),_=i(51420),w=i(90938),x=i(63605),C=i(29817),j=i(80945);function Stack(o){var s=this.__data__=new u(o);this.size=s.size}Stack.prototype.clear=_,Stack.prototype.delete=w,Stack.prototype.get=x,Stack.prototype.has=C,Stack.prototype.set=j,o.exports=Stack},51873:(o,s,i)=>{var u=i(9325).Symbol;o.exports=u},37828:(o,s,i)=>{var u=i(9325).Uint8Array;o.exports=u},28303:(o,s,i)=>{var u=i(56110)(i(9325),"WeakMap");o.exports=u},91033:o=>{o.exports=function apply(o,s,i){switch(i.length){case 0:return o.call(s);case 1:return o.call(s,i[0]);case 2:return o.call(s,i[0],i[1]);case 3:return o.call(s,i[0],i[1],i[2])}return o.apply(s,i)}},83729:o=>{o.exports=function arrayEach(o,s){for(var i=-1,u=null==o?0:o.length;++i{o.exports=function arrayFilter(o,s){for(var i=-1,u=null==o?0:o.length,_=0,w=[];++i{var u=i(96131);o.exports=function arrayIncludes(o,s){return!!(null==o?0:o.length)&&u(o,s,0)>-1}},70695:(o,s,i)=>{var u=i(78096),_=i(72428),w=i(56449),x=i(3656),C=i(30361),j=i(37167),L=Object.prototype.hasOwnProperty;o.exports=function arrayLikeKeys(o,s){var i=w(o),B=!i&&_(o),$=!i&&!B&&x(o),V=!i&&!B&&!$&&j(o),U=i||B||$||V,z=U?u(o.length,String):[],Y=z.length;for(var Z in o)!s&&!L.call(o,Z)||U&&("length"==Z||$&&("offset"==Z||"parent"==Z)||V&&("buffer"==Z||"byteLength"==Z||"byteOffset"==Z)||C(Z,Y))||z.push(Z);return z}},34932:o=>{o.exports=function arrayMap(o,s){for(var i=-1,u=null==o?0:o.length,_=Array(u);++i{o.exports=function arrayPush(o,s){for(var i=-1,u=s.length,_=o.length;++i{o.exports=function arrayReduce(o,s,i,u){var _=-1,w=null==o?0:o.length;for(u&&w&&(i=o[++_]);++_{o.exports=function arraySome(o,s){for(var i=-1,u=null==o?0:o.length;++i{o.exports=function asciiToArray(o){return o.split("")}},1733:o=>{var s=/[^\x00-\x2f\x3a-\x40\x5b-\x60\x7b-\x7f]+/g;o.exports=function asciiWords(o){return o.match(s)||[]}},87805:(o,s,i)=>{var u=i(43360),_=i(75288);o.exports=function assignMergeValue(o,s,i){(void 0!==i&&!_(o[s],i)||void 0===i&&!(s in o))&&u(o,s,i)}},16547:(o,s,i)=>{var u=i(43360),_=i(75288),w=Object.prototype.hasOwnProperty;o.exports=function assignValue(o,s,i){var x=o[s];w.call(o,s)&&_(x,i)&&(void 0!==i||s in o)||u(o,s,i)}},26025:(o,s,i)=>{var u=i(75288);o.exports=function assocIndexOf(o,s){for(var i=o.length;i--;)if(u(o[i][0],s))return i;return-1}},74733:(o,s,i)=>{var u=i(21791),_=i(95950);o.exports=function baseAssign(o,s){return o&&u(s,_(s),o)}},43838:(o,s,i)=>{var u=i(21791),_=i(37241);o.exports=function baseAssignIn(o,s){return o&&u(s,_(s),o)}},43360:(o,s,i)=>{var u=i(93243);o.exports=function baseAssignValue(o,s,i){"__proto__"==s&&u?u(o,s,{configurable:!0,enumerable:!0,value:i,writable:!0}):o[s]=i}},9999:(o,s,i)=>{var u=i(37217),_=i(83729),w=i(16547),x=i(74733),C=i(43838),j=i(93290),L=i(23007),B=i(92271),$=i(48948),V=i(50002),U=i(83349),z=i(5861),Y=i(76189),Z=i(77199),ee=i(35529),ie=i(56449),ae=i(3656),ce=i(87730),le=i(23805),pe=i(38440),de=i(95950),fe=i(37241),ye="[object Arguments]",be="[object Function]",_e="[object Object]",we={};we[ye]=we["[object Array]"]=we["[object ArrayBuffer]"]=we["[object DataView]"]=we["[object Boolean]"]=we["[object Date]"]=we["[object Float32Array]"]=we["[object Float64Array]"]=we["[object Int8Array]"]=we["[object Int16Array]"]=we["[object Int32Array]"]=we["[object Map]"]=we["[object Number]"]=we[_e]=we["[object RegExp]"]=we["[object Set]"]=we["[object String]"]=we["[object Symbol]"]=we["[object Uint8Array]"]=we["[object Uint8ClampedArray]"]=we["[object Uint16Array]"]=we["[object Uint32Array]"]=!0,we["[object Error]"]=we[be]=we["[object WeakMap]"]=!1,o.exports=function baseClone(o,s,i,Se,xe,Pe){var Te,Re=1&s,qe=2&s,$e=4&s;if(i&&(Te=xe?i(o,Se,xe,Pe):i(o)),void 0!==Te)return Te;if(!le(o))return o;var ze=ie(o);if(ze){if(Te=Y(o),!Re)return L(o,Te)}else{var We=z(o),He=We==be||"[object GeneratorFunction]"==We;if(ae(o))return j(o,Re);if(We==_e||We==ye||He&&!xe){if(Te=qe||He?{}:ee(o),!Re)return qe?$(o,C(Te,o)):B(o,x(Te,o))}else{if(!we[We])return xe?o:{};Te=Z(o,We,Re)}}Pe||(Pe=new u);var Ye=Pe.get(o);if(Ye)return Ye;Pe.set(o,Te),pe(o)?o.forEach((function(u){Te.add(baseClone(u,s,i,u,o,Pe))})):ce(o)&&o.forEach((function(u,_){Te.set(_,baseClone(u,s,i,_,o,Pe))}));var Xe=ze?void 0:($e?qe?U:V:qe?fe:de)(o);return _(Xe||o,(function(u,_){Xe&&(u=o[_=u]),w(Te,_,baseClone(u,s,i,_,o,Pe))})),Te}},39344:(o,s,i)=>{var u=i(23805),_=Object.create,w=function(){function object(){}return function(o){if(!u(o))return{};if(_)return _(o);object.prototype=o;var s=new object;return object.prototype=void 0,s}}();o.exports=w},80909:(o,s,i)=>{var u=i(30641),_=i(38329)(u);o.exports=_},2523:o=>{o.exports=function baseFindIndex(o,s,i,u){for(var _=o.length,w=i+(u?1:-1);u?w--:++w<_;)if(s(o[w],w,o))return w;return-1}},83120:(o,s,i)=>{var u=i(14528),_=i(45891);o.exports=function baseFlatten(o,s,i,w,x){var C=-1,j=o.length;for(i||(i=_),x||(x=[]);++C0&&i(L)?s>1?baseFlatten(L,s-1,i,w,x):u(x,L):w||(x[x.length]=L)}return x}},86649:(o,s,i)=>{var u=i(83221)();o.exports=u},30641:(o,s,i)=>{var u=i(86649),_=i(95950);o.exports=function baseForOwn(o,s){return o&&u(o,s,_)}},47422:(o,s,i)=>{var u=i(31769),_=i(77797);o.exports=function baseGet(o,s){for(var i=0,w=(s=u(s,o)).length;null!=o&&i{var u=i(14528),_=i(56449);o.exports=function baseGetAllKeys(o,s,i){var w=s(o);return _(o)?w:u(w,i(o))}},72552:(o,s,i)=>{var u=i(51873),_=i(659),w=i(59350),x=u?u.toStringTag:void 0;o.exports=function baseGetTag(o){return null==o?void 0===o?"[object Undefined]":"[object Null]":x&&x in Object(o)?_(o):w(o)}},20426:o=>{var s=Object.prototype.hasOwnProperty;o.exports=function baseHas(o,i){return null!=o&&s.call(o,i)}},28077:o=>{o.exports=function baseHasIn(o,s){return null!=o&&s in Object(o)}},96131:(o,s,i)=>{var u=i(2523),_=i(85463),w=i(76959);o.exports=function baseIndexOf(o,s,i){return s==s?w(o,s,i):u(o,_,i)}},27534:(o,s,i)=>{var u=i(72552),_=i(40346);o.exports=function baseIsArguments(o){return _(o)&&"[object Arguments]"==u(o)}},60270:(o,s,i)=>{var u=i(87068),_=i(40346);o.exports=function baseIsEqual(o,s,i,w,x){return o===s||(null==o||null==s||!_(o)&&!_(s)?o!=o&&s!=s:u(o,s,i,w,baseIsEqual,x))}},87068:(o,s,i)=>{var u=i(37217),_=i(25911),w=i(21986),x=i(50689),C=i(5861),j=i(56449),L=i(3656),B=i(37167),$="[object Arguments]",V="[object Array]",U="[object Object]",z=Object.prototype.hasOwnProperty;o.exports=function baseIsEqualDeep(o,s,i,Y,Z,ee){var ie=j(o),ae=j(s),ce=ie?V:C(o),le=ae?V:C(s),pe=(ce=ce==$?U:ce)==U,de=(le=le==$?U:le)==U,fe=ce==le;if(fe&&L(o)){if(!L(s))return!1;ie=!0,pe=!1}if(fe&&!pe)return ee||(ee=new u),ie||B(o)?_(o,s,i,Y,Z,ee):w(o,s,ce,i,Y,Z,ee);if(!(1&i)){var ye=pe&&z.call(o,"__wrapped__"),be=de&&z.call(s,"__wrapped__");if(ye||be){var _e=ye?o.value():o,we=be?s.value():s;return ee||(ee=new u),Z(_e,we,i,Y,ee)}}return!!fe&&(ee||(ee=new u),x(o,s,i,Y,Z,ee))}},29172:(o,s,i)=>{var u=i(5861),_=i(40346);o.exports=function baseIsMap(o){return _(o)&&"[object Map]"==u(o)}},41799:(o,s,i)=>{var u=i(37217),_=i(60270);o.exports=function baseIsMatch(o,s,i,w){var x=i.length,C=x,j=!w;if(null==o)return!C;for(o=Object(o);x--;){var L=i[x];if(j&&L[2]?L[1]!==o[L[0]]:!(L[0]in o))return!1}for(;++x{o.exports=function baseIsNaN(o){return o!=o}},45083:(o,s,i)=>{var u=i(1882),_=i(87296),w=i(23805),x=i(47473),C=/^\[object .+?Constructor\]$/,j=Function.prototype,L=Object.prototype,B=j.toString,$=L.hasOwnProperty,V=RegExp("^"+B.call($).replace(/[\\^$.*+?()[\]{}|]/g,"\\$&").replace(/hasOwnProperty|(function).*?(?=\\\()| for .+?(?=\\\])/g,"$1.*?")+"$");o.exports=function baseIsNative(o){return!(!w(o)||_(o))&&(u(o)?V:C).test(x(o))}},16038:(o,s,i)=>{var u=i(5861),_=i(40346);o.exports=function baseIsSet(o){return _(o)&&"[object Set]"==u(o)}},4901:(o,s,i)=>{var u=i(72552),_=i(30294),w=i(40346),x={};x["[object Float32Array]"]=x["[object Float64Array]"]=x["[object Int8Array]"]=x["[object Int16Array]"]=x["[object Int32Array]"]=x["[object Uint8Array]"]=x["[object Uint8ClampedArray]"]=x["[object Uint16Array]"]=x["[object Uint32Array]"]=!0,x["[object Arguments]"]=x["[object Array]"]=x["[object ArrayBuffer]"]=x["[object Boolean]"]=x["[object DataView]"]=x["[object Date]"]=x["[object Error]"]=x["[object Function]"]=x["[object Map]"]=x["[object Number]"]=x["[object Object]"]=x["[object RegExp]"]=x["[object Set]"]=x["[object String]"]=x["[object WeakMap]"]=!1,o.exports=function baseIsTypedArray(o){return w(o)&&_(o.length)&&!!x[u(o)]}},15389:(o,s,i)=>{var u=i(93663),_=i(87978),w=i(83488),x=i(56449),C=i(50583);o.exports=function baseIteratee(o){return"function"==typeof o?o:null==o?w:"object"==typeof o?x(o)?_(o[0],o[1]):u(o):C(o)}},88984:(o,s,i)=>{var u=i(55527),_=i(3650),w=Object.prototype.hasOwnProperty;o.exports=function baseKeys(o){if(!u(o))return _(o);var s=[];for(var i in Object(o))w.call(o,i)&&"constructor"!=i&&s.push(i);return s}},72903:(o,s,i)=>{var u=i(23805),_=i(55527),w=i(90181),x=Object.prototype.hasOwnProperty;o.exports=function baseKeysIn(o){if(!u(o))return w(o);var s=_(o),i=[];for(var C in o)("constructor"!=C||!s&&x.call(o,C))&&i.push(C);return i}},94033:o=>{o.exports=function baseLodash(){}},93663:(o,s,i)=>{var u=i(41799),_=i(10776),w=i(67197);o.exports=function baseMatches(o){var s=_(o);return 1==s.length&&s[0][2]?w(s[0][0],s[0][1]):function(i){return i===o||u(i,o,s)}}},87978:(o,s,i)=>{var u=i(60270),_=i(58156),w=i(80631),x=i(28586),C=i(30756),j=i(67197),L=i(77797);o.exports=function baseMatchesProperty(o,s){return x(o)&&C(s)?j(L(o),s):function(i){var x=_(i,o);return void 0===x&&x===s?w(i,o):u(s,x,3)}}},85250:(o,s,i)=>{var u=i(37217),_=i(87805),w=i(86649),x=i(42824),C=i(23805),j=i(37241),L=i(14974);o.exports=function baseMerge(o,s,i,B,$){o!==s&&w(s,(function(w,j){if($||($=new u),C(w))x(o,s,j,i,baseMerge,B,$);else{var V=B?B(L(o,j),w,j+"",o,s,$):void 0;void 0===V&&(V=w),_(o,j,V)}}),j)}},42824:(o,s,i)=>{var u=i(87805),_=i(93290),w=i(71961),x=i(23007),C=i(35529),j=i(72428),L=i(56449),B=i(83693),$=i(3656),V=i(1882),U=i(23805),z=i(11331),Y=i(37167),Z=i(14974),ee=i(69884);o.exports=function baseMergeDeep(o,s,i,ie,ae,ce,le){var pe=Z(o,i),de=Z(s,i),fe=le.get(de);if(fe)u(o,i,fe);else{var ye=ce?ce(pe,de,i+"",o,s,le):void 0,be=void 0===ye;if(be){var _e=L(de),we=!_e&&$(de),Se=!_e&&!we&&Y(de);ye=de,_e||we||Se?L(pe)?ye=pe:B(pe)?ye=x(pe):we?(be=!1,ye=_(de,!0)):Se?(be=!1,ye=w(de,!0)):ye=[]:z(de)||j(de)?(ye=pe,j(pe)?ye=ee(pe):U(pe)&&!V(pe)||(ye=C(de))):be=!1}be&&(le.set(de,ye),ae(ye,de,ie,ce,le),le.delete(de)),u(o,i,ye)}}},47237:o=>{o.exports=function baseProperty(o){return function(s){return null==s?void 0:s[o]}}},17255:(o,s,i)=>{var u=i(47422);o.exports=function basePropertyDeep(o){return function(s){return u(s,o)}}},54552:o=>{o.exports=function basePropertyOf(o){return function(s){return null==o?void 0:o[s]}}},85558:o=>{o.exports=function baseReduce(o,s,i,u,_){return _(o,(function(o,_,w){i=u?(u=!1,o):s(i,o,_,w)})),i}},69302:(o,s,i)=>{var u=i(83488),_=i(56757),w=i(32865);o.exports=function baseRest(o,s){return w(_(o,s,u),o+"")}},73170:(o,s,i)=>{var u=i(16547),_=i(31769),w=i(30361),x=i(23805),C=i(77797);o.exports=function baseSet(o,s,i,j){if(!x(o))return o;for(var L=-1,B=(s=_(s,o)).length,$=B-1,V=o;null!=V&&++L{var u=i(83488),_=i(48152),w=_?function(o,s){return _.set(o,s),o}:u;o.exports=w},19570:(o,s,i)=>{var u=i(37334),_=i(93243),w=i(83488),x=_?function(o,s){return _(o,"toString",{configurable:!0,enumerable:!1,value:u(s),writable:!0})}:w;o.exports=x},25160:o=>{o.exports=function baseSlice(o,s,i){var u=-1,_=o.length;s<0&&(s=-s>_?0:_+s),(i=i>_?_:i)<0&&(i+=_),_=s>i?0:i-s>>>0,s>>>=0;for(var w=Array(_);++u<_;)w[u]=o[u+s];return w}},90916:(o,s,i)=>{var u=i(80909);o.exports=function baseSome(o,s){var i;return u(o,(function(o,u,_){return!(i=s(o,u,_))})),!!i}},78096:o=>{o.exports=function baseTimes(o,s){for(var i=-1,u=Array(o);++i{var u=i(51873),_=i(34932),w=i(56449),x=i(44394),C=u?u.prototype:void 0,j=C?C.toString:void 0;o.exports=function baseToString(o){if("string"==typeof o)return o;if(w(o))return _(o,baseToString)+"";if(x(o))return j?j.call(o):"";var s=o+"";return"0"==s&&1/o==-1/0?"-0":s}},54128:(o,s,i)=>{var u=i(31800),_=/^\s+/;o.exports=function baseTrim(o){return o?o.slice(0,u(o)+1).replace(_,""):o}},27301:o=>{o.exports=function baseUnary(o){return function(s){return o(s)}}},19931:(o,s,i)=>{var u=i(31769),_=i(68090),w=i(68969),x=i(77797);o.exports=function baseUnset(o,s){return s=u(s,o),null==(o=w(o,s))||delete o[x(_(s))]}},51234:o=>{o.exports=function baseZipObject(o,s,i){for(var u=-1,_=o.length,w=s.length,x={};++u<_;){var C=u{o.exports=function cacheHas(o,s){return o.has(s)}},31769:(o,s,i)=>{var u=i(56449),_=i(28586),w=i(61802),x=i(13222);o.exports=function castPath(o,s){return u(o)?o:_(o,s)?[o]:w(x(o))}},28754:(o,s,i)=>{var u=i(25160);o.exports=function castSlice(o,s,i){var _=o.length;return i=void 0===i?_:i,!s&&i>=_?o:u(o,s,i)}},49653:(o,s,i)=>{var u=i(37828);o.exports=function cloneArrayBuffer(o){var s=new o.constructor(o.byteLength);return new u(s).set(new u(o)),s}},93290:(o,s,i)=>{o=i.nmd(o);var u=i(9325),_=s&&!s.nodeType&&s,w=_&&o&&!o.nodeType&&o,x=w&&w.exports===_?u.Buffer:void 0,C=x?x.allocUnsafe:void 0;o.exports=function cloneBuffer(o,s){if(s)return o.slice();var i=o.length,u=C?C(i):new o.constructor(i);return o.copy(u),u}},76169:(o,s,i)=>{var u=i(49653);o.exports=function cloneDataView(o,s){var i=s?u(o.buffer):o.buffer;return new o.constructor(i,o.byteOffset,o.byteLength)}},73201:o=>{var s=/\w*$/;o.exports=function cloneRegExp(o){var i=new o.constructor(o.source,s.exec(o));return i.lastIndex=o.lastIndex,i}},93736:(o,s,i)=>{var u=i(51873),_=u?u.prototype:void 0,w=_?_.valueOf:void 0;o.exports=function cloneSymbol(o){return w?Object(w.call(o)):{}}},71961:(o,s,i)=>{var u=i(49653);o.exports=function cloneTypedArray(o,s){var i=s?u(o.buffer):o.buffer;return new o.constructor(i,o.byteOffset,o.length)}},91596:o=>{var s=Math.max;o.exports=function composeArgs(o,i,u,_){for(var w=-1,x=o.length,C=u.length,j=-1,L=i.length,B=s(x-C,0),$=Array(L+B),V=!_;++j{var s=Math.max;o.exports=function composeArgsRight(o,i,u,_){for(var w=-1,x=o.length,C=-1,j=u.length,L=-1,B=i.length,$=s(x-j,0),V=Array($+B),U=!_;++w<$;)V[w]=o[w];for(var z=w;++L{o.exports=function copyArray(o,s){var i=-1,u=o.length;for(s||(s=Array(u));++i{var u=i(16547),_=i(43360);o.exports=function copyObject(o,s,i,w){var x=!i;i||(i={});for(var C=-1,j=s.length;++C{var u=i(21791),_=i(4664);o.exports=function copySymbols(o,s){return u(o,_(o),s)}},48948:(o,s,i)=>{var u=i(21791),_=i(86375);o.exports=function copySymbolsIn(o,s){return u(o,_(o),s)}},55481:(o,s,i)=>{var u=i(9325)["__core-js_shared__"];o.exports=u},58523:o=>{o.exports=function countHolders(o,s){for(var i=o.length,u=0;i--;)o[i]===s&&++u;return u}},20999:(o,s,i)=>{var u=i(69302),_=i(36800);o.exports=function createAssigner(o){return u((function(s,i){var u=-1,w=i.length,x=w>1?i[w-1]:void 0,C=w>2?i[2]:void 0;for(x=o.length>3&&"function"==typeof x?(w--,x):void 0,C&&_(i[0],i[1],C)&&(x=w<3?void 0:x,w=1),s=Object(s);++u{var u=i(64894);o.exports=function createBaseEach(o,s){return function(i,_){if(null==i)return i;if(!u(i))return o(i,_);for(var w=i.length,x=s?w:-1,C=Object(i);(s?x--:++x{o.exports=function createBaseFor(o){return function(s,i,u){for(var _=-1,w=Object(s),x=u(s),C=x.length;C--;){var j=x[o?C:++_];if(!1===i(w[j],j,w))break}return s}}},11842:(o,s,i)=>{var u=i(82819),_=i(9325);o.exports=function createBind(o,s,i){var w=1&s,x=u(o);return function wrapper(){return(this&&this!==_&&this instanceof wrapper?x:o).apply(w?i:this,arguments)}}},12507:(o,s,i)=>{var u=i(28754),_=i(49698),w=i(63912),x=i(13222);o.exports=function createCaseFirst(o){return function(s){s=x(s);var i=_(s)?w(s):void 0,C=i?i[0]:s.charAt(0),j=i?u(i,1).join(""):s.slice(1);return C[o]()+j}}},45539:(o,s,i)=>{var u=i(40882),_=i(50828),w=i(66645),x=RegExp("['’]","g");o.exports=function createCompounder(o){return function(s){return u(w(_(s).replace(x,"")),o,"")}}},82819:(o,s,i)=>{var u=i(39344),_=i(23805);o.exports=function createCtor(o){return function(){var s=arguments;switch(s.length){case 0:return new o;case 1:return new o(s[0]);case 2:return new o(s[0],s[1]);case 3:return new o(s[0],s[1],s[2]);case 4:return new o(s[0],s[1],s[2],s[3]);case 5:return new o(s[0],s[1],s[2],s[3],s[4]);case 6:return new o(s[0],s[1],s[2],s[3],s[4],s[5]);case 7:return new o(s[0],s[1],s[2],s[3],s[4],s[5],s[6])}var i=u(o.prototype),w=o.apply(i,s);return _(w)?w:i}}},77078:(o,s,i)=>{var u=i(91033),_=i(82819),w=i(37471),x=i(18073),C=i(11287),j=i(36306),L=i(9325);o.exports=function createCurry(o,s,i){var B=_(o);return function wrapper(){for(var _=arguments.length,$=Array(_),V=_,U=C(wrapper);V--;)$[V]=arguments[V];var z=_<3&&$[0]!==U&&$[_-1]!==U?[]:j($,U);return(_-=z.length){var u=i(15389),_=i(64894),w=i(95950);o.exports=function createFind(o){return function(s,i,x){var C=Object(s);if(!_(s)){var j=u(i,3);s=w(s),i=function(o){return j(C[o],o,C)}}var L=o(s,i,x);return L>-1?C[j?s[L]:L]:void 0}}},37471:(o,s,i)=>{var u=i(91596),_=i(53320),w=i(58523),x=i(82819),C=i(18073),j=i(11287),L=i(68294),B=i(36306),$=i(9325);o.exports=function createHybrid(o,s,i,V,U,z,Y,Z,ee,ie){var ae=128&s,ce=1&s,le=2&s,pe=24&s,de=512&s,fe=le?void 0:x(o);return function wrapper(){for(var ye=arguments.length,be=Array(ye),_e=ye;_e--;)be[_e]=arguments[_e];if(pe)var we=j(wrapper),Se=w(be,we);if(V&&(be=u(be,V,U,pe)),z&&(be=_(be,z,Y,pe)),ye-=Se,pe&&ye1&&be.reverse(),ae&&ee{var u=i(91033),_=i(82819),w=i(9325);o.exports=function createPartial(o,s,i,x){var C=1&s,j=_(o);return function wrapper(){for(var s=-1,_=arguments.length,L=-1,B=x.length,$=Array(B+_),V=this&&this!==w&&this instanceof wrapper?j:o;++L{var u=i(85087),_=i(54641),w=i(70981);o.exports=function createRecurry(o,s,i,x,C,j,L,B,$,V){var U=8&s;s|=U?32:64,4&(s&=~(U?64:32))||(s&=-4);var z=[o,s,C,U?j:void 0,U?L:void 0,U?void 0:j,U?void 0:L,B,$,V],Y=i.apply(void 0,z);return u(o)&&_(Y,z),Y.placeholder=x,w(Y,o,s)}},66977:(o,s,i)=>{var u=i(68882),_=i(11842),w=i(77078),x=i(37471),C=i(24168),j=i(37381),L=i(3209),B=i(54641),$=i(70981),V=i(61489),U=Math.max;o.exports=function createWrap(o,s,i,z,Y,Z,ee,ie){var ae=2&s;if(!ae&&"function"!=typeof o)throw new TypeError("Expected a function");var ce=z?z.length:0;if(ce||(s&=-97,z=Y=void 0),ee=void 0===ee?ee:U(V(ee),0),ie=void 0===ie?ie:V(ie),ce-=Y?Y.length:0,64&s){var le=z,pe=Y;z=Y=void 0}var de=ae?void 0:j(o),fe=[o,s,i,z,Y,le,pe,Z,ee,ie];if(de&&L(fe,de),o=fe[0],s=fe[1],i=fe[2],z=fe[3],Y=fe[4],!(ie=fe[9]=void 0===fe[9]?ae?0:o.length:U(fe[9]-ce,0))&&24&s&&(s&=-25),s&&1!=s)ye=8==s||16==s?w(o,s,ie):32!=s&&33!=s||Y.length?x.apply(void 0,fe):C(o,s,i,z);else var ye=_(o,s,i);return $((de?u:B)(ye,fe),o,s)}},53138:(o,s,i)=>{var u=i(11331);o.exports=function customOmitClone(o){return u(o)?void 0:o}},24647:(o,s,i)=>{var u=i(54552)({À:"A",Á:"A",Â:"A",Ã:"A",Ä:"A",Å:"A",à:"a",á:"a",â:"a",ã:"a",ä:"a",å:"a",Ç:"C",ç:"c",Ð:"D",ð:"d",È:"E",É:"E",Ê:"E",Ë:"E",è:"e",é:"e",ê:"e",ë:"e",Ì:"I",Í:"I",Î:"I",Ï:"I",ì:"i",í:"i",î:"i",ï:"i",Ñ:"N",ñ:"n",Ò:"O",Ó:"O",Ô:"O",Õ:"O",Ö:"O",Ø:"O",ò:"o",ó:"o",ô:"o",õ:"o",ö:"o",ø:"o",Ù:"U",Ú:"U",Û:"U",Ü:"U",ù:"u",ú:"u",û:"u",ü:"u",Ý:"Y",ý:"y",ÿ:"y",Æ:"Ae",æ:"ae",Þ:"Th",þ:"th",ß:"ss",Ā:"A",Ă:"A",Ą:"A",ā:"a",ă:"a",ą:"a",Ć:"C",Ĉ:"C",Ċ:"C",Č:"C",ć:"c",ĉ:"c",ċ:"c",č:"c",Ď:"D",Đ:"D",ď:"d",đ:"d",Ē:"E",Ĕ:"E",Ė:"E",Ę:"E",Ě:"E",ē:"e",ĕ:"e",ė:"e",ę:"e",ě:"e",Ĝ:"G",Ğ:"G",Ġ:"G",Ģ:"G",ĝ:"g",ğ:"g",ġ:"g",ģ:"g",Ĥ:"H",Ħ:"H",ĥ:"h",ħ:"h",Ĩ:"I",Ī:"I",Ĭ:"I",Į:"I",İ:"I",ĩ:"i",ī:"i",ĭ:"i",į:"i",ı:"i",Ĵ:"J",ĵ:"j",Ķ:"K",ķ:"k",ĸ:"k",Ĺ:"L",Ļ:"L",Ľ:"L",Ŀ:"L",Ł:"L",ĺ:"l",ļ:"l",ľ:"l",ŀ:"l",ł:"l",Ń:"N",Ņ:"N",Ň:"N",Ŋ:"N",ń:"n",ņ:"n",ň:"n",ŋ:"n",Ō:"O",Ŏ:"O",Ő:"O",ō:"o",ŏ:"o",ő:"o",Ŕ:"R",Ŗ:"R",Ř:"R",ŕ:"r",ŗ:"r",ř:"r",Ś:"S",Ŝ:"S",Ş:"S",Š:"S",ś:"s",ŝ:"s",ş:"s",š:"s",Ţ:"T",Ť:"T",Ŧ:"T",ţ:"t",ť:"t",ŧ:"t",Ũ:"U",Ū:"U",Ŭ:"U",Ů:"U",Ű:"U",Ų:"U",ũ:"u",ū:"u",ŭ:"u",ů:"u",ű:"u",ų:"u",Ŵ:"W",ŵ:"w",Ŷ:"Y",ŷ:"y",Ÿ:"Y",Ź:"Z",Ż:"Z",Ž:"Z",ź:"z",ż:"z",ž:"z",IJ:"IJ",ij:"ij",Œ:"Oe",œ:"oe",ʼn:"'n",ſ:"s"});o.exports=u},93243:(o,s,i)=>{var u=i(56110),_=function(){try{var o=u(Object,"defineProperty");return o({},"",{}),o}catch(o){}}();o.exports=_},25911:(o,s,i)=>{var u=i(38859),_=i(14248),w=i(19219);o.exports=function equalArrays(o,s,i,x,C,j){var L=1&i,B=o.length,$=s.length;if(B!=$&&!(L&&$>B))return!1;var V=j.get(o),U=j.get(s);if(V&&U)return V==s&&U==o;var z=-1,Y=!0,Z=2&i?new u:void 0;for(j.set(o,s),j.set(s,o);++z{var u=i(51873),_=i(37828),w=i(75288),x=i(25911),C=i(20317),j=i(84247),L=u?u.prototype:void 0,B=L?L.valueOf:void 0;o.exports=function equalByTag(o,s,i,u,L,$,V){switch(i){case"[object DataView]":if(o.byteLength!=s.byteLength||o.byteOffset!=s.byteOffset)return!1;o=o.buffer,s=s.buffer;case"[object ArrayBuffer]":return!(o.byteLength!=s.byteLength||!$(new _(o),new _(s)));case"[object Boolean]":case"[object Date]":case"[object Number]":return w(+o,+s);case"[object Error]":return o.name==s.name&&o.message==s.message;case"[object RegExp]":case"[object String]":return o==s+"";case"[object Map]":var U=C;case"[object Set]":var z=1&u;if(U||(U=j),o.size!=s.size&&!z)return!1;var Y=V.get(o);if(Y)return Y==s;u|=2,V.set(o,s);var Z=x(U(o),U(s),u,L,$,V);return V.delete(o),Z;case"[object Symbol]":if(B)return B.call(o)==B.call(s)}return!1}},50689:(o,s,i)=>{var u=i(50002),_=Object.prototype.hasOwnProperty;o.exports=function equalObjects(o,s,i,w,x,C){var j=1&i,L=u(o),B=L.length;if(B!=u(s).length&&!j)return!1;for(var $=B;$--;){var V=L[$];if(!(j?V in s:_.call(s,V)))return!1}var U=C.get(o),z=C.get(s);if(U&&z)return U==s&&z==o;var Y=!0;C.set(o,s),C.set(s,o);for(var Z=j;++${var u=i(35970),_=i(56757),w=i(32865);o.exports=function flatRest(o){return w(_(o,void 0,u),o+"")}},34840:(o,s,i)=>{var u="object"==typeof i.g&&i.g&&i.g.Object===Object&&i.g;o.exports=u},50002:(o,s,i)=>{var u=i(82199),_=i(4664),w=i(95950);o.exports=function getAllKeys(o){return u(o,w,_)}},83349:(o,s,i)=>{var u=i(82199),_=i(86375),w=i(37241);o.exports=function getAllKeysIn(o){return u(o,w,_)}},37381:(o,s,i)=>{var u=i(48152),_=i(63950),w=u?function(o){return u.get(o)}:_;o.exports=w},62284:(o,s,i)=>{var u=i(84629),_=Object.prototype.hasOwnProperty;o.exports=function getFuncName(o){for(var s=o.name+"",i=u[s],w=_.call(u,s)?i.length:0;w--;){var x=i[w],C=x.func;if(null==C||C==o)return x.name}return s}},11287:o=>{o.exports=function getHolder(o){return o.placeholder}},12651:(o,s,i)=>{var u=i(74218);o.exports=function getMapData(o,s){var i=o.__data__;return u(s)?i["string"==typeof s?"string":"hash"]:i.map}},10776:(o,s,i)=>{var u=i(30756),_=i(95950);o.exports=function getMatchData(o){for(var s=_(o),i=s.length;i--;){var w=s[i],x=o[w];s[i]=[w,x,u(x)]}return s}},56110:(o,s,i)=>{var u=i(45083),_=i(10392);o.exports=function getNative(o,s){var i=_(o,s);return u(i)?i:void 0}},28879:(o,s,i)=>{var u=i(74335)(Object.getPrototypeOf,Object);o.exports=u},659:(o,s,i)=>{var u=i(51873),_=Object.prototype,w=_.hasOwnProperty,x=_.toString,C=u?u.toStringTag:void 0;o.exports=function getRawTag(o){var s=w.call(o,C),i=o[C];try{o[C]=void 0;var u=!0}catch(o){}var _=x.call(o);return u&&(s?o[C]=i:delete o[C]),_}},4664:(o,s,i)=>{var u=i(79770),_=i(63345),w=Object.prototype.propertyIsEnumerable,x=Object.getOwnPropertySymbols,C=x?function(o){return null==o?[]:(o=Object(o),u(x(o),(function(s){return w.call(o,s)})))}:_;o.exports=C},86375:(o,s,i)=>{var u=i(14528),_=i(28879),w=i(4664),x=i(63345),C=Object.getOwnPropertySymbols?function(o){for(var s=[];o;)u(s,w(o)),o=_(o);return s}:x;o.exports=C},5861:(o,s,i)=>{var u=i(55580),_=i(68223),w=i(32804),x=i(76545),C=i(28303),j=i(72552),L=i(47473),B="[object Map]",$="[object Promise]",V="[object Set]",U="[object WeakMap]",z="[object DataView]",Y=L(u),Z=L(_),ee=L(w),ie=L(x),ae=L(C),ce=j;(u&&ce(new u(new ArrayBuffer(1)))!=z||_&&ce(new _)!=B||w&&ce(w.resolve())!=$||x&&ce(new x)!=V||C&&ce(new C)!=U)&&(ce=function(o){var s=j(o),i="[object Object]"==s?o.constructor:void 0,u=i?L(i):"";if(u)switch(u){case Y:return z;case Z:return B;case ee:return $;case ie:return V;case ae:return U}return s}),o.exports=ce},10392:o=>{o.exports=function getValue(o,s){return null==o?void 0:o[s]}},75251:o=>{var s=/\{\n\/\* \[wrapped with (.+)\] \*/,i=/,? & /;o.exports=function getWrapDetails(o){var u=o.match(s);return u?u[1].split(i):[]}},49326:(o,s,i)=>{var u=i(31769),_=i(72428),w=i(56449),x=i(30361),C=i(30294),j=i(77797);o.exports=function hasPath(o,s,i){for(var L=-1,B=(s=u(s,o)).length,$=!1;++L{var s=RegExp("[\\u200d\\ud800-\\udfff\\u0300-\\u036f\\ufe20-\\ufe2f\\u20d0-\\u20ff\\ufe0e\\ufe0f]");o.exports=function hasUnicode(o){return s.test(o)}},45434:o=>{var s=/[a-z][A-Z]|[A-Z]{2}[a-z]|[0-9][a-zA-Z]|[a-zA-Z][0-9]|[^a-zA-Z0-9 ]/;o.exports=function hasUnicodeWord(o){return s.test(o)}},22032:(o,s,i)=>{var u=i(81042);o.exports=function hashClear(){this.__data__=u?u(null):{},this.size=0}},63862:o=>{o.exports=function hashDelete(o){var s=this.has(o)&&delete this.__data__[o];return this.size-=s?1:0,s}},66721:(o,s,i)=>{var u=i(81042),_=Object.prototype.hasOwnProperty;o.exports=function hashGet(o){var s=this.__data__;if(u){var i=s[o];return"__lodash_hash_undefined__"===i?void 0:i}return _.call(s,o)?s[o]:void 0}},12749:(o,s,i)=>{var u=i(81042),_=Object.prototype.hasOwnProperty;o.exports=function hashHas(o){var s=this.__data__;return u?void 0!==s[o]:_.call(s,o)}},35749:(o,s,i)=>{var u=i(81042);o.exports=function hashSet(o,s){var i=this.__data__;return this.size+=this.has(o)?0:1,i[o]=u&&void 0===s?"__lodash_hash_undefined__":s,this}},76189:o=>{var s=Object.prototype.hasOwnProperty;o.exports=function initCloneArray(o){var i=o.length,u=new o.constructor(i);return i&&"string"==typeof o[0]&&s.call(o,"index")&&(u.index=o.index,u.input=o.input),u}},77199:(o,s,i)=>{var u=i(49653),_=i(76169),w=i(73201),x=i(93736),C=i(71961);o.exports=function initCloneByTag(o,s,i){var j=o.constructor;switch(s){case"[object ArrayBuffer]":return u(o);case"[object Boolean]":case"[object Date]":return new j(+o);case"[object DataView]":return _(o,i);case"[object Float32Array]":case"[object Float64Array]":case"[object Int8Array]":case"[object Int16Array]":case"[object Int32Array]":case"[object Uint8Array]":case"[object Uint8ClampedArray]":case"[object Uint16Array]":case"[object Uint32Array]":return C(o,i);case"[object Map]":case"[object Set]":return new j;case"[object Number]":case"[object String]":return new j(o);case"[object RegExp]":return w(o);case"[object Symbol]":return x(o)}}},35529:(o,s,i)=>{var u=i(39344),_=i(28879),w=i(55527);o.exports=function initCloneObject(o){return"function"!=typeof o.constructor||w(o)?{}:u(_(o))}},62060:o=>{var s=/\{(?:\n\/\* \[wrapped with .+\] \*\/)?\n?/;o.exports=function insertWrapDetails(o,i){var u=i.length;if(!u)return o;var _=u-1;return i[_]=(u>1?"& ":"")+i[_],i=i.join(u>2?", ":" "),o.replace(s,"{\n/* [wrapped with "+i+"] */\n")}},45891:(o,s,i)=>{var u=i(51873),_=i(72428),w=i(56449),x=u?u.isConcatSpreadable:void 0;o.exports=function isFlattenable(o){return w(o)||_(o)||!!(x&&o&&o[x])}},30361:o=>{var s=/^(?:0|[1-9]\d*)$/;o.exports=function isIndex(o,i){var u=typeof o;return!!(i=null==i?9007199254740991:i)&&("number"==u||"symbol"!=u&&s.test(o))&&o>-1&&o%1==0&&o{var u=i(75288),_=i(64894),w=i(30361),x=i(23805);o.exports=function isIterateeCall(o,s,i){if(!x(i))return!1;var C=typeof s;return!!("number"==C?_(i)&&w(s,i.length):"string"==C&&s in i)&&u(i[s],o)}},28586:(o,s,i)=>{var u=i(56449),_=i(44394),w=/\.|\[(?:[^[\]]*|(["'])(?:(?!\1)[^\\]|\\.)*?\1)\]/,x=/^\w*$/;o.exports=function isKey(o,s){if(u(o))return!1;var i=typeof o;return!("number"!=i&&"symbol"!=i&&"boolean"!=i&&null!=o&&!_(o))||(x.test(o)||!w.test(o)||null!=s&&o in Object(s))}},74218:o=>{o.exports=function isKeyable(o){var s=typeof o;return"string"==s||"number"==s||"symbol"==s||"boolean"==s?"__proto__"!==o:null===o}},85087:(o,s,i)=>{var u=i(30980),_=i(37381),w=i(62284),x=i(53758);o.exports=function isLaziable(o){var s=w(o),i=x[s];if("function"!=typeof i||!(s in u.prototype))return!1;if(o===i)return!0;var C=_(i);return!!C&&o===C[0]}},87296:(o,s,i)=>{var u,_=i(55481),w=(u=/[^.]+$/.exec(_&&_.keys&&_.keys.IE_PROTO||""))?"Symbol(src)_1."+u:"";o.exports=function isMasked(o){return!!w&&w in o}},55527:o=>{var s=Object.prototype;o.exports=function isPrototype(o){var i=o&&o.constructor;return o===("function"==typeof i&&i.prototype||s)}},30756:(o,s,i)=>{var u=i(23805);o.exports=function isStrictComparable(o){return o==o&&!u(o)}},63702:o=>{o.exports=function listCacheClear(){this.__data__=[],this.size=0}},70080:(o,s,i)=>{var u=i(26025),_=Array.prototype.splice;o.exports=function listCacheDelete(o){var s=this.__data__,i=u(s,o);return!(i<0)&&(i==s.length-1?s.pop():_.call(s,i,1),--this.size,!0)}},24739:(o,s,i)=>{var u=i(26025);o.exports=function listCacheGet(o){var s=this.__data__,i=u(s,o);return i<0?void 0:s[i][1]}},48655:(o,s,i)=>{var u=i(26025);o.exports=function listCacheHas(o){return u(this.__data__,o)>-1}},31175:(o,s,i)=>{var u=i(26025);o.exports=function listCacheSet(o,s){var i=this.__data__,_=u(i,o);return _<0?(++this.size,i.push([o,s])):i[_][1]=s,this}},63040:(o,s,i)=>{var u=i(21549),_=i(80079),w=i(68223);o.exports=function mapCacheClear(){this.size=0,this.__data__={hash:new u,map:new(w||_),string:new u}}},17670:(o,s,i)=>{var u=i(12651);o.exports=function mapCacheDelete(o){var s=u(this,o).delete(o);return this.size-=s?1:0,s}},90289:(o,s,i)=>{var u=i(12651);o.exports=function mapCacheGet(o){return u(this,o).get(o)}},4509:(o,s,i)=>{var u=i(12651);o.exports=function mapCacheHas(o){return u(this,o).has(o)}},72949:(o,s,i)=>{var u=i(12651);o.exports=function mapCacheSet(o,s){var i=u(this,o),_=i.size;return i.set(o,s),this.size+=i.size==_?0:1,this}},20317:o=>{o.exports=function mapToArray(o){var s=-1,i=Array(o.size);return o.forEach((function(o,u){i[++s]=[u,o]})),i}},67197:o=>{o.exports=function matchesStrictComparable(o,s){return function(i){return null!=i&&(i[o]===s&&(void 0!==s||o in Object(i)))}}},62224:(o,s,i)=>{var u=i(50104);o.exports=function memoizeCapped(o){var s=u(o,(function(o){return 500===i.size&&i.clear(),o})),i=s.cache;return s}},3209:(o,s,i)=>{var u=i(91596),_=i(53320),w=i(36306),x="__lodash_placeholder__",C=128,j=Math.min;o.exports=function mergeData(o,s){var i=o[1],L=s[1],B=i|L,$=B<131,V=L==C&&8==i||L==C&&256==i&&o[7].length<=s[8]||384==L&&s[7].length<=s[8]&&8==i;if(!$&&!V)return o;1&L&&(o[2]=s[2],B|=1&i?0:4);var U=s[3];if(U){var z=o[3];o[3]=z?u(z,U,s[4]):U,o[4]=z?w(o[3],x):s[4]}return(U=s[5])&&(z=o[5],o[5]=z?_(z,U,s[6]):U,o[6]=z?w(o[5],x):s[6]),(U=s[7])&&(o[7]=U),L&C&&(o[8]=null==o[8]?s[8]:j(o[8],s[8])),null==o[9]&&(o[9]=s[9]),o[0]=s[0],o[1]=B,o}},48152:(o,s,i)=>{var u=i(28303),_=u&&new u;o.exports=_},81042:(o,s,i)=>{var u=i(56110)(Object,"create");o.exports=u},3650:(o,s,i)=>{var u=i(74335)(Object.keys,Object);o.exports=u},90181:o=>{o.exports=function nativeKeysIn(o){var s=[];if(null!=o)for(var i in Object(o))s.push(i);return s}},86009:(o,s,i)=>{o=i.nmd(o);var u=i(34840),_=s&&!s.nodeType&&s,w=_&&o&&!o.nodeType&&o,x=w&&w.exports===_&&u.process,C=function(){try{var o=w&&w.require&&w.require("util").types;return o||x&&x.binding&&x.binding("util")}catch(o){}}();o.exports=C},59350:o=>{var s=Object.prototype.toString;o.exports=function objectToString(o){return s.call(o)}},74335:o=>{o.exports=function overArg(o,s){return function(i){return o(s(i))}}},56757:(o,s,i)=>{var u=i(91033),_=Math.max;o.exports=function overRest(o,s,i){return s=_(void 0===s?o.length-1:s,0),function(){for(var w=arguments,x=-1,C=_(w.length-s,0),j=Array(C);++x{var u=i(47422),_=i(25160);o.exports=function parent(o,s){return s.length<2?o:u(o,_(s,0,-1))}},84629:o=>{o.exports={}},68294:(o,s,i)=>{var u=i(23007),_=i(30361),w=Math.min;o.exports=function reorder(o,s){for(var i=o.length,x=w(s.length,i),C=u(o);x--;){var j=s[x];o[x]=_(j,i)?C[j]:void 0}return o}},36306:o=>{var s="__lodash_placeholder__";o.exports=function replaceHolders(o,i){for(var u=-1,_=o.length,w=0,x=[];++u<_;){var C=o[u];C!==i&&C!==s||(o[u]=s,x[w++]=u)}return x}},9325:(o,s,i)=>{var u=i(34840),_="object"==typeof self&&self&&self.Object===Object&&self,w=u||_||Function("return this")();o.exports=w},14974:o=>{o.exports=function safeGet(o,s){if(("constructor"!==s||"function"!=typeof o[s])&&"__proto__"!=s)return o[s]}},31380:o=>{o.exports=function setCacheAdd(o){return this.__data__.set(o,"__lodash_hash_undefined__"),this}},51459:o=>{o.exports=function setCacheHas(o){return this.__data__.has(o)}},54641:(o,s,i)=>{var u=i(68882),_=i(51811)(u);o.exports=_},84247:o=>{o.exports=function setToArray(o){var s=-1,i=Array(o.size);return o.forEach((function(o){i[++s]=o})),i}},32865:(o,s,i)=>{var u=i(19570),_=i(51811)(u);o.exports=_},70981:(o,s,i)=>{var u=i(75251),_=i(62060),w=i(32865),x=i(75948);o.exports=function setWrapToString(o,s,i){var C=s+"";return w(o,_(C,x(u(C),i)))}},51811:o=>{var s=Date.now;o.exports=function shortOut(o){var i=0,u=0;return function(){var _=s(),w=16-(_-u);if(u=_,w>0){if(++i>=800)return arguments[0]}else i=0;return o.apply(void 0,arguments)}}},51420:(o,s,i)=>{var u=i(80079);o.exports=function stackClear(){this.__data__=new u,this.size=0}},90938:o=>{o.exports=function stackDelete(o){var s=this.__data__,i=s.delete(o);return this.size=s.size,i}},63605:o=>{o.exports=function stackGet(o){return this.__data__.get(o)}},29817:o=>{o.exports=function stackHas(o){return this.__data__.has(o)}},80945:(o,s,i)=>{var u=i(80079),_=i(68223),w=i(53661);o.exports=function stackSet(o,s){var i=this.__data__;if(i instanceof u){var x=i.__data__;if(!_||x.length<199)return x.push([o,s]),this.size=++i.size,this;i=this.__data__=new w(x)}return i.set(o,s),this.size=i.size,this}},76959:o=>{o.exports=function strictIndexOf(o,s,i){for(var u=i-1,_=o.length;++u<_;)if(o[u]===s)return u;return-1}},63912:(o,s,i)=>{var u=i(61074),_=i(49698),w=i(42054);o.exports=function stringToArray(o){return _(o)?w(o):u(o)}},61802:(o,s,i)=>{var u=i(62224),_=/[^.[\]]+|\[(?:(-?\d+(?:\.\d+)?)|(["'])((?:(?!\2)[^\\]|\\.)*?)\2)\]|(?=(?:\.|\[\])(?:\.|\[\]|$))/g,w=/\\(\\)?/g,x=u((function(o){var s=[];return 46===o.charCodeAt(0)&&s.push(""),o.replace(_,(function(o,i,u,_){s.push(u?_.replace(w,"$1"):i||o)})),s}));o.exports=x},77797:(o,s,i)=>{var u=i(44394);o.exports=function toKey(o){if("string"==typeof o||u(o))return o;var s=o+"";return"0"==s&&1/o==-1/0?"-0":s}},47473:o=>{var s=Function.prototype.toString;o.exports=function toSource(o){if(null!=o){try{return s.call(o)}catch(o){}try{return o+""}catch(o){}}return""}},31800:o=>{var s=/\s/;o.exports=function trimmedEndIndex(o){for(var i=o.length;i--&&s.test(o.charAt(i)););return i}},42054:o=>{var s="\\ud800-\\udfff",i="["+s+"]",u="[\\u0300-\\u036f\\ufe20-\\ufe2f\\u20d0-\\u20ff]",_="\\ud83c[\\udffb-\\udfff]",w="[^"+s+"]",x="(?:\\ud83c[\\udde6-\\uddff]){2}",C="[\\ud800-\\udbff][\\udc00-\\udfff]",j="(?:"+u+"|"+_+")"+"?",L="[\\ufe0e\\ufe0f]?",B=L+j+("(?:\\u200d(?:"+[w,x,C].join("|")+")"+L+j+")*"),$="(?:"+[w+u+"?",u,x,C,i].join("|")+")",V=RegExp(_+"(?="+_+")|"+$+B,"g");o.exports=function unicodeToArray(o){return o.match(V)||[]}},22225:o=>{var s="\\ud800-\\udfff",i="\\u2700-\\u27bf",u="a-z\\xdf-\\xf6\\xf8-\\xff",_="A-Z\\xc0-\\xd6\\xd8-\\xde",w="\\xac\\xb1\\xd7\\xf7\\x00-\\x2f\\x3a-\\x40\\x5b-\\x60\\x7b-\\xbf\\u2000-\\u206f \\t\\x0b\\f\\xa0\\ufeff\\n\\r\\u2028\\u2029\\u1680\\u180e\\u2000\\u2001\\u2002\\u2003\\u2004\\u2005\\u2006\\u2007\\u2008\\u2009\\u200a\\u202f\\u205f\\u3000",x="["+w+"]",C="\\d+",j="["+i+"]",L="["+u+"]",B="[^"+s+w+C+i+u+_+"]",$="(?:\\ud83c[\\udde6-\\uddff]){2}",V="[\\ud800-\\udbff][\\udc00-\\udfff]",U="["+_+"]",z="(?:"+L+"|"+B+")",Y="(?:"+U+"|"+B+")",Z="(?:['’](?:d|ll|m|re|s|t|ve))?",ee="(?:['’](?:D|LL|M|RE|S|T|VE))?",ie="(?:[\\u0300-\\u036f\\ufe20-\\ufe2f\\u20d0-\\u20ff]|\\ud83c[\\udffb-\\udfff])?",ae="[\\ufe0e\\ufe0f]?",ce=ae+ie+("(?:\\u200d(?:"+["[^"+s+"]",$,V].join("|")+")"+ae+ie+")*"),le="(?:"+[j,$,V].join("|")+")"+ce,pe=RegExp([U+"?"+L+"+"+Z+"(?="+[x,U,"$"].join("|")+")",Y+"+"+ee+"(?="+[x,U+z,"$"].join("|")+")",U+"?"+z+"+"+Z,U+"+"+ee,"\\d*(?:1ST|2ND|3RD|(?![123])\\dTH)(?=\\b|[a-z_])","\\d*(?:1st|2nd|3rd|(?![123])\\dth)(?=\\b|[A-Z_])",C,le].join("|"),"g");o.exports=function unicodeWords(o){return o.match(pe)||[]}},75948:(o,s,i)=>{var u=i(83729),_=i(15325),w=[["ary",128],["bind",1],["bindKey",2],["curry",8],["curryRight",16],["flip",512],["partial",32],["partialRight",64],["rearg",256]];o.exports=function updateWrapDetails(o,s){return u(w,(function(i){var u="_."+i[0];s&i[1]&&!_(o,u)&&o.push(u)})),o.sort()}},80257:(o,s,i)=>{var u=i(30980),_=i(56017),w=i(23007);o.exports=function wrapperClone(o){if(o instanceof u)return o.clone();var s=new _(o.__wrapped__,o.__chain__);return s.__actions__=w(o.__actions__),s.__index__=o.__index__,s.__values__=o.__values__,s}},64626:(o,s,i)=>{var u=i(66977);o.exports=function ary(o,s,i){return s=i?void 0:s,s=o&&null==s?o.length:s,u(o,128,void 0,void 0,void 0,void 0,s)}},84058:(o,s,i)=>{var u=i(14792),_=i(45539)((function(o,s,i){return s=s.toLowerCase(),o+(i?u(s):s)}));o.exports=_},14792:(o,s,i)=>{var u=i(13222),_=i(55808);o.exports=function capitalize(o){return _(u(o).toLowerCase())}},32629:(o,s,i)=>{var u=i(9999);o.exports=function clone(o){return u(o,4)}},37334:o=>{o.exports=function constant(o){return function(){return o}}},49747:(o,s,i)=>{var u=i(66977);function curry(o,s,i){var _=u(o,8,void 0,void 0,void 0,void 0,void 0,s=i?void 0:s);return _.placeholder=curry.placeholder,_}curry.placeholder={},o.exports=curry},38221:(o,s,i)=>{var u=i(23805),_=i(10124),w=i(99374),x=Math.max,C=Math.min;o.exports=function debounce(o,s,i){var j,L,B,$,V,U,z=0,Y=!1,Z=!1,ee=!0;if("function"!=typeof o)throw new TypeError("Expected a function");function invokeFunc(s){var i=j,u=L;return j=L=void 0,z=s,$=o.apply(u,i)}function shouldInvoke(o){var i=o-U;return void 0===U||i>=s||i<0||Z&&o-z>=B}function timerExpired(){var o=_();if(shouldInvoke(o))return trailingEdge(o);V=setTimeout(timerExpired,function remainingWait(o){var i=s-(o-U);return Z?C(i,B-(o-z)):i}(o))}function trailingEdge(o){return V=void 0,ee&&j?invokeFunc(o):(j=L=void 0,$)}function debounced(){var o=_(),i=shouldInvoke(o);if(j=arguments,L=this,U=o,i){if(void 0===V)return function leadingEdge(o){return z=o,V=setTimeout(timerExpired,s),Y?invokeFunc(o):$}(U);if(Z)return clearTimeout(V),V=setTimeout(timerExpired,s),invokeFunc(U)}return void 0===V&&(V=setTimeout(timerExpired,s)),$}return s=w(s)||0,u(i)&&(Y=!!i.leading,B=(Z="maxWait"in i)?x(w(i.maxWait)||0,s):B,ee="trailing"in i?!!i.trailing:ee),debounced.cancel=function cancel(){void 0!==V&&clearTimeout(V),z=0,j=U=L=V=void 0},debounced.flush=function flush(){return void 0===V?$:trailingEdge(_())},debounced}},50828:(o,s,i)=>{var u=i(24647),_=i(13222),w=/[\xc0-\xd6\xd8-\xf6\xf8-\xff\u0100-\u017f]/g,x=RegExp("[\\u0300-\\u036f\\ufe20-\\ufe2f\\u20d0-\\u20ff]","g");o.exports=function deburr(o){return(o=_(o))&&o.replace(w,u).replace(x,"")}},75288:o=>{o.exports=function eq(o,s){return o===s||o!=o&&s!=s}},60680:(o,s,i)=>{var u=i(13222),_=/[\\^$.*+?()[\]{}|]/g,w=RegExp(_.source);o.exports=function escapeRegExp(o){return(o=u(o))&&w.test(o)?o.replace(_,"\\$&"):o}},7309:(o,s,i)=>{var u=i(62006)(i(24713));o.exports=u},24713:(o,s,i)=>{var u=i(2523),_=i(15389),w=i(61489),x=Math.max;o.exports=function findIndex(o,s,i){var C=null==o?0:o.length;if(!C)return-1;var j=null==i?0:w(i);return j<0&&(j=x(C+j,0)),u(o,_(s,3),j)}},35970:(o,s,i)=>{var u=i(83120);o.exports=function flatten(o){return(null==o?0:o.length)?u(o,1):[]}},73424:(o,s,i)=>{var u=i(16962),_=i(2874),w=Array.prototype.push;function baseAry(o,s){return 2==s?function(s,i){return o(s,i)}:function(s){return o(s)}}function cloneArray(o){for(var s=o?o.length:0,i=Array(s);s--;)i[s]=o[s];return i}function wrapImmutable(o,s){return function(){var i=arguments.length;if(i){for(var u=Array(i);i--;)u[i]=arguments[i];var _=u[0]=s.apply(void 0,u);return o.apply(void 0,u),_}}}o.exports=function baseConvert(o,s,i,x){var C="function"==typeof s,j=s===Object(s);if(j&&(x=i,i=s,s=void 0),null==i)throw new TypeError;x||(x={});var L={cap:!("cap"in x)||x.cap,curry:!("curry"in x)||x.curry,fixed:!("fixed"in x)||x.fixed,immutable:!("immutable"in x)||x.immutable,rearg:!("rearg"in x)||x.rearg},B=C?i:_,$="curry"in x&&x.curry,V="fixed"in x&&x.fixed,U="rearg"in x&&x.rearg,z=C?i.runInContext():void 0,Y=C?i:{ary:o.ary,assign:o.assign,clone:o.clone,curry:o.curry,forEach:o.forEach,isArray:o.isArray,isError:o.isError,isFunction:o.isFunction,isWeakMap:o.isWeakMap,iteratee:o.iteratee,keys:o.keys,rearg:o.rearg,toInteger:o.toInteger,toPath:o.toPath},Z=Y.ary,ee=Y.assign,ie=Y.clone,ae=Y.curry,ce=Y.forEach,le=Y.isArray,pe=Y.isError,de=Y.isFunction,fe=Y.isWeakMap,ye=Y.keys,be=Y.rearg,_e=Y.toInteger,we=Y.toPath,Se=ye(u.aryMethod),xe={castArray:function(o){return function(){var s=arguments[0];return le(s)?o(cloneArray(s)):o.apply(void 0,arguments)}},iteratee:function(o){return function(){var s=arguments[1],i=o(arguments[0],s),u=i.length;return L.cap&&"number"==typeof s?(s=s>2?s-2:1,u&&u<=s?i:baseAry(i,s)):i}},mixin:function(o){return function(s){var i=this;if(!de(i))return o(i,Object(s));var u=[];return ce(ye(s),(function(o){de(s[o])&&u.push([o,i.prototype[o]])})),o(i,Object(s)),ce(u,(function(o){var s=o[1];de(s)?i.prototype[o[0]]=s:delete i.prototype[o[0]]})),i}},nthArg:function(o){return function(s){var i=s<0?1:_e(s)+1;return ae(o(s),i)}},rearg:function(o){return function(s,i){var u=i?i.length:0;return ae(o(s,i),u)}},runInContext:function(s){return function(i){return baseConvert(o,s(i),x)}}};function castCap(o,s){if(L.cap){var i=u.iterateeRearg[o];if(i)return function iterateeRearg(o,s){return overArg(o,(function(o){var i=s.length;return function baseArity(o,s){return 2==s?function(s,i){return o.apply(void 0,arguments)}:function(s){return o.apply(void 0,arguments)}}(be(baseAry(o,i),s),i)}))}(s,i);var _=!C&&u.iterateeAry[o];if(_)return function iterateeAry(o,s){return overArg(o,(function(o){return"function"==typeof o?baseAry(o,s):o}))}(s,_)}return s}function castFixed(o,s,i){if(L.fixed&&(V||!u.skipFixed[o])){var _=u.methodSpread[o],x=_&&_.start;return void 0===x?Z(s,i):function flatSpread(o,s){return function(){for(var i=arguments.length,u=i-1,_=Array(i);i--;)_[i]=arguments[i];var x=_[s],C=_.slice(0,s);return x&&w.apply(C,x),s!=u&&w.apply(C,_.slice(s+1)),o.apply(this,C)}}(s,x)}return s}function castRearg(o,s,i){return L.rearg&&i>1&&(U||!u.skipRearg[o])?be(s,u.methodRearg[o]||u.aryRearg[i]):s}function cloneByPath(o,s){for(var i=-1,u=(s=we(s)).length,_=u-1,w=ie(Object(o)),x=w;null!=x&&++i1?ae(s,i):s}(0,_=castCap(w,_),o),!1}})),!_})),_||(_=x),_==s&&(_=$?ae(_,1):function(){return s.apply(this,arguments)}),_.convert=createConverter(w,s),_.placeholder=s.placeholder=i,_}if(!j)return wrap(s,i,B);var Pe=i,Te=[];return ce(Se,(function(o){ce(u.aryMethod[o],(function(o){var s=Pe[u.remap[o]||o];s&&Te.push([o,wrap(o,s,Pe)])}))})),ce(ye(Pe),(function(o){var s=Pe[o];if("function"==typeof s){for(var i=Te.length;i--;)if(Te[i][0]==o)return;s.convert=createConverter(o,s),Te.push([o,s])}})),ce(Te,(function(o){Pe[o[0]]=o[1]})),Pe.convert=function convertLib(o){return Pe.runInContext.convert(o)(void 0)},Pe.placeholder=Pe,ce(ye(Pe),(function(o){ce(u.realToAlias[o]||[],(function(s){Pe[s]=Pe[o]}))})),Pe}},16962:(o,s)=>{s.aliasToReal={each:"forEach",eachRight:"forEachRight",entries:"toPairs",entriesIn:"toPairsIn",extend:"assignIn",extendAll:"assignInAll",extendAllWith:"assignInAllWith",extendWith:"assignInWith",first:"head",conforms:"conformsTo",matches:"isMatch",property:"get",__:"placeholder",F:"stubFalse",T:"stubTrue",all:"every",allPass:"overEvery",always:"constant",any:"some",anyPass:"overSome",apply:"spread",assoc:"set",assocPath:"set",complement:"negate",compose:"flowRight",contains:"includes",dissoc:"unset",dissocPath:"unset",dropLast:"dropRight",dropLastWhile:"dropRightWhile",equals:"isEqual",identical:"eq",indexBy:"keyBy",init:"initial",invertObj:"invert",juxt:"over",omitAll:"omit",nAry:"ary",path:"get",pathEq:"matchesProperty",pathOr:"getOr",paths:"at",pickAll:"pick",pipe:"flow",pluck:"map",prop:"get",propEq:"matchesProperty",propOr:"getOr",props:"at",symmetricDifference:"xor",symmetricDifferenceBy:"xorBy",symmetricDifferenceWith:"xorWith",takeLast:"takeRight",takeLastWhile:"takeRightWhile",unapply:"rest",unnest:"flatten",useWith:"overArgs",where:"conformsTo",whereEq:"isMatch",zipObj:"zipObject"},s.aryMethod={1:["assignAll","assignInAll","attempt","castArray","ceil","create","curry","curryRight","defaultsAll","defaultsDeepAll","floor","flow","flowRight","fromPairs","invert","iteratee","memoize","method","mergeAll","methodOf","mixin","nthArg","over","overEvery","overSome","rest","reverse","round","runInContext","spread","template","trim","trimEnd","trimStart","uniqueId","words","zipAll"],2:["add","after","ary","assign","assignAllWith","assignIn","assignInAllWith","at","before","bind","bindAll","bindKey","chunk","cloneDeepWith","cloneWith","concat","conformsTo","countBy","curryN","curryRightN","debounce","defaults","defaultsDeep","defaultTo","delay","difference","divide","drop","dropRight","dropRightWhile","dropWhile","endsWith","eq","every","filter","find","findIndex","findKey","findLast","findLastIndex","findLastKey","flatMap","flatMapDeep","flattenDepth","forEach","forEachRight","forIn","forInRight","forOwn","forOwnRight","get","groupBy","gt","gte","has","hasIn","includes","indexOf","intersection","invertBy","invoke","invokeMap","isEqual","isMatch","join","keyBy","lastIndexOf","lt","lte","map","mapKeys","mapValues","matchesProperty","maxBy","meanBy","merge","mergeAllWith","minBy","multiply","nth","omit","omitBy","overArgs","pad","padEnd","padStart","parseInt","partial","partialRight","partition","pick","pickBy","propertyOf","pull","pullAll","pullAt","random","range","rangeRight","rearg","reject","remove","repeat","restFrom","result","sampleSize","some","sortBy","sortedIndex","sortedIndexOf","sortedLastIndex","sortedLastIndexOf","sortedUniqBy","split","spreadFrom","startsWith","subtract","sumBy","take","takeRight","takeRightWhile","takeWhile","tap","throttle","thru","times","trimChars","trimCharsEnd","trimCharsStart","truncate","union","uniqBy","uniqWith","unset","unzipWith","without","wrap","xor","zip","zipObject","zipObjectDeep"],3:["assignInWith","assignWith","clamp","differenceBy","differenceWith","findFrom","findIndexFrom","findLastFrom","findLastIndexFrom","getOr","includesFrom","indexOfFrom","inRange","intersectionBy","intersectionWith","invokeArgs","invokeArgsMap","isEqualWith","isMatchWith","flatMapDepth","lastIndexOfFrom","mergeWith","orderBy","padChars","padCharsEnd","padCharsStart","pullAllBy","pullAllWith","rangeStep","rangeStepRight","reduce","reduceRight","replace","set","slice","sortedIndexBy","sortedLastIndexBy","transform","unionBy","unionWith","update","xorBy","xorWith","zipWith"],4:["fill","setWith","updateWith"]},s.aryRearg={2:[1,0],3:[2,0,1],4:[3,2,0,1]},s.iterateeAry={dropRightWhile:1,dropWhile:1,every:1,filter:1,find:1,findFrom:1,findIndex:1,findIndexFrom:1,findKey:1,findLast:1,findLastFrom:1,findLastIndex:1,findLastIndexFrom:1,findLastKey:1,flatMap:1,flatMapDeep:1,flatMapDepth:1,forEach:1,forEachRight:1,forIn:1,forInRight:1,forOwn:1,forOwnRight:1,map:1,mapKeys:1,mapValues:1,partition:1,reduce:2,reduceRight:2,reject:1,remove:1,some:1,takeRightWhile:1,takeWhile:1,times:1,transform:2},s.iterateeRearg={mapKeys:[1],reduceRight:[1,0]},s.methodRearg={assignInAllWith:[1,0],assignInWith:[1,2,0],assignAllWith:[1,0],assignWith:[1,2,0],differenceBy:[1,2,0],differenceWith:[1,2,0],getOr:[2,1,0],intersectionBy:[1,2,0],intersectionWith:[1,2,0],isEqualWith:[1,2,0],isMatchWith:[2,1,0],mergeAllWith:[1,0],mergeWith:[1,2,0],padChars:[2,1,0],padCharsEnd:[2,1,0],padCharsStart:[2,1,0],pullAllBy:[2,1,0],pullAllWith:[2,1,0],rangeStep:[1,2,0],rangeStepRight:[1,2,0],setWith:[3,1,2,0],sortedIndexBy:[2,1,0],sortedLastIndexBy:[2,1,0],unionBy:[1,2,0],unionWith:[1,2,0],updateWith:[3,1,2,0],xorBy:[1,2,0],xorWith:[1,2,0],zipWith:[1,2,0]},s.methodSpread={assignAll:{start:0},assignAllWith:{start:0},assignInAll:{start:0},assignInAllWith:{start:0},defaultsAll:{start:0},defaultsDeepAll:{start:0},invokeArgs:{start:2},invokeArgsMap:{start:2},mergeAll:{start:0},mergeAllWith:{start:0},partial:{start:1},partialRight:{start:1},without:{start:1},zipAll:{start:0}},s.mutate={array:{fill:!0,pull:!0,pullAll:!0,pullAllBy:!0,pullAllWith:!0,pullAt:!0,remove:!0,reverse:!0},object:{assign:!0,assignAll:!0,assignAllWith:!0,assignIn:!0,assignInAll:!0,assignInAllWith:!0,assignInWith:!0,assignWith:!0,defaults:!0,defaultsAll:!0,defaultsDeep:!0,defaultsDeepAll:!0,merge:!0,mergeAll:!0,mergeAllWith:!0,mergeWith:!0},set:{set:!0,setWith:!0,unset:!0,update:!0,updateWith:!0}},s.realToAlias=function(){var o=Object.prototype.hasOwnProperty,i=s.aliasToReal,u={};for(var _ in i){var w=i[_];o.call(u,w)?u[w].push(_):u[w]=[_]}return u}(),s.remap={assignAll:"assign",assignAllWith:"assignWith",assignInAll:"assignIn",assignInAllWith:"assignInWith",curryN:"curry",curryRightN:"curryRight",defaultsAll:"defaults",defaultsDeepAll:"defaultsDeep",findFrom:"find",findIndexFrom:"findIndex",findLastFrom:"findLast",findLastIndexFrom:"findLastIndex",getOr:"get",includesFrom:"includes",indexOfFrom:"indexOf",invokeArgs:"invoke",invokeArgsMap:"invokeMap",lastIndexOfFrom:"lastIndexOf",mergeAll:"merge",mergeAllWith:"mergeWith",padChars:"pad",padCharsEnd:"padEnd",padCharsStart:"padStart",propertyOf:"get",rangeStep:"range",rangeStepRight:"rangeRight",restFrom:"rest",spreadFrom:"spread",trimChars:"trim",trimCharsEnd:"trimEnd",trimCharsStart:"trimStart",zipAll:"zip"},s.skipFixed={castArray:!0,flow:!0,flowRight:!0,iteratee:!0,mixin:!0,rearg:!0,runInContext:!0},s.skipRearg={add:!0,assign:!0,assignIn:!0,bind:!0,bindKey:!0,concat:!0,difference:!0,divide:!0,eq:!0,gt:!0,gte:!0,isEqual:!0,lt:!0,lte:!0,matchesProperty:!0,merge:!0,multiply:!0,overArgs:!0,partial:!0,partialRight:!0,propertyOf:!0,random:!0,range:!0,rangeRight:!0,subtract:!0,zip:!0,zipObject:!0,zipObjectDeep:!0}},47934:(o,s,i)=>{o.exports={ary:i(64626),assign:i(74733),clone:i(32629),curry:i(49747),forEach:i(83729),isArray:i(56449),isError:i(23546),isFunction:i(1882),isWeakMap:i(47886),iteratee:i(33855),keys:i(88984),rearg:i(84195),toInteger:i(61489),toPath:i(42072)}},56367:(o,s,i)=>{o.exports=i(77731)},79920:(o,s,i)=>{var u=i(73424),_=i(47934);o.exports=function convert(o,s,i){return u(_,o,s,i)}},2874:o=>{o.exports={}},77731:(o,s,i)=>{var u=i(79920)("set",i(63560));u.placeholder=i(2874),o.exports=u},58156:(o,s,i)=>{var u=i(47422);o.exports=function get(o,s,i){var _=null==o?void 0:u(o,s);return void 0===_?i:_}},61448:(o,s,i)=>{var u=i(20426),_=i(49326);o.exports=function has(o,s){return null!=o&&_(o,s,u)}},80631:(o,s,i)=>{var u=i(28077),_=i(49326);o.exports=function hasIn(o,s){return null!=o&&_(o,s,u)}},83488:o=>{o.exports=function identity(o){return o}},72428:(o,s,i)=>{var u=i(27534),_=i(40346),w=Object.prototype,x=w.hasOwnProperty,C=w.propertyIsEnumerable,j=u(function(){return arguments}())?u:function(o){return _(o)&&x.call(o,"callee")&&!C.call(o,"callee")};o.exports=j},56449:o=>{var s=Array.isArray;o.exports=s},64894:(o,s,i)=>{var u=i(1882),_=i(30294);o.exports=function isArrayLike(o){return null!=o&&_(o.length)&&!u(o)}},83693:(o,s,i)=>{var u=i(64894),_=i(40346);o.exports=function isArrayLikeObject(o){return _(o)&&u(o)}},53812:(o,s,i)=>{var u=i(72552),_=i(40346);o.exports=function isBoolean(o){return!0===o||!1===o||_(o)&&"[object Boolean]"==u(o)}},3656:(o,s,i)=>{o=i.nmd(o);var u=i(9325),_=i(89935),w=s&&!s.nodeType&&s,x=w&&o&&!o.nodeType&&o,C=x&&x.exports===w?u.Buffer:void 0,j=(C?C.isBuffer:void 0)||_;o.exports=j},62193:(o,s,i)=>{var u=i(88984),_=i(5861),w=i(72428),x=i(56449),C=i(64894),j=i(3656),L=i(55527),B=i(37167),$=Object.prototype.hasOwnProperty;o.exports=function isEmpty(o){if(null==o)return!0;if(C(o)&&(x(o)||"string"==typeof o||"function"==typeof o.splice||j(o)||B(o)||w(o)))return!o.length;var s=_(o);if("[object Map]"==s||"[object Set]"==s)return!o.size;if(L(o))return!u(o).length;for(var i in o)if($.call(o,i))return!1;return!0}},2404:(o,s,i)=>{var u=i(60270);o.exports=function isEqual(o,s){return u(o,s)}},23546:(o,s,i)=>{var u=i(72552),_=i(40346),w=i(11331);o.exports=function isError(o){if(!_(o))return!1;var s=u(o);return"[object Error]"==s||"[object DOMException]"==s||"string"==typeof o.message&&"string"==typeof o.name&&!w(o)}},1882:(o,s,i)=>{var u=i(72552),_=i(23805);o.exports=function isFunction(o){if(!_(o))return!1;var s=u(o);return"[object Function]"==s||"[object GeneratorFunction]"==s||"[object AsyncFunction]"==s||"[object Proxy]"==s}},30294:o=>{o.exports=function isLength(o){return"number"==typeof o&&o>-1&&o%1==0&&o<=9007199254740991}},87730:(o,s,i)=>{var u=i(29172),_=i(27301),w=i(86009),x=w&&w.isMap,C=x?_(x):u;o.exports=C},5187:o=>{o.exports=function isNull(o){return null===o}},98023:(o,s,i)=>{var u=i(72552),_=i(40346);o.exports=function isNumber(o){return"number"==typeof o||_(o)&&"[object Number]"==u(o)}},23805:o=>{o.exports=function isObject(o){var s=typeof o;return null!=o&&("object"==s||"function"==s)}},40346:o=>{o.exports=function isObjectLike(o){return null!=o&&"object"==typeof o}},11331:(o,s,i)=>{var u=i(72552),_=i(28879),w=i(40346),x=Function.prototype,C=Object.prototype,j=x.toString,L=C.hasOwnProperty,B=j.call(Object);o.exports=function isPlainObject(o){if(!w(o)||"[object Object]"!=u(o))return!1;var s=_(o);if(null===s)return!0;var i=L.call(s,"constructor")&&s.constructor;return"function"==typeof i&&i instanceof i&&j.call(i)==B}},38440:(o,s,i)=>{var u=i(16038),_=i(27301),w=i(86009),x=w&&w.isSet,C=x?_(x):u;o.exports=C},85015:(o,s,i)=>{var u=i(72552),_=i(56449),w=i(40346);o.exports=function isString(o){return"string"==typeof o||!_(o)&&w(o)&&"[object String]"==u(o)}},44394:(o,s,i)=>{var u=i(72552),_=i(40346);o.exports=function isSymbol(o){return"symbol"==typeof o||_(o)&&"[object Symbol]"==u(o)}},37167:(o,s,i)=>{var u=i(4901),_=i(27301),w=i(86009),x=w&&w.isTypedArray,C=x?_(x):u;o.exports=C},47886:(o,s,i)=>{var u=i(5861),_=i(40346);o.exports=function isWeakMap(o){return _(o)&&"[object WeakMap]"==u(o)}},33855:(o,s,i)=>{var u=i(9999),_=i(15389);o.exports=function iteratee(o){return _("function"==typeof o?o:u(o,1))}},95950:(o,s,i)=>{var u=i(70695),_=i(88984),w=i(64894);o.exports=function keys(o){return w(o)?u(o):_(o)}},37241:(o,s,i)=>{var u=i(70695),_=i(72903),w=i(64894);o.exports=function keysIn(o){return w(o)?u(o,!0):_(o)}},68090:o=>{o.exports=function last(o){var s=null==o?0:o.length;return s?o[s-1]:void 0}},50104:(o,s,i)=>{var u=i(53661);function memoize(o,s){if("function"!=typeof o||null!=s&&"function"!=typeof s)throw new TypeError("Expected a function");var memoized=function(){var i=arguments,u=s?s.apply(this,i):i[0],_=memoized.cache;if(_.has(u))return _.get(u);var w=o.apply(this,i);return memoized.cache=_.set(u,w)||_,w};return memoized.cache=new(memoize.Cache||u),memoized}memoize.Cache=u,o.exports=memoize},55364:(o,s,i)=>{var u=i(85250),_=i(20999)((function(o,s,i){u(o,s,i)}));o.exports=_},6048:o=>{o.exports=function negate(o){if("function"!=typeof o)throw new TypeError("Expected a function");return function(){var s=arguments;switch(s.length){case 0:return!o.call(this);case 1:return!o.call(this,s[0]);case 2:return!o.call(this,s[0],s[1]);case 3:return!o.call(this,s[0],s[1],s[2])}return!o.apply(this,s)}}},63950:o=>{o.exports=function noop(){}},10124:(o,s,i)=>{var u=i(9325);o.exports=function(){return u.Date.now()}},90179:(o,s,i)=>{var u=i(34932),_=i(9999),w=i(19931),x=i(31769),C=i(21791),j=i(53138),L=i(38816),B=i(83349),$=L((function(o,s){var i={};if(null==o)return i;var L=!1;s=u(s,(function(s){return s=x(s,o),L||(L=s.length>1),s})),C(o,B(o),i),L&&(i=_(i,7,j));for(var $=s.length;$--;)w(i,s[$]);return i}));o.exports=$},50583:(o,s,i)=>{var u=i(47237),_=i(17255),w=i(28586),x=i(77797);o.exports=function property(o){return w(o)?u(x(o)):_(o)}},84195:(o,s,i)=>{var u=i(66977),_=i(38816),w=_((function(o,s){return u(o,256,void 0,void 0,void 0,s)}));o.exports=w},40860:(o,s,i)=>{var u=i(40882),_=i(80909),w=i(15389),x=i(85558),C=i(56449);o.exports=function reduce(o,s,i){var j=C(o)?u:x,L=arguments.length<3;return j(o,w(s,4),i,L,_)}},63560:(o,s,i)=>{var u=i(73170);o.exports=function set(o,s,i){return null==o?o:u(o,s,i)}},42426:(o,s,i)=>{var u=i(14248),_=i(15389),w=i(90916),x=i(56449),C=i(36800);o.exports=function some(o,s,i){var j=x(o)?u:w;return i&&C(o,s,i)&&(s=void 0),j(o,_(s,3))}},63345:o=>{o.exports=function stubArray(){return[]}},89935:o=>{o.exports=function stubFalse(){return!1}},17400:(o,s,i)=>{var u=i(99374),_=1/0;o.exports=function toFinite(o){return o?(o=u(o))===_||o===-1/0?17976931348623157e292*(o<0?-1:1):o==o?o:0:0===o?o:0}},61489:(o,s,i)=>{var u=i(17400);o.exports=function toInteger(o){var s=u(o),i=s%1;return s==s?i?s-i:s:0}},80218:(o,s,i)=>{var u=i(13222);o.exports=function toLower(o){return u(o).toLowerCase()}},99374:(o,s,i)=>{var u=i(54128),_=i(23805),w=i(44394),x=/^[-+]0x[0-9a-f]+$/i,C=/^0b[01]+$/i,j=/^0o[0-7]+$/i,L=parseInt;o.exports=function toNumber(o){if("number"==typeof o)return o;if(w(o))return NaN;if(_(o)){var s="function"==typeof o.valueOf?o.valueOf():o;o=_(s)?s+"":s}if("string"!=typeof o)return 0===o?o:+o;o=u(o);var i=C.test(o);return i||j.test(o)?L(o.slice(2),i?2:8):x.test(o)?NaN:+o}},42072:(o,s,i)=>{var u=i(34932),_=i(23007),w=i(56449),x=i(44394),C=i(61802),j=i(77797),L=i(13222);o.exports=function toPath(o){return w(o)?u(o,j):x(o)?[o]:_(C(L(o)))}},69884:(o,s,i)=>{var u=i(21791),_=i(37241);o.exports=function toPlainObject(o){return u(o,_(o))}},13222:(o,s,i)=>{var u=i(77556);o.exports=function toString(o){return null==o?"":u(o)}},55808:(o,s,i)=>{var u=i(12507)("toUpperCase");o.exports=u},66645:(o,s,i)=>{var u=i(1733),_=i(45434),w=i(13222),x=i(22225);o.exports=function words(o,s,i){return o=w(o),void 0===(s=i?void 0:s)?_(o)?x(o):u(o):o.match(s)||[]}},53758:(o,s,i)=>{var u=i(30980),_=i(56017),w=i(94033),x=i(56449),C=i(40346),j=i(80257),L=Object.prototype.hasOwnProperty;function lodash(o){if(C(o)&&!x(o)&&!(o instanceof u)){if(o instanceof _)return o;if(L.call(o,"__wrapped__"))return j(o)}return new _(o)}lodash.prototype=w.prototype,lodash.prototype.constructor=lodash,o.exports=lodash},47248:(o,s,i)=>{var u=i(16547),_=i(51234);o.exports=function zipObject(o,s){return _(o||[],s||[],u)}},43768:(o,s,i)=>{"use strict";var u=i(45981),_=i(85587);s.highlight=highlight,s.highlightAuto=function highlightAuto(o,s){var i,x,C,j,L=s||{},B=L.subset||u.listLanguages(),$=L.prefix,V=B.length,U=-1;null==$&&($=w);if("string"!=typeof o)throw _("Expected `string` for value, got `%s`",o);x={relevance:0,language:null,value:[]},i={relevance:0,language:null,value:[]};for(;++Ux.relevance&&(x=C),C.relevance>i.relevance&&(x=i,i=C));x.language&&(i.secondBest=x);return i},s.registerLanguage=function registerLanguage(o,s){u.registerLanguage(o,s)},s.listLanguages=function listLanguages(){return u.listLanguages()},s.registerAlias=function registerAlias(o,s){var i,_=o;s&&((_={})[o]=s);for(i in _)u.registerAliases(_[i],{languageName:i})},Emitter.prototype.addText=function text(o){var s,i,u=this.stack;if(""===o)return;s=u[u.length-1],(i=s.children[s.children.length-1])&&"text"===i.type?i.value+=o:s.children.push({type:"text",value:o})},Emitter.prototype.addKeyword=function addKeyword(o,s){this.openNode(s),this.addText(o),this.closeNode()},Emitter.prototype.addSublanguage=function addSublanguage(o,s){var i=this.stack,u=i[i.length-1],_=o.rootNode.children,w=s?{type:"element",tagName:"span",properties:{className:[s]},children:_}:_;u.children=u.children.concat(w)},Emitter.prototype.openNode=function open(o){var s=this.stack,i=this.options.classPrefix+o,u=s[s.length-1],_={type:"element",tagName:"span",properties:{className:[i]},children:[]};u.children.push(_),s.push(_)},Emitter.prototype.closeNode=function close(){this.stack.pop()},Emitter.prototype.closeAllNodes=noop,Emitter.prototype.finalize=noop,Emitter.prototype.toHTML=function toHtmlNoop(){return""};var w="hljs-";function highlight(o,s,i){var x,C=u.configure({}),j=(i||{}).prefix;if("string"!=typeof o)throw _("Expected `string` for name, got `%s`",o);if(!u.getLanguage(o))throw _("Unknown language: `%s` is not registered",o);if("string"!=typeof s)throw _("Expected `string` for value, got `%s`",s);if(null==j&&(j=w),u.configure({__emitter:Emitter,classPrefix:j}),x=u.highlight(s,{language:o,ignoreIllegals:!0}),u.configure(C||{}),x.errorRaised)throw x.errorRaised;return{relevance:x.relevance,language:x.language,value:x.emitter.rootNode.children}}function Emitter(o){this.options=o,this.rootNode={children:[]},this.stack=[this.rootNode]}function noop(){}},92340:(o,s,i)=>{const u=i(6048);function coerceElementMatchingCallback(o){return"string"==typeof o?s=>s.element===o:o.constructor&&o.extend?s=>s instanceof o:o}class ArraySlice{constructor(o){this.elements=o||[]}toValue(){return this.elements.map((o=>o.toValue()))}map(o,s){return this.elements.map(o,s)}flatMap(o,s){return this.map(o,s).reduce(((o,s)=>o.concat(s)),[])}compactMap(o,s){const i=[];return this.forEach((u=>{const _=o.bind(s)(u);_&&i.push(_)})),i}filter(o,s){return o=coerceElementMatchingCallback(o),new ArraySlice(this.elements.filter(o,s))}reject(o,s){return o=coerceElementMatchingCallback(o),new ArraySlice(this.elements.filter(u(o),s))}find(o,s){return o=coerceElementMatchingCallback(o),this.elements.find(o,s)}forEach(o,s){this.elements.forEach(o,s)}reduce(o,s){return this.elements.reduce(o,s)}includes(o){return this.elements.some((s=>s.equals(o)))}shift(){return this.elements.shift()}unshift(o){this.elements.unshift(this.refract(o))}push(o){return this.elements.push(this.refract(o)),this}add(o){this.push(o)}get(o){return this.elements[o]}getValue(o){const s=this.elements[o];if(s)return s.toValue()}get length(){return this.elements.length}get isEmpty(){return 0===this.elements.length}get first(){return this.elements[0]}}"undefined"!=typeof Symbol&&(ArraySlice.prototype[Symbol.iterator]=function symbol(){return this.elements[Symbol.iterator]()}),o.exports=ArraySlice},55973:o=>{class KeyValuePair{constructor(o,s){this.key=o,this.value=s}clone(){const o=new KeyValuePair;return this.key&&(o.key=this.key.clone()),this.value&&(o.value=this.value.clone()),o}}o.exports=KeyValuePair},3110:(o,s,i)=>{const u=i(5187),_=i(85015),w=i(98023),x=i(53812),C=i(23805),j=i(85105),L=i(86804);class Namespace{constructor(o){this.elementMap={},this.elementDetection=[],this.Element=L.Element,this.KeyValuePair=L.KeyValuePair,o&&o.noDefault||this.useDefault(),this._attributeElementKeys=[],this._attributeElementArrayKeys=[]}use(o){return o.namespace&&o.namespace({base:this}),o.load&&o.load({base:this}),this}useDefault(){return this.register("null",L.NullElement).register("string",L.StringElement).register("number",L.NumberElement).register("boolean",L.BooleanElement).register("array",L.ArrayElement).register("object",L.ObjectElement).register("member",L.MemberElement).register("ref",L.RefElement).register("link",L.LinkElement),this.detect(u,L.NullElement,!1).detect(_,L.StringElement,!1).detect(w,L.NumberElement,!1).detect(x,L.BooleanElement,!1).detect(Array.isArray,L.ArrayElement,!1).detect(C,L.ObjectElement,!1),this}register(o,s){return this._elements=void 0,this.elementMap[o]=s,this}unregister(o){return this._elements=void 0,delete this.elementMap[o],this}detect(o,s,i){return void 0===i||i?this.elementDetection.unshift([o,s]):this.elementDetection.push([o,s]),this}toElement(o){if(o instanceof this.Element)return o;let s;for(let i=0;i{const s=o[0].toUpperCase()+o.substr(1);this._elements[s]=this.elementMap[o]}))),this._elements}get serialiser(){return new j(this)}}j.prototype.Namespace=Namespace,o.exports=Namespace},10866:(o,s,i)=>{const u=i(6048),_=i(92340);class ObjectSlice extends _{map(o,s){return this.elements.map((i=>o.bind(s)(i.value,i.key,i)))}filter(o,s){return new ObjectSlice(this.elements.filter((i=>o.bind(s)(i.value,i.key,i))))}reject(o,s){return this.filter(u(o.bind(s)))}forEach(o,s){return this.elements.forEach(((i,u)=>{o.bind(s)(i.value,i.key,i,u)}))}keys(){return this.map(((o,s)=>s.toValue()))}values(){return this.map((o=>o.toValue()))}}o.exports=ObjectSlice},86804:(o,s,i)=>{const u=i(10316),_=i(41067),w=i(71167),x=i(40239),C=i(12242),j=i(6233),L=i(87726),B=i(61045),$=i(86303),V=i(14540),U=i(92340),z=i(10866),Y=i(55973);function refract(o){if(o instanceof u)return o;if("string"==typeof o)return new w(o);if("number"==typeof o)return new x(o);if("boolean"==typeof o)return new C(o);if(null===o)return new _;if(Array.isArray(o))return new j(o.map(refract));if("object"==typeof o){return new B(o)}return o}u.prototype.ObjectElement=B,u.prototype.RefElement=V,u.prototype.MemberElement=L,u.prototype.refract=refract,U.prototype.refract=refract,o.exports={Element:u,NullElement:_,StringElement:w,NumberElement:x,BooleanElement:C,ArrayElement:j,MemberElement:L,ObjectElement:B,LinkElement:$,RefElement:V,refract,ArraySlice:U,ObjectSlice:z,KeyValuePair:Y}},86303:(o,s,i)=>{const u=i(10316);o.exports=class LinkElement extends u{constructor(o,s,i){super(o||[],s,i),this.element="link"}get relation(){return this.attributes.get("relation")}set relation(o){this.attributes.set("relation",o)}get href(){return this.attributes.get("href")}set href(o){this.attributes.set("href",o)}}},14540:(o,s,i)=>{const u=i(10316);o.exports=class RefElement extends u{constructor(o,s,i){super(o||[],s,i),this.element="ref",this.path||(this.path="element")}get path(){return this.attributes.get("path")}set path(o){this.attributes.set("path",o)}}},34035:(o,s,i)=>{const u=i(3110),_=i(86804);s.g$=u,s.KeyValuePair=i(55973),s.G6=_.ArraySlice,s.ot=_.ObjectSlice,s.Hg=_.Element,s.Om=_.StringElement,s.kT=_.NumberElement,s.bd=_.BooleanElement,s.Os=_.NullElement,s.wE=_.ArrayElement,s.Sh=_.ObjectElement,s.Pr=_.MemberElement,s.sI=_.RefElement,s.Ft=_.LinkElement,s.e=_.refract,i(85105),i(75147)},6233:(o,s,i)=>{const u=i(6048),_=i(10316),w=i(92340);class ArrayElement extends _{constructor(o,s,i){super(o||[],s,i),this.element="array"}primitive(){return"array"}get(o){return this.content[o]}getValue(o){const s=this.get(o);if(s)return s.toValue()}getIndex(o){return this.content[o]}set(o,s){return this.content[o]=this.refract(s),this}remove(o){const s=this.content.splice(o,1);return s.length?s[0]:null}map(o,s){return this.content.map(o,s)}flatMap(o,s){return this.map(o,s).reduce(((o,s)=>o.concat(s)),[])}compactMap(o,s){const i=[];return this.forEach((u=>{const _=o.bind(s)(u);_&&i.push(_)})),i}filter(o,s){return new w(this.content.filter(o,s))}reject(o,s){return this.filter(u(o),s)}reduce(o,s){let i,u;void 0!==s?(i=0,u=this.refract(s)):(i=1,u="object"===this.primitive()?this.first.value:this.first);for(let s=i;s{o.bind(s)(i,this.refract(u))}))}shift(){return this.content.shift()}unshift(o){this.content.unshift(this.refract(o))}push(o){return this.content.push(this.refract(o)),this}add(o){this.push(o)}findElements(o,s){const i=s||{},u=!!i.recursive,_=void 0===i.results?[]:i.results;return this.forEach(((s,i,w)=>{u&&void 0!==s.findElements&&s.findElements(o,{results:_,recursive:u}),o(s,i,w)&&_.push(s)})),_}find(o){return new w(this.findElements(o,{recursive:!0}))}findByElement(o){return this.find((s=>s.element===o))}findByClass(o){return this.find((s=>s.classes.includes(o)))}getById(o){return this.find((s=>s.id.toValue()===o)).first}includes(o){return this.content.some((s=>s.equals(o)))}contains(o){return this.includes(o)}empty(){return new this.constructor([])}"fantasy-land/empty"(){return this.empty()}concat(o){return new this.constructor(this.content.concat(o.content))}"fantasy-land/concat"(o){return this.concat(o)}"fantasy-land/map"(o){return new this.constructor(this.map(o))}"fantasy-land/chain"(o){return this.map((s=>o(s)),this).reduce(((o,s)=>o.concat(s)),this.empty())}"fantasy-land/filter"(o){return new this.constructor(this.content.filter(o))}"fantasy-land/reduce"(o,s){return this.content.reduce(o,s)}get length(){return this.content.length}get isEmpty(){return 0===this.content.length}get first(){return this.getIndex(0)}get second(){return this.getIndex(1)}get last(){return this.getIndex(this.length-1)}}ArrayElement.empty=function empty(){return new this},ArrayElement["fantasy-land/empty"]=ArrayElement.empty,"undefined"!=typeof Symbol&&(ArrayElement.prototype[Symbol.iterator]=function symbol(){return this.content[Symbol.iterator]()}),o.exports=ArrayElement},12242:(o,s,i)=>{const u=i(10316);o.exports=class BooleanElement extends u{constructor(o,s,i){super(o,s,i),this.element="boolean"}primitive(){return"boolean"}}},10316:(o,s,i)=>{const u=i(2404),_=i(55973),w=i(92340);class Element{constructor(o,s,i){s&&(this.meta=s),i&&(this.attributes=i),this.content=o}freeze(){Object.isFrozen(this)||(this._meta&&(this.meta.parent=this,this.meta.freeze()),this._attributes&&(this.attributes.parent=this,this.attributes.freeze()),this.children.forEach((o=>{o.parent=this,o.freeze()}),this),this.content&&Array.isArray(this.content)&&Object.freeze(this.content),Object.freeze(this))}primitive(){}clone(){const o=new this.constructor;return o.element=this.element,this.meta.length&&(o._meta=this.meta.clone()),this.attributes.length&&(o._attributes=this.attributes.clone()),this.content?this.content.clone?o.content=this.content.clone():Array.isArray(this.content)?o.content=this.content.map((o=>o.clone())):o.content=this.content:o.content=this.content,o}toValue(){return this.content instanceof Element?this.content.toValue():this.content instanceof _?{key:this.content.key.toValue(),value:this.content.value?this.content.value.toValue():void 0}:this.content&&this.content.map?this.content.map((o=>o.toValue()),this):this.content}toRef(o){if(""===this.id.toValue())throw Error("Cannot create reference to an element that does not contain an ID");const s=new this.RefElement(this.id.toValue());return o&&(s.path=o),s}findRecursive(...o){if(arguments.length>1&&!this.isFrozen)throw new Error("Cannot find recursive with multiple element names without first freezing the element. Call `element.freeze()`");const s=o.pop();let i=new w;const append=(o,s)=>(o.push(s),o),checkElement=(o,i)=>{i.element===s&&o.push(i);const u=i.findRecursive(s);return u&&u.reduce(append,o),i.content instanceof _&&(i.content.key&&checkElement(o,i.content.key),i.content.value&&checkElement(o,i.content.value)),o};return this.content&&(this.content.element&&checkElement(i,this.content),Array.isArray(this.content)&&this.content.reduce(checkElement,i)),o.isEmpty||(i=i.filter((s=>{let i=s.parents.map((o=>o.element));for(const s in o){const u=o[s],_=i.indexOf(u);if(-1===_)return!1;i=i.splice(0,_)}return!0}))),i}set(o){return this.content=o,this}equals(o){return u(this.toValue(),o)}getMetaProperty(o,s){if(!this.meta.hasKey(o)){if(this.isFrozen){const o=this.refract(s);return o.freeze(),o}this.meta.set(o,s)}return this.meta.get(o)}setMetaProperty(o,s){this.meta.set(o,s)}get element(){return this._storedElement||"element"}set element(o){this._storedElement=o}get content(){return this._content}set content(o){if(o instanceof Element)this._content=o;else if(o instanceof w)this.content=o.elements;else if("string"==typeof o||"number"==typeof o||"boolean"==typeof o||"null"===o||null==o)this._content=o;else if(o instanceof _)this._content=o;else if(Array.isArray(o))this._content=o.map(this.refract);else{if("object"!=typeof o)throw new Error("Cannot set content to given value");this._content=Object.keys(o).map((s=>new this.MemberElement(s,o[s])))}}get meta(){if(!this._meta){if(this.isFrozen){const o=new this.ObjectElement;return o.freeze(),o}this._meta=new this.ObjectElement}return this._meta}set meta(o){o instanceof this.ObjectElement?this._meta=o:this.meta.set(o||{})}get attributes(){if(!this._attributes){if(this.isFrozen){const o=new this.ObjectElement;return o.freeze(),o}this._attributes=new this.ObjectElement}return this._attributes}set attributes(o){o instanceof this.ObjectElement?this._attributes=o:this.attributes.set(o||{})}get id(){return this.getMetaProperty("id","")}set id(o){this.setMetaProperty("id",o)}get classes(){return this.getMetaProperty("classes",[])}set classes(o){this.setMetaProperty("classes",o)}get title(){return this.getMetaProperty("title","")}set title(o){this.setMetaProperty("title",o)}get description(){return this.getMetaProperty("description","")}set description(o){this.setMetaProperty("description",o)}get links(){return this.getMetaProperty("links",[])}set links(o){this.setMetaProperty("links",o)}get isFrozen(){return Object.isFrozen(this)}get parents(){let{parent:o}=this;const s=new w;for(;o;)s.push(o),o=o.parent;return s}get children(){if(Array.isArray(this.content))return new w(this.content);if(this.content instanceof _){const o=new w([this.content.key]);return this.content.value&&o.push(this.content.value),o}return this.content instanceof Element?new w([this.content]):new w}get recursiveChildren(){const o=new w;return this.children.forEach((s=>{o.push(s),s.recursiveChildren.forEach((s=>{o.push(s)}))})),o}}o.exports=Element},87726:(o,s,i)=>{const u=i(55973),_=i(10316);o.exports=class MemberElement extends _{constructor(o,s,i,_){super(new u,i,_),this.element="member",this.key=o,this.value=s}get key(){return this.content.key}set key(o){this.content.key=this.refract(o)}get value(){return this.content.value}set value(o){this.content.value=this.refract(o)}}},41067:(o,s,i)=>{const u=i(10316);o.exports=class NullElement extends u{constructor(o,s,i){super(o||null,s,i),this.element="null"}primitive(){return"null"}set(){return new Error("Cannot set the value of null")}}},40239:(o,s,i)=>{const u=i(10316);o.exports=class NumberElement extends u{constructor(o,s,i){super(o,s,i),this.element="number"}primitive(){return"number"}}},61045:(o,s,i)=>{const u=i(6048),_=i(23805),w=i(6233),x=i(87726),C=i(10866);o.exports=class ObjectElement extends w{constructor(o,s,i){super(o||[],s,i),this.element="object"}primitive(){return"object"}toValue(){return this.content.reduce(((o,s)=>(o[s.key.toValue()]=s.value?s.value.toValue():void 0,o)),{})}get(o){const s=this.getMember(o);if(s)return s.value}getMember(o){if(void 0!==o)return this.content.find((s=>s.key.toValue()===o))}remove(o){let s=null;return this.content=this.content.filter((i=>i.key.toValue()!==o||(s=i,!1))),s}getKey(o){const s=this.getMember(o);if(s)return s.key}set(o,s){if(_(o))return Object.keys(o).forEach((s=>{this.set(s,o[s])})),this;const i=o,u=this.getMember(i);return u?u.value=s:this.content.push(new x(i,s)),this}keys(){return this.content.map((o=>o.key.toValue()))}values(){return this.content.map((o=>o.value.toValue()))}hasKey(o){return this.content.some((s=>s.key.equals(o)))}items(){return this.content.map((o=>[o.key.toValue(),o.value.toValue()]))}map(o,s){return this.content.map((i=>o.bind(s)(i.value,i.key,i)))}compactMap(o,s){const i=[];return this.forEach(((u,_,w)=>{const x=o.bind(s)(u,_,w);x&&i.push(x)})),i}filter(o,s){return new C(this.content).filter(o,s)}reject(o,s){return this.filter(u(o),s)}forEach(o,s){return this.content.forEach((i=>o.bind(s)(i.value,i.key,i)))}}},71167:(o,s,i)=>{const u=i(10316);o.exports=class StringElement extends u{constructor(o,s,i){super(o,s,i),this.element="string"}primitive(){return"string"}get length(){return this.content.length}}},75147:(o,s,i)=>{const u=i(85105);o.exports=class JSON06Serialiser extends u{serialise(o){if(!(o instanceof this.namespace.elements.Element))throw new TypeError(`Given element \`${o}\` is not an Element instance`);let s;o._attributes&&o.attributes.get("variable")&&(s=o.attributes.get("variable"));const i={element:o.element};o._meta&&o._meta.length>0&&(i.meta=this.serialiseObject(o.meta));const u="enum"===o.element||-1!==o.attributes.keys().indexOf("enumerations");if(u){const s=this.enumSerialiseAttributes(o);s&&(i.attributes=s)}else if(o._attributes&&o._attributes.length>0){let{attributes:u}=o;u.get("metadata")&&(u=u.clone(),u.set("meta",u.get("metadata")),u.remove("metadata")),"member"===o.element&&s&&(u=u.clone(),u.remove("variable")),u.length>0&&(i.attributes=this.serialiseObject(u))}if(u)i.content=this.enumSerialiseContent(o,i);else if(this[`${o.element}SerialiseContent`])i.content=this[`${o.element}SerialiseContent`](o,i);else if(void 0!==o.content){let u;s&&o.content.key?(u=o.content.clone(),u.key.attributes.set("variable",s),u=this.serialiseContent(u)):u=this.serialiseContent(o.content),this.shouldSerialiseContent(o,u)&&(i.content=u)}else this.shouldSerialiseContent(o,o.content)&&o instanceof this.namespace.elements.Array&&(i.content=[]);return i}shouldSerialiseContent(o,s){return"parseResult"===o.element||"httpRequest"===o.element||"httpResponse"===o.element||"category"===o.element||"link"===o.element||void 0!==s&&(!Array.isArray(s)||0!==s.length)}refSerialiseContent(o,s){return delete s.attributes,{href:o.toValue(),path:o.path.toValue()}}sourceMapSerialiseContent(o){return o.toValue()}dataStructureSerialiseContent(o){return[this.serialiseContent(o.content)]}enumSerialiseAttributes(o){const s=o.attributes.clone(),i=s.remove("enumerations")||new this.namespace.elements.Array([]),u=s.get("default");let _=s.get("samples")||new this.namespace.elements.Array([]);if(u&&u.content&&(u.content.attributes&&u.content.attributes.remove("typeAttributes"),s.set("default",new this.namespace.elements.Array([u.content]))),_.forEach((o=>{o.content&&o.content.element&&o.content.attributes.remove("typeAttributes")})),o.content&&0!==i.length&&_.unshift(o.content),_=_.map((o=>o instanceof this.namespace.elements.Array?[o]:new this.namespace.elements.Array([o.content]))),_.length&&s.set("samples",_),s.length>0)return this.serialiseObject(s)}enumSerialiseContent(o){if(o._attributes){const s=o.attributes.get("enumerations");if(s&&s.length>0)return s.content.map((o=>{const s=o.clone();return s.attributes.remove("typeAttributes"),this.serialise(s)}))}if(o.content){const s=o.content.clone();return s.attributes.remove("typeAttributes"),[this.serialise(s)]}return[]}deserialise(o){if("string"==typeof o)return new this.namespace.elements.String(o);if("number"==typeof o)return new this.namespace.elements.Number(o);if("boolean"==typeof o)return new this.namespace.elements.Boolean(o);if(null===o)return new this.namespace.elements.Null;if(Array.isArray(o))return new this.namespace.elements.Array(o.map(this.deserialise,this));const s=this.namespace.getElementClass(o.element),i=new s;i.element!==o.element&&(i.element=o.element),o.meta&&this.deserialiseObject(o.meta,i.meta),o.attributes&&this.deserialiseObject(o.attributes,i.attributes);const u=this.deserialiseContent(o.content);if(void 0===u&&null!==i.content||(i.content=u),"enum"===i.element){i.content&&i.attributes.set("enumerations",i.content);let o=i.attributes.get("samples");if(i.attributes.remove("samples"),o){const u=o;o=new this.namespace.elements.Array,u.forEach((u=>{u.forEach((u=>{const _=new s(u);_.element=i.element,o.push(_)}))}));const _=o.shift();i.content=_?_.content:void 0,i.attributes.set("samples",o)}else i.content=void 0;let u=i.attributes.get("default");if(u&&u.length>0){u=u.get(0);const o=new s(u);o.element=i.element,i.attributes.set("default",o)}}else if("dataStructure"===i.element&&Array.isArray(i.content))[i.content]=i.content;else if("category"===i.element){const o=i.attributes.get("meta");o&&(i.attributes.set("metadata",o),i.attributes.remove("meta"))}else"member"===i.element&&i.key&&i.key._attributes&&i.key._attributes.getValue("variable")&&(i.attributes.set("variable",i.key.attributes.get("variable")),i.key.attributes.remove("variable"));return i}serialiseContent(o){if(o instanceof this.namespace.elements.Element)return this.serialise(o);if(o instanceof this.namespace.KeyValuePair){const s={key:this.serialise(o.key)};return o.value&&(s.value=this.serialise(o.value)),s}return o&&o.map?o.map(this.serialise,this):o}deserialiseContent(o){if(o){if(o.element)return this.deserialise(o);if(o.key){const s=new this.namespace.KeyValuePair(this.deserialise(o.key));return o.value&&(s.value=this.deserialise(o.value)),s}if(o.map)return o.map(this.deserialise,this)}return o}shouldRefract(o){return!!(o._attributes&&o.attributes.keys().length||o._meta&&o.meta.keys().length)||"enum"!==o.element&&(o.element!==o.primitive()||"member"===o.element)}convertKeyToRefract(o,s){return this.shouldRefract(s)?this.serialise(s):"enum"===s.element?this.serialiseEnum(s):"array"===s.element?s.map((s=>this.shouldRefract(s)||"default"===o?this.serialise(s):"array"===s.element||"object"===s.element||"enum"===s.element?s.children.map((o=>this.serialise(o))):s.toValue())):"object"===s.element?(s.content||[]).map(this.serialise,this):s.toValue()}serialiseEnum(o){return o.children.map((o=>this.serialise(o)))}serialiseObject(o){const s={};return o.forEach(((o,i)=>{if(o){const u=i.toValue();s[u]=this.convertKeyToRefract(u,o)}})),s}deserialiseObject(o,s){Object.keys(o).forEach((i=>{s.set(i,this.deserialise(o[i]))}))}}},85105:o=>{o.exports=class JSONSerialiser{constructor(o){this.namespace=o||new this.Namespace}serialise(o){if(!(o instanceof this.namespace.elements.Element))throw new TypeError(`Given element \`${o}\` is not an Element instance`);const s={element:o.element};o._meta&&o._meta.length>0&&(s.meta=this.serialiseObject(o.meta)),o._attributes&&o._attributes.length>0&&(s.attributes=this.serialiseObject(o.attributes));const i=this.serialiseContent(o.content);return void 0!==i&&(s.content=i),s}deserialise(o){if(!o.element)throw new Error("Given value is not an object containing an element name");const s=new(this.namespace.getElementClass(o.element));s.element!==o.element&&(s.element=o.element),o.meta&&this.deserialiseObject(o.meta,s.meta),o.attributes&&this.deserialiseObject(o.attributes,s.attributes);const i=this.deserialiseContent(o.content);return void 0===i&&null!==s.content||(s.content=i),s}serialiseContent(o){if(o instanceof this.namespace.elements.Element)return this.serialise(o);if(o instanceof this.namespace.KeyValuePair){const s={key:this.serialise(o.key)};return o.value&&(s.value=this.serialise(o.value)),s}if(o&&o.map){if(0===o.length)return;return o.map(this.serialise,this)}return o}deserialiseContent(o){if(o){if(o.element)return this.deserialise(o);if(o.key){const s=new this.namespace.KeyValuePair(this.deserialise(o.key));return o.value&&(s.value=this.deserialise(o.value)),s}if(o.map)return o.map(this.deserialise,this)}return o}serialiseObject(o){const s={};if(o.forEach(((o,i)=>{o&&(s[i.toValue()]=this.serialise(o))})),0!==Object.keys(s).length)return s}deserialiseObject(o,s){Object.keys(o).forEach((i=>{s.set(i,this.deserialise(o[i]))}))}}},58859:(o,s,i)=>{var u="function"==typeof Map&&Map.prototype,_=Object.getOwnPropertyDescriptor&&u?Object.getOwnPropertyDescriptor(Map.prototype,"size"):null,w=u&&_&&"function"==typeof _.get?_.get:null,x=u&&Map.prototype.forEach,C="function"==typeof Set&&Set.prototype,j=Object.getOwnPropertyDescriptor&&C?Object.getOwnPropertyDescriptor(Set.prototype,"size"):null,L=C&&j&&"function"==typeof j.get?j.get:null,B=C&&Set.prototype.forEach,$="function"==typeof WeakMap&&WeakMap.prototype?WeakMap.prototype.has:null,V="function"==typeof WeakSet&&WeakSet.prototype?WeakSet.prototype.has:null,U="function"==typeof WeakRef&&WeakRef.prototype?WeakRef.prototype.deref:null,z=Boolean.prototype.valueOf,Y=Object.prototype.toString,Z=Function.prototype.toString,ee=String.prototype.match,ie=String.prototype.slice,ae=String.prototype.replace,ce=String.prototype.toUpperCase,le=String.prototype.toLowerCase,pe=RegExp.prototype.test,de=Array.prototype.concat,fe=Array.prototype.join,ye=Array.prototype.slice,be=Math.floor,_e="function"==typeof BigInt?BigInt.prototype.valueOf:null,we=Object.getOwnPropertySymbols,Se="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?Symbol.prototype.toString:null,xe="function"==typeof Symbol&&"object"==typeof Symbol.iterator,Pe="function"==typeof Symbol&&Symbol.toStringTag&&(typeof Symbol.toStringTag===xe||"symbol")?Symbol.toStringTag:null,Te=Object.prototype.propertyIsEnumerable,Re=("function"==typeof Reflect?Reflect.getPrototypeOf:Object.getPrototypeOf)||([].__proto__===Array.prototype?function(o){return o.__proto__}:null);function addNumericSeparator(o,s){if(o===1/0||o===-1/0||o!=o||o&&o>-1e3&&o<1e3||pe.call(/e/,s))return s;var i=/[0-9](?=(?:[0-9]{3})+(?![0-9]))/g;if("number"==typeof o){var u=o<0?-be(-o):be(o);if(u!==o){var _=String(u),w=ie.call(s,_.length+1);return ae.call(_,i,"$&_")+"."+ae.call(ae.call(w,/([0-9]{3})/g,"$&_"),/_$/,"")}}return ae.call(s,i,"$&_")}var qe=i(42634),$e=qe.custom,ze=isSymbol($e)?$e:null;function wrapQuotes(o,s,i){var u="double"===(i.quoteStyle||s)?'"':"'";return u+o+u}function quote(o){return ae.call(String(o),/"/g,""")}function isArray(o){return!("[object Array]"!==toStr(o)||Pe&&"object"==typeof o&&Pe in o)}function isRegExp(o){return!("[object RegExp]"!==toStr(o)||Pe&&"object"==typeof o&&Pe in o)}function isSymbol(o){if(xe)return o&&"object"==typeof o&&o instanceof Symbol;if("symbol"==typeof o)return!0;if(!o||"object"!=typeof o||!Se)return!1;try{return Se.call(o),!0}catch(o){}return!1}o.exports=function inspect_(o,s,u,_){var C=s||{};if(has(C,"quoteStyle")&&"single"!==C.quoteStyle&&"double"!==C.quoteStyle)throw new TypeError('option "quoteStyle" must be "single" or "double"');if(has(C,"maxStringLength")&&("number"==typeof C.maxStringLength?C.maxStringLength<0&&C.maxStringLength!==1/0:null!==C.maxStringLength))throw new TypeError('option "maxStringLength", if provided, must be a positive integer, Infinity, or `null`');var j=!has(C,"customInspect")||C.customInspect;if("boolean"!=typeof j&&"symbol"!==j)throw new TypeError("option \"customInspect\", if provided, must be `true`, `false`, or `'symbol'`");if(has(C,"indent")&&null!==C.indent&&"\t"!==C.indent&&!(parseInt(C.indent,10)===C.indent&&C.indent>0))throw new TypeError('option "indent" must be "\\t", an integer > 0, or `null`');if(has(C,"numericSeparator")&&"boolean"!=typeof C.numericSeparator)throw new TypeError('option "numericSeparator", if provided, must be `true` or `false`');var Y=C.numericSeparator;if(void 0===o)return"undefined";if(null===o)return"null";if("boolean"==typeof o)return o?"true":"false";if("string"==typeof o)return inspectString(o,C);if("number"==typeof o){if(0===o)return 1/0/o>0?"0":"-0";var ce=String(o);return Y?addNumericSeparator(o,ce):ce}if("bigint"==typeof o){var pe=String(o)+"n";return Y?addNumericSeparator(o,pe):pe}var be=void 0===C.depth?5:C.depth;if(void 0===u&&(u=0),u>=be&&be>0&&"object"==typeof o)return isArray(o)?"[Array]":"[Object]";var we=function getIndent(o,s){var i;if("\t"===o.indent)i="\t";else{if(!("number"==typeof o.indent&&o.indent>0))return null;i=fe.call(Array(o.indent+1)," ")}return{base:i,prev:fe.call(Array(s+1),i)}}(C,u);if(void 0===_)_=[];else if(indexOf(_,o)>=0)return"[Circular]";function inspect(o,s,i){if(s&&(_=ye.call(_)).push(s),i){var w={depth:C.depth};return has(C,"quoteStyle")&&(w.quoteStyle=C.quoteStyle),inspect_(o,w,u+1,_)}return inspect_(o,C,u+1,_)}if("function"==typeof o&&!isRegExp(o)){var $e=function nameOf(o){if(o.name)return o.name;var s=ee.call(Z.call(o),/^function\s*([\w$]+)/);if(s)return s[1];return null}(o),We=arrObjKeys(o,inspect);return"[Function"+($e?": "+$e:" (anonymous)")+"]"+(We.length>0?" { "+fe.call(We,", ")+" }":"")}if(isSymbol(o)){var He=xe?ae.call(String(o),/^(Symbol\(.*\))_[^)]*$/,"$1"):Se.call(o);return"object"!=typeof o||xe?He:markBoxed(He)}if(function isElement(o){if(!o||"object"!=typeof o)return!1;if("undefined"!=typeof HTMLElement&&o instanceof HTMLElement)return!0;return"string"==typeof o.nodeName&&"function"==typeof o.getAttribute}(o)){for(var Ye="<"+le.call(String(o.nodeName)),Xe=o.attributes||[],Qe=0;Qe"}if(isArray(o)){if(0===o.length)return"[]";var et=arrObjKeys(o,inspect);return we&&!function singleLineValues(o){for(var s=0;s=0)return!1;return!0}(et)?"["+indentedJoin(et,we)+"]":"[ "+fe.call(et,", ")+" ]"}if(function isError(o){return!("[object Error]"!==toStr(o)||Pe&&"object"==typeof o&&Pe in o)}(o)){var tt=arrObjKeys(o,inspect);return"cause"in Error.prototype||!("cause"in o)||Te.call(o,"cause")?0===tt.length?"["+String(o)+"]":"{ ["+String(o)+"] "+fe.call(tt,", ")+" }":"{ ["+String(o)+"] "+fe.call(de.call("[cause]: "+inspect(o.cause),tt),", ")+" }"}if("object"==typeof o&&j){if(ze&&"function"==typeof o[ze]&&qe)return qe(o,{depth:be-u});if("symbol"!==j&&"function"==typeof o.inspect)return o.inspect()}if(function isMap(o){if(!w||!o||"object"!=typeof o)return!1;try{w.call(o);try{L.call(o)}catch(o){return!0}return o instanceof Map}catch(o){}return!1}(o)){var rt=[];return x&&x.call(o,(function(s,i){rt.push(inspect(i,o,!0)+" => "+inspect(s,o))})),collectionOf("Map",w.call(o),rt,we)}if(function isSet(o){if(!L||!o||"object"!=typeof o)return!1;try{L.call(o);try{w.call(o)}catch(o){return!0}return o instanceof Set}catch(o){}return!1}(o)){var nt=[];return B&&B.call(o,(function(s){nt.push(inspect(s,o))})),collectionOf("Set",L.call(o),nt,we)}if(function isWeakMap(o){if(!$||!o||"object"!=typeof o)return!1;try{$.call(o,$);try{V.call(o,V)}catch(o){return!0}return o instanceof WeakMap}catch(o){}return!1}(o))return weakCollectionOf("WeakMap");if(function isWeakSet(o){if(!V||!o||"object"!=typeof o)return!1;try{V.call(o,V);try{$.call(o,$)}catch(o){return!0}return o instanceof WeakSet}catch(o){}return!1}(o))return weakCollectionOf("WeakSet");if(function isWeakRef(o){if(!U||!o||"object"!=typeof o)return!1;try{return U.call(o),!0}catch(o){}return!1}(o))return weakCollectionOf("WeakRef");if(function isNumber(o){return!("[object Number]"!==toStr(o)||Pe&&"object"==typeof o&&Pe in o)}(o))return markBoxed(inspect(Number(o)));if(function isBigInt(o){if(!o||"object"!=typeof o||!_e)return!1;try{return _e.call(o),!0}catch(o){}return!1}(o))return markBoxed(inspect(_e.call(o)));if(function isBoolean(o){return!("[object Boolean]"!==toStr(o)||Pe&&"object"==typeof o&&Pe in o)}(o))return markBoxed(z.call(o));if(function isString(o){return!("[object String]"!==toStr(o)||Pe&&"object"==typeof o&&Pe in o)}(o))return markBoxed(inspect(String(o)));if("undefined"!=typeof window&&o===window)return"{ [object Window] }";if(o===i.g)return"{ [object globalThis] }";if(!function isDate(o){return!("[object Date]"!==toStr(o)||Pe&&"object"==typeof o&&Pe in o)}(o)&&!isRegExp(o)){var ot=arrObjKeys(o,inspect),st=Re?Re(o)===Object.prototype:o instanceof Object||o.constructor===Object,it=o instanceof Object?"":"null prototype",at=!st&&Pe&&Object(o)===o&&Pe in o?ie.call(toStr(o),8,-1):it?"Object":"",ct=(st||"function"!=typeof o.constructor?"":o.constructor.name?o.constructor.name+" ":"")+(at||it?"["+fe.call(de.call([],at||[],it||[]),": ")+"] ":"");return 0===ot.length?ct+"{}":we?ct+"{"+indentedJoin(ot,we)+"}":ct+"{ "+fe.call(ot,", ")+" }"}return String(o)};var We=Object.prototype.hasOwnProperty||function(o){return o in this};function has(o,s){return We.call(o,s)}function toStr(o){return Y.call(o)}function indexOf(o,s){if(o.indexOf)return o.indexOf(s);for(var i=0,u=o.length;is.maxStringLength){var i=o.length-s.maxStringLength,u="... "+i+" more character"+(i>1?"s":"");return inspectString(ie.call(o,0,s.maxStringLength),s)+u}return wrapQuotes(ae.call(ae.call(o,/(['\\])/g,"\\$1"),/[\x00-\x1f]/g,lowbyte),"single",s)}function lowbyte(o){var s=o.charCodeAt(0),i={8:"b",9:"t",10:"n",12:"f",13:"r"}[s];return i?"\\"+i:"\\x"+(s<16?"0":"")+ce.call(s.toString(16))}function markBoxed(o){return"Object("+o+")"}function weakCollectionOf(o){return o+" { ? }"}function collectionOf(o,s,i,u){return o+" ("+s+") {"+(u?indentedJoin(i,u):fe.call(i,", "))+"}"}function indentedJoin(o,s){if(0===o.length)return"";var i="\n"+s.prev+s.base;return i+fe.call(o,","+i)+"\n"+s.prev}function arrObjKeys(o,s){var i=isArray(o),u=[];if(i){u.length=o.length;for(var _=0;_{var s,i,u=o.exports={};function defaultSetTimout(){throw new Error("setTimeout has not been defined")}function defaultClearTimeout(){throw new Error("clearTimeout has not been defined")}function runTimeout(o){if(s===setTimeout)return setTimeout(o,0);if((s===defaultSetTimout||!s)&&setTimeout)return s=setTimeout,setTimeout(o,0);try{return s(o,0)}catch(i){try{return s.call(null,o,0)}catch(i){return s.call(this,o,0)}}}!function(){try{s="function"==typeof setTimeout?setTimeout:defaultSetTimout}catch(o){s=defaultSetTimout}try{i="function"==typeof clearTimeout?clearTimeout:defaultClearTimeout}catch(o){i=defaultClearTimeout}}();var _,w=[],x=!1,C=-1;function cleanUpNextTick(){x&&_&&(x=!1,_.length?w=_.concat(w):C=-1,w.length&&drainQueue())}function drainQueue(){if(!x){var o=runTimeout(cleanUpNextTick);x=!0;for(var s=w.length;s;){for(_=w,w=[];++C1)for(var i=1;i{"use strict";var u=i(6925);function emptyFunction(){}function emptyFunctionWithReset(){}emptyFunctionWithReset.resetWarningCache=emptyFunction,o.exports=function(){function shim(o,s,i,_,w,x){if(x!==u){var C=new Error("Calling PropTypes validators directly is not supported by the `prop-types` package. Use PropTypes.checkPropTypes() to call them. Read more at http://fb.me/use-check-prop-types");throw C.name="Invariant Violation",C}}function getShim(){return shim}shim.isRequired=shim;var o={array:shim,bigint:shim,bool:shim,func:shim,number:shim,object:shim,string:shim,symbol:shim,any:shim,arrayOf:getShim,element:shim,elementType:shim,instanceOf:getShim,node:shim,objectOf:getShim,oneOf:getShim,oneOfType:getShim,shape:getShim,exact:getShim,checkPropTypes:emptyFunctionWithReset,resetWarningCache:emptyFunction};return o.PropTypes=o,o}},5556:(o,s,i)=>{o.exports=i(2694)()},6925:o=>{"use strict";o.exports="SECRET_DO_NOT_PASS_THIS_OR_YOU_WILL_BE_FIRED"},74765:o=>{"use strict";var s=String.prototype.replace,i=/%20/g,u="RFC1738",_="RFC3986";o.exports={default:_,formatters:{RFC1738:function(o){return s.call(o,i,"+")},RFC3986:function(o){return String(o)}},RFC1738:u,RFC3986:_}},55373:(o,s,i)=>{"use strict";var u=i(98636),_=i(62642),w=i(74765);o.exports={formats:w,parse:_,stringify:u}},62642:(o,s,i)=>{"use strict";var u=i(37720),_=Object.prototype.hasOwnProperty,w=Array.isArray,x={allowDots:!1,allowPrototypes:!1,allowSparse:!1,arrayLimit:20,charset:"utf-8",charsetSentinel:!1,comma:!1,decoder:u.decode,delimiter:"&",depth:5,ignoreQueryPrefix:!1,interpretNumericEntities:!1,parameterLimit:1e3,parseArrays:!0,plainObjects:!1,strictNullHandling:!1},interpretNumericEntities=function(o){return o.replace(/&#(\d+);/g,(function(o,s){return String.fromCharCode(parseInt(s,10))}))},parseArrayValue=function(o,s){return o&&"string"==typeof o&&s.comma&&o.indexOf(",")>-1?o.split(","):o},C=function parseQueryStringKeys(o,s,i,u){if(o){var w=i.allowDots?o.replace(/\.([^.[]+)/g,"[$1]"):o,x=/(\[[^[\]]*])/g,C=i.depth>0&&/(\[[^[\]]*])/.exec(w),j=C?w.slice(0,C.index):w,L=[];if(j){if(!i.plainObjects&&_.call(Object.prototype,j)&&!i.allowPrototypes)return;L.push(j)}for(var B=0;i.depth>0&&null!==(C=x.exec(w))&&B=0;--w){var x,C=o[w];if("[]"===C&&i.parseArrays)x=[].concat(_);else{x=i.plainObjects?Object.create(null):{};var j="["===C.charAt(0)&&"]"===C.charAt(C.length-1)?C.slice(1,-1):C,L=parseInt(j,10);i.parseArrays||""!==j?!isNaN(L)&&C!==j&&String(L)===j&&L>=0&&i.parseArrays&&L<=i.arrayLimit?(x=[])[L]=_:"__proto__"!==j&&(x[j]=_):x={0:_}}_=x}return _}(L,s,i,u)}};o.exports=function(o,s){var i=function normalizeParseOptions(o){if(!o)return x;if(null!==o.decoder&&void 0!==o.decoder&&"function"!=typeof o.decoder)throw new TypeError("Decoder has to be a function.");if(void 0!==o.charset&&"utf-8"!==o.charset&&"iso-8859-1"!==o.charset)throw new TypeError("The charset option must be either utf-8, iso-8859-1, or undefined");var s=void 0===o.charset?x.charset:o.charset;return{allowDots:void 0===o.allowDots?x.allowDots:!!o.allowDots,allowPrototypes:"boolean"==typeof o.allowPrototypes?o.allowPrototypes:x.allowPrototypes,allowSparse:"boolean"==typeof o.allowSparse?o.allowSparse:x.allowSparse,arrayLimit:"number"==typeof o.arrayLimit?o.arrayLimit:x.arrayLimit,charset:s,charsetSentinel:"boolean"==typeof o.charsetSentinel?o.charsetSentinel:x.charsetSentinel,comma:"boolean"==typeof o.comma?o.comma:x.comma,decoder:"function"==typeof o.decoder?o.decoder:x.decoder,delimiter:"string"==typeof o.delimiter||u.isRegExp(o.delimiter)?o.delimiter:x.delimiter,depth:"number"==typeof o.depth||!1===o.depth?+o.depth:x.depth,ignoreQueryPrefix:!0===o.ignoreQueryPrefix,interpretNumericEntities:"boolean"==typeof o.interpretNumericEntities?o.interpretNumericEntities:x.interpretNumericEntities,parameterLimit:"number"==typeof o.parameterLimit?o.parameterLimit:x.parameterLimit,parseArrays:!1!==o.parseArrays,plainObjects:"boolean"==typeof o.plainObjects?o.plainObjects:x.plainObjects,strictNullHandling:"boolean"==typeof o.strictNullHandling?o.strictNullHandling:x.strictNullHandling}}(s);if(""===o||null==o)return i.plainObjects?Object.create(null):{};for(var j="string"==typeof o?function parseQueryStringValues(o,s){var i,C={},j=s.ignoreQueryPrefix?o.replace(/^\?/,""):o,L=s.parameterLimit===1/0?void 0:s.parameterLimit,B=j.split(s.delimiter,L),$=-1,V=s.charset;if(s.charsetSentinel)for(i=0;i-1&&(z=w(z)?[z]:z),_.call(C,U)?C[U]=u.combine(C[U],z):C[U]=z}return C}(o,i):o,L=i.plainObjects?Object.create(null):{},B=Object.keys(j),$=0;${"use strict";var u=i(920),_=i(37720),w=i(74765),x=Object.prototype.hasOwnProperty,C={brackets:function brackets(o){return o+"[]"},comma:"comma",indices:function indices(o,s){return o+"["+s+"]"},repeat:function repeat(o){return o}},j=Array.isArray,L=String.prototype.split,B=Array.prototype.push,pushToArray=function(o,s){B.apply(o,j(s)?s:[s])},$=Date.prototype.toISOString,V=w.default,U={addQueryPrefix:!1,allowDots:!1,charset:"utf-8",charsetSentinel:!1,delimiter:"&",encode:!0,encoder:_.encode,encodeValuesOnly:!1,format:V,formatter:w.formatters[V],indices:!1,serializeDate:function serializeDate(o){return $.call(o)},skipNulls:!1,strictNullHandling:!1},z={},Y=function stringify(o,s,i,w,x,C,B,$,V,Y,Z,ee,ie,ae,ce,le){for(var pe=o,de=le,fe=0,ye=!1;void 0!==(de=de.get(z))&&!ye;){var be=de.get(o);if(fe+=1,void 0!==be){if(be===fe)throw new RangeError("Cyclic object value");ye=!0}void 0===de.get(z)&&(fe=0)}if("function"==typeof $?pe=$(s,pe):pe instanceof Date?pe=Z(pe):"comma"===i&&j(pe)&&(pe=_.maybeMap(pe,(function(o){return o instanceof Date?Z(o):o}))),null===pe){if(x)return B&&!ae?B(s,U.encoder,ce,"key",ee):s;pe=""}if(function isNonNullishPrimitive(o){return"string"==typeof o||"number"==typeof o||"boolean"==typeof o||"symbol"==typeof o||"bigint"==typeof o}(pe)||_.isBuffer(pe)){if(B){var _e=ae?s:B(s,U.encoder,ce,"key",ee);if("comma"===i&&ae){for(var we=L.call(String(pe),","),Se="",xe=0;xe0?pe.join(",")||null:void 0}];else if(j($))Pe=$;else{var Re=Object.keys(pe);Pe=V?Re.sort(V):Re}for(var qe=w&&j(pe)&&1===pe.length?s+"[]":s,$e=0;$e0?ce+ae:""}},37720:(o,s,i)=>{"use strict";var u=i(74765),_=Object.prototype.hasOwnProperty,w=Array.isArray,x=function(){for(var o=[],s=0;s<256;++s)o.push("%"+((s<16?"0":"")+s.toString(16)).toUpperCase());return o}(),C=function arrayToObject(o,s){for(var i=s&&s.plainObjects?Object.create(null):{},u=0;u1;){var s=o.pop(),i=s.obj[s.prop];if(w(i)){for(var u=[],_=0;_=48&&B<=57||B>=65&&B<=90||B>=97&&B<=122||w===u.RFC1738&&(40===B||41===B)?j+=C.charAt(L):B<128?j+=x[B]:B<2048?j+=x[192|B>>6]+x[128|63&B]:B<55296||B>=57344?j+=x[224|B>>12]+x[128|B>>6&63]+x[128|63&B]:(L+=1,B=65536+((1023&B)<<10|1023&C.charCodeAt(L)),j+=x[240|B>>18]+x[128|B>>12&63]+x[128|B>>6&63]+x[128|63&B])}return j},isBuffer:function isBuffer(o){return!(!o||"object"!=typeof o)&&!!(o.constructor&&o.constructor.isBuffer&&o.constructor.isBuffer(o))},isRegExp:function isRegExp(o){return"[object RegExp]"===Object.prototype.toString.call(o)},maybeMap:function maybeMap(o,s){if(w(o)){for(var i=[],u=0;u{"use strict";var i=Object.prototype.hasOwnProperty;function decode(o){try{return decodeURIComponent(o.replace(/\+/g," "))}catch(o){return null}}function encode(o){try{return encodeURIComponent(o)}catch(o){return null}}s.stringify=function querystringify(o,s){s=s||"";var u,_,w=[];for(_ in"string"!=typeof s&&(s="?"),o)if(i.call(o,_)){if((u=o[_])||null!=u&&!isNaN(u)||(u=""),_=encode(_),u=encode(u),null===_||null===u)continue;w.push(_+"="+u)}return w.length?s+w.join("&"):""},s.parse=function querystring(o){for(var s,i=/([^=?#&]+)=?([^&]*)/g,u={};s=i.exec(o);){var _=decode(s[1]),w=decode(s[2]);null===_||null===w||_ in u||(u[_]=w)}return u}},41859:(o,s,i)=>{const u=i(27096),_=i(78004),w=u.types;o.exports=class RandExp{constructor(o,s){if(this._setDefaults(o),o instanceof RegExp)this.ignoreCase=o.ignoreCase,this.multiline=o.multiline,o=o.source;else{if("string"!=typeof o)throw new Error("Expected a regexp or string");this.ignoreCase=s&&-1!==s.indexOf("i"),this.multiline=s&&-1!==s.indexOf("m")}this.tokens=u(o)}_setDefaults(o){this.max=null!=o.max?o.max:null!=RandExp.prototype.max?RandExp.prototype.max:100,this.defaultRange=o.defaultRange?o.defaultRange:this.defaultRange.clone(),o.randInt&&(this.randInt=o.randInt)}gen(){return this._gen(this.tokens,[])}_gen(o,s){var i,u,_,x,C;switch(o.type){case w.ROOT:case w.GROUP:if(o.followedBy||o.notFollowedBy)return"";for(o.remember&&void 0===o.groupNumber&&(o.groupNumber=s.push(null)-1),u="",x=0,C=(i=o.options?this._randSelect(o.options):o.stack).length;x{"use strict";var u=i(65606),_=65536,w=4294967295;var x=i(92861).Buffer,C=i.g.crypto||i.g.msCrypto;C&&C.getRandomValues?o.exports=function randomBytes(o,s){if(o>w)throw new RangeError("requested too many random bytes");var i=x.allocUnsafe(o);if(o>0)if(o>_)for(var j=0;j{"use strict";function _typeof(o){return _typeof="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(o){return typeof o}:function(o){return o&&"function"==typeof Symbol&&o.constructor===Symbol&&o!==Symbol.prototype?"symbol":typeof o},_typeof(o)}Object.defineProperty(s,"__esModule",{value:!0}),s.CopyToClipboard=void 0;var u=_interopRequireDefault(i(96540)),_=_interopRequireDefault(i(17965)),w=["text","onCopy","options","children"];function _interopRequireDefault(o){return o&&o.__esModule?o:{default:o}}function ownKeys(o,s){var i=Object.keys(o);if(Object.getOwnPropertySymbols){var u=Object.getOwnPropertySymbols(o);s&&(u=u.filter((function(s){return Object.getOwnPropertyDescriptor(o,s).enumerable}))),i.push.apply(i,u)}return i}function _objectSpread(o){for(var s=1;s=0||(_[i]=o[i]);return _}(o,s);if(Object.getOwnPropertySymbols){var w=Object.getOwnPropertySymbols(o);for(u=0;u=0||Object.prototype.propertyIsEnumerable.call(o,i)&&(_[i]=o[i])}return _}function _defineProperties(o,s){for(var i=0;i{"use strict";var u=i(25264).CopyToClipboard;u.CopyToClipboard=u,o.exports=u},81214:(o,s,i)=>{"use strict";function _typeof(o){return _typeof="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(o){return typeof o}:function(o){return o&&"function"==typeof Symbol&&o.constructor===Symbol&&o!==Symbol.prototype?"symbol":typeof o},_typeof(o)}Object.defineProperty(s,"__esModule",{value:!0}),s.DebounceInput=void 0;var u=_interopRequireDefault(i(96540)),_=_interopRequireDefault(i(20181)),w=["element","onChange","value","minLength","debounceTimeout","forceNotifyByEnter","forceNotifyOnBlur","onKeyDown","onBlur","inputRef"];function _interopRequireDefault(o){return o&&o.__esModule?o:{default:o}}function _objectWithoutProperties(o,s){if(null==o)return{};var i,u,_=function _objectWithoutPropertiesLoose(o,s){if(null==o)return{};var i,u,_={},w=Object.keys(o);for(u=0;u=0||(_[i]=o[i]);return _}(o,s);if(Object.getOwnPropertySymbols){var w=Object.getOwnPropertySymbols(o);for(u=0;u=0||Object.prototype.propertyIsEnumerable.call(o,i)&&(_[i]=o[i])}return _}function ownKeys(o,s){var i=Object.keys(o);if(Object.getOwnPropertySymbols){var u=Object.getOwnPropertySymbols(o);s&&(u=u.filter((function(s){return Object.getOwnPropertyDescriptor(o,s).enumerable}))),i.push.apply(i,u)}return i}function _objectSpread(o){for(var s=1;s=u?i.notify(o):s.length>_.length&&i.notify(_objectSpread(_objectSpread({},o),{},{target:_objectSpread(_objectSpread({},o.target),{},{value:""})}))}))})),_defineProperty(_assertThisInitialized(i),"onKeyDown",(function(o){"Enter"===o.key&&i.forceNotify(o);var s=i.props.onKeyDown;s&&(o.persist(),s(o))})),_defineProperty(_assertThisInitialized(i),"onBlur",(function(o){i.forceNotify(o);var s=i.props.onBlur;s&&(o.persist(),s(o))})),_defineProperty(_assertThisInitialized(i),"createNotifier",(function(o){if(o<0)i.notify=function(){return null};else if(0===o)i.notify=i.doNotify;else{var s=(0,_.default)((function(o){i.isDebouncing=!1,i.doNotify(o)}),o);i.notify=function(o){i.isDebouncing=!0,s(o)},i.flush=function(){return s.flush()},i.cancel=function(){i.isDebouncing=!1,s.cancel()}}})),_defineProperty(_assertThisInitialized(i),"doNotify",(function(){i.props.onChange.apply(void 0,arguments)})),_defineProperty(_assertThisInitialized(i),"forceNotify",(function(o){var s=i.props.debounceTimeout;if(i.isDebouncing||!(s>0)){i.cancel&&i.cancel();var u=i.state.value,_=i.props.minLength;u.length>=_?i.doNotify(o):i.doNotify(_objectSpread(_objectSpread({},o),{},{target:_objectSpread(_objectSpread({},o.target),{},{value:u})}))}})),i.isDebouncing=!1,i.state={value:void 0===o.value||null===o.value?"":o.value};var u=i.props.debounceTimeout;return i.createNotifier(u),i}return function _createClass(o,s,i){return s&&_defineProperties(o.prototype,s),i&&_defineProperties(o,i),Object.defineProperty(o,"prototype",{writable:!1}),o}(DebounceInput,[{key:"componentDidUpdate",value:function componentDidUpdate(o){if(!this.isDebouncing){var s=this.props,i=s.value,u=s.debounceTimeout,_=o.debounceTimeout,w=o.value,x=this.state.value;void 0!==i&&w!==i&&x!==i&&this.setState({value:i}),u!==_&&this.createNotifier(u)}}},{key:"componentWillUnmount",value:function componentWillUnmount(){this.flush&&this.flush()}},{key:"render",value:function render(){var o,s,i=this.props,_=i.element,x=(i.onChange,i.value,i.minLength,i.debounceTimeout,i.forceNotifyByEnter),C=i.forceNotifyOnBlur,j=i.onKeyDown,L=i.onBlur,B=i.inputRef,$=_objectWithoutProperties(i,w),V=this.state.value;o=x?{onKeyDown:this.onKeyDown}:j?{onKeyDown:j}:{},s=C?{onBlur:this.onBlur}:L?{onBlur:L}:{};var U=B?{ref:B}:{};return u.default.createElement(_,_objectSpread(_objectSpread(_objectSpread(_objectSpread({},$),{},{onChange:this.onChange,value:V},o),s),U))}}]),DebounceInput}(u.default.PureComponent);s.DebounceInput=x,_defineProperty(x,"defaultProps",{element:"input",type:"text",onKeyDown:void 0,onBlur:void 0,value:void 0,minLength:0,debounceTimeout:100,forceNotifyByEnter:!0,forceNotifyOnBlur:!0,inputRef:void 0})},24677:(o,s,i)=>{"use strict";var u=i(81214).DebounceInput;u.DebounceInput=u,o.exports=u},22551:(o,s,i)=>{"use strict";var u=i(96540),_=i(69982);function p(o){for(var s="https://reactjs.org/docs/error-decoder.html?invariant="+o,i=1;i